<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*
 * easy-autocomplete
 * jQuery plugin for autocompletion
 * 
 * @author Łukasz Pawełczak (http://github.com/pawelczak)
 * @version 1.4.0
 * Copyright  License: 
 */
.easy-autocomplete {
  position: relative;
}

.easy-autocomplete a {
  display: block;
}

.easy-autocomplete.eac-blue-light input:hover, .easy-autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.easy-autocomplete.eac-blue-light ul li, .easy-autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}

.easy-autocomplete.eac-blue-light ul li.selected, .easy-autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}

.easy-autocomplete.eac-green-light input:hover, .easy-autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul {
  border-color: #41DB00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}

.easy-autocomplete.eac-green-light ul li, .easy-autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}

.easy-autocomplete.eac-green-light ul li.selected, .easy-autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}

.easy-autocomplete.eac-red-light input:hover, .easy-autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}

.easy-autocomplete.eac-red-light ul li, .easy-autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}

.easy-autocomplete.eac-red-light ul li.selected, .easy-autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}

.easy-autocomplete.eac-yellow-light input:hover, .easy-autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}

.easy-autocomplete.eac-yellow-light ul li, .easy-autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}

.easy-autocomplete.eac-yellow-light ul li.selected, .easy-autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}

.easy-autocomplete.eac-dark-light input:hover, .easy-autocomplete.eac-dark-light input:focus {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul {
  border-color: #333;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}

.easy-autocomplete.eac-dark-light ul li, .easy-autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}

.easy-autocomplete.eac-dark-light ul li.selected, .easy-autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}

.easy-autocomplete.eac-dark {
  color: #fff;
}

.easy-autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark input:hover, .easy-autocomplete.eac-dark input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-dark ul {
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li, .easy-autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}

.easy-autocomplete.eac-dark ul li.selected, .easy-autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass {
  color: #fff;
}

.easy-autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass input:hover, .easy-autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li, .easy-autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.easy-autocomplete.eac-dark-glass ul li.selected, .easy-autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}

.easy-autocomplete.eac-dark-glass ul li:last-child, .easy-autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}

.easy-autocomplete.eac-blue {
  color: #fff;
}

.easy-autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}

.easy-autocomplete.eac-blue input:hover, .easy-autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-blue ul {
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li, .easy-autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}

.easy-autocomplete.eac-blue ul li.selected, .easy-autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}

.easy-autocomplete.eac-yellow {
  color: #333;
}

.easy-autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-yellow input:hover, .easy-autocomplete.eac-yellow input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-yellow ul {
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li, .easy-autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}

.easy-autocomplete.eac-yellow ul li.selected, .easy-autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}

.easy-autocomplete.eac-purple {
  color: #333;
}

.easy-autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  color: #333;
}

.easy-autocomplete.eac-purple input:hover, .easy-autocomplete.eac-purple input:focus {
  border-color: #333;
  -webkit-box-shadow: 0;
          box-shadow: 0;
}

.easy-autocomplete.eac-purple ul {
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li, .easy-autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}

.easy-autocomplete.eac-purple ul li.selected, .easy-autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}

.easy-autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.easy-autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.easy-autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}

.easy-autocomplete-container ul li, .easy-autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  -o-border-image: none;
     border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}

.easy-autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}

.easy-autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}

.easy-autocomplete-container ul li.selected div {
  font-weight: normal;
}

.easy-autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}

.easy-autocomplete-container ul li b {
  font-weight: bold;
}

.easy-autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}

