@charset "UTF-8";

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

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

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

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

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

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

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

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

input:not([type="checkbox"]):not([type="radio"]),
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

input::-ms-clear {
  display: none;
}

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

@font-face {
  font-family: "lg";
  src: url(../lg.html);
  src: local("😥"), url(../lg-2.html) format("woff"), url(../lg-3.html) format("truetype");
  font-weight: 400;
  font-style: normal;
}

.select__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
  font-family: 'Public Sans', sans-serif;
  font-size: 17px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

.wrapp {
  width: 100%;
  overflow-x: hidden;
  /* padding-top: 141px; */
}

/* @media only screen and (max-width: 900px) {
  .wrapp {
    padding-top: 97px;
  }
} */


/* .wrapp.wrapp--no-top {
  padding-top: 111px;
}

@media only screen and (max-width: 900px) {
  .wrapp.wrapp--no-top {
    padding-top: 57px;
  }
} */


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

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

svg {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

input[type="submit"] {
  cursor: pointer;
}

input,
textarea,
button {
  font-family: 'Public Sans', sans-serif;
}



p.error {
  font-size: 12px;
  line-height: 14px;
  color: red;
}

.wrapper {
  overflow: hidden;
  min-height: 100vh;
  position: relative;
}

.holder-block {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.container {
  max-width: 1310px;
  padding: 0 15px;
  margin: 0 auto;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #FF3D00;
  color: #fff;
  text-decoration: none;
  gap: 6px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 30px;
  height: 43px;
  cursor: pointer;
  border: 2px solid #FF3D00;
  border-radius: 2px;
  font-size: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .button:hover {
    background: #fff;
    color: #FF3D00;
  }

  .button:hover svg path {
    fill: #FF3D00;
  }
}

.button.disabled {
  background: #B3BDBC;
  pointer-events: none;
  border-color: #B3BDBC;
}

@media only screen and (max-width: 767px) {
  .button {
    height: 35px;
  }
}

.main-block,
.main-30-block,
.main-10-block,
.main-6-block {
  padding: 60px 0;
}

.main-block .products-block,
.main-30-block .products-block,
.main-10-block .products-block,
.main-6-block .products-block {
  margin: 0;
}

@media only screen and (max-width: 767px) {

  .main-block,
  .main-30-block,
  .main-10-block,
  .main-6-block {
    padding: 48px 0;
  }
}

.main-30-block {
  background: #B3BDBC;
}

.main-30-block .products-block {
  margin: 0;
}

.main-10-block {
  background: #E6E9E9;
}

.main-10-block .products-block {
  margin: 0;
}

.main-6-block {
  background: #F0F2F2;
}

.main-6-block .products-block {
  margin: 0;
}

.slick-slider .slick-disabled svg path {
  fill: #E6E9E9;
}

.accordion__slide {
  display: none;
}

.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
}

.custom-checkbox__box {
  width: 16px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #4D6562;
  border-radius: 50%;
  margin-right: 10px;
}

.custom-checkbox__box svg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.custom-checkbox input {
  width: 0;
  height: 0;
  opacity: 0;
}

.custom-checkbox input:checked+.custom-checkbox__box svg {
  opacity: 1;
}

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

.wrapp .slick-dots {
  bottom: -40px;
  opacity: .7;
}

.wrapp .slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FF3D00;
  padding: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wrapp .slick-dots li button::before {
  content: '';
}

.wrapp .slick-dots .slick-active button {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}

.content-area {
  line-height: 1.5;
  /* line-height: 135%; */
}


.content-area p {
  margin: 0 0 16px;
  color: #111;
}

.content-area p:last-child {
  margin-bottom: 0;
}

.content-area a {
  text-decoration: none;
  color: #FF3D00;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.content-area a:hover {
  color: #ff8b66;
}

.content-area .table {
  overflow: auto;
}

.content-area table {
  border-collapse: collapse;
  width: 100%;
  min-width: 500px;
}

.content-area table thead {
  background: #4D6562;
  color: #fff;
  font-weight: 700;
}

.content-area table td {
  padding: 8px;
  border: 1px solid #B3BDBC;
}

.content-area table tr:nth-child(even) td {
  background: #F0F2F2;
}

.content-area li {
  margin-bottom: 20px;
}

.content-area li:last-child {
  margin-bottom: 0;
}

.content-area ol,
.content-area ul {
  padding: 0;
  list-style-position: inside;
}

.content-area ol:last-child,
.content-area ul:last-child {
  margin-bottom: 0;
}

.content-area ol li::marker {
  color: #4D6562;
}

.content-area ol ul,
.content-area ul ul {
  list-style-type: disc;
  padding-left: 30px;
}

.content-area ol ul li,
.content-area ul ul li {
  margin-bottom: 10px;
}

.content-area table {
  margin-bottom: 20px;
}

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

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

.lg-backdrop.in {
  opacity: .8 !important;
}

.form-item {
  margin-bottom: 16px;
  position: relative;
  display: block;
}

.form-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
}

.form-item__heading .form-item__label {
  margin-bottom: 0;
}

.form-item__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #B3BDBC;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: block;
}

.form-item__field {
  background: #fff;
  padding: 0 16px;
  height: 50px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  width: 100%;
  font-size: 17px;
}

.form-item__area {
  padding: 12px 16px;
  height: 160px;
}

.form-item.required .form-item__label::before {
  content: '*';
  color: #FF3D00;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

/* Slider */
/* .slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
} */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * jQuery UI CSS Framework 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

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

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

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

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

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  /* support: IE8 */
}

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

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

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

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

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI Slider 1.13.2
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
  position: relative;
  text-align: left;
}

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

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

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
  filter: inherit;
}

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

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

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

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

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

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

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

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

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

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

@font-face {
  font-family: lg;
  src: url(../lgb687.html) format("woff2"), url(../lgb687-2.html) format("truetype"), url(../lgb687-3.html) format("woff"), url(../lgb687-4.html#lg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: block;
}

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

.lg-container {
  font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

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

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: '\e095';
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: '\e094';
}

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

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

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

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

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

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

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

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

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

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

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

.lg-media-overlap .lg-toolbar {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4)));
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

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

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

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

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: '\e90a';
}

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

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out 0s;
  transition: opacity .2s ease-out 0s;
}

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

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

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

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

.lg-closing .lg-next,
.lg-closing .lg-prev,
.lg-closing .lg-sub-html,
.lg-closing .lg-toolbar {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  -webkit-transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear;
  transition: transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08 cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08 linear, -webkit-transform 0.08 cubic-bezier(0, 0, 0.25, 1) 0s;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
}

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

.lg-icon:focus-visible {
  color: #fff;
  border-radius: 3px;
  outline: 1px dashed rgba(255, 255, 255, 0.6);
}

.lg-toolbar .lg-icon:focus-visible {
  border-radius: 8px;
  outline-offset: -5px;
}

.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  float: left;
}

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

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

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

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

