@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: unset;
}

/* ios */
input,
input:before,
input:after,
textarea {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  -ms-user-select: initial;
  user-select: initial;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: unset;
  text-decoration: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

* {
  --color-main: #997F5A;
  --color-text: #312f2f;
  --color-text-light: #616161;
  --color-text-dark: #000000;
  --color-accent: #c51111;
  --color-form: #667085;
  --color-form-accent: hsl(0, 60%, 52%);
  --color-button: hsl(35, 26%, 48%);
  --color-hover: hsl(35, 26%, 58%);
  --anim4: 0.4s ease;
  --anim2: 0.2s ease;
  --anim1: 0.1s ease;
}

html {
  font-family: "Nokora", sans-serif;
  font-size: 18px;
  cursor: default;
}

h1,
.banner-main__title {
  font-size: 64px;
  font-weight: 700;
  line-height: 94%;
  margin-bottom: 16px;
  color: #fff;
}

h2 {
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 26px;
}

h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 24px;
}

h4 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 18px;
}

p {
  font-size: 18px;
  line-height: 27px;
  color: var(--color-text);
}
p:not(:last-of-type) {
  margin-bottom: 27px;
}

b {
  font-weight: 700;
}

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative;
}

.scroll-wrapper > .scroll-content {
  border: none !important;
  -webkit-box-sizing: content-box !important;
          box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.scroll-element {
  display: none;
}

.scroll-element, .scroll-element div {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default;
}

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999;
}

.scroll-textarea > .scroll-content {
  overflow: hidden !important;
}

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important;
}

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0;
}

/*************** SIMPLE INNER SCROLLBAR ***************/
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10;
}

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 5px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden;
}

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  background: #CECECE;
}

.scrollbar-inner > .scroll-element .scroll-bar {
  background: #303030;
}

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background: #272727;
}

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background: #272727;
}

/* update scrollbar offset if both scrolls are visible */
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px;
}

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px;
}

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

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

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

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

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

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

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

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

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

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

.irs-min {
  left: 0;
}

.irs-max {
  right: 0;
}

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

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

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

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

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

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

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

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

