@charset "UTF-8";
@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");
@font-face {
  font-family: "BenderBlack";
  src: url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBlack.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBlack.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "BenderBold";
  src: url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBold.eot");
  src: url("") format("embedded-opentype"), url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBold.woff") format("woff"), url("https://static.insales-cdn.com/assets/1/622/1507950/1747677326/BenderBold.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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 234, 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 243, 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 252, 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 261, 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 270, 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 279, styles-sj.scss */
.flex-middle {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center; }

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

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

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

@media (max-width: 767px) {
  /* line 297, styles-sj.scss */
  .row {
    flex-wrap: wrap; } }
/* line 301, styles-sj.scss */
button {
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit; }

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

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

/* line 319, styles-sj.scss */
.blue {
  background: #125C7F; }

/* line 322, styles-sj.scss */
.dark {
  background: #25292D; }

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

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

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

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

/* line 338, styles-sj.scss */
body.new-desing {
  color: #231F20;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%; }
  /* line 345, styles-sj.scss */
  body.new-desing .row:before, body.new-desing .row:after {
    display: none; }
  /* line 348, styles-sj.scss */
  body.new-desing a:hover, body.new-desing a:active {
    color: #125C7F; }

/* line 352, styles-sj.scss */
.header-top {
  padding: 5px 0;
  background: #F7F8F8;
  border-bottom: 1px solid #EDEEEE; }

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

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

/* line 374, styles-sj.scss */
.header-top-menu li {
  padding: 0 1em; }
  /* line 376, 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 385, styles-sj.scss */
.header-top-right-title {
  font-size: 13px;
  margin-right: 5px; }

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

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

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

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

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

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

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

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

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

/* line 464, styles-sj.scss */
.main-menu li a, .main-menu li .open-search {
  display: block;
  padding: 19px 32px;
  font-family: "BenderBlack";
  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 475, 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: #125C7F;
    border-right: 1px solid #125C7F;
    color: #fff; }
/* line 481, styles-sj.scss */
.main-menu li:first-child a {
  border-left: 1px solid rgba(255, 255, 255, 0.15); }
  /* line 483, styles-sj.scss */
  .main-menu li:first-child a.active, .main-menu li:first-child a:hover {
    border-left: 1px solid #125C7F; }
/* line 488, styles-sj.scss */
.main-menu .search-link .open-search {
  padding: 18px 32px 14px;
  position: relative;
  z-index: 1;
  cursor: pointer; }

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

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

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

/* line 516, styles-sj.scss */
.main-block-item {
  background-color: #F7F8F8;
  padding: 2em 48px 1.5em;
  height: 100%;
  position: relative; }

/* line 522, styles-sj.scss */
.main-block-item-img {
  padding-bottom: calc(64px + 1.5em); }

/* line 525, styles-sj.scss */
.main-block-item-title {
  margin-top: 1.5em;
  min-height: 64px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.5em; }
  /* line 533, styles-sj.scss */
  .main-block-item-title .title {
    font-family: "BenderBlack";
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

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

/* line 544, styles-sj.scss */
.offical-dealer-left {
  position: relative;
  max-width: 615px;
  padding: 58px 20px 64px 64px; }
  /* line 548, styles-sj.scss */
  .offical-dealer-left:before {
    content: "";
    position: absolute;
    display: block;
    width: 140px;
    height: 100%;
    background: #25292D;
    top: 0;
    right: -140px;
    clip-path: polygon(0 0, 0% 100%, 50% 0); }

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

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

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

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

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

/* line 590, styles-sj.scss */
.main-collections-item {
  display: block;
  position: relative;
  background: #F7F8F8;
  height: 100%; }
  /* line 595, styles-sj.scss */
  .main-collections-item .inner {
    padding: 22px 24px 79px;
    position: relative;
    z-index: 2; }

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

/* line 607, 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 616, styles-sj.scss */
.main-collections-item-title {
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 18px;
  min-height: 96px; }

/* line 624, styles-sj.scss */
.btn-one,
.btn-product-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  background: #125C7F;
  color: #fff;
  text-transform: uppercase;
  font-family: "BenderBlack";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all; }
  /* line 639, styles-sj.scss */
  .btn-one:after,
  .btn-product-link:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 99.6%;
    background: #125C7F;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 651, styles-sj.scss */
  .btn-one:hover, .btn-one:hover:after,
  .btn-product-link:hover,
  .btn-product-link:hover:after {
    background: #0D425B;
    color: #fff !important; }

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

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

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

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

/* line 704, styles-sj.scss */
.main-news-container {
  padding: 20px 0; }
  /* line 706, styles-sj.scss */
  .main-news-container .row {
    margin: 0 -10px; }
    /* line 708, styles-sj.scss */
    .main-news-container .row .cell {
      padding: 0 10px; }

/* line 713, styles-sj.scss */
.blog-link, a.blog-link {
  font-size: 13px;
  line-height: 150%;
  color: #125C7F; }

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

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

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

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

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

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

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

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

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

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

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

/* line 770, 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 785, styles-sj.scss */
.footer {
  padding: 2em 0 92px; }
  /* line 787, styles-sj.scss */
  .footer .footer-pay .icon {
    max-width: 120px; }

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

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

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

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

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

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

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

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

/* line 834, 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 844, styles-sj.scss */
  .search-container .header_search {
    height: 100%; }
  /* line 847, styles-sj.scss */
  .search-container.active {
    opacity: 2;
    z-index: 2;
    visibility: initial; }
  /* line 852, 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 864, 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 875, styles-sj.scss */
    .search-container .header_search #search-submit:hover {
      background: #125C7F; }
  /* line 879, styles-sj.scss */
  .search-container .header_search form {
    width: 100%;
    height: 100%;
    padding: 0 0;
    margin: 0 0 !important;
    border-radius: 0;
    background: #25292D; }

/* line 888, 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 899, styles-sj.scss */
  .close-search:hover {
    background: #125C7F; }

/* line 903, styles-sj.scss */
.popup-cookie-new {
  width: 100%;
  z-index: 100;
  left: 0;
  bottom: 0;
  position: fixed;
  padding: 1em 0;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.08), 0px 2px 6px rgba(0, 0, 0, 0.08), 0px 16px 24px rgba(0, 0, 0, 0.12);
  background: rgba(35, 31, 32, 0.9); }
  /* line 912, styles-sj.scss */
  .popup-cookie-new .flex-middle {
    flex-wrap: nowrap; }
  /* line 915, 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 925, styles-sj.scss */
.close-cookie {
  padding: 8px 16px;
  margin-left: 24px;
  cursor: pointer; }
  /* line 929, styles-sj.scss */
  .close-cookie:after {
    left: 99.2%; }

/* line 933, styles-sj.scss */
.breadcrumb-container {
  background: #F7F8F8;
  margin-bottom: 40px; }
  /* line 936, 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 948, styles-sj.scss */
.product-info .button-prod[data-quick-checkout="order"] {
  display: none; }

/* line 951, styles-sj.scss */
.product-slider {
  max-width: 550px; }
  /* line 953, styles-sj.scss */
  .product-slider .zoomWrapper, .product-slider #elevatezoom_big {
    width: 100% !important;
    height: auto !important;
    position: relative !important; }
  /* line 958, styles-sj.scss */
  .product-slider #elevatezoom_gallery {
    display: flex;
    justify-content: center; }
  /* line 962, styles-sj.scss */
  .product-slider #elevatezoom_gallery a {
    width: 102px !important;
    display: block;
    margin: 0 10px;
    border: 2px solid transparent;
    transition: .4s all; }
    /* line 968, styles-sj.scss */
    .product-slider #elevatezoom_gallery a.active {
      border: 2px solid #125C7F; }
  /* line 972, styles-sj.scss */
  .product-slider .bx-wrapper {
    margin-top: 20px; }
  /* line 975, styles-sj.scss */
  .product-slider .bx-controls a:before {
    display: none; }
  /* line 978, 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 985, styles-sj.scss */
  .product-slider .bx-controls a.bx-next {
    background: url("bx-next.svg") no-repeat center;
    background-size: 100%; }

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

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

/* line 1002, 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 1013, styles-sj.scss */
  .product-info-right .description .product-section .prod-stock span {
    color: inherit; }
/* line 1017, styles-sj.scss */
.product-info-right .product-price {
  border-bottom: 0;
  border-top: 0;
  margin: 32px 0;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px; }
  /* line 1026, styles-sj.scss */
  .product-info-right .product-price .money {
    color: #125C7F; }
/* line 1030, styles-sj.scss */
.product-info-right .short_description {
  margin-bottom: 40px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #231F20; }
/* line 1039, styles-sj.scss */
.product-info-right .cart-top {
  padding-bottom: 56px; }
/* line 1042, styles-sj.scss */
.product-info-right .number_product {
  border: 1px solid #cacaca;
  margin-right: 8px; }
  /* line 1045, 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 1055, styles-sj.scss */
    .product-info-right .number_product span:before {
      content: "";
      display: block;
      width: 16px;
      height: 2px;
      background: #125C7F; }
    /* line 1063, styles-sj.scss */
    .product-info-right .number_product span.fa-plus-sign:after {
      content: "";
      display: block;
      position: absolute;
      width: 2px;
      height: 16px;
      background: #125C7F;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  /* line 1076, 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 1087, styles-sj.scss */
.product-info-right .description .compare a {
  background: white; }
/* line 1090, 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 1099, 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 1111, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover {
    background: #125C7F; }

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

/* line 1129, styles-sj.scss */
.feedback-field-wrap {
  margin-right: -1px;
  width: 100%;
  max-width: 300px; }
  /* line 1133, 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 1148, styles-sj.scss */
  .feedback-field-wrap textarea {
    border: 1px solid #CACACA; }

/* line 1153, 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 1163, styles-sj.scss */
.table-attribute {
  font-size: 16px; }
  /* line 1165, styles-sj.scss */
  .table-attribute .row {
    padding: 12px 0; }
  /* line 1168, styles-sj.scss */
  .table-attribute .name {
    font-weight: 700; }

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

/* line 1175, styles-sj.scss */
.product-details-right {
  width: 100%;
  max-width: 352px;
  background: #F7F8F8;
  padding: 40px;
  margin-top: 57px; }
  /* line 1181, styles-sj.scss */
  .product-details-right .product-delivery-sity {
    font-size: 16px;
    color: #231F20;
    margin-bottom: 24px; }
  /* line 1186, styles-sj.scss */
  .product-details-right .product-new-city {
    color: #125C7F; }
  /* line 1189, styles-sj.scss */
  .product-details-right .product-delivery-widjet {
    padding: 0 0;
    color: #231F20; }
  /* line 1193, styles-sj.scss */
  .product-details-right .product-delivery-style {
    font-size: 15px;
    color: #000;
    line-height: 200%;
    opacity: .75; }
    /* line 1198, styles-sj.scss */
    .product-details-right .product-delivery-style [class*="cell"] {
      padding: 0 0; }
  /* line 1202, styles-sj.scss */
  .product-details-right .help {
    padding-top: 48px; }

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

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

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

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

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

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

/* line 1256, styles-sj.scss */
.new-viber {
  margin-right: 25px;
  background: #574E92; }
  /* line 1259, styles-sj.scss */
  .new-viber:after {
    background: #574E92; }

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

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

/* line 1283, styles-sj.scss */
.product-description {
  margin-bottom: 48px; }
  /* line 1285, styles-sj.scss */
  .product-description .tab-content {
    padding: 0 0;
    border: 0; }
    /* line 1288, 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 1298, 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 1307, styles-sj.scss */
.product-related {
  margin: 10px 0; }
  /* line 1309, styles-sj.scss */
  .product-related .product_img a {
    display: block; }
    /* line 1311, styles-sj.scss */
    .product-related .product_img a img {
      width: 100%; }
  /* line 1315, styles-sj.scss */
  .product-related .inner {
    position: relative;
    height: 100%; }
  /* line 1319, styles-sj.scss */
  .product-related .product_info {
    padding-top: 24px; }
  /* line 1322, styles-sj.scss */
  .product-related .product_name {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding-bottom: 35px;
    height: 96px; }
  /* line 1329, styles-sj.scss */
  .product-related .product_price {
    position: absolute;
    bottom: 0; }
  /* line 1333, styles-sj.scss */
  .product-related .product_price .money {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #125C7F; }

/* line 1341, styles-sj.scss */
.page_header .page-title {
  border-bottom: 0;
  padding-bottom: 0;
  margin: 0 0; }

/* line 1347, styles-sj.scss */
.collection-container .page_header {
  padding-bottom: 8px;
  border-bottom: 1px solid #cacaca;
  margin-bottom: 10px; }
/* line 1352, styles-sj.scss */
.collection-container .filter {
  margin: 0 -1px; }
  /* line 1354, styles-sj.scss */
  .collection-container .filter .flex-start {
    align-items: flex-start; }
  /* line 1357, styles-sj.scss */
  .collection-container .filter li {
    padding: 12px;
    font-size: 17px;
    height: 40px;
    margin: 0 1px;
    opacity: .35;
    color: #231F20;
    cursor: pointer; }
    /* line 1365, styles-sj.scss */
    .collection-container .filter li.active {
      opacity: 1;
      color: #125C7F;
      background: #F7F8F8; }
/* line 1372, styles-sj.scss */
.collection-container .img__2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  opacity: 0; }
/* line 1379, styles-sj.scss */
.collection-container .product_name {
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 0; }
/* line 1386, styles-sj.scss */
.collection-container .product_price {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.03em;
  margin: 16px 0; }
  /* line 1392, styles-sj.scss */
  .collection-container .product_price .money {
    color: #125C7F; }
/* line 1396, styles-sj.scss */
.collection-container .product_links .cart-button {
  margin: 0 24px 0 0; }
/* line 1399, styles-sj.scss */
.collection-container .compare a {
  display: block;
  padding: 10px; }
/* line 1403, styles-sj.scss */
.collection-container .product_links {
  margin-top: 0px;
  display: flex;
  align-items: center; }
  /* line 1407, styles-sj.scss */
  .collection-container .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1409, styles-sj.scss */
    .collection-container .product_links .btn-one i {
      margin-right: 8px; }
/* line 1414, styles-sj.scss */
.collection-container .product-listing__collection.list .product_listing_main .product_img {
  margin: 0 20px 0 0;
  width: 180px; }
/* line 1418, styles-sj.scss */
.collection-container .product-listing__collection.list {
  margin-bottom: 52px; }

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

/* line 1429, styles-sj.scss */
.product-list-main .product_info {
  padding-top: 24px; }
/* line 1432, styles-sj.scss */
.product-list-main .product_links {
  margin-top: 0px;
  position: absolute;
  bottom: 0; }
  /* line 1436, styles-sj.scss */
  .product-list-main .product_links .btn-one {
    padding: 8px 16px; }
    /* line 1438, styles-sj.scss */
    .product-list-main .product_links .btn-one i {
      margin-right: 8px; }
/* line 1443, styles-sj.scss */
.product-list-main .product-item {
  margin-bottom: 72px;
  height: calc(100% - 72px);
  position: relative; }
/* line 1448, styles-sj.scss */
.product-list-main .product_desc {
  padding-bottom: 60px;
  color: #231F20;
  opacity: 0.75; }

/* line 1454, styles-sj.scss */
.more-products-wrapper .more-products {
  margin: 0 0;
  background: rgba(18, 92, 127, 0.05) !important;
  border: 1px solid rgba(18, 92, 127, 0.15);
  border-radius: 2px !important;
  padding: 20px;
  width: 100%; }
  /* line 1461, styles-sj.scss */
  .more-products-wrapper .more-products span {
    font-family: 'BenderBold';
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #125C7F;
    padding: 0 0; }

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

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

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

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

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

/* line 1502, styles-sj.scss */
.pagination-item {
  margin: 0 2px; }
  /* line 1504, 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 1518, styles-sj.scss */
  .pagination-item.is-current a, .pagination-item.is-current span, .pagination-item:hover a, .pagination-item:hover span {
    opacity: 1;
    background: #F7F8F8; }

/* line 1524, styles-sj.scss */
.product-grid {
  margin-bottom: 20px; }
  /* line 1526, styles-sj.scss */
  .product-grid .product_info {
    padding-top: 10px;
    width: calc(100% - 200px); }
  /* line 1530, styles-sj.scss */
  .product-grid .product_price {
    padding: 0 0 0 0;
    margin: 16px 0 24px; }
    /* line 1533, styles-sj.scss */
    .product-grid .product_price .money {
      font-weight: 500;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0.03em;
      color: #125C7F; }

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

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

/* line 1553, styles-sj.scss */
.right-panel-item .widget_content {
  padding: 10px 24px;
  border: 1px solid #cacaca; }
/* line 1558, styles-sj.scss */
.right-panel-item .list a {
  font-size: 13px; }
/* line 1561, styles-sj.scss */
.right-panel-item .list > li {
  border-bottom: 1px solid #cacaca; }
  /* line 1563, styles-sj.scss */
  .right-panel-item .list > li .first-link a {
    display: inline-block;
    padding: 7px 0; }
  /* line 1567, styles-sj.scss */
  .right-panel-item .list > li:last-child {
    border-bottom: 1px solid transparent; }
/* line 1572, styles-sj.scss */
.right-panel-item .list
.sub-col-list {
  display: none;
  background: #F7F8F8;
  padding: 7px 24px;
  margin-bottom: 13px; }
  /* line 1578, styles-sj.scss */
  .right-panel-item .list
  .sub-col-list li {
    display: flex;
    flex-direction: column; }
    /* line 1581, 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 1591, styles-sj.scss */
.first-link {
  flex-wrap: nowrap; }

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

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

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

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

/* line 1615, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle {
  width: 16px;
  height: 24px;
  left: -1px;
  top: -11px; }
/* line 1621, styles-sj.scss */
.panel-filte .noUi-horizontal .noUi-handle-upper {
  left: initial;
  right: 14px; }
/* line 1625, 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 1632, styles-sj.scss */
.panel-filte .noUi-handle:after, .panel-filte .noUi-handle:before {
  top: 6px;
  left: 5px;
  width: 1px;
  height: 12px;
  background: #CACACA; }
/* line 1639, styles-sj.scss */
.panel-filte .noUi-handle:after {
  left: 8px; }
/* line 1642, styles-sj.scss */
.panel-filte .noUi-background {
  box-shadow: 0 0 0 0; }
/* line 1645, styles-sj.scss */
.panel-filte .noUi-connect {
  box-shadow: 0 0 0 0;
  background: #125C7F; }
/* line 1649, styles-sj.scss */
.panel-filte .noUi-target, .panel-filte .noUi-background {
  border: 0;
  height: 3px;
  box-shadow: 0 0 0 0;
  background: #cacaca; }
/* line 1655, styles-sj.scss */
.panel-filte .price-filter {
  margin: 16px 0 34px; }
/* line 1658, styles-sj.scss */
.panel-filte .btn-one {
  width: calc(100% - 16px); }

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

/* line 1666, styles-sj.scss */
.price-filter_to,
.price-filter_from {
  display: flex;
  align-items: center;
  margin-bottom: 0px; }
  /* line 1671, styles-sj.scss */
  .price-filter_to span,
  .price-filter_from span {
    font-size: 13px;
    line-height: 15px;
    color: #231F20;
    opacity: 0.75; }
  /* line 1677, 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 1690, styles-sj.scss */
.price-filter_from span {
  margin-right: 6px; }

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

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

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

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

/* line 1708, styles-sj.scss */
.select-container .selectric {
  background: #FFFFFF;
  border: 1px solid #CACACA; }
/* line 1712, styles-sj.scss */
.select-container .selectric-items {
  width: 100%; }
/* line 1715, 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 1727, styles-sj.scss */
.select-container .selectric .button {
  height: 34px;
  background: white; }
/* line 1731, styles-sj.scss */
.select-container .selectric .button:after {
  content: url("icon-down.svg");
  border: 0;
  top: -2px; }
/* line 1736, styles-sj.scss */
.select-container .selectric-open .button:after {
  transform: scale(1, -1);
  top: 4px; }

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

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

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

/* line 1771, styles-sj.scss */
.filter-bottom-container {
  padding-bottom: 14px; }
  /* line 1773, styles-sj.scss */
  .filter-bottom-container p {
    margin: 0 0 24px 0; }
    /* line 1775, styles-sj.scss */
    .filter-bottom-container p a {
      color: #125C7F;
      font-size: 13px; }

/* line 1781, 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 1789, styles-sj.scss */
.cart-list-item {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cacaca; }
  /* line 1793, styles-sj.scss */
  .cart-list-item .item_image {
    margin-bottom: 0px; }
  /* line 1796, styles-sj.scss */
  .cart-list-item .cart-item {
    margin: 0 -10px;
    flex-wrap: nowrap; }
    /* line 1799, styles-sj.scss */
    .cart-list-item .cart-item [class*="col"] {
      padding: 0 10px; }
    /* line 1802, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-img {
      max-width: 200px; }
    /* line 1805, styles-sj.scss */
    .cart-list-item .cart-item .cart-product-info {
      width: calc(100% - 200px); }
  /* line 1809, styles-sj.scss */
  .cart-list-item .item_image a {
    width: 100%; }
  /* line 1812, 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 1820, styles-sj.scss */
  .cart-list-item .item_price {
    padding-top: 24px; }
  /* line 1823, 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 1838, styles-sj.scss */
  .cart-list-item .item_price .price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.03em;
    color: #125C7F; }
  /* line 1845, 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 1853, styles-sj.scss */
    .cart-list-item .total-price .money {
      color: #125C7F; }

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

/* line 1867, styles-sj.scss */
.cart-container-bottom {
  margin-top: 20px;
  background: #F7F8F8;
  padding: 24px 24px 40px 27px; }
  /* line 1871, styles-sj.scss */
  .cart-container-bottom .cart_subtotal {
    margin-bottom: 16px; }

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

/* line 1883, styles-sj.scss */
.cart_subtotal-money {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #125C7F; }

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

/* line 1894, styles-sj.scss */
.cupon-title {
  text-transform: uppercase;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 8px; }

/* line 1900, styles-sj.scss */
.cupon-form-text {
  font-size: 13px;
  opacity: .75;
  margin-top: 9px; }

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

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

/* line 1927, styles-sj.scss */
.cart-btn .btn-one:not(:last-child) {
  margin-right: 30px; }

/* line 1930, styles-sj.scss */
.cart-delivery-container {
  padding: 10px 12px 11px;
  min-height: 43px;
  background: rgba(39, 174, 96, 0.2);
  border: 1px solid rgba(39, 174, 96, 0.2);
  box-sizing: border-box;
  border-radius: 2px; }
  /* line 1937, styles-sj.scss */
  .cart-delivery-container img {
    margin-right: 6px; }
  /* line 1940, styles-sj.scss */
  .cart-delivery-container .cart_delivery {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 0;
    color: #27AE60; }

/* line 1951, styles-sj.scss */
.new-desing .co-checkout-title.co-title {
  font-family: 'BenderBlack';
  font-style: normal;
  font-size: 40px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20; }
/* line 1960, styles-sj.scss */
.new-desing .co-logo {
  font-family: 'BenderBold';
  font-size: 21px;
  line-height: 120%;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 1967, styles-sj.scss */
.new-desing .co-header-phone {
  font-family: 'BenderBold';
  font-size: 24px;
  line-height: 120%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #231F20; }
/* line 1975, styles-sj.scss */
.new-desing .co-checkout-block--padded {
  padding-left: 1em; }
/* line 1978, styles-sj.scss */
.new-desing .co-input-label.co-title--h2, .new-desing .co-title {
  font-family: 'BenderBold';
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 1985, 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 1991, styles-sj.scss */
.new-desing .co-toggable_field-title {
  font-family: 'BenderBold';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 1998, styles-sj.scss */
.new-desing .co-button {
  /*width: 227px;
  height: 40px;*/
  background: #125C7F;
  font-family: 'BenderBlack';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: .4s all;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  /* line 2012, styles-sj.scss */
  .new-desing .co-button:hover {
    background: #0D425B;
    color: #fff; }
/* line 2017, 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: #125C7F; }
/* line 2025, styles-sj.scss */
.new-desing .co-price--current {
  font-family: 'BenderBlack';
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.05em;
  color: #231F20; }
/* line 2032, styles-sj.scss */
.new-desing .co-basket_total-price {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 0.05em; }

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

/* line 2043, 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: #125C7F;
  width: auto;
  color: #fff;
  text-transform: uppercase;
  font-family: "BenderBlack";
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.05em;
  position: relative;
  transition: .4s all; }
  /* line 2058, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:after {
    content: "";
    display: block;
    position: absolute;
    width: 32px;
    height: 100%;
    top: 0;
    left: 99.6%;
    background: #125C7F;
    clip-path: polygon(0 0, 0% 100%, 50% 0);
    transition: .4s all; }
  /* line 2070, 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 2074, styles-sj.scss */
  .new-desing.new-login .co-form-controls .co-button:not(:last-child) {
    margin-right: 20px; }
/* line 2079, styles-sj.scss */
.new-desing.new-login .co-section--content_wrapper {
  min-height: 40vh;
  padding-bottom: 50px; }

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

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

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

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

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

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

  /* line 2104, styles-sj.scss */
  .main-block-item {
    padding: 2em 20px 1.5em; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 2142, styles-sj.scss */
  .new-desing .co-header-phone {
    font-size: 19px; } }
@media (max-width: 1023px) {
  /* line 2147, styles-sj.scss */
  .header-top-left, .header-top-right {
    flex-direction: column; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2214, styles-sj.scss */
  .main-block-item-img {
    padding-bottom: calc(50px + 1.5em); }

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

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

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

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

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

  /* line 2239, styles-sj.scss */
  .main-collections .row {
    flex-wrap: wrap; }
  /* line 2242, styles-sj.scss */
  .main-collections .cell {
    width: 50%;
    margin-bottom: 20px; }

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

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

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

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

  /* line 2267, styles-sj.scss */
  .subscrition__body {
    width: 100%;
    max-width: 100%;
    margin-left: 0; }
    /* line 2271, styles-sj.scss */
    .subscrition__body .flex-start {
      justify-content: center;
      flex-wrap: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2398, styles-sj.scss */
  .close-cookie {
    margin-left: 10px;
    margin-right: 16px; } }
/* line 2403, 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 2412, styles-sj.scss */
.box-container h1 span {
  color: #231F20 !important; }

/* line 2415, 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: 14px !important;
  line-height: 150% !important; }

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

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

@media (max-width: 768px) {
  /* line 2432, styles-sj.scss */
  .box-container h1 {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 25px; } }
/* line 2438, styles-sj.scss */
.rte p a, .box-container p a {
  color: #125C7F; }
  /* line 2441, styles-sj.scss */
  .rte p a:hover, .box-container p a:hover {
    color: #125C7F;
    text-decoration: none !important; }

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

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

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

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

/* line 2475, styles-sj.scss */
.product-info-right .feedback-row .button-prod {
  position: relative; }
  /* line 2477, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:after {
    content: "";
    display: block;
    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 2491, styles-sj.scss */
  .product-info-right .feedback-row .button-prod:hover:after {
    background: #125C7F; }

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

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

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

/* line 2518, styles-sj.scss */
.product-gift-wrapper {
  clear: both;
  margin-top: 20px; }
  /* line 2522, styles-sj.scss */
  .product-gift-wrapper span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: normal;
    color: #147F12; }
  /* line 2530, styles-sj.scss */
  .product-gift-wrapper input {
    width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-right: 5px;
    border: 1px solid;
    -webkit-appearance: checkbox; }

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

/* line 2548, styles-sj.scss */
.swiper-pagination-bullet-active {
  background: #000 !important; }

/* line 2552, styles-sj.scss */
.sbp-wrapper {
  background: #F2F2F2;
  display: inline-block;
  vertical-align: bottom;
  padding: 10px 18px;
  line-height: 100%; }
  /* line 2559, styles-sj.scss */
  .sbp-wrapper .sbp-price {
    font-weight: 500;
    font-size: 14px;
    color: #125C7F; }
  /* line 2565, styles-sj.scss */
  .sbp-wrapper .sbp-price-info {
    margin-top: 5px;
    display: flex;
    align-items: center;
    line-height: 100%; }
    /* line 2570, styles-sj.scss */
    .sbp-wrapper .sbp-price-info > span, .sbp-wrapper .sbp-price-info img {
      margin-right: 10px;
      line-height: 100%; }
    /* line 2575, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent {
      display: block;
      background: #125C7F;
      border-radius: 9px;
      color: #fff;
      font-weight: 600;
      font-size: 12px;
      padding: 7px; }
    /* line 2585, styles-sj.scss */
    .sbp-wrapper .sbp-price-info .sbp-percent-info {
      color: #828282;
      font-size: 12px; }

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

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

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

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

/* line 2626, styles-sj.scss */
#feedback-modal, #feedback-modal-discount {
  max-width: 344px;
  padding: 10px; }
  /* line 2641, styles-sj.scss */
  #feedback-modal .bttn-reg, #feedback-modal-discount .bttn-reg {
    margin-top: 10px;
    width: 100%; }
  /* line 2647, styles-sj.scss */
  #feedback-modal .form-label, #feedback-modal-discount .form-label {
    display: block;
    margin-top: 20px;
    margin-bottom: 10px; }
  /* line 2654, styles-sj.scss */
  #feedback-modal .feedback-field-wrap, #feedback-modal-discount .feedback-field-wrap {
    width: 100% !important;
    max-width: 100% !important; }
  /* line 2659, styles-sj.scss */
  #feedback-modal .bttn-reg, #feedback-modal-discount .bttn-reg {
    width: 93% !important; }

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

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

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

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

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

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

/* line 2701, styles-sj.scss */
.search__list {
  margin-top: 10px; }
  /* line 2704, styles-sj.scss */
  .search__list .row {
    width: 100%; }

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

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

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