.lg-outer .lg-thumb-outer.lg-thumb-align-middle {
  text-align: center;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-left {
  text-align: left;
}

.lg-outer .lg-thumb-outer.lg-thumb-align-right {
  text-align: right;
}

.lg-outer.lg-single-item .lg-thumb-outer {
  display: none;
}

.lg-outer .lg-thumb {
  padding: 5px 0;
  height: 100%;
  margin-bottom: -5px;
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb {
    padding: 10px 0;
  }
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border-radius: 2px;
  margin-bottom: 5px;
  will-change: border-color;
}

@media (min-width: 768px) {
  .lg-outer .lg-thumb-item {
    border-radius: 4px;
    border: 2px solid #fff;
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

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

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

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

.lg-outer .lg-toggle-thumb:after {
  content: '\e1ff';
}

.lg-outer.lg-animate-thumb .lg-thumb {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.lg-outer .lg-video-cont {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.lg-outer .lg-video-cont .lg-object {
  width: 100% !important;
  height: 100% !important;
}

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

.lg-outer .lg-video-object {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.lg-outer .lg-video-poster {
  z-index: 1;
}

.lg-outer .lg-has-video .lg-video-object {
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity .3s ease-in;
  transition: opacity .3s ease-in;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-play-button,
.lg-outer .lg-has-video.lg-video-loaded .lg-video-poster {
  opacity: 0 !important;
}

.lg-outer .lg-has-video.lg-video-loaded .lg-video-object {
  opacity: 1;
}

@-webkit-keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes lg-play-stroke {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@-webkit-keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lg-play-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.lg-video-play-button {
  width: 18%;
  max-width: 140px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  will-change: opacity, transform;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  -webkit-transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s;
  transition: transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28), opacity 0.1s, -webkit-transform 0.25s cubic-bezier(0.17, 0.88, 0.32, 1.28);
}

.lg-video-play-button:hover .lg-video-play-icon,
.lg-video-play-button:hover .lg-video-play-icon-bg {
  opacity: 1;
}

.lg-video-play-icon-bg {
  fill: none;
  stroke-width: 3%;
  stroke: #fcfcfc;
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

.lg-video-play-icon-circle {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  fill: none;
  stroke-width: 3%;
  stroke: rgba(30, 30, 30, 0.9);
  stroke-opacity: 1;
  stroke-linecap: round;
  stroke-dasharray: 200;
  stroke-dashoffset: 200;
}

.lg-video-play-icon {
  position: absolute;
  width: 25%;
  max-width: 120px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  opacity: .6;
  will-change: opacity;
  -webkit-transition: opacity .12s ease-in;
  transition: opacity .12s ease-in;
}

.lg-video-play-icon .lg-video-play-icon-inner {
  fill: #fcfcfc;
}

.lg-video-loading .lg-video-play-icon-circle {
  -webkit-animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
  animation: lg-play-rotate 2s linear .25s infinite, lg-play-stroke 1.5s ease-in-out .25s infinite;
}

.lg-video-loaded .lg-video-play-button {
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

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

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

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

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

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

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

.lg-single-item .lg-autoplay-button {
  opacity: .75;
  pointer-events: none;
}

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

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  will-change: transform;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s;
}

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

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

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s !important;
  transition: transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s, opacity 0.15s, -webkit-transform 0.5s cubic-bezier(0.12, 0.415, 0.01, 1.19) 0s !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition {
  -webkit-transition: none !important;
  transition: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  transform: scale3d(1, 1, 1) translate3d(-50%, -50%, 0) !important;
  max-width: none !important;
  max-height: none !important;
  top: 50% !important;
  left: 50% !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x {
  -webkit-transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  transform: scale3d(1, 1, 1) translate3d(-50%, 0, 0) !important;
  top: 0 !important;
  left: 50% !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  transform: scale3d(1, 1, 1) translate3d(0, -50%, 0) !important;
  top: 50% !important;
  left: 0 !important;
  max-width: none !important;
  max-height: none !important;
}

.lg-icon.lg-zoom-in:after {
  content: '\e311';
}

.lg-actual-size .lg-icon.lg-zoom-in {
  opacity: .5;
  pointer-events: none;
}

.lg-icon.lg-actual-size {
  font-size: 20px;
}

.lg-icon.lg-actual-size:after {
  content: '\e033';
}

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

.lg-icon.lg-zoom-out:after {
  content: '\e312';
}

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

.lg-outer.lg-first-slide-loading .lg-actual-size,
.lg-outer.lg-first-slide-loading .lg-zoom-in,
.lg-outer.lg-first-slide-loading .lg-zoom-out,
.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,
.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,
.lg-outer[data-lg-slide-type=video] .lg-actual-size,
.lg-outer[data-lg-slide-type=video] .lg-zoom-in,
.lg-outer[data-lg-slide-type=video] .lg-zoom-out {
  opacity: .75;
  pointer-events: none;
}

.lg-outer .lg-pager-outer {
  text-align: center;
  z-index: 1080;
  height: 10px;
  margin-bottom: 10px;
}

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

.lg-outer.lg-single-item .lg-pager-outer {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

.lg-outer.lg-dropdown-active .lg-share {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

.lg-outer .lg-share-facebook .lg-icon:after {
  content: '\e904';
}

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

.lg-outer .lg-share-twitter .lg-icon:after {
  content: '\e907';
}

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

.lg-outer .lg-share-pinterest .lg-icon:after {
  content: '\e906';
}

.lg-comment-box {
  width: 420px;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #fff;
  will-change: transform;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-comment-box .lg-comment-title {
  margin: 0;
  color: #fff;
  font-size: 18px;
}

.lg-comment-box .lg-comment-header {
  background-color: #000;
  padding: 12px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

.lg-comment-box .lg-comment-body {
  height: 100% !important;
  padding-top: 43px !important;
  width: 100% !important;
}

.lg-comment-box .fb-comments {
  height: 100%;
  width: 100%;
  background: url(../gif/loading.gif) no-repeat scroll center center #fff;
  overflow-y: auto;
  display: inline-block;
}

.lg-comment-box .fb-comments[fb-xfbml-state=rendered] {
  background-image: none;
}

.lg-comment-box .fb-comments>span {
  max-width: 100%;
}

.lg-comment-box .lg-comment-close {
  position: absolute;
  right: 5px;
  top: 12px;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  will-change: color;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-comment-box .lg-comment-close:hover {
  color: #fff;
}

.lg-comment-box .lg-comment-close:after {
  content: '\e070';
}

.lg-comment-box iframe {
  max-width: 100% !important;
  width: 100% !important;
}

.lg-comment-box #disqus_thread {
  padding: 0 20px;
}

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

.lg-outer .lg-comment-toggle:after {
  content: '\e908';
}

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

.lg-outer.lg-comment-active .lg-comment-toggle {
  color: #fff;
}

.lg-outer.lg-comment-active .lg-comment-box {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-img-rotate {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.4s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer[data-lg-slide-type=iframe] .lg-flip-hor,
.lg-outer[data-lg-slide-type=iframe] .lg-flip-ver,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-left,
.lg-outer[data-lg-slide-type=iframe] .lg-rotate-right,
.lg-outer[data-lg-slide-type=video] .lg-flip-hor,
.lg-outer[data-lg-slide-type=video] .lg-flip-ver,
.lg-outer[data-lg-slide-type=video] .lg-rotate-left,
.lg-outer[data-lg-slide-type=video] .lg-rotate-right {
  opacity: .75;
  pointer-events: none;
}

.lg-outer .lg-img-rotate:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-rotate-left:after {
  content: '\e900';
}

.lg-rotate-right:after {
  content: '\e901';
}

.lg-icon.lg-flip-hor,
.lg-icon.lg-flip-ver {
  font-size: 26px;
}

.lg-flip-ver:after {
  content: '\e903';
}

.lg-flip-hor:after {
  content: '\e902';
}

.lg-medium-zoom-item {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.lg-medium-zoom .lg-outer {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grab img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-medium-zoom .lg-outer.lg-grabbing img.lg-object {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.lg-relative-caption .lg-outer .lg-sub-html {
  white-space: normal;
  bottom: auto;
  padding: 0;
  background-image: none;
}

.lg-relative-caption .lg-outer .lg-relative-caption-item {
  opacity: 0;
  padding: 16px 0;
  -webkit-transition: .5s opacity ease;
  transition: .5s opacity ease;
}

.lg-relative-caption .lg-outer .lg-show-caption .lg-relative-caption-item {
  opacity: 1;
}

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

.lg-container {
  display: none;
  outline: 0;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-overlay-open {
  overflow: hidden;
}

.lg-hide-sub-html .lg-sub-html,
.lg-next,
.lg-pager-outer,
.lg-prev,
.lg-toolbar {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer,
.lg-show-in .lg-prev,
.lg-show-in .lg-toolbar {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

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

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

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

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: .001;
  outline: 0;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

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

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

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

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,
.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

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

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

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

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url(../gif/loading.gif) no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

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

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

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

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

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html .lg-sub-html,
.lg-outer .lg-empty-html.lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: .75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  -webkit-transition: opacity .2s ease-out .15s;
  transition: opacity .2s ease-out .15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

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

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

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

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

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

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

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

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

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

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

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

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: '\e909';
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform .35s ease-out 0s;
  transition: -webkit-transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s;
  transition: transform .35s ease-out 0s, -webkit-transform .35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}


.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside>.mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */
.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */
.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0;
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 5px;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 3px;
  height: 100%;
  margin: 0 auto;
  border-radius: 0px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 3px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0;
}

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
}

.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: #ccc;
  filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: blue;
  border-radius: 0px;
  filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: blue;
  border-radius: 0px;
  filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: blue;
  border-radius: 0px;
  filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-color: #000;
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
}

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #333;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
}

.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
}

.article-wrapp {
  overflow: visible;
}

.article-wrapp .faq-item__content {
  font-size: 17px;
  margin-bottom: 0 !important;
}

.article-wrapp .faq-item__heading {
  margin: 0;
}

.article-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

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

@media only screen and (max-width: 900px) {
  .article-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.article-left,
.article-right {
  max-width: 200px;
  width: 100%;
}

.article-content {
  max-width: 760px;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}

.article-content__heading {
  margin-bottom: 20px;
}

.article-content__heading-info {
  padding-top: 10px;
  border-top: 1px solid #B3BDBC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

@media only screen and (max-width: 768px) {
  .article-content__heading-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px;
  }
}

.article-content__heading-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: #01231F;
  font-size: 14px;
}

.article-content__heading-item a {
  color: #01231F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .article-content__heading-item a:hover {
    color: #FF3D00;
  }
}

.article-content__heading-item span {
  color: #80918F;
}

.article-content__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 10px;
}

@media only screen and (max-width: 900px) {
  .article-content__title {
    font-size: 30px;
  }
}

.article-content .content-area {
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  .article-content .content-area {
    margin-bottom: 30px;
  }
}


.article-content .content-area ul {
  list-style: none;
}

.article-content .content-area ul li {
  position: relative;
  padding-left: 32px;
}

.article-content .content-area ul li::before {
  content: '';
  position: absolute;
  left: 8px;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4D6562;
}

@media only screen and (max-width: 900px) {
  .article-content {
    margin-bottom: 0;
  }
}

.article-left {
  position: sticky;
  top: 100px;
}

.article-left__title {
  font-weight: 700;
  line-height: 155%;
  padding-bottom: 15px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 15px;
}

@media only screen and (max-width: 1100px) {
  .article-left {
    display: none;
  }
}

.article-nav {
  font-size: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.article-nav li {
  margin-bottom: 15px;
}

.article-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 5px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-nav a.active {
  color: #FF3D00;
}

.article-nav a.active .article-nav__icon {
  width: 12px;
}

@media only screen and (min-width: 1025px) {
  .article-nav a:hover {
    color: #FF3D00;
  }
}

.article-nav__icon {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-right-item {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #B3BDBC;
}

.article-right-item:last-child {
  padding: 0;
  margin: 0;
  border: none;
}

@media only screen and (max-width: 900px) {
  .article-right-item {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .article-right {
    max-width: 760px;
  }
}

.article-author__thumb {
  border: 2px solid #4D6562;
  border-radius: 50%;
  overflow: hidden;
  width: 68px;
  height: 68px;
  margin-bottom: 15px;
}

.article-author__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 155%;
  margin-bottom: 5px;
}

.article-author__caption {
  font-size: 14px;
  line-height: 135%;
  color: #4D6562;
  margin-bottom: 15px;
}

.article-author .author-heading__social-item {
  background: #F0F2F2;
}

@media only screen and (max-width: 900px) {
  .article-author {
    display: block;
  }
}

.article-subscribe__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.article-subscribe__heading svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article-subscribe__title {
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  color: #01231F;
}

.article-subscribe__form .form-item__field {
  background: #F0F2F2;
  font-size: 12px;
  height: 35px;
}

.article-subscribe__form .button {
  width: 100%;
  font-size: 12px;
}

.article-tags__title {
  font-size: 17px;
  font-weight: 700;
  line-height: 155%;
  color: #01231F;
  margin-bottom: 10px;
}

.article-tags__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
}

.article-tags__item {
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  width: calc(50% - 7px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 12px;
  height: 28px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .article-tags__item:hover {
    color: #FF3D00;
    border-color: #FF3D00;
  }
}

.comparison-table {
  border: 0.5px solid #B3BDBC;
  margin-bottom: 20px;
}

.comparison-table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.5px solid #B3BDBC;
  padding: 20px;
  min-width: 180px;
  width: 100%;
  text-align: center;
}

.comparison-table__cell--features {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .comparison-table__cell--features span {
    width: 50%;
    border-right: 1px solid #B3BDBC;
    padding: 10px 0;
  }
}

.comparison-table__cell:first-of-type {
  max-width: 180px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .comparison-table__cell:first-of-type {
    max-width: 100%;
    padding: 0 20px;
    background: #4D6562;
    color: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .comparison-table__cell {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding: 0 20px;
  }
}

.comparison-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.comparison-table__head-icon {
  position: absolute;
  top: 35%;
  right: calc(50% - 112px);
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .comparison-table__head-icon {
    width: 20px;
    height: 31px;
    right: calc(50% - 10px);
  }
}

.comparison-table__head-cell {
  padding: 0;
}

.comparison-table__head-cell a {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .comparison-table__head-cell a {
    width: 100%;
  }

  .comparison-table__head-cell a img {
    width: 100%;
  }
}

.comparison-table__head-cell .expand {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .comparison-table__head-cell:first-of-type {
    display: none;
  }
}

.comparison-table__head-title {
  font-weight: 700;
  line-height: 155%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background: #4D6562;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .comparison-table__head-title {
    background: transparent;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

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

/* .comparison-table__row:nth-child(odd) {
  background: #F0F2F2;
} */

@media only screen and (max-width: 767px) {
  .comparison-table__row {
    display: block;
  }
}

.comparison-table__item-name {
  font-weight: 700;
  display: none;
}

@media only screen and (max-width: 767px) {
  .comparison-table__item-name {
    display: block;
    width: 50%;
    padding: 20px 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: left;
    border-right: 1px solid #B3BDBC;
  }
}

@media only screen and (max-width: 767px) {
  .comparison-table {
    font-size: 14px;
  }
}

.accent-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  border: 1px solid #B3BDBC;
  border-radius: 4px;
  background: #F0F2F2;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 17px;
}

.accent-block__icon {
  border-right: 2px solid #B3BDBC;
  padding-right: 12px;
}

.accent-block--info .accent-block__icon {
  border-color: #01231F;
}

.accent-block--alert {
  background: rgba(255, 61, 0, 0.06);
}

.accent-block--alert .accent-block__icon {
  border-color: #FF3D00;
}

.accent-block--success {
  background: rgba(13, 154, 136, 0.06);
}

.accent-block--success .accent-block__icon {
  border-color: #0D9A88;
}

.blockquote {
  background: #F5F2EF;
  border-radius: 2px;
  padding: 20px;
  margin: 0 0 20px;
}

.blockquote__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: #FF3D00;
  margin-bottom: 20px;
}

.blockquote__content {
  font-style: italic;
  margin-bottom: 20px;
}

.blockquote__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.blockquote__author-thumb {
  border-radius: 50%;
  overflow: hidden;
}

.blockquote__author-title {
  font-size: 19px;
  line-height: 155%;
}

.blockquote__author-title span {
  font-weight: 700;
}

.article-slide .faq-item {
  border: none;
  background: #E6E9E9;
  border-radius: 4px;
  overflow: hidden;
}

.article-slide .faq-item__heading {
  border-top: 1px solid #E6E9E9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.article-slide .faq-item__opener {
  border-radius: 2px;
}

.article-slide .faq-item.active .faq-item__heading {
  border-color: #B3BDBC;
}

.blog-wrapp {
  padding-top: 0px;
}


.blog-wrapp.wrapp.wrapp--no-top {
  padding-top: 0px;
}


.blog-wrapp .page-header__title {
  font-size: 28px;
}

@media only screen and (max-width: 767px) {
  .blog-wrapp .page-header page-header__title {
    font-size: 25px;
  }

  .blog-wrapp .page-header .page-header__link {
    display: none;
  }
}

/* @media only screen and (max-width: 900px) {
  .blog-wrapp {
    padding-top: 97px;
  }

  .single-post .blog-wrapp {
    padding-top: 100px;
  }
} */


/* .single-post .blog-wrapp.active {
  padding-top: 137px;
} */

.single-post .blog-wrapp.wrapp--no-top.active {
  padding-top: 0px;
}


/*
.blog-header .button {
  height: 32px;
  font-size: 12px;
  padding: 0 12px;
}

.blog-header .nav-btn {
  display: none;
}

@media only screen and (max-width: 900px) {
  .blog-header .nav-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.blog-header .header-nav {
  display: none;
}

@media only screen and (max-width: 900px) {
  .blog-header .header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #01231F;
    top: 98px;
    border-top: 1px solid #4D6562;
  }

  .blog-header .header-nav__link {
    font-size: 17px;
  }

  .blog-header .header-nav__list {
    margin-bottom: 40px;
  }

  .blog-header .header-nav .button {
    width: 100%;
    font-size: 17px;
    height: 43px;
  }
}

.blog-header .header-inner {
  z-index: unset !important;
}

@media only screen and (max-width: 900px) {
  .blog-header .header-inner .button {
    display: none;
  }
}
*/
.blog-header .header__overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 22;
  display: none;
}

.blog-header .blog-head-search {
  z-index: 3;
}


.blog-header .blog-search {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100px;
  z-index: 22;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
  pointer-events: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-header .blog-search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.blog-header .blog-search__inner .close-icon {
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  margin-left: 10px;
}

.blog-header .blog-search__field {
  height: 40px;
  padding: 0 20px;
  border-radius: 40px 0 0 40px;
  border: none;
  width: 300px;
}

.blog-header .blog-search__btn {
  height: 40px;
  padding: 0 20px;
  color: #fff;
  background: #FF3D00;
  border-radius: 0 40px 40px 0;
  border: none;
  cursor: pointer;
}

.blog-header .blog-search.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.blog-head-search__handler {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: #B3BDBC;
  cursor: pointer;
  gap: 4px;

  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
}

.blog-head-search__handler svg {
  width: 16px;
  height: 16px;
}

.blog-head-search__handler .close-icon {
  display: none;
}


.blog-head-search__handler.active .close-icon {
  display: block;
}

.blog-head-search__handler.active .icon {
  display: none;
}

@media only screen and (max-width: 900px) {
  .blog-head-search__handler svg {
    width: 26px !important;
    height: 26px !important;
  }

  .blog-head-search__handler .icon path {
    fill: #fff;
  }

  .blog-head-search__handler span {
    display: none;
  }
}

.blog-heading {
  background-image: url("../png/blog-hero.png");
  background-position: center;
  background-size: cover;
  padding: 40px 15px;
}

.blog-heading-inner {
  max-width: 1280px;
  margin: 0 auto;
  background: #01231F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.blog-heading-inner__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 15px;
  width: 100%;
  color: #fff;
}

.blog-heading-inner__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
}

@media only screen and (max-width: 860px) {
  .blog-heading-inner__thumb {
    display: none;
  }
}



.blog-heading-inner__title,
.blog-heading-inner__text {
  font-weight: 700;
  line-height: 110%;
}

.blog-heading-inner__title {
  font-size: 32px !important;
  margin: 0 0 16px;
}

@media only screen and (max-width: 860px) {
  .blog-heading-inner__title {
    font-size: 28px !important;
  }
}

.blog-heading-inner__text {
  font-size: 19px !important;
  margin: 0 0 20px;
}

.blog-heading-inner__text a {
  color: #0D9A88;
  text-decoration: none;
}

@media only screen and (max-width: 860px) {
  .blog-heading-inner__text {
    font-size: 14px;
  }
}

.blog-heading-inner-search {
  position: relative;
  max-width: 288px;
}

.blog-heading-inner-search__field {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #B3BDBC;
  background: #fff;
  height: 35px;
  padding: 0 35px 0 16px;
}

.blog-heading-inner-search__btn {
  position: absolute;
  right: 16px;
  top: 0;
  background: none;
  border: none;
  padding: 0;
  height: 35px;
  cursor: pointer;
}

@media only screen and (max-width: 900px) {
  .blog-heading {
    padding: 24px 16px;
  }
}

.blog-block {
  padding: 60px 0;
}

.blog-block--category .blog-list {
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  .blog-block {
    padding: 32px 0;
  }
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 40px;
}

@media only screen and (max-width: 900px) {
  .blog-list {
    gap: 20px;
  }
}

.blog-item {
  max-width: 400px;
  width: calc(100% / 3 - 27px);
  text-decoration: none;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  overflow: hidden;
  background: #F0F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-item__thumb {
  position: relative;
}

.blog-item__label {
  position: absolute;
  left: 15px;
  top: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  height: 20px;
  border-radius: 99px;
  padding: 0 6px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  background: #0D9A88;
  text-transform: uppercase;
}


/* .blog-item__label:hover {
  background: #fff;
  border:solid 1px #0D9A88;
  color:#0D9A88;
} */

.blog-item__label.wiki {
  background: #FF3D00;
}

.blog-item__inner {
  position: relative;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.blog-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-item__content {
  font-size: 14px;
  line-height: 135%;
  color: #01231F;
  margin-bottom: 8px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.blog-item__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #80918F;
}

@media only screen and (min-width: 1025px) {
  .blog-item:hover {
    -webkit-box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px 2px rgba(0, 0, 0, 0.1);
  }

  .blog-item:hover .blog-item__title {
    color: #FF3D00;
    text-decoration: underline;
  }
}

@media only screen and (max-width: 900px) {
  .blog-item {
    width: calc(100% / 3 - 14px);
  }
}

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

.terminology-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
}

@media only screen and (max-width: 900px) {
  .terminology-holder {
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 25px;
  }
}

.terminology-content {
  max-width: 620px;
  width: 50%;
  background: #fff;
  padding: 40px 20px;
}

@media only screen and (max-width: 900px) {
  .terminology-content {
    width: 100%;
  }
}

@media only screen and (max-width: 500px) {
  .terminology-content {
    padding: 16px 0;
  }
}

.terminology-slider .slick-arrow {
  height: 24px;
  width: 29px;
  top: 16px;
  z-index: 2;
  background: #fff;
}

.terminology-slider .slick-arrow svg {
  height: 24px;
}

.terminology-slider .slick-arrow::before {
  display: none;
}

.terminology-slider .slick-next {
  right: 0;
}

.terminology-slider .slick-prev {
  left: auto;
  right: 29px;
}

.terminology-slide {
  padding: 0 20px;
}

.terminology-slide__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  padding-right: 40px;
}

.terminology-slide__content {
  font-size: 14px;
  color: #01231F;
  margin-bottom: 12px;
  min-height: 85px;
}

.terminology-slide__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  font-size: 12px;
  font-weight: 700;
}

.terminology-slide__label {
  border-radius: 2px;
  background: #5E4931;
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  color: #fff;
}

@media only screen and (max-width: 500px) {
  .terminology-slide__label {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .terminology-slide {
    padding: 0 16px;
  }
}

.terminology-items {
  width: 100%;
  max-width: 50%;
}

.terminology-items__more {
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  background: #F0F2F2;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  gap: 8px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
}

@media only screen and (max-width: 900px) {
  .terminology-items {
    max-width: 620px;
  }
}

.terminology-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}

.terminology-item {
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  background: #FFF;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .terminology-item:hover {
    border-color: #0D9A88;
    color: #0D9A88;
  }
}

.terminology-item.active {
  background: #0D9A88;
  border-color: #0D9A88;
  color: #fff;
  font-weight: 700;
}

.comparison-list .blog-item,
.latest-list .blog-item {
  max-width: 290px;
  width: calc(25% - 30px);
}

.comparison-list .blog-item__title,
.latest-list .blog-item__title {
  font-size: 17px;
}

@media only screen and (max-width: 900px) {

  .comparison-list .blog-item,
  .latest-list .blog-item {
    width: calc(25% - 15px);
  }
}

@media only screen and (max-width: 767px) {

  .comparison-list .blog-item,
  .latest-list .blog-item {
    width: calc(50% - 15px);
  }
}

@media only screen and (max-width: 580px) {

  .comparison-list .blog-item,
  .latest-list .blog-item {
    width: 100%;
    max-width: 100%;
  }

  .comparison-list .blog-item__thumb img,
  .latest-list .blog-item__thumb img {
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {

  .comparison-list,
  .latest-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.list-slider .slick-slide {
  padding: 0 8px;
}

@media only screen and (max-width: 767px) {
  .list-slider .blog-item__title {
    min-height: 40px;
  }

  .list-slider .blog-item__content {
    min-height: 76px;
  }
}

.blog-category-heading {
  background-image: url("../png/blog-cat-banner.png");
  background-position: center;
  background-size: cover;
  padding: 40px 0;
}

.blog-category-heading__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 60px;
}

@media only screen and (max-width: 900px) {
  .blog-category-heading__holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
  }
}

.blog-category-heading__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  max-width: calc(100% + 30px);
}

.blog-category-heading__icon {
  position: absolute;
  top: calc(50% - 48px);
  left: -48px;
}

@media only screen and (max-width: 900px) {
  .blog-category-heading__icon {
    top: -16px;
    left: 15px;
  }

  .blog-category-heading__icon svg {
    width: 32px;
    height: 32px;
  }
}

.blog-category-heading__inner {
  max-width: 620px;
  color: #01231F;
}

.blog-category-heading__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 16px;
}

@media only screen and (max-width: 900px) {
  .blog-category-heading__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 900px) {
  .blog-category-heading {
    padding-bottom: 0;
  }
}

.author-heading {
  padding: 40px 0;
  background-image: url("../png/blog-cat-banner.png");
  background-position: center;
  background-size: cover;
}

.author-heading-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

@media only screen and (max-width: 900px) {
  .author-heading-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.author-heading__content {
  max-width: 730px;
  color: #01231F;
}

.author-heading__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  border: 4px solid #fff;
  overflow: hidden;
}

.author-heading__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .author-heading__top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.author-heading__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.author-heading__label {
  border-radius: 2px;
  height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: #fff;
  background: #4D6562;
}

.author-heading__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

.author-heading__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
}


.author-heading__social-item:hover {
  background: #FF3D00;
}

.author-heading__social-item:hover svg path {
  fill: #FFF;
}

.author-heading__social-item svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}


.author-heading__subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 16px;
}

.author-page-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 40px;
}

.author-page-footer .pagination {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.brand-holder {
  padding: 40px 15px 60px;
}

@media only screen and (max-width: 900px) {
  .brand-holder {
    padding-top: 0;
  }
}

.brand-heading {
  max-width: 840px;
  padding: 30px;
  background: #E6E9E9;
  border-radius: 2px;
  margin-bottom: 40px;
}

.brand-heading__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  margin-bottom: 20px;
}

.brand-heading__caption {
  font-size: 16px;
  line-height: 155%;
  margin-bottom: 24px;
  color: #01231F;
}

.brand-heading__note {
  padding: 16px;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  color: #01231F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

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

@media only screen and (max-width: 900px) {
  .brand-heading {
    margin: 0 -15px 24px;
    padding: 32px 15px;
  }
}

.brand-page-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media only screen and (max-width: 1100px) {
  .brand-page-list {
    gap: 16px;
  }
}

.brand-item {
  background: #FFFFFF;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  padding: 16px;
  max-width: 400px;
  width: calc(100% / 3 - 28px);
}

@media only screen and (max-width: 1100px) {
  .brand-item {
    width: calc(50% - 8px);
  }
}

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

.brand-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.brand-item__title {
  font-weight: 700;
  line-height: 155%;
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .brand-item__title:hover {
    color: #FF3D00;
  }
}

.brand-item__count {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  margin-bottom: 10px;
}

.brand-item__logo {
  width: 100px;
  height: 84px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.brand-item__logo img {
  max-width: 80px;
}

.brand-item__categories {
  background: #E6E9E9;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  padding: 10px 16px;
  max-width: 368px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-item__categories-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: #01231F;
}

.brand-item__categories-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.brand-item__categories-opener {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #80918F;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-item__categories-opener::before,
.brand-item__categories-opener::after {
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brand-item__categories-opener::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.brand-item__categories-inner {
  font-size: 14px;
  padding-top: 10px;
  line-height: 135%;
}

.brand-item__categories-inner a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .brand-item__categories-inner a:hover {
    color: #FF3D00;
    text-decoration: underline;
  }
}

.brand-item__categories.active {
  background: #fff;
}

.brand-item__categories.active .brand-item__categories-opener {
  background: #4D6562;
}

.brand-item__categories.active .brand-item__categories-opener::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.for-suppliers {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 15px;
}

.for-suppliers__inner {
  max-width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .for-suppliers__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.for-suppliers__content {
  color: #fff;
  max-width: 510px;
}

.for-suppliers__content p {
  color: #fff;
}


.for-suppliers__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 50%;
  border: 1px solid #FF3D00;
}

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

.for-suppliers__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  border-bottom: 1px solid #80918F;
  margin-bottom: 20px;
}

@media only screen and (max-width: 900px) {
  .for-suppliers {
    padding: 48px 15px;
  }
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs-list {
  padding: 8px 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  gap: 10px;
  font-size: 14px;
}

.breadcrumbs-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.breadcrumbs-list li::after {
  content: '';
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 4.16667px solid transparent;
  border-bottom: 4.16667px solid transparent;
  border-left: 5px solid #4D6562;
  position: static;
}

.breadcrumbs-list li:last-child::after {
  display: none;
}

.breadcrumbs-list a {
  text-decoration: none;
  color: #000;
}

.breadcrumbs-list span {
  color: #80918F;
}

@media only screen and (max-width: 900px) {
  .breadcrumbs {
    margin-bottom: 0;
  }
}

.cart-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 1100px) {
  .cart-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    padding: 0px;
  }
}

.cart-inner {
  width: 100%;
}

@media (max-width: 767px) {
  .cart-inner {
    margin-top: -5px;
  }
}


.cart-inner .page-header {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .cart-inner .page-header {
    margin-bottom: 20px !important;
    padding-bottom: 10px;
  }
}

.cart-inner .page-header__title {
  text-transform: capitalize;
  font-size: 32px;
}

.cart-inner__amount {
  font-weight: 700;
  font-size: 22px;
  color: #FF3D00;
}

@media (max-width: 767px) {
  .cart-inner .cart-inner__amount {
    font-size: 17px;
  }
}


.cart-aside {
  width: 100%;
  max-width: 400px;
}

@media only screen and (max-width: 767px) {
  .cart-aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 24px;
    max-width: 100%;
  }
}


.cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 30px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 30px;
}

.cart-item:last-of-type {
  margin-bottom: 0;
}

.cart-item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
  width: 100%;
  max-width: 400px;
}

.cart-item__thumb {
  width: 110px;
  height: 110px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 767px) {
  .cart-item__thumb {
    width: 100px;
    height: 100px;
  }
}

.cart-item__content {
  max-width: 270px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cart-item__content {
    margin-bottom: 8px;
  }
}

.cart-item__brand {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
  margin-bottom: 4px;
}

.cart-item__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .cart-item__title:hover {
    color: #FF3D00;
  }
}

.cart-item__label {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
  color: #000;
  text-decoration: none;
  margin-bottom: 8px;
  display: block;
}


@media only screen and (max-width: 767px) {
  .cart-item__options {
    border-bottom: 1px solid #B3BDBC;
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .cart-item .articul {
    border-bottom: 1px solid #B3BDBC;
    padding-bottom: 8px;
  }
}

.cart-item__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  margin-bottom: 6px;
}

.cart-item__option-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.cart-item__option-content span {
  display: inline;
}


.cart-item__option svg {
  display: inline-block;
  min-width: 12px;
  min-width: 13px;
}

.cart-item__option span {
  font-weight: 700;
}

.cart-item--color-option .cart-item__option-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  color: #80918F;
}

.cart-item--color-option .color-option__inner {
  height: auto;
}

.cart-item--color-option .color-option__marker {
  width: 24px;
  height: 24px;
}

.cart-item--color-option .color-option__label {
  height: 24px;
  width: auto;
  padding: 2px 8px;
  border-color: #4D6562;
  font-size: 14px;
  font-weight: 700;
}

.cart-item__price {
  font-size: 22px;
  width: 100%;
  max-width: 110px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.cart-item__amount-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 8px;
}

.cart-item__amount-top .select {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .cart-item__amount-top {
    margin-left: 116px;
  }

  .cart-item__amount-top .product-amount .select {
    height: auto;
  }
}

.cart-item__amount-remove {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  border: none;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #FF3D00;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .cart-item__amount-remove {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .cart-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}

.cart-payment {
  background: #FFFFFF;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
}

.cart-payment__inner {
  padding: 30px 30px 20px;
}

.cart-payment__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.cart-payment__row .free-delivery {
  color: #0D9A88;
  text-transform: uppercase;
}

.cart-payment__row.total {
  padding-top: 16px;
  border-top: 1px solid #B3BDBC;
  font-weight: 700;
  font-size: 22px;
}

.cart-payment__value {
  font-weight: 700;
}

.cart-payment-actions {
  padding: 20px 30px;
  border-top: 1px solid #B3BDBC;
  background: #F0F2F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.cart-payment-actions__divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  width: 100%;
}

.cart-payment-actions__divider::before,
.cart-payment-actions__divider::after {
  content: '';
  width: 100%;
  border-top: 1px solid #B3BDBC;
}

.cart-payment-actions__divider span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.cart-payment-actions .button {
  width: 100%;
  height: 50px;
}

.cart-payment-actions .paypal-checkout {
  background: #F6C657;
  color: #000;
  border-color: #F6C657;
}

@media only screen and (max-width: 767px) {
  .cart-payment {
    margin: 0 auto 30px;
    width: 100%;
  }
}

.payment-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* gap: 5px; */
}

.payment-options__item {
  /* width: 68px;
  height: 59px; */
  /* border: 1px solid #B3BDBC; */
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%;
  overflow: hidden;
}

.cart-coupon {
  background: #E6E9E9;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  padding: 16px;
  margin-top: 20px;
}

@media(max-width: 767px) {
  .cart-coupon {
    margin-top: 0px;
  }
}



.cart-coupon__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.cart-coupon__heading span {
  font-weight: 400;
}

.cart-coupon__heading::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 5px solid #4D6562;
  border-left: 4.16667px solid transparent;
  border-right: 4.16667px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: static;
}

