@charset "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BoldItalic.woff") format("woff"), url("../fonts/roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-LightItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-LightItalic.woff") format("woff"), url("../fonts/roboto/Roboto-LightItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/roboto/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Italic.woff2") format("woff2"), url("../fonts/roboto/Roboto-Italic.woff") format("woff"), url("../fonts/roboto/Roboto-Italic.ttf") format("truetype"), url("../fonts/roboto/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Medium.woff2") format("woff2"), url("../fonts/roboto/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/Roboto-Medium.ttf") format("truetype"), url("../fonts/roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Black.woff2") format("woff2"), url("../fonts/roboto/Roboto-Black.woff") format("woff"), url("../fonts/roboto/Roboto-Black.ttf") format("truetype"), url("../fonts/roboto/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-BlackItalic.woff") format("woff"), url("../fonts/roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Light.woff2") format("woff2"), url("../fonts/roboto/Roboto-Light.woff") format("woff"), url("../fonts/roboto/Roboto-Light.ttf") format("truetype"), url("../fonts/roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-MediumItalic.woff") format("woff"), url("../fonts/roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../fonts/roboto/Roboto-ThinItalic.woff") format("woff"), url("../fonts/roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../fonts/roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Thin.woff2") format("woff2"), url("../fonts/roboto/Roboto-Thin.woff") format("woff"), url("../fonts/roboto/Roboto-Thin.ttf") format("truetype"), url("../fonts/roboto/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/roboto/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
  background: #fff;
}

object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
code,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

time {
  display: inline;
}

legend {
  display: block;
  max-width: 100%;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

label {
  display: inline-block;
  vertical-align: top;
}

th {
  text-align: left;
  color: inherit;
}

fieldset {
  min-width: 0;
}

blockquote {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: '';
}

ul,
ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address {
  font-style: normal;
}

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

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

pre,
code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

pre {
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  vertical-align: baseline;
  font-size: 75%;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input,
button,
select,
textarea,
optgroup {
  margin: 0;
  font: inherit;
  color: inherit;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #fff inset !important;
}

input,
button,
select {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none;
}

input,
button {
  overflow: visible;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
select {
  text-transform: none;
}

select {
  max-width: 100%;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:focus,
img:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type="radio"],
input[type="checkbox"] {
  padding: 0;
  vertical-align: bottom;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

input[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  min-width: 320px;
  min-height: 100vh;
}

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

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
}

.grid__col {
  padding-left: 8px;
  padding-right: 8px;
}

.grid--inverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid--nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

.grid--center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--center-y {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.grid--start-y {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.grid--end-y {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.grid--center-x {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.grid--end-x {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.grid--start-x {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.grid--space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.grid__col {
  position: relative;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 100%;
  min-height: 1px;
}

.grid__col--fluid {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.grid__col--1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.grid__col--2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.grid__col--3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.grid__col--4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.grid__col--5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.grid__col--6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.grid__col--7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.grid__col--8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.grid__col--9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.grid__col--10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.grid__col--11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.grid__col--12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.display-none {
  display: none !important;
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

.display-block {
  display: block !important;
}

.display-table {
  display: table !important;
}

.display-table-row {
  display: table-row !important;
}

.display-table-cell {
  display: table-cell !important;
}

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

.display-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.mt-0 {
  margin-top: 0;
}

.offset-auto {
  margin-left: auto;
}

.offset-0 {
  margin-left: 0%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.display-xxl-down-none {
  display: none !important;
}

.display-xxl-down-inline {
  display: inline !important;
}

.display-xxl-down-inline-block {
  display: inline-block !important;
}

.display-xxl-down-block {
  display: block !important;
}

.display-xxl-down-table {
  display: table !important;
}

.display-xxl-down-table-row {
  display: table-row !important;
}

.display-xxl-down-table-cell {
  display: table-cell !important;
}

.display-xxl-down-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.display-xxl-down-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.hidden {
  display: none;
}

.no-break {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}

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

.mb-20 {
  margin-bottom: 20px;
}

.mb-35 {
  margin-bottom: 35px;
}

.pb-45 {
  padding-bottom: 45px;
}

@-webkit-keyframes elastic {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
            transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes elastic {
  0% {
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }

  25% {
    -webkit-transform: scale3d(1, 1.2, 1);
            transform: scale3d(1, 1.2, 1);
  }

  50% {
    -webkit-transform: scale3d(1, 0.85, 1);
            transform: scale3d(1, 0.85, 1);
  }

  75% {
    -webkit-transform: scale3d(1, 1.05, 1);
            transform: scale3d(1, 1.05, 1);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes product-sticky-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes product-sticky-slide-down {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(1, 0, 1);
            transform: scale3d(1, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

/* Slick slider    v1.5.9 */

.slick-slider {
  position: relative;
  display: block;
  -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;
}

.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;
  height: 100%;
  min-height: 1px;
}

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

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

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  text-align: center;
  color: #cfd0d2;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0px;
}

.slick-next::before,
.slick-prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  border-top: 1px solid;
  border-left: 1px solid;
}

.slick-next::before {
  margin-left: -12px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.slick-prev::before {
  margin-left: 12px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #a3a3a3;
}

.all_brands .slick-prev,
.all_brands .slick-next {
  margin: 0;
  top: -58px;
  width: 70px;
  height: 57px;
  line-height: 57px;
  border-left: 1px solid #e8e8e1;
  border-top: none;
}

.all_brands .slick-next {
  right: -1px;
}

.all_brands .slick-prev {
  left: auto;
  right: 71px;
}

.comparison_page .slick-prev,
.comparison_page .slick-next {
  top: 160px;
}

.slick-dots {
  position: absolute;
  right: 55px;
  bottom: 30px;
  display: block;
  font-size: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  outline: none;
  padding: 0;
  border: 0;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  background-color: #fff;
  opacity: .4;
}

.slick-dots li.slick-active button {
  opacity: 1;
}

.slick-dots li button:hover {
  opacity: .8;
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.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: .87;
  -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-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s,visibility 0s linear .25s;
  transition: opacity .25s,visibility 0s linear .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s,visibility 0s;
  transition: opacity .25s,visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #e5e3df;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px Helvetica Neue,Helvetica,Arial,sans-serif;
}

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:after {
  content: "×";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}

.fancybox-close-small:focus:after {
  outline: 1px dotted #888;
}

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa;
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, 0.1)), color-stop(40%, rgba(0, 0, 0, 0.2)), color-stop(80%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30, 30, 30, 0.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: 1;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid rgba(99, 99, 99, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

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

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

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

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

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  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;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.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: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

.jssocials-shares {
  margin: 0.2em 0;
}

.jssocials-shares * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0;
}

.jssocials-share:last-child {
  margin-right: 0;
}

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em;
}

img.jssocials-share-logo {
  width: auto;
  height: 1em;
}

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1;
}

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em;
}

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em;
}

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em;
}

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em;
}

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle;
}

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default;
}

.jssocials-share-count-box.jssocials-share-no-count {
  display: none;
}

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle;
}

.jssocials-share-twitter .jssocials-share-link {
  background: #00aced;
}

.jssocials-share-twitter .jssocials-share-link:hover {
  background: #0087ba;
}

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998;
}

.jssocials-share-facebook .jssocials-share-link:hover {
  background: #2d4373;
}

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39;
}

.jssocials-share-googleplus .jssocials-share-link:hover {
  background: #c23321;
}

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6;
}

.jssocials-share-linkedin .jssocials-share-link:hover {
  background: #005983;
}

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027;
}

.jssocials-share-pinterest .jssocials-share-link:hover {
  background: #9f191f;
}

.jssocials-share-email .jssocials-share-link {
  background: #3490F3;
}

.jssocials-share-email .jssocials-share-link:hover {
  background: #0e76e6;
}

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823;
}

.jssocials-share-stumbleupon .jssocials-share-link:hover {
  background: #c93412;
}

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628;
}

.jssocials-share-whatsapp .jssocials-share-link:hover {
  background: #1f7d1e;
}

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0;
}

.jssocials-share-telegram .jssocials-share-link:hover {
  background: #1c88bd;
}

.jssocials-share-line .jssocials-share-link {
  background: #25af00;
}

.jssocials-share-line .jssocials-share-link:hover {
  background: #1a7c00;
}

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d;
}

.jssocials-share-viber .jssocials-share-link:hover {
  background: #61407b;
}

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056;
}

.jssocials-share-pocket .jssocials-share-link:hover {
  background: #e9132e;
}

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff;
}

.jssocials-share-messenger .jssocials-share-link:hover {
  background: #006acc;
}

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e;
}

.jssocials-share-vkontakte .jssocials-share-link:hover {
  background: #344d6c;
}

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-link:hover,
.jssocials-share-link:focus,
.jssocials-share-link:active {
  color: #fff;
}

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box:hover {
  background: gainsboro;
}

.jssocials-share-count-box:hover:after {
  border-color: transparent gainsboro transparent transparent;
}

.jssocials-share-count-box:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.85em;
  left: -0.3em;
  width: 0;
  height: 0;
  border-width: 0.4em 0.4em 0.4em 0;
  border-style: solid;
  border-color: transparent #f5f5f5 transparent transparent;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
  transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
}

.jssocials-share-count-box .jssocials-share-count {
  line-height: 2.5em;
  color: #444;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

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

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/***** #Reedmore *************************************************************************/

.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
  width: auto;
  position: relative;
}

.fn_readmore[aria-expanded="false"]::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 245, 245, 0)), to(#f6f5f5));
  background: linear-gradient(top, rgba(246, 245, 245, 0) 0, #f6f5f5 100%);
}

.fn_readmore[data-readmore] {
  -webkit-transition: height 500ms;
  transition: height 500ms;
  overflow: hidden;
  max-height: 215px;
  display: block;
  width: 100%;
}

.fn_readmore + [data-readmore-toggle] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 155px;
  min-height: 43px;
  margin: 10px auto 0;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fn_readmore[data-mode="small"] {
  max-height: none;
}

.fn_readmore[data-mode="small"] + [data-readmore-toggle] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
  min-height: unset;
  color: #B4856E;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  text-decoration: underline;
}

.fn_readmore[data-mode="small"] + [data-readmore-toggle] svg {
  min-width: 12px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fn_readmore[data-mode="small"]::after {
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
}

.fn_readmore[data-mode="small"].fn_readmore[aria-expanded="true"] + [data-readmore-toggle] svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.js_show_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
  min-height: unset;
  margin: 0 auto;
  color: #B4856E;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  text-decoration: underline;
}

.js_show_more svg {
  min-width: 12px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js_show_more.is-open svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

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

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

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

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

@-webkit-keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

@keyframes anti-rotate-animation {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

.fn_categories {
  position: relative;
}

.fn_ajax_wait {
  position: absolute;
  top: 100px;
  left: 50%;
  width: 125px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.fn_ajax_wait:before,
.fn_ajax_wait:after,
.slick-loading::before,
.slick-loading::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 2;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
}

.fn_ajax_wait::before,
.slick-loading::before {
  width: 120px;
  height: 120px;
  margin-left: -60px;
  border-color: transparent #38c0f3 #38c0f3 transparent;
  -webkit-animation: rotate-animation 1s linear 0s infinite;
  animation: rotate-animation 1s linear 0s infinite;
}

.fn_ajax_wait::after,
.slick-loading::after {
  width: 82px;
  height: 82px;
  margin-left: -41px;
  border-color: transparent #38c0f3 #38c0f3 transparent;
  -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
  animation: anti-rotate-animation 0.85s linear 0s infinite;
}

.slick-loading::before,
.slick-loading::after {
  top: 50%;
  margin-top: -41px;
}

.slick-loading::before {
  margin-top: -60px;
}

.ui-slider {
  position: relative;
  height: 6px;
  border: 1px solid #e1e8ed;
  background-color: #e1e8ed;
  margin: 12px 10px 33px;
  border-radius: 2px;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  top: -10px;
  background-color: #e1e8ed;
  border: 1px solid #e1e8ed;
  -webkit-box-shadow: inset 0 0 0 6px #fff, 0 1px 0 0 #e1e8ed;
          box-shadow: inset 0 0 0 6px #fff, 0 1px 0 0 #e1e8ed;
  border-radius: 100%;
  cursor: pointer;
}

.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
  background-color: #38c0f3;
}

.ui-slider .ui-slider-range {
  position: absolute;
  background-color: #38c0f3;
  height: 100%;
}

.autocomplete-suggestions {
  top: 100%;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc( (var(--vh, 1vh) * 100) - 122px);
  background-color: #fff;
  overflow: hidden;
  overflow-y: auto;
}

.autocomplete-suggestions::before {
  content: '';
  position: absolute;
  top: 0;
  left: 25px;
  width: calc(100% - 50px);
  height: 0.5px;
  background-color: rgba(68, 55, 49, 0.25);
  border: none;
}

.autocomplete-suggestion {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

.autocomplete-suggestion__image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  min-width: 50px;
  margin-right: 15px;
}

.autocomplete-suggestion__link {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  margin-right: 15px;
}

.autocomplete-suggestion__price {
  font-size: 1.2em;
  white-space: nowrap;
}

.autocomplete-suggestion:nth-child(even) {
  background: #F8F8F8;
}

.autocomplete-suggestion.autocomplete-selected {
  background: #eae8e8;
}

body > .autocomplete-suggestions {
  padding: 18px 0;
  background-color: #F8F8F8;
}

body > .autocomplete-suggestions .autocomplete-suggestion {
  padding: 7px 25px 7px 23px;
  font-size: 13px;
  line-height: 14px;
  color: rgba(68, 55, 49, 0.5);
}

body > .autocomplete-suggestions .autocomplete-suggestion:nth-child(even) {
  background: transparent;
}

body > .autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background: transparent;
  color: rgba(68, 55, 49, 0.75);
}

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

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

