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

.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: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

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

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

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-right: 15px;
    padding-left: 15px; }
  .row {
    margin-right: -15px;
    margin-left: -15px; }
  .row > * {
    padding-right: 15px;
    padding-left: 15px; } }

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; } }

.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-bg, .fancybox-inner, .fancybox-outer, .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-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  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;
  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--current, .fancybox-slide--next, .fancybox-slide--previous {
  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;
  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-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  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--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .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-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

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

.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:link, .fancybox-button:visited {
  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; }

.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--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none; }

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

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

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

.fancybox-caption {
  background: linear-gradient(0deg, 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%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996; }

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

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

.fancybox-loading {
  animation: a 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 a {
  to {
    transform: rotate(1turn); } }

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

.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: translateZ(0); }

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  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: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn); }

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

.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: scaleX(1) translateZ(0); }

.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: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px; }
  @supports (padding: 0px) {
    .fancybox-caption {
      padding-left: 12px; } } }

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

.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;
  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:link, .fancybox-share__button:visited {
  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;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  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: 50%;
  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; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

h1, .h1 {
  font-size: 42px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

h2, .h2 {
  font-size: 32px;
  margin: 15px 0 15px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  line-height: 1.3; }

h3, .h3 {
  font-size: 28px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin: 5px 0 15px;
  line-height: 1.3; }

h4, .h4 {
  font-size: 20px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin: 5px 0 10px; }

h5, .h5 {
  font-size: 14px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

h6, .h6 {
  font-size: 12px;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500; }

p {
  margin: 0 0 10px; }

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

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

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

.suptitle {
  font-size: 28px;
  font-family: "Caveat", cursive;
  line-height: 1;
  color: #395112; }

.title-group {
  margin: 0 0 60px; }

.slider-section .title-group {
  margin-bottom: 25px; }

.slider-section .title-group h2,
.slider-section .title-group .h2 {
  font-size: 32px; }

.title-group h2,
.title-group .h2 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 1.2;
  margin: 5px 0; }

.page-title {
  margin: 0 0 30px; }

.page-title h1,
.page-title .h1,
.page-title h2,
.page-title .h2 {
  font-size: 42px;
  margin: 0; }

.double-column {
  columns: 500px;
  column-gap: 50px; }

.double-column p,
.double-column ul,
.double-column ol {
  width: 100%;
  display: inline-block;
  vertical-align: top; }

.double-column h2:first-child {
  column-span: all; }

.catalog-page .text-container {
  padding-top: 100px; }

.text-container ol,
.text-container ul {
  padding-left: 20px;
  margin: -5px 0 20px; }

.text-container ol li::marker,
.text-container ul li::marker {
  color: #84A02B; }

.text-container .h2,
.text-container h2 {
  margin-top: 0; }

ul {
  padding-left: 20px;
  list-style-type: square; }

.text-page .text-container {
  margin-bottom: 70px; }

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

@media (max-width: 1699px) {
  .page-title h1,
  .page-title .h1,
  .page-title h2,
  .page-title .h2 {
    font-size: 36px; }
  .title-group h2,
  .title-group .h2 {
    font-size: 36px; }
  h1, .h1 {
    font-size: 36px; }
  h2, .h2 {
    font-size: 28px; }
  h3, .h3 {
    font-size: 24px; }
  h4, .h4 {
    font-size: 18px; }
  h5, .h5 {
    font-size: 13px; } }

@media (max-width: 1399px) {
  .page-title h1,
  .page-title .h1,
  .page-title h2,
  .page-title .h2 {
    font-size: 32px; }
  .title-group h2,
  .title-group .h2 {
    font-size: 32px; }
  h1, .h1 {
    font-size: 32px; }
  h2, .h2 {
    font-size: 24px; }
  h3, .h3 {
    font-size: 20px; }
  h4, .h4 {
    font-size: 16px; } }

@media (max-width: 991px) {
  .page-title h1,
  .page-title .h1,
  .page-title h2,
  .page-title .h2 {
    font-size: 28px; }
  .title-group h2,
  .title-group .h2 {
    font-size: 28px; }
  h1, .h1 {
    font-size: 28px; }
  h2, .h2 {
    font-size: 22px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 14px; } }

@media (max-width: 575px) {
  .page-title h1,
  .page-title .h1,
  .page-title h2,
  .page-title .h2 {
    font-size: 24px; }
  .title-group h2,
  .title-group .h2 {
    font-size: 24px; }
  h1, .h1 {
    font-size: 24px; }
  h2, .h2 {
    font-size: 20px; } }

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

html {
  height: 100%;
  width: 100%;
  overscroll-behavior: none;
  scroll-behavior: smooth; }

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

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

::-webkit-scrollbar-thumb {
  background: #84A02B; }

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

body {
  margin: 0;
  padding: 0;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #1D191C;
  background-color: #fff;
  min-width: 320px; }
  body.locked {
    overflow: hidden !important; }

a, button {
  cursor: pointer; }

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

table {
  border-collapse: collapse; }

p {
  margin: 0 0 15px; }

iframe {
  max-width: 100%; }

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

.page-content {
  flex: 1; }

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

.main-header {
  padding-top: 5px;
  background-color: #fff;
  position: relative;
  z-index: 1000; }

.main-logo {
  width: 140px;
  margin-right: auto; }

.main-logo img {
  display: block;
  width: 100%; }

.collapse-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;
  z-index: 1000; }

.collapse-open {
  background-color: #fff;
  border: 0;
  padding: 0;
  outline: 0;
  cursor: pointer; }

.collapse-open span {
  width: 30px;
  height: 2px;
  border-radius: 3px;
  background-color: #252525;
  display: block;
  margin: 7px 0; }

.collapse-close {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 10px;
  left: 10px;
  background-size: 60%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  cursor: pointer; }

.collapse-close svg {
  width: 32px;
  height: 32px; }

.header-lang {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 16px;
  display: flex;
  align-items: center; }

.header-lang a {
  text-decoration: none;
  color: #777;
  margin: 0 5px; }

.header-lang a.active {
  color: #84A02B; }

.header-lang span {
  display: inline-block;
  width: 1px;
  height: 16px;
  background-color: #081305; }

.header-content .container {
  display: flex;
  flex-wrap: wrap; }

.header-controls {
  display: flex;
  align-items: center;
  justify-content: space-around;
  background-color: #EFF1F5;
  width: calc(100% + 20px);
  margin: 10px -10px 0;
  padding-top: 4px; }

.header-controls svg {
  width: 24px;
  height: 24px;
  fill: #111; }

.search-toggle,
.cart-control a,
.choosen-conrol a,
.сabinet-control a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  color: #555;
  cursor: pointer; }

.choosen-amount {
  position: absolute;
  top: 4px;
  right: 7px;
  border-radius: 15px;
  background-color: #84A02B;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  max-width: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.cart-amount {
  position: absolute;
  top: 4px;
  right: 7px;
  border-radius: 15px;
  background-color: #84A02B;
  color: #fff;
  font-size: 11px;
  padding: 1px 6px;
  max-width: 40px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  pointer-events: none;
  pointer-events: none; }

.control-title {
  font-size: 11px; }

.main-nav a {
  display: block;
  color: #111;
  text-decoration: none;
  margin-bottom: 15px;
  font-size: 16px; }

.header-phone,
.header-mail {
  display: flex;
  align-items: center; }

.header-phone a,
.header-mail a {
  text-decoration: none;
  color: #4B4444; }

.header-phone svg,
.header-mail svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: -3px;
  fill: #84A02B; }

.header-phone {
  margin-top: 40px;
  margin-bottom: 10px; }

.page-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 19, 5, 0.8);
  z-index: 1;
  display: none; }

.catalog-dropdown-box {
  display: none; }

.header-catalog {
  margin-bottom: 20px;
  margin-top: 20px; }

.header-catalog .btn-secondary,
.header-catalog .btn-light {
  height: 38px; }

.collapse-nav .catalog-toggle {
  position: relative;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: 1px solid #624b6d;
  border-radius: 10px 3px 10px 3px;
  display: inline-flex;
  margin-left: auto; }

.collapse-nav .catalog-toggle:after,
.collapse-nav .catalog-toggle:before {
  content: '';
  background: #212121;
  position: absolute; }

.collapse-nav .catalog-toggle:before {
  top: 18px;
  left: 11px;
  width: 15px;
  height: 1px; }

.collapse-nav .catalog-toggle:after {
  top: 11px;
  left: 18px;
  width: 1px;
  height: 15px; }

.collapse-nav .catalog-toggle.active:after {
  height: 15px;
  transform: rotate(45deg); }

.collapse-nav .catalog-toggle.active:before {
  transform: rotate(45deg); }

.category-badge {
  border-radius: 5px;
  background-color: #CEDF90;
  text-transform: uppercase;
  color: #3C5314;
  padding: 8px 10px;
  margin: 5px 0;
  font-size: 14px; }

@media (max-width: 1199px) {
  .header-content .container {
    max-width: none; }
  .collapse-nav {
    transform: translateX(150%); }
  .collapse-nav.visible {
    transform: translateX(0); }
  .horizontal-dropdown {
    display: none !important; }
  .category-nav-link {
    padding: 4px 0 4px 2px;
    position: relative;
    margin-bottom: 5px;
    font-size: 16px;
    text-decoration: none;
    display: block;
    color: #111; }
  .category-badge {
    background-color: #E7EDF3; }
  .catalog-dropdown-box {
    width: 100%; }
  .header-catalog-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px; }
  .header-catalog .btn-secondary,
  .header-catalog .btn-light {
    width: calc(100% - 50px);
    display: inline-flex; } }

@media (min-width: 1200px) {
  .main-header {
    padding-top: 0;
    border-bottom: 1px solid #C8C9CB; }
  .collapse-nav .catalog-toggle {
    display: none !important; }
  .main-logo {
    width: 200px; }
  .collapse-close,
  .collapse-open {
    display: none; }
  .collapse-nav {
    position: relative;
    height: auto;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    display: flex;
    align-items: center; }
  .header-top {
    background-color: #EFF1F5;
    padding: 8px 0; }
  .header-controls {
    background-color: transparent; }
  .header-content .container {
    flex-wrap: nowrap;
    align-items: center; }
  .header-controls {
    width: 300px;
    margin-top: 0;
    padding-top: 0; }
  .search-toggle,
  .cart-control a,
  .choosen-conrol a,
  .сabinet-control a {
    width: 60px;
    height: 60px;
    background-color: #EFF1F5;
    border: 1px solid transparent; }
  .search-toggle:hover,
  .cart-control a:hover,
  .choosen-conrol a:hover,
  .сabinet-control a:hover {
    border-color: #395112; }
  .header-lang {
    order: 1;
    position: static;
    margin-right: 25px; }
  .header-phone {
    margin-top: 0;
    margin-right: 30px; }
  .header-phone,
  .header-mail {
    margin-bottom: 1px; }
  .main-nav {
    display: flex;
    order: 5;
    margin-left: auto; }
  .main-nav a {
    margin-left: 20px;
    margin-bottom: 0;
    color: #4B4444;
    font-size: 14px; }
  .main-nav a:hover {
    color: #84A02B; }
  .header-phone {
    order: 2; }
  .header-mail {
    order: 3; }
  .nav-dropdown {
    position: relative;
    cursor: pointer;
    z-index: 1; }
  .nav-dropdown:hover .nav-link {
    color: #84A02B; }
  .nav-dropdown:hover .nav-link:after {
    transform: rotate(180deg);
    border-top: 5px solid #84A02B; }
  .nav-dropdown-box {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 25px;
    opacity: 0;
    pointer-events: none;
    transition: 0.2s; }
  .dropdown-box-inner {
    width: 250px;
    flex: 0 0 250px;
    background-color: #fff;
    border-radius: 8px;
    padding: 8px 12px 5px;
    border: 1px solid #c1c1c1; }
  .dropdown-box-inner a {
    margin-left: 0;
    margin-bottom: 5px; }
  .nav-dropdown .nav-link {
    display: block;
    color: #4B4444;
    pointer-events: none;
    position: relative;
    padding-right: 14px; }
  .nav-dropdown .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; }
  .nav-dropdown:hover .nav-dropdown-box {
    opacity: 1;
    pointer-events: auto; }
  .header-content {
    padding: 12px 0; }
  .header-catalog {
    position: absolute;
    left: 0;
    right: 20px;
    top: 61px;
    display: flex;
    justify-content: space-between;
    width: 420px;
    margin: 0 auto; }
  .rozdrib-item:hover .btn-light {
    z-index: 11; }
  .opt-item:hover .btn-secondary {
    background-color: #5c792e;
    z-index: 11; }
  .main-header {
    transition: 300ms; }
    .main-header .header-catalog-item {
      position: relative;
      pointer-events: auto;
      width: calc(50% - 10px);
      z-index: 3; }
      .main-header .header-catalog-item:hover .catalog-dropdown-box {
        opacity: 1;
        pointer-events: auto;
        visibility: visible; }
      .main-header .header-catalog-item:hover .dropdown-box-content:after {
        opacity: 1; }
    .main-header.fixed {
      transform: translateY(-85px); }
  .catalog-dropdown-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 48px;
    display: flex !important;
    z-index: 10;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .dropdown-box-content {
    background-color: #fff;
    position: relative;
    flex: 0 0 1120px;
    border-radius: 10px 10px 0 10px; }
    .dropdown-box-content:after {
      content: '';
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(8, 19, 5, 0.8);
      z-index: -1;
      pointer-events: none;
      transition: all 0.3s ease;
      opacity: 0; }
  .dropdown-side {
    width: 260px;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-radius: 10px 0 0 10px; }
  .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: 6px 20px 6px 12px;
    color: #252525; }
    .category-nav-link.active, .category-nav-link:hover {
      color: #84A02B; }
      .category-nav-link.active:before, .category-nav-link:hover:before {
        background-color: #669A00; }
      .category-nav-link.active:after, .category-nav-link:hover:after {
        filter: brightness(1);
        right: -7px; }
    .category-nav-link:after {
      content: '';
      width: 10px;
      height: 12px;
      position: absolute;
      top: calc(50% - 6px);
      right: 0;
      transition: 0.25s;
      background: url("data:image/svg+xml,%3Csvg width='9' height='11' viewBox='0 0 9 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.26916 0.739258L1.68457 1.32385L5.86163 5.5001L1.68538 9.67676L2.26916 10.2609L6.73791 5.7922L7.01701 5.5001L6.73791 5.20801L2.26916 0.739258Z' fill='black'/%3E%3C/svg%3E%0A") no-repeat center;
      background-size: contain;
      filter: brightness(0); }
  .horizontal-dropdown {
    position: absolute;
    left: 260px;
    top: 0;
    width: 860px;
    min-height: 100%;
    padding: 20px;
    z-index: 1;
    display: none;
    background-color: #fff;
    border-radius: 0 10px 10px 10px;
    max-height: 500px;
    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: #84A02B; }
    .horizontal-dropdown .img-box {
      height: 90px;
      display: flex;
      align-items: center;
      margin-bottom: 5px; }
      .horizontal-dropdown .img-box img {
        display: block;
        margin: 0 auto;
        max-width: 100px;
        max-height: 90px; }
    .horizontal-dropdown .item-title {
      text-align: center;
      font-size: 14px; }
    .horizontal-dropdown .flex-container {
      display: flex;
      flex-wrap: wrap;
      pointer-events: auto; }
  .opt-item .dropdown-box-content {
    margin-left: -340px;
    flex: 0 0 1120px; }
  .rozdrib-item .dropdown-box-content {
    margin-left: -560px;
    flex: 0 0 1120px; } }

@media (min-width: 1400px) {
  .main-nav a {
    margin-left: 35px; }
  .header-lang {
    margin-right: 30px; }
  .header-phone {
    margin-right: 40px; }
  .opt-item .dropdown-box-content {
    margin-left: -430px;
    flex: 0 0 1300px; }
  .rozdrib-item .dropdown-box-content {
    margin-left: -650px;
    flex: 0 0 1300px; }
  .horizontal-dropdown {
    width: 1040px; } }

@media (min-width: 1700px) {
  .main-logo {
    width: 250px; }
  .header-mail {
    margin-bottom: 2px; }
  .main-nav a {
    font-size: 16px; }
  .header-catalog {
    width: 520px;
    top: 73px; }
  .header-mail svg {
    margin-bottom: -1px; }
  .dropdown-box-inner a {
    margin-left: 0;
    margin-bottom: 5px; }
  .dropdown-box-inner {
    padding-bottom: 5px; }
  .opt-item .dropdown-box-content {
    margin-left: -455px;
    flex: 0 0 1450px; }
  .rozdrib-item .dropdown-box-content {
    margin-left: -725px;
    flex: 0 0 1450px; }
  .horizontal-dropdown {
    width: 1190px;
    max-height: 800px;
    overflow-y: auto; }
  .category-nav-link {
    font-size: 16px; } }

.search-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 20px 35px;
  background-color: #fff;
  transition: 0.25s;
  transform: translateY(-150%);
  z-index: 100001; }

.search-box.active {
  transform: translateY(0); }

.search-box .form-holder {
  position: relative; }

.search-box .btn-primary {
  position: absolute;
  top: 0;
  right: 0;
  height: 42px;
  width: 80px;
  border: 0; }

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

.search-box .form-control {
  padding: 0 90px 0 12px;
  font-size: 13px;
  height: 42px; }

.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 .badge-new,
.search-autoresult .badge-sale,
.search-autoresult .badge-top {
  font-size: 10px;
  left: -5px;
  top: 5px;
  padding: 1px 8px; }

.search-autoresult .product-item {
  display: flex;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #E2E2E2;
  padding: 3px 0;
  align-items: center;
  box-shadow: none;
  height: auto; }

.search-autoresult .product-item:hover {
  box-shadow: none; }

.search-autoresult .product-item .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; }

.search-autoresult .product-name a {
  color: #252525;
  text-decoration: none; }

.search-autoresult .product-name a:hover {
  color: #84A02B;
  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: 600;
  font-size: 16px;
  max-width: 280px;
  margin: 0 auto; }

.search-autoresult .show-all-results {
  text-align: center;
  padding: 8px;
  margin-top: -2px;
  position: relative;
  height: 70px; }

.search-autoresult .show-all-results a {
  font-weight: 400;
  text-decoration: none;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  height: 38px; }

.search-autoresult .show-all-results a span {
  font-weight: 700;
  font-size: 18px;
  margin-left: 5px; }

.search-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 19, 5, 0.8);
  z-index: 10000;
  display: none; }

@media (min-width: 421px) {
  .search-box .form-control {
    padding-right: 130px; }
  .search-box .btn-primary {
    width: 120px; } }

@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;
    font-weight: 500; }
  .search-autoresult .product-text {
    flex-grow: 1;
    display: flex; }
  .search-autoresult .product-cost {
    margin-left: auto;
    flex: 0 0 120px;
    justify-content: flex-end; }
  .search-autoresult .product-item .old-cost {
    order: 1; }
  .search-autoresult .product-item .new-cost,
  .search-autoresult .product-item .default-cost {
    order: 2;
    margin-right: 0;
    width: 100%;
    text-align: right; } }

@media (min-width: 768px) {
  .search-box .form-control {
    font-size: 14px;
    height: 48px; }
  .search-box .btn-primary {
    height: 48px; }
  .search-box .search-close {
    top: 28px; }
  .search-autoresult .show-all-results a {
    left: 0;
    right: 0;
    width: 400px;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .search-box .form-holder {
    max-width: 800px;
    margin: 0 auto; }
  .search-box .form-control {
    padding-right: 290px;
    font-size: 16px;
    padding-left: 20px; }
  .search-box .btn-primary {
    width: 280px;
    font-size: 18px; }
  .search-box .search-close {
    left: auto;
    right: 20px; }
  .search-autoresult {
    width: 800px;
    right: 0;
    left: 30px;
    margin: 0 auto;
    top: calc(100% + 3px);
    border-radius: 10px;
    overflow: hidden;
    padding-top: 10px; }
  .search-autoresult .max-scroll {
    padding-left: 20px;
    padding-right: 20px; } }

@media (min-width: 1200px) {
  .search-box {
    padding: 20px 60px 20px 0; }
  .search-box .search-close {
    left: auto;
    right: 20px;
    background-size: 24px; }
  .search-autoresult {
    left: -60px; } }

.main-slider {
  opacity: 0;
  max-width: 3000px;
  margin: 0 auto; }
  .main-slider.slick-initialized {
    opacity: 1; }
    .main-slider.slick-initialized .item {
      display: flex; }
  .main-slider .item {
    outline: 0;
    height: 700px;
    display: none;
    position: relative;
    color: #fff;
    font-size: 20px; }
    .main-slider .item:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(8, 19, 5, 0.3);
      z-index: 10; }
    .main-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .main-slider .item video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      position: relative; }
    .main-slider .item:first-child {
      display: flex; }
  .main-slider .container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 15; }
  .main-slider .desktop-img,
  .main-slider .mobile-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  .main-slider .mobile-img {
    display: none; }
  .main-slider .suptitle {
    font-size: 16px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 64px;
    margin: 0 0 20px;
    line-height: 1.2;
    max-width: 1000px;
    text-shadow: 0 1px 1px #111; }
  .main-slider p {
    text-shadow: 0 1px 1px #111;
    margin: 0 0 20px; }
  .main-slider .btn-primary {
    width: 220px;
    font-size: 18px;
    margin-top: 40px; }

.main-slider-dots .slick-dots {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end; }
  .main-slider-dots .slick-dots li {
    margin: 0 3px;
    height: 14px; }
    .main-slider-dots .slick-dots li.slick-active button {
      background-color: #84A02B; }
  .main-slider-dots .slick-dots button {
    background-color: transparent;
    border: 1px solid #84A02B;
    font-size: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%; }

@media (max-width: 2000px) {
  .main-slider .item {
    height: 650px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 64px; } }

@media (max-width: 2000px) {
  .main-slider .item {
    height: 650px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 64px; } }

@media (max-width: 1699px) {
  .main-slider .item {
    height: 600px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 58px;
    max-width: 800px; } }

@media (max-width: 1536px) {
  .main-slider .item {
    height: 500px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 42px;
    max-width: 620px; } }

@media (max-width: 1199px) {
  .main-slider .item {
    height: 500px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 36px;
    margin-bottom: 10px; }
  .main-slider p {
    font-size: 16px; }
  .main-slider .btn-primary {
    font-size: 16px;
    margin-top: 20px; } }

@media (max-width: 991px) {
  .main-slider .item {
    height: 400px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 28px;
    max-width: 100%; } }

@media (max-width: 767px) {
  .main-slider .item {
    height: 350px; }
  .main-slider .h1, .main-slider h1 {
    font-size: 26px; } }

@media (max-width: 575px) {
  .main-slider .h1, .main-slider h1 {
    line-height: 1.5; } }

.index-page .categories-section {
  padding: 80px 0 120px; }

.index-page .categories-section .suptitle {
  color: #84A02B; }

.index-page .categories-section .btn-outline {
  width: 480px;
  margin: 30px auto 0; }

.index-page .categories-section .btn-outline svg {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  fill: #395112;
  transition: 0.25s; }

.index-page .categories-section .btn-outline:hover svg {
  fill: #fff;
  transform: translateX(5px); }

.categories-section .col-xxl-3 {
  margin-bottom: 50px; }

.category-item .category-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 330px;
  border: 1px solid #B8BDC7;
  border-radius: 12px;
  margin-bottom: 5px; }

.category-item .category-img:hover {
  border-color: #84A02B; }

.category-item .category-img picture {
  display: flex;
  align-items: center;
  justify-content: center; }

.category-item .category-img img {
  display: block;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px; }

.category-item .category-title {
  text-align: center; }

.category-item .category-title a {
  color: #111;
  text-decoration: none;
  font-size: 22px;
  font-weight: 600; }

.category-item .category-title:hover a {
  text-decoration: underline;
  color: #84A02B; }

.categories-page .page-title {
  margin-bottom: 50px; }

.wide-badge {
  border-radius: 5px;
  background-color: #CEDF90;
  text-transform: uppercase;
  color: #3C5314;
  font-size: 18px;
  padding: 8px 15px;
  margin: 10px 0 30px; }

.categories-page .category-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  overflow: hidden;
  max-height: 224px; }

.categories-page .category-list.open {
  max-height: none; }

.categories-page .category-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px; }

.categories-page .category-list li:before {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 6px;
  background-color: #84A02B;
  border-radius: 6px 1px 6px 1px; }

.categories-page .category-list a {
  text-decoration: none;
  color: #111; }

.categories-page .category-list a:hover {
  color: #84A02B; }

.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:hover {
  color: #111; }

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

@media (max-width: 1699px) {
  .category-item .category-title a {
    font-size: 20px; }
  .category-item .category-img {
    height: 300px; }
  .categories-page .category-list li:before {
    top: 4px; } }

@media (max-width: 767px) {
  .category-item .category-title a {
    font-size: 18px; }
  .category-item .category-img {
    height: 250px; }
  .index-page .categories-section .btn-outline {
    width: 100%; }
  .categories-page .category-list {
    margin-bottom: 15px; } }

.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: 480px;
  margin: 0 auto; }
  .auth-page .auth-content .btn-primary {
    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: 20px; }
  .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 .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 {
  margin-top: 35px;
  text-align: center;
  font-size: 18px; }
  .auth-page .link-text a {
    color: #84A02B;
    text-decoration: underline; }
    .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%;
    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: #84A02B;
      text-decoration: underline; }
      .auth-page .checkbox-holder label a:hover {
        text-decoration: none; }
    .auth-page .checkbox-holder label:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #a2a2a2;
      border-radius: 3px; }
    .auth-page .checkbox-holder label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 20px;
      height: 20px;
      background: #84A02B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.4752a1.5997 1.5997 0 0 1-1.7439.3469 1.5995 1.5995 0 0 1-.519-.3469l-5.586-5.585a1.5005 1.5005 0 0 1-.3463-1.647 1.5 1.5 0 0 1 2.4672-.474l4.596 4.596 10.253-10.254a1.4996 1.4996 0 0 1 1.6353-.3254c.182.0754.3474.186.4867.3254Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/14px;
      display: none;
      border-radius: 3px; }

@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: 17px;
    text-align: center; }
  .auth-page .title-box {
    margin-bottom: 15px; } }

.breadcrumb {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 20px 0;
  align-items: center;
  background-color: transparent;
  font-size: 12px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.breadcrumb-item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px; }

.breadcrumb-item:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 300px;
  color: #717589; }

.breadcrumb-item + .breadcrumb-item:before {
  content: '//';
  font-size: 13px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  margin: 3px 5px 0;
  color: #111; }

.breadcrumb a {
  color: #111;
  text-decoration: none; }

.breadcrumb a:hover {
  text-decoration: underline; }

@media (max-width: 1199px) {
  .breadcrumb .breadcrumb-item {
    max-width: 200px; } }

@media (max-width: 575px) {
  .breadcrumb {
    display: flex; } }

.form-group {
  margin-bottom: 20px; }

.form-group label {
  font-size: 14px;
  display: block;
  margin-left: 10px;
  margin-bottom: 2px; }

.form-control {
  display: block;
  width: 100%;
  border: 1px solid #B8BDC7;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: 0;
  height: 44px;
  padding: 10px 12px;
  border-radius: 16px 3px 16px 3px; }
  .form-control:focus {
    border: 1px solid #669A00;
    box-shadow: 0 0 0 3px rgba(57, 81, 18, 0.3); }

.red-text {
  color: #C62534;
  font-size: 13px; }

textarea {
  display: block;
  width: 100%;
  min-height: 120px;
  border: 1px solid #B8BDC7;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  outline: none;
  padding: 10px;
  color: #000;
  outline: 0;
  resize: vertical;
  border-radius: 16px 3px 16px 3px; }
  textarea:focus {
    border: 1px solid #669A00;
    box-shadow: 0 0 0 3px rgba(57, 81, 18, 0.3); }

.btn-primary {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #84A02B;
  background-color: #84A02B;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 16px 3px 16px 3px;
  height: 44px; }

.btn-primary:hover {
  background-color: #395112;
  border-color: #395112; }

.btn-primary:focus,
.btn-primary:active {
  box-shadow: 0 0 0 3px rgba(57, 81, 18, 0.3); }

.btn-secondary {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #395112;
  background-color: #395112;
  color: #fff;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 16px 3px 16px 3px;
  height: 44px; }

.btn-secondary:hover {
  background-color: #5c792e; }

.btn-secondary:focus,
.btn-secondary:active {
  box-shadow: 0 0 0 3px rgba(57, 81, 18, 0.3); }

.btn-light {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CEDF90;
  background-color: #CEDF90;
  color: #3C5314;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 16px 3px 16px 3px;
  height: 44px; }

.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #395112;
  background-color: #fff;
  color: #395112;
  text-decoration: none;
  position: relative;
  transition: 0.2s;
  text-align: center;
  padding: 5px;
  cursor: pointer;
  border-radius: 16px 3px 16px 3px;
  height: 44px; }

.btn-outline:hover {
  background-color: #395112;
  color: #fff; }

.btn-outline:focus,
.btn-outline:active {
  box-shadow: 0 0 0 3px rgba(57, 81, 18, 0.3); }

.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: 44px;
    width: 190px;
    position: relative;
    text-align: left;
    outline: 0;
    display: flex;
    align-items: center;
    border-radius: 16px 3px 16px 3px; }
    .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 #84A02B; }
      .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: #84A02B; }

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0; }

.pagination .page-item {
  margin: 0 3px; }

.pagination .page-item.active .page-link {
  color: #fff;
  border-color: #84A02B;
  background-color: #84A02B; }

.pagination .page-link {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #121212;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #c7c9d9;
  border-radius: 5px; }

.pagination .page-link:hover {
  background-color: #f8f9fa;
  border-color: #84A02B; }

.pagination .page-link span {
  margin-bottom: 3px; }

.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,
.product-cost .new-cost,
.product-cost .default-cost {
  font-size: 14px; }
  .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;
  border-radius: 5px; }

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

.badge-new {
  color: #fff;
  background-color: #84A02B; }

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

.product-item {
  border: 1px solid #ACB0C9;
  border-radius: 10px;
  height: 100%;
  transition: 0.25s;
  position: relative;
  padding-bottom: 90px;
  background-color: #fff; }
  .product-item:hover {
    border: 1px solid #84A02B; }
  .product-item .badge-sale,
  .product-item .badge-top,
  .product-item .badge-new {
    font-weight: 400;
    left: 10px;
    top: 10px;
    font-size: 13px;
    border-radius: 5px; }
  .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: 15px;
    font-weight: 500;
    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: #84A02B; }
  .product-item .product-code {
    padding: 0 10px;
    font-size: 13px;
    color: #777; }
  .product-item .product-cost {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    font-size: 18px;
    position: absolute;
    left: 10px;
    right: 0;
    bottom: 62px; }
  .product-item .old-cost {
    font-size: 13px;
    margin-right: 5px;
    margin-bottom: 1px; }
    .product-item .old-cost span {
      font-size: 14px; }
  .product-item .new-cost,
  .product-item .default-cost {
    white-space: nowrap;
    margin-right: 5px; }
    .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;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #B8BDC7;
    height: 42px; }
    .product-item .btn-light .default-state {
      display: block; }
    .product-item .btn-light .active-state {
      display: none; }
    .product-item .btn-light.added {
      background-color: #84A02B;
      border-color: #84A02B;
      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 #B8BDC7;
    background-color: #fff;
    margin-left: 10px;
    transition: 0.25s;
    border-radius: 8px; }
    .product-item .btn-choose:hover {
      border: 1px solid #84A02B; }
    .product-item .btn-choose .default-icon {
      width: 24px;
      height: 24px;
      display: block; }
    .product-item .btn-choose .active-icon {
      display: none;
      width: 24px;
      height: 24px; }
    .product-item .btn-choose.added {
      border: 1px solid #84A02B; }
      .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;
  border-radius: 5px; }

.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: 50px;
    height: 42px;
    z-index: 10;
    border: 1px solid #B8BDC7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: all 0.25s ease;
    padding: 0; }
    .catalog-slider .slick-arrow:hover {
      background-color: #395112;
      border: 1px solid #395112; }
      .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: 0;
      border-radius: 0 3px 16px 0; }
    .catalog-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 49px;
      border-radius: 16px 0 0 3px; }

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

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

@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: 14px; }
  .together-slider {
    margin: 30px 0 20px; }
    .together-slider .item {
      margin: 0 8px; } }

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

.aside-link-one {
  display: block;
  position: relative;
  padding: 10px 15px 10px 0;
  color: #395112;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500; }
  .aside-link-one.active {
    font-weight: 500; }
  .aside-link-one.active, .aside-link-one:hover {
    color: #84A02B; }
    .aside-link-one.active:before, .aside-link-one:hover:before {
      background-color: #84A02B; }
    .aside-link-one.active:after, .aside-link-one:hover:after {
      filter: brightness(1); }

.box-one-toggle {
  flex: 0 0 40px;
  height: 40px;
  margin-left: auto;
  position: relative;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1; }
  .box-one-toggle:after {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.25s;
    background: url("data:image/svg+xml,%3Csvg width='25' height='20' viewBox='0 0 25 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_547_719)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8156 16.9276L1.38725 7.49924L3.74392 5.14258L11.9939 13.3926L20.2439 5.14258L22.6006 7.49924L13.1723 16.9276C12.8597 17.24 12.4359 17.4156 11.9939 17.4156C11.552 17.4156 11.1281 17.24 10.8156 16.9276Z' fill='black'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_547_719'%3E%3Crect width='20' height='25' fill='white' transform='translate(25) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A") no-repeat center;
    background-size: 12px; }
  .box-one-toggle:hover {
    background-color: #CEDF90; }
  .box-one-toggle.active:after {
    transform: rotate(-180deg); }

.box-one-head {
  display: flex; }

.aside-box-two {
  margin-top: -5px;
  margin-bottom: 10px; }

.aside-link-two {
  display: block;
  position: relative;
  padding: 5px 15px 5px 0;
  color: #212121;
  text-decoration: none;
  font-size: 16px; }
  .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: #84A02B; }
    .aside-link-two.active:before, .aside-link-two:hover:before {
      background-color: #84A02B; }
    .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: #84A02B; }
    .aside-link-three.active:before, .aside-link-three:hover:before {
      background-color: #84A02B; }

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

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

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

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

.catalog-page .catalog-content {
  margin-left: -12px;
  margin-right: -8px; }

.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 #84A02B;
    margin: 5px 10px 5px 0;
    font-size: 13px;
    padding: 1px 7px;
    position: relative;
    border-radius: 5px; }
    .catalog-page .catalog-content-head .tag-item .remove-item {
      position: absolute;
      top: -7px;
      right: -7px;
      border-radius: 50%;
      width: 14px;
      height: 14px;
      background: #ccc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23343330' d='M25.7075 24.2925a1.0008 1.0008 0 0 1 0 1.415 1.0008 1.0008 0 0 1-1.415 0L16 17.4138l-8.2925 8.2937a1.0008 1.0008 0 0 1-1.415 0 1.0004 1.0004 0 0 1 0-1.415L14.5863 16 6.2925 7.7075a1.0006 1.0006 0 1 1 1.415-1.415L16 14.5863l8.2925-8.2938A1.0004 1.0004 0 0 1 26.0006 7c0 .2654-.1055.5199-.2931.7075L17.4138 16l8.2937 8.2925Z'/%3E%3C/svg%3E") no-repeat center/8px;
      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: red;
      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: #111;
    border-radius: 5px; }
    .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 svg {
    width: 32px;
    height: 32px;
    margin-right: 10px; }
  .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: #84A02B;
    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: 1px solid #c2c2c2;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 3px; }
    .catalog-page .default-checkbox label:after {
      content: '';
      background: #84A02B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.4752a1.5997 1.5997 0 0 1-1.7439.3469 1.5995 1.5995 0 0 1-.519-.3469l-5.586-5.585a1.5005 1.5005 0 0 1-.3463-1.647 1.5 1.5 0 0 1 2.4672-.474l4.596 4.596 10.253-10.254a1.4996 1.4996 0 0 1 1.6353-.3254c.182.0754.3474.186.4867.3254Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/16px;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      border-radius: 3px; }

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

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

.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: #84A02B;
  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: 0;
    margin: 0 6px;
    outline: 0;
    font-size: 14px;
    border-radius: 5px; }
    .catalog-page .slide-filters .extra-controls .num-input:focus {
      border: 1px solid #84A02B; }
  .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: 700; }

.catalog-page .filters-open-toggle {
  display: none;
  align-items: center;
  cursor: pointer;
  border-radius: 5px; }
  .catalog-page .filters-open-toggle .filter-open-icon {
    margin-left: 8px;
    width: 32px;
    height: 32px;
    border: 1px solid #c2c2c2;
    border-radius: 3px; }
    .catalog-page .filters-open-toggle .filter-open-icon svg {
      width: 32px;
      height: 32px; }

.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: 90%;
  border: 0;
  outline: 0;
  transition: 0.25s;
  display: none;
  cursor: pointer; }

.catalog-page .load-more {
  width: 340px;
  margin: 80px auto 20px; }

.page-description {
  padding: 20px 0; }
  .page-description p {
    margin: 10px 0 20px; }
  .page-description a {
    color: red;
    text-decoration: none; }
    .page-description a:hover {
      text-decoration: underline; }
  .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; }

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

.together-slider {
  margin: 30px -20px 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: 15px;
          line-height: 1.2;
          font-weight: 500;
          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; }
      .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; }
      .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: 600;
      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: #84A02B;
        color: #fff;
        border-color: #84A02B; }
        .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: 600;
      color: #212121;
      margin-top: -2px; }
  .together-slider .item {
    outline: 0;
    margin: 0 15px;
    border: 1px solid #c2c2c2;
    padding: 15px;
    height: auto;
    background-color: #fff;
    border-radius: 10px; }
  .together-slider .btn-light {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #B8BDC7;
    height: 42px; }
  .together-slider .slick-arrow {
    position: absolute;
    top: -78px;
    width: 50px;
    height: 42px;
    z-index: 10;
    border: 1px solid #B8BDC7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: all 0.25s ease;
    padding: 0; }
  .together-slider .slick-arrow:hover {
    background-color: #395112;
    border: 1px solid #395112; }
  .together-slider .slick-arrow:hover svg {
    fill: #fff; }
  .together-slider .slick-arrow svg {
    width: 15px;
    fill: #212121; }
  .together-slider .slick-arrow.slick-next {
    padding-left: 2px;
    right: 15px;
    border-radius: 0 3px 16px 0; }
  .together-slider .slick-arrow.slick-prev {
    padding-right: 2px;
    right: 64px;
    border-radius: 16px 0 0 3px; }

.catalog-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(8, 19, 5, 0.8);
  z-index: 1000;
  display: none; }

.category-title-badge {
  border-radius: 5px;
  background-color: #CEDF90;
  text-transform: uppercase;
  color: #3C5314;
  font-size: 18px;
  padding: 8px 15px;
  margin: 10px 0 3px; }

.catalog-page .brush-section {
  margin-top: 120px;
  margin-bottom: 50px; }

.brush-section {
  position: relative;
  background-color: #B7C656;
  padding: 80px 0 90px; }

.brush-section:before, .brush-section:after {
  content: '';
  width: 100vw;
  height: 30px;
  position: absolute;
  left: 0; }

.brush-section:before {
  top: -24px;
  background: url(../img/icons/brush-line-top.svg) repeat-x left top; }

.brush-section:after {
  bottom: -24px;
  background: url(../img/icons/brush-line-bottom.svg) repeat-x left bottom; }

.brush-section .product-item {
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35); }

@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) {
  .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: 13px; }
  .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; }
  .catalog-slider .slick-arrow {
    top: -62px; }
  .catalog-page .aside-filters {
    padding-right: 0; }
  .catalog-page .default-checkbox label {
    font-size: 14px; }
  .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; }
  .together-slider {
    margin: 30px -8px 20px; }
    .together-slider .item {
      padding: 20px 50px; }
  .together-cheaper .h2,
  .together-cheaper h2 {
    font-size: 24px; }
  .slider-section .title-group h2,
  .slider-section .title-group .h2 {
    font-size: 28px; } }

@media (max-width: 991px) {
  .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;
    z-index: 10000; }
    .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-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 .filter-close {
    display: block; }
  .catalog-page .together-slider .item {
    padding: 15px; }
  .catalog-page .catalog-container {
    margin-bottom: 20px; }
  .together-slider {
    margin: 30px 0 20px; }
  .slider-section {
    padding: 50px 0; }
  .slider-section .title-group h2,
  .slider-section .title-group .h2 {
    font-size: 24px; } }

@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 .page-content .row {
    margin-left: -10px;
    margin-right: -10px; }
  .catalog-page .col-6.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; } }

@media (max-width: 575px) {
  .catalog-page .toggles-box .filters-open-toggle {
    order: 3;
    margin-right: 0; }
  .catalog-slider .slick-arrow {
    display: none !important; }
  .catalog-slider .item {
    margin: 0 5px;
    width: 230px; }
  .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: 34px; }
    .together-slider .slick-arrow svg {
      width: 14px; }
  .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; }
  .brush-section .title-group {
    text-align: center; } }

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

