@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Play&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,400;1,700;1,900&display=swap");
@font-face {
  font-family: "BenderBlack";
  src: url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBlack.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBlack.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderBold";
  src: url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBold.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBold.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/2875/1919803/1738582353/BenderBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderRegular";
  src: url("BenderRegular.eot");
  src: url("BenderRegular.eot?#iefix") format("embedded-opentype"), url("Bender/BenderRegular/BenderRegular.woff") format("woff"), url("Bender/BenderRegular/BenderRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderItalic";
  src: url("Bender/BenderItalic/BenderItalic.eot");
  src: url("Bender/BenderItalic/BenderItalic.eot?#iefix") format("embedded-opentype"), url("Bender/BenderItalic/BenderItalic.woff") format("woff"), url("Bender/BenderItalic/BenderItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderBoldItalic";
  src: url("Bender/BenderBoldItalic/BenderBoldItalic.eot");
  src: url("Bender/BenderBoldItalic/BenderBoldItalic.eot?#iefix") format("embedded-opentype"), url("Bender/BenderBoldItalic/BenderBoldItalic.woff") format("woff"), url("Bender/BenderBoldItalic/BenderBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderBlackItalic";
  src: url("Bender/BenderBlackItalic/BenderBlackItalic.eot");
  src: url("Bender/BenderBlackItalic/BenderBlackItalic.eot?#iefix") format("embedded-opentype"), url("Bender/BenderBlackItalic/BenderBlackItalic.woff") format("woff"), url("Bender/BenderBlackItalic/BenderBlackItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderLight";
  src: url("Bender/BenderLight/BenderLight.eot");
  src: url("Bender/BenderLight/BenderLight.eot?#iefix") format("embedded-opentype"), url("Bender/BenderLight/BenderLight.woff") format("woff"), url("Bender/BenderLight/BenderLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderLightItalic";
  src: url("Bender/BenderLightItalic/BenderLightItalic.eot");
  src: url("Bender/BenderLightItalic/BenderLightItalic.eot?#iefix") format("embedded-opentype"), url("Bender/BenderLightItalic/BenderLightItalic.woff") format("woff"), url("Bender/BenderLightItalic/BenderLightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
/* line 1, selectric.scss */
.selectric-wrapper {
  position: relative;
  cursor: pointer; }

/* line 5, selectric.scss */
.selectric-responsive {
  width: 100%; }

/* line 8, selectric.scss */
.selectric {
  border: 1px solid #DDD;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #F8F8F8;
  position: relative;
  overflow: hidden; }

/* line 15, selectric.scss */
.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  margin: 0 38px 0 10px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 38px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 30, selectric.scss */
.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background-color: #F8f8f8;
  color: #BBB;
  text-align: center;
  font: 0/0 a;
  *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial; }

/* line 43, selectric.scss */
.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none; }

/* line 57, selectric.scss */
.selectric-focus .selectric {
  border-color: #aaaaaa; }

/* line 60, selectric.scss */
.selectric-hover .selectric {
  border-color: #c4c4c4; }

/* line 62, selectric.scss */
.selectric-hover .selectric .button {
  color: #a2a2a2; }

/* line 64, selectric.scss */
.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2; }

/* line 67, selectric.scss */
.selectric-open {
  z-index: 9999; }

/* line 69, selectric.scss */
.selectric-open .selectric {
  border-color: #c4c4c4; }

/* line 71, selectric.scss */
.selectric-open .selectric-items {
  display: block; }

/* line 74, selectric.scss */
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 83, selectric.scss */
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 88, selectric.scss */
.selectric-hide-select select {
  position: absolute;
  left: -100%; }

/* line 91, selectric.scss */
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10; }

/* line 96, selectric.scss */
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0; }

/* line 109, selectric.scss */
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 124, selectric.scss */
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

/* Items box */
/* line 130, selectric.scss */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #F8F8F8;
  border: 1px solid #c4c4c4;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
  box-shadow: 0 0 10px -6px; }

/* line 140, selectric.scss */
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto; }

/* line 143, selectric.scss */
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%; }

/* line 146, selectric.scss */
.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

/* line 153, selectric.scss */
.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer; }

/* line 158, selectric.scss */
.selectric-items li.selected {
  background: #E0E0E0;
  color: #444; }

/* line 161, selectric.scss */
.selectric-items li.highlighted {
  background: #D0D0D0;
  color: #444; }

/* line 164, selectric.scss */
.selectric-items li:hover {
  background: #D5D5D5;
  color: #444; }

/* line 167, selectric.scss */
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 177, selectric.scss */
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444; }

/* line 187, selectric.scss */
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1; }

/* line 190, selectric.scss */
.selectric-items .selectric-group li {
  padding-left: 25px; }

/* line 193, selectric.scss */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

/* line 201, selectric.scss */
.swiper-container-no-flexbox .swiper-slide {
  float: left; }

/* line 204, selectric.scss */
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 211, selectric.scss */
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  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; }

/* line 228, selectric.scss */
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* line 233, selectric.scss */
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 238, selectric.scss */
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

/* line 244, selectric.scss */
.swiper-slide {
  -webkit-flex-shrink: 0;
  -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; }

/* line 257, selectric.scss */
.swiper-invisible-blank-slide {
  visibility: hidden; }

/* line 260, selectric.scss */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

/* line 264, selectric.scss */
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-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; }

/* line 275, selectric.scss */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

/* line 279, selectric.scss */
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

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

/* line 301, selectric.scss */
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent); }

/* line 307, selectric.scss */
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent); }

/* line 313, selectric.scss */
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent); }

/* line 319, selectric.scss */
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent); }

/* line 325, selectric.scss */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

/* line 330, selectric.scss */
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* line 335, selectric.scss */
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

/* line 348, selectric.scss */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

/* line 354, selectric.scss */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

/* line 360, selectric.scss */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

/* line 366, selectric.scss */
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* line 370, selectric.scss */
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* line 374, selectric.scss */
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* line 378, selectric.scss */
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

/* line 382, selectric.scss */
.swiper-button-lock {
  display: none; }

/* line 385, selectric.scss */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

/* line 395, selectric.scss */
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* line 398, selectric.scss */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* line 405, selectric.scss */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

/* line 409, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

/* line 415, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 420, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* line 425, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 430, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 435, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

/* line 440, selectric.scss */
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

/* line 445, selectric.scss */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

/* line 453, selectric.scss */
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; }

/* line 463, selectric.scss */
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

/* line 466, selectric.scss */
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

/* line 470, selectric.scss */
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0); }

/* line 476, selectric.scss */
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

/* line 480, selectric.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

/* line 487, selectric.scss */
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform; }

/* line 495, selectric.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

/* line 498, selectric.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

/* line 505, selectric.scss */
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform; }

/* line 512, selectric.scss */
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform; }

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

/* line 523, selectric.scss */
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  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; }

/* line 537, selectric.scss */
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

/* line 542, selectric.scss */
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

/* line 548, selectric.scss */
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

/* line 554, selectric.scss */
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

/* line 557, selectric.scss */
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

/* line 560, selectric.scss */
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff; }

/* line 563, selectric.scss */
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

/* line 566, selectric.scss */
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

/* line 569, selectric.scss */
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000; }

/* line 572, selectric.scss */
.swiper-pagination-lock {
  display: none; }

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

/* line 581, selectric.scss */
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

/* line 589, selectric.scss */
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

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

/* line 606, selectric.scss */
.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* line 609, selectric.scss */
.swiper-scrollbar-lock {
  display: none; }

/* line 612, selectric.scss */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

/* line 629, selectric.scss */
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 637, selectric.scss */
.swiper-slide-zoomed {
  cursor: move; }

/* line 640, selectric.scss */
.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-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

/* line 655, selectric.scss */
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

/* line 665, selectric.scss */
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-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); } }
/* line 680, selectric.scss */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* line 688, selectric.scss */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

/* line 693, selectric.scss */
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

/* line 699, selectric.scss */
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 702, selectric.scss */
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 706, selectric.scss */
.swiper-container-cube {
  overflow: visible; }

/* line 709, selectric.scss */
.swiper-container-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%; }

/* line 721, selectric.scss */
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 724, selectric.scss */
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

/* line 729, selectric.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 733, selectric.scss */
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

/* line 740, selectric.scss */
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 748, selectric.scss */
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* line 760, selectric.scss */
.swiper-container-flip {
  overflow: visible; }

/* line 763, selectric.scss */
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

/* line 769, selectric.scss */
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

/* line 772, selectric.scss */
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* line 776, selectric.scss */
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 784, selectric.scss */
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px; }

/* line 3, styles-sj.scss */
* {
  -moz-box-sizing: border-box;
  /* Для Firefox */
  box-sizing: border-box;
  /* Ширина блока с полями */
  margin: 0;
  padding: 0;
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 13, styles-sj.scss */
*:hover {
  /*transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-webkit-transition: all 0.3s ease;
  -moz--webkit-transition: all 0.3s ease;*/ }

/* line 20, styles-sj.scss */
html, body {
  height: 100%; }

/* line 23, styles-sj.scss */
body {
  position: relative;
  font-family: 'Play'; }

/* line 29, styles-sj.scss */
input, textarea {
  outline: none;
  border: 0;
  -webkit-appearance: none; }

/* line 34, styles-sj.scss */
input[type="submit"] {
  cursor: pointer;
  display: block; }

/* line 38, styles-sj.scss */
section, header, footer {
  background-position: center top;
  background-repeat: no-repeat; }

/* line 42, styles-sj.scss */
a {
  cursor: pointer;
  color: inherit;
  text-decoration: none; }

/* line 47, styles-sj.scss */
img {
  display: inline;
  vertical-align: middle;
  max-width: 100%;
  border: 0; }

/* line 53, styles-sj.scss */
button {
  display: block;
  cursor: pointer;
  background: transparent;
  border: 0;
  outline: none; }

/* line 60, styles-sj.scss */
ul {
  list-style: none; }

/* line 63, styles-sj.scss */
:focus::-webkit-input-placeholder {
  color: transparent; }

/* line 67, styles-sj.scss */
:focus::-moz-input-placeholder {
  color: transparent; }

/* line 70, styles-sj.scss */
:focus::-input-placeholder {
  color: transparent; }

/* line 73, styles-sj.scss */
.clear {
  clear: both; }

/* line 76, styles-sj.scss */
.float-left {
  float: left; }

/* line 79, styles-sj.scss */
.float-right {
  float: right; }

/* line 82, styles-sj.scss */
.inline-block {
  display: inline-block; }

/* line 85, styles-sj.scss */
.display-block {
  display: block; }

/* line 88, styles-sj.scss */
.display-none {
  display: none; }

/* line 91, styles-sj.scss */
.align-left {
  text-align: left; }

/* line 94, styles-sj.scss */
.align-right {
  text-align: right; }

/* line 97, styles-sj.scss */
.align-center {
  text-align: center; }

/* line 100, styles-sj.scss */
.in-top {
  display: inline-block;
  vertical-align: top; }

/* line 104, styles-sj.scss */
.in-middle {
  display: inline-block;
  vertical-align: middle; }

/* line 108, styles-sj.scss */
.in-bottom {
  display: inline-block;
  vertical-align: bottom; }

/* line 112, styles-sj.scss */
.w5 {
  width: 5%; }

/* line 115, styles-sj.scss */
.w10 {
  width: 10%; }

/* line 118, styles-sj.scss */
.w15 {
  width: 15%; }

/* line 121, styles-sj.scss */
.w20 {
  width: 20%; }

/* line 124, styles-sj.scss */
.w25 {
  width: 25%; }

/* line 127, styles-sj.scss */
.w30 {
  width: 30%; }

/* line 130, styles-sj.scss */
.w33, .col-4 {
  width: 33.3333333333%; }

/* line 133, styles-sj.scss */
.col-8 {
  width: 66.66666666666%; }

/* line 136, styles-sj.scss */
.w35 {
  width: 35%; }

/* line 139, styles-sj.scss */
.w40 {
  width: 40%; }

/* line 142, styles-sj.scss */
.w45 {
  width: 45%; }

/* line 145, styles-sj.scss */
.w50 {
  width: 50%; }

/* line 148, styles-sj.scss */
.w55 {
  width: 55%; }

/* line 151, styles-sj.scss */
.w60 {
  width: 60%; }

/* line 154, styles-sj.scss */
.w65 {
  width: 65%; }

/* line 157, styles-sj.scss */
.w70 {
  width: 70%; }

/* line 160, styles-sj.scss */
.w75 {
  width: 75%; }

/* line 163, styles-sj.scss */
.w80 {
  width: 80%; }

/* line 166, styles-sj.scss */
.w85 {
  width: 85%; }

/* line 169, styles-sj.scss */
.w90 {
  width: 90%; }

/* line 172, styles-sj.scss */
.w95 {
  width: 95%; }

/* line 175, styles-sj.scss */
.w100 {
  width: 100%; }

/* line 178, styles-sj.scss */
.hover {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease; }

/* line 184, styles-sj.scss */
.opacity:hover {
  opacity: 0.7; }

/* line 187, styles-sj.scss */
.r5 {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px; }

/* line 193, styles-sj.scss */
.r20 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px; }

/* line 199, styles-sj.scss */
.r30 {
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px; }

/* line 205, styles-sj.scss */
.r50 {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%; }

/* line 211, styles-sj.scss */
.mobile_ {
  display: none; }

/* line 214, styles-sj.scss */
.desctop_ {
  display: block; }

/* line 217, styles-sj.scss */
.container:after,
.clearfix:after {
  display: block;
  content: '';
  clear: both; }

/* line 223, styles-sj.scss */
.absolute {
  position: absolute; }

/* line 226, styles-sj.scss */
.relative {
  position: relative; }

/* line 229, styles-sj.scss */
.table {
  display: table;
  vertical-align: middle; }

/* line 233, styles-sj.scss */
.table-cell {
  display: table-cell;
  vertical-align: middle; }

/* line 237, styles-sj.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start; }

/* line 246, styles-sj.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end; }

/* line 255, styles-sj.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center; }

/* line 264, styles-sj.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between; }

/* line 273, styles-sj.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around; }

/* line 282, styles-sj.scss */
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }

/* line 287, styles-sj.scss */
.flex-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 292, styles-sj.scss */
.row {
  display: flex;
  margin: 0 -1em; }
  /* line 295, styles-sj.scss */
  .row [class*="col-"] {
    padding: 0 1em; }

/* line 299, styles-sj.scss */
.height-auto {
  max-height: 100% !important; }

 /*
[class*="cell"]{
    padding: 0 0 0 1em;
}*/
/* line 305, styles-sj.scss */
.mobile--footer {
  display: none; }

/* line 309, styles-sj.scss */
.footer--underline .soc-footer-wrapper {
  float: left; }