.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/*# sourceMappingURL=easy-autocomplete.css.map */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: 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;
  -webkit-transition-property: opacity, -webkit-transform;
  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;
  -webkit-transition-property: opacity, -webkit-transform;
  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;
  -webkit-transition-property: -webkit-transform;
  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;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: 0px) {
  .fancybox-caption {
    padding: 75px 44px;
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.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-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;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}

/* 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: rgba(0, 0, 0, 0);
  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);
  }
}

[data-simplebar] {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  visibility: visible;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

.simplebar-height-auto-observer {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0s linear;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*! nouislider - 14.0.3 - 10/10/2019 */
/* 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;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* 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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.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%);
  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%;
}

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

@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: 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;
}

.icon {
  width: 1em;
  height: 1em;
}

@font-face {
  font-family: "ALSRubl";
  font-style: normal;
  font-display: swap;
  font-weight: normal;
  src: url("../fonts/ALSRubl/ALSRubl.eot?") format("eot"), url("../fonts/ALSRubl/ALSRubl.woff2") format("woff2"), url("../fonts/ALSRubl/ALSRubl.woff") format("woff"), url("../fonts/ALSRubl/ALSRubl.ttf") format("truetype");
}

@font-face {
  font-family: "Annabelle";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Annabelle.eot?") format("eot"), url("../fonts/Annabelle.woff2") format("woff2"), url("../fonts/Annabelle.woff") format("woff"), url("../fonts/Annabelle.ttf") format("truetype");
}

@font-face {
  font-family: "Pragmatica";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Pragmatica/Pragmatica.eot?") format("eot"), url("../fonts/Pragmatica/Pragmatica.woff2") format("woff2"), url("../fonts/Pragmatica/Pragmatica.woff") format("woff"), url("../fonts/Pragmatica/Pragmatica.ttf") format("truetype");
}

@font-face {
  font-family: "Pragmatica Book";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/Pragmatica/Pragmatica-Book.eot?") format("eot"), url("../fonts/Pragmatica/Pragmatica-Book.woff2") format("woff2"), url("../fonts/Pragmatica/Pragmatica-Book.woff") format("woff"), url("../fonts/Pragmatica/Pragmatica-Book.ttf") format("truetype");
}

@font-face {
  font-family: "Pragmatica";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("../fonts/Pragmatica/Pragmatica-Bold.eot?") format("eot"), url("../fonts/Pragmatica/Pragmatica-Bold.woff2") format("woff2"), url("../fonts/Pragmatica/Pragmatica-Bold.woff") format("woff"), url("../fonts/Pragmatica/Pragmatica-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Pragmatica";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/Pragmatica/PragmaticaLight.eot?") format("eot"), url("../fonts/Pragmatica/PragmaticaLight.woff2") format("woff2"), url("../fonts/Pragmatica/PragmaticaLight.woff") format("woff"), url("../fonts/Pragmatica/PragmaticaLight.ttf") format("truetype");
}

@font-face {
  font-family: "YandexSans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("../fonts/YandexSans/YandexSansDisplay-Light.eot?") format("eot"), url("../fonts/YandexSans/YandexSansDisplay-Light.woff2") format("woff2"), url("../fonts/YandexSans/YandexSansDisplay-Light.woff") format("woff"), url("../fonts/YandexSans/YandexSansDisplay-Light.ttf") format("truetype");
}

@font-face {
  font-family: "YandexSans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/YandexSans/YandexSansDisplay-Regular.eot?") format("eot"), url("../fonts/YandexSans/YandexSansDisplay-Regular.woff2") format("woff2"), url("../fonts/YandexSans/YandexSansDisplay-Regular.woff") format("woff"), url("../fonts/YandexSans/YandexSansDisplay-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "YandexSans";
  font-style: italic;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/YandexSans/YandexSansDisplay-RegularItalic.eot?") format("eot"), url("../fonts/YandexSans/YandexSansDisplay-RegularItalic.woff2") format("woff2"), url("../fonts/YandexSans/YandexSansDisplay-RegularItalic.woff") format("woff"), url("../fonts/YandexSans/YandexSansDisplay-RegularItalic.ttf") format("truetype");
}

@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("../fonts/icomoon/icomoon.eot?") format("eot"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype");
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  height: 100%;
  font-size: 62.5%;
  line-height: 1.3;
}

html.menu-opened {
  overflow-y: hidden;
}

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

img {
  max-width: 100%;
}

b {
  font-weight: 700;
}

a {
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

textarea {
  resize: none;
}

select::-ms-expand {
  display: none;
}

label,
button,
input,
select {
  cursor: pointer;
}

input,
select,
textarea,
button {
  outline: 0;
  border-radius: 0;
  padding: 0;
}

input[type="checkbox"], input[type="radio"] {
  position: absolute;
  opacity: 0;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

p {
  margin: 0 0 24px;
}

body {
  height: 100%;
  position: relative;
  min-width: 320px;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Pragmatica", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section {
  position: relative;
}

main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

*:focus {
  outline: none !important;
}

a {
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  text-decoration: none;
}

a *, a:after, a:before {
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

button {
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

button * {
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.ruble {
  font-family: "ALSRubl";
  font-weight: 400 !important;
  color: inherit !important;
  line-height: inherit !important;
  font-style: normal !important;
  text-transform: none !important;
}

.lock-screen {
  overflow: hidden;
}

#scrollUp {
  right: 15px;
  bottom: 15px;
}

#scrollUp:hover .icon {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

#scrollUp .icon {
  fill: #cd2e29;
  font-size: 24px;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .container {
    width: 100%;
  }
}

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

.mb-0 {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 992px) {
  .mb-90 {
    margin-bottom: 90px;
  }
}

@media only screen and (max-width: 991px) {
  .mb-90 {
    margin-bottom: 45px;
  }
}

@media (min-width: 1200px) {
  .pt-lg-70 {
    padding-top: 70px;
  }
}

.ml-30 {
  margin-left: 30px !important;
}

@media only screen and (max-width: 767px) {
  .ml-30 {
    margin-left: 0 !important;
  }
}

.mt-15 {
  margin-top: 15px;
}

.ml-0 {
  margin-left: 0 !important;
}

.mt-80 {
  margin-top: 80px;
}

.header__favourite::before {
  background: url("../img/svg/heart-red.svg");
  background-size: contain;
  margin: 0 auto;
  height: 16px;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  margin-bottom: -9px;
  content: " ";
  opacity: 0;
  background-repeat: no-repeat;
  -webkit-transition: .1s ease-in-out 0s;
  transition: .1s ease-in-out 0s;
}

.header__favourite::after {
  background: url("../img/svg/heart-red.svg");
  background-size: contain;
  margin: 0 auto;
  height: 16px;
  width: 18px;
  display: block;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-left: -9px;
  z-index: 1;
  margin-bottom: -9px;
  content: " ";
  opacity: 0;
  background-repeat: no-repeat;
  -webkit-transition: .1s ease-in-out 0s;
  transition: .1s ease-in-out 0s;
}

.header__favourite.is-added .icon {
  fill-opacity: 1;
  stroke: #cd2e29;
  -webkit-transition: .1s ease-in-out 0s;
  transition: .1s ease-in-out 0s;
}

.header__favourite.is-added:before {
  opacity: .8;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: heartFlutter2;
          animation-name: heartFlutter2;
}

.header__favourite.is-added:after {
  opacity: .8;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-name: heartFlutter3;
          animation-name: heartFlutter3;
}

@-webkit-keyframes heartFlutter1 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 33px;
    margin-left: 5px;
    opacity: 0;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
}

@keyframes heartFlutter1 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 33px;
    margin-left: 5px;
    opacity: 0;
    -webkit-transform: rotate(9deg);
            transform: rotate(9deg);
  }
}

@-webkit-keyframes heartFlutter2 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 55px;
    margin-left: 5px;
    opacity: 0;
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
}

@keyframes heartFlutter2 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 55px;
    margin-left: 5px;
    opacity: 0;
    -webkit-transform: rotate(14deg);
            transform: rotate(14deg);
  }
}

@-webkit-keyframes heartFlutter3 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 43px;
    margin-left: -8px;
    opacity: 0;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
}

@keyframes heartFlutter3 {
  0% {
    opacity: 0.8;
  }
  100% {
    bottom: 43px;
    margin-left: -8px;
    opacity: 0;
    -webkit-transform: rotate(19deg);
            transform: rotate(19deg);
  }
}

input, textarea {
  font-size: 15px;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: transparent !important;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent !important;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent !important;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #9e9e9e;
  font-style: italic;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #9e9e9e;
  font-style: italic;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #9e9e9e;
  font-style: italic;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #9e9e9e;
  font-style: italic;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

.form-group-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.form-group-label label {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  line-height: 40px;
  text-transform: uppercase;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 991px) {
  .form-group-label label {
    font-size: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .form-group-label label {
    display: none;
  }
}

.form-group-label input {
  width: 370px;
  height: 55px;
  background-color: #f1f1f1;
  border: 0;
  padding: 10px 12px;
}

@media only screen and (max-width: 991px) {
  .form-group-label input {
    width: 280px;
  }
}

@media only screen and (max-width: 767px) {
  .form-group-label input {
    width: 100%;
    max-width: 370px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 18px;
}

.form-group .error-message {
  bottom: 100%;
  right: 0;
  position: absolute;
  font-size: 11px;
  color: #cd2e29;
  display: none;
}

.form-group input[type="text"], .form-group input[type="number"], .form-group input[type="email"], .form-group input[type="tel"], .form-group input[type="password"], .form-group textarea {
  height: 55px;
  width: 100%;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-family: 'YandexSans';
  font-size: 16px;
  padding: 20px 12px 6px;
}

.form-group input[type="text"] + label, .form-group input[type="number"] + label, .form-group input[type="email"] + label, .form-group input[type="tel"] + label, .form-group input[type="password"] + label, .form-group textarea + label {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 12px;
  font-family: 'YandexSans';
  font-size: 16px;
  font-style: italic;
  color: #999999;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.form-group input[type="text"]:focus + label, .form-group input[type="number"]:focus + label, .form-group input[type="email"]:focus + label, .form-group input[type="tel"]:focus + label, .form-group input[type="password"]:focus + label, .form-group textarea:focus + label {
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.23px;
  top: 12px;
}

.form-group.fill input[type="text"] + label, .form-group.fill input[type="number"] + label, .form-group.fill input[type="email"] + label, .form-group.fill input[type="tel"] + label, .form-group.fill input[type="password"] + label, .form-group.fill textarea + label {
  font-size: 9px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.23px;
  top: 12px;
}

.form-group textarea {
  height: 130px;
  padding-top: 24px;
}

.form-group textarea + label {
  top: 12px;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.form-group.form-group--checkbox input[type="checkbox"] + label {
  display: inline-block;
  position: relative;
  font-size: 9px;
  line-height: 18px;
  font-weight: 300;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  padding-left: 26px;
}

.form-group.form-group--checkbox input[type="checkbox"] + label:before {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .form-group.form-group--checkbox input[type="checkbox"] + label:before {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.form-group.form-group--checkbox input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  width: 13px;
  height: 13px;
  background-image: url("../img/svgSprite/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.form-group.form-group--checkbox input[type="checkbox"] + label:hover:before {
  border-color: #000000;
}

.form-group.form-group--checkbox input[type="checkbox"] + label a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 300;
  line-height: 1.07;
  color: #cd2e29;
}

.form-group.form-group--checkbox input[type="checkbox"] + label a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.form-group.form-group--checkbox input[type="checkbox"] + label a:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.form-group.form-group--checkbox input[type="checkbox"]:checked + label:before {
  border-color: #000000;
}

.form-group.form-group--checkbox input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.form-group.form-group--submit {
  margin-top: 24px;
}

.form-group.form-group--submit .btn--md {
  padding-left: 70px;
  padding-right: 70px;
}

@media only screen and (max-width: 767px) {
  .form-group.form-group--submit .btn--md {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.form-group.error input[type="text"], .form-group.error input[type="number"], .form-group.error input[type="email"], .form-group.error input[type="tel"], .form-group.error input[type="password"] {
  border-color: #cd2e29;
  color: #cd2e29;
}

.form-group.error .error-message {
  display: block;
}

.form-group-separate {
  text-align: center;
}

.error-message.error-message--shop {
  position: absolute;
  font-size: 14px;
  right: 0;
  top: -45px;
  color: #cd2e29;
}

@media (max-width: 991px) {
  .error-message.error-message--shop {
    top: 110px;
    right: auto;
    left: 10px;
  }
}

@media (max-width: 767px) {
  .error-message.error-message--shop {
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .error-message.error-message--shop {
    top: 30px;
    width: 100%;
  }
}

.pass-eye {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("https://www.flaticon.com/svg/static/icons/svg/565/565654.svg");
  cursor: pointer;
}

.fg-p {
  position: relative;
}

.select-hidden {
  display: none;
}

.select {
  position: relative;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
}

.select-styled {
  position: relative;
  background-color: #f1f1f1;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 38px 0 14px;
}

.select-styled:after {
  content: '';
  position: absolute;
  right: 14px;
  top: 17px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #999;
}

.select-styled.active:after {
  border-top-color: transparent;
  border-bottom-color: #999;
  top: 12px;
}

.select-options {
  display: none;
  position: absolute;
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
  left: 0;
  top: 100%;
  z-index: 99;
}

.select-options li {
  padding: 6px 14px;
  cursor: pointer;
}

.select-options li:hover {
  background-color: #f1f1f1;
}

.form-group-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -8px;
  margin-right: -8px;
}

@media only screen and (max-width: 767px) {
  .form-group-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}

.form-group-row .form-group {
  margin-left: 8px;
  margin-right: 8px;
}

@media only screen and (max-width: 767px) {
  .form-group-row .form-group {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.row, .account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 767px) {
  .row, .account {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.row .sidebar, .account .sidebar {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px;
  position: relative;
}

@media only screen and (max-width: 1199px) {
  .row .sidebar, .account .sidebar {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 270px;
  }
}

@media only screen and (max-width: 767px) {
  .row .sidebar, .account .sidebar {
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
}

.row .content, .account .content {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .row .content, .account .content {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .row .content, .account .content {
    padding: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.col-md-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (min-width: 768px) {
  .col-md-6 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header {
  background-color: #ffffff;
  border-bottom: 1px solid #cd2e29;
  position: relative;
}

.header.fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 102;
}

.header.fixed:after {
  display: none;
}

.header.fixed .header__descriptor {
  display: none;
}

.header.fixed .header__entery {
  padding-top: 0;
}

@media only screen and (max-width: 1199px) {
  .header.fixed .header__entery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.header.fixed .header__entery-top {
  display: none;
}

.header.fixed .header__logo {
  display: none;
}

.header.fixed .header__fixed-logo {
  display: block;
}

.header.fixed .header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header:after {
  content: '';
  position: absolute;
  height: 1px;
  left: calc(50% - 414px);
  right: 0;
  background-color: #cd2e29;
  top: 72px;
}

@media only screen and (max-width: 1199px) {
  .header:after {
    display: none;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .header__container {
    width: 100%;
  }
}

.header__logo {
  padding-right: 36px;
}

.header__logo a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  margin-left: -33px;
  margin-top: 19px;
}

@media only screen and (max-width: 1199px) {
  .header__logo a {
    margin-left: 0;
  }
}

.header__fixed-logo {
  display: none;
}

.header__descriptor {
  color: #000000;
  font-size: 9px;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 9px;
}

.header__entery {
  padding-top: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #cd2e29;
}

.header__entery-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 18px;
  padding-left: 30px;
}

.header__entery-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__top-menu a {
  color: #000000;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.2px;
  margin-right: 28px;
}

.header__top-menu a:last-child {
  margin-right: 0;
}

.header__shops {
  margin-left: 16px;
}

.header__shops:before {
  content: '';
  position: absolute;
  background: url("../img/svg/placeholder-red.svg") no-repeat center center/contain;
  width: 15px;
  height: 15px;
  left: -16px;
  top: 0;
}

.header__phone {
  color: #000000;
  font-size: 16px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0.4px;
  margin: 0 47px 0 95px;
}

@media only screen and (max-width: 1199px) {
  .header__phone {
    margin-left: 24px;
    margin-right: 24px;
  }
}

.header__search {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
  .header__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 32px;
  }
}

@media only screen and (max-width: 600px) {
  .header__search {
    margin-right: 0;
  }
}

.header__search-form {
  position: relative;
  max-width: 270px;
}

@media only screen and (max-width: 600px) {
  .header__search-form {
    max-width: 100%;
    width: 100%;
  }
}

.header__search-control {
  width: 270px;
  height: 40px;
  background-color: #eee9e9;
  border: 0;
  padding: 10px 40px 10px 12px;
}

.header__search .btn {
  background: transparent;
  border: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}

.header__search .btn:hover .icon {
  fill: #cd2e29;
}

.header__search .btn .icon {
  font-size: 22px;
}

.header__search .easy-autocomplete-container ul {
  border-top: 0;
  padding-bottom: 20px;
}

.header__search .easy-autocomplete-container ul li {
  border-color: #eee9e9;
  padding-left: 6px;
  padding-right: 6px;
  border-bottom: 0;
}

.header__search .easy-autocomplete-container ul li:hover {
  background-color: transparent;
}

.header__search .easy-autocomplete-container ul li:hover a {
  color: #cd2e29;
}

.header__search .easy-autocomplete-container ul li:hover a b {
  color: #cd2e29;
}

.header__search .easy-autocomplete-container ul li.selected {
  background-color: transparent;
}

.header__search .easy-autocomplete-container ul li a {
  color: #999;
  font-size: 12px;
}

.header__search .easy-autocomplete-container ul li a b {
  color: #000000;
}

.header__search .easy-autocomplete-container ul li img {
  width: 27px;
  height: 27px;
}

.header__account {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #cd2e29;
  font-size: 13px;
  line-height: 15px;
  letter-spacing: 0.2px;
}

.header__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 18px;
}

.header__favourite {
  display: inline-block;
  position: relative;
  margin-right: 18px;
}

.header__favourite .icon {
  font-size: 31px;
  fill-opacity: 0;
  stroke: #000000;
  stroke-width: 12px;
  fill: #cd2e29;
}

.header__favourite .num {
  background-color: #cd2e29;
  border-radius: 35px;
  height: 17px;
  position: absolute;
  left: calc(100% - 10px);
  top: 0;
  color: #ffffff;
  line-height: 17px;
  min-width: 17px;
  font-size: 12px;
  padding: 0;
  text-align: center;
}

.header__favourite:hover .icon {
  fill-opacity: 1;
  stroke: #cd2e29;
}

.header__cart {
  position: relative;
}

.header__cart-toggle {
  display: inline-block;
  position: relative;
}

.header__cart-toggle .icon {
  font-size: 30px;
}

.header__cart-toggle .num {
  background-color: #cd2e29;
  border-radius: 35px;
  height: 17px;
  position: absolute;
  left: calc(100% - 10px);
  top: 0;
  color: #ffffff;
  line-height: 17px;
  min-width: 17px;
  font-size: 12px;
  padding: 0;
  text-align: center;
}

.header__cart-toggle:hover .icon {
  fill: #cd2e29;
}

.header__fixed-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 24px 0;
  border-top: 1px solid #cd2e29;
  border-bottom: 1px solid #cd2e29;
  background-color: #ffffff;
  -webkit-transition: -webkit-transform .5s ease 0s;
  transition: -webkit-transform .5s ease 0s;
  transition: transform .5s ease 0s;
  transition: transform .5s ease 0s, -webkit-transform .5s ease 0s;
}

.header__fixed-menu.is-open {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  z-index: 1;
  visibility: visible;
  opacity: 1;
}

.header__fixed-menu-list {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .header__fixed-menu-list {
    width: 100%;
  }
}

.header__fixed-menu-list a {
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  letter-spacing: 0.2px;
  margin-right: 28px;
}

.header__fixed-menu-list a:last-child {
  margin-right: 0;
}

.header__fixed-menu-list a:not(.header__account) {
  color: #000000;
}

.header__burger {
  display: none;
  width: 170px;
  margin-left: -40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #da221c;
  position: relative;
}

.header__burger:after {
  content: '';
  position: absolute;
  width: 100%;
  background: #ffffff;
  height: 1px;
  bottom: -1px;
  left: 0;
  z-index: 10;
  opacity: 0;
}

.header__burger.is-active:after {
  opacity: 1;
}

.header-burger {
  width: 25px;
  height: 21px;
  background-color: transparent;
  border: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu-icon {
  display: inline-block;
  position: relative;
  width: 25px;
  background-color: #da221c;
  height: 3px;
}

.menu-icon:before, .menu-icon:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #da221c;
}

.menu-icon:before {
  top: -8px;
}

.menu-icon:after {
  top: 8px;
}

@media (max-width: 1200px) {
  .header {
    padding: 10px 0;
  }
  .header.fixed {
    height: 50px;
  }
  .header__container {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header__phone {
    display: none;
  }
  .header .header__top-menu {
    display: none;
  }
  .header .header__account {
    display: none;
  }
  .header .main-menu {
    display: none;
  }
  .mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 99;
    max-width: 320px;
    padding-top: 30px;
  }
  .mobile-menu.is-open {
    display: block;
  }
  .mobile-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 48px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cd2e29;
  }
  .mobile-menu .header__phone {
    margin: 0 0 24px;
    width: 100%;
  }
  .mobile-menu .header__top-menu a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 0 15px;
  }
  .mobile-menu .header__account {
    margin-left: 30px;
  }
  .mobile-menu .main-menu {
    display: block;
    position: relative;
    padding-top: 12px;
  }
  .mobile-menu .main-menu__item {
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mobile-menu .main-menu__item &gt; a {
    padding-left: 48px;
  }
  .mobile-menu .main-menu__item &gt; a:after {
    display: none;
  }
  .mobile-menu .main-menu__item &gt; button {
    width: 12px;
    height: 12px;
    padding-right: 26px;
    background-color: transparent;
    border: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #000;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-menu .main-menu__item &gt; button:before {
    content: "\31";
  }
  .mobile-menu__filters {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .mobile-menu__filters &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
  }
  .mobile-menu__filters &gt; li &gt; .toogle-menu {
    width: 12px;
    height: 12px;
    padding-right: 26px;
    background-color: transparent;
    border: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #c1c1c1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .mobile-menu__filters &gt; li &gt; .toogle-menu:before {
    content: "\31";
  }
  .mobile-menu__filters &gt; li &gt; a {
    padding-left: 48px;
    height: 36px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000000;
    font-family: "YandexSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .mobile-menu__filters.is-active {
    display: block;
  }
  .mobile-menu__return {
    position: absolute;
    top: -36px;
    height: 36px;
    width: 100%;
    background: #eee;
    border: 0;
  }
  .mobile-menu__return:before {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #000;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .mobile-menu__return:after {
    content: "";
    display: block;
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #000;
    right: 20px;
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .mobile-menu .close-cross {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
  }
  .mobile-menu .close-cross:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 10px;
  }
  .mobile-menu .close-cross:before {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #000;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: 10px;
  }
  .header__entery {
    border-left: 0;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__entery-top {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding-bottom: 0;
    padding-left: 12px;
  }
  .header__logo {
    padding-right: 0;
  }
  .header__logo img {
    max-width: 130px;
  }
  .header__logo a {
    margin-top: 0;
  }
  .header__descriptor {
    font-size: 8px;
    margin-top: 5px;
  }
  .header__burger {
    display: block;
    width: auto;
    border: 0;
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 12px;
  }
}

@media (max-width: 600px) {
  .header {
    border-bottom: 0;
  }
  .header__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 12px;
    padding-right: 12px;
  }
  .header__burger {
    position: absolute;
    left: 12px;
    top: 16px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header__controls {
    position: absolute;
    right: 12px;
    top: 16px;
    margin: 0;
  }
  .header .easy-autocomplete {
    width: 100% !important;
  }
  .header__entery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 16px;
  }
  .header__entery-top {
    padding-left: 0;
  }
  .header__search-form {
    max-width: 100%;
  }
  .header__search-control {
    width: 100%;
  }
}

.main-menu {
  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-positive: 1;
          flex-grow: 1;
}

.main-menu__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 0 21px 30px;
  height: 100%;
}

.main-menu__item:last-child {
  margin-right: 0;
}

.main-menu__item &gt; a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  color: #000000;
}

.main-menu__item &gt; a:hover {
  color: #cd2e29;
}

.main-menu__item &gt; a:hover:after {
  color: #cd2e29;
}

.main-menu__item.dropdown &gt; a:after {
  content: '▼';
  position: relative;
  margin-left: 4px;
  font-family: "Arial";
  font-size: 9px;
  letter-spacing: 0.72px;
  margin-top: 4px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.main-menu__item.main-menu__item--sale &gt; a {
  color: #cd2e29;
}

.main-menu__item.main-menu__item--sale .icon {
  margin-right: 5px;
  font-size: 30px;
  fill: #cd2e29;
}

@media only screen and (min-width: 1200px) {
  .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #ffffff;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    z-index: -1;
    border-top: 1px solid #cd2e29;
    visibility: hidden;
    border-left: 1px solid #cd2e29;
    border-right: 1px solid #cd2e29;
    opacity: 0;
  }
  .sub-menu.is-active {
    z-index: 999;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .sub-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 26px;
    border-bottom: 1px solid #e6e6e6;
    margin: 0 auto;
    width: 1000px;
    padding-left: 115px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .sub-menu__nav {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .sub-menu__nav &gt; li {
    margin-right: 60px;
  }
  .sub-menu__nav &gt; li &gt; a {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1.26px;
    padding: 20px 0;
    display: inline-block;
    position: relative;
  }
  .sub-menu__nav &gt; li &gt; a:after {
    content: '';
    position: absolute;
    height: 3px;
    background-color: #cd2e29;
    width: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
  }
  .sub-menu__nav &gt; li &gt; a:hover {
    color: #cd2e29;
  }
  .sub-menu__nav &gt; li &gt; a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .sub-menu__nav &gt; li.is-active &gt; a {
    color: #cd2e29;
  }
  .sub-menu__nav &gt; li.is-active &gt; a:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .sub-menu__nav &gt; li.is-active .dropdown-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 1199px) {
  .sub-menu {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 36px;
  }
  .sub-menu.is-active {
    display: block;
  }
  .sub-menu__nav &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
  }
  .sub-menu__nav &gt; li &gt; button {
    width: 12px;
    height: 12px;
    padding-right: 26px;
    background-color: transparent;
    border: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #c1c1c1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .sub-menu__nav &gt; li &gt; button:before {
    content: "\31";
  }
  .sub-menu__nav &gt; li &gt; a {
    padding-left: 48px;
    height: 36px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000000;
    font-family: "YandexSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
}

@media only screen and (min-width: 1200px) {
  .dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    padding-top: 40px;
    background-color: #fff;
    left: -1px;
    right: 0;
    width: calc(100% + 2px);
    border: 1px solid #cd2e29;
    border-top: 0;
  }
  .dropdown-menu__inner {
    width: 1170px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1199px) {
  .dropdown-menu__inner {
    width: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .dropdown-menu__filter-list {
    overflow-y: auto;
    max-height: 400px;
  }
  .dropdown-menu__nav {
    width: 180px;
    border-right: 1px solid #e6e6e6;
  }
  .dropdown-menu__nav.dropdown-menu__nav--brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: auto;
    border: 0;
  }
  .dropdown-menu__nav.dropdown-menu__nav--brands .dropdown-menu__subtitle {
    width: 100%;
  }
  .dropdown-menu__nav.dropdown-menu__nav--brands .dropdown-menu__list {
    min-width: 180px;
    margin-right: 24px;
  }
  .dropdown-menu__subtitle {
    color: #999999;
    font-family: "YandexSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    font-style: italic;
    margin-bottom: 18px;
  }
  .dropdown-menu__item {
    margin-bottom: 12px;
  }
  .dropdown-menu__item a {
    display: inline-block;
    color: #000000;
    font-family: "YandexSans";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    position: relative;
  }
  .dropdown-menu__item a:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #cd2e29;
    width: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
  }
  .dropdown-menu__item a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .dropdown-menu__item.is-active a:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .dropdown-menu__filter {
    display: none;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .dropdown-menu__filter.is-active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .dropdown-menu__filter-item {
    margin-bottom: 12px;
  }
  .dropdown-menu__filter-item a {
    display: inline-block;
    position: relative;
    color: #000000;
    font-family: "YandexSans";
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
  }
  .dropdown-menu__filter-item a:after {
    content: '';
    position: absolute;
    height: 1px;
    background-color: #cd2e29;
    width: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
  }
  .dropdown-menu__filter-item a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .dropdown-menu__filter-item.is-active a:after {
    width: 100%;
    left: 0;
    right: auto;
  }
  .dropdown-menu__group {
    width: 190px;
    padding: 0 10px 0 28px;
    border-right: 1px solid #e6e6e6;
  }
  .dropdown-menu__group:last-child {
    border-right: 0;
  }
  .dropdown-menu__img {
    position: relative;
    margin-top: -40px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    text-align: right;
  }
  .dropdown-menu__filter-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px;
  }
  .dropdown-menu__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dropdown-menu__slide-apply {
    margin-top: 80px;
    text-align: right;
  }
  .dropdown-menu.dropdown-menu--price-filter .dropdown-menu__title {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
  }
  .dropdown-menu.dropdown-menu--price-filter .dropdown-menu__nav {
    width: auto;
    border-right: 0;
  }
  .dropdown-menu.dropdown-menu--price-filter .dropdown-menu__devide {
    color: #666666;
    font-family: "YandexSans";
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin-left: 35px;
    margin-right: 35px;
  }
}

@media only screen and (max-width: 1199px) {
  .dropdown-menu {
    display: none;
  }
  .dropdown-menu__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
  .dropdown-menu__title {
    margin: 5px 0;
  }
  .dropdown-menu__devide {
    margin: 5px 0;
  }
  .dropdown-menu__slide {
    margin: 10px 0 20px;
  }
  .dropdown-menu__slide-apply {
    text-align: center;
  }
  .dropdown-menu.is-open {
    display: block;
    position: absolute;
    background: #fff;
    z-index: 99;
    top: 0;
    width: 100%;
    left: 0;
  }
  .dropdown-menu__subtitle {
    color: #999999;
    font-family: "YandexSans";
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    padding: 10px 10px 10px 48px;
    border-bottom: 1px solid #eee;
  }
  .dropdown-menu__list &gt; li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #eee;
  }
  .dropdown-menu__list &gt; li &gt; button {
    width: 12px;
    height: 12px;
    padding-right: 26px;
    background-color: transparent;
    border: 0;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    color: #c1c1c1;
    font-size: 12px;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .dropdown-menu__list &gt; li &gt; button:before {
    content: "\31";
  }
  .dropdown-menu__list &gt; li &gt; a {
    padding-left: 20px;
    height: 36px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000000;
    font-family: "YandexSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .dropdown-menu__group {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 999;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .dropdown-menu__group.is-active {
    display: block;
  }
  .dropdown-menu__filter-item a {
    padding-left: 48px;
    height: 36px;
    width: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    color: #000000;
    font-family: "YandexSans";
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
  }
  .dropdown-menu__img {
    display: none;
  }
}

.menu-filter-price {
  width: 262px;
  height: 10px;
  border-radius: 5px;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

@media only screen and (max-width: 1199px) {
  .menu-filter-price__min-value, .menu-filter-price__max-value {
    margin-bottom: 10px;
  }
  .menu-filter-price__max-value {
    float: right;
  }
}

.menu-filter-price .noUi-connect {
  background-color: #cd2e29;
}

.menu-filter-price .noUi-handle {
  width: 25px;
  height: 25px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  border: 0;
  top: -8px;
  background-color: #cd2e29;
  cursor: pointer;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.menu-filter-price .noUi-handle:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.menu-filter-price .noUi-handle:before, .menu-filter-price .noUi-handle:after {
  display: none;
}

.menu-filter-price .noUi-tooltip {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  font-family: "YandexSans";
  bottom: auto;
  top: 100%;
  background-color: #f1f1f1;
  border: 0;
  border-radius: 0;
  padding: 5px 8px;
  font-size: 13px;
  margin-top: 16px;
}

@media only screen and (max-width: 1199px) {
  .menu-filter-price .noUi-tooltip {
    display: none;
  }
}

.menu-filter-price .noUi-tooltip:before {
  content: '';
  position: absolute;
  border: 6px solid transparent;
  border-bottom-color: #f1f1f1;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.menu-filter-price__min-value {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-right: 15px;
}

.menu-filter-price__max-value {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin-left: 15px;
}

.menu-filter-price__min-value, .menu-filter-price__max-value {
  display: inline-block;
  font-family: "YandexSans";
  font-size: 15px;
}

.menu-bg {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  background: #000;
  z-index: 9;
  height: 100%;
  opacity: .4;
}

.dropdown-menu__filter-list {
  scrollbar-color: #da221c #ffffff;
  scrollbar-width: thin;
}

.dropdown-menu__filter-list::-webkit-scrollbar {
  width: 2px;
}

.dropdown-menu__filter-list::-webkit-scrollbar-thumb {
  background-color: #da221c;
}

.mini-cart {
  display: none;
  width: 270px;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  position: absolute;
  top: 100%;
  right: calc(100% - 46px);
  padding-top: 26px;
  padding-bottom: 20px;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  z-index: 12;
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  max-height: 500px;
  overflow-y: scroll;
}

.mini-cart.is-open {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.mini-cart__title {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 13px;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  padding: 0 18px 12px;
}

.mini-cart__btns {
  text-align: center;
  margin-top: 21px;
  padding-bottom: 30px;
}

.mini-cart__btns .btn {
  width: 154px;
  padding: 10px 30px !important;
}

.mini-cart__btns .btn:first-child {
  margin-bottom: 12px;
}

.mci {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  font-family: 'YandexSans';
  padding-right: 40px;
  padding-left: 8px;
  padding-bottom: 10px;
  padding-top: 14px;
}

.mci:after {
  content: '';
  position: absolute;
  left: 20px;
  right: 20px;
  background-color: #ddd;
  height: 1px;
  bottom: 0;
}

.mci__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 6px;
}

.mci__name {
  display: inline-block;
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.33px;
  line-height: 16px;
}

.mci__meta {
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 24px;
}

.mci__del {
  position: absolute;
  background: transparent;
  border: 0;
  right: 16px;
  top: 12px;
}

.mci__del .icon {
  fill: #cd2e29;
  font-size: 12px;
}

.main-slider.js-slider {
    max-height: 570px;
}

.slick-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.ms {
  padding-top: 0;
  padding-bottom: 0;
  height: auto;
  background-position: center center;
  background-repeat: no-repeat;
}

.ms__content {
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  color: #ffffff;
}

@media (max-width: 1440px) {
  .ms__content {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .ms__content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .ms__content {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }
}

.ms__up-txt {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.7px;
  font-weight: 300;
  margin-bottom: 22px;
}

@media only screen and (max-width: 600px) {
  .ms__up-txt {
    font-size: 14px;
    letter-spacing: 2.1px;
  }
}

.ms__title {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

@media only screen and (max-width: 600px) {
  .ms__title {
    font-size: 37px;
    color: #ffe4db;
  }
}

.ms__title .biggest {
  font-size: 72px;
  line-height: 66px;
}

@media only screen and (max-width: 600px) {
  .ms__title .biggest {
    font-size: 55px;
    line-height: 51px;
  }
}

.ms__sub-txt {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

@media only screen and (max-width: 600px) {
  .ms__sub-txt {
    font-size: 18px;
    line-height: 28px;
  }
}

.ms .highlight {
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
  line-height: 33px;
  background-color: #ffffff;
  padding: 2px 10px;
  display: inline-block;
  font-size: 24px;
  margin-left: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0;
}

.ms .highlight:hover {
  color: #cd2e29;
}

@media only screen and (max-width: 600px) {
  .ms .highlight {
    font-size: 18px;
    line-height: 28px;
  }
}

.ms__link {
  margin-top: 40px;
}

.ms__link a {
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  margin-left: 60px;
}

.ms__link a:after {
  content: '';
  position: absolute;
  left: -60px;
  width: 42px;
  height: 1px;
  background-color: #ffffff;
  top: 6px;
}

.ms__link a:hover {
  border-bottom-color: transparent;
}

.ms__link a:hover:after {
  left: -48px;
}

@media only screen and (max-width: 600px) {
  .ms__link a {
    font-size: 11px;
  }
}

.main-slider .arrow {
  position: absolute;
  z-index: 12;
  background-color: transparent;
  border: 0;
  top: 50%;
  width: 54px;
  height: 106px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .main-slider .arrow {
    -webkit-transform: translateY(-50%) scale(0.5);
            transform: translateY(-50%) scale(0.5);
  }
}

.main-slider .arrow:before {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.main-slider .arrow:after {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.main-slider .arrow .icon {
  display: none;
}

.main-slider .arrow.arrow-prev {
  left: 40px;
}

@media only screen and (max-width: 1199px) {
  .main-slider .arrow.arrow-prev {
    left: 0;
  }
}

.main-slider .arrow.arrow-prev:after {
  left: -10px;
  top: 26px;
}

.main-slider .arrow.arrow-prev:before {
  left: -10px;
  bottom: 26px;
}

.main-slider .arrow.arrow-next {
  right: 40px;
}

@media only screen and (max-width: 1199px) {
  .main-slider .arrow.arrow-next {
    right: 0;
  }
}

.main-slider .arrow.arrow-next:after {
  right: -10px;
  bottom: 26px;
}

.main-slider .arrow.arrow-next:before {
  right: -10px;
  top: 26px;
}

@media only screen and (min-width: 1200px) {
  .main-slider .arrow:hover.arrow-prev {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .main-slider .arrow:hover.arrow-next {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}

.main-slider .slick-dots {
    position: relative;
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    bottom: -20px;
    justify-content: center;
}

@media only screen and (max-width: 1199px) {
  .main-slider .slick-dots {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .main-slider .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main-slider .slick-dots li {
  margin-right: 10px;
}

.main-slider .slick-dots li:first-child {
  margin-left: 16px;
}

.main-slider .slick-dots li:last-child {
  margin-right: 0;
}

.main-slider .slick-dots button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  position: relative;
}

.main-slider .slick-dots button:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.main-slider .slick-dots button:hover {
  border-color: #ffffff;
}

.main-slider .slick-dots button:hover:before {
  background-color: #ffffff;
}

.main-slider .slick-dots .slick-active button {
  border-color: #000000;
}

.main-slider .slick-dots .slick-active button:before {
  background-color: #000000;
}

.main-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*@media only screen and (max-width: 991px) {
  .main-slide {
    background-position: 25% center;
  }
}

@media only screen and (max-width: 767px) {
  .main-slide {
    background-image: none !important;
  }
}*/

.index-categories {
  padding-top: 90px;
}

@media only screen and (max-width: 767px) {
  .index-categories {
    padding-top: 45px;
  }
}

.index-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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: 60px;
}