@media (max-width: 420px) {
  .catalog-slider .item {
    width: 220px; }
  .catalog-slider .slick-list {
    padding: 0 80px !important; }
  .catalog-page .load-more {
    width: 100%; } }

@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-opt .catalog-content .col-md-6.col-xxl-4 {
  margin-bottom: 40px; }

.catalog-page.catalog-opt .catalog-content-head,
.catalog-page.catalog-opt .filters-head {
  border-top: 0; }

.opt-product-item {
  border: 1px solid #C7C9CB;
  border-radius: 10px;
  position: relative;
  padding: 15px 15px 50px;
  display: flex;
  height: 100%; }

.opt-product-item .product-img {
  flex: 0 0 110px;
  margin-right: 15px; }

.opt-product-item .product-img img {
  display: block;
  max-width: 100%; }

.opt-product-item .product-name {
  font-weight: 500;
  margin: 0 0 10px; }

.opt-product-item .product-name a {
  text-decoration: none;
  color: #111; }

.opt-product-item .product-name:hover a {
  text-decoration: underline; }

.opt-product-item .btn-primary {
  border-radius: 0 0 10px 10px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  height: 42px; }

.opt-product-item .info-property {
  margin-bottom: 10px; }

.opt-product-item .label {
  font-weight: 500;
  font-size: 13px; }

.opt-product-item .proderty-value {
  background-color: #e7e7e7;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 5px;
  font-size: 14px; }

.opt-product-item .badge-sale,
.opt-product-item .badge-top,
.opt-product-item .badge-new {
  left: 10px;
  font-size: 12px; }

.opt-slider {
  margin: 0 -8px; }
  .opt-slider .slick-track {
    display: flex;
    padding: 10px 0; }
  .opt-slider .item {
    margin: 0 4px;
    height: auto;
    outline: 0; }
  .opt-slider .slick-arrow {
    position: absolute;
    top: -65px;
    width: 50px;
    height: 42px;
    z-index: 10;
    border: 1px solid #B8BDC7;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    outline: 0;
    transition: all 0.25s ease;
    padding: 0; }
    .opt-slider .slick-arrow:hover {
      background-color: #395112;
      border: 1px solid #395112; }
      .opt-slider .slick-arrow:hover svg {
        fill: #fff; }
    .opt-slider .slick-arrow svg {
      width: 15px;
      fill: #212121; }
    .opt-slider .slick-arrow.slick-next {
      padding-left: 2px;
      right: 0;
      border-radius: 0 3px 16px 0; }
    .opt-slider .slick-arrow.slick-prev {
      padding-right: 2px;
      right: 49px;
      border-radius: 16px 0 0 3px; }

@media (max-width: 991px) {
  .catalog-opt .catalog-content-head h4,
  .catalog-opt .catalog-content-head .h4 {
    display: none; } }

.product-page .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;
    border-radius: 10px; }
    .product-page .tabs li a {
      text-decoration: none;
      color: #252525;
      display: block;
      width: 100%;
      height: 100%; }
    .product-page .tabs li.current {
      background-color: #395112;
      border: 1px solid #395112;
      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-description .btn-choose {
  width: 48px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #ACAFC9;
  background-color: #fff;
  margin-left: 20px;
  transition: 0.25s;
  border-radius: 5px; }
  .product-page .product-description .btn-choose svg {
    width: 28px;
    height: 28px; }
  .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 #84A02B; }
    .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-slider-container {
  padding-top: 5px;
  position: relative; }
  .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;
    left: 0;
    height: 60px;
    z-index: 10;
    font-size: 13px;
    height: 24px;
    border-radius: 5px; }
  .product-page .product-slider-container .btn-choose {
    width: 48px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border: 1px solid #ACAFC9;
    background-color: #fff;
    margin-left: 20px;
    transition: 0.25s;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 10;
    border-radius: 5px; }
    .product-page .product-slider-container .btn-choose svg {
      width: 28px;
      height: 28px; }
    .product-page .product-slider-container .btn-choose .default-icon {
      display: block; }
    .product-page .product-slider-container .btn-choose .active-icon {
      display: none; }
    .product-page .product-slider-container .btn-choose.added {
      border: 1px solid #84A02B; }
      .product-page .product-slider-container .btn-choose.added .default-icon {
        display: none; }
      .product-page .product-slider-container .btn-choose.added .active-icon {
        display: block; }

.product-page .product-slider {
  margin: 0 auto 25px;
  z-index: 1; }
  .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-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;
    border-radius: 8px; }
    .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 #84A02B; }
    .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 #84A02B; }
    .product-page .product-slider-nav .slick-arrow:hover.next-arrow:before {
      border-left: 12px solid #84A02B; }

.product-page .fancybox-content {
  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: -10px;
    display: block; }
    .product-page .product-description .product-availability .available {
      color: #84A02B; }
    .product-page .product-description .product-availability .not-available {
      color: #74747a; }
  .product-page .product-description .h1, .product-page .product-description h1 {
    font-size: 36px;
    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; }
  .product-page .product-description .btn-outline {
    width: 220px;
    padding: 0 8px;
    line-height: normal; }
  .product-page .product-description .btn-primary {
    width: 220px;
    margin-right: 20px;
    padding: 0 8px; }
    .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 .properties-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 25px 0; }
  .product-page .product-description .property-item {
    margin-right: 30px; }
    .product-page .product-description .property-item .h4 {
      margin: 0 0 3px;
      font-size: 18px;
      width: 100%; }
  .product-page .product-description .checkbox-item {
    position: relative;
    margin-right: 10px;
    margin-bottom: 30px; }
    .product-page .product-description .checkbox-item input {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0; }
      .product-page .product-description .checkbox-item input:checked ~ label,
      .product-page .product-description .checkbox-item input:checked ~ label {
        background-color: #84A02B;
        border-color: #84A02B;
        color: #fff; }
    .product-page .product-description .checkbox-item label {
      height: 42px;
      display: inline-flex;
      align-items: center;
      padding: 3px 15px;
      cursor: pointer;
      position: relative;
      border: 1px solid #ACAFC9;
      border-radius: 5px; }
      .product-page .product-description .checkbox-item label:hover {
        border-color: #84A02B; }
  .product-page .product-description div.checkbox-item,
  .product-page .product-description a.checkbox-item {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    height: 42px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
    color: #111;
    border: 1px solid #ACAFC9;
    border-radius: 5px;
    padding: 3px 15px; }
    .product-page .product-description div.checkbox-item.active,
    .product-page .product-description a.checkbox-item.active {
      border-color: #84A02B;
      background-color: #84A02B;
      color: #fff; }
    .product-page .product-description div.checkbox-item:hover,
    .product-page .product-description a.checkbox-item:hover {
      border-color: #84A02B; }
  .product-page .product-description .calc-holder {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .product-page .product-description .calc-holder .h4 {
      margin: 0 0 3px;
      font-size: 18px;
      width: 100%; }
  .product-page .product-description .calc-block {
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 42px;
    position: relative; }
    .product-page .product-description .calc-block .amount-control {
      display: block;
      margin: auto;
      height: 42px;
      width: 45px;
      text-align: center;
      font-size: 16px;
      line-height: 38px;
      border: 0;
      padding: 0 5px;
      outline: 0;
      background: #fff;
      font-weight: 00; }
    .product-page .product-description .calc-block .increase-btn,
    .product-page .product-description .calc-block .decrease-btn {
      position: absolute;
      top: 0;
      height: 42px;
      width: 42px;
      padding: 0;
      background: transparent;
      border: 0;
      outline: none;
      cursor: pointer;
      border: 1px solid #ACAFC9;
      border-radius: 5px; }
      .product-page .product-description .calc-block .increase-btn:hover,
      .product-page .product-description .calc-block .decrease-btn:hover {
        border-color: #84A02B; }
        .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: #84A02B; }
    .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: 19px;
      left: 12px;
      width: 16px;
      height: 1px; }
    .product-page .product-description .calc-block .increase-btn:after {
      top: 12px;
      left: 19px;
      width: 1px;
      height: 16px; }
    .product-page .product-description .calc-block .decrease-btn {
      left: 0; }
    .product-page .product-description .calc-block .decrease-btn:after {
      content: '';
      width: 16px;
      height: 1px;
      background: #212121;
      position: absolute;
      top: 19px;
      left: 12px; }

.product-page .property-list {
  margin-bottom: 30px;
  font-size: 18px; }

.product-page .property-list .list-item {
  display: flex;
  margin-bottom: 5px; }

.product-page .property-name {
  flex: 0 0 120px;
  font-family: "Ubuntu", sans-serif; }

.product-page .property-value {
  font-size: 16px; }

.product-page .product-text-container {
  overflow: hidden;
  position: relative;
  padding-bottom: 25px; }
  .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 .product-description {
    padding-top: 0; }
  .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: 10px;
  padding: 20px;
  border-radius: 12px; }
  .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: 500;
    color: #84A02B;
    margin-right: 5px; }
  .product-page .review-item .minus-box .minus-title {
    font-weight: 500;
    margin-right: 5px;
    color: #ec4949; }
  .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 {
    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: red; }

.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 red;
  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: #222;
  font-size: 14px;
  margin: 20px 0; }
  .product-page table thead td {
    font-weight: 500 !important; }
  .product-page table td {
    padding: 7px 5px 7px 10px; }
    .product-page table td:first-child {
      font-weight: 400; }
  .product-page table tr:nth-child(even) td {
    background-color: #E7EDF3; }

.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 .btn-primary {
  width: 100%;
  display: block;
  margin-top: 30px;
  padding: 8px; }

.product-page .description-detail .h2, .product-page .description-detail h2 {
  margin: 25px 0 10px; }

.product-page .description-detail iframe {
  max-width: 100%; }

.product-page .description-detail .h3, .product-page .description-detail h3 {
  margin: 25px 0 10px; }

.product-page .description-detail .h4, .product-page .description-detail h4 {
  margin: 0 0 10px; }

.product-page .description-detail .h5, .product-page .description-detail h5 {
  margin: 0 0 5px; }

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

.product-page .description-detail .align-left {
  margin: 0 20px 5px 0; }

.product-page .description-detail .align-right {
  margin: 0 0 20px 10px; }

.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 {
    position: relative;
    margin: 3px 0; }

.product-page .description-detail .title-group {
  margin-top: 50px;
  margin-bottom: 30px; }

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

.product-page .consultation-section {
  margin-top: 50px; }

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

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

@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-col {
    padding-left: 15px; }
    .product-page .product-col .product-description {
      margin-left: 0;
      padding-top: 0; }
  .product-page .product-slider {
    width: 100%;
    margin-right: 0; }
    .product-page .product-slider .item {
      width: auto; }
  .product-page .product-description {
    padding-left: 0;
    margin-left: -20px; }
    .product-page .product-description .property-item {
      margin-bottom: 20px; }
  .product-page .slider-section .h2,
  .product-page .slider-section h2 {
    font-size: 24px; }
  .product-page .product-slider-container {
    padding-right: 30px; }
  .product-page .review-form-container {
    padding: 30px 50px 40px; } }

@media (max-width: 991px) {
  .product-page .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: 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 {
    margin-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; }
  .product-page .breadcrumb-item:last-child {
    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 {
    margin: 15px 0; }
  .product-page .description-detail h2 {
    line-height: 1.2; }
  .product-page .description-detail p,
  .product-page .description-detail h1,
  .product-page .description-detail h2,
  .product-page .description-detail h3,
  .product-page .description-detail h4,
  .product-page .description-detail h5 {
    clear: both; }
  .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 10px; }
  .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,
    .product-page .product-description .buttons-box .btn-outline {
      width: 100%;
      margin: 0 0 15px;
      font-size: 16px; }
  .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; }
  .product-page .together-cheaper {
    padding-top: 30px; }
  .product-page .description-detail .title-group .h2, .product-page .description-detail .title-group h2 {
    text-align: left; } }

@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-img img {
    height: 100px; } }

@media (max-width: 375px) {
  .product-page .tabs li {
    font-size: 13px;
    padding: 5px; } }

.cart-page .page-content {
  padding: 0 0 40px; }

.cart-page .page-title {
  margin-bottom: 40px; }

.cart-page .cart-container {
  margin-right: 10px; }
  .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;
  text-align: center;
  padding: 12px 0;
  border-radius: 3px;
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
  color: #555;
  border-radius: 8px; }
  .cart-page .cart-head + .cart-item {
    border-top: 0; }
  .cart-page .cart-head .img-cell {
    flex: 0 0 165px; }
  .cart-page .cart-head .name-cell {
    flex: 0 0 280px; }
  .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: 250px; }
  .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 {
    margin: 0 0 5px;
    max-width: 300px;
    font-weight: 500;
    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: 30px;
    height: 30px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 25px;
    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; }
    .cart-page .cart-item .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }
  .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-weight: 600; }
    .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;
      border-radius: 5px; }
      .cart-page .cart-item .calc-block .increase-btn:hover,
      .cart-page .cart-item .calc-block .decrease-btn:hover {
        border-color: #84A02B; }
        .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: #84A02B; }
    .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 red;
  position: relative;
  padding: 30px 10px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1;
  border-radius: 10px; }
  .cart-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: red;
    position: absolute;
    left: 30px;
    top: -13px;
    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 {
      line-height: 1.2;
      font-weight: 500;
      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; }
  .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; }
    .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;
      border-radius: 5px; }
      .cart-page .together-container .calc-block .increase-btn:hover,
      .cart-page .together-container .calc-block .decrease-btn:hover {
        border-color: #84A02B; }
        .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: #84A02B; }
    .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: 30px;
    height: 30px;
    background: url(../img/icons/trash-icon.svg) no-repeat center;
    background-size: 25px;
    color: #fff;
    position: absolute;
    border: 0;
    top: 20px;
    right: 5px;
    margin-top: -15px;
    outline: none;
    font-size: 16px;
    text-align: center;
    transition: 0.3s;
    cursor: pointer; }
    .cart-page .together-container .close-btn:hover {
      filter: invert(19%) sepia(78%) saturate(6045%) hue-rotate(16deg) brightness(97%) contrast(91%); }