/* line 312, styles-sj.scss */
.footer--underline .footer-copyright {
  width: 50%;
  display: block;
  margin: 0 auto; }
  /* line 316, styles-sj.scss */
  .footer--underline .footer-copyright p {
    margin: 0;
    text-align: center; }

/* line 323, styles-sj.scss */
button {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit; }

/* line 328, styles-sj.scss */
.column {
  display: flex;
  flex-direction: column; }

/*=============================fonts==================================*/
/* line 333, styles-sj.scss */
.wrap {
  width: 100%;
  max-width: 1222px;
  padding: 0 1em;
  margin: 0 auto; }

/* line 342, styles-sj.scss */
.blue {
  background: #EB8714; }

/* line 345, styles-sj.scss */
.dark {
  background: #181D18; }

/* line 348, styles-sj.scss */
.new-dark {
  background: #2C312C; }

/* line 351, styles-sj.scss */
.color-white {
  color: #fff; }

/* line 354, styles-sj.scss */
.c-orange {
  color: #EB8714; }

/* line 357, styles-sj.scss */
.bbender {
  font-family: "Oswald"; }

/* line 360, styles-sj.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 364, styles-sj.scss */
body.new-desing #wrapper1 {
  background: #fff; }

/* line 367, styles-sj.scss */
body.new-desing {
  color: #231F20;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%; }
  /* line 374, styles-sj.scss */
  body.new-desing .row:before, body.new-desing .row:after {
    display: none; }
  /* line 377, styles-sj.scss */
  body.new-desing a:hover, body.new-desing a:active {
    color: #EB8714; }

/* line 382, styles-sj.scss */
.btn-one:hover {
  color: #fff !important; }

/* line 386, styles-sj.scss */
.header-top {
  padding: 11px 0;
  background: #2C312C;
  border-bottom: 1px solid #EB8714;
  color: #fff; }

/* line 393, styles-sj.scss */
.header-delivery-city .name-city {
  cursor: pointer;
  font-size: 14px;
  line-height: 17px;
  margin: 0 4px 0 7px; }

/* line 401, styles-sj.scss */
.header-top-left .text {
  font-size: 14px;
  height: 17px;
  line-height: 0;
  opacity: 0.5; }
  /* line 406, styles-sj.scss */
  .header-top-left .text a {
    margin-left: 0; }

/* line 411, styles-sj.scss */
.header-top-menu li {
  padding: 0 15px; }
  /* line 413, styles-sj.scss */
  .header-top-menu li a {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    align-items: center;
    letter-spacing: 0.05em; }

/* line 422, styles-sj.scss */
.header-new {
  background-color: #181D18; }

/* line 425, styles-sj.scss */
.header-top-right-title {
  font-size: 13px;
  margin-right: 5px; }

/* line 430, styles-sj.scss */
.header-top-right-pay-icons .icon:not(:last-child) {
  margin-right: 5px; }

/* line 436, styles-sj.scss */
.header-top-center a {
  font-size: 11px;
  line-height: 13px; }

/* line 441, styles-sj.scss */
.header-top-right-title {
  opacity: .5;
  font-size: 12px;
  line-height: 14px; }

/* line 446, styles-sj.scss */
.header-container {
  padding: 12px 0 13px;
  color: #fff; }

/* line 450, styles-sj.scss */
.icon-mark, .icon-down {
  line-height: 0; }

/* line 454, styles-sj.scss */
.header-logo a, .header-logo span {
  display: block; }
/* line 457, styles-sj.scss */
.header-logo .text {
  margin-top: 8px;
  font-size: 13px; }

/* line 462, styles-sj.scss */
.header-contacts-item:not(:last-child) {
  margin-right: 40px; }

/* line 465, styles-sj.scss */
.header-contacts-item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #cacaca;
  margin-right: 1em; }

/* line 473, styles-sj.scss */
.header-contacts-item-text .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px; }
/* line 478, styles-sj.scss */
.header-contacts-item-text .header-phone {
  display: flex;
  align-items: center; }
/* line 482, styles-sj.scss */
.header-contacts-item-text .header-phone:after {
  content: '';
  display: block;
  width: 6px;
  height: 3px;
  /*background: url('icon-down.svg')no-repeat center;*/
  background-size: 100%;
  margin-left: 8px; }
/* line 491, styles-sj.scss */
.header-contacts-item-text .text {
  font-size: 13px;
  opacity: .75; }

/* line 496, styles-sj.scss */
.bold {
  font-weight: 700; }

/* line 499, styles-sj.scss */
.header-right-item {
  width: 131px;
  height: 96px;
  background: rgba(44, 49, 44, 0.5);
  border-radius: 2px;
  font-size: 13px;
  margin-top: 0; }
  /* line 506, styles-sj.scss */
  .header-right-item:not(:last-child) {
    margin-right: 1em; }
  /* line 509, styles-sj.scss */
  .header-right-item .icon {
    height: 32px;
    margin-bottom: 6px; }

/* line 514, styles-sj.scss */
.header-cart {
  cursor: pointer; }

/* line 519, styles-sj.scss */
.main-menu li a, .main-menu li .open-search {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 19px 32px;
  font-family: "Lato";
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  transition: .4s all; }
  /* line 533, styles-sj.scss */
  .main-menu li a.active, .main-menu li a:hover, .main-menu li .open-search.active, .main-menu li .open-search:hover {
    background: #EB8714;
    border-right: 1px solid #EB8714;
    color: #fff; }
/* line 539, styles-sj.scss */
.main-menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }
  /* line 541, styles-sj.scss */
  .main-menu li:first-child a.active, .main-menu li:first-child a:hover {
    border-left: 1px solid #EB8714; }
/* line 546, styles-sj.scss */
.main-menu .search-link .open-search {
  padding: 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  width: 90px; }

/* line 554, styles-sj.scss */
.promo-slider {
  display: flex; }

/* line 559, styles-sj.scss */
.promo-slider-container {
  margin: 20px 0; }
  /* line 561, styles-sj.scss */
  .promo-slider-container .slide {
    display: block;
    position: relative; }
  /* line 565, styles-sj.scss */
  .promo-slider-container .slide-img img {
    width: 100%; }
  /* line 568, styles-sj.scss */
  .promo-slider-container .slide-content {
    position: absolute;
    width: 100%;
    padding: 56px 64px;
    color: #fff;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 29px;
    z-index: 3;
    top: 0; }
  /* line 581, styles-sj.scss */
  .promo-slider-container .slide-title {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 500;
    font-size: 48px;
    line-height: 71px;
    letter-spacing: 1px;
    text-transform: uppercase; }
  /* line 590, styles-sj.scss */
  .promo-slider-container .slide-description {
    margin-top: 4px;
    max-width: 265px; }
  /* line 594, styles-sj.scss */
  .promo-slider-container .bx-default-pager {
    display: none; }
  /* line 597, styles-sj.scss */
  .promo-slider-container .bx-wrapper {
    position: relative; }
  /* line 600, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: flex;
    position: absolute;
    bottom: 24px;
    right: 24px; }
    /* line 605, styles-sj.scss */
    .promo-slider-container .bx-controls-direction a {
      width: 64px;
      height: 64px;
      background: url("arr-right-w.svg") no-repeat 40% center rgba(0, 0, 0, 0.5);
      display: flex;
      border-radius: 50%;
      margin-left: 8px; }
      /* line 612, styles-sj.scss */
      .promo-slider-container .bx-controls-direction a.bx-next {
        transform: scale(-1, 1); }

@media (max-width: 760px) {
  /* line 620, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: none; }
  /* line 623, styles-sj.scss */
  .promo-slider-container .bx-viewport {
    height: auto !important; } }
/* line 629, styles-sj.scss */
.breadcrumb-container .breadcrumb a, .breadcrumb-container .breadcrumb > li + li:before {
  font-size: 13px;
  color: #231F20; }
/* line 633, styles-sj.scss */
.breadcrumb-container .breadcrumb > li .active {
  color: #231F20;
  opacity: 0.65; }

/* line 638, styles-sj.scss */
.main-blocks-container {
  padding: 0 0 10px;
  margin-top: -10px; }

/* line 643, styles-sj.scss */
.main-blocks .row {
  margin: 0 -10px; }
  /* line 645, styles-sj.scss */
  .main-blocks .row .cell {
    padding: 10px; }

/* line 650, styles-sj.scss */
.main-block-item {
  height: 380px;
  position: relative; }

/* line 656, styles-sj.scss */
.main-block-item-img {
  height: 100%;
  width: 100%; }
  /* line 660, styles-sj.scss */
  .main-block-item-img a, .main-block-item-img img {
    height: 100%;
    width: 100%;
    object-fit: cover; }

/* line 666, styles-sj.scss */
.payment-methods-mb {
  display: none; }

/* line 669, styles-sj.scss */
.main-block-item-title {
  margin-top: 1.5em;
  min-height: 64px;
  padding: 12px 24px;
  background: rgba(0, 0, 0, 0.65);
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.5em; }
  /* line 679, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff; }
    /* line 680, styles-sj.scss */
    .main-block-item-title .title a {
      font-family: "Oswald";
      font-weight: 500; }

/* line 691, styles-sj.scss */
.main-products {
  padding: 56px 0 34px; }

/* line 694, styles-sj.scss */
.section-title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 47px;
  text-transform: uppercase;
  color: #353131; }

/* line 703, styles-sj.scss */
.view-all {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 120%;
  text-transform: none;
  color: #EB8714;
  margin-left: 15px; }

/* line 713, styles-sj.scss */
.offical-dealer {
  position: relative; }

/* line 716, styles-sj.scss */
.offical-dealer-container {
  padding: 38px 0; }

/* line 719, styles-sj.scss */
.offical-dealer-left {
  max-width: 693px;
  padding: 58px 20px 64px 64px;
  background: url("oficial-dealer-first.jpg") center no-repeat;
  background-size: cover;
  clip-path: polygon(0% 0%, 89% 0, 100% 50%, 89% 100%, 0% 100%);
  z-index: 3; }

/* line 727, styles-sj.scss */
.offical-dealer-title {
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 734, styles-sj.scss */
.offical-dealer-descriptor p {
  max-width: 500px; }

/* line 737, styles-sj.scss */
.offical-dealer-right {
  position: absolute;
  right: 0;
  width: auto;
  height: 100%;
  z-index: 2;
  overflow: hidden; }

/* line 748, styles-sj.scss */
.offical-dealer-img img {
  max-width: 100%;
  height: 100%; }

/* line 753, styles-sj.scss */
.main-collections-container {
  padding: 28px 0; }

/* line 757, styles-sj.scss */
.main-collections .row {
  margin: 0 -10px; }
  /* line 759, styles-sj.scss */
  .main-collections .row .cell {
    padding: 0 10px; }

/* line 764, styles-sj.scss */
.main-collections-item {
  display: block;
  position: relative;
  background: url("main-collections-item.jpg") no-repeat;
  background-size: cover;
  height: 100%; }
  /* line 770, styles-sj.scss */
  .main-collections-item .inner {
    padding: 22px 24px 79px;
    position: relative;
    z-index: 2;
    color: #fff; }

/* line 777, styles-sj.scss */
.main-collections-item-img {
  position: absolute;
  max-width: 228px;
  bottom: 0;
  right: 0; }

/* line 783, styles-sj.scss */
.product-status {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.1em;
  opacity: .5;
  margin-bottom: 16px; }

/* line 792, styles-sj.scss */
.main-collections-item-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 16px; }

/* line 802, styles-sj.scss */
.btn-one,
.btn-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  color: #fff;
  border: 1px solid #EB8714;
  text-transform: uppercase;
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 1px;
  position: relative;
  transition: .4s all;
  background: #EB8714; }
  /* line 820, styles-sj.scss */
  .btn-one:hover,
  .btn-product-link:hover {
    background: #f1ab5b; }

/* line 824, styles-sj.scss */
.main-preference-container {
  margin: 38px auto;
  max-width: 1180px;
  background: url("main-preference-container-new.jpg") no-repeat center top;
  background-size: cover;
  padding: 64px 0 40px; }

/* line 831, styles-sj.scss */
.main-preference {
  padding: 0 35px; }

/* line 834, styles-sj.scss */
.main-preference-item {
  padding: 0 10px;
  max-width: 252px; }
  /* line 837, styles-sj.scss */
  .main-preference-item .icon {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    background-size: cover !important; }
  /* line 844, styles-sj.scss */
  .main-preference-item .icon-fa-credit-card {
    background: url("main-preference-item-1.svg") no-repeat center; }
  /* line 847, styles-sj.scss */
  .main-preference-item .icon-fa-truck {
    background: url("main-preference-item-2.svg") no-repeat center; }
  /* line 850, styles-sj.scss */
  .main-preference-item .icon-fa-dropbox {
    background: url("main-preference-item-3.svg") no-repeat center; }
  /* line 853, styles-sj.scss */
  .main-preference-item .icon-fa-thumbs-o-up {
    background: url("main-preference-item-4.svg") no-repeat center; }

/* line 857, styles-sj.scss */
.main-preference-item-text {
  margin-top: 40px; }
  /* line 859, styles-sj.scss */
  .main-preference-item-text .title {
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
  /* line 867, styles-sj.scss */
  .main-preference-item-text .text {
    font-size: 13px;
    opacity: .75; }

/* line 872, styles-sj.scss */
.main-news-container {
  padding: 28px 0;
  background: #f3efec; }
  /* line 875, styles-sj.scss */
  .main-news-container .row {
    margin: 0 -10px; }
    /* line 877, styles-sj.scss */
    .main-news-container .row .cell {
      padding: 0 10px; }

/* line 882, styles-sj.scss */
.blog-link, a.blog-link {
  font-size: 13px;
  line-height: 150%;
  color: #EB8714;
  font-weight: bold; }

/* line 888, styles-sj.scss */
.title-blog {
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 894, styles-sj.scss */
.main-news-title-block {
  margin-bottom: 2em; }

/* line 897, styles-sj.scss */
.main-article-item-container {
  margin-top: 16px; }

/* line 900, styles-sj.scss */
.bbender-bold {
  font-family: "BenderBold"; }

/* line 903, styles-sj.scss */
.main-article-item-title {
  font-size: 18px;
  line-height: 120%; }

/* line 907, styles-sj.scss */
.main-article-item-data {
  font-size: 12px;
  opacity: .5;
  margin: 16px 0 12px; }

/* line 912, styles-sj.scss */
.main-article-item-text {
  font-size: 13px;
  opacity: .75;
  margin-bottom: 8px; }

/* line 917, styles-sj.scss */
.subscrition-container {
  background: #f3efec;
  max-width: 1180px;
  margin: 38px auto 66px;
  background: url("subscribe.jpg") no-repeat center;
  background-size: cover; }

/* line 924, styles-sj.scss */
.subscrition {
  padding: 37px 48px 38px; }

/* line 927, styles-sj.scss */
.subscrition__title {
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500; }

/* line 935, styles-sj.scss */
.subscrition__body {
  margin-left: 24px; }
  /* line 939, styles-sj.scss */
  .subscrition__body .btn-one {
    padding: 12px 40px; }

/* line 943, styles-sj.scss */
.subscrition__submit {
  background: #EB8714;
  color: #fff;
  border: 1px solid #EB8714; }
  /* line 947, styles-sj.scss */
  .subscrition__submit:hover {
    color: #fff !important; }

/* line 951, styles-sj.scss */
input[type="email"].subscrition__input {
  display: block;
  width: 464px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #25292D;
  padding: 0 16px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #231F20;
  margin-right: 16px; }

/* line 966, styles-sj.scss */
.section-instagram {
  padding: 28px 0; }
  /* line 968, styles-sj.scss */
  .section-instagram .frame {
    width: 100%;
    height: 280px;
    background-size: cover !important; }
    /* line 973, styles-sj.scss */
    .section-instagram .frame:hover .frame-info-container {
      opacity: 1; }
  /* line 978, styles-sj.scss */
  .section-instagram .frame-info {
    display: flex;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  /* line 985, styles-sj.scss */
  .section-instagram .frame-info-container {
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    text-align: center;
    transition: .4s all;
    color: #fff;
    opacity: 0; }
    /* line 997, styles-sj.scss */
    .section-instagram .frame-info-container svg {
      fill: #fff;
      margin: 0 auto; }
    /* line 1001, styles-sj.scss */
    .section-instagram .frame-info-container > div {
      padding: 0 10px; }
  /* line 1005, styles-sj.scss */
  .section-instagram .swiper-slide {
    width: auto; }
  /* line 1008, styles-sj.scss */
  .section-instagram .instagram-photos {
    margin-top: 5px; }

/* line 1012, styles-sj.scss */
.section-youtube {
  padding: 38px 0 28px; }

/* line 1015, styles-sj.scss */
.video-container {
  margin-top: 5px; }
  /* line 1017, styles-sj.scss */
  .video-container .row {
    margin: 0 -10px; }

/* line 1022, styles-sj.scss */
.video-container [class*="col-"] {
  padding: 0 10px; }

/* line 1026, styles-sj.scss */
.video-item {
  position: relative;
  width: 100%; }
  /* line 1029, styles-sj.scss */
  .video-item iframe {
    display: block;
    width: 100%;
    height: 213px; }
  /* line 1034, styles-sj.scss */
  .video-item .video-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3; }

/* line 1043, styles-sj.scss */
.footer {
  padding: 56px 0 30px; }
  /* line 1045, styles-sj.scss */
  .footer .footer-pay .icon {
    max-width: 120px; }
  /* line 1048, styles-sj.scss */
  .footer [class*="cell"] {
    padding: 0 1em; }

/* line 1053, styles-sj.scss */
.footer-item ul {
  font-size: 13px; }
  /* line 1055, styles-sj.scss */
  .footer-item ul li {
    margin: 4px 0;
    color: rgba(255, 255, 255, 0.75); }

/* line 1061, styles-sj.scss */
.footer-item-title {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 1068, styles-sj.scss */
.footer-logo .text {
  opacity: .5;
  margin-top: 8px;
  font-size: 13px; }

/* line 1073, styles-sj.scss */
.footer-contacts {
  margin-top: 24px; }

/* line 1076, styles-sj.scss */
.footer-contact-item {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.75); }
  /* line 1077, styles-sj.scss */
  .footer-contact-item:not(:last-child) {
    margin-bottom: 20px; }

/* line 1083, styles-sj.scss */
.footer-phone {
  font-size: 18px;
  font-weight: 700;
  color: #fff; }

/* line 1088, styles-sj.scss */
.footer-copyright {
  opacity: .5;
  font-size: 13px; }

/* line 1092, styles-sj.scss */
.widget_related_products .row,
.container .row,
.collection-scope .row {
  flex-wrap: wrap; }

/* line 1098, styles-sj.scss */
.widget_related_products .product_name a {
  text-transform: uppercase !important; }

/* line 1102, styles-sj.scss */
.search-container {
  position: absolute;
  top: 0;
  left: 1em;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: calc(100% - 2em);
  height: 100%; }
  /* line 1112, styles-sj.scss */
  .search-container .header_search {
    height: 100%; }
  /* line 1115, styles-sj.scss */
  .search-container.active {
    opacity: 2;
    z-index: 2;
    visibility: visible; }
  /* line 1120, styles-sj.scss */
  .search-container .header_search #search-field {
    width: 100%;
    height: 100%;
    padding: 0 56px;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  /* line 1132, styles-sj.scss */
  .search-container .header_search #search-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    right: initial;
    left: 0;
    top: 0;
    height: 100%;
    padding: 0 0px;
    width: 50px;
    transition: .4s all; }
    /* line 1143, styles-sj.scss */
    .search-container .header_search #search-submit:hover {
      background: #EB8714; }
  /* line 1147, styles-sj.scss */
  .search-container .header_search form {
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 0 !important;
    border-radius: 0;
    background: #181D18; }

/* line 1156, styles-sj.scss */
.close-search {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 100%;
  top: 0;
  right: 0;
  transition: .4s all; }
  /* line 1169, styles-sj.scss */
  .close-search:hover {
    background: #EB8714; }

/* line 1173, styles-sj.scss */
.popup-cookie-new {
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  position: fixed;
  padding: 1em 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12);
  background: rgba(35, 31, 32, 0.9); }
  /* line 1182, styles-sj.scss */
  .popup-cookie-new .flex-middle {
    flex-wrap: nowrap; }
  /* line 1185, styles-sj.scss */
  .popup-cookie-new .cookie-text {
    margin-left: 1em;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF; }

/* line 1195, styles-sj.scss */
.close-cookie {
  padding: 8px 16px;
  margin-left: 24px;
  cursor: pointer; }

@media (max-width: 992px) {
  /* line 1204, styles-sj.scss */
  .close-cookie {
    padding: 10px 20px; } }
/* line 1209, styles-sj.scss */
.breadcrumb-container {
  background: #F7F8F8;
  margin-bottom: 40px; }
  /* line 1212, styles-sj.scss */
  .breadcrumb-container .breadcrumb {
    background: transparent;
    padding: 12px 0 13px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: #231F20;
    margin-bottom: 0; }

/* line 1224, styles-sj.scss */
.product-info .button-prod[data-quick-checkout="order"] {
  display: none; }

/* line 1227, styles-sj.scss */
.product-slider {
  max-width: 550px; }
  /* line 1229, styles-sj.scss */
  .product-slider .zoomWrapper, .product-slider #elevatezoom_big {
    width: 100% !important;
    height: auto !important;
    position: relative !important; }
  /* line 1234, styles-sj.scss */
  .product-slider #elevatezoom_gallery {
    display: flex;
    justify-content: center; }
  /* line 1238, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 102px !important;
    display: block;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: .4s all; }
  /* line 1246, styles-sj.scss */
  .product-slider .bx-wrapper {
    margin-top: 10px;
    padding: 0 20px; }
  /* line 1250, styles-sj.scss */
  .product-slider .bx-controls a:before {
    display: none; }
  /* line 1253, styles-sj.scss */
  .product-slider .bx-controls a {
    width: 32px;
    height: 32px;
    background: url("bx-prev.svg") no-repeat center;
    background-size: 100%;
    margin-top: -10px; }
  /* line 1260, styles-sj.scss */
  .product-slider .bx-controls a.bx-next {
    background: url("bx-next.svg") no-repeat center;
    background-size: 100%; }

/* line 1265, styles-sj.scss */
.product-info .review {
  display: none; }

/* line 1268, styles-sj.scss */
.product_name.bbender {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #353131;
  margin-bottom: 36px; }

/* line 1280, styles-sj.scss */
.product-info-right .description .product-section .prod-stock {
  padding: 0;
  background: none;
  margin: 0 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #147F12;
  text-transform: none; }
  /* line 1291, styles-sj.scss */
  .product-info-right .description .product-section .prod-stock span {
    color: inherit; }
/* line 1295, styles-sj.scss */
.product-info-right .product-price {
  border-bottom: 0;
  border-top: 0;
  margin: 32px 0 23px 0;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px; }
  /* line 1304, styles-sj.scss */
  .product-info-right .product-price .money {
    color: #EB8714; }
/* line 1308, styles-sj.scss */
.product-info-right .short_description {
  margin-bottom: 29px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #231F20; }
/* line 1317, styles-sj.scss */
.product-info-right .cart-top {
  padding-bottom: 62px; }
/* line 1320, styles-sj.scss */
.product-info-right .number_product {
  border: 1px solid #cacaca;
  margin-right: 8px; }
  /* line 1323, styles-sj.scss */
  .product-info-right .number_product span {
    background: white;
    width: 56px;
    height: 54px;
    color: #125C7F;
    font-weight: normal;
    position: relative;
    display: none;
    justify-content: center;
    align-items: center; }
    /* line 1333, styles-sj.scss */
    .product-info-right .number_product span:before {
      content: "";
      display: block;
      width: 16px;
      height: 2px;
      background: #353131; }
    /* line 1341, styles-sj.scss */
    .product-info-right .number_product span.fa-plus-sign:after {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 16px;
      background: #353131;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 1354, styles-sj.scss */
  .product-info-right .number_product .quantity_input {
    width: 57px;
    background: white;
    border-right: 0;
    border-left: 0;
    color: #231F20;
    height: 56px;
    outline: none !important;
    box-shadow: 0 0 0 0;
    padding: 5px; }
/* line 1366, styles-sj.scss */
.product-info-right .description .compare a {
  background: white; }
/* line 1369, styles-sj.scss */
.product-info-right .feedback-price-title {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin-bottom: 8px; }
/* line 1378, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  height: auto !important;
  border-radius: 0 0 0 0;
  background: #25292D;
  padding: 10px 24px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: .4s all; }
  /* line 1390, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover {
    background: #EB8714; }
/* line 1394, styles-sj.scss */
.product-info-right .product_sku {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #000000;
  opacity: 0.75; }

/* line 1406, styles-sj.scss */
.feedback-row.form-done {
  font-weight: bold;
  margin: 20px 0;
  font-size: 24px;
  color: #EB8714; }

/* line 1413, styles-sj.scss */
.product-info .description .product-section,
.product-info .description .product-section span {
  color: #000; }

/* line 1417, styles-sj.scss */
.product-info .description .product-section div.prod-stock {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
  color: #637F12; }

/* line 1426, styles-sj.scss */
.product-btns {
  margin-top: 24px; }
  /* line 1428, styles-sj.scss */
  .product-btns .btn-one {
    font-size: 24px;
    line-height: 27px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 18px 32px; }
    /* line 1433, styles-sj.scss */
    .product-btns .btn-one:hover {
      color: #fff; }

/* line 1439, styles-sj.scss */
.feedback-field-wrap {
  margin-right: -1px;
  width: 100%;
  max-width: 300px; }
  /* line 1443, styles-sj.scss */
  .feedback-field-wrap input {
    display: block;
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    padding: 0 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #231F20; }
  /* line 1457, styles-sj.scss */
  .feedback-field-wrap textarea {
    background: #FFFFFF;
    border: 1px solid #CACACA;
    padding: 0 14px;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    color: #231F20; }

/* line 1469, styles-sj.scss */
.product-details-title {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-bottom: 16px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 24px; }

/* line 1481, styles-sj.scss */
.table-attribute {
  font-size: 16px; }
  /* line 1483, styles-sj.scss */
  .table-attribute .row {
    padding: 12px 0; }
  /* line 1486, styles-sj.scss */
  .table-attribute .name {
    font-weight: 700; }

/* line 1490, styles-sj.scss */
.product-content {
  padding: 48px 0 66px;
  background: #f7f8f7;
  margin-bottom: 66px; }

/* line 1495, styles-sj.scss */
.tab-description,
.tab-description * {
  font-family: "Lato" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 16px !important;
  line-height: 150%;
  color: #353131 !important; }

/* line 1504, styles-sj.scss */
.product-details {
  align-items: flex-start; }

/* line 1507, styles-sj.scss */
.product-details-right {
  width: 100%;
  max-width: 352px;
  background: #F7F8F8;
  padding: 40px;
  margin-top: 57px;
  background: #454545; }
  /* line 1515, styles-sj.scss */
  .product-details-right .product-delivery-sity {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px; }
  /* line 1520, styles-sj.scss */
  .product-details-right .product-new-city {
    color: #EB8714;
    border-bottom: 1px dashed #EB8714; }
  /* line 1524, styles-sj.scss */
  .product-details-right .help-phone a {
    color: #EB8714; }
  /* line 1527, styles-sj.scss */
  .product-details-right .product-delivery-widjet {
    padding: 0 0;
    color: #fff; }
  /* line 1531, styles-sj.scss */
  .product-details-right .product-delivery-style {
    font-size: 13px;
    color: #fff;
    opacity: .75; }
    /* line 1535, styles-sj.scss */
    .product-details-right .product-delivery-style span {
      line-height: 2; }
    /* line 1538, styles-sj.scss */
    .product-details-right .product-delivery-style [class*="cell"] {
      padding: 0 0; }
  /* line 1542, styles-sj.scss */
  .product-details-right .help {
    padding-top: 48px; }

/* line 1546, styles-sj.scss */
.help-title, .help-item {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff; }

/* line 1556, styles-sj.scss */
.help-item:not(:last-child) {
  margin-bottom: 32px; }

/* line 1559, styles-sj.scss */
.help-item-title {
  text-transform: none;
  font-size: 13px;
  color: #fff;
  opacity: 0.75;
  margin-bottom: 4px; }

/* line 1566, styles-sj.scss */
.help-phone a {
  font-weight: bold;
  font-size: 16px;
  color: #fff; }

/* line 1571, styles-sj.scss */
.messeger-links {
  margin-top: 8px; }

/* line 1574, styles-sj.scss */
.messeger-link {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative; }
  /* line 1582, styles-sj.scss */
  .messeger-link img {
    margin-right: 5px; }
  /* line 1585, styles-sj.scss */
  .messeger-link:after {
    content: "";
    display: none;
    position: absolute;
    width: 28px;
    height: 100%;
    top: 0;
    left: 100%;
    clip-path: polygon(0 0, 0% 100%, 50% 0); }
  /* line 1595, styles-sj.scss */
  .messeger-link:hover {
    color: #fff; }

/* line 1599, styles-sj.scss */
.new-viber {
  margin-right: 7px;
  background: #574E92; }
  /* line 1602, styles-sj.scss */
  .new-viber:after {
    background: #574E92; }

/* line 1606, styles-sj.scss */
.new-whatsapp {
  background: #25D366;
  margin-right: 7px; }
  /* line 1609, styles-sj.scss */
  .new-whatsapp:after {
    background: #25D366; }

/* line 1614, styles-sj.scss */
.new-tg {
  background: #2BA4D8; }
  /* line 1616, styles-sj.scss */
  .new-tg:after {
    background: #2BA4D8; }
  /* line 1620, styles-sj.scss */
  .new-tg img {
    max-width: 18px;
    color: #fff; }

/* line 1626, styles-sj.scss */
.product-description {
  margin-bottom: 48px; }
  /* line 1628, styles-sj.scss */
  .product-description .tab-content {
    padding: 0 0;
    border: 0; }
    /* line 1631, styles-sj.scss */
    .product-description .tab-content p, .product-description .tab-content span, .product-description .tab-content h2 {
      font-family: "Lato" !important;
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 16px !important;
      line-height: 150%;
      color: #231F20 !important; }

/* line 1641, styles-sj.scss */
.product-wieget-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 1651, styles-sj.scss */
.main-products .collection-container .row {
  margin: 0 -10px -40px; }

/* line 1656, styles-sj.scss */
.collection-container .row {
  margin: 0 -10px; }
  /* line 1658, styles-sj.scss */
  .collection-container .row [class*="col"] {
    padding: 0 10px; }

@media (max-width: 1023px) {
  /* line 1665, styles-sj.scss */
  .main-products .collection-container .row .col-sm-4 {
    width: 33.333333333333%; } }
@media (max-width: 760px) {
  /* line 1672, styles-sj.scss */
  .main-products .collection-container .row .col-sm-4 {
    width: 100%; } }
/* line 1678, styles-sj.scss */
.product-listing__collection .product_img {
  height: 281px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff; }
  /* line 1684, styles-sj.scss */
  .product-listing__collection .product_img .img__2 {
    height: auto;
    top: 50%;
    transform: translateY(-50%); }

/* line 1691, styles-sj.scss */
.product-related {
  margin: 10px 0; }
  /* line 1693, styles-sj.scss */
  .product-related .product_img a {
    display: block; }
    /* line 1695, styles-sj.scss */
    .product-related .product_img a img {
      width: 100%; }
  /* line 1699, styles-sj.scss */
  .product-related .inner {
    position: relative;
    height: 100%; }
  /* line 1703, styles-sj.scss */
  .product-related .product_info {
    padding-top: 24px; }
  /* line 1706, styles-sj.scss */
  .product-related .product_name {
    font-family: 'Russo One', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 35px;
    height: auto; }
  /* line 1714, styles-sj.scss */
  .product-related .product_price {
    position: absolute;
    bottom: 0; }
  /* line 1718, styles-sj.scss */
  .product-related .product_price .money {
    font-family: 'Play';
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #EB8714; }

/* line 1727, styles-sj.scss */
.page_header .page-title {
  font-family: 'Russo One', sans-serif;
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0; }

/* line 1734, styles-sj.scss */
.collection-container .page_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px; }
/* line 1739, styles-sj.scss */
.collection-container .filter {
  margin: 0 -1px; }
  /* line 1741, styles-sj.scss */
  .collection-container .filter .flex-start {
    align-items: flex-start; }
  /* line 1744, styles-sj.scss */
  .collection-container .filter li {
    padding: 12px;
    font-size: 17px;
    height: 40px;
    margin: 0 1px;
    opacity: .35;
    color: #231F20;
    cursor: pointer; }
    /* line 1752, styles-sj.scss */
    .collection-container .filter li.active {
      opacity: 1;
      color: #EB8714;
      background: #fff; }
/* line 1759, styles-sj.scss */
.collection-container .img__2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0; }
/* line 1766, styles-sj.scss */
.collection-container .product_name {
  font-family: 'Lato';
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 120%;
  color: #353131;
  margin-bottom: 0; }
/* line 1775, styles-sj.scss */
.collection-container .product_price {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin: 16px 0; }
  /* line 1782, styles-sj.scss */
  .collection-container .product_price .money {
    color: #EB8714; }
/* line 1786, styles-sj.scss */
.collection-container .product_links .cart-button {
  margin: 0 14px 0 0; }
/* line 1789, styles-sj.scss */
.collection-container .compare a {
  display: block;
  padding: 10px; }
/* line 1793, styles-sj.scss */
.collection-container .product_links {
  margin-top: 0px;
  display: flex;
  align-items: center; }
  /* line 1797, styles-sj.scss */
  .collection-container .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1799, styles-sj.scss */
    .collection-container .product_links .btn-one i {
      margin-right: 8px; }
/* line 1804, styles-sj.scss */
.collection-container .product-listing__collection.list .product_listing_main .product_img {
  margin: 0 20px 0 0;
  width: 180px; }
/* line 1808, styles-sj.scss */
.collection-container .product-listing__collection.list {
  margin-bottom: 52px; }

/* line 1812, styles-sj.scss */
.page-title {
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 1819, styles-sj.scss */
.product-list-main .product_info {
  padding-top: 23px; }
/* line 1822, styles-sj.scss */
.product-list-main .product_links {
  margin-top: 0px;
  position: absolute;
  bottom: 0; }
  /* line 1826, styles-sj.scss */
  .product-list-main .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1828, styles-sj.scss */
    .product-list-main .product_links .btn-one i {
      margin-right: 8px; }
/* line 1833, styles-sj.scss */
.product-list-main .product-item {
  margin-bottom: 40px;
  height: calc(100% - 40px);
  position: relative; }
/* line 1838, styles-sj.scss */
.product-list-main .product_desc {
  padding-bottom: 60px;
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #353131; }

/* line 1847, styles-sj.scss */
.more-products-wrapper .more-products {
  margin: 0 0;
  background: rgba(0, 0, 0, 0.05) !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px !important;
  padding: 20px;
  width: 100%; }
  /* line 1854, styles-sj.scss */
  .more-products-wrapper .more-products span {
    font-family: 'Russo One';
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #EB8714;
    padding: 0 0; }

/* line 1865, styles-sj.scss */
.product_badge.sale {
  background: #EB8714;
  color: #fff;
  padding: 2px 7px;
  position: absolute;
  left: 0;
  bottom: 0; }

/* line 1873, styles-sj.scss */
.pagination-new {
  margin: 72px 0 0;
  position: relative; }

/* line 1877, styles-sj.scss */
.paginate-arr {
  position: absolute;
  top: 0;
  transition: .4s all;
  opacity: .35;
  color: #231F20; }
  /* line 1883, styles-sj.scss */
  .paginate-arr:hover, .paginate-arr.active {
    opacity: 1; }

/* line 1887, styles-sj.scss */
.paginate-arr-prev {
  left: 0; }
  /* line 1889, styles-sj.scss */
  .paginate-arr-prev img {
    transform: scale(-1, 1); }

/* line 1893, styles-sj.scss */
.paginate-arr-next {
  right: 0; }

/* line 1896, styles-sj.scss */
.pagination-item {
  margin: 0 2px; }
  /* line 1898, styles-sj.scss */
  .pagination-item a, .pagination-item span {
    display: block;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #231F20;
    opacity: 0.5;
    padding: 11px 0;
    width: 41px;
    transition: .4s all;
    text-align: center; }
  /* line 1912, styles-sj.scss */
  .pagination-item.is-current a, .pagination-item.is-current span, .pagination-item:hover a, .pagination-item:hover span {
    opacity: 1;
    color: #FFFFFF;
    background: #202020; }

/* line 1919, styles-sj.scss */
.product-grid {
  margin-bottom: 20px; }
  /* line 1921, styles-sj.scss */
  .product-grid .product_info {
    padding-top: 10px;
    width: calc(100% - 200px); }
  /* line 1925, styles-sj.scss */
  .product-grid .product_price {
    padding: 0 0 0 0;
    margin: 10px 0 16px; }
    /* line 1928, styles-sj.scss */
    .product-grid .product_price .money {
      font-family: 'Play';
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.03em;
      color: #EB8714; }

/* line 1938, styles-sj.scss */
.right-panel-item:not(:last-child) {
  margin-bottom: 56px; }

/* line 1941, styles-sj.scss */
.panel-item-title {
  font-family: 'Russo One', sans-serif;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 1950, styles-sj.scss */
.right-panel-item .widget_content {
  padding: 10px 24px;
  background-color: #fff; }
/* line 1956, styles-sj.scss */
.right-panel-item .list a {
  font-family: 'Play';
  font-weight: normal;
  font-size: 16px; }
/* line 1961, styles-sj.scss */
.right-panel-item .list > li {
  border-bottom: 1px solid #cacaca; }
  /* line 1963, styles-sj.scss */
  .right-panel-item .list > li .first-link a {
    display: inline-block;
    padding: 14px 0; }
  /* line 1967, styles-sj.scss */
  .right-panel-item .list > li:last-child {
    border-bottom: 1px solid transparent; }
/* line 1972, styles-sj.scss */
.right-panel-item .list
.sub-col-list {
  display: none;
  background: #F7F8F8;
  padding: 7px 24px;
  margin-bottom: 13px; }
  /* line 1978, styles-sj.scss */
  .right-panel-item .list
  .sub-col-list li {
    display: flex;
    flex-direction: column; }
    /* line 1981, styles-sj.scss */
    .right-panel-item .list
    .sub-col-list li a {
      display: inline-block;
      padding: 7px 0;
      font-size: 13px;
      line-height: 150%;
      color: #231F20; }

/* line 1991, styles-sj.scss */
.first-link {
  flex-wrap: nowrap; }

/* line 1994, styles-sj.scss */
.weiget-link-arr {
  cursor: pointer;
  padding: 6px 16px; }

/* line 1998, styles-sj.scss */
.weiget-link-arr.active img {
  transform: scale(1, -1); }

/* line 2001, styles-sj.scss */
.panel-filte-title-block {
  margin-bottom: 20px; }
  /* line 2003, styles-sj.scss */
  .panel-filte-title-block .panel-item-title {
    margin: 0 0 0 8px; }

/* line 2007, styles-sj.scss */
.filter-title {
  font-family: 'Play';
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

/* line 2017, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 24px;
  left: -1px;
  top: -11px; }
/* line 2023, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle-upper {
  left: initial;
  right: 14px; }
/* line 2027, styles-sj.scss */
.panel-filte .noUi-handle {
  background: #FFFFFF;
  border: 1px solid #CACACA;
  box-sizing: border-box;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 0px 2px rgba(0, 0, 0, 0.12), 0px 4px 8px rgba(0, 0, 0, 0.08);
  border-radius: 3px; }
/* line 2034, styles-sj.scss */
.panel-filte .noUi-handle:after, .panel-filte .noUi-handle:before {
  top: 6px;
  left: 5px;
  width: 1px;
  height: 12px;
  background: #CACACA; }
/* line 2041, styles-sj.scss */
.panel-filte .noUi-handle:after {
  left: 8px; }
/* line 2044, styles-sj.scss */
.panel-filte .noUi-background {
  box-shadow: 0 0 0 0; }
/* line 2047, styles-sj.scss */
.panel-filte .noUi-connect {
  box-shadow: 0 0 0 0;
  background: #EB8714; }
/* line 2051, styles-sj.scss */
.panel-filte .noUi-target, .panel-filte .noUi-background {
  border: 0;
  height: 3px;
  box-shadow: 0 0 0 0;
  background: #cacaca; }
/* line 2057, styles-sj.scss */
.panel-filte .price-filter {
  margin: 16px 0 34px; }
/* line 2060, styles-sj.scss */
.panel-filte .btn-one {
  width: calc(100% - 16px); }

/* line 2064, styles-sj.scss */
.price-filter-row {
  margin-bottom: 35px;
  flex-wrap: nowrap; }

/* line 2068, styles-sj.scss */
.price-filter_to,
.price-filter_from {
  display: flex;
  align-items: center;
  margin-bottom: 0px; }
  /* line 2073, styles-sj.scss */
  .price-filter_to span,
  .price-filter_from span {
    font-family: 'Play';
    font-size: 13px;
    line-height: 15px;
    color: #231F20;
    opacity: 0.75; }
  /* line 2080, styles-sj.scss */
  .price-filter_to input[type="text"].txt,
  .price-filter_from input[type="text"].txt {
    width: 72px;
    height: 36px;
    background: #FFFFFF;
    border: 1px solid #CACACA;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75); }

/* line 2093, styles-sj.scss */
.price-filter_from span {
  margin-right: 6px; }

/* line 2096, styles-sj.scss */
.price-filter_to
input[type="text"].txt {
  margin: 0 6px; }

/* line 2100, styles-sj.scss */
.filter-selects {
  margin: 14px 0 48px; }

/* line 2103, styles-sj.scss */
.filter-select-item:not(:last-child) {
  margin-bottom: 24px; }

/* line 2106, styles-sj.scss */
.select-item-title {
  font-family: 'Play';
  font-size: 13px;
  margin-bottom: 8px; }

/* line 2112, styles-sj.scss */
.select-container .selectric {
  background: #FFFFFF;
  border: 1px solid #CACACA; }
/* line 2116, styles-sj.scss */
.select-container .selectric-items {
  width: 100%; }
/* line 2119, styles-sj.scss */
.select-container .selectric .label {
  height: 34px;
  text-align: left;
  line-height: 34px;
  margin-left: 0;
  padding: 0 0 0 14px;
  font-size: 13px;
  font-family: 'Lato';
  color: #231F20;
  opacity: .75;
  font-weight: 400; }
/* line 2131, styles-sj.scss */
.select-container .selectric .button {
  height: 34px;
  background: white; }
/* line 2135, styles-sj.scss */
.select-container .selectric .button:after {
  content: url("icon-down.svg");
  border: 0;
  top: -2px; }
/* line 2140, styles-sj.scss */
.select-container .selectric-open .button:after {
  transform: scale(1, -1);
  top: 4px; }

/* line 2145, styles-sj.scss */
.filter-price {
  margin-bottom: 56px; }

/* line 2148, styles-sj.scss */
.widget_content.style-block .filter-wrap:not(:last-child) {
  margin-bottom: 55px; }

/* line 2152, styles-sj.scss */
.filter-checkbox-list a {
  color: #231F20;
  opacity: 0.75;
  font-size: 13px; }
/* line 2157, styles-sj.scss */
.filter-checkbox-list li {
  padding: 7px 0 7px 30px;
  position: relative; }
  /* line 2160, styles-sj.scss */
  .filter-checkbox-list li .check {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #cacaca;
    cursor: pointer; }
  /* line 2170, styles-sj.scss */
  .filter-checkbox-list li.active .check {
    background: url("check.svg") no-repeat center; }

/* line 2175, styles-sj.scss */
.filter-bottom-container {
  padding-bottom: 14px; }
  /* line 2177, styles-sj.scss */
  .filter-bottom-container p {
    margin: 0 0 24px 0; }
    /* line 2179, styles-sj.scss */
    .filter-bottom-container p a {
      color: #EB8714;
      font-size: 13px; }

/* line 2185, styles-sj.scss */
.page-title {
  border-bottom: 1px solid #cacaca;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 8px; }

/* line 2193, styles-sj.scss */
.cart--mobile {
  display: none; }

/* line 2196, styles-sj.scss */
.cart-list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca; }
  /* line 2200, styles-sj.scss */
  .cart-list-item .item_image {
    margin-bottom: 0px; }
  /* line 2203, styles-sj.scss */
  .cart-list-item .cart-item {
    margin: 0 -10px;
    flex-wrap: nowrap; }
    /* line 2206, styles-sj.scss */
    .cart-list-item .cart-item [class*="col"] {
      padding: 0 10px; }
    /* line 2209, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-img {
      max-width: 200px; }
    /* line 2212, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-info {
      width: calc(100% - 200px); }
  /* line 2216, styles-sj.scss */
  .cart-list-item .item_image a {
    width: 100%; }
  /* line 2219, styles-sj.scss */
  .cart-list-item .qty label {
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    display: flex;
    align-items: center; }
  /* line 2227, styles-sj.scss */
  .cart-list-item .item_price {
    padding-top: 24px; }
    /* line 2229, styles-sj.scss */
    .cart-list-item .item_price .qwnt {
      background-color: #fff; }
  /* line 2233, styles-sj.scss */
  .cart-list-item .item_price .input-small {
    width: 64px !important;
    height: 36px;
    display: inline-block;
    padding: 0 14px 0;
    text-align: left;
    border: 1px solid #cacaca;
    font-family: 'Lato';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75);
    margin-left: 8px; }
  /* line 2248, styles-sj.scss */
  .cart-list-item .item_price .price {
    font-family: 'Play', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #EB8714; }
  /* line 2256, styles-sj.scss */
  .cart-list-item .total-price {
    padding-right: 15px;
    padding-top: 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
    /* line 2264, styles-sj.scss */
    .cart-list-item .total-price .money {
      font-family: 'Play', sans-serif;
      color: #EB8714; }

/* line 2270, styles-sj.scss */
.cart-product-title {
  flex-wrap: nowrap; }
  /* line 2272, styles-sj.scss */
  .cart-product-title .title {
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

/* line 2280, styles-sj.scss */
.cart-container-bottom {
  margin-top: 20px;
  background: #fff;
  padding: 35px 24px 35px 24px; }
  /* line 2284, styles-sj.scss */
  .cart-container-bottom .cart_subtotal {
    margin-bottom: 16px; }

/* line 2288, styles-sj.scss */
.cart_subtotal-title {
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #000000; }

/* line 2297, styles-sj.scss */
.cart_subtotal-money {
  font-family: 'Play';
  font-weight: bold;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #EB8714; }

/* line 2306, styles-sj.scss */
.coupon {
  margin: 32px 0 40px; }

/* line 2309, styles-sj.scss */
.cupon-title {
  font-family: 'Play';
  font-weight: normal;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px; }

/* line 2317, styles-sj.scss */
.cupon-form-text {
  font-family: 'Play';
  font-weight: normal;
  font-size: 13px;
  opacity: .75;
  margin-top: 9px; }

/* line 2324, styles-sj.scss */
.cupon-form input[type="text"] {
  margin-right: -1px;
  width: 300px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #CACACA; }

/* line 2331, styles-sj.scss */
.btn-cupon {
  padding: 10px 24px;
  background: #25292D;
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: .4s all; }
  /* line 2342, styles-sj.scss */
  .btn-cupon:hover {
    background: #EB8714; }

/* line 2349, styles-sj.scss */
.cart-delivery-container {
  padding: 10px 12px 11px;
  min-height: 43px;
  background: none;
  color: #EB8714;
  border: none;
  box-sizing: border-box;
  border-radius: 2px; }
  /* line 2357, styles-sj.scss */
  .cart-delivery-container img {
    margin-right: 6px; }
  /* line 2360, styles-sj.scss */
  .cart-delivery-container .cart_delivery {
    font-family: 'Play';
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: #27AE60; }

/* line 2371, styles-sj.scss */
.co-sidebar--fixed .co-checkout-block--padded {
  z-index: 999;
  background: #fff; }

/* line 2378, styles-sj.scss */
.new-desing .co-checkout-title.co-title {
  font-family: 'Russo One';
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20; }
/* line 2387, styles-sj.scss */
.new-desing .co-logo {
  font-family: 'BenderBold';
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2394, styles-sj.scss */
.new-desing .co-header-phone {
  font-family: 'Russo One';
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #353131; }
/* line 2402, styles-sj.scss */
.new-desing .co-checkout-block--padded {
  padding-left: 1em; }
/* line 2405, styles-sj.scss */
.new-desing .co-input-label.co-title--h2, .new-desing .co-title {
  font-family: 'Russo One';
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2412, styles-sj.scss */
.new-desing .co-toggable_field--bordered .co-toggable_field-title {
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2418, styles-sj.scss */
.new-desing .co-toggable_field-title {
  font-family: 'Russo One';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2425, styles-sj.scss */
.new-desing .co-button {
  /*width: 227px;
  height: 40px;*/
  padding: 11px 24px;
  background: #EB8714;
  font-family: 'Russo One';
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s all;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  /* line 2440, styles-sj.scss */
  .new-desing .co-button:hover {
    background: #f1ab5b;
    color: #fff; }
/* line 2445, styles-sj.scss */
.new-desing .co-basket_item-description {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  color: #EB8714; }
/* line 2453, styles-sj.scss */
.new-desing .co-price--current {
  font-family: 'Russo One';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2460, styles-sj.scss */
.new-desing .co-basket_total-price {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em; }

/* line 2466, styles-sj.scss */
#feedback_commit:after {
  display: none; }

/* line 2471, styles-sj.scss */
.new-desing.new-login .co-form-controls .co-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #EB8714;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "Play";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all; }
  /* line 2486, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:after {
    content: "";
    display: none;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 99.6%;
    background: #EB8714;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 2498, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:hover, .new-desing.new-login .co-form-controls .co-button:hover:after {
    background: #0D425B;
    color: #fff !important; }
  /* line 2502, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:not(:last-child) {
    margin-right: 20px; }
/* line 2507, styles-sj.scss */
.new-desing.new-login .co-section--content_wrapper {
  min-height: 40vh;
  padding-bottom: 50px; }

/* line 2514, styles-sj.scss */
.product_wrap__slider {
  position: relative;
  z-index: 3; }
  /* line 2517, styles-sj.scss */
  .product_wrap__slider::after {
    position: absolute;
    content: '';
    display: block;
    width: 200vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    top: -20px;
    left: -31%;
    transform: scaleY(1.1); }

/* line 2531, styles-sj.scss */
.js-opacity {
  opacity: 1 !important;
  left: 0 !important;
  transition: all 0.5s; }

/* line 2536, styles-sj.scss */
.newproduct--mobile {
  display: none; }

/* line 2539, styles-sj.scss */
.newproduct--mobile--description {
  display: none; }

/* line 2543, styles-sj.scss */
.mini-cart-info a {
  color: #EB8714 !important; }
/* line 2546, styles-sj.scss */
.mini-cart-info .content .checkout a + a {
  background-color: #EB8714 !important;
  color: #fff !important; }

/* line 2552, styles-sj.scss */
.prod_inside img {
  width: 100%;
  max-height: 281px;
  object-fit: cover; }

/* line 2559, styles-sj.scss */
.product-list-main .col-sm-4 {
  padding-left: 10px !important;
  padding-right: 10px !important; }

/* line 2564, styles-sj.scss */
.pagination-new {
  margin-bottom: 48px; }
  /* line 2566, styles-sj.scss */
  .pagination-new + .rte {
    margin-bottom: 78px; }

/* line 2578, styles-sj.scss */
.main-item__large .main-block-item {
  background-image: url("main-item__large-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
/* line 2583, styles-sj.scss */
.main-item__large .main-block-item-title {
  max-width: 100%;
  width: fit-content;
  width: -moz-max-content; }
/* line 2589, styles-sj.scss */
.main-item__small {
  width: 33.3333% !important; }
  /* line 2594, styles-sj.scss */
  .main-item__small .main-block-item-title {
    max-width: 100%;
    width: fit-content;
    width: -moz-max-content; }

@media (max-width: 1200px) {
  /* line 2603, styles-sj.scss */
  .header-logo {
    max-width: 200px; }

  /* line 2606, styles-sj.scss */
  .header-right {
    padding-right: 10px; }

  /* line 2609, styles-sj.scss */
  .header-contacts-item:not(:last-child) {
    margin-right: 20px; }

  /* line 2612, styles-sj.scss */
  #cart .content {
    left: initial;
    right: 0; }

  /* line 2616, styles-sj.scss */
  .main-menu li a, .main-menu li .open-search {
    padding: 17px 17px; }

  /* line 2619, styles-sj.scss */
  .main-menu .search-link .open-search {
    padding: 15px 25px 14px; }

  /* line 2625, styles-sj.scss */
  .main-preference {
    padding: 0 20px; }

  /* line 2628, styles-sj.scss */
  .main-preference-item {
    padding: 0 5px;
    max-width: 230px; }

  /* line 2632, styles-sj.scss */
  .footer > .wrap > .row {
    /*   margin: 0 0 0 -1em;*/ }

  /* line 2635, styles-sj.scss */
  .popup-cookie-new .wrap {
    padding: 0 2.5em; }

  /* line 2638, styles-sj.scss */
  .popup-cookie_text p {
    text-align: left; }

  /* line 2641, styles-sj.scss */
  .price-filter_from span {
    margin-right: 3px; }

  /* line 2644, styles-sj.scss */
  .price-filter_to input[type="text"].txt,
  .price-filter_from input[type="text"].txt {
    width: 53px; }

  /* line 2648, styles-sj.scss */
  .price-filter_to input[type="text"].txt {
    margin: 0 3px; }

  /* line 2651, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    margin: 0 5px !important; }

  /* line 2654, styles-sj.scss */
  .new-desing .co-logo {
    font-size: 16px; }

  /* line 2657, styles-sj.scss */
  .new-desing .co-checkout-title.co-title {
    font-size: 36px; }

  /* line 2660, styles-sj.scss */
  .new-desing .co-header-phone {
    font-size: 19px; }

  /* line 2663, styles-sj.scss */
  .offical-dealer-img {
    overflow: hidden; }
    /* line 2665, styles-sj.scss */
    .offical-dealer-img img {
      transform: translateX(4%); }

  /* line 2669, styles-sj.scss */
  .main-preference-container, .subscrition-container--mobile {
    max-width: 98%; }

  /* line 2672, styles-sj.scss */
  .payment-methods-lg {
    display: none; }

  /* line 2676, styles-sj.scss */
  .payment-methods-mb {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 2687, styles-sj.scss */
    .payment-methods-mb--item {
      max-height: 50px; }
    /* line 2690, styles-sj.scss */
    .payment-methods-mb--footer, .payment-methods-mb--header {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    /* line 2699, styles-sj.scss */
    .payment-methods-mb--footer {
      margin-top: 15px; } }
@media (max-width: 1150px) {
  /* line 2707, styles-sj.scss */
  .main-collections .row {
    flex-wrap: wrap;
    justify-content: center; }
  /* line 2711, styles-sj.scss */
  .main-collections .cell {
    width: 50%;
    margin-bottom: 20px; }
    /* line 2714, styles-sj.scss */
    .main-collections .cell:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 1100px) {
  /* line 2722, styles-sj.scss */
  .offical-dealer-img img {
    transform: translateX(20%); } }
@media (max-width: 1023px) {
  /* line 2728, styles-sj.scss */
  .header-top-left, .header-top-right {
    flex-direction: column; }

  /* line 2731, styles-sj.scss */
  .header-top-left .text {
    margin-left: 0; }

  /* line 2734, styles-sj.scss */
  .header-delivery-city {
    width: 100%; }

  /* line 2737, styles-sj.scss */
  .header-top-right-title {
    margin-right: 0; }

  /* line 2740, styles-sj.scss */
  .header-top .wrap > .row {
    align-items: center; }

  /* line 2743, styles-sj.scss */
  .header-contacts-item-icon {
    display: none; }

  /* line 2746, styles-sj.scss */
  .header-logo {
    max-width: 170px; }

  /* line 2749, styles-sj.scss */
  .header-logo .text {
    margin-top: 4px;
    font-size: 11px; }

  /* line 2753, styles-sj.scss */
  .header-contacts {
    align-items: flex-start; }

  /* line 2756, styles-sj.scss */
  .header-contacts-item:not(:last-child) {
    margin-right: 10px; }

  /* line 2759, styles-sj.scss */
  .header-contacts-item {
    max-width: 145px; }

  /* line 2762, styles-sj.scss */
  .header-right-item:not(:last-child) {
    margin-right: 10px; }

  /* line 2765, styles-sj.scss */
  .header-right-item {
    width: 105px;
    height: 85px;
    font-size: 12px; }

  /* line 2770, styles-sj.scss */
  .main-menu {
    justify-content: space-between; }
    /* line 2772, styles-sj.scss */
    .main-menu li {
      width: 100%; }

  /* line 2776, styles-sj.scss */
  .main-menu li a, .main-menu li .open-search {
    padding: 10px 9px;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    white-space: nowrap; }

  /* line 2783, styles-sj.scss */
  .main-menu .search-link .open-search {
    padding: 6px 23px 5px; }

  /* line 2786, styles-sj.scss */
  .main-blocks .row {
    flex-wrap: wrap; }

  /* line 2789, styles-sj.scss */
  .main-blocks .row .col-8 {
    width: 50%; }

  /* line 2792, styles-sj.scss */
  .main-blocks .row .col-4 {
    width: 50%; }

  /* line 2795, styles-sj.scss */
  .main-block-item-img {
    display: flex;
    justify-content: center;
    align-items: center; }

  /* line 2800, styles-sj.scss */
  .main-block-item-title {
    min-height: 50px; }

  /* line 2803, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 20px;
    line-height: 25px; }

  /* line 2807, styles-sj.scss */
  .offical-dealer-left {
    max-width: 70%;
    padding: 30px 10px 40px 30px; }

  /* line 2811, styles-sj.scss */
  .offical-dealer-title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 35px;
    max-width: 80%; }

  /* line 2817, styles-sj.scss */
  .offical-dealer-right {
    max-width: 50%;
    overflow: hidden;
    width: 100%; }

  /* line 2823, styles-sj.scss */
  .offical-dealer-img img {
    transform: translateX(0); }

  /* line 2828, styles-sj.scss */
  .main-preference-item {
    max-width: 100%;
    width: 50%; }

  /* line 2832, styles-sj.scss */
  .main-news .row {
    flex-wrap: wrap;
    margin-bottom: -20px; }
    /* line 2835, styles-sj.scss */
    .main-news .row .w25 {
      width: 50%;
      margin-bottom: 20px; }

  /* line 2841, styles-sj.scss */
  .main-item__large {
    width: 66.6666% !important; }
  /* line 2844, styles-sj.scss */
  .main-item__small {
    width: 33.33333% !important; }

  /* line 2848, styles-sj.scss */
  .subscrition .nowrap {
    flex-wrap: wrap; }

  /* line 2851, styles-sj.scss */
  .subscrition__title {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  /* line 2856, styles-sj.scss */
  .subscrition__body {
    margin: 0 auto;
    display: inline-block !important; }
    /* line 2859, styles-sj.scss */
    .subscrition__body .flex-start {
      justify-content: center;
      flex-wrap: nowrap; }

  /* line 2864, styles-sj.scss */
  .subscrition {
    padding: 40px 35px; }

  /* line 2867, styles-sj.scss */
  .footer > .wrap > .row {
    flex-wrap: wrap; }

  /* line 2873, styles-sj.scss */
  .footer .wrap > .row > .col-sm-8, .footer .wrap > .row > .col-sm-3 {
    width: 100%; }

  /* line 2878, styles-sj.scss */
  .footer-right {
    flex-direction: row;
    justify-content: space-between;
    padding-top: 20px;
    flex-wrap: wrap;
    margin: 0 0 0;
    align-items: flex-start; }

  /* line 2886, styles-sj.scss */
  .footer-contacts {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0; }

  /* line 2892, styles-sj.scss */
  .footer-contact-item {
    text-align: left;
    max-width: 205px;
    font-size: 11px; }

  /* line 2897, styles-sj.scss */
  .footer-contact-item:not(:last-child) {
    margin-bottom: 0; }

  /* line 2903, styles-sj.scss */
  .footer-pay {
    flex-direction: column; }

  /* line 2906, styles-sj.scss */
  .footer-logo {
    max-width: 170px; }

  /* line 2909, styles-sj.scss */
  .footer-logo .text {
    margin-top: 4px;
    font-size: 11px;
    text-align: center; }

  /* line 2915, styles-sj.scss */
  .page-title {
    font-size: 30px; }

  /* line 2918, styles-sj.scss */
  .sidebar_right {
    width: 270px; }

  /* line 2921, styles-sj.scss */
  .main_content {
    padding-right: 0;
    width: calc(100% - 270px); }

  /* line 2925, styles-sj.scss */
  .product-list-main .col-sm-4 {
    width: 100%; }

  /* line 2929, styles-sj.scss */
  .product-listing__collection.grid .product-list-main {
    display: flex;
    flex-wrap: wrap; }
    /* line 2932, styles-sj.scss */
    .product-listing__collection.grid .product-list-main .row {
      width: calc(50% + 30px);
      margin: 0 -15px; }

  /* line 2938, styles-sj.scss */
  .main_content.col-sm-12 {
    width: 100%;
    padding-right: 15px; }

  /* line 2943, styles-sj.scss */
  .product-info .product_name.bbender {
    font-size: 25px;
    line-height: 100%;
    margin-bottom: 15px; }

  /* line 2949, styles-sj.scss */
  .product_wrap .product-price .money {
    margin: 0 5px 0 0;
    font-size: 25px; }

  /* line 2953, styles-sj.scss */
  .product-info-right .product-price {
    margin: 20px 0;
    font-size: 25px;
    line-height: 28px; }

  /* line 2958, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 90px !important; }

  /* line 2961, styles-sj.scss */
  .product-info-right .number_product span {
    width: 40px;
    height: 40px; }

  /* line 2965, styles-sj.scss */
  .product-info-right .number_product .quantity_input {
    width: 45px;
    height: 40px;
    outline: none !important; }

  /* line 2970, styles-sj.scss */
  .product-btns .btn-one {
    font-size: 18px;
    line-height: 22px;
    padding: 12px 15px; }

  /* line 2975, styles-sj.scss */
  .feedback-field-wrap {
    max-width: 210px; }

  /* line 2978, styles-sj.scss */
  .cart-container-bottom {
    width: calc(100% + 255px); }

  /* line 2981, styles-sj.scss */
  .cart-list-item .cart-item .cart-product-info {
    width: calc(100% - 125px); }

  /* line 2984, styles-sj.scss */
  .cart-product-title .title {
    font-size: 15px; }

  /* line 2987, styles-sj.scss */
  .cart-product-title {
    align-items: flex-start; }

  /* line 2990, styles-sj.scss */
  .close-cookie {
    margin-left: 10px;
    margin-right: 16px; }

  /* line 2995, styles-sj.scss */
  .product_wrap__slider::after {
    top: -15px;
    transform: scaleY(1.12); } }
/* line 3001, styles-sj.scss */
.box-container h1 {
  border-bottom: 1px solid #cacaca;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 8px;
  margin: 0 0 16px; }

/* line 3010, styles-sj.scss */
.box-container h1 span {
  color: #231F20 !important; }

/* line 3013, styles-sj.scss */
.box-container p > span,
.collection_desc span {
  color: #231F20 !important;
  font-family: "Lato" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-size: 18px !important;
  line-height: 150% !important; }

/* line 3022, styles-sj.scss */
#blog .page-title {
  width: fit-content;
  margin: 0 0 16px; }

/* line 3025, styles-sj.scss */
.custom_block input#feedback_from,
.custom_block textarea {
  border: 1px solid #e0e0e0; }

/* line 3029, styles-sj.scss */
.selectric-wrapper {
  position: relative; }
  /* line 3031, styles-sj.scss */
  .selectric-wrapper::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: url("select-arrow.svg") no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px; }

@media (max-width: 992px) {
  /* line 3043, styles-sj.scss */
  .sidebar_right {
    display: none; }

  /* line 3047, styles-sj.scss */
  .page_content .grid {
    display: none !important; }
  /* line 3050, styles-sj.scss */
  .page_content .list {
    display: block !important; }

  /* line 3054, styles-sj.scss */
  .main_content {
    width: 100% !important; }
    /* line 3058, styles-sj.scss */
    .main_content .collection-container .filter {
      display: none; }
    /* line 3062, styles-sj.scss */
    .main_content .collection-container .list .product_info {
      padding-top: 0; }
    /* line 3066, styles-sj.scss */
    .main_content .collection-container .list .product_img a {
      padding: 0; }
    /* line 3069, styles-sj.scss */
    .main_content .collection-container .list .product_img img {
      width: 100%; }
    /* line 3075, styles-sj.scss */
    .main_content .filter_form--mobile {
      display: flex !important;
      padding: 16px 0 32px; }
      /* line 3078, styles-sj.scss */
      .main_content .filter_form--mobile .selectric-wrapper {
        position: relative; }
        /* line 3080, styles-sj.scss */
        .main_content .filter_form--mobile .selectric-wrapper::after {
          position: absolute;
          content: '';
          width: 10px;
          height: 10px;
          background: url("select-arrow.svg") no-repeat;
          top: 50%;
          transform: translateY(-50%);
          right: 15px; }
    /* line 3092, styles-sj.scss */
    .main_content .filter_form--mobile {
      width: 320px;
      margin: 0 auto; }
      /* line 3095, styles-sj.scss */
      .main_content .filter_form--mobile .filter_form--mobile--filter {
        width: 50%; }
      /* line 3098, styles-sj.scss */
      .main_content .filter_form--mobile .filter-select-item {
        width: 50%; }
      /* line 3102, styles-sj.scss */
      .main_content .filter_form--mobile form .btn-one {
        margin-top: 15px; }
      /* line 3105, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-selects {
        margin: 14px 0 18px; }
      /* line 3108, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-bottom-container {
        padding-bottom: 0; }
      /* line 3111, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-price {
        margin-bottom: 20px; }
      /* line 3114, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-select-item {
        width: 100%; }
      /* line 3117, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter-row {
        flex-direction: column; }
      /* line 3120, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_to {
        margin-top: 24px; }
        /* line 3122, styles-sj.scss */
        .main_content .filter_form--mobile form .price-filter_to input {
          width: 70%;
          padding: 0 0 0 5px; }
      /* line 3128, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_from input {
        width: 70%;
        padding: 0 0 0 5px; }
    /* line 3135, styles-sj.scss */
    .main_content .filter_form--mobile--btn {
      width: 100%;
      height: 35.9px; }
    /* line 3139, styles-sj.scss */
    .main_content .filter_form--mobile--filter {
      transition: all .2s;
      position: relative; }
    /* line 3143, styles-sj.scss */
    .main_content .filter_form_mobile--content {
      position: absolute;
      botttom: 0;
      left: -100vw;
      transition: all .2s;
      background-color: #fff;
      padding: 24px;
      z-index: 20;
      box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
      opacity: 0;
      transition: all 0.2s; }

  /* line 3156, styles-sj.scss */
  .cart--dekstope {
    display: none; }

  /* line 3159, styles-sj.scss */
  .cart--mobile {
    display: block; }
    /* line 3161, styles-sj.scss */
    .cart--mobile--price--block {
      display: flex; }
      /* line 3163, styles-sj.scss */
      .cart--mobile--price--block .price {
        margin-right: 21px; }
    /* line 3167, styles-sj.scss */
    .cart--mobile--pricetag {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 10px; }
    /* line 3173, styles-sj.scss */
    .cart--mobile--counter {
      border: 1px solid #CACACA;
      align-items: center;
      justify-content: center;
      display: flex;
      background-color: #fff; }
      /* line 3179, styles-sj.scss */
      .cart--mobile--counter--input {
        border: none !important;
        width: 32px; }
      /* line 3183, styles-sj.scss */
      .cart--mobile--counter--plus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 36px;
        color: #353131; }
      /* line 3190, styles-sj.scss */
      .cart--mobile--counter--minus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 36px;
        color: #353131; }
    /* line 3198, styles-sj.scss */
    .cart--mobile--item {
      flex-wrap: wrap !important;
      padding: 2em; }
    /* line 3202, styles-sj.scss */
    .cart--mobile--info {
      width: auto !important; }
    /* line 3205, styles-sj.scss */
    .cart--mobile--price {
      width: 100%;
      padding: 2em; }
    /* line 3209, styles-sj.scss */
    .cart--mobile--footer {
      margin: 0 auto;
      max-width: 60%;
      margin-top: 24px;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center; }
      /* line 3217, styles-sj.scss */
      .cart--mobile--footer--total {
        margin-bottom: 24px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        /* line 3226, styles-sj.scss */
        .cart--mobile--footer--total span:first-of-type {
          font-family: 'Play';
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 21px;
          letter-spacing: 0.03em;
          text-transform: uppercase;
          color: #353131; }
        /* line 3236, styles-sj.scss */
        .cart--mobile--footer--total span:last-of-type {
          font-family: 'Play';
          font-style: normal;
          font-weight: bold;
          font-size: 18px;
          line-height: 21px;
          text-align: right;
          letter-spacing: 0.03em;
          color: #EB8714; }
      /* line 3248, styles-sj.scss */
      .cart--mobile--footer--gift {
        width: 100% !important;
        margin-bottom: 24px !important; }
      /* line 3252, styles-sj.scss */
      .cart--mobile--footer--btn {
        width: 100% !important; }
      /* line 3255, styles-sj.scss */
      .cart--mobile--footer--coupon {
        width: 100%; }
        /* line 3257, styles-sj.scss */
        .cart--mobile--footer--coupon .cupon-form {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        /* line 3262, styles-sj.scss */
        .cart--mobile--footer--coupon .txt {
          width: 100% !important; }

  /* line 3280, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 16px;
    line-height: 19px; }

  /* line 3285, styles-sj.scss */
  .main-preference-container {
    padding: 40px 0; }

  /* line 3289, styles-sj.scss */
  .main-preference-item:nth-of-type(3), .main-preference-item:nth-of-type(4) {
    margin-top: 32px; }
  /* line 3292, styles-sj.scss */
  .main-preference-item-text {
    margin-top: 15px; }

  /* line 3296, styles-sj.scss */
  .main-collections-item-title {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.05em; } }
@media (max-width: 831px) {
  /* line 3303, styles-sj.scss */
  .page-title {
    font-size: 26px; }

  /* line 3306, styles-sj.scss */
  .product_name a {
    font-size: 16px; }

  /* line 3309, styles-sj.scss */
  .product_img {
    background-color: #fff; } }
@media (max-width: 768px) {
  /* line 3338, styles-sj.scss */
  .row {
    flex-wrap: wrap; }

  /* line 3341, styles-sj.scss */
  .header-new, .main-menu-container {
    display: none; }

  /* line 3344, styles-sj.scss */
  .mobile--nav--header {
    display: flex; }

  /* line 3347, styles-sj.scss */
  .breadcrumb-container {
    display: none; }

  /* line 3350, styles-sj.scss */
  .page-title {
    margin-top: 24px !important; }

  /* line 3353, styles-sj.scss */
  .product-info {
    padding-bottom: 6px; }

  /* line 3356, styles-sj.scss */
  .box-container h1 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 25px; }

  /* line 3362, styles-sj.scss */
  .product_wrap .product_name {
    padding: 0 1em;
    margin-bottom: 0 !important; }

  /* line 3367, styles-sj.scss */
  .product-slider .bx-controls a {
    width: 32px;
    height: 32px;
    margin-top: 0; }

  /* line 3373, styles-sj.scss */
  .product_wrap__slider::after {
    display: none; }

  /* line 3377, styles-sj.scss */
  .add--in--cart__text {
    font-size: 24px; }

  /* line 3380, styles-sj.scss */
  .co-section--checkout_header {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; }
    /* line 3390, styles-sj.scss */
    .co-section--checkout_header .co-logo {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }

  /* line 3397, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 50px; }
  /* line 3400, styles-sj.scss */
  .payment-methods-mb--footer, .payment-methods-mb--header {
    width: 100%; }

  /* line 3404, styles-sj.scss */
  .product-details {
    flex-direction: column; }
    /* line 3405, styles-sj.scss */
    .product-details--mobile__text, .product-details--mobile__table {
      width: 100%;
      margin: 0 auto; }
    /* line 3409, styles-sj.scss */
    .product-details--mobile__table {
      margin-top: 72px; }
    /* line 3413, styles-sj.scss */
    .product-details-right {
      display: block;
      margin: 0 auto; }

  /* line 3418, styles-sj.scss */
  .cart--mobile--footer {
    max-width: 100%;
    padding: 0 2em 0 0; }

  /* line 3422, styles-sj.scss */
  .cart--mobile--info {
    width: 60% !important; }

  /* line 3426, styles-sj.scss */
  .co-sidebar--fixed .co-checkout-block--padded {
    position: relative;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5); }

  /* line 3432, styles-sj.scss */
  .co-section--checkout_content .co-checkout-title {
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }
  /* line 3437, styles-sj.scss */
  .co-section--checkout_content .co-breadcrumbs {
    display: none; }
  /* line 3440, styles-sj.scss */
  .co-section--checkout_content .co-basket_total-price, .co-section--checkout_content .co-delivery_method-price {
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    letter-spacing: 0.03em; }
  /* line 3446, styles-sj.scss */
  .co-section--checkout_content .co-input-description {
    max-width: 100%; }
    /* line 3448, styles-sj.scss */
    .co-section--checkout_content .co-input-description table {
      width: 100% !important; }
  /* line 3452, styles-sj.scss */
  .co-section--checkout_content .co-button {
    width: 90% !important; }
  /* line 3455, styles-sj.scss */
  .co-section--checkout_content .co-sidebar-toggler_title {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em; }
  /* line 3460, styles-sj.scss */
  .co-section--checkout_content .co-title--h2 {
    font-size: 18px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }

  /* line 3466, styles-sj.scss */
  .mobile--footer {
    display: block !important;
    padding: 39px 0 0 0; }
    /* line 3469, styles-sj.scss */
    .mobile--footer--logo {
      margin: 0 auto 51px auto; }
    /* line 3472, styles-sj.scss */
    .mobile--footer--links {
      margin-bottom: 40px; }
      /* line 3474, styles-sj.scss */
      .mobile--footer--links a {
        margin-right: 16px; }
        /* line 3476, styles-sj.scss */
        .mobile--footer--links a:last-of-type {
          margin-right: 0; }
    /* line 3482, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-item {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      max-width: 320px; }
      /* line 3487, styles-sj.scss */
      .mobile--footer--contacts .footer-contact-item:last-of-type {
        margin-top: 25px; }
    /* line 3491, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-text {
      width: 320px; }
    /* line 3495, styles-sj.scss */
    .mobile--footer--copyright {
      margin: 40px 0 16px; }
      /* line 3497, styles-sj.scss */
      .mobile--footer--copyright p {
        margin: 0; }

  /* line 3502, styles-sj.scss */
  .footer {
    display: none; }

  /* line 3505, styles-sj.scss */
  .offical-dealer-container {
    height: 802px;
    overflow: hidden;
    padding: 30px 0 40px 0; }

  /* line 3510, styles-sj.scss */
  .offical-dealer-left {
    max-width: 100%;
    width: 100%;
    clip-path: polygon(0% 0%, 100% 0, 100% 89%, 50% 100%, 0 89%);
    text-align: center; }

  /* line 3516, styles-sj.scss */
  .offical-dealer-title {
    margin: 0 auto 15px; }

  /* line 3519, styles-sj.scss */
  .offical-dealer-descriptor p {
    margin: 15px auto;
    text-align: center; }

  /* line 3523, styles-sj.scss */
  .offical-dealer-right {
    max-width: 100%;
    bottom: 0;
    transform: translateY(83%); }

  /* line 3528, styles-sj.scss */
  .offical-dealer-img img {
    max-width: 100%;
    width: 100%;
    height: inherit;
    transform: translateX(0); }

  /* line 3535, styles-sj.scss */
  .main-item__large {
    width: 100% !important; }
    /* line 3537, styles-sj.scss */
    .main-item__large:last-of-type {
      width: 50% !important; }
  /* line 3541, styles-sj.scss */
  .main-item__small {
    width: 50% !important; }
  /* line 3545, styles-sj.scss */
  .main-item__large .main-block-item, .main-item__large img, .main-item__small .main-block-item, .main-item__small img {
    width: 100%; }

  /* line 3551, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3554, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      width: 100%; }
    /* line 3560, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3564, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0;
      width: 60px;
      height: 46px; }
    /* line 3569, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      text-align: left;
      margin-left: 10px; }
    /* line 3573, styles-sj.scss */
    .main-preference-item:first-of-type {
      margin-top: 0; }
  /* line 3578, styles-sj.scss */
  .main-preference-container .wrap {
    padding: 0; }
  /* line 3581, styles-sj.scss */
  .main-preference-container .flex-between {
    flex-direction: column;
    align-items: center; }

  /* line 3587, styles-sj.scss */
  .main-collections-container {
    padding: 40px 0; }

  /* line 3591, styles-sj.scss */
  .main-preference-container {
    margin-top: 0; }

  /* line 3594, styles-sj.scss */
  .product-details-title {
    margin: 0;
    padding-top: 16px;
    font-size: 26px;
    line-height: 29px;
    border-top: 1px solid #cacaca; }

  /* line 3601, styles-sj.scss */
  .product_badge.sale {
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1; }

  /* line 3606, styles-sj.scss */
  .product-wieget-title {
    font-size: 24px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    line-height: normal; }

  /* line 3613, styles-sj.scss */
  .widget_related_products {
    margin-bottom: 46px; }

  /* line 3616, styles-sj.scss */
  .product-content {
    padding: 16px 0;
    margin-bottom: 40px; }

  /* line 3620, styles-sj.scss */
  .tab-description, .tab-description * {
    font-size: 13px !important; }
    /* line 3622, styles-sj.scss */
    .tab-description iframe, .tab-description * iframe {
      max-width: 100%; }

  /* line 3626, styles-sj.scss */
  .newproduct--mobile--details .product-details--mobile__table {
    margin-top: 17px !important;
    padding-bottom: 0 !important; }

  /* line 3630, styles-sj.scss */
  .product_wrap__slider {
    margin-top: 48px; }
    /* line 3632, styles-sj.scss */
    .product_wrap__slider .bx-controls-direction {
      display: flex; }
    /* line 3635, styles-sj.scss */
    .product_wrap__slider .bx-controls {
      position: absolute;
      right: -8px;
      top: -40px !important; }
    /* line 3640, styles-sj.scss */
    .product_wrap__slider .bx-prev, .product_wrap__slider .bx-next {
      margin-right: 8px !important;
      position: relative !important;
      padding: 10px 12px !important;
      border-radius: 50px !important;
      background-color: #fff !important; }
    /* line 3647, styles-sj.scss */
    .product_wrap__slider .row {
      flex-direction: column; }
    /* line 3650, styles-sj.scss */
    .product_wrap__slider .product-slider {
      margin-top: 48px;
      position: relative; }
    /* line 3654, styles-sj.scss */
    .product_wrap__slider #elevatezoom_gallery {
      display: none; }

  /* line 3659, styles-sj.scss */
  .product-slider .bx-wrapper {
    position: initial;
    margin-top: 40px; }

  /* line 3663, styles-sj.scss */
  .product_wrap__slider {
    margin-top: 16px; }
    /* line 3665, styles-sj.scss */
    .product_wrap__slider .col-sm-6, .product_wrap__slider .product-slider {
      width: 100%;
      max-width: 100%; }

  /* line 3670, styles-sj.scss */
  .product-info-right .cart-top {
    padding-bottom: 30px; }

  /* line 3673, styles-sj.scss */
  .product_sku {
    margin-bottom: 16px; }

  /* line 3678, styles-sj.scss */
  .newproduct--dekstop {
    display: none; }
    /* line 3680, styles-sj.scss */
    .newproduct--dekstop--description, .newproduct--dekstop--slider {
      display: none; }
  /* line 3685, styles-sj.scss */
  .newproduct--mobile {
    display: block; }
    /* line 3687, styles-sj.scss */
    .newproduct--mobile .row {
      flex-wrap: wrap; }
    /* line 3690, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--slider {
      display: block;
      padding-top: 16px; }
    /* line 3694, styles-sj.scss */
    .newproduct--mobile--details {
      padding-bottom: 72px; }
    /* line 3698, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--details {
      margin-bottom: 0;
      max-height: 74px;
      overflow: hidden;
      position: relative;
      transition: all .3s; }
      /* line 3704, styles-sj.scss */
      .newproduct--mobile--description .product-details-title, .newproduct--mobile--details .product-details-title {
        position: relative; }
      /* line 3707, styles-sj.scss */
      .newproduct--mobile--description .product-details-title:after, .newproduct--mobile--details .product-details-title:after {
        content: '+';
        position: absolute;
        right: 7%;
        top: 30%; }
    /* line 3715, styles-sj.scss */
    .newproduct--mobile--cart--buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      /* line 3720, styles-sj.scss */
      .newproduct--mobile--cart--buttons .product-btns {
        margin-top: 0;
        height: 40px; }
        /* line 3723, styles-sj.scss */
        .newproduct--mobile--cart--buttons .product-btns #button-cart {
          height: 40px;
          padding: 8px 40px; }
    /* line 3729, styles-sj.scss */
    .newproduct--mobile .product-price {
      margin: 0 0 23px;
      font-size: 24px; }
    /* line 3733, styles-sj.scss */
    .newproduct--mobile .short_description {
      margin-bottom: 19px; } }
/* line 3745, styles-sj.scss */
.newproduct--mobile--details.height-auto .product-details-title:after {
  content: '-'; }

/* line 3751, styles-sj.scss */
.rte p a, .box-container p a {
  color: #125C7F; }
  /* line 3754, styles-sj.scss */
  .rte p a:hover, .box-container p a:hover {
    color: #125C7F;
    text-decoration: none !important; }

/* line 3759, styles-sj.scss */
.btn-one-prod-feed:after {
  left: 100%; }

/* line 3762, styles-sj.scss */
.table-bordered .btn-one {
  padding: 5px 5px 5px 10px;
  font-size: 11px; }
  /* line 3765, styles-sj.scss */
  .table-bordered .btn-one:after {
    width: 15px; }

@media (max-width: 760px) {
  /* line 3770, styles-sj.scss */
  .main-block-item-title {
    bottom: 8px;
    width: 100% !important; }

  /* line 3774, styles-sj.scss */
  .main-products {
    padding: 20px 0; }

  /* line 3777, styles-sj.scss */
  .section-title {
    font-size: 24px;
    line-height: 36px; }

  /* line 3781, styles-sj.scss */
  .view-all {
    margin-left: 12px;
    font-size: 16px;
    line-height: 120%; }

  /* line 3786, styles-sj.scss */
  .product-list-main .product-item {
    height: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 20px; }

  /* line 3793, styles-sj.scss */
  .search__list .product-item {
    flex-direction: column;
    width: 100%;
    margin-bottom: 48px; }

  /* line 3798, styles-sj.scss */
  .product-listing__collection .product_img {
    height: auto;
    width: 26.82926829268293%;
    margin-right: 16px; }

  /* line 3803, styles-sj.scss */
  .search__list .product_img {
    width: 100%;
    margin-right: 0; }

  /* line 3808, styles-sj.scss */
  .product-list-main .product_desc,
  .product-list-main .product_links {
    display: none; }

  /* line 3813, styles-sj.scss */
  .search__list .product_desc,
  .search__list .product_links {
    display: block; }

  /* line 3818, styles-sj.scss */
  .collection-container .product_price {
    margin: 8px 0 0;
    padding: 0 0 0; }

  /* line 3822, styles-sj.scss */
  .collection-container .product_name {
    font-size: 14px; }

  /* line 3825, styles-sj.scss */
  .product-list-main .product_info {
    padding: 0 0 0;
    width: 68.29268292682927%; }

  /* line 3829, styles-sj.scss */
  .main-preference-item .icon {
    width: 40px;
    height: 40px;
    background-size: 100% !important; }

  /* line 3834, styles-sj.scss */
  .section-instagram .frame {
    height: 152px; }

  /* line 3837, styles-sj.scss */
  .section-instagram {
    padding: 40px 0 20px; }

  /* line 3840, styles-sj.scss */
  .section-instagram .instagram-photos {
    margin-top: 15px; }

  /* line 3843, styles-sj.scss */
  .section-youtube {
    padding: 0 0; }

  /* line 3846, styles-sj.scss */
  .subscrition-container {
    margin: 20px auto 40px; }

  /* line 3850, styles-sj.scss */
  .video-container [class*="col-"] {
    padding: 10px; }

  /* line 3854, styles-sj.scss */
  .video-item iframe {
    height: 181px; } }
@media (max-width: 994px) {
  /* line 3859, styles-sj.scss */
  .section-instagram .swiper-slide {
    margin-top: 0 !important;
    margin-bottom: 20px; } }
@media (max-width: 610px) {
  /* line 3865, styles-sj.scss */
  .main-collections .row .cell {
    padding: 0 10px;
    width: 100%;
    height: 250px; }

  /* line 3870, styles-sj.scss */
  .subscrition__title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em; }

 /*
.main-item__small, main-item__large {
    height: 230px;
}*/
  /* line 3879, styles-sj.scss */
  .main-block-item, .main-block-item a {
    height: 100%;
    width: 100%; }

  /* line 3883, styles-sj.scss */
  .main-block-item-title .title {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.05em; } }
@media (max-width: 575px) {
  /* line 3892, styles-sj.scss */
  .main_content {
    padding-right: 15px; }

  /* line 3895, styles-sj.scss */
  .page-title {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.05em; }

  /* line 3900, styles-sj.scss */
  .btn-one {
    font-weight: normal;
    font-size: 13px;
    line-height: 15px; }

 /*
.product-listing__collection {
    .product_name a {
        font-size: 14px;
    }
    .product_img {
        width: 150px !important;
        background-color: transparent;
        img {
            
        }
    }
}*/
  /* line 3918, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 35px; }

  /* line 3923, styles-sj.scss */
  .cart--mobile--counter {
    margin-left: 2em; }
  /* line 3931, styles-sj.scss */
  .cart--mobile--footer, .cart--mobile--item {
    padding: 0; }

  /* line 3937, styles-sj.scss */
  .product-description iframe {
    width: 428px;
    height: 235px; }

  /* line 3943, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3947, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    /* line 3953, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3958, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0; }

  /* line 3963, styles-sj.scss */
  .cart--mobile--info {
    width: 73% !important; }

  /* line 3966, styles-sj.scss */
  .cart-product-img {
    max-width: 108px !important; }

  /* line 3969, styles-sj.scss */
  .cart--mobile--pricetag {
    width: 100%;
    margin: 0 -10px; } }
@media (max-width: 440px) {
  /* line 3975, styles-sj.scss */
  .add--in--cart__text {
    font-size: 20px; }

  /* line 3979, styles-sj.scss */
  .payment-methods-mb--item {
    max-height: 30px; }

  /* line 3984, styles-sj.scss */
  .cart--mobile .bbender a {
    font-size: 14px; }
  /* line 3988, styles-sj.scss */
  .cart--mobile--footer .btn-cupon {
    max-width: 101px;
    font-size: 13px;
    padding: 11px 16px;
    text-transform: none; }
  /* line 3994, styles-sj.scss */
  .cart--mobile--footer .footer-label {
    font-size: 13px; }
  /* line 3998, styles-sj.scss */
  .cart--mobile--footer--gift .cart_delivery {
    font-size: 13px;
    line-height: 120%; }
  /* line 4003, styles-sj.scss */
  .cart--mobile--footer--btn {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.05em; }

  /* line 4012, styles-sj.scss */
  .product-description iframe {
    width: 328px;
    height: 185px; }

  /* line 4017, styles-sj.scss */
  .main-block-item {
    height: 168px; }

  /* line 4020, styles-sj.scss */
  .main-block-item-title {
    padding: 8px 16px; }

  /* line 4023, styles-sj.scss */
  .main-block-item-title {
    width: fit-content;
    max-width: 100%;
    width: -moz-max-content; }

  /* line 4028, styles-sj.scss */
  .offical-dealer-container {
    height: 890px;
    padding: 12px 0 40px 0; }

  /* line 4032, styles-sj.scss */
  .offical-dealer-left {
    padding: 30px 10px 40px 10px; }

  /* line 4035, styles-sj.scss */
  .offical-dealer-title {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.05em; }

  /* line 4041, styles-sj.scss */
  .offical-dealer-descriptor {
    font-size: 14px;
    line-height: 150%;
    text-align: center; }

  /* line 4046, styles-sj.scss */
  .product-details-title {
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

  /* line 4054, styles-sj.scss */
  .newproduct--mobile--description .tab-content {
    font-size: 13px;
    line-height: 150%;
    color: #353131; }

  /* line 4061, styles-sj.scss */
  .cart--mobile--info {
    width: 64% !important; }

  /* line 4064, styles-sj.scss */
  .newproduct--mobile--description {
    padding-top: 0; }

  /* line 4067, styles-sj.scss */
  .newproduct--mobile--description, .newproduct--mobile--details {
    max-height: 46px; }
    /* line 4069, styles-sj.scss */
    .newproduct--mobile--description .product-details-title, .newproduct--mobile--details .product-details-title {
      padding-top: 16; }
      /* line 4071, styles-sj.scss */
      .newproduct--mobile--description .product-details-title::after, .newproduct--mobile--details .product-details-title::after {
        top: 23px; }

  /* line 4076, styles-sj.scss */
  .newproduct--mobile--details {
    padding-bottom: 0; }
    /* line 4078, styles-sj.scss */
    .newproduct--mobile--details .product-details--mobile__table {
      padding-bottom: 72px; }

  /* line 4082, styles-sj.scss */
  .main-preference-container {
    margin: 0px auto; }

  /* line 4085, styles-sj.scss */
  .main-news-container {
    padding: 0; }

 /*
.subscrition-container {
    margin: 40px auto 90px;
}
.main-item__small, main-item__large {
    height: 168px;
}
.main-item__small {
    &:nth-of-type(4), &:nth-of-type(5) {
        margin: 8px 0;
    }
}
.main-item__large {
    padding: 10px 10px 0 10px !important;
}*/ }
@media (max-width: 340px) {
  /* line 4105, styles-sj.scss */
  .product-description iframe {
    width: 293px;
    height: 170px; }

  /* line 4112, styles-sj.scss */
  .product-listing__collection .product_img {
    width: 100px !important; }
  /* line 4115, styles-sj.scss */
  .product-listing__collection .product_info {
    width: 175px; } }
/* line 4125, styles-sj.scss */
.feedback-price-wrapper [data-feedback-form-recaptcha] {
  display: none; }

@media (min-width: 1024px) {
  /* line 4132, styles-sj.scss */
  .feedback-price-wrapper {
    margin-top: -20px; } }
/* line 4138, styles-sj.scss */
.row-blog {
  flex-wrap: wrap; }
  /* line 4140, styles-sj.scss */
  .row-blog .w25 {
    margin-bottom: 20px; }

/* line 4146, styles-sj.scss */
.box-content-collection table h4 {
  margin: 5px 0; }

/* line 4151, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  position: relative; }
  /* line 4153, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:after {
    content: "";
    display: none;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 100%;
    background: #25292D;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 4167, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover:after {
    background: #125C7F; }

/* line 4174, styles-sj.scss */
.product_info .compare-at-price {
  font-size: 14px !important; }

/* line 4177, styles-sj.scss */
.price-old, .compare-at-price {
  font-family: 'Lato';
  font-style: normal;
  font-weight: normal;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-decoration-line: line-through;
  color: #353131 !important;
  opacity: 0.5; }

/* line 4190, styles-sj.scss */
.soc-footer-wrapper a {
  display: inline-block;
  margin-right: 5px; }

/* line 4197, styles-sj.scss */
#thanks {
  margin: 20px 0;
  font-size: 24px;
  font-weight: bold;
  color: #125C7F; }

/* line 4203, styles-sj.scss */
.new-btn--secondary {
  color: #9D9595;
  background: transparent;
  border: 2px solid #9D9595; }
  /* line 4207, styles-sj.scss */
  .new-btn--secondary:hover {
    color: #fff;
    border: 2px solid #EB8714;
    background-color: #EB8714; }

/* line 4214, styles-sj.scss */
.recaptcha-field {
  margin-bottom: 20px; }

/* line 4220, styles-sj.scss */
.header-top-left .text p {
  margin: 0;
  line-height: 0;
  height: 17px; }

/* line 4228, styles-sj.scss */
.footer-contact-pay {
  margin: 10px 0;
  text-align: right; }
  /* line 4232, styles-sj.scss */
  .footer-contact-pay img {
    max-width: 70%; }
  @media (max-width: 768px) {
    /* line 4228, styles-sj.scss */
    .footer-contact-pay {
      margin: 10px 0;
      text-align: center; }
      /* line 4241, styles-sj.scss */
      .footer-contact-pay img {
        max-width: 40%; } }

/* line 4252, styles-sj.scss */
.header-delivery-city {
  display: none; }

/* line 4256, styles-sj.scss */
.top-catalog-link {
  color: #fff; }

/* line 4260, styles-sj.scss */
.mobile--nav__clicked .header-delivery-city {
  display: block;
  text-align: center; }

/* line 4265, styles-sj.scss */
.more-product-link {
  position: relative;
  top: 40px; }

/* line 4270, styles-sj.scss */
.modal-hide {
  display: none; }

/* ================================ */
/* popup-bg */
/* ================================ */
/* line 4279, styles-sj.scss */
.popup-bg {
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  display: none;
  cursor: pointer; }
  /* line 4290, styles-sj.scss */
  .popup-bg.active {
    display: block; }

/* line 4294, styles-sj.scss */
.fancybox-is-open .fancybox-bg {
  opacity: 0.75; }

/* line 4297, styles-sj.scss */
.fancybox-content {
  padding: 20px; }

/* line 4301, styles-sj.scss */
#feedback-modal {
  max-width: 344px;
  padding: 10px; }
  /* line 4316, styles-sj.scss */
  #feedback-modal .bttn-reg {
    margin-top: 10px;
    width: 100%; }
  /* line 4322, styles-sj.scss */
  #feedback-modal .form-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }

/* line 4331, styles-sj.scss */
.feedback-mini {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* line 4337, styles-sj.scss */
.feedback-row .chkbx-label input[type="checkbox"] + .chkbx-control {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  margin-right: 5px; }
/* line 4343, styles-sj.scss */
.feedback-row .chkbx-label > span:last-child {
  width: calc(100% - 30px); }

/* line 4350, styles-sj.scss */
.chkbx-label input[type="checkbox"]:checked + .chkbx-control .checked {
  display: block; }

/* line 4354, styles-sj.scss */
.chkbx-label input[type="checkbox"] + .chkbx-control .checked {
  display: none; }

/* line 4358, styles-sj.scss */
.chkbx-label input[type="checkbox"]:checked + .chkbx-control .unchecked {
  display: none; }

/* line 4362, styles-sj.scss */
.chkbx-label > span {
  display: inline-block;
  vertical-align: middle; }

/* line 4367, styles-sj.scss */
.mobile-right-part {
  display: flex; }
  /* line 4370, styles-sj.scss */
  .mobile-right-part .open-search {
    margin-right: 20px; }

/* line 4376, styles-sj.scss */
.mobile--nav__clicked .mobile--nav__closed, .mobile--nav__clicked .mobile-right-part {
  display: none; }

/* line 4380, styles-sj.scss */
.mobile-text-info {
  display: none; }
  @media (max-width: 768px) {
    /* line 4380, styles-sj.scss */
    .mobile-text-info {
      display: block;
      text-align: center; }
      /* line 4387, styles-sj.scss */
      .mobile-text-info p {
        margin: 0; } }

@media (max-width: 768px) {
  /* line 4394, styles-sj.scss */
  .promo-slider-container {
    margin-top: 0; } }

/* line 4401, styles-sj.scss */
.sbp-wrapper {
  background: #F2F2F2;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  line-height: 100%;
  font-size: 18px; }

/* line 4410, styles-sj.scss */
.sbp-wrapper .sbp-price-info {
  display: flex;
  align-items: center; }
  /* line 4414, styles-sj.scss */
  .sbp-wrapper .sbp-price-info span, .sbp-wrapper .sbp-price-info img {
    margin-right: 5px; }

/* line 4420, styles-sj.scss */
.sbp-wrapper .sbp-price-info .sbp-percent {
  display: block;
  background: #EB8714;
  border-radius: 12px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 2px 5px; }

/* line 4432, styles-sj.scss */
.sbp-wrapper .sbp-price {
  font-weight: 500;
  font-size: 18px;
  color: #EB8714;
  margin-bottom: 4px; }

/* line 4440, styles-sj.scss */
.sbp-price-info img {
  max-width: 100px; }

/* line 4444, styles-sj.scss */
.select-currenc {
  background: #2C312C;
  cursor: pointer;
  border-color: #2C312C;
  color: #fff;
  border-radius: 10px; }

/* line 4451, styles-sj.scss */
.search__list {
  display: grid !important;
  padding: 16px 0; }

/* line 4456, styles-sj.scss */
.video-icon {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px; }

/* line 4463, styles-sj.scss */
.video-icon img {
  border-radius: 0 !important;
  max-width: 80px;
  background: none !important; }

@media (max-width: 768px) {
  /* line 4471, styles-sj.scss */
  .product-listing__collection .product_img {
    flex-wrap: wrap; }

  /* line 4476, styles-sj.scss */
  .video-icon {
    position: static;
    flex-basis: 100%;
    width: 100%; } }
/* line 4488, styles-sj.scss */
.search__list .product_desc {
  height: 120px; }

/* line 1, _newnav.scss */
.mobile--nav {
  background: #000000;
  padding: 0; }
  /* line 5, _newnav.scss */
  .mobile--nav__opened {
    padding-right: 15px;
    display: none; }
  /* line 9, _newnav.scss */
  .mobile--nav__closed {
    display: block; }
  /* line 13, _newnav.scss */
  .mobile--nav__clicked .mobile--nav__opened {
    display: flex; }
  /* line 16, _newnav.scss */
  .mobile--nav__clicked .name-city {
    color: #fff; }
  /* line 19, _newnav.scss */
  .mobile--nav__clicked .mobile--nav__closed {
    display: none; }
  /* line 22, _newnav.scss */
  .mobile--nav__clicked form {
    background-color: #fff !important; }
  /* line 26, _newnav.scss */
  .mobile--nav--header {
    padding: 4px 0;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  /* line 32, _newnav.scss */
  .mobile--nav--link {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 35, _newnav.scss */
    .mobile--nav--link:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 38, _newnav.scss */
    .mobile--nav--link a:link, .mobile--nav--link a:visited {
      display: block;
      text-align: center;
      font-family: 'Russo One';
      font-style: normal;
      font-weight: normal;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #FFFFFF; }
  /* line 51, _newnav.scss */
  .mobile--nav--links {
    padding: 0 15px; }
  /* line 54, _newnav.scss */
  .mobile--nav--btn--block {
    display: block;
    width: 20px;
    height: 17px;
    top: 21px;
    margin-left: 15px;
    margin-bottom: 39px; }
  /* line 62, _newnav.scss */
  .mobile--nav--btn, .mobile--nav--btn--block::after, .mobile--nav--btn--block::before {
    height: 1px;
    width: 100%;
    position: absolute;
    margin: 0 auto;
    background-color: #fff; }
  /* line 69, _newnav.scss */
  .mobile--nav--btn--block::after, .mobile--nav--btn--block::before {
    content: ''; }
  /* line 72, _newnav.scss */
  .mobile--nav--btn--block::after {
    top: 5px; }
  /* line 75, _newnav.scss */
  .mobile--nav--btn--block::before {
    bottom: 5px; }
  /* line 79, _newnav.scss */
  .mobile--nav--open-menu span {
    opacity: 0;
    transition: 0.5s; }
  /* line 84, _newnav.scss */
  .mobile--nav--open-menu::before {
    transform: rotate(38deg);
    top: 6px;
    transition: 0.4s; }
  /* line 89, _newnav.scss */
  .mobile--nav--open-menu::after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s; }
  /* line 94, _newnav.scss */
  .mobile--nav--content {
    width: 100%;
    background: #000000;
    position: absolute;
    top: 60px;
    left: -100%;
    transition: all 0.4s ease; }
    /* line 101, _newnav.scss */
    .mobile--nav--content__opened {
      left: 0; }
  /* line 105, _newnav.scss */
  .mobile--nav--user {
    margin-right: 22px; }
  /* line 108, _newnav.scss */
  .mobile--nav--city {
    position: absolute;
    left: 100px; }
  /* line 113, _newnav.scss */
  .mobile--nav--cart {
    padding-right: 15px;
    position: relative; }
    /* line 116, _newnav.scss */
    .mobile--nav--cart--counter {
      position: absolute;
      bottom: -10px;
      right: 6px;
      font-size: 12px;
      color: black;
      background: #EB8714;
      border-radius: 50px;
      line-height: 12px;
      width: 25px;
      height: 25px;
      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;
      color: #fff;
      opacity: 0.6; }
  /* line 140, _newnav.scss */
  .mobile--nav--footer {
    padding: 56px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    /* line 145, _newnav.scss */
    .mobile--nav--footer--item {
      flex-basis: 50%; }
      /* line 147, _newnav.scss */
      .mobile--nav--footer--item .footer-item-title, .mobile--nav--footer--item a {
        color: #fff; }
      /* line 150, _newnav.scss */
      .mobile--nav--footer--item:nth-of-type(3), .mobile--nav--footer--item:nth-of-type(4) {
        margin-top: 48px; }

/* line 157, _newnav.scss */
.mobile--nav--header {
  display: none; }

@media (max-width: 768px) {
  /* line 162, _newnav.scss */
  .mobile--nav--header {
    display: flex;
    padding: 4px 10px; } }
/* line 169, _newnav.scss */
.mobile--nav__opened {
  margin-right: 0; }

@media (max-width: 768px) {
  /* line 174, _newnav.scss */
  .search-container .header_search form {
    background: #fff !important; }
    /* line 176, _newnav.scss */
    .search-container .header_search form input {
      color: #000 !important; } }