.cart-coupon__heading.active {
  margin-bottom: 8px;
}

.cart-coupon__heading.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.cart-coupon__label {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #80918F;
  margin-bottom: 8px;
}

.cart-coupon__field {
  width: 100%;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  padding: 0 16px;
  height: 42px;
  margin-bottom: 8px;
}

.cart-coupon__btn {
  width: 100%;
  background: #0D9A88;
  border-color: #0D9A88;
}

@media only screen and (min-width: 1025px) {
  .cart-coupon__btn:hover {
    background: #fff;
    color: #0D9A88;
  }
}

.remove-product__caption,
.remove-product .cart-item {
  padding: 16px 0;
  border-top: 1px solid #B3BDBC;
  border-bottom: 1px solid #B3BDBC;
}

.remove-product .cart-item {
  border-top: none;
}

.remove-product .cart-item__info {
  max-width: 100%;
}

.remove-product .cart-item__content {
  max-width: 100%;
}

.remove-product__keep {
  background: #80918F;
  border-color: #80918F;
}

@media only screen and (min-width: 1025px) {
  .remove-product__keep:hover {
    color: #80918F;
  }
}

.popup-remove .popup__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.popup-remove .popup__footer .button {
  height: 35px;
  font-size: 14px;
}

.empty-cart__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 120px 0;
}

.empty-cart__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #4D6562;
  margin-bottom: 16px;
}

.category-hub-heading {
  background: #fff;
  border-bottom: 1px solid #B3BDBC;
  position: relative;
}

.category-hub-heading__holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  min-height: 226px;
}

@media only screen and (max-width: 1220px) {
  .category-hub-heading__holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    padding-top: 16px;
  }
}

.category-hub-heading__inner {
  max-width: 620px;
}

.category-hub-heading__title {
  font-weight: 700;
  font-size: 32px;
  margin: 0 0 16px;
}

.category-hub-heading__content {
  font-size: 14px;
}

.category-hub-heading__thumb {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1220px) {
  .category-hub-heading__thumb {
    position: static;
    margin: 0 -15px;
  }
}

.types-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 900px) {
  .types-block-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px;
  }

  .types-block-list.slider {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 0;
  }

  .types-block-list.slider .types-block-card {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 8px;
  }
}

.types-block-list.slider .slick-slide {
  padding: 0 8px;
}

@media only screen and (max-width: 900px) {
  .types-block-list.slider {
    margin: 0 -15px 0 0;
  }
}

@media only screen and (max-width: 900px) {
  .types-block-list.slider .types-block-card {
    width: 100%;
    height: 137px;
    font-size: 14px;
    max-width: 160px;
  }
}

.types-block-card {
  background: #fff;
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  overflow: hidden;
  line-height: 155%;
  font-size: 17px;
  font-weight: 700;
  text-decoration: none;
  color: #000;
  text-align: center;
  width: calc(20% - 10px);
  max-width: 240px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.types-block-card__title {
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  border-top: 1px solid #B3BDBC;
}

@media only screen and (max-width: 900px) {
  .types-block-card__title {
    height: 40px;
  }
}

@media only screen and (min-width: 1025px) {
  .types-block-card:hover {
    color: #FF3D00;
    border-color: #FF3D00;
  }
}

@media only screen and (max-width: 900px) {
  .types-block-card {
    width: calc(50% - 10px);
  }
}

.types-block .categories-block-list {
  margin-top: 40px;
}

.swords-block {
  padding: 60px 0;
}

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

.swords-list.list-3 {
  gap: 20px;
}

.swords-list.list-3 .swords-item {
  width: calc(33.33333% - 10px);
  max-width: 413px;
}

@media only screen and (max-width: 1300px) {
  .swords-list.list-3 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .swords-list.list-3 .swords-item {
    width: calc(33.33333% - 14px);
  }
}

@media only screen and (max-width: 1000px) {
  .swords-list.list-3 .swords-item {
    width: 100%;
    max-width: 413px;
  }
}

.swords-list.list-4 {
  gap: 16px;
}

@media only screen and (max-width: 1000px) {
  .swords-list.list-4 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.swords-list.list-4 .swords-item {
  width: calc(25% - 12px);
  max-width: 308px;
}

@media only screen and (max-width: 1000px) {
  .swords-list.list-4 .swords-item {
    width: calc(50% - 12px);
  }
}

@media only screen and (max-width: 767px) {
  .swords-list.list-4 .swords-item {
    width: 100%;
    max-width: 400px;
  }

  .swords-list.list-4 .swords-item img {
    width: 100%;
  }
}

.swords-item {
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
}

.swords-item__inner {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.swords-item__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
  margin-bottom: 10px;
}

.swords-item__caption {
  font-size: 14px;
  line-height: 135%;
}

.swords-item__props-title {
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #B3BDBC;
  color: #80918F;
  margin-bottom: 8px;
}

.swords-item__props-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.swords-item__props-tag {
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  background: #F0F2F2;
  padding: 4px 8px;
  font-weight: 700;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .swords-item__props-tag:hover {
    border-color: #4D6562;
    color: #4D6562;
  }
}

.swords-item__footer {
  border-top: 1px solid #B3BDBC;
  padding-top: 10px;
}

.faq .page-header {
  margin-bottom: 32px;
}

.faq .page-header__title {
  text-transform: capitalize;
}

.faq-inner {
  max-width: 870px;
  padding: 0 15px;
  margin: 0 auto;
}

.faq-item {
  background: #F0F2F2;
  border: 1px solid #80918F;
  border-radius: 2px;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  gap: 20px;
  cursor: pointer;
  padding: 16px;
}

.faq-item__opener {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  background: #80918F;
}


.faq-item__opener--dark {
  background: #4D6562;
}


.faq-item__opener::before,
.faq-item__opener::after {
  width: 10px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  content: '';
  position: absolute;
  left: calc(50% - 5px);
  top: calc(50% - 1px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-item__opener::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.faq-item__content {
  padding: 0 16px 16px;
  font-size: 14px;
}

.faq-item.active {
  background: #fff;
  border-color: #B3BDBC;
}

.faq-item.active .faq-item__opener::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

@media only screen and (max-width: 1200px) {
  .featured-tabs-block .featured-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .featured-tabs-block .featured-list {
    gap: 8px;
  }
}

.featured-tabs-block .product-item {
  max-width: calc(50% - 6px);
}

.featured-tabs-block .product-item__btn {
  padding: 0 16px;
}

@media only screen and (max-width: 767px) {
  .featured-tabs-block .product-item {
    max-width: 240px;
  }
}

.category-wrapp {
  overflow: auto;
}

.category-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.category-page-inner {
  position: relative;
  width: 100%;
  max-width: 950px;
}

@media only screen and (max-width: 1000px) {
  .category-page-inner {
    max-width: 100%;
  }
}


.category-page-heading {
  padding: 0 0 16px;
  margin: 0 0 16px;
  display: block;
  background: transparent;
  border-bottom: solid 1px #d2d8d7;
}

@media(max-width: 900px) {
  .category-page-heading {
    margin: 15px 0;
    padding: 0;
    border: none;
  }
}

.category-page-heading__thumb {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(30%, -20%);
  transform: translate(30%, -20%);
}

@media only screen and (max-width: 900px) {
  .category-page-heading__thumb {
    display: none;
  }
}

.category-page-heading__content {
  position: relative;
  z-index: 2;
}


.category-page-heading__title {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 110%;
  margin: 0px;
}

@media(max-width: 767px) {
  .category-page-heading__title {
    font-size: 26px !important;
  }
}


.category-page-heading__caption-wrapper {
  margin: 15px 0 0;
}

.category-page-heading__caption {
  position: relative;
  font-size: 15px;
  line-height: 135%;
}

.category-page-heading__caption-arrow {
  display: none;
  cursor: pointer;
}


.category-page-heading__caption p {
  padding: 0px 0px 15px;
  margin: 0px;
}

.category-page-heading__caption p:last-child {
  padding: 0px;
}

.category-page-heading__caption a {
  color: #FF3D00;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.category-page-heading__caption a:hover {
  color: #ff8b66;
}


@media(max-width: 767px) {
  .category-page-heading__caption {
    display: -webkit-box;
    padding-right: 30px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .category-page-heading__caption p {
    padding: 0px;
    margin: 0px;
  }

  .category-page-heading__caption.expanded {
    height: unset;
    overflow: visible;
    -webkit-line-clamp: unset;
  }

  .category-page-heading__caption-arrow {
    display: block;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
    /* align-items: center;
    justify-content: center; */
    width: 30px;
    height: 30px;
    margin: auto 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
  }

  .category-page-heading__caption.expanded .category-page-heading__caption-arrow {
    transform: rotate(180deg);
  }
}


.category-page-heading.category-brand-heading {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;

  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;

}

.category-page-heading.category-brand-heading .category-page-heading__thumb {
  position: static;
  -webkit-transform: none;
  transform: none;
}

.category-page-heading.category-brand-heading .category-page-heading__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin: 16px 0;
}

.category-page-heading.category-brand-heading .category-page-heading__options .brand-item__categories-title {
  font-size: 14px;
}

.category-page-heading.category-brand-heading .category-page-heading__options .brand-item__count {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .category-page-heading.category-brand-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .category-page-heading.category-brand-heading .category-page-heading__thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 160px;
    margin-bottom: 16px;
  }
}

.category-brand-heading .category-page-heading__caption-wrapper {
  margin: 15px 0;
}



.category-page-types {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.category-page-types::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.category-page-types {
  -ms-overflow-style: none;
  scrollbar-width: none;
}







#category-page-type-showmore {
  display: none;
  background: #fff;
  color: #4D6562;
  border-color: #4D6562;
}

#category-page-type-showmore svg path {
  fill: #05241f;
}


@media(max-width:767px) {
  #category-page-type-showmore {
    cursor: pointer;
    gap: 4px;
    margin-top: -24px;
    margin-bottom: 20px;
  }
}



.category-page-types .page-header {
  margin-bottom: 20px;
}

.category-page-types .page-header__title {
  font-size: 14px;
}

.category-page-types-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0px;
  gap: 0;
}

@media only screen and (max-width: 900px) {
  .category-page-types-list {
    margin: 0 -15px 0 0;
  }
}

.category-page-types-list .swiper-slide {
  flex: 1 1 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
}


.category-page-type {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
  background: #F0F2F2;
  border: 1px solid #B3BDBC;
  color: #000;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  color: #4D6562;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
}


@media only screen and (max-width: 900px) {
  .category-page-types {
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    white-space: nowrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .category-page-type {
    padding: 12px;
    white-space: nowrap;
    overflow: visible;
    cursor: grab;
  }
}






.category-page-type:hover {
  color: #FF3D00;
  border-color: #FF3D00;
}

.category-page-products__wrapper {
  position: relative;
}

.category-page-products {
  margin-bottom: 80px;
}

.category-page-products-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 23px;
  margin-bottom: 23px;
}

@media only screen and (max-width: 1000px) {
  .category-page-products-top {
    background: #E6E9E9;
    padding: 16px 15px;
    margin: 0 -15px 23px;
  }
}

.category-page-products__result-info {
  font-size: 14px;
  color: #01231F;
}

.category-page-products-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.category-page-products-list .product-item {
  width: 222px;
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1300px) {
  .category-page-products-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 500px) {
  .category-page-products-list {
    gap: 8px;
    margin-bottom: 20px;
  }

  .category-page-products-list .product-item {
    width: 187px;
    max-width: calc(50% - 4px);
  }
}

.category-page-products-footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
  .category-page-products-footer {
    display: block;
  }

  .category-page-products-footer .category-page-products__result-info {
    display: block;
    margin-bottom: 24px;
  }
}

@media only screen and (max-width: 767px) {
  .category-page-products {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1000px) {
  .category-page {
    gap: 0;
  }
}

.filters {
  width: 290px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.filters__top-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 8px;
  color: #4D6562;
  background: #B3BDBC;
  border: 1px solid #4D6562;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.filters__top-btn svg:last-child {
  width: 11px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.filters-clear {
  /* position: relative;
  z-index: 11; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  padding: 16px;
  border: 1px solid #B3BDBC;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filters-clear svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .filters-clear:hover {
    border-color: #FF3D00;
  }

  .filters-clear:hover svg path {
    fill: #FF3D00;
  }
}

.filters-item {
  padding: 15px;
  border: 1px solid #E6E9E9;
}

.filters-item .accordion:last-child .accordion__item {
  margin-bottom: 0;
}

.filters-item .accordion__item {
  margin-bottom: 16px;
}

.filters-item .items-amount {
  color: #4D6562;
}

.filters-item__heading,
.filters-item__category-head,
.filters-item__sub-category-head {
  font-weight: 700;
  font-size: 16px;
  line-height: 155%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filters-item__heading::after,
.filters-item__category-head::after,
.filters-item__sub-category-head::after {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 5px solid #4D6562;
  border-left: 4.16667px solid transparent;
  border-right: 4.16667px solid transparent;
  position: static;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.filters-item__heading.active::after,
.active.filters-item__category-head::after,
.active.filters-item__sub-category-head::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.filters-item__inner {
  padding-top: 8px;
}


.filters-item-search {
  position: relative;
}

.filters-item-search__field {
  background: #F0F2F2;
  border: none;
  height: 40px;
  font-size: 14px;
  width: 100%;
  padding: 0 36px 0 8px;
}

.filters-item-search button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 12px;
}

.filters-item-search button svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .filters-item-search button:hover {
    border-color: #FF3D00;
  }

  .filters-item-search button:hover svg path {
    fill: #FF3D00;
  }
}

.filters-item__options {
  border-top: 1px solid #B3BDBC;
  padding-top: 8px;
  max-height: 203px;
  overflow-y: scroll;
}

.filters-item__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.filters-item__option:last-child {
  margin-bottom: 0;
}

.filters-item__category-inner,
.filters-item__sub-category-inner {
  border-top: 1px solid #4D6562;
  padding-left: 16px;
  padding-top: 16px;
  margin-top: 16px;
}

.filters-item__sub-category-head {
  font-weight: 400;
}

@media only screen and (max-width: 1200px) {
  .filters {
    width: 250px;
  }
}

@media only screen and (max-width: 1000px) {
  .filters {
    position: fixed;
    left: 0;
    top: 142px;
    background: #fff;
    width: 310px;
    padding: 15px;
    height: calc(100% - 140px);
    overflow-y: scroll;
    z-index: 3;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .filters.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .filters .button {
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 3;
  }
}

@media only screen and (max-width: 900px) {
  .filters {
    top: 97px;
    height: calc(100% - 97px);
  }
}

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

.color-filter-marker {
  width: 12px;
  height: 12px;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  margin-right: 10px;
}

.price-filter {
  /* border-top: 1px solid #E6E9E9; */
  padding-top: 8px;
}

.price-filter__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-bottom: 8px;
  gap: 10px;
}

.price-filter__text {
  max-width: 45%;
}

.price-filter__value {
  font-weight: 700;
  font-size: 19px;
  color: #80918F;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.price-filter .ui-slider {
  background: #E6E9E9;
  border-radius: 90px;
}

.price-filter .ui-slider-range {
  background: #FF3D00;
}

.price-filter .ui-slider-handle {
  background: #fff;
  border: 1px solid #B3BDBC;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  top: -3px;
}

.filter-handler {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #4D6562;
  border: 1px solid #4D6562;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 13px;
  height: 40px;
  gap: 8px;
}

.filter-handler .filters-top__count {
  margin-left: 5px;
}



@media only screen and (max-width: 1000px) {
  .filter-handler {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .filter-handler {
    max-width: calc(50% - 10px);
    font-size: 12px;
  }
}

.pagination {
  margin: 0 auto;
  -webkit-transform: translateX(-35%);
  transform: translateX(-35%);
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  gap: 8px;
  color: #01231F;
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (max-width: 1000px) {
  .pagination {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.pagination__link {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #01231F;
  background: #F0F2F2;
  border-radius: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pagination__link.next,
.pagination__link.prev {
  background: #B3BDBC;
}

.pagination__link.active {
  cursor: default;
  background: #4D6562;
  color: #fff;
}

.pagination__link.active svg path {
  fill: #fff;
}


@media only screen and (min-width: 1025px) {
  .pagination__link:hover {
    background: #4D6562;
    color: #fff;
  }

  .pagination__link:hover svg path {
    fill: #fff;
  }
}

.pagination__link.disabled {
  color: #aaa;
  pointer-events: none;
}

.pagination__link.disabled:hover {
  background: #F0F2F2;
  color: #aaa;
}


.filter-results-btn {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .filter-results-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.contact-holder {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 40px 0;
  gap: 40px;
}

@media only screen and (max-width: 900px) {
  .contact-holder {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    gap: 32px;
  }
}

.contact-info {
  max-width: 620px;
  width: 100%;
  padding-top: 60px;
  position: relative;
}

.contact-info::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 434px;
  background-image: url("../jpg/contact-deco.jpg");
  background-size: cover;
  top: -90px;
  right: 0;
}

.contact-info-inner {
  padding: 40px;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 767px) {
  .contact-info-inner {
    padding: 32px 15px 0;
  }
}

.contact-info__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 40px;
}

.contact-info__caption {
  margin-bottom: 24px;
}

.contact-info__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  padding: 4px 8px;
  background: #E6E9E9;
  color: #01231F;
}

.contact-info.sent {
  padding-top: 0;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .contact-info.sent {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {
  .contact-info {
    margin: 0 -15px;
    width: auto;
    padding-top: 0;
  }
}

.contact-forms {
  max-width: 510px;
  width: 100%;
}

.contact-forms-tabs.tabs-list {
  margin: 0;
  padding-left: 30px;
}

.contact-forms-tabs.tabs-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  max-width: 135px;
  background: #E6E9E9;
  padding: 10px;
  color: #4D6562;
  height: 60px;
  border: none;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-forms-tabs.tabs-list a svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contact-forms-tabs.tabs-list a svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact-forms-tabs.tabs-list a.active,
.contact-forms-tabs.tabs-list a:hover {
  color: #fff;
  background: #01231F;
}

.contact-forms-tabs.tabs-list a.active svg path,
.contact-forms-tabs.tabs-list a:hover svg path {
  fill: #fff;
}

@media only screen and (max-width: 767px) {
  .contact-forms-tabs.tabs-list {
    padding-left: 0;
  }
}

.contact-forms-inner {
  padding: 30px;
  background: #4D6562;
}

@media only screen and (max-width: 767px) {
  .contact-forms-inner {
    margin: 0 -15px;
  }
}

.contact-form__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 120%;
  color: #fff;
  border-bottom: 1px solid #80918F;
  margin-bottom: 20px;
}

.contact-form .button {
  width: 100%;
  height: 42px;
}

.contact-form .custom-checkbox__box {
  border-color: #fff;
}

.contact-form .custom-checkbox__label {
  color: #fff;
}

.contact-form .custom-checkbox__label a {
  color: #fff;
}

.message-sent-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 20px;
}

.message-sent-caption {
  line-height: 155%;
  color: #fff;
}

.error-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  padding: 40px 15px 60px;
  max-width: 588px;
  margin: 0 auto;
  text-align: center;
}

.error-title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

.error-thumb {
  margin-bottom: 24px;
}

.error-caption {
  margin-bottom: 16px;
}

.faq-wrapp {
  overflow: visible;
}

.faq-wrapp .faq-inner {
  width: 100%;
  max-width: 840px;
  padding: 40px;
  position: relative;
  border-left: 1px solid #B3BDBC;
}

@media only screen and (max-width: 900px) {
  .faq-wrapp .faq-inner {
    padding: 32px 15px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-wrapp .faq-inner {
    margin: 0 -15px;
    width: auto;
  }
}

.faq-wrapp .faq-item__content {
  display: none;
}

.faq-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
  .faq-title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

.faq-sidebar {
  width: 100%;
  max-width: 250px;
}

@media only screen and (max-width: 900px) {
  .faq-sidebar {
    max-width: 200px;
  }
}

@media only screen and (max-width: 767px) {
  .faq-sidebar {
    overflow: auto;
    max-width: none;
    position: sticky;
    top: 95px;
    left: 0;
    background: #fff;
    padding: 0 15px;
    margin: 0 -30px 0 -15px;
    width: calc(100% + 30px);
    z-index: 3;
  }
}

.faq-nav {
  position: sticky;
  top: 120px;
  left: 0;
  padding: 20px 0;
  margin: 0;
  list-style: none;
}

.faq-nav li {
  padding: 10px 0;
  border-bottom: 1px solid #B3BDBC;
}

.faq-nav li:last-child {
  border: none;
}

.faq-nav a {
  font-size: 12px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.faq-nav a svg {
  display: none;
}

@media only screen and (min-width: 1025px) {
  .faq-nav a:hover {
    background: #E6E9E9;
  }
}

.faq-nav a.active {
  background: #E6E9E9;
}

@media only screen and (max-width: 767px) {
  .faq-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    position: static;
    padding: 15px 0;
  }

  .faq-nav li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 0;
  }

  .faq-nav a {
    background: #E6E9E9;
  }

  .faq-nav a svg {
    display: block;
  }

  .faq-nav a.active {
    background: #4D6562;
    color: #fff;
  }

  .faq-nav a.active svg path {
    fill: #fff;
  }
}

.faq-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .faq-holder {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .faq-content {
    background: #E6E9E9;
    padding: 32px 15px;
    margin: 0 -15px;
  }
}

.faq-category {
  margin-bottom: 40px;
}

.faq-category:last-child {
  margin-bottom: 0;
}

.faq-category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 20px;
}

.footer {
  padding: 60px 0;
  background: #01231F;
  color: #fff;
}

.footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 900px) {
  .footer-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.footer-left {
  max-width: 510px;
  width: 100%;
}

.footer-right {
  max-width: 620px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 900px) {
  .footer-right {
    max-width: 510px;
  }
}


.footer-left-box {
  display: block;
  padding-bottom: 16px;
  border-bottom: 1px solid #80918F;
  margin-bottom: 40px;
}


@media only screen and (max-width: 900px) {
  .footer-left-box {
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}


@media only screen and (min-width: 900px) {
  .footer-left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
  }

  .footer-left-box-caption {
    flex: 2;
  }

  .footer-left-box-review {
    flex: 1;
  }
}

@media only screen and (max-width: 899px) {
  .footer-left-box-caption {
    display: none;
  }
}

@media only screen and (max-width: 899px) {
  .footer-left-box-review__badge {
    margin: 0 auto;
  }
}


.footer__logo {
  display: block;
  margin-bottom: 16px;
}

.footer__caption {
  font-size: 14px;
  line-height: 1.6;
  margin: 0px;
}


.footer-subscribe__title {
  font-weight: 700;
  margin-bottom: 20px;
}

.footer-subscribe .subscribe-form__description {
  color: #B3BDBC;
  margin-bottom: 16px;
}

.footer-nav {
  max-width: calc(50% - 15px);
  width: 100%;
}

.footer-nav__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
  margin-bottom: 16px;
}

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

.footer-nav-list a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-nav-list a:hover {
  color: #FF3D00;
}

.footer-nav-list li {
  margin-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  .footer {
    padding: 30px 0 48px;
  }
}

.copyright {
  padding-top: 20px;
  margin-top: 40px;
  border-top: 1px solid #80918F;
  font-size: 14px;
  line-height: 135%;
  color: #80918F;
}

.header {
  font-size: 12px;
  /* position: relative;
  z-index: 10; */
  /* position: fixed;
  z-index: 10;
  left: 0;
  top: 0; */
  width: 100%;
}

/* .header.fixed {
  z-index: 13;
} */


@media only screen and (max-width: 900px) {
  .header .logo {
    margin: 0 auto;
  }
}

.header-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-align-content: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  height: 30px;
  background: #4D6562;
  color: #fff;
  text-align: center;
}