.cart-page .cart-footer {
  padding: 10px 20px 20px;
  border: 1px solid #C4C4C4;
  border-radius: 12px; }
  .cart-page .cart-footer .delivery-text {
    font-size: 13px;
    color: #4F4F4F;
    margin: 10px 0;
    font-weight: 500;
    text-align: right; }
  .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;
      font-size: 16px; }
    .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;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 600; }
  .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: red; }
      .cart-page .empty-cart p a:hover {
        text-decoration: none; }

.cart-page .slider-section {
  margin-top: 100px; }

@media (max-width: 1536px) {
  .cart-page .together-container .cost-text,
  .cart-page .together-container .calc-text {
    font-size: 14px;
    font-weight: 500; } }

@media (max-width: 1399px) {
  .cart-page .cart-head {
    font-size: 14px; }
    .cart-page .cart-head .name-cell {
      flex: 0 0 210px; }
    .cart-page .cart-head .img-cell {
      flex: 0 0 90px; }
  .cart-page .cart-item .img-block {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    margin-right: 20px;
    margin-left: 0; }
  .cart-page .cart-item .text-block {
    width: auto;
    flex: 0 0 180px;
    margin-right: 10px; }
  .cart-page .cart-footer {
    padding: 10px 12px;
    margin-left: -10px; }
    .cart-page .cart-footer .delivery-text {
      font-size: 12px; }
    .cart-page .cart-footer .btn-primary,
    .cart-page .cart-footer .btn-light {
      font-size: 16px; }
    .cart-page .cart-footer .cost-table strong {
      font-size: 17px; } }

