@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/* Icons */

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

/* Arrows */

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

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

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url(../fonts/lg.eot?n1z373);
  src: url(../fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(../fonts/lg.woff?n1z373) format("woff"), url(../fonts/lg.ttf?n1z373) format("truetype"), url(../fonts/lg.svg?n1z373#lg) format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon1 {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next1,
.lg-actions .lg-prev1 {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next1.disabled,
.lg-actions .lg-prev1.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next1:hover,
.lg-actions .lg-prev1:hover {
  color: #FFF;
}

.lg-actions .lg-next1 {
  right: 20px;
}

.lg-actions .lg-next1:before {
  content: "\e095";
}

.lg-actions .lg-prev1 {
  left: 20px;
}

.lg-actions .lg-prev1:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-moz-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-ms-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-moz-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@-ms-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  -o-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  -o-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon1 {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  -o-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon1:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next1,
.lg-prev1,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
}

.lg-hide-items .lg-prev1 {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next1 {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  -o-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url(../img/vimeo-play.png) no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url(../img/vimeo-play.png) 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url(../img/video-play.png) no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url(../img/youtube-play.png) no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url(../img/youtube-play.png) 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  -moz-transition: opacity 80ms ease 0s;
  -o-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s;
  -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  -o-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  -o-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -moz-transform: translate3d(0, 5px, 0);
  -o-transform: translate3d(0, 5px, 0);
  -ms-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon1,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon1 {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon1 {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon1:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon1 {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon1:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon1 {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon1:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon1 {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon1:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

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

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next1-slide,
.lg-outer.lg-css3 .lg-item.lg-prev1-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next1-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev1-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url(../img/loading.gif) center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next1-slide,
.lg-outer.lg-css3 .lg-prev1-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  -o-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next1-slide,
.lg-css3.lg-no-trans .lg-prev1-slide {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next1-slide,
.lg-css3.lg-fade .lg-item.lg-prev1-slide {
  -webkit-transition: opacity .1s ease 0s;
  -moz-transition: opacity .1s ease 0s;
  -o-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev1-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next1-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next1-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev1-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev1-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next1-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next1-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev1-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/*! jQuery UI - v1.12.1 - 2020-03-29
* http://jqueryui.com
* Includes: core.css, datepicker.css, slider.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*! jQuery UI - v1.12.1 - 2020-03-29
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/*! jQuery UI - v1.12.1 - 2020-03-29
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?iefix") format("eot"), url("../fonts/OpenSans-Regular.ttf") format("truetype"), url("../fonts/OpenSans-Regular.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Bold';
  src: url("../fonts/OpenSans-Bold.eot");
  src: url("../fonts/OpenSans-Bold.eot?iefix") format("eot"), url("../fonts/OpenSans-Bold.ttf") format("truetype"), url("../fonts/OpenSans-Bold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiBold';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?iefix") format("eot"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype"), url("../fonts/OpenSans-SemiBold.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Light';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?iefix") format("eot"), url("../fonts/OpenSans-Light.ttf") format("truetype"), url("../fonts/OpenSans-Light.svg#webfont") format("svg");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

a,
button {
  outline: none;
  text-decoration: none;
  transition: 220ms;
}

b {
  font-family: 'OpenSans-SemiBold';
}

img {
  opacity: 1;
  max-width: 100%;
  transition: opacity 0.3s;
}

img[data-src] {
  opacity: 0;
}

.not-active,
button[disabled="disabled"] {
  opacity: 0.4;
}


.container {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
		  max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container {
		  max-width: 1290px;
    }
}
body {
  font-family: 'OpenSans-Regular';
  overflow-x: hidden;
}

hr {
  border: 0.7px solid #ECEEEF;
}

.d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.t-table {
  margin: 48px 0 0;
  background: none;
  text-align: left;
  width: 100%;
  border-collapse: 0;
  border-spacing: 0;
}

.t-table td {
  border-right: 1px solid #ECEEEF;
  width: 25%;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  padding: 12px 24px;
  background: #FFFFFF;
  padding-left: 60px;
}

.t-table td:nth-child(1) {
  padding-left: 24px;
}

.t-table td:last-child {
  border-right: 0;
}

.t-table tr:nth-child(1) {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.t-table tr:nth-child(2) td {
  padding-top: 24px;
}

.t-table tr:last-child td {
  padding-bottom: 24px;
}

.t-table th {
  width: 25%;
  background: #004466;
  padding: 24px;
  font-size: 15px;
  line-height: 20px;
  border-right: 1px solid #ECEEEF;
  color: #FFFFFF;
  font-family: 'OpenSans-SemiBold';
  padding-left: 60px;
}

.t-table th:nth-child(1) {
  padding-left: 24px;
}

.t-table th:last-child {
  border-right: 0;
}

input[type="text"],
input[type="email"],
input[type="e-mail"] {
  outline: none;
  width: 100%;
  padding: 24px;
  font-family: 'OpenSans-Light';
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="e-mail"]::placeholder {
  color: #99A0A3;
}

.form-group {
  position: relative;
}

.form-group input.error {
  border: 1px solid #EA6362;
}

.form-group label.error {
  position: absolute;
  right: 0;
  bottom: -17px;
  text-align: right;
  font-size: 13px;
  line-height: 14px;
  color: #EA6362;
}

.t-btn,
button[type="submit"] {
  height: 72px;
  width: 180px;
  font-family: 'OpenSans-SemiBold';
  border: 0;
  border-radius: 2px;
  background: #EDC277;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  outline: none;
  text-decoration: none;
}

.t-btn:hover,
button[type="submit"]:hover {
  background: #D4A555;
}

textarea {
  width: 100%;
  padding: 24px;
  font-family: 'OpenSans-Light';
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

textarea::placeholder {
  color: #99A0A3;
}

.document-link {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
  font-family: 'OpenSans-SemiBold';
}

.document-link .img-svg {
  margin-right: 8px;
}

.document-link:hover {
  color: #004466;
}

.document-link:hover path {
  fill: #004466;
}

/* Заголовки */

.top-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.t-title {
  margin-left: 24px;
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: #004466;
}

.header-title {
  padding: 48px 0;
  background: #F2F2F2;
}

.header-title .t-title {
  margin: 0;
  color: #434347;
}

.card-page {
  background: #F7F9FA;
}

.card-page .header-title {
  background: #F7F9FA;
  padding: 27px 0;
}

.card-page .catalog-slider__gray {
  padding-bottom: 0;
  padding-top: 84px;
}

.card-page .workers-slider {
  padding: 84px 0 96px;
}

.card-page .home-post {
  padding: 0 0 96px;
}

.basket-page {
  background: #F7F9FA;
}

.basket-page .header-title {
  background: #F7F9FA;
}

.basket-page .header-title .t-title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  margin: 0;
  font-family: 'OpenSans-Bold';
}

.basket-page .header-title .subtitle {
  margin-top: 25px;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  font-weight: normal;
}

.item-catalog .header-title {
  padding: 48px 0 0;
  background: #F7F9FA;
}

.item-catalog .catalog-section {
  padding-top: 24px;
}

.birthday-form {
  width: 272px;
}

.birthday-form .input-title {
  font-size: 15px;
  line-height: 22px;
  color: #292C33;
  margin-bottom: 24px;
  font-family: 'OpenSans-Bold';
}

.birthday-form .calendar .input-desc {
  position: absolute;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
  top: 14px;
  left: 24px;
}

.birthday-form .calendar input {
  padding: 34px 24px 12px;
  width: 100%;
}

/* Артикул, производитель... */

.item-features {
  display: block;
  text-align: left;
  max-width: 516px;
}

.item-features .item-feature {
  font-size: 12px;
  line-height: 18px;
  font-family: 'OpenSans-Regular';
  margin-bottom: 4px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.item-features .item-feature span {
  color: #CBCFD1;
}

.item-features .item-feature b {
  margin-left: 8px;
  color: #434347;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
}

/* Компоненты */

.item__delete {
  border: 0;
  background: none;
  width: 48px;
  height: 48px;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  padding-top: 2px;
  cursor: pointer;
}

.item__delete:hover {
  border: 1px solid #434347;
}

.item__delete:hover path {
  fill: #434347;
}

.gift-item .gift__box {
  left: 0;
  top: 10px;
  z-index: 2;
  position: absolute;
}

.gift-item .item__count {
  background: none;
  border: 0;
  height: auto;
  width: auto;
  padding: 10px 0 0;
}

.gift-item .item__count input {
  width: auto;
  text-align: left;
  height: auto;
}

.default-sorter,
.catalog-sorter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  display: inline-block;
  margin-right: 4px;
}

.default-sorter span,
.catalog-sorter span {
  color: #CBCFD1;
  font-family: 'OpenSans-SemiBold';
}

.default-sorter .catalog-sorter__info,
.catalog-sorter .catalog-sorter__info {
  cursor: pointer;
}

.default-sorter .catalog-sorter__info .img-svg,
.catalog-sorter .catalog-sorter__info .img-svg {
  margin-bottom: -7px;
  margin-left: -3px;
}

.default-sorter .catalog-sorter__info .active-arrow,
.catalog-sorter .catalog-sorter__info .active-arrow {
  margin-bottom: -6px;
}

.default-sorter .catalog-sorter__info .passive-arrow,
.catalog-sorter .catalog-sorter__info .passive-arrow {
  display: none;
  margin-bottom: -9px;
}

.default-sorter .catalog-sorter__info:hover span,
.catalog-sorter .catalog-sorter__info:hover span {
  color: #004466;
}

.default-sorter .catalog-sorter__info:hover path,
.catalog-sorter .catalog-sorter__info:hover path {
  fill: #004466;
}

.default-sorter.active #select-ctr,
.catalog-sorter.active #select-ctr {
  display: block;
}

.default-sorter.active .active-arrow,
.catalog-sorter.active .active-arrow {
  display: none;
}

.default-sorter.active .passive-arrow,
.catalog-sorter.active .passive-arrow {
  display: inline-block;
}

.default-sorter #select-ctr,
.catalog-sorter #select-ctr {
  text-align: left;
  display: none;
  z-index: 3;
  position: absolute;
  top: 150%;
  left: 0;
  width: 203px;
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.25);
  border-radius: 2px;
}

.default-sorter #select-ctr label,
.catalog-sorter #select-ctr label {
  display: block;
  padding: 13px 24px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.default-sorter #select-ctr label:hover,
.catalog-sorter #select-ctr label:hover {
  background: linear-gradient(85.98deg, #FFD894 12.7%, #EDC277 96.77%);
}

.default-sorter #select-ctr input,
.catalog-sorter #select-ctr input {
  display: none;
}

.default-sorter #select-ctr {
  padding: 4px;
  overflow: hidden;
}

.default-sorter #select-ctr label {
  border-bottom: 1px solid #ECEEEF;
}

.default-sorter #select-ctr .scroll-box {
  height: 230px;
  overflow-y: scroll;
}

.default-sorter #select-ctr .scroll-box::-webkit-scrollbar {
  width: 8px;
  background: #F7F9FA;
}

.default-sorter #select-ctr .scroll-box::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #F7F9FA;
  background-color: #EDC277;
}

.default-sorter #select-ctr .scroll-box::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #EDC277;
  background-color: #EDC277;
}

.default-sorter #select-ctr .scroll-box::-webkit-scrollbar-track {
  border-width: 0;
}

.radio-list .t-label-variant2 {
  border-radius: 50%;
}

.radio-list .option-item {
  display: block;
}

.radio-list .option-item .toggle > p:after {
  border-radius: 50%;
}

.radio-list .option-item .toggle > p:before {
  border-radius: 50%;
}

.radio-list .option-item p {
  margin: 0 !important;
  line-height: 0 !important;
}

.calendar {
  width: 300px;
  margin-top: 24px;
  position: relative;
}

.calendar .img-svg {
  position: absolute;
  top: 24px;
  cursor: pointer;
  right: 24px;
}

.calendar .img-svg:hover path {
  fill: #EDC277;
}

.item-tags {
  z-index: 2;
  position: absolute;
  left: 8px;
  top: 8px;
}

.item-tags img {
  cursor: pointer;
  margin-right: 7px;
  display: inline-block;
}

.item-price {
  font-family: 'OpenSans-Bold';
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: 24px;
  margin-right: 24px;
  white-space: nowrap;
}

.item-price .img-svg {
  display: inline-block;
  margin-top: 8px;
  margin-left: 4px;
}

.item-price .orange {
  color: #F57622;
}

.item-price.orange {
  color: #F57622;
}

.item-price.green {
  color: #7CBC59;
}

.item-price .current-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.item-price .current-price img {
  margin-left: 5px;
}

.item-price .past-price {
  margin-right: 10px;
  position: relative;
  color: #CBCFD1 !important;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.item-price .past-price img {
  margin-left: 5px;
}

.item-price .past-price:before {
  content: "";
  position: absolute;
  top: 48%;
  left: -2px;
  right: -2px;
  height: 2px;
  background: #F57622;
}

.option-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-top: 16px;
  display: none;
}

.option-item span {
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.option-item:hover .t-label-variant2 {
  border-color: #EDC277;
}

.option-item:hover span {
  color: #EDC277;
}

/* Количество товаров */

.item__count {
  width: 100px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 7px;
}

.item__count.not-active {
  opacity: 1;
  border: 1px solid #ECEEEF;
  background: #F7F9FA;
}

.item__count.not-active input {
  color: #99A0A3;
}

.item__count.not-active .minus,
.item__count.not-active .plus {
  display: none;
}

.item__count input {
  min-width: 37px;
  height: 56px;
  background: none;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  padding: 0;
  text-align: center;
  color: #434347;
  font-family: 'OpenSans-Regular';
}

.item__count .img-svg {
  margin-top: 4px;
}

.item__count .img-svg:hover {
  cursor: pointer;
}

.item__count .img-svg:hover path,
.item__count .img-svg:hover rect {
  fill: #434347;
}

/* Хлебные крошки */

.breadcrumb {
  margin-bottom: 5px;
}

.breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  position: relative;
}

.breadcrumb li:before {
  content: "";
  background: #ECEEEF;
  width: 12px;
  height: 1px;
  position: absolute;
  right: -22px;
  top: 11px;
}

.breadcrumb li:last-child {
  margin-right: 0;
}

.breadcrumb li:last-child:before {
  display: none;
}

.breadcrumb li a {
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  color: #99A0A3;
}

.breadcrumb li a:hover {
  color: #EDC277;
}

.post-cta,
.faq-cta {
  margin: 48px 0 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 48px;
}

.post-cta form,
.faq-cta form {
  max-width: 570px;
}

.post-cta .cta-header,
.faq-cta .cta-header {
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-Bold';
  margin-bottom: 48px;
}

.post-cta .form-group,
.faq-cta .form-group {
  margin-bottom: 24px;
}

.post-cta button,
.faq-cta button {
  margin-bottom: 24px;
}

/* Пагинация */

.page-pagination {
  margin-top: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.page-pagination a,
.page-pagination .separator {
  color: #CBCFD1;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  margin: 0 6px;
}

.page-pagination .link-page:hover {
  color: #EDC277;
}

.page-pagination .active-page {
  background: #EDC277;
  min-width: 31px;
  color: #fff;
  border-radius: 50%;
  padding: 5px 7px;
  margin-bottom: -5px;
}

.page-pagination .active-page:hover {
  color: #fff;
}

.page-pagination .back-page,
.page-pagination .next-page {
  margin-bottom: -7px;
}

.page-pagination .back-page:hover path,
.page-pagination .next-page:hover path {
  fill: #EDC277;
}

/* CHECKBOX */

.switch-mode input:checked + label {
  text-align: right;
  background: #EDC277;
  border: 1px solid #EDC277;
}

.switch-mode input:checked + label .label-circle {
  background: #fff !important;
}

.switch-mode input:checked ~ .label-name {
  color: #D4A555;
}

.switch-mode .t-label-variant1 {
  cursor: pointer;
  display: block;
  width: 46px;
  height: 24px;
  border: 1px solid #CBCFD1;
  border-radius: 12px;
  padding: 3px;
  text-align: left;
}

.switch-mode .t-label-variant1 .label-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #CBCFD1;
  border-radius: 50%;
}

.switch-mode .t-label-variant1:hover {
  border-color: #99A0A3;
}

.switch-mode .t-label-variant1:hover .label-circle {
  background: #99A0A3;
}

.t-label-variant2 {
  cursor: pointer;
  position: relative;
  border: 1px solid #CBCFD1;
  box-sizing: border-box;
  border-radius: 6px;
  width: 20px;
  height: 20px;
}

.t-label-variant2 svg {
  padding: 3px;
  width: 10px;
  height: 10px;
  background: #EDC277;
  border-radius: 3px;
  display: block;
}

.t-label-variant2 input {
  display: none;
}

.t-label-variant2 .option-name {
  white-space: nowrap;
  position: absolute;
  left: 115%;
  top: -4px;
}

.toggle {
  display: table;
}

.toggle > p {
  margin: 0;
  display: block;
  cursor: pointer;
  user-select: none;
  padding: 0;
  position: relative;
  line-height: 0;
  width: 10px;
  height: 10px;
  border: 0;
}

.toggle > p:before {
  opacity: 0;
  position: relative;
  min-width: 0;
  display: inline-block;
  content: "";
  padding: 0;
  width: 10px;
  height: 10px;
  background: #EDC277;
  border: 0;
  border-radius: 3px;
  text-align: center;
}

.toggle > p:after {
  display: none;
  position: absolute;
  min-width: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #EDC277;
  border-radius: 6px;
  content: "";
  top: -1px;
  left: -1px;
}

.toggle > input:checked + p:before {
  top: 4px;
  left: 4px;
  opacity: 1;
  content: "";
}

.toggle > input:checked + p:after {
  display: block;
}

/* Calendar */

.ui-widget.ui-widget-content {
  border: 0;
  z-index: 4 !important;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  font-family: 'OpenSans-Regular';
  color: #434347;
  border-radius: 3px;
  padding: 0;
  width: 376px;
  height: 320px;
}

.ui-widget.ui-widget-content .ui-datepicker-header {
  background: linear-gradient(352.71deg, #004466 0%, #00576B 95.61%);
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  color: #fff;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: normal;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
}

.ui-widget.ui-widget-content .ui-datepicker-prev,
.ui-widget.ui-widget-content .ui-datepicker-next {
  z-index: 99;
  padding-left: 15px;
  width: 50px;
  height: 100%;
  cursor: pointer !important;
  padding-bottom: 5px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.ui-widget.ui-widget-content .ui-datepicker-prev:hover,
.ui-widget.ui-widget-content .ui-datepicker-next:hover {
  background: none;
  border: 0;
}

.ui-widget.ui-widget-content .ui-datepicker-prev {
  left: 2px !important;
  top: 5px !important;
}

.ui-widget.ui-widget-content .ui-datepicker-next {
  padding-left: 0;
  top: 5px !important;
  right: 2px !important;
  padding-right: 0;
}

.ui-widget.ui-widget-content .ui-datepicker-next .ui-icon {
  text-align: right;
}

.ui-widget.ui-widget-content .ui-icon {
  text-indent: 0;
  height: 40px;
  max-width: 25px;
  width: 25px;
  position: relative;
  top: auto;
  left: auto;
}

.ui-widget.ui-widget-content .ui-icon .img-svg {
  height: 40px;
  max-width: 25px;
  width: 25px;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar {
  margin: 12px auto 0;
  width: 328px;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar th {
  font-size: 15px;
  font-family: 'OpenSans-SemiBold';
  line-height: 20px;
  color: #C8CCCE;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-disabled span {
  color: #99A0A3;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar td a,
.ui-widget.ui-widget-content .ui-datepicker-calendar td span {
  width: 24px;
  height: 24px;
  padding: 5px;
  margin: 8px 12px;
  border: 0;
  background: none;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #434347;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar td a:hover {
  color: #EDC277;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-datepicker-other-month {
  position: relative;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-datepicker-other-month:before {
  position: absolute;
  content: "_";
  bottom: 3px;
  left: 47%;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-active {
  position: relative;
}

.ui-widget.ui-widget-content .ui-datepicker-calendar .ui-state-active:before {
  content: "";
  position: absolute;
  width: 46px;
  height: 46px;
  top: -8px;
  left: -10px;
  border-radius: 50%;
  z-index: -1;
  background: #EDC277;
}

.ui-widget.ui-widget-content .ui-datepicker-prev {
  z-index: 3;
  opacity: 1;
}

.ui-widget.ui-widget-content .ui-datepicker-prev span {
  position: static;
  left: auto;
  top: auto;
  margin: 0;
}

/* Элементы слайдера */

.slider-arrows button {
  width: 48px;
  height: 48px;
  outline: none;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  background: none;
  cursor: pointer;
}

.slider-arrows button:hover {
  background: none;
  border: 1px solid #99A0A3;
}

.slider-arrows button:hover path {
  fill: #434347 !important;
}

.slider-arrows {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.prev-btn {
  margin-right: 12px;
}

.slick-dots {
  z-index: 2;
  text-align: left;
  padding-bottom: 2px;
  padding-left: 16px;
}

.slick-dots li button {
  border-radius: 50%;
  background: white;
  width: 7px;
  margin: 0 3px;
  height: 7px;
}

.slick-dots li button:before {
  display: none;
}

.slick-dots .slick-active button {
  background: #EDC277;
}

.catalog-page {
  background: #F7F9FA;
}

.catalog-page .catalog-slider {
  padding-bottom: 48px;
}

.catalog-page .workers-slider {
  padding: 48px 0 0;
}

/* Social icons */

.social-yt:hover path {
  fill: #FF0000 !important;
}

.social-inst:hover path {
  fill: #D6307B !important;
}

.social-fb:hover path {
  fill: #1877F2 !important;
}

.social-tw:hover path {
  fill: #00ACEE !important;
}

.social-vk:hover path {
  fill: #4F7DB3 !important;
}

/* Блок статья */

.post-item {
  margin: 12px;
  height: 312px;
  border-radius: 2px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.post-item:hover {
  box-shadow: 0px 1px 12px rgba(143, 102, 34, 0.3);
}

.post-item .post-img {
  display: block;
  width: 100%;
  height: 192px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.post-item .post-topic {
  font-size: 12px;
  text-decoration: none;
  line-height: 26px;
  margin-top: 2px;
  color: #99A0A3;
  padding: 0 24px;
  height: 24px;
  display: inline-block;
}

.post-item .post-topic:hover {
  color: #EDC277;
}

.post-item .post-name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  height: 96px;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  text-decoration: none;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
  padding: 0 24px;
}

.post-item .post-name:hover {
  color: #EDC277;
}

/* Мобильное меню */

#mobile-menu {
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 24px;
}

#mobile-menu:before {
  content: "";
  position: absolute;
  width: 550px;
  top: 0;
  z-index: -2;
  height: 100%;
  background: rgba(15, 47, 62, 0.8);
  right: -550px;
}

#mobile-menu.active {
  width: 296px;
  overflow: visible;
}

#mobile-menu .mobile-menu__header {
  width: 100%;
}

#mobile-menu .mobile-menu__schedule {
  height: 90px;
  width: 100%;
  padding-left: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  color: #99A0A3;
  border-bottom: 1px solid #ECEEEF;
}

#mobile-menu .mobile-menu__schedule img {
  margin-right: 5px;
}

#mobile-menu .mobile-menu__catalog {
  display: block;
  width: 100%;
  text-decoration: none;
  font-size: 16px;
  line-height: 20px;
  color: #004466;
  font-family: 'OpenSans-Bold';
  padding: 24px;
  border-bottom: 1px solid #ECEEEF;
  margin-bottom: 25px;
}

#mobile-menu .mobile-menu__catalog:hover {
  color: #EDC277;
}

#mobile-menu #mobile-menu-close {
  position: absolute;
  right: 30px;
  top: 35px;
  cursor: pointer;
  transition: transform 220ms;
}

#mobile-menu #mobile-menu-close svg {
  width: 14px;
}

#mobile-menu #mobile-menu-close path {
  fill: #E1E3E4;
}

#mobile-menu #mobile-menu-close:hover {
  fill: #EDC277;
}

#mobile-menu .mobile-menu-list {
  text-align: center;
  padding-left: 24px;
  margin-bottom: 32px;
}

#mobile-menu .mobile-menu-list a {
  text-align: left;
  padding: 12px 0;
  text-decoration: none;
  display: block;
  font-family: 'OpenSans-SemiBold';
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
}

#mobile-menu .mobile-menu-list a:hover {
  color: #EDC277;
}

#mobile-menu .mobile-menu__phone {
  display: -webkit-flex;
  display: -moz-flex;
  border-radius: 2px;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 248px;
  height: 48px;
  margin-left: 24px;
  text-decoration: none;
  background: #EDC277;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-family: 'OpenSans-SemiBold';
  color: #FFFFFF;
}

#mobile-menu .mobile-menu__callback__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 248px;
  height: 48px;
  margin-left: 24px;
  text-decoration: none;
  background: none;
  border-radius: 2px;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
  border: 1px solid #ECEEEF;
  border-radius: 2px;
  margin-top: 24px;
}

/* Модальное окно */

.overlay-js {
  display: none;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(15, 47, 62, 0.8);
}

.overlay-js.active {
  display: block !important;
}

.modal-js {
  z-index: 11;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*min-height: 70vh;*/
  max-width: 940px;
  width: 95%;
  background: #FFFFFF;
  box-shadow: 0px 2px 30px rgba(11, 43, 67, 0.2);
  border-radius: 2px;
  opacity: 1;
  padding: 102px 48px 48px;
}

.modal-js.active {
  display: block !important;
}

.modal-js p {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  text-align: left;
  font-family: 'OpenSans-Light';
}