.irs-disabled {
  opacity: 0.4;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
      -ms-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
      -ms-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
       -o-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev,
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  -o-transition-property: transform, opacity, height;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.btn--burger {
  display: none;
  margin-left: auto;
}

.slider-wrap .swiper-product ~ .swiper-button-wrapper .swiper-button-prev,
.slider-wrap .swiper-product ~ .swiper-button-wrapper .swiper-button-next {
  top: clamp(120px, 10vw, 140px);
}

.swiper-product .product-card {
  height: 100%;
  width: 100%;
  max-width: unset;
}
.swiper-product .product-card__img {
  height: clamp(240px, 21vw, 300px);
  width: unset;
}

@font-face {
  font-family: "Nokora";
  src: local("Nokora-Regular"), url("../fonts/Nokora-Regular.woff2") format("woff2"), url("../fonts/Nokora-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nokora";
  src: local("Nokora-Bold"), url("../fonts/Nokora-Bold.woff2") format("woff2"), url("../fonts/Nokora-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
button {
  border: unset;
  background: unset;
  padding: unset;
  font-family: "Nokora";
  cursor: pointer;
}

a.more {
  color: var(--color-main);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-decoration: underline;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}

.btn,
a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  font-size: 20px;
  color: hsl(0deg, 0%, 100%);
  background: var(--color-button);
  padding: 15px 30px;
  width: 100%;
  max-width: 343px;
  -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.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.btn--sm,
a.btn--sm {
  padding: 10px 25px;
  max-width: 309px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 150%;
}
.btn--border,
a.btn--border {
  color: var(--color-text-dark);
  background: unset;
  border: 1px solid var(--color-text-dark);
  padding: 14px 24px;
  font-weight: 400;
  font-size: 18px;
}
.btn--wish,
a.btn--wish {
  width: auto;
  padding: 15px;
  border: 1px solid #BDBDBD;
}
.btn--wish svg,
a.btn--wish svg {
  width: 24px;
  height: 24px;
}
.btn--wish svg path,
a.btn--wish svg path {
  stroke: #BDBDBD;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.btn--wish.active,
a.btn--wish.active {
  border: 1px solid var(--color-main);
  background: var(--color-main);
}
.btn--wish.active svg path,
a.btn--wish.active svg path {
  stroke: #fff;
}
.btn.cart.active,
a.btn.cart.active {
  background: transparent;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

.slider-wrap {
  position: relative;
}

.swiper-pagination {
  position: relative;
  bottom: unset;
  padding-top: 26px;
  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;
}

.swiper-pagination-bullet {
  opacity: unset;
  width: 30px;
  height: 30px;
  background: unset;
  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;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  margin: unset !important;
}
.swiper-pagination-bullet:not(:last-child) {
  margin: 0 14px 0 0 !important;
}
.swiper-pagination-bullet::after {
  content: "";
  display: block;
  border-radius: 100%;
  width: 3px;
  height: 3px;
  background: #8A8A8A;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 100%;
  width: 0;
  height: 0;
  border: 1px solid transparent;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: unset;
}

.swiper-pagination-bullet-active::after {
  background: var(--color-main);
}
.swiper-pagination-bullet-active::before {
  border: 1px solid rgba(153, 127, 90, 0.5);
  width: 100%;
  height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  top: calc(50% - 30px);
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 72px;
  height: 72px;
  background: #fff;
  border-radius: 100%;
  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: unset;
  -webkit-box-shadow: 0 9px 30px 0 rgba(206, 207, 209, 0.9);
          box-shadow: 0 9px 30px 0 rgba(206, 207, 209, 0.9);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 24px;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-next {
  -webkit-transform: translateY(-50%) scaleX(-1);
      -ms-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  right: -36px;
}

.swiper-button-prev {
  left: -32px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  display: none;
}

.swiper-category .swiper-pagination,
.swiper-category .swiper-button-wrapper {
  display: none;
}
.swiper-category .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.swiper-category .swiper-slide {
  height: auto;
  overflow: hidden;
}
.swiper-category__box {
  height: 100%;
  display: block;
  position: relative;
}
.swiper-category__img {
  height: 100%;
  position: relative;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  font-size: 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;
}
.swiper-category__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg, 0%, 0%);
  opacity: 0.3;
}
.swiper-category__img img {
  height: 100%;
  min-width: 240px;
  height: clamp(300px, 26vw, 370px);
  -o-object-fit: cover;
     object-fit: cover;
}
.swiper-category__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  font-size: clamp(20px, 1.8vw, 24px);
  line-height: 120%;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}

.wish {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.wish svg path {
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
}
.wish.check svg path {
  fill: var(--color-main);
  stroke: var(--color-main);
}

.right-box {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: 16;
  width: 100%;
  max-width: 480px;
  visibility: hidden;
  opacity: 0;
  right: -50%;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.right-box.open {
  visibility: visible;
  opacity: 1;
  right: 0;
}
.right-box__top {
  border-bottom: 1px solid #E0DFDF;
  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: 24px 32px 0;
}
.right-box__title {
  padding: 24px 15px;
  font-weight: 700;
  font-size: 20px;
}
.right-box__close {
  width: 12px;
  height: 12px;
  font-size: 0;
}
.right-box__close svg path {
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.right-box__body {
  height: 100vh;
  overflow-y: auto;
}
.right-box__body.scroll-wrapper {
  padding: 16px 32px !important;
}
.right-box__body .accordion-wrap {
  padding: 16px 32px;
}
.right-box__button {
  width: calc(100% - 64px);
  margin: auto auto 78px;
  padding-top: 20px;
}
.right-box__button button {
  max-width: unset;
}
.right-box__button .order__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 17px;
}
.right-box__button .order__more .cash {
  font-weight: 700;
}
.right-box .cart__product-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  width: 100%;
}
.right-box .cart__product-row:not(:last-child) {
  border-bottom: 1px solid #E0DFDF;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.right-box .cart__product-img img {
  width: 120px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.right-box .cart__product-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  padding-bottom: 8px;
}
.right-box .cart__product-top .delete {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
.right-box .cart__product__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 27px;
}
.right-box .cart__product-color {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 2px;
}
.right-box .cart__product-color .color {
  font-size: 0;
  line-height: 1;
}
.right-box .cart__product-color img {
  width: 24px;
  height: 24px;
  border: 1px solid #EFEEEA;
}
.right-box .cart__product-conf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 2px;
}
.right-box .cart__product-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.right-box .cart__product-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  row-gap: 42px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}
.product-list .product-card {
  width: calc(25% - 28px);
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: clamp(260px, 21vw, 300px);
  max-width: 300px;
}
.product-card__img {
  position: relative;
  height: clamp(240px, 21vw, 300px);
  width: 100%;
  margin-bottom: 27px;
}
.product-card__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-card__img .hover {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
.product-card__title {
  font-size: 20px;
  line-height: 27px;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  margin-bottom: 8px;
}
.product-card__desc {
  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;
          flex: 1;
}
.product-card__more {
  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: auto;
}
.product-card__price {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}
.product-card__price.sale-price {
  color: var(--color-accent);
}
.product-card__price.sale-price span {
  color: #8A8A8A;
  position: relative;
  margin-left: 8px;
}
.product-card__price.sale-price span::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: -2px;
  width: calc(100% + 4px);
  height: 1px;
  background: #000;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  color: var(--color-text-light);
  padding: 16px 0;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.breadcrumbs li:not(:last-child)::after {
  content: "/";
  padding: 0 12px;
}

.blog__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  border-top: 1px solid #8a8a8a;
}
.blog__categories li {
  padding-top: 20px;
  margin-bottom: 24px;
  border-top: 5px solid transparent;
}
.blog__categories li.active {
  border-top-color: #1E1E1E;
  color: var(--color-main);
}

.pagination {
  padding: 16px 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;
  gap: 10px;
}
.pagination li a {
  width: 34px;
  height: 34px;
  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-shadow: 0px 3px 2px 0px rgba(224, 224, 224, 0.3);
          box-shadow: 0px 3px 2px 0px rgba(224, 224, 224, 0.3);
  border-radius: 4px;
}
.pagination li a img {
  width: 24px;
  height: 24px;
}
.pagination li.active a {
  background: var(--color-main);
  color: #fff;
}
.pagination li.next a img {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}

.input-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-row:not(:last-of-type) {
  margin-bottom: 10px;
}
.input-row input[type=checkbox] {
  width: 18px;
  height: 18px;
  border: 1px solid #DDDEE0;
  margin: unset;
  margin-right: 8px;
}
.input-row input[type=checkbox]:checked {
  border: 1px solid #000;
  background: #000;
  background-image: url("../img/icon/check-input.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
}
.input-row label {
  line-height: 1;
  font-size: 16px;
  color: #222222;
}

.back {
  display: none;
}
.back::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../img/icon/arrow.svg") no-repeat;
  background-size: contain;
}

.mfp-content {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  background: #fff;
}
.mfp-content input,
.mfp-content textarea {
  font-family: "Nokora";
  width: 100%;
  border: 1px solid #D0D5DD;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.0509803922);
  padding: 14px;
  font-size: 16px;
  background: #fff;
}
.mfp-content input::-webkit-input-placeholder, .mfp-content textarea::-webkit-input-placeholder {
  color: var(--color-form);
}
.mfp-content input::-moz-placeholder, .mfp-content textarea::-moz-placeholder {
  color: var(--color-form);
}
.mfp-content input:-ms-input-placeholder, .mfp-content textarea:-ms-input-placeholder {
  color: var(--color-form);
}
.mfp-content input::-ms-input-placeholder, .mfp-content textarea::-ms-input-placeholder {
  color: var(--color-form);
}
.mfp-content input::placeholder,
.mfp-content textarea::placeholder {
  color: var(--color-form);
}
.mfp-content input[type=checkbox],
.mfp-content textarea[type=checkbox] {
  width: 24px;
  height: 24px;
  padding: unset;
}
.mfp-content input[type=checkbox] ~ label,
.mfp-content textarea[type=checkbox] ~ label {
  font-size: 14px;
  color: #222222;
}
.mfp-content textarea {
  resize: vertical;
  max-height: 300px;
  min-height: 48px;
}
.mfp-content button.btn {
  width: 100%;
  max-width: unset;
}
.mfp-content .mfp-close {
  width: 24px;
  height: 24px;
  font-size: 0;
  background-image: url("../img/icon/close.svg");
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  top: 16px;
  right: 16px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #F8F8F8;
  -webkit-box-shadow: -13px 20px 30px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: -13px 20px 30px 0px rgba(0, 0, 0, 0.2509803922);
}
.form__wrap {
  padding: 48px;
  width: clamp(375px, 60vw, 536px);
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.form__input, .form__input.input-row {
  margin-bottom: 24px;
}
.form__img {
  font-size: 0;
  max-width: 500px;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.form__img img {
  width: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.form-reviews .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.form-reviews .star {
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.form-reviews .star svg path {
  fill: #BCBCBC;
}

.thank {
  padding: 48px;
  text-align: center;
}
.thank__img {
  margin-bottom: 17px;
}
.thank__img img {
  width: 140px;
}
.thank__txt p {
  margin-bottom: unset;
  font-size: 20px;
}

.no-close .mfp-close {
  display: none;
}

.rating-input {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.rating-input input {
  display: none;
}
.rating-input input:checked + label::before {
  content: none;
}
.rating-input label {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  background: center/contain no-repeat url("../img/icon/star-gray.svg");
}
.rating-input input:hover ~ label::after,
.rating-input input:checked ~ label::after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  background: center/contain no-repeat url("../img/icon/star.svg");
}

.container {
  margin: 0 auto;
  padding-right: 64px;
  padding-left: 64px;
  max-width: 1440px;
  width: 100%;
}

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background: #fff;
}

.wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

html {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}
html .opacity-bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: opacity 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  transition: opacity 0.4s cubic-bezier(0.12, 0, 0.39, 0);
}
html .opacity-bg.js-active {
  opacity: 0.3;
  visibility: visible;
}
html .opacity-bg.js-active-header {
  opacity: 0.3;
  visibility: visible;
  z-index: 13;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

section {
  padding-top: 64px;
  padding-bottom: 64px;
}
section.padding-md {
  padding-top: 32px;
  padding-bottom: 32px;
}

.header {
  position: relative;
  max-height: 156px;
}
.header--order {
  background: #F3F3F3;
  border-bottom: 1px solid #DDDEE0;
}
.header--order .header__wrapper {
  display: none;
}
.header--order .header__wrapper--order {
  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 0;
}
.header--order .header__tel {
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  width: 20%;
}
.header--order .header__tel a {
  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;
  gap: 4px;
}
.header--order .header__tel a span.icon {
  width: 24px;
  height: 24px;
  margin-bottom: 2px;
}
.header--order .header__tel a span {
  color: #312F2F;
}
.header--order .header__back {
  width: 20%;
}
.header--order .header__back .back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header--order .header__logo {
  width: 60%;
}
.header__wrapper--order {
  display: none;
}
.header__wrapper {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 112px 1fr 112px;
  grid-template-areas: "search logo icons" "nav nav nav";
}
.header__search {
  grid-area: search;
  padding-left: 32px;
}
.header__search-icon {
  width: 24px;
  cursor: pointer;
  font-size: 0;
}
.header__search-icon svg path {
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.header__search-icon:hover svg path {
  stroke: var(--color-main);
}
.header__search-input {
  display: none;
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
}
.header__search-head {
  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;
  max-width: 1440px;
  margin: 0 auto;
  padding: 10px 64px;
}
.header__search-body {
  position: relative;
  margin: 0 auto;
  margin-top: 10%;
  border-bottom: 1px solid #000;
  padding: 8px 16px;
  width: 45%;
  max-width: 600px;
  min-width: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 20;
}
.header__search-body input {
  border: unset;
  outline: unset;
  padding: 0 16px 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 27px;
}
.header__search-body input::-webkit-input-placeholder {
  font-weight: 700;
  color: #ADADAD;
}
.header__search-body input::-moz-placeholder {
  font-weight: 700;
  color: #ADADAD;
}
.header__search-body input:-ms-input-placeholder {
  font-weight: 700;
  color: #ADADAD;
}
.header__search-body input::-ms-input-placeholder {
  font-weight: 700;
  color: #ADADAD;
}
.header__search-body input::placeholder {
  font-weight: 700;
  color: #ADADAD;
}
.header__search-body input[type=search]::-webkit-search-decoration,
.header__search-body input[type=search]::-webkit-search-cancel-button,
.header__search-body input[type=search]::-webkit-search-results-button,
.header__search-body input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.header__search-body label {
  font-weight: 700;
  color: var(--color-text-light);
}
.header__search-body button svg {
  width: 24px;
  height: 25px;
}
.header__search-logo {
  max-width: 257px;
}
.header__search-close {
  width: 18px;
  height: 18px;
  cursor: pointer;
}
.header__search-close svg path {
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.header__logo {
  grid-area: logo;
  margin: 0 auto;
  width: 100%;
  padding: 8px 0;
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__logo img {
  width: 100%;
  max-width: 257px;
  max-height: 69px;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__icons {
  grid-area: icons;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 32px;
}
.header__icons svg path {
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.header__icons a:hover,
.header__icons .header__cart:hover {
  cursor: pointer;
}
.header__icons a:hover svg path,
.header__icons .header__cart:hover svg path {
  stroke: var(--color-main);
}
.header__wish svg {
  width: 32px;
}
.header__cart svg {
  width: 32px;
}
.header__nav {
  grid-area: nav;
  border-top: 1px solid hsl(0deg, 0%, 54%);
  padding-top: 8px;
  position: relative;
}
.header__nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__nav .menu > li {
  padding: 16px 0;
}
.header__nav .menu > li.mob {
  display: none;
}
.header__nav .menu > li > a {
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.header__nav .menu > a {
  font-size: 18px;
  line-height: 150%;
  color: var(--color-text-dark);
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
}
.header__nav .dropdown {
  position: absolute;
  background: hsl(0deg, 0%, 100%);
  padding: 24px 64px 32px 64px;
  margin-left: -64px;
  margin-right: -64px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  opacity: 0;
  visibility: hidden;
}
.header__nav .dropdown__left {
  width: 30vw;
  max-width: 435px;
  min-width: 330px;
  position: relative;
  overflow: hidden;
  margin-right: clamp(20px, 7.8vw, 112px);
}
.header__nav .dropdown__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: clamp(20px, 4vw, 64px);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header__nav .dropdown__img {
  font-size: 0;
  position: relative;
  height: 100%;
}
.header__nav .dropdown__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__nav .dropdown__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsl(0deg, 0%, 0%);
  opacity: 0.4;
}
.header__nav .dropdown__content {
  position: absolute;
  text-align: center;
  width: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.header__nav .dropdown__content h3 {
  font-weight: 700;
  color: hsl(0deg, 0%, 100%);
  line-height: 147%;
  font-size: clamp(24px, 2vw, 32px);
  margin-bottom: 4px;
}
.header__nav .sub-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  max-height: 230px;
}
.header__nav .sub-menu__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 170%;
  color: hsl(0deg, 0%, 3%);
  margin-bottom: 8px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: var(--anim4);
  -o-transition: var(--anim4);
  transition: var(--anim4);
  pointer-events: none;
}
.header__nav .sub-menu__title span {
  display: block;
}
.header__nav .sub-menu li {
  margin-right: clamp(15px, 3.2vw, 48px);
}
.header__nav .sub-menu li a {
  font-size: 14px;
  color: hsl(0deg, 0%, 3%);
  line-height: 193%;
}
.footer {
  background: hsl(0deg, 0%, 97%);
  padding: 48px 0 32px;
}
.footer__wrapper {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "logo nav" "bottom bottom";
}
.footer__logo {
  grid-area: logo;
}
.footer__logo img {
  width: 191px;
}
.footer__nav {
  grid-area: nav;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 112px;
     -moz-column-gap: 112px;
          column-gap: 112px;
  margin-bottom: 24px;
}
.footer__nav a {
  display: block;
  padding-bottom: 16px;
  -webkit-transition: var(--anim2);
  -o-transition: var(--anim2);
  transition: var(--anim2);
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 14px;
}
.footer__bottom {
  grid-area: bottom;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid hsl(0deg, 0%, 54%);
  padding-top: 32px;
}
.footer__bottom .copy p {
  font-size: 14px;
  line-height: 193%;
  margin-bottom: unset;
}
.footer__bottom .ocean {
  width: 84px;
}

.banner-main {
  position: relative;
  overflow: hidden;
  padding-top: unset;
  padding-bottom: unset;
  height: calc(100vh - 144px);
  position: relative;
  z-index: 1;
}
.banner-main .scroll {
  position: absolute;
  bottom: -16px;
  z-index: 10;
  left: 50%;
  font-family: "Inter";
  font-size: 16px;
  color: #fff;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
.banner-main .scroll::before {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background: #fff;
}
.banner-main__img {
  height: 100%;
  opacity: 0.8;
}
.banner-main .banner-slider-img {
  height: 100%;
  position: relative;
  overflow: hidden;
  background: #000;
  pointer-events: none;
}
.banner-main .banner-slider-img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  min-width: 780px;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
}
.banner-main .banner-slider-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner-main .banner-slider-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.banner-main .banner-slider-wrap .container {
  width: 100%;
}
.banner-main .banner-slider-wrap .swiper-pagination {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.banner-main .banner-slider-wrap .swiper-pagination-bullet::after {
  background: #fff;
}
.banner-main .banner-slider-wrap .swiper-pagination-bullet-active::after {
  background: #fff;
}
.banner-main .banner-slider-wrap .swiper-pagination-bullet-active::before {
  border: 1px solid #fff;
}
.banner-main .banner-slider-content {
  max-width: 600px;
  width: 100%;
  margin-top: 149px;
  pointer-events: none;
  margin-left: unset;
  margin-right: unset;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.banner-main .banner-slider-content .swiper-slide {
  opacity: 0 !important;
}
.banner-main .banner-slider-content .swiper-slide-active {
  opacity: 1 !important;
}
.banner-main__title {
  max-width: 584px;
}
.banner-main__desc {
  max-width: 526px;
}
.banner-main__desc p {
  color: #fff;
  margin-bottom: unset;
}

.explore {
  overflow: hidden;
}
.explore .swiper-pagination,
.explore .swiper-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner {
  position: relative;
  min-height: 355px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150px;
  width: calc(57% + 150px);
  min-width: 850px;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
  -webkit-transform: skew(-37deg);
      -ms-transform: skew(-37deg);
          transform: skew(-37deg);
}
.banner__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  z-index: 1;
}
.banner__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.banner__content {
  position: relative;
  z-index: 3;
  max-width: 602px;
}
.banner__content p {
  color: #fff;
  margin-bottom: 16px;
}
.banner--page .banner__img {
  background: #000;
}
.banner--page .banner__img img {
  opacity: 0.8;
}
.banner--page .banner__content {
  max-width: 447px;
}
.banner--sm {
  padding: 47px;
}
.banner--sm .banner__img img {
  height: 112%;
  -o-object-position: 0 75%;
     object-position: 0 75%;
}

.product__test {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.sale__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 38px;
}
.sale__box {
  position: relative;
  width: calc(25% - 29px);
  max-height: 389px;
}
.sale__box--bg {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.sale__desc {
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: #fff;
  font-weight: 700;
}
.sale__value {
  font-size: clamp(24px, 2.3vw, 32px);
  line-height: 100%;
}
.sale__title {
  font-size: clamp(16px, 1.3vw, 18px);
  line-height: 150%;
}
.sale__img {
  font-size: 0;
  height: 100%;
}
.sale__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.reviews {
  background: #F8F8F8;
}
.reviews .container {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 1fr auto;
  grid-template-areas: "title button" "slider slider";
}
.reviews h2 {
  grid-area: title;
}
.reviews a.btn {
  grid-area: button;
  margin-bottom: 25px;
}
.reviews .slider-wrap {
  grid-area: slider;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.reviews .reviews-slider {
  width: 100%;
  margin-bottom: 25px;
}
.reviews__name {
  line-height: 27px;
  margin-bottom: 4px;
}
.reviews__star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.reviews__star svg {
  width: 18px;
  height: 18px;
}
.reviews__body p {
  font-size: 14px;
  color: var(--color-text-light);
}
.reviews .swiper-pagination {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.reviews .swiper-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.reviews .swiper-button-next {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.discover {
  overflow: hidden;
}

.shop-sale .sale__wrap:not(:last-of-type) {
  margin-bottom: 42px;
}
.shop-sale .sale__wrap:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.catalog-list__head {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  row-gap: 20px;
  margin-bottom: 26px;
}
.catalog-list__head h2 {
  margin-bottom: unset;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.catalog-list__title {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}
.catalog-list__set {
  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;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
  font-size: 18px;
  line-height: 27px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.catalog-list__set .value {
  font-weight: 700;
}
.catalog-list__set-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
}
.catalog-list__set-head .option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}
.catalog-list__sort {
  position: relative;
}
.catalog-list__sort .icon {
  width: 24px;
  height: 24px;
  margin-left: 8px;
}
.catalog-list__sort .icon img {
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.catalog-list__sort .catalog-list__set-head.js-active .icon img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog-list__sort-body {
  position: absolute;
  right: 0;
  width: 281px;
  background: #fff;
  -webkit-box-shadow: 4px 9px 20.3999996185px 0px rgba(174, 175, 176, 0.8980392157);
          box-shadow: 4px 9px 20.3999996185px 0px rgba(174, 175, 176, 0.8980392157);
  padding: 4px 0;
  visibility: hidden;
  opacity: 0;
  top: 50%;
  z-index: 2;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.catalog-list__sort-body.open {
  visibility: visible;
  opacity: 1;
  top: 100%;
}
.catalog-list__sort-body li {
  padding: 10px 14px;
  font-size: 16px;
  cursor: pointer;
}
.catalog-list__sort-body li:hover {
  background: #EFEEEA;
  color: #767676;
}
.catalog-list__sort-body li.active {
  background: #EFEEEA;
  color: #767676;
  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;
}
.catalog-list__sort-body li.active::after {
  content: "";
  display: block;
  background: url("../img/icon/check.svg");
  width: 20px;
  height: 20px;
}
.catalog-list__filter .icon {
  width: 16px;
  height: 16px;
}
.catalog-list__filter-body .accordion-top {
  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: 24px 0 24px 15px;
}
.catalog-list__filter-body .accordion-btn {
  width: 24px;
  height: 24px;
}
.catalog-list__filter-body .accordion-item {
  border-bottom: 1px solid #E0DFDF;
}
.catalog-list__filter-body .accordion-content {
  display: none;
  padding: 0 15px 24px;
  margin-top: -16px;
}
.catalog-list__filter-price {
  font-size: 16px;
}
.catalog-list__filter-price .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;
}
.catalog-list__filter-price .row span:first-child,
.catalog-list__filter-price .row span:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #DDDEE0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 115px;
  gap: 10px;
  padding: 5px 12px;
}
.catalog-list__filter-price .row i {
  line-height: 1;
  font-size: 14px;
}
.catalog-list__filter-price input {
  width: 100%;
  font-size: 16px;
  line-height: 27px;
  font-family: "Nokora", sans-serif;
  border: unset;
}
.catalog-list__filter-price .irs-handle {
  border: unset;
  width: 12px;
  height: 12px;
  background: #000;
  top: 32px;
}
.catalog-list__filter-price .irs-handle.state_hover {
  background: var(--color-main);
}
.catalog-list__filter-price .irs-bar {
  background: #000;
}
.catalog-list__nav {
  padding: 16px 0 0;
}

.banner--l {
  height: calc(100vh - 143px);
}
.banner--l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 48%;
  min-width: 700px;
  height: 100%;
  background: #000;
  opacity: 0.4;
  z-index: 2;
  -webkit-clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 73% 100%, 0% 100%);
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
}
.banner--l .banner__content {
  max-width: 490px;
}

.text-content {
  text-align: center;
}
.text-content h2 {
  font-weight: 700;
}
.text-content p {
  max-width: 680px;
  margin: 0 auto;
}

.section--p0 {
  padding-top: unset;
  padding-bottom: unset;
}

.swiper-simple .swiper-slide,
.swiper-simple--product .swiper-slide {
  height: auto;
}
.swiper-simple .swiper-slide img,
.swiper-simple--product .swiper-slide img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.connections {
  position: relative;
  overflow: hidden;
  padding: 163px 77px;
}
.connections__img {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.connections__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.connections__content {
  position: relative;
  z-index: 2;
  padding: 40px 65px;
  max-width: 517px;
  background: #F5F5F5;
}
.connections__content p {
  font-size: 16px;
}

.contacts-page {
  padding-top: 32px;
  padding-bottom: 80px;
}
.contacts-page h1 {
  color: #000;
  margin-bottom: 38px;
}
.contacts-page h2 {
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 16px;
}
.contacts-page a {
  color: var(--color-main);
  line-height: 27px;
}
.contacts-page a.mail {
  text-decoration: underline;
}
.contacts-page__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contacts-page__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
.contacts-page__row:not(:last-of-type) {
  margin-bottom: 48px;
}
.contacts-page__icon {
  width: 40px;
  height: 40px;
}
.contacts-page__map {
  width: 49%;
  height: auto;
}
.contacts-page__map iframe {
  height: 100%;
  width: 100%;
}

.page-404 .banner {
  height: calc(100vh - 143px - 282px);
  min-height: unset;
}
.page-404 .banner__content {
  max-width: 403px;
}
.page-404 .banner__content p {
  font-size: 32px;
  line-height: 43px;
  font-weight: 700;
}

.thanks-page .banner {
  height: calc(100vh - 143px - 282px);
  min-height: unset;
}
.thanks-page .banner h1 {
  font-size: 32px;
  line-height: 1.1;
}
.thanks-page .banner__img img {
  -o-object-position: center bottom;
     object-position: center bottom;
}
.thanks-page .banner__content {
  max-width: 551px;
}
.thanks-page .banner__content p {
  margin-bottom: unset;
}

.product-page {
  overflow-x: hidden;
}

.product-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 48px;
  padding-top: unset;
  padding-bottom: 48px;
}
.product-main__img {
  width: calc(50% - 24px);
  min-width: 480px;
}
.product-main__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 16px;
}
.product-main__price {
  font-size: 32px;
  line-height: 1;
  margin-bottom: 24px;
}
.product-main__price.sale {
  color: var(--color-accent);
}
.product-main__price.sale span {
  color: var(--color-text);
  font-size: 18px;
  line-height: 1;
  text-decoration: line-through;
  margin-left: 16px;
}
.product-main__color, .product-main__config {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 24px;
  gap: 2px;
}
.product-main__color .form_input_wrap, .product-main__config .form_input_wrap {
  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;
}
.product-main__color input, .product-main__config input {
  display: none;
}
.product-main__color label, .product-main__config label {
  width: 44px;
  height: 44px;
  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: 0;
  border: 2px solid transparent;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  cursor: pointer;
}
.product-main__color label img, .product-main__config label img {
  width: 32px;
  height: 32px;
  border: 1px solid #EFEEEA;
  -webkit-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  -o-transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  transition: 0.2s cubic-bezier(0.12, 0, 0.39, 0);
}
.product-main__color input:checked ~ label, .product-main__config input:checked ~ label {
  border: 2px solid var(--color-main);
}
.product-main__color input:checked ~ label img, .product-main__config input:checked ~ label img {
  border: unset;
  border: 1px solid transparent;
}
.product-main__count {
  margin-bottom: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-main__count .form_input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0;
}
.product-main__count button {
  cursor: pointer;
}
.product-main__count button,
.product-main__count input.quantity {
  font-size: 18px;
  line-height: 1;
  font-family: "Nokora";
  width: 45px;
  height: 45px;
  text-align: center;
  border: 1px solid #616161;
}
.product-main__count input.quantity {
  border: unset;
  border-top: 1px solid #616161;
  border-bottom: 1px solid #616161;
}
.product-main__count input::-webkit-outer-spin-button,
.product-main__count input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-main__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-main .title {
  margin-right: 16px;
  padding: 13px 0;
}
.product-main a.more {
  margin-left: 2px;
}
.product-main .config__info {
  display: none;
  width: 262px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 15;
  background: #fff;
}
.product-main .config__info.active {
  display: block;
}
.product-main .config__desc {
  padding: 8px 13px 16px;
}
.product-main .config__title {
  margin-bottom: 10px;
}
.product-main .config__prop {
  font-size: 14px;
  margin-bottom: 22px;
}
.product-main .config__txt {
  font-size: 14px;
  line-height: 22px;
}
.product-main .config__close {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product-main .config__close svg {
  width: 12px;
  height: 12px;
}

.product-desc {
  padding-top: 32px;
  padding-bottom: 32px;
}
.product-desc__tab-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;
  margin-bottom: 16px;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  row-gap: 48px;
}
.product-desc__title-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 65px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow: -moz-scrollbars-none;
  padding: 0;
  height: auto;
}
.product-desc__title-list::-webkit-scrollbar {
  width: 0;
  padding: 0;
}
.product-desc__title {
  cursor: pointer;
  padding: 4px 8px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.product-desc__title.active {
  font-weight: 700;
  color: var(--color-main);
  border-bottom: 1px solid var(--color-main);
}
.product-desc__content-item {
  display: none;
  padding: 16px 24px;
}
.product-desc__content-item.active {
  display: block;
}
.product-desc__content-item--p-0 {
  padding: unset;
}
.product-desc__content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px;
  margin-bottom: 8px;
}
.product-desc__content-row:nth-child(2n) {
  background: #F3F3F3;
}
.product-desc__content-prop {
  font-size: 16px;
  color: var(--color-text);
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-desc__content-prop::after {
  content: "";
  border-bottom: 0.5px dashed #BDBDBD;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 30px;
}
.product-desc__content-value {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-text);
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.product-desc__description {
  max-width: 1088px;
  margin: 0 auto;
}
.product-desc__description p:not(:last-child) {
  margin-bottom: 15px;
}
.product-desc .product-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 37px;
     -moz-column-gap: 37px;
          column-gap: 37px;
  row-gap: 16px;
}
.product-desc .product-list .product-card {
  width: calc(25% - 28px);
}
.product-desc .product-list .product-card__img {
  height: clamp(190px, 21vw, 300px);
}
.product-desc .product-list .product-card__price {
  font-size: 20px;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
}
.product-desc .product-list .product-card:hover {
  unset: all;
}
.product-desc .product-list .product-card:hover .product-card__title {
  color: #000;
}

.blog__cards {
  --gap: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: var(--gap);
}
.blog__cards .card {
  width: calc(33.3% - var(--gap) / 1.58);
  border: 1px solid #c4c4c4;
}
.blog__cards .card__wrap {
  padding: 32px;
}
.blog__cards .card__category {
  color: #616661;
  padding-bottom: 32px;
}
.blog__cards .card__title {
  font-size: 24px;
  padding-bottom: 8px;
  line-height: 1.35;
}
.blog__cards .card__content p {
  color: #7b7b7b;
}
.blog__cards .card__img {
  overflow: hidden;
  font-size: 0;
}
.blog__cards .card__img img {
  max-height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.blog__cards .card:nth-child(5n+1), .blog__cards .card:nth-child(5n+2) {
  width: calc(50% - var(--gap) / 2);
}
.blog__cards .card:nth-child(5n+1) .card__title, .blog__cards .card:nth-child(5n+2) .card__title {
  font-size: 32px;
}
.blog__cards .card:nth-child(5n+1) .card__img img, .blog__cards .card:nth-child(5n+2) .card__img img {
  max-height: 300px;
}

.article {
  padding-top: unset;
}
.article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 65px;
  margin-bottom: 48px;
}
.article__title {
  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;
  max-width: 445px;
  width: calc(63% - 65px);
}
.article__title h1 {
  color: #1E1E1E;
  line-height: 1.1;
}
.article__img {
  width: 37%;
  max-width: 485px;
}
.article__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 65px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.article__nav {
  width: 37%;
  position: sticky;
  top: 48px;
}
.article__nav-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 24px;
}
.article__nav ul {
  max-width: 360px;
}
.article__nav ul li {
  margin-bottom: 16px;
  line-height: 1.5;
}
.article__nav ul li a {
  display: block;
  position: relative;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  color: #969696;
  border-bottom: 1px solid #969696;
  margin-left: 26px;
}
.article__nav ul li a::before {
  content: "";
  position: absolute;
  left: -26px;
  top: 8px;
  width: 10px;
  height: 10px;
  background: #969696;
}
.article__nav ul li a.active {
  color: #222222;
  border-bottom: 1px solid var(--color-main);
}
.article__nav ul li a.active::before {
  background: var(--color-main);
}
.article__body {
  width: calc(63% - 65px);
}
.article__body h2 {
  font-weight: 700;
}
.article__body p {
  font-size: 16px;
}
.article__body p ~ h2 {
  margin-top: 64px;
}
.article__body p ~ img {
  margin-top: 37px;
}

.no-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  padding-top: 32px;
}
.no-result__wrap {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.no-result__txt {
  font-size: 32px;
  margin-bottom: 34px;
  max-width: 340px;
  text-align: center;
  line-height: 1.2;
}

.wish-list__wrap {
  padding-top: 32px;
  padding-bottom: 32px;
}

@media screen and (max-width: 1024px){
  h1,
.banner-main__title {
    font-size: 52px;
  }
  .swiper-button-prev,
.swiper-button-next {
    width: 52px;
    height: 52px;
  }
  .swiper-button-next {
    right: -26px;
  }
  .swiper-button-prev {
    left: -26px;
  }
  .product-list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .product-list .product-card {
    width: calc((100% - 40px) / 3);
  }
  .product-list .product-card__img {
    height: clamp(200px, 25vw, 300px);
  }
  .footer__nav {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
  }
  .banner::after {
    min-width: 730px;
  }
  .banner__content {
    max-width: 480px;
  }
  .sale__wrap {
    gap: 20px;
  }
  .sale__box {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .sale__box--bg {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .sale__desc {
    bottom: 32px;
    left: 16px;
  }
  .shop-sale .sale__wrap:not(:last-of-type) {
    margin-bottom: 16px;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .shop-sale .sale__wrap {
    gap: 16px;
  }
  .shop-sale .sale__box--bg {
    min-width: calc(50% - 8px);
  }
  .contacts-page h2 {
    font-size: 28px;
  }
  .contacts-page__row {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .contacts-page__icon {
    width: 35px;
    height: 35px;
  }
  .product-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .product-main__img {
    width: 100%;
    min-width: unset;
  }
  .product-desc .product-list .product-card {
    width: calc(33.3333333333% - 25px);
  }
  .blog__cards .card {
    width: calc(50% - var(--gap) / 2);
  }
  .blog__cards .card:nth-child(5n+1) .card__title, .blog__cards .card:nth-child(5n+2) .card__title {
    font-size: 24px;
  }
  .article__head {
    gap: 32px;
  }
  .article__title h1 {
    font-size: 32px;
  }
  .article__wrap {
    gap: 32px;
  }
}

@media screen and (max-width: 920px){
  .header__nav .dropdown {
    -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;
  }
  .header__nav .dropdown__left {
    width: 100%;
    max-width: unset;
    margin-right: unset;
  }
  .header__nav .dropdown__img {
    max-height: 300px;
  }
  .header__nav .sub-menu li {
    margin-right: clamp(15px, 6.2vw, 48px);
  }
  .header__nav .dropdown__menu {
    gap: clamp(20px, 6.9vw, 64px);
    margin-bottom: 32px;
  }
}

@media all and (max-width: 900px){
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px){
  h1,
.banner-main__title {
    font-size: clamp(34px, 7vw, 64px);
    line-height: 116%;
  }
  h2 {
    line-height: 138%;
  }
  .btn--burger {
    --line-offset: 2px;
    --color: #000;
    --color-active: var(--color-first);
    position: relative;
    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: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 26px;
    cursor: pointer;
    -webkit-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .btn--burger span {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #292D32;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    pointer-events: none;
  }
  .btn--burger span:nth-child(1) {
    top: calc(50% - 5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .btn--burger span:nth-child(2) {
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .btn--burger.js-active {
    width: 24px;
    height: 24px;
  }
  .btn--burger.js-active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    -webkit-transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .btn--burger.js-active span:nth-child(2) {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    -webkit-transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
    transition: top 0.2s cubic-bezier(0.12, 0, 0.39, 0), transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0), -webkit-transform 0.2s 0.2s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .swiper-product .product-card__title {
    font-size: 20px;
  }
  .btn,
a.btn {
    font-size: 18px;
  }
  .swiper-pagination {
    padding-top: 20px;
  }
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
  .right-box {
    max-width: unset;
  }
  .product-list {
    row-gap: 20px;
  }
  .product-list .product-card {
    width: calc((100% - 20px) / 2);
    max-width: unset;
  }
  .product-list .product-card__img {
    height: clamp(200px, 40vw, 300px);
  }
  .product-card__title {
    font-size: 18px;
  }
  .breadcrumbs {
    font-size: 14px;
    padding: 8px 0;
  }
  .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    margin-bottom: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .mfp-content .mfp-close {
    top: 24px;
  }
  .form__wrap {
    padding: 55px 16px 24px;
  }
  .form__img {
    display: none;
  }
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
  section {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  section.padding-sm {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .header {
    z-index: 15;
  }
  .header--order .header__tel a {
    font-size: 16px;
  }
  .header--order .header__back {
    position: absolute;
    left: 32px;
    top: calc(100% + 18px);
  }
  .header--order .header__back .back {
    font-size: 16px;
  }
  .header--order .header__logo {
    width: auto;
    margin: unset;
    border-bottom: unset;
    padding: 8px 0;
  }
  .header__wrapper {
    grid-template-columns: auto auto;
    grid-template-areas: "logo logo" "search nav";
  }
  .header__search {
    padding: 16px 0;
  }
  .header__search-input {
    top: 83px;
  }
  .header__search-head {
    padding: unset;
  }
  .header__search-body {
    margin-top: 16px;
    width: calc(100% - 64px);
    max-width: unset;
    min-width: unset;
  }
  .header__search-body button {
    display: none;
  }
  .header__search-logo {
    display: none;
  }
  .header__search-close {
    position: absolute;
    top: 29px;
    right: 48px;
    z-index: 21;
  }
  .header__logo {
    border-bottom: 1px solid hsl(0deg, 0%, 54%);
    padding: 16px 0;
  }
  .header__logo img {
    max-width: 230px;
    height: 50px;
  }
  .header__icons {
    display: none;
  }
  .header__nav {
    border-top: unset;
    padding: 16px 0;
    position: unset;
  }
  .header__nav .menu {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    top: 50%;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    padding: 0 32px 332px;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .header__nav .menu.js-open {
    top: 100%;
    opacity: 1;
    visibility: visible;
  }
  .header__nav .menu.js-open .dropdown {
    margin-top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__nav .menu.js-open .dropdown__left {
    visibility: visible;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .header__nav .menu > li.mob {
    display: block;
  }
  .header__nav .menu > li > a {
    font-size: 24px;
  }
  .header__nav .dropdown {
    margin-left: unset;
    margin-right: unset;
    padding: 16px 32px 0;
    opacity: 1;
    position: unset;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    visibility: visible;
    margin-top: -500%;
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
  }
  .header__nav .dropdown__left {
    position: absolute;
    left: 32px;
    bottom: 40px;
    width: calc(100% - 64px);
    min-width: unset;
    max-width: unset;
    height: 260px;
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
    -o-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0) 0.4s;
  }
  .header__nav .dropdown__menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: unset;
    gap: unset;
    width: 100%;
  }
  .header__nav .dropdown__content {
    width: 100%;
    padding: 12px;
  }
  .header__nav .dropdown__content h3 {
    margin-bottom: 16px;
  }
  .header__nav .sub-menu {
    padding-bottom: 24px;
    -webkit-transition: 0.4s ease 0.3s;
    -o-transition: 0.4s ease 0.3s;
    transition: 0.4s ease 0.3s;
  }
  .header__nav .sub-menu:not(:last-of-type) {
    padding-bottom: 48px;
  }
  .header__nav .sub-menu ul {
    max-height: 272px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    position: relative;
    opacity: 0;
    visibility: hidden;
    margin-top: -300px;
    -webkit-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0), margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s;
    -o-transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0), margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s;
    transition: all 0.3s cubic-bezier(0.12, 0, 0.39, 0), margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s;
  }
  .header__nav .sub-menu.open {
    padding-bottom: 0;
    -webkit-transition: 0.4s ease 0.1s;
    -o-transition: 0.4s ease 0.1s;
    transition: 0.4s ease 0.1s;
  }
  .header__nav .sub-menu.open:not(:last-of-type) {
    padding-bottom: 24px;
  }
  .header__nav .sub-menu.open ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s, margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    -o-transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s, margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0);
    transition: all 0.4s cubic-bezier(0.12, 0, 0.39, 0) 0.3s, margin-top 0.4s cubic-bezier(0.12, 0, 0.39, 0);
  }
  .header__nav .sub-menu.open .sub-menu__title {
    color: var(--color-main);
  }
  .header__nav .sub-menu.open .sub-menu__title span {
    background: var(--color-main);
  }
  .header__nav .sub-menu.open .sub-menu__title span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  .header__nav .sub-menu__title {
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 4px;
    font-weight: 400;
    width: 100%;
    position: relative;
    pointer-events: all;
  }
  .header__nav .sub-menu__title span {
    display: block;
    width: 16px;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: var(--anim4);
    -o-transition: var(--anim4);
    transition: var(--anim4);
  }
  .header__nav .sub-menu__title span:nth-child(2) {
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  .header__nav .sub-menu li {
    margin-right: clamp(20px, 10vw, 75px);
    margin-bottom: 8px;
  }
  .header__nav .sub-menu li a {
    font-size: 16px;
    line-height: 27px;
  }
  .footer {
    padding: 24px 0 14px;
  }
  .footer__wrapper {
    grid-template-areas: "logo" "nav" "bottom";
  }
  .footer__logo {
    margin: 0 auto 24px;
  }
  .footer__nav {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-left: unset;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner-main .banner-slider-img::after {
    width: clamp(500px, 115vw, 750px);
    min-width: unset;
  }
  .banner-main .banner-slider-content p {
    font-size: clamp(14px, 2.4vw, 18px);
    max-width: 450px;
  }
  .explore .swiper {
    overflow: visible;
  }
  .banner {
    min-height: 400px;
  }
  .banner::after {
    min-width: clamp(490px, 113vw, 670px);
    -webkit-transform: skew(-21deg);
        -ms-transform: skew(-21deg);
            transform: skew(-21deg);
  }
  .banner--page::after {
    -webkit-transform: skew(-33deg);
        -ms-transform: skew(-33deg);
            transform: skew(-33deg);
    min-width: clamp(477px, 140vw, 670px) !important;
  }
  .banner--sm {
    padding: 30px;
  }
  .sale__box--bg {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
  }
  .reviews .container {
    display: block;
  }
  .reviews a.btn {
    margin: 0 auto;
  }
  .reviews .reviews-slider {
    margin-bottom: 12px;
  }
  .reviews .swiper-pagination {
    margin: 0 auto 24px;
    padding-top: 12px;
  }
  .discover .swiper {
    overflow: visible;
  }
  .shop .explore {
    padding-bottom: 64px;
  }
  .shop .product,
.shop .shop-sale {
    padding-top: 64px;
  }
  .shop .padding-sm {
    padding: 0 32px;
  }
  .shop-sale .sale__box {
    min-width: calc(50% - 8px);
    height: 289px;
  }
  .shop-sale .sale__box--bg {
    height: 389px;
  }
  .catalog-list__set {
    -webkit-column-gap: 34px;
       -moz-column-gap: 34px;
            column-gap: 34px;
  }
  .catalog-list__set-head .title {
    font-size: 16px;
  }
  .catalog-list__sort-body {
    right: unset;
    left: 0;
  }
  .banner--l::after {
    width: clamp(500px, 115vw, 750px);
    min-width: unset !important;
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .connections {
    padding: 80px 37px;
  }
  .connections__content {
    padding: 20px 35px;
    max-width: 417px;
  }
  .contacts-page {
    padding-bottom: unset;
  }
  .contacts-page__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contacts-page__row {
    margin-bottom: 32px;
  }
  .contacts-page__map {
    width: 100vw;
    height: 343px;
    margin-left: -32px;
    margin-right: -32px;
  }
  .page-404 .banner {
    height: calc(100vh - 141px - 318px);
  }
  .page-404 .banner__content p {
    font-size: 24px;
    line-height: 27px;
  }
  .thanks-page .banner {
    height: calc(100vh - 141px - 318px);
  }
  .thanks-page .banner__img img {
    -o-object-position: 78% bottom;
       object-position: 78% bottom;
  }
  .product-main__img {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
  }
  .product-main__count button,
.product-main__count input.quantity {
    width: 36px;
    height: 36px;
    font-size: 16px;
  }
  .product-main .title {
    font-size: 16px;
  }
  .product-desc__title-list {
    gap: 35px;
    margin-right: -32px;
    margin-left: -32px;
    width: calc(100% + 64px);
    padding-right: 32px;
    padding-left: 32px;
  }
  .product-desc__content-item {
    padding: unset;
  }
  .product-desc .product-list {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
  .product-desc .product-list .product-card {
    width: calc(50% - 8px);
  }
  .product-desc .product-list .product-card__img {
    height: clamp(145px, 37vw, 300px);
    margin-bottom: 17px;
  }
  .product-desc .product-list .product-card__title {
    font-size: 16px;
  }
  .blog__cards .card {
    width: 100%;
  }
  .blog__cards .card__category {
    padding-bottom: 16px;
  }
  .blog__cards .card:nth-child(5n+1), .blog__cards .card:nth-child(5n+2) {
    width: 100%;
  }
  .article__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .article__title {
    max-width: unset;
    width: 100%;
  }
  .article__img {
    width: 100%;
    max-width: unset;
  }
  .article__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .article__nav {
    width: 100%;
    position: relative;
    top: unset;
  }
  .article__nav ul {
    max-width: unset;
  }
  .article__nav ul li a {
    color: #222222;
    border-bottom: 1px solid var(--color-main);
  }
  .article__nav ul li a::before {
    background: var(--color-main);
  }
  .article__body {
    width: 100%;
  }
  .no-result {
    padding-top: 4px;
  }
}

@media screen and (max-width: 425px){
  h1,
.banner-main__title {
    font-size: 36px;
    margin-bottom: 8px;
  }
  h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  h3 {
    font-size: 24px;
  }
  p {
    font-size: 14px;
  }
  .swiper-product .product-card__title {
    font-size: 18px;
  }
  a.more {
    font-size: 14px;
  }
  .btn,
a.btn {
    width: 100%;
    max-width: unset;
    margin: 0 auto;
    padding: 10px 20px;
  }
  .btn--wish svg,
a.btn--wish svg {
    width: 20px;
    height: 20px;
  }
  .btn--wish,
a.btn--wish {
    width: auto;
    padding: 13px;
  }
  .right-box__top {
    padding: 24px 16px;
  }
  .right-box__title {
    padding: unset;
  }
  .right-box__body.scroll-wrapper {
    padding: 16px !important;
  }
  .right-box__body .accordion-wrap {
    padding: 16px 0;
  }
  .right-box__button {
    width: calc(100% - 32px);
    margin: auto auto 64px;
    padding-top: 20px;
  }
  .right-box .cart__product-row:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
  .right-box .cart__product-top {
    font-size: 14px;
  }
  .right-box .cart__product__info {
    font-size: 12px;
  }
  .right-box .cart__product-color .title {
    padding-top: 4px;
  }
  .right-box .cart__product-color img {
    width: 16px;
    height: 16px;
  }
  .product-list {
    margin-bottom: 16px;
    row-gap: 16px;
  }
  .product-list .product-card {
    width: 100%;
  }
  .product-list .product-card__img {
    height: 300px;
  }
  .breadcrumbs li:not(:last-child)::after {
    padding: 0 4px;
  }
  .mfp-container {
    padding-left: unset;
    padding-right: unset;
  }
  .thank {
    padding: 24px;
  }
  .thank__img img {
    width: 60px;
  }
  .thank__txt p {
    font-size: 18px;
  }
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  section.padding-md {
    padding-top: 10px;
    padding-bottom: 32px;
  }
  .header--order .header__back {
    left: 16px;
  }
  .header__search-input {
    top: 73px;
  }
  .header__search-body {
    width: calc(100% - 32px);
    padding: 8px;
    margin-top: 8px;
  }
  .header__search-body input {
    font-size: 14px;
  }
  .header__search-body label {
    font-size: 14px;
  }
  .header__search-close {
    width: 12px;
    height: 12px;
    top: 21px;
    right: 24px;
  }
  .header__logo img {
    max-width: 216px;
    height: 40px;
  }
  .header__nav .menu {
    padding: 0 16px 332px;
  }
  .header__nav .dropdown {
    padding: 16px 16px;
  }
  .header__nav .dropdown__left {
    left: 16px;
    width: calc(100% - 32px);
  }
  .banner-main {
    height: calc(100vh - 141px);
  }
  .banner-main {
    height: calc(100vh - 131px);
  }
  .banner-main .scroll {
    display: none;
  }
  .banner-main__img {
    opacity: 1;
  }
  .banner-main .banner-slider-img::after {
    width: 140%;
    -webkit-clip-path: polygon(0 0, 100% 0, 53% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 53% 100%, 0% 100%);
  }
  .banner {
    min-height: 300px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .banner::after {
    min-width: clamp(477px, 132vw, 670px);
  }
  .banner--page .banner__content {
    max-width: 310px;
  }
  .banner--sm {
    padding: 16px 12px;
    min-height: 400px;
  }
  .banner--sm h1,
.banner--sm .banner__content {
    text-align: center;
  }
  .sale__box {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    width: 100%;
    height: 300px;
  }
  .reviews h2 {
    margin-bottom: 4px;
  }
  .shop .padding-sm {
    padding: 0 16px;
  }
  .shop-sale .sale__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 144px;
  }
  .shop-sale .sale__box .sale__desc {
    bottom: 10px;
  }
  .shop-sale .sale__box--bg {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
    height: 300px;
  }
  .shop-sale .sale__box--bg .sale__desc {
    bottom: 32px;
  }
  .catalog-list__filter-body .accordion-top {
    padding: 24px 16px;
  }
  .banner--l {
    height: calc(100vh - 131px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner--l::after {
    width: 140%;
    -webkit-clip-path: polygon(0 0, 100% 0, 53% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 53% 100%, 0% 100%);
    -webkit-transform: unset;
        -ms-transform: unset;
            transform: unset;
  }
  .text-content {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .text-content p {
    font-size: 16px;
  }
  .section--p0 {
    padding-top: 24px;
    padding-bottom: 48px;
  }
  .about-us .section--p0-mob {
    padding-top: unset;
    padding-bottom: unset;
  }
  .connections {
    padding: unset;
    overflow: visible;
    margin-bottom: 31px;
  }
  .connections__img img {
    min-height: 343px;
  }
  .connections__img {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    width: unset;
    height: unset;
    overflow: hidden;
    margin-bottom: 46px;
  }
  .connections__content {
    padding: unset;
    max-width: unset;
    background: unset;
  }
  .connections__content p {
    font-size: 14px;
  }
  .about-us .explore {
    display: none;
  }
  .contacts-page {
    padding-top: 16px;
  }
  .contacts-page h1 {
    margin-bottom: 16px;
    font-size: 32px;
  }
  .contacts-page h2 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .contacts-page a {
    font-size: 14px;
    margin-left: -32px;
  }
  .contacts-page .address {
    font-size: 14px;
    margin-left: -32px;
  }
  .contacts-page__row {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .contacts-page__icon {
    width: 24px;
    height: 24px;
  }
  .contacts-page__map {
    margin-left: -16px;
    margin-right: -16px;
  }
  .page-404 .banner {
    height: calc(100vh - 131px - 318px);
  }
  .page-404 .banner__content {
    max-width: unset;
    width: 100%;
  }
  .thanks-page .banner {
    height: calc(100vh - 131px - 318px);
  }
  .thanks-page .banner h1 {
    font-size: 24px;
    line-height: 27px;
  }
  .thanks-page .banner__content {
    max-width: unset;
    width: 100%;
  }
  .product-main {
    padding-bottom: unset;
  }
  .product-main__img {
    margin-left: -16px;
    margin-right: -16px;
    width: calc(100% + 32px);
  }
  .product-main__info {
    width: 100%;
  }
  .product-main__title {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .product-main__price {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .product-main__price.sale span {
    font-size: 14px;
    margin-left: 8px;
  }
  .product-main__color, .product-main__config {
    margin-bottom: 16px;
    row-gap: 4px;
  }
  .product-main__color label, .product-main__config label {
    width: 36px;
    height: 36px;
  }
  .product-main__color label img, .product-main__config label img {
    width: 24px;
    height: 24px;
  }
  .product-main__count {
    margin-bottom: 24px;
  }
  .product-main__button {
    gap: 16px;
    width: 100%;
  }
  .product-main .title {
    padding: 10px 0;
  }
  .product-main a.more {
    margin-left: 8px;
  }
  .product-desc {
    padding-top: unset;
    padding-bottom: 16px;
  }
  .product-desc__tab-header {
    row-gap: 24px;
  }
  .product-desc__title-list {
    gap: 16px;
    margin-right: -16px;
    margin-left: -16px;
    width: calc(100% + 32px);
    padding-right: 16px;
    padding-left: 16px;
  }
  .product-desc__title {
    font-size: 16px;
  }
  .product-desc__content-row {
    padding: 8px 4px;
  }
  .product-desc__content-prop {
    font-size: 14px;
  }
  .product-desc__content-value {
    font-size: 14px;
  }
  .product-desc__description p:not(:last-child) {
    margin-bottom: 27px;
  }
  .product-desc .product-list {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .product-desc .product-list .product-card {
    width: calc(50% - 4px);
  }
  .product-desc .product-list .product-card__img {
    margin-bottom: 8px;
  }
  .product-desc .product-list .product-card__title {
    font-size: 14px;
    margin-bottom: 2px;
  }
  .blog__cards .card__wrap {
    padding: 16px 8px 8px;
  }
  .blog__cards .card__category {
    padding-bottom: 8px;
    font-size: 16px;
  }
  .article__head {
    gap: 24px;
    margin-bottom: 16px;
  }
  .article__title h1 {
    font-size: 24px;
    margin-bottom: 8px;
  }
  .article__nav-title {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .article__nav ul li a {
    font-size: 16px;
  }
  .article__nav ul li a::before {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .article__body h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .article__body p {
    font-size: 14px;
  }
  .article__body p ~ h2 {
    margin-top: 32px;
  }
  .article__body p ~ img {
    margin-top: 5px;
  }
  .no-result {
    padding-top: 4px;
  }
  .no-result__txt {
    font-size: 24px;
  }
  .wish-list__wrap {
    padding-top: 8px;
  }
}

@media (hover: hover){
  a.more:hover {
    color: var(--color-hover);
  }
  .btn:hover,
a.btn:hover {
    background: var(--color-hover);
  }
  .btn--border:hover,
a.btn--border:hover {
    background: unset;
    color: var(--color-main);
    border: 1px solid var(--color-main);
  }
  .btn--wish:hover,
a.btn--wish:hover {
    cursor: pointer;
  }
  .btn--wish:hover svg path,
a.btn--wish:hover svg path {
    stroke: var(--color-main);
  }
  .btn--wish.active:hover,
a.btn--wish.active:hover {
    cursor: pointer;
    border: 1px solid var(--color-main);
    background: var(--color-main);
  }
  .btn--wish.active:hover svg path,
a.btn--wish.active:hover svg path {
    stroke: #fff;
  }
  .swiper-pagination-bullet:hover {
    cursor: pointer;
  }
  .swiper-pagination-bullet:hover::after {
    background: var(--color-main);
  }
  .swiper-button-prev:hover svg path,
.swiper-button-next:hover svg path {
    fill: var(--color-main);
  }
  .swiper-category__box:hover .swiper-category__img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
  }
  .swiper-category__box:hover .swiper-category__title {
    font-size: clamp(20px, 2vw, 28px);
  }
  .wish:hover svg path {
    stroke: var(--color-main);
  }
  .right-box__close:hover {
    cursor: pointer;
  }
  .right-box__close:hover svg path {
    stroke: var(--color-main);
  }
  .right-box__button button:hover {
    cursor: pointer;
  }
  .product-card .wish {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--anim4);
    -o-transition: var(--anim4);
    transition: var(--anim4);
  }
  .product-card:hover .product-card__title {
    color: var(--color-main);
  }
  .product-card:hover .product-card__img .hover {
    opacity: 1;
  }
  .product-card:hover .wish {
    opacity: 1;
    visibility: visible;
  }
  .blog__categories li:hover {
    color: var(--color-hover);
  }
  .input-row input[type=checkbox] {
    cursor: pointer;
  }
  .input-row label {
    cursor: pointer;
  }
  .input-row {
    cursor: pointer;
  }
  .mfp-content .mfp-close:hover {
    color: var(--color-main);
  }
  .header__search-body button {
    cursor: pointer;
  }
  .header__search-body button:hover svg path {
    stroke: var(--color-main);
  }
  .header__search-close:hover svg path {
    stroke: var(--color-main);
  }
  .header__nav .menu li:hover > a {
    color: var(--color-main);
  }
  .header__nav .menu li:hover > .dropdown {
    opacity: 1;
    visibility: visible;
  }
  .header__nav .menu > a:hover {
    color: var(--color-main);
  }
  .footer__nav a:hover {
    color: var(--color-hover);
  }
  .catalog-list__filter-head {
    cursor: pointer;
  }
  .catalog-list__filter-body .accordion-top:hover {
    cursor: pointer;
  }
  .catalog-list__filter-price .irs-handle:hover {
    background: var(--color-main);
  }
}
/*# sourceMappingURL=main.css.map */