a,
button,
input {
  -webkit-tap-highlight-color: transparent;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

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

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

input,
button,
select,
textarea {
  line-height: inherit;
}

textarea {
  resize: vertical;
}

input[type="search"] {
  -webkit-appearance: none;
}

*:focus {
  outline: none;
}

/* Chrome/Opera/Safari */

::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

/* Mozilla Firefox 4 - 18 */

:-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

/* Mozilla Firefox 19+ */

::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

/* IE 10+ */

:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

/* Edge */

::-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
  white-space: nowrap;
}

::-webkit-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

::-moz-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

:-ms-input-placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

::placeholder {
  font-family: inherit;
  color: inherit;
  text-overflow: ellipsis;
  opacity: .7;
}

[placeholder] {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

:focus::-ms-input-placeholder {
  opacity: 0;
}

:focus::placeholder {
  opacity: 0;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@-webkit-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*Normalize.css v5.0.0*/

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/* Product Rating */

.rating {
  margin-left: -5px;
}

.rating--small {
  margin-left: -3px;
}

.rating_starOff {
  display: inline-block;
  vertical-align: top;
}

.rating_starOff,
.rating_starOn {
  width: 140px;
  height: 28px;
  background: url("../images/rating.png") repeat-x left top;
}

.rating_starOff--small,
.rating_starOn--small {
  width: 90px;
  height: 18px;
  background: url("../images/stars_small.svg") repeat-x left top;
}

.rating_starOff--large,
.rating_starOn--large {
  background: url("../images/stars_large.svg") repeat-x left top;
}

.rating_starOn {
  display: block;
  background-position: left bottom;
}

.rating_text {
  vertical-align: middle;
  line-height: 18px;
  display: inline-block;
}

.user-content {
  overflow: hidden;
  font-size: 9px;
  line-height: 13px;
  color: #443731;
}

.user-content a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user-content a:not(.button):hover {
  text-decoration: underline;
}

.user-content h1 {
  font-size: 25px;
}

.user-content h2 {
  font-size: 20px;
}

.user-content h3 {
  font-size: 16px;
}

.user-content h1:not(:first-child),
.user-content h2:not(:first-child),
.user-content h3:not(:first-child) {
  margin-top: 10px;
}

.user-content h1:not(:last-child),
.user-content h2:not(:last-child),
.user-content h3:not(:last-child) {
  margin-bottom: 15px;
}

.user-content h4:not(:last-child),
.user-content h5:not(:last-child),
.user-content h6:not(:last-child) {
  margin-bottom: 1rem;
}

.user-content h1,
.user-content h2,
.user-content h3,
.user-content h4,
.user-content h5,
.user-content h6 {
  line-height: 1.2;
}

.user-content p:not(:first-child),
.user-content ul:not(:first-child),
.user-content ol:not(:first-child) {
  margin-top: 1em;
}

.user-content p:not(:last-child),
.user-content ul:not(:last-child),
.user-content ol:not(:last-child) {
  margin-bottom: 1em;
}

.user-content caption {
  font-size: 1.25em;
}

.user-content table {
  max-width: 100%;
  margin: 0.5em 0;
  border-collapse: collapse;
}

.user-content table,
.user-content td,
.user-content th {
  border: 1px solid #443731;
}

.user-content td,
.user-content th {
  padding: 0.5em;
  white-space: normal;
}

.user-content th {
  font-weight: bold;
  text-align: center;
}

.user-content img {
  display: block;
  width: auto !important;
  height: auto !important;
}

.user-content img:not(:first-child) {
  margin-top: 0.5em;
}

.user-content img:not(:last-child) {
  margin-bottom: 0.5em;
}

.user-content ul {
  list-style: disc;
}

.user-content ol {
  list-style: decimal;
}

.user-content li {
  margin-left: 1.2em;
  padding-left: 10px;
}

.user-content ul.marked-list--positive,
.user-content ul.marked-list--negative,
.user-content ul.marked-list--simple,
.user-content ul.marked-list--simple-white {
  list-style: none;
}

.user-content ul.marked-list--positive > li,
.user-content ul.marked-list--negative > li,
.user-content ul.marked-list--simple > li,
.user-content ul.marked-list--simple-white > li {
  position: relative;
  margin: 0;
  padding-left: 21px;
}

.user-content ul.marked-list--positive > li::before,
.user-content ul.marked-list--negative > li::before,
.user-content ul.marked-list--simple > li::before,
.user-content ul.marked-list--simple-white > li::before {
  content: "";
  position: absolute;
  left: 0;
}

.user-content ul.marked-list--positive > li::before {
  top: 3px;
  width: 9px;
  height: 7px;
  background: url(../images/marker-positive.svg);
}

.user-content ul.marked-list--negative > li::before {
  top: 4px;
  width: 7px;
  height: 6px;
  background: url(../images/marker-negative.svg);
}

.user-content ul.marked-list--simple > li::before,
.user-content ul.marked-list--simple-white > li::before {
  top: 6px;
  width: 10px;
  height: 1px;
}

.user-content ul.marked-list--simple > li::before {
  background: #443731;
}

.user-content ul.marked-list--simple-white > li::before {
  background: #ffffff;
}

.user-content iframe {
  max-width: 100%;
}

.user-content pre {
  white-space: normal;
}

.user-content .block {
  padding: 20px 15px;
}

.user-content .block:not(:first-child) {
  margin-top: 20px;
}

.user-content .block:not(:last-child) {
  margin-bottom: 20px;
}

.user-content .block--gray {
  background: #F6F6F7;
}

.user-content .block--brown {
  background: #443731;
  color: #ffffff;
}

.user-content .block--light-brown {
  background: #B4856E;
  color: #ffffff;
}

.table-wrap {
  overflow: auto;
}

body {
  position: relative;
  font: normal 14px "Roboto", sans-serif;
  color: #443731;
  line-height: 117%;
  overflow-x: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body *::-moz-selection {
  background: rgba(180, 133, 110, 0.4);
}

body *::selection {
  background: rgba(180, 133, 110, 0.4);
}

body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}

body.menu-open::before {
  background-color: black;
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.popup-open {
  overflow: hidden;
}

body.popup-open::before {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

body.popup-cart-open {
  overflow: hidden;
}

body.popup-cart-open::before {
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

body.search-open {
  overflow: hidden;
}

body.search-open::before {
  position: fixed;
  right: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99999;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

.text-weight-extrathin {
  font-weight: 100;
}

.text-weight-thin {
  font-weight: 200;
}

.text-weight-small {
  font-weight: 300;
}

.text-weight-normal {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: bold;
}

.text-weight-extrabold {
  font-weight: 700;
}

h1,
.text-h1 {
  font-size: 25px;
}

h2,
.text-h2 {
  font-size: 20px;
}

h3,
.text-h3 {
  font-size: 16px;
}

h4,
.text-h4 {
  font-size: 14px;
}

h5,
.text-h5 {
  font-size: 13px;
}

h6,
.text-h6 {
  font-size: 13px;
}

.color-light-brown {
  color: #B4856E;
}

.color-brown {
  color: #443731;
}

.color-black {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

.color-green {
  color: #88C76C;
}

.color-red {
  color: #E17171;
}

.color-600 {
  color: #C4C4C4;
}

.color-500 {
  color: #A2A7AA;
}

.color-400 {
  color: #F8F8F8;
}

.color-300 {
  color: #F6F6F7;
}

.color-200 {
  color: #F6F5F5;
}

.color-100 {
  color: #F6F4F4;
}

.text-wrap {
  white-space: wrap;
}

.text-nowrap {
  white-space: nowrap;
}

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

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

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

.text-capitalize {
  text-transform: capitalize;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-none {
  text-transform: none;
}

.text-inherit {
  text-transform: inherit;
}

.text-weight-normal {
  font-weight: normal;
}

.text-weight-bold {
  font-weight: bold;
}

.js_switch-link,
.js_switch-close,
.js_popup_open,
.js_popup_close,
.js_change-view {
  cursor: pointer;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.icon--sm {
  width: 28px;
  height: 28px;
}

.search__trigger {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 8px 8px 8px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.header__search .search__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 180px;
  height: 34px;
}

.search__trigger-text {
  display: none;
}

.search__form {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  width: 180px;
  height: 34px;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
}

.search__form.is-searching {
  width: calc(100% - 30px);
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search__form.is-searching .search__input {
  height: 100%;
  border-radius: 0;
}

.search__input {
  width: 100%;
  height: 100%;
  padding: 8px 8px 8px 20px;
  background-color: #ffffff;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search__input::-moz-selection {
  background: rgba(180, 133, 110, 0.3);
}

.search__input::selection {
  background: rgba(180, 133, 110, 0.3);
}

.search__input::-webkit-input-placeholder {
  color: transparent;
}

.search__input::-moz-placeholder {
  color: transparent;
}

.search__input:-ms-input-placeholder {
  color: transparent;
}

.search__input::-ms-input-placeholder {
  color: transparent;
}

.search__input::placeholder {
  color: transparent;
}

.search__button.button {
  display: none;
}

.text-color-green {
  color: #88C76C;
}

.text-color-red {
  color: #E17171;
}

.text-color-brown {
  color: #443731;
}

.text-color-light-brown {
  color: #B4856E;
}

.breadcrumbs {
  padding: 10px 15px;
}

.breadcrumbs li {
  display: inline-block;
  color: #A2A7AA;
  font-size: 8px;
  line-height: 113%;
}

.breadcrumbs li:not(:last-of-type)::after {
  content: '/';
  margin: 0 6px;
}

.block-title {
  font-family: "Zhikharev", serif;
  font-size: 24px;
  line-height: 116%;
  color: #B4856E;
}

.tab__link {
  color: #C4C4C4;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tab__link.is-selected {
  color: #B4856E;
}

.tab__separator {
  margin: 0 0.34em;
  color: #C4C4C4;
}

.tab__item {
  display: none;
}

.tab__item.is-selected {
  display: block;
}

.auth__title {
  margin-bottom: 16px;
}

#comment-form .button {
  margin: 0 auto;
}

#header-login-registration .popup__content {
  width: 100%;
  max-width: 100%;
}

.data-edit {
  display: none;
}

.data-edit.is-edit {
  display: block;
}

.data-edit--flex.is-edit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.data-static.is-edit {
  display: none;
}

.informer {
  position: relative;
  display: block;
}

.informer__counter {
  position: absolute;
  bottom: calc(100% - 5px);
  right: -3px;
  padding: 2px 7px;
  font-size: 11px;
  line-height: 1;
  color: #ffffff;
  background-color: #B4856E;
  border-radius: 7px;
}

.informer__counter--mobile {
  position: static;
  margin-left: 0.34em;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  color: #443731;
  background-color: transparent;
}

.informer__icon--text {
  font-weight: 600;
  font-size: 12.5px;
  line-height: 15px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
}

.informer .bg-heart {
  fill: #F6F5F5;
}

.menu-open .informer .bg-heart {
  fill: #ffffff;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 55px;
  padding: 10px 20px;
  border-radius: 9px;
  font-weight: bold;
  font-size: 10px;
  line-height: 13px;
  text-transform: uppercase;
}

.button--primary {
  color: #ffffff;
  background-color: #B4856E;
}

.button--secondary {
  color: #ffffff;
  background-color: #443731;
}

.button--half-w {
  max-width: 50%;
}

.button--mini {
  max-width: 200px;
  min-height: 40px;
}

.message__error {
  margin-bottom: 20px;
  color: #E17171;
  font-size: 16px;
}

.form__group {
  position: relative;
  margin-bottom: 12px;
}

.form__group--last {
  margin-bottom: 0;
}

.form__group label.error {
  position: absolute;
  bottom: 100%;
  left: 0;
  font-size: 10px;
  line-height: 11px;
  color: #E17171;
}

.form__input,
.form__textarea {
  width: 100%;
  padding: 16px 23px;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #443731;
  background-color: transparent;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 5px;
}

.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #A2A7AA;
}

.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
  opacity: 1;
  color: #A2A7AA;
}

.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
  opacity: 1;
  color: #A2A7AA;
}

.form__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder {
  opacity: 1;
  color: #A2A7AA;
}

.form__input::placeholder,
.form__textarea::placeholder {
  opacity: 1;
  color: #A2A7AA;
}

.form__input--gray,
.form__textarea--gray {
  background-color: #F8F8F8;
  border-color: #F8F8F8;
}

.form__input--gray.no-focus:not(.error):focus,
.form__textarea--gray.no-focus:not(.error):focus {
  border-color: #F8F8F8;
}

.form__input--lg,
.form__textarea--lg {
  height: 55px;
}

.form__input:not(.error):focus,
.form__textarea:not(.error):focus {
  border-color: #443731;
}

.form__input.error {
  color: #E17171;
  border-color: #E17171;
}

.form__input.error::-webkit-input-placeholder {
  color: #E17171;
}

.form__input.error::-moz-placeholder {
  color: #E17171;
}

.form__input.error:-ms-input-placeholder {
  color: #E17171;
}

.form__input.error::-ms-input-placeholder {
  color: #E17171;
}

.form__input.error::placeholder {
  color: #E17171;
}

.form__label {
  margin-bottom: 14px;
  font-size: 13px;
  line-height: 108%;
  color: #A2A7AA;
}

.form__radiobutton {
  display: none;
}

.form__radiobutton + label {
  position: relative;
  padding-left: 24px;
  font-size: 13px;
  line-height: 15px;
  color: #A2A7AA;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__radiobutton + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 15px;
  height: 15px;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__radiobutton:checked + label::before {
  background-color: #443731;
  border-color: #443731;
  color: #443731;
}

.form__checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.form__checkbox-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  margin-right: 16px;
  border: 1px solid #F6F6F7;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__checkbox-icon svg {
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form__checkbox-text {
  font-size: 12px;
  line-height: 116%;
}

.form__checkbox-input:checked + .form__checkbox-icon {
  background-color: #443731;
  border-color: #443731;
}

.form__checkbox-input:checked + .form__checkbox-icon svg {
  opacity: 1;
}

.form__password {
  position: relative;
}

.form__password-btn {
  position: absolute;
  right: 3px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.form__password-btn .hide-password {
  display: none;
}

.form__password-btn.is-showed .hide-password {
  display: initial;
}

.form__password-btn.is-showed .show-password {
  display: none;
}

.js_select2 + .select2-container .select2-selection--single,
.js_select2 + label + .select2-container .select2-selection--single,
.js-warehouses-block .select2-container .select2-selection--single {
  height: 55px;
}

.js_select2 + .select2-container--default .select2-selection--single,
.js_select2 + label +.select2-container--default .select2-selection--single,
.js-warehouses-block .select2-container--default .select2-selection--single {
  border: none;
  background-color: #F8F8F8;
  border-radius: 5px;
}

.js_select2 + .select2-container .select2-selection--single .select2-selection__rendered,
.js_select2 + label + .select2-container .select2-selection--single .select2-selection__rendered,
.js-warehouses-block .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 23px;
  padding-right: 62px;
}

.js_select2 + .select2-container--default .select2-selection--single .select2-selection__rendered,
.js_select2 + label + .select2-container--default .select2-selection--single .select2-selection__rendered,
.js-warehouses-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 13px;
  line-height: 15px;
  color: #443731;
}

.js_select2 + .select2-container--default .select2-selection--single .select2-selection__arrow,
.js_select2 + label + .select2-container--default .select2-selection--single .select2-selection__arrow,
.js-warehouses-block .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 12px;
  width: 12px;
  top: 22px;
  right: 25px;
}

.js_select2 + .select2-container--default .select2-selection--single .select2-selection__arrow b,
.js_select2 + label + .select2-container--default .select2-selection--single .select2-selection__arrow b,
.js-warehouses-block .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 12px;
  height: 12px;
  top: 0;
  left: 0;
  margin-left: 0;
  margin-top: 0;
  background: url(../images/arrow-dropdown.svg) center no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js_select2 + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.js_select2 + label + .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
.js-warehouses-block .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.js_select2 + .select2-container--default .select2-selection.select2-selection--multiple,
.js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple,
.js-warehouses-block .select2-container--default .select2-selection.select2-selection--multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 55px;
  padding: 0 15px;
  background-color: #F8F8F8;
  border-color: transparent;
}

.js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered,
.js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered,
.js-warehouses-block .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__rendered {
  width: auto;
}

.js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice,
.js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice,
.js-warehouses-block .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice {
  padding: 5px;
  background-color: rgba(180, 133, 110, 0.1);
  border-color: rgba(180, 133, 110, 0.4);
}

.js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove,
.js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove,
.js-warehouses-block .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
  color: #B4856E;
}

.js-warehouses-block .select2-container .select2-selection--single {
  height: 50px;
}

.js-warehouses-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-top: 18px;
  padding-bottom: 17px;
}

body > .select2-container .select2-dropdown,
.dropDownSelect2 .select2-dropdown {
  padding: 18px 0;
  background-color: #F8F8F8;
  border: none;
}

body > .select2-container .select2-dropdown::before,
.dropDownSelect2 .select2-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  width: calc(100% - 48px);
  height: 1px;
  background-color: rgba(68, 55, 49, 0.25);
}