@media (max-width: 1199px) {
  .cart-page .cart-container {
    margin-right: 0; }
  .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; }
  .cart-page .cart-footer {
    margin: 20px 0 0; }
  .cart-page .slider-section {
    margin-top: 50px; } }

@media (max-width: 991px) {
  .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;
    margin-bottom: 0; }
    .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 .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 .page-wrapper {
  overflow: visible; }

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

.order-page .page-title {
  margin-bottom: 40px; }

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

.order-page fieldset {
  border: 1px solid #C2C2C2;
  padding: 10px 20px 20px;
  border-radius: 8px; }
  .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;
      margin-left: 0; }
      .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: 0; }
      .order-page fieldset .radio-item label:after {
        content: '';
        background: #84A02B url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M21.546 5.111a1.5 1.5 0 0 1 0 2.121L10.303 18.4752a1.5997 1.5997 0 0 1-1.7439.3469 1.5995 1.5995 0 0 1-.519-.3469l-5.586-5.585a1.5005 1.5005 0 0 1-.3463-1.647 1.5 1.5 0 0 1 2.4672-.474l4.596 4.596 10.253-10.254a1.4996 1.4996 0 0 1 1.6353-.3254c.182.0754.3474.186.4867.3254Z' clip-rule='evenodd'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M0 0h24v24H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E") no-repeat center/14px;
        background-size: 12px;
        width: 22px;
        height: 22px;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 0;
        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: red 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 {
  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 #669A00;
      box-shadow: 0 0 0 3px rgba(85, 122, 12, 0.2); }

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

.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 #669A00; }

.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: #84A02B;
    text-decoration: underline; }
    .order-page .privacy-text a:hover {
      text-decoration: none; }