.header-top a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

@media only screen and (max-width: 900px) {
  .header-top {
    height: 40px;
  }
}

.header-inner {
  background: #01231F;
  padding: 12px 0;
  position: relative;
  z-index: 2;
}

.header-inner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-inner__left,
.header-inner__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* .header-inner__left {
  gap: 24px;
} */

@media only screen and (max-width: 900px) {
  .header-inner__left {
    width: 100%;
    gap: 55px;
  }
}

.header-inner__right {
  gap: 32px;
}

@media only screen and (max-width: 900px) {
  .header-inner__right {
    gap: 10px;
  }
}

.header-inner__item {
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-inner__item svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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

.header-inner__item .sub-nav {
  min-width: 265px;
}

@media only screen and (min-width: 1025px) {
  .header-inner__item:hover {
    color: #FF3D00;
  }

  .header-inner__item:hover svg path {
    fill: #FF3D00;
  }

  .header-inner__item:hover .sub-nav {
    display: block;
  }
}

.header-cart-btn {
  background: transparent;
  border: none;
  position: relative;
  cursor: pointer;
}

.header-cart-btn__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  font-size: 11px;
  border-radius: 50%;
  background: #FF3D00;
  color: #fff;
  font-weight: 700;
  position: absolute;
  right: 0;
  top: -2px;
  z-index: 2;
}

.header-nav {
  background: #fff;
  border-bottom: 1px solid #B3BDBC;
  padding: 0 15px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav__list {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 48px;
}

@media only screen and (max-width: 900px) {
  .header-nav__list {
    display: block;
    margin: 0;
    width: 100%;
  }
}

.header-nav__item {
  position: relative;
}

.header-nav__item.accent .header-nav__link {
  color: #FF3D00;
}

@media only screen and (min-width: 1025px) {
  .header-nav__item:hover>.sub-nav {
    display: block !important;
  }
}

.header-nav__link {
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-nav__link svg {
  margin-top: -1px;
}

.header-nav__link svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header-nav__link:hover {
    color: #FF3D00;
  }

  .header-nav__link:hover svg path {
    fill: #FF3D00;
  }
}

@media only screen and (max-width: 900px) {
  .header-nav__link {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #80918F;
    text-transform: capitalize;
  }

  .header-nav__link svg {
    margin-left: auto;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .header-nav__link svg path {
    fill: #fff;
  }

  .header-nav__link svg:first-child {
    -webkit-transform: none;
    transform: none;
    margin: 0;
  }

  .header-nav__link.active {
    color: #B3BDBC;
  }

  .header-nav__link.active svg {
    display: none;
  }
}

@media only screen and (max-width: 900px) {
  .header-nav {
    position: fixed;
    z-index: 11;
    left: 0;
    top: 97px;
    width: 100%;
    height: 100%;
    background: #4D6562;
    padding: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header-nav.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }


  .wrapp.wrapp--no-top .header-nav {
    top: 57px;
  }

}

.header.fixed .header-nav {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.header.fixed .header-nav.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.header.fixed .nav-btn {
  width: 20px;
}

.search {
  position: relative;
}

.search__inner {
  position: relative;
}



.search__field {
  width: 514px;
  height: 43px;
  border-radius: 99px;
  background: #fff;
  border: 1px solid #B3BDBC;
  padding: 0 34px 0 16px;
  font-size: 14px;
}

.search__icon {
  position: absolute;
  right: 16px;
  top: 12px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(1, 35, 31, 0.4);
  box-shadow: 0 6px 12px rgba(1, 35, 31, 0.4);
  z-index: 3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  display: none;
}

.search-sidebar {
  max-width: 180px;
  width: 100%;
  background: #F0F2F2;
  margin: -20px 0 -20px -20px;
  padding: 20px;
}

.search-sidebar-item {
  margin-bottom: 32px;
}

.search-sidebar-item:last-child {
  margin-bottom: 0;
}

.search-sidebar-item__title {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 8px;
}

.search-sidebar-item__all {
  margin-left: auto;
}




.search-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.search-sidebar__list li {
  margin-bottom: 8px;
  font-size: 14px;
  color: #01231F;
}

.search-sidebar__list li:last-child {
  margin-bottom: 0;
}

.search-sidebar__list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none;
  color: #80918F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .search-sidebar__list a:hover {
    color: #FF3D00;
  }
}

.search-results__empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
}

.search-results-item {
  margin-bottom: 24px;
}

.search-results-item:last-child {
  margin-bottom: 0;
}

.search-results-item--brands .search-result__thumb {
  border-radius: 50%;
}

.search-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.search-result__thumb {
  width: 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.search-result__thumb img {
  max-height: 80%;
  -o-object-fit: contain;
  object-fit: contain;
}

.search-result__sub-title {
  color: #4D6562;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

@media only screen and (min-width: 1025px) {
  .search-result:hover {
    color: #FF3D00;
  }
}

.search.active .search__field {
  border-radius: 2px;
  border-color: #FF3D00;
}

.search.active .search-dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  .search {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
  }

  .search.active {
    display: block;
  }

  .search .search__field {
    max-width: 100%;
    border-radius: 0;
  }

  .search .search-dropdown {
    top: 43px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .search .search-sidebar {
    max-width: 100%;
    margin: 0;
    padding: 0;
    background: transparent;
  }
}

.nav-btn {
  height: 18px;
  cursor: pointer;
  background: transparent;
  border: none;
  padding: 0;
  position: relative;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-btn b {
  position: absolute;
  border-radius: 3px;
  left: 0;
  width: 20px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav-btn b:nth-child(1) {
  top: 0;
}

.nav-btn b:nth-child(2) {
  top: calc(50% - 1.5px);
}

.nav-btn b:nth-child(3) {
  bottom: 0;
}

.nav-btn.active b:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 20% 30%;
  transform-origin: 20% 30%;
  top: 5px;
}

.nav-btn.active b:nth-child(2) {
  width: 0;
}

.nav-btn.active b:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 15% 66%;
  transform-origin: 15% 66%;
  bottom: 1px;
}

@media only screen and (max-width: 900px) {
  .nav-btn {
    width: 20px;
  }
}

.header-cart {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
  pointer-events: none;
}

.header-cart__overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header-cart__inner {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 410px;
  background: #fff;
  z-index: 2;
  padding: 16px;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .header-cart__inner {
    max-width: 380px;
  }
}

.header-cart__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 12px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 12px;
}

.header-cart__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
  text-transform: uppercase;
}

.header-cart__close {
  cursor: pointer;
}

.header-cart__close svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header-cart__close:hover svg path {
    fill: #4D6562;
  }
}

.header-cart .cart-item {
  position: relative;
  padding-bottom: 12px;
}

@media only screen and (max-width: 767px) {
  .header-cart .cart-item .cart-item__amount-top {
    margin-left: 0;
  }
}

.header-cart .cart-item .cart-item__amount-remove {
  position: absolute;
  right: 0;
  top: 0;
}

.header-cart .cart-item .cart-item__options {
  border-bottom: 1px solid #B3BDBC;
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.header-cart .cart-item .articul {
  border-bottom: 1px solid #B3BDBC;
  padding-bottom: 8px;
}

.header-cart .cart-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 6px;
}

.header-cart .cart-item .select {
  height: 34px;
  border-color: #B3BDBC;
}

.header-cart .cart-item .select__list {
  top: auto;
  bottom: 100%;
}

.header-cart-products__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-transform: uppercase;
  font-weight: 700;
  padding-top: 12px;
  border-top: 1px solid #B3BDBC;
  margin-bottom: 8px;
}

.header-cart-products__nav,
.header-cart-products__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header-cart-products__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #E6E9E9;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .header-cart-products__arrow:hover {
    background: #B3BDBC;
  }
}

.header-cart-products__arrow.disabled {
  opacity: .5;
  pointer-events: none;
}

.header-cart__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #E6E9E9;
  border-radius: 2px;
  padding: 2px 8px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.header-cart__total-value {
  font-size: 19px;
  line-height: 155%;
}

.header-cart .cart-payment-actions {
  margin: 0 -16px 16px;
  padding: 8px 20px;
  border-bottom: 1px solid #B3BDBC;
}

/* .header-cart .payment-options__item {
  width: 48px;
  height: 28px;
  background: #fff;
} */

.header-cart .similar-products {
  margin-right: -20px;
}

.header-cart .similar-products__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 20px;
}

.header-cart .similar-products .product-item {
  width: 168px !important;
}

.header-cart .similar-products .product-item__btn {
  padding: 0 16px;
}

.header-cart .similar-products .slick-slide {
  padding: 0 4px;
}

.header-cart.active {
  pointer-events: all;
}

.header-cart.active .header-cart__overlay {
  opacity: .5;
}

.header-cart.active .header-cart__inner {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}



.sub-nav {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 3;
  padding: 15px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  display: none;
  min-width: 200px;
}

@media only screen and (max-width: 900px) {
  .sub-nav {
    top: 100%;
    left: 0;
    background: #4D6562;
    width: 100%;
    border: none;
  }
}

.sub-nav__item {
  position: relative;
  margin-bottom: 6px;
}

.sub-nav__item .sub-nav {
  top: -15px;
  left: 100%;
}

@media only screen and (max-width: 900px) {
  .sub-nav__item .sub-nav {
    left: 0;
    top: 100%;
  }
}

@media only screen and (min-width: 1025px) {
  .sub-nav__item:hover>.sub-nav {
    display: block;
  }
}

.sub-nav__item:last-child .sub-nav__link {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.sub-nav__link {
  text-decoration: none;
  gap: 6px;
  font-size: 12px;
  color: #000;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sub-nav__link.main {
  text-transform: uppercase;
  color: #FF3D00;
}

.sub-nav__link svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: auto;
}

.sub-nav__link svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .sub-nav__link:hover {
    color: #FF3D00;
  }

  .sub-nav__link:hover svg path {
    fill: #FF3D00;
  }
}

@media only screen and (max-width: 900px) {
  .sub-nav__link {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    padding: 12px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #80918F;
    text-transform: capitalize;
  }

  .sub-nav__link svg path {
    fill: #fff;
  }
}

.sub-nav__link.active {
  color: #B3BDBC;
}

.sub-nav__link.active svg {
  display: none;
}

.nav-back {
  font-size: 12px;
  text-transform: uppercase;
  background: none;
  color: #fff;
  border: 1px solid #fff;
  padding: 2px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 700;
}

.nav-back::before {
  content: '';
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 4.16667px solid transparent;
  border-bottom: 4.16667px solid transparent;
  border-right: 5px solid #fff;
  position: static;
}

.nav-breadcrumbs {
  font-weight: 700;
  font-size: 12px;
  color: #B3BDBC;
  padding-bottom: 6px;
  border-bottom: 1px solid #80918F;
  width: 100%;
  text-transform: capitalize;
}

.mobile-search-handler {
  display: none;
  background: none;
  padding: 0;
  border: none;
}

.mobile-search-handler .close-icon {
  display: none;
}

.mobile-search-handler.active .close-icon {
  display: block;
}

.mobile-search-handler.active .icon {
  display: none;
}

@media only screen and (max-width: 900px) {
  .mobile-search-handler {
    display: block;
  }
}

.main-heading {
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 30px 0; */
  background-color: #E6E9E9;
  margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
  .main-heading {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
  }
}

.main-heading__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 767px) {
  .main-heading__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}

.main-heading__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 70%;
}

@media only screen and (max-width: 1280px) {
  .main-heading__thumb {
    max-width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .main-heading__thumb {
    max-width: 100%;
    width: 380px;
    position: absolute;
    -webkit-transform: translateY(70%);
    transform: translateY(70%);
  }
}

@media only screen and (max-width: 600px) {
  .main-heading__thumb {
    max-width: 120%;
    width: 120%;
  }
}

.main-heading__date {
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 4px 8px;
  color: #01231F;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 14px;
}

.main-heading__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
  margin: 0 0 20px;
}

@media only screen and (max-width: 900px) {
  .main-heading__title {
    font-size: 32px;
  }
}

.main-heading__btn {
  margin-bottom: 10px;
  font-size: 14px;
}

.main-heading__coupon {
  font-size: 14px;
  line-height: 135%;
}

.main-heading__coupon-content {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  color: #FF3D00;
}



.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  padding-bottom: 2px;
  border-bottom: 1px solid #80918F;
  margin-bottom: 40px;
}

.page-header__title {
  font-size: 22px !important;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

@media only screen and (max-width: 767px) {
  .page-header__title {
    font-size: 17px !important;
  }
}

.page-header__link {
  font-weight: 700;
  font-size: 12px;
  color: #FF3D00;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.page-header__link svg {
  margin-top: -1px;
}

.page-header__link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 2px;
  width: 0;
  border-bottom: 1px solid #FF3D00;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .page-header__link:hover::after {
    width: calc(100% - 2px);
  }
}

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

.categories-block {
  margin-bottom: 60px;
}

.categories-block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.categories-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 31px 24px;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  position: relative;
  overflow: hidden;
  border: 1px solid #B3BDBC;
  width: calc(33.33333% - 14px);
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.categories-block-item__thumb {
  position: absolute;
  right: 0;
  top: 0;
}

.categories-block-item__img {
  max-width: 300px;
  position: absolute;
  right: -20px;
  top: -20px;
  -webkit-transform: rotate(-25deg);
  transform: rotate(-25deg);
  z-index: 2;
}

.categories-block-item__brush {
  -webkit-filter: grayscale(100%) opacity(0.8);
  filter: grayscale(100%) opacity(0.8);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .categories-block-item:hover {
    border-color: #FF3D00;
  }

  .categories-block-item:hover .categories-block-item__brush {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}

@media only screen and (max-width: 1100px) {
  .categories-block-item {
    width: calc(50% - 20px);
  }
}

@media only screen and (max-width: 767px) {
  .categories-block-item {
    width: 100%;
  }
}

.subscribe-block {
  background: linear-gradient(184.86deg, #01231F 54.86%, #FF3D00 90.11%);
  padding: 60px 0;
  margin-bottom: 48px;
}

.subscribe-block .container {
  max-width: 1090px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

@media only screen and (max-width: 900px) {
  .subscribe-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.subscribe-block__inner {
  max-width: 510px;
  color: #fff;
}

.subscribe-block__thumb {
  border: 1px solid #FF3D00;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  max-width: 40%;
}

@media only screen and (max-width: 900px) {
  .subscribe-block__thumb {
    display: none;
    max-width: 100%;
    max-height: 180px;
    overflow: hidden;
  }
}

.subscribe-block__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  border-bottom: 1px solid #80918F;
  margin-bottom: 32px;
}

@media only screen and (max-width: 900px) {
  .subscribe-block__title {
    padding-bottom: 4px;
  }
}

.subscribe-form__description {
  line-height: 155%;
  margin-bottom: 40px;
}

.subscribe-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .subscribe-form__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 8px;
  }
}

.subscribe-form__item {
  width: calc(50% - 10px);
}

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

.subscribe-form__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #80918F;
  text-transform: uppercase;
  margin-bottom: 4px;
  display: block;
}

.subscribe-form__field {
  width: 100%;
  background: #fff;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  height: 50px;
  padding: 0 16px;
  font-size: 17px;
}

.subscribe-form__btn {
  width: 245px;
}

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

.brands {
  margin-bottom: 48px;
}

.brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 1299px) {
  .brands-list {
    margin-right: -15px;
  }
}

.brands-item {
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 1299px) {
  .brands-item {
    width: 132px !important;
    margin: 0 4px;
  }
}

@media only screen and (max-width: 767px) {
  .brands-item {
    width: 108px !important;
    margin: 0 4px;
  }
}

.brands-item__thumb {
  width: 132px;
  height: 132px;
  border-radius: 50%;
  border: 1px solid #B3BDBC;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.brands-item__thumb img {
  max-width: 70px;
}

@media only screen and (max-width: 767px) {
  .brands-item__thumb img {
    max-width: 50px;
  }
}

@media only screen and (max-width: 767px) {
  .brands-item__thumb {
    width: 108px;
    height: 108px;
  }
}

.brands-item__title {
  color: #000;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .brands-item:hover .brands-item__thumb {
    border-color: #FF3D00;
  }

  .brands-item:hover .brands-item__title {
    color: #FF3D00;
  }
}

