@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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; }

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

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

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

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

.slick-slider .slick-list, .slick-slider .slick-track {
  -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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

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

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

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

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

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

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

/*!Ion.RangeSlider, 2.3.1, © Denis Ineshin, 2010 - 2019, IonDen.com, Build date: 2019-12-19 16:51:02*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 12px;
  font-family: Arial,sans-serif; }

.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important; }

.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0; }

.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0; }

.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1; }

.irs-handle.type_last {
  z-index: 2; }

.irs-min, .irs-max {
  position: absolute;
  display: block;
  cursor: default; }

.irs-min {
  left: 0; }

.irs-max {
  right: 0; }

.irs-from, .irs-to, .irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap; }

.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px; }

.irs-with-grid .irs-grid {
  display: block; }

.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000; }

.irs-grid-pol.small {
  height: 4px; }

.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #000; }

.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2; }

.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed; }

.irs-disabled {
  opacity: .4; }

.irs-hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

.irs--flat {
  height: 40px; }

.irs--flat.irs-with-grid {
  height: 60px; }

.irs--flat .irs-line {
  top: 25px;
  height: 12px;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-bar {
  top: 25px;
  height: 12px;
  background-color: #ed5565; }

.irs--flat .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--flat .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: #e1e4e9; }

.irs--flat .irs-handle {
  top: 22px;
  width: 16px;
  height: 18px;
  background-color: transparent; }

.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -1px;
  background-color: #da4453; }

.irs--flat .irs-handle.state_hover > i:first-child, .irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540; }

.irs--flat .irs-min, .irs--flat .irs-max {
  top: 0;
  padding: 1px 3px;
  color: #999;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 4px; }

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single {
  color: white;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #ed5565;
  border-radius: 4px; }

.irs--flat .irs-from:before, .irs--flat .irs-to:before, .irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #ed5565; }

.irs--flat .irs-grid-pol {
  background-color: #e1e4e9; }

.irs--flat .irs-grid-text {
  color: #999; }

.irs--big {
  height: 55px; }

.irs--big.irs-with-grid {
  height: 70px; }

.irs--big .irs-line {
  top: 33px;
  height: 12px;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 1px solid #ccc;
  border-radius: 12px; }

.irs--big .irs-bar {
  top: 33px;
  height: 12px;
  background-color: #92bce0;
  border: 1px solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.5); }

.irs--big .irs-bar--single {
  border-radius: 12px 0 0 12px; }

.irs--big .irs-shadow {
  height: 1px;
  bottom: 16px;
  background-color: rgba(66, 139, 202, 0.5); }

.irs--big .irs-handle {
  top: 25px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2), inset 0 0 3px 1px white;
  border-radius: 30px; }

.irs--big .irs-handle.state_hover, .irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%); }

.irs--big .irs-min, .irs--big .irs-max {
  top: 0;
  padding: 1px 5px;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 3px; }

.irs--big .irs-from, .irs--big .irs-to, .irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 3px; }

.irs--big .irs-grid-pol {
  background-color: #428bca; }

.irs--big .irs-grid-text {
  color: #428bca; }

.irs--modern {
  height: 55px; }

.irs--modern.irs-with-grid {
  height: 55px; }

.irs--modern .irs-line {
  top: 25px;
  height: 5px;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 1px solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 5px; }

.irs--modern .irs-bar {
  top: 25px;
  height: 5px;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%); }

.irs--modern .irs-bar--single {
  border-radius: 5px 0 0 5px; }

.irs--modern .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(209, 214, 224, 0.5); }

.irs--modern .irs-handle {
  top: 37px;
  width: 12px;
  height: 13px;
  border: 1px solid #a3adc1;
  border-top-width: 0;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -4px;
  left: 1px;
  width: 6px;
  height: 6px;
  border: 1px solid #a3adc1;
  background: white;
  transform: rotate(45deg); }

.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 10px;
  height: 12px;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 3px 3px; }

.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 3px;
  left: 3px;
  width: 4px;
  height: 5px;
  border-left: 1px solid #a3adc1;
  border-right: 1px solid #a3adc1; }

.irs--modern .irs-handle.state_hover, .irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%); }

.irs--modern .irs-handle.state_hover > i:nth-child(1), .irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2; }

.irs--modern .irs-handle.state_hover > i:nth-child(3), .irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a; }

.irs--modern .irs-min, .irs--modern .irs-max {
  top: 0;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  color: white;
  background-color: #d1d6e0;
  border-radius: 5px; }

.irs--modern .irs-from, .irs--modern .irs-to, .irs--modern .irs-single {
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background-color: #20b426;
  color: white;
  border-radius: 5px; }

.irs--modern .irs-from:before, .irs--modern .irs-to:before, .irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #20b426; }

.irs--modern .irs-grid {
  height: 25px; }

.irs--modern .irs-grid-pol {
  background-color: #dedede; }

.irs--modern .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--sharp {
  height: 50px;
  font-size: 12px;
  line-height: 1; }

.irs--sharp.irs-with-grid {
  height: 57px; }

.irs--sharp .irs-line {
  top: 30px;
  height: 2px;
  background-color: black;
  border-radius: 2px; }

.irs--sharp .irs-bar {
  top: 30px;
  height: 2px;
  background-color: #ee22fa; }

.irs--sharp .irs-bar--single {
  border-radius: 2px 0 0 2px; }

.irs--sharp .irs-shadow {
  height: 1px;
  bottom: 21px;
  background-color: rgba(0, 0, 0, 0.5); }

.irs--sharp .irs-handle {
  top: 25px;
  width: 10px;
  height: 10px;
  background-color: #a804b2; }

.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-handle.state_hover, .irs--sharp .irs-handle:hover {
  background-color: black; }

.irs--sharp .irs-handle.state_hover > i:first-child, .irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black; }

.irs--sharp .irs-min, .irs--sharp .irs-max {
  color: white;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 4px;
  opacity: .4;
  background-color: #a804b2;
  border-radius: 2px; }

.irs--sharp .irs-from, .irs--sharp .irs-to, .irs--sharp .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 4px;
  background-color: #a804b2;
  color: white;
  border-radius: 2px; }

.irs--sharp .irs-from:before, .irs--sharp .irs-to:before, .irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #a804b2; }

.irs--sharp .irs-grid {
  height: 25px; }

.irs--sharp .irs-grid-pol {
  background-color: #dedede; }

.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--round {
  height: 50px; }

.irs--round.irs-with-grid {
  height: 65px; }

.irs--round .irs-line {
  top: 36px;
  height: 4px;
  background-color: #dee4ec;
  border-radius: 4px; }

.irs--round .irs-bar {
  top: 36px;
  height: 4px;
  background-color: #006cfa; }

.irs--round .irs-bar--single {
  border-radius: 4px 0 0 4px; }

.irs--round .irs-shadow {
  height: 4px;
  bottom: 21px;
  background-color: rgba(222, 228, 236, 0.5); }

.irs--round .irs-handle {
  top: 26px;
  width: 24px;
  height: 24px;
  border: 4px solid #006cfa;
  background-color: white;
  border-radius: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 255, 0.3); }

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 4px; }

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #006cfa;
  color: white;
  border-radius: 4px; }

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #006cfa; }

.irs--round .irs-grid {
  height: 25px; }

.irs--round .irs-grid-pol {
  background-color: #dedede; }

.irs--round .irs-grid-text {
  color: silver;
  font-size: 13px; }

.irs--square {
  height: 50px; }

.irs--square.irs-with-grid {
  height: 60px; }

.irs--square .irs-line {
  top: 31px;
  height: 4px;
  background-color: #dedede; }

.irs--square .irs-bar {
  top: 31px;
  height: 4px;
  background-color: black; }

.irs--square .irs-shadow {
  height: 2px;
  bottom: 21px;
  background-color: #dedede; }

.irs--square .irs-handle {
  top: 25px;
  width: 16px;
  height: 16px;
  border: 3px solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.irs--square .irs-handle.state_hover, .irs--square .irs-handle:hover {
  background-color: #f0f6ff; }

.irs--square .irs-min, .irs--square .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  top: 0;
  padding: 3px 5px;
  background-color: rgba(0, 0, 0, 0.1); }

.irs--square .irs-from, .irs--square .irs-to, .irs--square .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: black;
  color: white; }

.irs--square .irs-grid {
  height: 25px; }

.irs--square .irs-grid-pol {
  background-color: #dedede; }

.irs--square .irs-grid-text {
  color: silver;
  font-size: 11px; }

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

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

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

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

@supports (padding: 0px) {
  .fancybox-caption {
    /*padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));*/ } }

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

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

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      /*padding-left: max(12px, env(safe-area-inset-left));*/
      /*padding-right: max(12px, env(safe-area-inset-right));*/ } } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }
@charset "UTF-8";
.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

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

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


@media (min-width: 1200px) {
  .custom-container {
    margin-top: 20px;
    margin-bottom: 20px; }
    .custom-container .col-2 {
      padding-left: 12px;
      padding-right: 12px;
      max-width: 20%;
      flex: 0 0 20%;
      margin-bottom: 24px; }
    .custom-container .row {
      margin-right: -12px;
      margin-left: -12px; } }

@media (max-width: 1199px) {
  .custom-container .col-2 {
    padding-left: 8px;
    padding-right: 8px;
    max-width: 25%;
    flex: 0 0 25%;
    margin-bottom: 16px; }
  .custom-container .row {
    margin-left: -8px;
    margin-right: -8px; } }

@media (max-width: 991px) {
  .custom-container .col-2 {
    max-width: 33.33%;
    flex: 0 0 33.33%; } }

@media (max-width: 767px) {
  .custom-container .col-2 {
    max-width: 50%;
    flex: 0 0 50%; } }

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

html {
  height: 100%;
  width: 100%; }

body {
  margin: 0;
  padding: 110px 0 0;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #212121;
  background-color: #fff;
  min-width: 320px; }
  body.fixed {
    overflow: hidden !important; }

a, button {
  cursor: pointer; }

picture {
  display: block;
  width: 100%;
  height: 100%; }

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

@media (min-width: 576px) {
  body {
    padding-top: 123px; } }

@media (min-width: 992px) {
  body {
    padding-top: 128px; } }

@media (min-width: 1200px) {
  body {
    padding-top: 132px; } }

@media (min-width: 1400px) {
  body {
    padding-top: 160px; } }

@media (min-width: 1700px) {
  body {
    font-size: 16px; } }

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

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

@media (min-width: 576px) {
  .container {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container {
    max-width: 960px;
    padding-right: 10px;
    padding-left: 10px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1170px; } }

@media (min-width: 1400px) {
  .container {
    max-width: 1320px; } }

@media (min-width: 1700px) {
  .container {
    max-width: 1440px; } }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 15%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.form-group {
  margin-bottom: 0;
  padding-bottom: 22px;
  position: relative; }
  .form-group label {
    margin-bottom: 1px;
    font-size: 14px; }
  .form-group .form-control {
    display: block;
    width: 100%;
    border: 1px solid #c2c2c2;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    outline: 0;
    height: 42px;
    padding: 10px 12px;
    border-radius: 1px; }
    .form-group .form-control:focus {
      border: 1px solid #FF4C00;
      box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.3); }
  .form-group .red-text {
    color: #C62534;
    font-size: 13px;
    position: absolute;
    left: 0;
    bottom: 4px;
    display: none; }
  .form-group.red .red-text {
    display: block; }