.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: 30px; }
  .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;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center; }
  .order-page .cart-item:first-child {
    border-top: 0; }
  .order-page .cart-item .text-block {
    margin-right: 20px;
    width: 300px; }
  .order-page .cart-item .calc-wrap {
    margin-left: auto; }
  .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 {
    color: red;
    font-size: 16px; }
    .order-page .cart-item .default-cost span {
      font-size: 20px;
      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: 20px;
      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 .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px; }
  .order-page .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: red;
    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: red;
    margin-top: -2px; }
  .order-page .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-top: -2px; }

.order-page .cart-footer {
  border: 1px solid #C4C4C4;
  padding: 12px 20px 25px;
  margin-top: 20px;
  border-radius: 8px; }
  .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;
      font-size: 16px; }
    .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 .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 .page-wrapper {
    overflow: hidden; }
  .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 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; }
  .order-page .page-title {
    margin-bottom: 20px; } }

@media (max-width: 479px) {
  .order-page .cart-item {
    flex-wrap: wrap; }
    .order-page .cart-item .product-sum {
      width: auto; }
    .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; } }

.success-head {
  text-align: center;
  margin-bottom: 40px; }
  .success-head .h1, .success-head h1 {
    margin: 0 0 10px; }
  .success-head .subtitle {
    font-size: 18px;
    margin: 0 0 10px; }
  .success-head .success-text {
    color: #585867; }

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

.success-order .cart-box {
  max-width: 800px;
  margin: 0 auto; }
  .success-order .cart-box .btn-primary {
    width: 400px;
    margin: 50px auto 0; }

.success-order .cart-footer {
  background-color: #F0F1F5;
  padding: 15px 20px;
  margin-bottom: 15px;
  margin-top: 30px;
  border-radius: 8px;
  font-size: 20px; }
  .success-order .cart-footer table {
    width: 100%; }
    .success-order .cart-footer table td:last-child {
      text-align: right; }

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

.success-order .together-container {
  border: 1px solid #DE3D3D;
  position: relative;
  padding: 15px 10px;
  margin-top: 15px;
  margin-bottom: -3px;
  background-color: #fff;
  z-index: 1;
  border-radius: 8px; }
  .success-order .together-container .together-title {
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    color: red;
    position: absolute;
    left: 10px;
    top: -11px;
    font-size: 13px; }
  .success-order .together-container .together-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between; }
  .success-order .together-container .plus-sign {
    align-self: center; }
    .success-order .together-container .plus-sign img {
      width: 25px;
      height: 25px;
      display: block; }
  .success-order .together-container .together-item {
    display: flex;
    flex-wrap: wrap; }
    .success-order .together-container .together-item:last-child {
      padding-left: 15px; }
    .success-order .together-container .together-item .img-block {
      flex: 0 0 80px;
      width: 80px;
      height: 80px;
      margin-right: 10px; }
      .success-order .together-container .together-item .img-block a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%; }
        .success-order .together-container .together-item .img-block a img {
          display: block;
          max-width: 100%;
          max-height: 100%; }
    .success-order .together-container .together-item .text-block {
      flex: 0 0 160px;
      width: 160px; }
      .success-order .together-container .together-item .text-block .title {
        font-size: 14px;
        line-height: 1.2;
        font-weight: 500;
        margin: 0 10px 5px 0; }
        .success-order .together-container .together-item .text-block .title a {
          text-decoration: none;
          color: inherit; }
          .success-order .together-container .together-item .text-block .title a:hover {
            text-decoration: underline; }
      .success-order .together-container .together-item .text-block .descr-text {
        color: #74747a;
        font-size: 13px;
        margin-bottom: 5px;
        margin-top: 0; }
    .success-order .together-container .together-item .product-cost .default-cost {
      font-size: 14px;
      width: 100%;
      margin-top: 10px; }
      .success-order .together-container .together-item .product-cost .default-cost span {
        font-size: 16px;
        font-weight: 600; }
    .success-order .together-container .together-item .product-cost .new-cost {
      color: #DE3D3D;
      font-size: 14px;
      line-height: 1;
      margin-top: -3px; }
      .success-order .together-container .together-item .product-cost .new-cost span {
        font-size: 16px;
        font-weight: 500; }
    .success-order .together-container .together-item .product-cost .old-cost {
      display: inline-block;
      color: #74747a;
      font-size: 14px;
      line-height: 1;
      position: relative;
      margin-bottom: 3px; }
      .success-order .together-container .together-item .product-cost .old-cost:after {
        content: '';
        height: 1px;
        left: -1px;
        right: -1px;
        background-color: #74747a;
        position: absolute;
        top: 49%; }
  .success-order .together-container .together-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    font-size: 16px; }
  .success-order .together-container .together-calc,
  .success-order .together-container .together-cost,
  .success-order .together-container .together-sum {
    display: flex;
    align-items: center;
    font-size: 13px; }
  .success-order .together-container .together-calc span {
    font-size: 14px; }
  .success-order .together-container .cost-text {
    margin-right: 10px; }
  .success-order .together-container .cost-num {
    font-size: 16px;
    font-weight: 500;
    color: red;
    margin-top: -2px; }
  .success-order .together-container .total-num {
    font-size: 14px;
    font-weight: 500;
    color: red;
    margin-top: -2px; }

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

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

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