body > .select2-container .select2-dropdown--below::before,
.dropDownSelect2 .select2-dropdown--below::before {
  top: 0;
}

body > .select2-container .select2-dropdown--above::before,
.dropDownSelect2 .select2-dropdown--above::before {
  bottom: 0;
}

body > .select2-container .select2-results__option,
.dropDownSelect2 .select2-results__option {
  padding: 7px 25px 7px 23px;
  font-size: 13px;
  line-height: 14px;
  color: rgba(68, 55, 49, 0.5);
}

body > .select2-container .select2-results__option--highlighted[aria-selected],
.dropDownSelect2 .select2-results__option--highlighted[aria-selected] {
  background-color: transparent;
  color: rgba(68, 55, 49, 0.75);
}

body > .select2-container .select2-results__option--selectable.select2-results__option--selected,
body > .select2-container .select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted,
.dropDownSelect2 .select2-results__option--selectable.select2-results__option--selected,
.dropDownSelect2 .select2-results__option--selectable.select2-results__option--selected.select2-results__option--highlighted {
  font-weight: 600;
  color: #B4856E;
}

body > .select2-container .select2-search--dropdown,
.dropDownSelect2 .select2-search--dropdown {
  padding: 7px 25px 7px 23px;
}

.main-banner {
  position: relative;
}

.main-banner__image img {
  width: 100%;
  height: auto;
}

.main-banner__content {
  display: none;
}

.main-banner__nav {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: calc(100% - 30px);
}

.main-banner__dots {
  display: contents;
}

.main-banner__dots .slick-dots {
  position: initial;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.main-banner__dots .slick-dots li {
  margin: 0 1px;
  width: 38px;
}

.main-banner__dots .slick-dots li button {
  width: 100%;
  height: 2px;
  border-radius: 0;
  opacity: .5;
}

.main-banner__dots .slick-dots li.slick-active button {
  opacity: 1;
}

.main-banner__arrows {
  display: none;
}

.menu__trigger.is-active .menu__burger-line:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.menu__trigger.is-active .menu__burger-line:nth-child(2) {
  display: none;
}

.menu__trigger.is-active .menu__burger-line:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.menu__burger {
  position: relative;
}

.menu__burger-line {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu__burger-line:nth-child(1) {
  top: calc(50% - 5px);
}

.menu__burger-line:nth-child(3) {
  top: calc(50% + 5px);
}

.menu__content {
  position: absolute;
  top: 100%;
  left: 15px;
  display: none;
  width: calc(100% - 30px);
  max-height: calc( (var(--vh, 1vh) * 100) - 105px);
  background-color: #ffffff;
  overflow: auto;
}

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

.menu__content.is-brands-open {
  overflow: visible;
}

.menu__content.is-brands-open .menu__inner > *:not(.menu__brands) {
  opacity: 0;
  visibility: hidden;
}

.menu__lists {
  padding: 15px 15px 14px 15px;
}

.menu__list-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.01em;
}

.menu__list-trigger.is-active .menu__list-trigger-icon svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.menu__list-trigger-text {
  margin-right: 11px;
  letter-spacing: 0.01em;
}

.menu__list-trigger-icon svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.menu__item {
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.01em;
}

.menu__item:first-of-type {
  margin-top: -4px;
}

.menu__item:last-of-type {
  margin-bottom: 9px;
}

.menu__item-link {
  display: block;
  padding: 4px 0;
}

.menu__item-link--button {
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
}

.menu__footer {
  padding: 30px 15px 23px 15px;
  background-color: #F6F5F5;
}

.menu__footer-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 114%;
  letter-spacing: 0.01em;
}

.menu__footer-text--light {
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}

.menu__footer-item {
  margin-bottom: 16px;
}

.menu__footer-item:last-of-type {
  margin-bottom: 0;
}

.menu__footer-phones {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 50px;
}

.menu__footer-wishlist {
  margin-bottom: 20px;
}

.menu__footer-languages {
  margin-bottom: 28px;
}

.menu__footer-languages-link {
  margin-right: 19px;
}

.menu__footer-languages-link-text {
  color: rgba(68, 55, 49, 0.25);
}

.menu__footer-languages-link.is-active .menu__footer-languages-link-text {
  color: #443731;
}

.menu__footer-phones-link + .menu__footer-phones-link {
  margin-top: 4px;
}

.menu__footer-socials-title {
  margin-bottom: 12px;
}

.menu__footer-socials-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu__footer-socials-link + .menu__footer-socials-link {
  margin-left: 19px;
}

.menu__product {
  display: none;
}

.menu__brands {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
  width: 100%;
  max-height: calc( (var(--vh, 1vh) * 100) - 105px);
  background-color: #ffffff;
  overflow: auto;
}

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

.menu__brands-inner {
  padding: 17px 15px 50px 14px;
}

.menu__brands-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 21px;
}

.menu__brands-trigger-icon {
  margin-right: 12px;
}

.menu__brands-trigger-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
}

.menu__brands-list {
  margin-top: -4px;
}

.menu__brands-item {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 117%;
}

.menu__brands-item:last-of-type {
  margin-bottom: 0;
}

.menu__brands-item-link {
  display: block;
  padding: 4px 0;
  color: rgba(68, 55, 49, 0.75);
}

.comment-form__rating-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comment__item {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.comment__item:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: '';
  width: 104px;
  height: 1px;
  background-color: rgba(68, 55, 49, 0.25);
}

.comment__item--inner {
  margin-bottom: 0;
  margin-top: 14px;
  padding-bottom: 0;
  padding-top: 14px;
}

.comment__item--inner:after {
  bottom: auto;
  top: 0;
  left: calc(50% - 15px);
}

.comment__item-inner {
  padding-left: 30px;
}

.comment__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 15px;
}

.comment__author {
  width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 12px;
  line-height: 116%;
}

.comment__status {
  position: relative;
  bottom: 10px;
  left: 5px;
  display: inline-block;
  padding: 5px;
  color: #ffffff;
  font-weight: 400;
  font-size: 8px;
  line-height: 110%;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  background-color: #E17171;
  border-radius: 5px;
}

.comment__content {
  font-size: 10px;
  line-height: 116%;
}

.comment__date {
  color: rgba(68, 55, 49, 0.5);
  font-size: 8px;
  line-height: 110%;
  text-transform: lowercase;
}

.comment__mark {
  margin-top: 15px;
}

.comment__mark-title {
  margin-bottom: 5px;
  font-weight: 500;
}

.preview {
  height: 100%;
}

.preview--sm .preview__image::after {
  padding-top: 100%;
}

.preview__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.preview__top {
  position: relative;
}

.preview__image {
  display: block;
  position: relative;
}

.preview__image::after {
  content: "";
  display: block;
  padding-top: 150%;
}

.preview__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.preview__image img.no-image {
  padding: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #F6F6F7;
}

.preview__stickers {
  position: absolute;
  top: 8px;
  left: 8px;
}

.preview__sticker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}

.preview__sticker:not(:last-child) {
  margin-bottom: 8px;
}

.preview__sticker--discount {
  border-radius: 50%;
  background-color: #E17171;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
}

.preview__sticker--promo img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.preview__sticker.hidden {
  display: none;
}

.preview__name {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  margin-top: 10px;
  font-size: 10px;
  line-height: 12px;
  color: #443731;
  opacity: 0.75;
}

.preview__price {
  position: relative;
  margin-top: 3px;
  padding-top: 14px;
  color: #443731;
}

.preview__price .old_price {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  line-height: 14px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}

.preview__price .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}

.preview__price .price .currency {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
}

.preview__price .price--red {
  color: #E17171;
}

.preview__wishlist-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  background-color: #ffffff;
  border-radius: 50%;
  color: transparent;
}

.preview__wishlist-btn svg {
  width: 14px;
  height: 14px;
}

.preview__wishlist-btn.selected {
  color: #443731;
}

.preview__form {
  display: none;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 15px;
  min-height: 50px;
  background-color: #ffffff;
  border-radius: 5px;
}

.preview__buy-btn {
  position: absolute;
  right: 13px;
  bottom: 11px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28px;
  height: 28px;
}

.preview__buy-btn svg {
  width: 24px;
  height: 20px;
}

.preview__buy-btn[disabled] {
  pointer-events: none;
  opacity: 0.4;
}

.preview__colors {
  margin-bottom: 8px;
  padding-bottom: 20px;
  border-bottom: 0.5px solid #443731;
}

.preview__colors--mb {
  margin-bottom: 32px;
}

.preview__color-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -5px -5px;
}

.preview__color-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5px;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
}

.preview__color-item svg {
  opacity: 0;
}

.preview__color-item.selected svg {
  opacity: 1;
}

.preview__sizes {
  padding-top: 15px;
  padding-right: 35px;
}

.preview__sizes--pt-0 {
  padding-top: 0;
}

.preview__size-list {
  margin: -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.preview__size-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 2px;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 50%;
  color: #443731;
  opacity: 0.75;
  font-size: 10px;
  line-height: 14px;
  cursor: pointer;
}

.preview__size-item.selected {
  color: #ffffff;
  background-color: #443731;
  opacity: 1;
}

.preview__select {
  position: relative;
  font-size: 13px;
  line-height: 14px;
}

.preview__select-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  white-space: nowrap;
  overflow: hidden;
}