.btn-primary {
  display: block;
  border-width: 1px;
  border-style: solid;
  background-color: #FF4C00;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 1px;
  border: 1px solid #FF4C00; }
  .btn-primary:hover {
    background-color: #d43f00; }
  .btn-primary:focus, .btn-primary:active {
    border: 1px solid #d43f00;
    box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.4); }

.btn-light {
  border: 1px solid #FF4C00;
  background-color: transparent;
  color: #252525;
  border-width: 1px;
  border-style: solid;
  border-image-slice: 1;
  height: 42px;
  line-height: 41px;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
  border-radius: 1px;
  display: inline-block; }
  .btn-light:hover {
    background-color: #FF4C00;
    color: #fff; }

.select-container {
  position: relative;
  display: flex;
  align-items: center; }
  .select-container .select-label {
    font-size: 14px;
    color: #555;
    margin-right: 10px; }
  .select-container .select-button {
    background-color: #fff;
    border: 1px solid #C2C2C2;
    cursor: pointer;
    font-size: 14px;
    padding: 0 25px 0 10px;
    box-shadow: none;
    height: 36px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 1px; }
    .select-container .select-button:focus {
      border: 1px solid #00AFEC; }
    .select-container .select-button span {
      display: block;
      width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .select-container .select-button:after {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      top: calc(50% - 3px);
      right: 9px;
      border-top: 6px solid #333;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      transform-origin: center;
      transition: 0.3s; }
    .select-container .select-button.is-active {
      border: 1px solid #FF4C00; }
      .select-container .select-button.is-active:after {
        transform: rotate(180deg); }
  .select-container .select-dropdown {
    list-style: none;
    width: 190px;
    display: none;
    position: absolute;
    top: calc(100% + 5px);
    right: 0;
    padding: 0;
    margin: 0;
    z-index: 8;
    max-height: 300px;
    overflow: auto;
    z-index: 100;
    background-color: #fff;
    border: 1px solid #C2C2C2;
    border-radius: 3px; }
    .select-container .select-dropdown li {
      position: static;
      padding: 0; }
      .select-container .select-dropdown li:before {
        display: none; }
      .select-container .select-dropdown li a {
        display: block;
        border: 0;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        padding: 5px 12px;
        color: #121212;
        font-size: 13px; }
        .select-container .select-dropdown li a:hover {
          color: #fff;
          background-color: #FF4C00; }

.breadcrumb {
  padding: 12px 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  display: flex;
  align-items: center;
  white-space: nowrap;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden; }
  .breadcrumb a {
    color: #121212;
    text-decoration: none; }
    .breadcrumb a:hover {
      text-decoration: underline; }
  .breadcrumb .breadcrumb-item.active {
    color: #999; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    content: '\002F';
    font-size: 13px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    margin: 3px 5px 0; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em; }

.blocker.behind {
  background-color: transparent; }

.modal {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 800px;
  background-color: #fff;
  text-align: left;
  border-radius: 4px; }

.modal a.close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../img/icons/close-icon.svg); }

.modal-content hr {
  display: block;
  width: 100%;
  border: 0;
  border-top: 2px solid #6AB831; }

.modal-content .close {
  position: absolute;
  right: 10px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .modal-content .close img {
    width: 15px; }

.modal-content .modal-header {
  display: flex;
  justify-content: center;
  border: 0;
  padding: 25px 35px 10px;
  flex-wrap: wrap; }

.modal-content .modal-body {
  padding: 50px 200px 50px; }

.title-group {
  margin: 0 0 15px; }
  .title-group .h1, .title-group h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 5px; }
    .title-group .h1 span, .title-group h1 span {
      color: #FF4C00;
      font-weight: 600; }
  .title-group .h2, .title-group h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -0.3px;
    margin: 0 0 5px; }
    .title-group .h2 span, .title-group h2 span {
      color: #FF4C00;
      font-weight: 600; }
  .title-group .group-link {
    color: #FF4C00;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-right: 25px; }
    .title-group .group-link:after {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/icons/arrow-right-g.svg) no-repeat center;
      background-size: 16px;
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      transition: 0.2s; }
    .title-group .group-link:hover {
      text-decoration: underline; }
      .title-group .group-link:hover:after {
        transform: translateX(7px); }

.index-page .title-group .h2, .index-page .title-group h2 {
  position: relative;
  padding-left: 20px; }
  .index-page .title-group .h2:before, .index-page .title-group h2:before {
    content: '';
    width: 5px;
    height: 42px;
    background-color: #FF4C00;
    position: absolute;
    left: 0;
    top: calc(50% - 21px); }

@media (max-width: 1899px) {
  .modal-content .modal-header h5 {
    font-size: 36px; } }

@media (max-width: 1699px) {
  .modal-content .modal-header h5 {
    font-size: 28px; }
    .modal-content .modal-header h5 span {
      font-size: 14px;
      margin-top: 2px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1536px) {
  .title-group .h2, .title-group h2 {
    font-size: 32px; }
  .title-group .h1, .title-group h1 {
    font-size: 32px; } }

@media (max-width: 1439px) {
  .modal-content .modal-header h5 {
    font-size: 24px; }
  .modal-content .modal-body {
    padding-left: 50px;
    padding-right: 50px; } }

@media (max-width: 1199px) {
  .title-group .h2, .title-group h2 {
    font-size: 28px; }
  .title-group .h1, .title-group h1 {
    font-size: 28px; }
  .index-page .title-group .h2, .index-page .title-group h2 {
    padding-left: 0; }
    .index-page .title-group .h2:before, .index-page .title-group h2:before {
      display: none; } }

@media (max-width: 991px) {
  .modal {
    width: 100%; }
  .modal-content .modal-header h5 {
    font-size: 16px; }
    .modal-content .modal-header h5 span {
      font-size: 13px; }
  .modal-content .modal-body {
    padding: 25px; }
  .title-group .h2, .title-group h2 {
    font-size: 24px; }
  .title-group .h1, .title-group h1 {
    font-size: 24px; } }

@media (max-width: 767px) {
  .modal-content .modal-header h5 {
    font-size: 14px; }
  .modal-content .modal-body {
    padding: 0 15px 15px; }
  .modal-content .btn-primary {
    width: 100%; } }

@media (max-width: 575px) {
  .modal-content .modal-header {
    padding: 35px 15px 5px; }
    .modal-content .modal-header h5 {
      display: block;
      font-weight: 13px; }
      .modal-content .modal-header h5 span {
        display: inline;
        margin: 0; }
  .breadcrumb {
    margin-top: 0; }
  .title-group .h2, .title-group h2 {
    text-align: center; } }

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100; }

.header-top {
  background-color: #fff;
  padding: 5px 0 7px; }
  .header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }

.header-bottom {
  background-color: #212121;
  padding: 8px 0; }

.main-logo {
  display: flex;
  align-items: center;
  text-decoration: none; }
  .main-logo img {
    width: 172px; }

.slide-nav {
  position: fixed;
  display: block;
  z-index: 100;
  width: 300px;
  right: 0;
  top: 0;
  background-color: #fff;
  height: 100vh;
  max-height: 100vh;
  overflow-y: auto;
  padding: 55px 15px 50px 15px;
  transition: 0.3s;
  transform: translateX(150%); }
  .slide-nav.active {
    transform: translateX(0); }
  .slide-nav .buttons-group {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-top: 15px; }
  .slide-nav .catalog-link {
    color: #FF4C00;
    text-decoration: none;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #FF4C00;
    border-radius: 3px;
    height: 32px;
    display: flex;
    align-items: center;
    padding: 0 12px; }
    .slide-nav .catalog-link i {
      position: absolute;
      background-color: #fff;
      width: 5px;
      height: 5px;
      left: 30px;
      border-radius: 1px; }
      .slide-nav .catalog-link i:nth-child(1) {
        top: 16px; }
      .slide-nav .catalog-link i:nth-child(2) {
        top: 24px; }
      .slide-nav .catalog-link i:nth-child(3) {
        top: 32px; }
      .slide-nav .catalog-link i:before, .slide-nav .catalog-link i:after {
        content: '';
        position: absolute;
        top: 0;
        width: 5px;
        height: 5px;
        background-color: #fff;
        border-radius: 1px; }
      .slide-nav .catalog-link i:before {
        left: -8px; }
      .slide-nav .catalog-link i:after {
        right: -8px; }
  .slide-nav .catalog-toggle {
    position: relative;
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #FF4C00;
    border-radius: 3px; }
    .slide-nav .catalog-toggle:before, .slide-nav .catalog-toggle:after {
      content: '';
      background: #212121;
      position: absolute; }
    .slide-nav .catalog-toggle:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .slide-nav .catalog-toggle:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .slide-nav .catalog-toggle span {
      display: none; }
    .slide-nav .catalog-toggle.active:after {
      height: 15px;
      transform: rotate(45deg); }
    .slide-nav .catalog-toggle.active:before {
      transform: rotate(45deg); }
  .slide-nav .nav-dropdown-item {
    margin-top: 8px; }
    .slide-nav .nav-dropdown-item a {
      text-decoration: none;
      color: #252525; }
    .slide-nav .nav-dropdown-item .nav-link {
      pointer-events: none;
      font-size: 18px;
      cursor: pointer; }
    .slide-nav .nav-dropdown-item .nav-dropdown {
      padding-left: 10px; }
      .slide-nav .nav-dropdown-item .nav-dropdown a {
        display: block;
        font-size: 14px;
        padding: 7px 0 7px 12px;
        position: relative; }
        .slide-nav .nav-dropdown-item .nav-dropdown a:hover {
          color: #FF4C00; }
        .slide-nav .nav-dropdown-item .nav-dropdown a:before {
          content: '';
          width: 6px;
          height: 1px;
          background-color: #252525;
          position: absolute;
          left: 0;
          top: 17px; }

.slide-nav-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.search-toggle {
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(../img/icons/search-icon.svg) no-repeat center;
  background-size: 25px;
  border: 0; }

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 15px 15px;
  background-color: #fff;
  z-index: 100;
  transition: 0.25s;
  transform: translateY(-150%); }
  .search-box.active {
    transform: translateY(0); }
  .search-box .search-close {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #111 url(../img/icons/close-icon-w.svg) no-repeat center;
    background-size: 8px;
    border-radius: 50%;
    right: 6px;
    top: 10px; }
  .search-box form {
    display: block;
    width: 100%; }
  .search-box .form-control {
    width: 100%;
    display: block;
    height: 42px;
    border: 1px solid #C4C4C4;
    border-radius: 3px;
    outline: 0;
    padding: 0 5px 0 44px;
    line-height: 36px;
    font-size: 16px; }
  .search-box .form-control:focus {
    border: 1px solid #111; }
  .search-box .search-btn {
    position: absolute;
    left: 16px;
    top: 21px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    outline: 0;
    background: #fff;
    border-radius: 3px 0 0 3px; }
    .search-box .search-btn img {
      display: block;
      width: 22px; }

.nav-toggle {
  background-color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer; }
  .nav-toggle span {
    width: 30px;
    height: 2px;
    border-radius: 3px;
    background-color: #252525;
    display: block;
    margin: 7px 0; }

.main-nav > a {
  display: block;
  text-decoration: none;
  color: #252525;
  padding: 8px 0;
  font-size: 18px; }
  .main-nav > a:hover, .main-nav > a.active {
    color: #FF4C00; }

.header-controls {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .header-controls .choosen-box,
  .header-controls .cart-box,
  .header-controls .сabinet-box {
    position: relative; }
    .header-controls .choosen-box img,
    .header-controls .cart-box img,
    .header-controls .сabinet-box img {
      display: block;
      max-width: 28px; }
    .header-controls .choosen-box a,
    .header-controls .cart-box a,
    .header-controls .сabinet-box a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: 0;
      text-decoration: none;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      color: #888; }
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box .box-title {
      font-size: 12px;
      display: none;
      position: absolute;
      left: 0;
      right: 0;
      text-align: center;
      bottom: 5px;
      color: #fff; }
  .header-controls .choosen-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .choosen-box .choosen-amount {
      position: absolute;
      top: -1px;
      right: -5px;
      border-radius: 15px;
      background-color: #FF4C00;
      color: #fff;
      font-size: 12px;
      padding: 1px 6px;
      max-width: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      pointer-events: none; }
  .header-controls .cart-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .cart-box .products-amount {
      position: absolute;
      top: -1px;
      right: -5px;
      border-radius: 15px;
      background-color: #FF4C00;
      color: #fff;
      font-size: 12px;
      padding: 1px 6px;
      max-width: 40px;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      pointer-events: none; }
  .header-controls .сabinet-box {
    width: 40px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .header-controls .сabinet-box img {
      max-width: 24px; }
  .header-controls .phone-toggle {
    padding-top: 3px; }

.languages-box {
  display: flex;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 11px; }
  .languages-box a {
    color: #252525;
    text-decoration: none; }
    .languages-box a:hover {
      color: #FF4C00; }
  .languages-box a.active {
    color: #FF4C00;
    font-weight: 400; }
  .languages-box a.active:hover,
  .languages-box a.active:focus,
  .languages-box a.active:active {
    text-decoration: none;
    cursor: auto; }
  .languages-box .vertical-line {
    width: 1px;
    height: 15px;
    display: block;
    background-color: #252525;
    margin: 0 5px; }

.catalog-dropdown-box {
  display: none;
  padding-bottom: 30px; }

.category-nav-link {
  color: #343434;
  text-decoration: none;
  display: block;
  padding: 6px 0;
  font-size: 16px;
  position: relative; }
  .category-nav-link:before {
    content: '';
    width: 0;
    height: 2px;
    background-color: #FF4C00;
    position: absolute;
    top: 19px;
    left: -15px;
    border-radius: 50%;
    transition: 0.25s; }

.search-btn {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  outline: 0;
  background: #fff;
  border-radius: 3px 0 0 3px; }
  .search-btn span {
    display: none; }
  .search-btn img {
    display: block;
    width: 19px; }

#contacts-modal .modal-body {
  padding: 20px; }

#contacts-modal .nav-link {
  display: none; }

#contacts-modal small {
  font-size: 14px;
  color: #656565;
  display: block;
  margin-bottom: 2px; }

#contacts-modal .phone-box {
  margin-bottom: 15px; }

#contacts-modal a {
  color: #111;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500; }

@media (max-width: 991px) {
  .horizontal-dropdown {
    display: none !important; } }

@media (min-width: 576px) {
  .main-logo img {
    width: 200px; }
  .header-top {
    padding: 8px 0 9px; } }

@media (min-width: 992px) {
  .main-logo img {
    width: 220px; } }

@media (min-width: 1200px) {
  .catalog-dropdown-box {
    padding-bottom: 0; }
  .nav-toggle,
  .search-toggle {
    display: none; }
  .main-logo {
    margin-right: 80px; }
    .main-logo img {
      width: 230px; }
  .main-nav {
    display: flex;
    pointer-events: auto;
    margin-left: auto;
    margin-right: auto; }
    .main-nav > a {
      margin-right: 40px;
      font-size: 16px; }
  .slide-nav {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    transform: translateX(0) !important;
    display: flex;
    align-items: center;
    pointer-events: none; }
    .slide-nav .catalog-toggle {
      display: none; }
    .slide-nav .nav-dropdown-item {
      position: relative;
      margin-right: 25px;
      cursor: pointer; }
      .slide-nav .nav-dropdown-item:hover .nav-link {
        color: #FF4C00; }
        .slide-nav .nav-dropdown-item:hover .nav-link:after {
          transform: rotate(180deg);
          border-top: 5px solid #FF4C00; }
      .slide-nav .nav-dropdown-item .dropdown-box {
        display: flex;
        justify-content: flex-end;
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        padding-top: 35px;
        opacity: 0;
        pointer-events: none;
        transition: 0.2s; }
      .slide-nav .nav-dropdown-item .nav-dropdown {
        width: 230px;
        flex: 0 0 230px;
        background-color: #fff;
        border-radius: 2px;
        padding: 8px 12px;
        border: 1px solid #c1c1c1; }
      .slide-nav .nav-dropdown-item .nav-link {
        display: block;
        color: #fff;
        pointer-events: none;
        font-size: 14px;
        position: relative;
        padding-right: 14px; }
        .slide-nav .nav-dropdown-item .nav-link:after {
          content: '';
          width: 0;
          height: 0;
          border-top: 5px solid #fff;
          border-left: 4px solid transparent;
          border-right: 4px solid transparent;
          position: absolute;
          right: 0;
          top: calc(50% - 1px);
          transform-origin: center;
          transition: 0.25s; }
      .slide-nav .nav-dropdown-item:hover .dropdown-box {
        opacity: 1;
        pointer-events: auto; }
    .slide-nav .catalog-link {
      color: #fff;
      background-color: #FF4C00;
      border-radius: 0;
      font-size: 18px;
      padding: 13px 25px 11px 65px;
      position: relative;
      height: auto;
      margin: 0;
      z-index: 11;
      width: 230px; }
      .slide-nav .catalog-link i:nth-child(1):before {
        transition: 0.25s; }
      .slide-nav .catalog-link:hover i:nth-child(1):before {
        transform: rotate(45deg); }
    .slide-nav .buttons-group {
      margin: 0 20px 0 0; }
  .main-nav > a {
    color: #fff;
    font-size: 14px; }
  .header-controls {
    pointer-events: auto; }
    .header-controls .phone-toggle {
      display: none; }
    .header-controls .choosen-box,
    .header-controls .сabinet-box {
      margin-left: 25px; }
    .header-controls .choosen-box img,
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box img,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box img,
    .header-controls .сabinet-box .box-title {
      transition: 0.25s; }
    .header-controls .choosen-box:hover img,
    .header-controls .choosen-box:hover .box-title,
    .header-controls .cart-box:hover img,
    .header-controls .cart-box:hover .box-title,
    .header-controls .сabinet-box:hover img,
    .header-controls .сabinet-box:hover .box-title {
      opacity: 0.6; }
  .header-bottom {
    padding: 0; }
    .header-bottom .container {
      display: flex;
      align-items: center; }
  .slide-nav-close {
    display: none; }
  .languages-box {
    top: -51px;
    right: -167px;
    pointer-events: auto; }
  .search-box {
    transform: translateY(0) !important;
    position: relative;
    padding: 0;
    width: 450px;
    margin-right: 30px;
    z-index: 1;
    top: auto;
    left: auto;
    padding-right: 120px;
    margin-right: auto; }
    .search-box .form-control {
      border-right: 0;
      border-radius: 1px 0 0 1px;
      padding-left: 12px;
      font-size: 14px; }
    .search-box .search-btn {
      left: auto;
      right: 0;
      border: 1px solid #FF4C00;
      top: 0;
      width: 120px;
      border-radius: 0 1px 1px 0;
      height: 42px; }
      .search-box .search-btn:hover {
        color: #fff;
        background-color: #FF4C00; }
      .search-box .search-btn img {
        display: none; }
      .search-box .search-btn span {
        display: block; }
    .search-box .search-close {
      display: none; }
  .search-autoresult {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3); }
  #contacts-modal {
    display: block !important;
    position: static;
    background-color: transparent;
    z-index: 10;
    max-width: none;
    border-radius: 0;
    margin-right: 130px; }
    #contacts-modal .dropdown-box {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      padding-top: 27px;
      opacity: 0;
      pointer-events: none;
      transition: 0.2s; }
    #contacts-modal .nav-dropdown {
      width: 220px;
      flex: 0 0 220px;
      background-color: #fff;
      border-radius: 2px;
      border: 1px solid #c4c4c4;
      padding: 10px; }
    #contacts-modal .phone-box a,
    #contacts-modal .mail-box a {
      display: block;
      text-decoration: none; }
      #contacts-modal .phone-box a:hover,
      #contacts-modal .mail-box a:hover {
        color: #FF4C00; }
    #contacts-modal .modal-body {
      padding: 0;
      display: flex;
      align-items: center; }
    #contacts-modal .nav-link {
      font-size: 20px;
      font-weight: 500;
      position: relative;
      padding-right: 12px;
      padding-left: 30px;
      display: block;
      color: #111; }
      #contacts-modal .nav-link:before {
        content: '';
        width: 20px;
        height: 30px;
        background: url(../img/icons/phone-icon-g.svg) no-repeat center;
        background-size: 18px;
        position: absolute;
        left: 0;
        top: 0px; }
      #contacts-modal .nav-link:after {
        content: '';
        width: 0;
        height: 0;
        border-top: 5px solid #111;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        position: absolute;
        right: 0;
        top: calc(50% - 1px);
        transform-origin: center;
        transition: 0.25s; }
    #contacts-modal .schedule-box {
      display: none !important; }
    #contacts-modal .nav-dropdown-item {
      position: relative;
      cursor: pointer; }
      #contacts-modal .nav-dropdown-item:hover .dropdown-box {
        opacity: 1;
        pointer-events: auto; }
      #contacts-modal .nav-dropdown-item:hover .nav-link:after {
        transform: rotate(180deg);
        border-top: 5px solid #FF4C00; }
  body > #contacts-modal,
  .jquery-modal > #contacts-modal {
    margin: 0 auto;
    width: auto;
    top: 6px; }
  .main-header {
    transition: 300ms; }
    .main-header .catalog-item {
      position: relative;
      pointer-events: auto; }
      .main-header .catalog-item:hover .catalog-dropdown-box {
        opacity: 1;
        pointer-events: auto;
        visibility: visible; }
    .main-header.fixed {
      transform: translateY(-79px); }
  .catalog-dropdown-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 53px;
    display: flex !important;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .dropdown-box-content {
    background-color: #fff;
    position: relative;
    flex: 0 0 1150px;
    border-radius: 1px; }
    .dropdown-box-content:after {
      content: '';
      position: absolute;
      top: -300px;
      left: -100vw;
      right: -100vw;
      height: 150vh;
      background: rgba(0, 0, 0, 0.7);
      z-index: -1;
      pointer-events: none;
      transition: 0.25s; }
  .dropdown-side {
    width: 260px;
    padding: 10px 15px 10px 15px;
    background-color: #fff; }
  .category-nav-item:last-child {
    border-bottom: 0; }
  .category-nav-link {
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    display: block;
    position: relative;
    z-index: 5;
    padding: 10px 20px 10px 12px;
    color: #252525; }
    .category-nav-link.active, .category-nav-link:hover {
      color: #FF4C00; }
      .category-nav-link.active:before, .category-nav-link:hover:before {
        width: 22px; }
      .category-nav-link.active:after, .category-nav-link:hover:after {
        filter: brightness(1);
        right: -5px; }
    .category-nav-link:after {
      content: '';
      width: 10px;
      height: 12px;
      position: absolute;
      top: calc(50% - 6px);
      right: 0;
      transition: 0.25s;
      background: url(../img/icons/angle-right-sm.svg) no-repeat center;
      background-size: contain;
      filter: brightness(0); }
  .horizontal-dropdown {
    position: absolute;
    left: 260px;
    top: 0;
    width: 890px;
    min-height: 100%;
    padding: 20px;
    z-index: 1;
    display: none;
    background-color: #fff;
    border-radius: 2px;
    max-height: calc(100vh - 150px);
    overflow-y: auto; }
    .horizontal-dropdown .category-item {
      width: 33.33%;
      position: relative;
      padding: 0 5px;
      margin-bottom: 25px; }
      .horizontal-dropdown .category-item a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        outline: 0; }
      .horizontal-dropdown .category-item:hover .item-title {
        color: #FF4C00; }
    .horizontal-dropdown .img-box {
      height: 50px;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .horizontal-dropdown .img-box img {
        display: block;
        margin: 0 auto;
        max-width: 80px;
        max-height: 50px; }
    .horizontal-dropdown .item-title {
      text-align: center;
      font-size: 14px; }
    .horizontal-dropdown .flex-container {
      display: flex;
      flex-wrap: wrap;
      pointer-events: auto; } }

@media (min-width: 1400px) {
  .header-controls .choosen-box,
  .header-controls .cart-box,
  .header-controls .сabinet-box {
    margin-left: 15px;
    width: 60px;
    height: 60px; }
    .header-controls .choosen-box img,
    .header-controls .cart-box img,
    .header-controls .сabinet-box img {
      margin-bottom: 11px; }
    .header-controls .choosen-box .box-title,
    .header-controls .cart-box .box-title,
    .header-controls .сabinet-box .box-title {
      display: block;
      color: #fff; }
  .header-controls .choosen-box .choosen-amount {
    top: 3px;
    right: 6px; }
  .header-controls .cart-box .products-amount {
    right: 6px;
    top: 3px; }
  .main-header.fixed {
    transform: translateY(-93px); }
  .main-nav > a {
    margin-right: 55px;
    font-size: 16px; }
  .slide-nav .buttons-group {
    margin-right: 80px; }
  .slide-nav .nav-dropdown-item {
    margin-right: 30px; }
    .slide-nav .nav-dropdown-item .nav-link {
      font-size: 16px; }
    .slide-nav .nav-dropdown-item .nav-dropdown a:before {
      top: 19px; }
  .slide-nav .catalog-link {
    height: 68px;
    width: 280px;
    padding: 12px 25px 11px 78px;
    font-size: 20px; }
    .slide-nav .catalog-link i {
      left: 34px; }
    .slide-nav .catalog-link i:nth-child(1) {
      top: 24px; }
    .slide-nav .catalog-link i:nth-child(2) {
      top: 32px; }
    .slide-nav .catalog-link i:nth-child(3) {
      top: 40px; }
  .main-logo {
    margin-right: 90px; }
    .main-logo img {
      width: 280px; }
  .search-box {
    width: 520px;
    padding-right: 139px; }
    .search-box .form-control {
      height: 46px;
      font-size: 18px;
      padding-left: 16px; }
    .search-box .search-btn {
      width: 140px;
      height: 46px;
      display: flex;
      justify-content: center;
      align-items: center;
      padding-top: 2px;
      font-size: 18px; }
  #contacts-modal {
    margin-right: 145px; }
  .dropdown-box-content {
    flex: 0 0 1300px; }
  .catalog-dropdown-box {
    padding-top: 68px; }
  .horizontal-dropdown {
    width: 1040px; }
  .languages-box {
    top: -57px;
    right: -230px; } }

@media (min-width: 1700px) {
  .main-header.fixed {
    transform: translateY(-92px); }
  .slide-nav .buttons-group {
    margin-right: 80px; }
  .slide-nav .catalog-link {
    font-size: 20px;
    padding: 12px 35px 12px 70px; }
  .main-nav > a,
  .slide-nav .nav-dropdown-item {
    margin-right: 60px; }
  .main-logo {
    margin-right: 130px; }
  .search-box {
    width: 580px; }
  #contacts-modal {
    margin-right: 155px; }
  .dropdown-box-content {
    flex: 0 0 1400px; }
  .horizontal-dropdown {
    width: 1140px;
    left: 280px; }
  .category-nav-link {
    font-size: 16.5px;
    padding: 10px 10px 10px 12px; }
  .dropdown-side {
    width: 280px; }
  .horizontal-dropdown .category-item {
    width: 25%; }
  .horizontal-dropdown .img-box {
    height: 100px; }
    .horizontal-dropdown .img-box img {
      max-width: 80%;
      max-height: 100px; }
  .header-controls .choosen-box img,
  .header-controls .cart-box img,
  .header-controls .сabinet-box img {
    margin-bottom: 15px; } }

@media (max-width: 1199px) {
  .horizontal-dropdown {
    display: none !important; } }

.search-autoresult {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #c4c4c4;
  overflow: hidden; }
  .search-autoresult .product-item {
    display: flex;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #E2E2E2;
    padding: 3px 0;
    align-items: center; }
    .search-autoresult .product-item:hover {
      box-shadow: none; }
  .search-autoresult .product-img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
    margin-top: 10px;
    position: relative; }
    .search-autoresult .product-img a {
      display: block;
      width: 100%;
      height: 100%; }
    .search-autoresult .product-img img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
    .search-autoresult .product-img:hover {
      opacity: 0.8; }
  .search-autoresult .product-name {
    font-size: 14px;
    font-weight: 400; }
    .search-autoresult .product-name a {
      color: #252525;
      text-decoration: none; }
      .search-autoresult .product-name a:hover {
        color: #FF4C00;
        text-decoration: underline; }
  .search-autoresult .product-cost {
    position: static !important; }
  .search-autoresult .new-cost,
  .search-autoresult .default-cost {
    display: inline-block;
    vertical-align: bottom; }
  .search-autoresult .old-cost {
    font-size: 14px; }
  .search-autoresult .max-scroll {
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-left: 10px;
    padding-right: 10px; }
  .search-autoresult .failed-search {
    text-align: center;
    padding: 40px 10px; }
    .search-autoresult .failed-search img {
      display: block;
      max-width: 40px;
      margin: 0 auto 10px;
      flex: 0 0 100%; }
    .search-autoresult .failed-search .failed-text {
      font-weight: 400;
      font-size: 16px;
      max-width: 200px;
      margin: 0 auto; }
  .search-autoresult .show-all-results {
    background-color: #111;
    text-align: center;
    padding: 8px;
    margin-top: -2px;
    position: relative;
    height: 42px; }
    .search-autoresult .show-all-results a {
      font-weight: 400;
      color: #fff;
      text-decoration: none;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .search-autoresult .show-all-results a span {
        font-weight: 700;
        font-size: 18px;
        margin-left: 5px; }
    .search-autoresult .show-all-results:hover {
      background-color: #343434; }

@media (max-width: 1199px) {
  .search-box {
    z-index: 100 !important; } }

::-webkit-scrollbar {
  width: 7px;
  height: 7px; }

::-webkit-scrollbar-track {
  background: #f1f1f1; }

::-webkit-scrollbar-thumb {
  background: #FF4C00; }

::-webkit-scrollbar-thumb:hover {
  background: #C6440C; }

#page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: none; }

#wrapper {
  position: relative;
  overflow: hidden;
  display: flex;
  min-height: 100vh;
  flex-direction: column; }

.page-content {
  flex: 1; }

.hidden-mobile {
  display: none; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

@keyframes slideRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50%, 0);
    -ms-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@keyframes move-1 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(20px, 20px); }
  50% {
    transform: translate(0, 20px); }
  75% {
    transform: translate(20px, 0); }
  90% {
    transform: translate(10px, 10px); }
  100% {
    transform: translate(0, 0); } }

@keyframes move-2 {
  0% {
    transform: rotate(0) translateY(0); }
  25% {
    transform: rotate(5deg) translateY(-30px); }
  50% {
    transform: rotate(-5deg) translateY(-30px); }
  75% {
    transform: rotate(5deg) translateY(-30px); }
  100% {
    transform: rotate(0) translateY(0); } }

@keyframes move-3 {
  0% {
    transform: translate(0, 0); }
  25% {
    transform: translate(-20px, -20px); }
  50% {
    transform: translate(0, -20px); }
  75% {
    transform: translate(-20px, 0); }
  90% {
    transform: translate(-10px, -10px); }
  100% {
    transform: translate(0, 0); } }

.index-page .slider-holder {
  position: relative; }

.index-page .slider-section {
  padding: 60px 0; }

.index-page .tabs {
  margin: 0 0 20px;
  padding: 0px;
  list-style: none; }
  .index-page .tabs li {
    background-color: #fff;
    padding: 8px 45px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    border: 1px solid #c4c4c4;
    display: inline-block;
    margin-right: 15px; }
    .index-page .tabs li:hover {
      border: 1px solid #111; }
    .index-page .tabs li.current {
      background-color: #FF4C00;
      border: 1px solid #FF4C00;
      color: #fff; }

.index-page .tab-pane {
  padding-left: 30px;
  padding: 0 15px;
  color: #121212;
  height: 0;
  overflow: hidden; }
  .index-page .tab-pane > p {
    margin: 0 0 20px; }
  .index-page .tab-pane.current {
    height: auto;
    overflow: visible; }
  .index-page .tab-pane .btn-primary {
    width: 380px;
    height: 42px;
    font-size: 18px;
    margin-top: 15px; }
  .index-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .index-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .index-page .tab-pane .col-xl-6 {
    margin-top: 20px; }
    .index-page .tab-pane .col-xl-6:last-child {
      display: flex;
      justify-content: flex-end; }

.index-page .catalog-slider {
  margin: 0 -18px 0 -16px; }
  .index-page .catalog-slider .slick-arrow.slick-next {
    right: 0; }
  .index-page .catalog-slider .slick-arrow.slick-prev {
    right: 39px; }

.main-slider {
  opacity: 0; }
  .main-slider.slick-initialized {
    opacity: 1; }
    .main-slider.slick-initialized .item {
      display: flex; }
  .main-slider .item {
    outline: 0;
    height: 500px;
    display: none;
    position: relative; }
    .main-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item:first-child {
      display: flex; }
    .main-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(33, 33, 33, 0.5);
      z-index: 1; }
  .main-slider .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 5; }
  .main-slider .desktop-img,
  .main-slider .mobile-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .main-slider .mobile-img {
    display: none; }
  .main-slider .suptitle {
    font-size: 16px; }
  .main-slider .slide-content {
    color: #fff; }
    .main-slider .slide-content img {
      display: inline-block;
      max-width: 250px;
      margin-bottom: -45px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 72px;
    margin: 0 0 20px;
    line-height: 1.3;
    font-weight: 700;
    max-width: 1000px;
    text-shadow: 0 1px 1px #111; }
  .main-slider .primary-link {
    font-size: 32px;
    color: #FF4C00;
    font-weight: 700; }
    .main-slider .primary-link:hover {
      text-decoration: none; }

.main-slider-pagination {
  position: relative; }
  .main-slider-pagination .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 10px;
    display: block;
    bottom: calc(100% + 30px); }
    .main-slider-pagination .slick-dots li {
      margin: 7px 0;
      height: 14px; }
      .main-slider-pagination .slick-dots li.slick-active button {
        background-color: #fff; }
    .main-slider-pagination .slick-dots button {
      background-color: transparent;
      border: 1px solid #fff;
      font-size: 0;
      width: 14px;
      height: 14px; }

.index-page .slider-section .h2, .index-page .slider-section h2 {
  text-align: left;
  font-size: 36px; }

.reviews-section {
  padding: 60px 0;
  position: relative; }
  .reviews-section .slick-track {
    display: flex;
    align-items: center; }
  .reviews-section .title-group {
    position: relative;
    margin-bottom: 30px; }
    .reviews-section .title-group p {
      color: #454545; }
  .reviews-section .slick-arrow {
    position: absolute;
    top: calc(50% - 20px);
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #C7C9D9;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0; }
    .reviews-section .slick-arrow:hover {
      background-color: #FF4C00;
      border: 1px solid #FF4C00; }
      .reviews-section .slick-arrow:hover svg {
        fill: #fff; }
    .reviews-section .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .reviews-section .slick-arrow.slick-next {
      padding-left: 2px;
      right: 0; }
    .reviews-section .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 39px; }

.reviews-slider {
  margin-bottom: 25px; }
  .reviews-slider .item {
    outline: 0;
    background-color: #fff;
    min-height: 300px;
    margin: 0 10px;
    padding: 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: column wrap;
    position: relative;
    border: 1px solid #D8D0D0;
    opacity: 0.4; }
    .reviews-slider .item.slick-current.slick-active {
      opacity: 1; }
    .reviews-slider .item iframe {
      width: 100% !important;
      max-width: 100%;
      max-height: 280px;
      margin: 0; }
    .reviews-slider .item .review-author {
      font-size: 22px;
      font-weight: 600;
      margin: 0 0 0 20px;
      line-height: 1.3; }
    .reviews-slider .item .review-position {
      color: #656565;
      margin-left: 20px; }
    .reviews-slider .item .review-text {
      position: relative;
      padding: 0 10px 0 20px;
      z-index: 1;
      margin: 10px 0 0 20px; }
      .reviews-slider .item .review-text:before {
        content: '';
        width: 28px;
        height: 28px;
        background: url(../img/icons/quote-left-icon.svg) no-repeat center/28px;
        position: absolute;
        left: 2px;
        top: -10px;
        z-index: -1;
        opacity: 0.7; }
  .reviews-slider .scrollbar-inner > .scroll-element .scroll-bar {
    background-color: #333;
    opacity: 1; }
  .reviews-slider .scrollbar-inner > .scroll-element.scroll-y {
    width: 5px; }

.leave-request {
  background: url(../img/request-bg.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 50px 0; }
  .leave-request .form-row {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0 auto; }
  .leave-request .btn-primary {
    margin-bottom: 22px;
    flex: 0 0 250px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .leave-request .form-group {
    flex: 0 0 280px;
    margin-right: 20px; }
  .leave-request .h2, .leave-request h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .leave-request p {
    margin: 0 auto 20px;
    font-size: 17px;
    max-width: 580px;
    text-align: center; }

@media (max-width: 2000px) {
  .main-slider .item {
    height: 450px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 64px; }
  .main-slider .slide-content img {
    max-width: 220px;
    margin-bottom: -35px; } }

@media (max-width: 1699px) {
  .main-slider .item {
    height: 400px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 58px;
    max-width: 800px; }
  .main-slider .slide-content img {
    max-width: 180px;
    margin-bottom: -35px; }
  .main-slider .primary-link {
    font-size: 28px; } }

@media (max-width: 1536px) {
  .main-slider .item {
    height: 350px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 42px;
    max-width: 620px; }
  .main-slider .primary-link {
    font-size: 24px; }
  .main-slider .slide-content img {
    max-width: 120px;
    margin-bottom: -15px; }
  .index-page .slider-section .h2, .index-page .slider-section h2 {
    font-size: 32px; }
  .index-page .tabs li {
    font-size: 16px; }
  .reviews-slider .item {
    opacity: 1; } }

@media (max-width: 1199px) {
  .main-slider .item {
    height: 300px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 36px; }
  .main-slider .primary-link {
    font-size: 24px; }
  .index-page .slider-section {
    padding: 50px 0 40px; }
    .index-page .slider-section .h2, .index-page .slider-section h2 {
      font-size: 28px; } }

@media (max-width: 991px) {
  .main-slider .item {
    height: 250px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 28px;
    margin-bottom: 10px;
    max-width: 480px; }
  .main-slider .slide-content img {
    max-width: 100px; }
  .main-slider .primary-link {
    font-size: 21px; }
  .main-slider-pagination .slick-dots {
    display: flex;
    height: 14px; }
    .main-slider-pagination .slick-dots button {
      padding: 0; }
    .main-slider-pagination .slick-dots li {
      display: block;
      margin: 0 0 0 5px; }
  .index-page .slider-section .h2, .index-page .slider-section h2 {
    font-size: 24px; }
  .reviews-section {
    padding: 60px 0 50px; }
  .reviews-slider .item .review-author {
    font-size: 18px; }
  .leave-request h2, .leave-request .h2 {
    font-size: 24px; }
  .leave-request p {
    font-size: 14px;
    max-width: 100%; }
  .leave-request .form-group {
    flex: auto;
    flex-grow: 1; }
  .leave-request .btn-primary {
    flex: auto;
    flex-grow: 1; } }

@media (max-width: 767px) {
  .main-slider .h1, .main-slider h1 {
    font-size: 26px; }
  .main-slider .primary-link {
    font-size: 18px; }
  .index-page .slider-section {
    padding: 50px 0; }
  .index-page .tabs {
    position: relative;
    top: -1px; }
    .index-page .tabs li {
      font-size: 14px;
      padding: 9px 25px; }
  .leave-request .form-row {
    flex-wrap: wrap; }
  .leave-request .form-group {
    width: 100%;
    margin-right: 0; }
  .leave-request .btn-primary {
    margin-top: 20px; } }

@media (max-width: 575px) {
  .main-slider .h1, .main-slider h1 {
    line-height: 1.5; }
  .index-page .slider-section {
    padding: 30px 0; }
  .index-page .tabs {
    display: flex; }
    .index-page .tabs li {
      margin-right: 0;
      flex-grow: 1;
      text-align: center;
      padding: 9px 5px; }
      .index-page .tabs li:first-child {
        margin-right: 10px; }
  .reviews-section {
    padding: 30px 0 40px; }
    .reviews-section .slider-container {
      width: auto;
      margin: 0 -10px; }
    .reviews-section .title-group {
      text-align: left;
      padding-right: 70px;
      margin-bottom: 20px; }
      .reviews-section .title-group .h2, .reviews-section .title-group h2 {
        text-align: left;
        margin-bottom: 10px; }
    .reviews-section .slick-arrow {
      width: 32px;
      height: 32px;
      top: calc(50% - 16px); }
      .reviews-section .slick-arrow svg {
        width: 12px; }
      .reviews-section .slick-arrow.slick-next {
        right: -1px; }
      .reviews-section .slick-arrow.slick-prev {
        right: 36px; }
  .reviews-slider {
    margin-bottom: 0; }
    .reviews-slider .item {
      padding: 5px;
      margin: 0 3px; }
      .reviews-slider .item .review-text {
        font-size: 13px; }
      .reviews-slider .item .review-author,
      .reviews-slider .item .review-position {
        margin-left: 5px; }
      .reviews-slider .item .review-text {
        padding-left: 0;
        margin-left: 5px; }
        .reviews-slider .item .review-text:before {
          display: none; }
        .reviews-slider .item .review-text p {
          margin-bottom: 10px; }
    .reviews-slider .slick-list {
      padding: 0 20px !important; } }

.index-categories {
  padding: 60px 0; }
  .index-categories .title-group {
    margin-bottom: 25px; }
  .index-categories .link-holder {
    text-align: right; }
  .index-categories .link-more {
    color: #FF4C00;
    font-size: 20px;
    text-decoration: none;
    position: relative;
    padding-right: 25px; }
    .index-categories .link-more:after {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/icons/arrow-right-g.svg) no-repeat center;
      background-size: 18px;
      position: absolute;
      right: 0;
      top: calc(50% - 8px);
      transition: 0.2s; }
    .index-categories .link-more:hover {
      text-decoration: underline; }
      .index-categories .link-more:hover:after {
        transform: translateX(7px); }

.categories-slider {
  margin: 0 -5px 30px;
  opacity: 0; }
  .categories-slider.slick-initialized {
    opacity: 1; }
  .categories-slider .item {
    margin: 0 6px; }
  .categories-slider .item-img {
    border: 1px solid #C7C9D9;
    height: 130px;
    display: flex;
    margin-bottom: 5px; }
    .categories-slider .item-img picture,
    .categories-slider .item-img a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .categories-slider .item-img img {
      display: block;
      max-width: 90%;
      max-height: 100px; }
    .categories-slider .item-img:hover {
      border: 1px solid #FF4C00; }
  .categories-slider .item-title {
    text-align: center; }
    .categories-slider .item-title a {
      color: #212121;
      text-decoration: none; }
      .categories-slider .item-title a:hover {
        color: #FF4C00; }
  .categories-slider .slick-arrow {
    position: absolute;
    top: -72px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0; }
    .categories-slider .slick-arrow:hover {
      background-color: #FF4C00;
      border: 1px solid #FF4C00; }
      .categories-slider .slick-arrow:hover svg {
        fill: #fff; }
    .categories-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .categories-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 0; }
    .categories-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 39px; }

.categories-page .col-sm-6.col-lg-4.col-xl-3 {
  margin-bottom: 80px; }

.categories-page .title-group {
  text-align: center;
  margin-bottom: 45px; }

.categories-page .category-img {
  height: 120px;
  margin-bottom: 5px; }
  .categories-page .category-img a {
    display: flex;
    align-items: center;
    height: 100%; }
  .categories-page .category-img picture {
    display: flex;
    align-items: center; }
  .categories-page .category-img img {
    display: block;
    max-width: 100%;
    max-height: 100px; }

.categories-page .category-title {
  font-weight: 500;
  font-size: 20px; }
  .categories-page .category-title a {
    text-decoration: none;
    color: #FF4C00; }

.categories-page .categories-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  max-height: 228px;
  overflow: hidden; }
  .categories-page .categories-list li {
    margin: 5px 0; }
  .categories-page .categories-list a {
    color: #212112;
    text-decoration: none; }
    .categories-page .categories-list a:hover {
      text-decoration: underline;
      color: #FF4C00; }
    .categories-page .categories-list a span {
      color: #888;
      font-size: 14px; }
  .categories-page .categories-list.open {
    max-height: none; }

.categories-page .more-toggle {
  color: #908A8A;
  cursor: pointer; }
  .categories-page .more-toggle.active span:after {
    transform: rotate(180deg); }
  .categories-page .more-toggle.active .default-state {
    display: none; }
  .categories-page .more-toggle.active .active-state {
    display: inline-block; }
  .categories-page .more-toggle span {
    position: relative;
    padding-right: 12px; }
    .categories-page .more-toggle span:after {
      content: '';
      width: 0;
      height: 0;
      border-top: 5px solid #989898;
      border-left: 4px solid transparent;
      border-right: 4px solid transparent;
      position: absolute;
      right: 0;
      top: calc(50% - 2px);
      transform-origin: center;
      transition: 0.25s; }
  .categories-page .more-toggle .default-state {
    display: inline-block; }
  .categories-page .more-toggle .active-state {
    display: none; }

.categories-page .categories-toggle {
  width: 36px;
  height: 36px;
  border: 1px solid #FF4C00;
  position: absolute;
  right: 0;
  top: -1px;
  display: none; }
  .categories-page .categories-toggle:after {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: 7px;
    left: 7px;
    transform-origin: center;
    background: url(../img/icons/plus-icon-o.svg) no-repeat center;
    background-size: contain; }
  .categories-page .categories-toggle.active:after {
    transform: rotate(45deg); }

@media (max-width: 1699px) {
  .categories-page .categories-list {
    max-height: 232px; } }

@media (max-width: 1399px) {
  .categories-page .category-title {
    font-size: 18px; }
  .categories-page .categories-list {
    margin-top: 1px; } }

@media (max-width: 1199px) {
  .categories-slider .slick-arrow {
    top: -66px; }
    .categories-slider .slick-arrow.slick-next {
      right: 5px; }
    .categories-slider .slick-arrow.slick-prev {
      right: 44px; } }

@media (max-width: 991px) {
  .categories-slider .slick-arrow {
    top: -62px; } }

@media (max-width: 575px) {
  .categories-page .categories-list {
    max-height: none;
    display: none; }
  .categories-page .more-toggle {
    display: none; }
  .categories-page .category-title {
    position: relative;
    padding-right: 45px;
    font-size: 24px; }
  .categories-page .col-sm-6.col-lg-4.col-xl-3 {
    margin-bottom: 50px; }
  .categories-page .categories-toggle {
    display: block; }
  .categories-slider {
    margin-bottom: 15px; }
    .categories-slider .slick-list {
      width: 530px; }
  .index-categories {
    padding: 30px 0 25px; }
    .index-categories .link-more {
      font-size: 18px;
      padding-right: 20px; }
      .index-categories .link-more:after {
        background-size: 14px; }
    .index-categories .title-group .h2, .index-categories .title-group h2 {
      text-align: left; } }

.product-cost .old-cost {
  display: inline-block;
  vertical-align: bottom;
  color: #74747A;
  font-size: 16px;
  line-height: 1;
  position: relative; }
  .product-cost .old-cost:before {
    content: '';
    height: 1px;
    left: -1px;
    right: -1px;
    background-color: #74747a;
    position: absolute;
    top: 49%; }

.product-cost .new-cost {
  color: #DE3D3D;
  font-size: 16px;
  line-height: 1; }

.product-cost .default-cost {
  color: #252525;
  font-size: 16px;
  line-height: 1; }

.product-cost .old-cost span,
.product-cost .new-cost span,
.product-cost .default-cost span {
  font-size: 14px;
  font-weight: 600; }

.badge-sale,
.badge-top,
.badge-new {
  left: 0;
  top: 12px;
  font-size: 10px;
  padding: 2px 10px;
  white-space: nowrap;
  position: absolute;
  pointer-events: none;
  z-index: 1; }

.badge-sale {
  color: #fff;
  background-color: #D3300C; }

.badge-new {
  color: #fff;
  background-color: #71A707; }

.badge-top {
  background-color: #ffa419;
  color: #fff; }

.product-item {
  border: 1px solid #C2C2C2;
  border-radius: 1px;
  height: 100%;
  transition: 0.25s;
  position: relative;
  padding-bottom: 90px;
  background-color: #fff; }
  .product-item:hover {
    border: 1px solid #FF4C00; }
  .product-item .badge-sale,
  .product-item .badge-top,
  .product-item .badge-new {
    font-weight: 400;
    left: 0;
    top: 10px;
    font-size: 13px; }
  .product-item .product-img {
    position: relative;
    height: 190px;
    margin-bottom: 10px; }
    .product-item .product-img picture {
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-item .product-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px 5px 0; }
    .product-item .product-img img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
  .product-item .product-name {
    padding: 0 10px;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.3;
    letter-spacing: -0.1px; }
    .product-item .product-name a {
      text-decoration: none;
      color: #252525; }
    .product-item .product-name:hover a {
      text-decoration: underline;
      color: #FF4C00; }
  .product-item .product-code {
    padding: 0 10px;
    font-size: 13px;
    color: #777; }
  .product-item .product-cost {
    display: flex;
    font-size: 18px;
    position: absolute;
    left: 10px;
    right: 0;
    white-space: nowrap;
    bottom: 62px; }
  .product-item .old-cost {
    margin-right: 5px; }
  .product-item .old-cost span,
  .product-item .new-cost span,
  .product-item .default-cost span {
    font-size: 18px; }
  .product-item .old-cost,
  .product-item .new-cost {
    display: inline-block; }
  .product-item .product-footer {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    display: flex; }
  .product-item .btn-light {
    flex-grow: 1; }
    .product-item .btn-light .default-state {
      display: block; }
    .product-item .btn-light .active-state {
      display: none; }
    .product-item .btn-light.added {
      background-color: #FF4C00;
      color: #fff; }
      .product-item .btn-light.added .default-state {
        display: none; }
      .product-item .btn-light.added .active-state {
        display: block; }
  .product-item .btn-choose {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #C2C2C2;
    background-color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    transition: 0.25s; }
    .product-item .btn-choose:hover {
      border: 1px solid #FF4C00; }
    .product-item .btn-choose .default-icon {
      display: block; }
    .product-item .btn-choose .active-icon {
      display: none; }
    .product-item .btn-choose.added:hover {
      border: 1px solid #FF4C00; }
    .product-item .btn-choose.added .default-icon {
      display: none; }
    .product-item .btn-choose.added .active-icon {
      display: block; }

.search-autoresult .badge-sale,
.search-autoresult .badge-top,
.search-autoresult .badge-new {
  font-size: 10px;
  font-weight: 300;
  left: -10px;
  top: -22px; }

.search-autoresult .product-item {
  border: 0;
  border-bottom: 1px solid #E2E2E2; }
  .search-autoresult .product-item .product-img {
    height: 70px;
    flex: 0 0 70px;
    margin-bottom: 0;
    margin-top: 0; }
    .search-autoresult .product-item .product-img a {
      padding-top: 0; }
  .search-autoresult .product-item:hover {
    border-color: transparent;
    border-bottom: 1px solid #E2E2E2; }
  .search-autoresult .product-item .product-cost {
    padding-left: 10px;
    align-items: center; }

.catalog-slider {
  margin: 0 -8px; }
  .catalog-slider .slick-track {
    display: flex;
    padding: 10px 0; }
  .catalog-slider .item {
    margin: 0 4px;
    height: auto;
    outline: 0; }
  .catalog-slider .slick-arrow {
    position: absolute;
    top: -65px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 1px solid #C2C2C2;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0; }
    .catalog-slider .slick-arrow:hover {
      background-color: #FF4C00;
      border: 1px solid #FF4C00; }
      .catalog-slider .slick-arrow:hover svg {
        fill: #fff; }
    .catalog-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .catalog-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 5px; }
    .catalog-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 44px; }

.slider-section {
  padding: 60px 0 80px; }
  .slider-section .h2, .slider-section h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 25px; }
  .slider-section.gray-section {
    background-color: #EDF0F3; }
    .slider-section.gray-section .catalog-slider .slick-arrow {
      background-color: #fff;
      border: 1px solid #C2C2C2; }
      .slider-section.gray-section .catalog-slider .slick-arrow:hover {
        background-color: #FF4C00;
        border: 1px solid #FF4C00; }

.gray-section {
  background-color: #EDF0F3; }

@media (min-width: 576px) {
  .search-autoresult .product-item {
    padding: 5px 0; }
    .search-autoresult .product-item .product-cost {
      flex-wrap: wrap; }
  .search-autoresult .product-img {
    flex: 0 0 60px; }
  .search-autoresult .product-name {
    flex-grow: 1;
    margin-right: auto; }
  .search-autoresult .product-text {
    flex-grow: 1;
    display: flex; }
  .search-autoresult .product-cost {
    margin-left: auto;
    flex: 0 0 120px;
    justify-content: flex-end; } }

@media (min-width: 768px) {
  .search-autoresult .product-name {
    font-size: 16px; }
  .search-autoresult .product-code {
    font-size: 14px; }
  .search-autoresult .product-img {
    width: 70px;
    height: 70px;
    flex: 0 0 70px; }
  .search-autoresult .old-cost span,
  .search-autoresult .new-cost span,
  .search-autoresult .default-cost span {
    font-size: 16px;
    font-weight: 500; } }

@media (min-width: 1200px) {
  .search-autoresult .product-text {
    align-items: center; }
  .search-autoresult .product-item .old-cost {
    margin-bottom: 5px; }
  .search-autoresult .old-cost span,
  .search-autoresult .new-cost span,
  .search-autoresult .default-cost span {
    font-weight: 600; } }

@media (max-width: 1536px) {
  .catalog-slider .product-item .product-img {
    height: 160px; }
  .catalog-slider .product-item .product-name {
    font-size: 16px; }
  .product-item .product-name {
    font-size: 16px; }
  .together-slider {
    padding: 0 40px;
    margin: 30px 0 20px; }
    .together-slider .item {
      margin: 0 8px; }
    .together-slider .slick-arrow.slick-next {
      right: -5px; }
    .together-slider .slick-arrow.slick-prev {
      left: -5px; } }

.aside-categories {
  margin-bottom: 40px; }

.aside-link-one {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
  color: #212121;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500; }
  .aside-link-one:after {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    transition: 0.25s;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0); }
  .aside-link-one.active {
    font-weight: 500; }
    .aside-link-one.active:after {
      transform: rotate(90deg);
      filter: brightness(1); }
    .aside-link-one.active:hover:after {
      right: 5px; }
  .aside-link-one:hover:after {
    right: 0; }
  .aside-link-one.active, .aside-link-one:hover {
    color: #FF4C00; }
    .aside-link-one.active:before, .aside-link-one:hover:before {
      background-color: #FF4C00; }
    .aside-link-one.active:after, .aside-link-one:hover:after {
      filter: brightness(1); }

.aside-link-two {
  display: block;
  position: relative;
  padding: 5px 15px 5px 0;
  color: #212121;
  text-decoration: none;
  font-size: 16px; }
  .aside-link-two:after {
    content: '';
    width: 10px;
    height: 12px;
    position: absolute;
    top: calc(50% - 6px);
    right: 5px;
    transition: 0.25s;
    background: url(../img/icons/angle-right-sm.svg) no-repeat center;
    background-size: contain;
    filter: brightness(0); }
  .aside-link-two.active {
    font-weight: 500; }
    .aside-link-two.active:after {
      transform: rotate(90deg);
      filter: brightness(1); }
    .aside-link-two.active:hover:after {
      right: 5px; }
  .aside-link-two:hover:after {
    right: 0; }
  .aside-link-two.active, .aside-link-two:hover {
    color: #FF4C00; }
    .aside-link-two.active:before, .aside-link-two:hover:before {
      background-color: #FF4C00; }
    .aside-link-two.active:after, .aside-link-two:hover:after {
      filter: brightness(1); }

.aside-link-three {
  display: block;
  position: relative;
  padding: 5px 15px 5px 10px;
  color: #656565;
  text-decoration: none;
  font-size: 14px; }
  .aside-link-three:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #111;
    position: absolute;
    top: 13px;
    left: 0;
    border-radius: 50%; }
  .aside-link-three.active, .aside-link-three:hover {
    color: #FF4C00; }
    .aside-link-three.active:before, .aside-link-three:hover:before {
      background-color: #FF4C00; }

.aside-dropdown-one {
  padding-left: 20px; }

.aside-dropdown-two {
  padding-left: 20px; }

.catalog-page .title-container .h1, .catalog-page .title-container h1 {
  text-align: left;
  margin: 20px 0 40px;
  font-size: 30px; }

.catalog-page .h1, .catalog-page h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px; }

.catalog-page .page-content {
  padding-bottom: 30px; }

.catalog-page .catalog-container {
  margin-bottom: 50px; }

.catalog-page .catalog-content {
  margin-left: -12px;
  margin-right: -8px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
    max-width: 50%;
    flex: 0 0 50%; }
    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
      padding: 10px; }
  .catalog-page .catalog-content.catalog-list .product-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px 5px 90px 190px;
    min-height: 220px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 170px;
      width: 170px;
      height: 170px;
      position: absolute;
      left: 10px;
      top: 10px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 190px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 190px; }

.catalog-page .catalog-content-head,
.catalog-page .filters-head {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center; }

.catalog-page .catalog-content-head {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  min-height: 56px;
  padding-top: 5px;
  padding-bottom: 5px; }
  .catalog-page .catalog-content-head .active-tags {
    display: flex;
    flex-wrap: wrap;
    max-width: 550px; }
  .catalog-page .catalog-content-head .tag-item {
    border: 1px solid #FF4C00;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    padding: 1px 7px;
    position: relative; }
    .catalog-page .catalog-content-head .tag-item .remove-item {
      position: absolute;
      top: -7px;
      right: -7px;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background: #DEDEDE url("../img/icons/sm-close-icon.svg") no-repeat center;
      background-size: 6px;
      cursor: pointer;
      border: 1px solid transparent; }
      .catalog-page .catalog-content-head .tag-item .remove-item:hover {
        border: 1px solid #212121; }
    .catalog-page .catalog-content-head .tag-item.main-item {
      background-color: #FF4C00;
      color: #fff; }
  .catalog-page .catalog-content-head .tag-clear {
    border: 1px solid #212121;
    font-size: 13px;
    padding: 1px 8px;
    cursor: pointer;
    height: 23px;
    margin: 5px 0;
    color: #004486; }
    .catalog-page .catalog-content-head .tag-clear:hover {
      color: #DE3D3D;
      border: 1px solid #DE3D3D; }

.catalog-page .filters-head {
  margin-bottom: 25px;
  height: 56px;
  justify-content: center; }
  .catalog-page .filters-head img {
    margin-right: 10px; }
  .catalog-page .filters-head .h4 {
    font-size: 18px;
    margin: 0; }

.catalog-page .filter-item {
  margin-bottom: 12px;
  position: relative; }
  .catalog-page .filter-item .item-head {
    font-weight: 500;
    font-size: 17px; }
    .catalog-page .filter-item .item-head p {
      margin: 0 0 12px; }
  .catalog-page .filter-item .item-body {
    position: relative;
    padding-bottom: 15px;
    padding-top: 1px; }
    .catalog-page .filter-item .item-body:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 85px;
      z-index: 1;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%);
      display: none; }
  .catalog-page .filter-item .more-filters {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
    font-size: 15px;
    color: #A9A4A4;
    cursor: pointer;
    font-weight: 400;
    display: none; }
    .catalog-page .filter-item .more-filters:hover {
      color: #212121; }
  .catalog-page .filter-item.hidden .item-body {
    max-height: 300px;
    overflow: hidden; }
    .catalog-page .filter-item.hidden .item-body:after {
      display: block; }
  .catalog-page .filter-item.hidden .more-filters {
    display: block; }

.catalog-page .default-checkbox {
  position: relative;
  margin: 0 0 10px; }
  .catalog-page .default-checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
  .catalog-page .default-checkbox input:checked ~ label:after {
    display: block; }
  .catalog-page .default-checkbox label {
    display: block;
    padding-left: 28px;
    font-size: 15px;
    cursor: pointer;
    color: #74747a; }
    .catalog-page .default-checkbox label:before {
      content: '';
      width: 20px;
      height: 20px;
      border-radius: 3px;
      border: 1px solid #c2c2c2;
      position: absolute;
      left: 0;
      top: -1px; }
    .catalog-page .default-checkbox label:after {
      content: '';
      background: #FF4C00 url(../img/icons/check-icon-sm.svg) no-repeat center;
      background-size: 12px;
      width: 20px;
      height: 20px;
      border-radius: 3px;
      position: absolute;
      left: 0;
      top: -1px;
      display: none; }

.catalog-page .cost-slider {
  margin: 0 12px 0 5px; }

.catalog-page .slide-filters .irs--flat .irs-bar {
  height: 2px;
  top: 29px;
  background-color: #FF4C00; }

.catalog-page .slide-filters .irs--flat .irs-line {
  height: 2px;
  top: 29px;
  background-color: #a6a6a6; }

.catalog-page .slide-filters .irs--flat .irs-handle {
  width: 16px;
  height: 16px;
  background-color: #FF4C00;
  border-radius: 50%;
  cursor: pointer; }
  .catalog-page .slide-filters .irs--flat .irs-handle i {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-from,
.catalog-page .slide-filters .irs--flat .irs-to,
.catalog-page .slide-filters .irs--flat .irs-single {
  background-color: transparent;
  font-size: 14px;
  top: -3px;
  color: #212121; }
  .catalog-page .slide-filters .irs--flat .irs-from:before,
  .catalog-page .slide-filters .irs--flat .irs-to:before,
  .catalog-page .slide-filters .irs--flat .irs-single:before {
    display: none; }

.catalog-page .slide-filters .irs--flat .irs-to {
  margin-right: 20px; }

.catalog-page .slide-filters .irs-grid {
  display: none; }

.catalog-page .slide-filters .extra-controls {
  display: flex;
  margin-bottom: 5px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 70px;
    height: 35px;
    text-align: center;
    border: 1px solid #c2c2c2;
    border-radius: 3px;
    margin: 0 6px;
    outline: 0;
    font-size: 14px; }
    .catalog-page .slide-filters .extra-controls .num-input:focus {
      border: 1px solid #FF4C00; }
  .catalog-page .slide-filters .extra-controls .control-input {
    white-space: nowrap; }
    .catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
      margin-left: 10px; }
    .catalog-page .slide-filters .extra-controls .control-input span {
      margin-right: 5px; }
  .catalog-page .slide-filters .extra-controls i {
    display: block;
    font-weight: 700;
    width: 25px;
    text-align: center;
    color: #a1a1a1;
    margin-top: 8px; }
  .catalog-page .slide-filters .extra-controls .default-button {
    height: 35px;
    width: 70px;
    padding: 3px 10px;
    font-size: 14px;
    margin-left: 15px; }

.catalog-page .aside-filters {
  padding-right: 30px; }
  .catalog-page .aside-filters .btn-primary {
    margin-bottom: 15px; }
  .catalog-page .aside-filters .btn-light,
  .catalog-page .aside-filters .btn-primary {
    width: 100%; }

.catalog-page .select-container .select-button {
  width: 160px;
  height: 34px; }

.catalog-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.catalog-page .catalog-display {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }

.catalog-page .found-products span {
  font-weight: 500; }

.catalog-page .catalog-list-toggle,
.catalog-page .catalog-card-toggle {
  width: 32px;
  height: 32px;
  border: 1px solid #c2c2c2;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  position: relative; }
  .catalog-page .catalog-list-toggle i,
  .catalog-page .catalog-card-toggle i {
    position: absolute;
    height: 4px;
    background-color: #C4C4C4; }
  .catalog-page .catalog-list-toggle:hover,
  .catalog-page .catalog-card-toggle:hover {
    border: 1px solid #FF4C00; }
    .catalog-page .catalog-list-toggle:hover i,
    .catalog-page .catalog-card-toggle:hover i {
      background-color: #FF4C00; }
      .catalog-page .catalog-list-toggle:hover i:before, .catalog-page .catalog-list-toggle:hover i:after,
      .catalog-page .catalog-card-toggle:hover i:before,
      .catalog-page .catalog-card-toggle:hover i:after {
        background-color: #FF4C00; }
  .catalog-page .catalog-list-toggle.active,
  .catalog-page .catalog-card-toggle.active {
    cursor: auto;
    border: 1px solid #FF4C00; }
    .catalog-page .catalog-list-toggle.active i,
    .catalog-page .catalog-card-toggle.active i {
      background-color: #FF4C00; }
      .catalog-page .catalog-list-toggle.active i:before, .catalog-page .catalog-list-toggle.active i:after,
      .catalog-page .catalog-card-toggle.active i:before,
      .catalog-page .catalog-card-toggle.active i:after {
        background-color: #FF4C00; }

.catalog-page .filters-open-toggle {
  display: none;
  align-items: center;
  cursor: pointer; }
  .catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    background: url("../img/icons/filter-icon.svg") no-repeat center;
    background-size: 16px;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 3px; }

.catalog-page .catalog-card-toggle {
  margin-left: 5px; }
  .catalog-page .catalog-card-toggle i {
    width: 4px;
    left: 13px; }
    .catalog-page .catalog-card-toggle i:before, .catalog-page .catalog-card-toggle i:after {
      content: '';
      width: 4px;
      height: 4px;
      background-color: #C4C4C4;
      position: absolute; }
    .catalog-page .catalog-card-toggle i:before {
      left: -7px; }
    .catalog-page .catalog-card-toggle i:after {
      right: -7px; }
    .catalog-page .catalog-card-toggle i:nth-child(1) {
      top: 6px; }
    .catalog-page .catalog-card-toggle i:nth-child(2) {
      top: 13px; }
    .catalog-page .catalog-card-toggle i:nth-child(3) {
      top: 20px; }

.catalog-page .catalog-list-toggle i {
  width: 20px;
  left: 5px; }
  .catalog-page .catalog-list-toggle i:nth-child(1) {
    top: 6px; }
  .catalog-page .catalog-list-toggle i:nth-child(2) {
    top: 13px; }
  .catalog-page .catalog-list-toggle i:nth-child(3) {
    top: 20px; }

.catalog-page .row {
  margin-left: -7px;
  margin-right: -7px; }

.catalog-page .col-6.col-xl-3 {
  padding-left: 7px;
  padding-right: 7px;
  margin-bottom: 16px; }

.catalog-page .empty-search {
  text-align: center;
  padding: 100px 0; }
  .catalog-page .empty-search .h2 {
    font-size: 28px;
    font-weight: 400;
    margin: 0 0 15px; }
  .catalog-page .empty-search .subtitle {
    color: #74747a; }

.catalog-page .filter-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  right: 10px;
  background: url(../img/icons/close-icon.svg) no-repeat center;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer; }

.page-description {
  padding: 20px 0; }
  .page-description p {
    margin: 10px 0 20px; }
  .page-description a {
    color: #FF4C00;
    text-decoration: none; }
    .page-description a:hover {
      text-decoration: underline; }
  .page-description .h1, .page-description h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center; }
  .page-description .h2, .page-description h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .page-description .h3, .page-description h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .page-description .h5, .page-description h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
  .page-description img {
    display: block;
    max-width: 100%; }
  .page-description ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .page-description ul li {
      font-size: 16px;
      position: relative;
      margin: 3px 0; }

.catalog-slider-container {
  padding: 30px 0;
  clear: both; }
  .catalog-slider-container .h2, .catalog-slider-container h2 {
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 20px; }

.load-products .product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  padding: 15px; }
  .load-products .product-item .load-img {
    height: 67px;
    width: 67px;
    margin-bottom: 15px; }
    .load-products .product-item .load-img img {
      position: relative;
      display: block;
      transition: 0.35s;
      width: 100%; }
  .load-products .product-item .load-text {
    font-size: 18px;
    text-align: center; }
    .load-products .product-item .load-text span {
      font-weight: 700;
      font-size: 20px; }
  .load-products .product-item:hover .load-img img {
    transform: rotate(180deg); }

.together-cheaper {
  padding: 40px 0; }
  .together-cheaper .h2, .together-cheaper h2 {
    font-size: 30px; }
  .together-cheaper p {
    color: #74747A; }
  .together-cheaper .title-group p {
    padding-right: 100px; }

.together-slider {
  margin: 30px -15px 20px; }
  .together-slider .slick-track {
    display: flex;
    align-items: stretch; }
  .together-slider .together-container {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between; }
    .together-slider .together-container .together-title {
      display: inline-block;
      background-color: #fff;
      padding: 0 10px;
      color: #DE3D3D;
      position: absolute;
      left: 30px;
      top: -11px; }
    .together-slider .together-container .together-row {
      display: flex;
      align-items: flex-start;
      justify-content: space-between; }
    .together-slider .together-container .plus-sign {
      align-self: center;
      margin: 0 15px; }
    .together-slider .together-container .together-item {
      display: flex;
      flex-wrap: wrap;
      flex: 0 0 260px; }
      .together-slider .together-container .together-item .img-block {
        flex: 0 0 160px;
        width: 160px;
        height: 160px;
        margin: 0 auto 5px; }
        .together-slider .together-container .together-item .img-block a {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 100%;
          height: 100%; }
          .together-slider .together-container .together-item .img-block a img {
            display: block;
            max-width: 100%;
            max-height: 100%; }
      .together-slider .together-container .together-item .text-block {
        max-width: 260px;
        margin-bottom: 10px; }
        .together-slider .together-container .together-item .text-block .title {
          font-size: 17px;
          line-height: 1.2;
          font-weight: 400;
          margin: 0 0 10px 0; }
          .together-slider .together-container .together-item .text-block .title a {
            text-decoration: none;
            color: inherit; }
            .together-slider .together-container .together-item .text-block .title a:hover {
              text-decoration: underline; }
        .together-slider .together-container .together-item .text-block .descr-text {
          color: #74747a;
          margin: 0 0 10px;
          font-size: 14px; }
      .together-slider .together-container .together-item .product-cost .default-cost {
        font-size: 16px; }
        .together-slider .together-container .together-item .product-cost .default-cost span {
          font-size: 20px;
          font-weight: 500; }
      .together-slider .together-container .together-item .product-cost .new-cost {
        color: #DE3D3D;
        font-size: 16px;
        line-height: 1;
        margin-top: -7px; }
        .together-slider .together-container .together-item .product-cost .new-cost span {
          font-size: 20px;
          font-weight: 500; }
      .together-slider .together-container .together-item .product-cost .old-cost {
        display: inline-block;
        color: #74747a;
        font-size: 16px;
        line-height: 1;
        position: relative;
        top: -5px; }
        .together-slider .together-container .together-item .product-cost .old-cost:after {
          content: '';
          height: 1px;
          left: -1px;
          right: -1px;
          background-color: #74747a;
          position: absolute;
          top: 49%; }
    .together-slider .together-container .together-footer {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 30px;
      font-size: 16px;
      width: 100%; }
    .together-slider .together-container .together-calc,
    .together-slider .together-container .together-cost,
    .together-slider .together-container .together-sum {
      display: flex;
      align-items: center; }
    .together-slider .together-container .together-cost .cost-num {
      color: #DE3D3D;
      font-size: 20px;
      font-weight: 500;
      margin-top: -2px; }
    .together-slider .together-container .btn-light {
      width: 160px;
      height: 38px;
      line-height: 36px; }
      .together-slider .together-container .btn-light .default-text {
        display: block; }
      .together-slider .together-container .btn-light .active-text {
        display: none; }
      .together-slider .together-container .btn-light.added {
        background-color: #FF4C00;
        color: #fff; }
        .together-slider .together-container .btn-light.added .default-text {
          display: none; }
        .together-slider .together-container .btn-light.added .active-text {
          display: block; }
    .together-slider .together-container .cost-text {
      margin-right: 3px; }
    .together-slider .together-container .total-num {
      font-size: 20px;
      font-weight: 500;
      color: #212121;
      margin-top: -2px; }
  .together-slider .item {
    outline: 0;
    margin: 0 15px;
    border: 1px solid #c2c2c2;
    padding: 15px;
    height: auto;
    background-color: #fff; }
  .together-slider .slick-arrow {
    position: absolute;
    top: -85px;
    width: 40px;
    height: 40px;
    z-index: 10;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: 0.25s;
    padding: 0;
    border: 1px solid #C2C2C2; }
    .together-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .together-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 15px; }
    .together-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 54px; }
    .together-slider .slick-arrow:hover {
      background-color: #FF4C00;
      border-color: #FF4C00; }
      .together-slider .slick-arrow:hover svg {
        fill: #fff; }

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 100;
  display: none; }

@media (max-width: 1536px) {
  .catalog-page .slide-filters .extra-controls .control-input:nth-child(2) {
    margin-left: 3px; }
  .catalog-page .slide-filters .extra-controls .control-input span {
    margin-right: 0; }
  .aside-link-two {
    font-size: 14px; } }

@media (max-width: 1399px) {
  .slider-section .h2, .slider-section h2 {
    font-size: 28px; }
  .aside-link-one {
    font-size: 17px; }
  .catalog-slider {
    padding: 0;
    margin: 0 -8px; }
    .catalog-slider .slick-arrow {
      margin: 0;
      top: -65px; }
      .catalog-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px; }
      .catalog-slider .slick-arrow.slick-next {
        right: 8px; }
    .catalog-slider .product-item .product-name {
      font-size: 15px; }
    .catalog-slider .product-item .old-cost span,
    .catalog-slider .product-item .new-cost span,
    .catalog-slider .product-item .default-cost span {
      font-size: 15px; }
  .product-item .product-name {
    font-size: 15px; }
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 13px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 15px; }
  .together-slider {
    margin: 30px -8px 20px;
    padding: 0; }
    .together-slider .item {
      margin: 0 8px; }
    .together-slider .slick-arrow {
      margin: 0;
      top: -65px; }
      .together-slider .slick-arrow.slick-prev {
        left: auto;
        right: 55px; }
      .together-slider .slick-arrow.slick-next {
        right: 8px; }
    .together-slider .together-container .together-item .text-block {
      max-width: 190px;
      padding-left: 0; } }

@media (max-width: 1199px) {
  .aside-link-one {
    font-size: 16px; }
  .aside-dropdown-one {
    padding-left: 10px; }
  .slider-section .h2, .slider-section h2 {
    font-size: 24px; }
  .catalog-slider .slick-arrow {
    top: -62px; }
  .catalog-page .aside-filters {
    padding-right: 0; }
  .catalog-page .default-checkbox label {
    font-size: 14px; }
  .catalog-page .title-container .h1, .catalog-page .title-container h1 {
    font-size: 24px; }
  .catalog-page .h1, .catalog-page h1 {
    font-size: 32px; }
  .catalog-page .catalog-content-head .select-label {
    display: none; }
  .catalog-page .slide-filters .extra-controls span {
    font-size: 12px; }
  .catalog-page .slide-filters .extra-controls .num-input {
    width: 50px;
    font-size: 13px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3.load-products .product-item {
    min-height: auto; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 200px;
    padding: 10px 5px 90px 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 120px;
      width: 120px;
      height: 120px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 130px; }
  .load-products {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 20px; }
    .load-products .product-item {
      display: flex;
      flex-direction: row; }
      .load-products .product-item .load-img {
        width: 45px;
        height: 45px;
        margin-bottom: 0;
        margin-right: 15px; }
      .load-products .product-item .load-text br {
        display: none; }
  .together-slider {
    margin: 30px -8px 20px; }
    .together-slider .item {
      padding: 20px 50px; }
  .together-cheaper .h2,
  .together-cheaper h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .catalog-page .h1, .catalog-page h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .catalog-page .title-container .h1, .catalog-page .title-container h1 {
    margin-bottom: 20px; }
  .catalog-page .filters-head {
    display: none; }
  .catalog-page .slide-filters {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 105;
    background-color: #fff;
    width: 300px;
    height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    padding: 40px 15px 60px;
    transform: translateX(-150%);
    transition: 0.3s; }
    .catalog-page .slide-filters.active {
      transform: translateX(0); }
    .catalog-page .slide-filters .extra-controls .num-input {
      width: 80px; }
  .catalog-page .catalog-content {
    margin: 0; }
    .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
      max-width: 100%;
      flex: 0 0 100%; }
  .catalog-page .catalog-head-box {
    margin-bottom: 25px; }
  .catalog-page .catalog-content-head {
    padding: 0;
    min-height: auto;
    background-color: transparent;
    margin-bottom: 25px;
    border: 0; }
    .catalog-page .catalog-content-head .active-tags {
      display: none; }
    .catalog-page .catalog-content-head .select-container {
      width: 100%; }
      .catalog-page .catalog-content-head .select-container .select-box {
        margin-left: 0;
        flex-grow: 1; }
      .catalog-page .catalog-content-head .select-container .select-button {
        width: 100%; }
    .catalog-page .catalog-content-head .select-label {
      display: block; }
  .catalog-page .found-products {
    order: 3;
    color: #74747a;
    white-space: nowrap; }
    .catalog-page .found-products span {
      color: #212121; }
  .catalog-page .catalog-display {
    flex-grow: 1;
    flex-wrap: wrap;
    margin-bottom: 0; }
  .catalog-page .filters-open-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 20px;
    width: 100%;
    font-size: 18px;
    border: 1px solid #C2C2C2;
    background-color: #F5F7F9;
    padding: 3px 0; }
    .catalog-page .filters-open-toggle .filter-open-icon {
      border: 0;
      background-size: 20px; }
  .catalog-page .catalog-card-toggle {
    margin-left: 10px; }
  .catalog-page .filter-close {
    display: block; }
  .catalog-page .together-slider .item {
    padding: 15px; }
  .catalog-page .catalog-container {
    margin-bottom: 20px; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 180px;
    padding: 10px 5px 90px 160px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      font-size: 18px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 150px;
      width: 150px;
      height: 150px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 160px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 160px; }
  .together-slider {
    margin: 30px 0 20px; }
  .slider-section {
    padding: 50px 0; } }

@media (max-width: 767px) {
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 14px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 16px; }
  .catalog-page .h1, .catalog-page h1 {
    font-size: 24px;
    margin-bottom: 25px; }
  .catalog-page .page-content .row {
    margin-left: -10px;
    margin-right: -10px; }
  .catalog-page .col-6.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .catalog-content.catalog-list .col-6.col-md-4.col-xl-3 {
    margin-bottom: 15px; }
  .catalog-page .empty-search .h2 {
    font-size: 24px; }
  .together-cheaper .h2, .together-cheaper h2 {
    text-align: left; }
  .together-cheaper .subtitle {
    text-align: left;
    padding-right: 100px; }
  .together-slider {
    padding: 0;
    margin: 20px 1px; }
    .together-slider .item {
      margin: 0;
      padding: 15px; }
    .together-slider .together-container .together-row {
      align-items: flex-start; }
    .together-slider .together-container .plus-sign {
      align-self: center; }
    .together-slider .together-container .together-item {
      flex: 0 0 200px; }
      .together-slider .together-container .together-item .text-block {
        order: 2;
        width: 100%; }
        .together-slider .together-container .together-item .text-block .descr-text {
          font-size: 13px;
          margin-bottom: 10px; }
      .together-slider .together-container .together-item .product-cost {
        margin-bottom: 10px; }
      .together-slider .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 5px;
        margin-right: 0;
        height: 120px; }
        .together-slider .together-container .together-item .img-block a {
          justify-content: flex-start; }
    .together-slider .together-container .together-footer {
      flex-wrap: wrap;
      margin-top: 5px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    text-align: left; }
  .load-products {
    margin-bottom: 0 !important; }
    .load-products .product-item {
      margin-bottom: 0; }
  .slider-section {
    padding: 40px 0; } }

@media (max-width: 575px) {
  .catalog-page .toggles-box .filters-open-toggle {
    order: 3;
    margin-right: 0; }
  .catalog-page .toggles-box .catalog-list-toggle {
    order: 2;
    margin-right: 5px; }
  .catalog-page .toggles-box .catalog-card-toggle {
    order: 1;
    margin-right: 5px;
    margin-left: 0; }
  .slider-section .h2, .slider-section h2 {
    text-align: center !important;
    margin-bottom: 20px; }
  .catalog-slider .slick-arrow {
    display: none !important; }
  .catalog-slider .item {
    margin: 0 5px;
    width: 230px; }
  .catalog-page .catalog-content.catalog-list .product-item .product-name {
    font-size: 14px; }
  .together-cheaper .title-group p {
    padding-right: 90px; }
  .together-slider .together-container .together-item {
    flex: 0 0 180px; }
    .together-slider .together-container .together-item .text-block .title {
      font-size: 14px; }
  .together-slider .together-container .plus-sign {
    margin: 0 5px; }
  .together-slider .together-container .total-num {
    font-size: 18px; }
  .together-slider .together-container .together-cost .cost-num {
    font-size: 18px; }
  .together-slider .together-container .btn-light {
    width: 120px; }
  .together-slider .slick-arrow {
    top: -55px;
    width: 32px;
    height: 32px; }
    .together-slider .slick-arrow.slick-next {
      right: -2px; }
    .together-slider .slick-arrow.slick-prev {
      right: 38px; }
    .together-slider .slick-arrow svg {
      width: 8px; }
  .together-cheaper {
    padding-top: 15px; }
  .product-item .product-cost {
    display: block;
    bottom: 56px; }
    .product-item .product-cost .old-cost {
      font-size: 14px; }
      .product-item .product-cost .old-cost span {
        font-size: 13px; }
  .product-item .new-cost {
    display: block; } }

@media (max-width: 479px) {
  .custom-container {
    padding-right: 5px;
    padding-left: 5px; }
    .custom-container .col-2 {
      padding-right: 5px;
      padding-left: 5px; }
    .custom-container .row {
      margin-left: -5px;
      margin-right: -5px; }
  .product-item .product-img {
    height: 140px; }
  .product-item .product-name {
    font-size: 14px; }
  .product-item .product-footer {
    left: 7px;
    right: 7px;
    bottom: 8px; }
  .product-item .old-cost,
  .product-item .new-cost,
  .product-item .default-cost {
    font-size: 13px; }
    .product-item .old-cost span,
    .product-item .new-cost span,
    .product-item .default-cost span {
      font-size: 15px; }
  .product-item .btn-light {
    padding: 0 3px;
    white-space: nowrap; }
  .catalog-page .together-slider .item {
    padding: 10px; }
  .catalog-page .together-slider .together-container .together-item .img-block {
    margin: 0 auto; }
    .catalog-page .together-slider .together-container .together-item .img-block a {
      justify-content: center; }
  .together-slider .together-container .together-item {
    flex: 0 0 120px; }
  .together-slider .together-container .plus-sign {
    flex: 0 0 16px;
    max-width: 16px; }
    .together-slider .together-container .plus-sign img {
      width: 100%; }
  .together-slider .together-container .together-footer {
    margin-top: 15px; }
  .together-slider .together-container .btn-light {
    width: 100%;
    margin-top: 10px; }
  .load-products .product-item .load-img {
    width: 40px;
    height: 40px; } }

@media (max-width: 420px) {
  .catalog-slider .item {
    width: 220px; }
  .catalog-slider .slick-list {
    padding: 0 80px !important; }
  .catalog-page .title-container .h1,
  .catalog-page .title-container h1 {
    font-size: 20px; } }

@media (max-width: 390px) {
  .catalog-slider .slick-list {
    padding: 0 55px !important; } }

@media (max-width: 375px) {
  .catalog-slider .item {
    width: 200px; }
  .catalog-slider .product-item .product-name {
    font-size: 14px; }
  .catalog-slider .product-item .product-img {
    height: 130px; }
  .product-item .product-img {
    height: 120px; }
  .product-item .product-name {
    font-size: 13px; }
  .product-item .btn-light {
    font-size: 13px; }
  .catalog-page .catalog-content-head {
    margin-left: 0; }
  .catalog-page .catalog-content.catalog-list .product-item {
    min-height: 180px;
    padding: 10px 5px 90px 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-name {
      padding: 0; }
    .catalog-page .catalog-content.catalog-list .product-item .product-code {
      padding: 0; }
    .catalog-page .catalog-content.catalog-list .product-item .product-img {
      flex: 0 0 120px;
      width: 120px;
      height: 120px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-cost {
      left: 130px; }
    .catalog-page .catalog-content.catalog-list .product-item .product-footer {
      left: 130px; } }

.product-page #wrapper {
  overflow: visible; }

.product-page .tabs {
  margin: 50px 0 20px;
  padding: 0px;
  list-style: none;
  display: flex; }
  .product-page .tabs li {
    background-color: #fff;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 16px;
    color: #555;
    font-weight: 400;
    position: relative;
    border: 1px solid #C4C4C4;
    margin: 0 10px 10px 0; }
    .product-page .tabs li a {
      text-decoration: none;
      color: #252525;
      display: block;
      width: 100%;
      height: 100%; }
    .product-page .tabs li.current {
      background-color: #212121;
      border: 1px solid #212121;
      color: #fff; }

.product-page .tab-pane {
  color: #121212;
  display: block;
  height: 0;
  overflow: hidden; }
  .product-page .tab-pane > p {
    margin: 0 0 20px; }
  .product-page .tab-pane.current {
    height: auto;
    overflow: visible; }
  .product-page .tab-pane .btn-primary {
    width: 380px; }
  .product-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .product-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }

.product-page .tab-content {
  margin-bottom: 50px; }

.product-page .product-slider-container {
  padding-top: 5px; }
  .product-page .product-slider-container .badge-sale,
  .product-page .product-slider-container .badge-new,
  .product-page .product-slider-container .badge-top {
    position: absolute;
    top: -4px;
    right: 2px;
    height: 60px;
    z-index: 10;
    font-size: 13px;
    height: 24px;
    left: auto; }

.product-page .product-slider {
  border: 1px solid #C2C2C2;
  margin: 0 auto 25px; }
  .product-page .product-slider.slick-initialized .item {
    display: block; }
  .product-page .product-slider .item {
    outline: 0;
    height: 520px;
    display: none; }
    .product-page .product-slider .item:first-child {
      display: block; }
    .product-page .product-slider .item picture {
      display: flex;
      justify-content: center;
      align-items: center; }
    .product-page .product-slider .item a {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      outline: 0; }
      .product-page .product-slider .item a img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        margin: 0 auto; }
    .product-page .product-slider .item .zoom-icon {
      position: absolute;
      right: 5px;
      bottom: 5px;
      width: 50px;
      height: 50px;
      background: url("../img/icons/zoom-icon.svg") no-repeat center;
      background-size: 25px;
      pointer-events: none; }
    .product-page .product-slider .item.video-item:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 80px;
      height: 80px;
      top: calc(50% - 20px);
      height: 45px;
      background: url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: contain;
      pointer-events: none; }

.product-page .product-slider-nav {
  padding-top: 20px;
  margin: 0 auto;
  width: 480px;
  padding: 0 25px; }
  .product-page .product-slider-nav.slick-initialized .item {
    opacity: 1; }
  .product-page .product-slider-nav .item {
    border: 1px solid #C2C2C2;
    margin: 0 10px;
    outline: none;
    position: relative;
    cursor: pointer;
    opacity: 0;
    height: 124px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px; }
    .product-page .product-slider-nav .item picture {
      display: flex;
      width: 100%;
      height: 100%;
      justify-content: center;
      align-items: center; }
    .product-page .product-slider-nav .item.slick-current {
      border: 1px solid #FF4C00; }
    .product-page .product-slider-nav .item img {
      display: block;
      max-width: 100%;
      max-height: 100%;
      margin: 0 auto; }
    .product-page .product-slider-nav .item.video-item:before {
      content: '';
      position: absolute;
      right: 0;
      left: 0;
      margin: 0 auto;
      width: 60px;
      height: 50px;
      top: calc(50% - 20px);
      height: 45px;
      background: url(../img/icons/youtube-icon.svg) no-repeat center;
      background-size: 50px;
      pointer-events: none; }
  .product-page .product-slider-nav .slick-arrow {
    position: absolute;
    top: 0;
    z-index: 10;
    height: 100%;
    width: 20px;
    border: 0;
    outline: 0;
    cursor: pointer;
    background: #fff; }
    .product-page .product-slider-nav .slick-arrow:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      top: calc(50% - 12px);
      margin: 0 auto; }
    .product-page .product-slider-nav .slick-arrow.prev-arrow {
      left: 0; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
        left: 0;
        border-right: 12px solid #C4C4C4; }
    .product-page .product-slider-nav .slick-arrow.next-arrow {
      right: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow:before {
        right: 0;
        border-left: 12px solid #C4C4C4; }
    .product-page .product-slider-nav .slick-arrow:hover.prev-arrow:before {
      border-right: 12px solid #FF4C00; }
    .product-page .product-slider-nav .slick-arrow:hover.next-arrow:before {
      border-left: 12px solid #FF4C00; }

.product-page .fancybox-content {
  border: 10px solid #fff;
  background-color: #fff; }

.product-page .product-description {
  padding-left: 20px;
  padding-top: 10px; }
  .product-page .product-description .product-code {
    font-size: 16px;
    color: #888;
    margin: 0 0 10px; }
  .product-page .product-description .subtitle {
    margin-bottom: 10px; }
  .product-page .product-description .product-availability {
    text-align: right;
    font-size: 14px;
    margin-top: -25px; }
    .product-page .product-description .product-availability .available {
      color: #3CA42B; }
    .product-page .product-description .product-availability .not-available {
      color: #74747a; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 30px;
    font-weight: 500;
    margin: -5px 0 15px;
    line-height: 1.3; }
  .product-page .product-description p {
    margin: 0 0 10px; }
  .product-page .product-description ul {
    margin: 10px 0 15px;
    padding-left: 15px;
    font-size: 14px; }
  .product-page .product-description .stars-block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 15px;
    cursor: pointer; }
    .product-page .product-description .stars-block p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 16px; }
      .product-page .product-description .stars-block p span {
        font-weight: 500; }
      .product-page .product-description .stars-block p:hover {
        text-decoration: underline; }
    .product-page .product-description .stars-block .item-stars {
      height: 20px; }
    .product-page .product-description .stars-block .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .product-description .stars-block .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .product-description .stars-block .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 20px;
      height: 20px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .product-description .default-cost {
    font-size: 18px; }
    .product-page .product-description .default-cost span {
      font-size: 28px;
      font-weight: 600; }
  .product-page .product-description .new-cost {
    color: #DE3D3D;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px; }
    .product-page .product-description .new-cost span {
      font-size: 26px;
      font-weight: 700; }
  .product-page .product-description .old-cost {
    display: inline-block;
    vertical-align: bottom;
    color: #74747a;
    font-size: 20px;
    line-height: 1;
    position: relative; }
    .product-page .product-description .old-cost span {
      font-size: 22px; }
    .product-page .product-description .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #747474;
      position: absolute;
      top: 49%; }
  .product-page .product-description .buttons-box {
    margin: 20px 0 30px;
    display: flex;
    align-items: center; }
  .product-page .product-description .btn-light {
    width: 220px;
    padding: 0 8px;
    height: 46px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: normal; }
  .product-page .product-description .btn-primary {
    width: 220px;
    display: flex;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 0 8px;
    font-size: 18px; }
    .product-page .product-description .btn-primary span {
      margin-right: 10px; }
    .product-page .product-description .btn-primary .default-text {
      display: block; }
    .product-page .product-description .btn-primary .default-icon {
      display: block; }
    .product-page .product-description .btn-primary .active-text {
      display: none; }
    .product-page .product-description .btn-primary .active-icon {
      width: 20px;
      display: none; }
    .product-page .product-description .btn-primary.added .default-icon {
      display: none; }
    .product-page .product-description .btn-primary.added .active-icon {
      display: block; }
    .product-page .product-description .btn-primary.added .default-text {
      display: none; }
    .product-page .product-description .btn-primary.added .active-text {
      display: block; }
  .product-page .product-description .btn-choose {
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #bbb;
    background-color: #fff;
    margin-left: 20px;
    transition: 0.25s; }
    .product-page .product-description .btn-choose .default-icon {
      display: block; }
    .product-page .product-description .btn-choose .active-icon {
      display: none; }
    .product-page .product-description .btn-choose.added {
      border: 1px solid #FF4C00; }
      .product-page .product-description .btn-choose.added .default-icon {
        display: none; }
      .product-page .product-description .btn-choose.added .active-icon {
        display: block; }
  .product-page .product-description .properties-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0; }
  .product-page .product-description .property-item {
    margin-right: 30px;
    display: flex;
    align-items: center; }
    .product-page .product-description .property-item > span {
      margin-right: 10px;
      font-size: 18px;
      color: #787777; }
  .product-page .product-description .checkbox-item {
    position: relative;
    margin-right: 10px; }
    .product-page .product-description .checkbox-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .product-page .product-description .checkbox-item input:checked ~ label {
        color: #fff;
        background-color: #FF4C00;
        border: 1px solid #FF4C00; }
    .product-page .product-description .checkbox-item label {
      display: inline-block;
      padding: 3px 15px;
      border: 1px solid #787777;
      cursor: pointer; }
  .product-page .product-description a.checkbox-item {
    display: inline-block;
    padding: 3px 15px;
    border: 1px solid #787777;
    cursor: pointer;
    text-decoration: none;
    color: #555; }
    .product-page .product-description a.checkbox-item.active {
      color: #fff;
      background-color: #FF4C00;
      border: 1px solid #FF4C00; }
  .product-page .product-description .calc-holder {
    display: flex;
    align-items: center; }
    .product-page .product-description .calc-holder > span {
      margin-right: 10px;
      font-size: 18px;
      color: #787777; }
  .product-page .product-description .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 36px;
    position: relative;
    overflow: hidden; }
    .product-page .product-description .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 36px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .product-page .product-description .calc-block .increase-btn,
    .product-page .product-description .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 36px;
      width: 36px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #787777; }
      .product-page .product-description .calc-block .increase-btn:hover,
      .product-page .product-description .calc-block .decrease-btn:hover {
        border-color: #FF4C00; }
        .product-page .product-description .calc-block .increase-btn:hover:before, .product-page .product-description .calc-block .increase-btn:hover:after,
        .product-page .product-description .calc-block .decrease-btn:hover:before,
        .product-page .product-description .calc-block .decrease-btn:hover:after {
          background: #FF4C00; }
    .product-page .product-description .calc-block .increase-btn {
      right: 0; }
    .product-page .product-description .calc-block .increase-btn:before,
    .product-page .product-description .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .product-page .product-description .calc-block .increase-btn:before {
      top: 16px;
      left: 10px;
      width: 15px;
      height: 1px; }
    .product-page .product-description .calc-block .increase-btn:after {
      top: 9px;
      left: 17px;
      width: 1px;
      height: 15px; }
    .product-page .product-description .calc-block .decrease-btn {
      left: 0; }
    .product-page .product-description .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 16px;
      left: 10px; }

.product-page .description-toggle {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  z-index: 5;
  cursor: pointer;
  display: none; }
  .product-page .description-toggle:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid #262626;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    right: -2px;
    top: calc(50% - 1px);
    transform-origin: center;
    transition: 0.25s; }
  .product-page .description-toggle .default-state {
    display: block; }
  .product-page .description-toggle .active-state {
    display: none; }
  .product-page .description-toggle.active:after {
    transform: rotate(180deg); }
  .product-page .description-toggle.active .default-state {
    display: none; }
  .product-page .description-toggle.active .active-state {
    display: block; }

.product-page .product-text-container {
  max-height: 420px;
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .product-page .product-text-container.hidden:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 85px;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 50%, #fff 100%); }
  .product-page .product-text-container.hidden .description-toggle {
    display: block; }
  .product-page .product-text-container.active {
    max-height: none; }
    .product-page .product-text-container.active:after {
      display: none; }
  .product-page .product-text-container h4, .product-page .product-text-container .h4 {
    margin: 0 0 10px; }
  .product-page .product-text-container p {
    font-size: 14px;
    margin: 0 0 15px; }

.product-page .product-col {
  padding-left: 40px; }
  .product-page .product-col .h2 {
    font-size: 24px;
    font-weight: 500; }
  .product-page .product-col .product-description {
    padding-left: 0; }

.product-page .sticky-box {
  position: sticky;
  top: 90px; }

.product-page .lg-tab-img {
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
  padding: 20px; }
  .product-page .lg-tab-img img {
    display: block;
    max-width: 90%;
    max-height: 400px;
    margin: 0 auto; }

.product-page .review-item {
  border: 1px solid #c2c2c2;
  padding: 20px;
  margin-bottom: 20px; }
  .product-page .review-item .item-head {
    position: relative;
    margin-bottom: 10px;
    padding-right: 80px; }
    .product-page .review-item .item-head .item-name {
      font-size: 17px;
      font-weight: 600; }
    .product-page .review-item .item-head .item-date {
      position: absolute;
      right: 0;
      top: 5px;
      font-size: 12px;
      color: #888; }
  .product-page .review-item .item-stars {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px; }
    .product-page .review-item .item-stars span {
      margin-right: 5px; }
    .product-page .review-item .item-stars p {
      margin: 2px 0 0;
      margin-left: 7px;
      font-size: 15px; }
    .product-page .review-item .item-stars .full-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/full-star.png) no-repeat center;
      background-size: contain; }
    .product-page .review-item .item-stars .half-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      background: url(../img/icons/half-star.png) no-repeat center;
      -webkit-background-size: contain;
      background-size: contain; }
    .product-page .review-item .item-stars .empty-star {
      font-size: 0;
      white-space: nowrap;
      display: inline-block;
      vertical-align: top;
      width: 14px;
      height: 14px;
      overflow: hidden;
      position: relative;
      background: url(../img/icons/empty-star.png) no-repeat center;
      background-size: contain; }
  .product-page .review-item .review-text {
    margin: 10px 0; }
  .product-page .review-item .plus-box,
  .product-page .review-item .minus-box {
    display: flex; }
  .product-page .review-item .plus-box .plus-title {
    font-weight: 600;
    color: #FF4C00;
    margin-right: 5px; }
  .product-page .review-item .minus-box .minus-title {
    font-weight: 600;
    margin-right: 5px;
    color: #ff6f6f; }
  .product-page .review-item .admin-response {
    margin-top: 15px;
    margin-left: 20px;
    border-left: 2px solid #c2c2c2;
    padding: 5px 0 1px 10px; }
    .product-page .review-item .admin-response .item-name {
      color: #555; }

.product-page .review-form-container {
  border: 1px solid #c2c2c2;
  padding: 40px 150px 60px;
  border-radius: 3px; }
  .product-page .review-form-container .h3 {
    text-align: center; }
  .product-page .review-form-container .form-group {
    margin-bottom: 0;
    position: relative; }
    .product-page .review-form-container .form-group label {
      margin-bottom: 1px; }
    .product-page .review-form-container .form-group textarea {
      resize: vertical; }
    .product-page .review-form-container .form-group textarea.form-control {
      min-height: 140px; }
  .product-page .review-form-container .btn-primary {
    width: 100%;
    display: block;
    margin-top: 8px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .product-page .review-form-container .raiting-group {
    margin: 0 0 10px; }
  .product-page .review-form-container .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
    width: 120px;
    height: 20px;
    overflow: hidden;
    position: relative;
    background: url("../img/icons/empty-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating i {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 20%;
    z-index: 1;
    background: url("../img/icons/full-yellow-star.png") repeat-x;
    -webkit-background-size: contain;
    background-size: contain; }
  .product-page .review-form-container .star-rating input {
    -moz-appearance: none;
    -webkit-appearance: none;
    opacity: 0;
    display: inline-block;
    width: 20%;
    height: 100%;
    margin: 0;
    padding: 0;
    z-index: 2;
    position: relative;
    cursor: pointer; }
  .product-page .review-form-container .star-rating input:hover + i,
  .product-page .review-form-container .star-rating input:hover + label + i,
  .product-page .review-form-container .star-rating input:checked + i,
  .product-page .review-form-container .star-rating input:checked + label + i {
    opacity: 1; }
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i,
  .product-page .review-form-container .star-rating input.error + i,
  .product-page .review-form-container .star-rating input.error + label + i {
    opacity: 1;
    filter: hue-rotate(81deg); }
  .product-page .review-form-container .star-rating i ~ i {
    width: 40%; }
  .product-page .review-form-container .star-rating i ~ i ~ i {
    width: 60%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i {
    width: 80%; }
  .product-page .review-form-container .star-rating i ~ i ~ i ~ i ~ i {
    width: 100%; }

.product-page .text-container p {
  font-size: 14px; }

.product-page .text-container a {
  color: #FF4C00; }

.product-page .text-container .h1, .product-page .text-container h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 30px; }

.product-page .text-container .h2, .product-page .text-container h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px; }

.product-page .text-container .h3, .product-page .text-container h3 {
  font-size: 20px;
  font-weight: 400; }

.product-page .text-container .h5, .product-page .text-container h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; }

.product-page .text-container .img-box {
  border: 1px solid #FF4C00;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  padding: 10px; }
  .product-page .text-container .img-box img {
    display: block;
    max-width: 100%;
    max-height: 100%; }

.product-page .text-container ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }
  .product-page .text-container ul li {
    font-size: 14px;
    position: relative;
    padding-left: 18px; }
    .product-page .text-container ul li:before {
      content: '';
      width: 7px;
      height: 1px;
      background-color: #212121;
      position: absolute;
      left: 0;
      top: 11px; }

.product-page table {
  width: 100%;
  color: #555;
  font-size: 14px; }
  .product-page table thead td {
    background-color: #EFF1F5;
    font-weight: 500 !important; }
  .product-page table td {
    padding: 5px 5px 5px 10px; }
    .product-page table td:first-child {
      font-weight: 400; }
  .product-page table tr:nth-child(even) td {
    background-color: #EFF1F5; }

.product-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .product-page .modal-content .close img {
    width: 15px; }

.product-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 30px 10px;
  flex-wrap: wrap; }
  .product-page .modal-content .modal-header h5 {
    font-size: 22px;
    margin: 0 0 5px;
    font-weight: 500; }
  .product-page .modal-content .modal-header .sub-title {
    text-align: center;
    color: #747474; }

.product-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .product-page .modal-content .modal-body .btn-success {
    margin-top: 5px; }

.product-page .modal-content .form-group {
  margin-bottom: 0; }

.product-page .modal-content .btn-primary {
  width: 100%;
  display: block;
  margin-top: 8px;
  padding: 8px; }

.product-page .slider-section .h2, .product-page .slider-section h2 {
  font-size: 30px; }

.product-page .description-detail .h2, .product-page .description-detail h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0 10px; }

.product-page .description-detail iframe {
  width: 100% !important;
  height: 400px !important; }

.product-page .description-detail .h3, .product-page .description-detail h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 10px; }

.product-page .description-detail .h4, .product-page .description-detail h4 {
  font-size: 18px;
  margin: 0 0 10px;
  font-weight: 500; }

.product-page .description-detail .h5, .product-page .description-detail h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 500; }

.product-page .description-detail img {
  display: block;
  max-width: 100%; }

.product-page .description-detail p {
  margin: 0 0 25px; }

.product-page .description-detail ul {
  margin: -5px 0 20px;
  padding: 0 0 0 20px; }
  .product-page .description-detail ul li {
    font-size: 16px;
    position: relative;
    margin: 3px 0; }

.product-page .description-detail table {
  margin-bottom: 30px; }

.product-page .description-img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 50px;
  margin-top: 50px; }
  .product-page .description-img a {
    display: block; }
    .product-page .description-img a:hover {
      opacity: 0.7; }
  .product-page .description-img img {
    display: block;
    height: 160px;
    margin: 0 10px 10px 0; }

@media (min-width: 576px) {
  .modal.order-modal {
    max-width: 480px; } }

@media (max-width: 1699px) {
  .product-page .product-description {
    padding-left: 40px; } }

@media (max-width: 1536px) {
  .product-page .description-detail iframe {
    height: 350px !important; } }

@media (max-width: 1399px) {
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 24px; }
  .product-page .product-slider {
    width: 500px; }
    .product-page .product-slider .item {
      width: 500px; }
  .product-page .product-description {
    padding-left: 90px; }
    .product-page .product-description .btn-primary {
      margin-right: 15px; }
    .product-page .product-description .btn-choose {
      margin-left: 15px; } }

@media (max-width: 1199px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 24px; }
  .product-page .product-slider {
    width: 100%;
    margin-right: 0; }
    .product-page .product-slider .item {
      width: auto; }
  .product-page .product-description {
    padding-left: 0; }
    .product-page .product-description .btn-primary,
    .product-page .product-description .btn-light {
      font-size: 14px; }
    .product-page .product-description .btn-choose {
      flex: 0 0 48px; }
    .product-page .product-description .property-item {
      margin-bottom: 20px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    font-size: 24px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; } }

@media (max-width: 991px) {
  .product-page #wrapper {
    overflow: hidden; }
  .product-page .tabs {
    margin-top: 30px; }
    .product-page .tabs li {
      font-size: 16px;
      padding: 5px 10px; }
  .product-page .col-lg-7.col-xl-6 {
    margin-bottom: 20px; }
  .product-page .product-slider-container {
    padding-left: 0;
    padding-top: 0;
    margin: 0 auto 30px;
    position: relative; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      top: -1px;
      right: auto;
      left: 0; }
    .product-page .product-slider-container .product-choose {
      width: 24px;
      top: 12px; }
      .product-page .product-slider-container .product-choose .choose-text {
        display: none; }
  .product-page .product-slider {
    margin: 0 auto 10px;
    border: 0;
    width: 500px; }
  .product-page .product-slider-nav {
    position: relative;
    height: 120px;
    width: 420px;
    padding: 0;
    left: -5px;
    top: auto;
    margin: 0 auto; }
    .product-page .product-slider-nav .slick-list {
      height: 125px !important;
      padding: 0 !important; }
    .product-page .product-slider-nav .item {
      margin: 0 7px;
      height: 120px;
      width: 122px; }
    .product-page .product-slider-nav .slick-arrow {
      width: 30px;
      height: 120px; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: -32px;
        right: auto; }
      .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: -32px;
        left: auto; }
  .product-page .product-description {
    padding-left: 0; }
    .product-page .product-description .product-cost {
      display: flex;
      align-items: center; }
      .product-page .product-description .product-cost .old-cost {
        margin-right: 10px; }
      .product-page .product-description .product-cost .new-cost {
        margin-bottom: -1px; }
    .product-page .product-description .property-item {
      margin-bottom: 0; }
  .product-page .product-col {
    display: none; } }

@media (max-width: 767px) {
  .product-page .product-slider-nav {
    height: 100px; }
    .product-page .product-slider-nav .item {
      width: 100px;
      height: 100px;
      padding: 3px; }
    .product-page .product-slider-nav .slick-arrow {
      height: 100px; }
  .product-page .product-slider-container {
    margin-bottom: 0;
    width: 420px;
    margin: 0 auto; }
  .product-page .product-slider {
    width: 100%; }
  .product-page .nav-tabs {
    margin: 5px 0 20px; }
    .product-page .nav-tabs .nav-item .nav-link {
      font-size: 12px;
      padding: 5px 10px; }
  .product-page .breadcrumb {
    width: 100%;
    margin-bottom: 10px;
    flex-wrap: nowrap; }
  .product-page .review-item {
    margin-bottom: 20px; }
  .product-page .review-form-container {
    padding: 20px 30px 30px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .catalog-slider-container {
    padding: 20px 0 80px; }
  .product-page .description-detail iframe {
    height: 300px !important; }
  .product-page .description-img img {
    height: 120px; }
  .product-page .product-description {
    margin-top: 30px; } }

@media (max-width: 575px) {
  .product-page .product-description h1, .product-page .product-description .h1 {
    font-size: 20px;
    margin-bottom: 5px; }
  .product-page .tabs {
    white-space: nowrap;
    margin-right: -15px;
    justify-content: center; }
    .product-page .tabs li {
      font-size: 14px;
      padding: 5px; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 150px; }
  .product-page .catalog-slider-container {
    padding: 40px 0 0;
    width: 420px; }
  .product-page .text-container .img-box {
    display: none; }
  .product-page .text-container .h2, .product-page .text-container h2 {
    margin-bottom: 15px; }
  .product-page .text-container .h3, .product-page .text-container h3 {
    font-size: 18px; }
  .product-page .modal-content .modal-header h5 {
    font-size: 18px; }
  .product-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .product-page .product-slider .item {
    height: 500px; }
  .product-page .product-slider-nav {
    width: 100%;
    padding: 0 32px; }
    .product-page .product-slider-nav .slick-arrow.prev-arrow {
      left: 0; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow:before {
        left: 12px; }
    .product-page .product-slider-nav .slick-arrow.next-arrow {
      right: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow:before {
        right: 12px; }
  .product-page .product-description .product-code {
    margin-top: 0; }
  .product-page .product-description .buttons-box {
    flex-wrap: wrap;
    align-items: flex-start; }
    .product-page .product-description .buttons-box .btn-primary {
      width: 100%;
      margin: 0 0 15px;
      font-size: 16px; }
    .product-page .product-description .buttons-box .btn-light {
      display: inline-flex;
      margin: 0;
      flex-grow: 1;
      width: auto;
      font-size: 16px; }
    .product-page .product-description .buttons-box .btn-choose {
      display: inline-flex; }
  .product-page .product-description .product-availability {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px; }
  .product-page .product-description .property-item {
    margin-bottom: 20px; }
  .product-page .product-description .calc-holder {
    width: 100%; }
  .product-page .description-toggle {
    font-size: 16px; }
    .product-page .description-toggle:after {
      right: -4px; }
  .product-page .slider-section .h2, .product-page .slider-section h2 {
    margin-bottom: 10px; }
  .product-page .review-item {
    padding: 10px; }
    .product-page .review-item .admin-response {
      margin-left: 10px; } }

@media (max-width: 479px) {
  .product-page .product-slider-container {
    width: 100%; }
    .product-page .product-slider-container .badge-sale,
    .product-page .product-slider-container .badge-new,
    .product-page .product-slider-container .badge-top {
      left: 0; }
  .product-page .product-slider {
    width: 100%; }
    .product-page .product-slider .item {
      height: 360px;
      padding-top: 0; }
  .product-page .product-description .new-cost span {
    font-size: 22px; }
  .product-page .product-description .old-cost span {
    font-size: 18px; }
  .product-page .tab-pane .product-code {
    bottom: 100px;
    font-size: 12px; }
  .product-page .product-slider-nav {
    height: 85px;
    padding: 0 32px;
    margin: 0 -12px;
    width: calc(100% + 24px); }
    .product-page .product-slider-nav .item {
      width: 85px;
      height: 85px; }
    .product-page .product-slider-nav .slick-arrow {
      height: 85px; }
      .product-page .product-slider-nav .slick-arrow.prev-arrow {
        left: 0; }
      .product-page .product-slider-nav .slick-arrow.next-arrow {
        right: 0; }
  .product-page .breadcrumb .breadcrumb-item {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 90px; }
  .product-page .review-form-container {
    padding: 20px 15px 20px; }
    .product-page .review-form-container .h3 {
      font-size: 20px; }
  .product-page .description-detail iframe {
    height: 250px !important; }
  .product-page .description-img img {
    height: 100px; } }

.cart-page .page-content {
  padding: 0 0 40px; }
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    margin: 0 0 50px; }

.cart-page .cart-container {
  margin-bottom: 30px; }
  .cart-page .cart-container:before, .cart-page .cart-container:after {
    content: " ";
    display: table; }
  .cart-page .cart-container:after {
    clear: both; }

.cart-page .cart-head {
  background-color: #EFF1F5;
  display: flex;
  font-size: 16px;
  text-align: center;
  padding: 12px 0;
  border-radius: 3px;
  font-weight: 400;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  color: #555; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 165px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 450px; }
  .cart-page .cart-head .cost-cell {
    flex: 0 0 150px; }
  .cart-page .cart-head .calc-cell {
    flex: 0 0 210px; }
  .cart-page .cart-head .sum-cell {
    flex: 0 0 160px; }

.cart-page .cart-item {
  border-top: 1px solid #C4C4C4;
  padding: 20px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cart-page .cart-item:first-child {
    border-bottom: 0; }
  .cart-page .cart-item .text-block {
    margin-right: 30px;
    width: 420px; }
  .cart-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cart-page .cart-item .img-block {
    width: 120px;
    height: 120px;
    margin-right: 30px;
    margin-left: 20px;
    overflow: hidden;
    transition: 0.3s; }
    .cart-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cart-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cart-page .cart-item .img-block:hover, .cart-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cart-page .cart-item .title {
    font-size: 18px;
    margin: 0 0 5px;
    max-width: 400px;
    font-weight: 400;
    line-height: 1.3; }
    .cart-page .cart-item .title a {
      color: inherit;
      text-decoration: none; }
      .cart-page .cart-item .title a:hover {
        text-decoration: underline; }
  .cart-page .cart-item .descr-text {
    color: #74747A; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
      font-size: 20px; }
  .cart-page .cart-item .default-cost {
    font-size: 16px; }
    .cart-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 500; }
  .cart-page .cart-item .new-cost {
    color: #ff2600;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cart-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 500; }
  .cart-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cart-page .cart-item .old-cost span {
      font-size: 18px; }
    .cart-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #74747a;
      position: absolute;
      top: 49%; }
  .cart-page .cart-item .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 20px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.3; }
    .cart-page .cart-item .close-btn:hover {
      opacity: 1; }
  .cart-page .cart-item .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 36px;
    position: relative;
    overflow: hidden;
    margin: 0 50px; }
    .cart-page .cart-item .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 36px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .cart-page .cart-item .calc-block .increase-btn,
    .cart-page .cart-item .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 36px;
      width: 36px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #787777; }
      .cart-page .cart-item .calc-block .increase-btn:hover,
      .cart-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #FF4C00; }
        .cart-page .cart-item .calc-block .increase-btn:hover:before, .cart-page .cart-item .calc-block .increase-btn:hover:after,
        .cart-page .cart-item .calc-block .decrease-btn:hover:before,
        .cart-page .cart-item .calc-block .decrease-btn:hover:after {
          background: #FF4C00; }
    .cart-page .cart-item .calc-block .increase-btn {
      right: 0; }
    .cart-page .cart-item .calc-block .increase-btn:before,
    .cart-page .cart-item .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .cart-page .cart-item .calc-block .increase-btn:before {
      top: 16px;
      left: 10px;
      width: 15px;
      height: 1px; }
    .cart-page .cart-item .calc-block .increase-btn:after {
      top: 9px;
      left: 17px;
      width: 1px;
      height: 15px; }
    .cart-page .cart-item .calc-block .decrease-btn {
      left: 0; }
    .cart-page .cart-item .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 16px;
      left: 10px; }

.cart-page .together-container {
  border: 1px solid #DE3D3D;
  border-radius: 3px;
  position: relative;
  padding: 15px 10px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cart-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 30px;
    top: -15px;
    font-weight: 400; }
  .cart-page .together-container .together-row {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .cart-page .together-container .together-item {
    display: flex;
    align-items: center;
    width: 45%; }
    .cart-page .together-container .together-item .img-block {
      flex: 0 0 120px;
      width: 120px;
      height: 120px;
      margin-right: 20px; }
      .cart-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cart-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cart-page .together-container .together-item .text-block .title {
      font-size: 18px;
      line-height: 1.2;
      font-weight: 600;
      max-width: 320px;
      margin: 0 10px 15px 0; }
      .cart-page .together-container .together-item .text-block .title a {
        color: inherit;
        text-decoration: none; }
        .cart-page .together-container .together-item .text-block .title a:hover {
          text-decoration: underline; }
    .cart-page .together-container .together-item .text-block .descr-text {
      color: #74747a; }
    .cart-page .together-container .together-item .product-cost .default-cost {
      color: #212121;
      font-size: 16px; }
      .cart-page .together-container .together-item .product-cost .default-cost span {
        font-size: 20px;
        font-weight: 500; }
    .cart-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 16px;
      line-height: 1;
      margin-top: -7px; }
      .cart-page .together-container .together-item .product-cost .new-cost span {
        font-size: 20px;
        font-weight: 500; }
    .cart-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747a;
      font-size: 18px;
      line-height: 1;
      position: relative;
      top: -5px; }
      .cart-page .together-container .together-item .product-cost .old-cost span {
        font-size: 18px; }
      .cart-page .together-container .together-item .product-cost .old-cost:before {
        top: 51%; }
  .cart-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    font-size: 16px;
    background-color: #EDF0F3;
    padding: 8px 12px; }
  .cart-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cart-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #EDF0F3; }
    .cart-page .together-container .calc-block .increase-btn,
    .cart-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #212121;
      background-color: #fff; }
      .cart-page .together-container .calc-block .increase-btn:hover,
      .cart-page .together-container .calc-block .decrease-btn:hover {
        border-color: #FF4C00; }
        .cart-page .together-container .calc-block .increase-btn:hover:before, .cart-page .together-container .calc-block .increase-btn:hover:after,
        .cart-page .together-container .calc-block .decrease-btn:hover:before,
        .cart-page .together-container .calc-block .decrease-btn:hover:after {
          background: #FF4C00; }
    .cart-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cart-page .together-container .calc-block .increase-btn:before,
    .cart-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #212121;
      position: absolute; }
    .cart-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cart-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cart-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cart-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: flex;
    align-items: center; }
  .cart-page .together-container .cost-text {
    margin-right: 10px;
    font-weight: 400;
    font-size: 17px; }
  .cart-page .together-container .calc-text {
    font-weight: 400;
    font-size: 17px; }
  .cart-page .together-container .cost-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px; }
  .cart-page .together-container .total-num {
    font-size: 20px;
    font-weight: 500;
    color: #DE3D3D;
    margin-top: -2px; }
  .cart-page .together-container .close-btn {
    width: 24px;
    height: 24px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 20px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 25px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.3; }
    .cart-page .together-container .close-btn:hover {
      opacity: 1; }

.cart-page .cart-footer {
  float: right;
  width: 400px;
  padding: 10px 0 0; }
  .cart-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 14px;
    color: #74747a;
    margin: 10px 0; }
  .cart-page .cart-footer .cost-table {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 25px; }
    .cart-page .cart-footer .cost-table span {
      background-color: #fff;
      position: relative;
      bottom: -7px;
      z-index: 1;
      display: inline-block; }
    .cart-page .cart-footer .cost-table .red-text {
      color: #DE3D3D; }
    .cart-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 600; }
    .cart-page .cart-footer .cost-table td {
      padding: 3px 0;
      border-bottom: 1px dotted #BBB; }
      .cart-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cart-page .cart-footer .btn-primary,
  .cart-page .cart-footer .btn-light {
    width: 100%;
    height: 48px;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .cart-page .cart-footer .btn-success {
    margin-bottom: 15px; }

.cart-page .empty-cart {
  clear: both;
  padding: 150px 0; }
  .cart-page .empty-cart .lg-icon {
    margin-bottom: 15px; }
  .cart-page .empty-cart img {
    display: block;
    max-width: 90px;
    max-height: 90px;
    margin: 0 auto; }
  .cart-page .empty-cart .h2 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .cart-page .empty-cart p {
    font-size: 18px;
    color: #212121;
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }
    .cart-page .empty-cart p a {
      color: #FF4C00; }
      .cart-page .empty-cart p a:hover {
        text-decoration: none; }

@media (max-width: 1399px) {
  .cart-page .cart-head .name-cell {
    flex: 0 0 440px; } }

@media (max-width: 1199px) {
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-size: 32px; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 140px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 230px; }
  .cart-page .cart-item .img-block {
    margin-left: 0;
    margin-right: 20px; }
  .cart-page .cart-item .text-block {
    width: auto;
    max-width: 200px;
    flex: 0 0 200px; }
  .cart-page .cart-item .title {
    font-size: 14px; }
  .cart-page .cart-item .descr-text {
    font-size: 13px; }
  .cart-page .cart-item .product-sum,
  .cart-page .cart-item .product-cost {
    font-size: 16px; }
    .cart-page .cart-item .product-sum span,
    .cart-page .cart-item .product-cost span {
      font-size: 16px; }
  .cart-page .together-container {
    padding: 15px; }
    .cart-page .together-container .together-item .text-block {
      flex: 0 0 200px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 14px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 14px; }
    .cart-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .cart-page .together-container .together-footer {
      margin-top: 10px; }
    .cart-page .together-container .together-calc,
    .cart-page .together-container .together-cost,
    .cart-page .together-container .together-sum {
      font-size: 13px; }
    .cart-page .together-container .cost-text {
      margin-right: 5px;
      font-size: 13px; }
    .cart-page .together-container .cost-num {
      font-size: 16px; }
    .cart-page .together-container .total-num {
      font-size: 16px; }
  .cart-page .empty-cart img {
    max-width: 60px;
    max-height: 60px; }
  .cart-page .empty-cart .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .cart-page .page-content h1, .cart-page .page-content .h1 {
    font-size: 28px;
    margin-bottom: 5px; }
  .cart-page .cart-container {
    overflow: hidden;
    position: relative; }
    .cart-page .cart-container:after {
      content: '';
      position: absolute;
      left: 0;
      top: -1px;
      height: 3px;
      background-color: #fff;
      width: 100%; }
  .cart-page .cart-head {
    display: none; }
  .cart-page .cart-item .img-block {
    width: auto;
    max-width: 100px;
    flex: 0 0 100px;
    margin-right: 10px; }
  .cart-page .cart-item .text-block {
    flex: 0 0 150px;
    max-width: 150px;
    margin-right: 20px; }
  .cart-page .cart-item .product-cost {
    width: auto;
    flex: 0 0 100px;
    max-width: 100px; }
  .cart-page .cart-item .calc-block {
    margin: 0 20px;
    flex: 0 0 100px; }
  .cart-page .cart-item .product-sum {
    width: auto;
    flex: 0 0 120px;
    max-width: 120px; }
  .cart-page .together-container {
    padding: 15px 10px 10px; }
    .cart-page .together-container .together-item {
      flex-wrap: wrap; }
      .cart-page .together-container .together-item .text-block {
        order: 3;
        flex: 0 0 100%; }
      .cart-page .together-container .together-item .product-cost .old-cost span {
        font-size: 14px; }
    .cart-page .together-container .cost-text,
    .cart-page .together-container .calc-text {
      font-size: 13px; }
    .cart-page .together-container .calc-block {
      width: 90px; }
      .cart-page .together-container .calc-block .amount-control {
        width: 40px; } }

@media (max-width: 767px) {
  .cart-page .page-content {
    padding-bottom: 20px; }
    .cart-page .page-content h1, .cart-page .page-content .h1 {
      font-size: 24px; }
  .cart-page .cart-item .img-block {
    max-width: 80px;
    flex: 0 0 80px;
    height: 80px; }
  .cart-page .cart-item .calc-wrap {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0; }
  .cart-page .cart-item .product-cost {
    flex: 0 0 100%;
    max-width: 100%; }
  .cart-page .cart-item .calc-block {
    margin: 10px auto; }
  .cart-page .cart-item .product-sum {
    flex: 0 0 100%;
    max-width: 100%;
    font-size: 13px; }
    .cart-page .cart-item .product-sum span {
      font-size: 13px; }
  .cart-page .cart-item .default-cost,
  .cart-page .cart-item .old-cost,
  .cart-page .cart-item .new-cost {
    font-size: 13px; }
    .cart-page .cart-item .default-cost span,
    .cart-page .cart-item .old-cost span,
    .cart-page .cart-item .new-cost span {
      font-size: 13px; }
  .cart-page .together-container .together-item .product-cost .default-cost span {
    font-size: 16px; }
  .cart-page .together-container .together-item .product-cost .new-cost span {
    font-size: 16px; }
  .cart-page .together-container .plus-sign {
    width: 16px;
    flex: 0 0 16px; }
    .cart-page .together-container .plus-sign img {
      width: 100%; }
  .cart-page .together-container .calc-block .amount-control {
    background-color: #F4F7FA; }
  .cart-page .together-container .together-footer {
    background-color: #F4F7FA;
    padding: 3px; }
  .cart-page .together-container .together-title {
    font-size: 12px;
    top: -10px;
    left: 5px;
    padding: 0 5px; }
  .cart-page .together-container .together-calc,
  .cart-page .together-container .together-cost,
  .cart-page .together-container .together-sum {
    display: block; }
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    margin-bottom: 8px; }
  .cart-page .together-container .calc-block {
    margin-left: 0; }
  .cart-page .together-container .calc-text {
    display: none; }
  .cart-page .together-container .together-calc {
    margin: 0 auto; }
  .cart-page .cart-footer {
    float: none;
    width: 100%; }
  .cart-page .empty-cart .h2 {
    font-size: 20px; } }

@media (max-width: 575px) {
  .cart-page .page-content {
    padding-bottom: 20px; }
  .cart-page .cart-container {
    margin-bottom: 0; }
  .cart-page .cart-item {
    flex-wrap: wrap; }
    .cart-page .cart-item .text-block {
      width: calc(100% - 90px);
      flex: auto;
      max-width: none;
      margin-right: 0; }
      .cart-page .cart-item .text-block .title {
        max-width: none; }
    .cart-page .cart-item .calc-wrap {
      width: calc(100% + 30px);
      flex-wrap: nowrap;
      margin-right: -30px; }
      .cart-page .cart-item .calc-wrap .product-cost {
        max-width: 80px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .product-sum {
        max-width: 85px;
        flex: auto; }
      .cart-page .cart-item .calc-wrap .calc-block {
        margin: 0 10px; }
    .cart-page .cart-item .close-btn {
      top: 10px;
      margin-top: 0; }
  .cart-page .together-container {
    padding: 15px 10px; }
    .cart-page .together-container .together-footer {
      justify-content: center; }
    .cart-page .together-container .together-item {
      width: auto;
      flex: 0 0 130px;
      max-width: 130px; }
      .cart-page .together-container .together-item .img-block {
        width: auto;
        flex: 0 0 80px;
        max-width: 80px;
        height: 80px; }
      .cart-page .together-container .together-item .text-block .title {
        font-size: 13px; }
      .cart-page .together-container .together-item .text-block .descr-text {
        font-size: 12px;
        margin-bottom: 10px; }
      .cart-page .together-container .together-item .product-cost {
        order: 3; }
        .cart-page .together-container .together-item .product-cost .default-cost {
          font-size: 14px; }
          .cart-page .together-container .together-item .product-cost .default-cost span {
            font-size: 14px; }
        .cart-page .together-container .together-item .product-cost .old-cost {
          font-size: 14px; }
        .cart-page .together-container .together-item .product-cost .new-cost {
          font-size: 14px;
          margin-bottom: 1px; }
          .cart-page .together-container .together-item .product-cost .new-cost span {
            font-size: 14px; }
    .cart-page .together-container .together-sum,
    .cart-page .together-container .together-cost {
      width: 85px; }
    .cart-page .together-container .cost-text {
      font-weight: 500; }
    .cart-page .together-container .total-num {
      font-size: 14px; }
    .cart-page .together-container .cost-num {
      font-size: 14px; }
  .cart-page .empty-cart {
    padding: 100px 0; }
    .cart-page .empty-cart p {
      font-size: 16px; } }

@media (max-width: 375px) {
  .cart-page .together-container .plus-sign {
    position: relative;
    left: -8px; } }

.order-page #wrapper {
  overflow: visible; }

.order-page .page-content {
  padding: 0 0 50px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 80px; }

.order-page h1, .order-page .h1 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px; }

.order-page .order-head {
  background-color: #F0F1F5;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px; }
  .order-page .order-head .head-title {
    font-size: 20px;
    font-weight: 600; }
  .order-page .order-head a {
    text-decoration: underline;
    color: #FF4C00; }
    .order-page .order-head a:hover {
      text-decoration: none; }

.order-page fieldset {
  border: 1px solid #C2C2C2;
  padding: 10px 20px 20px; }
  .order-page fieldset .radio-item {
    position: relative;
    margin-bottom: 13px; }
    .order-page fieldset .radio-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .radio-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .radio-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .radio-item label small {
        display: block;
        color: #74747a; }
      .order-page fieldset .radio-item label:before {
        content: '';
        width: 22px;
        height: 22px;
        border-radius: 50%;
        border: 1px solid #888;
        position: absolute;
        left: 0;
        top: -2px; }
      .order-page fieldset .radio-item label:after {
        content: '';
        background: #FF4C00 url(../img/icons/check-icon-sm.svg) no-repeat center;
        background-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: -2px;
        display: none; }
  .order-page fieldset .check-item {
    position: relative;
    margin-bottom: 10px; }
    .order-page fieldset .check-item input {
      position: absolute;
      top: 0;
      left: 0;
      display: none; }
    .order-page fieldset .check-item input:checked ~ label:after {
      display: block; }
    .order-page fieldset .check-item label {
      display: block;
      padding-left: 29px;
      font-size: 14px;
      cursor: pointer; }
      .order-page fieldset .check-item label small {
        display: block;
        color: #74747a; }
      .order-page fieldset .check-item label:before {
        content: '';
        width: 20px;
        height: 20px;
        border-radius: 3px;
        border: 1px solid #888;
        position: absolute;
        left: 0;
        top: 0; }
      .order-page fieldset .check-item label:after {
        content: '';
        background: #FF4C00 url(../img/icons/check-icon.svg) no-repeat center;
        background-size: 12px;
        width: 20px;
        height: 20px;
        border-radius: 3px;
        position: absolute;
        left: 0;
        top: 0;
        display: none; }

.order-page .field-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 10px; }

.order-page .form-group {
  margin-bottom: 0;
  position: relative; }
  .order-page .form-group label {
    margin-bottom: 1px; }
  .order-page .form-group .form-control::placeholder {
    color: #888; }
  .order-page .form-group textarea {
    display: block;
    width: 100%;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    outline: none;
    padding: 10px;
    color: #000;
    font-size: 14px;
    outline: 0;
    resize: vertical; }
    .order-page .form-group textarea:focus {
      border: 1px solid #FF4C00;
      box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.3); }

.order-page .radio-row {
  margin-bottom: 5px; }
  .order-page .radio-row .radio-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px; }

.order-page .select-container .select-box {
  width: 100%; }

.order-page .select-container .select-button {
  width: 100%;
  height: 42px; }

.order-page .select-container .select-dropdown {
  width: 100%; }

.order-page .select-container .sbox {
  position: relative;
  padding: 5px 10px 1px; }
  .order-page .select-container .sbox i {
    content: '';
    width: 40px;
    height: 34px;
    position: absolute;
    top: 5px;
    left: 10px;
    background: url(../img/icons/search-icon-g.svg) no-repeat center; }
  .order-page .select-container .sbox input {
    display: block;
    width: 100%;
    height: 36px;
    padding: 0 10px 0 38px;
    outline: 0;
    border: 1px solid #888; }
    .order-page .select-container .sbox input:focus {
      border: 1px solid #FF4C00; }

.order-page .address-box .payment-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -4px; }

.order-page .delivery-type-01,
.order-page .delivery-type-02,
.order-page .delivery-type-03 {
  display: none; }

.order-page .delivery-box {
  margin-bottom: 5px; }

.order-page .privacy-text {
  font-size: 13px;
  margin-top: -5px; }
  .order-page .privacy-text a {
    color: #FF4C00; }

.order-page .btn-primary {
  margin: 15px auto 0;
  font-size: 18px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center; }

.order-page .col-lg-6 .cart-box {
  position: sticky;
  top: 90px; }
  .order-page .col-lg-6 .cart-box .order-head {
    margin-bottom: 0;
    position: relative;
    z-index: 1; }
  .order-page .col-lg-6 .cart-box .cart-container {
    margin-top: -2px; }

.order-page .cart-item {
  border-top: 1px solid #C4C4C4;
  padding: 15px 0;
  padding-right: 35px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .order-page .cart-item:first-child {
    border-bottom: 0; }
  .order-page .cart-item .text-block {
    margin-right: 20px;
    width: 300px; }
  .order-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .order-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
    transition: 0.3s; }
    .order-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .order-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .order-page .cart-item .img-block:hover, .order-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .order-page .cart-item .title {
    font-size: 14px;
    margin: 0 0 5px;
    font-weight: 500; }
    .order-page .cart-item .title a {
      color: inherit;
      text-decoration: none; }
      .order-page .cart-item .title a:hover {
        text-decoration: underline; }
  .order-page .cart-item .descr-text {
    color: #74747a;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 13px; }
  .order-page .cart-item .title-amount {
    font-weight: 500;
    color: #888; }
  .order-page .cart-item .product-sum,
  .order-page .cart-item .product-cost {
    margin: 0;
    font-size: 14px;
    text-align: center;
    width: 150px;
    font-weight: 500; }
    .order-page .cart-item .product-sum span,
    .order-page .cart-item .product-cost span {
      font-weight: 600; }
  .order-page .cart-item .default-cost {
    font-size: 16px; }
    .order-page .cart-item .default-cost span {
      font-size: 18px;
      font-weight: 700; }
  .order-page .cart-item .new-cost {
    color: #DE3D3D;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .order-page .cart-item .new-cost span {
      font-size: 16px;
      font-weight: 700; }
  .order-page .cart-item .old-cost {
    display: inline-block;
    color: #74747a;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .order-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: #DE3D3D;
      position: absolute;
      top: 49%; }
  .order-page .cart-item .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 16px;
    border: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 50%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7; }
    .order-page .cart-item .close-btn:hover {
      opacity: 1;
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }

.order-page .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .order-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #FF4C00;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .order-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .order-page .together-container .plus-sign {
    align-self: center; }
    .order-page .together-container .plus-sign img {
      width: 25px;
      height: 25px;
      display: block; }
  .order-page .together-container .together-item {
    display: flex;
    flex-wrap: wrap; }
    .order-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .order-page .together-container .together-item .img-block {
      flex: 0 0 80px;
      width: 80px;
      height: 80px;
      margin-right: 10px; }
      .order-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .order-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .order-page .together-container .together-item .text-block {
      flex: 0 0 160px;
      width: 160px; }
      .order-page .together-container .together-item .text-block .title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .order-page .together-container .together-item .text-block .title a {
          text-decoration: none;
          color: inherit; }
          .order-page .together-container .together-item .text-block .title a:hover {
            text-decoration: underline; }
      .order-page .together-container .together-item .text-block .descr-text {
        color: #74747a;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0; }
    .order-page .together-container .together-item .product-cost .default-cost {
      font-size: 14px;
      width: 100%;
      margin-top: 10px; }
      .order-page .together-container .together-item .product-cost .default-cost span {
        font-size: 16px;
        font-weight: 600; }
    .order-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 14px;
      line-height: 1;
      margin-top: -3px; }
      .order-page .together-container .together-item .product-cost .new-cost span {
        font-size: 16px;
        font-weight: 500; }
    .order-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747a;
      font-size: 14px;
      line-height: 1;
      position: relative;
      margin-bottom: 3px; }
      .order-page .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #74747a;
        position: absolute;
        top: 49%; }
  .order-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .order-page .together-container .together-calc,
  .order-page .together-container .together-cost,
  .order-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .order-page .together-container .together-calc span {
    font-size: 14px; }
  .order-page .together-container .cost-text {
    margin-right: 10px; }
  .order-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #FF4C00;
    margin-top: -2px; }
  .order-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: #FF4C00;
    margin-top: -2px; }
  .order-page .together-container .close-btn {
    width: 18px;
    height: 18px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 16px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 20px;
    right: 10px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer;
    opacity: 0.7; }
    .order-page .together-container .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%);
      opacity: 1; }

.order-page .cart-footer {
  border: 1px solid #C4C4C4;
  padding: 12px 20px 25px;
  margin-top: 20px; }
  .order-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0; }
  .order-page .cart-footer .cost-table {
    width: 100%; }
    .order-page .cart-footer .cost-table .red-text {
      color: #DE3D3D; }
    .order-page .cart-footer .cost-table span {
      background-color: #fff;
      position: relative;
      bottom: -7px;
      z-index: 1;
      display: inline-block; }
    .order-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .order-page .cart-footer .cost-table td {
      padding: 3px 0;
      border-bottom: 1px dotted #BBB; }
      .order-page .cart-footer .cost-table td:last-child {
        text-align: right; }
        .order-page .cart-footer .cost-table td:last-child span {
          font-weight: 600; }
    .order-page .cart-footer .cost-table tr:last-child strong {
      font-weight: 700; }
    .order-page .cart-footer .cost-table tr:last-child span {
      font-weight: 700; }

@media (min-width: 992px) {
  .order-lg-2 {
    order: 2; }
  .order-lg-1 {
    order: 1; } }

@media (max-width: 1199px) {
  .order-page h1, .order-page .h1 {
    font-size: 32px; }
  .order-page .page-content .order-lg-2 {
    padding-left: 15px; }
  .order-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .order-page .together-container .together-item .product-cost {
    margin-left: 0;
    width: 100%; }
    .order-page .together-container .together-item .product-cost span {
      font-weight: 600; }
    .order-page .together-container .together-item .product-cost .default-cost {
      text-align: left; }
  .order-page .together-container .together-item .text-block {
    width: 100%;
    flex: 0 0 100%; }
  .order-page .radio-row {
    margin-bottom: 30px; }
    .order-page .radio-row .radio-item {
      display: block; } }

@media (max-width: 991px) {
  .order-page #wrapper {
    overflow: hidden; }
  .order-page h1, .order-page .h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.3; }
  .order-page .order-head .head-title {
    font-size: 18px;
    font-weight: 400; }
  .order-page .col-lg-6 .cart-box {
    position: static; }
  .order-page .cart-footer {
    float: none;
    width: 100%;
    margin-bottom: 30px; } }

@media (max-width: 767px) {
  .order-page h1, .order-page .h1 {
    font-size: 24px; }
  .order-page fieldset {
    padding: 5px 12px 15px; } }

@media (max-width: 575px) {
  .order-page .cart-footer {
    padding: 10px 10px 15px; }
  .order-page fieldset {
    padding: 10px; }
  .order-page .together-container .together-item {
    flex: 0 0 130px;
    max-width: 130px; }
    .order-page .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .order-page .together-container .together-item .product-cost {
      margin-left: 0;
      margin-bottom: 5px; }
      .order-page .together-container .together-item .product-cost .old-cost {
        margin-right: 8px; }
      .order-page .together-container .together-item .product-cost .new-cost {
        margin-top: 1px; }
      .order-page .together-container .together-item .product-cost .default-cost {
        text-align: left; }
    .order-page .together-container .together-item .text-block {
      order: 3;
      max-width: 100%;
      flex: 0 0 100%; }
  .order-page .delivery-box .row {
    margin-left: -8px;
    margin-right: -8px; }
  .order-page .delivery-box .col-3,
  .order-page .delivery-box .col-4,
  .order-page .delivery-box .col-5,
  .order-page .delivery-box .col-6 {
    padding-right: 8px;
    padding-left: 8px; }
  .order-page .order-head {
    padding: 10px;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
    .order-page .order-head .head-title {
      width: 100%;
      margin-bottom: 3px; } }

@media (max-width: 479px) {
  .order-page .cart-item {
    flex-wrap: wrap; }
    .order-page .cart-item .product-sum,
    .order-page .cart-item .product-cost {
      text-align: left; }
    .order-page .cart-item .default-cost span {
      font-size: 16px; }
    .order-page .cart-item .product-sum {
      width: auto; }
    .order-page .cart-item .close-btn {
      margin-top: 0;
      top: 8px; }
    .order-page .cart-item .text-block {
      margin-right: 0;
      width: calc(100% - 95px); }
    .order-page .cart-item .title-amount {
      font-weight: 400; }
    .order-page .cart-item .calc-wrap {
      justify-content: flex-start;
      margin-top: 0;
      margin-left: 95px; }
  .order-page .together-container .together-footer {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .order-page .together-container .together-calc {
    width: 100%;
    margin-bottom: 5px; } }

@media (max-width: 375px) {
  .order-page .delivery-box .col-3 label,
  .order-page .delivery-box .col-4 label,
  .order-page .delivery-box .col-5 label,
  .order-page .delivery-box .col-6 label {
    font-size: 12px; } }

.auth-page .page-content {
  display: flex;
  align-items: center;
  padding: 80px 0; }

.auth-page .title-box {
  text-align: center;
  margin-bottom: 30px; }
  .auth-page .title-box h1, .auth-page .title-box .h1 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 5px; }
  .auth-page .title-box .subtitle {
    color: #74747a; }

.auth-page .auth-content {
  width: 400px;
  margin: 0 auto; }
  .auth-page .auth-content .btn-primary {
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .auth-page .auth-content .info-group .form-control {
    padding-right: 35px; }
  .auth-page .auth-content .info-group .tooltip-box {
    position: absolute;
    top: 36px;
    right: 7px;
    width: 22px;
    height: 22px;
    cursor: pointer; }
    .auth-page .auth-content .info-group .tooltip-box img {
      width: 18px; }
    .auth-page .auth-content .info-group .tooltip-box:hover .tooltip-content {
      opacity: 1;
      pointer-events: auto; }
  .auth-page .auth-content .info-group .tooltip-content {
    width: 250px;
    font-size: 13px;
    position: absolute;
    left: calc(100% + 10px);
    top: calc(50% - 30px);
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    transition: 0.25s;
    opacity: 0;
    pointer-events: none; }
    .auth-page .auth-content .info-group .tooltip-content:after, .auth-page .auth-content .info-group .tooltip-content:before {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid;
      top: 20px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: -8px;
      border-width: 8px 8px 8px 0;
      border-right-color: #fff; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      left: -9px;
      border-width: 8px 8px 8px 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
  .auth-page .auth-content .flex-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 10px; }
  .auth-page .auth-content .checkbox-item {
    position: relative; }
    .auth-page .auth-content .checkbox-item label {
      position: relative;
      padding-left: 30px;
      cursor: pointer; }
      .auth-page .auth-content .checkbox-item label:before, .auth-page .auth-content .checkbox-item label:after {
        content: '';
        position: absolute;
        width: 20px;
        height: 20px;
        left: 0;
        top: 0; }
      .auth-page .auth-content .checkbox-item label:before {
        width: 20px;
        height: 20px;
        border: 1px solid #C2C2C2;
        border-radius: 3px;
        z-index: 1; }
      .auth-page .auth-content .checkbox-item label:after {
        background: url("../img/icons/check-icon.svg") no-repeat center;
        opacity: 0;
        z-index: 5; }
    .auth-page .auth-content .checkbox-item input {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:before {
      background-color: red;
      border-color: red; }
    .auth-page .auth-content .checkbox-item input:checked ~ label:after {
      opacity: 1; }
  .auth-page .auth-content .modal-link {
    cursor: pointer;
    color: #74747a;
    text-decoration: none; }
    .auth-page .auth-content .modal-link:hover {
      color: #252525;
      text-decoration: underline; }

.auth-page .social-buttons {
  margin-bottom: 20px; }
  .auth-page .social-buttons .facebook-btn,
  .auth-page .social-buttons .google-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    outline: 0;
    cursor: pointer;
    height: 38px;
    transition: 0.25s; }
    .auth-page .social-buttons .facebook-btn img,
    .auth-page .social-buttons .google-btn img {
      margin-right: 7px; }
  .auth-page .social-buttons .facebook-btn {
    border: 1px solid #4267B0;
    background-color: #4267B0;
    color: #fff; }
    .auth-page .social-buttons .facebook-btn:hover {
      border: 1px solid #2b5bb9;
      background-color: #2b5bb9; }
  .auth-page .social-buttons .google-btn {
    background-color: #fff;
    border: 1px solid #c2c2c2; }
    .auth-page .social-buttons .google-btn:hover {
      border: 1px solid #555; }

.auth-page .form-divider {
  position: relative;
  margin: 30px 0;
  height: 10px; }
  .auth-page .form-divider:before {
    content: '';
    height: 1px;
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
    background-color: #c2c2c2;
    z-index: 1; }
  .auth-page .form-divider i {
    position: absolute;
    left: 0;
    right: 0;
    top: -5px;
    margin: 0 auto;
    width: 50px;
    z-index: 5;
    background-color: #fff;
    text-align: center;
    font-style: normal; }

.auth-page .link-text {
  font-size: 18px;
  margin-top: 25px; }
  .auth-page .link-text a {
    color: #FF4C00; }
    .auth-page .link-text a:hover {
      text-decoration: none; }

.auth-page .modal {
  max-width: 500px; }

.auth-page .modal-content .close {
  position: absolute;
  right: 12px;
  top: 7px;
  opacity: 1;
  outline: 0; }
  .auth-page .modal-content .close img {
    width: 15px; }

.auth-page .modal-content .modal-header {
  justify-content: center;
  border: 0;
  padding: 30px 40px 10px;
  flex-wrap: wrap; }
  .auth-page .modal-content .modal-header h5 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 500;
    text-align: center; }
  .auth-page .modal-content .modal-header .sub-title {
    color: #555;
    font-size: 15px; }

.auth-page .modal-content .modal-body {
  padding: 5px 40px 45px; }
  .auth-page .modal-content .modal-body .btn-primary {
    margin-top: 10px;
    width: 100%;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center; }

.auth-page .checkbox-holder {
  position: relative;
  margin-bottom: 20px; }
  .auth-page .checkbox-holder input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0; }
    .auth-page .checkbox-holder input:checked ~ label:after {
      display: block; }
  .auth-page .checkbox-holder label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    line-height: 1.6; }
    .auth-page .checkbox-holder label a {
      color: #FF4C00;
      text-decoration: none; }
      .auth-page .checkbox-holder label a:hover {
        text-decoration: underline; }
    .auth-page .checkbox-holder label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #a2a2a2; }
    .auth-page .checkbox-holder label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: #FF4C00 url(../img/icons/check-icon-sm.svg) no-repeat center/14px;
      display: none; }

@media (max-width: 1399px) {
  .auth-page .auth-content .info-group .tooltip-box {
    top: 32px; } }

@media (max-width: 991px) {
  .auth-page .title-box h1 {
    font-size: 28px; }
  .auth-page .auth-content .info-group .tooltip-content {
    left: auto;
    right: -7px;
    top: -69px; }
    .auth-page .auth-content .info-group .tooltip-content:after {
      left: auto;
      right: 10px;
      top: auto;
      bottom: -6px;
      border-width: 8px 8px 0 8px;
      border-top-color: #fff;
      border-right-color: transparent; }
    .auth-page .auth-content .info-group .tooltip-content:before {
      top: auto;
      bottom: -8px;
      left: auto;
      right: 10px;
      border-width: 8px 8px 0 8px;
      border-right-color: transparent;
      border-top-color: rgba(0, 0, 0, 0.25); } }

@media (max-width: 767px) {
  .auth-page .title-box h1 {
    font-size: 24px; }
  .auth-page .page-content {
    padding: 50px 0 80px; } }

@media (max-width: 575px) {
  .auth-page .auth-content {
    width: 100%; }
  .auth-page .modal-content .modal-header {
    padding: 25px 15px 10px; }
    .auth-page .modal-content .modal-header h5 {
      font-size: 22px; }
    .auth-page .modal-content .modal-header .sub-title {
      font-size: 14px; }
  .auth-page .modal-content .modal-body {
    padding: 5px 15px 30px; }
  .auth-page .link-text {
    font-size: 16px;
    text-align: center; }
  .auth-page .title-box {
    margin-bottom: 15px; } }

.about-page .page-content a {
  color: #FF4C00; }

.about-page .page-content img {
  display: block;
  max-width: 100%; }

.about-page .page-content .h2, .about-page .page-content h2 {
  font-size: 24px;
  font-weight: 500;
  margin: 25px 0 5px; }

.about-page .page-content .h3, .about-page .page-content h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 25px 0 10px; }

.about-page .page-content .h4, .about-page .page-content h4 {
  font-size: 18px;
  margin: 0 0 5px;
  font-weight: 700; }

.about-page .page-content .h5, .about-page .page-content h5 {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: 700; }

.about-page .page-content ul {
  margin-top: 3px; }

.about-page .page-content .title-group {
  margin-bottom: 80px;
  text-align: center;
  padding: 0 10px; }
  .about-page .page-content .title-group .h2, .about-page .page-content .title-group h2 {
    font-size: 36px;
    font-weight: 600; }
  .about-page .page-content .title-group p {
    max-width: 620px;
    margin: 0 auto; }

.about-page .numbers-row {
  margin-bottom: 90px; }

.about-page .lg-num {
  font-size: 86px;
  font-weight: 700;
  color: #FF4C00;
  text-align: center;
  line-height: 1.2; }

.about-page .lg-text {
  font-size: 30px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.3; }

.about-page .mark-text {
  background-color: #EDF0F3;
  padding: 40px 50px 30px;
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 100px; }

.about-slider {
  margin-bottom: 100px;
  margin-top: -40px; }
  .about-slider .item {
    margin: 0 10px;
    position: relative;
    outline: none;
    cursor: pointer; }
    .about-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.6);
      pointer-events: none; }
    .about-slider .item.slick-current.slick-active {
      cursor: auto; }
      .about-slider .item.slick-current.slick-active:after {
        opacity: 0; }
  .about-slider img {
    display: block;
    height: 420px; }

@media (max-width: 1536px) {
  .about-page .page-content h1 {
    font-size: 32px; }
  .about-page .page-content h2, .about-page .page-content .h2 {
    font-size: 32px; }
  .about-page .page-content .title-group p {
    max-width: 500px; }
  .about-page .lg-num {
    font-size: 74px; }
  .about-page .lg-text {
    font-size: 24px; }
  .about-page .mark-text {
    font-size: 16px; }
  .about-slider {
    margin-top: -30px; }
    .about-slider img {
      height: 360px; } }

@media (max-width: 1199px) {
  .about-slider {
    margin-bottom: 50px; }
  .about-page .lg-num {
    font-size: 68px; }
  .about-page .lg-text {
    font-size: 20px;
    max-width: 250px; } }

@media (max-width: 991px) {
  .about-page .page-content h1 {
    font-size: 28px; }
  .about-page .page-content .title-group {
    margin-bottom: 50px; }
    .about-page .page-content .title-group h2, .about-page .page-content .title-group .h2 {
      font-size: 28px; }
  .about-page .lg-num {
    font-size: 42px; }
  .about-page .lg-text {
    font-size: 18px; }
  .about-page .mark-text {
    padding: 25px 30px 15px; }
  .about-slider {
    margin-top: 0; }
    .about-slider img {
      height: 300px; } }

@media (max-width: 767px) {
  .about-page .page-content h1 {
    font-size: 24px; }
  .about-page .page-content .title-group {
    margin-bottom: 25px; }
    .about-page .page-content .title-group .h2, .about-page .page-content .title-group h2 {
      font-size: 24px; }
  .about-page .lg-num {
    font-size: 32px; }
  .about-page .lg-text {
    font-size: 16px; }
  .about-page .numbers-row {
    margin-top: 40px;
    margin-bottom: 50px; }
  .about-page .mark-text {
    font-size: 14px;
    padding: 20px 25px 15px;
    margin-bottom: 50px; } }

@media (max-width: 575px) {
  .about-slider {
    margin-bottom: 20px; }
    .about-slider .item {
      margin: 0 5px; }
    .about-slider img {
      height: 250px; }
  .about-page .numbers-row {
    margin-bottom: 10px; }
    .about-page .numbers-row .col-sm-4 {
      margin-bottom: 30px; }
  .about-page .mark-text {
    margin: 0 -10px 30px;
    padding: 12px 12px 5px; } }

@media (max-width: 479px) {
  .index-about iframe {
    height: 280px !important; } }

@media (max-width: 375px) {
  .about-slider {
    margin-bottom: 20px; }
    .about-slider img {
      height: 200px; } }

.contacts-page h1, .contacts-page .h1 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 40px;
  font-size: 36px; }

.contacts-page .page-content {
  padding: 0; }
  .contacts-page .page-content .col-md-6 {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start; }
  .contacts-page .page-content .h3 {
    font-weight: 500;
    font-size: 20px;
    margin: 0 0 5px; }

.contacts-page .contact-item {
  width: 33.33%; }

.contacts-page .address-item p,
.contacts-page .phone-item p,
.contacts-page .message-item p,
.contacts-page .time-item p,
.contacts-page .social-item p {
  margin: 0 0 10px; }

.contacts-page .address-item a,
.contacts-page .phone-item a,
.contacts-page .message-item a,
.contacts-page .time-item a,
.contacts-page .social-item a {
  text-decoration: none;
  color: #252525; }
  .contacts-page .address-item a:hover,
  .contacts-page .phone-item a:hover,
  .contacts-page .message-item a:hover,
  .contacts-page .time-item a:hover,
  .contacts-page .social-item a:hover {
    text-decoration: underline; }

.contacts-page .address-item small,
.contacts-page .phone-item small,
.contacts-page .message-item small,
.contacts-page .time-item small,
.contacts-page .social-item small {
  font-size: 13px;
  color: #777;
  display: block;
  margin-bottom: -7px; }

.contacts-page .address-item {
  margin-bottom: 30px;
  padding-right: 15px; }
  .contacts-page .address-item .link-item img {
    max-width: 30px; }

.contacts-page .phone-item {
  margin-bottom: 30px; }
  .contacts-page .phone-item .link-item img {
    top: -1px; }

.contacts-page .link-item {
  position: relative;
  padding-left: 32px;
  margin: 13px 0; }
  .contacts-page .link-item div {
    margin-bottom: 4px; }
  .contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: 3px;
    max-width: 23px;
    max-height: 25px; }

.contacts-page .form-container .subtitle {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555; }

.contacts-page .form-container .textarea-wrap {
  position: relative;
  padding-bottom: 20px; }

.contacts-page .form-container textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  background-color: #fff;
  border: 1px solid #a2a2a2;
  outline: none;
  padding: 10px;
  color: #000;
  outline: 0;
  resize: vertical;
  border-radius: 1px; }
  .contacts-page .form-container textarea:focus {
    border: 1px solid #FF4C00;
    box-shadow: 0 0 0 3px rgba(255, 76, 0, 0.3); }

.contacts-page .form-container .btn-primary {
  width: 100%;
  height: 42px;
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center; }

.contacts-page .time-item table td:first-child {
  color: #667;
  padding-right: 5px; }

.contacts-page .contacts-map {
  margin-top: 80px; }
  .contacts-page .contacts-map .h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 10px; }

.contacts-page .map-item {
  margin-bottom: 50px;
  display: flex;
  align-content: stretch; }
  .contacts-page .map-item .map-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 400px;
    background-color: #F6F7F9;
    padding: 25px 25px 15px;
    border-radius: 5px 0 0 5px; }
  .contacts-page .map-item .h3 {
    font-size: 18px; }
  .contacts-page .map-item table {
    margin: 0;
    font-size: 14px; }
    .contacts-page .map-item table td {
      padding: 0 3px; }
      .contacts-page .map-item table td:first-child {
        color: #777; }
  .contacts-page .map-item p {
    font-size: 14px; }
  .contacts-page .map-item .link-item {
    margin-top: 5px;
    margin-bottom: 25px; }
    .contacts-page .map-item .link-item a {
      text-decoration: none;
      color: #252525; }
    .contacts-page .map-item .link-item p {
      margin: 0 0 5px; }
    .contacts-page .map-item .link-item img {
      top: -1px; }

.contacts-page iframe {
  width: 100% !important;
  height: auto !important;
  min-height: 450px;
  border: 0 !important;
  border-radius: 0 5px 5px 0; }

@media (max-width: 1199px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 32px; }
  .contacts-page .contact-item {
    width: 50%; } }

@media (max-width: 991px) {
  .contacts-page h1, .contacts-page .h1 {
    font-size: 28px; }
  .contacts-page .contact-item {
    width: 100%;
    margin-bottom: 20px; }
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item,
  .contacts-page .time-item {
    margin-bottom: 20px; }
  .contacts-page .page-content .h3 {
    font-size: 18px; }
  .contacts-page .contacts-map {
    margin-top: 50px; }
    .contacts-page .contacts-map .h2 {
      font-size: 20px; }
  .contacts-page .map-item .map-info {
    font-size: 15px;
    padding: 15px;
    flex: 0 0 280px; } }

@media (max-width: 767px) {
  .contacts-page .h1, .contacts-page h1 {
    font-size: 24px;
    margin-bottom: 15px; }
  .contacts-page .page-content {
    padding-bottom: 0; }
    .contacts-page .page-content .h3 {
      font-size: 16px; }
  .contacts-page .link-item {
    margin: 10px 0; }
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .time-item,
  .contacts-page .social-item {
    width: 50%;
    padding-right: 10px; }
  .contacts-page .form-container {
    margin-top: 40px; }
  .contacts-page .map-item {
    display: block; }
  .contacts-page iframe {
    height: 450px !important; } }

@media (max-width: 575px) {
  .contacts-page .contacts-map .h2 {
    padding-left: 5px;
    text-align: center; }
  .contacts-page .map-item {
    margin: 0 -10px 50px; } }

@media (max-width: 479px) {
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .time-item,
  .contacts-page .social-item {
    margin-bottom: 20px;
    width: 100%;
    padding-right: 0; }
  .contacts-page .link-item {
    font-size: 16px; }
  .contacts-page .page-content .h3 {
    font-size: 18px; } }

.cabinet-page .page-content {
  padding: 0 0 80px; }

.cabinet-page h1, .cabinet-page .h1 {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin: 0 0 40px; }

.cabinet-page .tabs {
  margin: 0px;
  padding: 0px;
  list-style: none; }
  .cabinet-page .tabs li {
    background-color: #f8fafa;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    font-weight: 400;
    position: relative;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px; }
    .cabinet-page .tabs li a {
      text-decoration: none;
      color: #000;
      display: block;
      width: 100%;
      height: 100%; }
    .cabinet-page .tabs li:hover {
      border: 1px solid #111; }
    .cabinet-page .tabs li.current {
      background-color: #212121;
      border: 1px solid #212121;
      color: #fff; }

.cabinet-page .tab-pane {
  padding-left: 30px;
  display: none;
  padding: 0 15px;
  color: #121212; }
  .cabinet-page .tab-pane > p {
    margin: 0 0 20px; }
  .cabinet-page .tab-pane.current {
    display: block; }
  .cabinet-page .tab-pane .btn-primary {
    width: 380px;
    height: 42px;
    font-size: 18px;
    margin-top: 15px; }
  .cabinet-page .tab-pane .h4 {
    font-size: 20px;
    margin: 0 0 15px; }
  .cabinet-page .tab-pane .h3 {
    font-size: 24px;
    margin: 0 0 20px;
    font-weight: 400; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 20px; }
    .cabinet-page .tab-pane .col-xl-6:last-child {
      display: flex;
      justify-content: flex-end; }

.cabinet-page .form-group .form-control {
  width: 380px; }

.cabinet-page .card {
  margin-bottom: 20px; }

.cabinet-page .card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 15px 10px 65px;
  cursor: pointer;
  background-color: #EFF1F5; }
  .cabinet-page .card-header:before {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    left: 25px;
    top: calc(50% - 4px);
    border-top: 9px solid #222;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    transform-origin: center;
    transition: 0.25s; }
  .cabinet-page .card-header.active:before {
    top: 29px;
    transform: rotate(-180deg);
    border-top: 9px solid #252525; }
  .cabinet-page .card-header small {
    font-size: 13px;
    color: #555; }
  .cabinet-page .card-header .text-box {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2; }
  .cabinet-page .card-header .order-status {
    height: 28px;
    width: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px; }
    .cabinet-page .card-header .order-status.order-success {
      background-color: #3CA42B;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-canceled {
      background-color: #777;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-process {
      background-color: #EF8727;
      color: #fff; }

.cabinet-page .card-body {
  display: none;
  position: relative; }
  .cabinet-page .card-body:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1px;
    height: 3px;
    background: #fff;
    width: 100%; }

.cabinet-page .cart-item {
  border: 0;
  margin-bottom: 5px;
  border-top: 1px solid #C4C4C4;
  padding: 8px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .cabinet-page .cart-item:first-child {
    border-bottom: 0; }
  .cabinet-page .cart-item .text-block {
    margin-right: 20px;
    flex-grow: 1; }
  .cabinet-page .cart-item .calc-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -15px; }
  .cabinet-page .cart-item .img-block {
    width: 80px;
    flex: 0 0 80px;
    height: 80px;
    margin-right: 25px;
    overflow: hidden;
    transition: 0.3s; }
    .cabinet-page .cart-item .img-block a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 100%; }
    .cabinet-page .cart-item .img-block img {
      display: block;
      margin: auto;
      max-width: 100%;
      max-height: 100%; }
    .cabinet-page .cart-item .img-block:hover, .cabinet-page .cart-item .img-block:focus {
      opacity: 0.7; }
  .cabinet-page .cart-item .title {
    font-size: 18px;
    margin: 0 0 5px;
    font-weight: 500; }
    .cabinet-page .cart-item .title a {
      text-decoration: none;
      color: inherit; }
      .cabinet-page .cart-item .title a:hover {
        text-decoration: underline;
        color: #FF4C00; }
  .cabinet-page .cart-item .descr-text {
    color: #777;
    margin-bottom: 5px;
    font-size: 13px; }
  .cabinet-page .cart-item .title-amount {
    font-weight: 500; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    margin: 0;
    font-size: 18px;
    width: 180px;
    font-weight: 500;
    text-align: right; }
  .cabinet-page .cart-item .default-cost {
    color: #FF4C00;
    font-size: 16px; }
    .cabinet-page .cart-item .default-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .new-cost {
    color: red;
    font-size: 16px;
    line-height: 1;
    margin-top: -7px; }
    .cabinet-page .cart-item .new-cost span {
      font-size: 20px;
      font-weight: 700; }
  .cabinet-page .cart-item .old-cost {
    display: inline-block;
    color: red;
    font-size: 16px;
    line-height: 1;
    position: relative;
    top: -5px; }
    .cabinet-page .cart-item .old-cost:after {
      content: '';
      height: 1px;
      left: -1px;
      right: -1px;
      background-color: red;
      position: absolute;
      top: 49%; }

.cabinet-page .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 20px 25px;
  margin-top: 20px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1; }
  .cabinet-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: #DE3D3D;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .cabinet-page .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .cabinet-page .together-container .plus-sign {
    align-self: center; }
    .cabinet-page .together-container .plus-sign img {
      width: 32px;
      height: 32px;
      display: block; }
  .cabinet-page .together-container .together-item {
    display: flex; }
    .cabinet-page .together-container .together-item:last-child {
      padding-left: 15px; }
    .cabinet-page .together-container .together-item .img-block {
      flex: 0 0 100px;
      width: 100px;
      height: 100px;
      margin-right: 25px; }
      .cabinet-page .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .cabinet-page .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .cabinet-page .together-container .together-item .text-block {
      flex: 0 0 300px;
      width: 300px; }
      .cabinet-page .together-container .together-item .text-block .title {
        font-size: 16px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 15px 0; }
        .cabinet-page .together-container .together-item .text-block .title a {
          color: inherit;
          text-decoration: none; }
          .cabinet-page .together-container .together-item .text-block .title a:hover {
            text-decoration: underline;
            color: #FF4C00; }
      .cabinet-page .together-container .together-item .text-block .descr-text {
        color: #74747a;
        font-size: 13px;
        margin-bottom: 5px; }
    .cabinet-page .together-container .together-item .product-cost .default-cost {
      color: #252525;
      font-size: 16px;
      width: 100%; }
      .cabinet-page .together-container .together-item .product-cost .default-cost span {
        font-size: 18px;
        font-weight: 700; }
    .cabinet-page .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 16px;
      line-height: 1;
      margin-top: -3px; }
      .cabinet-page .together-container .together-item .product-cost .new-cost span {
        font-size: 18px;
        font-weight: 700; }
    .cabinet-page .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #777;
      font-size: 16px;
      line-height: 1;
      position: relative; }
      .cabinet-page .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #777;
        position: absolute;
        top: 49%; }
  .cabinet-page .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .cabinet-page .together-container .calc-block {
    width: 110px;
    height: 30px;
    position: relative;
    overflow: hidden;
    margin-left: 10px;
    margin-top: -3px; }
    .cabinet-page .together-container .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 35px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-family: "Roboto Bold", Arial, sans-serif; }
    .cabinet-page .together-container .calc-block .increase-btn,
    .cabinet-page .together-container .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 30px;
      width: 30px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border-radius: 50%;
      border: 1px solid #74747a; }
      .cabinet-page .together-container .calc-block .increase-btn:hover,
      .cabinet-page .together-container .calc-block .decrease-btn:hover {
        border-color: #74747a; }
        .cabinet-page .together-container .calc-block .increase-btn:hover:before, .cabinet-page .together-container .calc-block .increase-btn:hover:after,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:before,
        .cabinet-page .together-container .calc-block .decrease-btn:hover:after {
          background: #74747a; }
    .cabinet-page .together-container .calc-block .increase-btn {
      right: 0; }
    .cabinet-page .together-container .calc-block .increase-btn:before,
    .cabinet-page .together-container .calc-block .increase-btn:after {
      content: '';
      background: #74747a;
      position: absolute; }
    .cabinet-page .together-container .calc-block .increase-btn:before {
      top: 14px;
      left: 7px;
      width: 15px;
      height: 1px; }
    .cabinet-page .together-container .calc-block .increase-btn:after {
      top: 7px;
      left: 14px;
      width: 1px;
      height: 14px; }
    .cabinet-page .together-container .calc-block .decrease-btn {
      left: 0; }
    .cabinet-page .together-container .calc-block .decrease-btn:after {
      content: '';
      width: 14px;
      height: 1px;
      background: #74747a;
      position: absolute;
      top: 14px;
      left: 7px; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400; }
  .cabinet-page .together-container .together-calc span {
    font-weight: 500; }
  .cabinet-page .together-container .cost-text {
    margin-right: 10px; }
  .cabinet-page .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: #FF4C00;
    margin-top: -2px; }
  .cabinet-page .together-container .total-num {
    font-weight: 600;
    color: #DE3D3D;
    font-size: 18px; }

.cabinet-page .cart-footer {
  border: 1px solid #74747a;
  border-radius: 3px;
  padding: 15px 20px;
  float: right;
  width: 320px;
  margin-top: 20px; }
  .cabinet-page .cart-footer .delivery-text {
    text-align: right;
    font-size: 12px;
    color: #74747a;
    margin: 10px 0; }
  .cabinet-page .cart-footer .cost-table {
    width: 100%; }
    .cabinet-page .cart-footer .cost-table .red-text {
      color: red; }
    .cabinet-page .cart-footer .cost-table strong {
      font-size: 20px;
      font-weight: 500; }
    .cabinet-page .cart-footer .cost-table td {
      padding: 3px 0; }
      .cabinet-page .cart-footer .cost-table td:last-child {
        text-align: right; }
  .cabinet-page .cart-footer .btn-warning,
  .cabinet-page .cart-footer .btn-light {
    width: 100%;
    padding: 10px;
    color: red; }
  .cabinet-page .cart-footer .btn-warning {
    margin-bottom: 15px; }
    .cabinet-page .cart-footer .btn-warning:hover, .cabinet-page .cart-footer .btn-warning:focus, .cabinet-page .cart-footer .btn-warning:active {
      background-color: #ffd861 !important; }
  .cabinet-page .cart-footer .btn-light {
    border: 1px solid red;
    background-color: transparent; }
    .cabinet-page .cart-footer .btn-light:hover, .cabinet-page .cart-footer .btn-light:focus, .cabinet-page .cart-footer .btn-light:active {
      background-color: #74747a !important;
      border-color: #74747a !important; }

@media (max-width: 1399px) {
  .cabinet-page .together-container .together-item .text-block {
    flex: auto;
    width: 100%;
    max-width: 100%; } }

@media (max-width: 1199px) {
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 32px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs a {
    font-size: 18px; }
  .cabinet-page .tab-pane form {
    width: 420px;
    margin: 0 auto; }
  .cabinet-page .form-group .form-control {
    width: 100%; }
  .cabinet-page .tab-pane .btn-primary {
    width: 100%; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 13px;
    width: 120px; }
  .cabinet-page .card-header .text-box {
    font-size: 16px; }
  .cabinet-page .card-header {
    padding: 10px 10px 10px 45px; }
  .cabinet-page .card-header:before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #212121;
    left: 20px; }
  .cabinet-page .card-header.active:before {
    border-top: 7px solid #262626;
    top: 27px; }
  .cabinet-page .together-container {
    padding: 20px 10px; }
  .cabinet-page .together-container .together-item .text-block .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item .img-block {
    flex: 0 0 60px;
    width: 60px;
    height: 60px; }
  .cabinet-page .together-container .together-item .text-block {
    flex: 0 0 140px;
    width: 140px; }
  .cabinet-page .tab-pane .col-xl-6:first-child {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .cabinet-page .tab-pane .h3 {
    font-size: 20px; }
  .cabinet-page h1,
  .cabinet-page .h1 {
    font-size: 28px; }
  .cabinet-page .tabs li {
    padding: 10px; }
  .cabinet-page .tabs li,
  .cabinet-page .tabs li a {
    font-size: 14px; }
  .cabinet-page .card-header .text-box {
    font-size: 14px; }
  .cabinet-page .card-header {
    padding: 8px 8px 8px 36px; }
  .cabinet-page .card-header:before {
    left: 14px;
    top: 25px; }
  .cabinet-page .card-header.collapsed:before {
    top: 26px; }
  .cabinet-page .cart-item .img-block img {
    margin-left: 0; }
  .cabinet-page .cart-item .img-block {
    flex: 0 0 60px;
    width: auto;
    max-width: 60px;
    height: 60px;
    margin-right: 10px; }
  .cabinet-page .cart-item .product-sum,
  .cabinet-page .cart-item .product-cost {
    font-size: 14px;
    width: auto;
    white-space: nowrap; }
  .cabinet-page .cart-item .title {
    font-size: 14px; }
  .cabinet-page .together-container .together-item {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-item .text-block {
    order: 2;
    flex: 0 0 120px;
    max-width: 120px; }
  .cabinet-page .together-container .together-item .img-block {
    order: 1; }
  .cabinet-page .together-container .together-item .product-cost {
    order: 3; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    font-size: 14px; } }

@media (max-width: 767px) {
  .cabinet-page .page-content {
    padding-bottom: 50px; }
  .cabinet-page h1, .cabinet-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .cabinet-page .tabs {
    display: flex; }
    .cabinet-page .tabs li {
      margin-right: 10px;
      flex-grow: 1;
      text-align: center; }
  .cabinet-page .tab-pane {
    padding-left: 0;
    padding-right: 0; }
  .cabinet-page .together-container {
    padding: 10px; }
  .cabinet-page .together-container .together-item .text-block .title {
    font-size: 13px; }
  .cabinet-page .together-container .together-item .text-block {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%; }
  .cabinet-page .together-container .together-item .product-cost {
    margin-left: 0; }
  .cabinet-page .together-container .together-item .img-block {
    margin-bottom: 10px; }
  .cabinet-page .card-header .order-status.order-process,
  .cabinet-page .card-header .order-status.order-canceled,
  .cabinet-page .card-header .order-status.order-success {
    font-size: 11px;
    width: 100px;
    position: absolute;
    right: 0;
    top: -22px;
    padding: 3px;
    border-radius: 3px 3px 0 0;
    height: auto; }
  .cabinet-page .card {
    margin-bottom: 40px; }
  .cabinet-page .card-header {
    border-radius: 5px 0 5px 5px; }
  .cabinet-page .tab-pane .h3 {
    text-align: center;
    font-size: 20px;
    margin: 10px 0 40px; }
  .cabinet-page .cart-item {
    padding-right: 0; }
  .cabinet-page .card-header {
    position: relative; }
    .cabinet-page .card-header .order-amount {
      position: absolute;
      left: 0;
      top: -20px;
      display: flex;
      align-items: center; }
      .cabinet-page .card-header .order-amount small {
        color: #74747a;
        margin-right: 5px; }
      .cabinet-page .card-header .order-amount .text-box {
        margin-right: 5px; }
  .cabinet-page .tab-pane .col-xl-6 {
    margin-top: 0; }
  .cabinet-page .tab-pane .col-xl-6:first-child {
    margin-bottom: 60px; }
  .cabinet-page .tab-pane form {
    width: 100%; } }

@media (max-width: 575px) {
  .cabinet-page .tabs li, .cabinet-page .tabs a {
    font-size: 13px;
    white-space: nowrap; }
  .cabinet-page .tabs li {
    padding: 5px; }
  .cabinet-page .together-container .together-footer {
    flex-wrap: wrap; }
  .cabinet-page .together-container .together-calc,
  .cabinet-page .together-container .together-cost,
  .cabinet-page .together-container .together-sum {
    width: 100%; } }

.choosen-page .page-content {
  padding: 0 0 50px; }

.choosen-page h1, .choosen-page .h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 50px;
  text-align: center; }

.choosen-page .empty-choosen {
  clear: both;
  padding: 150px 0; }
  .choosen-page .empty-choosen .lg-icon {
    margin-bottom: 15px; }
  .choosen-page .empty-choosen img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .choosen-page .empty-choosen .h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .choosen-page .empty-choosen p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px; }
    .choosen-page .empty-choosen p a {
      color: #FF4C00;
      text-decoration: underline; }
      .choosen-page .empty-choosen p a:hover {
        text-decoration: none; }

.choosen-page .choosen-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .choosen-page .choosen-head .clear-all {
    background-color: #EFF1F5;
    padding: 5px 15px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: 0.25s; }
    .choosen-page .choosen-head .clear-all:hover {
      background-color: #e0e1e1; }
    .choosen-page .choosen-head .clear-all i {
      margin-left: 10px;
      margin-top: 2px;
      width: 12px;
      height: 12px;
      background: url(../img/icons/close-icon.svg) no-repeat center;
      background-size: contain; }

.choosen-page .remove-item {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 34px;
  height: 34px;
  z-index: 1;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #C2C2C2;
  background-color: #fff; }
  .choosen-page .remove-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    opacity: 0.5;
    background-size: 20px; }
  .choosen-page .remove-item:hover:after {
    opacity: 1; }

@media (max-width: 1199px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 32px; }
  .choosen-page .slider-section {
    margin-top: 30px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 28px;
    margin-bottom: 30px; }
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .choosen-page h1, .choosen-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .choosen-page .empty-choosen {
    padding: 120px 0; }
    .choosen-page .empty-choosen .h2 {
      font-size: 20px; }
    .choosen-page .empty-choosen p {
      font-size: 16px; } }

@media (max-width: 575px) {
  .choosen-page .page-content {
    padding-bottom: 10px; }
  .choosen-page .choosen-head {
    flex-flow: column-reverse;
    margin-bottom: 20px; }
    .choosen-page .choosen-head .select-container {
      flex-wrap: wrap;
      margin-bottom: 15px;
      width: 100%; }
      .choosen-page .choosen-head .select-container .select-box {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-label {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-button {
        width: 100%; }
      .choosen-page .choosen-head .select-container .select-dropdown {
        width: 100%; }
    .choosen-page .choosen-head .clear-all {
      width: 100%;
      height: 36px;
      justify-content: center; } }

.search-page .page-content {
  padding: 0 0 50px; }

.search-page h1, .search-page .h1 {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 10px; }
  .search-page h1 span, .search-page .h1 span {
    font-weight: 600; }

.search-page .search-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px; }
  .search-page .search-head .subtitle {
    font-size: 20px;
    color: #74747A;
    font-weight: 400; }
    .search-page .search-head .subtitle span {
      font-weight: 600;
      color: #262626; }

.search-page .empty-search {
  clear: both;
  padding: 150px 0; }
  .search-page .empty-search .lg-icon {
    margin-bottom: 15px; }
  .search-page .empty-search img {
    display: block;
    max-width: 90px;
    max-heigh: 90px;
    margin: 0 auto; }
  .search-page .empty-search .h2 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px; }
  .search-page .empty-search p {
    color: #555;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px; }
    .search-page .empty-search p a {
      color: #FF4C00;
      text-decoration: underline; }
      .search-page .empty-search p a:hover {
        text-decoration: none; }

@media (max-width: 1199px) {
  .search-page h1, .search-page .h1 {
    font-size: 26px; }
  .search-page .search-head .subtitle {
    font-size: 20px; }
  .search-page .slider-section {
    margin-top: 30px; }
  .search-page .empty-choosen .h2 {
    font-size: 24px; } }

@media (max-width: 991px) {
  .search-page h1, .search-page .h1 {
    font-size: 24px;
    margin-bottom: 20px; }
  .search-page .empty-search .h2 {
    font-size: 20px; } }

@media (max-width: 767px) {
  .search-page h1, .search-page .h1 {
    font-size: 20px;
    margin-bottom: 20px; }
  .search-page .search-head .subtitle {
    font-size: 18px; }
  .search-page .empty-search {
    padding: 120px 0; }
    .search-page .empty-search .h2 {
      font-size: 20px; }
    .search-page .empty-search p {
      font-size: 16px; } }

@media (max-width: 575px) {
  .search-page .page-content {
    padding-bottom: 10px; }
  .search-page .h1, .search-page h1 {
    margin-bottom: 10px; }
  .search-page .search-head {
    margin-bottom: 20px;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .search-page .search-head .subtitle {
      width: 100%;
      margin-bottom: 20px; }
    .search-page .search-head .select-container {
      flex-wrap: wrap;
      margin-bottom: 15px;
      width: 100%; }
      .search-page .search-head .select-container .select-box {
        width: 100%; }
      .search-page .search-head .select-container .select-label {
        width: 100%;
        margin-bottom: 6px; }
      .search-page .search-head .select-container .select-button {
        width: 100%; }
      .search-page .search-head .select-container .select-dropdown {
        width: 100%; } }

.delivery-page .breadcrumb {
  margin-bottom: 30px; }

.delivery-page .page-content .row {
  margin-bottom: 80px; }

.delivery-page .page-content .col-lg-6 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .delivery-page .page-content .col-lg-6:first-child {
    padding-right: 50px; }
  .delivery-page .page-content .col-lg-6:last-child {
    padding-left: 30px; }

.delivery-page .text-container h2, .delivery-page .text-container .h2 {
  font-size: 32px;
  color: #FF4C00;
  margin: 0 0 10px; }

.delivery-page .text-container h3, .delivery-page .text-container .h3 {
  margin: 25px 0 5px; }

.delivery-page .text-container p {
  margin: 0 0 15px; }

.delivery-page .img-container img {
  display: block;
  max-width: 100%;
  max-height: 420px; }

@media (max-width: 991px) {
  .delivery-page .page-content .col-lg-6:last-child {
    padding-left: 15px; }
  .delivery-page .page-content .col-lg-6:first-child {
    padding-right: 15px; }
  .delivery-page .page-content .col-lg-6:first-child .img-container {
    margin-bottom: 20px; }
  .delivery-page .text-container h2,
  .delivery-page .text-container .h2 {
    font-size: 24px; }
  .delivery-page .page-content {
    padding-bottom: 30px; }
  .delivery-page .page-content .row {
    margin-bottom: 20px; } }

.success-page .page-content {
  display: flex;
  align-items: center;
  padding: 100px 0; }
  .success-page .page-content .container {
    text-align: center; }
    .success-page .page-content .container img {
      display: block;
      width: 60px;
      height: 60px;
      margin: 0 auto 10px; }
    .success-page .page-content .container h1 {
      margin-bottom: 15px;
      font-weight: 500; }
    .success-page .page-content .container .subtitle {
      font-size: 22px;
      margin: 10px 0; }
      .success-page .page-content .container .subtitle span {
        font-weight: 500; }
    .success-page .page-content .container .success-text {
      color: #555;
      max-width: 500px;
      margin: 0 auto 25px;
      font-size: 18px; }
      .success-page .page-content .container .success-text span {
        font-weight: 500;
        color: #111; }
    .success-page .page-content .container .btn-primary {
      height: 46px;
      margin: 8px auto 0;
      width: 300px;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center; }

@media (max-width: 1199px) {
  .success-page .page-content .container h1 {
    font-size: 32px; }
  .success-page .page-content .container .success-text {
    font-size: 16px; } }

@media (max-width: 767px) {
  .success-page .page-content {
    padding: 80px 0 100px; }
    .success-page .page-content .container h1 {
      font-size: 28px; }
    .success-page .page-content .container .subtitle {
      font-size: 18px; } }

@media (max-width: 420px) {
  .success-page .page-content .container .btn-primary {
    width: 100%; } }

.index-news {
  background-color: #EDF0F3;
  padding: 60px 0 90px; }
  .index-news .title-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px; }
  .index-news .news-item .item-body:after {
    background-color: #fff; }

.news-page h1, .news-page .h1 {
  text-align: center;
  font-weight: 500;
  margin: 0 0 25px;
  font-size: 36px; }

.news-page .news-head {
  display: flex;
  margin-bottom: 50px; }
  .news-page .news-head .select-container {
    margin-left: auto; }

.news-page .main-content {
  padding-bottom: 70px;
  position: relative; }
  .news-page .main-content .btn-primary {
    display: block;
    max-width: 385px;
    padding: 10px 5px;
    margin: 50px auto 0; }
  .news-page .main-content .row {
    margin-left: -25px;
    margin-right: -25px; }

.news-page .col-md-6.col-xl-4 {
  margin-bottom: 80px;
  padding-right: 25px;
  padding-left: 25px; }

.news-page .news-item .detail-link a {
  font-size: 15px; }

.news-item {
  min-height: 100%;
  position: relative;
  padding-top: 80px;
  height: 100%; }
  .news-item .detail-link {
    position: absolute;
    right: 15px;
    bottom: 15px; }
    .news-item .detail-link a {
      display: inline-block;
      position: relative;
      text-decoration: none;
      color: #FF4C00;
      font-size: 16px; }
      .news-item .detail-link a:hover {
        text-decoration: underline; }
  .news-item .item-img {
    height: 160px;
    width: 220px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-bottom: 5px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
    .news-item .item-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 4px; }
    .news-item .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-item .item-img:hover {
      opacity: 0.8; }
  .news-item .item-body {
    position: relative;
    z-index: 1;
    padding: 15px 15px 40px 20px;
    height: 100%; }
    .news-item .item-body:after {
      content: '';
      position: absolute;
      left: 45px;
      top: 0;
      bottom: 0;
      right: 0;
      background-color: #EDF0F3;
      z-index: -1; }
  .news-item .item-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #252525;
    line-height: 1.3;
    min-height: 70px;
    margin-left: 220px;
    margin-bottom: 12px; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        color: #FF4C00;
        text-decoration: underline; }
  .news-item .item-text {
    margin: 0 0 10px;
    height: 65px;
    overflow: hidden;
    font-size: 14px; }

.news-inner .page-content {
  padding-bottom: 50px; }

.news-inner .breadcrumb {
  margin-bottom: 30px; }

.news-inner .main-content {
  padding-bottom: 30px; }

.news-inner .article-col {
  padding-right: 30px;
  padding-top: 50px; }
  .news-inner .article-col p {
    margin: 0 0 20px; }
  .news-inner .article-col a {
    color: #FF4C00;
    text-decoration: none; }
    .news-inner .article-col a:hover {
      text-decoration: underline; }
  .news-inner .article-col .h1, .news-inner .article-col h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 1.3; }
  .news-inner .article-col .h2, .news-inner .article-col h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .news-inner .article-col .h3, .news-inner .article-col h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .news-inner .article-col .h5, .news-inner .article-col h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700; }
  .news-inner .article-col img {
    display: block;
    max-width: 100%; }
  .news-inner .article-col ul, .news-inner .article-col ol {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .news-inner .article-col ul li, .news-inner .article-col ol li {
      position: relative;
      margin: 3px 0; }
  .news-inner .article-col .article-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
    clear: both; }

.news-inner .align-left {
  margin: 5px 15px 5px 0; }

.news-inner .align-right {
  margin: 12px 0 5px 15px; }

.news-inner .aside-col {
  padding: 55px 0px 5px;
  border-radius: 4px;
  position: relative;
  z-index: 5; }
  .news-inner .aside-col iframe {
    max-width: 100%; }
  .news-inner .aside-col .h3, .news-inner .aside-col h3 {
    font-size: 28px;
    margin: 0 0 20px;
    font-weight: 500; }
  .news-inner .aside-col .news-item {
    display: flex;
    margin-bottom: 20px;
    padding: 0; }
  .news-inner .aside-col .item-body {
    margin-top: -3px;
    padding: 0; }
    .news-inner .aside-col .item-body:after {
      display: none; }
  .news-inner .aside-col .item-img {
    height: 110px;
    width: 150px;
    flex: 0 0 150px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.25s;
    margin-right: 12px;
    position: static; }
    .news-inner .aside-col .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-inner .aside-col .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .news-inner .aside-col .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0;
      position: static; }
    .news-inner .aside-col .item-img:hover {
      opacity: 0.8; }
  .news-inner .aside-col .item-title {
    font-weight: 500;
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px;
    min-height: auto;
    margin: 0 0 5px; }
    .news-inner .aside-col .item-title a {
      color: inherit;
      text-decoration: none; }
      .news-inner .aside-col .item-title a:hover {
        text-decoration: underline; }
  .news-inner .aside-col .item-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 5px; }
  .news-inner .aside-col .detail-link {
    position: static;
    text-align: right; }
    .news-inner .aside-col .detail-link a {
      font-size: 15px; }

@media (max-width: 1699px) {
  .news-item {
    padding-top: 70px; }
    .news-item .item-img {
      width: 180px;
      height: 140px; }
    .news-item .item-title {
      min-height: 65px;
      margin-left: 180px; } }

@media (max-width: 1399px) {
  .news-item {
    padding-top: 40px; }
    .news-item .item-img {
      width: 160px;
      height: 120px; }
    .news-item .item-title {
      font-size: 15px;
      margin-left: 155px; }
    .news-item .item-text {
      font-size: 13px;
      height: 62px; }
    .news-item .detail-link a {
      font-size: 14px; }
      .news-item .detail-link a:after {
        top: calc(50% - 4px);
        width: 10px;
        height: 10px; }
  .news-inner .article-col h1 {
    font-size: 28px; }
  .news-inner .aside-col .item-title {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .news-page h1, .news-page .h1 {
    font-size: 32px; }
  .news-page .load-toggle {
    font-size: 20px; }
  .news-inner .article-col .h2, .news-inner .article-col h2 {
    font-size: 20px; }
  .news-inner .article-col .h3, .news-inner .article-col h3 {
    font-size: 16px; }
  .news-inner .article-col .h4, .news-inner .article-col h4 {
    font-size: 14px; }
  .news-inner .aside-col .item-title {
    font-size: 15px; }
  .news-inner .aside-col .h3 {
    font-size: 20px; }
  .news-inner .aside-col .news-item .detail-link {
    text-align: left; }
  .news-inner .aside-col .news-item .item-body {
    flex-grow: 1; }
  .news-inner .breadcrumb {
    margin-bottom: 30px; }
    .news-inner .breadcrumb .breadcrumb-item {
      font-size: 11px; }
  .index-news {
    padding: 30px 0 40px; }
    .index-news .text-container {
      margin-bottom: 30px; }
  .news-item .item-text {
    margin-bottom: 0; } }

@media (max-width: 991px) {
  .news-page h1, .news-page .h1 {
    font-size: 28px; }
  .news-page .item-text {
    font-size: 13px;
    height: 78px; }
  .news-page .news-item .detail-link a {
    font-size: 14px; }
  .news-inner .article-col {
    padding-right: 15px; }
    .news-inner .article-col h1 {
      font-size: 24px; }
  .news-inner .aside-col {
    margin-left: 0;
    margin-top: 20px; }
    .news-inner .aside-col .h3 {
      font-size: 24px; }
    .news-inner .aside-col .item-title {
      font-size: 16px; }
    .news-inner .aside-col .item-body {
      flex-grow: 1; }
    .news-inner .aside-col .detail-link {
      display: inline-block; }
  .index-news .col-lg-4 {
    margin-bottom: 30px; }
  .index-news .title-group .group-link {
    font-size: 18px;
    padding-right: 20px; }
    .index-news .title-group .group-link:after {
      background-size: 14px;
      top: calc(50% - 9px); } }

@media (max-width: 767px) {
  .news-page h1, .news-page .h1 {
    font-size: 24px; }
  .news-page .item-title {
    font-size: 14px;
    height: auto; }
  .news-page .item-text {
    font-size: 12px;
    height: auto; }
  .news-page .main-content .btn-primary {
    font-size: 18px;
    max-width: 100%;
    margin-bottom: 50px; }
  .news-page .main-content .row {
    margin-left: -15px;
    margin-right: -15px; }
  .news-page .col-md-6.col-xl-4 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 40px; }
  .news-inner .article-col p {
    font-size: 14px; }
  .news-inner .article-col ul li,
  .news-inner .article-col ol li {
    font-size: 14px; }
  .news-inner .article-col h2 {
    font-size: 20px; }
  .news-inner .article-col {
    padding-top: 25px; }
  .news-inner .article-col h1 {
    font-size: 24px; }
  .news-inner .aside-col {
    padding-top: 10px; } }

@media (max-width: 575px) {
  .news-page .news-head .select-container {
    width: 400px;
    margin: 0 auto;
    flex-wrap: wrap; }
    .news-page .news-head .select-container .select-label,
    .news-page .news-head .select-container .select-box,
    .news-page .news-head .select-container .select-button,
    .news-page .news-head .select-container .select-dropdown {
      width: 100%; }
  .news-inner .breadcrumb {
    margin-bottom: 20px; }
    .news-inner .breadcrumb .breadcrumb-item {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 120px; }
  .news-inner .aside-col .item-title {
    min-height: auto; }
  .news-inner .aside-col .item-img {
    flex: 0 0 120px; }
  .news-inner .aside-col .news-item {
    width: 100%; }
  .news-inner .article-col img {
    float: none !important;
    margin: 10px 0 !important; }
  .news-item {
    margin: 0 auto 15px; }
  .index-news {
    padding-bottom: 15px; }
    .index-news .title-group {
      margin-bottom: 20px; }
      .index-news .title-group .group-link {
        font-size: 16px;
        padding-right: 20px; }
        .index-news .title-group .group-link:after {
          background-size: 14px;
          top: calc(50% - 9px); } }

@media (max-width: 479px) {
  .news-page .h1, .news-page h1 {
    margin-bottom: 15px; }
  .news-page .news-head .select-container {
    width: 360px; }
  .news-page .main-content .btn-primary {
    margin: 0 0 20px; }
  .news-inner .aside-col .item-img {
    flex: 0 0 100px;
    width: 100px;
    height: 100px; } }

@media (max-width: 400px) {
  .news-page .news-head .select-container {
    width: 100%; }
  .news-inner .aside-col .item-title {
    font-size: 15px; }
  .news-inner .aside-col .detail-link a {
    font-size: 14px; } }

@media (max-width: 375px) {
  .news-item {
    padding-top: 0; }
    .news-item .item-img {
      position: relative;
      top: auto;
      left: auto;
      width: 240px;
      height: 180px; }
    .news-item .item-body {
      height: auto;
      padding: 12px 12px 45px 5px; }
      .news-item .item-body:after {
        top: -90px; }
    .news-item .item-title {
      margin-left: 0;
      min-height: auto;
      font-size: 17px; }
    .news-item .item-text {
      height: auto;
      font-size: 14px; } }

.text-page .page-content {
  padding: 0 0 50px; }
  .text-page .page-content .row {
    margin-bottom: 30px; }
  .text-page .page-content p {
    margin: 10px 0 20px; }
  .text-page .page-content a {
    text-decoration: none;
    color: #FF4C00; }
    .text-page .page-content a:hover {
      text-decoration: underline; }
  .text-page .page-content .h1, .text-page .page-content h1 {
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px;
    text-align: center; }
  .text-page .page-content .h2, .text-page .page-content h2 {
    font-size: 24px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .text-page .page-content .h3, .text-page .page-content h3 {
    font-size: 20px;
    font-weight: 500;
    margin: 25px 0 10px; }
  .text-page .page-content .h5, .text-page .page-content h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 500; }
  .text-page .page-content img {
    display: block;
    max-width: 100%; }
  .text-page .page-content ul {
    margin: -5px 0 20px;
    padding: 0 0 0 20px; }
    .text-page .page-content ul li {
      font-size: 16px;
      position: relative;
      margin: 3px 0; }

.text-section {
  padding: 60px 0; }
  .text-section .text-container {
    columns: 2;
    column-gap: 30px; }
  .text-section .row {
    margin-bottom: 30px; }
  .text-section a {
    color: #669A00; }
  .text-section .h1, .text-section h1 {
    text-align: center;
    font-size: 36px;
    font-weight: 500;
    margin: 0 0 30px; }
  .text-section .h2, .text-section h2 {
    font-size: 28px;
    font-weight: 500;
    margin: 0 0 20px; }
  .text-section .h3, .text-section h3 {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0 5px; }
  .text-section .h5, .text-section h5 {
    font-size: 16px;
    margin: 0 0 5px;
    font-weight: 700; }
  .text-section img {
    display: block;
    max-width: 100%; }
  .text-section ul {
    list-style: none;
    margin: 0 0 20px;
    padding: 0; }
    .text-section ul li {
      position: relative;
      padding-left: 18px; }
      .text-section ul li:before {
        content: '';
        width: 7px;
        height: 1px;
        background-color: #252525;
        position: absolute;
        left: 0;
        top: 11px; }

@media (min-width: 1200px) {
  .text-page .page-content .text-container {
    max-width: 950px; } }

@media (max-width: 1199px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 32px; }
  .text-page .page-content .h2,
  .text-page .page-content h2 {
    font-size: 20px; }
  .text-section .h2,
  .text-section h2 {
    font-size: 20px; }
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 16px; }
  .text-page .page-content .h4,
  .text-page .page-content h4 {
    font-size: 14px; }
  .text-section .text-container {
    columns: auto; }
  .text-page .page-content ul li {
    font-size: 14px; }
  .text-page .page-content p {
    font-size: 14px; } }

@media (max-width: 991px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 28px;
    margin-bottom: 20px; }
  .text-page .page-content .row {
    margin-bottom: 10px; }
  .text-section {
    padding: 30px 0; } }

@media (max-width: 767px) {
  .text-page .page-content .h1,
  .text-page .page-content h1 {
    font-size: 24px;
    margin-bottom: 15px; } }

@media (max-width: 575px) {
  .text-page .page-content .h3,
  .text-page .page-content h3 {
    font-size: 18px; } }

.main-footer {
  color: #fff; }
  .main-footer .logo-holder {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .main-footer .logo-holder img {
      display: block;
      max-width: 300px;
      margin-right: 10px; }
  .main-footer .logo-text {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap; }
    .main-footer .logo-text span {
      color: #FF4C00; }
  .main-footer .logo-col p {
    max-width: 350px;
    color: #A5A5A5; }

.footer-content {
  background-color: #212121;
  padding: 40px 0; }
  .footer-content ul {
    list-style: none;
    padding: 15px 0 0;
    margin: 10px 0; }
    .footer-content ul li {
      margin: 0 0 10px; }
      .footer-content ul li a {
        color: #fff;
        text-decoration: none; }
        .footer-content ul li a:hover {
          text-decoration: underline;
          color: #FF4C00; }

.footer-bottom {
  background-color: #111;
  padding: 15px 0;
  color: #fff;
  font-size: 13px; }
  .footer-bottom .container {
    display: flex;
    justify-content: space-between; }
  .footer-bottom a {
    color: #fff;
    font-weight: 500; }
    .footer-bottom a:hover {
      text-decoration: none; }
  .footer-bottom p {
    margin: 0; }

.site-developer {
  color: #A5A5A5; }

@media (max-width: 1399px) {
  .footer-content .col-md-3 {
    padding-left: 50px; } }

@media (max-width: 1199px) {
  .footer-content {
    padding: 20px 0 10px; }
    .footer-content .col-md-3 {
      padding-left: 15px; }
    .footer-content .logo-text {
      font-size: 18px; }
  .main-footer .logo-holder img {
    max-width: 250px; }
  .main-footer .logo-col p {
    max-width: 250px; } }

@media (max-width: 991px) {
  .footer-content {
    padding: 20px 0; }
    .footer-content .footer-text {
      font-size: 12px; }
    .footer-content .footer-title {
      font-size: 14px; }
    .footer-content .logo-holder {
      margin-bottom: 15px; }
      .footer-content .logo-holder img {
        max-width: 200px; }
    .footer-content ul li a {
      font-size: 12px; }
    .footer-content .footer-logo {
      width: 160px; }
  .main-footer .logo-col p {
    font-size: 13px; }
  .footer-bottom {
    font-size: 13px; } }

@media (max-width: 767px) {
  .footer-content .footer-title {
    font-size: 16px; }
  .main-footer .footer-bottom .container {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center; }
  .main-footer .footer-bottom .copyright-text {
    margin-bottom: 10px; }
  .main-footer .footer-bottom .site-developer {
    width: 100%; }
  .main-footer .logo-col p {
    max-width: 100%; }
  .main-footer .logo-holder {
    width: 280px;
    margin: 0 auto 20px; }
  .main-footer .footer-content .logo-text {
    font-size: 20px; }
  .main-footer .footer-content ul li a {
    font-size: 13px; }
  .main-footer .contacts-list {
    margin-top: 10px; } }

@media (max-width: 479px) {
  .footer-bottom {
    padding: 10px 0; }
    .footer-bottom .copyright-text {
      font-size: 13px; } }

.error-page .page-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  text-align: center; }
  .error-page .page-content .lg-nums {
    font-size: 160px;
    font-weight: 600;
    line-height: 1.1;
    color: #FF4C00; }
  .error-page .page-content .h2 {
    font-size: 32px;
    font-weight: 400;
    margin: 0 0 10px; }
  .error-page .page-content p {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
    color: #74747a; }
    .error-page .page-content p a {
      color: #FF4C00;
      font-weight: 400; }
      .error-page .page-content p a:hover {
        text-decoration: none; }

@media (max-width: 1199px) {
  .error-page .page-content .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .error-page .page-content .lg-nums {
    font-size: 100px; } }

@media (max-width: 767px) {
  .error-page .page-content .lg-nums {
    font-size: 80px; }
  .error-page .page-content .h2 {
    font-size: 24px; }
  .error-page .page-content p {
    font-size: 14px; } }

.product-page .product-description .btn-primary.added {
  background-color: #fff;
  color: #252525;
}