.modal-js .modal-header {
  height: 48px;
  background: linear-gradient(357.06deg, #004466 0%, #00576B 95.61%);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}

.modal-js .modal-header .modal-close {
  position: absolute;
  top: 8px;
  right: 18px;
  outline: none;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 5px;
}

.modal-js .modal-header .modal-close:hover path {
  fill: #EDC277;
}

.modal-js .modal-title {
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 38px;
  color: #434347;
}

.modal-js .modal-subtitle {
  font-weight: normal;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 22px;
  font-family: 'OpenSans-Light';
  color: #434347;
}

.modal-js .modal-input {
  width: 100%;
  padding: 24px;
  font-family: 'OpenSans-Light';
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.modal-js .modal-input::placeholder {
  color: #99A0A3;
}

.modal-js .modal-form__footer {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
}

.modal-js .modal-form__footer button {
  margin-left: 24px;
  height: 72px;
  width: 180px;
  font-family: 'OpenSans-SemiBold';
  border: 0;
  border-radius: 2px;
  background: #EDC277;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  outline: none;
}

.modal-js .modal-form__footer button:hover {
  background: #D4A555;
}

.modal_authorization {
  min-height: 54vh;
  padding-top: 120px;
}

.modal_authorization .modal-title {
  font-size: 20px;
  line-height: 27px;
  font-family: 'OpenSans-Bold';
  margin-bottom: 10px;
}

.modal_authorization .modal-subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin-bottom: 80px;
}

.modal_authorization .social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.modal_authorization .social a {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin: 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.modal_authorization .social a:hover path {
  fill: #fff !important;
}

.modal_authorization .social path {
  fill: #fff;
}

.modal_authorization .social-fb {
  background: #1877F2;
}

.modal_authorization .social-fb:hover {
  background: #156BDB;
}

.modal_authorization .social-vk {
  background: #597DA3;
}

.modal_authorization .social-vk:hover {
  background: #4F6F91;
}

.modal_authorization .social-inst {
  background: #F00075;
}

.modal_authorization .social-inst:hover {
  background: #C70060;
}

.modal_confirmation {
  max-height: 680px;
  height: 100%;
  text-align: center;
}

.modal_confirmation .main-img {
  margin: 0 auto 24px;
  border-radius: 50%;
  border: 1px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  width: 264px;
  height: 264px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.modal_confirmation .main-img img {
  width: 142px;
}

.modal_confirmation .confirmation-title {
  font-size: 28px;
  line-height: 38px;
  font-family: 'OpenSans-Bold';
  color: #004466;
  margin-bottom: 24px;
}

.modal_confirmation .confirmation-subtitle {
  font-size: 15px;
  font-family: 'OpenSans-Light';
  color: #99A0A3;
  line-height: 22px;
}

.modal_confirmation .confirmation-btn {
  width: 248px;
  height: 72px;
  margin-top: 70px;
}

.order_confirmation .d-flex {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.order_confirmation .d-flex .main-img {
  flex-shrink: 0;
  margin-right: 48px;
  width: 200px;
}

.order_confirmation .d-flex .main-content {
  width: 375px;
  flex-shrink: 0;
}

.order_confirmation .d-flex .main-content .confirmation-title {
  font-size: 15px;
  line-height: 20px;
  color: #004466;
  margin-bottom: 24px;
}

.order_confirmation .d-flex .main-content .confirmation-subtitle {
  font-family: 'OpenSans-Regular';
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #434347;
}

.order_confirmation .d-flex .main-content .t-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 180px;
  height: 72px;
  margin: 24px 0;
}

.order_birthday {
  padding: 120px 48px 72px;
  text-align: center;
}

.order_birthday .icon-xs {
  display: none;
}

.order_birthday .confirmation-title {
  font-size: 15px;
  line-height: 20px;
  color: #004466;
  margin-bottom: 3px;
}

.order_birthday .order-id {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin-bottom: 24px;
}

.order_birthday .confirmation-subtitle {
  font-family: 'OpenSans-Regular';
  font-size: 15px;
  line-height: 22px;
  font-weight: normal;
  color: #434347;
  margin-bottom: 48px;
}

.order_birthday .t-btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 180px;
  height: 72px;
  margin: 24px 0;
}

.order_birthday .d-flex {
  padding: 24px 0;
  margin-bottom: 47px;
  border-top: 1px solid #ECEEEF;
  border-bottom: 1px solid #ECEEEF;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.order_birthday .birthday-form {
  margin-left: 24px;
  text-align: left;
}

.order_birthday .t-btn {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px;
  padding: 25px 0;
}

.order_birthday button.t-btn {
  width: auto;
  background: none;
  color: #CBCFD1;
  border: 0;
}

.order_birthday button.t-btn:hover {
  background: none;
  color: #EDC277;
}

.birthday_saved {
  text-align: center;
}

.birthday_saved .modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.birthday_saved .modal-title {
  font-family: 'OpenSans-Bold';
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  margin: 0;
}

.birthday_saved .modal-subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin: 23px 0 65px;
}

.birthday_saved .t-btn {
  padding: 25px 0;
  width: 180px;
  display: block;
  margin: 0 auto;
}

.modal_fastBuy .order-id {
  margin-top: 34px;
  padding: 25px 0;
  border-top: 1px solid #ECEEEF;
  border-bottom: 1px solid #ECEEEF;
  font-size: 15px;
  line-height: 20px;
  color: #99A0A3;
}

.modal_callback {
  max-height: 680px;
  /*height: 100%;*/
  min-height: auto;
  height: auto;
  padding-bottom: 120px;
}

.modal_callback .modal-form {
  margin: 0 110px;
}

.modal_callback .modal-form .form-group {
  margin-bottom: 24px;
}

.modal-order .modal-title {
  font-size: 24px;
  line-height: 24px;
  color: #434347;
  margin: 0;
  font-family: 'OpenSans-Bold';
}

.modal-order .modal-subtitle {
  margin: 48px 0;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  font-family: 'OpenSans-Light';
}

.modal-order .form-group {
  margin-bottom: 24px;
}

.modal-order .modal-order__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin: 35px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #ECEEEF;
}

.modal-order .modal-order__item .modal-order__item__img {
  width: 96px;
  height: 96px;
}

.modal-order .modal-order__item .modal-order__item__name {
  max-width: 312px;
  font-size: 15px;
}

.modal-order .modal-order__item .modal-order__item__name:hover {
  color: #EDC277;
}

.modal-order .modal-order__item .modal-order__item__name a {
  line-height: 22px;
  color: #434347;
  text-decoration: none;
}

.modal-order .modal-order__item .modal-order__item__name .additional {
  margin-top: 24px;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
  font-family: 'OpenSans-Light';
}

.modal-order .modal-order__item .search-item__price {
  font-size: 20px;
  font-family: 'OpenSans-Bold';
}

.modal-order .modal-order__item .search-item__price img {
  margin-left: 3px;
}

.modal_preoder .modal-subtitle {
  margin: 48px 0 24px;
}

.modal_preoder .modal-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.modal_preoder .form-group {
  width: 48.9%;
}

.modal_preoder .form-name {
  width: 100%;
  margin-bottom: 24px;
}

.modal_feedback {
  max-height: 680px;
  height: 100%;
}

.modal_feedback .modal-title {
  font-size: 20px;
  line-height: 27px;
}

.modal_feedback .modal-subtitle {
  color: #99A0A3;
  margin-bottom: 72px;
}

.modal_feedback .modal-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.modal_feedback .modal-form .form-group {
  width: 48.5%;
  flex-shrink: 0;
  margin-bottom: 24px;
}

.modal_feedback .modal-form textarea {
  height: 120px;
  padding: 24px;
  margin-bottom: 55px;
}

.modal_info_preoder {
  display: none;
  text-align: center;
}

.modal_info_preoder .modal-title {
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  font-family: 'OpenSans-Bold';
}

.modal_info_preoder .modal-subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  text-align: left;
  margin-bottom: 96px;
  font-family: 'OpenSans-Light';
}

.modal_info_preoder .main-img {
  text-align: center;
}

.modal_info_preoder .shares-button {
  display: none;
}

.modal_info_delivery {
  text-align: center;
  padding-bottom: 57px;
}

.modal_info_delivery .modal-subtitle {
  text-align: left;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
  margin: 48px 0 30px;
}

.modal_info_delivery .modal-title {
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  margin-bottom: 36px;
  font-family: 'OpenSans-Bold';
}

.modal_info_delivery .shares-button {
  display: none;
}

.modal_info_pickup {
  min-height: 65vh;
}

.modal_info_pickup .modal-title {
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  font-family: 'OpenSans-Bold';
}

.modal_info_pickup .modal-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
}

.modal_info_pickup .d-flex {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.modal_info_pickup .d-flex svg {
  width: 200px;
}

.modal_info_pickup .d-flex .map-img {
  width: 100%;
  height: 240px;
  max-width: 568px;
  background-size: cover;
  background-position: center;
}

.modal_info_pickup .shares-button {
  display: none;
}

.modal_info_showroom {
  min-height: 65vh;
}

.modal_info_showroom .modal-title {
  font-size: 20px;
  line-height: 27px;
  text-align: left;
  font-family: 'OpenSans-Bold';
}

.modal_info_showroom .modal-subtitle {
  margin-top: 24px;
  margin-bottom: 0;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
}

.modal_info_showroom .shares-button {
  display: none;
}

.shares-warning {
  text-align: right;
  font-size: 12px;
  font-family: 'OpenSans-Light';
  line-height: 16px;
  color: #99A0A3;
}

.shares-warning a {
  text-decoration: none;
  font-family: 'OpenSans-SemiBold';
  color: #99A0A3;
}

.shares-warning a:hover {
  color: #EDC277;
}

/* Landscape phones and portrait tablets */

/*@media (min-height: 600px) and (max-width: 767px) {
    .modal_callback {
        padding-bottom: 36px;
        top: 50%;
        transform: translateY(-50%);
        height: auto;
    }
}*/

.header-overlay {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 200vh;
  background: rgba(15, 47, 62, 0.8);
  mix-blend-mode: normal;
  z-index: 6;
}

.header {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  position: relative;
}

.header .header__top {
  padding: 25px 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #EEF0F1;
}

.header .header__top .header__schedule {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.header .header__top .header__schedule .img-svg {
  margin-right: 5px;
  margin-top: 1px;
}

.header .header__top .header__menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.header .header__top .header__menu a {
  display: inline-block;
  font-family: 'OpenSans-SemiBold';
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #CBCFD1;
  margin-right: 48px;
  transition: 220ms;
}

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

.header .header__top .header__menu a:hover {
  color: #EDC277;
}

.header .header__top .header__callback .header__phone,
.header .header__top .header__callback .header__callback__btn {
  font-size: 15px;
  font-family: 'OpenSans-SemiBold';
  line-height: 20px;
  color: #CBCFD1;
  display: inline-block;
  margin-right: 25px;
  text-decoration: none;
}

.header .header__top .header__callback .header__phone:hover,
.header .header__top .header__callback .header__callback__btn:hover {
  color: #EDC277;
}

.header .header__top .header__callback .header__callback__btn {
  margin-right: 0;
}

.header .header__main {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 40px;
}

.header .header__main #mobile-menu-btn {
  display: none;
}

.header .header__main .header__logo .logo-xs {
  display: none;
}

.header .header__main .header__navigation {
  margin-left: 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}

.header .header__main .header__navigation .header__catalog__btn {
  background: #EDC277;
  border-radius: 2px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-Bold';
  text-decoration: none;
  padding: 15px 18px;
  cursor: pointer;
}

.header .header__main .header__navigation .header__catalog__btn svg {
  margin-left: 17px;
}

.header .header__main .header__navigation .header__catalog__btn path {
  fill: #fff;
}

.header .header__main .header__navigation .header__catalog__btn:hover {
  background: #D4A555;
}

.header .header__main .header__navigation .header__catalog__btn .close-btn {
  display: none;
}

.header .header__main .header__navigation .header__catalog__btn.active .open-btn {
  display: none;
}

.header .header__main .header__navigation .header__catalog__btn.active .close-btn {
  width: 15px;
  margin-bottom: -3px;
  display: block;
}

.header .header__main .header__navigation .header__search {
  margin: 0 25px;
  max-width: 615px;
  flex-grow: 1;
  border-radius: 2px;
  position: relative;
}

.header .header__main .header__navigation .header__search #search-list {
  display: none;
  overflow: hidden;
  z-index: 5;
  position: absolute;
  width: 100%;
  top: 107%;
  left: 0;
  height: 505px;
  background: #fff;
  border: 1px solid #CBCFD1;
  border-radius: 2px;
}

.header .header__main .header__navigation .header__search #search-list .search-list__info {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 24px;
  background: #EBEEF0;
  border-radius: 0px 0px 2px 2px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 24px;
}

.header .header__main .header__navigation .header__search #search-list .search-list__info span {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.header .header__main .header__navigation .header__search #search-list .search-list__info .search-list__info__link {
  margin-left: 5px;
  text-decoration: none;
  font-size: 12px;
  font-family: 'OpenSans-Bold';
  line-height: 16px;
  color: #99A0A3;
}

.header .header__main .header__navigation .header__search #search-list .search-list__info .search-list__info__link:hover {
  color: #EDC277;
}

.header .header__main .header__navigation .header__search #search-list .search-list__box {
  overflow-y: scroll;
  height: 480px;
}

.header .header__main .header__navigation .header__search #search-list .search-list__box::-webkit-scrollbar {
  width: 8px;
  background: #F7F9FA;
}

.header .header__main .header__navigation .header__search #search-list .search-list__box::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #F7F9FA;
  background-color: #EDC277;
}

.header .header__main .header__navigation .header__search #search-list .search-list__box::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #EDC277;
  background-color: #EDC277;
}

.header .header__main .header__navigation .header__search #search-list .search-list__box::-webkit-scrollbar-track {
  border-width: 0;
}

.header .header__main .header__navigation .header__search #search-list .search-item {
  text-decoration: none;
  height: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0 24px;
  margin: 0 24px;
  border-bottom: 1px solid #ECEEEF;
}

.header .header__main .header__navigation .header__search #search-list .search-item:hover {
  transform: scale(1.02);
}

.header .header__main .header__navigation .header__search #search-list .search-item:hover .search-item__name {
  color: #434347 !important;
}

.header .header__main .header__navigation .header__search #search-list .search-item:hover .search-item__price {
  color: #434347 !important;
}

.header .header__main .header__navigation .header__search #search-list .search-item .search-item__img {
  width: 48px;
  height: 48px;
}

.header .header__main .header__navigation .header__search #search-list .search-item .search-item__name {
  flex-grow: 1;
  margin: 0 24px;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.header .header__main .header__navigation .header__search #search-list .search-item .search-item__price {
  font-size: 20px;
  line-height: 27px;
  font-family: 'OpenSans-SemiBold';
  color: #CBCFD1;
  white-space: nowrap;
}

.header .header__main .header__navigation .header__search .header__search__input {
  border-radius: 2px;
  width: 100%;
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  border-radius: 2px;
  font-size: 15px;
  outline: none;
  line-height: 22px;
  color: #000;
  padding: 13px 21px;
  padding-right: 50px;
}

.header .header__main .header__navigation .header__search .header__search__input::placeholder {
  color: #99A0A3;
}

.header .header__main .header__navigation .header__search .header__search__input:focus {
  background: none;
  border: 1px solid #CBCFD1;
}