.customer-reviews-list .slick-slide {
  padding: 0 20px;
}

@media only screen and (max-width: 1200px) {
  .customer-reviews-list .slick-slide {
    padding: 0 4px;
  }
}

@media only screen and (max-width: 900px) {
  .customer-reviews-list {
    margin-right: -15px;
  }
}

.customer-review {
  width: 290px;
  padding: 16px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  background: #fff;
}

.customer-review__header {
  font-size: 14px;
  margin-bottom: 16px;
}

.customer-review__header a {
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .customer-review__header a:hover {
    text-decoration: none;
    color: #FF3D00;
  }
}

.customer-review__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.customer-review__date {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
}

.customer-review__content {
  font-size: 14px;
  line-height: 135%;
  margin-bottom: 40px;
}

.customer-review__title {
  font-weight: 700;
}

.customer-review__photo {
  margin-bottom: 4px;
}

.customer-review .page-header__link {
  text-transform: none;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 900px) {
  .customer-review {
    width: 240px !important;
  }
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  gap: 8px;
}

.author__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: #E6E9E9;
}

.author__thumb-icon {
  position: absolute;
  right: -1px;
  bottom: -1px;
}

.author__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  gap: 4px;
}

.author__label {
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background: #4D6562;
  height: 16px;
  padding: 0 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 2px;
}

.author__caption {
  font-size: 12px;
  color: #4D6562;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  display: none;
}

.popup.active {
  display: block;
}

.popup__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1;
}

.popup__holder {
  background: #fff;
  padding: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  max-width: 620px;
  width: 100%;
  overflow: hidden;
  max-height: 100%;
  overflow-y: auto;
  font-size: 14px;
}

@media only screen and (max-width: 767px) {
  .popup__holder {
    padding: 30px 15px;
    width: calc(100% - 30px);
  }
}


@media only screen and (min-width: 768px) {

  .popup-return-policy .popup__holder .content-area p,
  .popup-guarantee .popup__holder .content-area p,
  .popup-extra .popup__holder .content-area p {
    font-size: 17px;
  }
}


.popup__close {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
}

.popup__close svg {
  width: 24px;
  height: 24px;
}

.popup__close svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.popup__close:hover svg path {
  fill: #4D6562;
}

.popup__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.popup #supplier .content-area {
  margin: 16px 0;
  padding: 16px 0;
  border-top: solid 1px #B3BDBC;
  border-bottom: solid 1px #B3BDBC;
}


.popup hr.popup__divider {
  background: #E6E9E9;
  border: none;
  height: 1px;
  margin: 16px 0;
}

.popup .popup__lead {
  font-size: 17px;
  margin-left: 30px;
  margin-bottom: 8px;
}

.popup .popup__lead strong {
  font-weight: 700;
  color: #000;
}

.popup .popup__subtitle {
  text-transform: uppercase;
  color: #4D6562;
  font-weight: 700;
  font-size: 14px;
  line-height: 135%;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.popup .popup__subtitle-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 12px;
}

.popup .popup__notice {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 0;
  padding: 12px 16px;
  background: #e6e9e9;
  border: solid 1px #b4bdbc;
  border-radius: 2px;
}

.popup .popup__notice-icon {
  display: inline-block;
  width: 16px;
  height: 19px;
}

.popup .popup__notice-text {
  font-size: 14px;
  margin: 0px;
}


.popup__footer {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
  text-transform: uppercase;
  margin-top: 16px;
}



.iosBugFixCaret {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup-classification .popup__holder {
  padding-top: 0;
}

@media only screen and (max-width: 767px) {
  .popup-classification .popup__footer {
    padding-top: 16px;
    border-top: 1px solid #B3BDBC;
    margin-top: 16px;
  }
}

.classification-table {
  margin: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #B3BDBC;
}

@media only screen and (max-width: 767px) {
  .classification-table {
    border: none;
    margin-bottom: 0;
  }
}

.classification-item {
  width: 50%;
  border-top: 1px solid #B3BDBC;
  padding-top: 16px;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}

.classification-item__thumb {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.classification-item__inner {
  padding-right: 30px;
}



.classification-item__title {
  font-weight: 700;
  font-size: 17px;
  line-height: 155%;
}

.classification-item__caption {
  font-weight: 400;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
  /* text-transform: uppercase; */
}

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

.product-heading {
  padding: 20px 0 40px;
}

.product-heading-holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

@media only screen and (max-width: 1100px) {
  .product-heading-holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0;
  }
}

@media only screen and (max-width: 767px) {
  .product-heading {
    padding: 16px 0 32px;
  }
}

.product-info {
  max-width: 510px;
  width: 100%;
}

.product-info-meta-wrap {
  margin-bottom: 10px;
}


.product-info-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1150px) {
  .product-info-meta {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 767px) {
  .product-info-meta {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.product-info-stock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  gap: 6px;
  text-transform: uppercase;
  font-size: 12px;
}

.product-info-stock span {
  line-height: 1;
}


.product-info-stock.out-of-stock {
  color: #80918F;
}

.product-info-stock.out-of-stock svg path {
  fill: #80918F;
}

.product-info-stock.in-stock {
  color: #0D9A88;
}

.product-info .product-price {
  font-size: 32px;
  margin-bottom: 8px;
  line-height: 110%;
}

.product-info .product-price__new {
  color: #f80101;
}

.product-info .product-price__sale {
  line-height: 1;
}

.product-info .product-price__old {
  font-size: 17px;
}

.product-info .product-price .discount {
  font-size: 10px;
  text-transform: uppercase;
  color: #FF3D00;
  text-decoration: none;
}

.product-info-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.product-info-header__brand {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  color: #FF3D00;
  margin-bottom: 4px;
}

.product-info-header__title {
  font-weight: 700;
  font-size: 30px !important;
  line-height: 110%;
  margin: 0 0 16px;
}

@media only screen and (max-width: 767px) {
  .product-info-header__title {
    font-size: 26px !important;
  }
}

.product-info-header__logo {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 1100px) {
  .product-info-header__logo {
    max-width: 80px;
  }
}

.product-info-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: #22201E;
}

.product-info-rating__link {
  color: #FF3D00;
  font-size: 14px;
}

.product-info-rating__link.no-reviews {
  color: #000;
  text-decoration: none;
}


.product-info-rating__caption {
  font-size: 14px;
}

.product-info-rating .rating {
  color: #22201E;
}


.product-info-rating .rating span.rating-average {
  font-size: 16px;
  font-weight: 700;
}

.product-info-rating .star-rating svg {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 1100px) {
  .product-info-rating {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;

  }
}

@media only screen and (max-width: 767px) {
  .product-info-rating {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.product-info-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 767px) {
  .product-info-labels {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.product-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 4px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  gap: 4px;
  border-radius: 2px;
  background: #4D6562;
  height: 20px;
}

.product-label.practice {
  background: #9F7B5E;
}

.product-label.casual {
  background: #80918F;
}

.product-label.superior {
  background: #0D9A88;
}

.product-label.authentic {
  background: #FF3D00;
}

.product-delivery {
  margin: 20px 0 10px;
  font-size: 14px;
}

.product-delivery__free {
  /* background: #0D9A88; */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  padding: 0px;
  color: #000;
  font-weight: 700;
  border-radius: 0px;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
  line-height: 1;
}


.product-delivery__time-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.single-product .product-delivery__time-wrapper .price,
.single-product .product-delivery__time-wrapper .price span.amount {
  margin: 0px;
}

.product-delivery__time {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 1rem;
  line-height: 14px;
  margin-bottom: 0px;
  text-transform: none;
  color: #80918F;
}

.product-delivery__time span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
}

.product-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 620px;
  max-width: 100%;
  max-height: 510px;
  gap: 40px;
}



.product-thumb-nav {
  max-width: 72px;
}

.product-thumb-nav .slick-slide {
  padding: 10px 0;
}

.product-thumb-nav .slick-arrow {
  width: 36px;
  height: 21px;
  left: calc(50% - 18px);
}

.product-thumb-nav .slick-arrow::before {
  display: none;
}

.product-thumb-nav .slick-next {
  bottom: -55px;
  top: auto;
}

.product-thumb-nav .slick-prev {
  top: -35px;
}

.product-thumb-nav .slick-current .product-thumb-nav__item {
  border-color: #FF3D00;
}

.product-thumb-nav__item {
  width: 70px !important;
  height: 70px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #B3BDBC;
  border-radius: 2px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .product-thumb-nav {
    display: none;
  }
}

.product-thumb-img {

  border: 1px solid #B3BDBC;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  position: relative;
}


.product-thumb-img svg {
  position: absolute;
  pointer-events: none;
  right: 8px;
  bottom: 8px;
  z-index: 2;
}

.product-thumb-img__item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}



.product-thumb-img__item,
.product-thumb-nav__item,
.product-item__thumb {
  background: #fafafa;
}

.product-thumb-img__item img,
.product-thumb-nav__item img,
.product-item__thumb img {
  mix-blend-mode: darken;
}

@media only screen and (max-width: 767px) {
  .product-thumb-img__item {
    /* height: 320px;
          width: 320px !important; */
    border: 1px solid #B3BDBC;
  }
}

@media only screen and (max-width: 767px) {
  .product-thumb-img {
    border: none;
  }
}


.product-thumb-img .swiper-wrapper {
  align-items: center;
}




@media(min-width:768px) {
  .product-thumb-img .swiper-slide img {
    height: 508px;
    width: 508px;
    object-fit: contain;
  }

}

@media(max-width:767px) {
  .product-thumb-img .swiper-slide {
    height: 362px;
  }

  .product-thumb-img .swiper-slide figure {
    height: 100%;
  }

  .product-thumb-img .swiper-slide figure a {
    height: 100%;
  }

  .product-thumb-img .swiper-slide img {
    max-height: 360px;
    width: auto;
  }
}


.product-thumb-img .swiper-slide:not(.swiper-slide-active) {
  opacity: 0 !important;
}

.product-thumb-img .swiper-slide-active {
  opacity: 1 !important;
}


/*
.product-thumb-img-slider {
    max-width: 506px;
    max-height: 506px;
} */

/* @media(min-width: 767px) {
    .product-thumb-img__item .swiper-slide {
        max-width: 506px !important;
        max-height: 506px !important;
    }

    .product-thumb-img-slider {
        max-width: 506px !important;
        max-height: 506px !important;
    }
}

@media(max-width: 767px) {
    .single-product .product-thumb--single {
        margin: 0 0 16px;
        max-width: 100%;
    }

    .single-product .product-thumb--single .product-thumb-img__item {
        height: auto;
        width: auto !important;
        max-width: 100%;
    }
}
 */















@media only screen and (max-width: 1100px) {
  .product-thumb {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 767px) {
  .product-thumb {
    margin: 0 -15px 16px -8px;
    max-width: calc(100% + 15px + 8px);
  }
}

.articul {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
}

.info-label {
  font-weight: 700;
  font-size: 12px;
  gap: 4px;
  border-radius: 2px;
  height: 20px;
  border: 1px solid #80918F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2px 4px;
  cursor: pointer;
  background: #E6E9E9;
  color: #4D6562;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.info-label svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .info-label:hover {
    background: #80918F;
    color: #fff;
    border-color: #4D6562;
  }

  .info-label:hover svg path {
    fill: #fff;
  }
}

.coupon {
  padding: 16px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 700;
  font-size: 12px;
  color: #01231F;
  margin-bottom: 20px;
}

.coupon__caption {
  text-transform: uppercase;
}

.coupon__title {
  font-size: 17px;
  line-height: 155%;
}

.coupon__value {
  color: #FF3D00;
}

.coupon-btn {
  background: #fff;
  border: 1px solid #80918F;
  border-radius: 2px;
  color: #80918F;
  padding: 8px 12px;
  cursor: pointer;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.coupon-btn svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .coupon-btn:hover {
    background: #E6E9E9;
    border-color: #4D6562;
    color: #4D6562;
  }

  .coupon-btn:hover svg path {
    fill: #4D6562;
  }
}

.coupon-notification {
  background: #fff;
  border: 1px solid #80918F;
  color: #4D6562;
  padding: 8px 16px;
  text-align: center;
  width: 200px;
  font-size: 12px;
  font-weight: 700;
  position: fixed;
  left: calc(50% - 75px);
  top: 25px;
  z-index: 20;
  -webkit-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.coupon-notification.active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (max-width: 767px) {
  .coupon {
    padding: 8px 16px;
  }
}

.add-to-cart-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.product-add-to-cart {
  width: 100%;
  height: 50px;
  font-size: 17px;
}

.product-amount .select {
  width: 47px;
  height: 50px;
  padding: 5px 16px 5px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  background: #E6E9E9;
}

.product-amount .select__current {
  width: 100%;
}

.product-amount .select__item {
  padding: 5px 8px;
}

.product-amount .select:after {
  right: 8px;
}



.product-infogram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F0F2F2;
  padding: 10px;

}

.product-infogram__box {
  cursor: pointer;
  flex: 0 1 auto;
}


.product-infogram__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex: 0 1 auto;
}

.product-infogram__box:first-child {
  border-right: solid 1px #ced5d4;
  margin-right: 30px;
  padding-right: 30px;
}

.product-infogram__icon {
  flex: 0 1 auto;
  margin-right: 8px;
}

.product-infogram__message {
  flex: 1;
}

.product-infogram__message span.head {
  display: block;
  color: #FF3D00;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 3px;
  line-height: 1;
  transition: all 0.2s ease-in-out;

}

.product-infogram__box:hover span.head {
  color: #ff8b66;

}

.product-infogram__message span.bottom {
  cursor: pointer;
  display: block;
  color: #01231F;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  line-height: 1;
}


@media(max-width:520px) {
  .product-infogram {
    display: block;
  }

  .product-infogram__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex: 1;
  }

  .product-infogram__box:first-child {
    border-right: none;
    border-bottom: solid 1px #ced5d4;
    margin: 0 0 10px;
    padding: 0 0 10px;
  }
}


.return-policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 700;
  background: #F0F2F2;
  border-radius: 2px;
  gap: 4px;
  color: #4D6562;
  padding: 4px 8px;
}

.return-policy .info-label {
  margin-left: 6px;
}

.product-mentioned__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  padding: 16px 0 8px;
  border-top: 1px solid #B3BDBC;
  border-bottom: 1px solid #B3BDBC;
  margin: 16px 0 8px;
  color: #4D6562;
}

.product-mentioned__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.product-mentioned .swords-item__props-tag {
  text-decoration: none;
  color: #4D6562;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product-mentioned .swords-item__props-tag:hover {
    color: #01231F;
    border-color: #01231F;
  }
}

.product-content {
  padding: 40px 0;
  border-top: 1px solid #B3BDBC;
  border-bottom: 1px solid #B3BDBC;
}

.product-content .accordion {
  margin-bottom: 20px;
}

.product-content .accordion:last-child {
  margin-bottom: 0;
}

.product-content-item__heading {
  cursor: pointer;
  background: #F0F2F2;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 16px;
  gap: 16px;
}

.product-content-item__heading.active .product-content-item__opener::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.product-content-item__title {
  font-weight: 700;
  text-transform: uppercase;
  color: #01231F;
}

.product-content-item__opener {
  position: relative;
  width: 16px;
  height: 16px;
}

.product-content-item__opener::after,
.product-content-item__opener::before {
  content: '';
  position: absolute;
  width: 16px;
  border-bottom: 1px solid #01231F;
  top: calc(50% - 1px);
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product-content-item__opener::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.product-content-item__inner {
  padding-top: 20px;
}

.product-content-item__inner .page-header__link {
  margin-top: 25px;
}

@media only screen and (max-width: 767px) {
  .product-content {
    padding: 32px 0;
  }
}

.specifications-table {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  margin: 0 -20px;
}

.specifications-table-item {
  max-width: calc(100% - 40px);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  background: #E6E9E9;
  margin: 0 20px 10px;
  padding: 4px 8px;
  font-size: 14px;
}

.specifications-table-item:nth-child(odd) {
  background: #F0F2F2;
}

.specifications-table-item__title {
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .specifications-table-item {
    max-width: 100%;
    margin: 0 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .specifications-table {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
    margin: 0;
  }
}

.product-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.product-reviews-sidebar {
  max-width: 400px;
  width: 100%;
}

.product-reviews-sidebar__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}

.product-reviews-sidebar__btns .button {
  width: calc(50% - 8px);
  font-size: 14px;
  padding: 0 16px;
}

.product-reviews-sidebar .rating-value {
  font-size: 28px;
  font-weight: 700;
}

.product-reviews-inner {
  width: 100%;
  max-width: 840px;
}

.product-reviews-inner__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.product-reviews-inner__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 120%;
}

.product-reviews-inner .customer-review {
  margin-bottom: 20px;
  width: 100% !important;
}

.product-reviews-inner .customer-review__content {
  margin-bottom: 0;
}

.product-reviews-inner .customer-review__title {
  font-size: 17px;
}

.product-reviews-inner .customer-review .star-rating svg {
  width: 14px;
  height: 14px;
}

@media only screen and (max-width: 767px) {
  .product-reviews {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.rating-table {
  padding-top: 16px;
  border-top: 1px solid #B3BDBC;
}

.rating-row {
  font-size: 14px;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
}

.rating-row .star-rating svg {
  width: 14px;
  height: 14px;
}

.rating-row-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.rating-row-inner .star-rating {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.rating-row__amount {
  width: 28px;
}

.rating-row-progress {
  height: 16px;
  background: #F0F2F2;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  width: 100%;
  max-width: 209px;
  position: relative;
  overflow: hidden;
}

.rating-row-progress__inner {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #FF3D00;
}

.rating-row-progress__percentage {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.load-more-reviews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 220px;
  font-size: 14px;
}

.price-addition {
  padding-left: 8px;
  border-left: 1px solid #B3BDBC;
  font-weight: 700;
  font-size: 14px;
  color: #01231F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.price-addition.accent {
  color: #FF3D00;
}

.product-options {
  max-width: 400px;
}

.product-option {
  position: relative;
  margin-bottom: 16px;
}

.product-option__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 4px;
}

.product-option__title {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #80918F;
  text-transform: uppercase;
}

.product-option .select {
  padding: 10px 30px 10px 10px;
}

.product-option .select .color-filter-marker {
  width: 16px;
  height: 16px;
  margin: 0;
}

.product-option .select__current,
.product-option .select__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.product-option .select__item {
  padding: 10px;
}

.extras-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4px;
}

.extras-item {
  padding: 12px 16px;
  border: 1px solid #80918F;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.extras-item input:checked~.custom-checkbox__label .price-addition {
  color: #FF3D00;
}

.extras-item .custom-checkbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}

.extras-item .custom-checkbox__label .price-addition {
  margin-left: auto;
}

.color-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
}