@media (max-width: 575px) {
  .success-order .cart-footer {
    padding: 10px 10px 15px;
    font-size: 16px; }
  .success-order .together-container .together-item {
    flex: 0 0 130px;
    max-width: 130px; }
    .success-order .together-container .together-item .img-block {
      margin-bottom: 10px; }
    .success-order .together-container .together-item .product-cost {
      margin-left: 0;
      margin-bottom: 5px; }
      .success-order .together-container .together-item .product-cost .old-cost {
        margin-right: 8px; }
      .success-order .together-container .together-item .product-cost .new-cost {
        margin-top: 1px; }
      .success-order .together-container .together-item .product-cost .default-cost {
        text-align: left; }
    .success-order .together-container .together-item .text-block {
      order: 3;
      max-width: 100%;
      flex: 0 0 100%; }
  .success-order .cart-box .btn-primary {
    width: 100%; } }

@media (max-width: 479px) {
  .success-order .cart-item {
    flex-wrap: wrap; }
    .success-order .cart-item .product-sum {
      width: auto; }
    .success-order .cart-item .text-block {
      margin-right: 0;
      width: calc(100% - 95px); }
    .success-order .cart-item .title-amount {
      font-weight: 400; }
    .success-order .cart-item .calc-wrap {
      justify-content: flex-start;
      margin-top: 0;
      margin-left: 95px; }
  .success-order .together-container .together-footer {
    flex-wrap: wrap;
    justify-content: flex-start; }
  .success-order .together-container .together-calc {
    width: 100%;
    margin-bottom: 5px; } }