.preview__select-trigger svg {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.preview__select-trigger.is-active svg {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.preview__select-dropdown {
  display: none;
  position: absolute;
  bottom: 100%;
  left: -15px;
  right: -50px;
  padding: 15px 15px 30px;
  background-color: #ffffff;
  border-radius: 5px;
}

.preview__select-dropdown::before {
  content: "";
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  height: 1px;
  background-color: rgba(68, 55, 49, 0.25);
}

.preview__select-option {
  display: block;
  padding: 6px 0;
  color: rgba(68, 55, 49, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.preview__select-option.selected {
  color: rgba(68, 55, 49, 0.75);
}

.preview__select-option:hover {
  color: #443731;
}

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.pagination .page_item:not(:last-child) {
  margin-right: 15px;
}

.pagination .page_item.active .page_link {
  background-color: #443731;
  color: #ffffff;
}

.pagination .page_link {
  min-width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px;
  font-size: 12px;
  line-height: 14px;
  background: #F6F6F7;
  border-radius: 4px;
  color: #443731;
}

.pagination .page_link.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.pagination .page_link--prev,
.pagination .page_link--next {
  background-color: transparent;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
}

.popup__content {
  position: relative;
  margin: auto;
  padding: 20px;
  background-color: #ffffff;
}

.popup__content--right-side {
  margin: 0 0 auto auto;
}

.popup__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.popup__header--brown,
.popup__header--gray {
  width: calc(100% + 40px);
  margin: -20px -20px 20px -20px;
  padding: 20px;
}

.popup__header--brown {
  background-color: #443731;
}

.popup__header--brown .popup__title {
  color: #ffffff;
}

.popup__header--gray {
  min-height: 77px;
  background-color: #F8F8F8;
}

.popup__header--gray .popup__title {
  color: #B4856E;
}

.popup__title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-family: "Zhikharev", serif;
  font-size: 20px;
  line-height: 140%;
}

.popup__close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 20px;
  color: #B4856E;
}

.popup.is-visible {
  opacity: 1;
  pointer-events: initial;
}

.popup--full .popup-wrap {
  padding: 0;
}

.popup--full .popup__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.callback__working-hours {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #584E61;
}

.callback__phones {
  font-weight: bold;
  font-size: 30px;
  line-height: 38px;
  color: #584E61;
}

.callback__phones a {
  white-space: nowrap;
}

.callback__form {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid rgba(68, 55, 49, 0.25);
}

.callback__form .message_error {
  margin-bottom: 20px;
  color: #E17171;
}

.callback__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 35px;
  padding-right: 35px;
}

.page-header {
  margin-bottom: 30px;
}

.page-header--no-image .page-header__heading {
  padding: 0 15px 10px;
}

.page-header__image {
  max-height: 500px;
}

.page-header__image picture {
  display: contents;
}

.page-header__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-header__heading {
  padding: 10px 0;
}

.page-header__title {
  font-family: "Zhikharev", serif;
  font-size: 30px;
  line-height: 34px;
  color: #B4856E;
}

.page-header__subtitle {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.header {
  position: relative;
  margin-top: 12px;
  z-index: 10001;
}

.search-open .header {
  z-index: 1000000;
}

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

.header__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px 18px 22px 10px;
  background-color: #443731;
}

.header__container--cart {
  min-height: 77px;
  padding: 22px 15px;
  background-color: #F8F8F8;
}

.header__container--cart .grid {
  width: calc(100% + 30px);
}

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

.header__menu {
  margin-right: 9px;
}

.header__informers {
  margin-left: auto;
  color: #ffffff;
}

.header__informers-item--wishlist {
  color: #ffffff;
}

.header__logo-col {
  display: none;
}

.header__title {
  color: #B4856E;
  font-family: "Zhikharev", serif;
  font-size: 24px;
  line-height: 116%;
}

.footer {
  background-color: #443731;
  color: #ffffff;
}

.footer__top {
  padding: 18px 0 23px;
}

.footer__center {
  padding: 26px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer__bottom {
  padding: 25px 0;
}

.footer__contacts-title {
  margin-bottom: 5px;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.01em;
  opacity: 0.2;
}

.footer__address,
.footer__phones {
  margin-bottom: 15px;
  font-weight: 300;
  font-size: 10px;
  line-height: 140%;
  letter-spacing: 0.01em;
}

.footer__socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
  color: #443731;
}

.footer__social-link:not(:last-child) {
  margin-right: 19px;
}

.footer__menu-title {
  margin-bottom: 13px;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
}

.footer__menu {
  margin-bottom: 25px;
}

.footer__menu-item {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 11px;
}

.footer__copyright {
  font-weight: 300;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.3);
}

.footer__copyright-tm {
  margin-bottom: 6px;
}

.footer__copyright-creators {
  max-width: 180px;
}

.main-block {
  padding: 25px 0 20px;
}

.main-block:not(.main-block--gray) .fn_readmore[aria-expanded="false"]::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 0, white 100%);
}

.main-block--gray {
  background-color: #F6F5F5;
}

.main-block__title {
  margin: 0 0 5px;
  font-family: "Zhikharev", serif;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #B4856E;
}

.main-block__subtitle {
  margin: 0 0 15px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #443731;
}

.main-products {
  margin: -10px -8px 0;
  padding-top: 38px;
}

.main-products .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main-products .slick-slide {
  padding: 0 8px;
  height: initial;
}

.main-products .slick-prev,
.main-products .slick-next {
  top: 0;
  width: 28px;
  height: 28px;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.main-products .slick-prev::before,
.main-products .slick-next::before {
  display: none;
}

.main-products .slick-prev.slick-disabled,
.main-products .slick-next.slick-disabled {
  opacity: 0.25;
}

.main-products .slick-prev {
  left: calc(50% - 44px);
  background-image: url(../images/slick-arrow-left.svg);
}

.main-products .slick-next {
  right: calc(50% - 44px);
  background-image: url(../images/slick-arrow-right.svg);
}

.product__name {
  margin: 5px 0;
  color: #443731;
  font-weight: 600;
  font-size: 16px;
  line-height: 118%;
}

.product__anchors-wrap {
  max-width: calc(100% + 30px);
  margin: 0 -15px 10px;
  padding: 0 15px;
}

.product__anchors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 25px;
  overflow-x: auto;
  background-color: #F6F5F5;
}

.product__anchors::-webkit-scrollbar {
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0);
}

.product__anchors-item {
  margin-right: 14px;
  color: #443731;
  font-weight: 600;
  font-size: 9px;
  line-height: 122%;
  text-transform: uppercase;
  white-space: nowrap;
}

.product__anchors-item:last-of-type {
  margin-right: 0;
}

.product__block-title {
  margin-bottom: 15px;
}

.product__rank {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

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

.product__rating-stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 5px;
}

.product__rating-votes {
  font-size: 10px;
  line-height: 122%;
  text-decoration: underline;
  color: #B4856E;
}

.product__brand {
  font-size: 10px;
  line-height: 122%;
  text-decoration: underline;
  color: #B4856E;
}

.product__gallery {
  margin-bottom: 10px;
}

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

.product__gallery-box {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: calc(100% - 100px);
  /*background-color: #F6F4F4;*/
}

.product__gallery-special {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}

.product__gallery-special-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 35px;
  height: 35px;
}

.product__gallery-special-item--discount {
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  line-height: 14px;
  border-radius: 50%;
  background-color: #E17171;
  white-space: nowrap;
}

.product__gallery-special-item:not(:last-child) {
  margin-bottom: 8px;
}

.product__gallery-slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product__gallery-thumbs {
  width: 32px;
  min-width: 32px;
  margin-right: 8px;
}

.product__gallery-thumbs .slick-list {
  height: 100%;
}

.product__gallery-thumbs-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 7px;
  border: 1px solid #F6F4F4;
  background-color: #F6F4F4;
  overflow: hidden;
  cursor: pointer;
}

.product__gallery-thumbs-item.slick-slide {
  width: 32px;
  height: 32px;
}

.product__gallery-thumbs-item.slick-slide:not(:first-of-type) {
  display: none;
}

.slick-initialized .product__gallery-thumbs-item.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product__gallery-thumbs-item.slick-slide.slick-current {
  border-color: #B4856E;
}

.product__gallery-thumbs-item--video {
  position: relative;
}

.product__gallery-thumbs-item--video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(246, 244, 244, 0.4);
}

.product__gallery-thumbs-item--video svg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 16px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #ff0000;
}

.product__gallery-image {
  width: 100%;
}

.product__gallery-video {
  position: relative;
  width: 100%;
}

.product__gallery-video::after {
  content: '';
  display: block;
  padding-top: 56.25%;
}

.product__gallery-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.product__gallery-image-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__gallery-image-item.slick-slide {
  float: none;
}

.product__gallery-image-item.slick-slide:not(:first-of-type) {
  display: none;
}

.slick-initialized .product__gallery-image-item.slick-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.product__gallery-image-item--video {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: auto;
}

.product__colors {
  margin-bottom: 20px;
}

.product__colors-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
  font-size: 10px;
  line-height: 120%;
}

.product__colors-title {
  margin-right: 0.34em;
  font-weight: 300;
  color: #443731;
}

.product__colors-name {
  font-weight: 400;
}

.product__sku {
  color: #A2A7AA;
}

.product__sku--desctop {
  display: none;
}

.product__sku-title {
  margin-right: 0.34em;
}

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

.product__colors-item {
  width: 53px;
  min-width: 53px;
  height: 53px;
  margin: 0 7.5px;
  border: 1px solid transparent;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.product__colors-item img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__colors-item.is-selected {
  border-color: #B4856E;
  border-width: 2px;
}

.product__colors-link {
  display: contents;
}

.product__prices {
  margin-bottom: 15px;
}

.product__price {
  color: #443731;
  font-weight: 600;
  font-size: 25px;
  line-height: 116%;
}

.product__price-text {
  margin-right: 0.34em;
}

.product__price-currency {
  font-size: 0.56em;
}

.product__price--old {
  color: #443731;
  font-size: 12px;
  text-decoration: line-through;
}

.product__price--discount {
  color: #E17171;
}

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

.product__submit {
  width: 190px;
}

.product__submit--out-of-stock {
  font-weight: 600;
  color: #E17171;
}

.product__wishlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  color: rgba(68, 55, 49, 0.05);
  border-radius: 50%;
  background-color: rgba(68, 55, 49, 0.05);
}

.product__wishlist.selected {
  color: #443731;
}

.product__sizes {
  margin-bottom: 12px;
}

.product__sizes-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 116%;
}

.product__sizes-title {
  font-weight: 300;
  color: #443731;
}

.product__sizes-table {
  margin: 0 auto;
  font-weight: 400;
  color: #B4856E;
  text-decoration: underline;
}

.product__sizes-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -12px -12px 0;
}

.product__sizes-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width:auto;
  margin: 0 12px 12px 0;
  padding: 18px 25px;
  font-size: 12px;
  line-height: 116%;
  text-transform: uppercase;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 5px;
}

.product__sizes-item.is-selected {
  border-color: #443731;
}

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

.product__promotion-icon {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.product__promotion-text {
  color: #443731;
  font-size: 12px;
  line-height: 20px;
}

.product__description {
  padding: 0 15px;
}

.product__description .block-title {
  margin-bottom: 5px;
}

.product__desc-more {
  display: none;
  padding: 8px 15px 0;
}

.product__desc-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: unset;
  min-height: unset;
  margin-top: 16px;
  color: #B4856E;
  font-weight: bold;
  font-size: 8px;
  text-transform: uppercase;
  text-decoration: underline;
}

.product__desc-btn svg {
  min-width: 12px;
  margin-left: 5px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__desc-btn--open.is-active {
  display: none;
}

.product__desc-btn--close {
  margin: 16px auto 0;
}

.product__desc-btn--close svg {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.product__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  margin-top: 20px;
}

.product__get-info {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 15px;
}

.product__get-info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px 23px;
  background-color: #F6F5F5;
  border-radius: 5px;
}

.product__get-info-block + .product__get-info-block {
  margin-top: 12px;
}

.product__get-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 32px;
  height: 32px;
  margin-right: 17px;
  background-color: #ffffff;
  border-radius: 50%;
}

.product__get-info-text {
  font-size: 10px;
  line-height: 116%;
}

.product__get-info-text span {
  margin-right: 0.34em;
}

.product__comments {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-bottom: 20px;
}

.product__comments-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}

.product__comments-rating {
  margin-bottom: 10px;
}

.product__comments-form {
  color: #B4856E;
  font-weight: bold;
  font-size: 8px;
  line-height: 110%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  margin-left: 5px;
}

.product__related {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: calc(100% + 30px);
  margin: 0 -15px 15px -15px;
  background-color: rgba(68, 55, 49, 0.05);
}

.cart {
  padding: 30px 0;
}

.cart__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #443731;
}

.cart__subtitle {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #443731;
}

.cart__user-tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

.cart__user-tab {
  white-space: nowrap;
  font-weight: bold;
  font-size: 8px;
  line-height: 9px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: uppercase;
  color: #B4856E;
}

.cart__user-tab.is-active {
  color: #443731;
}

.cart__user-tab:not(:last-child) {
  margin-right: 50px;
}

.cart__info-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid rgba(68, 55, 49, 0.25);
}

.cart__info-icon {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 12px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #B4856E;
  color: #ffffff;
}

.cart__free-delivery-text {
  font-weight: 300;
  font-size: 12px;
  line-height: 14px;
  color: #443731;
  opacity: 0.75;
}

.cart__free-delivery-text .rest {
  font-weight: 600;
}

.cart__back-link {
  margin: 20px 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  color: #B4856E;
}

.cart__back-link svg {
  margin-right: 6px;
}

.cart__summary {
  padding: 15px;
  background: #F8F8F8;
  border-radius: 3px;
}

.cart__summary-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  color: #443731;
}

.cart__summary-item .summary-title {
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
}

.cart__summary-item .summary-value {
  white-space: nowrap;
  font-size: 14px;
  line-height: 16px;
}