.color-option {
  border-radius: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.color-option__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 32px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.color-option__label {
  height: 42px;
  font-size: 13px;
  text-align: center;
  background: #F0F2F2;
  border-top: 1px solid #4D6562;
  border-bottom: 1px solid #4D6562;
  border-right: 1px solid #4D6562;
  border-color: transparent;
  border-radius: 0 2px 2px 0;
  margin-left: -1px;
  width: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.color-option__marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.color-option svg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.color-option input {
  height: 0;
  width: 0;
  opacity: 0;
}

.color-option input:checked+.color-option__inner {
  height: 42px;
}

.color-option input:checked+.color-option__inner .color-option__marker {
  width: 42px;
  height: 42px;
}

.color-option input:checked+.color-option__inner .color-option__label {
  width: 60px;
  padding: 8px;
  border-color: #4D6562;
}

.color-option input:checked+.color-option__inner svg {
  opacity: 1;
}

.products-block {
  margin: 60px 0;
}

@media only screen and (max-width: 767px) {
  .products-block {
    margin: 48px 0;
  }
}

.products-slider .slick-slide {
  padding: 0 10px;
}

@media only screen and (max-width: 767px) {
  .products-slider .slick-slide {
    padding: 0 4px;
  }
}

@media only screen and (max-width: 1200px) {
  .products-slider {
    margin-right: -15px;
  }

  .products-slider .product-item {
    width: 240px !important;
  }
}

@media only screen and (max-width: 767px) {
  .products-slider .product-item {
    width: 168px !important;
  }
}

.product-item {
  width: 240px;
  border: 1px solid #B3BDBC;
  background: #fff;
}

.product-item__thumb {
  display: block;
  border-bottom: 1px solid #B3BDBC;
  position: relative;
  flex: 1;
}

.product-item__inner {
  padding: 8px;
}

.product-item__content {
  border-bottom: 1px solid #B3BDBC;
  padding-bottom: 4px;
  margin-bottom: 4px;
  display: block;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .product-item__content:hover {
    text-decoration: underline;
  }
}

.product-item__title {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 4px;
  height: 14px;
  overflow: hidden;
}

.product-item__description {
  font-size: 14px;
  line-height: 135%;
  padding-right: 30px;
  height: 39px;
  overflow: hidden;
}

.product-item .rating {
  /* height: 22px; */
  margin-bottom: 6px;
}

.product-item .product-price {
  margin-bottom: 10px;
}

.product-item__btn {
  width: 100%;
  font-size: 12px;
  height: 36px;
}

@media only screen and (max-width: 767px) {
  .product-item__btn {
    padding: 0 5px;
  }
}

.product-item.out-of-stock .product-price {
  color: #80918F;
}

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  color: #80918F;
}

.rating .star-rating {
  margin-bottom: -1px;
}

.rating-value {
  color: #000;
  font-weight: 700;
}

.star-rating[data-rate="1"] svg:nth-child(1) path {
  fill: #FF3D00;
  stroke: #FF3D00;
}

.star-rating[data-rate="2"] svg:nth-child(1) path,
.star-rating[data-rate="2"] svg:nth-child(2) path {
  fill: #FF3D00;
  stroke: #FF3D00;
}

.star-rating[data-rate="3"] svg:nth-child(1) path,
.star-rating[data-rate="3"] svg:nth-child(2) path,
.star-rating[data-rate="3"] svg:nth-child(3) path {
  fill: #FF3D00;
  stroke: #FF3D00;
}

.star-rating[data-rate="4"] svg:nth-child(1) path,
.star-rating[data-rate="4"] svg:nth-child(2) path,
.star-rating[data-rate="4"] svg:nth-child(3) path,
.star-rating[data-rate="4"] svg:nth-child(4) path {
  fill: #FF3D00;
  stroke: #FF3D00;
}

.star-rating[data-rate="5"] svg:nth-child(1) path,
.star-rating[data-rate="5"] svg:nth-child(2) path,
.star-rating[data-rate="5"] svg:nth-child(3) path,
.star-rating[data-rate="5"] svg:nth-child(4) path,
.star-rating[data-rate="5"] svg:nth-child(5) path {
  fill: #FF3D00;
  stroke: #FF3D00;
}

.product-price {
  font-weight: 700;
  line-height: 155%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.product-price__new {
  color: #FF3D00;
}

.product-price__old {
  color: #80918F;
  text-decoration: line-through;
  font-size: 12px;
}

.product-labels {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
}

.product-labels__item {
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 8px;
  border-radius: 0 0 8px 0;
  background: #0D9A88;
  color: #fff;
  margin-bottom: 4px;
}

.featured-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}

@media only screen and (max-width: 1300px) {
  .featured-block .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.featured-inner {
  width: 100%;
}

.featured-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.featured-tabs-block .page-header {
  margin-bottom: 10px;
}

.featured-tabs-block .tabs-list {
  margin-bottom: 40px;
}

.tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  list-style: none;
  gap: 10px;
}

.tabs-list a {
  font-weight: 700;
  font-size: 12px;
  color: #80918F;
  text-decoration: none;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tabs-list a.active {
  background: #0D9A88;
  border-color: #0D9A88;
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .tabs-list a:hover {
    border-color: #0D9A88;
  }
}

.fantasy-swords {
  max-width: 490px;
}

.fantasy-swords-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1300px) {
  .fantasy-swords-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  .fantasy-swords-list {
    gap: 16px;
  }
}

.fantasy-swords-item {
  width: calc(50% - 13px);
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  border-radius: 2px;
  border: 1px solid #B3BDBC;
  overflow: hidden;
  background: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fantasy-swords-item__thumb {
  background: #E6E9E9;
}

.fantasy-swords-item__title {
  padding: 14px 8px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #B3BDBC;
  line-height: 155%;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media only screen and (min-width: 1025px) {
  .fantasy-swords-item:hover {
    color: #FF3D00;
    border-color: #FF3D00;
  }
}

@media only screen and (max-width: 767px) {
  .fantasy-swords-item {
    font-size: 14px;
    width: calc(50% - 8px);
  }
}

/* select {
  display: none;
} */

.select {
  margin: 0;
  border: 1px solid #4D6562;
  border-radius: 2px;
  padding: 10px 30px 10px 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select::after {
  right: 15px;
  top: 45%;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  content: "";
  display: block;
  position: absolute;
  height: 0;
  width: 0;
  border-top: 5px solid #01231F;
  border-left: 4.16667px solid transparent;
  border-right: 4.16667px solid transparent;
}

.select:focus {
  border-color: #666;
}

.select__current {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

.select__current.placeholder {
  color: #ccc;
}

.select--open {
  overflow: visible;
}

.select--open::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select__list {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #e8e8e8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  padding: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-2em);
  transform: scale(0.75) translateY(-2em);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out;
  transition: transform 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.1s ease-out, -webkit-transform 0.2s cubic-bezier(0.5, 0, 0, 1.25);
  z-index: -1;
  max-height: 150px;
  overflow: auto;
}

.select--open .select__list {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.select__item {
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
}

.select__item:hover {
  background: #efefef;
}

.select__item--active {
  font-weight: bold;
  background: #eee;
}

.select__item--disabled {
  display: none;
  cursor: not-allowed;
}

.select__item.hidden {
  display: none;
}

.select.to-up .select__list {
  bottom: 100%;
  top: auto;
}

.search-holder {
  z-index: 6;
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50px;
  height: 40px;
}

.search-holder input {
  width: 100%;
  height: 40px;
  font-weight: normal;
  font-size: 16px;
  color: #4f4f4f;
  padding: 0 20px;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.08);
}

.search-select .select__list {
  padding-top: 60px;
}

.shipping-wrapp {
  overflow: visible;
}

.shipping-heading__wrapper {
  position: relative;
}

.shipping-heading {
  padding: 60px 0;
  max-width: 100%;
}

@media only screen and (min-width: 1100px) {
  .shipping-heading {
    max-width: 530px;
  }
}

@media only screen and (min-width: 1200px) {
  .shipping-heading {
    max-width: 630px;
  }
}

@media only screen and (min-width: 1350px) {
  .shipping-heading {
    max-width: 730px;
  }
}


@media only screen and (max-width: 1100px) {
  .shipping-heading {
    padding: 32px 0;
  }
}


.shipping-heading__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 110%;
  margin: 0 0 16px;
}


@media only screen and (max-width: 767px) {
  .shipping-heading__title {
    font-size: 28px;
  }
}

.shipping-heading__image {
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1100px) {
  .shipping-heading__image {
    display: none;
  }
}


.shipping-nav {
  padding: 20px 0 8px;
  border-top: 1px solid #B3BDBC;
  border-bottom: 1px solid #B3BDBC;
  position: sticky;
  overflow: hidden;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 3;
}

.shipping-nav__label {
  font-weight: 700;
  font-size: 12px;
  line-height: 135%;
  color: #4D6562;
  margin-bottom: 8px;
}

.shipping-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  overflow: auto;
  padding: 0 0 12px;
}

@media only screen and (max-width: 767px) {
  .shipping-nav__list {
    margin-right: -15px;
  }
}

.shipping-nav-item {
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  background: #E6E9E9;
  padding: 10px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shipping-nav-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 4px;
  border-bottom: 1px solid #B3BDBC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shipping-nav-item__title svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shipping-nav-item.active {
  background: #4D6562;
  border-color: #4D6562;
}

.shipping-nav-item.active .shipping-nav-item__title {
  color: #fff;
  border-color: transparent;
}

.shipping-nav-item.active .shipping-nav-item__title svg path {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  .shipping-nav-item:hover {
    background: #4D6562;
    border-color: #4D6562;
  }

  .shipping-nav-item:hover .shipping-nav-item__title {
    color: #fff;
    border-color: transparent;
  }

  .shipping-nav-item:hover .shipping-nav-item__title svg path {
    fill: #fff;
  }
}

@media only screen and (max-width: 767px) {
  .shipping-nav-item:last-child {
    margin-right: 30px;
  }
}

.shipping-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1000px) {
  .shipping-title {
    margin-bottom: 32px;
    font-size: 21px;
    gap: 10px;
  }
}


.shipping-title svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shipping-caption {
  margin-bottom: 40px;
}


.classification {
  padding: 80px 0;
}

.classification--light-grey {
  background: #f0f2f2;
}

@media only screen and (max-width: 767px) {
  .classification {
    padding: 60px 0;
  }
}


.classification-wrapper {
  background: #fff;
  border-radius: 2px;
  border: solid 1px #B3BDBC;
}


.classification-row {
  padding: 33px 48px;
  border-bottom: solid 1px #B3BDBC;
}

@media only screen and (max-width: 1000px) {
  .classification-row {
    padding: 32px 16px;
  }
}

.classification-row:last-child {
  border-bottom: none;
}


.classification-row-title {
  display: flex;
  align-items: flex-start;
  font-size: 19px;
  font-weight: 600;
  margin-bottom: 24px;
}

.classification-row-title-icon {
  display: inline-block;
  margin-right: 32px;
  width: 32px;
  height: 33px;
}


@media only screen and (max-width: 1000px) {
  .classification-row-title-icon {
    margin-right: 16px;
  }
}


.classification-row-title-label {
  border-bottom: solid 1px #E6E9E9;
  padding-bottom: 15px;
  width: 100%;
}

.classification-row-box {
  display: flex;
  gap: 110px;
}


@media only screen and (max-width: 1000px) {
  .classification-row-box {
    display: block;
    gap: 0px;
  }
}

.classification-row-content {
  flex: 0 1 722px;
}

.classification-row-img {
  flex: 0 1 auto;
}

@media only screen and (max-width: 1000px) {
  .classification-row-img {
    margin-top: 32px;
    display: block;
    text-align: center;
  }
}



.classification-row-line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
  padding-left: 64px;
  line-height: 1.7;
}

@media only screen and (max-width: 1000px) {
  .classification-row-line {
    padding-left: 22px;
  }
}


.classification-row-line:last-child {
  margin-bottom: 0px;
}

.classification-row-line strong {
  display: inline-block;
}

.classification-row-line-icon {
  display: inline-block;
  margin-right: 8px;
  line-height: 1.7;
}


.classification-notice {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 16px 0 0;
  padding: 20px;
  background: #fff;
  border: solid 1px #b4bdbc;
  border-radius: 2px;
  color: #01231F;
}

.classification-notice-text {
  font-size: 17px;
  margin: 0px;
  line-height: 1.6;
}

.classification-notice-icon {
  display: inline-block;
  line-height: 2;
}

.classification-notice-icon svg path {
  fill: #01231F;
}


.classification-notice--dark-grey {
  max-width: 722px;
  margin: 0px 0px 0px 48px;
  background: #4f6662;
  color: #fff;
  border: none;
}

@media (max-width: 1000px) {
  .classification-notice--dark-grey {
    margin: 0px 16px;
  }
}


.classification-notice--dark-grey .classification-notice-icon svg path {
  fill: #fff;
}


.classification-notice--light-grey {
  background: #e6e9e9;
  color: #01231F;
  border: none;
}

.classification-notice--light-grey .classification-notice-icon svg path {
  fill: #81918f;
}


.classification-text-box {
  margin: 24px 0;
}

.classification-item-lead {
  display: flex;
  align-items: flex-start;
  margin-bottom: 16px;
}

.classification-item-lead-icon {
  margin-right: 8px;
  margin-top: 4px;
}


.classification-item-subtitle {
  display: flex;
  align-items: flex-start;
  padding-bottom: 12px;
  margin: 24px 0;
  border-bottom: solid 1px #E6E9E9;
  font-size: 19px;
  font-weight: 600;
}

.classification-item-subtitle-icon {
  margin-right: 8px;
  margin-top: 4px;
}


.classification .classification-table {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0;
  border: none;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
  .classification .classification-table {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  .classification .classification-table {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }
}

.classification .classification-item {
  display: block;
  border: none;
  border-right: 1px solid #B3BDBC;
  padding: 0 40px;
  margin: 0;
}

.classification .classification-item:last-child {
  border: none;
  padding-right: 0;
}

.classification .classification-item:first-child {
  padding-left: 0;
}

.classification .classification-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.classification .classification-item__caption {
  color: #000;
  text-transform: none;
  font-size: 16px;
  font-weight: 400;
  max-width: 260px;
}

@media only screen and (max-width: 1200px) {
  .classification .classification-item__caption {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  .classification .classification-item:nth-child(3) {
    padding-left: 0;
  }

  .classification .classification-item:nth-child(2) {
    border-right: none;
  }

  .classification .classification-item:nth-child(1),
  .classification .classification-item:nth-child(2) {
    padding-bottom: 20px;
    border-bottom: 1px solid #B3BDBC;
  }

  .classification .classification-item:nth-child(3),
  .classification .classification-item:nth-child(4) {
    padding-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .classification .classification-item {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B3BDBC;
    padding: 0 0 16px !important;
    margin-bottom: 16px;
  }
}

.classification-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

@media only screen and (max-width: 767px) {
  .classification-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
  }
}

.classification-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  padding: 22px;
  background: #E6E9E9;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  font-size: 14px;
  color: #01231F;
  width: calc(50% - 22px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.classification-note svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media only screen and (max-width: 767px) {
  .classification-note {
    width: 100%;
    padding: 16px;
  }
}

.classification-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(50% - 22px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 20px 40px;
  border: 1px solid #B3BDBC;
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .classification-info {
    width: 100%;
    padding: 0;
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  .classification {
    padding: 48px 0;
  }
}

.shipping-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1000px) {
  .shipping-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 16px;
  }
}

.shipping-item {
  border-right: 1px solid #B3BDBC;
  padding: 0 40px;
  width: calc(100% / 3);
}

.shipping-item:first-child {
  padding-left: 0;
}

.shipping-item:last-child {
  border: none;
  padding-right: 0;
}

.shipping-item__map {
  width: 370px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1300px) {
  .shipping-item__map {
    max-width: 100%;
  }
}

.shipping-item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-weight: 700;
  font-size: 19px;
  line-height: 155%;
  margin-bottom: 32px;
}

.shipping-item__marker {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: #0D9A88;
  color: #fff;
  font-size: 14px;
  position: relative;
  top: 2px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.shipping-item__caption {
  padding-left: 34px;
}

@media only screen and (max-width: 1000px) {
  .shipping-item {
    width: 100%;
    padding: 16px 0 !important;
    border-bottom: 1px solid #B3BDBC;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.shipping .brand-heading__note {
  margin-bottom: 32px;
}



.shipping-tabs {
  position: relative;
  background: #fff;
  border: solid 1px #b4bdbc;
}


.shipping-tabs .shipping-tabs-list {
  position: relative;
  background: #f0f2f2;
  border-bottom: solid 1px #b4bdbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
  padding: 0px;
  list-style: none;
  gap: 0;
  overflow-y: none;
  overflow-x: scroll;
}


.shipping-tabs .shipping-tabs-list::-webkit-scrollbar {
  height: 8px;
}

.shipping-tabs .shipping-tabs-list::-webkit-scrollbar-track {
  background-color: #b4bdbc;
}

.shipping-tabs .shipping-tabs-list::-webkit-scrollbar-thumb {
  background-color: #4f6662;
}


.shipping-tabs .shipping-tabs-list li {
  margin: 0px;
}


.shipping-tabs .shipping-tabs-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  line-height: 1.6;
  padding: 0 22px;
  border-top: none;
  border-bottom: none;
  border-radius: 0px;
  border-color: #b4bdbc;
  font-weight: 500;
  font-size: 15px;
  text-transform: none;
  color: #000;
  white-space: nowrap;
}

@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-list li a {
    padding: 6px 22px;
  }
}



.shipping-tabs .shipping-tabs-list li:first-child a {
  border-left: none;
}


.shipping-tabs .shipping-tabs-list li a.active {
  background: #b4bdbc;
  color: #000;
  font-weight: 700;
}




@media(min-width:768px) {
  .shipping-tabs-mobile {
    display: none;
  }
}


@media(max-width:767px) {
  .shipping-tabs-mobile {
    position: relative;
    display: flex;
    background: #fff;
    border: solid 1px #b4bdbc;
    border-bottom: none;
    padding: 16px;
    min-height: 46px;
  }

  .shipping-tabs-mobile-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 8px;
    font-weight: 700;
    justify-content: flex-end;
  }

  .shipping-tabs-mobile-dropdown {
    position: absolute;
    right: 0;
    width: 51px;
    height: 100%;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: solid 1px #b4bdbc;
    cursor: pointer;
  }


  .shipping-tabs .shipping-tabs-list {
    display: none;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    z-index: 13;
    width: 100%;
    height: 430px;
    padding: 16px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  }

  .shipping-tabs .shipping-tabs-list::-webkit-scrollbar {
    width: 8px;
  }

  .shipping-tabs .shipping-tabs-list::-webkit-scrollbar-track {
    background-color: #F0F2F2;
    border-radius: 15px;
  }

  .shipping-tabs .shipping-tabs-list::-webkit-scrollbar-thumb {
    background-color: #B3BDBC;
    border-radius: 15px;
    width: 8px;
  }


  .shipping-tabs .shipping-tabs-list.active {
    display: block;
  }

  .shipping-tabs .shipping-tabs-list li a {
    background: #fff;
    justify-content: flex-start;
    border: none;
    border-bottom: solid 1px #E6E9E9;
    padding: 16px;
    margin: 0px;
  }

  .shipping-tabs .shipping-tabs-list li:last-child a {
    border: none;
  }


  .shipping-tabs .shipping-tabs-list li a:hover,
  .shipping-tabs .shipping-tabs-list li a:focus,
  .shipping-tabs .shipping-tabs-list li a.active {
    background: #e6e9e9;
  }



  .shipping-tabs .shipping-tabs-list li a.active:after {
    display: inline-block;
    margin-left: auto;
    width: 16px;
    height: 16px;
    content: url('../svg/icon-check.svg');
  }
}

.shipping-tabs .shipping-tabs-content {
  padding: 48px;
}

@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-content {
    padding: 32px 16px;
  }
}


.shipping-tabs .shipping-tabs-content .tab {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}


@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-content .tab {
    display: block;
  }
}



.shipping-tabs .shipping-tabs-content .tab-col-brands {
  flex: 0 1 722px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-content .tab-col-brands {
    display: block;
  }
}


.shipping-tabs .shipping-tabs-content .tab-col-brands {
  flex: 0 1 722px;
}

.shipping-tabs .shipping-tabs-content .tab-col-brands-item {
  padding: 16px 24px;
  border: solid 1px #B3BDBC;
  border-radius: 2px;
}

@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-content .tab-col-brands-item {
    margin-bottom: 12px;
  }
}


.shipping-tabs .shipping-tabs-content .tab-col-brands-item__title {
  font-weight: 700;
  margin: 0 0 8px;
  padding: 0 0 8px;
  border-bottom: solid 1px #E6E9E9;
}

.shipping-tabs .shipping-tabs-content .tab-col-brands-item__info {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0px;
  line-height: 1.6;
}



.shipping-tabs .shipping-tabs-content .tab-col-notice {
  background: #f0f2f2;
  border-radius: 2px;
  flex: 0 1 352px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  line-height: 1.7;
}


@media only screen and (max-width: 1000px) {
  .shipping-tabs .shipping-tabs-content .tab-col-notice {
    margin-top: 32px;
  }
}


.shipping-tabs .shipping-tabs-content .tab-col-notice-icon {
  display: inline-block;
  margin-right: 8px;
  line-height: 1.7;
}


.policies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1000px) {
  .policies {
    display: block;
    padding: 0px;
  }
}



.policies-item {
  flex: 1;
  padding: 60px 0;
}

@media only screen and (max-width: 1000px) {
  .policies-item {
    padding: 48px 0;
  }
}

.policies-item .classification-note {
  width: 100%;
}

.policies-item>.content-area {
  margin-bottom: 0px;
  line-height: 155%;
}

@media only screen and (max-width: 1000px) {
  .policies-item>.content-area {
    padding: 0 16px;
  }
}