@media only screen and (max-width: 767px) {
  .index-category {
    -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;
  }
}

@media only screen and (max-width: 1199px) {
  .index-category__right {
    padding-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__right {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.index-category__left .index-category__content {
  padding-left: 67px;
}

@media only screen and (max-width: 1199px) {
  .index-category__left .index-category__content {
    padding-left: 0;
  }
}

.index-category__title {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  margin-bottom: 30px;
}

.index-category__list {
  -webkit-column-width: 220px;
     -moz-column-width: 220px;
          column-width: 220px;
  gap: 32px;
}

@media only screen and (max-width: 767px) {
  .index-category__list {
    gap: 15px;
    -webkit-column-width: auto;
       -moz-column-width: auto;
            column-width: auto;
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    margin-bottom: 32px;
  }
}

.index-category__list li {
  margin-bottom: 15px;
}

.index-category__list li a {
  color: #000000;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.15px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .index-category__list li a {
    white-space: normal;
    font-size: 14px;
    text-decoration: underline;
  }
  .index-category__list li a:after {
    display: none;
  }
}

.index-category__img {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .index-category__img {
    padding-left: 25%;
  }
}

.index-category__parallax {
  position: absolute;
}

.index-category__parallax.index-category__parallax-1 {
  bottom: -47px;
  left: -97px;
  -webkit-transition: .6s ease 0s;
  transition: .6s ease 0s;
}

@media only screen and (max-width: 991px) {
  .index-category__parallax.index-category__parallax-1 {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__parallax.index-category__parallax-1 {
    left: 0;
  }
}

.index-category__parallax.index-category__parallax-2 {
  left: 276px;
  top: 93px;
}

@media only screen and (max-width: 991px) {
  .index-category__parallax.index-category__parallax-2 {
    width: 80%;
    left: 180px;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__parallax.index-category__parallax-2 {
    left: auto;
    right: 0;
  }
}

.index-category__parallax.index-category__parallax-2 img {
  position: relative;
}

.index-category__parallax.index-category__parallax-2 img:nth-child(1) {
  position: relative;
  z-index: 12;
}

.index-category__parallax.index-category__parallax-2 img:nth-child(2) {
  z-index: 11;
  -webkit-transform: translateY(-70px);
          transform: translateY(-70px);
}

.index-category__parallax.index-category__parallax-2 img:nth-child(3) {
  z-index: 10;
  -webkit-transform: translateY(-182px);
          transform: translateY(-182px);
}

.index-category__parallax.index-category__parallax-3 {
  left: -185px;
  top: 40px;
}

@media only screen and (max-width: 1199px) {
  .index-category__parallax.index-category__parallax-3 {
    left: -100px;
    top: 120px;
    max-width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__parallax.index-category__parallax-3 {
    max-width: 50%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (max-width: 991px) {
  .index-category__parallax.index-category__parallax-5 img {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .index-category__parallax.index-category__parallax-5 img {
    max-width: 50%;
  }
}

.index-category.index-category--revert .index-category__left {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-height: 58.33333%;
  padding-right: 15px;
}

@media only screen and (max-width: 991px) {
  .index-category.index-category--revert .index-category__left {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-height: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .index-category.index-category--revert .index-category__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.index-category.index-category--revert .index-category__right {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-height: 41.66667%;
  padding-left: 15px;
}

@media only screen and (max-width: 991px) {
  .index-category.index-category--revert .index-category__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-height: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media only screen and (max-width: 767px) {
  .index-category.index-category--revert .index-category__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .index-category.index-category--revert .index-category__img {
    padding-right: 25%;
    padding-left: 0;
  }
}

.index-category-watch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media only screen and (max-width: 767px) {
  .index-category-watch {
    margin-bottom: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.index-category-watch__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 67px;
}

@media only screen and (max-width: 1199px) {
  .index-category-watch__img {
    margin-left: 0;
  }
}

@media only screen and (max-width: 991px) {
  .index-category-watch__img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .index-category-watch__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    display: none;
  }
}

.index-category-watch__content {
  margin-left: 82px;
}

@media only screen and (max-width: 767px) {
  .index-category-watch__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
}

.index-category-watch__parallax {
  -webkit-transform: translate(104px, 69px);
          transform: translate(104px, 69px);
}

@media only screen and (max-width: 1199px) {
  .index-category-watch__parallax {
    -webkit-transform: translate(60px, 69px);
            transform: translate(60px, 69px);
  }
}

@media only screen and (max-width: 991px) {
  .index-category-watch__parallax {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: absolute;
    -webkit-transform: translate(0px, 69px);
            transform: translate(0px, 69px);
  }
}

@media only screen and (max-width: 767px) {
  .index-category-watch__parallax {
    display: none;
  }
}

.index-category-watch__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 2.15px;
}

.index-category-watch__title a {
  color: #cd2e29;
  display: inline-block;
  position: relative;
  line-height: 1;
}

.index-category-watch__title a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.index-category-watch__title a:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .index-materials {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .index-materials {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .index-materials h2 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.material-cards {
  background-image: url("../img/lines_bg.png");
  background-position: 0 0;
  background-repeat: no-repeat;
}

.material-cards__container {
  max-width: 970px;
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .material-cards__container {
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .material-cards__container {
    max-width: 100%;
  }
}

.material-cards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.material-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  margin: 0 15px 30px;
  color: #000000;
  padding: 34px 40px;
  height: 615px;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .material-card {
    height: 240px;
    padding-left: 20px;
    padding-right: 20px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    background-position: center center;
  }
}

.material-card__title {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 767px) {
  .material-card__title {
    font-size: 18px;
    letter-spacing: 2.4px;
  }
}

.material-card__desc {
  display: inline-block;
  position: relative;
  padding-left: 60px;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
}

@media only screen and (max-width: 767px) {
  .material-card__desc {
    display: none;
  }
}

.material-card__desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 40px;
  height: 1px;
  background-color: #000000;
}

.material-card.material-card--wide {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
  max-width: calc(100% - 30px);
  height: 284px;
  background-position: 90% bottom;
}

@media only screen and (max-width: 767px) {
  .material-card.material-card--wide {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 240px;
    background-position: 150px 50px;
  }
}

.register-banner {
  width: 1170px;
  margin: 90px auto;
  background-color: #da221c;
  background-image: url("../img/reg-pattern.png");
  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: 40px 90px;
}

@media only screen and (max-width: 1199px) {
  .register-banner {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .register-banner {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .register-banner {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .register-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.register-banner__title {
  font-size: 30px;
  font-weight: 400;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 6px;
}

@media only screen and (max-width: 991px) {
  .register-banner__title {
    font-size: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .register-banner__title {
    font-size: 16px;
  }
}

.register-banner__title span {
  display: block;
  font-weight: 300;
}

.register-banner__link a {
  color: #ffffff;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
}

@media only screen and (max-width: 600px) {
  .register-banner__link a {
    font-size: 12px;
  }
}

.register-banner__link a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.register-banner__link a:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.register-banner__btn {
  margin-right: 32px;
}

@media only screen and (max-width: 600px) {
  .register-banner__btn {
    margin-top: 24px;
    margin-right: 0;
  }
}

.register-banner__btn .btn {
  padding: 11px 37px;
  font-size: 14px;
  letter-spacing: 2.1px;
}

.gender-categories {
  border-top: 1px solid #da221c;
  border-bottom: 1px solid #da221c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .gender-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
  }
}

.gender-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 106px;
}

@media only screen and (max-width: 767px) {
  .gender-category {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 20px;
  }
}

.gender-category:first-child {
  border-right: 1px solid #da221c;
}

@media only screen and (max-width: 767px) {
  .gender-category:first-child {
    border-right: 0;
  }
}

.gender-category__title {
  color: #000000;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 24px;
}

.inner-slider .arrow {
  position: absolute;
  z-index: 99;
  background-color: transparent;
  border: 0;
  top: 50%;
  width: 54px;
  height: 106px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

@media only screen and (max-width: 991px) {
  .inner-slider .arrow {
    -webkit-transform: scale(0.5) translateY(-50%);
            transform: scale(0.5) translateY(-50%);
  }
}

.inner-slider .arrow:before {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.inner-slider .arrow:after {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.inner-slider .arrow .icon {
  display: none;
}

.inner-slider .arrow.arrow-prev {
  left: 40px;
}

@media only screen and (max-width: 991px) {
  .inner-slider .arrow.arrow-prev {
    left: 10px;
  }
}

.inner-slider .arrow.arrow-prev:after {
  left: -10px;
  top: 26px;
}

.inner-slider .arrow.arrow-prev:before {
  left: -10px;
  bottom: 26px;
}

.inner-slider .arrow.arrow-next {
  right: 40px;
}

@media only screen and (max-width: 991px) {
  .inner-slider .arrow.arrow-next {
    right: 10px;
  }
}

.inner-slider .arrow.arrow-next:after {
  right: -10px;
  bottom: 26px;
}

.inner-slider .arrow.arrow-next:before {
  right: -10px;
  top: 26px;
}

@media only screen and (min-width: 992px) {
  .inner-slider .arrow:hover.arrow-prev {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .inner-slider .arrow:hover.arrow-next {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}

.inner-slider .slick-dots {
  position: absolute;
  width: 1200px;
  margin: 0 auto;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .inner-slider .slick-dots {
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {
  .inner-slider .slick-dots {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.inner-slider .slick-dots li {
  margin-right: 10px;
}

.inner-slider .slick-dots li:first-child {
  margin-left: 16px;
}

.inner-slider .slick-dots li:last-child {
  margin-right: 0;
}

.inner-slider .slick-dots button {
  width: 20px;
  height: 20px;
  border: 1px solid transparent;
  border-radius: 50%;
  font-size: 0;
  background-color: transparent;
  position: relative;
}

.inner-slider .slick-dots button:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #000000;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.inner-slider .slick-dots button:hover {
  border-color: #ffffff;
}

.inner-slider .slick-dots button:hover:before {
  background-color: #ffffff;
}

.inner-slider .slick-dots .slick-active button {
  border-color: #000000;
}

.inner-slider .slick-dots .slick-active button:before {
  background-color: #000000;
}

.inner-slide {
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 991px) {
  .inner-slide {
    background-position: center;
  }
}

.inner-slide__item {
  display: block;
  color: #000000;
  padding: 50px 0;
}

@media only screen and (max-width: 600px) {
  .inner-slide__item {
    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;
  }
}

.inner-slide__inner {
  width: 800px;
  margin: 0 auto;
  padding: 0 15px;
  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: 991px) {
  .inner-slide__inner {
    width: 100%;
    padding: 0 60px;
  }
}

@media only screen and (max-width: 600px) {
  .inner-slide__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 600px) {
  .inner-slide__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0 15px;
  }
}

.inner-slide__title {
  font-size: 36px;
  letter-spacing: 5.4px;
  line-height: 44px;
  text-transform: uppercase;
  margin-top: 32px;
}

@media only screen and (max-width: 767px) {
  .inner-slide__title {
    font-size: 24px;
    line-height: 30px;
  }
  .inner-slide__title br {
    display: none;
  }
}

.inner-slide__calligraf {
  color: #da221c;
  font-family: 'Annabelle';
  font-size: 72px;
  line-height: 68px;
}

.inner-slide__link {
  margin-top: 86px;
}

@media only screen and (max-width: 767px) {
  .inner-slide__link {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}

.inner-slide__link span {
  display: inline-block;
  position: relative;
  margin-left: 60px;
  color: #cd2e29;
  font-size: 13px;
  line-height: 14px;
  text-transform: uppercase;
  letter-spacing: 1.17px;
}

.inner-slide__link span:before {
  content: '';
  position: absolute;
  left: -60px;
  top: 5px;
  width: 40px;
  height: 1px;
  background-color: #cd2e29;
}

.inner-slide__link span:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  opacity: .6;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.inner-slide__link span:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 767px) {
  .inner-slide__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 100px;
    -ms-flex-item-align: center;
        align-self: center;
  }
}

.brands {
  margin-top: 84px;
}

.brands-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brands-slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.brand img {
  opacity: .5;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.brand:hover img {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}

/* Scrollbar */
.scrollbar {
  margin: 26px 0 0;
  height: 1px;
  background: #000000;
  line-height: 0;
}

.scrollbar .handle {
  width: 100px;
  height: 3px;
  background: #da221c;
  cursor: pointer;
  position: relative;
  top: -1px;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -4px;
  left: 0;
  width: 100%;
  height: 12px;
}

.seo-text {
  max-width: 770px;
  margin: 60px auto;
}

@media only screen and (max-width: 991px) {
  .seo-text {
    padding: 0 15px;
    max-width: 100%;
  }
}

.seo-text p {
  font-family: "YandexSans";
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.seo-text__caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  text-align: right;
}

.seo-text__caption a {
  color: #da221c;
}

.emoji-ring {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 30px;
  height: 36px;
  background: url("../img/ring.png") no-repeat center center/contain;
}

.emoji-earrings {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 41px;
  height: 29px;
  background: url("../img/earrings.png") no-repeat center center/contain;
}

.emoji-diamond {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
  width: 34px;
  height: 21px;
  background: url("../img/diamond.png") no-repeat center center/contain;
}

.instagram-feed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 40px;
}

@media only screen and (max-width: 991px) {
  .instagram-feed {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .instagram-feed .insta-item {
    margin: 15px;
    -ms-flex-preferred-size: calc(33.3333% - 30px);
        flex-basis: calc(33.3333% - 30px);
    max-width: calc(33.3333% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .instagram-feed .insta-item {
    margin: 10px;
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px);
  }
  .instagram-feed .insta-inner {
    width: 100% !important;
    height: auto !important;
  }
}

.instagram-feed__col .insta-item, .instagram-feed__col .insta-inner {
  margin: 30px;
}

.insta-inner {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 235px;
  height: 235px;
  background-color: #da221c;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #ffffff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 100px 28px;
}

@media only screen and (max-width: 991px) {
  .insta-inner {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .insta-inner {
    margin: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .insta-inner {
    margin: 10px;
  }
}

.insta-inner:before {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
  height: 26px;
  background-image: url("../img/svg/insta-white.svg");
}

.footer__container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .footer__container {
    width: 100%;
  }
}

.footer__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.footer__name, .footer__social, .footer__account {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  max-width: 33.3333%;
}

.footer__social {
  text-align: center;
}

.footer__account {
  text-align: right;
}

.footer__account a {
  color: #da221c;
  font-size: 13px;
}

.footer .name-company {
  color: #cd2e29;
  text-transform: uppercase;
  letter-spacing: 1.25px;
  display: block;
}

.footer .footer-descriptor {
  font-size: 9px;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.35px;
}

.footer__col {
  -ms-flex-preferred-size: 33.3333%;
      flex-basis: 33.3333%;
  max-width: 33.3333%;
  padding: 40px 15px 27px;
}

.footer__col:nth-child(2) {
  border-left: 1px solid #cd2e29;
  border-right: 1px solid #cd2e29;
}

.footer__menu a {
  color: #000000;
  font-family: "YandexSans";
  font-size: 13px;
  line-height: 33px;
  letter-spacing: 0.13px;
}

.footer__menu a:hover {
  color: #cd2e29;
}

.footer__bonus {
  text-align: center;
}

.footer__bonus-title {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
}

.footer__bonus-img {
  margin-top: 50px;
  margin-bottom: 40px;
}

.footer__bonus .btn.btn--border-red {
  font-size: 14px;
  letter-spacing: 2.1px;
  padding: 11px 38px;
}

.footer__copyright {
  font-family: "YandexSans";
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.footer__developer {
  font-family: "YandexSans";
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
}

.footer__developer a {
  color: #000000;
}

.footer-top {
  border-top: 1px solid #cd2e29;
  border-bottom: 1px solid #cd2e29;
  padding-top: 15px;
  padding-bottom: 15px;
}

.footer-top .footer__container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-bottom {
  border-top: 1px solid #cd2e29;
  padding: 20px 0;
}

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

.social-list .social-item {
  margin: 0 10px;
}

.social-list .social-item:hover {
  opacity: .6;
}

.social-list .icon {
  font-size: 20px;
  fill: #cd2e29;
}

.footer-article {
  padding-left: 70px;
}

@media only screen and (max-width: 600px) {
  .footer-article {
    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;
  }
}

.footer-article__title {
  color: #000000;
  font-size: 14px;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  margin-bottom: 20px;
}

.footer-article .link-underline {
  color: #cd2e29;
  font-size: 14px;
}

.footer-slider {
  max-width: 225px;
}

.footer-slider .slick-arrow {
  position: absolute;
  z-index: 99;
  background-color: transparent;
  border: 0;
  top: 100px;
}

.footer-slider .slick-arrow i {
  font-size: 20px;
  text-shadow: 1px 1px 1px #fff;
}

.footer-slider .slick-arrow.arrow-prev {
  left: 10px;
}

.footer-slider .slick-arrow.arrow-next {
  right: 10px;
}

.footer-slide p {
  margin-top: 24px;
  margin-bottom: 0;
  color: #000000;
  font-family: "YandexSans";
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

@media (max-width: 991px) {
  .footer-article {
    padding-left: 0;
  }
  .footer-article .link-underline {
    font-size: 13px;
    margin-top: 10px;
    margin-right: 30px;
  }
  .footer__container {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer__row {
    margin: 0;
  }
  .footer-middle .footer__container {
    padding-left: 0;
    padding-right: 0;
  }
  .footer__col {
    padding-left: 12px;
    padding-right: 12px;
  }
  .footer-slider {
    max-width: 100%;
  }
  .footer-bottom .footer__container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media (max-width: 660px) {
  .footer__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-top .footer__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__name, .footer__social, .footer__account {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: none;
  }
  .footer__col {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
  .footer__col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .footer__col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-left: 0;
    border-right: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .footer__col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .footer-slider {
    max-width: 225px;
  }
  .footer__bonus-img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media (max-width: 520px) {
  .footer-top .footer__container {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .footer__name {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .footer__social {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-top: 12px;
  }
  .footer__account {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 480px) {
  .footer__col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
  .footer__col:nth-child(1) {
    border-top: 1px solid #cd2e29;
    border-bottom: 1px solid #cd2e29;
  }
}

.product-slider {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .product-slider .slick-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.product-slider .arrow {
  position: absolute;
  z-index: 12;
  background-color: transparent;
  border: 0;
  top: 50%;
  width: 54px;
  height: 106px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.product-slider .arrow:before {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
}

.product-slider .arrow:after {
  content: '';
  width: 75px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.product-slider .arrow .icon {
  display: none;
}

.product-slider .arrow.arrow-prev {
  left: -70px;
}

@media (max-width: 1300px) {
  .product-slider .arrow.arrow-prev {
    left: -30px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-slider .arrow.arrow-prev {
    left: 0;
  }
}

.product-slider .arrow.arrow-prev:after {
  left: -10px;
  top: 26px;
}

.product-slider .arrow.arrow-prev:before {
  left: -10px;
  bottom: 26px;
}

.product-slider .arrow.arrow-next {
  right: -70px;
}

@media (max-width: 1300px) {
  .product-slider .arrow.arrow-next {
    right: -30px;
  }
}

@media only screen and (max-width: 1199px) {
  .product-slider .arrow.arrow-next {
    right: 0;
  }
}

.product-slider .arrow.arrow-next:after {
  right: -10px;
  bottom: 26px;
}

.product-slider .arrow.arrow-next:before {
  right: -10px;
  top: 26px;
}

@media only screen and (min-width: 1200px) {
  .product-slider .arrow:hover.arrow-prev {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
  .product-slider .arrow:hover.arrow-next {
    -webkit-transform: translate(-10px, -50%);
            transform: translate(-10px, -50%);
  }
}

@media only screen and (max-width: 1199px) {
  .product-slider .arrow {
    -webkit-transform: scale(0.5) translateY(-50%);
            transform: scale(0.5) translateY(-50%);
  }
}

.product-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-slider .product {
  margin: 30px 0 80px;
}

@media only screen and (max-width: 991px) {
  .product-slider .product {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.tab-nav {
  margin-bottom: 45px;
  position: relative;
}

.tab-nav .lamp {
  position: absolute;
  height: 3px;
  background-color: #da221c;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  bottom: -1px;
}

.tab-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e6e6e6;
}

.tab-nav ul &gt; li {
  margin-right: 30px;
}

@media only screen and (max-width: 600px) {
  .tab-nav ul &gt; li {
    margin-right: 12px;
  }
}

.tab-nav ul &gt; li.active &gt; a {
  color: #da221c;
}

.tab-nav ul &gt; li.is-current &gt; a {
  color: #da221c;
}

.tab-nav ul &gt; li &gt; a {
  display: inline-block;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 1.26px;
  padding: 0 15px 20px;
  white-space: nowrap;
}

@media only screen and (max-width: 600px) {
  .tab-nav ul &gt; li &gt; a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.tab-nav ul &gt; li &gt; a:hover {
  color: #da221c;
}

.tab {
  display: none;
}

.tab.is-active {
  display: block;
}

.filters-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1199px) {
  .filters-row {
    position: -webkit-sticky;
    position: sticky;
    top: 72px;
    z-index: 99;
    background-color: #fff;
    padding-top: 25px;
    margin-top: -25px;
  }
}

@media only screen and (max-width: 1199px) {
  .filters-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 991px) {
  .filters-row {
    margin-left: 0;
    margin-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.filters {
  padding: 0 15px;
  margin-left: -15px;
  margin-right: -15px;
  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;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 1199px) {
  .filters {
    max-width: 80%;
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin-right: 0;
  }
}

@media only screen and (max-width: 991px) {
  .filters {
    position: fixed;
    left: 0;
    background-color: #ffffff;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: block;
    z-index: 999;
    top: 0;
    height: 100vh;
    margin: 0;
    overflow-y: auto;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: .4s ease 0s;
    transition: .4s ease 0s;
  }
  .filters__title {
    padding: 12px 0;
    height: 40px;
    border-bottom: 1px solid #cd2e29;
    text-align: center;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
  }
  .filters__close {
    position: absolute;
    right: 12px;
    top: 12px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
  }
  .filters__back {
    position: absolute;
    left: 12px;
    top: 12px;
    background-color: transparent;
    border: 0;
    font-size: 12px;
    display: none;
  }
  .filters__back.is-show {
    display: block;
  }
  .filters.is-show {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .filters__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-top: 12px;
    width: 100%;
  }
}

.filter {
  position: relative;
  margin: 0 5px 18px;
}

.filter-dropdown__title {
  padding: 12px 0;
  height: 40px;
  border-bottom: 1px solid #cd2e29;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  font-size: 13px;
}

@media only screen and (max-width: 991px) {
  .filter {
    margin: 0;
    width: 100%;
  }
  .filter.filter-category {
    position: static;
    margin-bottom: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 16px;
  }
  .filter.filter-category .filter-dropdown-list {
    width: 100%;
    top: 100%;
  }
  .filter.filter-category .filter-dropdown {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom-width: 2px;
    border-bottom-color: #cd2e29;
    padding-left: 6px;
    padding-right: 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: auto;
  }
  .filter.filter-category .filter-dropdown:after {
    display: none;
  }
  .filter.filter-category .filter-dropdown:before {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    top: 6px;
  }
  .filter.filter-category .filter-dropdown-list__btn {
    display: none;
  }
  .filter.active .filter-dropdown-list {
    position: fixed;
    top: 0;
    width: 100%;
    border: 0;
  }
}

.filter.disabled .filter-dropdown {
  background: #f1f1f1;
  pointer-events: none;
  padding-right: 12px;
  border-color: #f1f1f1;
  color: #999;
}

.filter.disabled .filter-dropdown:before, .filter.disabled .filter-dropdown:after {
  display: none;
}

.filter:last-child {
  margin-right: 0;
}

.filter-dropdown-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-dropdown {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  border: 1px solid #666666;
  background: transparent;
  padding: 5px 37px 5px 12px;
  line-height: 1.2;
}

@media only screen and (max-width: 991px) {
  .filter-dropdown {
    width: 100%;
    display: block;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    text-align: left;
    height: 40px;
  }
}

.filter-dropdown:after {
  content: '';
  position: absolute;
  right: 25px;
  height: 100%;
  width: 1px;
  background-color: #666;
  top: 0;
}

@media only screen and (max-width: 991px) {
  .filter-dropdown:after {
    display: none;
  }
}

.filter-dropdown:before {
  content: '';
  position: absolute;
  width: 12px;
  height: 12px;
  right: 6px;
  top: 5px;
  background-image: url(../img/svgSprite/down-arrow.svg);
  background-size: contain;
}

@media only screen and (max-width: 991px) {
  .filter-dropdown:before {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    top: 13px;
  }
}

@media only screen and (min-width: 992px) {
  .filter-dropdown:hover {
    background-color: #ffe4db;
    border-color: #ffe4db;
  }
}

.filter__clean {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 0 0 0 1px;
  width: 25px;
  height: 25px;
  background-color: #ffe4db;
  border: 1px solid #ffe4db;
  font-size: 9px;
}

@media only screen and (max-width: 991px) {
  .filter__clean {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 0;
  }
}

.filter__clean:hover {
  background-color: #d1d1d1;
  border-color: #d1d1d1;
}

.filter__clean-all {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'YandexSans';
  font-size: 12px;
  font-weight: 300;
  line-height: 1.07;
  color: #cd2e29;
  background-color: transparent;
  border: 0;
  margin-bottom: 18px;
  margin-left: 15px;
}

.filter__clean-all:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.filter__clean-all:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

@media only screen and (max-width: 991px) {
  .filter__clean-all {
    color: #cd2e29;
    background-color: transparent;
    border: 1px solid #cd2e29;
    padding: 6px 12px;
  }
}

.filter__show-all {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'YandexSans';
  font-size: 12px;
  font-weight: 300;
  line-height: 1.07;
  background-color: #cd2e29;
  border: 1px solid #cd2e29;
  padding: 6px 12px;
  color: #ffffff;
  margin-bottom: 18px;
  margin-left: 15px;
}

.filter-dropdown-list {
  display: none;
  width: 190px;
  padding: 16px 12px;
  position: absolute;
  left: 0;
  top: 100%;
  background-color: #ffffff;
  border: 1px solid #666666;
  z-index: 11;
}

@media only screen and (max-width: 991px) {
  .filter-dropdown-list {
    position: fixed;
    top: 40px;
    bottom: 40px;
    height: 100%;
    overflow-y: scroll;
    width: 100%;
    border: 0;
    padding: 0 12px;
  }
}

.filter-dropdown-list__btn {
  margin-top: 12px;
}

@media only screen and (max-width: 991px) {
  .filter-dropdown-list__btn {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 2px solid #d1d1d1;
  }
}

.filter-dropdown-list__btn button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #ed1b24;
  line-height: 1.2;
  padding: 5px 9px;
  border: 1px solid #ed1b24;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
}

.filter-dropdown-list__btn button:hover {
  background-color: #ffffff;
  color: #ed1b24;
}

.filter-dropdown__item label {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  padding-left: 26px;
}

.filter-dropdown__item input[type="radio"] + label:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}

.filter-dropdown__item input[type="radio"] + label:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ed1b24;
  border-radius: 50%;
  left: 3px;
  top: 50%;
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.filter-dropdown__item input[type="radio"]:checked + label:after {
  opacity: 1;
}

.filter-dropdown__item input[type="checkbox"] + label:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .filter-dropdown__item input[type="checkbox"] + label:before {
    top: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.filter-dropdown__item input[type="checkbox"] + label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url("../img/svgSprite/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.filter-dropdown__item input[type="checkbox"]:checked + label:before {
  border-color: #000000;
}

.filter-dropdown__item input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.filter.active .filter-dropdown {
  background-color: #ffe4db;
  border-color: #ffe4db;
}

.filter.active .filter-dropdown:after {
  background-color: #ffffff;
}

.filter.active .filter-dropdown:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.filter.filter-multi.choosen .filter-dropdown {
  padding-right: 12px;
}

.filter.filter-multi.choosen .filter-dropdown:before, .filter.filter-multi.choosen .filter-dropdown:after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .filter.choosen .filter-dropdown {
    background-color: #ffe4db;
    border-color: #ffe4db;
  }
  .filter.choosen .filter-dropdown:after {
    background-color: #ffffff;
  }
}

.filter-price .filter-dropdown-list {
  width: 260px;
}

.filter-price .filter-dropdown-list__btn {
  text-align: center;
}

.filter-price__control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter-price__control span {
  display: inline-block;
  margin-right: 10px;
}

.filter-price__control input {
  width: 80px;
  height: 35px;
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  padding: 6px 4px;
}

.filter-price__control input:nth-child(2) {
  margin-right: 20px;
}

@media only screen and (min-width: 992px) {
  .sort .select {
    width: auto;
    height: auto;
  }
  .sort .select-styled {
    background-color: transparent;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    padding: 0 20px 4px 6px;
    border-bottom: 2px solid #cd2e29;
    height: auto;
    line-height: 1;
    white-space: nowrap;
  }
  .sort .select-styled:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 2px;
    top: 0px;
    background-image: url(../img/svgSprite/down-arrow.svg);
    background-size: contain;
    border: 0;
  }
  .sort .select-styled:hover {
    border-bottom-color: transparent;
  }
  .sort .select-options li {
    padding: 6px 6px;
    cursor: pointer;
    font-size: 11px;
    text-transform: uppercase;
  }
}

@media only screen and (max-width: 991px) {
  .sort {
    width: 100%;
  }
  .sort .select {
    width: 100%;
  }
  .sort .select-styled {
    font-size: 11px;
    letter-spacing: 1.65px;
    line-height: 1.2;
    text-transform: uppercase;
    width: 100%;
    background-color: transparent;
    border-bottom: 1px solid #666;
  }
  .sort .select-styled:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    right: 6px;
    top: 13px;
    border: 0;
    background-image: url(../img/svgSprite/down-arrow.svg);
    background-size: contain;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .sort .select-options {
    position: fixed;
    top: 40px;
    bottom: 0;
    z-index: 999;
  }
  .sort .select-options li {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 1.65px;
  }
}

.filters-toggle.btn {
  display: none;
}

@media only screen and (max-width: 991px) {
  .filters-toggle.btn {
    display: block;
  }
}

.account-menu {
  width: 270px;
  background-color: #ffe4db;
}

@media only screen and (max-width: 1199px) {
  .account-menu {
    width: 240px;
  }
}

@media only screen and (max-width: 767px) {
  .account-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    max-width: 370px;
    display: none;
    z-index: 99;
  }
}

.account-menu__user {
  display: block;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  padding: 24px 30px 20px;
  border-bottom: 1px solid #ffffff;
}

@media only screen and (max-width: 1199px) {
  .account-menu__user {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .account-menu__user {
    font-family: "YandexSans";
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    padding: 10px 30px;
  }
}

.account-menu__list {
  padding: 10px 0 25px;
}

.account-menu__list li a {
  display: block;
  color: #000000;
  font-family: "YandexSans";
  font-size: 14px;
  line-height: 25px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  padding: 10px 30px;
}

@media only screen and (max-width: 1199px) {
  .account-menu__list li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .account-menu__list li a {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.account-menu__list li a:hover {
  color: #cd2e29;
}

.account-menu__list li a.current {
  background-color: #cd2e29;
  color: #ffffff;
}

.account-menu-toggle {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  background-color: #cd2e29;
  border: 0;
  height: 45px;
  padding: 6px 12px;
  width: 100%;
  max-width: 370px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: .4;
  z-index: 99;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  overflow-y: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
}

.modal .btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  line-height: 1;
  background-color: transparent;
  border: 0;
}

.modal .btn-close:hover {
  color: #cd2e29;
}

.modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  display: inline-block;
  position: relative;
  padding: 36px 20px 30px;
  background-color: #ffffff;
  width: 570px;
  height: 100%;
}

.modal__inner .product-sizes {
  margin-bottom: 32px;
}

.modal__inner.modal__inner--wide {
  width: 960px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}

.modal__inner-left {
  padding: 40px 0 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.modal__inner-left .modal__title.lg {
  font-size: 24px;
  line-height: 36px;
}

.modal__inner-left .modal__title, .modal__inner-left .modal__form {
  padding-left: 60px;
  padding-right: 50px;
}

.modal__inner-right {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.modal__form {
  padding-left: 90px;
  padding-right: 90px;
}

.modal__title {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 44px;
  padding-left: 90px;
}

.modal__title.red {
  color: #cd2e29;
}

.modal__title.lg {
  font-size: 30px;
  line-height: 40px;
  letter-spacing: 4.6px;
  margin-bottom: 15px;
}

.modal__txt {
  font-family: 'YandexSans';
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 26px;
  padding-left: 90px;
}

.modal .form-group {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}

.modal.modal--thanks {
  bottom: 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.modal.modal--thanks .modal__inner {
  width: 470px;
  background-color: #cd2e29;
  color: #fff;
  text-align: center;
}

.modal.modal--thanks .btn-close {
  color: #fff;
}

.modal-thanks {
  top: 40px;
  height: auto;
  padding-bottom: 40px;
}

.modal-thanks__icon {
  position: relative;
  width: 112px;
  height: 112px;
  margin: auto;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  margin-top: 18px;
  margin-bottom: 30px;
}

.modal-thanks__icon:after {
  content: '';
  width: 80px;
  height: 80px;
  border: 5px solid #fff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.modal-thanks__icon .icon {
  fill: #fff;
  font-size: 46px;
}

.modal-thanks__title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 0.15em;
  margin-bottom: 25px;
}

.modal-thanks__text {
  font-family: 'YandexSans';
  font-size: 18px;
}

.modal-thanks__regards {
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  margin-top: 30px;
  letter-spacing: .15em;
}

#modal-max-quantity {
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modal-max-quantity .modal__inner {
  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: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}

#modal-max-quantity .modal__emoji {
  margin-bottom: 30px;
  width: 100px;
}

#modal-max-quantity .modal__text {
  font-size: 17px;
}

.product-modal .modal__inner {
  width: 800px;
  padding-left: 40px;
  padding-right: 40px;
}

.product-modal a {
  color: #000000;
  text-decoration: underline;
}

.product-modal .product-modal__title {
  font-size: 2em;
  margin: .67em 0;
  font-weight: 700;
}

.product-modal .modal-payments__types li {
  padding-left: 30px;
}

.product-modal .modal-payments__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.product-modal .modal-payments__items--delivery {
  margin-top: 30px;
}

.product-modal .modal-payments__items--delivery .modal-payments__item {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  max-width: 20%;
  margin-right: 30px;
}

.product-modal .modal-payments__item {
  -ms-flex-preferred-size: 12%;
      flex-basis: 12%;
  max-width: 12%;
  margin-right: 20px;
}

.product-modal--instock .modal__inner {
  width: 1000px;
}

.product-modal--instock .shops-map.shops-map--checkout .map {
  height: 450px;
}

.stocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.stock {
  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;
  text-align: center;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 15px;
  color: #000000;
  border: 1px solid transparent;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .stock {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 480px) {
  .stock {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.stock:hover {
  border-color: #cd2e29;
}

.stock:hover .stock__name {
  color: #cd2e29;
}

.stock__brand {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 12px;
  letter-spacing: 1.4px;
}

@media only screen and (max-width: 991px) {
  .stock__brand {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.stock__duration {
  display: inline-block;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 1.4px;
  color: #db251f;
  text-transform: uppercase;
  margin-top: 8px;
}

@media only screen and (max-width: 991px) {
  .stock__duration {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

.stock__name {
  display: inline-block;
  font-family: 'YandexSans';
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  margin-top: 8px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 991px) {
  .stock__name {
    font-size: 18px;
  }
}

.products-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px -15px 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .products-row {
    margin: 30px -10px 40px;
  }
}

.products-row .product, .products-row .product--fill {
  -ms-flex-preferred-size: calc(25% - 30px);
      flex-basis: calc(25% - 30px);
  margin: 0 15px;
  max-width: 270px;
}

@media only screen and (max-width: 991px) {
  .products-row .product, .products-row .product--fill {
    -ms-flex-preferred-size: calc(33.3333% - 30px);
        flex-basis: calc(33.3333% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .products-row .product, .products-row .product--fill {
    -ms-flex-preferred-size: calc(50% - 20px);
        flex-basis: calc(50% - 20px);
    margin: 0 10px;
  }
}

.products-row .catalog-banner {
  margin: 0 15px;
  overflow: hidden;
}

@media only screen and (max-width: 1199px) {
  .products-row .catalog-banner {
    max-width: calc(50% - 30px);
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
  }
}

@media only screen and (max-width: 767px) {
  .products-row .catalog-banner {
    display: none;
  }
}

@media (max-width: 991px) and (min-width: 767px) {
  .products-row .catalog-banner {
    max-width: calc(33% - 30px);
    -ms-flex-preferred-size: calc(33% - 30px);
        flex-basis: calc(33% - 30px);
  }
}

@media only screen and (max-width: 991px) {
  .products-row .catalog-banner {
    margin: 12px 10px;
  }
}

.products-row .catalog-banner img {
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

@media only screen and (max-width: 480px) {
  .products-row .catalog-banner img {
    -o-object-fit: cover;
       object-fit: cover;
    min-height: 150px;
  }
}

.products-row .catalog-banner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.articles.articles-2-cols .article {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 0 60px;
}

@media only screen and (max-width: 767px) {
  .articles.articles-2-cols .article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 0 15px;
  }
}

.articles.articles-2-cols .article__name {
  display: block;
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
  margin-top: 10px;
}

.article {
  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;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  padding: 15px 60px;
  color: #000000;
  border: 1px solid transparent;
}

@media only screen and (max-width: 1199px) {
  .article {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .article {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .article {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.article:hover {
  border-color: #cd2e29;
}

.article:hover .article__name {
  color: #cd2e29;
}

.article__name {
  display: inline-block;
  font-family: 'YandexSans';
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 8px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.account-history__btn {
  margin-top: 32px;
  text-align: right;
}

.orh__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.orh__head-i {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.1px;
  padding-left: 4px;
}

@media only screen and (max-width: 1199px) {
  .orh__head-i {
    font-size: 12px;
    letter-spacing: 1.8px;
  }
}

@media only screen and (max-width: 600px) {
  .orh__head-i {
    font-size: 10px;
  }
}

.orh__head-i.number {
  padding-left: 30px;
  width: 130px;
}

@media only screen and (max-width: 1199px) {
  .orh__head-i.number {
    width: 100px;
    padding-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .orh__head-i.number {
    width: 60px;
  }
}

.orh__head-i.date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.orh__head-i.sum {
  width: 140px;
}

@media only screen and (max-width: 600px) {
  .orh__head-i.sum {
    width: 120px;
  }
}

.orh__head-i.status {
  width: 130px;
}

@media only screen and (max-width: 600px) {
  .orh__head-i.status {
    width: 60px;
  }
}

.orh__box {
  margin-top: 14px;
}

.orh__box.active .orh__box-sum:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
          transform: translateY(-50%) rotate(-180deg);
}

.orh__box-sum {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
  padding: 12px 40px 12px 0;
}

.orh__box-sum:hover {
  background-color: #e4e4e4;
}

.orh__box-sum:after {
  content: "\24";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 18px;
  color: #999;
}

.orh__box-sum-i {
  font-family: 'YandexSans';
  font-size: 16px;
  color: #000000;
  padding-left: 4px;
}

@media only screen and (max-width: 600px) {
  .orh__box-sum-i {
    font-size: 12px;
  }
}

.orh__box-sum-i.number {
  padding-left: 30px;
  width: 130px;
}

@media only screen and (max-width: 1199px) {
  .orh__box-sum-i.number {
    padding-left: 15px;
    width: 100px;
  }
}

@media only screen and (max-width: 600px) {
  .orh__box-sum-i.number {
    width: 60px;
  }
}

.orh__box-sum-i.date {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.orh__box-sum-i.sum {
  width: 140px;
}

@media only screen and (max-width: 1199px) {
  .orh__box-sum-i.sum {
    width: 120px;
  }
}

.orh__box-sum-i.order-status {
  width: 130px;
}

@media only screen and (max-width: 1199px) {
  .orh__box-sum-i.order-status {
    width: 90px;
  }
}

@media only screen and (max-width: 600px) {
  .orh__box-sum-i.order-status {
    width: 60px;
  }
}

.orh__box-sum-i.order-status.is-active {
  color: #158826;
}

.orh__box-sum-i.order-status.is-close {
  color: #cd2e29;
}

.orh__box-content {
  display: none;
  padding-top: 12px;
}

.orh-table {
  width: 100%;
}

@media only screen and (max-width: 991px) {
  .orh-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 991px) {
  .orh-table tr:first-child {
    display: none;
  }
}

.orh-table tr:first-child td {
  font-size: 14px;
  border-bottom: 0;
}

.orh-table tr:last-child td {
  border-bottom: 0;
}

.orh-table td {
  font-family: 'YandexSans';
  vertical-align: middle;
  padding-left: 30px;
  border-bottom: 1px solid #d1d1d1;
}

.orh-table td:nth-child(2) {
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .orh-table td {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .orh-table td {
    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-positive: 1;
            flex-grow: 1;
    padding-left: 0;
  }
  .orh-table td span:first-child {
    display: inline-block;
    margin-right: 4px;
  }
}

.orh-table td:first-child {
  width: 370px;
}

@media only screen and (max-width: 1199px) {
  .orh-table td:first-child {
    width: 300px;
  }
}

@media only screen and (max-width: 991px) {
  .orh-table td:first-child {
    width: 100%;
    border-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .orh-table td {
    width: 50%;
  }
  .orh-table td:last-child {
    width: 20%;
  }
  .orh-table td:nth-child(3) {
    width: 80%;
  }
}

.orh-table .price {
  display: block;
  text-align: left;
  letter-spacing: normal !important;
  font-weight: 400 !important;
}

.orh-table .price.price--default {
  color: #000000;
  line-height: 1;
}

@media only screen and (max-width: 991px) {
  .orh-table .price.price--default {
    line-height: inherit;
  }
}

.orh-table .price.price--new, .orh-table .price.price--old {
  line-height: 1;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .orh-table .price.price--new, .orh-table .price.price--old {
    line-height: inherit;
  }
}

.orh-prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.orh-prod__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.orh-prod__img:hover {
  opacity: .7;
}

.orh-prod__name {
  display: inline;
  border-bottom: 1px solid;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.82;
  letter-spacing: 1.65px;
  text-align: left;
  color: #cd2e29;
  text-transform: uppercase;
}

.orh-prod__name:hover {
  border-bottom-color: transparent;
}

.orh-prod__code {
  font-family: 'YandexSans';
  font-size: 12px;
  color: #666666;
}

.order-product-status {
  position: relative;
  font-family: 'Pragmatica';
  font-size: 16px;
}

.order-product-status:before {
  content: '';
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  margin-right: 4px;
}

.order-product-status.bought {
  color: #158826;
}

.order-product-status.bought:before {
  content: "\30";
}

.order-product-status.rejection {
  color: #666;
}

.order-product-status.rejection:before {
  content: "\23";
  font-size: 12px;
}

.shops {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 1199px) {
  .shops {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shops__right, .shops__left {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .shops__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .shops__right {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .shops__right {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 15px;
  }
}

.shops .title--page {
  margin-bottom: 24px;
}

.shops p {
  font-family: 'YandexSans';
  font-size: 18px;
  line-height: 1.33;
}

.shops.shops--checkout {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.shops.shops--checkout .shops-list {
  margin-right: 6px;
  margin-top: 18px;
  min-width: 200px;
}

@media only screen and (max-width: 600px) {
  .shops.shops--checkout .shops-list {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 300px;
    position: absolute;
    z-index: 999;
    left: 0;
    background: #fff;
    top: 100%;
    -webkit-box-shadow: 8px 10px 12px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 8px 10px 12px 0 rgba(0, 0, 0, 0.11);
    right: 0;
    margin: 4px auto 0;
  }
  .shops.shops--checkout .shops-list a {
    width: 100%;
  }
}

.shops-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -5px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 1199px) {
  .shops-list {
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 991px) {
  .shops-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.shops-list a {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.shops-list a.active {
  background-color: #cd2e29;
  color: #ffffff;
}

.shops-list a.active span {
  color: #ffffff;
}

.shops-list a span {
  color: #cd2e29;
}

.city-shops {
  max-height: calc(100vh - 72px);
  height: 100%;
  overflow-y: auto;
  background-color: #fef4e0;
  padding: 45px 45px 0;
}

@media only screen and (max-width: 600px) {
  .city-shops {
    max-height: 320px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 991px) {
  .city-shops {
    padding: 24px 12px 0;
  }
}

.city-shops::-webkit-scrollbar-track {
  background-color: #ffd0c0;
}

.city-shops::-webkit-scrollbar {
  width: 8px;
  background-color: #ffd0c0;
}

.city-shops::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #cd2e29;
}

.city-shops__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding: 15px;
  border: 1px solid transparent;
  -webkit-transition: 0s ease 0s;
  transition: 0s ease 0s;
}

.city-shops__item:hover {
  border-color: #cd2e29;
}

.city-shops__item.active {
  background-color: #cd2e29;
  color: #fff;
}

.city-shops__address {
  margin-top: 18px;
  margin-bottom: 12px;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
}

.city-shops__phone {
  margin-bottom: 6px;
}

.shops-map-container {
  position: relative;
  overflow-x: hidden;
}

@media only screen and (min-width: 1200px) {
  .shops-map-container {
    height: 700px;
  }
}

.shops-map {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(50% - -182px);
}

@media only screen and (max-width: 1199px) {
  .shops-map {
    position: absolute;
    right: 0;
    left: auto;
    width: 66.66667%;
    top: 280px;
  }
}

@media only screen and (max-width: 991px) {
  .shops-map {
    width: 50%;
    position: relative;
    top: 0;
  }
}

@media only screen and (max-width: 600px) {
  .shops-map {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 320px;
  }
}

.shops-map .map {
  height: 100%;
  width: 100%;
}

.shops-map.shops-map--checkout {
  position: relative;
  left: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.shops-map.shops-map--checkout .map {
  height: 350px;
  border: 1px solid #da221c;
}

.shops-map.shops-map--checkout .city-shops {
  background: transparent;
  height: auto;
  max-height: 100%;
}

@media only screen and (max-width: 600px) {
  .shops-map.shops-map--checkout {
    height: auto;
  }
}

.checkout-shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.checkout-shop__info {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .checkout-shop__info {
    -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;
  }
}

.checkout-shop__info-to-cart {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .checkout-shop__info-to-cart {
    margin-right: 0;
    margin-top: 30px;
  }
}

.checkout-shop__address {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  max-width: 180px;
  line-height: 1.3;
}

.checkout-shop__phone, .checkout-shop__worktime {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
}

.checkout-shop__instock-info {
  display: inline-block;
  position: relative;
  background-color: #ffe4db;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px 10px 50px;
  max-width: 170px;
  margin-right: 30px;
}

@media only screen and (max-width: 767px) {
  .checkout-shop__instock-info {
    margin-right: 0;
    padding-right: 10px;
    margin-left: 15px;
  }
}

.checkout-shop__instock-info:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 23px;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 515.556 515.556' xmlns='http://www.w3.org/2000/svg' fill='%23cd2e29'%3E%3Cpath d='m0 274.226 176.549 176.886 339.007-338.672-48.67-47.997-290.337 290-128.553-128.552z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.checkout-shop__instock-out {
  display: inline-block;
  position: relative;
  max-width: 200px;
  background-color: #f1f1f1;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 15px 8px 50px;
}

.checkout-shop__instock-out:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  width: 22px;
  height: 3px;
  background-color: #b8b8b8;
  border-radius: 3px;
}

.balloon-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  max-width: 216px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 8px 2px 13px 0 rgba(0, 0, 0, 0.11);
          box-shadow: 8px 2px 13px 0 rgba(0, 0, 0, 0.11);
  background-clip: padding-box;
  padding: 20px;
}

.balloon-box__close {
  color: #000;
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 12px;
}

.balloon-box__close:hover {
  color: #ccc;
}

.balloon-box h3 {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-weight: 700;
  margin: 0 0 12px;
}

.balloon-box p {
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.shops-list-wrapper {
  position: relative;
  width: auto;
  min-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}

@media only screen and (max-width: 767px) {
  .shops-list-wrapper {
    width: 100%;
  }
}

.shops-list-wrapper.is-active .shops-list-toggle:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 7px;
}

.shops-list-toggle {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background-color: #cd2e29;
  color: #ffffff;
  font-size: 12px;
  width: 300px;
  padding: 6px 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.shops-list-toggle:before {
  content: '';
  position: absolute;
  right: 14px;
  top: 13px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 600px) {
  .shops-list-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.lead {
  font-family: 'YandexSans';
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  color: #000000;
  padding-left: 20px;
  border-left: 3px solid #cd2e29;
  margin: 40px 0;
}

.parallax-block {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px -15px;
}

@media only screen and (max-width: 1199px) {
  .parallax-block {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media only screen and (max-width: 767px) {
  .parallax-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 600px) {
  .parallax-block parallax_new {
    display: none;
  }
}

.parallax-block__txt {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 15px 100px 0 15px;
}

@media only screen and (max-width: 767px) {
  .parallax-block__txt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}

.parallax-block__img {
  position: relative;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .parallax-block__img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.parallax-block__parallax {
  position: absolute;
  bottom: -30px;
  left: -100px;
}

@media only screen and (max-width: 767px) {
  .parallax-block__parallax {
    left: 0;
    max-width: 50%;
  }
}

.full-img {
  text-align: center;
  margin: 40px 0;
}

.middle-img {
  max-width: 770px;
  margin: 40px auto;
}

.middle-img figcaption {
  font-size: 14px;
  line-height: 1.9;
  color: #000000;
  margin-top: 15px;
}

.inner-gallery {
  margin: 40px auto;
}

.inner-gallery-item {
  padding: 0 10px;
}

.comment {
  font-size: 14px;
  line-height: 1.3;
  color: #666666;
}

#scrollUp {
  position: fixed;
  z-index: 2147483647;
  right: 15px;
  bottom: 20px;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #cd2e29;
}

.bullet {
  margin-bottom: 80px;
}

.bullet li {
  margin-bottom: 12px;
}

.bullet li a {
  text-transform: uppercase;
  font-size: 14px;
  color: #000000;
}

.bullet li a:hover {
  color: #cd2e29;
}

.bullet-list li {
  font-family: 'YandexSans';
  font-weight: 300;
  padding-left: 25px;
  font-size: 18px;
  position: relative;
}

.bullet-list li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #beaf8d;
}

.bullet-list--red li {
  font-family: 'Pragmatica', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.bullet-list--red li:before {
  background: #cd2e29;
}

ol {
  margin: 0;
  padding: 0;
  counter-reset: myCounter;
  list-style: none;
}

ol &gt; li {
  position: relative;
  font-size: 18px;
}

ol &gt; li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ". ";
  position: absolute;
  left: 0;
  top: 0;
  width: 16px;
  height: 16px;
  font-weight: 700;
}

ol &gt; li ol li {
  font-size: 16px;
}

@media only screen and (max-width: 991px) {
  section.page-with-sidebar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.page-with-sidebar main.left-block {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  section.page-with-sidebar aside.right-block {
    width: 100%;
    padding-bottom: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  section.page-with-sidebar aside.right-block:before {
    display: none;
  }
  section.page-with-sidebar aside.right-block ul.footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: scroll;
  }
  section.page-with-sidebar aside.right-block ul.footer__menu li {
    white-space: nowrap;
  }
}

.link-underline {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.link-underline:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000000;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.link-underline.link-underline--red:after {
  background-color: #cd2e29;
}

.link-underline:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.link-underline-red {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'YandexSans';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  color: #cd2e29;
}

.link-underline-red:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.link-underline-red:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.btn.btn--border-red {
  border: 1px solid #cd2e29;
  color: #cd2e29;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 10px 36px;
}

.btn.btn--border-red:hover {
  background-color: #cd2e29;
  color: #ffffff;
}

.btn.btn--fill-red {
  border: 1px solid #cd2e29;
  background-color: #cd2e29;
  color: #ffffff;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 10px 36px;
}

.btn.btn--fill-red:hover {
  background-color: transparent;
  color: #cd2e29;
}

.btn.btn--fill-white {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  color: #cd2e29;
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  padding: 10px 36px;
}

.btn.btn--fill-white:hover {
  background-color: transparent;
  color: #ffffff;
}

.btn.btn--md {
  padding: 14px 38px;
  font-size: 14px;
  letter-spacing: 2.1px;
}

@media only screen and (max-width: 991px) {
  .btn.btn--md {
    font-size: 12px;
    padding-left: 24px;
    padding-right: 24px;
  }
}

.btn-order {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #cd2e29;
  border: 1px solid #cd2e29;
  padding: 9px 38px;
  height: 45px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.btn-order:hover {
  background-color: transparent;
  color: #cd2e29;
}

.btn-favourite {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 0;
  background-color: transparent;
}

.btn-favourite .icon {
  fill: #cd2e29;
  font-size: 31px;
  fill-opacity: 0;
  stroke: #000000;
  stroke-width: 12px;
}

@media only screen and (max-width: 767px) {
  .btn-favourite .icon {
    font-size: 20px;
  }
}

.btn-favourite.active .icon {
  fill-opacity: 1;
  stroke: #cd2e29;
}

.btn-favourite.active:hover .icon {
  fill-opacity: 1;
}

.btn-favourite:hover .icon {
  stroke: #cd2e29;
}

.btn-delete {
  background-color: transparent;
  border: 0;
  font-size: 12px;
}

.title--md {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 4.5px;
  line-height: 40px;
  text-transform: uppercase;
  margin: 0 0 60px;
}

@media only screen and (max-width: 767px) {
  .title--md {
    font-size: 24px;
    line-height: 1.36;
    letter-spacing: 3.6px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 480px) {
  .title--md {
    margin-top: 60px;
  }
  .title--md:first-child {
    margin-top: 0;
  }
}

.title--sm {
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  margin: 0 0 20px;
}

.title--base {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  font-weight: 400;
}

.title--tiny {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: 2.7px;
  color: #000000;
}

.red-txt {
  color: #da221c;
  font-weight: 700;
  letter-spacing: 4.5px;
}

.title--page {
  margin: 0;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .title--page {
    font-size: 24px;
    line-height: 36px;
  }
}

@media only screen and (max-width: 991px) {
  .title--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.title-row .title--page {
  margin-bottom: 0;
}

@media only screen and (max-width: 600px) {
  .title-row {
    -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;
  }
  .title-row .link {
    margin: 0;
    margin-top: 12px;
  }
}

.product {
  position: relative;
  max-width: 270px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product:after {
  content: '';
  position: absolute;
  width: calc(100% + 2px);
  left: -1px;
  top: 0;
  height: calc(100% + 67px);
  border: 1px solid #cd2e29;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .product:after {
    display: none;
  }
}

.product:hover:after {
  opacity: 1;
}

.product:hover .product__btns {
  opacity: 1;
}

.product:hover .product__meta {
  top: -30px;
  border-color: #cd2e29;
  background-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
  .product:hover .product__meta {
    top: 0;
  }
}

.product:hover .product__favourite {
  opacity: 0;
}

.product:hover .product__available {
  opacity: 1;
}

.product:hover .product__sale-label {
  opacity: 1;
}

.product:hover .product__rating-wrapper {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product:hover .product__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product:hover .product__features-wrapper {
  opacity: 1;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.product:hover .product__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__meta {
  position: absolute;
  top: 0;
  width: calc(100% + 2px);
  left: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 18px;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
  border: 1px solid transparent;
  border-bottom: 0;
}

@media only screen and (max-width: 1199px) {
  .product__meta {
    border: 0;
    padding: 0;
  }
}

.product__img {
  display: block;
  position: relative;
  z-index: 4;
}

.product__img img {
  margin: 0 auto;
}

@media only screen and (max-width: 1199px) {
  .product__img {
    width: 100%;
  }
}

.product__available {
  font-family: 'Pragmatica Book';
  color: #000000;
  font-size: 9px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.9px;
  line-height: 8px;
  padding-left: 12px;
  position: relative;
  opacity: 0;
}

@media only screen and (max-width: 1199px) {
  .product__available {
    opacity: 1;
  }
}

.product__available:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.product__available.in-stock:before {
  background-color: #44b759;
}

.product__sale-label {
  color: #da221c;
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding-right: 32px;
  opacity: 1;
}

@media only screen and (max-width: 1199px) {
  .product__sale-label {
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .product__sale-label {
    font-size: 12px;
    padding-right: 30px;
    position: absolute;
    left: 0;
    top: 24px;
  }
}

.product__sale-label:after {
  content: '';
  background-image: url("../img/svg/gift-red.svg");
  width: 26px;
  height: 26px;
  position: absolute;
  top: -10px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .product__sale-label:after {
    width: 23px;
    height: 23px;
    top: -6px;
  }
}

.product__new-label {
  background-color: #da221c;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  padding: 3px 5px;
  justify-self: flex-end;
}

.product__name {
  position: relative;
  z-index: 10;
  display: block;
  color: #000000;
  font-weight: 300;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  line-height: 20px;
  text-align: center;
  margin: -6px 40px 12px;
}

@media only screen and (max-width: 1199px) {
  .product__name {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product__name {
    font-size: 12px;
    line-height: 1.3;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: 2px;
  }
}

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

@media only screen and (max-width: 1199px) {
  .product__price {
    -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;
    width: 75%;
    padding-left: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product__price {
    padding-left: 0;
  }
}

.product__btns {
  position: absolute;
  width: calc(100% + 2px);
  top: 100%;
  left: -1px;
  z-index: 5;
  background-color: #ffffff;
  border: 1px solid #cd2e29;
  border-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 10px;
  padding-bottom: 15px;
  opacity: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

@media only screen and (max-width: 1199px) {
  .product__btns {
    opacity: 1;
    border: 0;
    right: 0;
    left: 0;
    top: 0;
    position: relative;
    width: 25%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .product__btns {
    padding-right: 0;
  }
}

.product__btns .btn-order {
  margin-right: 36px;
}

@media only screen and (max-width: 1199px) {
  .product__btns .btn-order {
    display: none;
  }
}

.product__favourite {
  position: absolute;
  top: 0;
  left: 0;
}

@media only screen and (max-width: 1199px) {
  .product__favourite {
    display: none;
  }
}

.product__favourite .icon {
  fill: #cd2e29;
  font-size: 31px;
  stroke: #cd2e29;
  stroke-width: 12px;
}

.product.product--fill {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.product.product--fill:after {
  display: none;
}

.product.product--fill .product__body {
  position: absolute;
  bottom: 15px;
  padding: 0 20px;
}

.product.product--fill .product__name {
  padding: 0;
  margin: 0;
  text-align: left;
}

.product.product--fill .product__price {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.product.product--fill .price {
  line-height: 1.3;
}

.product.product--fill img {
  -webkit-transition: .5s ease 0s;
  transition: .5s ease 0s;
}

@media only screen and (max-width: 991px) {
  .product.product--fill img {
    max-width: none;
    height: 100%;
    width: 100%;
  }
}

.product.product--fill:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.product__rating-wrapper {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .product__rating-wrapper {
    display: none;
  }
}

.product__rating {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 10px;
}

.product__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
}

.product__star {
  margin-right: 5px;
}

.product__star svg {
  fill: transparent;
  stroke: #da221c;
  stroke-width: 2px;
}

.product__star.filled svg {
  fill: #da221c;
}

.product__rating-text {
  font-size: 12px;
}

.product__features-wrapper {
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media (max-width: 1199px) {
  .product__features-wrapper {
    display: none;
  }
}

.product__features {
  display: none;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__features-item {
  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;
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
      flex-basis: calc(100% / 3 - 10px);
  margin: 0 5px;
}

.product__features-icon {
  margin-bottom: 3px;
}

.product__features-icon svg {
  fill: #da221c;
  width: 35px;
  height: 35px;
}

.product__features-text {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.price.price--default {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1;
  color: #cd2e29;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .price.price--default {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

.price.price--new {
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 2.4px;
  line-height: 1;
  color: #cd2e29;
  margin-right: 15px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .price.price--new {
    font-size: 14px;
    letter-spacing: 1.8px;
  }
}

.price.price--old {
  color: #666666;
  font-size: 12px;
  line-height: 1;
  text-decoration: line-through;
  font-weight: 300;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .price.price--old {
    font-size: 11px;
    letter-spacing: 1.4px;
  }
}

@media only screen and (max-width: 991px) {
  .catalog-banner .banner-with-video h3 {
    font-size: 21px;
    width: calc(100% - 20px);
    text-align: center;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    line-height: 1.5;
  }
  .catalog-banner:last-child {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
  }
}

[class^="iconmoon-"], [class*=" iconmoon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.iconmoon-cart:before {
  content: "\21";
}

.iconmoon-check:before {
  content: "\22";
}

.iconmoon-close:before {
  content: "\23";
}

.iconmoon-down-arrow:before {
  content: "\24";
}

.iconmoon-fb:before {
  content: "\25";
}

.iconmoon-gift:before {
  content: "\26";
}

.iconmoon-heart:before {
  content: "\27";
}

.iconmoon-heart-fill:before {
  content: "\28";
}

.iconmoon-insta:before {
  content: "\29";
}

.iconmoon-insta-fill:before {
  content: "\2a";
}

.iconmoon-left-arrow:before {
  content: "\2b";
}

.iconmoon-left-arrow-long:before {
  content: "\2c";
}

.iconmoon-ok:before {
  content: "\2d";
}

.iconmoon-pinterest:before {
  content: "\2e";
}

.iconmoon-placeholder:before {
  content: "\2f";
  color: #da221c;
}

.iconmoon-right:before {
  content: "\30";
}

.iconmoon-right-arrow:before {
  content: "\31";
}

.iconmoon-right-arrow-long:before {
  content: "\32";
}

.iconmoon-search:before {
  content: "\33";
}

.iconmoon-vk:before {
  content: "\34";
}

.iconmoon-youtube:before {
  content: "\35";
}

.breadcrumb {
  padding-top: 40px;
  margin-bottom: 24px;
  font-family: "Pragmatica Book";
}

.breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100vw;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .breadcrumb__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.breadcrumb__list &gt; li {
  color: #999999;
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 480px) {
  .breadcrumb__list &gt; li:first-child {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.breadcrumb__list &gt; li &gt; a {
  display: inline-block;
  color: #da221c;
  position: relative;
  margin-right: 25px;
  white-space: nowrap;
}

.breadcrumb__list &gt; li &gt; a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.breadcrumb__list &gt; li &gt; a:hover:before {
  width: 0;
  right: 0;
  left: auto;
}

.breadcrumb__list &gt; li &gt; a:after {
  font-family: 'Arial';
  content: '♦';
  right: -16px;
  position: absolute;
  vertical-align: baseline;
  letter-spacing: 0.9px;
  color: #999;
}

.pagination {
  margin: 80px 0;
}

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

.pagination__item a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 767px) {
  .pagination__item a {
    width: 32px;
    height: 32px;
  }
}

.pagination__item.is-active a {
  background-color: #cd2e29;
  color: #ffffff;
  text-decoration: none;
}

.pagination__item.prev a, .pagination__item.next a {
  width: auto;
  font-size: 11px;
  text-transform: uppercase;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .pagination__item.prev a, .pagination__item.next a {
    font-size: 0;
  }
}

.pagination__item.prev {
  margin-right: 32px;
}

@media only screen and (max-width: 767px) {
  .pagination__item.prev {
    margin-right: 12px;
  }
  .pagination__item.prev a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/svgSprite/left-arrow-long.svg") no-repeat center center/contain;
  }
}

.pagination__item.next {
  margin-left: 32px;
}

@media only screen and (max-width: 767px) {
  .pagination__item.next {
    margin-left: 12px;
  }
  .pagination__item.next a:before {
    content: '';
    width: 16px;
    height: 16px;
    background: url("../img/svgSprite/right-arrow-long.svg") no-repeat center center/contain;
  }
}

.pagination__item.separate a {
  text-decoration: none;
}

.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.catalog-category {
  margin: 0 15px 30px;
  padding: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media only screen and (max-width: 600px) {
  .catalog-category {
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }
}

.catalog-category.catalog-category--col-2 {
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  max-width: calc(50% - 30px);
  height: 470px;
}

@media only screen and (max-width: 600px) {
  .catalog-category.catalog-category--col-2 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 210px;
  }
}

.catalog-category.catalog-category--col-3 {
  -ms-flex-preferred-size: calc(33.3333% - 30px);
      flex-basis: calc(33.3333% - 30px);
  max-width: calc(33.3333% - 30px);
  height: 500px;
}

@media only screen and (max-width: 991px) {
  .catalog-category.catalog-category--col-3 {
    -ms-flex-preferred-size: calc(50% - 30px);
        flex-basis: calc(50% - 30px);
    max-width: calc(50% - 30px);
    height: 470px;
  }
}

@media only screen and (max-width: 600px) {
  .catalog-category.catalog-category--col-3 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 210px;
  }
}

.catalog-category.catalog-category--col-1 {
  -ms-flex-preferred-size: calc(100% - 30px);
      flex-basis: calc(100% - 30px);
  max-width: calc(100% - 30px);
  height: 284px;
}

@media only screen and (max-width: 600px) {
  .catalog-category.catalog-category--col-1 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    height: 210px;
  }
}

.catalog-category__name {
  color: #000000;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
}

.sticky-bar {
  position: fixed;
  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;
  left: 0;
  z-index: 99;
  top: 120px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

@media only screen and (max-width: 767px) {
  .sticky-bar {
    display: none;
  }
}

.sticky-bar.show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sticky-bar .icon {
  font-size: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.sticky-bar .icon.icon-tick {
  font-size: 24px;
}

.sticky-bar a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000;
  background-color: #f1f1f1;
  padding: 13px 16px;
  height: 50px;
  margin-bottom: 10px;
  width: 64px;
  overflow: hidden;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.sticky-bar a.red {
  background-color: #cd2e29;
  color: #ffffff;
}

.sticky-bar a.red .icon {
  fill: #ffffff;
}

.sticky-bar a span {
  display: inline-block;
  opacity: 0;
  white-space: nowrap;
  margin-left: 14px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.sticky-bar a:hover {
  background-color: #cd2e29;
  color: #ffffff;
  width: 160px;
}

.sticky-bar a:hover span {
  opacity: 1;
}

.sticky-bar a:hover .icon {
  fill: #ffffff;
}

.sticky-bar a:hover .icon.icon-consult {
  stroke: #ffffff;
}

.icon.icon-consult {
  fill-opacity: 0;
  stroke: #000000;
}

.catalog-find-numb {
  font-size: 16px;
  text-transform: lowercase;
  font-style: italic;
  color: #999;
  letter-spacing: 1px;
}

.account__title {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-bottom: 20px;
}

.account-subscribe {
  background-color: #f1f1f1;
  max-width: 470px;
  margin-left: 100px;
  padding: 40px 0;
}

@media only screen and (max-width: 991px) {
  .account-subscribe {
    margin-left: 0;
  }
}

.account-subscribe__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .account-subscribe__title {
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: 2px;
  }
}

.account-subscribe__form {
  margin-top: 28px;
}

@media only screen and (max-width: 767px) {
  .account-subscribe__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.account-subscribe__form-group {
  margin-left: 90px;
}

@media only screen and (max-width: 767px) {
  .account-subscribe__form-group {
    margin-left: 0;
  }
}

.account-subscribe__form-group label {
  display: inline-block;
  position: relative;
  color: #000000;
  font-family: "YandexSans";
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 0.4px;
  padding-left: 26px;
}

@media only screen and (max-width: 767px) {
  .account-subscribe__form-group label {
    font-size: 14px;
  }
}

.account-subscribe__form-group label:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.account-subscribe__form-group label:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url("../img/svgSprite/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  left: 2px;
  top: 9px;
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.account-subscribe__form-group label:hover:before {
  border-color: #000000;
}

.account-subscribe__form-group input:checked + label:before {
  border-color: #000000;
}

.account-subscribe__form-group input:checked + label:after {
  opacity: 1;
}

.account-subscribe__form-submit {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 24px;
}

.account-subscribe__form-submit .btn {
  padding: 14px 38px;
  font-size: 14px;
  letter-spacing: 2.1px;
}

.account-subscribe__link a {
  color: #cd2e29;
  line-height: 15px;
}

.account-change-password {
  max-width: 570px;
  margin-left: 100px;
  margin-top: -10px;
}

@media only screen and (max-width: 991px) {
  .account-change-password {
    margin-left: 0;
    max-width: 100%;
  }
}

.account-change-password__title {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  margin-bottom: 20px;
}

.account-change-password .form-group--submit {
  margin-left: 200px;
  margin-top: 24px;
}

@media only screen and (max-width: 600px) {
  .account-change-password .form-group--submit {
    margin-left: 0;
    text-align: center;
  }
}

.account-bonus {
  background-color: #cd2e29;
  max-width: 400px;
  border-radius: 5px;
  text-align: center;
  color: #ffffff;
  margin-left: 100px;
  padding: 35px 0 32px;
}

@media only screen and (max-width: 767px) {
  .account-bonus {
    margin-left: 0;
    padding: 30px 15px;
  }
}

.account-bonus__title {
  font-size: 30px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .15em;
  margin-bottom: 6px;
}

@media only screen and (max-width: 767px) {
  .account-bonus__title {
    font-size: 24px;
  }
}

.account-bonus__score {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 26px;
}

@media only screen and (max-width: 767px) {
  .account-bonus__score {
    font-size: 24px;
  }
}

.account-bonus__duration {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: .15em;
  margin-bottom: 26px;
}

.account-bonus .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

.account-bonus-info {
  margin-left: 100px;
  max-width: 400px;
  text-align: center;
  margin-top: 24px;
}

.account-bonus-info a {
  font-family: 'Pragmatica';
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: .15em;
}

.cart-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.cart-table__row {
  display: table-row;
}

@media only screen and (max-width: 767px) {
  .cart-table__row {
    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;
    border-bottom: 1px solid #999;
    position: relative;
    padding-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table__row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.cart-table__row.cart-table__row--thead .cart-table__cell {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 4px 8px;
  letter-spacing: 2px;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .cart-table__row.cart-table__row--thead .cart-table__cell {
    font-size: 11px;
    letter-spacing: 1.2px;
    padding-left: 8px;
    padding-right: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__row.cart-table__row--thead {
    display: none;
  }
}

.cart-table__cell {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 4px;
  border-bottom: 1px solid #999;
}

@media only screen and (max-width: 767px) {
  .cart-table__cell {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 0;
    padding: 0;
  }
}

.cart-table__cell:first-child {
  width: 360px;
}

@media only screen and (max-width: 991px) {
  .cart-table__cell:first-child {
    width: auto;
    max-width: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:first-child {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table__cell:first-child {
    width: 100%;
  }
}

.cart-table__cell:nth-child(2) {
  width: 190px;
}

@media only screen and (max-width: 991px) {
  .cart-table__cell:nth-child(2) {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:nth-child(2) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 12px;
    margin-left: 112px;
  }
  .cart-table__cell:nth-child(2) span {
    display: inline-block;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table__cell:nth-child(2) {
    width: 100%;
    margin-left: 100px;
  }
}

.cart-table__cell:nth-child(3) {
  width: 215px;
}

@media only screen and (max-width: 991px) {
  .cart-table__cell:nth-child(3) {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:nth-child(3) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 12px;
    margin-left: 12px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table__cell:nth-child(3) {
    margin-left: 100px;
  }
}

.cart-table__cell:nth-child(4) {
  width: 150px;
}

@media only screen and (max-width: 991px) {
  .cart-table__cell:nth-child(4) {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:nth-child(4) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    width: auto;
    margin-top: 12px;
    margin-left: 0;
  }
  .cart-table__cell:nth-child(5) span {
    display: inline-block;
    margin-right: 6px;
    text-transform: uppercase;
    font-size: 13px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table__cell:nth-child(5) {
    width: 100%;
    margin-left: 100px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__cell:nth-child(6) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.cart-table__cell .price {
  text-align: left;
  line-height: 1.2;
  margin: 0;
}

.cart-table__cell .price.price--old {
  margin-top: 6px;
}

@media only screen and (max-width: 767px) {
  .cart-table__cell .price.price--old {
    margin-top: 0;
    margin-left: 4px;
  }
}

.cart-table__product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-table__product-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-table__product-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 15px;
}

@media only screen and (max-width: 600px) {
  .cart-table__product-body {
    margin-left: 5px;
  }
}

.cart-table__product-body a {
  display: inline-block;
  color: #000000;
  font-size: 11px;
  line-height: 20px;
  max-width: 190px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.cart-table__product-body span {
  font-size: 10px;
}

.cart-table .btn-delete {
  margin-right: 24px;
}

@media only screen and (max-width: 767px) {
  .cart-table .btn-delete {
    position: absolute;
    top: 40px;
    right: 0;
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table .btn-delete {
    top: 24px;
  }
}

.cart-table .btn-favourite {
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .cart-table .btn-favourite {
    margin-right: 0;
    position: absolute;
    top: 37px;
    right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-table .btn-favourite {
    top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-table__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.cart-table__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
}

.cart-bottom {
  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;
  margin-top: 24px;
  margin-bottom: 90px;
  margin-left: -15px;
  margin-right: -15px;
}

@media only screen and (max-width: 767px) {
  .cart-bottom {
    margin-bottom: 45px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.cart-bottom__left {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
  padding: 0 15px;
  margin-right: 8.33333%;
}

@media only screen and (max-width: 1199px) {
  .cart-bottom__left {
    margin-right: 0;
  }
}

@media only screen and (max-width: 600px) {
  .cart-bottom__left {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

.cart-delivery {
  display: block;
  margin-bottom: 15px;
  padding: 18px 18px 18px 172px;
  color: #000;
}

.cart-delivery.cart-delivery--courier {
  background: #f1f1f1 url("../img/car.png") no-repeat center left;
}

@media only screen and (max-width: 600px) {
  .cart-delivery.cart-delivery--courier {
    background-position: left top;
  }
}

.cart-delivery.cart-delivery--shop {
  background: #f1f1f1 url("../img/shopping-bags.png") no-repeat 27px center;
}

@media only screen and (max-width: 600px) {
  .cart-delivery.cart-delivery--shop {
    background-position: 15px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-delivery {
    margin-right: 15px;
    padding-left: 150px;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-delivery {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 0 15px;
  }
}

@media only screen and (max-width: 600px) {
  .cart-delivery {
    padding-top: 120px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.cart-delivery__title {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.cart-delivery__description {
  font-size: 14px;
  line-height: 24px;
}

.cart-delivery .link-underline-red {
  font-size: 12px;
}

.cart-summary {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 1199px) {
  .cart-summary {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
  }
}

@media only screen and (max-width: 600px) {
  .cart-summary {
    margin-top: 24px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
  }
}

.cart-sum {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  margin-top: 12px;
  margin-bottom: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .cart-sum {
    font-size: 18px;
  }
}

.cart-sum span:first-child {
  margin-right: 55px;
}

@media only screen and (max-width: 991px) {
  .cart-sum span:first-child {
    margin-right: 10px;
  }
}

.cart-sale {
  font-family: 'YandexSans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.cart-sale span:first-child {
  display: inline-block;
  width: 120px;
}

.cart-sale .grey-txt {
  color: #666666;
}

.cart-non-auth {
  font-family: 'YandexSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 12px;
}

.cart-auth {
  color: #666;
}

.cart-auth span {
  display: inline-block;
  margin-bottom: 6px;
}

.cart-auth span:first-child {
  margin-right: 32px;
}

.cart-auth i {
  display: block;
  font-size: 14px;
}

.cart-btns {
  margin-top: 12px;
}

.cart-btns .btn {
  width: 370px;
  padding: 11px 12px;
  margin-bottom: 15px;
  text-align: center;
}

@media only screen and (max-width: 1199px) {
  .cart-btns .btn {
    max-width: 370px;
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {
  .cart-btns .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cart-btns.cart-btns--auth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 30px;
}

.cart-btns.cart-btns--auth .btn {
  width: auto;
}

.cart-btns.cart-btns--auth .btn-hint {
  top: -17px;
}

@media only screen and (max-width: 767px) {
  .cart-btns.cart-btns--auth .btn-hint {
    top: 0;
  }
}

.btn-with-hint {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .btn-with-hint {
    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: 24px;
  }
}

.btn-with-hint .btn-hint {
  font-family: 'YandexSans';
  position: absolute;
  right: 100%;
  width: 400px;
  -webkit-box-shadow: 0px 10px 13px 0 rgba(184, 70, 70, 0.07);
          box-shadow: 0px 10px 13px 0 rgba(184, 70, 70, 0.07);
  border: solid 1px #cd2e29;
  background-color: #ffffff;
  margin-right: 20px;
  padding: 12px 20px;
  line-height: 1.25;
}

@media only screen and (max-width: 991px) {
  .btn-with-hint .btn-hint {
    width: 300px;
  }
}

@media only screen and (max-width: 767px) {
  .btn-with-hint .btn-hint {
    width: auto;
    position: relative;
    display: block;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .btn-with-hint .btn-hint:before, .btn-with-hint .btn-hint:after {
    display: none;
  }
}

.btn-with-hint .btn-hint:before {
  content: '';
  position: absolute;
  right: -9px;
  border: 9px solid transparent;
  border-right-color: #ffffff;
  top: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}

.btn-with-hint .btn-hint:after {
  content: '';
  position: absolute;
  right: -11px;
  border: 10px solid transparent;
  border-right-color: #cd2e29;
  top: 24px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cart-bonus-program {
  margin-top: 40px;
  margin-bottom: 15px;
}

.cart-bonus-program__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2.7px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.cart-bonus-program__sec {
  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: 991px) {
  .cart-bonus-program__sec {
    -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;
  }
}

.cart-bonus-program__sec .separate {
  display: inline-block;
  margin-left: 32px;
  margin-right: 32px;
}

@media only screen and (max-width: 1199px) {
  .cart-bonus-program__sec .separate {
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-bonus-program__sec .separate {
    margin-left: 0;
    margin-right: 0;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-bonus-program__sec .separate {
    text-align: center;
    width: 100%;
  }
}

.cart-bonus-program .btn {
  height: 45px;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.8px;
  padding-left: 27px;
  padding-right: 27px;
}

.cart-bonus-program .cart-promo {
  margin: 0;
}

.cart-promo {
  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;
  border: solid 1px #cd2e29;
  padding: 25px 30px 20px;
  width: 540px;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
  .cart-promo {
    width: auto;
    padding: 30px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-promo {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart-promo {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cart-promo__form {
  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: 991px) {
  .cart-promo__form {
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.cart-promo__content {
  font-size: 14px;
  margin-left: 100px;
  margin-top: 15px;
}

.cart-promo label {
  display: inline-block;
  font-family: 'YandexSans';
  font-size: 15px;
  line-height: 1.2;
  width: 80px;
  margin-right: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cart-promo input {
  width: 170px;
  height: 45px;
  background-color: #f1f1f1;
  border: 0;
  text-transform: uppercase;
  margin-right: 70px;
  padding: 6px 12px;
}

@media only screen and (max-width: 1199px) {
  .cart-promo input {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-promo input {
    margin-right: 0;
  }
}

.cart-promo .btn {
  color: #000000;
  padding: 5px 25px;
  height: 45px;
}

@media only screen and (max-width: 991px) {
  .cart-promo .btn {
    margin-top: 15px;
    max-width: 370px;
    margin-left: 100px;
    margin-right: 0;
  }
}

.cart-bonus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: solid 1px #cd2e29;
  padding: 24px 28px;
  width: 540px;
}

@media only screen and (max-width: 1199px) {
  .cart-bonus {
    padding: 14px 15px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-bonus {
    width: auto;
  }
}

@media only screen and (max-width: 767px) {
  .cart-bonus {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.cart-bonus__title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media only screen and (max-width: 1199px) {
  .cart-bonus__title {
    font-size: 14px;
  }
}

@media only screen and (max-width: 991px) {
  .cart-bonus__content {
    margin-right: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-bonus__content {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.cart-bonus__rules {
  font-family: 'YandexSans', Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}

.product-card {
  border-top: 1px solid #cd2e29;
  border-bottom: 1px solid #cd2e29;
  margin-bottom: 80px;
}

@media only screen and (max-width: 767px) {
  .product-card {
    margin-bottom: 40px;
  }
}

.product-card .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card .slick-slide {
  height: auto;
}

.product-card.fixed .product-gallery__inner {
  background-color: #ffffff;
  position: fixed;
  top: 72px;
  left: calc(50% - 600px);
  max-width: 600px;
  z-index: 10;
}

@media only screen and (max-width: 1199px) {
  .product-card.fixed .product-gallery__inner {
    left: 0;
    max-width: 50vw;
  }
}

.product-card.relative .product-gallery-lg__inner, .product-card.fixed .product-gallery-lg__inner {
  max-height: 600px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-card.relative .product-gallery-lg__inner img, .product-card.fixed .product-gallery-lg__inner img {
  max-height: 100%;
  width: auto;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-card.relative .product-gallery-lg__inner .slick-list, .product-card.relative .product-gallery-lg__inner .slick-track, .product-card.fixed .product-gallery-lg__inner .slick-list, .product-card.fixed .product-gallery-lg__inner .slick-track {
  height: 100%;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-card.relative .product-gallery-thumb img, .product-card.fixed .product-gallery-thumb img {
  max-height: 100%;
  width: auto;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-card.relative .product-gallery-thumb .slick-list, .product-card.relative .product-gallery-thumb .slick-track, .product-card.fixed .product-gallery-thumb .slick-list, .product-card.fixed .product-gallery-thumb .slick-track {
  height: 100%;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-card__container {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1199px) {
  .product-card__container {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-card__code {
  font-family: 'YandexSans';
  font-size: 12px;
  color: #666666;
}

.product-card__available {
  position: relative;
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  padding-left: 12px;
  color: #000000;
}

.product-card__available:before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #44b759;
  border-radius: 50%;
}

.product-card__available.not-available:before {
  background-color: #cd2e29;
}

.product-card__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 4.5px;
  color: #000000;
  text-transform: uppercase;
  margin: 12px 0 30px;
}

@media only screen and (max-width: 991px) {
  .product-card__title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.product-card__price {
  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) {
  .product-card__price {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-card__price-box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 991px) {
  .product-card__price-box {
    -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;
  }
}

.product-card__price .price.price--new {
  font-size: 30px;
  text-align: left;
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .product-card__price .price.price--new {
    font-size: 18px;
  }
}

.product-card__price .price.price--old {
  font-size: 18px;
  text-align: left;
  margin-left: 26px;
}

@media only screen and (max-width: 991px) {
  .product-card__price .price.price--old {
    margin-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-card__price .price.price--old {
    font-size: 14px;
  }
}

.product-card__promo {
  font-family: 'YandexSans';
  font-size: 14px;
  color: #cd2e29;
  border: 1px solid #cd2e29;
  border-radius: 25px;
  padding: 2px 12px;
}

.product-card__promo a {
  color: #cd2e29;
}

.product-card__promo a:hover {
  color: #ffffff;
}

.product-card__promo:hover {
  background-color: #cd2e29;
  color: #ffffff;
}

.product-card__options {
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  margin-top: 26px;
  margin-bottom: 36px;
  padding-top: 36px;
  padding-bottom: 26px;
}

.product-card__controls {
  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;
  margin-top: 36px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 32px;
  margin-bottom: 28px;
}

@media only screen and (max-width: 991px) {
  .product-card__controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.product-card__qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {
  .product-card__qty {
    margin-bottom: 24px;
  }
}

.product-card__qty-title {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-right: 15px;
}

.product-card__in-stock {
  position: relative;
  padding-left: 30px;
  margin-top: 15px;
}

.product-card__in-stock:before {
  content: "";
  position: absolute;
  background: url(../img/svg/placeholder-red.svg) no-repeat 50%/contain;
  width: 25px;
  height: 25px;
  left: -1px;
  top: 0;
}

@media (max-width: 991px) {
  .product-card__in-stock {
    margin-bottom: 20px;
  }
}

.product-card__in-stock a {
  color: #000;
  text-decoration: underline;
}

.product-card__in-stock a:hover {
  text-decoration: none;
}

.product-card__order {
  margin-right: 10px;
  text-align: center;
}

.product-card__order .btn-order {
  width: 200px;
  height: 50px;
  padding: 5px;
}

.product-card__bonus {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-top: 15px;
}

.product-card__bonus:before {
  content: '';
  background-image: url(../img/svg/gift-red.svg);
  width: 31px;
  height: 31px;
  display: inline-block;
  vertical-align: middle;
}

.product-card__gift {
  text-align: center;
  margin-top: 28px;
  padding-bottom: 32px;
  margin-bottom: 28px;
}

.product-card__gift-title {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  color: #cd2e29;
  margin-bottom: 18px;
}

.product-card__infoblock {
  padding-bottom: 32px;
  margin-bottom: 28px;
  border-bottom: 1px solid #d1d1d1;
}

.product-card__infoblock-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.product-card__infoblock-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__infoblock-item:hover .product-card__infoblock-text {
  color: #cd2e29;
}

.product-card__infoblock-icon {
  min-height: 100px;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-card__infoblock-icon img {
  width: 80px;
  height: 80px;
}

.product-card__infoblock-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #000;
}

.product-card__desc {
  margin-top: 28px;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 32px;
}

.product-card__desc-title {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.product-card__char {
  color: #5d5d5d;
  font-family: 'YandexSans';
  font-weight: 300;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-card__char-row {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 6px;
}

.product-card__char-name {
  position: relative;
  width: 190px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__char-name span {
  display: inline-block;
  position: relative;
  background-color: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-card__char-name:after {
  content: '';
  position: relative;
  width: 100%;
  margin: 0 5px;
  border-bottom: 1px dotted #5d5b5b;
  bottom: 5px;
}

.product-card__char-add {
  margin-top: 4px;
}

.product-card__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
  margin-top: 10px;
}

.product-card__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.product-card__star {
  margin-right: 5px;
}

.product-card__star svg {
  fill: transparent;
  stroke: #da221c;
  stroke-width: 2px;
}

.product-card__star.filled svg {
  fill: #da221c;
}

.product-card__rating-text {
  font-size: 12px;
}

.product-card__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  max-width: 270px;
}

.product-card__features-item {
  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;
  -ms-flex-preferred-size: calc(100% / 3 - 10px);
      flex-basis: calc(100% / 3 - 10px);
  margin: 0 5px;
}

.product-card__features-icon {
  margin-bottom: 3px;
}

.product-card__features-icon svg {
  fill: #da221c;
  width: 35px;
  height: 35px;
}

.product-card__features-text {
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}

.product-card__infobanner {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 32px;
}

.product-card__promo {
  background-color: #cd2e29;
  color: #fff;
}

.product-card__promo--with-link {
  background-color: #fff;
  color: #cd2e29;
}

.product-gallery {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .product-gallery {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.product-gallery .add-to-favourite {
  position: absolute;
  right: 35px;
  z-index: 10;
  top: 20px;
}

.product-gallery-lg {
  position: relative;
}

.product-gallery-lg__inner {
  margin-top: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-gallery-lg__inner img {
  margin: 0 auto;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-thumb.slick-current {
  opacity: .4;
}

.product-thumb--video {
  position: relative;
}

.product-thumb--video:before {
  position: absolute;
  content: "";
  background: url("../img/svg/play-button.svg") center no-repeat;
  top: 50%;
  display: block;
  height: 46px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 46px;
  z-index: 12;
}

.product-labels {
  position: absolute;
  top: 20px;
  left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.badge {
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  letter-spacing: 0.12px;
  padding: 5px 8px;
}

.badge.badge--new {
  background-color: #da221c;
  color: #ffffff;
}

.size-sale {
  color: #da221c;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  padding-right: 40px;
  margin-left: 16px;
}

.size-sale:after {
  content: '';
  background-image: url("../img/svg/gift-red.svg");
  width: 31px;
  height: 31px;
  position: absolute;
  top: -10px;
  right: 0;
}

.product-body {
  padding-left: 114px;
  padding-top: 25px;
  padding-bottom: 40px;
  padding-right: 15px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  border-left: 1px solid #cd2e29;
}

@media only screen and (max-width: 1199px) {
  .product-body {
    padding-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .product-body {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    border: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-body__back {
    padding: 15px;
  }
}

.product-body__back i {
  margin-right: 4px;
}

.product-body__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 27px;
}

.qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'YandexSans';
}

.qty input {
  width: 60px;
  height: 50px;
  background-color: #f1f1f1;
  border: 0;
  font-size: 16px;
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .qty input {
    height: 40px;
  }
}

.qty .plus, .qty .minus {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 50px;
  border: 0;
  background-color: #dedede;
}

@media only screen and (max-width: 991px) {
  .qty .plus, .qty .minus {
    height: 40px;
  }
}

.qty .minus {
  font-size: 14px;
}

.qty .plus {
  font-size: 18px;
}

.product-kit {
  position: relative;
  margin-top: 34px;
  padding-top: 34px;
  padding-left: 15px;
  padding-right: 15px;
}

.product-kit:before {
  content: '';
  position: absolute;
  left: -100%;
  right: 0;
  top: 0;
  height: 1px;
  background-color: #cd2e29;
}

.product-kit__title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  color: #000000;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .product-kit__title {
    font-size: 18px;
    letter-spacing: 2.4px;
    text-align: center;
  }
}

.product-kit__slider {
  padding: 0 6px;
}

@media only screen and (max-width: 767px) {
  .product-kit__slider {
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.product-kit .slick-list {
  padding: 0 1px;
}

.product-kit .slick-slide {
  margin-top: 30px;
  margin-bottom: 70px;
}

.product-kit .arrow {
  position: absolute;
  z-index: 12;
  background-color: transparent;
  border: 0;
  top: -54px;
  width: 22px;
  height: 70px;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.product-kit .arrow:before {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
}

.product-kit .arrow:after {
  content: '';
  width: 24px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
}

.product-kit .arrow .icon {
  display: none;
}

.product-kit .arrow.arrow-prev {
  right: 40px;
}

.product-kit .arrow.arrow-prev:after {
  left: 0px;
  top: 26px;
}

.product-kit .arrow.arrow-prev:before {
  left: 0px;
  bottom: 26px;
}

.product-kit .arrow.arrow-next {
  right: 0;
}

.product-kit .arrow.arrow-next:after {
  right: 0;
  bottom: 26px;
}

.product-kit .arrow.arrow-next:before {
  right: 0px;
  top: 26px;
}

.product-kit .arrow:hover.arrow-prev {
  -webkit-transform: translate(10px, 0);
          transform: translate(10px, 0);
}

.product-kit .arrow:hover.arrow-next {
  -webkit-transform: translate(-10px, 0);
          transform: translate(-10px, 0);
}

@media only screen and (max-width: 767px) {
  .product-kit .product {
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
  }
}

.related-products {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .related-products {
    margin-top: 40px;
  }
}

.product-video video {
  max-width: 100%;
}

.product-sizes__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .product-sizes__header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.product-sizes__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.07;
  letter-spacing: 1.4px;
  color: #000000;
  text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
  .product-sizes__title {
    margin-bottom: 6px;
  }
}

.product-sizes__hint {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: 'YandexSans';
  font-size: 14px;
  font-weight: 300;
  line-height: 1.07;
  color: #999;
}

.product-sizes__hint:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #999;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.product-sizes__hint:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.product-sizes__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 22px;
}

@media only screen and (max-width: 767px) {
  .product-sizes__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-sizes__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 350px;
  margin-left: -5px;
  margin-right: -5px;
}

.product-sizes__item {
  padding: 0 5px 10px;
}

.product-sizes__item label {
  width: 40px;
  height: 40px;
  border: solid 1px #999999;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'YandexSans';
  font-size: 14px;
  color: #000000;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.product-sizes__item label:hover {
  border-color: #cd2e29;
}

.product-sizes__item input:checked + label {
  color: #ffffff;
  background-color: #cd2e29;
  border-color: #cd2e29;
}

.product-sizes__item input:disabled + label {
  color: #999;
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

.product-sizes__not-option {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #cd2e29;
  font-family: 'YandexSans';
  font-size: 12px;
  line-height: 1.5;
  color: #000000;
  max-width: 90px;
  margin-left: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  .product-sizes__not-option {
    white-space: nowrap;
    max-width: none;
    padding: 0 8px;
  }
}

.product-sizes__not-option:hover {
  color: #ffffff;
  background-color: #cd2e29;
}

.partner-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #cd2e29;
  color: #ffffff;
}

.partner-banner__content {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  padding: 54px 60px;
}

@media only screen and (max-width: 991px) {
  .partner-banner__content {
    padding: 24px;
  }
}

@media only screen and (max-width: 600px) {
  .partner-banner__content {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.partner-banner__title {
  font-size: 36px;
  line-height: 1.25;
  letter-spacing: 5.4px;
  margin: 0;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media only screen and (max-width: 991px) {
  .partner-banner__title {
    font-size: 20px;
    letter-spacing: 0.5em;
    margin-bottom: 10px;
  }
  .partner-banner__title br {
    display: none;
  }
}

.partner-banner__subtitle {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 300;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .partner-banner__subtitle {
    font-size: 16px;
    letter-spacing: 0.5em;
    margin-bottom: 15px;
  }
  .partner-banner__subtitle br {
    display: none;
  }
}

.partner-banner__txt {
  font-family: 'YandexSans';
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
}

@media only screen and (max-width: 991px) {
  .partner-banner__txt {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .partner-banner__img {
    display: none;
  }
}

.partner-feauteres {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 90px;
}

.partner-feauteres.partner-feauteres-2_col .partner-feautere {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}

@media only screen and (max-width: 600px) {
  .partner-feauteres.partner-feauteres-2_col .partner-feautere {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.partner-feauteres.partner-feauteres-2_col .partner-feautere__name, .partner-feauteres.partner-feauteres-2_col .partner-feautere__txt {
  max-width: 400px;
}

.partner-feauteres.partner-feauteres-2_col .partner-feautere-btn {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  margin-bottom: 90px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

@media only screen and (max-width: 600px) {
  .partner-feauteres.partner-feauteres-2_col .partner-feautere-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.partner-feauteres.partner-feauteres-2_col .partner-feautere-btn .btn {
  width: 400px;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .partner-feauteres.partner-feauteres-2_col .partner-feautere-btn .btn {
    width: auto;
  }
}

@media only screen and (max-width: 991px) {
  .partner-feauteres {
    margin-top: 45px;
  }
}

.partner-feautere, .partner-feautere-btn {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 767px) {
  .partner-feautere, .partner-feautere-btn {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .partner-feautere, .partner-feautere-btn {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.partner-feautere {
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .partner-feautere {
    margin-bottom: 45px;
  }
}

.partner-feautere__name {
  position: relative;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.1;
  letter-spacing: 2.4px;
  color: #da221c;
  padding-top: 32px;
  margin-bottom: 12px;
}

.partner-feautere__name:before {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #cd2e29;
  position: absolute;
  top: 0;
  left: 0;
}

.partner-feautere__txt {
  font-family: 'YandexSans';
  font-size: 16px;
}

@media only screen and (max-width: 600px) {
  .partner-feautere-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.partner-feautere-btn .btn {
  width: 270px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .partner-feautere-btn .btn {
    width: 200px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .partner-feautere-btn .btn {
    width: 270px;
  }
}

@media only screen and (max-width: 600px) {
  .partner-feautere-btn .btn {
    margin: 0 5px 20px;
  }
}

.register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  padding-bottom: 90px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 991px) {
  .register {
    padding-bottom: 40px;
  }
}

.register:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #cd2e29;
}

@media only screen and (max-width: 600px) {
  .register:before {
    display: none;
  }
}

.log-in {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  margin-left: 8.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .log-in {
    margin-left: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .log-in {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 40px;
  }
}

.log-in__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 4.5px;
  text-transform: uppercase;
  margin-bottom: 26px;
}

@media only screen and (max-width: 991px) {
  .log-in__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.log-in__form {
  max-width: 370px;
}

.log-in__forget, .log-in__opt {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height: 1.07;
  color: #cd2e29;
}

.log-in__forget:after, .log-in__opt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.log-in__forget:hover:after, .log-in__opt:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.sign-up {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  margin-left: 8.33333%;
  padding: 0 15px;
}

@media only screen and (max-width: 991px) {
  .sign-up {
    margin-left: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .sign-up {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.sign-up__title {
  font-size: 30px;
  font-weight: 300;
  line-height: 1.33;
  letter-spacing: 4.5px;
  color: #cd2e29;
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  .sign-up__title {
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

.sign-up__txt {
  font-family: 'YandexSans';
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.sign-up__form {
  max-width: 370px;
}

.sign-up__opt {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  line-height: 1.07;
  color: #cd2e29;
}

.sign-up__opt:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #cd2e29;
  bottom: 0;
  left: 0;
  -webkit-transition: .4s ease 0s;
  transition: .4s ease 0s;
}

.sign-up__opt:hover:after {
  width: 0;
  right: 0;
  left: auto;
}

.restore-password {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
}

.restore-password .form-group--submit .btn {
  margin: auto;
}

.restore-password p {
  font-family: 'YandexSans';
}

.restore-password p a {
  font-size: 16px;
}

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

.restore-password-code input {
  width: 55px;
  height: 55px;
  border: 0;
  background-color: #f1f1f1;
  text-align: center;
  margin: 0 8px;
}

.checkout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 80px;
  margin-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .checkout {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.checkout-form {
  -ms-flex-preferred-size: calc((100%/12)*7 + 15px);
      flex-basis: calc((100%/12)*7 + 15px);
  max-width: calc((100%/12)*7 + 15px);
  padding: 0 0 0 15px;
}

@media only screen and (max-width: 991px) {
  .checkout-form {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
  }
}

.checkout-form__title {
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
  margin: 64px 0 24px;
}

@media only screen and (max-width: 991px) {
  .checkout-form__title {
    font-size: 24px;
    letter-spacing: 3px;
  }
}

.checkout-form .form-group {
  width: 370px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .checkout-form .form-group {
    width: 100%;
  }
}

.checkout-form .form-group.form-group--checkbox, .checkout-form .form-group.form-group--submit {
  text-align: center;
}

@media only screen and (max-width: 991px) {
  .checkout-form .form-group.form-group--checkbox, .checkout-form .form-group.form-group--submit {
    margin-left: 0 !important;
  }
}

.checkout-form .form-group.form-group--submit {
  margin-top: 24px;
  margin-bottom: 24px;
}

.checkout-form .form-group.form-group--submit .btn-with-hint {
  display: inline-block;
}

@media only screen and (max-width: 1199px) {
  .checkout-form .form-group.form-group--submit .btn-with-hint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkout-form .form-group.form-group--submit .btn-hint {
  left: 100%;
  width: 270px;
  right: auto;
  margin-right: 0;
  margin-left: 20px;
  text-align: left;
  font-size: 14px;
  padding-left: 12px;
  padding-right: 12px;
}

@media only screen and (max-width: 1199px) {
  .checkout-form .form-group.form-group--submit .btn-hint {
    position: relative;
    left: 0;
    display: block;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: auto;
    margin-top: 24px;
    margin-left: 0;
  }
  .checkout-form .form-group.form-group--submit .btn-hint:before, .checkout-form .form-group.form-group--submit .btn-hint:after {
    display: none;
  }
}

.checkout-form .form-group.form-group--submit .btn-hint:before {
  right: auto;
  left: -9px;
  border-right-color: transparent;
  border-left-color: #ffffff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkout-form .form-group.form-group--submit .btn-hint:after {
  right: auto;
  left: -11px;
  border-right-color: transparent;
  border-left-color: #cd2e29;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.checkout-form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.checkout-form-group__hint {
  font-family: 'YandexSans';
  font-size: 11px;
  line-height: 1.27;
  margin-left: 15px;
  max-width: 150px;
}

@media only screen and (max-width: 991px) {
  .checkout-form-group__hint {
    display: none;
  }
}

.checkout-form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.checkout-form-row .form-group {
  width: auto;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.checkout-form__delivery-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 22px;
}

@media only screen and (max-width: 991px) {
  .checkout-form__delivery-type {
    -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;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-type {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__delivery-type {
    -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;
  }
}

.checkout-form__delivery-type-item:not(:last-child) {
  margin-right: 22px;
}

@media only screen and (max-width: 991px) {
  .checkout-form__delivery-type-item:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-type-item:not(:last-child) {
    margin-right: 22px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__delivery-type-item:not(:last-child) {
    margin-bottom: 12px;
    margin-right: 0;
  }
}

.checkout-form__delivery-type-item input[type="radio"] + label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 50px;
  position: relative;
  border: 1px solid #b8b8b8;
  font-size: 14px;
  text-transform: uppercase;
  color: #999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 15px 5px 50px;
  letter-spacing: 0.15em;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout-form__delivery-type-item input[type="radio"] + label:before {
  content: '';
  position: absolute;
  width: 27px;
  height: 27px;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 408.576 408.576' fill='%23dcdcdc'%3E%3Cpath d='M204.288,0C91.648,0,0,91.648,0,204.288s91.648,204.288,204.288,204.288s204.288-91.648,204.288-204.288%0AS316.928,0,204.288,0z M318.464,150.528l-130.56,129.536c-7.68,7.68-19.968,8.192-28.16,0.512L90.624,217.6%0Ac-8.192-7.68-8.704-20.48-1.536-28.672c7.68-8.192,20.48-8.704,28.672-1.024l54.784,50.176L289.28,121.344%0Ac8.192-8.192,20.992-8.192,29.184,0C326.656,129.536,326.656,142.336,318.464,150.528z'/%3E%3C/svg%3E");
}

.checkout-form__delivery-type-item input[type="radio"] + label:hover {
  border-color: #cd2e29;
  color: #cd2e29;
}

.checkout-form__delivery-type-item input[type="radio"] + label:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 408.576 408.576' fill='%23cd2e29'%3E%3Cpath d='M204.288,0C91.648,0,0,91.648,0,204.288s91.648,204.288,204.288,204.288s204.288-91.648,204.288-204.288%0AS316.928,0,204.288,0z M318.464,150.528l-130.56,129.536c-7.68,7.68-19.968,8.192-28.16,0.512L90.624,217.6%0Ac-8.192-7.68-8.704-20.48-1.536-28.672c7.68-8.192,20.48-8.704,28.672-1.024l54.784,50.176L289.28,121.344%0Ac8.192-8.192,20.992-8.192,29.184,0C326.656,129.536,326.656,142.336,318.464,150.528z'/%3E%3C/svg%3E");
}

.checkout-form__delivery-type-item input[type="radio"]:checked + label {
  border-color: #cd2e29;
  color: #fff;
  background: #cd2e29;
}

.checkout-form__delivery-type-item input[type="radio"]:checked + label:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 408.576 408.576' fill='%23ffffff'%3E%3Cpath d='M204.288,0C91.648,0,0,91.648,0,204.288s91.648,204.288,204.288,204.288s204.288-91.648,204.288-204.288%0AS316.928,0,204.288,0z M318.464,150.528l-130.56,129.536c-7.68,7.68-19.968,8.192-28.16,0.512L90.624,217.6%0Ac-8.192-7.68-8.704-20.48-1.536-28.672c7.68-8.192,20.48-8.704,28.672-1.024l54.784,50.176L289.28,121.344%0Ac8.192-8.192,20.992-8.192,29.184,0C326.656,129.536,326.656,142.336,318.464,150.528z'/%3E%3C/svg%3E");
}

.checkout-form__whom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 22px;
  margin-bottom: 65px;
}

@media only screen and (max-width: 991px) {
  .checkout-form__whom {
    -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;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form__whom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__whom {
    -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;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__whom-item {
    width: 100%;
  }
}

.checkout-form__whom-item.checkout-form__whom-item--gift {
  overflow: hidden;
}

.checkout-form__whom-item.checkout-form__whom-item--gift label {
  background-image: url("../img/gift.png");
  background-repeat: no-repeat;
  background-position: 106% 15px;
}

.checkout-form__whom-item input[type="radio"] + label {
  position: relative;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  height: 80px;
  background-color: #f1f1f1;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  min-width: 270px;
  padding: 5px 40px 5px 62px;
}

.checkout-form__whom-item input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 29px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout-form__whom-item input[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: #cd0f30;
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout-form__whom-item input[type="radio"] + label:hover {
  background-color: #ffe4db;
}

.checkout-form__whom-item input[type="radio"]:checked + label {
  background-color: #ffe4db;
}

.checkout-form__whom-item input[type="radio"]:checked + label:before {
  border-color: #cd0f30;
}

.checkout-form__whom-item input[type="radio"]:checked + label:after {
  opacity: 1;
}

.checkout-form__payments {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 205px;
}

.checkout-form__payments-item:not(:last-child) {
  margin-right: 32px;
}

.checkout-form__payments-item input[type="radio"] + label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  padding: 0 0 0 36px;
}

@media only screen and (max-width: 600px) {
  .checkout-form__payments-item input[type="radio"] + label {
    font-size: 14px;
  }
}

.checkout-form__payments-item input[type="radio"] + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  border: 1px solid #666;
  border-radius: 50%;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout-form__payments-item input[type="radio"] + label:after {
  content: '';
  position: absolute;
  left: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 19px;
  height: 19px;
  background-color: #cd0f30;
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout-form__payments-item input[type="radio"]:checked + label:before {
  border-color: #cd0f30;
}

.checkout-form__payments-item input[type="radio"]:checked + label:after {
  opacity: 1;
}

.checkout-form__payments-item input[type="radio"]:checked ~ .online-pay-sale {
  opacity: 1;
}

.checkout-form__delivery-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 64px 0 24px;
}

.checkout-form__delivery-caption .checkout-form__title {
  margin: 0;
  line-height: 1;
}

.checkout-form__delivery-country {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.checkout-form__delivery-controls {
  width: 370px;
}

@media only screen and (max-width: 600px) {
  .checkout-form__delivery-controls {
    width: 100%;
  }
}

.checkout-form__delivery-controls p {
  font-family: 'YandexSans', Arial, sans-serif;
  font-size: 11px;
  margin: 0 0 12px;
}

.checkout-form__delivery-controls .checkout-form-group--select {
  margin-top: 15px;
  margin-bottom: 0;
}

.checkout-form__delivery-controls .checkout-form-group--select label {
  font-family: 'YandexSans', Arial, sans-serif;
  display: inline-block;
  font-size: 16px;
  margin-right: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-controls .checkout-form-group--select label {
    margin-left: 0;
  }
}

.checkout-form__delivery-controls .checkout-form-group--select .select {
  height: 55px;
  width: 170px;
}

.checkout-form__delivery-controls .checkout-form-group--select .select-styled {
  height: 55px;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}

.checkout-form__delivery-controls .checkout-form-group--select .select-styled:before {
  content: '';
  width: 38px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, color-stop(75%, #f1f1f1), to(transparent));
  background: linear-gradient(to left, #f1f1f1 75%, transparent 100%);
  z-index: 5;
}

.checkout-form__delivery-controls .checkout-form-group--select .select-styled:after {
  top: 25px;
  z-index: 6;
}

.checkout-form__delivery-controls .checkout-form-group--select .select-styled.active:after {
  top: 20px;
}

.checkout-form__delivery-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 991px) {
  .checkout-form__delivery-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__delivery-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.checkout-form__delivery-banner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  margin-top: 28px;
  background-color: #ffe4db;
  background-image: url("../img/car.png");
  background-repeat: no-repeat;
  background-position: 0 88%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 20px 20px 20px 25px;
}

@media only screen and (max-width: 1199px) {
  .checkout-form__delivery-banner {
    margin-left: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .checkout-form__delivery-banner {
    margin-left: 0;
    padding: 25px 30px 100px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-banner {
    padding: 25px 15px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-form__delivery-banner {
    margin-left: 0;
    padding: 25px 30px 100px;
  }
}

.checkout-form__delivery-banner-caption {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 30px;
  margin-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .checkout-form__delivery-banner-caption {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.05em;
  }
}

.checkout-form__delivery-banner-caption span {
  color: #cd2e29;
  font-weight: 700;
}

.checkout-form__delivery-banner-text {
  font-size: 14px;
}

.checkout-order {
  -ms-flex-preferred-size: calc((100%/12)*5 - 15px);
      flex-basis: calc((100%/12)*5 - 15px);
  max-width: calc((100%/12)*5 - 15px);
  padding: 0 15px 0 0;
}

@media only screen and (max-width: 991px) {
  .checkout-order {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-order {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    margin: 0 15px;
    border: 1px solid #cd0f30;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-order {
    border-left-width: 0;
    border-right-width: 0;
    padding: 0;
    margin: 30px 0 0;
  }
}

.checkout-order__inner {
  width: 400px;
  border: 1px solid #cd0f30;
  padding: 15px 20px;
  margin-left: auto;
}

@media only screen and (max-width: 1199px) {
  .checkout-order__inner {
    width: auto;
    max-width: 360px;
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 767px) {
  .checkout-order__inner {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    border: 0;
  }
}

@media only screen and (max-width: 600px) {
  .checkout-order__inner {
    padding-left: 0;
    padding-right: 0;
  }
}

.checkout-order__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 9px;
  margin-bottom: 12px;
}

.checkout-order__title img {
  display: inline-block;
  vertical-align: text-top;
}

.checkout-order__sum {
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  padding-top: 12px;
  padding-bottom: 12px;
  margin: 12px;
}

.checkout-order__finall-sum {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 12px;
}

.checkout-order__finall-sum span:first-child {
  display: inline-block;
  margin-right: 40px;
}

@media only screen and (max-width: 1199px) {
  .checkout-order__finall-sum span:first-child {
    margin-right: 30px;
  }
}

.checkout-order__conditionals {
  margin: 24px 12px;
}

.checkout-order__conditionals a {
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  margin-bottom: 16px;
}

.checkout-order.fixed .checkout-order__inner {
  position: fixed;
  top: 100px;
  right: calc(50% - 585px);
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}

.checkout-order.fixed .checkout-order__inner::-webkit-scrollbar-track {
  background-color: #ffd0c0;
}

.checkout-order.fixed .checkout-order__inner::-webkit-scrollbar {
  width: 8px;
  background-color: #ffd0c0;
}

.checkout-order.fixed .checkout-order__inner::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #cd2e29;
}

@media only screen and (max-width: 1199px) {
  .checkout-order.fixed .checkout-order__inner {
    right: 15px;
  }
}

.checkout__product {
  font-family: 'YandexSans', Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.checkout__product:hover .checkout__product-n {
  text-decoration: none;
}

.checkout__product:hover img {
  opacity: .7;
}

.checkout__product img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.checkout__product-b {
  margin-left: 16px;
}

.checkout__product-n {
  display: inline-block;
  max-width: 200px;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 20px;
  letter-spacing: 0.16em;
  text-decoration: underline;
}

.checkout__product-a {
  display: block;
  font-size: 12px;
  color: #666;
}

.checkout__product-m {
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.35px;
}

.checkout__product-m .price {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 1;
}

.checkout-non-auth {
  font-family: 'YandexSans', Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  padding-bottom: 12px;
  padding-top: 12px;
  margin: 12px 0 0 12px;
  border-top: 1px solid #d1d1d1;
}

.checkout-bonus {
  color: #666;
  padding-top: 12px;
}

.checkout-bonus span {
  display: inline-block;
  margin-bottom: 6px;
}

.checkout-bonus span:first-child {
  margin-right: 32px;
}

.checkout-bonus i {
  display: block;
  font-size: 14px;
}

.checkout-sale {
  font-family: 'YandexSans';
  border-bottom: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
  padding-top: 12px;
  padding-bottom: 12px;
}

.checkout-sale span:first-child {
  margin-right: 24px;
}

.checkout-sale .grey-txt {
  color: #666666;
}

.checkout-sale.checkout-sale--auth span:first-child {
  margin-right: 0;
}

.checkout-summary {
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  border-top: 1px solid #d1d1d1;
  padding: 12px 0;
}

.checkout-summary span:first-child {
  margin-right: 48px;
}

@media only screen and (max-width: 1199px) {
  .checkout-summary span:first-child {
    margin-right: 24px;
  }
}

.checkout .cart-btns {
  margin: 12px;
}

.checkout .cart-btns .btn {
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
}

.checkout .form-group--checkbox {
  margin-left: 12px;
}

.checkout__gift-data {
  position: relative;
}

.checkout__gift-data:before {
  content: '';
  position: absolute;
  right: 26px;
  top: -42px;
  width: 255px;
  height: 214px;
  background-image: url("../img/ribbon.png");
  background-repeat: no-repeat;
  background-position: center center;
  z-index: -1;
}

@media only screen and (max-width: 991px) {
  .checkout__gift-data:before {
    display: none;
  }
}

.cos {
  display: table;
  font-family: 'YandexSans', Arial, sans-serif;
}

.cos__r {
  display: table-row;
}

.cos__r &gt; span {
  display: table-cell;
  padding-bottom: 5px;
}

.cos__r &gt; span:first-child {
  padding-right: 12px;
}

.cos .grey-txt {
  color: #666666;
}

.online-pay-sale {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 10px 13px 0 rgba(184, 70, 70, 0.07);
          box-shadow: 0 10px 13px 0 rgba(184, 70, 70, 0.07);
  border: solid 1px #cd2e29;
  background-color: #ffffff;
  padding: 12px 16px;
  opacity: 0;
}

.online-pay-sale__caption {
  font-family: 'YandexSans', Arial, sans-serif;
  font-size: 18px;
  margin: 0 0 6px 0;
}

.online-pay-sale__caption span {
  color: #cd0f30;
  font-weight: 700;
}

.online-pay-sale:before {
  content: '';
  position: absolute;
  border: 9px solid transparent;
  border-top-color: #ffffff;
  left: 4px;
  top: -8px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 5;
}

.online-pay-sale:after {
  content: '';
  position: absolute;
  right: auto;
  border: 10px solid transparent;
  border-top-color: #cd2e29;
  top: -10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: 2px;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.online-pay-sale__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 480px) {
  .online-pay-sale__icons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    min-height: 110px;
  }
}

@media only screen and (max-width: 991px) and (min-width: 480px) {
  .online-pay-sale__icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .online-pay-sale__icons img {
    margin: 10px 15px;
  }
}

.online-pay-sale__icons img {
  margin-right: 30px;
}

.online-pay-sale__icons img:last-child {
  margin-right: 0;
}

.countries-choose {
  position: relative;
  min-width: 100px;
  text-align: right;
}

.countries-list {
  display: none;
  position: absolute;
  background: #ffffff;
  text-align: left;
  -webkit-box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.11);
          box-shadow: 8px 10px 14px rgba(0, 0, 0, 0.11);
  left: 0;
  top: 100%;
  z-index: 99;
  padding: 20px;
  max-height: 200px;
  overflow: auto;
}

@media only screen and (max-width: 600px) {
  .countries-list {
    left: auto;
    right: 0;
  }
}

.countries-list::-webkit-scrollbar-track {
  background-color: #ffd0c0;
}

.countries-list::-webkit-scrollbar {
  width: 8px;
  background-color: #ffd0c0;
}

.countries-list::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #cd2e29;
}

.countries-list__item label {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 11px;
  font-weight: 400;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1.65px;
  padding-left: 26px;
}

.countries-list__item input[type="radio"] + label:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c1c1c1;
  border-radius: 50%;
}

.countries-list__item input[type="radio"] + label:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #ed1b24;
  border-radius: 50%;
  left: 3px;
  top: 7px;
  opacity: 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
}

.countries-list__item input[type="radio"]:checked + label:after {
  opacity: 1;
}

.vacancies-block__slogan {
  margin-bottom: 40px;
  max-width: 600px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vacancies-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .vacancies-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vacancies-list__controls {
  margin-right: 30px;
}

.vacancies-list__controls a {
  display: inline-block;
  color: #000000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.vacancies-list__controls a:hover {
  color: #cd2e29;
}

.vacancies-list__controls a.is-active {
  background-color: #cd2e29;
  color: #ffffff;
}

.vacancies-list__controls a.is-active span {
  color: #ffffff;
}

.vacancies-list__controls a span {
  color: #cd2e29;
}

.vacancy {
  background-color: #fef4e0;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .vacancy {
    padding: 15px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

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

@media only screen and (max-width: 767px) {
  .vacancy__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vacancy__top-left {
  margin-right: 30px;
}

.vacancy__cites span {
  display: block;
  font-weight: 700;
}

.vacancy__name {
  font-size: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}

.vacancy__salary, .vacancy__experience, .vacancy__worktime {
  font-family: 'YandexSans';
  margin-bottom: 12px;
}

.vacancy__description-unit {
  margin-top: 24px;
}

.vacancy__description-title {
  font-size: 14px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
}

.vacancy__description ul li {
  font-family: 'YandexSans';
  font-weight: 300;
  padding-left: 20px;
  font-size: 14px;
  margin-bottom: 6px;
  position: relative;
}

.vacancy__description ul li:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cd2e29;
}

.vacancies-form {
  margin-top: 60px;
  margin-bottom: 60px;
}

.vacancies-form__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: 767px) {
  .vacancies-form__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 767px) {
  .vacancies-form {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.vacancies-form__body, .vacancies-form__img {
  max-width: calc(50% - 30px);
  -ms-flex-preferred-size: calc(50% - 30px);
      flex-basis: calc(50% - 30px);
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .vacancies-form__body, .vacancies-form__img {
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .vacancies-form__img {
    display: none;
  }
}

.vacancies-filter {
  margin-bottom: 60px;
  margin-top: 60px;
}

.vacancies-filter__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .vacancies-filter__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.vacancies-filter__form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  margin-right: 20px;
}

@media only screen and (max-width: 767px) {
  .vacancies-filter__form-group {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
    max-width: 360px;
  }
}

.vacancies-filter__form-group:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 767px) {
  .vacancies-filter__form-group:last-child {
    margin-bottom: 0;
  }
}

.vacancies-filter__form-group label {
  display: block;
  margin-bottom: 6px;
}

.vacancies-filter__form-group .select-styled {
  width: 100%;
}

.info-block {
	position: relative;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	padding: 8px 0;
	background-color: #da241c;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.info-block img {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.info-block .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}

.info-block p {
	-ms-flex-item-align: center;
	    -ms-grid-row-align: center;
	    align-self: center;
	margin: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1;
	text-align: center;
}

.info-block__close {
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	padding: 0;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 980.87 980.53' fill='%23ffffff'%3E%3Cpath d='M378.82,489a37,37,0,0,1-4.83-3.5Q199.65,311.21,25.37,136.89C-7.33,104.18-8,54.83,23.75,23.25,54.9-7.74,104-7.83,135.6,23.47c39.29,39,78.29,78.2,117.42,117.33Q369.69,257.46,486.34,374.14c1.18,1.18,2.18,2.53,5,5.77,1.49-2.6,2.22-4.86,3.71-6.35q173.87-174,347.79-348C859.4,9,879-.59,902.6.23,935.36,1.36,959.67,17,973.2,46.76s8.82,58.15-11.69,83.71a118.48,118.48,0,0,1-9,9.4Q779.51,312.94,606.43,486a36.22,36.22,0,0,0-5.1,5.39c1.91,1.07,4.18,1.78,5.67,3.27Q781,668.49,955,842.43c16.63,16.61,26.17,36.2,25.35,59.81-1.13,32.75-16.76,57.07-46.51,70.62-29.38,13.38-57.49,9-83-10.9a98,98,0,0,1-8.77-8.17q-173.43-173.4-346.8-346.85a40.34,40.34,0,0,1-3.81-5.26l-2.22-.12c-1.1,1.66-2,3.56-3.34,4.94Q311.81,780.67,137.71,954.81c-16,16-34.71,25.45-57.35,25.18-34.07-.41-59.29-16.31-73-47.41s-7.91-60.19,14.47-85.84c1.54-1.76,3.25-3.36,4.9-5Q200.37,668.08,374.06,494.47c1.39-1.39,3.34-2.22,5-3.31Z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.info-block__close:hover,
.info-block__close:focus {
	opacity: 0.6;
}

/*# sourceMappingURL=main.css.map */


.slider-video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; /* чтобы видео заполнило весь блок */
}


.index-video {
  width: 100%; 
  padding-top: 56.25%; 
  position: relative;

}

@media (max-width: 600px){
  .index-video {
    height: 80vh;
  }

}

.index-video video {
  position: absolute; /* Позиционирование содержимого абсолютно внутри контейнера */
  top: 0; /* Расположение содержимого сверху */
  left: 0; /* Расположение содержимого слева */
  right: 0; /* Расположение содержимого справа */
  bottom: 0; /* Расположение содержимого снизу */
}

.main-slider {
  padding-top: 80px;
}

.main-stories {
  padding-top: 80px;
}

.stories-container {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: end; /* Выровнять элементы по нижнему краю */
  overflow: overlay;
}

.story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; /* Отступ между кружком и текстом */
}

.story:hover {
  font-weight: 600;
}

.story-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #cbcbcb;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white; /* Цвет фона для пространства padding */
}

.story-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Обеспечивает покрытие всего пространства кружка изображением */
  transition: transform 0.3s ease;
}

.story-circle:hover img {
  transform: scale(1.1); /* Увеличение изображения при наведении */
}

.story-circle:hover {
  border: 2px solid #626262; 
  cursor: pointer;
}

.story-title {
  font-size: 14px;
  color: #000; /* Цвет текста */
  text-align: center;
}
</pre></body></html>