@charset "UTF-8";

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa,
.profile__link::before,
.order-card__header::before,
.nav__link::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul>li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fa-pull-left.profile__link::before,
.fa-pull-left.order-card__header::before,
.fa-pull-left.nav__link::before {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fa-pull-right.profile__link::before,
.fa-pull-right.order-card__header::before,
.fa-pull-right.nav__link::before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left,
.pull-left.profile__link::before,
.pull-left.order-card__header::before,
.pull-left.nav__link::before {
  margin-right: .3em;
}

.fa.pull-right,
.pull-right.profile__link::before,
.pull-right.order-card__header::before,
.pull-right.nav__link::before {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before,
.profile__link:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before,
.order-card__header:before,
.nav__link:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/Custom-Font.eot');
    src: url('../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Custom-Font.woff') format('woff'),
         url('../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Light"), url("../fonts/CormorantSC/CormorantSC-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Regular"), url("../fonts/CormorantSC/CormorantSC-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Medium"), url("../fonts/CormorantSC/CormorantSC-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-SemiBold"), url("../fonts/CormorantSC/CormorantSC-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant SC';
  src: local("../fonts/CormorantSC/CormorantSC-Bold"), url("../fonts/CormorantSC/CormorantSC-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto Flex';
  src: local("../fonts/robotoflex/RobotoFlex"), url("../fonts/robotoflex/RobotoFlex.woff2") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-Light.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Light"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Light.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Bold"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'PFDinDisplayPro';
  src: url("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.eot");
  src: local("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.woff") format("woff"), url("../fonts/pfdindisplaypro/PFDinDisplayPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

.button {
  padding: 0.9375rem 1.25rem 0.875rem;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.03rem;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border: 1px solid transparent;
  outline: 0;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle;
  border-radius: 1.5625rem;
}

@media (max-width: 767px) {
  .button {
    font-size: 1rem;
  }
}

.button--primary {
  color: #fff;
  background-color: #5d9ae6;
  border-color: #5d9ae6;
}

@media only screen and (min-width: 1025px) {
  .button--primary:hover {
    color: #fff;
    background-color: #2c7cde;
    border-color: #2c7cde;
  }
}

.button--accent {
  color: #fff;
  border-color: #cd2d3c;
  background-color: #cd2d3c;
}

@media only screen and (min-width: 1025px) {
  .button--accent:hover {
    color: #fff;
    background-color: #b02733;
    border-color: #b02733;
  }
}

.button--border {
  color: #222;
  border-color: #e6e6e6;
  background-color: #fff;
}

.button--secondary {
  color: #222;
  background-color: #fff;
  border-color: #e6e6e6;
  border-radius: 0.3125rem;
}

.button--round {
  padding: 1.0625rem 1.25rem;
  min-width: 8.375rem;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.035rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
}

.button--sm {
  padding: 0.625rem 1rem;
}

.button--lg {
  padding: 1rem 1.25rem;
  font-weight: 700;
  letter-spacing: 0.075rem;
}

@media only screen and (max-width: 1023px) {
  .button--lg {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    letter-spacing: normal;
  }
}

.input {
  padding: 0 1.5625rem;
  width: 100%;
  height: 2.875rem;
  color: #222;
  font-size: 0.875rem;
  outline: 0;
  background-color: #fff;
  border: 2px solid gainsboro;
  border-radius: 1.5625rem;
}

.toggle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.toggle__label {
  position: relative;
  font-size: 0.75rem;
}

.toggle__inner {
  position: relative;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  cursor: pointer;
}

.toggle__inner .toggle__input {
  position: absolute !important;
  opacity: 0 !important;
}

.toggle__input {
  top: 0;
  left: 0;
  z-index: -1;
  visibility: hidden;
}

.toggle__input:checked~.toggle__fake:after {
  width: 100%;
}

.toggle__input:checked~.toggle__handle {
  left: 0.875rem;
  background-color: #6aa2e8;
}

.toggle__fake {
  position: relative;
  display: block;
  width: 1.75rem;
  height: 0.75rem;
  background-color: rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border-radius: 0.625rem;
}

.toggle__fake:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  background-color: #a4c6f1;
  border-radius: 0.625rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.toggle__handle {
  position: absolute;
  top: -0.125rem;
  left: -0.125rem;
  z-index: 2;
  width: 1rem;
  height: 1rem;
  background-color: #fafafa;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0.0625rem 0.5625rem rgba(0, 0, 0, 0.12), 0 0.125rem 0.375rem rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.button-more {
  padding: 0.875rem 0.9375rem 1rem;
  display: inline-block;
  width: 100%;
  color: #3e87e1;
  font-size: 1rem;
  letter-spacing: 0.04rem;
  border: 0;
  outline: 0;
  background-color: whitesmoke;
  vertical-align: middle;
  border-radius: 0.1875rem;
}

@media only screen and (max-width: 479px) {
  .button-more {
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
    font-size: 0.875rem;
  }
}

.button-more--light {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
}

.button-more__title {
  border-bottom: 1px dotted;
}

.button-favorite {
  padding: 0;
  width: 2.25rem;
  height: 2.25rem;
  border: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.3125rem;
}

@media only screen and (min-width: 1025px) {
  .button-favorite:hover {
    background-color: #fff;
  }
}

.button-favorite::before {
  content: '';
  position: relative;
  top: -0.0625rem;
  display: inline-block;
  width: 1.375rem;
  height: 1.25rem;
  background: url(../img/minified-svg/heart-thin.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

.link-border {
  padding: 0 0 0.1875rem;
  display: inline-block;
  color: #3e87e1;
  font-size: 1rem;
  line-height: 1;
  text-overflow: ellipsis;
  border-bottom: 1px dotted;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

select.select {
  padding: 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.selectbox {
  position: relative;
}

.selectbox.is-opened .selectbox__dropdown {
  display: block;
}

.selectbox__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding: 0 1.875rem 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.selectbox__container::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1.125rem;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.selectbox__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 0.9375rem;
  display: block;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.selectbox__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  display: none;
  width: 100%;
  margin-top: -3.125rem;
  padding-top: 3.125rem;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

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

.selectbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.625rem 1.125rem;
  width: 100%;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (min-width: 1025px) {
  .selectbox__item:hover {
    background-color: #fafafa;
  }
}

.selectbox__item:last-child {
  border-bottom: 0;
}

.selectbox__item.selected {
  background-color: #fafafa;
}

.selectbox__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.3125rem;
  flex: 0 0 1.3125rem;
  margin-right: 0.5rem;
  width: 1.3125rem;
  height: 1.3125rem;
  background-size: 100% auto;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 2px 2px rgba(35, 42, 71, 0.2);
  box-shadow: inset 0 2px 2px rgba(35, 42, 71, 0.2);
}

.selectbox__option {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.jq-selectbox {
  color: #222;
}

@media only screen and (max-width: 1024px) {
  .jq-selectbox select {
    z-index: 100;
  }
}

.jq-selectbox__select {
  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;
  position: relative;
  z-index: 2;
  padding: 0 1.125rem;
  height: 3.125rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
}

.jq-selectbox__select-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 0.9375rem;
  min-width: 0;
}

.jq-selectbox__trigger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.0625rem;
  margin-left: auto;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
}

.jq-selectbox__dropdown {
  z-index: 1;
  margin-top: -3.125rem;
  padding-top: 3.125rem;
  width: 100% !important;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

.jq-selectbox__dropdown ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.jq-selectbox__dropdown ul li {
  margin-left: -1px;
  margin-right: -1px;
  padding: 0.625rem 1.125rem;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
  cursor: pointer;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (min-width: 1025px) {
  .jq-selectbox__dropdown ul li:hover {
    background-color: #fafafa;
  }
}

.jq-selectbox__dropdown ul li:last-child {
  border-bottom: 0;
}

.jq-selectbox__dropdown ul li.selected {
  background-color: #fafafa;
}

.make-select {
  display: none;
}

.make-select__container {
  width: 100%;
}

.ui-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #24212a;
  line-height: 1;
}

.ui-rating__values {
  margin-left: auto;
}

.ui-rating__value {
  margin-left: 0.5rem;
}

.section__slider.swiper-container,
.section__grid,
.content__grid,
.layout__grid,
.catalog__slider.swiper-container,
.instagram__grid {
  margin-left: -0.8125rem;
  margin-right: -0.8125rem;
}

@media only screen and (max-width: 1023px) {

  .section__slider.swiper-container,
  .section__grid,
  .content__grid,
  .layout__grid,
  .catalog__slider.swiper-container,
  .instagram__grid {
    margin-left: -7px;
    margin-right: -7px;
  }
}

.section__slide.swiper-slide,
.section__column,
.section__half,
.content__column,
.layout__column,
.catalog__slide.swiper-slide,
.instagram__column {
  padding-left: 0.8125rem;
  padding-right: 0.8125rem;
}

@media only screen and (max-width: 1023px) {

  .section__slide.swiper-slide,
  .section__column,
  .section__half,
  .content__column,
  .layout__column,
  .catalog__slide.swiper-slide,
  .instagram__column {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.card,
.sorting,
.product-info,
.modal,
.categories,
.instagram {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.categories__title,
.catalog-card__title {
  color: #222;
  font-size: 1.25rem;
  line-height: 1.25;
}

@media only screen and (max-width: 479px) {

  .categories__title,
  .catalog-card__title {
    font-size: 1.125rem;
  }
}

input[type="checkbox"],
input[type="radio"] {
  opacity: 1 !important;
  position: static !important;
  width: auto;
  height: auto;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font: 400 16px / 1.75 'PFDinDisplayPro', sans-serif;
}

@media only screen and (max-width: 639px) {
  html {
    font-size: 15px;
  }
}

@media only screen and (max-width: 479px) {
  html {
    font-size: 14px;
  }
}

p,
ul,
ol,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.25rem;
}

p:last-child,
ul:last-child,
ol:last-child,
blockquote:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
  margin-bottom: 0;
}

a,
input,
textarea,
button {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 400;
  line-height: 1.1;
}

h1 {
  font-size: 2.25rem;
}

@media only screen and (max-width: 639px) {
  h1 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 479px) {
  h1 {
    font-size: 1.875rem;
  }
}

h2 {
  /*font-size: 1.875rem;*/
  font-size: 1.563rem;
}

@media only screen and (max-width: 639px) {
  h2 {
    font-size: 1.35rem;
  }
}

@media only screen and (max-width: 479px) {
  h2 {
    font-size: 1.2rem;
  }
}

h3 {
  font-size: 1.625rem;
}

@media only screen and (max-width: 639px) {
  h3 {
    font-size: 1.5rem;
  }
}

@media only screen and (max-width: 479px) {
  h3 {
    font-size: 1.375rem;
  }
}

h4 {
  font-size: 1.375rem;
}

@media only screen and (max-width: 639px) {
  h4 {
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  h4 {
    font-size: 1.125rem;
  }
}

h5 {
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  h5 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  h5 {
    font-size: 0.875rem;
  }
}

h6 {
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  h6 {
    font-size: 0.875rem;
  }
}

a {
  color: #3e87e1;
}

@media only screen and (min-width: 1025px) {
  a:hover {
    color: #cd2d3c;
    text-decoration: none;
  }
}

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

input,
textarea {
  width: 100%;
  height: 3.125rem;
  padding: 0 20px;
  color: #000;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  vertical-align: middle;
}

input:focus,
textarea:focus {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-color: #69a0ff;
}

textarea {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  height: auto;
  line-height: 1.5;
  min-height: 6.875rem;
  resize: none;
}

.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  color: #707070;
}

.page--index .main__subscribe {
  margin-left: auto;
  margin-right: auto;
  max-width: 1220px;
}

.page--cart .page__cart {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.page__header {
  z-index: 100;
}

.page__cart {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: 0.45s;
  transition: 0.45s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.page__footer {
  position: relative;
  z-index: 2;
}

.page__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1250px;
}

@media only screen and (max-width: 479px) {
  .main {
    background: none !important;
  }
}

.main__header {
  padding: 2.1875rem 0;
  text-align: center;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .main__header {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .main__header {
    padding-top: 1.25rem;
    padding-bottom: 0.9375rem;
  }
}

.main__header .main__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main__header--start {
  padding: 1.875rem 0 1.5625rem;
}

@media only screen and (max-width: 1023px) {
  .main__header--start {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .main__header--start {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.main__header--start .main__container {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__breadcrumbs {
  margin: 0;
}

.main__heading {
  margin: 0.4375rem 0 0;
}

@media only screen and (max-width: 479px) {
  .main__heading {
    font-size: 1.5rem;
  }
}

.main__bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1023px) {
  .main__bg {
    background: #fff !important;
  }
}

.main__product-detail {
  margin-bottom: 2.1875rem;
}

@media only screen and (max-width: 1270px) {
  .main__product-detail {
    margin-bottom: 0;
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #e6e6e6;
  }
}

@media only screen and (max-width: 479px) {
  .main {
    margin-bottom: rm(25px);
  }
}

.main__caption {
  margin-top: 1.5625rem;
  max-width: 29.6875rem;
  color: #24212a;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.4375rem;
  text-align: left;
}

.section {
  padding: 2.1875rem 0;
}

@media only screen and (max-width: 1270px) {
  .section {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .section {
    padding-top: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}

.section--nav {
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  background-color: #fafafa;
}

.section--secondary {
  background-color: #fafafa;
  border-top: 2px solid #f4f4f4;
  border-bottom: 2px solid #f4f4f4;
}

.section--border-top {
  border-top: 2px solid #f4f4f4;
}

.section--border-bottom {
  border-bottom: 2px solid #f4f4f4;
}

@media only screen and (max-width: 1270px) {
  .section--additional {
    display: none;
  }
}

.section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 1270px) {
  .section__header {
    margin-bottom: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {
  .section__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    text-align: center;
  }
}

.section__header--vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section__header-slider-controls {
  margin-left: auto;
}

@media only screen and (max-width: 1270px) {
  .section__header-slider-controls.js-catalog-controls {
    display: none;
  }
}

.section__heading {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 0;
}

.section__tabs-nav {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .section__tabs-nav {
    margin-top: 0.9375rem;
  }

  .section__tabs-nav:first-child {
    margin-top: 0;
  }
}

.section__ui {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .section__ui {
    display: none;
  }
}

.section__ui .section__slider-controls {
  margin-top: 0;
}

@media only screen and (max-width: 1270px) {
  .section__ui .section__slider-controls {
    display: none;
  }
}

.section__sorting {
  margin-bottom: 2.3125rem;
}

@media only screen and (max-width: 591px) {
  .section__sorting {
    margin-bottom: 1.5625rem;
  }
}

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

.section__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.5625rem;
  width: 17.9375rem;
}

@media only screen and (max-width: 1023px) {
  .section__aside {
    display: none;
  }
}

.section__body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.section__body .section__header {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.section__content {
  position: relative;
}

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

.section__tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.section__tab--current {
  position: relative;
  opacity: 1;
  visibility: visible;
}

.section__footer {
  margin-top: 1.5625rem;
  display: none;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .section__footer {
    display: block;
  }

  .section__footer .section__button {
    display: inline-block;
  }
}

.section__button {
  margin-left: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .section__button {
    margin: 0 0.3125rem;
    display: none;
    min-width: 8.75rem;
  }
}

.section__review-card {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.section__review-card:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.section__filter-categories {
  margin-top: 1.5625rem;
}

.section__subscribe {
  padding-right: 1.5625rem;
  padding-left: 2.1875rem;
}

@media only screen and (max-width: 479px) {
  .section__slider.swiper-container {
    margin-top: -0.3125rem;
    margin-bottom: -0.9375rem;
  }
}

.section__slide.swiper-slide {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
  width: 25%;
}

@media only screen and (max-width: 1270px) {
  .section__slide.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__slide.swiper-slide {
    width: 50%;
  }
}

.section__slide--small.swiper-slide {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .section__slide--small.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__slide--small.swiper-slide {
    width: 50%;
  }
}

.section__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5625rem;
}

.section__grid--row {
  margin-bottom: 0;
}

.section__column {
  margin-bottom: 1.5625rem;
  width: 25%;
}

@media only screen and (max-width: 1270px) {
  .section__column {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .section__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .section__column--mobile-fluid {
    width: 100%;
  }
}

.section__column--border {
  padding-bottom: 2.1875rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .section__column--border {
    padding-bottom: 1.5625rem;
  }
}

.section__half {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .section__half {
    width: 100%;
  }

  .section__half--left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .section__half--right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 1.5625rem;
  }
}

.section__button-more {
  margin-top: 1.875rem;
}

.section__slider-controls {
  margin-top: 0.9375rem;
}

@media only screen and (max-width: 639px) {
  .section__slider-controls {
    margin-top: 0.3125rem;
  }
}

.section__slider-controls--mobile.slider-controls {
  display: none;
}

@media only screen and (max-width: 1270px) {
  .section__slider-controls--mobile.slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.content__heading {
  margin: 0 0 1.875rem;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content__heading {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .content__heading {
    margin-bottom: 0.9375rem;
  }
}

.content__subheading {
  margin: 2.1875rem 0;
  font-size: 1.125rem;
  font-weight: 400;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .content__subheading {
    margin: 1.25rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .content__subheading {
    margin: 0.9375rem 0;
  }
}

.content__columns {
  -webkit-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 1.625rem;
  column-gap: 1.625rem;
}

@media only screen and (max-width: 1023px) {
  .content__columns {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

.content__columns p {
  margin-top: 0;
}

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

.content__column {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .content__column {
    width: 100%;
  }
}

@media only screen and (max-width: 639px) {
  .content__toggle {
    display: none;
  }
}

.content__button-more {
  margin-top: 0.9375rem;
  display: none;
}

@media only screen and (max-width: 639px) {
  .content__button-more {
    display: block;
  }
}

.content p {
  text-align: justify;
}

.content p:first-child {
  margin-top: 0;
}

.content p:last-child {
  margin-bottom: 0;
}

.card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 1025px) {
  .card:hover {
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
  }
}

.card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  padding-bottom: 100%;
  display: block;
  width: 100%;
  background: #f0f0f0 url(../img/general/card-no-photo.png) center no-repeat;
  background-size: 8.1875rem auto;
  overflow: hidden;
}

.card__photo iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.card__date {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
}

.card__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 1.25rem 1.125rem;
  width: 100%;
}

@media only screen and (max-width: 1023px) {
  .card__content {
    padding: 1.25rem 15px 15px;
  }
}

@media only screen and (max-width: 479px) {
  .card__content {
    padding: 10px;
  }
}

.card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.card__title {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  /*  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;*/
}

@media only screen and (min-width: 1025px) {
  .card__title:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 479px) {
  .card__title {
    font-size: 1rem;
  }
}

.card__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

@media only screen and (max-width: 479px) {
  .card__price {
    margin-left: 0;
    margin-top: 2px;
    display: none;
    font-size: 1rem;
  }
}

.card__price--mobile {
  display: none;
}

.card__price .fa,
.card__price .profile__link::before,
.card__price .order-card__header::before,
.card__price .nav__link::before {
  font-size: 0.77em;
}

.card__category {
  margin: 5px 0 0;
  color: #3e87e1;
  font-size: 0.875rem;
  white-space: nowrap;
  font-weight: 400;
}
.card__category a {
  text-decoration: none;
}

/*@media only screen and (max-width: 479px) {
  .card__category {
    font-size: 0.75rem;
  }
}*/

.card__caption {
  color: #222;
  font-size: 0.875rem;
}

.card__more {
  margin-top: auto;
  color: #3e87e1;
  font-size: 0.875rem;
  text-decoration: underline;
}

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

@media only screen and (max-width: 479px) {
  .card__footer {
    margin-top: 12px;
  }
}

.card__product-bind {
  border-top: 1px solid #e6e6e6;
}

.card__button {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  margin-right: 0.5rem;
  padding: 0;
  height: 2.625rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
  background: none;
  outline: 0;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}
.card__button--favorite {
  z-index: 5;
  position: absolute;
  top: 10px;
  right: 5px;
  width: 2.625rem;
  font-size: 0;
}

@media only screen and (min-width: 1025px) {
  .card__button:hover {
    color: #fff;
    background-color: #3e87e1;
    border-color: #3e87e1;
  }
}

@media only screen and (max-width: 479px) {
  .card__button {
    margin-right: 5px;
  }
}

.card__button:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .card__button--favorite {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 3.125rem;
    font-size: 0;
  }
}

@media only screen and (max-width: 479px) {
  .card__button--favorite {
    width: 2.5rem;
  }
}

.card__button--favorite:before {
  content: '';
  position: relative;
  top: 0.0375rem;
  margin-right: 0;
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  background: url(../img/minified-svg/heart.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .card__button--favorite:before {
    margin-right: 0;
  }
}

.card__button--order {
  background: #000;
  border-color: #000;
  color: #fff;
}
.card__button--order:hover {
  background: #5A5A5A;
  border-color: #5A5A5A;
}
.card__button--order::before {
  content: '';
  position: relative;
  top: -0.0625rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1.15rem;
  height: 1.15rem;
  background: url(../img/minified-svg/shopping-cart.svg) no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 479px) {
  .card__button--order::before {
    margin-left: 4px;
    width: 1.25rem;
    height: 1.25rem;
  }
}

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

@media only screen and (max-width: 1023px) {
  .filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -7px;
    margin-right: -7px;
  }
}

.filter__select {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  width: 11.375rem;
}

.filter__select-color {
  position: relative;
  padding-left: 2.75rem !important;
}

.filter__select-color--red:before {
  content: '';
  position: absolute;
  left: 0.9375rem;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/general/icon-pink.png) no-repeat;
}

.filter__select-color--red:before {
  content: '';
  position: absolute;
  left: 0.9375rem;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/general/icon-white.png) no-repeat;
}

@media only screen and (max-width: 1270px) {
  .filter__select {
    margin-right: 1.25rem;
    width: 10.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .filter__select {
    margin-right: 0;
    padding-left: 7px;
    padding-right: 7px;
    width: 33.3334%;
  }
}

@media only screen and (max-width: 479px) {
  .filter__select {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

.filter__price {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 1023px) {
  .filter__price {
    margin-left: 7px;
    margin-right: 7px;
    margin-top: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .filter__price {
    margin-top: 0;
  }
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
  line-height: 1;
  border: 1px solid #e6e6e6;
  white-space: nowrap;
}

@media only screen and (max-width: 479px) {
  .price {
    height: auto;
  }
}

.price__label {
  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;
  padding: 0.3125rem 1.25rem;
  color: #222;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1270px) {
  .price__label {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .price__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 591px) {
  .price__label {
    display: none;
  }
}

.price__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

@media only screen and (max-width: 479px) {
  .price__container {
    padding: 0.9375rem 0.9375rem 4.0625rem;
  }
}

.price__values {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3125rem;
  width: 8.125rem;
  font-weight: 300;
}

@media only screen and (max-width: 1270px) {
  .price__values {
    width: 6.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .price__values {
    position: absolute;
    bottom: 0;
    width: 50%;
    height: 3.125rem;
    border-top: 1px solid #e6e6e6;
  }

  .price__values:first-child {
    left: 0;
    border-right: 1px solid #e6e6e6;
  }

  .price__values:last-child {
    right: 0;
  }
}

.price__value {
  margin-left: 0.1875rem;
  margin-right: 0.1875rem;
}

.price__range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.3125rem 1.25rem;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .price__range {
    border-left: 0;
    border-right: 0;
  }
}

.sorting {
  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: 1.25rem;
  line-height: 1;
}

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

@media only screen and (max-width: 479px) {
  .sorting__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.sorting__label {
  margin-right: 1.5rem;
  display: block;
  color: #222;
}

@media only screen and (max-width: 591px) {
  .sorting__label {
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .sorting__label {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}

.sorting__values {
  position: relative;
}

.sorting__select {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding: 0 1.125rem;
  display: none;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  white-space: nowrap;
}

@media only screen and (max-width: 1023px) {
  .sorting__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 591px) {
  .sorting__select {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.sorting__select::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  position: relative;
  top: 0.125rem;
  margin-left: 0.625rem;
  display: block;
  width: 0.5625rem;
  height: 0.3125rem;
  background: url(../img/minified-svg/caret-down.svg) no-repeat;
  background-size: 100% auto;
}

.sorting__list {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1023px) {
  .sorting__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    padding-top: 2.5rem;
    display: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  }
}

.sorting__item {
  margin-right: 1.5rem;
}

@media only screen and (max-width: 1023px) {
  .sorting__item {
    margin-right: 0;
  }
}

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

.sorting__item--current .sorting__link {
  color: #3e87e1;
  border-bottom-color: transparent;
  cursor: default;
}

@media only screen and (max-width: 1023px) {
  .sorting__item--current .sorting__link {
    border-bottom-color: #e6e6e6;
  }
}

.sorting__link {
  color: #8e8e8e;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media only screen and (max-width: 1023px) {
  .sorting__link {
    margin-left: -1px;
    margin-right: -1px;
    padding: 0.625rem 1.125rem;
    display: block;
    line-height: 1.1;
    border-bottom: 1px solid #e6e6e6;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
  }
}

@media only screen and (max-width: 1023px) {
  .sorting__make-select {
    display: block;
  }
}

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

@media only screen and (max-width: 479px) {
  .list {
    margin-left: -0.625rem;
    margin-right: -0.625rem;
  }
}

.list--columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list--columns .list__item {
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .list--columns .list__item {
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .list--columns .list__item {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 639px) {
  .list--columns .list__item {
    width: 50%;
  }
}

.list__item {
  margin-bottom: 0.8125rem;
  padding: 0 15px;
  line-height: 1.25;
}

@media only screen and (max-width: 479px) {
  .list__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

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

.list__item--current .list__link {
  cursor: default;
}

.list__item--current .list__link .link-border {
  color: #cd2d3c;
  border-bottom-color: transparent;
}

@media only screen and (max-width: 767px) {
  .list__item .link-border~.list__count {
    display: none;
  }
}

.list__link {
  position: relative;
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #3e87e1;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .list__link:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 479px) {
  .list__link {
    padding-right: 0;
  }
}

.list__count {
  position: absolute;
  top: 0;
  right: 0;
  color: #8e8e8e;
}

.slider-controls {
  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: 0.25rem 0;
  min-height: 2.125rem;
}

.slider-controls__button {
  width: 2.125rem;
  height: 2.125rem;
  border: 0;
  outline: 0;
  background-color: #fff;
  border-radius: 50%;
}

.slider-controls__button::before {
  content: '';
  position: relative;
  top: -0.125rem;
  display: inline-block;
  width: 1.125rem;
  height: 1.0625rem;
  vertical-align: middle;
  background: url(../img/minified-svg/arrow-right.svg);
  background-size: 100% auto;
}

.slider-controls__button--prev {
  margin-right: 0.3125rem;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.slider-controls__button--next {
  margin-left: 0.3125rem;
}

.slider-controls__button.swiper-button-disabled {
  cursor: default;
}

.slider-controls__button.swiper-button-disabled::before {
  opacity: 0.3;
}

.slider-controls__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  top: 0.0625rem;
  margin: 0 0.9375rem;
}

.slider-controls__pagination .swiper-pagination-bullet {
  position: relative;
  z-index: 10;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  width: 0.3125rem;
  height: 0.3125rem;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.slider-controls__pagination .swiper-pagination-bullet:first-child,
.slider-controls__pagination .swiper-pagination-bullet:last-child {
  z-index: 5;
}

.slider-controls__pagination .swiper-pagination-bullet-active:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #3e87e1;
  border-radius: inherit;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.icon {
  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: 3.125rem;
  height: 3.125rem;
  font-size: 0.875rem;
  border: 1px solid #e6e6e6;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media only screen and (max-width: 1023px) {
  .icon {
    width: 2.875rem;
    height: 2.875rem;
  }
}

.icon--fill {
  background-color: #fff;
  border-color: #fff;
}

.icon--phone {
  background-image: url(../img/minified-svg/phone-call.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--phone {
    background-size: 1.125rem auto;
  }
}

.icon--search {
  background-image: url(../img/minified-svg/loupe.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--search {
    background-size: 1.125rem auto;
  }
}

.icon--user {
  background-image: url(../img/minified-svg/user.svg);
  background-size: 1.3125rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--user {
    background-size: 1.125rem auto;
  }
}

.icon--favorite {
  background-image: url(../img/minified-svg/heart.svg);
  background-size: 1.4375rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--favorite {
    background-size: 1.25rem auto;
  }
}

.icon--shopping-cart {
  background-image: url(../img/minified-svg/shopping-cart.svg);
  background-size: 1.5rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--shopping-cart {
    background-size: 1.3125rem auto;
  }
}

.icon--navicon {
  background-image: url(../img/minified-svg/navicon.svg);
  background-size: 1rem auto;
}

@media only screen and (max-width: 1023px) {
  .icon--navicon {
    background-size: 0.9375rem auto;
  }
}

.icon--close {
  background-image: url(../img/minified-svg/close.svg);
  background-size: 1.0625rem auto;
}

.logout-link {
  position: relative;
  padding-right: 2rem;
  color: #5a5a5a;
  font-size: 1.125rem;
  text-decoration: none;
}

.logout-link:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: url(../img/general/icon-log-out.png) no-repeat;
  background-size: 100% auto;
}

.profile {
  background: #fff;
  border: 1px solid #f4f4f4;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
}

@media only screen and (max-width: 1260px) {
  .profile__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1.25rem 1.5625rem;
    border-bottom: 1px solid #f4f4f4;
  }
}

@media only screen and (max-width: 1023px) {
  .profile__info {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .profile__info {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.profile__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem 1.5625rem;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1260px) {
  .profile__header {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0;
    border-bottom: 0;
  }
}

.profile__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
  width: 3.125rem;
  height: 3.125rem;
  overflow: hidden;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .profile__photo {
    width: 2.75rem;
    height: 2.75rem;
  }
}

.profile__img {
  width: 100%;
}

.profile__name {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  color: #24212a;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media only screen and (max-width: 479px) {
  .profile__name {
    font-size: 1.125rem;
  }
}

.profile__points {
  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: 1rem 1.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1260px) {
  .profile__points {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-left: 1.5625rem;
    padding: 0;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 479px) {
  .profile__points {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    line-height: 1.4;
  }
}

@media only screen and (max-width: 479px) {
  .profile__points {
    margin-left: 0.9375rem;
  }
}

.profile__value {
  margin-left: 0.625rem;
  color: #3e87e1;
  font-size: 1.25rem;
}

.profile__nav {
  padding: 0.9375rem 0;
}

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

.profile__item {
  margin-bottom: 0.1875rem;
  padding: 0 0.9375rem;
}

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

.profile__item.is-active .profile__link {
  color: #fff;
  background-color: #69a0ff;
  cursor: default;
}

@media only screen and (min-width: 1025px) {
  .profile__item.is-active .profile__link:hover {
    color: #fff;
    background-color: #69a0ff;
  }
}

.profile__link {
  position: relative;
  display: block;
  padding: 0.625rem 2.1875rem 0.625rem 0.9375rem;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.25;
  text-decoration: none;
  border-radius: 0.3125rem;
}

@media only screen and (min-width: 1025px) {
  .profile__link:hover {
    color: #cd2d3c;
  }
}

.profile__link::before {
  position: absolute;
  top: 0.8125rem;
  right: 1.5625rem;
}

@media only screen and (max-width: 1023px) {
  .profile__link {
    padding-left: 1.25rem;
    padding-right: 2.5rem;
  }

  .profile__link::after {
    right: 1.25rem;
  }
}

.schedule {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #222;
}

.schedule:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  margin-right: 0.8125rem;
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background: url(../img/general/24-hours.png);
  background-size: 100% auto;
}

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

.contacts-info__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
}

@media only screen and (max-width: 1023px) {
  .contacts-info__icon {
    margin-right: 0.625rem;
  }
}

.contacts-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.2;
}

.contacts-info__value {
  color: #222;
  font-size: 1.25rem;
  text-decoration: none;
}

.contacts-info__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
}

.contacts-info__accent {
  color: #cd2d3c;
}

.user-panel {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}

.user-panel__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.625rem;
}

@media only screen and (max-width: 591px) {
  .user-panel__item {
    margin-left: 0.3125rem;
  }
}

@media only screen and (max-width: 479px) {
  .user-panel__item {
    margin-left: 0.0625rem;
  }
}

.user-panel__item:first-child {
  margin-right: 0;
}

@media only screen and (max-width: 591px) {
  .user-panel__item--user {
    display: none;
  }
}

.user-panel__item--phone {
  display: none;
}

@media only screen and (max-width: 767px) {
  .user-panel__item--phone {
    display: block;
  }
}

@media only screen and (max-width: 591px) {
  .user-panel__item--phone {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.user-panel__item--navicon {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .user-panel__item--navicon {
    display: block;
  }
}

.user-panel__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  color: #222;
  border: 0;
  outline: 0;
  background: none;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .user-panel__link:hover .user-panel__icon {
    background-color: #f4f4f4;
    border-color: #f4f4f4;
  }
}

.user-panel__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 1023px) {
  .user-panel__icon {
    -webkit-transition: 0s;
    transition: 0s;
  }
}

@media only screen and (max-width: 591px) {
  .user-panel__icon {
    width: 2.625rem;
    height: 2.625rem;
    border: 0;
    border-radius: 0;
  }
}

.user-panel__count {
  position: absolute;
  top: -0.5rem;
  right: -0.5rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 700;
  font-style: normal;
  line-height: 1.25rem;
  text-align: center;
  background-color: #cd2d3c;
  border-radius: 50%;
}

@media only screen and (max-width: 591px) {
  .user-panel__count {
    top: 0;
    right: 0;
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.user-panel__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 0.75rem;
  line-height: 1.2;
}

@media only screen and (max-width: 1023px) {
  .user-panel__info {
    display: none;
  }
}

.user-panel__value {
  font-size: 1.25rem;
  font-weight: 700;
  white-space: nowrap;
}

.user-panel__value .fa,
.user-panel__value .profile__link::before,
.user-panel__value .order-card__header::before,
.user-panel__value .nav__link::before {
  margin-left: 0.3125rem;
  font-size: 0.8em;
}

.user-panel__more {
  color: #3e87e1;
  font-size: 0.875rem;
  font-weight: 300;
  text-decoration: underline;
  white-space: nowrap;
}

.user-panel__more .fa,
.user-panel__more .profile__link::before,
.user-panel__more .order-card__header::before,
.user-panel__more .nav__link::before {
  position: relative;
  top: 0.0625rem;
  margin-left: 0.4375rem;
  font-size: 0.857em;
}

.labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0;
  padding: 0;
  list-style: none;
  cursor: default;
}

.labels__item {
  margin-bottom: 0.375rem;
  padding: 0.1875rem 0.4375rem 0.25rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.1875rem;
}

@media only screen and (max-width: 479px) {
  .labels__item {
    font-size: 1rem;
  }

  .price-through {
    font-size: 13px;
  }
}

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

.labels__item--popular {
  background-color: #359e00;
}

.labels__item--new {
  background-color: #3e87e1;
}

.labels__item--sale {
  background-color: #cd2d3c;
}

.tabs-nav {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
  overflow: hidden;
  border-radius: 1.25rem;
}

.tabs-nav--light {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
  box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.1);
}

.tabs-nav--light .tabs-nav__item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .tabs-nav--light .tabs-nav__item {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.tabs-nav__item {
  padding: 0.5625rem 1.875rem;
  color: #222;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  border-radius: 1.25rem;
}

@media only screen and (max-width: 359px) {
  .tabs-nav__item {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.tabs-nav__item--current {
  color: #fff;
  background-color: #3e87e1;
  cursor: default;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
}

.rating__list {
  position: relative;
  top: 0.0625rem;
  color: #f5b319;
  font-size: 0.875rem;
}

.rating__value {
  margin-left: 0.5625rem;
  display: block;
}

.delivery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 1270px) {
  .delivery {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.delivery__item {
  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-right: 1.5625rem;
}

.delivery__item:last-child {
  margin-right: 0;
}

.delivery__item--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-shrink: initial;
  width: 47%;
  margin: 0;
}

.delivery__item--column:last-child {
  width: 53%;
}

@media only screen and (max-width: 1270px) {
  .delivery__item--column {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    width: auto !important;
    flex-shrink: 0;
    margin-right: 2rem;
  }

  .delivery__item--column:last-child {
    margin-right: 0;
  }
}

.delivery__item--column .delivery__icon {
  margin-right: 0;
  margin-bottom: 0.8125rem;
}

.delivery__item--column .delivery__label {
  color: #222;
  font-size: 0.9rem;
}

.delivery__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.8125rem;
  display: block;
}

.delivery__icon--shipped {
  width: 2.375rem;
  height: 1.5rem;
  background: url(../img/general/shipped.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--shipped-fill {
  width: 2.0625rem;
  height: 1.75rem;
  background: url(../img/general/shipped-fill.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--location {
  width: 1.6875rem;
  height: 1.6875rem;
  background: url(../img/general/location.png) no-repeat;
  background-size: 100% auto;
}

.delivery__icon--location-fill {
  width: 1.4375rem;
  height: 1.8125rem;
  background: url(../img/general/location-fill.png) no-repeat;
  background-size: 100% auto;
}

.delivery__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  line-height: 1.25;
}

.delivery__label {
  margin: 0 0 0.125rem;
  color: #222;
  font-size: 0.75rem;
}

.delivery__value {
  margin: 0;
  color: #3e87e1;
  font-size: 0.727rem;
}

.count {
  position: relative;
  width: 7.8125rem;
  height: 2.875rem;
  background-color: #fff;
  border: 2px solid #e6e6e6;
  border-radius: 1.5625rem;
}

.count--square {
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
}

.count--square .count__input {
  padding: 0 2.625rem;
}

.count--square .count__button {
  width: 2.5rem;
  height: 100%;
  color: #69a0ff;
  border-radius: 1px;
  background-color: #ffffff;
}

.count--square .count__button--minus {
  border-right: 1px solid #e6e6e6;
}

.count--square .count__button--plus {
  border-left: 1px solid #e6e6e6;
}

.count__button {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 900;
  border: 0;
  outline: 0;
  background-color: inherit;
}

.count__button--minus {
  left: 0;
  border-radius: 1.5625rem 0 0 1.5625rem;
}

.count__button--plus {
  right: 0;
  border-radius: 0 1.5625rem 1.5625rem 0;
}

.count__input {
  padding: 0 2.5rem;
  width: 100%;
  height: 100%;
  color: #222;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: center;
  border: 0;
  outline: 0;
  background: none;
  border-radius: inherit;
}

.colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.4375rem;
  padding: 0;
  list-style: none;
}

.colors__item {
  position: relative;
  margin: 0 0.5625rem 0.4375rem 0;
  width: 1.75rem;
  height: 1.75rem;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 50%;
}

.colors__item::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  right: 0.1875rem;
  bottom: 0.1875rem;
  left: 0.1875rem;
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0.125rem 0.125rem rgba(35, 42, 71, 0.2);
  box-shadow: inset 0 0.125rem 0.125rem rgba(35, 42, 71, 0.2);
}

.colors__item--active {
  border-color: #3e87e1;
  cursor: default;
}

.colors__item--black::before {
  background-color: #2b2a2e;
}

.colors__item--white::before {
  background-color: #fff;
}

.colors__item--pink::before {
  background-color: #fbcbd8;
}

.select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.625rem;
  padding: 0;
  list-style: none;
}

.select-group__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.9375rem;
  margin-bottom: 0.625rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select-group__item:last-child {
  margin-right: 0;
}

.select-group__item--active {
  cursor: default;
}

.select-group__item--active .select-group__icon {
  border-color: #3e87e1;
}

.select-group__item--active .select-group__icon::before {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select-group__icon {
  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: relative;
  margin-right: 0.5rem;
  width: 1.375rem;
  height: 1.375rem;
  border-radius: 50%;
  border: 1px solid #e6e6e6;
}

.select-group__icon::before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #3e87e1;
  opacity: 0;
  border-radius: inherit;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.select-group__title {
  display: block;
  color: #222;
  font-weight: 500;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.sizes-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.3125rem;
  padding: 0;
  list-style: none;
}

.sizes-group__item {
  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: 0.4375rem;
  margin-bottom: 0.3125rem;
  width: 3.125rem;
  height: 3rem;
  color: #222;
  font-weight: 500;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  border-radius: 0.3125rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sizes-group__item--active {
  border-color: #3e87e1;
  cursor: default;
}

.product-info {
  border: 1px solid #e6e6e6;
}

.product-info__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}

.product-info__title {
  padding: 0.3125rem 0;
  color: #222;
  font-size: 1.5rem;
}

.product-info__list {
  margin: 0;
  padding: 0.9375rem;
  list-style: none;
  border-bottom: 1px solid #f4f4f4;
}

.product-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-info__label,
.product-info__value {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
}

.product-info__value {
  padding-left: 0.9375rem;
  color: #222;
  font-weight: 500;
  text-align: right;
}

.product-info__value.is-sale {
  color: #359e00;
}

.product-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.9375rem 0.9375rem 1.25rem;
  text-align: center;
}

.product-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-info__top .product-info__prices {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  top: 0.3125rem;
  margin-bottom: 0;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .product-info__top .product-info__prices {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

.product-info__top .product-info__button {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-bottom: 0;
  margin-left: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .product-info__top .product-info__button {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0.625rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  .product-info__top .product-info__button {
    letter-spacing: normal;
  }
}

.product-info__top .product-info__button:first-child {
  margin-left: 0;
}

.product-info__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 767px) {
  .product-info__buttons {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.product-info__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 0.9375rem;
  padding-top: 0.3125rem;
  line-height: 1;
  white-space: nowrap;
  /*overflow: hidden;*/
}

.product-info__prices .fa,
.product-info__prices .profile__link::before,
.product-info__prices .order-card__header::before,
.product-info__prices .nav__link::before {
  font-size: 0.8em;
}

.product-info__price {
  position: relative;
  top: -0.125rem;
  margin-right: 0.5rem;
  color: #222;
  font-size: 1.625rem;
  font-weight: 500;
}

.product-info__price-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-left: 0.1875rem;
  padding-left: 1.6875rem;
  color: #3e87e1;
}

.product-info__price-bonus::before {
  content: '';
  position: absolute;
  top: 0.125rem;
  left: 0.625rem;
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  background: url(../img/general/coins.png) no-repeat;
  background-size: 100% auto;
}

/*.product-info__price-bonus::after {
  content: '+';
  position: absolute;
  left: 0;
  top: 0;
}*/

.product-info__price-bonus .fa,
.product-info__price-bonus .profile__link::before,
.product-info__price-bonus .order-card__header::before,
.product-info__price-bonus .nav__link::before {
  position: relative;
  top: 0.125rem;
  margin-left: 0.1875rem;
}

.product-info__amount {
  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: 0.3125rem;
  width: 100%;
  color: #222;
  line-height: 1;
}

.product-info__amount-label {
  position: relative;
  top: -0.125rem;
  font-size: 1.375rem;
  font-weight: 500;
}

.product-info__coins {
  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: 1.25rem;
  width: 100%;
  line-height: 1;
}

.product-info__coins:last-child {
  margin-bottom: 0;
}

.product-info__button {
  margin-bottom: 0.875rem;
  padding-top: 0.75rem;
  padding-bottom: 0.625rem;
  width: 100%;
  height: 3.4375rem;
  font-size: 0.875rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.035rem;
  border-radius: 0.1875rem;
}

.product-info__payments {
  margin: 0.9375rem 0 0;
}

.tabs__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .tabs__nav {
    display: none;
  }
}

.tabs__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 3.125rem;
  padding: 0 0 1.5625rem;
  font-size: 1.125rem;
  line-height: 1;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 591px) {
  .tabs__button {
    margin-right: 2.5rem;
  }
}

.tabs__button:last-child {
  margin-right: 0;
}

.tabs__button--current {
  color: #222;
  border-bottom-color: #3e87e1;
  cursor: default;
}

.tabs__content {
  padding: 1.875rem 0 0;
  font-size: 0.875rem;
}

@media only screen and (max-width: 591px) {
  .tabs__content {
    padding-top: 0.625rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__content {
    padding-top: 0;
  }
}

.tabs__item {
  display: none;
}

@media only screen and (max-width: 479px) {
  .tabs__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: -1px;
  }
}

.tabs__item--current {
  display: block;
}

@media only screen and (max-width: 479px) {
  .tabs__item--current {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.tabs__item .tabs__button {
  position: relative;
  margin: 0 -15px;
  padding: 1.375rem 0.9375rem 1.125rem;
  display: none;
  width: auto;
  color: #222;
  font-size: 1.125rem;
  text-align: left;
  background-color: #fff;
  outline: 0;
  border: 1px solid #e6e6e6;
}

.tabs__item .tabs__button::after {
  content: '+';
  position: absolute;
  top: 1.375rem;
  right: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
}

@media only screen and (max-width: 479px) {
  .tabs__item .tabs__button {
    display: block;
  }
}

.tabs__item .tabs__button--current::after {
  content: '-';
}

.tabs__inner {
  padding: 1.25rem 0;
}

@media only screen and (max-width: 479px) {
  .tabs__inner {
    display: none;
  }
}

.tabs__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1.5625rem;
}

@media only screen and (max-width: 767px) {
  .tabs__group {
    margin-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0.9375rem;
    border-bottom: 1px solid #e6e6e6;
  }
}

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

@media only screen and (max-width: 479px) {
  .tabs__group:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

.tabs__group:last-child .tabs__info {
  padding-bottom: 0;
  border-bottom: 0;
}

.tabs__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1.25rem;
  width: 12.875rem;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .tabs__label {
    padding-right: 0.625rem;
    width: 8.75rem;
    font-size: 1rem;
    font-weight: 400;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__label {
    margin-bottom: 0.625rem;
    padding-right: 0;
    width: 100%;
  }
}

.tabs__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-bottom: 1.5625rem;
  min-width: 0;
  color: #222;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .tabs__info {
    padding-bottom: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .tabs__info {
    padding-bottom: 0;
    width: 100%;
    border-bottom: 0;
  }
}

.tabs__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .tabs__header {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.tabs__header .tabs__label {
  padding-right: 0;
  width: auto;
}

@media only screen and (max-width: 479px) {
  .tabs__header .tabs__label {
    position: relative;
    top: 0.125rem;
  }
}

.tabs__caption p {
  margin: 0 0 1.25rem;
}

.tabs__caption p:last-child {
  margin-bottom: 0;
}

.tabs__ul-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.tabs__ul-list:last-child {
  margin-bottom: 0;
}

.tabs__list {
  max-width: 17.5rem;
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .tabs__list {
    max-width: none;
  }
}

.tabs__review-card {
  margin-bottom: 2.1875rem;
}

@media only screen and (max-width: 479px) {
  .tabs__review-card {
    margin-bottom: 1.25rem;
  }
}

.properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 -0.5rem;
  padding: 0;
  list-style: none;
}

.properties__item {
  margin-right: 0.8125rem;
  margin-bottom: 0.5rem;
  color: #3e87e1;
  font-size: 0.875rem;
  line-height: 1.25;
  border-bottom: 1px dotted;
  cursor: pointer;
}

.properties__item:last-child {
  margin-right: 0;
}

.properties__item--current {
  color: #cd2d3c;
  font-weight: 500;
  border-bottom-color: transparent;
  cursor: default;
}

.sizes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sizes__item {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-bottom: 0.6875rem;
  height: 2.5rem;
  color: #222;
  font-size: 0.75rem;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.sizes__item:before {
  content: '';
  position: absolute;
}

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

.sizes__item--vertical:before {
  top: 50%;
  left: -0.25rem;
  margin-top: -0.6875rem;
  width: 0.4375rem;
  height: 1.4375rem;
  background: url(../img/general/resize-vertical.png) no-repeat;
  background-size: 100% auto;
}

.sizes__item--horizontal:before {
  left: 50%;
  bottom: -0.25rem;
  margin-left: -0.6875rem;
  width: 1.4375rem;
  height: 0.4375rem;
  background: url(../img/general/resize-horizontal.png) no-repeat;
  background-size: 100% auto;
}

.form-order__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.0625rem 1rem 1.0625rem 1.5rem;
  background-color: #fafafa;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 1023px) {
  .form-order__inner {
    padding: 0.9375rem 15px;
  }
}

@media only screen and (max-width: 767px) {
  .form-order__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.form-order__info {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 1.25;
}

@media only screen and (max-width: 767px) {
  .form-order__info {
    margin-bottom: 0.9375rem;
    text-align: center;
  }
}

.form-order__title {
  margin: 0;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
}

.form-order__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.75rem;
}

.form-order__fields {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 2.5rem;
}

@media only screen and (max-width: 1023px) {
  .form-order__fields {
    padding-left: 0.9375rem;
  }
}

@media only screen and (max-width: 767px) {
  .form-order__fields {
    padding-left: 0;
  }
}

.form-order__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.form-order__column {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  width: 33.3334%;
}

@media only screen and (max-width: 591px) {
  .form-order__column {
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

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

.form-order__button {
  width: 100%;
}

.form-order__agree {
  margin-top: 1.125rem;
}

.agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #8e8e8e;
  font-size: 0.75rem;
}

@media only screen and (max-width: 591px) {
  .agree {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

.agree__toggle {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.375rem;
}

@media only screen and (max-width: 591px) {
  .agree__toggle {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
}

.order__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.5625rem;
  margin-left: -7px;
  margin-right: -7px;
}

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

.order__group--hr {
  position: relative;
  padding: 1.5625rem 0;
}

.order__group--hr::before,
.order__group--hr::after {
  content: '';
  position: absolute;
  left: 7px;
  right: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.order__group--hr::before {
  top: 0;
}

.order__group--hr::after {
  bottom: 0;
}

.order__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  max-width: 50%;
  padding-left: 7px;
  padding-right: 7px;
}

@media only screen and (max-width: 639px) {
  .order__col {
    margin-bottom: 0.9375rem;
  }

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

@media only screen and (max-width: 479px) {
  .order__col {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__col--4 {
  -ms-flex-preferred-size: 33.33334%;
  flex-basis: 33.33334%;
  max-width: 33.33334%;
}

@media only screen and (max-width: 639px) {
  .order__col--4 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__col--fluid {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.order__col--min {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  padding-right: 20px;
}

.order__col--max {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 100%;
}

@media only screen and (max-width: 639px) {
  .order__col--max {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

.order__col--sm {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 7.5rem;
  flex: 1 1 7.5rem;
  max-width: 7.5rem;
}

@media only screen and (max-width: 639px) {
  .order__col--sm {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.order__col--sm input {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.order__col--btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 17.9375rem;
  flex: 1 1 17.9375rem;
  max-width: 17.9375rem;
  margin-left: auto;
}

@media only screen and (max-width: 1023px) {
  .order__col--btn {
    margin-left: 0;
  }
}

.order__field {
  margin-bottom: 0.9375rem;
}

.order__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 66.6667%;
  flex: 1 1 66.6667%;
  max-width: 66.6667%;
}

@media only screen and (max-width: 1023px) {
  .order__content {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33.3334%;
  flex: 1 1 33.3334%;
  max-width: 33.3334%;
}

@media only screen and (max-width: 1023px) {
  .order__aside {
    margin-top: 1.25rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order__aside .layout__info--icon {
  margin-bottom: 0.9375rem;
  padding-left: 2.25rem;
}

.order__inner {
  margin-bottom: 0.9375rem;
  padding-left: 2.25rem;
}

.order__caption {
  margin-bottom: 0.9375rem;
  line-height: 1.625;
}

.order__control {
  margin-bottom: 1.5625rem;
}

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

.order__agree {
  font-size: 0.875rem;
}

@media only screen and (max-width: 1023px) {
  .order__link {
    display: inline-block;
    margin-bottom: 1.25rem;
  }
}

.order__button {
  margin-top: auto;
  width: 100%;
}

.order__button--sm {
  max-width: 25.9375rem;
}

@media only screen and (max-width: 1023px) {
  .order__button {
    max-width: 16.875rem;
  }
}

@media only screen and (max-width: 639px) {
  .order__button {
    max-width: 100%;
  }
}

.order-grid__thead,
.order-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 3.125rem;
}

@media only screen and (max-width: 1023px) {

  .order-grid__thead,
  .order-card__header {
    padding-left: 1.25rem;
    padding-right: 1.875rem;
  }
}

.order-grid__group,
.order-card__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.order-grid__group,
.order-card__group,
.order-product__group {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 70%;
  flex: 1 0 70%;
  max-width: 70%;
  padding-right: 2.5rem;
}

@media only screen and (max-width: 1023px) {

  .order-grid__group,
  .order-card__group,
  .order-product__group {
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 767px) {

  .order-grid__group,
  .order-card__group,
  .order-product__group {
    margin-bottom: 0.625rem;
    padding-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.order-grid__title,
.order-card__title,
.order-product__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
  padding-right: 0.9375rem;
}

.order-grid__date,
.order-card__date,
.order-product__date {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding-right: 0.9375rem;
}

@media only screen and (max-width: 639px) {

  .order-grid__date,
  .order-card__date,
  .order-product__date {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }
}

.order-grid__status,
.order-card__status,
.order-product__status {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37%;
  flex: 0 0 37%;
  max-width: 37%;
}

@media only screen and (max-width: 767px) {

  .order-grid__status,
  .order-card__status,
  .order-product__status {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
  }
}

.order-grid__price,
.order-card__price,
.order-product__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
  padding-right: 0.9375rem;
}

@media only screen and (max-width: 767px) {

  .order-grid__price,
  .order-card__price,
  .order-product__price {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding-right: 1.5625rem;
    max-width: 100%;
  }
}

.order-grid__points,
.order-card__points,
.order-product__points {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

@media only screen and (max-width: 767px) {

  .order-grid__points,
  .order-card__points,
  .order-product__points {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 100%;
  }
}

.order-grid__label,
.order-card__label,
.order-product__label {
  color: #8e8e8e;
}

@media only screen and (min-width: 768px) {

  .order-grid__label,
  .order-card__label,
  .order-product__label {
    display: none;
  }
}

.order-grid__thead {
  margin-top: -1px;
  margin-bottom: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .order-grid__thead {
    display: none;
  }
}

.order-grid__content {
  padding: 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-grid__content {
    padding: 1.25rem;
  }
}

@media only screen and (min-width: 768px) {
  .order-grid__content {
    border-top: 0;
  }
}

.order-grid__order-card {
  margin-bottom: 1.25rem;
}

.order-grid__order-card:last-child {
  margin-bottom: 0;
}

.order-grid__review-card {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card {
    margin-bottom: 1.875rem;
  }
}

.order-grid__review-card:last-child {
  margin-bottom: 0;
}

.order-grid__review-card .review-card__product-bind.product-bind {
  margin-left: auto;
  margin-right: 1rem;
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card .review-card__product-bind.product-bind {
    width: 12.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-grid__review-card .review-card__product-bind.product-bind {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .order-grid__review-card .review-card__product-bind.product-bind .product-bind__info::after {
    display: none;
  }
}

.order-card {
  background-color: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 1.25rem rgba(4, 4, 35, 0.08);
}

.order-card.is-opened .order-card__header::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.order-card__header {
  position: relative;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  color: #222;
  line-height: 1;
  cursor: pointer;
}

.order-card__header::before {
  position: absolute;
  top: 1.625rem;
  right: 1.875rem;
  font-size: 1.5rem;
  line-height: 1;
}

@media only screen and (max-width: 1023px) {
  .order-card__header {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .order-card__header::before {
    top: 1.1875rem;
    right: 1.25rem;
    font-size: 1.375rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-card__group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.order-card__title {
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px) {
  .order-card__title {
    font-size: 1.125rem;
    font-weight: 500;
  }
}

@media only screen and (max-width: 479px) {
  .order-card__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-bottom: 0.5625rem;
    padding-right: 0;
  }
}

.order-card__date {
  margin-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .order-card__time {
    display: none;
  }
}

.order-card__status {
  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-card__badge {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.125rem 0.6875rem 0.1875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.order-card__badge.is-danger {
  background-color: #cd2d3c;
}

.order-card__badge.is-success {
  background-color: #359e00;
}

.order-card__link {
  margin-left: 0.9375rem;
}

.order-card__price {
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .order-card__price {
    font-size: 1rem;
  }
}

.order-card__points {
  color: #5a5a5a;
  font-size: 1.125rem;
  font-weight: 500;
}

@media only screen and (max-width: 1023px) {
  .order-card__points {
    font-size: 1rem;
  }
}

.order-card__points.is-primary {
  color: #3e87e1;
}

.order-card__body {
  display: none;
  border-top: 1px solid #e6e6e6;
}

.order-card__list {
  padding: 0.9375rem 3.125rem 0.9375rem 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .order-card__list {
    padding-right: 1.875rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .order-card__list {
    padding-right: 1.25rem;
  }
}

.order-card__order-product {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.order-card__order-product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.order-card__footer {
  padding: 1.25rem 1.5625rem 1.5rem;
  line-height: 1.3;
  text-align: right;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-card__footer {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-card__footer {
    padding-top: 1.0625rem;
    padding-bottom: 1.25rem;
    text-align: center;
  }
}

.order-card__action {
  margin-left: 1.25rem;
}

.order-card__action:first-child {
  margin-left: 0;
}

.order-card__action.is-danger {
  color: #cd2d3c;
}

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

@media only screen and (max-width: 767px) {
  .order-product__body {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__body {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

@media only screen and (max-width: 767px) {
  .order-product__group {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-bottom: 0;
    padding-right: 1.5625rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__group {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__group {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

.order-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (max-width: 479px) {
  .order-product__info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
}

.order-product__photo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 3.625rem;
  flex: 0 0 3.625rem;
  max-width: 3.625rem;
  margin-right: 1.5625rem;
  display: block;
  height: 3.625rem;
}

@media only screen and (max-width: 767px) {
  .order-product__photo {
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__photo {
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__photo {
    -ms-flex-preferred-size: 3rem;
    flex-basis: 3rem;
    max-width: 3rem;
    height: 3rem;
  }
}

.order-product__img {
  width: 100%;
}

.order-product__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  line-height: 1.3;
}

.order-product__title {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  max-width: 100%;
  color: #222;
  font-size: 1.125rem;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .order-product__title {
    font-size: 1rem;
  }
}

.order-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 1.35;
}

.order-product__label {
  font-size: 0.875rem;
}

.order-product__value {
  margin-top: 0.0625rem;
  color: #222;
  white-space: nowrap;
}

.order-product__count {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 0.9375rem;
}

@media only screen and (max-width: 479px) {
  .order-product__count {
    padding-right: 1.5625rem;
    display: none;
    margin-left: 0;
  }
}

@media only screen and (min-width: 480px) {
  .order-product__count--mobile {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__count--mobile {
    display: block;
  }
}

.order-product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.9375rem;
  margin-right: -1.25rem;
  padding-top: 0.9375rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .order-product__footer {
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .order-product__footer {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 639px) {
  .order-product__footer {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .order-product__footer {
    font-size: 0.9375rem;
  }
}

.order-product__action-box {
  margin-right: 1.4375rem;
}

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

@media only screen and (max-width: 639px) {
  .order-product__action-box {
    margin-right: 0;
    margin-bottom: 0.625rem;
  }

  .order-product__action-box:last-child {
    margin-bottom: 0;
  }
}

.action-box {
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.3;
}

.action-box::before {
  content: '';
  position: absolute;
  top: 0.1875rem;
  left: 0;
  width: 0.9375rem;
  height: 0.9375rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.action-box--review::before {
  background-image: url(../img/general/review.png);
}

.action-box--photo::before {
  background-image: url(../img/general/image.png);
}

.coupone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

@media only screen and (max-width: 767px) {
  .coupone {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.coupone__container {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__bonuses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .coupone__bonuses {
    margin-left: 0;
    margin-top: 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
}

@media only screen and (max-width: 639px) {
  .coupone__bonuses {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.coupone__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__form--sum {
  -ms-flex-preferred-size: 17.5rem;
  flex-basis: 17.5rem;
  max-width: 17.5rem;
}

@media only screen and (max-width: 767px) {
  .coupone__form--sum {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    max-width: 100%;
    margin-bottom: 0;
  }
}

.coupone__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3.125rem;
}

.coupone__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.coupone__field-label {
  position: absolute;
  top: 1.0625rem;
  left: 1.25rem;
  right: 1.25rem;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  pointer-events: none;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.coupone__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-top: 0.25rem;
  padding-left: 1.25rem;
  height: 100%;
  font-size: 1.25rem;
  font-weight: 500;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.coupone__input:focus~.coupone__field-label,
.coupone__input.is-filled~.coupone__field-label {
  font-size: 0.625rem;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.coupone__input--check {
  padding-left: 2.875rem !important;
  background: url(../img/general/check.png) 0.9375rem center no-repeat;
}

.coupone__input--check~.coupone__field-label {
  left: 2.875rem;
}

.coupone__button {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  border-radius: 0 0.3125rem 0.3125rem 0;
}

.coupone__coins {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 1.875rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .coupone__coins {
    margin: 0 1.5625rem 0 0;
  }
}

@media only screen and (max-width: 639px) {
  .coupone__coins {
    margin-right: 0;
    margin-bottom: 0.9375rem;
  }
}

.coupone__coins-label {
  color: #222;
}

.coupone__coins-value {
  margin-top: 0.25rem;
  color: #3e87e1;
  font-size: 1.375rem;
}

.coupone__item {
  margin: 0.3125rem 0 0;
  font-size: 0.875rem;
}

.coupone__item a {
  margin-left: 5px;
}

.list-info {
  padding-left: 0;
  list-style: none;
}

.list-info__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;
  color: #222;
}

.list-info__value.is-primary {
  color: #3e87e1;
}

.time {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.time__select {
  margin-right: -1px;
}

.time__select .jq-selectbox__select {
  height: 2.5rem;
}

.time__select .jq-selectbox__dropdown {
  top: 100% !important;
  margin-top: -2.5rem;
  padding-top: 2.5rem;
}

.control {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  color: #222;
  line-height: 1.3;
}

@media only screen and (max-width: 639px) {
  .control {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 1.875rem;
  }
}

.control__input {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
}

.control__input:not(.jq-checkbox):not(.jq-radio) {
  opacity: 0 !important;
  position: absolute !important;
}

@media only screen and (max-width: 639px) {

  .control__input.jq-radio,
  .control__input.jq-checkbox {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 0;
  }
}

.control__payments {
  margin-left: auto;
  margin-right: 1.25rem;
}

@media only screen and (max-width: 639px) {
  .control__payments {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}

.control__payments .payments__item {
  margin-right: 0.75rem;
}

.control__payments .payments__item:last-child {
  margin-right: 0;
}

.control__time {
  margin-left: auto;
  margin-top: -0.5rem;
}

@media only screen and (max-width: 639px) {
  .control__time {
    margin-top: 0.375rem;
    margin-left: 0;
  }
}

.control__price {
  margin-left: auto;
  color: #3e87e1;
}

@media only screen and (max-width: 639px) {
  .control__price {
    margin-left: 0;
    margin-top: 0.4375rem;
  }
}

.basket-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 1.875rem;
  min-height: 100%;
  background-color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 1023px) {
  .basket-card {
    padding: 1.25rem;
  }
}

/* 
@media only screen and (max-width: 639px) {
  .basket-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
*/

@media only screen and (min-width: 1025px) {
  .basket-card:not(.basket-card--gift):hover {
    border-color: #f4f4f4;
    -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
    box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  }
}

.basket-card--gift {
  overflow: hidden;
}

.basket-card--preview {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.basket-card--preview .basket-card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 3.75rem;
  flex: 1 0 3.75rem;
  max-width: 3.75rem;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview .basket-card__photo {
    margin-right: 1.25rem;
    display: block;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__photo {
    -ms-flex-preferred-size: 2.625rem;
    flex-basis: 2.625rem;
    max-width: 2.625rem;
    height: 2.625rem;
    margin-right: 0.9375rem;
  }
}

.basket-card--preview .basket-card__inner {
  padding-right: 0;
}

@media only screen and (max-width: 767px) {
  .basket-card--preview .basket-card__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.basket-card--preview .basket-card__info {
  padding-right: 1.25rem;
}

.basket-card--preview .basket-card__title {
  color: #3e87e1;
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__title {
    font-size: 1rem;
  }
}

.basket-card--preview .basket-card__values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  margin-right: 3.4375rem;
  margin-left: 0;
  text-align: left;
}

@media only screen and (max-width: 639px) {
  .basket-card--preview .basket-card__values {
    margin-right: 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card--preview .basket-card__values {
    margin-right: 0.9375rem;
  }
}

.basket-card__action {
  position: absolute;
  z-index: 3;
  padding: 0.1875rem 2.1875rem;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  background-color: #ac2625;
  white-space: nowrap;
  -webkit-transform: rotate(-45deg) translate(12%, 0);
  transform: rotate(-45deg) translate(12%, 0);
  -webkit-transform-origin: 50% -50%;
  transform-origin: 50% -50%;
}

@media only screen and (max-width: 639px) {
  .basket-card__action {
    display: none;
  }
}

.basket-card__action--left-top {
  top: 0;
  left: 0;
  -webkit-transform: rotate(-45deg) translate(-41%, -50%);
  transform: rotate(-45deg) translate(-41%, -50%);
}

.basket-card__action--right-bottom {
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(-45deg) translate(12%, 0);
  transform: rotate(-45deg) translate(12%, 0);
}

.basket-card__photo {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 9.0625rem;
  flex: 1 0 9.0625rem;
  position: relative;
  max-width: 9.0625rem;
  margin-right: 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .basket-card__photo {
    -ms-flex-preferred-size: 7.5rem;
    flex-basis: 7.5rem;
    max-width: 7.5rem;
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .basket-card__photo {
    -ms-flex-preferred-size: 4rem;
    flex-basis: 4rem;
    max-width: 4rem;
    margin-right: 1.25rem;
  }
}

.basket-card__img {
  width: 100%;
}

.basket-card__labels {
  position: absolute;
  top: 0.625rem;
  left: 0.625rem;
  z-index: 2;
}

.basket-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.basket-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-right: 2.5rem;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .basket-card__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__inner {
    padding-right: 0;
  }
}

.basket-card__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  padding-right: 1.25rem;
}

@media only screen and (max-width: 767px) {
  .basket-card__info {
    padding-right: 0;
    margin-bottom: 0.625rem;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__info {
    padding-right: 1.875rem;
  }
}

.basket-card__category {
  margin-bottom: 0.25rem;
  display: block;
  color: #3e87e1;
  font-size: 0.875rem;
}

.basket-card__title {
  display: block;
  color: #222222;
  font-size: 1.25rem;
  text-overflow: ellipsis;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
}

.basket-card__price {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.basket-card__price-old {
  margin-right: 0.1875rem;
  font-size: 0.875rem;
  text-decoration: line-through;
}

@media only screen and (max-width: 639px) {
  .basket-card__price .basket-card__value {
    font-size: 1rem;
  }
}

.basket-card__price .fa-rub {
  font-size: 0.85em;
}

.basket-card__value {
  color: #222222;
  font-size: 1.25rem;
}

.basket-card__value.is-free {
  color: #cd2d3c;
}

@media only screen and (max-width: 639px) {
  .basket-card__value {
    font-size: 1rem;
  }
}

.basket-card__label {
  display: block;
  margin-bottom: 0.25rem;
  color: #707070;
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 1.25;
}

.basket-card__count,
.basket-card__values {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 7.5rem;
  flex: 0 0 7.5rem;
  max-width: 7.5rem;
  margin: 0 0.9375rem;
  text-align: center;
}

@media only screen and (max-width: 479px) {

  .basket-card__count,
  .basket-card__values {
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}

@media only screen and (max-width: 479px) {
  .basket-card__values {
    max-width: 5.625rem;
    -ms-flex-preferred-size: 5.625rem;
    flex-basis: 5.625rem;
  }
}

.basket-card__properties {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
  margin-bottom: -0.9375rem;
  margin-top: 0.625rem;
}

.basket-card__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
  max-width: 25%;
  margin-bottom: 0.9375rem;
  padding-left: 6px;
  padding-right: 6px;
}

@media only screen and (max-width: 767px) {
  .basket-card__property {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
}

.basket-card__property .selectbox {
  margin-top: auto;
}

.basket-card__select {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .basket-card__select .jq-selectbox__select {
    height: 2.5rem;
  }
}

.basket-card__select .jq-selectbox__select-text {
  font-weight: 500;
}

.basket-card__delete {
  position: absolute;
  top: 1.25rem;
  right: 0;
  width: 1rem;
  height: 1rem;
  background: url(../img/general/icon-close.png) no-repeat;
  background-size: 100% auto;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

@media only screen and (min-width: 1025px) {
  .basket-card__delete:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

@media only screen and (max-width: 639px) {
  .basket-card__delete {
    top: 0.25rem;
  }
}

.basket-card__removed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  position: relative;
  padding-right: 2.5rem;
  color: #222;
}

@media only screen and (max-width: 479px) {
  .basket-card__removed {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 1.875rem;
  }
}

.basket-card__removed .basket-card__delete {
  top: 0.5625rem;
}

.basket-card__notify {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding-right: 1.875rem;
}

.basket-card__actions {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  white-space: nowrap;
}

.basket-card__description {
  color: #222;
  font-size: 0.875rem;
}

@media only screen and (max-width: 639px) {
  .basket-card__description {
    margin-top: 0.625rem;
  }
}

.basket-card__button {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 0.9375rem;
  padding: 0.9375rem 1.5625rem;
}

.js-dropdown .layout__header {
  position: relative;
  padding-right: 3.75rem;
  cursor: pointer;
}

.js-dropdown .layout__header::after {
  content: '';
  position: absolute;
  right: 1.875rem;
  top: 1.8125rem;
  width: 0.875rem;
  height: 0.5rem;
  background: url(../img/general/chevron-up.png) no-repeat;
  background-size: 100% auto;
}

.js-dropdown.is-opened .layout__header::after {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

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

@media only screen and (max-width: 1260px) {
  .layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .layout__order-grid {
    margin-top: 1.25rem;
  }
}

.layout__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.layout__section {
  margin-bottom: 1.5625rem;
  border-radius: 0.3125rem;
}

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

.layout__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  padding: 1.125rem 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .layout__header {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .layout__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.layout__header a {
  white-space: nowrap;
}

.layout__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .layout__heading {
    font-size: 1.5rem;
  }
}

.layout__number {
  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: 0.875rem;
  width: 1.8125rem;
  height: 1.8125rem;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
  background-color: #000;
  border-radius: 50%;
}

.layout__tabs-nav {
  margin-bottom: 0;
  margin-right: auto;
  margin-left: 2.5rem;
}

@media only screen and (max-width: 767px) {
  .layout__tabs-nav {
    margin-left: 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .layout__tabs-nav {
    margin-top: 1.25rem;
    margin-left: 0;
  }
}

.layout__info--icon {
  position: relative;
  padding-left: 2.75rem;
  color: #222;
  font-size: 1.125rem;
  line-height: 1.4375;
}

.layout__info--icon::before {
  content: '';
  position: absolute;
  top: 0.0625rem;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/general/icon-info.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .layout__info-tablet {
    display: none;
  }
}

.layout__info strong {
  color: #3e87e1;
}

@media only screen and (max-width: 639px) {
  .layout__logout-link {
    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;
    top: 0;
    right: 0;
    padding: 0;
    width: 3.125rem;
    height: 100%;
    max-height: 3.75rem;
    font-size: 0;
  }

  .layout__logout-link::after {
    position: relative;
  }
}

.layout__basket-card {
  border-bottom: 1px solid #f4f4f4;
}

.layout__basket-card:last-child {
  border-bottom: 0;
}

.layout__aside {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 17.875rem;
  flex: 1 0 17.875rem;
  max-width: 17.875rem;
  margin-left: 1.5625rem;
}

.layout__aside:first-child {
  margin-left: 0;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__aside {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
    margin-left: 0;
  }

  .layout__aside:first-child {
    margin-right: 0;
    margin-bottom: 1.5625rem;
  }
}

.layout__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.875rem;
  margin-bottom: -1.5625rem;
}

.layout__column {
  margin-bottom: 1.5625rem;
  width: 33.33334%;
}

@media only screen and (max-width: 1270px) {
  .layout__column {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 767px) {
  .layout__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .layout__column--mobile-fluid {
    width: 100%;
  }

  .layout__column--mobile-fluid .client-card__footer {
    width: 100%;
    margin-top: 0;
  }
}

.layout__promo {
  margin-top: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__promo {
    display: none;
  }
}

.layout__promo .promo__slide.swiper-slide {
  height: 28.125rem;
}

.layout__product-info {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
}

.layout__product-info .product-info__header,
.layout__product-info .product-info__list,
.layout__product-info .product-info__content {
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
}

@media only screen and (max-width: 1260px) {
  .layout__product-info {
    position: relative;
    top: 0;
    margin-top: 1.875rem;
  }
}

.layout__coupone {
  padding: 1.875rem;
}

@media only screen and (max-width: 1023px) {
  .layout__coupone {
    padding: 1.25rem;
  }
}

.layout__order {
  padding: 1.5625rem 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.layout__order:last-child {
  border-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .layout__order {
    padding: 1.25rem;
  }
}

.layout__slider-controls {
  padding: 0.625rem 0;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .modal {
    max-width: 100% !important;
    border-radius: 0;
  }
}

.modal.remodal {
  max-width: 53.4375rem;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .modal.remodal {
    margin-bottom: 0;
    display: block;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.modal--default.remodal {
  max-width: 20rem;
}

@media only screen and (max-width: 767px) {
  .modal {
    width: 100%;
  }
}

.modal__close {
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-left: 0.4375rem;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  outline: 0;
  background: url(../img/minified-svg/close-modal.svg) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 1023px) {
  .modal__close {
    display: none;
  }
}

.modal__content {
  padding: 1.25rem 1.5625rem;
}

.modal__header {
  margin-bottom: 1.25rem;
  text-align: center;
}

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

.modal__title {
  margin: 0;
  color: #222;
  font-size: 1.625rem;
  line-height: 1.15;
}

.modal__caption {
  margin-top: 0.75rem;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  font-size: 0.875rem;
  line-height: 1.428;
}

.modal__field {
  margin-bottom: 0.75rem;
}

.modal__button {
  width: 100%;
}

.modal__control {
  margin-top: 1.125rem;
}

.modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 1.5625rem 1.0625rem;
  border-top: 1px solid #e6e6e6;
}

.modal__footer a:only-child {
  width: 100%;
  text-align: center;
}

.field__container {
  position: relative;
}

.field__icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 3.125rem;
  height: 100%;
  max-height: 3.125rem;
  pointer-events: none;
  background-position: center;
  background-repeat: no-repeat;
}

.field__icon--user {
  background-image: url(../img/general/user.png);
  background-size: 1rem auto;
}

.field__icon--lock {
  background-image: url(../img/general/lock.png);
  background-size: 1rem auto;
}

.field__icon--link {
  background-image: url(../img/general/link.png);
  background-size: 1.25rem auto;
}

.field__icon--message-square {
  background-image: url(../img/general/message-square.png);
  background-size: 0.9375rem auto;
}

.field__icon+.field__input {
  padding-left: 2.8125rem;
}

.field__ui-rating {
  margin-bottom: 1.25rem;
}

.field__input {
  padding-left: 0.9375rem;
}

.field__input.jq-file {
  padding-left: 0.9375rem;
}

.info__content {
  padding: 1.875rem 1.25rem;
}

.info__icon {
  margin: 0 auto 1.125rem;
  display: block;
  width: 3.3125rem;
  height: 3.3125rem;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}

.info__icon--success {
  background-image: url(../img/general/check-circle.png);
}

.info__close {
  padding: 0.9375rem 1.25rem 1.125rem;
  display: block;
  border-top: 1px solid #e6e6e6;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.3s 0.25s;
  transition: 0.3s 0.25s;
}

.overlay--visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, 0.5);
  background-color: rgba(92, 196, 239, 0.1);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  color: #fff;
  border: none;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--years {
  height: 170px;
}

.datepicker--cells-years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Datepicker
   ------------------------------------------------- */
.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10000;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  background: #fff;
  border: 1px solid #dbdbdb;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  font-family: Tahoma, sans-serif;
  font-size: 14px;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
  z-index: 100;
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
  transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  -webkit-box-shadow: none;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--content {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding: 4px;
}

.-only-timepicker- .datepicker--content {
  display: none;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.-top-left- .datepicker--pointer,
.-top-center- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.-right-top- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.-bottom-left- .datepicker--pointer,
.-bottom-center- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.-left-top- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-bottom- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.-top-left- .datepicker--pointer,
.-bottom-left- .datepicker--pointer {
  left: 10px;
}

.-top-right- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  right: 10px;
}

.-top-center- .datepicker--pointer,
.-bottom-center- .datepicker--pointer {
  left: calc(50% - 10px / 2);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2);
}

.datepicker--body {
  display: none;
}

.datepicker--body.active {
  display: block;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-title,
.datepicker--nav-action {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action:hover {
  background: #f0f0f0;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: none;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
  border-top: 1px solid #efefef;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 4px;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  -webkit-box-flex: 0;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  -webkit-box-flex: 0;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: '';
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
  background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type='range'] {
  background: none;
  cursor: pointer;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.datepicker--time-row input[type='range']::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type='range']:focus {
  outline: none;
}

.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  -webkit-transition: background .2s;
  transition: background .2s;
}

.datepicker--time-row input[type='range']::-webkit-slider-thumb {
  margin-top: -6px;
}

.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-lower {
  background: transparent;
}

.datepicker--time-row input[type='range']::-ms-fill-upper {
  background: transparent;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: '';
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: .4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: .4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.1);
  color: #cccccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: none;
  border: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease, visibility 0s ease .25s;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }

  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper>.scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper>.scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-wrapper.scroll--rtl {
  direction: rtl;
}

.scroll-element {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: none;
}

.scroll-element div {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea>.scroll-content {
  overflow: hidden !important;
}

.scroll-textarea>.scroll-content>textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner>.scroll-element,
.scrollbar-inner>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner>.scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner>.scroll-element .scroll-element_outer,
.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner>.scroll-element .scroll-element_track,
.scrollbar-inner>.scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner>.scroll-element .scroll-element_track {
  background-color: #e0e0e0;
}

.scrollbar-inner>.scroll-element .scroll-bar {
  background-color: #c2c2c2;
}

.scrollbar-inner>.scroll-element:hover .scroll-bar {
  background-color: #919191;
}

.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/*************** SIMPLE OUTER SCROLLBAR ***************/
.scrollbar-outer>.scroll-element,
.scrollbar-outer>.scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-outer>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-outer>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%;
}

.scrollbar-outer>.scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px;
}

.scrollbar-outer>.scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-outer>.scroll-element .scroll-element_track {
  background-color: #eeeeee;
}

.scrollbar-outer>.scroll-element .scroll-element_outer,
.scrollbar-outer>.scroll-element .scroll-element_track,
.scrollbar-outer>.scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-outer>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
}

.scrollbar-outer>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
}

.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-outer>.scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px;
}

.scrollbar-outer>.scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px;
}

.scrollbar-outer>.scroll-element.scroll-x .scroll-bar {
  min-width: 10px;
}

.scrollbar-outer>.scroll-element.scroll-y .scroll-bar {
  min-height: 10px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px;
}

.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px;
}

.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px;
}

/*************** SCROLLBAR MAC OS X ***************/
.scrollbar-macosx>.scroll-element,
.scrollbar-macosx>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-macosx>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-macosx>.scroll-element .scroll-element_track {
  display: none;
}

.scrollbar-macosx>.scroll-element .scroll-bar {
  background-color: #6C6E71;
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border-radius: 7px;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.scrollbar-macosx:hover>.scroll-element .scroll-bar,
.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-macosx>.scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%;
}

.scrollbar-macosx>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0px;
  top: 0;
  width: 0px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar {
  height: 7px;
  min-width: 10px;
  top: -9px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar {
  left: -9px;
  min-height: 10px;
  width: 7px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer {
  left: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer {
  top: 2px;
}

.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/*************** SCROLLBAR LIGHT ***************/
.scrollbar-light>.scroll-element,
.scrollbar-light>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-light>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-light>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-light>.scroll-element .scroll-element_outer {
  border-radius: 10px;
}

.scrollbar-light>.scroll-element .scroll-element_size {
  background: #dbdbdb;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #dbdbdb), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(left, #dbdbdb 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#dbdbdb), to(#e8e8e8));
  background: linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);
  border-radius: 10px;
}

.scrollbar-light>.scroll-element.scroll-x {
  bottom: 0;
  height: 17px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-light>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 17px;
}

.scrollbar-light>.scroll-element .scroll-bar {
  background: #fefefe;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #fefefe), color-stop(100%, #f5f5f5));
  background: -webkit-linear-gradient(left, #fefefe 0%, #f5f5f5 100%);
  background: -webkit-gradient(linear, left top, right top, from(#fefefe), to(#f5f5f5));
  background: linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);
  border: 1px solid #dbdbdb;
  border-radius: 10px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-light>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-light>.scroll-content.scroll-scrollx_visible {
  top: -17px;
  margin-top: 17px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 0px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-bar {
  left: 0px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer {
  height: 12px;
  left: 2px;
  top: 2px;
}

.scrollbar-light>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  top: 2px;
  width: 12px;
}

.scrollbar-light>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*************** SCROLLBAR RAIL ***************/
.scrollbar-rail>.scroll-element,
.scrollbar-rail>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-rail>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-rail>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-rail>.scroll-element .scroll-element_size {
  background-color: #999;
  background-color: rgba(0, 0, 0, 0.3);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  min-width: 100%;
  padding: 3px 0 2px;
  width: 100%;
}

.scrollbar-rail>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  padding: 0 2px 0 3px;
  right: 0;
  top: 0;
  width: 12px;
}

.scrollbar-rail>.scroll-element .scroll-bar {
  background-color: #d0b9a0;
  border-radius: 2px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar {
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
}

/* scrollbar height/width & offset from container borders */
.scrollbar-rail>.scroll-content.scroll-scrolly_visible {
  left: -17px;
  margin-left: 17px;
}

.scrollbar-rail>.scroll-content.scroll-scrollx_visible {
  margin-top: 17px;
  top: -17px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-bar {
  height: 10px;
  min-width: 10px;
  top: 1px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-bar {
  left: 1px;
  min-height: 10px;
  width: 10px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer {
  height: 15px;
  left: 5px;
}

.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size {
  height: 2px;
  left: -10px;
  top: 5px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer {
  top: 5px;
  width: 15px;
}

.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size {
  left: 5px;
  top: -10px;
  width: 2px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -25px;
}

.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -25px;
}

.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -25px;
}

/*************** SCROLLBAR DYNAMIC ***************/
.scrollbar-dynamic>.scroll-element,
.scrollbar-dynamic>.scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-dynamic>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-x {
  bottom: 2px;
  height: 7px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-dynamic>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 2px;
  top: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_outer {
  opacity: 0.3;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element .scroll-element_size {
  background-color: #cccccc;
  opacity: 0;
  border-radius: 12px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.scrollbar-dynamic>.scroll-element .scroll-bar {
  background-color: #6c6e71;
  border-radius: 7px;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar {
  bottom: 0;
  height: 7px;
  min-width: 24px;
  top: auto;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar {
  left: auto;
  min-height: 24px;
  right: 0;
  width: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer {
  bottom: 0;
  top: auto;
  left: 2px;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer {
  left: auto;
  right: 0;
  top: 2px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}

.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size {
  left: -4px;
}

.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px;
}

.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px;
}

/* hover & drag */
.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer {
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
  opacity: 1;
}

.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,
.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
  height: 20px;
  min-height: 7px;
}

.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,
.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
  min-width: 7px;
  width: 20px;
}

/*************** SCROLLBAR GOOGLE CHROME ***************/
.scrollbar-chrome>.scroll-element,
.scrollbar-chrome>.scroll-element div {
  border: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-chrome>.scroll-element {
  background-color: #ffffff;
}

.scrollbar-chrome>.scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-chrome>.scroll-element .scroll-element_track {
  background: #f1f1f1;
  border: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x {
  bottom: 0;
  height: 16px;
  left: 0;
  min-width: 100%;
  width: 100%;
}

.scrollbar-chrome>.scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 16px;
}

.scrollbar-chrome>.scroll-element .scroll-bar {
  background-color: #d9d9d9;
  border: 1px solid #bdbdbd;
  cursor: default;
  border-radius: 2px;
}

.scrollbar-chrome>.scroll-element .scroll-bar:hover {
  background-color: #c2c2c2;
  border-color: #a9a9a9;
}

.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191;
  border-color: #7e7e7e;
}

/* scrollbar height/width & offset from container borders */
.scrollbar-chrome>.scroll-content.scroll-scrolly_visible {
  left: -16px;
  margin-left: 16px;
}

.scrollbar-chrome>.scroll-content.scroll-scrollx_visible {
  top: -16px;
  margin-top: 16px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar {
  height: 8px;
  min-width: 10px;
  top: 3px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar {
  left: 3px;
  min-height: 10px;
  width: 8px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer {
  border-left: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track {
  height: 14px;
  left: -3px;
}

.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size {
  height: 14px;
  left: -4px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer {
  border-top: 1px solid #dbdbdb;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track {
  top: -3px;
  width: 14px;
}

.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size {
  top: -4px;
  width: 14px;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -19px;
}

.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -19px;
}

/*! nouislider - 12.0.0 - 9/14/2018 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  position: absolute;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  -webkit-box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}

.noUi-connects {
  border-radius: 3px;
}

.noUi-connect {
  background: #3FB8AF;
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}

.noUi-marker-sub {
  background: #AAA;
}

.noUi-marker-large {
  background: #AAA;
}

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }

  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: rgba(0, 0, 0, 0.4);
}

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

/* Filtering style */
.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: none;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open>.search>span,
.SumoSelect.open>.search>label {
  visibility: hidden;
}

/*this is applied on that hidden select. DO NOT USE display:none; or visiblity:hidden; and Do not override any of these properties. */
.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect>.optWrapper>.options li.opt label,
.SumoSelect>.CaptionCont,
.SumoSelect .select-all>label {
  -ms-user-select: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: none;
}

.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont,
.SumoSelect.open>.CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
  box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0;
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

/*placeholder style*/
.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=");
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  /*Set the height of pop up here (only for desktop mode)*/
  max-height: 250px;
  /*height*/
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #E4E4E4;
}

.SumoSelect>.optWrapper>.options li.opt.sel,
.SumoSelect .select-all.sel {
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect>.optWrapper>.options li span {
  display: none;
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: bold;
}

/*Floating styles*/
.SumoSelect>.optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%;
}

/*disabled state*/
.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE 5-7 */
  filter: alpha(opacity=50);
  /* Netscape */
  -moz-opacity: 0.5;
  /* Safari 1.x */
  -khtml-opacity: 0.5;
  /* Good browsers */
  opacity: 0.5;
}

/*styling for multiple select*/
.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span,
.SumoSelect .select-all>span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt span i,
.SumoSelect .select-all>span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: none;
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #DBDBDB;
  border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px 0;
}

/*styling for select on popup mode*/
.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px;
}

/*styling for only multiple select on popup mode*/
.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect .select-all.partial>span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-position: center center;
}

/*disabled state*/
.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/**Select all button**/
.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc;
}

/*styling for optgroups*/
.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/**
 * Swiper 4.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 14, 2018
 */
.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
  outline: none;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar,
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 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;
  text-align: center;
}

.swiper-zoom-container>img,
.swiper-zoom-container>svg,
.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  font-size: 0.875rem;
  list-style: none;
}

.breadcrumbs__item::after {
  content: '/';
  margin: 0 0.75rem 0 0.625rem;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .breadcrumbs__link:hover {
    color: #cd2d3c;
  }
}

.cabinet {
  padding: 3.125rem 0;
  background-color: #fafafa;
}

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

.cabinet__aside {
  width: 17.875rem;
}

.cabinet__data {
  width: calc(100% - 286px);
  margin-left: 1.5625rem;
}

.cabinet__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1.5625rem;
  margin-bottom: 1.875rem;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
}

.cabinet__header--secondary {
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
}

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

.cabinet__title {
  margin: 0;
  font-size: 1.625rem;
}

.cabinet__log-out {
  position: relative;
  padding-right: 2rem;
  color: #5a5a5a;
  font-size: 1.125rem;
  text-decoration: none;
}

.cabinet__log-out:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0.3125rem;
  width: 20px;
  height: 20px;
  background: url(../img/general/icon-log-out.png) no-repeat;
}

.cabinet__content--secondary {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}

.cabinet__content--secondary .cabinet__grid {
  margin-bottom: 0;
}

.cabinet__content--secondary .cabinet__column {
  margin: 0;
}

.cabinet__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.75rem -1.5rem;
}

.cabinet__column {
  width: 33.33%;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

.cabinet__column--large {
  width: 100%;
  margin-bottom: 0;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__column--large:last-child {
  border-bottom: 0;
}

.cabinet__tabs {
  margin-left: 2.75rem;
}

.cabinet__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0.5625rem 3.4375rem 0.5625rem 1.875rem;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__list-item {
  width: 25%;
}

.cabinet__list-item:last-child {
  text-align: right;
}

.cabinet__section {
  padding: 1.875rem;
  border-bottom: 1px solid #e6e6e6;
}

.cabinet__section:last-child {
  border-bottom: 0;
}

.cabinet__section--secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cabinet__section-left {
  width: 50%;
  padding-right: 0.9375rem;
}

.cabinet__section-right {
  width: 50%;
  padding-left: 0.9375rem;
}

.cabinet__section-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0.9375rem;
}

.cabinet__section-field:last-child {
  margin-bottom: 0;
}

.cabinet__section-input {
  width: 100%;
}

.cabinet__section-title {
  margin-bottom: 1.875rem;
}

.cabinet__section-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.625rem;
}

.cabinet__section-column {
  width: 33.33%;
  padding: 0 0.625rem;
}

.cabinet__section-column--large {
  width: 50%;
}

.cabinet__section-column--small {
  width: 25%;
}

.cabinet__section-button {
  width: 25.9375rem;
  height: 3.125rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background-color: #69a0ff;
}

.catalog__slider.swiper-container {
  margin-bottom: -1.625rem;
}

@media only screen and (max-width: 1270px) {
  .catalog__slider.swiper-container {
    margin-top: -0.625rem;
    margin-bottom: -0.9375rem;
  }
}

.catalog__slide.swiper-slide {
  margin-bottom: 1.625rem;
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .catalog__slide.swiper-slide {
    margin-bottom: 0;
    padding-top: 0.625rem;
    padding-bottom: 0.9375rem;
    width: 25%;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog__slide.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 639px) {
  .catalog__slide.swiper-slide {
    width: 50%;
  }
}

.catalog__slide--small.swiper-slide {
  margin-bottom: 0;
  width: 16.6667%;
}

@media only screen and (max-width: 1270px) {
  .catalog__slide--small.swiper-slide {
    width: 20%;
  }
}

@media only screen and (max-width: 1023px) {
  .catalog__slide--small.swiper-slide {
    width: 25%;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__slide--small.swiper-slide {
    width: 33.3334%;
  }
}

@media only screen and (max-width: 479px) {
  .catalog__slide--small.swiper-slide {
    width: 50%;
  }
}

.catalog__slider-controls {
  margin-top: 0.9375rem;
  display: none;
}

@media only screen and (max-width: 1023px) {
  .catalog__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0.3125rem;
    margin-bottom: 0.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog__slider-controls {
    margin-top: 0.3125rem;
  }
}

.catalog__slider-controls--desktop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog__slider-controls--desktop .slider-controls__button {
  background: none;
}

.cart {
  padding: 0.4375rem 0 0.5625rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2.1875rem 0.1875rem rgba(7, 8, 51, 0.15);
  box-shadow: 0 0 2.1875rem 0.1875rem rgba(7, 8, 51, 0.15);
}

@media only screen and (max-width: 1023px) {
  .cart {
    -webkit-box-shadow: 0 0 1.5625rem 0.1875rem rgba(7, 8, 51, 0.05);
    box-shadow: 0 0 1.5625rem 0.1875rem rgba(7, 8, 51, 0.05);
  }
}

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

.cart__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  min-width: 0;
}

@media only screen and (max-width: 591px) {
  .cart__content {
    display: none;
  }
}

.cart__slider.swiper-container {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.cart__slide.swiper-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.4375rem;
  width: 25%;
}

.cart__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.5rem;
  padding-top: 0.125rem;
}

@media only screen and (max-width: 591px) {
  .cart__actions {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
}

.cart__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 1.25rem 0.375rem 0.8125rem;
  color: #fff;
  line-height: 1.25;
  background-color: #cd2d3c;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 591px) {
  .cart__info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

@media only screen and (max-width: 359px) {
  .cart__info {
    padding: 0.25rem 0.625rem;
  }
}

.cart__info:before {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  position: relative;
  top: -0.0625rem;
  margin-right: 0.9375rem;
  display: block;
  width: 1.9375rem;
  height: 1.8125rem;
  background: url(../img/general/shopping-cart-white.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 359px) {
  .cart__info:before {
    margin-right: 0.625rem;
    width: 1.625rem;
    height: 1.6875rem;
  }
}

.cart__title {
  margin: 0 0 0.0625rem;
}

@media only screen and (max-width: 359px) {
  .cart__title {
    font-size: 0.875rem;
  }
}

.cart__title .fa,
.cart__title .profile__link::before,
.cart__title .order-card__header::before,
.cart__title .nav__link::before {
  font-size: 0.8125rem;
}

.cart__caption {
  margin: 0;
  font-size: 0.75rem;
  font-weight: 300;
}

.cart__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.75rem;
  padding: 0.9375rem 1.25rem 0.875rem;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #cd2d3c;
  border-radius: 0.3125rem;
}

.cart__button:hover {
  background-color: #b02733;
}

@media only screen and (max-width: 359px) {
  .cart__button {
    padding: 0.6875rem 0.625rem 0.625rem;
    font-size: 0.6875rem;
  }
}

.cart__count {
  text-decoration: underline;
}

.cart__controls {
  position: absolute;
  top: 50%;
  margin-top: -0.625rem;
  width: 1.75rem;
  height: 1.75rem;
  border: 0;
  outline: 0;
  background: #eeeeee url(../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 0.875rem auto;
  border-radius: 50%;
}

.cart__controls.swiper-button-disabled {
  opacity: 0.4;
  cursor: default;
}

.cart__controls--prev {
  left: 0;
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.cart__controls--next {
  right: 0;
}

.contacts {
  margin-bottom: 2.8125rem;
}

.contacts__map {
  height: 25.3125rem;
}

@media only screen and (max-width: 479px) {
  .contacts__map {
    height: 15.625rem;
  }
}

.contacts__data {
  position: relative;
  margin-top: -1.875rem;
  z-index: 5;
}

.contacts__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0rem -0.75rem -1.5rem;
}

.contacts__column {
  width: 25%;
  padding: 0 0.75rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 1170px) {
  .contacts__column {
    width: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .contacts__column {
    width: 100%;
  }
}

.contacts__requisites {
  margin-top: 2.1875rem;
}

.categories {
  padding: 1.875rem 30% 1.25rem 2.5rem;
  background-color: #fff;
}

@media only screen and (max-width: 1270px) {
  .categories {
    padding-right: 18%;
  }
}

@media only screen and (max-width: 767px) {
  .categories {
    padding: 1.25rem 15% 1.25rem 1.25rem;
  }
}

@media only screen and (max-width: 639px) {
  .categories {
    padding-right: 10%;
  }
}

@media only screen and (max-width: 479px) {
  .categories {
    padding: 15px 7% 15px 15px;
  }
}

.categories--catalog {
  background: #fff url(../img/general/bg-categories-catalog.png) right bottom no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 639px) {
  .categories--catalog {
    background-image: url(../img/general/bg-categories-catalog-mobile.png);
  }
}

.categories--holidays {
  background: #fff url(../img/general/bg-categories-holidays.png) right bottom no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 639px) {
  .categories--holidays {
    background-image: none;
  }
}

.categories--composition {
  padding: 0;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.categories--composition .categories__item {
  margin-bottom: 0.5625rem;
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .categories--composition .categories__link:hover {
    color: #3e87e1;
  }
}

@media only screen and (max-width: 479px) {
  .categories__make-select {
    display: block;
  }
}

.categories__group {
  margin-bottom: 1.875rem;
}

@media only screen and (max-width: 767px) {
  .categories__group {
    margin-bottom: 1.25rem;
  }
}

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

@media only screen and (max-width: 479px) {
  .categories__group--make-select {
    display: none;
  }
}

.categories__title {
  margin: 0 0 1.25rem;
}

@media only screen and (max-width: 479px) {
  .categories__list .list__count {
    display: none;
  }
}

.copyright {
  padding: 1.0625rem 0;
  color: #8e8e8e;
}

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

@media only screen and (max-width: 591px) {
  .copyright__container {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.copyright__text {
  font-size: 0.875rem;
  line-height: 1.3;
}

@media only screen and (max-width: 479px) {
  .copyright__studio-img {
    display: none;
  }

  .copyright__studio-img--mobile {
    display: block;
  }
}

.delivery {
  margin: 3.125rem 0;
}

@media only screen and (max-width: 1023px) {
  .delivery {
    margin: 0 0 1.875rem;
  }
}

@media only screen and (max-width: 479px) {
  .delivery {
    margin-top: 0;
  }
}

.delivery__container {
  width: 100%;
}

.delivery__grid {
  margin-bottom: -1.5625rem;
}

.delivery__column {
  margin-bottom: 1.5625rem;
}

.features {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid #e6e6e6;
}

.features__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.25rem;
  line-height: 1.4;
  border-bottom: 1px solid #e6e6e6;
}

.features__item:last-child {
  border-bottom: 0;
}

.features__icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
  display: block;
  width: 1.875rem;
  text-align: center;
}

.features__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.features__title {
  margin: 0;
  color: #222;
}

.features__caption {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
}

.filter-categories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 -0.4375rem;
  padding-left: 0;
  line-height: 1;
  list-style: none;
}

.filter-categories__item {
  margin: 0 0.625rem 0.4375rem;
}

.filter-categories__link {
  color: #707070;
  text-decoration: none;
  border-bottom: 1px dotted;
}

.filter-categories__link--current {
  padding: 0.4375rem 1.4375rem 0.5625rem;
  color: #fff;
  background-color: #5d9ae6;
  border-bottom: 0;
  cursor: default;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 1.0625rem;
}

@media only screen and (min-width: 1025px) {
  .filter-categories__link--current:hover {
    color: #fff;
  }
}

.footer {
  color: #fff;
  background-color: #1f1c25;
}

@media only screen and (max-width: 479px) {
  .footer {
    color: #222;
    background-color: transparent;
  }
}

.footer__content {
  padding: 1.875rem 0 2.8125rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05);
}

@media only screen and (max-width: 1023px) {
  .footer__content {
    padding: 1.5625rem 0;
  }
}

@media only screen and (max-width: 479px) {
  .footer__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

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

@media only screen and (max-width: 479px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.footer__top {
  margin: 0 -15px 1.25rem;
  padding: 0.9375rem 15px;
  display: none;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer__logo {
  margin-right: 0.9375rem;
}

.footer__menu-group {
  width: 50%;
}

@media only screen and (max-width: 1023px) {
  .footer__menu-group {
    width: auto;
  }
}

@media only screen and (max-width: 591px) {
  .footer__menu-group {
    display: none;
  }
}

.footer__contacts-info {
  margin-bottom: 1.5rem;
}

.footer__contacts-info:last-child {
  margin-bottom: 0;
}

.footer__contacts-info .contacts-info__icon {
  border-color: rgba(255, 255, 255, 0.5);
}

@media only screen and (max-width: 479px) {
  .footer__contacts-info .contacts-info__icon {
    color: #222;
    background-color: #f4f4f4;
  }
}

.footer__contacts-info .contacts-info__value {
  color: inherit;
  font-size: 1.125rem;
  margin-top: 0.3125rem;
}

@media only screen and (max-width: 1270px) {
  .footer__contacts-info .contacts-info__value {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 479px) {
  .footer__info {
    margin: 1.25rem -15px 0;
    padding: 0.9375rem 15px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
}

.footer__button {
  margin-bottom: 1.5625rem;
  width: 100%;
  height: 3.0625rem;
  background: none;
  font-size: 0.875rem;
  text-transform: none;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 1.5625rem;
}

@media only screen and (max-width: 479px) {
  .footer__button {
    display: none;
  }
}

.footer__socials {
  margin-bottom: 1.4375rem;
}

@media only screen and (max-width: 479px) {
  .footer__socials {
    margin-bottom: 0;
  }

  .footer__socials.socials {
    display: none;
  }
}

.footer__socials--mobile.socials {
  display: none;
}

@media only screen and (max-width: 479px) {
  .footer__socials--mobile.socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 479px) {
  .footer__socials .socials__link {
    background-color: #f4f4f4;
  }
}

.footer__payments {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0;
}

.footer__label {
  margin: 0;
  color: #8e8e8e;
  font-size: 0.875rem;
  line-height: 1.5;
}

.header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
  box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
}

@media only screen and (max-width: 1023px) {
  .header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    -webkit-box-shadow: 0 0.375rem 1.25rem rgba(7, 8, 51, 0.05);
    box-shadow: 0 0.375rem 1.25rem rgba(7, 8, 51, 0.05);
  }
}

.header__navbar {
  padding: 0.4375rem 0;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .header__navbar {
    display: none;
  }
}

@media only screen and (max-width: 1023px) {
  .header__sticky {
    position: relative;
    z-index: 100;
    -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
    box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
  }
}

.header__content {
  position: relative;
  top: 0;
  left: 0;
  padding: 0.875rem 0;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .header__content {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.header__content--animate {
  -webkit-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

.header__content--sticky {
  position: fixed;
  -webkit-transition: 0.3s 0.1s;
  transition: 0.3s 0.1s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
  box-shadow: 0 0.1875rem 0.625rem rgba(7, 8, 51, 0.1);
}

@media only screen and (min-width: 1024px) {
  .header__content--sticky {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    -webkit-box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
    box-shadow: 0 0.375rem 2.375rem rgba(7, 8, 51, 0.15);
  }
}

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

@media only screen and (max-width: 479px) {
  .header__container {
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
}

.header__contacts-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

@media only screen and (max-width: 1023px) {
  .header__contacts-info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .header__contacts-info {
    display: none;
  }
}

.header__logo {
  margin: 0 2.5rem;
  width: 16.6875rem;
}

@media only screen and (max-width: 1023px) {
  .header__logo {
    margin-left: 0;
    margin-right: 1.25rem;
    width: 13.75rem;
  }
}

@media only screen and (max-width: 591px) {
  .header__logo {
    margin-right: 0.9375rem;
  }
}

.header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

@media only screen and (max-width: 1023px) {
  .header__info {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .header__info {
    margin-left: auto;
  }
}

.instagram {
  padding: 1.125rem;
}

.instagram__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -1.5rem;
}

@media only screen and (max-width: 1023px) {
  .instagram__grid {
    margin-bottom: -0.625rem;
  }
}

.instagram__column {
  margin-bottom: 1.5rem;
  width: 25%;
}

@media only screen and (max-width: 1023px) {
  .instagram__column {
    margin-bottom: 0.625rem;
    width: 33.3334%;
  }

  .instagram__column:nth-child(6),
  .instagram__column:nth-child(7) {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .instagram__column:first-child {
    width: 100%;
  }

  .instagram__column:nth-child(6) {
    display: block;
  }
}

.instagram__photo {
  position: relative;
  padding-bottom: 100%;
  display: block;
}

.instagram__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.instagram-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 10px;
  height: 100%;
}

@media only screen and (max-width: 1270px) {
  .instagram-info {
    padding: 15px 0;
  }
}

.instagram-info__header {
  margin-bottom: 10%;
}

@media only screen and (max-width: 479px) {
  .instagram-info__header {
    margin-bottom: 15px;
  }
}

.instagram-info__heading {
  position: relative;
  padding-left: 39px;
  color: #222;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.27;
}

@media only screen and (max-width: 1270px) {
  .instagram-info__heading {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__heading {
    padding-left: 0;
  }
}

.instagram-info__heading::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 25px;
  height: 25px;
  background: url(../img/general/instagram.png) left top no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__heading::before {
    display: none;
  }
}


.instagram-info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13%;
}

@media only screen and (max-width: 479px) {
  .instagram-info__content {
    margin-bottom: 18px;
  }
}

.instagram-info__logo {
  margin-right: 10px;
}

.instagram-info__btn {
  padding: 8px 22px;
  display: inline-block;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #969696;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.instagram-info__stats {
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.instagram-info__column {
  flex: 1 1 auto;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}

.instagram-info__value {
  display: block;
  color: #22202b;
  font-size: 20px;
  font-weight: 300;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__value {
    font-size: 16px;
  }
}

.instagram-info__label {
  color: #8e8e8e;
  font-size: 14px;
}

@media only screen and (max-width: 767px) and (min-width: 481px) {
  .instagram-info__label {
    font-size: 11px;
  }
}

.intro {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding-bottom: 1.5625rem;
  }
}

@media only screen and (max-width: 1270px) {
  .intro__container {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro__container {
    padding-left: 0;
  }
}

.intro__inner {
  position: relative;
}

.intro__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #fff;
}

.intro__content {
  padding: 4.6875rem 6.25rem 6.25rem;
  width: 50%;
}

@media only screen and (max-width: 1270px) {
  .intro__content {
    padding: 2.5rem 4.375rem 4.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__content {
    padding: 1.5625rem 0.9375rem 1.5625rem 0;
  }
}

@media only screen and (max-width: 767px) {
  .intro__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 1.5625rem 15px;
    width: 100%;
    text-align: center;
  }
}

.intro__heading {
  margin: 0 0 0.9375rem;
  font-size: 2.75rem;
  font-weight: 400;
}

@media only screen and (max-width: 1270px) {
  .intro__heading {
    font-size: 2.375rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__heading {
    margin-bottom: 0.625rem;
    font-size: 1.75rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__heading {
    margin-bottom: 1.25rem;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

.intro__title {
  color: #222;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1270px) {
  .intro__title {
    margin: 0.9375rem 0 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__title {
    margin-top: 0.625rem;
    margin-bottom: 0.3125rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__title {
    display: none;
  }
}

.intro__caption {
  margin: 0 0 1.875rem;
  font-size: 0.875rem;
  font-weight: 300;
}

@media only screen and (max-width: 1270px) {
  .intro__caption {
    margin-bottom: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .intro__caption {
    display: none;
  }
}

.intro__photo {
  position: relative;
  width: 50%;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .intro__photo {
    padding-bottom: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}

.intro__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.intro__slider-controls {
  position: absolute;
  left: 50%;
  bottom: -1px;
  z-index: 2;
  padding: 0;
  border: 1px solid #f4f4f4;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
  .intro__slider-controls {
    display: none;
  }
}

.intro__slider-controls .slider-controls__button {
  margin: 0;
  width: 4rem;
  height: 4rem;
  border-radius: 0;
}

.intro__slider-controls .slider-controls__button:last-child {
  border-left: 1px solid #f4f4f4;
}

.intro__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 5rem;
  left: 0.5rem;
  bottom: auto !important;
  width: auto !important;
  z-index: 2;
}

@media only screen and (max-width: 1270px) {
  .intro__pagination {
    top: 2.8125rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__pagination {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .intro__pagination {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: static;
  }
}

.intro__pagination .swiper-pagination-bullet {
  margin-bottom: 1.5625rem;
  width: auto;
  height: auto;
  color: #8e8e8e;
  font-size: 0.875rem;
  outline: 0;
  background: none;
  border-bottom: 2px solid transparent;
  opacity: 1;
  border-radius: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (max-width: 767px) {
  .intro__pagination .swiper-pagination-bullet {
    margin-bottom: 0;
    margin-left: 0.4375rem;
    margin-right: 0.4375rem;
  }
}

.intro__pagination .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 1025px) {
  .intro__pagination .swiper-pagination-bullet:hover {
    color: #cd2d3c;
  }
}

.intro__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #222;
  border-bottom-color: #222;
  cursor: default;
}

.intro__socials {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding-right: 1.5rem;
  height: 4rem;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1270px) {
  .intro__socials {
    padding-left: 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .intro__socials.socials {
    display: none;
  }
}

.intro__socials::before {
  content: '';
  position: absolute;
  top: -1px;
  right: 100%;
  width: 9999px;
  border-top: 1px solid #f4f4f4;
}

.menu {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  .menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.menu__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
}

@media only screen and (max-width: 1270px) {
  .menu__item {
    margin-right: 1.25rem;
  }
}

@media only screen and (max-width: 1023px) {
  .menu__item {
    margin-right: 0;
    border-bottom: 1px solid #f4f4f4;
  }
}

.menu__item:last-child {
  margin-right: 0;
}

.menu__link {
  color: inherit;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .menu__link:hover {
    color: #cd2d3c;
  }
}

@media only screen and (max-width: 1023px) {
  .menu__link {
    position: relative;
    padding: 0.875rem 2.8125rem;
    display: block;
    color: #222;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
  }
}

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

.menu-group__column {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
}

.menu-group__column:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .menu-group__column {
    margin-right: 0.625rem;
  }

  .menu-group__column:last-child {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .menu-group__column {
    margin-right: 0;
  }

  .menu-group__column:nth-child(2) {
    display: none;
  }
}

.menu-group__title {
  margin-top: 0;
}

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

.menu-group__item {
  margin-bottom: 0.625rem;
  line-height: 1.3;
}

.menu-group__item:last-child {
  margin-bottom: 0;
}

.menu-group__link {
  color: #8e8e8e;
  font-size: 0.875rem;
  text-decoration: none;
}

.nav {
  position: relative;
}

@media only screen and (max-width: 1023px) {
  .nav {
    position: fixed;
    top: 55px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 98;
    background-color: #fff;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
}

@media only screen and (max-width: 359px) {
  .nav {
    top: 3.875rem;
  }
}

.nav--opened {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 1023px) {
  .nav__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav__header {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .nav__header {
    display: block;
  }
}

.nav__group {
  border-bottom: 1px solid #f4f4f4;
}

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

.nav__search {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media only screen and (max-width: 591px) {
  .nav__search.search--focused~.nav__callback {
    display: none;
  }
}

.nav__callback {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.25rem;
  display: inline-block;
  color: #3e87e1;
  line-height: 1;
  border-bottom: 1px dotted;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav__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;
  padding: 0.9375rem 1.25rem 0.9375rem 0.625rem;
}

.nav__payments {
  margin-bottom: 0;
}

.nav__title {
  position: relative;
  padding: 0.875rem 2.8125rem;
  display: none;
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  border-bottom: 1px solid #f4f4f4;
  cursor: pointer;
}

@media only screen and (max-width: 1023px) {
  .nav__title {
    display: block;
  }
}

.nav__title::after {
  content: '+';
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
}

.nav__title--opened::after {
  content: '-';
}

@media only screen and (max-width: 1023px) {
  .nav__inner {
    display: none;
  }
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  border-right: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-right: 0;
  }
}

.nav__item {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border-left: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav__item {
    border-left: 0;
    border-bottom: 1px solid #f4f4f4;
  }
}

@media only screen and (min-width: 1024px) {
  .nav__item--opened .nav__link {
    border-bottom-color: #cd2d3c;
  }

  .nav__item--opened .nav__nav-dropdown {
    opacity: 1;
    visibility: visible;
  }
}

.nav__item--opened .nav__link::before {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}

.nav__link {
  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: relative;
  padding: 0.3125rem 1.25rem;
  color: #222;
  height: 3.4375rem;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  border-bottom: 0.1875rem solid transparent;
}

@media only screen and (max-width: 1270px) {
  .nav__link {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

@media only screen and (max-width: 1023px) {
  .nav__link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0.875rem 2.8125rem;
    height: auto;
    text-align: left;
    border-bottom: 0;
  }
}

.nav__link::before {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem;
  display: none;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

@media only screen and (max-width: 1023px) {
  .nav__link::before {
    display: block;
  }
}

.nav__link--strong {
  color: #cd2d3c;
  font-weight: 500;
}

.nav__nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.25s 0.25s;
  transition: 0.25s 0.25s;
}

@media only screen and (max-width: 1023px) {
  .nav__nav-dropdown {
    position: relative;
    top: 0;
    display: none;
    opacity: 1;
    visibility: visible;
  }
}

.search__header {
  padding: 3.4375rem 0;
}

.search__form {
  width: 100%;
}

.search__form-field {
  position: relative;
}

.search__form-input {
  width: 100%;
  height: 4.6875rem;
  padding: 0 8.125rem 0 1.5625rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0.3125rem;
  border: 1px solid #f4f4f4;
  -webkit-box-shadow: 0 6px 38px rgba(7, 8, 51, 0.15);
  box-shadow: 0 6px 38px rgba(7, 8, 51, 0.15);
}

.search__form-button {
  position: absolute;
  right: 0.9375rem;
  top: 0.75rem;
  width: 7.1875rem;
  height: 3.125rem;
  color: #fff;
  font-size: 0.875rem;
  text-transform: uppercase;
  border-radius: 0.3125rem;
  background-color: #69a0ff;
}

.search__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 2.0625rem 0;
}

.search__title {
  margin: 0 0 0 0;
  color: #222222;
  font-size: 1.875rem;
}

.search__subtitle {
  font-size: 1rem;
}

.search__subtitle-result {
  color: #3e87e1;
  font-size: 1rem;
}

.search__filters {
  padding: 0.9375rem 0.9375rem 0 0.9375rem;
  margin-bottom: 1.875rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 0 20px rgba(4, 4, 35, 0.08);
}

.search__sorting {
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search__footer {
  padding: 1.875rem 0 2.8125rem;
  background-color: #fafafa;
}

.search__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -0.875rem;
}

@media only screen and (max-width: 767px) {
  .search__grid {
    margin: 0 -0.625rem;
  }
}

.search__column {
  width: 25%;
  padding: 0 0.875rem;
  margin-bottom: 1.75rem;
}

@media only screen and (max-width: 1170px) {
  .search__column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 767px) {
  .search__column {
    width: 50%;
    padding: 0 0.625rem;
  }
}

.payment__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
}

.payment__list-item {
  margin-right: 0.9375rem;
}

.payment__list-item:last-child {
  margin-right: 0;
}

.navbar__schedule,
.navbar__menu,
.navbar__link {
  margin-left: 1.3125rem;
  padding-left: 1.3125rem;
  background: url(../img/minified-svg/delimiter.svg) left center no-repeat;
}

@media only screen and (max-width: 1270px) {

  .navbar__schedule,
  .navbar__menu,
  .navbar__link {
    margin-left: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .navbar__schedule {
    font-size: 0;
  }

  .navbar__schedule::before {
    margin-right: 0;
  }
}

.navbar {
  font-size: 0.875rem;
}

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

.navbar__payments {
  margin: 0;
  font-size: 0.625rem;
}

.navbar__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.navbar__link:first-child {
  margin-left: 0;
  padding-left: 0;
  background: none;
}

.navbar__client {
  color: #222;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media only screen and (min-width: 1025px) {
  .navbar__client:hover {
    color: #cd2d3c;
  }
}

.navbar__callback {
  position: relative;
  margin-left: 0.9375rem;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid;
}

@media only screen and (min-width: 1025px) {
  .navbar__callback:hover {
    color: #cd2d3c;
  }
}

.navbar__callback .fa,
.navbar__callback .profile__link::before,
.navbar__callback .order-card__header::before,
.navbar__callback .nav__link::before {
  position: absolute;
  right: 100%;
  top: 0.125rem;
  margin-right: 0.4375rem;
}

.payments {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.payments__item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.0625em;
}

.payments__item:last-child {
  margin-right: 0;
}

.product-detail__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1023px) {
  .product-detail__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.product-detail__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

@media only screen and (max-width: 1023px) {
  .product-detail__content {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
  }
}

.product-detail__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1270px) {
  .product-detail__layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

.product-detail__photos {
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
  width: 54%;
}

@media only screen and (max-width: 1270px) {
  .product-detail__photos {
    position: relative;
    top: 0;
    width: 100%;
  }
}

.product-detail__info {
  padding-left: 1.875rem;
  width: 46%;
}

@media only screen and (max-width: 1270px) {
  .product-detail__info {
    margin-top: 2.1875rem;
    padding-left: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 1023px) {
  .product-detail__info {
    margin-top: 1.5625rem;
  }
}

.product-detail__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.0625rem;
  border-bottom: 1px solid #f4f4f4;
}

@media only screen and (max-width: 479px) {
  .product-detail__group {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

.product-detail__heading {
  margin: 0 0 0.4375rem;
  font-size: 1.875rem;
}

@media only screen and (max-width: 591px) {
  .product-detail__heading {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 479px) {
  .product-detail__heading {
    margin-bottom: 0.1875rem;
  }
}

.product-detail__label {
  margin: 0;
  color: #3e87e1;
}

.product-detail__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0.625rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.4;
}

.product-detail__title::after {
  content: '';
  margin-left: auto;
  display: none;
  width: 0.75rem;
  height: 0.375rem;
  background: url(../img/general/angle-up.png) no-repeat;
  background-size: 100%;
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.product-detail__title--active::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-detail__count {
  margin-left: auto;
  font-weight: 500;
}

.product-detail__dropdown {
  padding-top: 0.625rem;
  display: none;
}

.product-detail__caption {
  margin: 0;
  font-size: 0.875rem;
  text-align: justify;
}

.product-detail__delivery {
  margin-bottom: 1.375rem;
}

.product-detail__tabs {
  margin-top: 2.5rem;
  padding-top: 1.875rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .product-detail__tabs {
    margin-top: 1.5625rem;
    padding-top: 0;
    border-top: 0;
  }
}

.product-detail__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25rem;
  margin-left: 1.25rem;
  width: 17.875rem;
}

@media only screen and (max-width: 1023px) {
  .product-detail__aside {
    display: none;
  }
}

.product-detail__product-info {
  margin-bottom: 1rem;
}

.product-detail__product-info--tablet {
  display: none;
}

@media only screen and (max-width: 1023px) {
  .product-detail__product-info--tablet {
    margin-top: 1.25rem;
    display: block;
  }
}

.product-detail__button-more {
  padding: 0.5625rem 0.625rem 0.6875rem;
}

.js-product-detail-group .product-detail__title {
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.js-product-detail-group .product-detail__title::after {
  display: block;
}

.product-view__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.5625rem 1.5625rem 1.25rem;
}

@media only screen and (max-width: 1023px) {
  .product-view__content {
    padding: 1.25rem 15px;
  }
}

.product-view__photos {
  padding-right: 1.5625rem;
  width: 51%;
}

@media only screen and (max-width: 767px) {
  .product-view__photos {
    margin-bottom: 1.25rem;
    padding-right: 0;
    width: 100%;
  }
}

.product-view__desc {
  width: 49%;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .product-view__desc {
    width: 100%;
  }
}

.product-view__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #e6e6e6;
}

.product-view__category {
  margin: 0;
  color: #3e87e1;
  font-size: 0.875rem;
}

.product-view__heading {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

.product-view__price {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.9375rem;
  color: #222;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.product-view__price .fa,
.product-view__price .profile__link::before,
.product-view__price .order-card__header::before,
.product-view__price .nav__link::before {
  font-size: 0.777em;
}

.product-view__scrollbar {
  max-height: 17.1875rem;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .product-view__scrollbar {
    max-height: none;
  }
}

.product-view__inner {
  padding-right: 1.125rem;
}

.product-view__group {
  margin-bottom: 1.125rem;
  padding-bottom: 1.125rem;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 767px) {
  .product-view__group {
    margin-bottom: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.product-view__group:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .product-view__group:last-child {
    border-bottom: 0;
  }
}

.product-view__title {
  margin: 0 0 0.875rem;
  color: #222;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.25;
}

.product-view__caption {
  font-size: 0.75rem;
  line-height: 1.667;
}

.product-view__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 1.25rem;
  width: 100%;
}

.product-view__list {
  max-width: 18.75rem;
  font-size: 0.875rem;
}

@media only screen and (max-width: 639px) {
  .product-view__list {
    max-width: none;
  }
}

.product-view__delivery {
  padding-left: 3.375rem;
  padding-right: 1.5625rem;
  width: 51%;
}

@media only screen and (max-width: 1023px) {
  .product-view__delivery {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-view__delivery {
    padding-right: 0;
    width: 100%;
  }
}

.product-view__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 49%;
}

@media only screen and (max-width: 767px) {
  .product-view__actions {
    margin-top: 1.25rem;
    width: 100%;
  }
}

.product-view__count {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.6875rem;
}

@media only screen and (max-width: 1023px) {
  .product-view__button {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.product-view__footer {
  padding: 1.25rem 1.5625rem;
  border-top: 1px solid #e6e6e6;
}

@media only screen and (max-width: 1023px) {
  .product-view__footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.promo__slide.swiper-slide {
  height: 38rem;
  color: #fff;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}

.promo__item {
  position: relative;
  padding: 1.5625rem 1.25rem 5.3125rem;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  height: 100%;
}

.promo__labels {
  position: absolute;
  top: 0;
  left: 0;
}

.promo__title {
  margin-bottom: 0.9375rem;
  font-size: 1.875rem;
  font-weight: 800;
  line-height: 1;
}

.promo__caption {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
  line-height: 1.3;
}

.promo__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}

.promo__value::before {
  content: '';
  margin-right: 0.625rem;
  display: block;
  width: 0.75rem;
  height: 0.8125rem;
  background: url(../img/general/coins-white.png) no-repeat;
  background-size: 100% auto;
}

.promo__value .fa,
.promo__value .profile__link::before,
.promo__value .order-card__header::before,
.promo__value .nav__link::before {
  position: relative;
  top: 0.125rem;
  margin-left: 0.3125rem;
  font-size: 0.8em;
}

.promo__slider-controls {
  position: absolute;
  left: 0.3125rem;
  bottom: 1.25rem;
  z-index: 2;
}

.promo__slider-controls .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.5;
}

.promo__slider-controls .swiper-pagination-bullet-active {
  opacity: 1;
}

.search {
  position: relative;
}

.search__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 2.8125rem;
  height: 100%;
  border: 0;
  border-radius: 0;
}

.search__input {
  padding: 0 1.25rem 0 2.8125rem;
  width: 100%;
  height: 3.75rem;
  outline: 0;
  border: 0;
}

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

.socials__link {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.625rem;
  font-size: 0;
}

.socials__link:before {
  content: '';
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  vertical-align: middle;
}

@media only screen and (max-width: 479px) {
  .socials__link {
    margin-right: 0.3125rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}

.socials__link:last-child {
  margin-right: 0;
}

.socials__link--vk:before {
  width: 1.25rem;
  height: 0.75rem;
  background-image: url(../img/minified-svg/vk.svg);
}

.socials__link--ok:before {
  width: 1rem;
  height: 1.25rem;
  background-image: url(../img/minified-svg/odnoklassniki.svg);
}

.socials__link--fb:before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/minified-svg/facebook.svg);
}

.socials__link--in:before {
  width: 0.875rem;
  height: 0.875rem;
  background-image: url(../img/minified-svg/instagram.svg);
}

.subscribe {
  padding: 2.0625rem 2.1875rem;
  color: #fff;
  background: url(../img/general/bg-subscribe.jpg) center no-repeat;
  background-size: cover;
}

@media only screen and (max-width: 1023px) {
  .subscribe {
    padding: 1.5625rem 1.25rem 1.875rem;
    text-align: center;
  }
}

.subscribe__inner {
  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 only screen and (max-width: 1270px) {
  .subscribe__inner {
    margin-left: -15px;
    margin-right: -15px;
  }
}

@media only screen and (max-width: 1023px) {
  .subscribe__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 1023px) {
  .subscribe__info {
    margin-bottom: 0.9375rem;
  }
}

.subscribe__heading {
  margin: 0;
  font-size: 1.875rem;
  line-height: 1.1;
}

@media only screen and (max-width: 479px) {
  .subscribe__heading {
    font-size: 1.625rem;
  }
}

@media only screen and (max-width: 359px) {
  .subscribe__heading {
    font-size: 1.375rem;
  }
}

.subscribe__caption {
  margin: 0;
  opacity: 0.7;
}

@media only screen and (max-width: 479px) {
  .subscribe__action {
    width: 100%;
  }
}

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

@media only screen and (max-width: 479px) {
  .subscribe__form {
    position: relative;
  }
}

.subscribe__field {
  position: relative;
  width: 18.75rem;
}

@media only screen and (max-width: 479px) {
  .subscribe__field {
    width: 100%;
  }
}

.subscribe__icon {
  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;
  top: 0;
  left: 0;
  padding-left: 0.375rem;
  width: 3.125rem;
  height: 100%;
  color: #8e8e8e;
  font-size: 0.875rem;
}

@media only screen and (max-width: 359px) {
  .subscribe__icon {
    width: 2.5rem;
  }
}

.subscribe__input {
  padding-left: 3.125rem;
  border-color: transparent;
}

@media only screen and (max-width: 479px) {
  .subscribe__input {
    padding-right: 7.6875rem;
  }
}

@media only screen and (max-width: 359px) {
  .subscribe__input {
    padding-left: 2.375rem;
  }
}

.subscribe__button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 0.625rem;
  min-width: 10rem;
  font-size: 0.875rem;
  text-transform: none;
}

@media only screen and (max-width: 479px) {
  .subscribe__button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    min-width: auto;
    width: 7.1875rem;
  }
}

.aside-card {
  position: relative;
}

.aside-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 5rem;
  right: 0;
  width: 100%;
  padding: 1.5625rem 1.25rem 0 1.25rem;
}

.aside-card__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 1.375rem;
  padding-left: 0.5rem;
  padding-right: 0.25rem;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  background: #ff0000;
  border-radius: 0.3125rem;
  z-index: 1;
}

.aside-card__label:after {
  content: '';
  position: absolute;
  right: -0.4375rem;
  top: 0.1875rem;
  width: 1.0625rem;
  height: 1.0625rem;
  z-index: -1;
  background: #ff0000;
  border-radius: 0.3125rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aside-card__title {
  margin-bottom: 0.9375rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 2rem;
}

.aside-card__text {
  margin: 0 0 0.9375rem 0;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.aside-card__points {
  position: relative;
  padding-left: 1.4375rem;
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
}

.aside-card__points:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.1875rem;
  width: 12px;
  height: 13px;
  background: url(../img/general/icon-coins.png) no-repeat;
}

.catalog-card {
  position: relative;
  height: 12.75rem;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
}

@media only screen and (min-width: 1025px) {
  .catalog-card:hover {
    -webkit-box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
    box-shadow: 0 0.1875rem 1.125rem 0.125rem rgba(4, 4, 35, 0.2);
  }

  .catalog-card:hover .category__icon {
    background-color: #000;
    border-color: #000;
  }

  .catalog-card:hover .category__icon:before {
    -webkit-filter: invert(100%);
    filter: invert(100%);
  }
}

@media only screen and (max-width: 1270px) {
  .catalog-card {
    height: 12.5rem;
  }
}

@media only screen and (max-width: 767px) {
  .catalog-card {
    height: 10.625rem;
    background-size: 50%;
  }
}

@media only screen and (max-width: 479px) {
  .catalog-card {
    height: 9.375rem;
  }
}

.catalog-card--small {
  height: 6.5625rem;
}

.catalog-card--small .catalog-card__link {
  padding: 0.8125rem 35% 0.625rem 0.9375rem;
}

.catalog-card--small .catalog-card__title {
  font-size: 1rem;
}

.catalog-card__link {
  padding: 1.5625rem;
  display: block;
  height: 100%;
  color: #222;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .catalog-card__link {
    padding: 1.25rem;
  }
}

@media only screen and (max-width: 479px) {
  .catalog-card__link {
    padding: 15px;
  }
}

.catalog-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
}

.catalog-card__title {
  margin: 0;
  max-width: 6.875rem;
}

.catalog-card__icon {
  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: auto;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog-card__icon::before {
  content: '';
  display: block;
  width: 1.125rem;
  height: 0.9375rem;
  background: url(../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 100% auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.catalog-card__show {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  color: #3e87e1;
  font-size: 0.875rem;
}

.catalog-card__show::after {
  content: '';
  position: relative;
  top: 0.0625rem;
  margin-left: 0.3125rem;
  display: block;
  width: 0.8125rem;
  height: 0.625rem;
  background: url(../img/general/arrow-right-primary.png) no-repeat;
  background-size: 100% auto;
}

@media only screen and (max-width: 479px) {
  .client-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .client-card .product-bind__content {
    padding: 10px;
  }
}

@media only screen and (max-width: 479px) {
  .client-card__photo {
    padding-bottom: 0;
    width: 45%;
  }
}

@media only screen and (max-width: 479px) {
  .client-card__product-bind {
    width: 55%;
  }
}

.client-card__product-bind .product-bind__photo {
  width: 3.75rem;
}

.client-card__footer {
  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: 0.3125rem 0.9375rem;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 5px 5px;
}

.client-card__delete {
  color: #3e87e1;
  font-size: 0.875rem;
  letter-spacing: 0.56px;
}

.client-card__points {
  color: #3e87e1;
  font-weight: 500;
  font-size: 1.125rem;
}

.contacts-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 1.375rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
}

@media only screen and (max-width: 639px) {
  .contacts-card {
    padding: 0.9375rem;
    height: auto;
  }
}

.contacts-card__header {
  margin-bottom: 1.25rem;
}

.contacts-card__text {
  margin: 0;
  color: #24212a;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

@media only screen and (max-width: 639px) {
  .contacts-card__text {
    font-size: 1rem;
  }
}

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

.contacts-card__link {
  color: #24212a;
  text-align: center;
  font-size: 1.125rem;
  text-decoration: none;
}

@media only screen and (max-width: 639px) {
  .contacts-card__link {
    font-size: 1rem;
  }
}

.contacts-card__link--accent {
  position: relative;
  color: #3e87e1;
  font-size: 1rem;
  text-align: center;
  text-decoration: underline;
}

@media only screen and (max-width: 639px) {
  .contacts-card__link--accent {
    font-size: 0.875rem;
  }
}

.contacts-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0.3125rem 0 0 0;
  padding: 0;
  list-style: none;
}

.contacts-card__list-item {
  margin-right: 0.9375rem;
}

.contacts-card__list-item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1100px) {
  .contacts-card__list-item {
    margin-right: 0.625rem;
  }
}

.contacts-card__list-link {
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .contacts-card__list-link {
    font-size: 0.875rem;
  }
}

.delivery-card {
  padding: 1.875rem 4.0625rem;
  max-width: 42.1875rem;
  background: #fff;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  box-shadow: 0 5px 20px rgba(4, 4, 35, 0.08);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (max-width: 1023px) {
  .delivery-card {
    max-width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  .delivery-card {
    padding: 0.9375rem;
  }
}

.delivery-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: -1.875rem -4.0625rem;
  padding: 1.875rem 4.0625rem;
}

.delivery-card__header .fa,
.delivery-card__header .profile__link::before,
.delivery-card__header .order-card__header::before,
.delivery-card__header .nav__link::before {
  position: absolute;
  right: 1.5625rem;
  top: 1.875rem;
  color: #24212a;
  font-weight: bold;
  font-size: 1.25rem;
}

@media only screen and (max-width: 479px) {
  .delivery-card__header {
    margin: -0.9375rem;
  }
}

.delivery-card__header.close {
  margin-bottom: -1.875rem;
}

@media only screen and (max-width: 479px) {
  .delivery-card__header.close {
    margin-bottom: -0.9375rem;
  }
}

.delivery-card__header.close .fa:before {
  content: '\f107';
}

.delivery-card__header--secondary {
  margin-bottom: 0rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.delivery-card__header--secondary.close {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: -1.875rem;
}

@media only screen and (min-width: 1025px) {
  .delivery-card__header:hover {
    cursor: pointer;
  }
}

.delivery-card__number {
  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;
  left: 1.125rem;
  top: 1.75rem;
  width: 2rem;
  height: 2rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.125rem;
  background: #000;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .delivery-card__number {
    top: 1.5625rem;
  }
}

.delivery-card__title {
  margin-bottom: 0;
}

.delivery-card__text {
  position: relative;
  margin: 1.25rem 0 1.25rem 0;
  color: #1a1a1d;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

.delivery-card__text--accent {
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  .delivery-card__text--accent {
    font-size: 1rem;
  }
}

.delivery-card__text--accent a {
  text-decoration: none;
}

.delivery-card__text--info:before {
  content: '';
  position: absolute;
  left: -2.6875rem;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(../img/general/icon-info.png) no-repeat;
}

@media only screen and (max-width: 479px) {
  .delivery-card__text--info:before {
    display: none;
  }
}

.delivery-card__table {
  width: 100%;
}

.delivery-card__table-row {
  border-bottom: 1px solid #e6e6e6;
}

.delivery-card__table-row:nth-child(1) {
  border-top: 1px solid #e6e6e6;
}

.delivery-card__table-row--last {
  border-bottom: 0;
}

.delivery-card__table-row--last .delivery-card__table-cell {
  padding-bottom: 0;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-row {
    padding: 0.625rem 0;
    display: block;
  }
}

.delivery-card__table-cell {
  padding: 0.9375rem 0;
  vertical-align: text-top;
}

.delivery-card__table-cell:nth-child(even) {
  min-width: 8.125rem;
  text-align: right;
}

.delivery-card__table-cell:nth-child(even) .delivery-card__table-text {
  color: #3e87e1;
}

.delivery-card__table-cell--large {
  width: 100%;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-cell {
    padding: 0;
    display: block;
    width: 100%;
  }

  .delivery-card__table-cell:nth-child(even) {
    padding-top: 0;
    min-width: 100%;
    text-align: left;
  }
}

.delivery-card__table-text {
  position: relative;
  margin: 0;
  color: #24212a;
  font-size: 1.125rem;
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-text {
    font-size: 1rem;
  }
}

.delivery-card__table-text--accent:before {
  content: '';
  position: absolute;
  left: -2.1875rem;
  top: 0.75rem;
  width: 7px;
  height: 7px;
  background: #000;
  border-radius: 50%;
}

@media only screen and (max-width: 479px) {
  .delivery-card__table-text--accent:before {
    display: none;
  }
}

.delivery-card__table-text--info:before {
  content: '';
  position: absolute;
  left: -2.6875rem;
  top: 0.3125rem;
  width: 24px;
  height: 24px;
  background: url(../img/general/icon-info.png) no-repeat;
}

@media only screen and (max-width: 479px) {
  .delivery-card__table-text--info:before {
    display: none;
  }
}

@media only screen and (max-width: 639px) {
  .delivery-card__table-label {
    font-size: 0.875rem;
  }
}

.delivery-card__table-caption {
  font-weight: 300;
  font-size: 0.875rem;
}

.delivery-card__list {
  margin: 1.875rem 0 0 0;
  padding: 0;
  list-style: none;
}

.delivery-card__list-link {
  color: #1a1a1d;
  font-size: 0.875rem;
}

.delivery-card__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  padding-left: 3.4375rem;
  margin-top: 1.5625rem;
}

.delivery-card__field .delivery-card__text {
  margin: 0;
}

.delivery-card__label {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.875rem;
  color: #3e87e1;
  font-weight: bold;
  font-size: 1rem;
}

.nav-dropdown {
  padding: 1.875rem 0;
  background-color: #fff;
  border-top: 1px solid #f4f4f4;
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown {
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__container {
    padding-left: 0;
    padding-right: 0;
  }
}

.nav-dropdown__list {
  column-count: 3;
  column-gap: 50px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;*/
  margin: 0;
  padding: 0;
  list-style: none;
  /* padding: 2.0625rem 30% 1.125rem 2.5rem;
  list-style: none;
  background-color: #f4f4f4;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;*/
}

/*@media only screen and (max-width: 1023px) {
  .nav-dropdown__list {
    background-image: none !important;
  }
}

@media only screen and (max-width: 767px) {
  .nav-dropdown__list {
    padding-right: 2.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__list {
    padding-top: 1.5625rem;
    padding-bottom: 0.5rem;
  }
}

.nav-dropdown__item {
  margin-bottom: 0.9375rem;
  width: 33.3334%;
  line-height: 1.25;
}

@media only screen and (max-width: 1023px) {
  .nav-dropdown__item {
    width: 50%;
  }
}

@media only screen and (max-width: 591px) {
  .nav-dropdown__item {
    margin-bottom: 1.1875rem;
    width: 100%;
  }
}*/

.nav-dropdown__item:last-child {
  margin-right: 0;
}

.nav-dropdown__link {
  color: #3e87e1;
  text-decoration: none;
}

@media only screen and (min-width: 1025px) {
  .nav-dropdown__link:hover {
    color: #cd2d3c;
  }
}

.nav-dropdown__link--more {
  color: #8e8e8e;
  text-decoration: underline;
  cursor: pointer;
}

.nav-dropdown__count {
  margin-left: 0.5rem;
  color: #8e8e8e;
}

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

.thumbs__slider {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
}

.thumbs__slider.swiper-container {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem;
}

.thumbs__slider.swiper-container-vertical .thumbs__slide {
  width: 100%;
}

.thumbs__slide {
  opacity: 0.5;
}

.thumbs__slide.swiper-slide {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  width: 14.28%;
}

@media only screen and (max-width: 1270px) {
  .thumbs__slide.swiper-slide {
    width: 100%;
  }
}

.thumbs__slide.swiper-slide-thumb-active {
  opacity: 1;
}

.thumbs__slide.swiper-slide-thumb-active .thumbs__img {
  cursor: default;
}

.thumbs__img {
  width: 100%;
  cursor: pointer;
  border-radius: 0.3125rem;
}

.thumbs__sizes {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0.6875rem;
}

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

.photos--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media only screen and (max-width: 1270px) {
  .photos--column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.photos--column .photos__thumbs {
  margin-top: 1.25rem;
  margin-right: 0;
  width: 100%;
}

@media only screen and (max-width: 1270px) {
  .photos--column .photos__thumbs {
    margin-top: 0;
    margin-right: 1.25rem;
    width: 5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .photos--column .photos__thumbs {
    width: 4.125rem;
  }
}

@media only screen and (max-width: 1270px) {
  .photos--column .photos__content {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.photos__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  min-width: 0;
}

.photos__img {
  width: 100%;
}

.photos__header {
  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;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 1.25rem;
  z-index: 2;
}

.photos__thumbs {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.75rem;
  width: 2.625rem;
}

@media only screen and (max-width: 1023px) {
  .photos__thumbs.thumbs {
    display: none;
  }
}

.product-bind__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  padding: 0.875rem 1.125rem;
  color: #222;
  font-size: 0.875rem;
  line-height: 1;
  border-bottom: 1px solid #e6e6e6;
}

@media only screen and (max-width: 479px) {
  .product-bind__label {
    padding: 12px 10px;
  }
}

.product-bind__content {
  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;
  padding: 1.125rem 0.9375rem 1.125rem 1.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-bind__content {
    padding: 15px;
  }
}

@media only screen and (max-width: 479px) {
  .product-bind__content {
    padding: 10px;
  }
}

.product-bind__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.9375rem;
  display: block;
  width: 3.125rem;
  overflow: hidden;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 591px) {
  .product-bind__photo {
    width: 2.5rem;
  }
}

.product-bind__img {
  width: 100%;
}

.product-bind__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  width: 100%;
  min-width: 0;
  line-height: 1;
}

.product-bind__info:after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: '';
  margin-left: 0.625rem;
  width: 2.375rem;
  height: 2.375rem;
  background: url(../img/minified-svg/arrow-right.svg) center no-repeat;
  background-size: 1.125rem auto;
  border: 1px solid rgba(0, 0, 0, 0.25);
  opacity: 0.3;
  border-radius: 50%;
}

@media only screen and (max-width: 591px) {
  .product-bind__info:after {
    display: none;
  }
}

.product-bind__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
}

.product-bind__title {
  display: inline-block;
  max-width: 100%;
  color: #3e87e1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-bind__price {
  margin-top: 0.375rem;
  display: block;
  color: #000;
  font-size: 1.125rem;
  font-weight: 500;
}

.product-bind__price .fa,
.product-bind__price .profile__link::before,
.product-bind__price .order-card__header::before,
.product-bind__price .nav__link::before {
  font-size: 0.777em;
}

.product-card__labels {
  position: absolute;
  top: 1.1875rem;
  left: 1rem;
  z-index: 2;
}

.product-card__footer {
  margin-top: 1.25rem;
}

.product-preview {
  position: relative;
  padding-left: 4.375rem;
  min-height: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-preview {
    padding-left: 3.125rem;
    min-height: 2.5rem;
  }
}

.product-preview__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 3.125rem;
}

@media only screen and (max-width: 1023px) {
  .product-preview__photo {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.product-preview__link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  overflow: hidden;
  border-radius: 0.3125rem;
}

.product-preview__img {
  width: 100%;
  border-radius: inherit;
}

.product-preview__remove {
  position: absolute;
  top: -0.4375rem;
  right: -0.5625rem;
  padding: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: 0;
  outline: 0;
  background: #eeeeee url(../img/minified-svg/close-xs.svg) center no-repeat;
  background-size: 0.5rem auto;
  border-radius: 50%;
  -webkit-box-shadow: 0 0.375rem 1rem rgba(7, 8, 51, 0.06);
  box-shadow: 0 0.375rem 1rem rgba(7, 8, 51, 0.06);
}

.product-preview__content {
  padding: 0.3125rem 0;
  font-size: 0.875rem;
  line-height: 1.3;
}

@media only screen and (max-width: 1023px) {
  .product-preview__content {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.product-preview__title {
  display: block;
  color: #3e87e1;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.product-preview__footer {
  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;
  width: 100%;
}

.product-preview__price {
  color: #222;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}

.product-preview__price .fa,
.product-preview__price .profile__link::before,
.product-preview__price .order-card__header::before,
.product-preview__price .nav__link::before {
  font-size: 0.777em;
}

.product-preview__count {
  color: #8e8e8e;
}

.requisites-card {
  position: relative;
  padding: 1.875rem;
  overflow: hidden;
  border-radius: 0.3125rem;
  background-color: #f5f5f5;
  z-index: 1;
}

@media only screen and (max-width: 639px) {
  .requisites-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.requisites-card:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 647px;
  height: 242px;
  background: url(../img/general/requisites-card-1.png) no-repeat;
  z-index: -1;
}

@media only screen and (max-width: 639px) {
  .requisites-card:before {
    display: none;
  }
}

.requisites-card__title {
  margin-bottom: 1.25rem;
  color: #222222;
  font-size: 1.875rem;
}

.requisites-card__text {
  max-width: 34.375rem;
  margin: 0 0 1.875rem;
  color: #24212a;
  font-weight: 300;
  line-height: 1.4375rem;
  font-size: 1rem;
}

@media only screen and (max-width: 639px) {
  .requisites-card__text {
    text-align: center;
    margin-bottom: 0;
  }
}

.requisites-card__button {
  position: relative;
  width: auto;
  min-width: 8.1875rem;
  padding: 0.625rem;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
  overflow: visible;
  text-transform: uppercase;
  background-color: #69a0ff;
}

@media only screen and (max-width: 639px) {
  .requisites-card__button {
    display: none;
  }
}

.requisites-card__button:after {
  content: '\f00c';
  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: -2.8125rem;
  top: 0;
  width: 2.125rem;
  height: 2rem;
  opacity: 0;
  visibility: hidden;
  background: #69a0ff;
  border-radius: 0.3125rem;
  font-family: 'fontawesome';
  pointer-events: none;
}

.requisites-card__button.active:after {
  opacity: 1;
  visibility: visible;
}

.review-card {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-card--text {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1025px) {
  .review-card--text:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--video {
    text-align: center;
  }
}

.review-card--video .card__photo {
  padding-bottom: 65%;
}

.review-card--video .card__photo::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 3.625rem;
  height: 3.625rem;
  background: #3e87e1 url(../img/minified-svg/play.svg) center no-repeat;
  background-size: 0.8125rem auto;
  border-radius: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

@media only screen and (max-width: 479px) {
  .review-card--video .card__photo::before {
    width: 3rem;
    height: 3rem;
  }
}

.review-card--detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (min-width: 1025px) {
  .review-card--detail:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.review-card--detail .review-card__photo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.5625rem;
  padding-bottom: 0;
  width: 11.4375rem;
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__photo {
    margin-right: 1.25rem;
    width: 9.375rem;
  }
}

@media only screen and (max-width: 479px) {
  .review-card--detail .review-card__photo {
    display: none;
  }
}

.review-card--detail .review-card__content {
  margin-top: -0.3125rem;
  padding-top: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 479px) {
  .review-card--detail .review-card__content {
    margin-top: 0;
  }
}

.review-card--detail .review-card__title {
  margin-bottom: 0.3125rem;
}

.review-card--detail .review-card__rating {
  margin-bottom: 0;
}

.review-card--detail .review-card__caption {
  margin-bottom: 0.3125rem;
}

.review-card--detail .review-card__product-bind {
  width: 18.125rem;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}

@media only screen and (max-width: 1270px) {
  .review-card--detail .review-card__product-bind {
    width: 16.25rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__product-bind {
    width: 14.375rem;
  }
}

@media only screen and (max-width: 591px) {
  .review-card--detail .review-card__product-bind {
    display: none;
  }
}

.review-card--detail .review-card__product-bind .product-bind__label {
  display: none;
}

.review-card--detail .review-card__product-bind .product-bind__photo {
  width: 4.125rem;
}

@media only screen and (max-width: 1270px) {
  .review-card--detail .review-card__product-bind .product-bind__photo {
    width: 3.625rem;
  }
}

@media only screen and (max-width: 767px) {
  .review-card--detail .review-card__product-bind .product-bind__icon {
    display: none;
  }
}

.review-card--detail .review-card__product-bind .product-bind__content {
  padding: 0 0.625rem 0 0;
}

.review-card--cabinet {
  padding: 1.875rem;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.review-card--cabinet .review-card__header {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.review-card--cabinet .review-card__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;
  width: 100%;
}

.review-card--cabinet .review-card__top-info {
  text-align: right;
}

.review-card--cabinet .review-card__label {
  line-height: 1;
  color: #8e8e8e;
  font-weight: 300;
  font-size: 0.875rem;
}

.review-card--cabinet .review-card__points {
  color: #3e87e1;
  font-weight: 500;
  font-size: 1.125rem;
}

.review-card--cabinet .review-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
}

.review-card--cabinet .review-card__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1.875rem;
}

.review-card--cabinet .review-card__more:last-child {
  margin-right: 0;
}

.review-card__content {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}

.review-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0.3125rem;
}

.review-card__title {
  margin-bottom: 0.625rem;
  font-size: 1.25rem;
  white-space: normal;
}

@media only screen and (max-width: 479px) {
  .review-card__title {
    margin-bottom: 0.3125rem;
    font-size: 1.125rem;
  }
}

.review-card__rating {
  margin-bottom: 0.9375rem;
}

@media only screen and (max-width: 479px) {
  .review-card__rating {
    margin-bottom: 0.5rem;
  }
}

.review-card__caption {
  margin-bottom: 0.625rem;
}

.review-card__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 479px) {
  .review-card__links {
    margin-top: 0;
  }
}

.review-card__action {
  margin-right: 0.9375rem;
  font-size: 0.875rem;
}

.review-card__action:last-child {
  margin-right: 0;
}

.review-card__product-bind {
  width: 100%;
}

@media only screen and (max-width: 479px) {
  .review-card__product-bind {
    display: none;
  }
}

.review-card__points {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #3e87e1;
  font-size: 1.125rem;
  font-weight: 500;
  white-space: nowrap;
}

.review-card__footer {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .remodal-wrapper {
    z-index: 99;
    padding: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: 0.45s;
    transition: 0.45s;
  }

  .remodal-wrapper:after {
    display: none;
  }

  .remodal-wrapper.remodal-is-opened {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media only screen and (max-width: 767px) {
  .remodal-overlay {
    z-index: 98;
  }
}

@media only screen and (max-width: 767px) {

  .remodal-wrapper,
  .remodal-overlay {
    top: 4.125rem;
  }
}

@media only screen and (max-width: 359px) {

  .remodal-wrapper,
  .remodal-overlay {
    top: 3.75rem;
  }
}

.remodal-is-locked .page--cart .page__cart {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.swiper-slide {
  height: auto;
}

.scroll-element {
  position: absolute;
}

.scroll-element.scroll-y {
  top: 0;
  right: 0;
  width: 0.125rem;
  height: 100%;
  background-color: #f4f4f4;
  border-radius: 1px;
}

.scroll-element.scroll-y .scroll-element_outer,
.scroll-element.scroll-y .scroll-element_size,
.scroll-element.scroll-y .scroll-element_track {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.scroll-element.scroll-y .scroll-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  border-radius: 1px;
}

.noUi-target {
  margin: 0.5rem 0;
  height: 0.1875rem;
  background-color: #f4f4f4;
  border: 0;
  cursor: pointer;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-connect {
  background-color: #3e87e1;
}

.noUi-horizontal .noUi-handle {
  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;
  top: -0.5rem;
  width: 1.125rem;
  height: 1.125rem;
  outline: 0;
  border: 0;
  background: #3e87e1 url(../img/general/caret-double.png) center 0.375rem no-repeat;
  background-size: 0.625rem auto;
  cursor: pointer;
  border-radius: 0.9375rem;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  display: none;
}

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -0.5625rem;
}

.ymaps-2-1-72-copyrights-pane {
  display: none;
}

.ymaps-2-1-72-controls-pane {
  display: none;
}

.jq-selectbox__dropdown {
  display: none;
}

.jq-checkbox {
  position: relative;
  margin-right: 0.9375rem;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.jq-checkbox:before {
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 0;
  width: 12px;
  height: 10px;
  color: #fff;
  font-size: 0.875rem;
  font-family: 'fontawesome';
}

.jq-checkbox.checked {
  background-color: #000000;
}

.jq-radio {
  position: relative;
  margin-right: 0.9375rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000000;
  background-color: #ffffff;
}

.jq-radio.checked {
  border-width: 4px;
}

.jq-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 2.8125rem 0 20px;
  width: 100%;
  height: 3.125rem;
  background-color: #f4f4f6;
  border: 1px solid #e6e6e6;
  border-radius: 0.3125rem;
}

.jq-file__browse {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 100%;
  font-size: 0;
  background: url(../img/general/paperclip.png) center no-repeat;
  background-size: 1.1875rem auto;
}

.datepicker--day-name {
  color: #8e8e8e;
}

.datepicker--cell.-current- {
  color: #3e87e1;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-.-current- {
  background-color: #3e87e1;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.popup-window-buttons .btn-buy:first-child {
  background: green;
  border-color: green;
}

.popup-window-buttons .btn-buy:last-child {
  background: #f5b319;
  border-color: #f5b319;
}

.text_group--secondary {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 20px -10px 0px;
}

.text_group--secondary .text_col {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.text_col-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;

  height: 100%;

  padding: 15px 20px;

  background: #f5f5f5;
  border-radius: 3px;
  text-align: center;
}

.text_col-wrap span {
  display: block;
  line-height: 1.2;
  max-width: 240px;
  margin: 15px auto 0;
}

.text_group--accent {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 20px -20px 0;
}

.text_group--accent .text_col_large {
  width: 50%;
  padding: 0 20px;
  margin-bottom: 20px;
}

.text_col_large p {
  font-size: 14px;
}

.text_group--why .text_col {
  width: 25%;
}

.text_group-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;

  margin: 20px 0;
  padding: 0;
  list-style-type: none;
}

.text_group-item {
  margin-right: 20px;
}

.text_group-item:last-child {
  margin-right: 0;
}

.ff-b {
  margin-bottom: 30px;
}

.ff-b .descr {
  margin: 15px 0;
}

.ff-b textarea {
  margin-bottom: 30px;
}

.b-promo {
  padding: 30px 0;
  overflow: hidden;
}

.b-promo__title {
  margin-bottom: 30px;
  text-align: center;
}

.b-search {
  padding: 30px 0;
  overflow: hidden;
}

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

.b-search__form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.b-search__field {
  width: 100%;
}

.b-search__input {
  width: 100%;
  padding-right: 125px;
}

.b-search__button {
  position: absolute;
  right: 0;
  top: 0;

  height: 100%;
  width: 100px;
  color: #fff;
  background: #3e87e1;
  border-radius: 4px;
}

.b-search__result {
  margin-top: 30px;
}

.b-search__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 -10px -20px;
}

.b-search__column {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.product-card__price--secondary {
  position: relative;
}

.product-card__price--old {
  color: red;
  text-decoration-line: line-through;
}

.product-card__price--current {
  position: absolute;
  bottom: -22px;
  right: 0;
}

.b-register {
  padding: 30px 0;
}

.b-register__title {
  text-align: center;
  margin-bottom: 30px;
}

.b-register__grid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;

  margin: 0 -10px -20px;
}

.b-register__column {
  width: 33.33%;
  padding: 0 10px;
  margin-bottom: 20px;
}

.b-register-card {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  position: relative;
  height: 100%;
  border-radius: 4px;
}

.b-register-card:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.55;
}

.b-register-card__title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0;
  height: 100%;

  text-align: center;
  color: #fff;
  font-size: 25px;
}

.b-register__swiper {
  max-width: 800px;
  margin: 0 auto;
}

.b-register__swiper .gallery-thumbs {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
  .text_header-title {
    margin-top: 20px;
  }

  .b-search__column {
    width: 33.33%;
  }
}

@media only screen and (max-width: 992px) {
  .text_col-wrap span {
    font-size: 14px;
  }

  .text_full br {
    display: none;
  }

  .footer .socials__link--ok {
    display: none;
  }

  .b-register-card__title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .text_group--accent .text_col_large {
    width: 100%;
  }

  .text_group--why .text_col {
    width: 50%;
  }

  .text_group--secondary .text_col {
    width: 50%;
  }

  .b-search__column {
    width: 50%;
  }

  .b-register__column {
    width: 50%;
  }

  .b-register-card__title {
    left: 20px;
    right: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .text_col-wrap {
    padding: 15px 5px;
  }

  .main {
    overflow: hidden;
  }

  .intro__img {
    position: static;
  }

  .intro__photo {
    padding: 0;
  }

  .user-panel__item--search {
    display: block;
  }

  .intro__content {
    padding: 0.56rem 15px;
  }

  .intro {
    padding-bottom: 0.5625rem;
  }

  .intro__heading {
    margin-bottom: 0.5rem;
  }

  .product-card__price--current {
    position: static;
    margin-left: 5px;
  }

  .b-register__column {
    width: 100%;
  }
}

.modal-app {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.modal-app.is-active {
  opacity: 1;
  visibility: visible;
}

.modal-app__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-app__block {
  max-width: 400px;
  width: 100%;
  margin: 20px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  padding: 20px 30px;
  position: relative;
}

.modal-app__close {
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='16' viewBox='0 0 21 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M18 1L4 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4 1L18 15' stroke='%23909090' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 21px;
  height: 16px;
}

.modal-app__link img {
  max-width: 120px;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.nintro__slider.is-main .nintro-card__footer {
  margin-top: 250px;
}

.nintro__slider.is-main .nintro-card {
  min-height: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nintro__slider.is-main .nintro-slider__slide {
  position: relative;
  padding-bottom: 58%;
}

@media (max-width: 1280px) {
  .nintro__slider.is-main .nintro-card {
    min-height: auto;
  }

  .nintro__slider.is-main .nintro-card__footer {
    margin-top: auto;
  }
}

.nmodal {
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.nmodal.is-active {
  opacity: 1;
  visibility: visible;
}

.nmodal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .3);
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nmodal__wrapper-block {
  max-width: 440px;
  width: 100%;
  margin: 12px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 35px 30px;
  position: relative;
}

.nmodal__heading {
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
  color: #222222;
  margin-bottom: 20px;
  display: block;
}

.nmodal__attention {
  padding: 10px;
  background: #69A0FF;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.nmodal__attention-text {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  display: block;
  max-width: 270px;
}

.nmodal__block {
  padding: 33px 10px;
  background: #FFFFFF;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  transition: all .2s;
  cursor: pointer;

}

.nmodal__block.is-active {
  border: 2px solid #69A0FF;
}

.nmodal__value {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 14px;
  color: #171B31;
}

.nmodal__slider-wrapper {
  padding: 16px;
  background: #FAFAFA;
  border-radius: 10px;
  margin-bottom: 30px;
  position: relative;
}

.nmodal__slider-pagination {
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 28px;
  display: none;
}

.nmodal__form-button {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
}

.nmodal__form-footer {
  display: flex;
  justify-content: space-between;
}

.nmodal__form-close {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #222222;
}

.nmodal__form-submit {
  background: #69A0FF;
  color: #FFFFFF;
  border: none;
}

.nmodal__close {
  position: absolute;
  right: -39px;
  top: 0;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.nmodal__slider__btn-next,
.nmodal__slider__btn-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px rgba(23, 27, 49, 0.12);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all .2s;
}

.nmodal__slider__btn-next:hover,
.nmodal__slider__btn-prev:hover {
  box-shadow: none;
}

.nmodal__block:hover {
  opacity: .7;
}

.nmodal__slider__btn-next {
  right: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.0876 5L6.9126 6.175L10.7293 10L6.9126 13.825L8.0876 15L13.0876 10L8.0876 5Z' fill='%23222222'/%3E%3C/svg%3E%0A");
}

.nmodal__slider__btn-prev {
  left: -20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0875 6.175L11.9125 5L6.91248 10L11.9125 15L13.0875 13.825L9.27081 10L13.0875 6.175Z' fill='%23222222'/%3E%3C/svg%3E");
}

.nmodal__slider__btn-next.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.0876 5L6.9126 6.175L10.7293 10L6.9126 13.825L8.0876 15L13.0876 10L8.0876 5Z' fill='%23899099'/%3E%3C/svg%3E%0A");
}

.nmodal__slider__btn-prev.swiper-button-disabled {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.0875 6.175L11.9125 5L6.91248 10L11.9125 15L13.0875 13.825L9.27081 10L13.0875 6.175Z' fill='%23899099'/%3E%3C/svg%3E");
}

.nmodal__slider-pagination .swiper-pagination-bullet {
  background: #E6E6E6;
  width: 8px;
  height: 8px;
}

.nmodal__slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #69A0FF;
}

.nmodal__slider-wrapper.is-mob {
  display: none;
  margin-bottom: 0;
}

@media (max-width: 1023px) {
  .nmodal__slider-wrapper.is-mob {
    display: block;
    margin-right: 40px;
    margin-left: 40px;
  }
}

@media (max-width: 560px) {
  .nmodal__slider-wrapper.is-mob {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
  }

  .nmodal__slider-wrapper.is-mob .nmodal__slider-pagination {
    padding-bottom: 0;
  }

  .nmodal__heading {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .nmodal__attention {
    margin-bottom: 16px;
  }

  .nmodal__attention-text {
    font-size: 15px;
  }

  .nmodal__block {
    padding: 27px 0;
  }

  .nmodal__slider__btn-next,
  .nmodal__slider__btn-prev {
    display: none;
  }

  .nmodal__slider-pagination {
    display: flex;
  }

  .nmodal__slider-wrapper {
    margin-bottom: 0;
  }

  .nmodal__close {
    right: 0;
    top: -35px;
  }

  .nmodal__wrapper-block {
    padding: 35px 20px 30px;
  }
}

.season {
  display: none;
}

@media(max-width: 479px) {
  .season {
    display: block;
  }

  .season .product-bind {
    display: block;
  }

  .season .product-bind__label {
    display: none;
  }
  
  .season .product-bind__content {
    border-top: 1px solid #e6e6e6;
  }
}

video::-webkit-media-controls-play-button {
  width: 3em;
  height: 3em;
  background-size: contain;
}

.auth__error {
  padding: 16px 0;
}

.auth__error p {
    color: red;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 142%;
    font-family: "Roboto Flex";
}