.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: 8px 10px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
    position: relative;
    border: 1px solid #C4C4C4;
    margin-bottom: 20px;
    border-radius: 16px 3px 16px 3px;
    text-align: center; }
    .cabinet-page .tabs li a {
      text-decoration: none;
      color: #000;
      display: block;
      width: 100%;
      height: 100%; }
    .cabinet-page .tabs li:hover {
      border: 1px solid #395112; }
    .cabinet-page .tabs li.current {
      background-color: #395112;
      border: 1px solid #395112;
      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;
  border-radius: 4px; }
  .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 {
    border-radius: 3px;
    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: #84A02B;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-canceled {
      background-color: #888;
      color: #fff; }
    .cabinet-page .card-header .order-status.order-process {
      background-color: #fa9b43;
      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: 15px;
  border-top: 1px solid #C4C4C4;
  padding: 15px 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;
    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; }
  .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: red;
    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;
  border-radius: 3px;
  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: #669A00; }
      .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: red;
    margin-top: -2px; }
  .cabinet-page .together-container .total-num {
    font-weight: 600;
    color: red; }

.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 .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;
    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: #84A02B;
      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;
      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; }

.choosen-page .slider-section {
  margin-top: 80px; }

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

@media (max-width: 991px) {
  .choosen-page .empty-choosen .h2 {
    font-size: 20px; } }

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

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

.news-page .page-content {
  padding-bottom: 70px;
  position: relative; }
  .news-page .page-content .load-more {
    width: 300px;
    margin: 0 auto; }
  .news-page .page-content .row {
    margin-left: -50px;
    margin-right: -50px; }
  .news-page .page-content .col-xl-6 {
    padding-left: 50px;
    padding-right: 50px; }

.news-page .col-xl-6 {
  margin-bottom: 50px; }

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

.news-page .consultation-section {
  margin-top: 100px; }

.news-item {
  display: flex; }
  .news-item .detail-link {
    text-align: right; }
    .news-item .detail-link a {
      display: inline-block;
      text-decoration: none;
      color: #84A02B;
      font-size: 15px; }
      .news-item .detail-link a:hover {
        text-decoration: underline; }
  .news-item .item-img {
    height: 250px;
    flex: 0 0 320px;
    transition: 0.25s;
    margin-bottom: 5px;
    position: relative;
    margin-right: 15px;
    border-radius: 8px; }
    .news-item .item-img a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none; }
    .news-item .item-img picture {
      display: block;
      width: 100%;
      height: 100%; }
    .news-item .item-img img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 8px; }
    .news-item .item-img a {
      display: block;
      width: 100%;
      height: 100%;
      outline: 0; }
    .news-item .item-img:hover {
      opacity: 0.8; }
  .news-item .item-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #252525;
    line-height: 1.3; }
    .news-item .item-title a {
      text-decoration: none;
      color: inherit; }
      .news-item .item-title a:hover {
        text-decoration: underline; }
  .news-item .item-date {
    color: #888;
    font-size: 11px; }
  .news-item .item-text {
    margin: 0 0 10px;
    color: #555;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden; }

.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; }
  .news-inner .article-col .h1, .news-inner .article-col h1 {
    font-size: 36px;
    margin-top: 0; }
  .news-inner .article-col p {
    margin: 5px 0 20px; }
  .news-inner .article-col a {
    color: #84A02B;
    text-decoration: none; }
    .news-inner .article-col a:hover {
      text-decoration: underline; }
  .news-inner .article-col img {
    display: block;
    max-width: 100%; }
  .news-inner .article-col ul {
    list-style-type: square; }
  .news-inner .article-col .article-date {
    color: #888;
    font-size: 11px;
    margin-bottom: 10px;
    clear: both; }
  .news-inner .article-col a {
    text-decoration: underline;
    font-weight: 500; }
    .news-inner .article-col a:hover {
      text-decoration: none; }
  .news-inner .article-col iframe {
    max-width: 100%; }

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

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

.news-inner .aside-col {
  padding: 10px 0px 5px;
  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: 24px;
    margin: 0 0 20px; }
  .news-inner .aside-col .news-item {
    display: flex;
    margin-bottom: 30px; }
  .news-inner .aside-col .item-body {
    flex-grow: 1;
    margin-top: -3px; }
  .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;
    margin-bottom: 0; }
    .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; }
    .news-inner .aside-col .item-img:hover {
      opacity: 0.8; }
  .news-inner .aside-col .item-title {
    font-weight: 600;
    margin-bottom: 5px;
    color: #212121;
    font-size: 16px; }
    .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 .consultation-section {
  margin-top: 150px; }

@media (max-width: 1699px) {
  .news-item .item-img {
    height: 200px; } }

@media (max-width: 1536px) {
  .news-page h1,
  .news-page .h1 {
    font-size: 32px; } }

@media (max-width: 1399px) {
  .news-item .item-img {
    flex: 0 0 250px;
    height: 180px; }
  .news-item .item-title {
    font-size: 17px; }
  .news-item .detail-link a {
    font-size: 16px; }
  .news-inner .article-col h1 {
    font-size: 28px; }
  .news-inner .aside-col .item-title {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .news-page .item-text {
    font-size: 13px;
    display: block; }
  .news-page .news-item .detail-link {
    text-align: left; }
  .news-page .page-content .row {
    margin-left: -15px;
    margin-right: -15px; }
  .news-page .page-content .col-xl-6 {
    padding-left: 15px;
    padding-right: 15px; }
  .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; }
  .news-inner .consultation-section {
    margin-top: 20px; }
  .news-item .item-title {
    font-size: 16px;
    min-height: auto; } }

@media (max-width: 991px) {
  .news-page h1, .news-page .h1 {
    font-size: 28px; }
  .news-page .item-text {
    font-size: 13px; }
  .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; } }

@media (max-width: 767px) {
  .news-page h1, .news-page .h1 {
    font-size: 24px; }
  .news-page .item-title {
    font-size: 14px; }
  .news-page .item-img {
    height: 150px;
    flex: 0 0 200px; }
  .news-page .item-text {
    font-size: 12px; }
  .news-inner .article-col h1 {
    font-size: 24px; }
  .news-inner .aside-col {
    padding-top: 10px; }
  .news-inner .breadcrumb .breadcrumb-item {
    white-space: nowrap; }
    .news-inner .breadcrumb .breadcrumb-item:last-child {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      max-width: 100%; } }

@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-page .col-xl-6 {
    margin-bottom: 30px; }
  .news-inner .breadcrumb {
    margin-bottom: 20px; }
  .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 {
    width: 400px;
    margin: 0 auto 15px;
    display: block; }
    .news-item .item-img {
      height: 220px;
      margin-right: 0; } }

@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-item {
    width: 360px; }
    .news-item .item-img {
      height: 220px; }
  .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-item {
    width: 100%; }
    .news-item .item-img {
      height: 220px; } }

.index-page .about-section {
  padding: 120px 0 50px; }

.about-section {
  font-size: 18px; }
  .about-section .suptitle {
    color: #84A02B; }
  .about-section .large-logo {
    margin: -100px 0 -50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%); }
  .about-section .btn-outline {
    width: 280px;
    display: inline-flex; }
  .about-section .btn-outline svg {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    fill: #395112;
    transition: 0.25s; }
  .about-section .btn-outline:hover svg {
    fill: #fff;
    transform: translateX(5px); }

.top-row picture {
  height: auto; }

.top-row img {
  display: block;
  max-width: 100%;
  border-radius: 20px; }

.top-row .col-lg-3,
.top-row .col-lg-4,
.top-row .col-lg-5 {
  padding-left: 30px;
  padding-right: 30px; }

.top-row .col-lg-4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  padding-right: 50px; }

.top-row .col-lg-3 picture {
  position: relative;
  z-index: 10; }

.bottom-row img {
  display: block;
  max-width: 100%;
  border-radius: 20px; }

.bottom-row .col-lg-5 {
  padding-left: 30px; }
  .bottom-row .col-lg-5 img {
    max-width: 420px;
    margin: 0 auto; }

.bottom-row .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px; }
  .bottom-row .col-lg-6 p {
    max-width: 600px; }

.about-page .page-title {
  margin-bottom: 70px; }

.about-page .page-title span {
  color: #84A02B;
  font-weight: 500; }

.about-page .page-title p {
  margin-bottom: 10px;
  max-width: 800px;
  margin: 0 auto; }

.about-page .img-container img {
  display: block;
  max-width: 100%;
  border-radius: 12px; }

.about-page .about-text ul {
  list-style: none;
  margin: 5px 0 20px;
  padding: 0; }

.about-page .about-text ul li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
  margin-left: 3px; }

.about-page iframe {
  max-width: 100%;
  border-radius: 12px; }