.header .header__main .header__navigation .header__search .header__search__btn {
  border: 0;
  height: 100%;
  width: 50px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.header .header__main .header__navigation .header__search .header__search__btn .send-btn {
  display: none;
}

.header .header__main .header__navigation .header__search .header__search__btn .send-btn:hover path {
  fill: #EDC277;
}

.header .header__main .header__navigation .active .header__search__btn .loop-btn {
  display: none;
}

.header .header__main .header__navigation .active .header__search__btn .send-btn {
  display: block;
}

.header .header__main .header__navigation .active .active-list {
  display: block !important;
}

.header .header__main .header__navigation .header__cart__btn {
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  background: #F7F9FA;
  color: #fff;
  font-family: 'OpenSans-Light';
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding-top: 5px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart__container {
  padding: 8px;
}

.header .header__main .header__navigation .header__cart__btn #counter-box {
  min-height: 14px;
  min-width: 14px;
  position: absolute;
  right: 4px;
  top: 5px;
  font-family: 'OpenSans-Light';
  font-size: 11px;
  line-height: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FCFCFC;
  color: #fff;
  background: #EDC277;
  border-radius: 50%;
  padding: 2px;
  padding-right: 3px;
}

.header .header__main .header__navigation .header__cart__btn:hover {
  background: none;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown {
  display: none;
  font-family: 'OpenSans-Regular';
  position: absolute;
  z-index: 8;
  background: #fff;
  width: 455px;
  top: 80px;
  right: -15px;
  box-shadow: 0px 2px 30px rgba(11, 43, 67, 0.2);
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown:before {
  content: "";
  width: 21px;
  height: 21px;
  background: #004B68;
  transform: rotate(45deg);
  position: absolute;
  top: -9px;
  right: 27px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown.cart-empty {
  width: 376px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown.cart-empty .cart-dropdown__footer,
.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown.cart-empty .cart-dropdown__list {
  display: none;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown.cart-empty .cart-dropdown__empty {
  display: block;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__empty {
  text-align: center;
  display: none;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__empty img {
  width: 100px;
  margin: 50px 0 24px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__empty .cart-title {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__empty .t-btn {
  display: block;
  width: 212px;
  height: 48px;
  line-height: 44px;
  margin: 0 auto 48px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__header {
  height: 48px;
  background: linear-gradient(350.09deg, #004466 3.51%, #00576B 95.61%);
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__header .cart-close {
  position: absolute;
  right: 16px;
  top: 12px;
  background: none;
  border: 0;
  cursor: pointer;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__header .cart-close:hover path {
  fill: #EDC277;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer {
  background: #F7F9FA;
  padding: 34px 24px 24px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price {
  margin-bottom: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price span {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price .item-price {
  margin: 0;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer a.t-btn {
  display: block;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 45px;
  max-width: none;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer button {
  display: none;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item {
  padding: 15px 24px 8px;
  border-bottom: 1px solid #ECEEEF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item:last-child {
  border-bottom: 0;
  padding-bottom: 20px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__delete {
  border: 0;
  width: 24px;
  padding: 0;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__img {
  margin-left: 22px;
  text-align: center;
  width: 54px;
  height: 54px;
  flex-shrink: 0;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__img img {
  max-width: 100%;
  max-height: 100%;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right {
  flex-grow: 1;
  margin-left: 24px;
  margin-top: 6px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__name {
  font-size: 12px;
  line-height: 16px;
  color: #434347;
  height: 48px;
  margin-bottom: 7px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__name a {
  color: #434347;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__name a:hover {
  color: #EDC277;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__count {
  margin: 0;
  padding: 0;
  width: 75px;
  background: none;
  border: 0;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__count input {
  font-size: 12px;
  height: auto;
  line-height: 16px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price {
  margin: 0;
  color: #CBCFD1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price .orange {
  margin-right: 8px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price .past-price {
  color: #CBCFD1;
  margin: 0;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item {
  padding-bottom: 40px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item .item__name {
  margin-bottom: 0;
  height: 40px;
}

.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item .minus,
.header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item .plus {
  display: none;
}

.header .catalog-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 104%;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  display: none;
  z-index: 8;
}

.header .catalog-menu:before {
  content: "";
  position: absolute;
  top: -62px;
  height: 62px;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header .catalog-menu:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: #004C68;
  z-index: 3;
  transform: rotate(45deg);
  left: 42vw;
  top: -6px;
}

.header .catalog-menu .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
  position: relative;
  z-index: 4;
}

.header .catalog-menu .catalog-menu__title {
  background: #004C68;
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 4;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'OpenSans-SemiBold';
  margin-bottom: 50px;
}

.header .catalog-menu .catalog-full-overlay {
  display: none;
  z-index: 1;
  position: absolute;
  height: 100vh;
  left: 0;
  top: -15px;
  width: 100%;
  background: #0F2F3E;
  mix-blend-mode: normal;
  opacity: 0.7;
}

.header .catalog-menu .catalog-full-overlay:hover {
  display: none;
}

.header .catalog-menu .catalog-title-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #004C68;
  z-index: 3;
}

.header .catalog-menu .catalog-menu-overlay {
  position: relative;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.header .catalog-menu .catalog-menu__item {
  width: 100%;
  position: relative;
  flex-shrink: 0;
  max-width: 320px;
  border-right: 1px solid #ECEEEF;
  padding-left: 80px;
  padding-bottom: 50px;
}

.header .catalog-menu .catalog-menu__item:last-child {
  border-right: 0;
}

.header .catalog-menu .catalog-menu__item .dropdown-list {
  display: none;
  position: absolute;
  left: 70%;
  z-index: 4;
  top: 50%;
  background: #fff;
  transform: translateY(-50%);
  box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.25);
  border-left: 4px solid #EDC277;
  width: 296px;
  padding: 30px 33px;
}

.header .catalog-menu .catalog-menu__item ul {
  list-style: none;
}

.header .catalog-menu .catalog-menu__item ul li a {
  display: block;
  padding: 12px 0;
  text-decoration: none;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #C8CCCE;
}

.header .catalog-menu .catalog-menu__item ul li a:hover {
  color: #004466;
}

.header .catalog-menu .catalog-menu__item ul li a svg path {
  fill: #C8CCCE;
  display: block;
}

.header .catalog-menu .catalog-menu__item ul li:hover .dropdown-list {
  display: block;
}

.header .catalog-menu .catalog__first {
  padding-left: 0;
  max-width: 230px;
}

/* Landscape phones and portrait tablets */

/* Landscape phones and smaller */

.footer {
  background: linear-gradient(348.7deg, #004466 3.51%, #00576B 95.61%);
}

.footer .footer__main {
  padding: 48px 0;
}

.footer .footer__main .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.footer .footer__main .footer__main__item:last-child {
  text-align: right;
}

.footer .footer__main .footer__main__item:last-child .footer__help {
  display: none;
}

.footer .footer__main .footer__first {
  margin-right: 20px;
}

.footer .footer__main .footer__first .footer__callback {
  display: none;
}

.footer .footer__main .footer__social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -12px;
  margin-bottom: 12px;
}

.footer .footer__main .footer__social a {
  padding: 12px;
}

.footer .footer__main .footer__social a:hover path {
  fill: #fff !important;
}

.footer .footer__main .footer__main__btn {
  display: inline-block;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
  text-align: center;
  padding: 13px 24px;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  background: none;
  text-decoration: none;
  cursor: pointer;
}

.footer .footer__main .footer__main__btn:hover {
  color: #fff;
  border: 1px solid #fff;
}

.footer .footer__main .footer__main__title {
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer .footer__main .footer__pay-methods {
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.footer .footer__main .footer__pay-methods .footer__pay-method {
  margin-right: 24px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  background: #fff;
  height: 48px;
  padding: 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.footer .footer__main .footer__policy {
  display: block;
  margin-bottom: 24px;
  font-family: 'OpenSans-SemiBold';
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
  text-decoration: none;
}

.footer .footer__info {
  padding: 0;
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  font-family: 'OpenSans-Light';
}

.footer .footer__info .container {
  border-top: 1px solid #769FAD;
  padding: 48px 0;
}

.footer .footer__info .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.footer .footer__info span {
  display: inline-block;
  margin-bottom: 5px;
}

.footer .footer__info .footer__info__item:nth-child(2) {
  text-align: right;
}

.footer .footer__bottom {
  background: #F7F9FA;
  padding: 46px 0;
}

.footer .footer__bottom .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.footer .footer__bottom .footer__bottom__item .yandex-analytics {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.footer .footer__bottom .footer__bottom__item .yandex-analytics .yandex-item {
  margin-right: 24px;
}

/* Landscape phones and portrait tablets */

.intro__banner-delivery {
  height: 335px;
  width: 296px;
  background: radial-gradient(85.44% 85.44% at 55.65% 100%, #FFD894 0%, #EDC277 100%);
  border-radius: 2px;
  color: #fff;
  padding: 50px 30px 25px;
  text-align: center;
}

.intro__banner-delivery .intro__banner-delivery__title {
  margin: 25px 0 50px;
  display: inline-block;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #99722E;
}

.intro__banner-delivery .img-svg path {
  fill: #fff !important;
}

.intro__banner-delivery .intro__banner-delivery__btn {
  display: inline-block;
  padding: 20px 30px;
  font-style: normal;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #FFFFFF;
  background: #D4A555;
  border-radius: 2px;
}

.intro__banner-delivery .intro__banner-delivery__btn:hover {
  background: #BE944C;
}

.intro-banners {
  background: #F7F9FA;
  padding-top: 27px;
}

.intro-banners .intro__top-side {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: 24px;
}

.intro-banners .intro__top-side .intro__banner-slider {
  flex-grow: 1;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 2px;
  height: 335px;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-photos .item {
  width: 100%;
  height: 335px;
  background-size: cover;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-content {
  position: absolute;
  width: 300px;
  top: 16px;
  left: 16px;
  bottom: 16px;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-content .item {
  border-radius: 2px;
  background: rgba(15, 47, 62, 0.8);
  width: 100%;
  height: 304px;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-direction: column;
  padding: 24px;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-content .item .intro__banner-slider__title {
  color: #fff;
  display: block;
  font-family: 'OpenSans-SemiBold';
  font-size: 30px;
  line-height: 38px;
  margin-bottom: 24px;
  padding-right: 25px;
}

.intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-content .item .intro__banner-slider__desc {
  font-family: 'OpenSans-SemiBold';
  padding-right: 10px;
  font-size: 15px;
  line-height: 23px;
  display: flex;
  align-items: center;
}

.intro-banners .intro__bottom-side {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0 -12px;
}

.intro-banners .intro__bottom-side .intro__banner {
  background-size: cover;
  padding: 25px;
  width: 50%;
  margin: 0 12px;
  height: 335px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  transition: 220ms;
  border-radius: 2px;
}

.intro-banners .intro__bottom-side .intro__banner:hover {
  box-shadow: 0px 1px 12px rgba(143, 102, 34, 0.3);
  transform: translateY(-6px);
}

.intro-banners .intro__bottom-side .intro__banner .intro__banner__title {
  font-family: 'OpenSans-SemiBold';
  font-size: 30px;
  line-height: 38px;
  color: #FFFFFF;
}

.advantages {
  background: #F7F9FA;
  padding: 70px 0 80px;
}

.advantages .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.advantages .d-flex .advantages__item {
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.advantages .d-flex .advantages__item img {
  margin-bottom: 15px;
}

/* Landscape phones and portrait tablets */

/* Landscape phones and portrait tablets */

.catalog-slider,
.catalog-box {
  padding: 98px 0 90px;
}

.catalog-slider .catalog-slider__box,
.catalog-box .catalog-slider__box {
  margin: 37px -12px 0;
}

.catalog-slider .catalog-slider__box .good-space,
.catalog-box .catalog-slider__box .good-space {
  width: 24%;
}

.catalog-slider .catalog-slider__box__item,
.catalog-box .catalog-slider__box__item {
  position: relative;
  background: #FFFFFF;
  border: 1px solid #EBEEF0;
  outline: none;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 12px;
  padding: 24px 0 0;
}

.catalog-slider .catalog-slider__box__item:hover,
.catalog-box .catalog-slider__box__item:hover {
  box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.3);
}

.catalog-slider .catalog-slider__box__item .item-features,
.catalog-box .catalog-slider__box__item .item-features {
  display: none;
}

.catalog-slider .catalog-slider__box__item .item-img,
.catalog-box .catalog-slider__box__item .item-img {
  display: block;
  height: 245px;
  outline: none;
  text-align: center;
  padding-left: 24px;
  padding-right: 24px;
}

.catalog-slider .catalog-slider__box__item .item-img img,
.catalog-box .catalog-slider__box__item .item-img img {
  max-height: 245px;
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.catalog-slider .catalog-slider__box__item .item-title,
.catalog-box .catalog-slider__box__item .item-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  height: 70px;
  padding-left: 24px;
  text-align: left;
  outline: none;
  padding-right: 24px;
}

.catalog-slider .catalog-slider__box__item .item-title a,
.catalog-box .catalog-slider__box__item .item-title a {
  font-family: 'OpenSans-Light';
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.catalog-slider .catalog-slider__box__item .item-title a:hover,
.catalog-box .catalog-slider__box__item .item-title a:hover {
  color: #EDC277;
}

.catalog-slider .catalog-slider__box__item .fixed-block,
.catalog-box .catalog-slider__box__item .fixed-block {
  width: 100%;
  height: 136px;
  padding: 0 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.catalog-slider .catalog-slider__box__item .item-descriptions,
.catalog-box .catalog-slider__box__item .item-descriptions {
  width: 100%;
}

.catalog-slider .catalog-slider__box__item .item-descriptions .description,
.catalog-box .catalog-slider__box__item .item-descriptions .description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
  color: #434347;
}

.catalog-slider .catalog-slider__box__item .item-descriptions .description img,
.catalog-box .catalog-slider__box__item .item-descriptions .description img {
  margin-right: 7px;
  width: 16px;
  margin-bottom: -2px;
}

.catalog-slider .catalog-slider__box__item .item-descriptions .description .question,
.catalog-box .catalog-slider__box__item .item-descriptions .description .question {
  margin-left: 3px;
  cursor: pointer;
}

.catalog-slider .catalog-slider__box__item .item-descriptions .description .question:hover #Base,
.catalog-box .catalog-slider__box__item .item-descriptions .description .question:hover #Base {
  fill: #EDC277;
}

.catalog-slider .catalog-slider__box__item .item-preoder,
.catalog-box .catalog-slider__box__item .item-preoder {
  font-size: 12px;
  line-height: 16px;
  color: #434347;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  display: none;
}

.catalog-slider .catalog-slider__box__item .item-preoder .img-svg:hover #Base,
.catalog-box .catalog-slider__box__item .item-preoder .img-svg:hover #Base {
  fill: #EDC277;
  cursor: pointer;
}

.catalog-slider .catalog-slider__box__item .item-preoder a,
.catalog-box .catalog-slider__box__item .item-preoder a {
  display: inline-block;
  margin-bottom: -3px;
  margin-left: 5px;
}

.catalog-slider .catalog-slider__box__item .item-cart,
.catalog-box .catalog-slider__box__item .item-cart {
  display: block;
  padding: 14px 0;
  text-align: center;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  width: 100%;
  border-radius: 2px;
  cursor: pointer;
  /*margin: auto 0 0;*/
  background-color: #CBCFD1;
  background-position: 999px 0;
  background-repeat: no-repeat !important;
  border: 0;
  border-radius: 2px;
}

.catalog-slider .catalog-slider__box__item .item-cart:hover,
.catalog-box .catalog-slider__box__item .item-cart:hover {
  background-color: #EDC277;
}

.catalog-slider .catalog-slider__box__item .item-cart.active,
.catalog-box .catalog-slider__box__item .item-cart.active {
  background: #fff;
  border: 1px solid #EDC277;
  color: #EDC277;
}

.catalog-slider .catalog-slider__box__item .fast-buy,
.catalog-box .catalog-slider__box__item .fast-buy {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  height: 48px;
  width: 100%;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #CBCFD1;
  cursor: pointer;
  border: 0;
  border-top: 1px solid #EBEEF0;
  background: none;
}

.catalog-slider .catalog-slider__box__item .fast-buy:hover,
.catalog-box .catalog-slider__box__item .fast-buy:hover {
  background: #ECEEEF;
  color: #434347;
}

.catalog-slider .catalog-slider__box__item .item-preoder-link,
.catalog-box .catalog-slider__box__item .item-preoder-link {
  display: none;
}

.catalog-slider .preoder .item-descriptions,
.catalog-slider .preoder .item-cart,
.catalog-slider .preoder .fast-buy,
.catalog-box .preoder .item-descriptions,
.catalog-box .preoder .item-cart,
.catalog-box .preoder .fast-buy {
  display: none;
}

.catalog-slider .preoder .item-preoder-link,
.catalog-slider .preoder .item-preoder,
.catalog-box .preoder .item-preoder-link,
.catalog-box .preoder .item-preoder {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.catalog-slider .preoder .fixed-block,
.catalog-box .preoder .fixed-block {
  justify-content: center;
}

/* Landscape phones and portrait tablets */

.workers-slider {
  background: #F7F9FA;
  padding: 96px 0;
}

.workers-slider .slick-arrow.slick-hidden {
  display: block;
}

.workers-slider .top-title {
  margin-bottom: 70px;
}

.workers-slider .workers-slider__box {
  margin: 0 -12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: stretch;
  align-items: stretch;
}

.workers-slider .workers-slider__box .workers-slider__box__item {
  height: 100%;
  min-height: 410px;
  margin: 0 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
}

.workers-slider .workers-slider__box .workers-slider__box__item .item-header {
  height: 120px;
  margin-bottom: 10px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-img {
  margin-right: 13px;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-name {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
  margin: 0px 0 12px;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-position {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
  margin: 0px 0 12px;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-social a {
  display: inline-block;
  margin-right: 8px;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-social a svg {
  width: 16px;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-comment {
  padding: 30px 24px 24px;
  background: #fff;
  flex-grow: 1;
  position: relative;
  border: 1px solid #EBEEF0;
  border-top: 0;
  border-radius: 2px;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-comment .worker-triangle {
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  border: 1px solid #EBEEF0;
  z-index: 1;
  background: #fff;
  transform: rotate(45deg);
  top: -6px;
  left: 25px;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-comment .worker-bg {
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  right: 0;
  height: 20px;
  z-index: 2;
  border-radius: 2px;
  border-top: 1px solid #EBEEF0;
}

.workers-slider .workers-slider__box .workers-slider__box__item .worker-comment .worker-bg:before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 2px;
  z-index: 1;
  background: #fff;
  transform: rotate(45deg);
  top: -6px;
  left: 25px;
}

/* Landscape phones and portrait tablets */

.brands-slider {
  padding: 96px 0;
  background-color: #fff;
}

.brands-slider .top-title {
  margin-bottom: 50px;
}

.brands-slider .brands-slider__box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin: 0 -44px;
}

.brands-slider .good-space {
  height: 136px !important;
}

.brands-slider .brands-slider__box__item {
  height: 100%;
  margin: 0 44px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

/* Landscape phones and portrait tablets */

.home-post {
  padding: 96px 0;
  background: #F7F9FA;
}

.home-post .home-post__title {
  margin-bottom: 20px;
  font-family: 'OpenSans-Bold';
  font-size: 20px;
  line-height: 27px;
  color: #434347;
}

.home-post .home-post__description {
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #99A0A3;
  margin-bottom: 24px;
}

.home-post .home-post__content {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.home-post .home-post__content .hidden-text {
  display: none;
}

.home-post .home-post__link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
  max-width: 150px;
  margin-left: auto;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
}

.home-post .home-post__link:hover {
  color: #EDC277;
}

.home-post .home-post__link:hover path {
  fill: #EDC277;
}

/* Landscape phones and portrait tablets */

.post-slider {
  padding: 0 0 84px;
  background: #F7F9FA;
}

.post-slider .top-title {
  margin-bottom: 36px;
}

.post-slider .post-slider__box {
  margin: 0 -12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

/* Landscape phones and portrait tablets */

.shares-section {
  padding: 0 0 96px;
  background: #F7F9FA;
}

.shares-section .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.shares-section .shares-item {
  width: 49%;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 48px 48px 53px;
}

.shares-section .shares-item .shares-title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  font-family: 'OpenSans-Bold';
  height: 48px;
}

.shares-section .shares-item ul {
  list-style: none;
}

.shares-section .shares-item ul li {
  padding: 26px 0;
  border-bottom: 1px solid #ECEEEF;
}

.shares-section .shares-item ul li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.shares-section .shares-item ul li a {
  font-size: 15px;
  font-family: 'OpenSans-SemiBold';
  line-height: 20px;
  color: #CBCFD1;
}

.shares-section .shares-item ul li a:hover {
  color: #EDC277;
}

.shares-section .shares-item .shares-desc {
  color: #434347;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 35px;
}

.shares-section .shares-item .form-group {
  flex-grow: 1;
}

.shares-section .shares-item .shares-form {
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  margin-bottom: 15px;
}

.shares-section .shares-item .shares-form .d-flex {
  -ms-align-items: stretch;
  align-items: stretch;
}

.shares-section .shares-item .shares-form input {
  background: #F7F9FA;
  font-size: 15px;
  line-height: 22px;
  padding: 0 24px;
  height: 100%;
  color: #434347;
}

.shares-section .shares-item .shares-form input::placeholder {
  color: #99A0A3;
}

.shares-section .shares-item .shares-form button {
  width: 140px;
  border: 0;
  background: #EDC277;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.shares-section .shares-item .shares-form button:hover {
  background: #D4A555;
}

/* Landscape phones and portrait tablets */

/* Страница "Каталог" */

.collections-menu {
  background: linear-gradient(348.69deg, #004466 3.51%, #00576B 95.61%);
  padding: 24px 0;
}

.collections-menu .drop-block__close {
  display: none;
}

.collections-menu .t-title {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
  font-family: 'OpenSans-SemiBold';
}

.collections-menu .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
  border-radius: 2px;
  margin: 0 -12px;
  position: relative;
}

.collections-menu .collections-item {
  outline: none !important;
  margin: 0 12px;
  cursor: pointer;
  border-radius: 2px;
  width: 25%;
}

.collections-menu .collections-item:hover .drop-block__menu {
  display: block;
}

.collections-menu .collections-item:hover .collections-content {
  border-bottom: 4px solid #EDC277;
}

.collections-menu .collections-item .collections-content {
  background: #fff;
  border-bottom: 4px solid #fff;
  padding: 21px 16px 24px;
  border-radius: 2px;
  height: 100%;
}

.collections-menu .collections-item .collections-content .collections-img {
  text-align: center;
}

.collections-menu .collections-item .collections-content .collections-img img {
  max-height: 160px;
}

.collections-menu .collections-item .collections-content .collections-title {
  margin-top: 16px;
  text-align: center;
  font-size: 15px;
  line-height: 22px;
  font-family: 'OpenSans-Light';
  text-align: center;
  color: #434347;
}

.collections-menu .collections-item .drop-block__menu {
  position: absolute;
  display: none;
  top: 100%;
  left: 12px;
  right: 12px;
  z-index: 99;
  box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.25);
  border-radius: 2px;
  padding: 8px 0 0;
}

.collections-menu .collections-item .drop-block__menu.active {
  display: block !important;
}

.collections-menu .collections-item .drop-block__menu .mobile-collections-title {
  display: none;
}

.collections-menu .collections-item .drop-block__menu .d-flex {
  border-radius: 2px;
  margin: 0;
  background: #FFFFFF;
  padding-top: 16px;
  padding-bottom: 24px;
}

.collections-menu .collections-item .drop-block__menu .menu-item {
  width: 23.8%;
  border-right: 1px solid #ECEEEF;
}

.collections-menu .collections-item .drop-block__menu .menu-item:last-child {
  border-right: 0;
}

.collections-menu .collections-item .drop-block__menu .menu-title {
  padding: 0 24px;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-Bold';
  color: #004466;
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.collections-menu .collections-item .drop-block__menu .list-unstyled {
  list-style: none;
}

.collections-menu .collections-item .drop-block__menu .list-unstyled li a {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  padding: 12px 0;
  padding-left: 24px;
}

.collections-menu .collections-item .drop-block__menu .list-unstyled li a:hover {
  background: #F7F9FA;
  color: #434347;
}

.catalog-slider__gray {
  background: #F7F9FA;
}

.catalog-section {
  padding-top: 48px;
  background: #F7F9FA;
}

.catalog-section .d-flex {
  margin-top: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.catalog-section .catalog-filter {
  width: 300px;
  flex-shrink: 0;
  padding-top: 3px;
}

.catalog-section .catalog-filter .mobile-filter-title {
  display: none;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  font-family: 'OpenSans-Bold';
  color: #434347;
  margin-bottom: 24px;
}

.catalog-section .catalog-filter #mobile-filter-close-btn {
  display: none;
  position: absolute;
  top: 13px;
  right: 13px;
}

.catalog-section .catalog-filter .founded-goods {
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 24px;
}

.catalog-section .catalog-filter .price-filter {
  margin-bottom: 30px;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 9px 0;
  position: relative;
}

.catalog-section .catalog-filter .price-filter #price-filter_polzunok {
  position: absolute;
  bottom: -1px;
  left: 16px;
  right: 16px;
  border: 0;
  height: 2px;
  background: none;
  width: auto;
  box-shadow: none;
}

.catalog-section .catalog-filter .price-filter #price-filter_polzunok .ui-widget-header {
  background: #EDC277;
}

.catalog-section .catalog-filter .price-filter #price-filter_polzunok .ui-state-default {
  outline: none;
  top: -7px;
  width: 16px;
  height: 16px;
  background: #EDC277;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.catalog-section .catalog-filter .price-filter #price-filter_polzunok .ui-state-default:hover {
  background: #D4A555;
}

.catalog-section .catalog-filter .price-filter .d-flex {
  margin: 0;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.catalog-section .catalog-filter .price-filter .price-title {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
  font-family: 'OpenSans-Light';
}

.catalog-section .catalog-filter .price-filter .price-filter__input {
  width: 50%;
  border-right: 1px solid #ECEEEF;
  padding-left: 21px;
  padding-bottom: 5px;
}

.catalog-section .catalog-filter .price-filter .price-filter__input input {
  outline: none;
  padding: 0;
  height: 24px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.catalog-section .catalog-filter .price-filter .price-filter__input:last-child {
  border-right: 0;
}

.catalog-section .catalog-filter .in-stock {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
}

.catalog-section .catalog-filter .in-stock .label-name {
  margin-left: 12px;
  margin-bottom: 4px;
  font-family: 'OpenSans-SemiBold';
}

.catalog-section .catalog-filter .in-stock input {
  display: none;
}

.catalog-section .catalog-filter .options-filter {
  margin-top: 24px;
  border-top: 1px solid #ECEEEF;
}

.catalog-section .catalog-filter .options-filter .option-box {
  padding: 24px 0;
  border-bottom: 1px solid #ECEEEF;
}

.catalog-section .catalog-filter .options-filter .option-box .option-title {
  font-size: 15px;
  font-family: 'OpenSans-SemiBold';
  line-height: 20px;
  color: #99A0A3;
  display: block;
  margin-bottom: 5px;
}

.catalog-section .catalog-filter .options-filter .filter-title {
  margin-bottom: 24px;
  background: linear-gradient(337.93deg, #004466 0%, #00576B 95.61%);
  border-radius: 2px;
  padding: 24px;
}

.catalog-section .catalog-filter .options-filter .filter-title .t-title {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 12px;
  color: #fff;
  font-family: 'OpenSans-SemiBold';
}

.catalog-section .catalog-filter .options-filter .filter-title span {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  font-family: 'OpenSans-Light';
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 {
  cursor: pointer;
  padding: 0;
  background: none;
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  border-radius: 2px;
  margin-bottom: 24px;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2:hover .option-title {
  color: #434347;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2:hover path {
  fill: #434347;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .option-title {
  padding: 24px;
  font-family: 'OpenSans-Regular';
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .passive-arrow {
  display: none;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .img-svg {
  margin-bottom: -3px;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .option-list {
  padding: 0 24px 24px;
  display: none;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .option-list .option-item {
  display: block;
  margin-top: 20px;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2 .option-list .option-item:nth-child(1) {
  margin-top: 0;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2.active {
  background: #fff;
  border: 1px solid #CBCFD1;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2.active .option-list {
  display: block;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2.active .active-arrow {
  display: none;
}

.catalog-section .catalog-filter .options-filter .option-box_variant2.active .passive-arrow {
  display: block;
}

.catalog-section .catalog-filter .options-filter .option-more-btn {
  cursor: pointer;
  margin-top: 16px;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #D4A555;
}

.catalog-section .catalog-filter .options-filter .option-more-btn:hover {
  color: #EDC277;
}

.catalog-section .catalog-filter .options-filter .option-close-btn {
  display: none;
}

.catalog-section .catalog-filter .options-filter .active .option-more-btn {
  display: none;
}

.catalog-section .catalog-filter .options-filter .active .option-close-btn {
  display: block;
}

.catalog-section .catalog-filter .options-filter .active .option-item {
  display: block;
}

.catalog-section .catalog-filter .options-filter .show_5 .option-item:nth-child(1),
.catalog-section .catalog-filter .options-filter .show_5 .option-item:nth-child(2),
.catalog-section .catalog-filter .options-filter .show_5 .option-item:nth-child(3),
.catalog-section .catalog-filter .options-filter .show_5 .option-item:nth-child(4),
.catalog-section .catalog-filter .options-filter .show_5 .option-item:nth-child(5) {
  display: block !important;
}

.catalog-section .catalog-filter .options-filter .show_4 .option-item:nth-child(1),
.catalog-section .catalog-filter .options-filter .show_4 .option-item:nth-child(2),
.catalog-section .catalog-filter .options-filter .show_4 .option-item:nth-child(3),
.catalog-section .catalog-filter .options-filter .show_4 .option-item:nth-child(4) {
  display: block !important;
}

.catalog-section .catalog-filter .options-filter .show_3 .option-item:nth-child(1),
.catalog-section .catalog-filter .options-filter .show_3 .option-item:nth-child(2),
.catalog-section .catalog-filter .options-filter .show_3 .option-item:nth-child(3) {
  display: block !important;
}

.catalog-section .catalog-filter .mobile-submit-btn {
  display: none;
  padding: 16px 12px;
  margin: 0 -12px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.catalog-section .catalog-filter .mobile-submit-btn button {
  border: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 48px;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

.catalog-section .catalog-filter .clear-filters {
  cursor: pointer;
  border-radius: 2px;
  border-top: 1px solid #ECEEEF;
  padding: 24px 10px;
  font-size: 15px;
  line-height: 20px;
  color: #C8CCCE;
  font-family: 'OpenSans-SemiBold';
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.catalog-section .catalog-filter .clear-filters .img-svg {
  margin-right: 18px;
  margin-top: 2px;
}

.catalog-section .catalog-filter .clear-filters:hover {
  color: #004466;
}

.catalog-section .catalog-filter .clear-filters:hover path {
  fill: #004466;
}

.catalog-section .catalog-content {
  flex-grow: 1;
  margin-left: 24px;
  text-align: center;
}

.catalog-section .catalog-content .catalog-more-btn {
  margin: 48px 0 20px;
  height: 48px;
  font-size: 15px;
  line-height: 20px;
  width: 296px;
}

.catalog-section .catalog-content .catalog-sorting {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.catalog-section .catalog-content .catalog-sorting #mobile-filter-btn {
  display: none;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  color: #CBCFD1;
}

.catalog-section .catalog-content .catalog-sorting #mobile-filter-btn .img-svg {
  margin-left: 5px;
  margin-top: 2px;
}

.catalog-section .catalog-content .catalog-sorting #mobile-filter-btn:hover {
  color: #004466;
}

.catalog-section .catalog-content .catalog-sorting #mobile-filter-btn:hover path {
  fill: #004466;
}

.catalog-section .catalog-content .catalog-sorting .catalog-card-sizes button {
  background: none;
  border: 0;
  outline: none;
  padding: 0;
  cursor: pointer;
}

.catalog-section .catalog-content .catalog-sorting .catalog-card-sizes .img-svg {
  margin-left: 8px;
}

.catalog-section .catalog-content .catalog-sorting .catalog-card-sizes .img-svg:hover path {
  fill: #E1E3E4;
}

.catalog-section .catalog-content .catalog-sorting .catalog-card-sizes path {
  fill: #ECEEEF;
}

.catalog-section .catalog-content .catalog-sorting .catalog-card-sizes .active path {
  fill: #99A0A3;
}

.catalog-section .catalog-content .catalog-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding-top: 48px;
  margin: 0 -12px;
  padding: 36px 0 0;
}

.catalog-section .catalog-content .catalog-box .catalog-slider__box__item {
  width: 296px;
}

.catalog-section .catalog-content .catalog-box .item-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.catalog-section .catalog-content .catalog-box.list-mode {
  padding-top: 48px;
  padding-left: 12px;
  padding-right: 12px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item {
  width: 100%;
  margin: 0 0 24px;
  padding: 25px 16px 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-img {
  margin-top: 24px;
  margin-right: 24px;
  margin-bottom: 24px;
  padding: 0;
  width: 160px;
  height: auto;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-features {
  display: block;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-features .item-feature {
  margin-bottom: 2px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-title {
  height: auto;
  padding: 0;
  flex-grow: 1;
  margin-bottom: 24px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .fixed-block {
  padding: 0;
  height: auto;
  margin-top: 19px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-cart {
  position: absolute;
  right: 16px;
  bottom: 73px;
  width: 160px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .fast-buy {
  border: 0;
  position: absolute;
  right: 16px;
  width: 160px;
  bottom: 15px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price {
  margin: 0;
  position: absolute;
  top: 24px;
  right: 16px;
  white-space: nowrap;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .past-price {
  margin: 0;
  margin-right: 5px;
  order: 2;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .past-price:before {
  background: #CBCFD1;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .orange {
  order: 0;
  margin-right: 13px;
}

.catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .orange path {
  fill: #F57622;
}

.card-section {
  background: #F7F9FA;
  padding: 0 0 45px;
}

.card-section .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.card-section .item__img {
  width: 49%;
  position: relative;
}

.card-section .item__img .main-img {
  overflow: hidden;
  border-radius: 2px;
  background: #fff;
  height: 616px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
}

.card-section .item__img .main-img .warranty {
  position: absolute;
  width: 96px;
  right: 22px;
  bottom: 22px;
}

.card-section .item__img .main-img img {
  max-width: 80%;
  max-height: 100%;
}

.card-section .item__img .item__thumbs {
  margin: 21px 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.card-section .item__img .item__thumbs .item__thumb {
  width: 136px;
  border-radius: 2px;
  height: 136px;
  box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.25);
  background: #fff;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  display: none;
  position: relative;
  overflow: hidden;
}

.card-section .item__img .item__thumbs .item__thumb img {
  max-width: 100%;
  transition: 220ms;
  max-height: 100%;
}

.card-section .item__img .item__thumbs .item__thumb:hover img {
  transform: scale(1.05);
}

.card-section .item__img .item__thumbs .item__thumb:nth-child(1),
.card-section .item__img .item__thumbs .item__thumb:nth-child(2),
.card-section .item__img .item__thumbs .item__thumb:nth-child(3),
.card-section .item__img .item__thumbs .item__thumb:nth-child(4) {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.card-section .item__img .item__thumbs .item__thumb:nth-child(4):before {
  content: "еще 3 фото";
  position: absolute;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  color: #FFFFFF;
  opacity: 1;
  z-index: 2;
}

.card-section .item__img .item__thumbs .item__thumb:nth-child(4):after {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  background: #434347;
  mix-blend-mode: normal;
  opacity: 0.6;
  z-index: 1;
}

.card-section .item__content {
  width: 49%;
}

.card-section .item__content .item__title__box {
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}

.card-section .item__content .item__title__box .item__title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  font-family: 'OpenSans-Bold';
}

.card-section .item__content .item-features {
  margin: 0 0 25px;
  max-width: none;
}

.card-section .item__content .item-features .item-feature {
  font-size: 15px;
  line-height: 22px;
  font-family: 'OpenSans-Light';
}

.card-section .item__content .item-features .item-feature span {
  width: 149px;
  color: #99A0A3;
}

.card-section .item__content .item-buy-buttons {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.card-section .item__content .item-buy-buttons .t-btn {
  max-width: 48%;
  width: 100%;
  background: none;
  border: 1px solid #004466;
  box-sizing: border-box;
  border-radius: 2px;
  color: #004466;
  line-height: 69px;
  text-align: center;
  font-family: 'OpenSans-Bold';
}

.card-section .item__content .item-buy-buttons .t-btn.not-active {
  opacity: 1;
  border: 1px solid #ECEEEF;
  color: #CBCFD1;
}

.card-section .item__content .item-descriptions {
  margin-bottom: 25px;
}

.card-section .item__content .item-descriptions .description {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.card-section .item__content .item-descriptions .description img {
  width: 16px;
  margin-bottom: -3px;
}

.card-section .item__content .item-descriptions .description svg {
  margin-bottom: -3px;
  margin-left: 3px;
}

.card-section .item__content .amount-in-package {
  margin: 5px 0 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #ECEEEF;
}

.card-section .item__content .item-buy-section {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 2px;
  padding: 12px 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.card-section .item__content .item-buy-section .preoder-btn {
  display: none;
}

.card-section .item__content .item-buy-section .item-price {
  font-family: 'OpenSans-Bold';
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.card-section .item__content .item-buy-section .item-price div {
  -ms-align-items: center;
  align-items: center;
}

.card-section .item__content .item-buy-section .item-price .orange {
  order: 0;
}

.card-section .item__content .item-buy-section .item-price .past-price {
  order: 1;
}

.card-section .item__content .item-feedback-buttons {
  margin-bottom: 25px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.card-section .item__content .item-feedback-buttons button {
  max-width: 48%;
  width: 100%;
  cursor: pointer;
  background: #CBCFD1;
  border-radius: 2px;
  height: 48px;
  border: 0;
  color: #fff;
  font-size: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  font-family: 'OpenSans-SemiBold';
  align-items: center;
}

.card-section .item__content .item-feedback-buttons button svg {
  margin-left: 5px;
}

.card-section .item__content .item-feedback-buttons button:hover {
  background: #99A0A3;
}

.card-section .item__content .gift-for-you {
  margin-bottom: 25px;
  border-right: 8px solid #0082B6;
  padding: 24px;
  background: #fff;
  border-radius: 2px;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: stretch;
  align-items: stretch;
}

.card-section .item__content .gift-for-you .gift-content .gift-name {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #0082AB;
  margin-bottom: 25px;
}

.card-section .item__content .gift-for-you .gift-content .gift-desc {
  font-size: 15px;
  font-family: 'OpenSans-Light';
  line-height: 22px;
  color: #99A0A3;
}

.card-section .item__content .gift-for-you .gift {
  position: absolute;
  right: 24px;
  top: 24px;
}

.card-section .item__content .gift-for-you .gift-img {
  border-radius: 2px;
  flex-shrink: 0;
  margin-right: 24px;
  width: 96px;
  height: 96px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  background-size: cover !important;
  background-position: center;
}

.card-section .item__content .item-discount {
  padding: 25px 0;
  border-top: 1px solid #ECEEEF;
  border-bottom: 1px solid #ECEEEF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.card-section .item__content .item-discount span {
  white-space: nowrap;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.card-section .item__content .item-discount button {
  text-align: right;
  border: 0;
  background: none;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
  color: #C8CCCE;
  font-family: 'OpenSans-Bold';
}

.card-section .item__content .item-discount button:hover {
  color: #EDC277;
}

.card-section .item__content .item-absent {
  color: #434347;
  margin: 50px 0 50px;
  display: none;
}

.card-section .item__content .item-absent .img-svg {
  margin-bottom: -7px;
  margin-right: 5px;
}

.card-section .item__content .item-absent .img-svg path {
  fill: #CBCFD1;
}

.card-section.absent .item-discount,
.card-section.absent .gift-for-you,
.card-section.absent .item-buy-buttons,
.card-section.absent .amount-in-package,
.card-section.absent .item-descriptions,
.card-section.absent .item-feedback-buttons {
  display: none !important;
}

.card-section.absent .item-buy-section .t-btn {
  display: none;
}

.card-section.absent .item-buy-section .preoder-btn {
  background: #EBEEF0;
  color: #99A0A3;
  display: block;
  padding: 0 10px;
}

.card-section.absent .item-absent {
  display: block;
}

.card-section .card-item-tabs {
  margin: 45px 0 0;
  padding: 24px 0 48px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.card-section .card-item-tabs .item-tabs__header {
  border-bottom: 1px solid #ECEEEF;
  margin-bottom: 48px;
}

.card-section .card-item-tabs .item-tabs__header .tabs__caption {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  list-style: none;
}

.card-section .card-item-tabs .item-tabs__header .tabs__caption li {
  padding: 24px 0;
  font-size: 15px;
  line-height: 20px;
  color: #99A0A3;
  font-family: 'OpenSans-SemiBold';
  border-bottom: 4px solid #fff;
}

.card-section .card-item-tabs .item-tabs__header .tabs__caption li:hover {
  color: #EDC277;
  cursor: pointer;
}

.card-section .card-item-tabs .item-tabs__header .tabs__caption li.active {
  border-bottom: 4px solid #EDC277;
  color: #EDC277;
}

.card-section .card-item-tabs .item-tabs__content {
  /* Описание */
  /* Характеристика */
}

.card-section .card-item-tabs .item-tabs__content .item-tabs__block {
  display: none;
}

.card-section .card-item-tabs .item-tabs__content .item-tabs__block p {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.card-section .card-item-tabs .item-tabs__content .item-tabs__block.active {
  display: block !important;
}

.card-section .card-item-tabs .item-tabs__content .tab-description .title {
  margin: 24px 0;
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  font-family: 'OpenSans-Bold';
}

.card-section .card-item-tabs .item-tabs__content .tab-description ul {
  list-style: none;
}

.card-section .card-item-tabs .item-tabs__content .tab-description ul li {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin-bottom: 16px;
}

.card-section .card-item-tabs .item-tabs__content .tab-description hr {
  margin-top: 25px;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features {
  list-style: none;
  width: 49%;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features li {
  padding: 35px 0 11px;
  font-size: 15px;
  line-height: 24px;
  border-bottom: 1px dashed #CBCFD1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features li:first-child {
  padding-top: 20px;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features li .name {
  color: #99A0A3;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features li .value {
  text-align: right;
  max-width: 50%;
  color: #434347;
}

.card-section .card-item-tabs .item-tabs__content .tab-feature .features li .document-link {
  margin: 0;
}

.hidden-lg {
  display: none;
}

/*Остались вопросы по этому товару или затрудняетесь с выбором?*/

.trigger-section {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 48px 0;
}

.trigger-section .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.trigger-section .trigger-left {
  width: 40%;
}

.trigger-section .trigger-title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  font-family: 'OpenSans-Bold';
  margin-bottom: 15px;
}

.trigger-section .trigger-subtitle {
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.trigger-section .trigger-right {
  flex-shrink: 0;
}

.trigger-section .trigger-right form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8px;
}

.trigger-section .trigger-right .form-group {
  flex-shrink: 0;
  max-width: 375px;
  width: 100%;
}

.trigger-section .trigger-right .form-group label.error {
  right: 6px;
  bottom: 5px;
}

.trigger-section .trigger-right button {
  width: 180px;
  flex-shrink: 0;
}

.basket-section {
  margin-bottom: 48px;
  background: #fff;
}

.basket-section .basket-step2 {
  display: none;
  background: #F7F9FA;
}

.basket-section .basket-step2 .header-title {
  padding: 24px 0 40px;
}

.basket-section .basket-step2 .t-title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  margin: 15px 0 40px;
}

.basket-section .basket-step2 #basket-functional {
  width: 315px;
}

.basket-section .basket-step2 #basket-functional div {
  width: 100% !important;
  max-width: 315px;
}

.basket-section .basket-step2 #basket-functional .sticky {
  margin-top: 9px;
}

.basket-section .basket-step2 #basket-functional .item-price {
  justify-content: flex-end;
}

.basket-section .basket-step2 .basket-functional {
  margin: 0;
}

.basket-section .basket-step2 .basket-functional button {
  width: 100%;
  margin: 24px 0;
}

.basket-section .basket-step2 .basket-functional .basket-warning {
  text-align: left;
}

.basket-section .basket-step2 .basket-functional .common-prices {
  background: #fff;
  padding: 48px 12px 40px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.basket-section .basket-step2 .basket-functional .common-prices .d-flex {
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 18px;
}

.basket-section .basket-step2 .basket-functional .common-prices span {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.basket-section .basket-step2 .basket-functional .common-prices .item-price {
  margin: 0;
}

.basket-section .basket-step2 .basket-functional .common-prices .total-price {
  margin: 0;
  border-top: 1px solid #ECEEEF;
  padding-top: 26px;
}

.basket-section .basket-step2 .basket-functional .common-prices .total-price .item-price {
  font-size: 32px;
  line-height: 44px;
}

.basket-section .basket-step2 .recipient-info {
  flex-shrink: 0;
  margin-bottom: 25px;
  width: 75%;
  /* Основная информация */
  /* Доставка */
  /* Оплата */
  /* Ответьте на вопрос и верните 250руб */
  /* Ответьте на вопрос и верните 250руб */
}

.basket-section .basket-step2 .recipient-info .t-title {
  margin: 0 0 45px;
}

.basket-section .basket-step2 .recipient-info input {
  font-family: 'OpenSans-Regular';
}

.basket-section .basket-step2 .recipient-info .input-title {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 22px;
  color: #292C33;
}

.basket-section .basket-step2 .recipient-info .input-warning {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .input-warning span {
  display: block;
  margin: 10px 0;
}

.basket-section .basket-step2 .recipient-info .d-flex {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
}

.basket-section .basket-step2 .recipient-info p {
  font-size: 14px;
  line-height: 22px;
  color: #4A4A4A;
  margin: 25px 0;
}

.basket-section .basket-step2 .recipient-info label p {
  line-height: 0;
  margin: 0;
}

.basket-section .basket-step2 .recipient-info .basic-info {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 48px;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .basic-info input {
  max-width: 300px;
  margin-right: 24px;
}

.basket-section .basket-step2 .recipient-info .basic-info .d-flex {
  margin: 24px 0;
}

.basket-section .basket-step2 .recipient-info .basic-info .name {
  margin-bottom: 48px;
}

.basket-section .basket-step2 .recipient-info .basic-info .form-group {
  margin-right: 25px;
}

.basket-section .basket-step2 .recipient-info .basic-info .input-title {
  margin: 60px 0 0;
}

.basket-section .basket-step2 .recipient-info .basic-info .promocod {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.basket-section .basket-step2 .recipient-info .basic-info .promocod button {
  background: #CBCFD1;
  width: 160px;
}

.basket-section .basket-step2 .recipient-info .basic-info .promocod button:hover {
  background: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .delivery-info {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 48px;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 48px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item {
  margin-right: 24px;
  width: 130px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item .option-name {
  font-family: 'OpenSans-SemiBold';
  font-size: 20px;
  line-height: 27px;
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item input:checked ~ .option-name {
  color: #434347;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item:last-child {
  width: 350px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item p {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.basket-section .basket-step2 .recipient-info .delivery-info .delivery-option .d-flex {
  margin: 24px 0;
}

.basket-section .basket-step2 .recipient-info .delivery-info .delivery-option .d-flex .form-group:nth-child(1) {
  width: 75%;
  margin-right: 1%;
}

.basket-section .basket-step2 .recipient-info .delivery-info .delivery-option .d-flex .form-group:nth-child(2) {
  width: 24%;
}

.basket-section .basket-step2 .recipient-info .delivery-info .alert-block {
  display: none;
}

.basket-section .basket-step2 .recipient-info .delivery-info .alert-block .orange-title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  color: #F57622;
  margin: 50px 0 0;
}

.basket-section .basket-step2 .recipient-info .delivery-info .alert-block .orange-title svg {
  margin-right: 5px;
  margin-bottom: -2px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .alert-block .orange-title path {
  fill: #F57622;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option {
  display: none;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .d-flex {
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .d-flex .metro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-right: 24px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .d-flex .metro-icon {
  width: 24px;
  height: 24px;
  background: #8F3AB3;
  border-radius: 50%;
  margin-right: 12px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .schedule {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 48px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .schedule span {
  color: #99A0A3;
  margin-left: 8px;
  margin-right: 16px;
  font-size: 15px;
  margin-top: -2px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .schedule .time {
  font-size: 14px;
  line-height: 16px;
  color: #4A4A4A;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option p {
  font-size: 14px;
  line-height: 20px;
  color: #4A4A4A;
  font-family: 'OpenSans-SemiBold';
  margin: 0 0 10px;
}

.basket-section .basket-step2 .recipient-info .delivery-info .pickup-option .pickup-warning {
  display: block;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .delivery-info .textarea-box {
  position: relative;
}

.basket-section .basket-step2 .recipient-info .delivery-info .textarea-box .textarea-desc {
  z-index: 2;
  position: absolute;
  top: 17px;
  left: 24px;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .delivery-info textarea {
  padding: 36px 24px 12px;
  height: 120px;
  resize: none;
  margin-bottom: 48px;
  font-family: 'OpenSans-Regular';
  position: relative;
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .delivery-info textarea:placeholder {
  color: #99A0A3;
}

.basket-section .basket-step2 .recipient-info .payment-info {
  padding: 48px 48px 24px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .payment-info .option-description {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  display: none;
}

.basket-section .basket-step2 .recipient-info .payment-info .option-description.active {
  display: block;
}

.basket-section .basket-step2 .recipient-info .payment-info .t-title {
  margin-bottom: 45px;
}

.basket-section .basket-step2 .recipient-info .payment-info .option-item {
  margin-bottom: 25px;
}

.basket-section .basket-step2 .recipient-info .payment-info .option-item b {
  color: #CBCFD1;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  margin-left: 5px;
}

.basket-section .basket-step2 .recipient-info .anketa-info {
  padding: 48px;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .anketa-info .option-list:nth-child(1) .option-item {
  margin: 0;
}

.basket-section .basket-step2 .recipient-info .anketa-info .option-list:nth-child(1) .option-item span {
  font-size: 20px;
  font-family: 'OpenSans-SemiBold';
  line-height: 27px;
  color: #99A0A3;
  margin-top: -1px;
}

.basket-section .basket-step2 .recipient-info .anketa-info .option-list:nth-child(1) .option-item:hover span {
  color: #EDC277;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form {
  display: none;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form .anketa-title {
  margin-top: 45px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form .title2 {
  margin-top: 0;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form .option-item {
  display: block;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form .option-item span {
  color: #99A0A3;
  top: -2px;
}

.basket-section .basket-step2 .recipient-info .anketa-info .anketa-form .radio-list {
  border-bottom: 1px solid #ECEEEF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

.basket-section .basket-step2 .recipient-info .birthday-info {
  padding: 48px 0 0;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  background: #fff;
  margin-bottom: 24px;
  position: relative;
}

.basket-section .basket-step2 .recipient-info .birthday-info .birthday-overlay {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 72px;
  opacity: 0.5;
  z-index: 2;
}

.basket-section .basket-step2 .recipient-info .birthday-info.disabled .birthday-overlay {
  display: block;
}

.basket-section .basket-step2 .recipient-info .birthday-info.disabled .t-title,
.basket-section .basket-step2 .recipient-info .birthday-info.disabled .d-flex {
  opacity: 0.5;
}

.basket-section .basket-step2 .recipient-info .birthday-info .d-flex {
  justify-content: center;
}

.basket-section .basket-step2 .recipient-info .birthday-info .t-title {
  margin: 0 48px 48px;
}

.basket-section .basket-step2 .recipient-info .birthday-info .main-img {
  height: 144px;
  margin-right: 24px;
}

.basket-section .basket-step2 .recipient-info .birthday-info .radio-list {
  margin-top: 48px;
  background: #F7F9FA;
  border-radius: 0px 0px 2px 2px;
  padding: 26px 48px;
}

.basket-section .basket-step2 .recipient-info .birthday-info .radio-list .option-item {
  margin: 0;
}

.basket-section .basket-step2 .recipient-info .birthday-info .radio-list .option-item span {
  color: #99A0A3;
}

.basket-section .status-bar {
  border-radius: 0 !important;
  background: #DFE8EB;
  width: 100%;
}

.basket-section .status-bar div {
  border-radius: 0 !important;
  box-shadow: none !important;
  width: 100% !important;
  overflow: hidden !important;
  max-width: 1260px;
}

.basket-section .status-bar .status-line {
  display: block;
  display: block;
  height: 8px;
  width: 0;
  background: linear-gradient(358.78deg, #004466 0%, #00576B 95.61%);
}

.basket-section .sticky {
  position: fixed;
  top: 0px;
  /* если ноль заменить на число (и в скрипте тоже), то блок будет прилипать до того, как верхний край окна браузера дойдёт до верхнего края элемента. Может быть отрицательным числом. Применим, например, при фиксированном сверху меню */
  z-index: 101;
}

.basket-section .stop {
  position: relative;
  z-index: 101;
}

.basket-section .basket-items {
  margin-top: 48px;
  padding-bottom: 24px;
  border-right: 1px solid #ECEEEF;
  padding-right: 25px;
  flex-shrink: 0;
  width: 75%;
}

.basket-section .basket-items .basket-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #ECEEEF;
  position: relative;
  padding: 24px 0;
}

.basket-section .basket-items .basket-item.gift-item .item__delete {
  display: none;
}

.basket-section .basket-items .basket-item.gift-item .gift__box {
  display: block;
}

.basket-section .basket-items .basket-item.gift-item .item__count {
  opacity: 1;
  height: 48px;
  width: 100px;
  padding: 0;
  border: 1px solid #ECEEEF;
  background: #F7F9FA;
}

.basket-section .basket-items .basket-item.gift-item .item__count input {
  width: 100%;
  color: #99A0A3;
  text-align: center;
  margin: 0 auto;
}

.basket-section .basket-items .basket-item.gift-item .item__count .minus,
.basket-section .basket-items .basket-item.gift-item .item__count .plus {
  display: none;
}

.basket-section .basket-items .basket-item:last-child {
  border-bottom: 0;
}

.basket-section .basket-items .basket-item .gift__box {
  display: none;
  width: 48px;
  height: 48px;
  line-height: 60px;
  left: auto;
  top: auto;
  position: static;
}

.basket-section .basket-items .basket-item .item__img {
  width: 96px;
  height: 96px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.basket-section .basket-items .basket-item .item__name {
  width: 320px;
}

.basket-section .basket-items .basket-item .item__name a {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.basket-section .basket-items .basket-item .item__name a:hover {
  color: #EDC277;
}

.basket-section .basket-items .basket-item .item__name .additional {
  margin-top: 25px;
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.basket-section .basket-items .basket-item .item-price {
  margin: 0;
  font-family: 'OpenSans-Bold';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 8px;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.basket-section .basket-items .basket-item .item-price .img-svg {
  margin-top: 3px;
}

.basket-section .basket-items .basket-item .item-price div {
  -ms-align-items: center;
  align-items: center;
}

.basket-section .basket-items .basket-item .item-price .past-price {
  margin: 0;
}

.basket-section .basket-functional {
  margin-top: 48px;
  padding-left: 50px;
}

.basket-section .basket-functional .items_in_basket {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
}

.basket-section .basket-functional .basket-price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  margin: 24px 0 21px;
}

.basket-section .basket-functional .basket-price .item-price {
  margin: 0;
}

.basket-section .basket-functional .basket-warning {
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #99A0A3;
}

.basket-section .basket-functional .basket-warning a {
  font-family: 'OpenSans-SemiBold';
  color: #99A0A3;
}

.basket-section .basket-functional .basket-warning a:hover {
  color: #EDC277;
}

.basket-section .basket-functional .btn2 {
  width: 100%;
  margin-bottom: 10px;
  background: none;
  border: 1px solid #ECEEEF;
  color: #CBCFD1;
}

.basket-section .basket-functional .btn2:hover {
  border-color: #434347;
  color: #434347;
}

.basket-section .basket-functional .btn1 {
  width: 100%;
  margin: 40px 0 24px;
}

.page404 {
  background: #F7F9FA;
  padding: 120px 0 145px;
}

.page404 .d-flex {
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page404 .error-icon {
  margin-right: 24px;
  width: 200px;
  flex-shrink: 0;
}

.page404 .error-content {
  max-width: 590px;
}

.page404 .error-content .t-title {
  margin: 0 0 24px;
  font-size: 28px;
  line-height: 38px;
}

.page404 .error-content p {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin: 0 0 42px;
}

.page404 .error-content .t-btn {
  width: 200px;
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.page-state {
  background: #F7F9FA;
}

.page-state .state-logo {
  margin-top: 48px;
}

.page-state .state-box {
  padding: 0 12px;
  max-width: 960px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.page-state .state-box .d-flex {
  padding: 96px 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  justify-content: space-between;
}

.page-state .state-box .state-icon {
  width: 200px;
  flex-shrink: 0;
  margin-right: 24px;
}

.page-state .state-box .state-content {
  text-align: left;
}

.page-state .state-box .state-content .t-title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  margin: 0 0 24px;
}

.page-state .state-box .state-content p {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin: 0 0 24px;
}

.page-state .state-box .state-content .phone-link {
  display: inline-block;
  font-family: 'OpenSans-Bold';
  text-decoration: none;
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  margin: 0 0 24px;
}

.page-state .state-box .state-content .phone-link:hover {
  color: #EDC277;
}

.page-state .state-box .state-content .email-link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 20px;
  color: #434347;
}

.page-state .state-box .state-content .email-link:hover {
  color: #EDC277;
}

.page-state .state-box .state-content .email-link:hover path {
  fill: #EDC277;
}

.page-state .state-box .state-content .email-link .img-svg {
  margin-right: 8px;
  margin-bottom: -1px;
}

.landing-page {
  background: #F7F9FA;
}

.landing-intro {
  margin: 24px 0 96px;
}

.landing-intro .landing-intro__banner {
  position: relative;
}

.landing-intro .landing-intro__banner .intro__banner-logo {
  position: absolute;
  top: 0;
  left: 24px;
  background: #fff;
  width: 248px;
  height: 216px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.landing-intro .landing-intro__banner .intro__banner-logo img {
  max-width: 150px;
}

.landing-intro .landing-intro__banner .intro__banner-img {
  height: 540px;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.landing-intro .container {
  position: relative;
}

.landing-intro .intro__banner-delivery {
  position: absolute;
  right: 36px;
  bottom: -10px;
  height: auto;
  padding: 50px 48px 24px;
  z-index: 3;
}

.landing-intro .intro__banner-delivery .intro__banner-delivery__btn {
  border: 0;
  cursor: pointer;
  width: 100%;
  padding: 26px;
}

.landing-intro .intro__banner-delivery .intro__banner-delivery__title {
  font-weight: normal;
  font-family: 'OpenSans-Regular';
  margin: 24px 0;
}

.landing-intro .landing-intro__description {
  margin-top: 44px;
  max-width: 650px;
}

.landing-intro .landing-intro__description .t-title {
  margin: 0 0 24px;
  font-size: 30px;
  line-height: 38px;
  color: #434347;
}

.landing-intro .landing-intro__description .t-subtitle {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

/* Преимущества ---- Лендинг */

.brand-advantages {
  margin-bottom: 96px;
}

.brand-advantages .advantages__item {
  text-align: center;
  width: 30%;
  padding: 48px 0 30px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.brand-advantages .advantages__item .advantages__img {
  height: 72px;
  margin-bottom: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.brand-advantages .advantages__item .advantages__title {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

/* Триггер блок ---- Лендинг */

.landing-trigger {
  margin-bottom: 96px;
}

.landing-trigger .container {
  overflow: hidden;
}

.landing-trigger .landing-trigger__img {
  width: 57%;
  flex-shrink: 0;
  /*height: 528px;*/
  background-position: center;
  background-size: cover;
}

.landing-trigger .landing-trigger__text {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  -ms-align-items: flex-start;
  align-items: flex-start;
  justify-content: center;
}

.landing-trigger .landing-trigger__text .t-title {
  font-size: 30px;
  line-height: 38px;
  color: #434347;
  margin: 0 0 28px;
}

.landing-trigger .landing-trigger__text p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.landing-trigger .landing-trigger__text button {
  margin-top: 28px;
  color: #fff;
  background: #CBCFD1;
  width: 320px;
  height: 48px;
}

.landing-trigger .landing-trigger__text button:hover {
  background: #99A0A3;
}

.landing-trigger .landing-trigger__text button img {
  margin-left: 6px;
  margin-bottom: -4px;
}

.landing-trigger.trigger-left .landing-trigger__text {
  margin-left: 80px;
}

.landing-trigger.trigger-right .landing-trigger__text {
  margin-right: 80px;
}

/* Видео ---- Лендинг */

.video-section {
  margin-bottom: 145px;
}

.video-section .ytp-show-cards-title {
  display: none !important;
}

.video-section .landing-video {
  border-radius: 2px;
  height: 700px;
  position: relative;
}

.video-section .landing-video #player {
  width: 100%;
  height: 100%;
}

.video-section .landing-video iframe {
  height: 100%;
  width: 100%;
}

.video-section .landing-video .video-js {
  width: 100%;
  height: 100%;
}

.video-section .landing-video .video-js .vjs-big-play-button {
  display: none;
}

.video-section .landing-video #video-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(15, 47, 62, 0.8), rgba(15, 47, 62, 0.8));
  border-radius: 2px;
}

.video-section .landing-video #play-button {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}

.video-section .landing-video #play-button:hover path {
  fill: #D4A555;
}

/* Слайдер ---- Лендинг */

.landing-slider {
  margin-bottom: 145px;
  position: relative;
}

.landing-slider .slider-overlay {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  top: -48px;
  bottom: -48px;
  left: 0;
  width: 67%;
}

.landing-slider .container {
  position: relative;
  z-index: 4;
}

.landing-slider .d-flex {
  -ms-align-items: stretch;
  align-items: stretch;
}

.landing-slider .slick-dots {
  padding: 25px 0 0;
  bottom: auto;
}

.landing-slider .slick-dots li {
  margin: 0;
  margin-right: 6px;
}

.landing-slider .slick-dots li button {
  background: #ECEEEF;
}

.landing-slider .slick-dots li.slick-active button {
  background: #EDC277;
}

.landing-slider #slider-images {
  flex-grow: 1;
}

.landing-slider #slider-images .slider-img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
  border-radius: 2px;
  display: none;
}

.landing-slider .slider-content {
  max-width: 460px;
  margin-right: 80px;
  padding-bottom: 140px;
}

.landing-slider .slider-head-xs {
  display: none;
}

.landing-slider .slider-head {
  font-family: 'OpenSans-SemiBold';
  padding-bottom: 15px;
  border-bottom: 1px solid #ECEEEF;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
}

.landing-slider .top-title {
  margin: 96px 0 48px;
}

.landing-slider .top-title .t-title {
  color: #434347;
  text-align: left;
}

.landing-slider .top-title #landing-title-slider {
  height: 48px;
  flex-grow: 1;
  overflow: hidden;
}

.landing-slider .slider-text-box {
  height: 160px;
}

.landing-slider p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

/* Посмотреть карточку товара */

.landing-card {
  padding: 72px 0;
  margin-bottom: 96px;
  background: linear-gradient(351.36deg, #004466 3.51%, #00576B 95.61%);
  text-align: center;
}

.landing-card .t-btn {
  width: 296px;
  padding: 24px 10px;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  border-radius: 2px;
  background: transparent;
  display: inline-block;
  margin-bottom: 15px;
  height: auto;
}

.landing-card p {
  font-size: 15px;
  line-height: 22px;
  color: #CBCFD1;
  margin: 0px 16px;
  margin: 0;
}

/* Галерея */

.landing-gallery {
  margin-bottom: 96px;
  text-align: center;
}

.landing-gallery .gallery-btn {
  background: transparent;
  border: 1px solid #CBCFD1;
  padding: 14px 30px;
  width: auto;
  height: auto;
  font-family: 'OpenSans-SemiBold';
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
}

.landing-gallery .gallery-btn:hover {
  border: 1px solid #434347;
  color: #434347;
}

.landing-gallery .d-flex {
  margin-bottom: 14px;
  height: 850px;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.landing-gallery .gallery-item {
  display: block;
  width: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}

.landing-gallery .gallery-item:hover .overlay,
.landing-gallery .gallery-item:hover .square,
.landing-gallery .gallery-item:hover:before,
.landing-gallery .gallery-item:hover:after {
  opacity: 1;
  transition: opacity 220ms;
}

.landing-gallery .gallery-item .overlay {
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, rgba(15, 47, 62, 0.5), rgba(15, 47, 62, 0.5));
}

.landing-gallery .gallery-item .square {
  opacity: 0;
  z-index: 1;
  position: absolute;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  width: 48px;
  height: 48px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-gallery .gallery-item:before {
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 18px;
  height: 3px;
  background: #D8D8D8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-gallery .gallery-item:after {
  opacity: 0;
  z-index: 1;
  content: "";
  position: absolute;
  width: 3px;
  height: 18px;
  background: #D8D8D8;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.landing-gallery .gallery-left {
  width: 35%;
  margin-right: 24px;
}

.landing-gallery .gallery-left .gallery-item:nth-child(1) {
  height: 514px;
  margin-bottom: 24px;
}

.landing-gallery .gallery-left .gallery-item:nth-child(2) {
  height: 298px;
}

.landing-gallery .gallery-right {
  flex-grow: 1;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.landing-gallery .gallery-right .gallery-item:nth-child(1) {
  width: calc(50% - 12px);
  height: 298px;
}

.landing-gallery .gallery-right .gallery-item:nth-child(2) {
  width: calc(50% - 12px);
  height: 298px;
}

.landing-gallery .gallery-right .gallery-item:nth-child(3) {
  margin-top: 10px;
  width: 100%;
  height: 514px;
}

.lg-backdrop.in {
  opacity: 0.85;
}

.fixed-size.lg-outer .lg-inner {
  background-color: #FFF;
}

.fixed-size.lg-outer .lg-sub-html {
  position: absolute;
  text-align: left;
}

.fixed-size.lg-outer .lg-toolbar {
  background-color: transparent;
  height: 0;
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
  color: #FFF;
}

.fixed-size.lg-outer .lg-img-wrap {
  padding: 12px;
  background: #20353F;
}

button.lg-icon,
span.lg-icon {
  background: #20353F;
  border-radius: 2px;
  transform: none;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  z-index: 4;
  border: 1px solid #fff;
  z-index: 9999;
  cursor: pointer;
}

button.lg-icon:before,
span.lg-icon:before {
  display: none;
}

.lg-toolbar {
  opacity: 1 !important;
  transform: none !important;
  padding-top: 25px;
}

.lg-toolbar:after {
  display: none !important;
}

.lg-toolbar::before {
  content: "" !important;
  position: absolute;
  top: 47px;
  z-index: 99999;
  right: 38px;
  transform: rotate(-45deg);
  height: 2px;
  width: 14px;
  background: #fff;
}

.lg-toolbar span.lg-close {
  top: 24px;
  right: 22px;
  bottom: auto;
}

.lg-toolbar span.lg-close:after {
  content: "" !important;
  position: absolute;
  top: 22px;
  left: 17px;
  transform: rotate(45deg);
  height: 2px;
  width: 14px;
  background: #fff;
}

button.lg-prev {
  right: auto;
  left: 24px;
}

.landing-product {
  /*margin-bottom: 245px;*/
  margin-bottom: 96px;
}

.landing-product .d-flex {
  justify-content: space-between;
}

.landing-product .title-xs {
  display: none;
}

.landing-product .product-thumb {
  overflow: hidden;
  margin-right: 24px;
  width: 50%;
  flex-shrink: 0;
  height: 616px;
  border-radius: 2px;
  background: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.landing-product .product-thumb a {
  max-width: 75%;
}

.landing-product .product-content {
  flex-grow: 1;
  overflow: hidden;
}

.landing-product .product-content .t-title {
  margin: 55px 0 0;
}

.landing-product .product-content .item-buy-section {
  margin-bottom: 25px;
  background: #fff;
  border-radius: 2px;
  padding: 31px 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.landing-product .product-content .item-buy-section .promocode-date {
  font-size: 10px;
  font-family: 'OpenSans-Regular';
  line-height: 14px;
  color: #FF5F00;
  position: absolute;
  top: 100%;
  left: 0;
}

.landing-product .product-content .item-buy-section .preoder-btn {
  display: none;
}

.landing-product .product-content .item-buy-section .item-price {
  margin-top: -6px;
  margin-left: 48px;
  margin-bottom: 0;
  font-family: 'OpenSans-Bold';
  font-size: 32px;
  line-height: 44px;
  position: relative;
}

.landing-product .product-content .item-buy-section .item-price div {
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.landing-product .product-content .item-buy-section .item-price .img-svg {
  margin-bottom: 10px;
}

.landing-product .product-content .item-buy-section .item-price .orange .img-svg path {
  fill: #F57622;
}

.landing-product .product-content .item-buy-section .item-price .past-price {
  margin-right: 15px;
}

.landing-product .product-content .item-buy-section .item-price .past-price:before {
  background: #CBCFD1;
}

.landing-product .product-content .item-descriptions {
  margin: 72px 0;
}

.landing-product .product-content .item-descriptions .description {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 10px;
}

.landing-product .product-content .item-descriptions .description img {
  width: 18px;
  margin-bottom: -5px;
  margin-right: 6px;
}

.landing-product .product-content .item-descriptions .description svg {
  margin-bottom: -3px;
  margin-left: 3px;
}

.landing-product .product-content .item-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.landing-product .product-content .item-buttons .t-btn {
  width: 48%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.landing-product .product-content .item-buttons .t-btn:nth-child(2) {
  background: #CBCFD1;
}

.landing-product .product-content .item-buttons .t-btn:nth-child(2):hover {
  background: #99A0A3;
}

.landing-product .product-content .item-buttons .t-btn:nth-child(2) img {
  margin-left: 4px;
  margin-bottom: -3px;
}

.brand-steps {
  background: linear-gradient(348.23deg, #004466 3.51%, #00576B 95.61%);
  padding: 48px 0;
}

.brand-steps .t-title {
  color: #FFFFFF;
  font-size: 28px;
  line-height: 38px;
  margin: 0 0 24px;
}

.brand-steps .d-flex {
  border-top: 1px solid #749DAA;
  padding: 48px 0 0;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.brand-steps .d-flex .step {
  text-align: center;
}

.brand-steps .d-flex .step .title {
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #FFFFFF;
}

.landing-map {
  margin: 96px 0;
}

.landing-map .map-iframe {
  flex-grow: 1;
}

.landing-map .map-iframe .map {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.landing-map .map-text {
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 45px 24px;
  width: 296px;
  margin-right: 24px;
}

.landing-map .map-text .t-title {
  font-size: 30px;
  line-height: 38px;
  color: #434347;
  margin: 0 0 24px;
}

.landing-map .map-text p {
  margin: 0;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.landing-map .map-text .schedule {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin: 0 0 24px;
}

.landing-map .map-text .schedule img {
  margin-right: 5px;
  margin-top: 1px;
}

.page-info {
  background: #F7F9FA;
}

.page-info .t-title {
  margin: 48px 0 24px;
  font-size: 28px;
  line-height: 38px;
  color: #434347;
}

.page-info .t-title.blue {
  color: #004466;
}

.page-info .top-title .t-title {
  margin: 0 !important;
  margin-left: 24px !important;
  color: #004466;
}

.page-info p {
  margin: 24px 0;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.page-info .s-title {
  margin: 48px 0 24px;
  font-size: 20px;
  line-height: 27px;
  color: #434347;
}

.page-info hr {
  margin: 48px 0 0;
}

.page-info .payment-methods .payment-method {
  margin: 48px 0 0;
}

.page-info .payment-methods .title-icon {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.page-info .payment-methods .title-icon img {
  margin-right: 17px;
}

.page-info .payment-methods .title-icon span {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 22px;
  color: #292C33;
}

.page-info .payment-methods p {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.page-info .about-intro {
  margin-bottom: 48px;
}

.page-info .about-intro .about-img {
  flex-shrink: 0;
  width: 456px;
  margin-right: 24px;
}

.page-info .about-intro .about-img img {
  width: 100%;
}

.page-info .about-intro.about-right .about-img {
  margin-right: 0;
  margin-left: 24px;
}

.page-info .about-intro.about-right b {
  display: inline-block;
  margin: 36px 0;
  font-size: 15px;
  line-height: 22px;
  color: #292C33;
}

.page-info #reviewStars-input {
  position: relative;
}

.page-info #reviewStars-input input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 16px;
  height: 25px;
  position: absolute;
  top: 0;
  z-index: 0;
}

.page-info #reviewStars-input input:checked ~ label path {
  fill: #EDC277;
}

.page-info #reviewStars-input label {
  width: 15px;
  height: 25px;
  float: right;
  cursor: pointer;
  margin-right: 25px;
  position: relative;
  z-index: 1;
}

.page-info #reviewStars-input label:hover path,
.page-info #reviewStars-input label:hover ~ label path {
  fill: #EDC277;
}

.page-info #reviewStars-input #star-0 {
  left: 0px;
}

.page-info #reviewStars-input #star-1 {
  /*left: 53px;*/
  left: 40px;
}

.page-info #reviewStars-input #star-2 {
  left: 80px;
}

.page-info #reviewStars-input #star-3 {
  left: 120px;
}

.page-info #reviewStars-input #star-4 {
  left: 160px;
}

.page-info #reviewStars-input #star-5 {
  left: 200px;
}

.page-info .post-rating {
  margin: 48px 0;
  padding: 48px 0;
  border-top: 1px solid #ECEEEF;
  border-bottom: 1px solid #ECEEEF;
}

.page-info .post-rating .d-flex {
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.page-info .post-rating span {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin-right: 24px;
}

.page-info .post-rating .socials {
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.page-info .post-rating .socials a {
  margin-left: 24px;
}

.social-tabs {
  margin-bottom: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.social-tabs .social-tab {
  padding: 24px;
  width: 49%;
  min-height: 500px;
}

.social-tabs .social-tab .social-name {
  font-size: 15px;
  line-height: 22px;
  color: #292C33;
  font-family: 'OpenSans-Bold';
}

.social-tabs .social-tab .social-item {
  padding-right: 72px;
  margin-top: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.social-tabs .social-tab .img {
  width: 72px;
  height: 72px;
  flex-shrink: 0;
}

.social-tabs .social-tab .img a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #CBCFD1;
  background-position: center;
  background-size: cover;
}

.social-tabs .social-tab .d-flex {
  /*margin-right: 100px;*/
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

.social-tabs .social-tab .count {
  margin-bottom: 6px;
  font-size: 15px;
  line-height: 20px;
  color: #434347;
  font-family: 'OpenSans-Bold';
}

.social-tabs .social-tab .title {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.social-tabs .social-tab .like-btn {
  margin-right: 45px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #D4A555;
}

.social-tabs .social-tab .like-btn .img-svg {
  margin-right: 8px;
}

.social-tabs .social-tab .like-btn .img-svg path {
  fill: #D4A555;
}

.social-tabs .social-tab .like-btn:hover {
  color: #EDC277;
}

.social-tabs .social-tab .like-btn:hover .img-svg path {
  fill: #EDC277;
  transition: 220ms;
}

.social-tabs .social-tab.instagram .social-tab .social-item {
  -ms-align-items: flex-start;
  align-items: flex-start;
  margin-left: 20px;
}

.white-block {
  padding: 24px 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.page-about p {
  color: #434347;
}

.page-contact .t-title {
  margin-bottom: 32px;
}

.page-contact .social-tabs {
  margin-bottom: 24px;
}

.page-contact .main-info {
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 24px;
}

.page-contact .main-info .d-flex {
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.page-contact .main-info .info {
  padding: 48px;
  width: 51%;
  background: #FFFFFF;
}

.page-contact .main-info .info .title {
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 48px;
}

.page-contact .main-info .info .phone {
  margin-bottom: 24px;
}

.page-contact .main-info .info .phone a,
.page-contact .main-info .info .phone div {
  display: block;
  font-size: 20px;
  line-height: 27px;
  font-family: 'OpenSans-Bold';
  color: #434347;
}

.page-contact .main-info .info .phone a:hover,
.page-contact .main-info .info .phone div:hover {
  color: #EDC277;
}

.page-contact .main-info .info .phone div:hover {
  color: #434347;
}

.page-contact .main-info .info .phone span {
  margin-top: 2px;
  display: block;
  font-family: 'OpenSans-Regular';
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.page-contact .main-info .info .contact {
  margin-bottom: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
}

.page-contact .main-info .info .contact img,
.page-contact .main-info .info .contact .img-svg {
  margin-right: 20px;
}

.page-contact .main-info .info .contact .img-svg {
  margin-right: 15px;
}

.page-contact .main-info .info .contact .img-svg path {
  fill: #CBCFD1;
}

.page-contact .main-info .info .contact span,
.page-contact .main-info .info .contact a {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.page-contact .main-info .info .t-btn {
  min-width: 296px;
  margin-top: 24px;
}

.page-contact .main-info .map-iframe {
  flex-grow: 1;
}

.page-contact .main-info .map-iframe #map {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.page-contact .secondary-info {
  margin-bottom: 24px;
}

.page-contact .secondary-info .d-flex {
  justify-content: space-between;
  -ms-align-items: stretch;
  align-items: stretch;
}

.page-contact .secondary-info .map-img {
  width: 49%;
  background-size: cover;
  height: 335px;
  background-position: center;
  border-radius: 2px;
}

.page-contact .secondary-info .legal-info {
  color: #fff;
  width: 49%;
  background: #004466;
  border-radius: 2px;
  padding: 48px;
}

.page-contact .secondary-info .legal-info .title {
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-Bold';
  margin-bottom: 62px;
}

.page-contact .secondary-info .legal-info p {
  margin: 3px 0;
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #FFFFFF;
}

.page-privacy .t-title {
  margin: 48px 0 48px;
}

.page-privacy .update-date {
  text-align: right;
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin: 18px 0 95px;
}

.page-privacy ol {
  list-style: none;
  padding: 0;
  counter-reset: li;
}

.page-privacy ol li {
  font-family: 'OpenSans-Bold';
  padding-left: 25px;
  font-size: 20px;
  line-height: 27px;
  position: relative;
  margin-bottom: 48px;
}

.page-privacy ol li:last-child {
  margin-bottom: 0;
}

.page-privacy ol li ol {
  margin-top: 25px;
}

.page-privacy ol li ol li {
  font-family: 'OpenSans-Regular';
  font-size: 15px;
  line-height: 22px;
  padding-left: 32px;
  margin-bottom: 15px;
}

.page-privacy ol li ol li ol li {
  padding-left: 65px;
}

.page-privacy ol li ol li ol li:before {
  left: 0px;
}

.page-privacy ol li ol li:before {
  font-size: 15px;
  left: -24px;
  line-height: 22px;
  content: counters(li, ".");
}

.page-privacy ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".") ". ";
  font-size: 20px;
  line-height: 27px;
  font-family: 'OpenSans-Bold';
  color: #434347;
}

.page-privacy ol .non-bold:before {
  font-family: 'OpenSans-Regular' !important;
  font-weight: normal;
}

.page-faq .title {
  margin: 48px 0 24px;
}

.page-faq .faq-cta {
  margin-bottom: 96px;
  padding-top: 60px;
  margin-top: 24px;
}

.page-faq .faq-cta .faq-cta-form {
  max-width: 840px;
}

.page-faq .faq-cta .cta-title {
  font-family: 'OpenSans-Bold';
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 10px;
}

.page-faq .faq-cta .cta-subtitle {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
  margin-bottom: 24px;
}

.page-faq .faq-cta textarea {
  margin-bottom: 24px;
  height: 120px;
}

.page-faq .faq-cta button {
  margin: 0;
}

.page-faq .faq-cta .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}

.page-faq .faq-cta .d-flex .form-group {
  width: 49%;
}

.page-faq .faq-section {
  margin-bottom: 16px;
  overflow: hidden;
  padding: 0 48px 48px;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}

.page-faq .faq-section .faq-title {
  height: 48px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  line-height: 27px;
  font-family: 'OpenSans-Bold';
  color: #434347;
  margin: 48px 0 25px;
}

.page-faq .faq-section .faq-tab {
  position: relative;
  padding: 23px 0;
  border-bottom: 1px solid #ECEEEF;
  cursor: pointer;
}

.page-faq .faq-section .faq-tab:hover .faq-question {
  color: #292C33 !important;
}

.page-faq .faq-section .faq-tab:hover .tab-open path {
  fill: #EDC277 !important;
}

.page-faq .faq-section .faq-tab:nth-child(1) {
  border-top: 1px solid #ECEEEF;
}

.page-faq .faq-section .faq-tab .tab-btns {
  position: absolute;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  top: 22px;
  right: 0;
}

.page-faq .faq-section .faq-tab .tab-btns .tab-open path {
  fill: #ECEEEF;
}

.page-faq .faq-section .faq-tab .tab-btns .tab-close {
  display: none;
}

.page-faq .faq-section .faq-tab .tab-btns .tab-close:hover path {
  fill: #EDC277;
}

.page-faq .faq-section .faq-tab .faq-question {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  transition: 220ms;
  line-height: 20px;
  color: #99A0A3;
}

.page-faq .faq-section .faq-tab .faq-answer {
  display: none;
  /*height: 0;*/
  /*transition: 220ms;*/
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  margin-top: 40px;
  margin-bottom: 10px;
}

.page-faq .faq-section .faq-tab.active .faq-question {
  color: #292C33 !important;
}

.page-faq .faq-section .faq-tab.active .tab-open {
  display: none;
}

.page-faq .faq-section .faq-tab.active .tab-close {
  display: block;
}

.page-brand .header-title {
  display: none;
}

.page-brand .t-title {
  color: #004466;
  margin: 48px 0;
}

.page-brand .brands-slider {
  margin-bottom: 96px;
}

.page-brand .post-brand__content {
  padding-left: 160px;
}

.page-brand p {
  margin: 18px 0;
  color: #434347;
}

.page-brand .t-btn {
  width: 240px;
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 36px;
}

.page-brand .post-rating {
  padding: 24px 0;
  margin: 48px 0 0;
}

.page-brand .post-banner {
  height: 456px;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  margin: 0 0 48px;
}

.page-brand .post-banner .post-banner__logo {
  width: 136px;
  height: 136px;
  right: 24px;
  top: 24px;
  position: absolute;
  z-index: 3;
  background-color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page-blog .blog-categories {
  margin: 36px 0 24px;
}

.page-blog .blog-categories .category {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #C8CCCE;
  margin-right: 28px;
}

.page-blog .blog-categories .category.active {
  color: #004466;
}

.page-blog .blog-categories .category:hover {
  color: #004466;
}

.page-blog .blog-search {
  margin-bottom: 12px;
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  max-width: 620px;
  position: relative;
}

.page-blog .blog-search input {
  padding: 13px 24px;
  border: 0;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.page-blog .blog-search input:placeholder {
  color: #99A0A3;
}

.page-blog .blog-search .header__search__btn {
  border: 0;
  height: 100%;
  width: 50px;
  background: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page-blog .blog-search .header__search__btn .send-btn {
  display: none;
}

.page-blog .blog-search .header__search__btn .send-btn:hover path {
  fill: #EDC277;
}

.page-blog .blog-search.active .loop-btn {
  display: none;
}

.page-blog .blog-search.active .send-btn {
  display: block;
}

.page-blog .blog-posts {
  margin: 0 -12px;
}

.page-blog .blog-posts .d-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.page-blog .blog-posts .post-item {
  margin: 12px;
  max-width: 294px;
}

.page-blog .page-pagination {
  margin: 40px 0 96px;
}

.page-post .header-title {
  background: #F7F9FA;
  padding: 27px 0;
}

.page-post .post-section {
  margin-bottom: 0;
}

.page-post .post-section .d-flex {
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.page-post .post-section .post-sidebar {
  width: 296px;
  flex-shrink: 0;
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  padding: 55px 48px 12px;
}

.page-post .post-section .post-sidebar .title {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  -ms-align-items: center;
  align-items: center;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  border-bottom: 1px solid #ECEEEF;
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  margin-bottom: 33px;
  padding-bottom: 25px;
  height: 48px;
}

.page-post .post-section .post-sidebar .sidebar-btn svg {
  display: none;
}

.page-post .post-section .post-sidebar .post-categories .category {
  display: block;
  margin-bottom: 48px;
  font-size: 15px;
  line-height: 20px;
  font-family: 'OpenSans-SemiBold';
  color: #CBCFD1;
}

.page-post .post-section .post-sidebar .post-categories .category:hover {
  color: #EDC277;
}

.page-post .post-section .post-content {
  margin-left: 24px;
  flex-grow: 1;
}

.page-post .post-section .post-content .t-btn {
  margin: 48px auto;
  width: 220px;
  height: 72px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
}

.page-post .post-section .post-content h2,
.page-post .post-section .post-content .s-title {
  font-family: 'OpenSans-Bold';
  font-size: 15px;
  line-height: 20px;
  color: #434347;
  margin: 16px 0;
}

.page-post .post-section .post-content .s-title {
  margin: 24px 0;
}

.page-post .post-section .post-content .t-title {
  margin: 0 0 24px;
}

.page-post .post-section .post-content .post-banner {
  width: 100%;
  height: 400px;
  background-position: center;
  background-size: cover;
}

.page-post .post-section .post-content .post-category {
  display: block;
  margin: 24px 0 16px;
  font-size: 15px;
  line-height: 20px;
  color: #CBCFD1;
  font-family: 'OpenSans-Bold';
}

.page-post .post-section .post-content .post-category:hover {
  color: #EDC277;
}

.page-post .post-section .post-content .post-date {
  font-size: 15px;
  line-height: 22px;
  color: #CBCFD1;
}

.page-post .post-section .post-content p {
  margin: 16px 0;
  color: #434347;
}

.page-post .post-comments .comments-box .comment {
  padding-bottom: 48px;
  margin-bottom: 48px;
  border-bottom: 1px solid #ECEEEF;
}

.page-post .post-comments .comments-box .comment .d-flex {
  justify-content: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.page-post .post-comments .comments-box .comment .comment-author {
  margin-right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #ECEEEF;
  background-size: cover;
  background-position: center;
}

.page-post .post-comments .comments-box .comment .comment-author-info .name,
.page-post .post-comments .comments-box .comment .comment-author-info .date {
  font-size: 12px;
  line-height: 16px;
  color: #99A0A3;
}

.page-post .post-comments .comments-box .comment .comment-author-info .name {
  display: block;
  margin: 6px 0 10px;
}

.page-post .post-comments .comments-box .comment .comment-text {
  margin-top: 15px;
  font-size: 15px;
  line-height: 22px;
  color: #434347;
}

.page-post .post-comments .comments-box .comment:last-child {
  border-bottom: 0;
}

.page-post .post-comments .post-comment-form {
  background: #FFFFFF;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  padding: 48px;
  margin-bottom: 48px;
  text-align: right;
}

.page-post .post-comments .post-comment-form .comment-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 22px;
}

.page-post .post-comments .post-comment-form .comment-header .title {
  font-size: 20px;
  line-height: 27px;
  color: #434347;
  font-family: 'OpenSans-Bold';
}

.page-post .post-comments .post-comment-form .comment-header .warning {
  font-size: 15px;
  line-height: 22px;
  color: #99A0A3;
}

.page-post .post-comments .post-comment-form .comment-header .warning button {
  border: 0;
  font-family: 'OpenSans-Bold';
  padding: 0;
  cursor: pointer;
  background: none;
  color: #99A0A3;
}

.page-post .post-comments .post-comment-form .comment-header .warning button:hover {
  color: #EDC277;
}

.page-post .post-comments .post-comment-form .comment-input {
  text-align: left;
  margin-bottom: 22px;
  position: relative;
}

.page-post .post-comments .post-comment-form .comment-input .comment-author {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  left: 20px;
  background-color: #ECEEEF;
  background-position: center;
  background-size: cover;
}

.page-post .post-comments .post-comment-form .comment-input textarea {
  font-size: 15px;
  line-height: 22px;
  color: #434347;
  height: 170px;
  background: #F7F9FA;
  border: 1px solid #ECEEEF;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 22px;
  font-family: 'OpenSans-Regular';
  padding-left: 65px;
}

.page-post .post-comments .post-comment-form .comment-input textarea::placeholder {
  color: #434347;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    -o-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

@media (max-width: 991px) {
  .page-post .post-section .post-sidebar {
    padding: 0;
    max-width: 455px;
    width: 100%;
    margin: 0 0 50px;
    background: none;
    box-shadow: none;
    position: relative;
  }

  .page-post .post-section .post-sidebar .sidebar-btn {
    cursor: pointer;
    padding: 24px;
    background: #F7F9FA;
    border: 1px solid #ECEEEF;
    box-sizing: border-box;
    border-radius: 2px;
  }

  .page-post .post-section .post-sidebar .sidebar-btn .img-svg {
    display: block;
    position: absolute;
    top: 36%;
    right: 30px;
  }

  .page-post .post-section .post-sidebar .sidebar-btn .active-arrow {
    margin-bottom: -6px;
  }

  .page-post .post-section .post-sidebar .sidebar-btn .passive-arrow {
    display: none;
    margin-bottom: -9px;
  }

  .page-post .post-section .post-sidebar .sidebar-btn.active .post-categories {
    display: block;
  }

  .page-post .post-section .post-sidebar .sidebar-btn.active .active-arrow {
    display: none;
  }

  .page-post .post-section .post-sidebar .sidebar-btn.active .passive-arrow {
    display: inline-block;
  }

  .page-post .post-section .post-sidebar .sidebar-btn .title {
    border: 0;
    margin: 0;
    padding: 0;
    height: auto;
    font-size: 15px;
    line-height: 22px;
    font-family: 'OpenSans-Regular';
    font-weight: normal;
    color: #99A0A3;
  }

  .page-post .post-section .post-sidebar .post-categories {
    text-align: left;
    display: none;
    z-index: 3;
    position: absolute;
    top: 105%;
    right: 0;
    left: 0;
    background: #F7F9FA;
    padding-top: 15px;
    /*background: #FFFFFF;*/
    box-shadow: 0px 2px 12px rgba(94, 100, 102, 0.25);
    border-radius: 2px;
  }

  .page-post .post-section .post-sidebar .post-categories.active {
    display: block;
  }

  .page-post .post-section .post-sidebar .post-categories .category {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    line-height: 20px;
    padding: 13px 24px;
    color: #434347;
  }

  .page-brand .header-title {
    display: block;
    background-color: #F7F9FA;
    padding: 40px 0 28px;
  }

  .page-brand .t-title {
    margin: 0 0 48px;
  }

  .page-brand .brands-slider {
    margin-bottom: 48px;
  }

  .page-brand .post-brand__content {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .catalog-page .workers-slider {
    padding: 64px 0 0;
  }

  .catalog-page .home-post {
    padding: 0 0 48px;
  }

  .table-box {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 20px;
  }

  .table-box::-webkit-scrollbar {
    height: 6px;
    width: 100%;
    background: #fff;
  }

  .table-box::-webkit-scrollbar-thumb {
    border-width: 1px 1px 1px 2px;
    border-color: #F7F9FA;
    background-color: #EDC277;
  }

  .table-box::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #EDC277;
    background-color: #EDC277;
  }

  .table-box::-webkit-scrollbar-track {
    border-width: 0;
  }

  .t-table {
    width: 760px;
    margin: 24px 0 0;
  }

  .t-table td {
    width: 260px;
    padding-left: 16px !important;
    padding-right: 0 !important;
  }

  .t-table th {
    width: 260px;
    font-size: 15px;
    line-height: 22px;
    padding-left: 16px !important;
    padding-right: 0 !important;
  }

  .default-sorter,
  .catalog-sorter {
    width: 100%;
    border-top: 1px solid #ECEEEF;
    order: 2;
    margin: 20px 0 24px;
    padding-top: 24px;
  }

  .default-sorter #select-ctr,
  .catalog-sorter #select-ctr {
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
  }

  .slider-arrows {
    display: none;
  }

  .t-title {
    margin-left: 12px;
    font-size: 20px;
  }

  .container {
    padding: 0 12px;
  }

  .slick-dots {
    text-align: center;
    padding: 0;
  }

  .slick-dots li button {
    background: #EBEEF0;
  }

  .slick-dots .slick-active button {
    background: #EDC277;
  }

  .post-item {
    margin: 8px;
  }

  .header-title {
    padding: 24px 0;
  }

  .basket-page .header-title {
    padding: 36px 0 24px;
  }

  .basket-page .header-title .t-title {
    font-size: 24px;
    line-height: 24px;
  }

  .header {
    padding-bottom: 56px;
  }

  .header .container {
    padding: 0 12px;
  }

  .header .header__top {
    display: none;
  }

  .header .header__main {
    padding: 25px 0 40px;
  }

  .header .header__main #mobile-menu-btn {
    width: 48px;
    height: 48px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
    background: #FFFFFF;
    border: 1px solid #ECEEEF;
    box-sizing: border-box;
    border-radius: 2px;
  }

  .header .header__main #mobile-menu-btn path {
    fill: #ECEEEF;
  }

  .header .header__main .header__logo {
    margin-bottom: 3px;
    width: 140px;
  }

  .header .header__main .header__logo .logo-lg {
    display: none;
  }

  .header .header__main .header__logo .logo-xs {
    display: block;
  }

  .header .header__main .header__navigation {
    margin: 0;
    flex-grow: 0;
  }

  .header .header__main .header__navigation .header__catalog__btn {
    display: none;
  }

  .header .header__main .header__navigation .header__search {
    position: absolute;
    top: 95px;
    left: 12px;
    right: 12px;
    margin: 0;
    width: auto;
    max-width: 100%;
  }

  .header .header__main .header__navigation .header__search #search-list {
    height: 70vh;
  }

  .header .header__main .header__navigation .header__search #search-list .search-list__box {
    overflow-y: scroll;
    padding-right: 10px;
    height: 67vh;
  }

  .header .header__main .header__navigation .header__search #search-list .search-item {
    height: 85px;
    padding: 24px 0 24px;
    margin: 0 12px;
  }

  .header .header__main .header__navigation .header__search #search-list .search-item:hover {
    transform: scale(1);
  }

  .header .header__main .header__navigation .header__search #search-list .search-item .search-item__name {
    margin: 0 6px;
  }

  .header .header__main .header__navigation .header__search #search-list .search-item .search-item__price {
    font-size: 15px;
    line-height: 20px;
  }

  .header .header__main .header__navigation .header__cart__btn {
    background: none;
    position: static;
  }

  .header .header__main .header__navigation .header__cart__btn #counter-box {
    right: 18px;
    top: 30px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown {
    width: 100%;
    top: 70px;
    right: 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown:before {
    display: none;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown.cart-empty {
    width: 100%;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer {
    background: #fff;
    padding: 10px 0 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price {
    background: #F7F9FA;
    padding: 24px 12px;
    margin-bottom: 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price span {
    font-size: 12px;
    line-height: 16px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-price .item-price {
    margin: 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .cart-buttons {
    padding: 16px 12px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer a.t-btn,
  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer .t-btn {
    width: 50%;
    flex-shrink: 0;
    padding: 0 10px 0;
    line-height: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__footer button {
    background: none;
    height: auto;
    margin: 0;
    color: #99A0a3;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item {
    padding: 15px 12px 16px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item:last-child {
    padding-bottom: 16px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__img {
    margin-left: 16px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right {
    margin-left: 24px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__name {
    margin-bottom: 15px !important;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item__count {
    margin-left: -36px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price {
    flex-direction: column;
    text-align: right;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price .orange {
    order: 1;
    font-size: 15px;
    line-height: 20px;
    margin: 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price .orange .img-svg {
    margin-top: 4px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item .item__right .item-price .past-price {
    order: 0;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item {
    padding-bottom: 20px;
  }

  .header .header__main .header__navigation .header__cart__btn .header__cart-dropdown .cart-dropdown__list .cart-item.gift-item .item__name {
    margin-bottom: 10px;
    height: 48px;
  }

  .intro__banner-delivery {
    margin: 12px;
    height: auto;
    width: auto;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .intro__banner-delivery .intro__banner-delivery__title {
    width: 152px;
    font-weight: normal;
    font-size: 15px;
    font-family: 'OpenSans-Light';
    text-align: left;
    margin: 19px 0 0;
    margin-left: 20px;
  }

  .intro__banner-delivery .intro__banner-delivery__btn {
    margin-top: 24px;
    padding: 20px 30px;
    width: 100%;
  }

  .intro-banners {
    background: #F7F9FA;
    padding-top: 27px;
  }

  .intro-banners .container {
    padding: 0;
  }

  .intro-banners .intro__top-side {
    display: block;
    margin-bottom: 145px;
  }

  .intro-banners .intro__top-side .intro__banner-slider {
    margin-right: 0;
    border-radius: 0;
    height: 335px;
    width: 100%;
  }

  .intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-photos .item {
    background-position: center;
  }

  .intro-banners .intro__top-side .intro__banner-slider .intro__banner-slider-content {
    width: auto;
    right: 8px;
  }

  .intro-banners .intro__bottom-side {
    flex-direction: column;
    padding: 0 12px;
    margin: 0;
  }

  .intro-banners .intro__bottom-side .intro__banner {
    width: auto;
    margin: 0;
    height: 192px;
    margin-bottom: 24px;
  }

  .intro-banners .intro__bottom-side .intro__banner .intro__banner__title {
    font-size: 24px;
    line-height: 33px;
  }

  .advantages {
    background: #F7F9FA;
    padding: 70px 0;
  }

  .advantages .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .advantages .d-flex .advantages__item {
    max-width: 22%;
    margin-bottom: 50px;
  }

  .catalog-slider__gray {
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  }

  .catalog-section {
    padding-top: 0;
    margin-bottom: 48px;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  }

  .catalog-section hr {
    display: none;
  }

  .catalog-section .d-flex {
    margin-top: 24px;
  }

  .catalog-section .catalog-filter {
    display: none;
    width: auto;
    padding-top: 0;
    position: fixed;
    z-index: 10;
    background: #F7F9FA;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 12px 12px 0;
    overflow-y: scroll;
  }

  .catalog-section .catalog-filter .mobile-filter-title {
    display: block;
  }

  .catalog-section .catalog-filter #mobile-filter-close-btn {
    display: block;
  }

  .catalog-section .catalog-filter .founded-goods {
    display: none;
  }

  .catalog-section .catalog-filter .hidden-xs {
    display: none;
  }

  .catalog-section .mobile-submit-btn {
    display: block !important;
  }

  .catalog-section .clear-filters {
    display: none !important;
  }

  .catalog-section .catalog-content {
    margin-left: 0;
    padding-top: 24px;
  }

  .catalog-section .catalog-content .catalog-more-btn {
    margin: 48px 0 25px;
    width: 185px;
    background: #CBCFD1;
  }

  .catalog-section .catalog-content .catalog-sorting {
    flex-wrap: wrap;
    justify-content: center;
  }

  .catalog-section .catalog-content .catalog-sorting #mobile-filter-btn {
    flex-grow: 1;
    order: 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }

  .catalog-section .catalog-content .catalog-sorting .catalog-card-sizes {
    order: 1;
  }

  .catalog-section .catalog-content .catalog-box {
    margin: 0;
    padding: 0;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item {
    width: 50%;
    margin: 0;
    border-bottom: 1px solid #ECEEEF;
    padding: 20px 0 22px;
    padding-right: 8px;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item:last-child {
    border-right: 1px solid #ECEEEF;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item .item-title {
    margin-bottom: 6px;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item .item-descriptions {
    margin-bottom: 20px;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item:nth-child(2n) {
    padding-left: 8px;
    padding-right: 0;
    border-left: 1px solid #ECEEEF;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item:nth-last-child(1),
  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item:nth-last-child(2) {
    padding-bottom: 22px;
    /*border-bottom: 0;*/
  }

  .catalog-section .catalog-content .catalog-box.list-mode {
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item {
    width: 100%;
    margin: 0 0 24px;
    padding: 0 0 24px;
    border: 0;
    border-bottom: 1px solid #ECEEEF;
    position: relative;
    justify-content: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    min-height: 0;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item:last-child {
    border-bottom: 0;
    margin: 0;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-grow: 1;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-img {
    margin-top: 0;
    margin-right: 16px;
    margin-bottom: 8px;
    width: 90px;
    flex-shrink: 0;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-features {
    display: none;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-title {
    margin: 0;
    order: 3;
    position: absolute;
    left: 12px;
    max-width: 75%;
    top: 72%;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .fixed-block {
    width: 100%;
    padding: 0;
    height: auto;
    margin-top: 8px;
    order: 2;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-descriptions {
    margin-bottom: 12px;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-descriptions .description {
    font-size: 10px;
    line-height: 14px;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-cart {
    position: static;
    right: auto;
    margin-left: auto;
    bottom: auto;
    background-position: center !important;
    font-size: 0;
    width: 48px;
    height: 32px;
    background: #EDC277;
    border: 1px solid #ECEEEF;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .fast-buy {
    display: none;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price {
    height: auto;
    order: 0;
    margin: 0 0 10px;
    position: static;
    top: auto;
    right: auto;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    justify-content: flex-start;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .orange {
    order: 2;
  }

  .catalog-section .catalog-content .catalog-box.list-mode .catalog-slider__box__item .item-price .past-price {
    order: 1;
    margin-right: 8px;
  }

  .card-page .catalog-slider__gray {
    padding-bottom: 40px;
    margin-top: 25px;
    padding-top: 24px;
  }

  .card-page .workers-slider {
    padding: 24px 0 0;
  }

  .trigger-section {
    margin-bottom: 20px;
    padding: 28px 0;
  }

  .trigger-section .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .trigger-section .trigger-left {
    width: 100%;
  }

  .trigger-section .trigger-left .trigger-title {
    font-size: 18px;
    line-height: 25px;
  }

  .trigger-section .trigger-left .trigger-subtitle {
    font-size: 12px;
    line-height: 16px;
  }

  .trigger-section .trigger-right {
    margin-left: 0;
    width: 100%;
  }

  .trigger-section .trigger-right form {
    margin-bottom: 16px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .trigger-section .trigger-right .form-group {
    max-width: 100%;
    margin: 16px 0;
  }

  .trigger-section .trigger-right button {
    width: 100%;
  }

  .trigger-section .trigger-right .shares-warning {
    max-width: none;
  }

  .trigger-section .trigger-right .shares-warning br {
    display: none;
  }

  .order-id {
    margin-bottom: 22px;
    padding: 22px 0;
  }

  .basket-section {
    padding: 0 0 0;
    margin-bottom: 24px;
  }

  .basket-section .d-flex {
    flex-wrap: wrap;
  }

  .basket-section .status-bar {
    width: 100%;
  }

  .basket-section .status-bar div {
    left: 12px;
    right: 12px;
    width: auto !important;
  }

  .basket-section .basket-items {
    margin: 5px 0 0;
    border-right: 0;
    padding-right: 0;
    width: 100%;
    padding-bottom: 24px;
  }

  .basket-section .basket-items .basket-item {
    border-bottom: 1px solid #ECEEEF;
    padding: 24px 0;
    padding-left: 100px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .basket-section .basket-items .basket-item .item__delete {
    border: 0;
    position: absolute;
    top: 24px;
    right: 12px;
    width: auto;
    height: auto;
  }

  .basket-section .basket-items .basket-item .item__delete:hover {
    border: 0;
  }

  .basket-section .basket-items .basket-item .item__img {
    position: absolute;
    top: 24px;
    left: 0;
    width: 80px;
    height: 80px;
  }

  .basket-section .basket-items .basket-item .item__name {
    width: auto;
    order: 1;
  }

  .basket-section .basket-items .basket-item .item__name .additional {
    margin-top: 5px;
  }

  .basket-section .basket-items .basket-item .item__count {
    order: 3;
    margin-top: 12px;
  }

  .basket-section .basket-items .basket-item .item-price {
    order: 0;
    margin: 0 0 10px;
    font-size: 19px;
    line-height: 26px;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .basket-section .basket-items .basket-item .item-price .past-price {
    order: 0;
    margin-right: 5px;
  }

  .basket-section .basket-items .basket-item .item-price .orange {
    order: 1;
  }

  .basket-section .basket-functional {
    width: 100%;
    padding: 55px 0 24px;
    padding-left: 0;
    margin: 0;
    position: relative;
  }

  .basket-section .basket-functional:before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    top: 0;
    height: 24px;
    background: #F7F9FA;
  }

  .basket-section .basket-functional .items_in_basket {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
  }

  .basket-section .basket-functional .basket-price {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    font-size: 15px;
    margin: 24px 0 21px;
  }

  .basket-section .basket-functional .basket-price .item-price {
    margin: 0;
  }

  .basket-section .basket-functional .basket-warning {
    font-size: 12px;
    line-height: 16px;
    text-align: right;
    color: #99A0A3;
  }

  .basket-section .basket-functional .btn2 {
    width: 100%;
    margin-bottom: 10px;
    background: none;
    border: 1px solid #ECEEEF;
    color: #CBCFD1;
  }

  .basket-section .basket-functional .btn2:hover {
    border-color: #434347;
    color: #434347;
  }

  .basket-section .basket-functional .btn1 {
    width: 100%;
    margin: 48px 0 24px;
  }

  .basket-section .basket-step2 .basket-functional:before {
    display: none;
  }

  .basket-section .basket-step2 .container {
    padding: 0;
  }

  .basket-section .basket-step2 .header-title {
    padding-left: 12px;
    padding-right: 12px;
  }

  .basket-section .basket-step2 .t-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 53px;
  }

  .basket-section .basket-step2 .recipient-info {
    width: 100%;
    margin-bottom: 0;
  }

  .basket-section .basket-step2 .recipient-info .basic-info {
    box-shadow: none;
    padding: 23px 12px 0;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .d-flex {
    margin: 0;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .input {
    margin-right: 0;
    width: 100%;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .form-group {
    width: 100%;
    margin: 0 0 24px;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .form-email {
    margin-bottom: 0;
  }

  .basket-section .basket-step2 .recipient-info .basic-info input {
    width: 100%;
    margin: 0;
    max-width: none;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .input-warning {
    margin-bottom: 20px;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .promocod {
    margin-top: 13px;
    flex-wrap: nowrap;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .promocod input {
    border-radius: 2px 0 0 2px;
    margin: 0;
  }

  .basket-section .basket-step2 .recipient-info .basic-info .promocod button {
    border-radius: 0 2px 2px 0;
  }

  .basket-section .basket-step2 .recipient-info input {
    width: 100%;
    max-width: none;
    margin: 0;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info {
    padding: 12px 12px 24px;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .radio-list {
    margin-bottom: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item {
    margin-bottom: 10px;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .radio-list .option-item .option-name {
    font-size: 15px;
    line-height: 20px;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .default-sorter {
    margin: 0;
    border: 0;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .d-flex .form-group:nth-child(1) {
    margin-right: 0 !important;
    width: 100% !important;
    margin-bottom: 24px;
  }

  .basket-section .basket-step2 .recipient-info .delivery-info .d-flex .form-group:nth-child(2) {
    width: 55% !important;
  }

  .basket-section .basket-step2 .recipient-info .payment-info {
    padding: 24px 12px;
  }

  .basket-section .basket-step2 .recipient-info .payment-info .t-title {
    margin-bottom: 45px;
    font-size: 20px;
    line-height: 27px;
  }

  .basket-section .basket-step2 .recipient-info .payment-info .option-description {
    margin-top: 15px;
  }

  .basket-section .basket-step2 .recipient-info .payment-info .option-item {
    height: 50px;
    margin: 20px 0 0;
  }

  .basket-section .basket-step2 .recipient-info .payment-info .option-item:first-child {
    height: auto;
  }

  .basket-section .basket-step2 .recipient-info .payment-info .option-item b {
    display: block;
    margin-top: 5px;
    margin-left: -28px;
    margin-bottom: 10px;
  }

  .basket-section .basket-step2 .recipient-info .anketa-info {
    padding: 24px 12px 36px;
  }

  .basket-section .basket-step2 .recipient-info .anketa-info .option-name {
    font-size: 15px !important;
    white-space: normal !important;
    line-height: 20px !important;
    width: 240px !important;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info {
    padding: 24px 0 0;
    box-shadow: none;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info .birthday-form {
    width: 100%;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info .t-title {
    margin: 0 0 22px;
    padding-left: 12px;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info .calendar {
    width: 100%;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info img {
    height: 70px !important;
    width: 72px;
    margin: 0 auto 24px !important;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info .d-flex {
    padding: 0 12px 24px;
    justify-content: flex-start;
  }

  .basket-section .basket-step2 .recipient-info .birthday-info .radio-list {
    margin: 0;
    padding: 24px 12px;
  }

  .basket-section .basket-step2 #basket-functional {
    padding: 0 12px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    background: #F7F9FA;
  }

  .basket-section .basket-step2 #basket-functional div {
    max-width: 100%;
  }

  .basket-section .basket-step2 #basket-functional .common-prices {
    padding-bottom: 50px;
  }

  .basket-section .basket-step2 #basket-functional .total-price {
    margin-top: 24px;
  }

  .basket-section .basket-step2 #basket-functional span {
    flex-shrink: 0;
    white-space: nowrap;
  }

  .basket-section .basket-step2 #basket-functional .d-flex {
    flex-wrap: nowrap;
    -ms-align-items: center;
    align-items: center;
  }

  .basket-section .basket-step2 .basket-warning,
  .basket-section .basket-step2 .t-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
  }

  .page-info .post-rating {
    margin: 24px 0 0;
    padding: 24px 0 0;
    border-bottom: 0;
  }

  .page-info .post-rating #reviewStars-input label {
    margin-right: 18px;
  }

  .page-info .post-rating #reviewStars-input {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
  }

  .page-info .post-rating #reviewStars-input #star-0 {
    left: 0px;
  }

  .page-info .post-rating #reviewStars-input #star-1 {
    /*left: 53px;*/
    left: 33px;
  }

  .page-info .post-rating #reviewStars-input #star-2 {
    left: 66px;
  }

  .page-info .post-rating #reviewStars-input #star-3 {
    left: 99px;
  }

  .page-info .post-rating #reviewStars-input #star-4 {
    left: 132px;
  }

  .page-info .post-rating #reviewStars-input #star-5 {
    left: 165px;
  }

  .page-info .post-rating .rating-list {
    width: 160px;
  }

  .page-info .post-rating .d-flex {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .page-info .post-rating span {
    margin-right: 15px;
    font-size: 12px;
  }

  .page-info .post-rating .socials {
    border-top: 1px solid #ECEEEF;
    width: 100%;
    margin-top: 24px;
    padding: 40px 0 48px;
  }

  .page-info .post-rating .socials a {
    margin: 0 12px;
  }

  .page-info .about-intro {
    margin-bottom: 24px;
  }

  .page-info .about-intro .d-flex {
    flex-direction: column;
  }

  .page-info .about-intro .about-img {
    flex-shrink: 0;
    width: 100%;
    margin: 0;
  }

  .page-info .about-intro p {
    display: none;
  }

  .page-info .about-intro .white-block {
    display: none;
  }

  .page-info .about-intro.about-right .about-img {
    display: none;
  }

  .page-info .about-intro.about-right p {
    margin-top: 0;
    display: block;
  }

  .page-info .about-intro.about-right b {
    margin: 0 0 24px;
  }

  .page-contact .t-title {
    margin: 24px 0 !important;
  }

  .page-contact .social-tabs {
    margin-bottom: 24px;
  }

  .page-contact .main-info {
    box-shadow: none;
    margin-bottom: 24px;
  }

  .page-contact .main-info .d-flex {
    flex-direction: column;
  }

  .page-contact .main-info .info {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    padding: 24px 16px;
    width: 100%;
    margin-bottom: 24px;
  }

  .page-contact .main-info .info .title {
    font-size: 15px;
    line-height: 22px;
    color: #292C33;
    margin-bottom: 24px;
  }

  .page-contact .main-info .info .phone a {
    font-size: 15px;
    line-height: 22px;
  }

  .page-contact .main-info .info .contact .img-svg {
    flex-shrink: 0;
  }

  .page-contact .main-info .info .t-btn {
    min-width: 100%;
    width: 100%;
  }

  .page-contact .main-info .map-iframe {
    height: 290px;
  }

  .page-contact .secondary-info {
    margin-bottom: 24px;
  }

  .page-contact .secondary-info .d-flex {
    flex-direction: column;
  }

  .page-contact .secondary-info .map-img {
    width: 100%;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    order: 1;
  }

  .page-contact .secondary-info .legal-info {
    width: 100%;
    height: auto;
    padding: 28px 24px;
    margin-bottom: 24px;
    order: 0;
  }

  .page-contact .secondary-info .legal-info .title {
    margin-bottom: 24px;
  }

  .page-contact .secondary-info .legal-info p {
    margin: 6px 0;
  }

  .page-about p {
    color: #434347;
  }

  .page-blog .t-title {
    margin: 24px 0 0;
  }

  .page-blog .blog-categories {
    margin: 0;
    padding: 24px 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    overflow-x: scroll;
  }

  .page-blog .blog-categories .category {
    white-space: nowrap;
    margin-right: 25px;
  }

  .page-blog .blog-posts {
    margin: 24px 0;
  }

  .page-blog .blog-posts .d-flex {
    justify-content: center;
  }

  .page-blog .blog-posts .post-item {
    margin: 0 0 24px;
  }

  .page-blog .page-pagination {
    display: flex !important;
    margin: 0 0 48px;
  }

  .social-tabs {
    margin-bottom: 48px;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .social-tabs .social-tab {
    padding: 24px;
    width: 100%;
    height: auto;
    min-height: 360px;
    margin-top: 24px;
  }

  .social-tabs .social-tab .social-item {
    padding: 0;
    flex-wrap: wrap;
  }

  .social-tabs .social-tab .img {
    width: 100%;
    height: 48px;
    margin: 0 0 12px;
  }

  .social-tabs .social-tab .img a {
    display: inline-block;
    width: 48px;
  }

  .social-tabs .social-tab .like-btn {
    margin-right: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .white-block {
    padding: 24px 48px;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    line-height: 22px;
    color: #434347;
  }

  .page-post .post-slider {
    margin-top: 24px;
  }

  .page-post .header-title {
    padding: 27px 0;
  }

  .page-post .post-section {
    background-color: #F7F9FA;
    margin-bottom: 0;
  }

  .page-post .post-section .section-block {
    flex-direction: column;
  }

  .page-post .post-section .post-sidebar {
    margin-bottom: 24px;
  }

  .page-post .post-section .post-content {
    margin-left: 0;
  }

  .page-post .post-section .post-content .t-title {
    font-size: 20px;
    line-height: 25px;
  }

  .page-post .post-section .post-content .post-banner {
    height: 126px;
  }

  .page-post .post-section .post-content p {
    line-height: 24px;
  }

  .page-post .post-section .post-content .t-btn {
    margin: 24px auto;
  }

  .page-post .post-comments .comments-box .comment {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .page-post .post-comments .comments-box .comment:last-child {
    margin-bottom: 0;
  }

  .page-post .post-comments .post-comment-form {
    padding: 24px 12px;
    margin: 0 -12px 24px;
    text-align: right;
  }

  .page-post .post-comments .post-comment-form button {
    width: 100%;
    max-width: 100%;
  }

  .page-post .post-comments .post-comment-form .comment-header {
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .page-post .post-comments .post-comment-form .comment-header .title {
    /*font-size: 15px;*/
    /*line-height: 22px;*/
    color: #292C33;
    margin-bottom: 24px;
  }

  .page-post .post-comments .post-comment-form .comment-header .warning {
    text-align: left;
  }

  .page-post .post-comments .post-comment-form .comment-header .warning button {
    text-align: left;
  }

  .page-post .post-comments .post-comment-form .comment-input {
    text-align: left;
  }

  .page-post .post-comments .post-comment-form .comment-input .comment-author {
    top: 24px;
    left: 24px;
  }

  .page-post .post-comments .post-comment-form .comment-input textarea {
    font-size: 14px;
    height: 190px;
    padding: 20px 24px;
    padding-left: 80px;
  }

  .page-cta .post-rating {
    display: none;
  }

  .post-cta,
  .faq-cta {
    margin: 48px -12px 24px;
    padding: 24px 12px;
  }

  .post-cta form,
  .faq-cta form {
    max-width: 100%;
  }

  .post-cta .cta-header,
  .faq-cta .cta-header {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
  }

  .post-cta .form-group,
  .faq-cta .form-group {
    margin-bottom: 24px;
  }

  .post-cta button,
  .faq-cta button {
    margin-bottom: 24px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* Страница "Каталог" */

  .collections-menu .t-title {
    font-weight: normal;
    font-family: 'OpenSans-Regular';
    font-size: 12px;
    line-height: 16px;
  }

  .collections-menu .d-flex {
    overflow-x: scroll;
    width: 100vw;
    position: static;
  }

  .collections-menu .drop-block__close {
    display: block;
    position: absolute;
    right: 26px;
    top: 42px;
  }

  .collections-menu .collections-item {
    margin: 0 12px;
    overflow: hidden;
    width: auto;
    flex-shrink: 0;
  }

  .collections-menu .collections-item:hover .drop-block__menu {
    display: none;
  }

  .collections-menu .collections-item .collections-content {
    background: #fff;
    width: 160px;
    padding: 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .collections-menu .collections-item .collections-content img {
    max-height: 100px !important;
  }

  .collections-menu .collections-item .collections-content .collections-title {
    margin-top: 25px;
  }

  .collections-menu .collections-item .drop-block__menu {
    display: none;
    position: fixed;
    top: 12px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 0;
  }

  .collections-menu .collections-item .drop-block__menu:before {
    content: "";
    position: absolute;
    width: 48px;
    height: 4px;
    background: #CBCFD1;
    border-radius: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 16px;
  }

  .collections-menu .collections-item .drop-block__menu .mobile-collections-title {
    display: block;
    font-family: 'OpenSans-SemiBold';
    padding: 24px 24px 15px;
    border-bottom: 1px solid #CBCFD1;
    font-size: 15px;
    line-height: 20px;
    color: #CBCFD1;
  }

  .collections-menu .collections-item .drop-block__menu .d-flex {
    padding-top: 16px;
    padding-bottom: 24px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: auto;
    height: 100%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .collections-menu .collections-item .drop-block__menu .menu-item {
    width: 100%;
    margin-bottom: 24px;
    border-right: 0;
  }

  .collections-menu .collections-item .drop-block__menu .menu-title {
    padding: 0 24px;
    font-family: 'OpenSans-Bold';
    color: #004466;
    height: 48px;
  }

  .collections-menu .collections-item .drop-block__menu .list-unstyled li a {
    font-family: 'OpenSans-Light';
    padding: 10px 0;
    padding-left: 24px;
  }

  .hidden-lg {
    display: block;
  }

  .card-section {
    padding: 0;
  }

  .card-section .item__title__box {
    margin-bottom: 25px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }

  .card-section .item__title__box .item__title {
    font-size: 15px;
    font-family: 'OpenSans-Bold';
    line-height: 20px;
  }

  .card-section .item__title__box .item__brand {
    height: 30px;
  }

  .card-section .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .card-section .item__img {
    width: 100%;
    margin: 0 0 45px;
  }

  .card-section .item__img .main-img {
    overflow: visible;
    height: auto;
    position: static;
  }

  .card-section .item__img .main-img .warranty {
    width: 60px;
    right: 12px;
    z-index: 5;
    bottom: 20px;
    max-width: none;
    max-height: none;
  }

  .card-section .item__img .main-img .item__face {
    display: none;
  }

  .card-section .item__img .slick-dots {
    bottom: -38px;
  }

  .card-section .item__img .item__thumbs {
    margin: 0 0 10px;
  }

  .card-section .item__img .item__thumbs .item__thumb {
    height: 296px;
    display: -webkit-flex !important;
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: flex !important;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
  }

  .card-section .item__img .item__thumbs .item__thumb:hover img {
    transform: none !important;
  }

  .card-section.absent .item-buy-section .preoder-btn {
    margin-bottom: 22px;
  }

  .card-section .item__content {
    width: 100%;
  }

  .card-section .item__content .item__title__box {
    display: none;
  }

  .card-section .item__content .item-features .item-feature span {
    display: block;
    width: 150px;
  }

  .card-section .item__content .item-buy-buttons .t-btn {
    height: 48px;
    font-size: 12px;
    line-height: 45px;
  }

  .card-section .item__content .unit-block {
    background: #fff;
  }

  .card-section .item__content .item-feedback-buttons {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding: 0 24px 24px;
  }

  .card-section .item__content .item-feedback-buttons button {
    max-width: none;
    margin-top: 16px;
  }

  .card-section .item__content .item-buy-section {
    flex-wrap: wrap;
    padding: 24px 24px 0;
    margin: 0;
  }

  .card-section .item__content .item-buy-section .item-price {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 8px;
  }

  .card-section .item__content .item-buy-section button {
    width: 100%;
    margin-top: 16px;
  }

  .card-section .item__content .gift-for-you {
    display: block;
  }

  .card-section .item__content .gift-for-you .gift-content .gift-name {
    margin: 15px 0 25px;
  }

  .card-section .item__content .gift-for-you .gift-img {
    float: left;
    margin-bottom: 5px;
    width: 72px;
    height: 72px;
  }

  .card-section .card-item-tabs {
    padding-bottom: 16px;
  }

  .card-section .card-item-tabs .item-tabs__header {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 12px;
  }

  .card-section .card-item-tabs .item-tabs__header li {
    margin-right: 30px;
    white-space: nowrap;
  }

  .card-section .card-item-tabs .item-tabs__content .tab-description .title {
    font-size: 15px;
    line-height: 22px;
    margin-top: 36px;
  }

  .card-section .card-item-tabs .item-tabs__content .tab-feature .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .card-section .card-item-tabs .item-tabs__content .tab-feature .features {
    width: 100%;
  }

  .card-section .card-item-tabs .item-tabs__content .tab-feature .features li {
    font-size: 14 px;
  }

  .card-section .card-item-tabs .item-tabs__content .tab-feature .features li .value {
    max-width: none;
    margin-left: 5%;
  }

  .card-section .card-item-tabs .item-tabs__header {
    padding-right: 12px;
  }

  .card-section .card-item-tabs .tab-description hr {
    display: none;
  }

  .card-section .card-item-tabs .tab-description .documents-section {
    display: none;
  }

  .landing-intro {
    margin: 24px 0 0;
  }

  .landing-intro .container {
    padding: 0;
  }

  .landing-intro .landing-intro__banner .intro__banner-logo {
    background: #fff;
    left: 12px;
    width: 136px;
    height: 120px;
  }

  .landing-intro .landing-intro__banner .intro__banner-logo img {
    max-width: 60%;
  }

  .landing-intro .landing-intro__banner .intro__banner-img {
    height: 320px;
  }

  .landing-intro .intro__banner-delivery {
    position: static;
    right: auto;
    margin: 24px 12px 0;
    bottom: auto;
    padding: 50px 48px 24px;
    height: auto;
    width: auto;
    padding: 25px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }

  .landing-intro .intro__banner-delivery .intro__banner-delivery__title {
    width: 152px;
    font-size: 15px;
    text-align: left;
    margin: 19px 0 0;
    margin-left: 20px;
  }

  .landing-intro .intro__banner-delivery .intro__banner-delivery__btn {
    margin-top: 24px;
    padding: 20px 30px;
    width: 100%;
  }

  .landing-intro .landing-intro__description {
    margin-top: 24px;
    max-width: 100%;
    position: relative;
    padding: 0 12px;
  }

  .landing-intro .landing-intro__description .t-title {
    margin: 0 0 16px;
    font-size: 24px;
    line-height: 33px;
  }

  .brand-advantages {
    margin: 0;
  }

  .brand-advantages .d-flex {
    padding: 28px 0;
    width: 100vw;
    overflow-y: scroll;
  }

  .brand-advantages .advantages__item {
    text-align: left;
    width: 140px;
    margin-right: 8px;
    padding: 0;
    flex-shrink: 0;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
  }

  .brand-advantages .advantages__item:nth-child(2) .advantages__img img {
    height: 28px;
  }

  .brand-advantages .advantages__item .advantages__img {
    height: 48px;
    margin-bottom: 24px;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .brand-advantages .advantages__item .advantages__img img {
    max-height: 100%;
  }

  .brand-advantages .advantages__item .advantages__title {
    font-size: 12px;
    line-height: 16px;
  }

  .landing-trigger {
    margin-bottom: 24px;
  }

  .landing-trigger .d-flex {
    flex-direction: column;
  }

  .landing-trigger.trigger-right .landing-trigger__img {
    order: 0;
  }

  .landing-trigger.trigger-right .landing-trigger__text {
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    -o-order: 1;
    order: 1;
  }

  .landing-trigger .landing-trigger__img {
    width: 100%;
    height: 220px;
    margin-bottom: 24px;
  }

  .landing-trigger .landing-trigger__text {
    margin: 0 !important;
  }

  .landing-trigger .landing-trigger__text .t-title {
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0.75px;
    margin: 0 0 24px;
  }

  .landing-trigger .landing-trigger__text button {
    margin-top: 24px;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
  }

  .video-section {
    margin-bottom: 24px;
  }

  .video-section .landing-video {
    height: 166px;
  }

  .video-section svg {
    width: 33px;
  }

  .landing-slider {
    margin-bottom: 24px;
    background: #fff;
    padding: 24px 0 48px;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
  }

  .landing-slider .slider-overlay {
    display: none;
  }

  .landing-slider .d-flex {
    flex-direction: column;
  }

  .landing-slider .slider-text-box {
    height: auto;
  }

  .landing-slider .slick-dots {
    text-align: left;
    padding-top: 10px;
  }

  .landing-slider .slick-dots li {
    margin: 0;
    margin-right: 6px;
  }

  .landing-slider #slider-images {
    flex-grow: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    order: 0;
  }

  .landing-slider #slider-images .slider-img {
    width: 100%;
    height: 217px;
  }

  .landing-slider .slider-content {
    order: 1;
    max-width: 100%;
    margin-right: 0;
    padding: 0;
  }

  .landing-slider .slider-head {
    display: none;
  }

  .landing-slider .slider-head-xs {
    display: block;
    margin-bottom: 24px;
  }

  .landing-slider .top-title {
    margin: 24px 0 16px;
  }

  .landing-slider .top-title #landing-title-slider {
    height: auto;
  }

  .landing-slider .top-title .t-title {
    margin: 0;
  }

  .landing-slider p {
    font-size: 14px;
    line-height: 20px;
  }

  .landing-card {
    padding: 48px 0;
    margin-bottom: 24px;
  }

  .landing-card .t-btn {
    width: 100%;
  }

  .landing-gallery {
    margin-bottom: 24px;
  }

  .landing-gallery .title-xs {
    display: none;
  }

  .landing-gallery .gallery-btn {
    background: transparent;
    border: 1px solid #CBCFD1;
    padding: 14px 30px;
    width: auto;
    height: auto;
    font-family: 'OpenSans-SemiBold';
    font-size: 15px;
    line-height: 20px;
    color: #CBCFD1;
  }

  .landing-gallery .gallery-btn:hover {
    border: 1px solid #434347;
    color: #434347;
  }

  .landing-gallery .d-flex {
    height: auto;
    margin-bottom: 24px;
  }

  .landing-gallery .gallery-item {
    display: block;
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
  }

  .landing-gallery .gallery-item:hover .overlay,
  .landing-gallery .gallery-item:hover .square,
  .landing-gallery .gallery-item:hover:before,
  .landing-gallery .gallery-item:hover:after {
    opacity: 1;
    transition: opacity 220ms;
  }

  .landing-gallery .gallery-item .overlay {
    opacity: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(0deg, rgba(15, 47, 62, 0.5), rgba(15, 47, 62, 0.5));
  }

  .landing-gallery .gallery-item .square {
    opacity: 0;
    z-index: 1;
    position: absolute;
    border: 1px solid #ECEEEF;
    box-sizing: border-box;
    border-radius: 2px;
    width: 48px;
    height: 48px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-gallery .gallery-item:before {
    opacity: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 18px;
    height: 3px;
    background: #D8D8D8;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-gallery .gallery-item:after {
    opacity: 0;
    z-index: 1;
    content: "";
    position: absolute;
    width: 3px;
    height: 18px;
    background: #D8D8D8;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .landing-gallery .gallery-left {
    width: 50%;
    margin-right: 16px;
  }

  .landing-gallery .gallery-left .gallery-item:nth-child(1) {
    height: 240px;
    margin-bottom: 16px;
  }

  .landing-gallery .gallery-left .gallery-item:nth-child(2) {
    height: 110px;
  }

  .landing-gallery .gallery-right {
    flex-grow: 1;
    -ms-align-items: stretch;
    align-items: stretch;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(1) {
    width: 100%;
    height: 110px;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(2) {
    width: 100%;
    height: 110px;
    margin-top: 16px;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(3) {
    width: 100%;
    height: 110px;
    margin-top: 16px;
  }

  .landing-product {
    margin: 0;
  }

  .landing-product .d-flex {
    flex-direction: column;
  }

  .landing-product .title-xs {
    margin: 0 0 24px;
    display: block;
  }

  .landing-product .title-xs br {
    display: none;
  }

  .landing-product .title-xs a {
    display: block;
    color: #434347;
    font-size: 18px;
    line-height: 25px;
  }

  .landing-product .product-thumb {
    margin: 0;
    width: 100%;
    height: 296px;
  }

  .landing-product .product-thumb a {
    max-width: 85%;
  }

  .landing-product .product-content {
    flex-grow: 1;
    overflow: hidden;
  }

  .landing-product .product-content .t-title {
    display: none;
  }

  .landing-product .product-content .item-buy-section {
    position: relative;
    margin-bottom: 25px;
    padding: 16px 16px 46px;
  }

  .landing-product .product-content .item-buy-section .promocode-date {
    position: absolute;
    top: auto;
    bottom: 16px;
    left: 16px;
    z-index: 2;
  }

  .landing-product .product-content .item-buy-section .preoder-btn {
    display: none;
  }

  .landing-product .product-content .item-buy-section .item-price {
    position: static;
    margin-top: -6px;
    margin-left: 24px;
    font-size: 20px;
    line-height: 27px;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
  }

  .landing-product .product-content .item-buy-section .item-price div {
    -ms-align-items: center;
    align-items: center;
  }

  .landing-product .product-content .item-buy-section .item-price .img-svg {
    margin-bottom: 10px;
  }

  .landing-product .product-content .item-buy-section .item-price .orange {
    height: 24px;
  }

  .landing-product .product-content .item-buy-section .item-price .orange .img-svg path {
    fill: #F57622;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price {
    height: 24px;
    margin-right: 15px;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price:before {
    background: #CBCFD1;
  }

  .landing-product .product-content .item-descriptions {
    margin: 24px 0;
  }

  .landing-product .product-content .item-descriptions .description {
    margin-bottom: 15px;
  }

  .landing-product .product-content .item-buttons {
    flex-direction: column;
  }

  .landing-product .product-content .item-buttons .t-btn {
    width: 100%;
    margin-bottom: 24px;
  }

  .landing-product .product-content .item-buttons .t-btn:nth-child(2) {
    height: 48px;
  }

  .landing-product .product-content .item-buttons .t-btn:nth-child(2) img {
    margin: 0;
    margin-left: 5px;
  }

  .brand-steps {
    padding: 24px 0 0;
  }

  .brand-steps .t-title {
    font-size: 18px;
    line-height: 25px;
    margin: 0 0 24px;
  }

  .brand-steps .d-flex {
    padding: 24px 0;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    overflow-x: scroll;
  }

  .brand-steps .d-flex .step {
    text-align: left;
    width: 150px;
    flex-shrink: 0;
  }

  .brand-steps .d-flex .step img {
    height: 48px;
    margin-bottom: 15px;
  }

  .brand-steps .d-flex .step .title {
    justify-content: flex-start;
    height: 48px;
    font-size: 12px;
    line-height: 16px;
  }

  .landing-map {
    margin: 24px 0;
  }

  .landing-map .d-flex {
    flex-direction: column;
  }

  .landing-map .map-text {
    padding: 24px;
    width: 100%;
    margin: 0 0 24px;
  }

  .landing-map .map-iframe {
    height: 144px;
  }
}

@media (max-width: 680px) {
  .footer .footer__main {
    padding: 72px 0 48px;
  }

  .footer .footer__main .d-flex {
    justify-content: center;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .footer .footer__main .footer__main__item {
    width: 100%;
    text-align: center;
  }

  .footer .footer__main .footer__main__item:last-child {
    order: 1;
    text-align: center;
  }

  .footer .footer__main .footer__main__item:last-child .footer__main__btn {
    display: none;
  }

  .footer .footer__main .footer__first {
    margin-right: 0;
  }

  .footer .footer__main .footer__first .footer__callback {
    display: block;
  }

  .footer .footer__main .footer__first__btns {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 -6px 48px;
  }

  .footer .footer__main .footer__first__btns .footer__main__btn {
    height: 48px;
    font-size: 15px;
    margin: 0 6px;
    padding: 12px 15px;
  }

  .footer .footer__main .footer__social {
    width: 100%;
    justify-content: center;
    margin: 0 0 90px;
  }

  .footer .footer__main .footer__main__title {
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    color: #FFFFFF;
  }

  .footer .footer__main .footer__pay-methods {
    margin-top: 24px;
    justify-content: space-around;
    margin-bottom: 51px;
  }

  .footer .footer__main .footer__pay-methods .footer__pay-method {
    margin: 0 12px;
  }

  .footer .footer__main .footer__policy {
    margin: 0;
  }

  .footer .footer__info .container {
    padding: 48px 12px 24px;
  }

  .footer .footer__info .d-flex {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .footer .footer__info span {
    display: block;
  }

  .footer .footer__info .footer__info__item {
    text-align: left !important;
    margin-bottom: 20px;
  }

  .footer .footer__info .footer__info__item br {
    display: none;
  }

  .footer .footer__bottom {
    padding: 70px 0 24px;
  }

  .footer .footer__bottom .d-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer .footer__bottom .footer__bottom__item .yandex-analytics {
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer .footer__bottom .footer__bottom__item .yandex-analytics .yandex-item {
    margin: 0 5% 48px;
  }
}

@media (max-width: 600px) {
  .item-catalog .header-title {
    padding: 28px 0 22px;
  }

  .item-catalog .breadcrumb {
    margin-bottom: 20px;
  }

  .item-catalog .catalog-section {
    padding-top: 0;
  }

  .item-catalog .catalog-section .d-flex {
    padding-top: 0;
  }

  .form-group label.error {
    bottom: 5px;
    right: 6px;
  }

  .breadcrumb li a {
    font-size: 11px;
  }

  .page-pagination {
    display: none;
  }

  .modal-js {
    position: fixed;
    max-height: none;
    max-width: none;
    overflow-y: scroll;
    transform: none;
    left: 12px;
    right: 12px;
    top: 12px;
    bottom: 12px;
    width: auto;
    height: auto;
    padding: 75px 24px 24px;
  }

  .modal-js .modal-title {
    font-size: 20px;
    line-height: 27px;
  }

  .modal-js .modal-subtitle {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 16px;
  }

  .modal-js .modal-input {
    width: 100% !important;
    padding: 24px;
  }

  .modal-js .modal-form__footer {
    margin-top: 0;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
  }

  .modal-js .modal-form__footer button {
    order: 0;
    margin: 0;
    width: 100%;
    margin-bottom: 24px;
    height: 72px;
  }

  .modal-js .modal-form__footer .shares-warning {
    font-size: 12px;
    line-height: 16px;
    order: 1;
  }

  .modal-js .modal-form__footer .shares-warning br {
    display: none;
  }

  .modal_authorization {
    padding: 72px 24px 48px;
    left: 12px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    min-height: 0;
  }

  .modal_authorization .modal-subtitle {
    margin-bottom: 48px;
  }

  .modal_confirmation {
    min-height: 0;
    text-align: center;
    padding-bottom: 24px;
  }

  .modal_confirmation .main-img {
    margin: 30px auto 24px;
    box-shadow: none;
    border: 0;
    width: auto;
    height: auto;
  }

  .modal_confirmation .main-img img {
    width: 75px;
  }

  .modal_confirmation .confirmation-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 5px;
  }

  .modal_confirmation .confirmation-subtitle {
    font-size: 15px;
    line-height: 22px;
  }

  .modal_confirmation .confirmation-btn {
    width: 100%;
    margin-top: 26px;
  }

  .order_confirmation {
    left: 12px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    min-height: 0;
  }

  .order_confirmation .d-flex {
    flex-direction: column;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    transform: none;
  }

  .order_confirmation .d-flex .main-img {
    margin: 24px 0 36px;
    width: 75px;
  }

  .order_confirmation .d-flex .main-content {
    text-align: center;
    width: auto;
  }

  .order_confirmation .d-flex .main-content .confirmation-title {
    margin-bottom: 36px;
  }

  .order_confirmation .d-flex .main-content .t-btn {
    width: 100%;
    margin: 24px 0 0;
  }

  .order_birthday {
    padding: 100px 24px 24px;
  }

  .order_birthday .icon-xs {
    display: block;
    width: 75px;
    margin: 0 auto 24px;
  }

  .order_birthday .d-flex {
    padding: 0 0 24px;
    margin-bottom: 0;
    border: 0;
  }

  .order_birthday .d-flex .main-img {
    display: none;
  }

  .order_birthday .birthday-form {
    width: auto;
    margin-left: 0;
  }

  .order_birthday .birthday-form .calendar {
    width: auto;
  }

  .order_birthday .t-btn {
    margin: 0;
  }

  .order_birthday .buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
  }

  .order_birthday .buttons a.t-btn {
    -webkit-order: 0;
    -moz-order: 0;
    -ms-order: 0;
    -o-order: 0;
    order: 0;
  }

  .order_birthday .buttons button.t-btn {
    order: 1;
  }

  .birthday_saved {
    left: 12px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    min-height: 0;
    padding: 96px 24px 24px;
  }

  .birthday_saved .modal-content {
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }

  .birthday_saved .modal-subtitle {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 48px;
  }

  .modal_callback .modal-form {
    margin: 0 24px;
  }

  .modal_callback .modal-form .form-group {
    margin-bottom: 24px;
  }

  .modal-order .modal-title {
    font-size: 15px;
    line-height: 22px;
  }

  .modal-order .modal-subtitle {
    margin: 0px 0 24px;
    font-size: 15px;
    line-height: 22px;
  }

  .modal-order .form-group {
    margin-bottom: 24px;
  }

  .modal-order .modal-order__item {
    flex-wrap: wrap;
    margin: 24px 0 24px;
    padding-bottom: 26px;
  }

  .modal-order .modal-order__item .modal-order__item__name {
    max-width: none;
    width: calc(100% - 100px);
    padding-left: 15px;
  }

  .modal-order .modal-order__item .modal-order__item__name a {
    font-size: 12px;
  }

  .modal-order .modal-order__item .modal-order__item__name .additional {
    display: none;
  }

  .modal-order .modal-order__item .item__count {
    margin-top: 6px;
  }

  .modal_preoder .modal-subtitle {
    margin: 24px 0 24px;
  }

  .modal_preoder .modal-form {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .modal_preoder .form-group {
    width: 100%;
  }

  .modal_preoder .form-name {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal_feedback .modal-title {
    font-size: 20px;
    line-height: 27px;
  }

  .modal_feedback .modal-form .form-group {
    width: 100%;
    margin-bottom: 24px;
  }

  .modal_feedback .modal-form textarea {
    margin-bottom: 24px;
  }

  .modal_info_preoder .modal-title {
    text-align: center;
  }

  .modal_info_preoder .modal-subtitle {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 22px;
  }

  .modal_info_preoder .main-img {
    margin: auto;
    width: 35%;
  }

  .modal_info_preoder .shares-button {
    display: block;
    width: 100%;
    margin-top: 24px;
  }

  .modal_info_delivery .modal-title,
  .modal_info_delivery .modal-subtitle {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 24px;
    font-family: 'OpenSans-Bold';
  }

  .modal_info_delivery .shares-button {
    margin-top: 24px;
    width: 100%;
    display: block;
  }

  .modal_info_pickup .modal-subtitle,
  .modal_info_showroom .modal-subtitle {
    font-family: 'OpenSans-Regular';
  }

  .modal_info_pickup .d-flex,
  .modal_info_showroom .d-flex {
    margin-top: 20px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .modal_info_pickup .d-flex .img-svg,
  .modal_info_showroom .d-flex .img-svg {
    width: 75px;
    height: 75px;
    margin: 24px 0;
  }

  .modal_info_pickup .d-flex iframe,
  .modal_info_showroom .d-flex iframe {
    margin-top: 20px;
    width: 100%;
    background: #000;
    height: 220px;
  }

  .modal_info_pickup .shares-button,
  .modal_info_showroom .shares-button {
    width: 100%;
    display: block;
  }

  .advantages {
    padding: 24px 0;
  }

  .advantages .d-flex {
    width: 100%;
    overflow-x: scroll;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }

  .advantages .d-flex .advantages__item {
    text-align: left;
    max-width: none;
    margin: 0;
    margin-right: 40px;
  }

  .advantages .d-flex .advantages__item .advantages__title {
    width: 100px;
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-slider,
  .catalog-box {
    background-color: #fff;
    padding: 25px 0 55px;
  }

  .catalog-slider .container,
  .catalog-box .container {
    padding: 0px;
  }

  .catalog-slider .catalog-slider__box,
  .catalog-box .catalog-slider__box {
    margin: 25px 0 0;
  }

  .catalog-slider .catalog-slider__box__item,
  .catalog-box .catalog-slider__box__item {
    margin: 12px;
    border: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    padding: 10px 0 0;
  }

  .catalog-slider .catalog-slider__box__item:hover,
  .catalog-box .catalog-slider__box__item:hover {
    box-shadow: none;
  }

  .catalog-slider .catalog-slider__box__item .item-img,
  .catalog-box .catalog-slider__box__item .item-img {
    height: 140px;
    margin-bottom: 0;
    padding: 0;
  }

  .catalog-slider .catalog-slider__box__item .item-img img,
  .catalog-box .catalog-slider__box__item .item-img img {
    max-height: 140px;
    max-width: 100%;
  }

  .catalog-slider .catalog-slider__box__item .item-title,
  .catalog-box .catalog-slider__box__item .item-title {
    height: 52px;
    padding: 0;
    margin: 10px 0 13px;
  }

  .catalog-slider .catalog-slider__box__item .item-title a,
  .catalog-box .catalog-slider__box__item .item-title a {
    font-size: 12px;
    line-height: 16px;
  }

  .catalog-slider .catalog-slider__box__item .item-price,
  .catalog-box .catalog-slider__box__item .item-price {
    margin: 0 0 10px;
    font-size: 15px;
    order: 4;
    line-height: 20px;
    flex-direction: column;
    width: 100%;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    margin-top: -42px;
    height: 40px;
  }

  .catalog-slider .catalog-slider__box__item .item-price .past-price,
  .catalog-box .catalog-slider__box__item .item-price .past-price {
    color: #434347;
  }

  .catalog-slider .catalog-slider__box__item .item-price .img-svg,
  .catalog-box .catalog-slider__box__item .item-price .img-svg {
    margin-top: 4px;
  }

  .catalog-slider .catalog-slider__box__item .question,
  .catalog-box .catalog-slider__box__item .question {
    display: none !important;
  }

  .catalog-slider .catalog-slider__box__item .fixed-block,
  .catalog-box .catalog-slider__box__item .fixed-block {
    height: auto;
    padding: 0;
  }

  .catalog-slider .catalog-slider__box__item .item-descriptions,
  .catalog-box .catalog-slider__box__item .item-descriptions {
    width: 100%;
    margin: 0 0 30px;
    height: 62px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
  }

  .catalog-slider .catalog-slider__box__item .item-descriptions .description,
  .catalog-box .catalog-slider__box__item .item-descriptions .description {
    font-size: 10px;
    line-height: 14px;
  }

  .catalog-slider .catalog-slider__box__item .item-descriptions .description img,
  .catalog-box .catalog-slider__box__item .item-descriptions .description img {
    margin-right: 4px;
  }

  .catalog-slider .catalog-slider__box__item .item-preoder,
  .catalog-box .catalog-slider__box__item .item-preoder {
    font-size: 12px;
    line-height: 16px;
    color: #434347;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    display: none;
  }

  .catalog-slider .catalog-slider__box__item .item-preoder .img-svg:hover #Base,
  .catalog-box .catalog-slider__box__item .item-preoder .img-svg:hover #Base {
    fill: #EDC277;
    cursor: pointer;
  }

  .catalog-slider .catalog-slider__box__item .item-cart,
  .catalog-box .catalog-slider__box__item .item-cart {
    background-position: center !important;
    font-size: 0;
    width: 48px;
    height: 32px;
    background: #EDC277;
    border: 1px solid #ECEEEF;
    margin: 0;
    margin-left: auto;
  }

  .catalog-slider .catalog-slider__box__item .fast-buy,
  .catalog-box .catalog-slider__box__item .fast-buy {
    display: none;
  }

  .catalog-slider .catalog-slider__box__item .item-preoder-link,
  .catalog-box .catalog-slider__box__item .item-preoder-link {
    display: none;
  }

  .catalog-slider .preoder .item-descriptions,
  .catalog-slider .preoder .item-cart,
  .catalog-slider .preoder .fast-buy,
  .catalog-box .preoder .item-descriptions,
  .catalog-box .preoder .item-cart,
  .catalog-box .preoder .fast-buy {
    display: none;
  }

  .catalog-slider .preoder .item-preoder-link,
  .catalog-slider .preoder .item-preoder,
  .catalog-box .preoder .item-preoder-link,
  .catalog-box .preoder .item-preoder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .catalog-slider .preoder .item-price,
  .catalog-box .preoder .item-price {
    margin-top: 0;
  }

  .catalog-slider .preoder .item-preoder-link,
  .catalog-box .preoder .item-preoder-link {
    padding: 10px 0;
    font-size: 12px;
  }

  .workers-slider {
    overflow: hidden;
    background: #F7F9FA;
    padding: 90px 0 50px;
  }

  .workers-slider .slick-arrow.slick-hidden {
    display: none;
  }

  .workers-slider .top-title {
    padding: 0;
    margin: 0 0 25px;
  }

  .workers-slider .top-title .t-title {
    margin: 0;
    line-height: 25px;
    font-size: 20px;
  }

  .workers-slider .workers-slider__box {
    margin: 0 -6px;
    padding-bottom: 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: flex-start;
  }

  .workers-slider .workers-slider__box .workers-slider__box__item {
    height: 100%;
    margin: 0 6px;
    /*min-height: 450px;*/
    min-height: 360px;
  }

  .workers-slider .workers-slider__box .workers-slider__box__item .worker-name {
    font-size: 15px;
    line-height: 20px;
  }

  .workers-slider .workers-slider__box .workers-slider__box__item .worker-comment {
    padding: 30px 24px 24px;
    font-size: 15px;
    line-height: 22px;
  }

  .brands-slider {
    padding: 24px 0;
  }

  .brands-slider .top-title {
    margin-bottom: 30px;
  }

  .brands-slider .brands-slider__box {
    margin: 0 -14px;
  }

  .brands-slider .brands-slider__box__item {
    max-width: 96px;
    margin: 0 14px;
  }

  .home-post {
    padding: 50px 0;
  }

  .home-post .dots {
    display: none;
  }

  .home-post .home-post__title {
    font-size: 20px;
    line-height: 27px;
  }

  .home-post .home-post__description {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .home-post .home-post__content {
    font-size: 15px;
    line-height: 22px;
  }

  .home-post .home-post__content .visible-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .home-post .home-post__link {
    margin-top: 10px;
  }

  .post-slider {
    padding: 0 0 25px;
  }

  .post-slider .top-title {
    margin-bottom: 18px;
  }

  .post-slider .post-slider__box {
    margin: 0 -8px;
  }

  .shares-section {
    padding: 0 0 24px;
  }

  .shares-section .d-flex {
    flex-direction: column;
  }

  .shares-section .shares-item {
    width: 100%;
    padding: 24px 24px;
    margin-bottom: 24px;
  }

  .shares-section .shares-item .shares-title {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .shares-section .shares-item .shares-desc {
    margin: 0 0 25px;
  }

  .shares-section .shares-item .shares-form {
    height: auto;
    flex-direction: column;
    margin-bottom: 24px;
  }

  .shares-section .shares-item .shares-form button {
    height: 59px;
    width: 100%;
  }

  .shares-section .shares-item .shares-form input {
    height: 72px;
    width: 100%;
    margin-bottom: 24px;
  }

  .shares-section .shares-item .shares-warning {
    font-size: 10px;
    line-height: 14px;
  }

  .shares-section .shares-item ul li {
    padding: 20px 0;
  }

  .shares-section .shares-item:last-child {
    padding-top: 48px;
  }

  .page404 {
    overflow: hidden;
    padding: 24px 0 48px;
  }

  .page404 .d-flex {
    display: block;
  }

  .page404 .error-icon {
    float: left;
    width: 75px;
    margin-right: 24px;
  }

  .page404 .error-content {
    max-width: 100%;
  }

  .page404 .error-content .t-title {
    margin: 0;
    padding: 25px 0 40px;
    font-size: 15px;
    line-height: 20px;
  }

  .page404 .error-content .t-btn {
    margin: auto;
  }

  .page404 .error-content p {
    margin: 24px 0px 36px;
  }

  .page-state .state-logo {
    margin-top: 24px;
  }

  .page-state .state-box {
    padding: 0 12px;
  }

  .page-state .state-box .d-flex {
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    padding: 24px;
  }

  .page-state .state-box .state-icon {
    width: 75px;
    margin: 0 0 24px;
  }

  .page-state .state-box .state-content {
    text-align: left;
  }

  .page-state .state-box .state-content .t-title {
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 24px;
  }

  .page-state .state-box .state-content .phone-link {
    font-size: 15px;
    line-height: 22px;
  }

  .page-info .t-title {
    margin: 24px 0 24px;
    font-size: 20px;
    line-height: 27px;
    color: #434347;
  }

  .page-info .t-title:nth-child(1) {
    margin-top: 36px;
  }

  .page-info .s-title {
    margin: 24px 0 24px;
  }

  .page-info hr {
    margin: 24px 0 0;
  }

  .page-info .payment-methods .payment-method {
    margin: 24px 0 0;
  }

  .page-info .payment-methods .payment-method:nth-child(3) .title-icon {
    flex-wrap: wrap;
  }

  .page-info .payment-methods .payment-method:nth-child(3) .title-icon img {
    order: 1;
  }

  .page-info .payment-methods .payment-method:nth-child(3) .title-icon span {
    width: 100%;
    margin-bottom: 24px;
    order: 0;
  }

  .page-privacy .t-title {
    margin: 24px 0 90px !important;
  }

  .page-privacy .update-date {
    margin: 48px 0 48px;
  }

  .page-privacy ol {
    list-style: none;
    padding: 0;
    counter-reset: li;
  }

  .page-privacy ol li {
    padding-left: 20px;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 32px;
  }

  .page-privacy ol li:before {
    font-size: 15px;
    line-height: 22px;
  }

  .page-privacy ol li:last-child {
    margin-bottom: 0;
  }

  .page-privacy ol li ol {
    margin-top: 25px;
  }

  .page-privacy ol li ol li {
    padding-left: 10px;
    margin-bottom: 10px;
  }

  .page-privacy ol li ol li ol li {
    padding-left: 30px;
  }

  .page-privacy ol li ol li ol li:before {
    left: -34px;
  }

  .page-privacy ol li ol li:before {
    font-size: 15px;
    left: -24px;
    line-height: 22px;
    content: counters(li, ".");
  }

  .page-faq .title {
    margin: 24px 0;
  }

  .page-faq .faq-cta {
    padding: 24px 12px;
    margin: 0 -12px 48px;
  }

  .page-faq .faq-cta .cta-title {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 24px;
  }

  .page-faq .faq-cta textarea {
    margin-bottom: 24px;
    height: 120px;
  }

  .page-faq .faq-cta button {
    margin: 0;
  }

  .page-faq .faq-cta .d-flex {
    flex-direction: column;
  }

  .page-faq .faq-cta .d-flex .form-group {
    width: 100%;
  }

  .page-faq .faq-cta .shares-warning {
    margin-top: 24px;
    text-align: left;
  }

  .page-faq .faq-cta .shares-warning br {
    display: none;
  }

  .page-faq .faq-section {
    margin: 0 -12px 24px;
    padding: 24px 12px;
  }

  .page-faq .faq-section .faq-title {
    font-size: 15px;
    height: auto;
    line-height: 22px;
    margin: 48px 0 25px;
  }

  .page-faq .faq-section .faq-title:nth-child(1) {
    margin-top: 0;
  }

  .page-faq .faq-section .faq-tab {
    padding: 23px 0;
  }

  .page-faq .faq-section .faq-tab .tab-btns {
    display: none;
  }

  .page-faq .faq-section .faq-tab .faq-question {
    font-size: 14px;
    line-height: 18px;
  }

  .page-faq .faq-section .faq-tab .faq-answer {
    font-size: 14px;
    line-height: 20px;
    margin: 24px 0 0;
  }

  .page-brand .header-title {
    padding: 27px 0;
  }

  .page-brand .t-title {
    font-size: 20px;
    line-height: 25px;
    color: #004466 !important;
    margin: 0 0 24px !important;
  }

  .page-brand .brands-slider {
    margin: 64px 0 24px;
  }

  .page-brand .post-banner {
    height: 145px;
    margin-bottom: 24px;
  }

  .page-brand .post-banner .post-banner__logo {
    top: 8px;
    right: 8px;
    width: 94px;
    height: 94px;
  }

  .page-brand .post-brand__content {
    padding-left: 0;
  }

  .page-brand .t-btn {
    margin-top: 48px;
    width: 100%;
  }

  .page-brand .post-rating {
    margin: 48px 0 24px;
    padding: 0;
    border-top: 1px solid #ECEEEF;
    border-bottom: 1px solid #ECEEEF;
  }

  .page-brand .post-rating .d-flex {
    border: 0;
  }

  .page-brand .post-rating .socials {
    border: 0;
    padding: 24px 0;
    margin: 0;
  }
}

@media (max-width: 360px) {
  .catalog-slider .preoder .item-price,
  .catalog-box .preoder .item-price {
    margin-top: -15px;
  }

  .workers-slider .workers-slider__box .workers-slider__box__item {
    min-height: 450px;
  }
}

@media (max-width: 350px) {
  .page-state .state-logo {
    display: none;
  }
}

@media (min-width: 700px) and (max-width: 991px) {
  .container {
    padding: 0 12px;
  }

  .header-title {
    padding: 64px 0 48px;
  }

  .t-table {
    margin: 48px 0 0;
  }

  .t-table td {
    padding-left: 24px !important;
    padding-right: 0 !important;
  }

  .t-table th {
    font-size: 14px;
    padding-left: 24px !important;
    padding-right: 0 !important;
  }
}

@media (min-width: 991px) and (max-width: 1140px) {
  .header .catalog-menu:after {
    left: 28vw;
  }

  .header .catalog-menu .d-flex {
    justify-content: center;
  }

  .header .catalog-menu .catalog-menu__item {
    max-width: 250px;
    padding-left: 50px !important;
    padding-bottom: 50px;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .header .catalog-menu:after {
    left: 38vw;
  }

  .header .catalog-menu .d-flex {
    justify-content: center;
  }

  .header .catalog-menu .catalog-menu__item {
    max-width: 200px;
    padding-left: 35px !important;
    padding-bottom: 50px;
  }

  .header .catalog-menu ul li a {
    font-size: 14px;
  }

  .header .header__top {
    padding: 25px 0;
  }

  .header .header__top .header__schedule {
    font-size: 15px;
    line-height: 22px;
    color: #99A0A3;
  }

  .header .header__top .header__menu a {
    margin-right: 24px;
  }

  .header .header__top .header__callback .header__phone,
  .header .header__top .header__callback .header__callback__btn {
    font-size: 15px;
    font-family: 'OpenSans-SemiBold';
    line-height: 20px;
    color: #CBCFD1;
    display: inline-block;
    margin-right: 25px;
    text-decoration: none;
  }

  .header .header__top .header__callback .header__callback__btn {
    margin-right: 0;
    font-family: 'OpenSans-Bold';
  }

  .header .header__main {
    padding: 25px 0 40px;
  }

  .header .header__main .header__navigation {
    margin: 0;
  }

  .header .header__main .header__navigation .header__search {
    max-width: 430px;
  }

  .intro__banner-delivery {
    height: 335px;
    width: 31%;
  }

  .intro-banners {
    background: #F7F9FA;
    padding-top: 27px;
  }

  .intro-banners .intro__top-side {
    margin-bottom: 20px;
  }

  .intro-banners .intro__top-side .intro__banner-slider {
    width: 67%;
    height: 335px;
  }

  .intro-banners .intro__bottom-side .intro__banner {
    background-size: cover;
    background-position: center;
  }

  .shares-section .shares-item {
    padding: 40px 24px;
  }

  .shares-section .shares-item .shares-title {
    margin-bottom: 20px;
  }

  .shares-section .shares-item ul li {
    padding: 20px 0;
  }

  .catalog-section {
    padding-top: 48px;
  }

  .catalog-section .catalog-content {
    margin-left: 24px;
  }

  .catalog-section .catalog-content .catalog-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 48px;
    margin: 0 -12px;
    padding: 48px 0 0;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item {
    width: 49%;
    margin: 0 0 2%;
  }

  .catalog-section .catalog-content .catalog-box .catalog-slider__box__item .item-descriptions .description {
    font-size: 12px;
  }

  .card-section {
    padding: 0 0 45px;
  }

  .card-section .item__img {
    width: 49%;
  }

  .card-section .item__img .main-img {
    height: 456px;
  }

  .card-section .item__img .main-img .warranty {
    width: 80px;
  }

  .card-section .item__img .item__thumbs {
    margin-left: -10px;
    margin-right: -10px;
  }

  .card-section .item__img .item__thumbs .item__thumb {
    width: auto;
    height: 97px;
    margin: 0 10px;
    border-radius: 2px;
  }

  .card-section .item__img .item__thumbs .item__thumb img {
    max-width: 100%;
    max-height: 100%;
  }

  .card-section .item__content .item-buy-section {
    justify-content: space-around;
    padding: 12px 12px;
  }

  .card-section .item__content .item-buy-section .item-price {
    font-size: 20px !important;
    line-height: 27px !important;
  }

  .card-section .item__content .item-buy-section button {
    width: 120px;
  }

  .card-section .item__content .item__title__box .item__title {
    font-size: 24px;
    line-height: 24px;
  }

  .card-section .item__content .gift-for-you .gift-content .gift-name {
    margin-bottom: 25px;
  }

  .card-section .item__content .gift-for-you .gift-img {
    width: 120px;
    height: 120px;
  }

  .card-section .card-item-tabs .item-tabs__content .item-tabs__block .features li {
    font-size: 13px;
  }

  .card-section .card-item-tabs .item-tabs__content .item-tabs__block .features li .value {
    max-width: none;
    margin-left: 5%;
  }

  .card-section .card-item-tabs .item-tabs__header {
    padding-right: 12px;
  }

  .card-section .card-item-tabs .tab-description hr {
    display: none;
  }

  .card-section .card-item-tabs .tab-description .documents-section {
    display: none;
  }

  .trigger-section {
    padding: 48px 0;
  }

  .trigger-section .trigger-left {
    width: 50%;
  }

  .trigger-section .trigger-right {
    margin-left: 5%;
  }

  .trigger-section .trigger-right form {
    margin-bottom: 8px;
  }

  .trigger-section .trigger-right .form-group {
    max-width: 250px;
  }

  .trigger-section .trigger-right button {
    width: 170px;
  }

  .trigger-section .trigger-right .shares-warning {
    max-width: 400px;
  }

  .trigger-section .trigger-right .shares-warning br {
    display: none;
  }

  .basket-section {
    padding: 0;
    margin-bottom: 24px;
  }

  .basket-section .basket-items {
    margin-top: 24px;
    border-right: 0;
    border-bottom: 1px solid #ECEEEF;
    padding-right: 0;
    padding-bottom: 24px;
    width: 100%;
  }

  .basket-section .basket-functional {
    padding: 48px 0;
    margin: auto;
    max-width: 460px;
    width: 100%;
    padding-left: 0;
  }

  .basket-section .basket-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .basket-section .basket-step1 {
    padding-bottom: 24px;
  }

  .basket-section .basket-step2 .recipient-info {
    width: 100%;
    margin-bottom: 0;
  }

  .basket-section .basket-step2 .basket-functional {
    padding: 0;
    max-width: 100%;
    text-align: center;
  }

  .basket-section .basket-step2 .basket-warning,
  .basket-section .basket-step2 .t-btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
  }

  .landing-trigger.trigger-left .landing-trigger__text {
    margin-left: 24px;
  }

  .landing-trigger.trigger-right .landing-trigger__text {
    margin-right: 24px;
  }

  .video-section .landing-video {
    height: 524px;
  }

  .landing-slider {
    margin-bottom: 145px;
  }

  .landing-slider .slider-overlay {
    left: 12px;
    width: 67%;
  }

  .landing-slider .slider-content {
    padding-left: 36px;
    max-width: 430px;
    margin-right: 24px;
    padding-bottom: 48px;
  }

  .landing-slider .top-title {
    margin: 48px 0 24px;
  }

  .landing-gallery .gallery-btn {
    padding: 14px 30px;
  }

  .landing-gallery .d-flex {
    margin-bottom: 24px;
    height: 558px;
  }

  .landing-gallery .gallery-left {
    width: 35%;
    margin-right: 24px;
  }

  .landing-gallery .gallery-left .gallery-item:nth-child(1) {
    height: 334px;
    margin-bottom: 24px;
  }

  .landing-gallery .gallery-left .gallery-item:nth-child(2) {
    height: 195px;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(1) {
    height: 235px;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(2) {
    height: 235px;
  }

  .landing-gallery .gallery-right .gallery-item:nth-child(3) {
    margin-top: 20px;
    height: 294px;
  }

  .landing-product {
    margin-bottom: 96px;
  }

  .landing-product .product-thumb {
    height: 460px;
  }

  .landing-product .product-thumb a {
    max-width: 90%;
  }

  .landing-product .product-content .t-title {
    margin: 0;
  }

  .landing-product .product-content .t-title br {
    display: none;
  }

  .landing-product .product-content .item-buy-section {
    margin-bottom: 25px;
    background: #fff;
    border-radius: 2px;
    padding: 31px 24px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
  }

  .landing-product .product-content .item-buy-section .promocode-date {
    font-size: 10px;
    font-family: 'OpenSans-Regular';
    line-height: 14px;
    color: #FF5F00;
    position: absolute;
    top: 100%;
    left: 0;
  }

  .landing-product .product-content .item-buy-section .preoder-btn {
    display: none;
  }

  .landing-product .product-content .item-buy-section .item-price {
    margin-top: -6px;
    margin-left: 48px;
    margin-bottom: 0;
    font-family: 'OpenSans-Bold';
    font-size: 32px;
    line-height: 44px;
    position: relative;
  }

  .landing-product .product-content .item-buy-section .item-price div {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  .landing-product .product-content .item-buy-section .item-price .img-svg {
    margin-bottom: 10px;
  }

  .landing-product .product-content .item-buy-section .item-price .orange .img-svg path {
    fill: #F57622;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price {
    margin-right: 15px;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price:before {
    background: #CBCFD1;
  }

  .landing-product .product-content .item-descriptions {
    margin: 48px 0;
  }

  .landing-product .product-content .item-buttons .t-btn {
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }

  .landing-product .product-content .item-buttons .t-btn:nth-child(1) {
    width: 172px;
    margin-right: 24px;
  }

  .landing-product .product-content .item-buttons .t-btn:nth-child(2) {
    flex-grow: 1;
  }

  .white-block {
    padding: 24px 24px 0;
  }

  .white-block p {
    display: inline-block;
    margin-top: 0;
  }

  .social-tabs .social-tab {
    padding: 24px;
  }

  .social-tabs .social-tab .social-item {
    padding-right: 0;
    margin-left: 0;
    justify-content: space-between;
  }

  .social-tabs .social-tab .like-btn {
    margin-left: 24px;
  }

  .page-info .about-intro {
    margin-bottom: 48px;
  }

  .page-info .about-intro .about-img {
    width: 376px;
  }

  .page-info .about-intro.about-right .about-img {
    margin-right: 0;
    margin-left: 24px;
  }

  .page-info .about-intro.about-right b {
    display: inline-block;
    margin: 36px 0;
    font-size: 15px;
    line-height: 22px;
    color: #292C33;
  }

  .page-contact .social-tabs {
    margin-bottom: 48px;
  }

  .page-contact .main-info {
    margin-bottom: 24px;
  }

  .page-contact .main-info .info {
    padding: 48px 24px;
    width: 68%;
  }

  .page-contact .secondary-info {
    margin-bottom: 48px;
  }

  .page-contact .secondary-info .map-img {
    width: 32%;
  }

  .page-contact .secondary-info .legal-info {
    width: 65%;
  }

  .page-blog .t-title {
    margin-top: 65px;
  }

  .page-blog .blog-categories {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    height: 65px;
    flex-wrap: wrap;
  }

  .page-blog .blog-categories .category {
    margin-right: 40px;
    margin-bottom: 25px;
  }

  .page-blog .blog-categories .category.active {
    color: #004466;
  }

  .page-blog .blog-posts .post-item {
    margin: 1%;
    width: 30.6%;
  }

  .page-blog .page-pagination {
    margin: 35px 0 70px;
  }

  .page-post .header-title {
    background: #F7F9FA;
    padding: 42px 0 27px;
  }

  .page-post .post-section {
    background-color: #F7F9FA;
    margin-bottom: 0;
  }

  .page-post .post-section .section-block {
    flex-direction: column;
  }

  .page-post .post-section .post-content {
    margin-left: 0;
  }
}

@media (min-width: 769px) and (max-width: 920px) {
  .header .catalog-menu .d-flex {
    justify-content: center;
  }

  .header .catalog-menu .catalog-menu__item {
    max-width: 200px;
    padding-left: 35px !important;
    padding-bottom: 50px;
  }

  .header .catalog-menu ul li a {
    font-size: 14px;
  }

  .header .header__top {
    padding: 20px 0;
  }

  .header .header__top .header__schedule {
    font-size: 13px;
  }

  .header .header__top .header__menu a {
    font-size: 13px;
  }

  .header .header__top .header__callback .header__phone,
  .header .header__top .header__callback .header__callback__btn {
    text-align: right;
    line-height: 22px;
    font-family: 'OpenSans-SemiBold';
    display: block;
    margin: 0;
  }

  .header .header__main {
    padding: 25px 0 40px;
  }

  .header .header__main .header__logo {
    width: 150px;
  }

  .header .header__main .header__navigation {
    margin: 0;
  }

  .header .header__main .header__navigation .header__search {
    max-width: 330px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* Страница "Каталог" */

  .collections-menu .collections-item .drop-block__menu {
    padding: 8px 0 0;
  }

  .collections-menu .collections-item .drop-block__menu .menu-title {
    padding: 0 6px;
    font-size: 14px;
    line-height: 16px;
  }

  .collections-menu .collections-item .drop-block__menu .d-flex {
    padding-left: 12px;
  }

  .collections-menu .collections-item .drop-block__menu .menu-item {
    width: 23.2%;
  }

  .collections-menu .collections-item .drop-block__menu .list-unstyled li a {
    font-size: 13px;
    line-height: 19px;
    padding-left: 6px;
  }

  .collections-menu .collections-item .collections-content {
    padding: 16px 16px 24px;
    padding-left: 12px;
  }

  .collections-menu .collections-item .collections-content .collections-title {
    font-size: 14px;
  }
}

@media (min-width: 601px) and (max-width: 991px) {
  .page404 {
    background: #F7F9FA;
    padding: 80px 0;
  }
}

@media (min-width: 769px) and (max-width: 959px) {
  .landing-product .product-content .t-title a {
    font-size: 22px;
    line-height: 26px;
  }

  .landing-product .product-content .item-buy-section {
    position: relative;
    margin-bottom: 25px;
    padding: 16px 16px 46px;
  }

  .landing-product .product-content .item-buy-section .promocode-date {
    position: absolute;
    top: auto;
    bottom: 16px;
    left: 16px;
    z-index: 2;
  }

  .landing-product .product-content .item-buy-section .preoder-btn {
    display: none;
  }

  .landing-product .product-content .item-buy-section .item-price {
    position: static;
    margin-top: -6px;
    margin-left: 24px;
    font-size: 24px;
    line-height: 27px;
    flex-direction: column;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
  }

  .landing-product .product-content .item-buy-section .item-price div {
    -ms-align-items: center;
    align-items: center;
  }

  .landing-product .product-content .item-buy-section .item-price .img-svg {
    margin-bottom: 10px;
  }

  .landing-product .product-content .item-buy-section .item-price .orange {
    height: 24px;
  }

  .landing-product .product-content .item-buy-section .item-price .orange .img-svg path {
    fill: #F57622;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price {
    height: 24px;
    margin-right: 15px;
  }

  .landing-product .product-content .item-buy-section .item-price .past-price:before {
    background: #CBCFD1;
  }

  .landing-product .product-content .item-descriptions {
    margin: 36px 0;
  }

  .landing-product .product-content .item-buttons {
    flex-direction: column;
  }

  .landing-product .product-content .item-buttons .t-btn {
    height: 48px;
    width: 100% !important;
    margin: 0 0 12px !important;
  }
}

@media (min-height: 600px) and (max-height: 750px) {
  .modal_callback,
  .modal_info_showroom,
  .modal_info_preoder {
    left: 12px;
    right: 12px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    min-height: 0;
  }
}
/*# sourceMappingURL=maps/main.css.map */