@media only screen and (max-width: 1000px) {
  .policies {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.tracking {
  padding-right: 80px;
  border-right: 1px solid #B3BDBC;
}

@media only screen and (max-width: 1000px) {
  .tracking {
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .tracking {
    width: 100%;
    border: none;
    border-bottom: 1px solid #B3BDBC;
    padding-right: 0;
  }
}

.returns {
  padding-left: 80px;
}

.returns .classification-note {
  background: #fff;
  border-color: #FF3D00;
}

@media only screen and (max-width: 1000px) {
  .returns {
    padding-left: 40px;
  }
}

@media only screen and (max-width: 1000px) and (max-width: 767px) {
  .returns {
    width: 100%;
    padding-left: 0;
  }
}

.tab {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.tab.active {
  height: auto;
  overflow: visible;
  opacity: 1;
}

.wiki-wrapp {
  overflow: visible;
  padding-top: 85px;
}

.wiki-heading {
  background: #E6E9E9;
  padding: 40px 15px 0;
}

.wiki-heading__inner {
  max-width: 1017px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.wiki-heading__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
  margin: 0 0 16px;
  text-align: center;
}

.wiki-heading-search {
  position: relative;
  max-width: 320px;
  width: 100%;
}

.wiki-heading-search__field {
  width: 100%;
  border-radius: 99px;
  border: 1px solid #B3BDBC;
  background: #fff;
  height: 35px;
  padding: 0 35px 0 16px;
}

.wiki-heading-search__btn {
  position: absolute;
  right: 16px;
  top: 0;
  background: none;
  border: none;
  padding: 0;
  height: 35px;
  cursor: pointer;
}

.wiki-heading__bot {
  background: #E6E9E9;
  padding: 20px 15px;
  position: sticky;
  top: 85px;
  z-index: 2;
  overflow: hidden;
}

.wiki-heading__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 6px;
  list-style: none;
  text-transform: uppercase;
  max-width: 1017px;
  margin: 0 auto;
  padding: 0;
  overflow-x: auto;
  width: 100%;
}

.wiki-heading__list a {
  font-size: 17px;
  display: block;
  padding: 0 10px;
  font-weight: 700;
  line-height: 155%;
  color: #80918F;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wiki-heading__list a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 2px solid #FF3D00;
  width: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wiki-heading__list a:hover {
    color: #FF3D00;
  }
}

.wiki-heading__list a.active {
  color: #FF3D00;
}

.wiki-heading__list a.active::after {
  width: 100%;
}

.wiki-holder {
  max-width: 1047px;
  padding: 40px 15px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 40px;
}

.wiki-sidebar {
  max-width: 290px;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .wiki-sidebar {
    display: none;
  }
}

.wiki-filters {
  position: sticky;
  top: 165px;
  padding: 16px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
}

.wiki-filters__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 155%;
  padding-bottom: 8px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 8px;
}

.wiki-filters__item {
  display: block;
  margin-bottom: 16px;
}

.wiki-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  border-bottom: 1px solid #B3BDBC;
  margin-bottom: 20px;
  width: 100%;
}

.wiki-section__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  position: sticky;
  top: 155px;
}

@media only screen and (max-width: 767px) {
  .wiki-section__title {
    font-size: 32px;
  }
}

.wiki-section__content {
  width: 100%;
}

.wiki-section:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .wiki-section {
    gap: 16px;
  }
}

.wiki-item {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  display: block;
  color: #000;
  text-decoration: none;
  background: #fff;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wiki-item__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}

.wiki-item__title {
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wiki-item__icon {
  background: #F0F2F2;
  padding: 4px;
  width: 26px;
  height: 26px;
  border-radius: 2px;
}

.wiki-item__content {
  font-size: 14px;
}

@media only screen and (min-width: 1025px) {
  .wiki-item:hover {
    border-color: #FF3D00;
  }

  .wiki-item:hover .wiki-item__title {
    color: #FF3D00;
  }
}

.wiki-item.empty {
  background: #E6E9E9;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-color: #B3BDBC;
}

.wiki-item.empty .wiki-item__heading {
  margin-bottom: 0;
}

.wiki-item.empty .wiki-item__title {
  font-size: 17px;
  color: #000;
}

.wiki-page-heading {
  background-image: url(../jpg/wiki-page-banner.jpg);
  background-position: center;
  background-size: cover;
  padding: 57px 15px;
}

.wiki-page-heading__inner {
  max-width: 720px;
  margin: 0 auto;
}

.wiki-page-heading__back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #01231F;
  font-size: 17px;
  line-height: 155%;
  margin-bottom: 13px;
  gap: 8px;
}

.wiki-page-heading__back-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  background: #80918F;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wiki-page-heading__back:hover .wiki-page-heading__back-icon {
    background: #FF3D00;
  }
}

.wiki-page-heading__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.wiki-page-block {
  padding: 40px 15px;
}

.wiki-page-block-inner {
  max-width: 1280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 40px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  .wiki-page-block-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
  }
}

.wiki-page-content {
  max-width: 720px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 2px;
  border: 8px solid #F0F2F2;
  padding: 40px;
}

.wiki-page-content a {
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .wiki-page-content {
    padding: 25px;
    border-width: 4px;
  }
}

.wiki-page-link {
  position: sticky;
  top: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 17px;
  font-weight: 700;
  line-height: 155%;
  width: 100%;
  text-decoration: none;
  color: #B3BDBC;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wiki-page-link:first-child {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

@media only screen and (max-width: 900px) {
  .wiki-page-link:first-child {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media only screen and (min-width: 1025px) {
  .wiki-page-link:hover {
    color: #FF3D00;
  }
}

@media only screen and (max-width: 900px) {
  .wiki-page-link {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    position: static;
    width: calc(50% - 8px);
    font-size: 14px;
  }
}

.wiki-page-footer {
  padding: 24px 0 40px;
  border-top: 1px solid #B3BDBC;
}

.wiki-page-footer__title {
  font-size: 26px;
  font-weight: 700;
  line-height: 110%;
  color: #80918F;
  margin-bottom: 24px;
}

.wiki-page-related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.wiki-page-related-item {
  width: 100%;
  max-width: 305px;
  border: 1px solid #B3BDBC;
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 155%;
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .wiki-page-related-item:hover {
    color: #FF3D00;
    border-color: #FF3D00;
  }
}

@media only screen and (max-width: 767px) {
  .wiki-page-related-item {
    width: calc(50% - 6px);
  }
}

@media only screen and (max-width: 767px) {
  .wiki-page-related {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
  }
}


/* Custom Blocks*/
.key-takeaways {
  margin: 30px 0;
  padding: 0 20px 0 28px;
}

.key-takeaways__title {
  position: relative;
  font-size: 17px;
  font-weight: 700;
  line-height: 155%;
  text-transform: uppercase;
  color: #4d6562;
  margin-bottom: 10px;
}

.key-takeaways__title span {
  position: relative;
  z-index: 2;
}

.key-takeaways__title::before {
  content: '';
  position: absolute;
  left: -28px;
  top: -20px;
  width: 205px;
  height: 60px;
  background: url("../svg/key-title-bg.svg");
}

.key-takeaways__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 17px;
  line-height: 155%;
  margin-bottom: 12px;
}

.key-takeaways__item::before {
  content: '';
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4d6562;
  position: relative;
  top: 8px;
}


.looking-for-katana {
  position: relative;
  background: #f9f9f9;
  padding: 12px 20px;
  margin: 30px 0;
}

.looking-for-katana__inner {
  position: relative;
  z-index: 2;
}

.looking-for-katana__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e9e9;
  margin-bottom: 12px;
}

.looking-for-katana__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  color: #01231f;
}

.looking-for-katana__logos {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media (max-width: 640px) {
  .looking-for-katana__logos {
    margin: 0 -10px 15px;
    padding-bottom: 14px;
    gap: 5px;
    justify-content: space-between;
    border-bottom: 1px solid #e6e9e9;
  }
}

.looking-for-katana__logo-item {
  display: flex !important;
  align-items: center;
  max-width: 42px;
}

.looking-for-katana__logo-item img {
  margin: 0px !important;
}

@media (max-width: 640px) {
  .looking-for-katana__logo-item {
    height: 58px;
    width: 58px !important;
    max-width: 100%;
    border-radius: 50%;
    flex-shrink: 0;
    background: #fff;
    justify-content: center;
    border: 1px solid #b3bdbc;
    overflow: hidden;
  }

  .looking-for-katana__logo-item img {
    max-width: 42px;
  }
}

.looking-for-katana__label {
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  text-transform: uppercase;
  color: #80918f;
  margin-top: 4px;
}

@media (max-width: 640px) {
  .looking-for-katana__label {
    font-size: 12px;
  }
}

.looking-for-katana__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 135%;
  color: #01231f;
  margin: 3px 0 16px;
}

.looking-for-katana .page-header__link {
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}

.looking-for-katana .page-header__link svg path {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.looking-for-katana .page-header__link:hover>svg path {
  fill: #ff8b66;
}

.looking-for-katana .page-header__link::after {
  display: none;
}

.looking-for-katana::after {
  content: '';
  width: 376px;
  height: 104px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../svg/looking-bg.svg");
  background-repeat: no-repeat;
}

@media (max-width: 640px) {
  .looking-for-katana::after {
    background-image: url("../svg/looking-bg-mobile.svg");
    width: 230px;
    height: 220px;
    bottom: auto;
    top: 0;
  }
}

.product-widget {
  border-radius: 2px;
  border: 1px solid #e6e9e9;
  background: #fff;
  padding: 20px 20px 0;
  margin: 30px 0;
}

.product-widget__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .product-widget__header {
    align-items: flex-start;
  }
}

.product-widget__logo .img-blend-wrapper {
  background: transparent !important;
}

.product-widget__logo .img-blend-wrapper img {
  margin-bottom: 0px !important;
}

.product-widget__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 640px) {
  .product-widget__title {
    font-size: 22px;
  }
}

.product-widget .rating {
  margin-top: 5px;
}



.product-widget__thumb {
  text-align: center;
  margin: 0 -20px 20px;
}

.product-widget__content {
  margin-bottom: 20px;
  position: relative;
}

.product-widget__content a {
  font-weight: 400;
}

.product-widget__content-more {
  display: none;
}

.product-widget__content-inner p {
  margin: 0px !important;
}

@media (max-width: 640px) {
  .product-widget__content-inner {
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
  }

  .product-widget__content-inner.open {
    -webkit-line-clamp: initial;
  }

  .product-widget__content-more {
    display: inline-block;
    color: #4d6562;
    text-decoration: underline;
    position: absolute;
    right: 5px;
    bottom: 0;
    font-size: 16px;
    padding: 0px 0px 0px 2.5px;
    cursor: pointer;
    background: rgb(255, 255, 255)
  }

  .product-widget__content-more::before {
    content: '...';
    width: 50px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 77%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    left: -50px;
    height: 100%;
    bottom: -2px;
    color: #000;
    text-align: right;
  }

  .product-widget__content-more.active {
    position: relative;
    left: 0px;
    bottom: 0px;
    margin-top: 5px;
    padding: 0px;
  }

  .product-widget__content-more.active::before {
    display: none;
  }
}

.product-widget__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: none;
  background: #f9f9f9;
  padding: 20px;
  margin: 0 -20px;
}

@media (max-width: 640px) {
  .product-widget__footer-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.product-widget__footer .product-price {
  font-size: 32px;
  line-height: 110%;
}

@media (max-width: 640px) {
  .product-widget__footer .product-price {
    font-size: 28px;
  }
}

.product-widget__footer .product-price__sale {
  line-height: 1;
}

.product-widget__footer .product-price__old {
  font-size: 17px;
}

@media (max-width: 640px) {
  .product-widget__footer .product-price__old {
    font-size: 12px;
  }
}

.product-widget__footer .product-price .discount {
  font-size: 10px;
  text-transform: uppercase;
  color: #ff3d00;
  text-decoration: none;
}

.product-widget__footer .lead-time {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #80918F;
  font-weight: 700;
  gap: 8px;
}




@media (max-width: 640px) {
  .product-widget__footer .lead-time__label {
    display: none;
  }
}

.product-widget__footer .lead-time .product-delivery__time {
  margin-bottom: 0;
  color: #0d9a88;
}

.product-widget__footer .lead-time .product-delivery__time svg path {
  fill: #0d9a88;
}

.product-widget__footer .button {
  color: #fff;
}

.product-widget__footer .button:hover,
.product-widget__footer .button:focus {
  color: #FF3D00;
}

@media (max-width: 640px) {
  .product-widget__footer {
    flex-direction: column;
    margin: 0 -20px 0;
    align-items: flex-start;
  }

  .product-widget__footer .button {
    width: 100%;
    max-width: 100%;
    height: 40px;
  }
}

.product-widget .rating span.rating-average {
  font-size: 16px;
  font-weight: 700;
  color: #22201E;
}

.product-widget .ruk-rating-snippet-count {
  display: none;
}

.product-widget .product-info-rating__link {
  color: #FF3D00;
  font-size: 14px;
  text-decoration: underline;
}



/* portfolio page*/

.portfolio-page {
  position: relative;
}

.portfolio-page__container {
  position: relative;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.portfolio-page__head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head {
    display: block;
  }
}

.portfolio-page__head-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 620px;
  flex: 0 0 620px;
  max-width: 620px;
  width: 100%;
  margin-right: 150px;
}

@media only screen and (max-width: 1920px) {
  .portfolio-page__head-left {
    /* -ms-flex: 0 0 550px;
    flex: 0 0 550px;
    max-width: 550px; */
    margin-right: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-left {
    margin-right: 0;
    max-width: 100%;
  }
}

.portfolio-page__title {
  position: relative;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__title {
    margin: 10px 0 18px;
  }
}

.portfolio-page__title-img {
  position: relative;
  margin-right: 24px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.portfolio-page__title-text {
  position: relative;
  margin: 0;
  font-size: 32px !important;
  font-weight: 700;
  line-height: 35px;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__title-text {
    font-size: 25px !important;
    line-height: 30px;
  }
}

.portfolio-page__mobile-img {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__mobile-img {
    display: block;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 16px;
  }

  .portfolio-page__mobile-img img {
    width: 100%;
  }
}

.portfolio-page__head-info {
  position: relative;
  margin-bottom: 48px;
  padding-left: 48px;
  border-left: 3px solid #80918f;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-info {
    padding-left: 22px;
    margin-bottom: 24px;
  }
}

.portfolio-page__head-row {
  position: relative;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-row {
    margin-bottom: 16px;
  }
}

.portfolio-page__head-row:last-child {
  margin-bottom: 0;
}

.portfolio-page__head-triggers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-triggers {
    margin-bottom: -16px;
  }
}

.portfolio-page__head-triggers-item {
  position: relative;
  margin-right: 32px;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-triggers-item {
    margin-right: 24px;
    margin-bottom: 16px;
  }
}

.portfolio-page__head-triggers-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #4d6562;
}

.portfolio-page__head-triggers-head img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 19px;
  flex: 0 0 19px;
  margin-right: 8px;
}

.portfolio-page__head-triggers-title {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
}


.portfolio-page__head-text {
  position: relative;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #4d6562;
  margin: 0px;
  font-style: italic;
}

.portfolio-page__head-text:before {
  content: open-quote;
}

.portfolio-page__head-text:after {
  content: close-quote;
}

.portfolio-page__head-text:before,
.portfolio-page__head-text:after {
  display: inline-block;
  vertical-align: bottom;
  font-size: 17px;
  position: relative;
  color: #4d6562;
}

.portfolio-page__head-link {
  position: relative;
}

.portfolio-page__head-link-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  color: #01231f;
}

.portfolio-page__head-link-val {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Public Sans;
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
}

@media only screen and (min-width: 1025px) {
  .portfolio-page__head-link-val:hover {
    text-decoration: none;
  }
}

.portfolio-page__head-link-val svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}

.portfolio-page__head-controls {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

@media only screen and (max-width: 767px) {
  .portfolio-page__head-controls {
    display: block;
  }
}

.portfolio-page__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: Hug 241px px;
  padding: 10px 20px;
  border-radius: 2px;
  color: #fff;
  background: #4d6562;
  text-decoration: none;
  font-family: "Public Sans";
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 767px) {
  .portfolio-page__btn {
    margin-bottom: 8px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
  }

  .portfolio-page__btn:last-child {
    margin-bottom: 0;
  }
}

.portfolio-page__btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 6px;
}

@media only screen and (min-width: 1025px) {
  .portfolio-page__btn:hover {
    background: #80918f;
  }
}

.portfolio-page__btn.red {
  background: #ff3d00;
}

@media only screen and (min-width: 1025px) {
  .portfolio-page__btn.red:hover {
    background: #fa5a28;
  }
}

.portfolio-page__head-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-right {
    display: none;
  }
}

.portfolio-page__head-right img {
  max-width: 800px;
}

.portfolio-page__process {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f0f2f2;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__process {
    padding-top: 52px;
    padding-bottom: 48px;
  }
}

.portfolio-page__process--green {
  background: #4d6562;
}

.portfolio-page__head-row-title {
  position: relative;
  margin-bottom: 48px;
  border-bottom: 1px solid #80918f;
  padding-bottom: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__head-row-title {
    margin-bottom: 32px;

  }
}

.portfolio-page__process--green .portfolio-page__head-row-title {
  color: #fff;
}

.portfolio-page__process-list {
  position: relative;
  margin-left: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__process-list {
    margin-left: -16px;
    margin-right: -16px;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: auto;
  }
}

.portfolio-page__process-item {
  position: relative;
  margin-left: 40px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__process-item {
    margin-left: 0;
    margin-right: 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 86%;
    flex: 0 0 86%;
  }
}

.portfolio-page__process-item img {
  width: 100%;
}

.portfolio-page__characteristic {
  position: relative;
}

.portfolio-page__characteristic-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 80px;
  padding-right: 20px;
  /* padding-top: 80px; */
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__characteristic-item {
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.portfolio-page__characteristic-item::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100vw;
  background: #80918f;
  left: 50%;
  margin-left: -50vw;
  bottom: 0;
}

.portfolio-page__characteristic-left {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px;
  max-width: 510px;
  width: 100%;
  padding-right: 20px;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__characteristic-left {
    max-width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0px;

  }
}

.portfolio-page__characteristic-title {
  position: relative;
  font-size: 32px;
  font-weight: 700;
  line-height: 35.2px;
  margin-bottom: 40px;
  padding-bottom: 8px;
  padding-top: 80px;
  border-bottom: 2px solid #80918f;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__characteristic-title {
    border-width: 1px;
    font-size: 28px;
    line-height: 33px;
    margin-bottom: 24px;
    padding-top: 32px;
    display: none;
  }
}

.portfolio-page__characteristic-title--mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__characteristic-title--mobile {
    display: block;
  }
}

.portfolio-page__characteristic-list {
  position: relative;
}

.portfolio-page__characteristic-row {
  position: relative;
  margin-bottom: 16px;
  border-bottom: 1px solid #b3bdbc;
}

.portfolio-page__characteristic-row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.portfolio-page__characteristic-row-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 21.6px;
  position: relative;
  margin-bottom: 2px;
}

.portfolio-page__characteristic-row-value {
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
  padding-bottom: 8px;
}

.portfolio-page__characteristic-right {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .portfolio-page__characteristic-right {
    margin-bottom: 24px;
  }
}

.portfolio-page__characteristic-imgs {
  position: relative;
}

.portfolio-page__characteristic-imgs-item {
  position: relative;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.portfolio-page__characteristic-imgs-item:last-child {
  margin-bottom: 0;
}

.portfolio-page__characteristic-imgs-item img {
  width: 100%;
}

.portfolio-page__characteristic-imgs-item-cell {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}

.portfolio-page__characteristic-imgs-item-cell--half {
  width: 50%;
}

.portfolio-page__projects {
  position: relative;
  padding-top: 64px;
  padding-bottom: 24px;
}

.portfolio-page__projects .portfolio__list {
  margin-bottom: 0px;
}



.portfolio {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .portfolio {
    padding-bottom: 48px;
  }
}

.portfolio__head {
  position: relative;
  background: #f0f2f2;
  padding-top: 64px;
  padding-bottom: 64px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__head {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.portfolio__title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
  color: #01231f;
}

@media only screen and (max-width: 1200px) {
  .portfolio__title {
    font-size: 32px;
    line-height: 35px;
  }
}

.portfolio__body {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__body {
    padding-top: 16px;
  }
}

.portfolio__filters {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__filters {
    display: block;
  }
}

.portfolio__filters-left {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .portfolio__filters-left {
    margin-bottom: 8px;
  }
}

.portfolio__select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #e6e9e9;
}

.portfolio__select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border: 1px solid #b3bdbc;
}

.portfolio__select .select-parent {
  position: relative;
  min-width: 152px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__select .select-parent {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.portfolio__select .select2-container .select2-selection--single {
  height: 44px;
}

.portfolio__select .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 44px;
  font-family: Public Sans;
  font-size: 14px;
  font-weight: 700;
  line-height: 44px;
  color: #80918f;
}

.portfolio__select .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
}