.about-page .about-text ul li:before {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #84A02B;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 5px 1px 5px 1px; }

.about-page .align-vertical .col-lg-6 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.about-page .align-vertical .row {
  margin-bottom: 70px; }

.about-slider {
  margin-bottom: 120px;
  margin-top: 120px; }
  .about-slider .item {
    margin: 0 10px;
    position: relative;
    outline: none;
    cursor: pointer;
    opacity: 0.4; }
    .about-slider .item.slick-current.slick-active {
      cursor: auto;
      opacity: 1; }
      .about-slider .item.slick-current.slick-active:after {
        opacity: 0; }
  .about-slider img {
    display: block;
    height: 420px;
    border-radius: 12px; }

@media (max-width: 1699px) {
  .about-section .large-logo {
    display: block;
    width: 95vw; }
  .about-section {
    font-size: 16px; }
  .about-slider img {
    height: 380px; } }

@media (max-width: 1399px) {
  .about-section .large-logo {
    margin-top: -50px; }
  .about-section {
    font-size: 14px; } }

@media (max-width: 1199px) {
  .bottom-row .col-lg-5 img {
    max-width: 300px; }
  .top-row .hidden-md {
    display: none; } }

@media (max-width: 991px) {
  .bottom-row .hidden-sm,
  .top-row .hidden-sm {
    display: none; }
  .about-section .large-logo {
    margin-top: 20px;
    margin-bottom: 30px; }
  .about-section .btn-outline {
    width: 100%; }
  .about-slider {
    margin-top: 0; }
    .about-slider img {
      height: 300px; }
  .about-page .col-lg-6 {
    order: 2; }
  .about-page .col-lg-6.order-1 {
    order: 1; }
  .about-page .col-lg-6 .img-container {
    margin: 0 0 20px; }
  .about-page .align-vertical .row {
    margin-bottom: 40px; }
  .about-page .page-title {
    margin-bottom: 40px; } }

@media (max-width: 575px) {
  .about-slider {
    margin-bottom: 20px; }
    .about-slider img {
      height: 200px; }
  .about-section .title-group {
    margin-bottom: 30px; } }

.contacts-page .page-content {
  padding-bottom: 130px; }
  .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 .address-item,
.contacts-page .phone-item,
.contacts-page .message-item,
.contacts-page .time-item,
.contacts-page .social-item {
  width: 50%; }
  .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 svg {
    width: 26px;
    height: 26px;
    top: -1px; }

.contacts-page .phone-item {
  margin-bottom: 30px;
  padding-left: 50px; }

.contacts-page .social-item {
  padding-left: 50px; }

.contacts-page .link-item {
  position: relative;
  padding-left: 32px;
  margin: 13px 0; }
  .contacts-page .link-item svg {
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    fill: #84A02B; }
  .contacts-page .link-item img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 24px;
    max-height: 24px;
    fill: #84A02B; }

.contacts-page .form-container {
  width: 480px;
  margin-top: 100px; }
  .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 .btn-primary {
    width: 100%;
    height: 42px;
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center; }

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

.contacts-page iframe {
  width: 100% !important;
  height: 500px !important;
  border: 0 !important;
  border-radius: 10px; }

.contacts-page .map-container {
  width: 100%;
  margin-top: 150px; }

.contacts-page .contacts-opt img {
  display: block;
  max-width: 100%; }

.contacts-page .contacts-opt a {
  font-size: 22px;
  text-decoration: none;
  color: #395112;
  font-weight: 700;
  line-height: 1; }
  .contacts-page .contacts-opt a:hover {
    text-decoration: underline; }

.contacts-page .opt-info {
  text-align: center;
  margin: -20px auto 0;
  background-color: #CEDF90;
  width: 420px;
  border-radius: 10px;
  padding: 20px 12px;
  position: relative;
  z-index: 1;
  font-size: 18px; }

.contacts-form {
  border-radius: 20px;
  background: #B7C656 url(../img/wheat-pattern.png) repeat-x left bottom;
  padding: 100px 150px;
  margin: 100px 0; }

.contacts-form .form-control {
  height: 48px; }

.contacts-form .col-xxl-8 {
  display: flex;
  flex-direction: column;
  justify-content: center; }

.contacts-form .title-group {
  margin-bottom: 20px; }

.contacts-form p {
  max-width: 600px;
  color: #444; }

.contacts-form .btn-secondary {
  margin-top: 40px;
  height: 48px;
  width: 100%; }

.form-success {
  text-align: center;
  padding: 10px;
  background-color: #CEDF90;
  margin-top: 20px;
  border-radius: 10px;
  color: #395112;
  box-shadow: 0 2px 3px rgba(57, 81, 18, 0.4); }

@media (max-width: 1399px) {
  .contacts-page .form-container {
    width: 420px; }
  .contacts-form {
    padding: 50px 80px; } }

@media (max-width: 1199px) {
  .contacts-page .opt-info {
    width: 100%; } }

@media (max-width: 991px) {
  .contacts-page .address-item,
  .contacts-page .phone-item,
  .contacts-page .message-item,
  .contacts-page .social-item,
  .contacts-page .time-item {
    width: 100%;
    margin-bottom: 20px; }
  .contacts-page .page-content .h3 {
    font-size: 18px; }
  .contacts-page .opt-info {
    font-size: 14px; }
    .contacts-page .opt-info a {
      font-size: 18px; }
  .contacts-page .phone-item,
  .contacts-page .social-item,
  .contacts-page .time-item {
    padding-left: 0; }
  .contacts-form {
    margin: 50px 0; } }

@media (max-width: 767px) {
  .contacts-page .page-content {
    padding-bottom: 50px; }
    .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: 50px;
    width: 100%; }
    .contacts-page .form-container .h3 {
      font-size: 20px;
      text-align: center; }
  .contacts-page .map-container {
    margin-top: 80px; }
  .contacts-page iframe {
    height: 450px !important; } }

@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; }
  .contacts-form {
    padding: 50px 30px; } }

.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 {
    color: #84A02B;
    padding: 0; }

.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: 700;
      color: #111; }

.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: 600;
    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: #84A02B;
      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 .page-title {
  margin-bottom: 50px; }

.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: #84A02B;
  margin: 0 0 10px; }

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

.delivery-page .text-container h4, .delivery-page .text-container .h4 {
  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;
  border-radius: 12px; }

@media (max-width: 991px) {
  .delivery-page .page-title {
    margin-bottom: 30px; }
  .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; } }

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

.document-item {
  margin-bottom: 50px; }

.document-item img {
  display: block;
  max-width: 95%;
  margin: 0 auto; }

.document-item .img-container {
  margin-bottom: 20px; }

.document-item .btn-primary {
  max-width: 95%;
  margin: 0 auto; }

.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 1000;
  padding: 10px;
  background: rgba(8, 19, 5, 0.8);
  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: 12px;
  right: 12px;
  display: block;
  width: 16px;
  height: 16px;
  text-indent: -9999px;
  background-size: contain;
  background: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.7075 24.2925C25.8004 24.3854 25.8741 24.4957 25.9244 24.6171C25.9747 24.7385 26.0006 24.8686 26.0006 25C26.0006 25.1314 25.9747 25.2615 25.9244 25.3829C25.8741 25.5043 25.8004 25.6146 25.7075 25.7075C25.6146 25.8004 25.5043 25.8741 25.3829 25.9244C25.2615 25.9747 25.1314 26.0006 25 26.0006C24.8686 26.0006 24.7385 25.9747 24.6171 25.9244C24.4957 25.8741 24.3854 25.8004 24.2925 25.7075L16 17.4138L7.70751 25.7075C7.51987 25.8951 7.26537 26.0006 7.00001 26.0006C6.73464 26.0006 6.48015 25.8951 6.29251 25.7075C6.10487 25.5199 5.99945 25.2654 5.99945 25C5.99945 24.7346 6.10487 24.4801 6.29251 24.2925L14.5863 16L6.29251 7.70751C6.10487 7.51987 5.99945 7.26537 5.99945 7.00001C5.99945 6.73464 6.10487 6.48015 6.29251 6.29251C6.48015 6.10487 6.73464 5.99945 7.00001 5.99945C7.26537 5.99945 7.51987 6.10487 7.70751 6.29251L16 14.5863L24.2925 6.29251C24.4801 6.10487 24.7346 5.99945 25 5.99945C25.2654 5.99945 25.5199 6.10487 25.7075 6.29251C25.8951 6.48015 26.0006 6.73464 26.0006 7.00001C26.0006 7.26537 25.8951 7.51987 25.7075 7.70751L17.4138 16L25.7075 24.2925Z' fill='%23343330'/%3E%3C/svg%3E%0A") no-repeat center; }

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

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

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

.main-footer {
  color: #fff;
  position: relative;
  z-inde: 10; }

.footer-content {
  background-color: #222;
  padding: 60px 0 90px;
  font-size: 14px; }

.footer-content a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s; }

.footer-content a:hover {
  opacity: 0.7; }

.footer-content .col-lg-2 {
  padding-left: 40px; }

.footer-content .col-lg-3 {
  padding-left: 60px; }

.footer-content h4,
.footer-content .h4 {
  margin: 30px 0 8px;
  font-size: 18px; }

.footer-content ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-content ul li {
  margin: 0 0 15px; }

.footer-logo {
  margin-top: 25px; }

.footer-logo img {
  display: block;
  max-width: 100%; }

.footer-bottom {
  background-color: #111;
  padding: 20px 0; }

.footer-bottom .container {
  display: flex;
  justify-content: space-between; }

.site-developer a {
  color: #fff;
  text-decoration: none;
  transition: 0.25s; }

.site-developer a:hover {
  opacity: 0.8; }

.site-developer span {
  color: #339900; }

.site-developer span:last-child {
  color: #FFCC00; }

@media (max-width: 1199px) {
  .footer-content {
    font-size: 13px; }
  .footer-content .col-lg-2,
  .footer-content .col-lg-3 {
    padding-left: 15px; } }

@media (max-width: 991px) {
  .footer-logo {
    width: 220px;
    margin: 0 auto 10px; }
  .footer-content {
    padding-bottom: 50px; } }

@media (max-width: 575px) {
  .footer-bottom .container {
    display: block;
    text-align: center; }
    .footer-bottom .container .copyright-text {
      margin-bottom: 10px; } }

.error-page {
  position: relative; }
  .error-page .background-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .error-page .error-content {
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto;
    padding: 50px 15px 40px; }
  .error-page .page-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 80px 0;
    text-align: center;
    position: relative;
    z-index: 10; }
    .error-page .page-content .lg-nums {
      font-size: 160px;
      font-weight: 600;
      line-height: 1.1;
      color: #395112; }
    .error-page .page-content .h2 {
      font-size: 32px;
      margin: 0 0 10px; }
    .error-page .page-content p {
      font-size: 16px;
      max-width: 500px;
      margin: 0 auto 40px;
      color: #111; }
      .error-page .page-content p a {
        color: #395112;
        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; } }