.cart__summary-item .summary-value .currency {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.cart__summary-item--total {
  margin: 20px 0;
  font-weight: 600;
}

.cart__summary-item--total .summary-title {
  font-size: 13px;
  line-height: 15px;
}

.cart__summary-item--total .summary-value {
  font-size: 16px;
  line-height: 19px;
}

.cart__delivery {
  margin-top: 12px;
}

.cart__delivery-block, .js-delivery-select-city {
    display: none;
}
.cart__delivery-block {
  padding: 12px 0;
}

.cart__delivery-block.is-active, .js-delivery-select-city.is-active  {
  display: block;
}

.cart__payment {
  margin: 12px 0;
}

.cart__comment {
  margin-bottom: 32px;
}

.cart__comment-textarea {
  max-height: 70px;
}

.cart__coupon {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.cart__coupon-btn {
  margin-left: 15px;
  min-height: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.purchase {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(68, 55, 49, 0.25);
}

.purchase:not(:last-child) {
  margin-bottom: 25px;
}

.purchase__image {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 94px;
  margin-right: 12px;
}

.purchase__image img {
  width: 100%;
  height: auto;
}

.purchase__content {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.purchase__sku {
  margin-bottom: 4px;
  font-size: 8px;
  line-height: 10px;
  color: #A2A7AA;
}

.purchase__name {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #443731;
}

.purchase__name .preorder-label {
  font-weight: 400;
}

.purchase__center {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 8px;
}

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

.purchase__row--center {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.purchase__variant {
  padding: 4px 9px;
  border: 0.5px solid #443731;
  border-radius: 3px;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
}

.purchase__prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.purchase__prices .price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #443731;
  white-space: nowrap;
}

.purchase__prices .price .currency {
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
}

.purchase__prices .price--red {
  color: #E17171;
}

.purchase__prices .old-price {
  margin-bottom: -2px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 12px;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #443731;
}

.purchase__amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  border-radius: 3px;
  background: #443731;
}

.purchase__amount .minus,
.purchase__amount .plus,
.purchase__amount .input_amount {
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}

.purchase__amount .minus,
.purchase__amount .plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  cursor: pointer;
}

.purchase__amount .input_amount {
  width: 27px;
  text-align: center;
}

.purchase__remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
  height: 24px;
  margin-right: -6px;
}

.purchase__remove svg {
  width: 13px;
  height: 14px;
}

.popup-cart {
  display: none;
  position: absolute;
  z-index: 99999;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  padding: 12px 15px;
  background-color: #ffffff;
}

.popup-cart.is-active {
  display: block;
  padding-bottom: 50px;
}

.popup-cart__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 25px 15px;
  background-color: #F8F8F8;
  color: #B4856E;
}

.popup-cart__title {
  font-family: "Zhikharev", serif;
  font-size: 24px;
  line-height: 28px;
}

.popup-cart__close {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 25px;
  cursor: pointer;
}

.popup-cart .cart__summary {
  margin-bottom: 20px;
}

.popup-cart .cart__summary-item--total {
  margin-bottom: 0;
}

.order-page {
  padding-bottom: 45px;
}

.order-page__header {
  margin-bottom: 20px;
}

.order-page__title {
  margin-bottom: 10px;
  font-family: "Zhikharev", serif;
  font-size: 30px;
  line-height: 34px;
  color: #B4856E;
}

.order-page__subtitle {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
}

.order-page__msg {
  font-size: 14px;
  line-height: 16px;
}

.catalog {
  padding-bottom: 20px;
}

.catalog__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.catalog__filter-btn {
  width: calc(50% - 8px);
  height: 36px;
  min-height: 36px;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 5px;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
}

.catalog__filter-btn svg {
  margin-right: 8px;
  color: #D0CDCB;
}

.catalog__sort {
  width: calc(50% - 8px);
}

.catalog__tabs {
  display: none;
}

.catalog__item {
  margin-bottom: 24px;
}

.products-sort {
  position: relative;
  z-index: 999;
  font-size: 11px;
  line-height: 14px;
}

.products-sort__trigger {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 5px;
  cursor: pointer;
}

.products-sort__trigger.is-active {
  border: none;
  border-radius: none;
}

.products-sort__trigger-lbl {
  display: none;
}

.products-sort__trigger-icon {
  margin-right: 10px;
  color: #D0CDCB;
  line-height: 0;
}

.products-sort__trigger-icon.active_down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products-sort__dropdown {
  position: absolute;
  display: none;
  top: 100%;
  right: 0;
  min-width: 100%;
  padding-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.products-sort__dropdown::before {
  content: "";
  display: none;
  position: absolute;
  z-index: -1;
  top: -36px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  border: 1px solid rgba(68, 55, 49, 0.25);
}

.products-sort__dropdown.is-active {
  display: block;
}

.products-sort__dropdown.is-active::before {
  display: block;
}

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

.products-sort__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
}

.products-sort__link svg {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  display: none;
  margin-right: 5px;
  color: #B4856E;
}

.products-sort__link.active_up svg,
.products-sort__link.active_down svg {
  display: initial;
}

.products-sort__link.active_down svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sidebar {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: -100%;
  width: 100vw;
  height: 100vh;
  display: block;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar.is-open {
  left: 0;
}

.sidebar__inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  overflow-y: scroll;
}

.sidebar__mobile-top {
  width: 100%;
  margin-bottom: 30px;
}

.sidebar--close {
  width: calc(50% - 8px);
  height: 36px;
  min-height: 36px;
  font-weight: 400;
  font-size: 11px;
  line-height: 14px;
  text-transform: none;
}

.sidebar--close svg {
  margin-right: 7px;
}

.filter:not(:last-child),
.filter--selected {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(162, 167, 170, 0.5);
}

.filter__group--price .ui-slider {
  margin: 30px 8px 8px;
  height: 2px;
  border: none;
  border-radius: 0;
  background-color: rgba(68, 55, 49, 0.25);
}

.filter__group--price .ui-slider .ui-slider-range {
  background-color: #443731;
}

.filter__group--price .ui-slider .ui-slider-handle {
  top: -7px;
  margin-left: -7px;
  width: 15px;
  height: 15px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #443731;
}

.filter__group--btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7px -13px;
}

.filter__price-range {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__price-range .price-label {
  width: calc(50% - 5px);
}

.filter__price-range .divider {
  display: block;
  margin: 0 4px;
  width: 6px;
  height: 1px;
  background-color: #443731;
}

.filter__price-range .min-input,
.filter__price-range .max-input {
  width: 100%;
  height: 36px;
  background: #F6F5F5;
  border-radius: 5px;
  font-size: 12px;
  line-height: 14px;
  color: #443731;
  text-align: center;
}

.filter__name {
  margin-bottom: 12px;
  font-family: "Zhikharev", serif;
  font-size: 25px;
  line-height: 35px;
  color: #B4856E;
}

.filter__item:not(:last-child) {
  margin-bottom: 15px;
}

.filter__item--btn {
  margin: 7px 13px;
}

.filter__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 14px;
  line-height: 15px;
}

.filter__link--selected svg {
  margin-left: 5px;
  padding: 2px;
}

.filter__link--color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter__link--btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  min-width: 59px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 14px;
  white-space: nowrap;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 5px;
}

.filter__link--btn.checked {
  border-color: #443731;
}

.filter__indicator {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 9px;
  border: 1px solid rgba(68, 55, 49, 0.25);
  border-radius: 7.5px;
}

.checked .filter__indicator {
  border-color: #443731;
  background-color: #443731;
}

.filter__indicator--color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 21px;
  height: 21px;
  margin-right: 16px;
  border: none;
  border-radius: 4px;
}

.filter__indicator--color svg {
  color: #ffffff;
  opacity: 0;
}

.checked .filter__indicator--color svg {
  opacity: 1;
}

.filter__indicator--color-all {
  border: 1px solid rgba(68, 55, 49, 0.25);
  background-color: transparent;
}

.filter__indicator--color-all svg {
  color: #443731;
}

.checked .filter__indicator--color-all {
  border-color: #443731;
  background-color: transparent;
}

.filter__reset {
  position: absolute;
  top: 30px;
  right: 30px;
  width: calc(50% - 38px);
  height: 36px;
  font-size: 11px;
  line-height: 14px;
  color: #B4856E;
}

.catalog-nav {
  color: rgba(68, 55, 49, 0.75);
}

.catalog-nav__subcatalog {
  padding-left: 10px;
  padding-top: 10px;
  display: none;
}

.catalog-nav__subcatalog li::before {
  content: '·';
  margin-right: 8px;
  font-weight: 700;
}

.catalog-nav__item {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-nav__item:not(:last-child) {
  margin-bottom: 10px;
}

.catalog-nav__item.has-child {
  position: relative;
}

.catalog-nav__item.has-child .catalog-nav__link {
  padding-right: 36px;
}

.catalog-nav__item.is-active {
  color: #443731;
}

.catalog-nav__item-trigger {
  position: absolute;
  top: 0;
  right: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 24px;
  color: #D0C8CA;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.catalog-nav__item-trigger.is-active {
  color: #443731;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.catalog-nav__link {
  display: inline-block;
  padding: 4px 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
}

.catalog-nav__link.selected {
  font-weight: 400;
}

.brands__item {
  margin: 15px 0;
}

.brand-preview__image {
  display: block;
  position: relative;
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
  background: #F6F6F7;
}

.brand-preview__image::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.brand-preview__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-preview__image img.no-image {
  padding: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-preview__name {
  font-size: 14px;
  line-height: 16px;
  opacity: 0.75;
}

.blog {
  padding-bottom: 45px;
}

.blog__item .brand-preview {
  margin-bottom: 25px;
}

.blog__item .brand-preview--1 .brand-preview__image::after {
  padding-top: calc(100% + 52px);
}

.blog__item .brand-preview--2 .brand-preview__name,
.blog__item .brand-preview--4 .brand-preview__name {
  display: inline-block;
  height: 32px;
  overflow: hidden;
}

.page-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100vh;
  background-color: #443731;
  color: #ffffff;
  text-align: center;
}

.page-404__logo {
  margin: 0 auto;
}

.page-404__text {
  margin: 25px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
}

.page-404__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 200px;
  margin: 0 auto;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
}

.user {
  padding-top: 15px;
  padding-bottom: 15px;
}

.user__name {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-size: 20px;
  font-family: "Zhikharev", serif;
  border-bottom: 1px solid rgba(162, 167, 170, 0.5);
}

.user__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}

.user__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user__controls-wrap {
  margin-bottom: 30px;
}

.user__controls-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
  font-weight: 300;
  color: #443731;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user__controls-btn path {
  -webkit-transition: inherit;
  transition: inherit;
}

.user__controls-btn.is-selected {
  font-weight: 500;
  color: #443731;
  cursor: default;
}

.user__controls-btn.is-selected path {
  stroke-width: 0;
}

.user__controls-btn:last-of-type {
  margin-bottom: 0;
}

.user__controls-btn-icon {
  width: 22px;
  min-width: 22px;
  margin-right: 5px;
}

.user__controls-btn-text {
  margin-bottom: 0;
}

.user__block {
  position: relative;
  margin-bottom: 40px;
}

.user__block-item {
  position: relative;
  margin: 0;
  padding: 30px 15px;
}

.user__block-item:nth-child(odd) {
  background-color: rgba(162, 167, 170, 0.1);
  border-radius: 6px;
}

.user__block-item:nth-child(odd) .form__checkbox-input:not(:checked) + .form__checkbox-icon {
  background-color: #ffffff;
}

.user__block-item:nth-child(odd) .form__checkbox-input:not(:checked) + .form__checkbox-icon svg {
  color: #ffffff;
}

.user__block-item:nth-child(odd) .form__input {
  background-color: #ffffff;
}

.user__block-item:nth-child(odd) .form__select2 ~ .select2-container--default .select2-selection--single,
.user__block-item:nth-child(odd) .dropDownSelect2 .select2-dropdown {
  background-color: #ffffff;
}

.user__block-col--radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.user__block-col:not(:last-of-type) {
  margin-bottom: 15px;
}

.user__form .form__input {
  font-size: 14px;
}

.user__form-static-data {
  font-size: 14px;
}

.user__form-notification {
  margin-top: 10px;
}

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

.user__edit {
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}

.user__edit.is-edit .user__edit-close {
  display: block;
  width: 11px;
  height: 11px;
}

.user__edit.is-edit .user__edit-open {
  display: none;
}

.user__edit-wrap {
  position: absolute;
  top: 15px;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.user__edit-wrap .user__edit {
  position: static;
}

.user__edit-close {
  display: none;
}

.user__edit-add-address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 15px;
  padding: 5px;
  border: 1px solid rgba(162, 167, 170, 0.5);
}

.user__edit-remove {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
}

.user__order-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user__order-more {
  position: absolute;
  top: 17px;
  right: 17px;
  min-width: 15px;
}