.portfolio__select .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 44px;
}

.portfolio__select .select2-container {
  width: 100%;
  left: 0 !important;
}

.portfolio__select .select2-dropdown {
  width: 100% !important;
}

.portfolio__select .select2-results__option {
  text-transform: uppercase;
  font-family: Public Sans;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #b3bdbc;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__select .select2-results__option:last-child {
  border-bottom: 0;
}

.portfolio__select .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  color: #ff3d00;
}

.portfolio__select .select2-results__options {
  padding: 5px 15px;
}

.portfolio__select .select2-container--default .select2-results__option--selected {
  color: #ff3d00 !important;
  background-color: transparent;
}

.portfolio__select-title {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  padding-left: 16px;
  text-align: left;
  color: #80918f;
}

.portfolio__select-title::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background: #b3bdbc;
  top: 50%;
  margin-top: -14px;
  right: 0;
}

.portfolio__filters-right {
  position: relative;
}

.portfolio__checkboxes {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1200px) {
  .portfolio__checkboxes {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
  }
}

.portfolio__checkbox {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #b3bdbc;
  padding: 3px 11px 3px 37px;
  margin-left: 8px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  cursor: pointer;
}

.portfolio__checkbox:first-child {
  margin-left: 0px;
}


@media only screen and (max-width: 1200px) {
  .portfolio__checkbox {
    margin-left: 0;
    margin-right: 8px;
  }
}

.portfolio__checkbox input {
  display: none;
}

.portfolio__checkbox input:checked+span::before {
  background: #4d6562;
}

.portfolio__checkbox img {
  margin-right: 10px;
}

.portfolio__checkbox span::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50px;
  border: 1px solid #4d6562;
  left: 11px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__checkbox span::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 15px;
  top: 18px;
}

.portfolio__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  margin-bottom: 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__list {
    margin-left: 0;
    display: block;
  }
}

.portfolio__item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(50% - 40px);
  flex: 0 0 calc(50% - 40px);
  max-width: calc(50% - 40px);
  width: 100%;
  margin-left: 40px;
  margin-bottom: 40px;
  text-decoration: none;
  color: #4d6562;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item {
    display: block;
    max-width: 100%;
    margin-bottom: 16px;
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .portfolio__item:hover .portfolio__item-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.portfolio__item-img {
  position: relative;
  margin-bottom: 4px;
  height: 356px;
  overflow: hidden;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-img {
    height: 219px;
  }
}

.portfolio__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.portfolio__item-body {
  position: relative;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #b3bdbc;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-body {
    display: block;
  }
}

.portfolio__item-left {
  position: relative;
  padding-right: 10px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-left {
    padding-right: 0;
  }
}

.portfolio__item-description {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.portfolio__item-description-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 4px;
}

.portfolio__item-description-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio__item-description-title {
  position: relative;
  font-family: Public Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-description-title {
    font-size: 14px;
    line-height: 20px;
  }
}

.portfolio__item-description-title span {
  font-style: italic;
  font-weight: 600;
}

.portfolio__item-name {
  position: relative;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
  color: #01231f;
}

@media only screen and (min-width: 1025px) {
  .portfolio__item-name:hover {
    text-decoration: underline;
  }
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-name {
    font-size: 17px;
    padding-bottom: 8px;
    border-bottom: 1px solid #b3bdbc;
  }
}

.portfolio__item-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-left: 1px solid #b3bdbc;
  padding-left: 24px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-right {
    padding-top: 8px;
    padding-left: 0;
    border-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.portfolio__item-price-title {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-price-title {
    font-size: 14px;
    line-height: 22px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 4px;
  }
}

.portfolio__item-price-val {
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #01231f;
}

@media only screen and (max-width: 1200px) {
  .portfolio__item-price-val {
    font-size: 19px;
    line-height: 22px;
  }
}

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

@media only screen and (max-width: 1200px) {
  .portfolio__more-box {
    padding-top: 20px;
  }
}

.portfolio__more-box.hide {
  display: none;
}

.portfolio__more-btn {
  position: relative;
  font-family: Public Sans;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  padding: 12px 32px;
  text-transform: uppercase;
  cursor: pointer;
  background: #80918f;
  color: #fff;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .portfolio__more-btn:hover {
    background: #4d6562;
  }
}

.portfolio__mobile-form {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .portfolio__mobile-form {
    display: block;
    position: relative;
    padding: 4px 16px 10px;
  }
}

.portfolio__mobile-form-input {
  position: relative;
  width: 100%;
  padding: 8px 28px 8px 0;
  font-family: Public Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #80918f;
  border: 0;
  border-bottom: 1px solid #80918f;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.portfolio__mobile-form-input:focus {
  border-bottom-color: #000;
}

.portfolio__mobile-form-input::-webkit-input-placeholder {
  color: #80918f;
}

.portfolio__mobile-form-input::-moz-placeholder {
  color: #80918f;
}

.portfolio__mobile-form-input:-ms-input-placeholder {
  color: #80918f;
}

.portfolio__mobile-form-input::-ms-input-placeholder {
  color: #80918f;
}

.portfolio__mobile-form-input::placeholder {
  color: #80918f;
}

.portfolio__mobile-form-btn {
  position: absolute;
  top: 0;
  bottom: 10px;
  right: 16px;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 0;
  background: transparent;
}

.main-info {
  position: relative;
}

.main-info__first {
  position: relative;
  background: #f0f2f2;
  padding-top: 80px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .main-info__first {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .main-info__first .main-info__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-info__container {
  max-width: 1280px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 1200px) {
  .main-info__container {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-info__first-title {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-title {
    font-size: 36px;
    line-height: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .main-info__first-title {
    font-size: 32px;
  }
}

.main-info__first-title::before {
  content: "";
  position: absolute;
  width: 620px;
  height: 1px;
  background: #b3bdbc;
  left: 50%;
  bottom: 0;
  margin-left: -310px;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-title::before {
    margin-left: 0;
    left: 0;
    width: 100%;
  }
}

.main-info__first-text {
  display: block;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  font-size: 19px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #01231f;
}


.main-info__first-text span.dot {
  margin: -4px 8px 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  vertical-align: middle;
}

@media only screen and (max-width: 767px) {
  .main-info__first-text {
    font-size: 17px;
    line-height: 26px;
  }

  .main-info__first-text span {
    display: inline-block;
    margin: 0;
    line-height: 19px;
  }

  .main-info__first-text span.dot {
    margin: -4px 4px 0px;
  }

}

.main-info__first-btn-box {
  text-align: center;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-btn-box {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

.main-info__first-btn {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 13px 24px;
  background: #ff3d00;
  font-weight: 700;
  font-size: 15px;
  border-radius: 2px;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-btn {
    padding: 18px 30px;
  }
}

@media only screen and (max-width: 767px) {
  .main-info__first-btn {
    padding: 13px 24px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-info__first-btn:hover {
    background: #e03702;
  }
}

.main-info__first-btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
}

.main-info__first-img {
  position: relative;
  margin-top: -48px;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-img {
    margin-top: 0;
    margin-bottom: 35px;
  }
}

.main-info__first-img picture {
  position: relative;
}

.main-info__first-decor {
  position: absolute;
  left: -135px;
  right: -135px;
  top: -130px;
}

@media only screen and (max-width: 1200px) {
  .main-info__first-decor {
    left: -56px;
    right: -56px;
    top: 45%;
    -webkit-transform: translateY(-50%) rotate(-4deg);
    transform: translateY(-50%) rotate(-4deg);
  }
}

.main-info__triggers {
  position: relative;
  background: #4d6562;
  padding-top: 48px;
  padding-bottom: 48px;
}

@media only screen and (max-width: 1200px) {
  .main-info__triggers {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.main-info__triggers-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 96px;
}

@media only screen and (max-width: 1200px) {
  .main-info__triggers-list {
    display: block;
  }
}

.main-info__triggers-item {
  width: 100%;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .main-info__triggers-item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #80918f;
  }
}

@media only screen and (max-width: 1200px) {
  .main-info__triggers-item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

.main-info__triggers-item:last-child::before {
  display: none;
}

.main-info__triggers-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #80918f;
  right: -48px;
}

@media only screen and (max-width: 1200px) {
  .main-info__triggers-item::before {
    display: none;
  }
}

.main-info__triggers-item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.main-info__triggers-item-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36px;
  flex: 0 0 36px;
  margin-right: 12px;
}

.main-info__triggers-item-title {
  position: relative;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #fff;
}

.main-info__triggers-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  color: #fff;
}

.main-info__triggers-item-text p {
  margin: 0;
}

.main-info__brands {
  position: relative;
  padding-top: 60px;
  padding-bottom: 100px;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands {
    padding-top: 48px;
    padding-bottom: 50px;
  }
}

.main-info__brands-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-title {
    font-size: 28px;
    line-height: 33px;
  }
}

.main-info__brands-text {
  position: relative;
  padding-left: 72px;
  padding-right: 72px;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  color: #4d6562;
  margin-bottom: 37px;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-text {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.main-info__brands-text p {
  margin: 0;
}

.main-info__brands-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-list {
    display: block;
  }
}

.main-info__brands-item {
  position: relative;
  width: 33.333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .main-info__brands-item:last-child {
    margin-bottom: 0;
  }
}

.main-info__brands-item-label {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6px 10px;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.main-info__brands-item-label img {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  margin-right: 4px;
}

.main-info__brands-item-inner {
  position: relative;
  border: 1px solid #b3bdbc;
  padding: 24px 32px 0;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-item-inner {
    padding: 30px 24px 0;
  }
}

.main-info__brands-item-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8px;
}

.main-info__brands-item-left {
  position: relative;
  padding-right: 10px;
}

.main-info__brands-item-title {
  position: relative;
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  color: #01231f;
}

.main-info__brands-item-rate {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-info__brands-item-rate-title {
  position: relative;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  color: #4d6562;
  margin-left: 8px;
}

.main-info__brands-item-img {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 64px;
  flex: 0 0 64px;
}

.main-info__brands-item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #4d6562;
  margin-bottom: 24px;
}

.main-info__brands-item-text p {
  margin: 0;
}

.main-info__brands-item-list {
  position: relative;
  margin-bottom: 32px;
}

.main-info__brands-item-row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.main-info__brands-item-row:last-child {
  margin-bottom: 0;
}

.main-info__brands-item-row-icon {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-info__brands-item-row-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4d6562;
  margin-right: 4px;
}

.main-info__brands-item-row-text {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #01231f;
}

.main-info__brands-item-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 12px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  border-radius: 2px;
  background: #ff3d00;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-info__brands-item-btn:hover {
    background: #e03702;
  }
}

.main-info__brands-item-btn svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-left: 6px;
}

.main-info__brands-item-more {
  position: relative;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: center;
  color: #4d6562;
  padding: 7px;
  background: #f0f2f2;
  border-top: 1px solid #b3bdbc;
  margin-left: -32px;
  margin-right: -32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-item-more {
    margin-left: -24px;
    margin-right: -24px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-info__brands-item-more:hover {
    background: #e6e9e9;
  }
}

.main-info__brands-item-more svg {
  margin-left: 4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-info__brands-item-more span:nth-child(2) {
  display: none;
}

.main-info__brands-item-more.active svg {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
}

.main-info__brands-item-more-text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #b3bdbc;
  border-top: 0;
  padding: 20px 32px;
  -webkit-box-shadow: 0px 6px 12px 0px rgba(1, 35, 31, 0.1019607843);
  box-shadow: 0px 6px 12px 0px rgba(1, 35, 31, 0.1019607843);
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  display: none;
  z-index: 1;
  background: #fff;
}

@media only screen and (max-width: 1200px) {
  .main-info__brands-item-more-text {
    padding: 16px;
  }
}

.main-info__brands-item-more-text p {
  margin: 0;
}

.main-info__archive {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 48px;
  }
}

.main-info__archive-title {
  position: relative;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  color: #01231f;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-title {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 33px;
  }
}

.main-info__archive-slider {
  margin-bottom: 72px !important;
  max-width: 620px;
  max-height: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-info__archive-slider .slick-list {
  overflow: visible;
}

.main-info__archive-slider .slick-slide {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: auto;
  display: flex !important;
  flex-direction: column;
}

.main-info__archive-slider .slick-slide:not(.slick-current) {
  pointer-events: none;
  opacity: 0.5;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-slider .slick-slide:not(.slick-current) {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.main-info__archive-slider .slick-arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  z-index: 1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 50%;
  margin-top: -24px;
  left: -330px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #05241f;
  border-radius: 50%;
  padding: 14px;
}

.main-info__archive-slider .slick-arrow:hover,
.main-info__archive-slider .slick-arrow:focus {
  background: #2e9c88;
}


@media only screen and (max-width: 1200px) {
  .main-info__archive-slider .slick-arrow {
    left: -40px;
    width: 36px;
    height: 36px;
    margin-top: -16px;
    padding: 10px;

  }
}

.main-info__archive-slider .slick-arrow::before {
  content: '';
  display: none;
}

.main-info__archive-slider .slick-arrow svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-info__archive-slider .slick-arrow svg path {
  fill: #fff;
}

@media only screen and (min-width: 1025px) {
  .main-info__archive-slider .slick-arrow:hover svg {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
}



/* @media only screen and (max-width: 1200px) {
  .main-info__archive-slider .slick-arrow svg {
    width: 12px;
    height: 24px;
  }
} */

.main-info__archive-slider .slick-arrow.slick-next {
  left: auto;
  right: -330px;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-slider .slick-arrow.slick-next {
    right: -40px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-info__archive-slider .slick-arrow.slick-next:hover svg {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
}

/* .main-info__archive-slider .slick-arrow.slick-next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
} */

.main-info__archive-slider .slick-arrow.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.main-info__archive-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  opacity: 1;
}

.main-info__archive-slider .slick-dots li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px;
}

.main-info__archive-slider .slick-dots li.slick-active {
  margin-left: 4px;
  margin-right: 4px;
}

.main-info__archive-slider .slick-dots li.slick-active button::before {
  width: 16px;
  margin-left: -8px;
  background: #01231f;

}

.main-info__archive-slider .slick-dots li button {
  position: relative;
  width: 16px;
  height: 8px;
  padding: 0;
  font-size: 0;
  border: 0;
  background: transparent;
}

@media only screen and (min-width: 1025px) {
  .main-info__archive-slider .slick-dots li button:hover::before {
    background: #01231f;
  }
}

.main-info__archive-slider .slick-dots li button::before {
  content: "";
  position: absolute;
  background: #b3bdbc;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 1;
}

.main-info__archive-item {
  position: relative;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-info__archive-item:hover .main-info__archive-item-img img {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

.main-info__archive-item-img {
  position: relative;
  border-radius: 2px 2px 0 0;
  overflow: hidden;
}

.main-info__archive-item-img img {
  width: 100%;
  -webkit-transition: 0.6s ease-in-out;
  transition: 0.6s ease-in-out;
}

.main-info__archive-item-body {
  position: relative;
  border: 1px solid #b3bdbc;
  background: #fff;
  padding: 12px 16px;
  border-radius: 0 0 2px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-item-body {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.slick-current .main-info__archive-item-body {
  opacity: 1;
}

.main-info__archive-item-left {
  position: relative;
  padding-right: 10px;
}

.main-info__archive-item-description-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4d6562;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-item-description-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.main-info__archive-item-name {
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  color: #4d6562;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-item-name {
    font-size: 15px;
    line-height: 23px;
  }
}

.main-info__archive-item-right {
  position: relative;
  border-left: 1px solid #b3bdbc;
  padding-left: 15px;
}

.main-info__archive-item-price-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #4d6562;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-item-price-title {
    font-size: 12px;
    line-height: 18px;
  }
}

.main-info__archive-item-price-val {
  font-size: 19px;
  font-weight: 700;
  line-height: 30px;
  color: #4d6562;
}

@media only screen and (max-width: 1200px) {
  .main-info__archive-item-price-val {
    font-size: 17px;
    line-height: 26px;
  }
}

.main-info__archive-btn-box {
  text-align: center;
}

.main-info__archive-btn {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  padding: 12px 32px;
  background: #4d6562;
  text-decoration: none;
  border-radius: 2px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
  .main-info__archive-btn:hover {
    background: #80918f;
  }
}

.main-info__testimonials {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.main-info__testimonials-title {
  position: relative;
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-title {
    margin-bottom: 32px;
    font-size: 28px;
    line-height: 33px;
  }
}

.main-info__testimonials-slider {
  max-width: 1060px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-info__testimonials-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.main-info__testimonials-slider .slick-dots li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0px;
  width: auto;
  height: auto;
}

.main-info__testimonials-slider .slick-dots li.slick-active {
  margin-left: 4px;
  margin-right: 4px;
}

.main-info__testimonials-slider .slick-dots li.slick-active button::before {
  width: 16px;
  margin-left: -8px;
  color: #fff;
  background: #fff;
  opacity: 1;
}

.wrapp .main-info__testimonials-slider .slick-dots button {
  position: relative;
  width: 16px;
  height: 8px;
  padding: 0;
  font-size: 0;
  border: 0;
  background: transparent;
  transform: scale(1);
}

@media only screen and (min-width: 1025px) {
  .wrapp .main-info__testimonials-slider .slick-dots button:hover::before {
    background: #fff;
  }
}

.wrapp .main-info__testimonials-slider .slick-dots button::before {
  content: "";
  position: absolute;
  background: #b3bdbc;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  top: 0;
  left: 50%;
  margin-left: -4px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #b3bdbc;
  background: #b3bdbc;
  opacity: 1;
}

.main-info__testimonials-slider .slick-arrow {
  position: absolute;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1;
  /* top: 50%; */
  top: 200px;
  left: 20px;
  margin-top: -20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* background: #f60011;
  border-radius: 50%;
  padding: 10px; */
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-slider .slick-arrow {
    top: auto;
    bottom: 10px;
    margin-top: 0;
    left: 27px;
  }
}

.main-info__testimonials-slider .slick-arrow svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-info__testimonials-slider .slick-arrow svg path {
  fill:#fff;
}

@media only screen and (min-width: 1025px) {
  .main-info__testimonials-slider .slick-arrow:hover svg {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
}

.main-info__testimonials-slider .slick-arrow.slick-next {
  left: auto;
  right: 20px;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-slider .slick-arrow.slick-next {
    right: 27px;
  }
}

@media only screen and (min-width: 1025px) {
  .main-info__testimonials-slider .slick-arrow.slick-next:hover svg {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
}

/* .main-info__testimonials-slider .slick-arrow.slick-next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
} */



.main-info__testimonials-slider .slick-arrow::after,
.main-info__testimonials-slider .slick-arrow::before {
  display: none !important;
}



.main-info__testimonials-item {
  position: relative;
  padding: 76px 110px 116px;
  background: #01231f;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 2px;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item {
    padding: 32px 32px 88px;
    display: block !important;
  }
}

.main-info__testimonials-item-left {
  position: relative;
  max-width: 486px;
  width: 100%;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item-left {
    max-width: 100%;
    margin-bottom: 48px;
  }
}

.main-info__testimonials-item-text {
  position: relative;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 32px;
}

.main-info__testimonials-item-text p {
  margin: 0;
}

.main-info__testimonials-item-author {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item-author {
    display: block;
    padding-right: 50px;
  }
}

.main-info__testimonials-item-author-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 32px;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item-author-icon {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.main-info__testimonials-item-author-box {
  position: relative;
}

.main-info__testimonials-item-author-name {
  position: relative;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 29px;
}

.main-info__testimonials-item-author-chanel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item-author-chanel {
    display: block;
  }
}

.main-info__testimonials-item-author-chanel a {
  margin-left: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .main-info__testimonials-item-author-chanel a {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1025px) {
  .main-info__testimonials-item-author-chanel a:hover {
    text-decoration: none;
  }
}

.main-info__testimonials-item-author-chanel a svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 4px;
}

.main-info__testimonials-item-right {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 290px;
  flex: 0 0 290px;
}

.main-info__testimonials-item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  overflow: hidden;
}

.main-info__testimonials-item-link img {
  width: 100%;
}

@media only screen and (min-width: 1025px) {
  .main-info__testimonials-item-link:hover span {
    background: #000;
  }

  .main-info__testimonials-item-link:hover span svg {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}

.main-info__testimonials-item-link span {
  position: absolute;
  width: 96px;
  height: 96px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  left: 50%;
  margin-top: -48px;
  margin-left: -48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.main-info__testimonials-item-link span svg {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}