@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/554/2294314/1667813386/BenderBlack.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/554/2294314/1667813386/BenderBlack.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/554/2294314/1667813386/BenderBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderBold";
  src: url("https://static.insales-cdn.com/assets/1/554/2294314/1667813386/BenderBold.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/554/2294314/1667813386/BenderBold.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/554/2294314/1667813386/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 1, 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 11, 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 18, styles-sj.scss */
html, body {
  height: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 176, 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 182, styles-sj.scss */
.opacity:hover {
  opacity: 0.7; }

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

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

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

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

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

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

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

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

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

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

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

/* line 235, 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 244, 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 253, 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 262, 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 271, 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 280, styles-sj.scss */
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }

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

/* line 290, styles-sj.scss */
.row {
  display: flex;
  margin: 0 -1em; }

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

/* line 297, styles-sj.scss */
[class*="cell"] {
  padding: 0 0 0 1em; }

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

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

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

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

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

/* line 337, styles-sj.scss */
.blue {
  background: #8A1E22; }

/* line 340, styles-sj.scss */
.dark {
  background: #000; }

/* line 343, styles-sj.scss */
.new-dark {
  background: #202020; }

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

/* line 349, styles-sj.scss */
.bbender {
  font-family: "Russo One"; }

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

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

/* line 359, styles-sj.scss */
body.new-desing {
  color: #231F20;
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%; }
  /* line 366, styles-sj.scss */
  body.new-desing .row:before, body.new-desing .row:after {
    display: none; }
  /* line 369, styles-sj.scss */
  body.new-desing a:hover, body.new-desing a:active {
    color: #8A1E22; }

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

/* line 378, styles-sj.scss */
.header-top {
  padding: 5px 0;
  background: #202020;
  border-bottom: 1px solid #8A1E22;
  color: #fff; }

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

/* line 392, styles-sj.scss */
.header-top-left .text {
  margin-left: 16px;
  font-size: 13px;
  opacity: 0.5; }
  /* line 396, styles-sj.scss */
  .header-top-left .text a {
    margin-left: 0; }

/* line 401, styles-sj.scss */
.header-top-menu li {
  padding: 0 1em; }
  /* line 403, 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 412, styles-sj.scss */
.header-new {
  background-color: #000; }

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

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

/* line 424, styles-sj.scss */
.header-top .wrap {
  padding: 0 2em 0 1em; }

/* line 429, styles-sj.scss */
.header-top-center a {
  opacity: .5;
  font-size: 12px;
  line-height: 14px; }

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

/* line 440, styles-sj.scss */
.header-container {
  padding: 12px 0 13px;
  color: #fff; }
  /* line 443, styles-sj.scss */
  .header-container .wrap {
    padding: 0 2em 0 1em; }

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

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

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

/* line 467, styles-sj.scss */
.header-contacts-item-text .title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 2px; }
/* line 472, styles-sj.scss */
.header-contacts-item-text .header-phone {
  display: flex;
  align-items: center; }
/* line 476, 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 485, styles-sj.scss */
.header-contacts-item-text .text {
  font-size: 13px;
  opacity: .75; }

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

/* line 493, styles-sj.scss */
.header-right-item {
  width: 131px;
  height: 96px;
  background: #202020;
  border-radius: 2px;
  font-size: 13px;
  margin-top: 0; }
  /* line 500, styles-sj.scss */
  .header-right-item:not(:last-child) {
    margin-right: 1em; }
  /* line 503, styles-sj.scss */
  .header-right-item .icon {
    height: 32px;
    margin-bottom: 6px; }

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

/* line 513, styles-sj.scss */
.main-menu li a, .main-menu li .open-search {
  display: block;
  padding: 19px 32px;
  font-family: "Russo One";
  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 524, 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: #8A1E22;
    border-right: 1px solid #8A1E22;
    color: #fff; }
/* line 530, styles-sj.scss */
.main-menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }
  /* line 532, styles-sj.scss */
  .main-menu li:first-child a.active, .main-menu li:first-child a:hover {
    border-left: 1px solid #8A1E22; }
/* line 537, styles-sj.scss */
.main-menu .search-link .open-search {
  padding: 18px 32px 14px;
  position: relative;
  z-index: 1;
  cursor: pointer; }

/* line 545, styles-sj.scss */
.breadcrumb-container .breadcrumb a, .breadcrumb-container .breadcrumb > li + li:before {
  font-size: 13px;
  color: #231F20; }
/* line 549, styles-sj.scss */
.breadcrumb-container .breadcrumb > li .active {
  color: #231F20;
  opacity: 0.65; }

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

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

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

/* line 571, styles-sj.scss */
.main-block-item-img {
  height: 100%;
  width: 100%; }
  /* line 575, styles-sj.scss */
  .main-block-item-img img {
    height: 100%;
    width: 100%; }

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

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

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

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

/* line 608, 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 616, styles-sj.scss */
.offical-dealer-title {
  margin-bottom: 28px;
  font-size: 40px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

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

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

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

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

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

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

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

/* line 672, 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: 12px; }

/* line 681, styles-sj.scss */
.main-collections-item-title {
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px; }

/* line 688, styles-sj.scss */
.btn-one,
.btn-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  color: #fff;
  border: 1px solid #8A1E22;
  text-transform: uppercase;
  font-family: 'Russo One', sans-serif;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all;
  background: #8A1E22; }
  /* line 704, styles-sj.scss */
  .btn-one:hover,
  .btn-product-link:hover {
    background: #c92c31; }

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

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

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

/* line 741, styles-sj.scss */
.main-preference-item-text {
  margin-top: 40px; }
  /* line 743, 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 751, styles-sj.scss */
  .main-preference-item-text .text {
    font-size: 13px;
    opacity: .75; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 826, styles-sj.scss */
.subscrition__submit {
  background: #8A1E22;
  color: #fff;
  border: 1px solid #8A1E22; }
  /* line 830, styles-sj.scss */
  .subscrition__submit:hover {
    color: #fff !important; }

/* line 834, 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: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: #231F20;
  margin-right: 16px; }

/* line 849, styles-sj.scss */
.footer {
  padding: 2em 0 92px; }
  /* line 851, styles-sj.scss */
  .footer .footer-pay .icon {
    max-width: 120px; }

/* line 855, styles-sj.scss */
.footer-item {
  padding-top: 2em; }
  /* line 857, styles-sj.scss */
  .footer-item ul {
    font-size: 13px; }
    /* line 859, styles-sj.scss */
    .footer-item ul li {
      margin: 4px 0; }

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

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

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

/* line 879, styles-sj.scss */
.footer-contact-item {
  font-size: 13px; }
  /* line 880, styles-sj.scss */
  .footer-contact-item:not(:last-child) {
    margin-bottom: 20px; }

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

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

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

/* line 899, styles-sj.scss */
.widget_related_products .product_name a {
  text-transform: uppercase !important; }
/* line 902, styles-sj.scss */
.widget_related_products .money {
  font-family: 'Play';
  font-weight: bold !important;
  color: #8A1E22 !important; }

/* line 908, styles-sj.scss */
.search-container {
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s all;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  height: 100%; }
  /* line 918, styles-sj.scss */
  .search-container .header_search {
    height: 100%; }
  /* line 921, styles-sj.scss */
  .search-container.active {
    opacity: 2;
    z-index: 2;
    visibility: initial; }
  /* line 926, 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: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px; }
  /* line 938, 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 949, styles-sj.scss */
    .search-container .header_search #search-submit:hover {
      background: #8A1E22; }
  /* line 953, styles-sj.scss */
  .search-container .header_search form {
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 0 !important;
    border-radius: 0;
    background: #000; }

/* line 962, styles-sj.scss */
.close-search {
  position: absolute;
  cursor: pointer;
  z-index: 3;
  padding: 0 20px;
  display: flex;
  align-items: center;
  height: 100%;
  top: 0;
  right: 0;
  transition: .4s all; }
  /* line 973, styles-sj.scss */
  .close-search:hover {
    background: #8A1E22; }

/* line 977, 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);
  display: flex; }
  /* line 987, styles-sj.scss */
  .popup-cookie-new .flex-middle {
    flex-wrap: nowrap; }
  /* line 990, styles-sj.scss */
  .popup-cookie-new .cookie-text {
    margin-left: 1em;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 150%;
    color: #FFFFFF; }

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

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

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

/* line 1032, styles-sj.scss */
.product-slider {
  max-width: 550px; }
  /* line 1034, styles-sj.scss */
  .product-slider .zoomWrapper, .product-slider #elevatezoom_big {
    width: 100% !important;
    height: auto !important;
    position: relative !important; }
  /* line 1039, styles-sj.scss */
  .product-slider #elevatezoom_gallery {
    display: flex;
    justify-content: center; }
  /* line 1043, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 102px !important;
    display: block;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: .4s all; }
    /* line 1049, styles-sj.scss */
    .product-slider #elevatezoom_gallery a.active {
      border: 2px solid #8A1E22; }
  /* line 1053, styles-sj.scss */
  .product-slider .bx-wrapper {
    margin-top: 20px; }
  /* line 1056, styles-sj.scss */
  .product-slider .bx-controls a:before {
    display: none; }
  /* line 1059, 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: -1em; }
  /* line 1066, styles-sj.scss */
  .product-slider .bx-controls a.bx-next {
    background: url("bx-next.svg") no-repeat center;
    background-size: 100%; }

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

/* line 1074, styles-sj.scss */
.product_name.bbender {
  font-family: 'Russo One', sans-serif;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20;
  margin-bottom: 32px; }

/* line 1084, styles-sj.scss */
.product-info-right .description .product-section .prod-stock {
  padding: 0;
  background: none;
  margin: 0 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 15px;
  color: #147F12;
  text-transform: none; }
  /* line 1095, styles-sj.scss */
  .product-info-right .description .product-section .prod-stock span {
    color: inherit; }
/* line 1099, styles-sj.scss */
.product-info-right .product-price {
  border-bottom: 0;
  border-top: 0;
  margin: 32px 0 24px 0;
  font-family: 'Play';
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 46px; }
  /* line 1108, styles-sj.scss */
  .product-info-right .product-price .money {
    color: #8A1E22; }
/* line 1112, styles-sj.scss */
.product-info-right .short_description {
  margin-bottom: 28px;
  font-family: 'Play';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #231F20; }
/* line 1121, styles-sj.scss */
.product-info-right .cart-top {
  padding-bottom: 56px; }
/* line 1124, styles-sj.scss */
.product-info-right .number_product {
  border: 1px solid #cacaca;
  margin-right: 8px; }
  /* line 1127, styles-sj.scss */
  .product-info-right .number_product span {
    background: white;
    width: 56px;
    height: 54px;
    color: #125C7F;
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 1137, styles-sj.scss */
    .product-info-right .number_product span:before {
      content: "";
      display: block;
      width: 16px;
      height: 2px;
      background: #353131; }
    /* line 1145, 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 1158, styles-sj.scss */
  .product-info-right .number_product .quantity_input {
    width: 55px;
    background: white;
    border-right: 0;
    border-left: 0;
    color: #231F20;
    height: 54px;
    outline: none !important;
    box-shadow: 0 0 0 0; }
/* line 1169, styles-sj.scss */
.product-info-right .description .compare a {
  background: white; }
/* line 1172, styles-sj.scss */
.product-info-right .feedback-price-title {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #231F20;
  margin-bottom: 8px; }
/* line 1181, 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: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: .4s all; }
  /* line 1193, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover {
    background: #8A1E22; }

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

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

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

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

/* line 1253, styles-sj.scss */
.product-details {
  margin-bottom: 48px; }

/* line 1256, styles-sj.scss */
.product-details-right {
  width: 100%;
  max-width: 352px;
  background: #F7F8F8;
  padding: 40px;
  margin-top: 57px;
  background: #202020; }
  /* line 1264, styles-sj.scss */
  .product-details-right .product-delivery-sity {
    font-size: 16px;
    color: #fff;
    margin-bottom: 24px; }
  /* line 1269, styles-sj.scss */
  .product-details-right .product-new-city {
    color: #fff; }
  /* line 1272, styles-sj.scss */
  .product-details-right .product-delivery-widjet {
    padding: 0 0;
    color: #231F20; }
  /* line 1276, styles-sj.scss */
  .product-details-right .product-delivery-style {
    font-size: 15px;
    color: #fff;
    line-height: 200%;
    opacity: .75; }
    /* line 1281, styles-sj.scss */
    .product-details-right .product-delivery-style [class*="cell"] {
      padding: 0 0; }
  /* line 1285, styles-sj.scss */
  .product-details-right .help {
    padding-top: 48px; }

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

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

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

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

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

/* line 1315, styles-sj.scss */
.messeger-link {
  display: inline-flex;
  align-items: center;
  padding: 12px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  position: relative; }
  /* line 1323, styles-sj.scss */
  .messeger-link img {
    margin-right: 5px; }
  /* line 1326, 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 1336, styles-sj.scss */
  .messeger-link:hover {
    color: #fff; }

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

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

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

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

/* line 1382, 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 1391, styles-sj.scss */
.product-related {
  margin: 10px 0; }
  /* line 1393, styles-sj.scss */
  .product-related .product_img a {
    display: block; }
    /* line 1395, styles-sj.scss */
    .product-related .product_img a img {
      width: 100%; }
  /* line 1399, styles-sj.scss */
  .product-related .inner {
    position: relative;
    height: 100%; }
  /* line 1403, styles-sj.scss */
  .product-related .product_info {
    padding-top: 24px; }
  /* line 1406, 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 1414, styles-sj.scss */
  .product-related .product_price {
    position: absolute;
    bottom: 0; }
  /* line 1418, 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: #8A1E22; }

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

/* line 1434, styles-sj.scss */
.collection-container .page_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px; }
/* line 1439, styles-sj.scss */
.collection-container .filter {
  margin: 0 -1px; }
  /* line 1441, styles-sj.scss */
  .collection-container .filter .flex-start {
    align-items: flex-start; }
  /* line 1444, styles-sj.scss */
  .collection-container .filter li {
    padding: 12px;
    font-size: 17px;
    height: 40px;
    margin: 0 1px;
    opacity: .35;
    color: #231F20;
    cursor: pointer; }
    /* line 1452, styles-sj.scss */
    .collection-container .filter li.active {
      opacity: 1;
      color: #8A1E22;
      background: #fff; }
/* line 1459, styles-sj.scss */
.collection-container .img__2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }
/* line 1465, styles-sj.scss */
.collection-container .product_name {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0; }
/* line 1472, styles-sj.scss */
.collection-container .product_price {
  font-family: 'Play';
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 10px 0; }
  /* line 1479, styles-sj.scss */
  .collection-container .product_price .money {
    color: #8A1E22; }
/* line 1483, styles-sj.scss */
.collection-container .product_links .cart-button {
  margin: 0 24px 0 0; }
/* line 1486, styles-sj.scss */
.collection-container .compare a {
  display: block;
  padding: 10px; }
/* line 1490, styles-sj.scss */
.collection-container .product_links {
  margin-top: 0px;
  display: flex;
  align-items: center; }
  /* line 1494, styles-sj.scss */
  .collection-container .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1496, styles-sj.scss */
    .collection-container .product_links .btn-one i {
      margin-right: 8px; }
/* line 1501, styles-sj.scss */
.collection-container .product-listing__collection.list .product_listing_main .product_img {
  margin: 0 20px 0 0;
  width: 180px; }
/* line 1505, styles-sj.scss */
.collection-container .product-listing__collection.list {
  margin-bottom: 52px; }

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

/* line 1519, styles-sj.scss */
.product-list-main .product_info {
  padding-top: 16px; }
/* line 1522, styles-sj.scss */
.product-list-main .product_links {
  margin-top: 0px;
  position: absolute;
  bottom: 0; }
  /* line 1526, styles-sj.scss */
  .product-list-main .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1528, styles-sj.scss */
    .product-list-main .product_links .btn-one i {
      margin-right: 8px; }
/* line 1533, styles-sj.scss */
.product-list-main .product-item {
  margin-bottom: 72px;
  height: calc(100% - 72px);
  position: relative; }
/* line 1538, styles-sj.scss */
.product-list-main .product_desc {
  padding-bottom: 60px;
  color: #231F20;
  opacity: 0.75; }

/* line 1545, 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 1552, 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: #8A1E22;
    padding: 0 0; }

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

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

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

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

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

/* line 1594, styles-sj.scss */
.pagination-item {
  margin: 0 2px; }
  /* line 1596, 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 1610, 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 1617, styles-sj.scss */
.product-grid {
  margin-bottom: 20px; }
  /* line 1619, styles-sj.scss */
  .product-grid .product_info {
    padding-top: 10px;
    width: calc(100% - 200px); }
  /* line 1623, styles-sj.scss */
  .product-grid .product_price {
    padding: 0 0 0 0;
    margin: 10px 0 16px; }
    /* line 1626, 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: #8A1E22; }

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

/* line 1639, 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 1648, styles-sj.scss */
.right-panel-item .widget_content {
  padding: 10px 24px;
  background-color: #fff; }
/* line 1654, styles-sj.scss */
.right-panel-item .list a {
  font-family: 'Play';
  font-weight: normal;
  font-size: 16px; }
/* line 1659, styles-sj.scss */
.right-panel-item .list > li {
  border-bottom: 1px solid #cacaca; }
  /* line 1661, styles-sj.scss */
  .right-panel-item .list > li .first-link a {
    display: inline-block;
    padding: 14px 0; }
  /* line 1665, styles-sj.scss */
  .right-panel-item .list > li:last-child {
    border-bottom: 1px solid transparent; }
/* line 1670, styles-sj.scss */
.right-panel-item .list
.sub-col-list {
  display: none;
  background: #F7F8F8;
  padding: 7px 24px;
  margin-bottom: 13px; }
  /* line 1676, styles-sj.scss */
  .right-panel-item .list
  .sub-col-list li {
    display: flex;
    flex-direction: column; }
    /* line 1679, 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 1689, styles-sj.scss */
.first-link {
  flex-wrap: nowrap; }

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

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

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

/* line 1705, 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 1715, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 24px;
  left: -1px;
  top: -11px; }
/* line 1721, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle-upper {
  left: initial;
  right: 14px; }
/* line 1725, 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 1732, styles-sj.scss */
.panel-filte .noUi-handle:after, .panel-filte .noUi-handle:before {
  top: 6px;
  left: 5px;
  width: 1px;
  height: 12px;
  background: #CACACA; }
/* line 1739, styles-sj.scss */
.panel-filte .noUi-handle:after {
  left: 8px; }
/* line 1742, styles-sj.scss */
.panel-filte .noUi-background {
  box-shadow: 0 0 0 0; }
/* line 1745, styles-sj.scss */
.panel-filte .noUi-connect {
  box-shadow: 0 0 0 0;
  background: #8A1E22; }
/* line 1749, styles-sj.scss */
.panel-filte .noUi-target, .panel-filte .noUi-background {
  border: 0;
  height: 3px;
  box-shadow: 0 0 0 0;
  background: #cacaca; }
/* line 1755, styles-sj.scss */
.panel-filte .price-filter {
  margin: 16px 0 34px; }
/* line 1758, styles-sj.scss */
.panel-filte .btn-one {
  width: calc(100% - 16px); }

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

/* line 1766, styles-sj.scss */
.price-filter_to,
.price-filter_from {
  display: flex;
  align-items: center;
  margin-bottom: 0px; }
  /* line 1771, 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 1778, 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: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75); }

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

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

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

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

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

/* line 1810, styles-sj.scss */
.select-container .selectric {
  background: #FFFFFF;
  border: 1px solid #CACACA; }
/* line 1814, styles-sj.scss */
.select-container .selectric-items {
  width: 100%; }
/* line 1817, 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: 'Roboto';
  color: #231F20;
  opacity: .75;
  font-weight: 400; }
/* line 1829, styles-sj.scss */
.select-container .selectric .button {
  height: 34px;
  background: white; }
/* line 1833, styles-sj.scss */
.select-container .selectric .button:after {
  content: url("icon-down.svg");
  border: 0;
  top: -2px; }
/* line 1838, styles-sj.scss */
.select-container .selectric-open .button:after {
  transform: scale(1, -1);
  top: 4px; }

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

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

/* line 1850, styles-sj.scss */
.filter-checkbox-list a {
  color: #231F20;
  opacity: 0.75;
  font-size: 13px; }
/* line 1855, styles-sj.scss */
.filter-checkbox-list li {
  padding: 7px 0 7px 30px;
  position: relative; }
  /* line 1858, 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 1868, styles-sj.scss */
  .filter-checkbox-list li.active .check {
    background: url("check.svg") no-repeat center; }

/* line 1873, styles-sj.scss */
.filter-bottom-container {
  padding-bottom: 14px; }
  /* line 1875, styles-sj.scss */
  .filter-bottom-container p {
    margin: 0 0 24px 0; }
    /* line 1877, styles-sj.scss */
    .filter-bottom-container p a {
      color: #8A1E22;
      font-size: 13px; }

/* line 1883, 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 1891, styles-sj.scss */
.cart--mobile {
  display: none; }

/* line 1894, styles-sj.scss */
.cart-list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca; }
  /* line 1898, styles-sj.scss */
  .cart-list-item .item_image {
    margin-bottom: 0px; }
  /* line 1901, styles-sj.scss */
  .cart-list-item .cart-item {
    margin: 0 -10px;
    flex-wrap: nowrap; }
    /* line 1904, styles-sj.scss */
    .cart-list-item .cart-item [class*="col"] {
      padding: 0 10px; }
    /* line 1907, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-img {
      max-width: 200px; }
    /* line 1910, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-info {
      width: calc(100% - 200px); }
  /* line 1914, styles-sj.scss */
  .cart-list-item .item_image a {
    width: 100%; }
  /* line 1917, styles-sj.scss */
  .cart-list-item .qty label {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    display: flex;
    align-items: center; }
  /* line 1925, styles-sj.scss */
  .cart-list-item .item_price {
    padding-top: 24px; }
    /* line 1927, styles-sj.scss */
    .cart-list-item .item_price .qwnt {
      background-color: #fff; }
  /* line 1931, 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: 'Roboto';
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 15px;
    color: rgba(35, 31, 32, 0.75);
    margin-left: 8px; }
  /* line 1946, 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: #8A1E22; }
  /* line 1954, styles-sj.scss */
  .cart-list-item .total-price {
    padding-right: 5px;
    padding-top: 24px;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    text-transform: uppercase; }
    /* line 1962, styles-sj.scss */
    .cart-list-item .total-price .money {
      font-family: 'Play', sans-serif;
      color: #8A1E22; }

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

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

/* line 1986, 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 1995, 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: #8A1E22; }

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

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

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

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

/* line 2029, 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 2040, styles-sj.scss */
  .btn-cupon:hover {
    background: #8A1E22; }

/* line 2047, styles-sj.scss */
.cart-delivery-container {
  padding: 10px 12px 11px;
  min-height: 43px;
  box-sizing: border-box;
  border-radius: 2px; }
  /* line 2054, styles-sj.scss */
  .cart-delivery-container img {
    margin-right: 6px; }
  /* line 2057, 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: #117000; }

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

/* line 2075, 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 2084, styles-sj.scss */
.new-desing .co-logo {
  font-family: 'BenderBold';
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #231F20;
  margin-right: 5px; }
/* line 2092, 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 2100, styles-sj.scss */
.new-desing .co-checkout-block--padded {
  padding-left: 1em; }
/* line 2103, 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 2110, 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 2116, 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 2123, styles-sj.scss */
.new-desing .co-button {
  /*width: 227px;
  height: 40px;*/
  padding: 11px 24px;
  background: #8A1E22;
  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 2138, styles-sj.scss */
  .new-desing .co-button:hover {
    background: #c92c31;
    color: #fff; }
/* line 2143, styles-sj.scss */
.new-desing .co-basket_item-description {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 120%;
  color: #8A1E22; }
/* line 2151, 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 2158, styles-sj.scss */
.new-desing .co-basket_total-price {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em; }

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

/* line 2169, 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: #8A1E22;
  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 2184, 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: #8A1E22;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 2196, 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 2200, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:not(:last-child) {
    margin-right: 20px; }
/* line 2205, styles-sj.scss */
.new-desing.new-login .co-section--content_wrapper {
  min-height: 40vh;
  padding-bottom: 50px; }

/* line 2212, styles-sj.scss */
.product_wrap__slider {
  position: relative;
  z-index: 3; }
  /* line 2215, 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 2229, styles-sj.scss */
.js-opacity {
  opacity: 1 !important;
  left: 0 !important;
  transition: all 0.5s; }

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

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

/* line 2241, styles-sj.scss */
.mini-cart-info a {
  color: #8A1E22 !important; }
/* line 2244, styles-sj.scss */
.mini-cart-info .content .checkout a + a {
  background-color: #8A1E22 !important;
  color: #fff !important; }

/* line 2250, styles-sj.scss */
.prod_inside img {
  width: 100%; }

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

/* line 2260, styles-sj.scss */
.pagination-new {
  margin-bottom: 60px; }

/* line 2271, 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 2276, styles-sj.scss */
.main-item__large .main-block-item-title {
  max-width: 100%;
  width: fit-content;
  width: -moz-max-content; }
/* line 2282, styles-sj.scss */
.main-item__small {
  width: 33.3333% !important; }
  /* line 2289, 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 2298, styles-sj.scss */
  .header-logo {
    max-width: 200px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2371, 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 2382, styles-sj.scss */
    .payment-methods-mb--item {
      max-height: 50px; }
    /* line 2385, 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 2394, styles-sj.scss */
    .payment-methods-mb--footer {
      margin-top: 15px; } }
@media (max-width: 1150px) {
  /* line 2402, styles-sj.scss */
  .main-collections .row {
    flex-wrap: wrap;
    justify-content: center; }
  /* line 2406, styles-sj.scss */
  .main-collections .cell {
    width: 50%;
    margin-bottom: 20px; }
    /* line 2409, styles-sj.scss */
    .main-collections .cell:last-of-type {
      margin-bottom: 0; } }
@media (max-width: 1100px) {
  /* line 2417, styles-sj.scss */
  .offical-dealer-img img {
    transform: translateX(20%); } }
@media (max-width: 1023px) {
  /* line 2423, styles-sj.scss */
  .header-top-left, .header-top-right {
    flex-direction: column; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2471, 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 2478, styles-sj.scss */
  .main-menu .search-link .open-search {
    padding: 6px 23px 5px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2573, 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 2581, styles-sj.scss */
  .footer-contacts {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2689, styles-sj.scss */
  .product_wrap__slider::after {
    top: -15px;
    transform: scaleY(1.12); } }
/* line 2695, 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 2704, styles-sj.scss */
.box-container h1 span {
  color: #231F20 !important; }

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

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

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

/* line 2723, styles-sj.scss */
.selectric-wrapper {
  position: relative; }
  /* line 2725, 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 2737, styles-sj.scss */
  .sidebar_right {
    display: none; }

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

  /* line 2748, styles-sj.scss */
  .main_content {
    width: 100% !important; }
    /* line 2750, styles-sj.scss */
    .main_content .product_links {
      display: none; }
    /* line 2754, styles-sj.scss */
    .main_content .collection-container .filter {
      display: none; }
    /* line 2758, styles-sj.scss */
    .main_content .collection-container .list .product_info {
      padding-top: 0; }
    /* line 2762, styles-sj.scss */
    .main_content .collection-container .list .product_img a {
      padding: 0; }
    /* line 2765, styles-sj.scss */
    .main_content .collection-container .list .product_img img {
      width: 100%; }
    /* line 2771, styles-sj.scss */
    .main_content .filter_form--mobile {
      display: flex !important;
      padding: 16px 0 32px; }
      /* line 2774, styles-sj.scss */
      .main_content .filter_form--mobile .selectric-wrapper {
        position: relative; }
        /* line 2776, 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 2788, styles-sj.scss */
    .main_content .filter_form--mobile {
      width: 320px;
      margin: 0 auto; }
      /* line 2791, styles-sj.scss */
      .main_content .filter_form--mobile .filter_form--mobile--filter {
        width: 50%; }
      /* line 2794, styles-sj.scss */
      .main_content .filter_form--mobile .filter-select-item {
        width: 50%; }
      /* line 2798, styles-sj.scss */
      .main_content .filter_form--mobile form .btn-one {
        margin-top: 15px; }
      /* line 2801, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-selects {
        margin: 14px 0 18px; }
      /* line 2804, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-bottom-container {
        padding-bottom: 0; }
      /* line 2807, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-price {
        margin-bottom: 20px; }
      /* line 2810, styles-sj.scss */
      .main_content .filter_form--mobile form .filter-select-item {
        width: 100%; }
      /* line 2813, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter-row {
        flex-direction: column; }
      /* line 2816, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_to {
        margin-top: 24px; }
        /* line 2818, styles-sj.scss */
        .main_content .filter_form--mobile form .price-filter_to input {
          width: 70%;
          padding: 0 0 0 5px; }
      /* line 2824, styles-sj.scss */
      .main_content .filter_form--mobile form .price-filter_from input {
        width: 70%;
        padding: 0 0 0 5px; }
    /* line 2831, styles-sj.scss */
    .main_content .filter_form--mobile--btn {
      width: 100%;
      height: 35.9px; }
    /* line 2835, styles-sj.scss */
    .main_content .filter_form--mobile--filter {
      transition: all .2s;
      position: relative; }
    /* line 2839, 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 2852, styles-sj.scss */
  .search__list__items .product_links {
    display: flex; }

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

  /* line 2858, styles-sj.scss */
  .cart--mobile {
    display: block; }
    /* line 2860, styles-sj.scss */
    .cart--mobile--price--block {
      display: flex; }
      /* line 2862, styles-sj.scss */
      .cart--mobile--price--block .price {
        margin-right: 21px; }
    /* line 2866, styles-sj.scss */
    .cart--mobile--pricetag {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 10px; }
    /* line 2872, styles-sj.scss */
    .cart--mobile--counter {
      border: 1px solid #CACACA;
      align-items: center;
      justify-content: center;
      display: flex;
      background-color: #fff; }
      /* line 2878, styles-sj.scss */
      .cart--mobile--counter--input {
        border: none !important;
        width: 32px; }
      /* line 2882, styles-sj.scss */
      .cart--mobile--counter--plus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 36px;
        color: #353131; }
      /* line 2889, styles-sj.scss */
      .cart--mobile--counter--minus {
        display: inline-block;
        text-align: center;
        padding: 10px;
        font-size: 36px;
        color: #353131; }
    /* line 2897, styles-sj.scss */
    .cart--mobile--item {
      flex-wrap: wrap !important;
      padding: 2em; }
    /* line 2901, styles-sj.scss */
    .cart--mobile--info {
      width: auto !important; }
    /* line 2904, styles-sj.scss */
    .cart--mobile--price {
      width: 100%;
      padding: 2em; }
    /* line 2908, 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 2916, 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 2925, 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 2935, 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: #8A1E22; }
      /* line 2947, styles-sj.scss */
      .cart--mobile--footer--gift {
        width: 100% !important;
        margin-bottom: 24px !important; }
      /* line 2951, styles-sj.scss */
      .cart--mobile--footer--btn {
        width: 100% !important; }
      /* line 2954, styles-sj.scss */
      .cart--mobile--footer--coupon {
        width: 100%; }
        /* line 2956, styles-sj.scss */
        .cart--mobile--footer--coupon .cupon-form {
          display: flex;
          justify-content: space-between;
          align-items: center; }
        /* line 2961, styles-sj.scss */
        .cart--mobile--footer--coupon .txt {
          width: 100% !important; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 3058, styles-sj.scss */
  .product_wrap .product_name {
    padding-left: 15px; }

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

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

  /* line 3070, 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 3080, styles-sj.scss */
    .co-section--checkout_header .co-logo {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }

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

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

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

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

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

  /* line 3122, styles-sj.scss */
  .co-section--checkout_content .co-checkout-title {
    font-size: 24px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }
  /* line 3127, styles-sj.scss */
  .co-section--checkout_content .co-breadcrumbs {
    display: none; }
  /* line 3130, 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 3136, styles-sj.scss */
  .co-section--checkout_content .co-input-description {
    max-width: 100%; }
    /* line 3138, styles-sj.scss */
    .co-section--checkout_content .co-input-description table {
      width: 100% !important; }
  /* line 3142, styles-sj.scss */
  .co-section--checkout_content .co-button {
    width: 90% !important; }
  /* line 3145, styles-sj.scss */
  .co-section--checkout_content .co-sidebar-toggler_title {
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.05em; }
  /* line 3150, styles-sj.scss */
  .co-section--checkout_content .co-title--h2 {
    font-size: 18px !important;
    line-height: 120% !important;
    letter-spacing: 0.05em !important; }

  /* line 3156, styles-sj.scss */
  .mobile--footer {
    display: block !important;
    padding: 39px 0 0 0; }
    /* line 3159, styles-sj.scss */
    .mobile--footer--logo {
      margin: 0 auto 51px auto; }
    /* line 3162, styles-sj.scss */
    .mobile--footer--links {
      margin-bottom: 40px; }
      /* line 3164, styles-sj.scss */
      .mobile--footer--links a {
        margin-right: 16px; }
        /* line 3166, styles-sj.scss */
        .mobile--footer--links a:last-of-type {
          margin-right: 0; }
    /* line 3172, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-item {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      max-width: 320px; }
      /* line 3177, styles-sj.scss */
      .mobile--footer--contacts .footer-contact-item:last-of-type {
        margin-top: 25px; }
    /* line 3181, styles-sj.scss */
    .mobile--footer--contacts .footer-contact-text {
      width: 320px; }
    /* line 3185, styles-sj.scss */
    .mobile--footer--copyright {
      margin: 40px 0 16px; }
      /* line 3187, styles-sj.scss */
      .mobile--footer--copyright p {
        margin: 0; }

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

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

  /* line 3200, 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 3206, styles-sj.scss */
  .offical-dealer-title {
    margin: 0 auto 15px; }

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

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

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

  /* line 3225, styles-sj.scss */
  .main-item__large {
    width: 100% !important; }
    /* line 3227, styles-sj.scss */
    .main-item__large:last-of-type {
      width: 50% !important; }
  /* line 3231, styles-sj.scss */
  .main-item__small {
    width: 50% !important; }
  /* line 3235, 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 3241, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3244, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    /* line 3249, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3253, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0;
      width: 60px;
      height: 46px; }
    /* line 3258, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      text-align: left;
      margin-left: 10px; }
    /* line 3262, styles-sj.scss */
    .main-preference-item:first-of-type {
      margin-top: 0; }
  /* line 3267, styles-sj.scss */
  .main-preference-container .wrap {
    padding: 0; }
  /* line 3270, styles-sj.scss */
  .main-preference-container .flex-between {
    flex-direction: column;
    align-items: center; }

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

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

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

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

  /* line 3294, styles-sj.scss */
  .product_wrap__slider {
    margin-top: 48px; }
    /* line 3296, styles-sj.scss */
    .product_wrap__slider .bx-controls-direction {
      display: flex; }
    /* line 3299, styles-sj.scss */
    .product_wrap__slider .bx-controls {
      position: absolute;
      right: 0; }
    /* line 3303, 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 3310, styles-sj.scss */
    .product_wrap__slider .row {
      flex-direction: column; }
    /* line 3313, styles-sj.scss */
    .product_wrap__slider .product-slider {
      margin-top: 48px; }
    /* line 3316, styles-sj.scss */
    .product_wrap__slider #elevatezoom_gallery {
      display: none; }

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

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

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

  /* line 3336, styles-sj.scss */
  .newproduct--dekstop {
    display: none; }
    /* line 3338, styles-sj.scss */
    .newproduct--dekstop--description, .newproduct--dekstop--slider {
      display: none; }
  /* line 3343, styles-sj.scss */
  .newproduct--mobile {
    display: block; }
    /* line 3345, styles-sj.scss */
    .newproduct--mobile .row {
      flex-wrap: wrap; }
    /* line 3348, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--slider {
      display: block;
      padding-top: 16px; }
    /* line 3352, styles-sj.scss */
    .newproduct--mobile--details {
      padding-bottom: 72px; }
    /* line 3356, styles-sj.scss */
    .newproduct--mobile--description, .newproduct--mobile--details {
      margin-bottom: 0;
      max-height: 74px;
      overflow: hidden;
      position: relative;
      transition: all .3s; }
      /* line 3362, styles-sj.scss */
      .newproduct--mobile--description .product-details-title, .newproduct--mobile--details .product-details-title {
        position: relative; }
      /* line 3365, styles-sj.scss */
      .newproduct--mobile--description .product-details-title::after, .newproduct--mobile--details .product-details-title::after {
        content: '+';
        position: absolute;
        right: 7%;
        top: 30px;
        transform: translateY(-50%); }
    /* line 3373, styles-sj.scss */
    .newproduct--mobile--cart--buttons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      /* line 3378, styles-sj.scss */
      .newproduct--mobile--cart--buttons .product-btns {
        margin-top: 0;
        height: 40px; }
        /* line 3381, styles-sj.scss */
        .newproduct--mobile--cart--buttons .product-btns #button-cart {
          height: 40px; }
    /* line 3386, styles-sj.scss */
    .newproduct--mobile .product-price {
      margin: 16px 0; }
    /* line 3389, styles-sj.scss */
    .newproduct--mobile .short_description {
      margin-bottom: 16px; } }
/* line 3401, styles-sj.scss */
.newproduct--mobile--details.height-auto .product-details-title:after, .newproduct--mobile--description.height-auto .product-details-title:after {
  content: '-'; }

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

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

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

@media (max-width: 610px) {
  /* line 3428, styles-sj.scss */
  .main-collections .row .cell {
    padding: 0 10px;
    width: 100%;
    height: 250px; }

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

  /* line 3439, styles-sj.scss */
  .main-item__small, main-item__large {
    height: 230px; }

  /* line 3442, styles-sj.scss */
  .main-block-item, .main-block-item a {
    height: 100%;
    width: 100%; }

  /* line 3446, 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 3455, styles-sj.scss */
  .main_content {
    padding-right: 15px; }

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

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

  /* line 3469, styles-sj.scss */
  .product-listing__collection .product_name a {
    font-size: 14px; }
  /* line 3472, styles-sj.scss */
  .product-listing__collection .product_img {
    width: 150px !important;
    background-color: transparent; }

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

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

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

  /* line 3506, styles-sj.scss */
  .main-preference-item {
    width: 100%;
    margin-top: 32px; }
    /* line 3510, styles-sj.scss */
    .main-preference-item .column {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
    /* line 3516, styles-sj.scss */
    .main-preference-item .main-preference-item-text {
      flex-direction: column;
      margin-top: 0; }
    /* line 3521, styles-sj.scss */
    .main-preference-item .icon {
      margin: 0;
      width: 60px;
      height: 30px; }

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

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

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

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

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

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

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

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

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

  /* line 3593, styles-sj.scss */
  .main-preference-item .icon {
    width: 59px;
    height: 25px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 3660, styles-sj.scss */
  .main-item__small, main-item__large {
    height: 168px; }

  /* line 3664, styles-sj.scss */
  .main-item__small:nth-of-type(4), .main-item__small:nth-of-type(5) {
    margin: 8px 0; }

  /* line 3668, styles-sj.scss */
  .main-item__large {
    padding: 10px 10px 0 10px !important; } }
@media (max-width: 375px) {
  /* line 3673, styles-sj.scss */
  .main-preference-item .icon {
    width: 109px;
    height: 41px; } }
@media (max-width: 340px) {
  /* line 3680, styles-sj.scss */
  .product-description iframe {
    width: 293px;
    height: 170px; }

  /* line 3687, styles-sj.scss */
  .product-listing__collection .product_img {
    width: 100px !important; }
  /* line 3690, styles-sj.scss */
  .product-listing__collection .product_info {
    width: 175px; } }
@media (min-width: 1024px) {
  /* line 3699, styles-sj.scss */
  .feedback-price-wrapper {
    margin-top: -20px; } }
/* line 3705, styles-sj.scss */
.row-blog {
  flex-wrap: wrap; }
  /* line 3707, styles-sj.scss */
  .row-blog .w25 {
    margin-bottom: 20px; }

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

/* line 3718, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  position: relative; }
  /* line 3720, 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 3734, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover:after {
    background: #125C7F; }

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

/* line 3744, styles-sj.scss */
.price-old, .compare-at-price {
  color: #353131 !important;
  opacity: 0.75; }

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

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

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

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

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

@media (max-width: 768px) {
  /* line 3790, styles-sj.scss */
  .search-container .header_search form {
    background: #fff !important; }

  /* line 3794, styles-sj.scss */
  .search-container .header_search form input {
    color: #000 !important; } }
/* line 3801, styles-sj.scss */
.new-dark.mobile--nav__clicked .mobile-right-part {
  display: none; }

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

/* line 3811, styles-sj.scss */
.promo-slider-container {
  margin: 20px 0; }
  /* line 3813, styles-sj.scss */
  .promo-slider-container .slide {
    display: block;
    position: relative; }
  /* line 3817, styles-sj.scss */
  .promo-slider-container .slide-img img {
    width: 100%; }
  /* line 3820, 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 3833, 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 3842, styles-sj.scss */
  .promo-slider-container .slide-description {
    margin-top: 4px;
    max-width: 265px; }
  /* line 3846, styles-sj.scss */
  .promo-slider-container .bx-default-pager {
    display: none; }
  /* line 3849, styles-sj.scss */
  .promo-slider-container .bx-wrapper {
    position: relative; }
  /* line 3852, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: flex;
    position: absolute;
    bottom: 24px;
    right: 24px; }
    /* line 3857, 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 3864, styles-sj.scss */
      .promo-slider-container .bx-controls-direction a.bx-next {
        transform: scale(-1, 1); }

@media (max-width: 760px) {
  /* line 3872, styles-sj.scss */
  .promo-slider-container .bx-controls-direction {
    display: none; }
  /* line 3875, styles-sj.scss */
  .promo-slider-container .bx-viewport {
    height: auto !important; } }
/* line 3882, styles-sj.scss */
.tabs_content.active label {
  font-weight: normal;
  font-family: Roboto;
  font-size: 16px;
  vertical-align: baseline; }

/* line 3890, styles-sj.scss */
.sbp-wrapper {
  background: #F2F2F2;
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 18px;
  line-height: 100%; }
  /* line 3897, styles-sj.scss */
  .sbp-wrapper .sbp-price {
    font-weight: 500;
    font-size: 14px;
    color: #8A1E22; }
  /* line 3903, styles-sj.scss */
  .sbp-wrapper .sbp-price-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    line-height: 100%; }
    /* line 3908, styles-sj.scss */
    .sbp-wrapper .sbp-price-info > span, .sbp-wrapper .sbp-price-info img {
      margin-right: 10px;
      line-height: 100%; }
    /* line 3913, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent {
      display: block;
      background: #8A1E22;
      border-radius: 9px;
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      padding: 7px; }
    /* line 3923, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent-info {
      color: #202020;
      font-size: 12px; }

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

/* ================================ */
/* popup-bg */
/* ================================ */
/* line 3942, 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 3953, styles-sj.scss */
  .popup-bg.active {
    display: block; }

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

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

/* line 3964, styles-sj.scss */
#feedback-modal, #feedback-modal-discount {
  max-width: 344px;
  padding: 10px; }
  /* line 3979, styles-sj.scss */
  #feedback-modal .bttn-reg, #feedback-modal-discount .bttn-reg {
    margin-top: 10px;
    width: 100%; }
  /* line 3985, styles-sj.scss */
  #feedback-modal .form-label, #feedback-modal-discount .form-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
  /* line 3992, styles-sj.scss */
  #feedback-modal .feedback-field-wrap, #feedback-modal-discount .feedback-field-wrap {
    width: 100% !important;
    max-width: 100% !important; }

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

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

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

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

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

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

/* line 4036, styles-sj.scss */
.utube--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.33% - 16px) 24px calc(33.33% - 16px) 24px calc(33.33% - 16px);
  grid-template-columns: repeat(3, calc(33.33% - 16px));
  grid-gap: 24px; }
  @media (max-width: 992px) {
    /* line 4036, styles-sj.scss */
    .utube--list {
      grid-template-columns: 100%; } }

/* line 4048, styles-sj.scss */
.utube--item {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%; }
  /* line 4054, styles-sj.scss */
  .utube--item--frame {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0; }
    /* line 4061, styles-sj.scss */
    .utube--item--frame iframe {
      max-width: 100%;
      max-height: 100%;
      width: 100%;
      height: 100%; }

/* line 4070, styles-sj.scss */
.utube--title {
  position: relative;
  margin: 0 0 32px 0;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #1D1E23; }
  /* line 4079, styles-sj.scss */
  .utube--title a {
    color: #8A1E22;
    text-decoration: none; }
  @media (max-width: 767px) {
    /* line 4070, styles-sj.scss */
    .utube--title {
      font-size: 22px;
      line-height: 29px;
      padding: 0 0 16px 0;
      margin: 0 0 16px 0; } }

/* line 4094, styles-sj.scss */
.utube--block-container {
  margin: 40px auto; }

/* line 4099, styles-sj.scss */
.title-header {
  font-size: 26px;
  font-weight: bold; }

/* line 4104, styles-sj.scss */
.main-products .product-list-main {
  margin: 0 10px; }

/* line 4108, styles-sj.scss */
.video-icon {
  display: block;
  position: absolute;
  bottom: 5px;
  right: 5px;
  z-index: 1000; }

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

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

@media (max-width: 1023px) {
  /* line 4129, styles-sj.scss */
  .template-index .product-list-main .col-sm-4 {
    width: 50% !Important; }

  /* line 4133, styles-sj.scss */
  .template-index .product-list-main .product_links {
    display: block;
    position: static; }

  /* line 4138, styles-sj.scss */
  .template-index .product-list-main .product_desc {
    padding-bottom: 10px; }

  /* line 4142, styles-sj.scss */
  .template-index .product-list-main .product-item {
    margin-bottom: 20px; } }
@media (max-width: 480px) {
  /* line 4148, styles-sj.scss */
  .template-index .product-list-main .product-item {
    margin-bottom: 20px !important; } }
/* line 1, _newnav.scss */
.mobile--nav {
  border-top: 1px solid #8A1E22;
  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 24, _newnav.scss */
    .mobile--nav__clicked form input {
      color: #000 !important; }
  /* line 29, _newnav.scss */
  .mobile--nav--header {
    padding: 22px 0;
    height: 60px;
    align-items: center;
    display: flex;
    justify-content: space-between; }
  /* line 36, _newnav.scss */
  .mobile--nav--link {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 39, _newnav.scss */
    .mobile--nav--link:last-of-type {
      border-bottom: 1px solid rgba(255, 255, 255, 0.25); }
    /* line 42, _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 55, _newnav.scss */
  .mobile--nav--links {
    padding: 0 15px; }
  /* line 58, _newnav.scss */
  .mobile--nav--btn--block {
    display: block;
    width: 20px;
    height: 17px;
    top: 21px;
    margin-left: 15px;
    margin-bottom: 39px; }
  /* line 66, _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 73, _newnav.scss */
  .mobile--nav--btn--block::after, .mobile--nav--btn--block::before {
    content: ''; }
  /* line 76, _newnav.scss */
  .mobile--nav--btn--block::after {
    top: 5px; }
  /* line 79, _newnav.scss */
  .mobile--nav--btn--block::before {
    bottom: 5px; }
  /* line 83, _newnav.scss */
  .mobile--nav--open-menu span {
    opacity: 0;
    transition: 0.5s; }
  /* line 88, _newnav.scss */
  .mobile--nav--open-menu::before {
    transform: rotate(38deg);
    top: 6px;
    transition: 0.4s; }
  /* line 93, _newnav.scss */
  .mobile--nav--open-menu::after {
    transform: rotate(-38deg);
    bottom: 16px;
    transition: 0.4s; }
  /* line 98, _newnav.scss */
  .mobile--nav--content {
    width: 100%;
    background: #000000;
    position: absolute;
    top: 60px;
    left: -100%;
    transition: all 0.4s ease; }
    /* line 105, _newnav.scss */
    .mobile--nav--content__opened {
      left: 0; }
  /* line 109, _newnav.scss */
  .mobile--nav--user {
    margin-right: 22px; }
  /* line 112, _newnav.scss */
  .mobile--nav--city {
    position: absolute;
    left: 100px;
    width: 100px; }
  /* line 117, _newnav.scss */
  .mobile--nav--cart {
    padding-right: 15px;
    position: relative; }
    /* line 120, _newnav.scss */
    .mobile--nav--cart--counter {
      position: absolute;
      bottom: -10px;
      right: 6px;
      font-size: 12px;
      color: black;
      background: red;
      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; }
  /* line 143, _newnav.scss */
  .mobile--nav--footer {
    padding: 56px 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap; }
    /* line 148, _newnav.scss */
    .mobile--nav--footer--item {
      flex-basis: 50%; }
      /* line 150, _newnav.scss */
      .mobile--nav--footer--item .footer-item-title, .mobile--nav--footer--item a {
        color: #fff; }
      /* line 153, _newnav.scss */
      .mobile--nav--footer--item:nth-of-type(3), .mobile--nav--footer--item:nth-of-type(4) {
        margin-top: 48px; }

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

@media (max-width: 768px) {
  /* line 165, _newnav.scss */
  .mobile--nav--header {
    display: flex; } }