.user__order-more svg {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.user__order-more.is-active svg {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.user__order-info-main {
  color: #A2A7AA;
  font-size: 13px;
}

.user__order-info-status {
  font-size: 14px;
}

.user__order-content {
  display: none;
  padding-top: 60px;
}

.user__order-content.is-active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user__order-item {
  position: relative;
}

.user__order-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.user__order-product:not(:last-of-type) {
  margin-bottom: 30px;
}

.user__order-product-name {
  width: 100%;
  margin-bottom: 10px;
  font-weight: 600;
}

.user__order-product-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.user__order-product-list--full {
  margin-bottom: 30px;
}

.user__order-product-image {
  max-width: 150px;
}

.user__order-details {
  margin-bottom: 30px;
}

.user__order-details-item {
  font-size: 14px;
}

.user__order-details-item:not(:last-of-type) {
  margin-bottom: 5px;
}

.user__order-status-btn {
  position: absolute;
  top: 17px;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.user__order-status-btn--new {
  background-color: #B4856E;
}

.user__order-status-btn--standart {
  background-color: #88C76C;
}

.user__order-status-btn--delete {
  background-color: #E17171;
}

.user__order-button {
  width: 200px;
  max-width: 200px;
  margin: -40px -28px -38px auto;
}

.user__address-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.user__address-controls--single {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.user__feed-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.user__feed-link .icon {
  margin-right: 0.34em;
}

.hidden {
  display: none;
}

.appearance-none {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 576px) {
  .container {
    max-width: 100%;
  }

  .grid__col--sm-fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid__col--sm-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid__col--sm-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid__col--sm-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid__col--sm-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid__col--sm-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid__col--sm-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid__col--sm-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid__col--sm-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid__col--sm-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid__col--sm-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid__col--sm-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid__col--sm-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .display-sm-none {
    display: none !important;
  }

  .display-sm-inline {
    display: inline !important;
  }

  .display-sm-inline-block {
    display: inline-block !important;
  }

  .display-sm-block {
    display: block !important;
  }

  .display-sm-table {
    display: table !important;
  }

  .display-sm-table-row {
    display: table-row !important;
  }

  .display-sm-table-cell {
    display: table-cell !important;
  }

  .display-sm-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mt-sm-0 {
    margin-top: 0;
  }

  .offset-sm-auto {
    margin-left: auto;
  }

  .offset-sm-0 {
    margin-left: 0%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}

@media (min-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container {
    max-width: 100%;
  }

  .grid {
    margin-left: -15px;
    margin-right: -15px;
  }

  .grid__col {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid__col--md-fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid__col--md-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid__col--md-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid__col--md-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid__col--md-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid__col--md-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid__col--md-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid__col--md-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid__col--md-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid__col--md-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid__col--md-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid__col--md-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid__col--md-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .display-md-none {
    display: none !important;
  }

  .display-md-inline {
    display: inline !important;
  }

  .display-md-inline-block {
    display: inline-block !important;
  }

  .display-md-block {
    display: block !important;
  }

  .display-md-table {
    display: table !important;
  }

  .display-md-table-row {
    display: table-row !important;
  }

  .display-md-table-cell {
    display: table-cell !important;
  }

  .display-md-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mt-md-0 {
    margin-top: 0;
  }

  .offset-md-auto {
    margin-left: auto;
  }

  .offset-md-0 {
    margin-left: 0%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .user-content {
    font-size: 13px;
    line-height: 21px;
  }

  .user-content ul.marked-list--positive > li::before {
    top: 5px;
  }

  .user-content ul.marked-list--negative > li::before {
    top: 7px;
  }

  .user-content ul.marked-list--simple > li::before,
  .user-content ul.marked-list--simple-white > li::before {
    top: 10px;
  }

  .user-content .block {
    padding: 25px;
  }

  body.popup-cart-open {
    overflow: initial;
  }

  h1,
  .text-h1 {
    font-size: 35px;
  }

  h3,
  .text-h3 {
    font-size: 18px;
  }

  .header__search .search__trigger {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 275px;
    height: 50px;
    padding: 6px 8px 6px 25px;
  }

  .menu-open .search__trigger {
    background-color: #F6F5F5;
  }

  .search__trigger-text {
    display: block;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    color: rgba(68, 55, 49, 0.35);
  }

  .search__form {
    height: 50px;
  }

  .search__form.is-searching {
    width: calc(100% - 50px);
  }

  .search__input {
    padding: 6px 8px 6px 25px;
  }

  .search__button.button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 200px;
    height: 55px;
  }

  .breadcrumbs {
    padding: 20px 25px 10px;
  }

  .breadcrumbs li {
    color: #A2A7AA;
    font-size: 11px;
    line-height: 113%;
  }

  .block-title {
    font-size: 30px;
  }

  #comment-form .popup__content {
    width: 100%;
    max-width: 770px;
  }

  #comment-form .button {
    margin: 0;
    margin-left: auto;
  }

  #header-login-registration .popup__content {
    max-width: 490px;
  }

  .main-banner__image {
    max-height: 558px;
  }

  .main-banner__image picture {
    display: contents;
  }

  .main-banner__image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .menu__trigger {
    padding: 11px 17px;
    background-color: #443731;
    border-radius: 4px;
  }

  .menu__burger-line {
    width: 19px;
  }

  .menu__burger-line:nth-child(1) {
    top: calc(50% - 7px);
  }

  .menu__burger-line:nth-child(3) {
    top: calc(50% + 7px);
  }

  .menu__item {
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 114%;
    letter-spacing: 0.01em;
  }

  .menu__item--promotional {
    margin-top: 23px;
    margin-bottom: 0;
  }

  .menu__content {
    left: 25px;
    width: calc(100% - 50px);
    max-height: calc( (var(--vh, 1vh) * 100) - 120px);
  }

  .menu__lists {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 43px 25px 30px 25px;
  }

  .menu__list {
    max-width: 130px;
  }

  .menu__list-trigger {
    margin-bottom: 23px;
  }

  .menu__list-trigger-icon {
    display: none;
  }

  .menu__footer {
    display: none;
  }

  .menu__brands {
    top: 1px;
  }

  .menu__brands-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 43px 25px 30px 25px;
  }

  .menu__brands-inner-controls {
    width: 233px;
    min-width: 233px;
    padding-right: 30px;
  }

  .menu__brands-trigger {
    margin-bottom: 0;
  }

  .menu__brands-trigger-icon {
    margin-right: 15px;
  }

  .menu__brands-trigger-name {
    letter-spacing: 0.01em;
    line-height: 114%;
  }

  .menu__brands-list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .comment__item--inner {
    margin-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
    padding-top: 15px;
  }

  .comment__item--inner::after {
    left: calc(50% - 22.5px);
  }

  .comment__item-inner {
    padding-left: 45px;
  }

  .comment__header {
    -webkit-box-pack: initial;
    -webkit-justify-content: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    margin-bottom: 20px;
  }

  .comment__author {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .comment__rate {
    margin-right: 20px;
  }

  .comment__content {
    font-size: 14px;
  }

  .comment__date {
    font-size: 12px;
  }

  .preview__name {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .preview__stickers {
    top: 25px;
    left: 25px;
  }

  .preview__wishlist-btn {
    top: 25px;
    right: 25px;
    width: 36px;
    height: 36px;
  }

  .preview__wishlist-btn svg {
    width: 18px;
    height: 18px;
  }

  .popup-wrap {
    padding: 22px 25px;
  }

  .popup__header--gray {
    min-height: 100px;
  }

  .page-header--no-image .page-header__heading {
    padding: 0 25px 10px;
  }

  .page-header__title {
    font-size: 40px;
    line-height: 40px;
  }

  .page-header__subtitle {
    font-size: 25px;
    line-height: 27px;
  }

  .header {
    margin-top: 22px;
  }

  .header__container {
    padding: 11px 25px 12px 25px;
    background-color: #F6F5F5;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }

  .header__container::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50px;
    width: calc(100% - (100px));
    height: 0.5px;
    background-color: rgba(68, 55, 49, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }

  .menu-open .header__container {
    background-color: #ffffff;
  }

  .menu-open .header__container::after {
    opacity: 1;
    visibility: visible;
  }

  .header__container--cart {
    min-height: 100px;
  }

  .header__logo {
    margin-right: 46px;
  }

  .header__logo-col {
    display: block;
  }

  .header__menu {
    margin-right: 22px;
  }

  .header__search {
    width: 275px;
  }

  .header__informers {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #443731;
  }

  .header__informers-item + .header__informers-item {
    margin-left: 18px;
  }

  .header__title {
    font-size: 30px;
    line-height: 116%;
  }

  .header__title-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .footer__top {
    padding: 18px 0 30px;
  }

  .footer__center {
    padding: 38px 0 20px;
  }

  .footer__bottom {
    padding: 25px 0 15px;
  }

  .footer__contacts-title {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 17px;
  }

  .footer__address,
  .footer__phones {
    margin-bottom: 0;
    font-size: 14px;
  }

  .footer__socials {
    margin-top: 0;
  }

  .footer__menu-title {
    min-height: 32px;
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .footer__menu {
    margin-bottom: 0;
  }

  .footer__menu-item {
    font-size: 12px;
    line-height: 14px;
  }

  .footer__menu-item:not(:last-child) {
    margin-bottom: 19px;
  }

  .footer__copyright {
    font-size: 13px;
    line-height: 15px;
  }

  .footer__copyright-tm {
    margin-bottom: 0;
  }

  .footer__copyright-creators {
    max-width: 230px;
  }

  .main-block__title {
    font-size: 30px;
    line-height: 42px;
  }

  .main-block__subtitle {
    font-size: 25px;
    line-height: 27px;
  }

  .main-products {
    margin: -10px -15px 0;
  }

  .main-products .slick-slide {
    padding: 0 15px;
  }

  .main-desc .user-content {
    font-size: 14px;
    line-height: 24px;
  }

  .product__info {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .product__name {
    margin-bottom: 10px;
    font-size: 27px;
  }

  .product__gallery-special {
    top: 25px;
    left: 25px;
  }

  .product__gallery-thumbs {
    width: 84px;
    height: 84px;
    margin-right: 15px;
  }

  .product__gallery-thumbs-item {
    width: 84px;
    height: 84px;
    margin-bottom: 15px;
  }

  .slick-vertical .product__gallery-thumbs-item.slick-slide {
    width: 84px;
    height: 84px;
  }

  .product__gallery-thumbs-item svg {
    width: 30px;
    height: 21px;
  }

  .product__anchors-wrap {
    margin-bottom: 15px;
  }

  .product__anchors-item {
    font-size: 11px;
  }

  .product__rating-stars {
    margin-right: 15px;
  }

  .product__rating-votes {
    font-size: 13px;
  }

  .product__brand {
    font-size: 11px;
  }

  .product__gallery {
    margin-bottom: 17px;
  }

  .product__sku {
    font-size: 11px;
  }

  .product__colors {
    margin-bottom: 15px;
  }

  .product__colors-choosen {
    font-size: 13px;
  }

  .product__colors-item {
    width: 66px;
    height: 66px;
  }

  .product__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }

  .product__prices,
  .product__buttons {
    margin-bottom: 0;
  }

  .product__prices {
    margin-right: 40px;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }

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

  .product__sizes {
    margin-bottom: 20px;
  }

  .product__sizes-head {
    margin-bottom: 15px;
    font-size: 13px;
  }

  .product__sizes-list {
    margin-bottom: -17px;
  }

  .product__sizes-item {
    margin: 0 17px 17px 0;
    padding: 17px 20px;
  }

  .product__promotion-text {
    font-size: 13px;
  }

  .product__description {
    padding: 0 25px;
  }

  .product__description .block-title {
    margin-bottom: 20px;
  }

  .product__desc-more {
    padding: 8px 25px 0;
  }

  .product__banner {
    display: none;
  }

  .product__get-info {
    margin-bottom: 20px;
    padding: 20px 30px 30px;
    background-color: #F6F5F5;
  }

  .product__get-info .block-title {
    margin-bottom: 20px;
  }

  .product__get-info-block {
    padding: 25px;
    background-color: #ffffff;
  }

  .product__get-info-block + .product__get-info-block {
    margin-top: 20px;
  }

  .product__get-info-text {
    font-size: 14px;
  }

  .product__get-info-icon {
    margin-right: 30px;
    background-color: #F6F5F5;
  }

  .product__comments {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .product__comments-header {
    margin-bottom: 15px;
  }

  .product__comments-form {
    font-size: 10px;
  }

  .product__related {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    padding-bottom: 40px;
  }

  .product__footer {
    padding: 0 25px;
    margin-top: 40px;
  }

  .cart {
    padding: 36px 0;
  }

  .cart__title {
    margin-bottom: 12px;
    font-size: 25px;
    line-height: 27px;
  }

  .cart__subtitle {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 19px;
  }

  .cart__user-links {
    margin-bottom: 11px;
  }

  .cart__user-tab {
    font-size: 10px;
    line-height: 12px;
  }

  .cart__comment {
    margin-bottom: 0;
  }

  .cart__comment-textarea {
    max-height: none;
  }

  .popup-cart {
    top: 22px;
    right: 25px;
    width: 564px;
    height: auto;
    padding: 0 0 30px;
    overflow-y: initial;
  }

  .popup-cart__header {
    min-height: 100px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
  }

  .popup-cart .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .order-page__title {
    font-size: 40px;
    line-height: 45px;
  }

  .order-page__subtitle {
    font-size: 25px;
    line-height: 27px;
  }

  .order-page__msg {
    font-size: 18px;
    line-height: 22px;
  }

  .catalog__top {
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(68, 55, 49, 0.25);
  }

  .catalog__filter-btn {
    display: none;
  }

  .catalog__sort {
    width: initial;
  }

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

  .catalog__tab-link {
    padding: 9px 0;
    font-weight: 300;
    font-size: 13px;
    line-height: 15px;
  }

  .catalog__tab-link:not(:last-child) {
    margin-right: 20px;
  }

  .catalog__tab-link.is-active {
    position: relative;
  }

  .catalog__tab-link.is-active::after {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #443731;
    border-radius: 2px;
  }

  .products-sort {
    font-size: 13px;
    line-height: 15px;
  }

  .products-sort__trigger {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 35px;
    border: none;
    border-radius: none;
  }

  .products-sort__trigger-lbl {
    display: initial;
  }

  .products-sort__trigger-val {
    color: #B4856E;
  }

  .products-sort__trigger-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 0;
    margin-left: 5px;
    color: #B4856E;
  }

  .products-sort__dropdown::before {
    right: -15px;
    left: -15px;
  }

  .products-sort__item {
    padding-right: 20px;
    text-align: right;
  }

  .products-sort__link {
    padding: 8px 0;
  }

  .sidebar {
    position: initial;
    z-index: auto;
    height: auto;
    width: 100%;
  }

  .sidebar__inner {
    height: initial;
    padding: 24px 0 0;
    overflow-y: initial;
  }

  .sidebar__mobile-top {
    display: none;
  }

  .filter__reset {
    position: initial;
    width: initial;
    height: initial;
    font-size: 14px;
    line-height: 15px;
    color: #443731;
  }

  .user__title {
    margin-bottom: 15px;
  }

  .user__block-item {
    margin: 0;
  }

  .user__form-controls {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .user__form-controls .button {
    max-width: 200px;
  }

  .user__form-controls .button + .button {
    margin-left: 15px;
  }
}

@media (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    -webkit-box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
            box-shadow: 0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 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);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 100%;
  }

  .grid__col--lg-fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid__col--lg-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid__col--lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid__col--lg-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid__col--lg-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid__col--lg-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid__col--lg-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid__col--lg-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid__col--lg-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid__col--lg-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid__col--lg-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid__col--lg-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid__col--lg-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .display-lg-none {
    display: none !important;
  }

  .display-lg-inline {
    display: inline !important;
  }

  .display-lg-inline-block {
    display: inline-block !important;
  }

  .display-lg-block {
    display: block !important;
  }

  .display-lg-table {
    display: table !important;
  }

  .display-lg-table-row {
    display: table-row !important;
  }

  .display-lg-table-cell {
    display: table-cell !important;
  }

  .display-lg-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mt-lg-0 {
    margin-top: 0;
  }

  .offset-lg-auto {
    margin-left: auto;
  }

  .offset-lg-0 {
    margin-left: 0%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .autocomplete-suggestions {
    max-height: calc( (var(--vh, 1vh) * 100) - 160px);
  }

  .autocomplete-suggestion {
    font-size: 16px;
  }

  .autocomplete-suggestion__image {
    width: 80px;
    min-width: 80px;
  }

  .header__search .search__trigger {
    max-width: unset;
    height: 50px;
  }

  .search__form {
    padding: 0 25px 0 55px;
  }

  .search__input {
    background-color: #ffffff;
  }

  .breadcrumbs {
    padding: 22px 25px;
  }

  .informer--dropdown {
    position: relative;
  }

  .informer--dropdown.is-active {
    background-color: #ffffff;
    border-radius: 6px 6px 0 0;
  }

  .informer__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffffff;
    border-radius: 6px;
    max-height: 0;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    overflow: hidden;
  }

  .informer__dropdown > * {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }

  .informer__dropdown.is-active {
    max-height: 200px;
    border-radius: 0 0 6px 6px;
    -webkit-transition-delay: 0.1s;
            transition-delay: 0.1s;
  }

  .informer__dropdown.is-active > * {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition-delay: 0.15s;
            transition-delay: 0.15s;
  }

  .main-banner__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 558px;
  }

  .main-banner__image {
    width: calc((100% - 50px)*0.6666667 + 25px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-height: none;
  }

  .main-banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .main-banner__content {
    display: initial;
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 30px 25px 45px 30px;
  }

  .main-banner__title {
    margin-bottom: 10px;
    font-family: "Zhikharev", serif;
    font-weight: normal;
    font-size: 40px;
    line-height: 56px;
    color: #B4856E;
  }

  .main-banner__subtitle {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 25px;
    line-height: 27px;
    color: #443731;
  }

  .main-banner__desc {
    font-size: 14px;
    line-height: 16px;
    color: #443731;
  }

  .main-banner__link {
    display: inline-block;
    margin-top: 45px;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    text-transform: uppercase;
    color: #B4856E;
  }

  .main-banner__nav {
    left: calc((100% - 50px)*0.6666667 + 55px);
    bottom: -6px;
    -webkit-transform: none;
            transform: none;
    max-width: calc((100% - 50px)*0.3333333 - 55px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .main-banner__dots .slick-dots li button {
    height: 1px;
    background-color: #443731;
    opacity: .25;
  }

  .main-banner__arrows {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
  }

  .main-banner__arrows .slick-prev,
  .main-banner__arrows .slick-next {
    position: initial;
    width: 28px;
    height: 28px;
    margin-top: 0;
  }

  .main-banner__arrows .slick-prev::before,
  .main-banner__arrows .slick-next::before {
    width: 8px;
    height: 8px;
    border-color: #443731;
  }

  .main-banner__arrows .slick-prev {
    margin-right: 5px;
  }

  .main-banner__arrows .slick-prev::before {
    margin-left: 4px;
  }

  .main-banner__arrows .slick-next::before {
    margin-left: -4px;
  }

  .menu__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 23px;
  }

  .menu__burger {
    margin-right: 13px;
  }

  .menu__text {
    color: #ffffff;
    font-weight: bold;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
  }

  .menu__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 44px 50px 33px 25px;
  }

  .menu__product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 286px;
    min-width: 286px;
    margin-right: 30px;
    padding: 19px 16px 27px 16px;
    background-color: #F6F4F4;
    border-radius: 25px;
    text-align: center;
  }

  .menu__product-title {
    color: #B4856E;
    font-size: 30px;
    font-family: "Zhikharev", serif;
    line-height: 140%;
  }

  .menu__product-name {
    margin-bottom: 23px;
    font-size: 23px;
    font-weight: 600;
    line-height: 118%;
  }

  .menu__product-image-container {
    position: relative;
  }

  .menu__product-image {
    border-radius: 25px;
    overflow: hidden;
  }

  .menu__product-label {
    position: absolute;
    top: -23px;
    right: -29px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80px;
    height: 80px;
    padding: 15px;
    background-color: #E17171;
    border-radius: 50%;
  }

  .menu__product-price-container {
    text-align: left;
  }

  .menu__product-price {
    font-size: 11px;
    line-height: 118%;
    color: #ffffff;
    white-space: nowrap;
  }

  .menu__product-price .numeral {
    margin-right: 3px;
    font-size: 16px;
    font-weight: 700;
  }

  .menu__product-old-price {
    font-size: 12px;
    line-height: 116%;
    color: #443731;
    text-decoration: line-through;
  }

  .menu__lists {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 0;
  }

  .menu__brands-inner-controls {
    width: 230px;
    min-width: 230px;
    padding-right: 30px;
  }

  .menu__brands-list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .menu__brands-item {
    max-width: 200px;
    margin-bottom: 13px;
    font-size: 14px;
  }

  .menu__brands-trigger-icon {
    margin-right: 20px;
  }

  .popup__title {
    font-size: 26px;
  }

  .page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 500px;
  }

  .page-header--no-image {
    height: initial;
  }

  .page-header--no-image .page-header__heading {
    padding: 0 25px;
  }

  .page-header__image {
    width: calc((100% - 50px)*0.6666667 + 25px);
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-height: none;
  }

  .page-header__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .page-header__heading {
    -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    padding: 0 0 0 30px;
  }

  .header__box {
    width: 66.66667%;
  }

  .header__logo {
    margin-right: 56px;
  }

  .header__menu {
    margin-right: 30px;
  }

  .header__informers-item + .header__informers-item {
    margin-left: 36px;
  }

  .footer__top {
    padding: 18px 0 20px;
  }

  .footer__center {
    padding: 23px 0;
  }

  .footer__bottom {
    padding: 30px 0;
  }

  .footer__menu-title {
    min-height: initial;
    margin-bottom: 24px;
  }

  .footer__menu--catalog {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .footer__menu--catalog .footer__menu-item {
    -webkit-column-break-inside: avoid;
       -moz-column-break-inside: avoid;
            break-inside: avoid-column;
  }

  .main-block {
    padding: 25px 0 40px;
  }

  .main-products {
    margin-top: 0;
    padding-top: 50px;
  }

  .product__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    padding: 0 25px;
  }

  .product__gallery {
    width: 65%;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .product__gallery-special-item {
    width: 50px;
    height: 50px;
  }

  .product__gallery-special-item--discount {
    font-size: 15px;
    line-height: 17px;
  }

  .product__gallery-special-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .product__top-right {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 35%;
    padding-bottom: 15px;
  }

  .product__top-right::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(68, 55, 49, 0.25);
  }

  .product__anchors-wrap {
    display: none;
  }

  .product__rank {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 7px;
  }

  .product__rating--mobile {
    display: none;
  }

  .product__sku {
    margin-right: 20px;
  }

  .product__sku--desctop {
    display: block;
  }

  .product__sku--mobile {
    display: none;
  }

  .product__brand {
    line-height: inherit;
  }

  .product__name {
    margin: 0 0 13px;
    font-size: 25px;
  }

  .product__colors-top {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .product__colors {
    margin-bottom: 9px;
  }

  .product__colors-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
  }

  .product__colors-item {
    margin: 0 4px 4px;
  }

  .product__controls {
    margin-bottom: 23px;
  }

  .product__prices {
    margin-right: 15px;
  }

  .product__submit {
    width: 150px;
    margin-right: 15px;
  }

  .product__description {
    margin-bottom: 25px;
  }

  .product__description .block-title {
    margin-bottom: 24px;
  }

  .product__footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .product__get-info,
  .product__comments {
    width: calc(50% - 15px);
  }

  .product__comments {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    padding: 20px 0 0;
  }

  .product__comments::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(68, 55, 49, 0.25);
  }

  .product__get-info-block {
    padding: 15px 15px 15px 25px;
  }

  .brands {
    margin-top: 45px;
  }

  .brands__item {
    margin: 25px 0;
  }

  .blog__item .brand-preview {
    margin-bottom: 30px;
  }

  .user__name {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 25px;
    line-height: 116%;
  }

  .user__title {
    font-size: 18px;
  }

  .user__block-col--warehouse {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .user__block-col--radio {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }

  .user__block-item {
    margin: 0;
  }

  .user__address-controls--single {
    width: auto;
    margin-left: auto;
  }

  .user__order-head {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .user__order-head .user__order-product {
    display: contents;
  }

  .user__order-head .user__order-product-list {
    display: contents;
  }

  .user__order-more {
    position: static;
  }

  .user__order-product {
    -webkit-box-pack: unset;
    -webkit-justify-content: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .user__order-product-name {
    width: auto;
    margin-bottom: 0;
  }

  .user__order-product-image {
    width: 90px;
    margin: 0 30px;
  }

  .user__form-input {
    text-align: center;
    padding-right: 7px;
    padding-left: 7px;
  }
}

@media (min-width: 1230px) {
  .container {
    max-width: 1440px;
  }

  .grid__col--xl-fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid__col--xl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid__col--xl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid__col--xl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid__col--xl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid__col--xl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid__col--xl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid__col--xl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid__col--xl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid__col--xl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid__col--xl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid__col--xl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid__col--xl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .display-xl-none {
    display: none !important;
  }

  .display-xl-inline {
    display: inline !important;
  }

  .display-xl-inline-block {
    display: inline-block !important;
  }

  .display-xl-block {
    display: block !important;
  }

  .display-xl-table {
    display: table !important;
  }

  .display-xl-table-row {
    display: table-row !important;
  }

  .display-xl-table-cell {
    display: table-cell !important;
  }

  .display-xl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mt-xl-0 {
    margin-top: 0;
  }

  .offset-xl-auto {
    margin-left: auto;
  }

  .offset-xl-0 {
    margin-left: 0%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .block-xl-column {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .fn_readmore + [data-readmore-toggle] {
    min-width: 200px;
    min-height: 55px;
  }

  .user-content .block {
    padding: 25px 84px;
  }

  h2,
  .text-h2 {
    font-size: 25px;
  }

  .header__search .search__trigger {
    padding: 6px 15px 6px 30px;
  }

  .search__input {
    padding: 6px 15px 6px 30px;
  }

  .main-banner__image {
    width: calc((100% - 50px)*0.75 + 25px);
  }

  .main-banner__nav {
    left: calc((100% - 50px)*0.75 + 55px);
    max-width: calc((100% - 50px)*0.25 - 55px);
  }

  .main-banner__link {
    margin-top: 80px;
  }

  .menu__trigger {
    padding-right: 29px;
  }

  .menu__content {
    left: calc(25px + ((100% - min(1440px, 100%)) / 2));
    width: calc(100% - 50px);
    max-width: 1390px;
  }

  .menu__inner {
    padding: 50px 25px 33px 25px;
  }

  .menu__lists {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }

  .menu__list:not(:last-of-type) {
    margin-right: 110px;
  }

  .menu__product {
    width: 312px;
    min-width: 312px;
  }

  .menu__brands-item {
    max-width: 312px;
  }

  .page-header__image {
    width: calc((100% - 50px)*0.75 + 25px);
  }

  .header__logo {
    margin-right: 125px;
  }

  .header__container {
    padding: 11px 25px 12px 25px;
    background-color: #F6F5F5;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
  }

  .header__container::after {
    left: calc((100% - 1340px) / 2);
    width: 100%;
    max-width: 1340px;
  }

  .header__menu {
    margin-right: 49px;
  }

  .header__box {
    width: 75%;
  }

  .footer__top {
    padding: 18px 0 30px;
  }

  .footer__center {
    padding: 34px 0 24px;
  }

  .footer__bottom {
    padding: 24px 0;
  }

  .footer__menu-title {
    margin-bottom: 21px;
  }

  .product__name {
    margin-bottom: 7px;
    font-size: 27px;
  }

  .product__gallery {
    width: 57%;
  }

  .product__top-right {
    width: 43%;
  }

  .product__top-right::after {
    display: none;
  }

  .product__colors {
    margin-bottom: 4px;
  }

  .product__colors-item {
    margin: 0 9px 9px;
  }

  .product__prices {
    margin-right: 42px;
  }

  .product__submit {
    width: 200px;
  }

  .product__sizes-title {
    margin-right: 45px;
  }

  .product__sizes-table {
    margin: 0;
  }

  .product__get-info {
    width: calc(43% - 15px);
    padding: 25px 60px 40px;
  }

  .product__get-info-block {
    padding: 30px 25px;
  }

  .product__comments {
    width: calc(57% - 15px);
  }

  .product__description {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0;
  }

  .product__promotion {
    position: relative;
    padding-bottom: 10px;
  }

  .product__promotion::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background-color: rgba(68, 55, 49, 0.25);
  }

  .cart__info-item {
    padding: 16px 0;
  }

  .cart__info-icon {
    width: 42px;
    height: 42px;
    margin-right: 18px;
  }

  .cart__info-icon svg {
    width: 22px;
    height: auto;
  }

  .cart__free-delivery-text {
    font-size: 13px;
    line-height: 15px;
  }

  .cart__summary-item {
    margin-bottom: 13px;
  }

  .cart__summary-item .summary-title {
    font-size: 14px;
    line-height: 16px;
  }

  .cart__summary-item .summary-value {
    font-size: 16px;
    line-height: 19px;
  }

  .cart__summary-item .summary-value .currency {
    font-size: 12px;
    line-height: 14px;
  }

  .cart__summary-item--total {
    margin: 35px 0;
  }

  .cart__summary-item--total .summary-title {
    font-size: 15px;
    line-height: 18px;
  }

  .cart__summary-item--total .summary-value {
    font-size: 18px;
    line-height: 21px;
  }

  .purchase__sku {
    font-size: 10px;
    line-height: 12px;
  }

  .purchase__name {
    font-size: 16px;
    line-height: 19px;
  }

  .purchase__prices .price {
    font-size: 18px;
    line-height: 21px;
  }

  .purchase__prices .old-price {
    margin-bottom: 1px;
    font-size: 12px;
    line-height: 14px;
  }

  .purchase .input_amount {
    font-size: 14px;
  }
}

@media (min-width: 1440px) {
  .grid__col--xxl-fluid {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .grid__col--xxl-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .grid__col--xxl-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .grid__col--xxl-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }

  .grid__col--xxl-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .grid__col--xxl-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .grid__col--xxl-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }

  .grid__col--xxl-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .grid__col--xxl-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .grid__col--xxl-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }

  .grid__col--xxl-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .grid__col--xxl-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .grid__col--xxl-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }

  .display-xxl-none {
    display: none !important;
  }

  .display-xxl-inline {
    display: inline !important;
  }

  .display-xxl-inline-block {
    display: inline-block !important;
  }

  .display-xxl-block {
    display: block !important;
  }

  .display-xxl-table {
    display: table !important;
  }

  .display-xxl-table-row {
    display: table-row !important;
  }

  .display-xxl-table-cell {
    display: table-cell !important;
  }

  .display-xxl-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .mt-xxl-0 {
    margin-top: 0;
  }

  .offset-xxl-auto {
    margin-left: auto;
  }

  .offset-xxl-0 {
    margin-left: 0%;
  }

  .offset-xxl-1 {
    margin-left: 8.33333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66667%;
  }

  .search__form.is-searching {
    width: calc(100% - 50px);
    max-width: 1390px;
  }

  .menu__list {
    max-width: 200px;
  }

  .popup-wrap--by-container {
    max-width: 1440px;
  }

  .popup__content {
    padding: 30px;
  }

  .popup__header--brown,
  .popup__header--gray {
    width: calc(100% + 60px);
    margin: -30px -30px 30px -30px;
    padding: 30px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup-cart {
    right: calc((100vw - 1390px)/2);
  }

  .user__block-col--radio {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
        -ms-flex-order: unset;
            order: unset;
  }
}

@media (max-width: 1439px) {
  .display-xl-down-none {
    display: none !important;
  }

  .display-xl-down-inline {
    display: inline !important;
  }

  .display-xl-down-inline-block {
    display: inline-block !important;
  }

  .display-xl-down-block {
    display: block !important;
  }

  .display-xl-down-table {
    display: table !important;
  }

  .display-xl-down-table-row {
    display: table-row !important;
  }

  .display-xl-down-table-cell {
    display: table-cell !important;
  }

  .display-xl-down-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-xl-down-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1229px) {
  .display-lg-down-none {
    display: none !important;
  }

  .display-lg-down-inline {
    display: inline !important;
  }

  .display-lg-down-inline-block {
    display: inline-block !important;
  }

  .display-lg-down-block {
    display: block !important;
  }

  .display-lg-down-table {
    display: table !important;
  }

  .display-lg-down-table-row {
    display: table-row !important;
  }

  .display-lg-down-table-cell {
    display: table-cell !important;
  }

  .display-lg-down-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-lg-down-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (max-width: 1023px) {
  .display-md-down-none {
    display: none !important;
  }

  .display-md-down-inline {
    display: inline !important;
  }

  .display-md-down-inline-block {
    display: inline-block !important;
  }

  .display-md-down-block {
    display: block !important;
  }

  .display-md-down-table {
    display: table !important;
  }

  .display-md-down-table-row {
    display: table-row !important;
  }

  .display-md-down-table-cell {
    display: table-cell !important;
  }

  .display-md-down-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-md-down-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .display-lg-up-none {
    display: none !important;
  }

  .product__info {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .product__info::after {
    position: absolute;
    bottom: 0;
    left: 15px;
    content: '';
    width: calc(100% - 30px);
    height: 1px;
    background-color: rgba(68, 55, 49, 0.25);
  }

  .product__name {
    padding: 0 15px;
  }

  .product__gallery {
    padding: 0 15px;
  }

  .product__rank {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 15px;
  }

  .product__colors-box {
    width: 100%;
    overflow-x: auto;
  }

  .product__colors-box::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0);
  }

  .product__controls,
  .product__sizes,
  .product__colors,
  .product__promotion {
    padding: 0 15px;
  }

  .product__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important;
  }

  .fancybox-caption {
    padding: 20px 0;
    margin: 0;
  }
}

@media (max-width: 767px) {
  .display-sm-down-none {
    display: none !important;
  }

  .display-sm-down-inline {
    display: inline !important;
  }

  .display-sm-down-inline-block {
    display: inline-block !important;
  }

  .display-sm-down-block {
    display: block !important;
  }

  .display-sm-down-table {
    display: table !important;
  }

  .display-sm-down-table-row {
    display: table-row !important;
  }

  .display-sm-down-table-cell {
    display: table-cell !important;
  }

  .display-sm-down-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-sm-down-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .menu__list-content {
    display: none;
  }

  .menu__list-content.is-active {
    display: block;
  }

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

  .header__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 34px;
  }

  .user__form-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .user__form-controls .button + .button {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .display-down-none {
    display: none !important;
  }

  .display-down-inline {
    display: inline !important;
  }

  .display-down-inline-block {
    display: inline-block !important;
  }

  .display-down-block {
    display: block !important;
  }

  .display-down-table {
    display: table !important;
  }

  .display-down-table-row {
    display: table-row !important;
  }

  .display-down-table-cell {
    display: table-cell !important;
  }

  .display-down-flex {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .display-down-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }

  .main-products .slick-track {
    margin: -15px 0;
  }

  .main-products .preview__name {
    min-height: 36px;
    max-height: 36px;
    overflow: hidden;
  }

  .main-products .preview__inner {
    padding: 15px 0;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product__info::after {
    left: 25px;
    width: calc(100% - 50px);
  }

  .product__name,
  .product__rank,
  .product__gallery {
    padding: 0 25px;
  }

  .product__controls,
  .product__sizes,
  .product__colors,
  .product__promotion {
    padding: 0 25px;
  }
}

@media print {
  *,
  *::before,
  *::after,
  p::first-letter,
  div::first-letter,
  blockquote::first-letter,
  li::first-letter,
  p::first-line,
  div::first-line,
  blockquote::first-line,
  li::first-line {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

@media (any-hover: hover) {
  body.search-open::before {
    cursor: default;
  }

  body.popup-open::before {
    cursor: default;
  }

  .tab__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .tab__link:not(.is-selected):hover {
    color: #B4856E;
  }

  .informer {
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .informer .bg-heart {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .informer__dropdown.is-active .informer {
    opacity: 0.6;
  }

  .informer__dropdown.is-active .informer:hover {
    opacity: 1;
  }

  .informer:hover {
    background-color: #ffffff;
  }

  .informer:hover .bg-heart {
    fill: #ffffff;
  }

  .menu-open .informer:hover {
    background-color: #F6F5F5;
  }

  .menu-open .informer:hover .bg-heart {
    fill: #F6F5F5;
  }

  .button {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .button:hover.button--secondary {
    background-color: #B4856E;
  }

  .button:hover.button--primary {
    background-color: #443731;
  }

  .form__password-btn {
    color: #A2A7AA;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .form__password-btn:hover {
    color: #443731;
  }

  .form__input[name="password"]:hover + .form__password-btn {
    color: #443731;
  }

  .form__input,
  .form__textarea {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .form__input:not(.error):hover,
  .form__textarea:not(.error):hover {
    border-color: #443731;
  }

  .form__input--gray.no-hover:not(.error):hover,
  .form__textarea--gray.no-hover:not(.error):hover {
    border-color: #F8F8F8;
  }

  .form__checkbox:hover .form__checkbox-input:not(:checked) + .form__checkbox-icon {
    background-color: #F6F6F7;
  }

  .form__checkbox:hover .form__checkbox-input:not(:checked) + .form__checkbox-icon svg {
    color: #F6F6F7;
  }

  .js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice,
  .js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice
  {
    border-color: rgba(180, 133, 110, 0.3);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice:hover,
  .js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice:hover
  {
    border-color: rgba(180, 133, 110, 0.6);
  }

  .js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove,
  .js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove {
    opacity: 0.7;
    -webkit-transition: inherit;
    transition: inherit;
  }

  .js_select2 + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove:hover,
  .js_select2 + label + .select2-container--default .select2-selection.select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 1;
  }

  .main-banner__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .main-banner__link:hover {
    color: #443731;
  }

  .preview__wishlist-btn {
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .preview__form {
    display: initial;
    opacity: 0;
  }

  .preview:hover .preview__wishlist-btn {
    opacity: 1;
  }

  .preview:hover .preview__form {
    opacity: 1;
  }

  .pagination .page_item:not(.active) .page_link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .pagination .page_item:not(.active) .page_link:hover {
    color: #B4856E;
  }

  .popup__close {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .popup__close:hover {
    color: #443731;
  }

  .callback__phones a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .callback__phones a:hover {
    color: #443731;
  }

  .footer__menu-link,
  .footer__phone-item a,
  .footer__address a {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .footer__menu-link:hover,
  .footer__phone-item a:hover,
  .footer__address a:hover {
    color: #857D79;
  }

  .footer__social-link svg path {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .footer__social-link:hover svg path {
    fill: #857D79;
  }

  .footer__copyright-link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .footer__copyright-link:hover {
    color: #ffffff;
  }

  .cart__back-link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .cart__back-link:hover {
    color: #443731;
  }

  .popup-cart__close svg circle {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .popup-cart__close:hover svg circle {
    fill: #443731;
  }

  .catalog__tab-link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .catalog__tab-link:hover {
    color: #B4856E;
  }

  .products-sort__link {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .products-sort__link:hover {
    color: #B4856E;
  }

  .filter__link,
  .filter__reset {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .filter__link:hover,
  .filter__reset:hover {
    color: #B4856E;
  }

  .brand-preview__name {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .brand-preview__name:hover {
    opacity: 1;
  }

  .page-404__btn {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .page-404__btn:hover {
    background-color: #ffffff;
    color: #443731;
  }

  .user__edit,
  .user__edit-add-address,
  .user__edit-remove {
    color: #A2A7AA;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .user__block-item:hover .user__edit-remove {
    color: #443731;
  }

  .user__block-item:hover .user__edit,
  .user__block-item:hover .user__edit-add-address,
  .user__block--addresses:hover .user__edit,
  .user__block--addresses:hover .user__edit-add-address {
    color: #443731;
  }

  .user__controls-btn {
    opacity: 0.7;
    font-weight: 400;
  }

  .user__controls-btn.is-selected {
    font-weight: 400;
    opacity: 1;
  }

  .user__controls-btn:not(.is-selected):hover {
    opacity: 1;
    color: #443731;
  }

  .user__controls-btn:not(.is-selected):hover path {
    stroke-width: 0;
  }
}

@media (hover: hover) {
  .menu__item-link {
    display: inline-block;
  }

  .menu__item-link--button {
    width: auto;
  }

  .menu__brands-list {
    margin-top: -4px;
  }

  .menu__brands-item {
    margin-bottom: 21px;
  }

  .menu__brands-item:last-of-type {
    margin-bottom: 0;
  }

  .menu__brands-item-link {
    display: inline;
    padding: 0;
  }
}
/*# sourceMappingURL=style.css.map */
#fn_content.reload_product{
  overflow: hidden;
  z-index: 9999999;
  background-color:rgba(255,255,255,0.4) ;
  background-position:40px center ;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
}
