@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 9, theme.scss */
.collection-filter {
  opacity: 0; }

/* line 12, theme.scss */
.advantage-text {
  color: #040404;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

/* line 21, theme.scss */
.advantage-icon {
  height: 60px;
  margin-bottom: 10px; }

/* line 26, theme.scss */
.advantage {
  padding: 55px 0; }

/* line 30, theme.scss */
.advantage-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

/* line 37, theme.scss */
.article-title {
  font-size: 2.5rem; }

/* line 41, theme.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 45, theme.scss */
.article-products {
  padding: 1rem 0; }

/* line 49, theme.scss */
.article_preview {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

/* line 54, theme.scss */
.article_preview-title {
  color: #040404;
  font-size: 20px;
  word-break: break-word;
  text-align: left; }

/* line 61, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #040404;
  cursor: pointer; }

/* line 67, theme.scss */
.article_preview-blog {
  color: #040404;
  font-size: 14px;
  font-weight: 300; }

/* line 73, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #040404;
  cursor: pointer; }

/* line 79, theme.scss */
.article_preview-inner {
  padding: 20px 20px 10px 20px; }

/* line 83, theme.scss */
.article_preview-bottom {
  padding: 10px 20px 20px 20px; }

/* line 87, theme.scss */
.article_preview-preview {
  display: block;
  color: #040404;
  font-size: 14px; }

/* line 93, theme.scss */
.article-date {
  display: block;
  color: #040404;
  margin: 0.5rem 0 1rem 0; }

/* line 99, theme.scss */
.list-link {
  text-decoration: none; }

/* line 103, theme.scss */
.aside-header a {
  text-decoration: none; }

/* line 107, theme.scss */
.aside-header h2 {
  margin-bottom: 10px; }

/* line 111, theme.scss */
.last-articles {
  margin-bottom: 20px; }

/* line 115, theme.scss */
.articles-list .list-item {
  margin-bottom: 10px; }

/* line 119, theme.scss */
#comment_form {
  max-width: 600px; }

/* line 122, theme.scss */
.row-filter form button {
  overflow: hidden; }

/* line 125, theme.scss */
.card {
  margin-bottom: 24px;
  position: relative; }

/* line 130, theme.scss */
.card-info {
  position: relative; }

/* line 134, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #555555; }

/* line 139, theme.scss */
.card-title {
  margin-bottom: 16px; }

/* line 143, theme.scss */
.stiker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background-color: #50b09b;
  color: #fff;
  z-index: 2; }

/* line 153, theme.scss */
.stiker-new {
  background-color: #50b09b; }

/* line 157, theme.scss */
.stiker-hit {
  background-color: #50b09b; }

/* line 161, theme.scss */
.stiker-sale {
  background-color: #50b09b; }

/* line 165, theme.scss */
.stiker + .stiker {
  top: 50px; }

/* line 169, theme.scss */
.stiker:nth-child(2) + .stiker {
  top: 100px; }

/* line 173, theme.scss */
.stiker:nth-child(3) + .stiker {
  top: 150px; }

/* line 177, theme.scss */
.item-delete {
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  width: 26px;
  padding: 2px; }

/* line 187, theme.scss */
.item-delete img {
  width: 100%; }

/* line 191, theme.scss */
.item-title-link {
  text-decoration: none;
  color: inherit; }

/* line 196, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 202, theme.scss */
.category-menu-item {
  display: block; }

/* line 206, theme.scss */
.category_menu .category_menu {
  display: none; }

/* line 210, theme.scss */
.is-button-active + .category_menu {
  display: block; }

/* line 214, theme.scss */
.category_menu-marker::after {
  content: '+';
  font-size: 20px; }

/* line 219, theme.scss */
.category_menu-marker.is-button-active::after {
  content: '-'; }

/* line 223, theme.scss */
.category_menu.level-2 {
  padding-left: 50px; }

/* line 227, theme.scss */
.filter {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }

/* line 232, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 237, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 243, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 250, theme.scss */
.checkbox-field {
  display: none; }

/* line 254, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3a4145;
  left: 0;
  top: -webkit-calc(50% - 8px);
  top: calc(50% - 8px); }

/* line 264, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 279, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 283, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }

/* line 291, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 299, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 307, theme.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 314, theme.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 320, theme.scss */
.filter-title span {
  cursor: pointer; }

/* line 324, theme.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 10px; }

/* line 328, theme.scss */
.collection-filter {
  margin-bottom: 1rem; }

/* line 332, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 338, theme.scss */
.filter-span {
  vertical-align: top; }

/* line 342, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

/* line 351, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  outline: 1px solid #50b09b; }

/* line 356, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* line 371, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 377, theme.scss */
input[type="checkbox"]:checked + .filter-color,
input[type="checkbox"]:checked + .filter-color[title="Белый"],
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"],
input[type="checkbox"]:checked + .filter-color[title="белый"] {
  border: 1px solid #50b09b; }

/* line 384, theme.scss */
.collection-filter .range-slider input {
  height: 50px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  width: 100%; }

/* line 391, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #50b09b;
  width: 17px;
  height: 15px;
  top: 26px; }

/* line 399, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 403, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 26px;
  background: #50b09b; }

/* line 409, theme.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 414, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 4px;
  background: #50b09b; }

/* line 421, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 425, theme.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 429, theme.scss */
.collection-order select {
  border-color: transparent; }

/* line 433, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #50b09b; }

/* line 437, theme.scss */
.page_size_drop-item {
  display: block; }

/* line 441, theme.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/* line 446, theme.scss */
.collection-products_count {
  margin-bottom: 10px; }

/* line 450, theme.scss */
.collection-tags div a {
  display: block;
  height: auto;
  min-width: 30px;
  text-decoration: none;
  text-align: center;
  vertical-align: top;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  color: #666666;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: italic;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  margin: 10px; }

/* line 473, theme.scss */
.collection-tags div a:hover {
  border: 3px solid #50b09b;
  color: #50b09b; }

/* line 478, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  border: 3px solid #50b09b; }

/* line 482, theme.scss */
.page_size-radio {
  vertical-align: bottom; }

/*  Compare table
-----------------------------------------*/
/* line 488, theme.scss */
.table.table-compare {
  position: relative; }

/* line 492, theme.scss */
.table.table-compare tr,
.table.table-compare td {
  border: none; }

/* line 497, theme.scss */
.table.table-compare td {
  padding: 20px; }

/* line 501, theme.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 506, theme.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #444;
  color: #fff; }

/* line 511, theme.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 515, theme.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 520, theme.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 524, theme.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 528, theme.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 532, theme.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between; }

  /* line 552, theme.scss */
  .table.table-compare td,
  .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 565, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 571, theme.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 578, theme.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 583, theme.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 588, theme.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 593, theme.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 600, theme.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/* line 604, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #000;
  box-shadow: 0 0 2px 0px #000; }

/* line 611, theme.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #cccccc; }

/* line 617, theme.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 621, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #cccccc; }

/* line 625, theme.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px; }

/* line 630, theme.scss */
.favorite-head {
  margin-bottom: 20px; }

/* line 634, theme.scss */
.fixed_header {
  z-index: 99;
  position: fixed;
  background: #ffffff;
  top: 0;
  padding: 10px 0;
  top: -105%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms; }

/* line 650, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

/* line 654, theme.scss */
.logotype {
  height: 100px;
  display: block; }

/* line 659, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/* line 666, theme.scss */
.instagram-title {
  color: #000000;
  font-family: Open Sans Italic, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

/* line 674, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 680, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px; }

/* line 690, theme.scss */
.main-menu.level-1 {
  margin: 0;
  padding: 0;
  position: relative; }

/* line 696, theme.scss */
.main-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  background-position: 50%; }

/* line 707, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 715, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 722, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15); }

/* line 728, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

/* line 733, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 738, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/* line 742, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 753, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

/* line 758, theme.scss */
.feedback-row {
  margin-bottom: 1rem; }

/* line 762, theme.scss */
.feedback-field-wrap {
  max-width: 300px;
  margin: auto; }

/* line 767, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px; }

/* line 773, theme.scss */
.form-error {
  color: red; }

/* line 777, theme.scss */
.form-done {
  color: #50b09b; }

/* line 781, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem; }

/* line 785, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 789, theme.scss */
.added-modal {
  max-width: 1000px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 796, theme.scss */
#videos {
  width: 100%; }

/* line 799, theme.scss */
#videos p {
  margin: 0; }

/* line 802, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 807, theme.scss */
.added-content {
  text-align: center; }

/* line 811, theme.scss */
.modal-hide {
  display: none; }

/* line 815, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 819, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 835, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 845, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 854, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 863, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center; }

/* line 886, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 892, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 900, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 904, theme.scss */
.props {
  margin-bottom: 10px; }

/* line 908, theme.scss */
.props label {
  width: 40%;
  opacity: 0.5;
  position: relative; }

/* line 914, theme.scss */
.props label + span {
  width: 58%;
  display: inline-block; }

/* line 919, theme.scss */
.props label span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 2px 0 0 #fff, -10px 0 0 #fff; }

/* line 928, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #040404;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

/* line 938, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555; }

/* line 943, theme.scss */
.product-available:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px; }

/* line 956, theme.scss */
[data-product-id].is-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 960, theme.scss */
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 964, theme.scss */
.form-row {
  margin-bottom: 10px; }

/* line 968, theme.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 973, theme.scss */
.form-field {
  width: 100%; }

/* line 977, theme.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 981, theme.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 985, theme.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 989, theme.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 993, theme.scss */
.reviews-wrapper {
  max-width: 900px; }

/* line 997, theme.scss */
.reviews-item {
  padding: 5px 0;
  border-bottom: 1px solid #e9e9e9; }

/* line 1002, theme.scss */
.product_tabs {
  border-top: 1px solid #d2d2d1; }

/* line 1006, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 1010, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 1016, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: -webkit-calc(50% - 25px);
  top: calc(50% - 25px);
  width: 41px; }

/* line 1026, theme.scss */
.tabs-target {
  display: none; }

/* line 1030, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 1036, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 1055, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #50b09b; }

/* line 1060, theme.scss */
.gallery-wrapper {
  position: relative; }

/* line 1064, theme.scss */
.gallery-top {
  margin-bottom: 20px;
  padding: 10px; }

/* line 1069, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #50b09b; }

/* line 1073, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 1082, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

/* line 1097, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 1117, theme.scss */
.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #50b09b;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -100px; }

/* line 1123, theme.scss */
.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #50b09b;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -100px; }

/* line 1129, theme.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 200px);
  width: calc(100% - 200px);
  position: relative;
  margin: auto; }

/* line 1136, theme.scss */
.gallery-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1174, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 400px !important; }

/* line 1179, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0; }

/* line 1184, theme.scss */
.products-title {
  font-size: 24px; }

/* line 1188, theme.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 1193, theme.scss */
.slide-inner img {
  width: 100%; }

/* line 1197, theme.scss */
.slide-absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%; }

/* line 1205, theme.scss */
.slide-content {
  padding-top: 100px; }

/* line 1209, theme.scss */
.slide-title {
  font-size: 3rem;
  color: #fff; }

/* line 1214, theme.scss */
.slide-description {
  font-size: 2rem;
  color: #fff; }

/* line 1219, theme.scss */
.quantity-input {
  width: 50px;
  text-align: center;
  padding: 4px 5px;
  vertical-align: top; }

/* line 1226, theme.scss */
.quick_view-modal {
  max-width: 1000px; }

/* line 1230, theme.scss */
.author {
  margin-bottom: 10px; }

/* line 1234, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #50b09b;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1380px) {
  /* line 1260, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1265, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 1269, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 1275, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/* line 1280, theme.scss */
.search_widget {
  position: relative; }

/* line 1284, theme.scss */
.ajax-search-results {
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 1301, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 1305, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 1310, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 1314, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 1319, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 1323, theme.scss */
.social_share-list a {
  color: #50b09b;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 1330, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

/* line 1334, theme.scss */
.social-menu-link {
  color: inherit;
  width: 35px;
  height: 35px;
  border: 1px solid;
  display: none;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 1356, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

/* line 1360, theme.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 1365, theme.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block; }

/* line 1370, theme.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block; }

/* line 1375, theme.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 1380, theme.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block; }

/* line 1385, theme.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 1390, theme.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 1395, theme.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 1400, theme.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/* line 1404, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: Open Sans Italic, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1409, theme.scss */
.settings_guide-font-primary::after {
  content: "Open Sans Italic, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
  font-family: Open Sans Italic, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1414, theme.scss */
.settings_guide-font-second::before {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: '$font-family-second: '; }

/* line 1419, theme.scss */
.settings_guide-font-second::after {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: "-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue"; }

/* line 1424, theme.scss */
.settings_guide-font-size::before {
  font-size: 16px;
  content: '$font-size-primary: '; }

/* line 1429, theme.scss */
.settings_guide-font-size::after {
  font-size: 16px;
  content: "16px"; }

/* line 1445, theme.scss */
.settings_guide-color-background-primary:before {
  content: '$color-background-primary: '; }

/* line 1449, theme.scss */
.settings_guide-color-background-primary:after {
  background-color: #fff;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1454, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

/* line 1458, theme.scss */
.settings_guide-color-text-primary:after {
  background-color: #040404;
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1463, theme.scss */
.settings_guide-color-text-gray:before {
  content: '$color-text-gray: '; }

/* line 1467, theme.scss */
.settings_guide-color-text-gray:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #555555; }

/* line 1472, theme.scss */
.settings_guide-color-link-primary:before {
  content: '$color-link-primary: '; }

/* line 1476, theme.scss */
.settings_guide-color-link-primary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #50b09b; }

/* line 1481, theme.scss */
.settings_guide-color-link-secondary:before {
  content: '$color-link-secondary: '; }

/* line 1485, theme.scss */
.settings_guide-color-link-secondary:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #50b09b; }

/* line 1490, theme.scss */
.settings_guide-color-info:before {
  content: '$color-info: '; }

/* line 1494, theme.scss */
.settings_guide-color-info:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #50b09b; }

/* line 1499, theme.scss */
.settings_guide-color-success:before {
  content: '$color-success: '; }

/* line 1503, theme.scss */
.settings_guide-color-success:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #50b09b; }

/* line 1508, theme.scss */
.settings_guide-color-error:before {
  content: '$color-error: '; }

/* line 1512, theme.scss */
.settings_guide-color-error:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f65050; }

/* line 1517, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 1521, theme.scss */
.settings_guide-color-warning:after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F2930C; }

/* line 1553, theme.scss */
.style_guide {
  padding: 0 50px; }

/* line 1557, theme.scss */
.style_guide > .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid; }

/* line 1563, theme.scss */
pre.html {
  margin-top: 0; }

/* line 1567, theme.scss */
.guide-fill {
  background: #ccc;
  min-height: 100px;
  border: 1px solid #999;
  text-align: center;
  line-height: 100px; }

/* line 1575, theme.scss */
.style_target {
  display: none; }

/* line 1579, theme.scss */
.style_target .sticky {
  top: 100px; }

/* line 1583, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

/* line 1596, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

/* line 1600, theme.scss */
.option-selector {
  margin: 1rem 0; }

/* line 1606, theme.scss */
.top-header {
  background-color: #333333; }

/* line 1610, theme.scss */
.top-menu {
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1622, theme.scss */
  .top-menu a {
    color: #fff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    padding-right: 34px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 1634, theme.scss */
    .top-menu a:after {
      content: '';
      display: inline-block;
      height: 18px;
      width: 2px;
      background: #fff;
      position: absolute;
      right: 15px;
      top: 4px;
      -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
      -o-transform: rotate(10deg);
      transform: rotate(10deg);
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    /* line 1652, theme.scss */
    .top-menu a:last-child:after {
      display: none; }
    /* line 1656, theme.scss */
    .top-menu a:hover {
      color: #50b09b; }
      /* line 1659, theme.scss */
      .top-menu a:hover:after {
        height: 18px;
        width: 2px;
        background: #fff;
        position: absolute;
        right: 18px;
        top: 4px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        background: #50b09b; }

/* line 1680, theme.scss */
.search-widget {
  max-width: 268px; }
  /* line 1682, theme.scss */
  .search-widget .search_widget-control {
    padding: 0;
    border: 0;
    border-bottom: 1px solid #666;
    color: #fff;
    height: 25px; }
  /* line 1689, theme.scss */
  .search-widget .inpt-group-addon {
    background: none;
    color: #fff;
    font-size: 17px;
    padding-left: 4px; }
  /* line 1695, theme.scss */
  .search-widget .inpt-group {
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 1709, theme.scss */
  .search-widget input::-webkit-input-placeholder {
    opacity: 0; }
  /* line 1712, theme.scss */
  .search-widget input:-moz-placeholder {
    opacity: 0; }
  /* line 1715, theme.scss */
  .search-widget input::-moz-placeholder {
    opacity: 0; }
  /* line 1718, theme.scss */
  .search-widget input:-ms-input-placeholder {
    opacity: 0; }
  /* line 1721, theme.scss */
  .search-widget input::-ms-input-placeholder {
    opacity: 0; }
  /* line 1724, theme.scss */
  .search-widget input::placeholder {
    opacity: 0; }

/* line 1729, theme.scss */
.ajax-search-results {
  background: #333333; }
  /* line 1731, theme.scss */
  .ajax-search-results a {
    color: #fff; }
  /* line 1734, theme.scss */
  .ajax-search-results .ajax-search-item {
    border-bottom: 1px solid #666;
    margin: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 1740, theme.scss */
    .ajax-search-results .ajax-search-item:last-child {
      border: 0; }
    /* line 1743, theme.scss */
    .ajax-search-results .ajax-search-item:hover {
      background: rgba(255, 255, 255, 0.9);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      outline: 1px solid #50b09b; }
      /* line 1751, theme.scss */
      .ajax-search-results .ajax-search-item:hover a {
        color: #666;
        font-weight: 700; }

/* line 1760, theme.scss */
.animated {
  -webkit-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@-o-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -o-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -o-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -o-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -o-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -o-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    -o-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    -o-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }
/* line 1915, theme.scss */
.jello {
  -webkit-animation-name: jello;
  -o-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }
/* line 2030, theme.scss */
.bounce {
  -webkit-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom; }

/* line 2039, theme.scss */
.search-widget {
  margin-left: auto;
  margin-right: 34px; }
  /* line 2042, theme.scss */
  .search-widget .search_widget-control {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 2048, theme.scss */
  .search-widget:hover .search_widget-control {
    border-color: #fff; }

/* line 2053, theme.scss */
.social-menu {
  height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative; }
  /* line 2071, theme.scss */
  .social-menu:after {
    content: '';
    display: inline-block;
    height: 18px;
    width: 2px;
    background: #666;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    left: 0; }
  /* line 2084, theme.scss */
  .social-menu:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 2px;
    background: #666;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    right: 0; }
  /* line 2097, theme.scss */
  .social-menu .social-menu-link {
    height: initial;
    width: initial;
    border: 0;
    color: #666666;
    line-height: 0;
    margin: 0;
    margin: 0 5px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 2108, theme.scss */
    .social-menu .social-menu-link:hover {
      color: #fff; }

/* line 2115, theme.scss */
.social-menu-link {
  font-size: 19px; }

/* line 2122, theme.scss */
.social-menu:after {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 2127, theme.scss */
.social-menu:before {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 2133, theme.scss */
.social-menu:hover:after {
  background: #50b09b;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 10px; }
/* line 2141, theme.scss */
.social-menu:hover:before {
  background: #50b09b;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 10px; }

/* line 2154, theme.scss */
header .login {
  min-height: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #666666;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 2180, theme.scss */
  header .login .icon {
    margin-right: 10px;
    position: relative;
    top: 2px; }
  /* line 2185, theme.scss */
  header .login:hover {
    color: #fff; }
    /* line 2187, theme.scss */
    header .login:hover svg * {
      fill: #e46148; }

/* line 2195, theme.scss */
.middle-header {
  background-color: #444444;
  color: #666666;
  font-family: "Open Sans"; }
  /* line 2196, theme.scss */
  .middle-header .height-middle-header {
    min-height: 40px; }
  /* line 2202, theme.scss */
  .middle-header .call {
    max-width: 380px; }
    /* line 2204, theme.scss */
    .middle-header .call a {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 18px;
      font-weight: 700;
      font-style: italic;
      text-decoration: none;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      /* line 2214, theme.scss */
      .middle-header .call a:hover {
        color: #50b09b; }
    /* line 2218, theme.scss */
    .middle-header .call .js-modal {
      color: #50b09b;
      font-family: "Open Sans";
      font-size: 12px;
      font-weight: 700;
      font-style: italic;
      display: inline-block;
      border-bottom: 1px solid;
      text-transform: uppercase;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-left: 30px;
      margin-top: 12px;
      line-height: 14px; }
    /* line 2236, theme.scss */
    .middle-header .call div {
      color: #fff;
      font-size: 13px;
      font-family: Open Sans Italic; }

@media screen and (max-width: 920px) {
  /* line 2245, theme.scss */
  .middle-header .call {
    flex-direction: column;
    align-items: self-start; } }
/* line 2251, theme.scss */
.js-modal {
  color: #50b09b;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-left: 16px;
  display: inline-block;
  border-bottom: 1px solid;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 14px; }
  /* line 2268, theme.scss */
  .js-modal:hover {
    color: #fff; }

/* line 2272, theme.scss */
.sale-login {
  color: #666666;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 31px; }
  /* line 2290, theme.scss */
  .sale-login:after {
    content: '';
    display: inline-block;
    height: 18px;
    width: 2px;
    background: #666;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    position: absolute;
    right: 0; }
  /* line 2303, theme.scss */
  .sale-login span {
    color: #50b09b;
    text-decoration: none; }
  /* line 2307, theme.scss */
  .sale-login a {
    color: #666666;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-left: 3px;
    display: inline-block;
    border-bottom: 1px solid #666;
    line-height: 12px;
    text-transform: uppercase; }
    /* line 2322, theme.scss */
    .sale-login a:hover {
      color: #50b09b; }

/* line 2328, theme.scss */
.geo {
  padding-left: 31px; }
  /* line 2330, theme.scss */
  .geo .geo-svg-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 6px 0px 0px; }
    /* line 2343, theme.scss */
    .geo .geo-svg-wrap .second {
      height: 5px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      bottom: 3px;
      /* left: 1px; */
      margin-right: -1px; }

/* line 2367, theme.scss */
.top-header {
  border-bottom: 1px solid #fff; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  to {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0); } }
@-o-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  to {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0); }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }
  to {
    -webkit-transform: translate3d(0, -1px, 0);
    transform: translate3d(0, -1px, 0); } }
@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 2603, theme.scss */
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* line 2610, theme.scss */
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown; }

/* line 2618, theme.scss */
.geo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2633, theme.scss */
.geo .geo-svg-wrap {
  margin-right: 12px;
  font-size: 12px; }
/* line 2637, theme.scss */
.geo .you-city {
  margin-right: 10px;
  font-size: 12px; }
/* line 2641, theme.scss */
.geo .js-city-name {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #fff;
  line-height: 16px;
  font-size: 12px; }

/* line 2652, theme.scss */
.geo .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 2663, theme.scss */
  .geo .wrap svg {
    margin-left: 12px; }

/* line 2669, theme.scss */
form.js-city-form.inpt-group {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 10;
  width: 110%;
  height: 100%;
  color: #000; }
  /* line 2678, theme.scss */
  form.js-city-form.inpt-group input {
    background: #ffffff;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg); }
    /* line 2684, theme.scss */
    form.js-city-form.inpt-group input::-webkit-input-placeholder {
      color: #000; }
    /* line 2687, theme.scss */
    form.js-city-form.inpt-group input:-moz-placeholder {
      color: #000; }
    /* line 2690, theme.scss */
    form.js-city-form.inpt-group input::-moz-placeholder {
      color: #000; }
    /* line 2693, theme.scss */
    form.js-city-form.inpt-group input:-ms-input-placeholder {
      color: #000; }
    /* line 2696, theme.scss */
    form.js-city-form.inpt-group input::-ms-input-placeholder {
      color: #000; }
    /* line 2699, theme.scss */
    form.js-city-form.inpt-group input::placeholder {
      color: #000; }

/* line 2705, theme.scss */
.geo {
  position: relative; }
  /* line 2707, theme.scss */
  .geo .inpt-group-addon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    height: 100%;
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    line-height: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    padding: 8px 10px 13px;
    background: #50b09b;
    -webkit-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg); }

/* line 2736, theme.scss */
.geo {
  cursor: pointer; }

/* line 2739, theme.scss */
.geo {
  padding-right: 31px; }
  /* line 2741, theme.scss */
  .geo:after {
    content: '';
    display: block;
    height: 18px;
    width: 2px;
    background: #666;
    -webkit-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    transform: rotate(10deg);
    right: 0;
    position: absolute; }

/* line 2755, theme.scss */
.compare {
  position: relative;
  padding: 0 31px 0 63px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 2758, theme.scss */
  .compare .compares-widget {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 2781, theme.scss */
  .compare a {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
  /* line 2790, theme.scss */
  .compare [data-compares-counter] {
    position: absolute;
    background: #fff;
    top: 0;
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    left: 31px;
    min-width: 19px;
    height: 28px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* line 2828, theme.scss */
.compare:after {
  content: '';
  height: 18px;
  width: 2px;
  display: inline-block;
  background: #666;
  -webkit-transform: rotate(10deg);
  -ms-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  transform: rotate(10deg);
  position: absolute;
  right: 0; }

/* line 2843, theme.scss */
.cart {
  padding-left: 61px;
  position: relative; }
  /* line 2846, theme.scss */
  .cart .cart-widget {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 2860, theme.scss */
  .cart .cart-widget-link {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic; }
  /* line 2867, theme.scss */
  .cart [data-positions-count] {
    position: absolute;
    top: 0;
    color: #333333;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    left: 31px;
    min-width: 19px;
    height: 28px;
    background-color: #50b09b;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* line 2902, theme.scss */
.js-total-custom {
  color: #50b09b;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  margin-left: 15px; }

/* line 2910, theme.scss */
.cart-widget-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

/* line 2922, theme.scss */
.sale-login {
  margin-left: auto; }

/* line 2925, theme.scss */
.cart [data-positions-count], .compare [data-compares-counter] {
  padding: 0px 2px; }

/* line 2928, theme.scss */
.dynamic_basket-drop {
  left: initial;
  width: 300px;
  right: 0; }

/* line 2933, theme.scss */
.bottom-header {
  background: #fff; }
  /* line 2935, theme.scss */
  .bottom-header .height {
    padding: 33px 0; }
  /* line 2938, theme.scss */
  .bottom-header .logo {
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    flex-direction: column; }
    /* line 2958, theme.scss */
    .bottom-header .logo a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    /* line 2975, theme.scss */
    .bottom-header .logo span {
      margin: 0.5em 0 0; }
  /* line 2979, theme.scss */
  .bottom-header .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    padding-left: 20px; }

/* line 3002, theme.scss */
.menu a {
  text-decoration: none;
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 28px;
  font-weight: 700;
  font-style: italic;
  margin: 0 10px;
  position: relative;
  top: 6px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3015, theme.scss */
  .menu a:last-child {
    margin-right: 0; }
  /* line 3018, theme.scss */
  .menu a:hover {
    color: #50b09b; }

/* line 3025, theme.scss */
.row-filter {
  background-color: #333333; }
  /* line 3026, theme.scss */
  .row-filter form {
    min-height: 104px; }
    /* line 3028, theme.scss */
    .row-filter form button {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: none;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      border: 3px solid #fff;
      padding: 0px 0px 0px 0px;
      width: 100%;
      padding-right: 0 !important;
      text-align: center;
      height: 56px;
      line-height: 0px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      transform: skewX(-10deg);
      outline: 0; }
      /* line 3060, theme.scss */
      .row-filter form button .text {
        position: relative;
        top: -1px;
        margin: 0 auto; }
      /* line 3065, theme.scss */
      .row-filter form button .svg-filter {
        background: #50b09b;
        height: 50px;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0px 15px;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-left: 3px solid #fff;
        position: relative; }
  /* line 3089, theme.scss */
  .row-filter .h1 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    /* Text style for "д, авайте" */
    letter-spacing: 0.9px; }
  /* line 3100, theme.scss */
  .row-filter .item .title {
    cursor: pointer;
    height: 56px;
    width: 100%;
    border: 3px solid #ffffff;
    background-color: #e9e9e9;
    color: #333333;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding-left: 20px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-border-radius: 10px;
    border-radius: 10px; }
    /* line 3134, theme.scss */
    .row-filter .item .title .svg {
      margin-left: auto;
      margin-right: 20px; }
  /* line 3139, theme.scss */
  .row-filter .item .drop-value {
    display: none; }

/* line 3144, theme.scss */
.green-text {
  color: #50b09b; }

/* line 3149, theme.scss */
.mega-slider .swiper-slide {
  position: relative;
  line-height: 0;
  padding-bottom: 40px; }
  /* line 3153, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 44.2%;
    padding-left: 112px;
    padding-top: 94px; }
    /* line 3161, theme.scss */
    .mega-slider .swiper-slide .absolute-product .mega-product-image {
      position: absolute;
      left: -150px;
      bottom: 0;
      max-width: 298px;
      max-height: 360px; }

/* line 3175, theme.scss */
.btn-shovel {
  background: transparent;
  cursor: pointer;
  text-align: center;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  -webkit-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  overflow: hidden; }

/* line 3190, theme.scss */
.btn-shovel::before {
  content: '';
  position: absolute;
  top: -120px;
  margin: auto;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 300px;
  height: 300px;
  left: -75px;
  -webkit-transition: box-shadow .1s ease-in-out;
  -webkit-transition: -webkit-box-shadow .6s ease-in-out;
  transition: -webkit-box-shadow .1s ease-in-out;
  -o-transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out;
  transition: box-shadow .1s ease-in-out, -webkit-box-shadow .1s ease-in-out;
  z-index: -1; }

/* line 3212, theme.scss */
.btn-shovel:hover {
  color: #fff; }

/* line 3217, theme.scss */
.btn-shovel:hover::before {
  -webkit-box-shadow: inset 0 0 0 160px #222;
  box-shadow: inset 0 0 0 160px #222; }

/* line 3222, theme.scss */
.btn-a {
  position: relative;
  text-transform: uppercase;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 3234, theme.scss */
.btn-a:before {
  content: '';
  position: absolute;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  z-index: -1; }

/* line 3243, theme.scss */
.btn-a:hover {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  color: #000; }

/* line 3249, theme.scss */
.btn-a .text {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

/* line 3254, theme.scss */
.btn-a:hover .text {
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s;
  color: #fff; }

/* line 3260, theme.scss */
.btn-a:hover:before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  background: #333;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 3268, theme.scss */
.btn-a:hover:after {
  background: #fff;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s; }

/* line 3274, theme.scss */
.from-right:before,
.from-right:after {
  top: 0;
  width: 0;
  height: 100%; }

/* line 3280, theme.scss */
.from-right:before {
  left: 0;
  border-left: 0;
  border-right: 0; }

/* line 3285, theme.scss */
.from-right:after {
  right: 0; }

/* line 3288, theme.scss */
.from-right:hover:before,
.from-right:hover:after {
  width: 100%; }

/* line 3293, theme.scss */
.mega-slider .swiper-slide {
  position: relative;
  line-height: 0;
  padding-bottom: 40px; }
  /* line 3297, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    width: 44.2%;
    padding-left: 112px;
    padding-top: 74px; }
    /* line 3305, theme.scss */
    .mega-slider .swiper-slide .absolute-product .mega-product-image {
      position: absolute;
      left: -220px;
      bottom: 0;
      max-width: 298px;
      max-height: 360px; }
    /* line 3312, theme.scss */
    .mega-slider .swiper-slide .absolute-product .title {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 200px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: 150px;
      display: block;
      margin-bottom: 45px; }
    /* line 3323, theme.scss */
    .mega-slider .swiper-slide .absolute-product .sh-desc {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 24px;
      font-weight: 700;
      font-style: italic;
      /* Text style for "З, доровое" */
      letter-spacing: 1.2px;
      line-height: 27px;
      margin-bottom: 80px;
      display: block;
      max-width: 300px; }
    /* line 3336, theme.scss */
    .mega-slider .swiper-slide .absolute-product .view-video {
      cursor: pointer;
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 30px;
      border: 3px solid #fff;
      max-width: 308px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      transform: skewX(-10deg);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 3370, theme.scss */
      .mega-slider .swiper-slide .absolute-product .view-video:hover .icon {
        background: #fff;
        border: 3px solid #333; }
        /* line 3373, theme.scss */
        .mega-slider .swiper-slide .absolute-product .view-video:hover .icon svg * {
          fill: #000; }
      /* line 3378, theme.scss */
      .mega-slider .swiper-slide .absolute-product .view-video .text {
        width: 100%; }
      /* line 3381, theme.scss */
      .mega-slider .swiper-slide .absolute-product .view-video .icon {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-left: 3px solid #fff;
        min-width: 63px;
        height: 56px;
        border-left: 3px solid #ffffff;
        background-color: #333333;
        margin-left: auto;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative; }
    /* line 3413, theme.scss */
    .mega-slider .swiper-slide .absolute-product .buy-row {
      border: 3px solid #fff;
      max-width: 348px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      transform: skewX(-10deg);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 16px; }
      /* line 3433, theme.scss */
      .mega-slider .swiper-slide .absolute-product .buy-row:hover {
        border-color: #222; }
        /* line 3434, theme.scss */
        .mega-slider .swiper-slide .absolute-product .buy-row:hover button {
          border-color: #fff;
          border-left-color: #fff;
          background: #222; }
        /* line 3440, theme.scss */
        .mega-slider .swiper-slide .absolute-product .buy-row:hover .card-price {
          color: #222;
          background: #fff; }
      /* line 3446, theme.scss */
      .mega-slider .swiper-slide .absolute-product .buy-row .card-price {
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        background-color: #333333;
        height: 100%;
        line-height: 56px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 3px solid #fff;
        padding: 0 10px;
        text-align: center;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      /* line 3470, theme.scss */
      .mega-slider .swiper-slide .absolute-product .buy-row button {
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        background-color: #50b09b;
        line-height: 33px;
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-o-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* line 3527, theme.scss */
.fadeOut {
  -webkit-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3576, theme.scss */
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight; }

/* line 3581, theme.scss */
.corner_picture {
  opacity: 0; }

/* line 3584, theme.scss */
.corner_picture.show {
  opacity: 1; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@-o-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
/* line 3630, theme.scss */
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

/* line 3636, theme.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("right-chevron.svg"); }

/* line 3639, theme.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("left-chevron.svg"); }

/* line 3643, theme.scss */
.swiper-button-next, .swiper-button-prev {
  height: 96px;
  width: 90px;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3649, theme.scss */
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -10px; }

/* line 3652, theme.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -10px; }

/* line 3656, theme.scss */
.mega-slider .swiper-button-next, .mega-slider .swiper-container-rtl .swiper-button-prev {
  right: -100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 3663, theme.scss */
.mega-slider .swiper-button-prev, .mega-slider .swiper-container-rtl .swiper-button-next {
  left: -100px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 3670, theme.scss */
.mega-slider:hover .swiper-button-next, .mega-slider:hover .swiper-container-rtl .swiper-button-prev {
  right: -10px; }
/* line 3673, theme.scss */
.mega-slider:hover .swiper-button-prev, .mega-slider:hover .swiper-container-rtl .swiper-button-next {
  left: -10px; }

/* line 3680, theme.scss */
.mega-slider .mega-swiper-pagination {
  top: 40px;
  height: 0;
  width: 0;
  left: 53%; }

/* line 3687, theme.scss */
.swiper-pagination-bullet {
  opacity: 1 !important;
  width: 16px !important;
  height: 16px !important;
  border: 2px solid #ffffff;
  background-color: #e9e9e9 !important; }

/* line 3694, theme.scss */
.swiper-pagination-bullet-active {
  background-color: #50b09b !important; }

/* line 3697, theme.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 4px 10px; }

/* line 3700, theme.scss */
.absolute-puls {
  position: absolute;
  bottom: 50px;
  width: 100%;
  max-width: 2241px; }
  /* line 3705, theme.scss */
  .absolute-puls svg {
    width: 100%; }

/* line 3709, theme.scss */
.mega-slider .swiper-slide .absolute-product .mega-product-image {
  z-index: 100; }

/* line 3712, theme.scss */
.absolute-product {
  z-index: 10; }

/* line 3719, theme.scss */
.anim-1 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash 2.5s linear alternate forwards;
  -o-animation: dash 2.5s linear alternate forwards;
  animation: dash 2.5s linear alternate forwards; }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  90% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
@-o-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  90% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  90% {
    fill-opacity: 0; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
/* line 3772, theme.scss */
.anim-2 {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: dash2 4.5s linear alternate forwards;
  -o-animation: dash2 4.5s linear alternate forwards;
  animation: dash2 4.5s linear alternate forwards; }

@-webkit-keyframes dash2 {
  0% {
    fill-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
@-o-keyframes dash2 {
  0% {
    fill-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
@keyframes dash2 {
  0% {
    fill-opacity: 0; }
  50% {
    fill-opacity: 0;
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0;
    fill-opacity: 1; } }
/* line 3830, theme.scss */
.fixed-menu {
  border: 3px solid #e9e9e9;
  background-color: #ffffff;
  display: inline-block;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -150px;
  z-index: 10; }
  /* line 3844, theme.scss */
  .fixed-menu .text {
    color: #333333;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 28px;
    font-weight: 700;
    font-style: italic;
    border-bottom: 3px solid #e9e9e9;
    height: 50px;
    line-height: 46px;
    z-index: -100;
    position: absolute;
    opacity: 0;
    padding-right: 20px;
    width: 100%; }
  /* line 3859, theme.scss */
  .fixed-menu .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    min-width: 64px;
    border-bottom: 3px solid #e9e9e9;
    height: 50px; }
    /* line 3881, theme.scss */
    .fixed-menu .icon:last-child {
      border-bottom: 0; }
  /* line 3885, theme.scss */
  .fixed-menu .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 3897, theme.scss */
    .fixed-menu .item:last-child .icon {
      border-bottom: 0; }
    /* line 3900, theme.scss */
    .fixed-menu .item:last-child .text {
      border-bottom: 0; }
  /* line 3906, theme.scss */
  .fixed-menu:hover .item {
    width: initial; }
    /* line 3908, theme.scss */
    .fixed-menu:hover .item .text {
      opacity: 1;
      position: relative;
      z-index: 1; }
  /* line 3919, theme.scss */
  .fixed-menu .item:hover svg * {
    fill: #fff; }
  /* line 3922, theme.scss */
  .fixed-menu .item:hover .icon {
    background-color: #50b09b; }
  /* line 3925, theme.scss */
  .fixed-menu .item:hover .text {
    color: #fff;
    background-color: #50b09b; }

/* line 3932, theme.scss */
.mega-slider .swiper-button-prev,
.mega-slider .swiper-container-rtl .swiper-button-next {
  display: none; }

/* line 3937, theme.scss */
.index-text {
  padding-top: 40px;
  position: relative; }
  /* line 3940, theme.scss */
  .index-text:before {
    content: '';
    display: block;
    width: 10px;
    background-color: #333333;
    height: 86px;
    position: absolute;
    top: 100px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  /* line 3954, theme.scss */
  .index-text:after {
    content: '';
    display: block;
    width: 10px;
    background-color: #333333;
    height: 86px;
    position: absolute;
    right: 0;
    top: 100px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg); }
  /* line 3968, theme.scss */
  .index-text .text-1 {
    color: #333333;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    max-width: 670px;
    margin: 0 auto 24px; }
  /* line 3979, theme.scss */
  .index-text .text-2 {
    color: #333333;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    text-align: center;
    margin: 0 auto 37px;
    max-width: 930px; }

/* line 3993, theme.scss */
.bt {
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  border: 3px solid #ffffff;
  padding-left: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 4019, theme.scss */
  .bt .icon {
    background-color: #e46148;
    width: 63px;
    height: 52px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-left: 3px solid #fff;
    margin-left: 20px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }

/* line 4047, theme.scss */
.block-chess {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 4050, theme.scss */
  .block-chess .block-wrap.fourth .absolute-content {
    padding-top: 110px; }
  /* line 4053, theme.scss */
  .block-chess .block-wrap.fourth .text-2 {
    margin-bottom: 0;
    color: #fff; }
  /* line 4058, theme.scss */
  .block-chess .block-wrap.fourth .bt .icon {
    background-color: #50b09b; }
  /* line 4065, theme.scss */
  .block-chess .block-wrap.third .icon .background {
    margin-bottom: 50px; }
  /* line 4070, theme.scss */
  .block-chess .block-wrap.third .bt .icon {
    background-color: #e46148; }
  /* line 4074, theme.scss */
  .block-chess .block-wrap.third .absolute-content {
    text-align: left;
    padding-left: 100px;
    padding-top: 109px;
    padding-right: 20px; }
  /* line 4080, theme.scss */
  .block-chess .block-wrap.third .text-2 {
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 80px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    line-height: 80px;
    margin-bottom: 10px; }
  /* line 4090, theme.scss */
  .block-chess .block-wrap.third .text-3 {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }
  /* line 4107, theme.scss */
  .block-chess .bt {
    margin-top: 30px; }
  /* line 4110, theme.scss */
  .block-chess .block-wrap.second {
    line-height: 0;
    height: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
    max-height: 566px;
    border: 0.5px solid #fff; }
    /* line 4112, theme.scss */
    .block-chess .block-wrap.second .bt .icon {
      background-color: #e46148; }
    /* line 4119, theme.scss */
    .block-chess .block-wrap.second .bac {
      width: 100%;
      height: 100%; }
    /* line 4123, theme.scss */
    .block-chess .block-wrap.second .background {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    /* line 4129, theme.scss */
    .block-chess .block-wrap.second:hover .background {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    /* line 4140, theme.scss */
    .block-chess .block-wrap.second .text-1 {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 60px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: 60px; }
    /* line 4149, theme.scss */
    .block-chess .block-wrap.second .text-2 {
      color: #50b09b;
      font-family: "Febrotesk 4 F Unicase";
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase; }
    /* line 4156, theme.scss */
    .block-chess .block-wrap.second .text-3 {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      padding-left: 10px; }
    /* line 4165, theme.scss */
    .block-chess .block-wrap.second .absolute-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      text-align: left;
      color: #fff;
      padding: 93px 10px 50px 100px;
      line-height: initial; }
    /* line 4177, theme.scss */
    .block-chess .block-wrap.second .icon .background {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: 20px; }
  /* line 4183, theme.scss */
  .block-chess .block-wrap {
    line-height: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    max-height: 566px;
    border: 0.5px solid #fff; }
    /* line 4185, theme.scss */
    .block-chess .block-wrap .bt .icon {
      background-color: #333333; }
    /* line 4191, theme.scss */
    .block-chess .block-wrap .bac {
      width: 100%;
      height: 100%; }
    /* line 4195, theme.scss */
    .block-chess .block-wrap .background {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s; }
    /* line 4201, theme.scss */
    .block-chess .block-wrap:hover .background {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    /* line 4212, theme.scss */
    .block-chess .block-wrap .text-1 {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 60px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: 60px; }
    /* line 4221, theme.scss */
    .block-chess .block-wrap .text-2 {
      color: #e46148;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 150px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: 100px;
      margin-bottom: 30px; }
    /* line 4231, theme.scss */
    .block-chess .block-wrap .text-3 {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 30px;
      font-weight: 700;
      font-style: italic; }
    /* line 4238, theme.scss */
    .block-chess .block-wrap .absolute-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      text-align: center;
      color: #fff;
      padding: 50px 10px;
      line-height: initial; }

/* line 4257, theme.scss */
.superiority h2 {
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 90px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin: 0;
  text-align: center; }
  /* line 4266, theme.scss */
  .superiority h2 span {
    color: #50b09b; }
/* line 4270, theme.scss */
.superiority .tabs {
  padding-top: 0; }
/* line 4273, theme.scss */
.superiority .tabs-head.tabs-head {
  margin-right: 0;
  padding-right: 0;
  max-width: 700px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 4294, theme.scss */
.superiority .tabs-item.is-button-active {
  border: 0;
  position: relative; }
  /* line 4296, theme.scss */
  .superiority .tabs-item.is-button-active svg * {
    fill: #005643; }
  /* line 4300, theme.scss */
  .superiority .tabs-item.is-button-active:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    bottom: 0;
    right: 32px;
    top: 84px;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    border-width: 0 0 25px 20px;
    border-color: transparent transparent #e9e9e9 transparent; }
  /* line 4316, theme.scss */
  .superiority .tabs-item.is-button-active:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    bottom: 0;
    border-style: solid;
    -webkit-transform: skewX(-5deg);
    -ms-transform: skewX(-5deg);
    -o-transform: skewX(-5deg);
    transform: skewX(-5deg);
    border-width: 0 0 20px 15px;
    z-index: 2;
    right: 36px;
    top: 92px;
    border-color: transparent transparent #fff transparent; }
/* line 4334, theme.scss */
.superiority .tabs-item {
  border: 0;
  padding: 0;
  margin-bottom: 10px;
  height: 80px; }
  /* line 4339, theme.scss */
  .superiority .tabs-item .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%; }
/* line 4358, theme.scss */
.superiority .tabs-target {
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  font-style: italic;
  border: 3px solid #e9e9e9;
  text-align: center;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  max-width: 867px;
  margin: 0 auto;
  padding: 40px 80px; }

/* line 4380, theme.scss */
.block-chess {
  margin-bottom: 30px; }

/* line 4385, theme.scss */
.tabs-collection-front-page label input[type="radio"] {
  display: none; }

/* line 4389, theme.scss */
.products-is-frontpage-1,
.products-is-frontpage-2,
.products-is-frontpage-3 {
  opacity: 0;
  position: absolute; }

/* line 4396, theme.scss */
.on {
  opacity: 1;
  position: relative;
  z-index: 1;
  -webkit-transition: 1.5s;
  -o-transition: 1.5s;
  transition: 1.5s; }

/* line 4404, theme.scss */
.tabs-collection-front-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px; }
  /* line 4421, theme.scss */
  .tabs-collection-front-page .is-active {
    border: 3px solid #333333; }
  /* line 4424, theme.scss */
  .tabs-collection-front-page label {
    color: #333333;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    border: 3px solid #e9e9e9;
    padding: 0 20px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-right: 20px; }
    /* line 4439, theme.scss */
    .tabs-collection-front-page label:last-child {
      margin-right: 0; }

/* line 4446, theme.scss */
.coll-prod-slider-wrap {
  background: #fff;
  z-index: 11;
  position: relative;
  overflow: hidden; }

/* line 4452, theme.scss */
.stiker {
  background-color: #50b09b;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 11px;
  font-weight: 700;
  font-style: italic;
  line-height: 13.65px;
  padding-left: 8px;
  padding-right: 8px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 4487, theme.scss */
.stiker + .stiker {
  top: 39px; }

/* line 4490, theme.scss */
.stiker-hit {
  background-color: #333333; }

/* line 4493, theme.scss */
.stiker-sale {
  background-color: #e46148; }

/* line 4496, theme.scss */
.stiker-novinka {
  background-color: #951800; }

/* line 4499, theme.scss */
.stiker-wrap {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  z-index: 99;
  top: 0; }

/* line 4511, theme.scss */
.card .gallery-wrapper .stiker-wrap {
  right: 20px; }
/* line 4517, theme.scss */
.card .card-old_price {
  color: #cdcdcd;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-style: italic;
  text-decoration: line-through;
  line-height: 25.65px;
  font-weight: 400;
  margin-left: 10px; }
/* line 4527, theme.scss */
.card .card-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 24.65px; }
/* line 4546, theme.scss */
.card .card-image {
  margin-bottom: 10px; }
/* line 4549, theme.scss */
.card .card-title {
  margin-bottom: 0; }
  /* line 4552, theme.scss */
  .card .card-title a {
    color: #1a1a1a;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    line-height: 14.65px;
    text-decoration: none;
    text-transform: uppercase; }
/* line 4565, theme.scss */
.card .short-description a {
  color: #1a1a1a;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-style: italic;
  line-height: 14.65px;
  text-decoration: none;
  font-weight: 400; }

/* line 4578, theme.scss */
.js-products-slider .swiper-button-prev {
  margin-top: -180px; }

/* line 4583, theme.scss */
.js-products-slider .swiper-button-next {
  margin-top: -180px; }

/* line 4587, theme.scss */
.swiper-slide .card {
  padding-bottom: 163px;
  margin-bottom: 0; }

/* line 4591, theme.scss */
.option-image img {
  height: 18px;
  width: 18px; }

/* line 4596, theme.scss */
.card {
  padding: 0px 20px;
  position: relative;
  padding-top: 0; }
  /* line 4598, theme.scss */
  .card .option {
    display: none;
    margin: 0; }
  /* line 4602, theme.scss */
  .card .option-cvet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic;
    line-height: 14.65px; }
    /* line 4618, theme.scss */
    .card .option-cvet .option-label {
      margin-right: 10px; }
  /* line 4622, theme.scss */
  .card .option-cvet {
    border: 2px solid transparent; }
  /* line 4625, theme.scss */
  .card .option-cvet .active {
    border: 2px solid white;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 4630, theme.scss */
  .card .option-cvet .active img {
    border-color: #161616; }
  /* line 4633, theme.scss */
  .card .option-cvet span {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 3px; }
    /* line 4646, theme.scss */
    .card .option-cvet span img {
      border: 2px solid #fff;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
  /* line 4656, theme.scss */
  .card .option-cvet div {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 4668, theme.scss */
  .card .option-selector {
    margin: 0;
    padding-left: 0; }
  /* line 4674, theme.scss */
  .card .super-buy-wrap {
    position: absolute;
    z-index: 1000;
    width: 100%;
    bottom: 0;
    padding-bottom: 20px; }
    /* line 4680, theme.scss */
    .card .super-buy-wrap .quantity {
      display: none; }
  /* line 4684, theme.scss */
  .card .hover-card {
    z-index: 0;
    position: absolute;
    -webkit-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    background-color: #fff; }
  /* line 4699, theme.scss */
  .card:hover .card-prices {
    opacity: 0; }
  /* line 4702, theme.scss */
  .card:hover .card-title a,
  .card:hover .short-description a {
    color: #fff; }
  /* line 4706, theme.scss */
  .card:hover .hover-card {
    opacity: 1;
    height: auto;
    position: absolute;
    z-index: 10;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    border: 1px solid #333333; }
    /* line 4718, theme.scss */
    .card:hover .hover-card .absolute-gradient {
      background-image: -webkit-linear-gradient(259deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%);
      background-image: -o-linear-gradient(259deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%);
      background-image: linear-gradient(-169deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1; }
  /* line 4732, theme.scss */
  .card .card-title,
  .card .short-description {
    position: relative;
    z-index: 20; }

/* line 4741, theme.scss */
.card .super-buy-wrap {
  padding: 0px 20px;
  padding-bottom: 26px; }
/* line 4746, theme.scss */
.card .hover-card .bttn-compares {
  border: 3px solid #ffffff;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg); }
/* line 4761, theme.scss */
.card .hover-card .more {
  border: 3px solid #ffffff;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 2.5px 10px;
  padding-right: 40px;
  position: relative;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  margin-right: 10px; }
  /* line 4778, theme.scss */
  .card .hover-card .more:after {
    position: absolute;
    right: 0;
    content: '';
    height: 100%;
    width: 31px;
    top: 0;
    border-left: 3px solid #fff;
    background: url(right.svg);
    background-position: center;
    background-repeat: no-repeat; }
/* line 4792, theme.scss */
.card .hover-card .product-buy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #ffffff;
  background-color: #282828;
  background-image: -webkit-linear-gradient(259deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%);
  background-image: -o-linear-gradient(259deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%);
  background-image: linear-gradient(-169deg, rgba(51, 51, 51, 0) 0%, rgba(51, 51, 51, 0) 27%, #333333 100%); }
  /* line 4794, theme.scss */
  .card .hover-card .product-buy .product-prices {
    margin: 0 0 0 auto; }
  /* line 4797, theme.scss */
  .card .hover-card .product-buy .bttn-prim {
    margin-left: auto;
    -webkit-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    border: 0;
    padding: 11px 15px;
    border-left: 3px solid #fff;
    background-color: #50b09b; }
/* line 4831, theme.scss */
.card .hover-card .product-price {
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }
/* line 4840, theme.scss */
.card .product-old_price {
  display: none; }

/* line 4844, theme.scss */
.coll-prod-slider-wrap {
  position: relative;
  z-index: 12;
  background: transparent; }

/* line 4850, theme.scss */
.product-block {
  line-height: 0;
  position: relative;
  margin-top: -100px;
  z-index: 9; }
  /* line 4851, theme.scss */
  .product-block form {
    position: relative; }
  /* line 4854, theme.scss */
  .product-block .mega-product-image {
    position: absolute;
    max-width: 279px;
    max-height: 388px;
    bottom: 0;
    left: 0; }
  /* line 4862, theme.scss */
  .product-block .container {
    position: relative; }
  /* line 4868, theme.scss */
  .product-block .absolute-product {
    line-height: initial;
    position: absolute;
    z-index: 9;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    top: 0;
    padding-left: 0;
    padding-top: 74px; }
    /* line 4879, theme.scss */
    .product-block .absolute-product .mega-product-image {
      position: absolute;
      left: 30%;
      bottom: -90px; }
      /* line 4884, theme.scss */
      .product-block .absolute-product .mega-product-image img {
        max-width: 298px;
        max-height: 360px; }
    /* line 4889, theme.scss */
    .product-block .absolute-product .title {
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 120px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: 90px; }
    /* line 4898, theme.scss */
    .product-block .absolute-product form .title {
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      line-height: initial;
      margin: 20px 0px;
      display: block; }
    /* line 4909, theme.scss */
    .product-block .absolute-product .sh-desc {
      color: #ffffff;
      font-size: 18px;
      font-weight: 300;
      font-style: italic;
      max-width: 400px;
      display: block;
      margin-bottom: 20px; }
    /* line 4919, theme.scss */
    .product-block .absolute-product .view-video {
      cursor: pointer;
      color: #ffffff;
      font-family: "Febrotesk 4 F Unicase";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      line-height: 30px;
      border: 3px solid #fff;
      max-width: 308px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      transform: skewX(-10deg);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 4953, theme.scss */
      .product-block .absolute-product .view-video:hover .icon {
        background: #fff;
        border: 3px solid #333; }
        /* line 4956, theme.scss */
        .product-block .absolute-product .view-video:hover .icon svg * {
          fill: #000; }
      /* line 4961, theme.scss */
      .product-block .absolute-product .view-video .text {
        width: 100%; }
      /* line 4964, theme.scss */
      .product-block .absolute-product .view-video .icon {
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        border-left: 3px solid #fff;
        min-width: 63px;
        height: 56px;
        border-left: 3px solid #ffffff;
        background-color: #333333;
        margin-left: auto;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        position: relative; }
    /* line 4996, theme.scss */
    .product-block .absolute-product .buy-row {
      border: 3px solid #fff;
      max-width: 348px;
      -webkit-transform: skewX(-10deg);
      -ms-transform: skewX(-10deg);
      -o-transform: skewX(-10deg);
      transform: skewX(-10deg);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 16px; }
      /* line 5016, theme.scss */
      .product-block .absolute-product .buy-row:hover {
        border-color: #222; }
        /* line 5017, theme.scss */
        .product-block .absolute-product .buy-row:hover button {
          border-color: #fff;
          border-left-color: #fff;
          background: #222; }
        /* line 5023, theme.scss */
        .product-block .absolute-product .buy-row:hover .card-price {
          color: #222;
          background: #fff; }
      /* line 5029, theme.scss */
      .product-block .absolute-product .buy-row .card-price {
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        background-color: #333333;
        height: 100%;
        line-height: 56px;
        -webkit-border-top-left-radius: 5px;
        border-top-left-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: 3px solid #fff;
        padding: 0 10px;
        text-align: center;
        -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      /* line 5053, theme.scss */
      .product-block .absolute-product .buy-row button {
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase;
        background-color: #50b09b;
        line-height: 33px;
        -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px; }

/* line 5077, theme.scss */
.articles-title {
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 60px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1; }
  /* line 5096, theme.scss */
  .articles-title:after {
    content: "";
    -webkit-flex-shrink: 2;
    -ms-flex-negative: 2;
    flex-shrink: 2;
    display: block;
    height: 8px;
    bottom: 0;
    width: 100%;
    margin-left: 30px;
    background: #333;
    top: 53px;
    position: relative; }

/* line 5113, theme.scss */
.swiper-container.js-article_slider {
  margin: 0px 170px; }

/* line 5118, theme.scss */
.articles-slider-wrap {
  position: relative; }

/* line 5121, theme.scss */
.article_preview {
  border: 0; }

/* line 5124, theme.scss */
.article_preview-inner {
  padding: 0; }

/* line 5127, theme.scss */
.article_preview-bottom {
  padding: 0; }

/* line 5130, theme.scss */
.article-date {
  font-family: "Open Sans";
  font-style: italic;
  color: #a8a8a8;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 10px; }

/* line 5139, theme.scss */
.article_preview-title {
  display: block;
  color: #1a1a1a;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  font-weight: 400; }

/* line 5147, theme.scss */
.article_preview-blog {
  display: block;
  color: #1a1a1a;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  margin-bottom: 20px; }

/* line 5155, theme.scss */
.article_preview-url {
  border: 3px solid #e9e9e9;
  color: #666666;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 10px;
  padding-right: 40px;
  position: relative;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg); }
  /* line 5171, theme.scss */
  .article_preview-url:after {
    position: absolute;
    right: 0;
    content: '';
    height: 100%;
    width: 31px;
    top: 0;
    border-left: 3px solid #e9e9e9;
    background: url(grey-right.svg);
    background-position: center;
    background-repeat: no-repeat; }

/* line 5184, theme.scss */
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  outline: 0; }

/* line 5188, theme.scss */
.swiper-button-prev, .swiper-button-next {
  outline: 0; }

/* line 5191, theme.scss */
.card .option-cvet span {
  cursor: pointer; }

/* line 5194, theme.scss */
.article_preview-image_wrap {
  height: 162px;
  overflow: hidden;
  border-radius: 20px;
  background: #333333;
  position: relative;
  line-height: 0;
  display: block;
  min-height: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 5218, theme.scss */
  .article_preview-image_wrap:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: rgba(3, 3, 3, 0.4);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* line 5236, theme.scss */
.article_preview:hover .article_preview-image_wrap:after {
  opacity: 0; }

/* line 5247, theme.scss */
.articles-slider-wrap .swiper-button-prev {
  background: url("left-chevron-black.svg"); }
/* line 5250, theme.scss */
.articles-slider-wrap .swiper-button-next {
  background: url("right-chevron-black.svg"); }

/* line 5257, theme.scss */
.articles-slider-wrap .swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  top: 27.5%; }
  /* line 5265, theme.scss */
  .articles-slider-wrap .swiper-button-prev:after {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #333333;
    position: absolute;
    top: 0;
    right: -30px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 5283, theme.scss */
  .articles-slider-wrap .swiper-button-prev:hover {
    border: 1px solid #333;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    left: 0; }
    /* line 5289, theme.scss */
    .articles-slider-wrap .swiper-button-prev:hover:after {
      -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
      -o-transform: skewX(0deg);
      transform: skewX(0deg); }
/* line 5297, theme.scss */
.articles-slider-wrap .swiper-button-next {
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0);
  top: 27.5%; }
  /* line 5302, theme.scss */
  .articles-slider-wrap .swiper-button-next:hover {
    border: 1px solid #333;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    right: 0; }
    /* line 5310, theme.scss */
    .articles-slider-wrap .swiper-button-next:hover:before {
      -webkit-transform: skewX(0deg);
      -ms-transform: skewX(0deg);
      -o-transform: skewX(0deg);
      transform: skewX(0deg); }
  /* line 5317, theme.scss */
  .articles-slider-wrap .swiper-button-next:before {
    content: "";
    width: 10px;
    height: 100%;
    background-color: #333333;
    position: absolute;
    top: 0;
    left: -30px;
    -webkit-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    transform: skewX(-10deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }

/* line 5337, theme.scss */
.selection-block {
  line-height: 0; }
  /* line 5338, theme.scss */
  .selection-block .width-img {
    width: 100%; }
  /* line 5342, theme.scss */
  .selection-block .container {
    position: relative; }
    /* line 5344, theme.scss */
    .selection-block .container .content {
      line-height: initial; }
      /* line 5346, theme.scss */
      .selection-block .container .content .title {
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 120px;
        font-weight: 700;
        font-style: italic;
        line-height: 120px;
        text-transform: uppercase;
        max-width: 720px;
        float: left;
        padding-top: 200px; }
      /* line 5359, theme.scss */
      .selection-block .container .content .text {
        color: #ffffff;
        font-family: "Open Sans Italic";
        font-size: 18px;
        font-style: italic;
        max-width: 431px;
        float: right;
        padding-top: 300px; }
      /* line 5368, theme.scss */
      .selection-block .container .content .wrap-border {
        border: 3px solid #ffffff;
        float: left;
        -webkit-transform: skewX(-10deg);
        -ms-transform: skewX(-10deg);
        -o-transform: skewX(-10deg);
        transform: skewX(-10deg);
        -webkit-border-radius: 10px;
        border-radius: 10px;
        padding: 39px;
        margin-top: 30px;
        color: #ffffff;
        font-family: "Febrotesk 4 F Unicase";
        font-size: 30px;
        font-weight: 700;
        font-style: italic;
        text-transform: uppercase; }
        /* line 5385, theme.scss */
        .selection-block .container .content .wrap-border svg {
          -webkit-transform: skewX(7deg);
          -ms-transform: skewX(7deg);
          -o-transform: skewX(7deg);
          transform: skewX(7deg); }
      /* line 5393, theme.scss */
      .selection-block .container .content .text2 {
        max-width: 387px;
        margin-bottom: 20px; }
      /* line 5397, theme.scss */
      .selection-block .container .content .btn {
        border: 3px solid #ffffff;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #fff;
        -webkit-border-radius: 10px;
        border-radius: 10px; }
        /* line 5412, theme.scss */
        .selection-block .container .content .btn .left {
          background-color: #333333;
          padding: 3px 20px;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 5420, theme.scss */
        .selection-block .container .content .btn .right {
          background-color: #50b09b;
          padding: 3px 20px;
          -webkit-border-top-right-radius: 5px;
          border-top-right-radius: 5px;
          -webkit-border-bottom-right-radius: 5px;
          border-bottom-right-radius: 5px;
          border-left: 3px solid #fff; }

/* line 5434, theme.scss */
.collection-filter .filter-submit-wrap {
  padding: 10px 40px; }

/* line 5437, theme.scss */
.collection-filter .filter-submit {
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  padding: 0px 0px 0px 0px;
  width: 100%;
  padding-right: 0 !important;
  text-align: center;
  height: 56px;
  line-height: 0px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  outline: 0; }

/* line 2510, theme.scss */
/* line 5472, theme.scss */
.collection-filter .filter-submit .text {
  margin: 0 auto;
  position: relative;
  top: -1px; }

/* line 2515, theme.scss */
/* line 5477, theme.scss */
.collection-filter .filter-submit .svg-filter {
  background: #50b09b;
  height: 50px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 15px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-left: 3px solid #fff;
  position: relative; }

/* line 5497, theme.scss */
.border-bottom {
  border-bottom: 1px solid #666666; }

/* line 5500, theme.scss */
.collections-header {
  padding: 30px 0px; }

/* line 5503, theme.scss */
.filter-items-wrap {
  padding: 20px 0px; }

/* line 5506, theme.scss */
.filter-item {
  list-style-type: none; }

/* line 5509, theme.scss */
.chkbx-control {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #ffffff;
  background: #fff; }

/* line 5517, theme.scss */
.chkbx + .chkbx-control:after {
  background: #50b09b;
  -webkit-border-radius: 6px;
  border-radius: 6px; }

/* line 5522, theme.scss */
.chkbx-label .chkbx-control {
  top: 4px; }

/* line 5526, theme.scss */
.filter-title span {
  height: 100%;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 5540, theme.scss */
.collection-filter {
  background-color: #333333;
  color: #fff; }
  /* line 5541, theme.scss */
  .collection-filter .filter-items-list {
    -webkit-transform: skewx(-10deg);
    -ms-transform: skewx(-10deg);
    -o-transform: skewx(-10deg);
    transform: skewx(-10deg);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 3px solid #fff;
    position: relative;
    top: 1px;
    z-index: 3;
    left: -5%; }
    /* line 5553, theme.scss */
    .collection-filter .filter-items-list * {
      -webkit-transform: skewx(0deg);
      -ms-transform: skewx(0deg);
      -o-transform: skewx(0deg);
      transform: skewx(0deg);
      color: #333; }
  /* line 5561, theme.scss */
  .collection-filter .filter-items-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    padding: 0px 40px; }
    /* line 5567, theme.scss */
    .collection-filter .filter-items-wrapper .filter-items-list {
      background: #e9e9e9;
      padding: 20px 10px; }
  /* line 5572, theme.scss */
  .collection-filter .filter {
    border: 0;
    padding: 10px 40px;
    position: relative; }
  /* line 5577, theme.scss */
  .collection-filter .filter .filter-title {
    height: 56px;
    border: 3px solid #ffffff;
    background-color: #e9e9e9;
    color: #333333;
    font-family: "Open Sans";
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px;
    -webkit-transform: skewx(-10deg);
    -ms-transform: skewx(-10deg);
    -o-transform: skewx(-10deg);
    transform: skewx(-10deg);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding-right: 10px; }
  /* line 5606, theme.scss */
  .collection-filter .filter-toggle {
    margin-left: auto; }
  /* line 5609, theme.scss */
  .collection-filter .price-title {
    color: #666666;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic;
    line-height: 4.65px; }
  /* line 5618, theme.scss */
  .collection-filter .s-title {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.9px;
    padding: 45px 0;
    text-transform: uppercase; }

/* line 5629, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 5px;
  background-color: #666666; }

/* line 5633, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 5px;
  background-color: #ffffff; }

/* line 5639, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: #e46148;
  top: 20px; }

/* line 5648, theme.scss */
.irs-min,
.irs-max {
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-style: italic;
  line-height: 14.65px;
  background: none;
  top: 100%; }

/* line 5658, theme.scss */
.irs-from,
.irs-to,
.irs-single {
  color: #ffffff;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-style: italic;
  line-height: 14.65px;
  background: none;
  top: 100%; }

/* line 5669, theme.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 0; }

/* line 5672, theme.scss */
.collection-filter .filter .filter-title {
  cursor: pointer;
  position: relative;
  padding: 0; }
  /* line 5676, theme.scss */
  .collection-filter .filter .filter-title span {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 30px; }
  /* line 5690, theme.scss */
  .collection-filter .filter .filter-title .filter-toggle {
    position: absolute;
    z-index: -1;
    right: 10px; }

/* line 5697, theme.scss */
.collections-header .filter-item {
  margin: 10px 0px; }

/* line 5701, theme.scss */
.collections-header {
  padding: 20px 0px; }

/* line 5705, theme.scss */
.collection-filter .filter-items-list span {
  color: #333333;
  font-size: 14px;
  font-style: italic;
  font-weight: 700; }

/* line 5712, theme.scss */
.collection-filter .filter-items-list {
  -webkit-transform: skewx(0deg);
  -ms-transform: skewx(0deg);
  -o-transform: skewx(0deg);
  transform: skewx(0deg);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #fff;
  position: relative;
  top: 2px;
  z-index: 3;
  left: 0; }

/* line 5725, theme.scss */
.filter.is-active-container .filter-title.is-button-active {
  -webkit-transform: skew(0deg);
  -ms-transform: skew(0deg);
  -o-transform: skew(0deg);
  transform: skew(0deg); }

/* line 5731, theme.scss */
.collection-filter .filter-items-wrapper .filter-items-list {
  padding: 20px; }

/* line 5734, theme.scss */
.articles-slider-wrap {
  margin-bottom: 20px; }

/* line 5738, theme.scss */
.range-slider {
  max-width: 422px; }

/* line 5741, theme.scss */
.collections-header .chkbx-label {
  padding-left: 40px; }

/* line 5745, theme.scss */
.row-filter {
  z-index: 10;
  position: relative; }
  /* line 5746, theme.scss */
  .row-filter .collection-filter .filter-items-wrapper {
    padding: 0px 12px; }
  /* line 5751, theme.scss */
  .row-filter .collection-filter {
    margin: 0; }
  /* line 5754, theme.scss */
  .row-filter .collection-filter .filter {
    padding-left: 12px;
    padding-right: 12px; }
  /* line 5758, theme.scss */
  .row-filter .filter-items-wrapper.is-tab-active {
    padding-bottom: 10px; }

/* line 5762, theme.scss */
.row-filter form button.filter-toggle {
  border: 0;
  color: #222;
  font-size: 14px;
  width: initial; }

/* line 5769, theme.scss */
.collection-filter .filter .filter-title .filter-toggle {
  right: 15px; }

/* line 5772, theme.scss */
.filter.is-active-container .filter-title.is-button-active {
  border-color: #50b09b;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 5780, theme.scss */
.collection-filter .filter-items-list {
  border-color: #50b09b;
  -webkit-box-shadow: 1px 4px 10px #555353;
  box-shadow: 1px 4px 10px #555353; }

/* line 5786, theme.scss */
.collection-filter .filter-items-list {
  top: -2px;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0; }
  /* line 5792, theme.scss */
  .collection-filter .filter-items-list .chkbx-control {
    border: 2px solid #5a5a5a; }

/* line 5796, theme.scss */
.collection-filter .filter-items-wrapper .filter-items-list {
  background: #fff; }

/* line 5799, theme.scss */
.filter-items-wrapper.is-tab-active {
  padding-bottom: 10px; }

/* line 5803, theme.scss */
.filter-submit * {
  position: relative;
  z-index: -1; }

/* line 5808, theme.scss */
.row-filter button * {
  position: relative;
  z-index: -1; }

/* line 5815, theme.scss */
.learn-more {
  padding-top: 7%;
  padding-bottom: 5%; }

/* line 5819, theme.scss */
.learn-more .points {
  font-weight: 100;
  padding-right: 8%; }

/* line 5823, theme.scss */
.learn-more .points .cell-6 {
  margin-bottom: 10%; }

/* line 5827, theme.scss */
.learn-more .points .cell-6:nth-child(2n+2) {
  padding-left: 9%; }

/* line 5830, theme.scss */
.learn-more .points strong {
  font-weight: 900;
  display: block;
  margin-bottom: 35px; }

/* line 5835, theme.scss */
.learn-more .garant {
  font-weight: bold;
  font-size: 30px; }

/* line 5839, theme.scss */
.learn-more .garant p {
  margin-bottom: 16%; }

/* line 5842, theme.scss */
.learn-more .garant:before {
  content: '';
  width: 50px;
  height: 50px;
  background: #dc2c3d;
  display: block;
  margin-bottom: 30px;
  margin-top: -webkit-calc(35px + 19px);
  margin-top: calc(35px + 19px); }

/* line 5852, theme.scss */
.learn-more .garant small {
  color: #999999;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: normal; }

/* line 5859, theme.scss */
.bg-text {
  position: relative;
  display: inline-block; }

/* line 5863, theme.scss */
.bg-text:after, .bg-text .after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 0;
  left: 0.7rem;
  width: 100%;
  height: 100%; }

/* line 5872, theme.scss */
.mousemove-follower:after {
  display: none; }

/* line 5877, theme.scss */
.questions {
  min-height: 373px;
  background-color: #e46348;
  background-image: url(email-form.jpg); }

/* line 5882, theme.scss */
.collection-filter {
  margin-bottom: 0rem; }

/* line 5886, theme.scss */
.bg-text {
  z-index: 10;
  height: 100%;
  width: 100%; }
  /* line 5890, theme.scss */
  .bg-text .after {
    background-image: url(question.png); }

/* line 5894, theme.scss */
.absolute-right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 300px;
  height: 200px; }

/* line 5901, theme.scss */
.questions {
  position: relative;
  overflow: hidden; }

/* line 5906, theme.scss */
.absolute-right-image {
  right: -10px;
  bottom: -10px; }

/* line 5911, theme.scss */
.absolute-right-image {
  right: -10px;
  bottom: -10px; }

/* line 5915, theme.scss */
.questions {
  margin-top: 40px;
  margin-bottom: 40px; }
  /* line 5918, theme.scss */
  .questions .sub-title {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 18px;
    font-style: italic; }
  /* line 5924, theme.scss */
  .questions .content {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 90px; }
    /* line 5928, theme.scss */
    .questions .content .title {
      margin-bottom: 38px;
      margin-top: 83px;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 30px;
      font-weight: 700;
      font-style: italic;
      text-transform: uppercase; }
    /* line 5938, theme.scss */
    .questions .content .wrap {
      height: 56px;
      border: 3px solid #ffffff;
      background-color: #e9e9e9;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      max-width: 406px;
      -webkit-transform: skew(-10deg);
      -ms-transform: skew(-10deg);
      -o-transform: skew(-10deg);
      transform: skew(-10deg);
      -webkit-border-radius: 10px;
      border-radius: 10px;
      margin-bottom: 28px; }
      /* line 5955, theme.scss */
      .questions .content .wrap input {
        width: 100%;
        background-color: #e9e9e9;
        border: 0;
        border-right: 3px solid #fff; }
        /* line 5960, theme.scss */
        .questions .content .wrap input::-webkit-input-placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 5971, theme.scss */
        .questions .content .wrap input:-moz-placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 5980, theme.scss */
        .questions .content .wrap input::-moz-placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 5989, theme.scss */
        .questions .content .wrap input:-ms-input-placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 5998, theme.scss */
        .questions .content .wrap input::-ms-input-placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          border-top-left-radius: 5px;
          border-bottom-left-radius: 5px; }
        /* line 6007, theme.scss */
        .questions .content .wrap input::placeholder {
          color: #666666;
          font-size: 18px;
          font-weight: 300;
          font-style: italic;
          -webkit-border-top-left-radius: 5px;
          border-top-left-radius: 5px;
          -webkit-border-bottom-left-radius: 5px;
          border-bottom-left-radius: 5px; }
      /* line 6020, theme.scss */
      .questions .content .wrap button {
        background-color: #e46148;
        -webkit-border-top-right-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        border-bottom-right-radius: 5px;
        height: 100%; }

/* line 6037, theme.scss */
.video_slider .video-preview {
  cursor: pointer; }
/* line 6040, theme.scss */
.video_slider .title {
  color: #1a1a1a;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  margin-top: 10px; }
/* line 6047, theme.scss */
.video_slider .content {
  -webkit-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden; }
  /* line 6052, theme.scss */
  .video_slider .content:hover:after {
    opacity: 0;
    content: "";
    cursor: pointer; }
/* line 6059, theme.scss */
.video_slider .content {
  width: 310px;
  height: 136px;
  line-height: 0;
  position: relative; }
  /* line 6064, theme.scss */
  .video_slider .content:after {
    background-color: #333333;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  /* line 6078, theme.scss */
  .video_slider .content p {
    margin: 0;
    height: 100%; }

/* line 6084, theme.scss */
iframe {
  width: 100%; }

/* line 6087, theme.scss */
#videos {
  position: relative; }

/* line 6090, theme.scss */
.video p {
  margin: 0;
  width: 100%;
  line-height: 0; }

/* line 6096, theme.scss */
.video_slider .swiper-button-prev, .video_slider .swiper-button-next {
  top: 50%; }

/* line 6102, theme.scss */
.block_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border: 0.5px solid #fff; }
/* line 6121, theme.scss */
.block_list .block-w-back {
  position: relative; }
  /* line 6124, theme.scss */
  .block_list .block-w-back:hover .image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  /* line 6130, theme.scss */
  .block_list .block-w-back:hover .absolute-title {
    -webkit-transform: skewx(1deg);
    -ms-transform: skewx(1deg);
    -o-transform: skewx(1deg);
    transform: skewx(1deg); }
/* line 6138, theme.scss */
.block_list .image {
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 6161, theme.scss */
.block_list .absolute-title {
  position: absolute;
  z-index: 2;
  left: 50%;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  max-width: 253px;
  max-height: 200px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 60px;
  border: 3px solid #ffffff;
  -webkit-transform: skewx(-10deg);
  -ms-transform: skewx(-10deg);
  -o-transform: skewx(-10deg);
  transform: skewx(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center; }
  /* line 6202, theme.scss */
  .block_list .absolute-title:after {
    background-color: #282828;
    opacity: 0.7;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

/* line 6219, theme.scss */
.mega-slider .swiper-slide .absolute-product .sh-desc {
  margin-bottom: 30px; }

/* line 6222, theme.scss */
.block_list .absolute-title {
  min-height: 200px; }

/* line 6225, theme.scss */
.video_slider {
  margin-bottom: 60px; }

/* line 6228, theme.scss */
.video_slider {
  margin-bottom: 60px; }

/* line 6232, theme.scss */
.block_list .image {
  width: 100%; }

/* line 6235, theme.scss */
.coll-prod-slider-wrap2 {
  margin-top: 60px; }

/* line 6238, theme.scss */
.block_list {
  margin-bottom: 30px; }

/* line 6241, theme.scss */
.email-form {
  background-image: url("email-form2.jpg"); }

/* line 6244, theme.scss */
.email-form.questions {
  height: 600px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center; }
  /* line 6249, theme.scss */
  .email-form.questions .content {
    border: 3px solid #fff;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 100px 0px 200px 100px; }
    /* line 6260, theme.scss */
    .email-form.questions .content .title {
      margin-bottom: 20px;
      margin-top: 50px; }
    /* line 6264, theme.scss */
    .email-form.questions .content .sub-title {
      margin-bottom: 30px;
      max-width: 350px;
      color: #ffffff;
      font-size: 18px;
      font-weight: 300;
      font-style: italic; }
    /* line 6273, theme.scss */
    .email-form.questions .content .wrap {
      margin-bottom: 50px; }

/* line 6278, theme.scss */
.email-form.questions {
  margin-top: -110px; }

/* line 6283, theme.scss */
.compare:hover [data-compares-counter] {
  -webkit-box-shadow: 0px 2px 10px #fff;
  box-shadow: 0px 2px 10px #fff; }

/* line 6291, theme.scss */
.cart:hover [data-positions-count] {
  -webkit-box-shadow: 0px 2px 10px #fff;
  box-shadow: 0px 2px 10px #fff; }

/* line 6297, theme.scss */
.email-form.questions {
  margin-top: -110px; }

/* line 6300, theme.scss */
.premiums {
  padding: 60px 0px;
  background-color: #444444; }
  /* line 6301, theme.scss */
  .premiums .c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 6313, theme.scss */
  .premiums .text {
    padding-left: 25px;
    max-width: 220px; }
  /* line 6320, theme.scss */
  .premiums img {
    max-height: 90px;
    max-width: 80px; }
  /* line 6324, theme.scss */
  .premiums .title {
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 5px; }
  /* line 6333, theme.scss */
  .premiums .subtitle {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic; }

/* line 6340, theme.scss */
.email-form.questions {
  margin-bottom: 0; }

/* line 6343, theme.scss */
.premiums-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 6359, theme.scss */
footer {
  background-color: #333333;
  color: #fff;
  padding-top: 88px; }
  /* line 6365, theme.scss */
  footer .menu .contacts a {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none; }
  /* line 6373, theme.scss */
  footer .menu .contacts .js-modal {
    color: #50b09b;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    text-decoration: underline; }
  /* line 6385, theme.scss */
  footer .menu .title {
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px; }
  /* line 6394, theme.scss */
  footer .menu a {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    font-weight: 300;
    margin-left: 0; }
  /* line 6403, theme.scss */
  footer .menu * {
    color: #fff; }

@media (max-width: 1500px) {
  /* line 6409, theme.scss */
  .fixed-menu {
    display: none;
    left: -75px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 6415, theme.scss */
    .fixed-menu:hover {
      left: 0; }
    /* line 6418, theme.scss */
    .fixed-menu:after {
      content: "";
      height: 20px;
      width: 10px;
      border: 2px solid #50b09b;
      display: block;
      position: absolute;
      right: -18px;
      top: 50%;
      margin-top: -10px; } }
/* line 6433, theme.scss */
footer {
  background-color: #333333;
  color: #fff;
  padding-top: 88px; }
  /* line 6434, theme.scss */
  footer .social-menu {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    /* line 6440, theme.scss */
    footer .social-menu:before {
      display: none; }
    /* line 6443, theme.scss */
    footer .social-menu:after {
      content: "Следите за нами в соцсетях:";
      -webkit-transform: none !important;
      -ms-transform: none !important;
      -o-transform: none !important;
      transform: none !important;
      white-space: nowrap;
      width: 0; }
    /* line 6452, theme.scss */
    footer .social-menu * {
      color: #fff; }
  /* line 6458, theme.scss */
  footer .studio * {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    font-style: italic; }
  /* line 6467, theme.scss */
  footer .m-f-text {
    color: #ffffff;
    max-width: 300px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic; }
  /* line 6474, theme.scss */
  footer .social {
    height: 10px; }
  /* line 6477, theme.scss */
  footer .copy {
    padding: 35px 0px; }
  /* line 6480, theme.scss */
  footer .footer-middle {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 40px 0;
    margin-top: 50px; }
  /* line 6489, theme.scss */
  footer .address {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic;
    line-height: 30px; }
  /* line 6498, theme.scss */
  footer .menu .contacts a {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none; }
  /* line 6506, theme.scss */
  footer .menu .contacts .js-modal {
    color: #50b09b;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    width: 100%;
    border: 0;
    text-decoration: underline; }
  /* line 6518, theme.scss */
  footer .menu .title {
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 24px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 10px; }
  /* line 6527, theme.scss */
  footer .menu a {
    color: #ffffff;
    font-family: "Open Sans Italic";
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    font-weight: 300;
    margin-left: 0; }
  /* line 6536, theme.scss */
  footer .menu * {
    color: #fff; }

/* line 6541, theme.scss */
.row-filter .h1 {
  padding-left: 0; }

@media (max-width: 1500px) {
  /* line 6545, theme.scss */
  .fixed-menu {
    left: -75px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 6550, theme.scss */
    .fixed-menu:hover {
      left: 0; }
    /* line 6553, theme.scss */
    .fixed-menu:after {
      content: "";
      height: 20px;
      width: 10px;
      border: 2px solid #50b09b;
      display: block;
      position: absolute;
      right: -18px;
      top: 50%;
      margin-top: -10px; } }
/* line 6568, theme.scss */
.selection-block .content {
  overflow: hidden; }

/* line 6572, theme.scss */
.selection-block .container .content .wrap-border {
  margin-left: 15px; }

/* line 6575, theme.scss */
.mega-slider .swiper-slide .absolute-product {
  padding-top: 30px; }
  /* line 6577, theme.scss */
  .mega-slider .swiper-slide .absolute-product:after {
    position: absolute;
    content: "";
    background: #fff;
    height: 41px;
    width: 400%;
    left: -100%;
    bottom: -1px;
    z-index: 2; }

/* line 6588, theme.scss */
.mega-slider .swiper-slide {
  overflow: hidden; }

/* line 6591, theme.scss */
.mega-slider .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative; }

/* line 6610, theme.scss */
.selection-block {
  padding-bottom: 70px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

/* line 6617, theme.scss */
.selection-block .container .content .wrap-border {
  margin-left: 20px; }

/* line 6620, theme.scss */
.product-block {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover; }
  /* line 6628, theme.scss */
  .product-block .absolute-product {
    position: relative;
    padding-bottom: 60px; }

/* line 6633, theme.scss */
.product-block .absolute-product {
  padding-top: 50px; }

/* line 6638, theme.scss */
footer {
  overflow: hidden; }

/* line 6641, theme.scss */
.articles-slider-wrap .swiper-button-next {
  right: 0; }

/* line 6644, theme.scss */
.articles-slider-wrap .swiper-button-prev {
  left: 0; }

/* line 6647, theme.scss */
.index-text {
  max-width: 1100px;
  margin: 0 auto; }

/* line 6651, theme.scss */
.block_list .absolute-title {
  max-width: 250px;
  max-height: 0;
  min-height: 200px;
  position: relative;
  left: 0;
  -webkit-transform: skewx(-10deg);
  -ms-transform: skewx(-10deg);
  -o-transform: skewx(-10deg);
  transform: skewx(-10deg); }

/* line 6663, theme.scss */
.block-w-back a {
  height: 480px;
  text-decoration: none; }

@media (max-width: 1400px) {
  /* line 6668, theme.scss */
  .js-products-slider .swiper-button-prev {
    left: -60px;
    z-index: 1000; }

  /* line 6672, theme.scss */
  .js-products-slider .swiper-button-next {
    right: -60px; }

  /* line 6677, theme.scss */
  .js-products-slider .swiper-button-next:hover, .js-products-slider .swiper-button-prev:hover {
    opacity: 0.8; }

  /* line 6681, theme.scss */
  .js-products-slider .swiper-button-next {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: -31px !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important; }
    /* line 6690, theme.scss */
    .js-products-slider .swiper-button-next:hover {
      -webkit-transform: translatex(-20px) !important;
      -ms-transform: translatex(-20px) !important;
      -o-transform: translatex(-20px) !important;
      transform: translatex(-20px) !important;
      background-position: -20px !important; }

  /* line 6699, theme.scss */
  .js-products-slider .swiper-button-prev {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 22px !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important; }
    /* line 6708, theme.scss */
    .js-products-slider .swiper-button-prev:hover {
      -webkit-transform: translatex(20px) !important;
      -ms-transform: translatex(20px) !important;
      -o-transform: translatex(20px) !important;
      transform: translatex(20px) !important;
      background-position: 10px !important; } }
@media (max-width: 1330px) {
  /* line 6718, theme.scss */
  .selection-block .container .content .text {
    padding-left: 0px;
    padding-right: 20px;
    padding-top: 230px; }

  /* line 6723, theme.scss */
  .selection-block .container .content .wrap-border {
    padding: 20px 0px; }

  /* line 6726, theme.scss */
  body .block-chess .block-wrap .text-2 {
    font-size: 100px; } }
@media (max-width: 1344px) {
  /* line 6731, theme.scss */
  .full.container {
    padding-right: 0;
    padding-left: 0; } }
@media (max-width: 1300px) {
  /* line 6738, theme.scss */
  .mega-swiper-button-next.swiper-button-next {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: -31px !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-transform: translatex(-10px);
    -ms-transform: translatex(-10px);
    -o-transform: translatex(-10px);
    transform: translatex(-10px); }
    /* line 6751, theme.scss */
    .mega-swiper-button-next.swiper-button-next:hover {
      -webkit-transform: translatex(-21px) !important;
      -ms-transform: translatex(-21px) !important;
      -o-transform: translatex(-21px) !important;
      transform: translatex(-21px) !important;
      background-position: -25px !important; }

  /* line 6760, theme.scss */
  .mega-swiper-button-prev.swiper-button-prev {
    -webkit-border-radius: 10px !important;
    border-radius: 10px !important;
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: 22px !important;
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    -o-transform: translatex(10px);
    transform: translatex(10px); }
    /* line 6773, theme.scss */
    .mega-swiper-button-prev.swiper-button-prev:hover {
      -webkit-transform: translatex(18px) !important;
      -ms-transform: translatex(18px) !important;
      -o-transform: translatex(18px) !important;
      transform: translatex(18px) !important;
      background-position: 18px !important; }

  /* line 6785, theme.scss */
  .questions .content {
    padding-left: 200px;
    max-width: 700px; }

  /* line 6789, theme.scss */
  .card .hover-card .more {
    margin-right: 0; }

  /* line 6792, theme.scss */
  .selection-block .container .content .wrap-border {
    max-width: 600px; }

  /* line 6795, theme.scss */
  .block-chess .block-wrap.second .absolute-content {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px; }

  /* line 6800, theme.scss */
  .block-chess .block-wrap.third .absolute-content {
    padding-left: 15px;
    padding-right: 15px;
    text-align: center; }

  /* line 6805, theme.scss */
  .mega-slider .swiper-button-next, .mega-slider .swiper-container-rtl .swiper-button-prev {
    right: -70px !important;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background-position: -20%;
    margin-top: -50px; }

  /* line 6812, theme.scss */
  .mega-slider .swiper-button-prev {
    left: -70px !important;
    -webkit-background-size: 40px 40px;
    background-size: 40px;
    background-position: 120%;
    margin-top: -50px; }

  /* line 6819, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    width: 50%; } }
/* line 6823, theme.scss */
.video_slider .content {
  width: 100%; }

/* line 6826, theme.scss */
.mega-slider .swiper-button-prev, .mega-slider .swiper-container-rtl .swiper-button-next {
  display: block; }

@media (max-width: 1350px) {
  /* line 6830, theme.scss */
  .bottom-header .logo span {
    font-size: calc(0.1em + 1vw); }

  /* line 6833, theme.scss */
  .menu a {
    font-size: 20px; } }
@media (max-width: 1220px) {
  /* line 6838, theme.scss */
  .menu a {
    font-size: 24px;
    margin: 0px 10px; }

  /* line 6842, theme.scss */
  .selection-block .container .content .title {
    font-size: 100px;
    line-height: 100px; }

  /* line 6846, theme.scss */
  .selection-block .container .content .wrap-border {
    max-width: 500px; }

  /* line 6849, theme.scss */
  .selection-block .container .content .title {
    max-width: 600px; }

  /* line 6852, theme.scss */
  .selection-block .container .content .text2 {
    max-width: 100%;
    text-align: center;
    line-height: 30px;
    margin-top: 20px; }

  /* line 6858, theme.scss */
  .selection-block .container .content .btn {
    margin: 0 auto; }

  /* line 6862, theme.scss */
  .wrap-border .cell-12 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 6871, theme.scss */
  body .block-chess .block-wrap .text-2 {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 10px; }

  /* line 6876, theme.scss */
  .collection-filter .filter .filter-title span {
    padding-left: 10px; }

  /* line 6879, theme.scss */
  .block_list .absolute-title {
    font-size: 20px;
    max-width: 190px; }

  /* line 6883, theme.scss */
  .email-form.questions .content {
    padding: 0px  50px;
    text-align: center; }

  /* line 6887, theme.scss */
  .email-form.questions .content .sub-title {
    margin: 0 auto 20px; }

  /* line 6891, theme.scss */
  .email-form.questions .wrap {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0); }
  /* line 6897, theme.scss */
  .email-form.questions form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 6908, theme.scss */
    .email-form.questions form input {
      min-width: 300px; } }
/* line 6917, theme.scss */
.email-form.questions .wrap {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0); }

@media (max-width: 1120px) {
  /* line 6926, theme.scss */
  .geo {
    display: none; }

  /* line 6929, theme.scss */
  .row-filter form button {
    font-size: 25px; }

  /* line 6932, theme.scss */
  .row-filter .h1 {
    font-size: 15px; } }
/* line 6936, theme.scss */
.geo .wrap {
  position: relative;
  overflow: hidden;
  padding-right: 70px; }
  /* line 6940, theme.scss */
  .geo .wrap .js-city-name {
    white-space: nowrap;
    position: absolute; }

@media (max-width: 1165px) {
  /* line 6946, theme.scss */
  .superiority h2 {
    font-size: 80px; }

  /* line 6949, theme.scss */
  .block-chess .block-wrap .text-1 {
    font-size: 40px; }

  /* line 6952, theme.scss */
  body .block-chess .block-wrap .text-2 {
    font-size: 30px;
    line-height: 30px; }

  /* line 6956, theme.scss */
  .block-chess .block-wrap .text-3 {
    font-size: 25px; }

  /* line 6959, theme.scss */
  .block-chess .block-wrap.third .absolute-content {
    padding-top: 0px; }

  /* line 6962, theme.scss */
  .block-chess .block-wrap .absolute-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 6986, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding: 0 10px !important; }

  /* line 6989, theme.scss */
  .block-chess .block-wrap.third .icon .background {
    margin-bottom: 20px; } }
@media (max-width: 1150px) {
  /* line 6997, theme.scss */
  .product-block .absolute-product {
    background: #e46148;
    max-width: 50%;
    padding-left: 30px; }

  /* line 7002, theme.scss */
  .product-block .absolute-product .mega-product-image {
    left: 80%; }

  /* line 7005, theme.scss */
  .questions {
    background-position: -100px; }

  /* line 7008, theme.scss */
  .collection-filter .filter-submit {
    font-size: 20px; } }
@media (max-width: 1200px) {
  /* line 7013, theme.scss */
  .collection-filter .filter .filter-title .filter-toggle {
    right: 0; }

  /* line 7016, theme.scss */
  .row-filter .collection-filter .filter .filter-title .filter-toggle {
    right: 10px; }

  /* line 7019, theme.scss */
  footer .social-menu:after {
    display: none; }

  /* line 7022, theme.scss */
  footer .social-menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 7029, theme.scss */
  .premiums-item {
    margin: 20px 0px 20px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 7040, theme.scss */
  .premiums .icon {
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 1100px) {
  /* line 7060, theme.scss */
  .selection-block .container .content .title {
    width: 100%;
    max-width: 100%;
    padding-top: 40px;
    font-size: 60px;
    text-align: center; }

  /* line 7067, theme.scss */
  .selection-block .container .content .text {
    width: 100%;
    max-width: 100%; }

  /* line 7071, theme.scss */
  .selection-block .container .content .text {
    padding-right: 0;
    padding-top: 0;
    padding-left: 30px;
    padding-right: 30px; }

  /* line 7077, theme.scss */
  .selection-block .container .content .wrap-border {
    max-width: 100%;
    width: 90%;
    margin: 0;
    margin: 0px 40px;
    margin-top: 30px; }

  /* line 7084, theme.scss */
  .selection-block {
    padding-bottom: 50px; }

  /* line 7087, theme.scss */
  .selection-block .container .content .wrap-border {
    padding: 40px 0px; }

  /* line 7090, theme.scss */
  .collection-filter .filter {
    padding: 10px 20px; }

  /* line 7093, theme.scss */
  .collection-filter .filter-items-wrapper {
    padding: 0px 20px; }

  /* line 7096, theme.scss */
  .collections-header {
    padding: 20px 10px; }

  /* line 7099, theme.scss */
  .collection-filter .border-bottom {
    padding: 10px 10px; }

  /* line 7102, theme.scss */
  .collection-filter .filter-submit-wrap {
    padding: 10px 20px; }

  /* line 7105, theme.scss */
  footer .m-f-text {
    max-width: 200px; } }
@media (max-width: 1100px) {
  /* line 7110, theme.scss */
  .menu a {
    font-size: 22px;
    margin: 0px 5px; }

  /* line 7114, theme.scss */
  .top-menu a {
    font-size: 16px; }

  /* line 7117, theme.scss */
  .collection-filter .filter .filter-title span {
    padding-right: 25px; }

  /* line 7120, theme.scss */
  .superiority h2 {
    font-size: 70px; } }
@media (max-width: 1087px) {
  /* line 7126, theme.scss */
  .back-img {
    margin-left: -300px; }

  /* line 7129, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    background-image: none !important; } }
@media (max-width: 1087px) {
  /* line 7134, theme.scss */
  .back-img {
    margin-left: -300px; }

  /* line 7137, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    background-image: none !important;
    background: #e46047 !important; }

  /* line 7141, theme.scss */
  .collection-filter .filter .filter-title {
    font-size: 12px; } }
@media (max-width: 1024px) {
  /* line 7146, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 20px;
    margin-top: 30px; }

  /* line 7152, theme.scss */
  .block-chess .block-wrap.third .text-2 {
    font-size: 43px;
    line-height: 40px; }

  /* line 7156, theme.scss */
  .index-text {
    padding: 0px 60px;
    padding-top: 40px; }
    /* line 7159, theme.scss */
    .index-text:before {
      left: 10px; }
    /* line 7162, theme.scss */
    .index-text:after {
      right: 10px; }

  /* line 7166, theme.scss */
  .coll-prod-slider-wrap {
    padding-top: 30px; }

  /* line 7169, theme.scss */
  .row-filter form button {
    font-size: 20px; }

  /* line 7172, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    padding-left: 90px; }

  /* line 7175, theme.scss */
  .m-f-text {
    margin: 0 auto; } }
@media (max-width: 1024px) {
  /* line 7182, theme.scss */
  .product-block .absolute-product {
    max-width: 70%;
    padding-left: 20px;
    padding-right: 50px; }

  /* line 7188, theme.scss */
  .row-filter .h1 {
    font-size: 14px; }

  /* line 7192, theme.scss */
  footer .block-chess {
    margin: 0; }
  /* line 7195, theme.scss */
  footer .block-chess .bt {
    margin: 0; }

  /* line 7200, theme.scss */
  .footer-middle .cell-3 {
    margin: 15px 0px; }

  /* line 7204, theme.scss */
  .premiums {
    padding: 30px 0px; } }
/* line 7208, theme.scss */
.mobile_menu-burger {
  color: #fff;
  font-size: 22px;
  cursor: pointer; }

/* line 7215, theme.scss */
.mobile_menu .top-menu {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 7221, theme.scss */
.mobile_menu .top-menu a:after {
  display: none; }
/* line 7224, theme.scss */
.mobile_menu .top-menu a {
  font-size: 16px; }

/* line 7228, theme.scss */
.ajs-body {
  background: #333;
  -webkit-box-shadow: 1px 0px 5px #fff inset, 1px 0px 5px #fff;
  box-shadow: 1px 0px 5px #fff inset, 1px 0px 5px #fff; }

/* line 7233, theme.scss */
.alertify .ajs-commands {
  margin: 0;
  top: 0;
  border: 1px solid #fff;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3px;
  top: 6px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  right: 6px; }

/* line 7258, theme.scss */
.alertify .ajs-commands button {
  margin-left: 0;
  margin-top: 0;
  height: 8px;
  padding: 0;
  width: 8px; }

@media (max-width: 1000px) and (min-width: 920px) {
  /* line 7266, theme.scss */
  .collection-filter .filter .filter-title {
    font-size: 11px; } }
@media (max-width: 1024px) and (min-width: 920px) {
  /* line 7271, theme.scss */
  .row-filter .h1 {
    padding-left: 0;
    text-align: center;
    white-space: nowrap; } }
@media (max-width: 920px) {
  /* line 7278, theme.scss */
  .row-filter .h1 {
    text-align: center;
    white-space: nowrap;
    margin-top: 15px;
    margin-bottom: 3px;
    padding-left: 12px; }

  /* line 7285, theme.scss */
  .row-filter {
    padding-bottom: 10px; }

  /* line 7288, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding-bottom: 50px; }
    /* line 7290, theme.scss */
    .block-chess .block-wrap .absolute-content .bt {
      bottom: 40px;
      position: absolute;
      font-size: 20px; }

  /* line 7296, theme.scss */
  .block-chess .block-wrap .absolute-content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 90px !important; } }
@media (max-width: 920px) {
  /* line 7306, theme.scss */
  .bottom-header .logo {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 7317, theme.scss */
  .bottom-header .menu {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-top: 15px; }

  /* line 7323, theme.scss */
  .bottom-header .menu {
    padding-left: 0; }

  /* line 7326, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    width: 60%; }

  /* line 7329, theme.scss */
  .mega-slider .mega-swiper-pagination {
    left: 40%; }

  /* line 7332, theme.scss */
  .bottom-header .logo span {
    font-size: 100%; } }
@media (max-width: 920px) {
  /* line 7338, theme.scss */
  .superiority .tabs-target {
    max-width: 90%; } }
@media (max-width: 1000px) {
  /* line 7343, theme.scss */
  .superiority h2 {
    font-size: 60px; }

  /* line 7346, theme.scss */
  .full .questions .content {
    position: relative;
    z-index: 1000; }

  /* line 7350, theme.scss */
  .full .questions .content .wrap {
    max-width: 300px; }

  /* line 7353, theme.scss */
  .full .questions .content {
    max-width: 800px;
    padding-left: 300px; } }
@media (max-width: 920px) {
  /* line 7361, theme.scss */
  .email-form.questions .container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 7378, theme.scss */
    .email-form.questions .container .content {
      padding: 0px 90px;
      margin-left: 0; } }
@media (max-width: 920px) {
  /* line 7389, theme.scss */
  .menu a:last-child {
    margin-right: 5px; } }
/* line 7394, theme.scss */
.mobile_menu .js-modal {
  margin: 0;
  display: inline-block !important; }

@media (max-width: 900px) {
  /* line 7401, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding-top: 50px !important; } }
@media (max-width: 768px) {
  /* line 7406, theme.scss */
  .product-block .absolute-product {
    max-width: 100%;
    right: 0; }

  /* line 7410, theme.scss */
  .product-block .container {
    padding-right: 0; }

  /* line 7413, theme.scss */
  .product-block .absolute-product .mega-product-image {
    left: 60%; }

  /* line 7416, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    width: 100%;
    padding-left: 30px;
    padding-top: 0px; }

  /* line 7421, theme.scss */
  .mega-slider .swiper-slide .absolute-product .mega-product-image {
    right: 40px;
    left: initial; }

  /* line 7425, theme.scss */
  .mega-slider .mega-swiper-pagination {
    left: 90%; }

  /* line 7428, theme.scss */
  .selection-block .container .content .text {
    text-align: center; }

  /* line 7431, theme.scss */
  .questions {
    background-position: -200px; }

  /* line 7434, theme.scss */
  .full .questions .content {
    padding-left: 230px;
    max-width: 700px; } }
@media (max-width: 800px) and (min-width: 768px) {
  /* line 7441, theme.scss */
  .block-chess .block-wrap .absolute-content .text-1, .block-chess .block-wrap .absolute-content .text-2, .block-chess .block-wrap .absolute-content .text-3 {
    font-size: 25px !important;
    line-height: 25px !important; } }
@media (max-width: 768px) {
  /* line 7448, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    bottom: 100px; } }
/* line 7452, theme.scss */
.swiper-container.js-video_slider {
  margin: 0px 170px; }

@media (max-width: 740px) {
  /* line 7456, theme.scss */
  .mega-slider .swiper-slide .absolute-product .mega-product-image {
    max-width: 35%;
    bottom: 20%; }

  /* line 7460, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    padding-right: 20%; }

  /* line 7463, theme.scss */
  .mega-slider .swiper-slide .absolute-product .sh-desc {
    font-size: 20px;
    line-height: 20px; } }
@media (max-width: 768px) {
  /* line 7469, theme.scss */
  .bottom-header .menu {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 7476, theme.scss */
  .menu a {
    margin: 0px 8px; } }
@media (max-width: 840px) {
  /* line 7481, theme.scss */
  .superiority .tabs-head.tabs-head {
    max-width: 500px; } }
@media (max-width: 800px) {
  /* line 7486, theme.scss */
  .superiority .tabs-head.tabs-head {
    max-width: 500px; }

  /* line 7489, theme.scss */
  .superiority h2 {
    font-size: 50px; } }
@media (max-width: 1100px) {
  /* line 7494, theme.scss */
  .selection-block .container .content .text {
    text-align: center; } }
@media (max-width: 800px) {
  /* line 7499, theme.scss */
  .articles-slider-wrap .js-article_slider .swiper-button-prev {
    top: 30%; }

  /* line 7502, theme.scss */
  .articles-slider-wrap .js-article_slider .swiper-button-next {
    top: 30%; } }
@media (max-width: 740px) {
  /* line 7507, theme.scss */
  .mega-slider .swiper-slide .absolute-product:after {
    display: none; } }
@media (max-width: 920px) {
  /* line 7512, theme.scss */
  .fixed-menu {
    display: none; } }
@media (max-width: 700px) {
  /* line 7517, theme.scss */
  .tabs-collection-front-page label {
    font-size: 20px; }

  /* line 7520, theme.scss */
  .mega-slider .swiper-slide .absolute-product .buy-row {
    max-width: 240px; }
    /* line 7522, theme.scss */
    .mega-slider .swiper-slide .absolute-product .buy-row * {
      font-size: 20px !important; }

  /* line 7526, theme.scss */
  .mega-slider .swiper-slide .absolute-product .view-video {
    font-size: 20px;
    max-width: 240px; } }
@media (max-width: 620px) {
  /* line 7532, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    margin-top: 0; } }
@media (max-width: 640px) {
  /* line 7537, theme.scss */
  .product-block .absolute-product .mega-product-image img {
    max-width: 198px; }

  /* line 7540, theme.scss */
  .product-block .absolute-product .mega-product-image {
    left: 70%; } }
@media (max-width: 740px) {
  /* line 7546, theme.scss */
  .mega-slider .swiper-slide .absolute-product:after {
    display: none; } }
@media (max-width: 920px) {
  /* line 7551, theme.scss */
  .fixed-menu {
    display: none; } }
@media (max-width: 700px) {
  /* line 7556, theme.scss */
  .tabs-collection-front-page label {
    font-size: 20px; }

  /* line 7559, theme.scss */
  .mega-slider .swiper-slide .absolute-product .buy-row {
    max-width: 240px; }
    /* line 7561, theme.scss */
    .mega-slider .swiper-slide .absolute-product .buy-row * {
      font-size: 20px !important; }

  /* line 7565, theme.scss */
  .mega-slider .swiper-slide .absolute-product .view-video {
    font-size: 20px;
    max-width: 240px; } }
@media (max-width: 620px) {
  /* line 7571, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    margin-top: 0; } }
@media (max-width: 650px) {
  /* line 7576, theme.scss */
  .product-block .absolute-product .mega-product-image img {
    max-width: 198px; }

  /* line 7579, theme.scss */
  .product-block .absolute-product .mega-product-image {
    left: 70%; }

  /* line 7582, theme.scss */
  .selection-block .container .content .wrap-border {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  /* line 7588, theme.scss */
  .selection-block .container .content .text2 {
    font-size: 25px;
    padding: 0px 10px; } }
@media (max-width: 1100px) {
  /* line 7594, theme.scss */
  .selection-block .container .content .title {
    line-height: 60px; } }
@media (max-width: 640px) {
  /* line 7601, theme.scss */
  .collection-filter .range-slider {
    margin-bottom: 30px;
    max-width: 100%; }

  /* line 7605, theme.scss */
  .full .questions {
    background-image: none; }

  /* line 7608, theme.scss */
  .full .questions .content {
    padding-left: 30px; }

  /* line 7611, theme.scss */
  .collections-header .chkbx-label {
    padding-left: 25px; }

  /* line 7614, theme.scss */
  .selection-block .container .content .wrap-border {
    width: 100%;
    margin: 0; } }
@media (max-width: 640px) {
  /* line 7620, theme.scss */
  footer .title {
    margin-top: 40px;
    margin-bottom: 40px; }

  /* line 7624, theme.scss */
  footer {
    padding-top: 30px; }

  /* line 7627, theme.scss */
  .email-form.questions .container .content {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  /* line 7633, theme.scss */
  .product-block .absolute-product .buy-row {
    max-width: 240px; }
    /* line 7635, theme.scss */
    .product-block .absolute-product .buy-row * {
      font-size: 20px !important; }

  /* line 7639, theme.scss */
  .product-block .absolute-product .view-video {
    max-width: 240px; }
    /* line 7641, theme.scss */
    .product-block .absolute-product .view-video * {
      font-size: 20px !important; }

  /* line 7646, theme.scss */
  .product-block .absolute-product .mega-product-image {
    left: 65%; }

  /* line 7649, theme.scss */
  .swiper-container.js-video_slider {
    margin: 0px 100px; }

  /* line 7653, theme.scss */
  .articles-slider-wrap .swiper-button-next, .articles-slider-wrap .swiper-button-prev {
    height: 30px;
    width: 30px;
    top: 35%; }
  /* line 7658, theme.scss */
  .articles-slider-wrap .swiper-button-next {
    right: 10px !important; }
  /* line 7661, theme.scss */
  .articles-slider-wrap .swiper-button-prev {
    left: 10px !important; }

  /* line 7665, theme.scss */
  .swiper-container.js-article_slider {
    margin: 0 100px; } }
@media (max-width: 609px) {
  /* line 7671, theme.scss */
  .superiority .tabs-head.tabs-head {
    max-width: 400px; } }
@media (max-width: 640px) {
  /* line 7677, theme.scss */
  .articles-slider-wrap.video_slider .swiper-button-next, .articles-slider-wrap.video_slider .swiper-button-prev {
    height: 30px;
    width: 30px;
    top: 60%; } }
@media (max-width: 640px) {
  /* line 7685, theme.scss */
  .mega-slider .swiper-slide .absolute-product .sh-desc {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 14px; }

  /* line 7690, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    margin-bottom: 10px; }

  /* line 7693, theme.scss */
  .superiority .tabs-target {
    padding: 20px; } }
@media (max-width: 600px) {
  /* line 7698, theme.scss */
  .product-block .absolute-product .mega-product-image {
    position: relative;
    left: 0;
    top: 0;
    margin: 0 auto;
    margin-top: 40px; }

  /* line 7705, theme.scss */
  .product-block form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 7720, theme.scss */
  .product-block .absolute-product {
    padding: 20px;
    padding-right: 32px;
    padding-bottom: 40px; }

  /* line 7727, theme.scss */
  .product-block .absolute-product .title {
    text-align: center; }

  /* line 7730, theme.scss */
  .product-block .absolute-product .sh-desc {
    max-width: 100%; }

  /* line 7733, theme.scss */
  .product-block .absolute-product .buy-row {
    margin: 0px auto 20px; }

  /* line 7736, theme.scss */
  .product-block .absolute-product .view-video {
    margin: 0 auto; }

  /* line 7739, theme.scss */
  .mega-slider .swiper-slide .absolute-product .mega-product-image {
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
    margin: 0 auto; }

  /* line 7746, theme.scss */
  .mega-slider .swiper-slide .absolute-product form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 7760, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    position: relative;
    padding-bottom: 40px;
    padding-top: 30px; }

  /* line 7765, theme.scss */
  .back-img {
    display: none; }

  /* line 7768, theme.scss */
  .mega-slider .swiper-slide .absolute-product {
    padding-right: 30px; }

  /* line 7771, theme.scss */
  .mega-slider .swiper-slide .absolute-product .title {
    padding: 0;
    text-align: center; }

  /* line 7775, theme.scss */
  .mega-slider .swiper-slide .absolute-product .sh-desc {
    max-width: 100%;
    text-align: center; }

  /* line 7779, theme.scss */
  .mega-slider .swiper-slide .absolute-product .buy-row {
    margin: 10px auto 15px; }

  /* line 7782, theme.scss */
  .mega-slider .swiper-slide .absolute-product .view-video {
    margin: 0 auto; }

  /* line 7785, theme.scss */
  header .compare {
    padding-left: 0; }

  /* line 7788, theme.scss */
  .compare [data-compares-counter] {
    left: -31px; } }
@media (max-width: 700px) {
  /* line 7793, theme.scss */
  .superiority h2 {
    font-size: 40px;
    line-height: 40px; } }
@media (max-width: 600px) {
  /* line 7799, theme.scss */
  .block-chess .block-wrap.second .absolute-content {
    padding-bottom: 100px !important; }

  /* line 7802, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    bottom: 40px; }

  /* line 7805, theme.scss */
  .product-block {
    background-image: none !important;
    background-color: #e46148; }

  /* line 7809, theme.scss */
  .tabs-collection-front-page label {
    margin-right: 3px; }

  /* line 7812, theme.scss */
  .middle-header .call a {
    font-size: 16px; } }
@media (max-width: 500px) {
  /* line 7817, theme.scss */
  .middle-header .call a {
    font-size: 15px; }

  /* line 7820, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    bottom: 20px; } }
@media (max-width: 480px) {
  /* line 7825, theme.scss */
  header .compare {
    margin-left: auto; }

  /* line 7828, theme.scss */
  .mobile_menu-burger {
    margin-top: 6px; }

  /* line 7831, theme.scss */
  .block-chess .block-wrap .absolute-content {
    position: relative;
    min-height: 400px; }

  /* line 7835, theme.scss */
  .block-chess .block-wrap .bac.background {
    position: absolute; }

  /* line 7838, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    position: relative;
    margin-top: 20px;
    bottom: 0; }

  /* line 7844, theme.scss */
  .block-chess .block-wrap .bac {
    height: 100%;
    width: 100%; }

  /* line 7848, theme.scss */
  .block-chess .block-wrap.second .absolute-content {
    position: relative; }

  /* line 7851, theme.scss */
  .tabs-collection-front-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }

  /* line 7866, theme.scss */
  .tabs-collection-front-page label {
    margin-bottom: 10px; } }
@media (max-width: 500px) {
  /* line 7871, theme.scss */
  .superiority .tabs-head.tabs-head {
    max-width: 350px; }

  /* line 7875, theme.scss */
  .superiority .tabs-item .icon svg {
    max-height: 40px; } }
/* line 7880, theme.scss */
.tabs-collection-front-page label {
  white-space: nowrap; }

@media (max-width: 450px) {
  /* line 7884, theme.scss */
  .superiority .tabs-target {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@media (max-width: 480px) {
  /* line 7892, theme.scss */
  .coll-prod-slider-wrap {
    padding-top: 0px;
    margin-top: 10px; }

  /* line 7896, theme.scss */
  .mega-slider .swiper-slide .absolute-product .mega-product-image {
    max-width: 70%; }

  /* line 7899, theme.scss */
  .studio {
    margin-top: 15px; }

  /* line 7902, theme.scss */
  .selection-block .container .content .text {
    padding: 0; }

  /* line 7905, theme.scss */
  .product-block .absolute-product .sh-desc {
    text-align: center; } }
@media (max-width: 400px) {
  /* line 7910, theme.scss */
  .studio {
    margin-top: 15px; }

  /* line 7913, theme.scss */
  .superiority .tabs-target {
    max-width: 100%; } }
@media (max-width: 640px) {
  /* line 7918, theme.scss */
  .mega-slider .swiper-slide {
    padding-bottom: 0; } }
@media (max-width: 400px) {
  /* line 7923, theme.scss */
  header .compare {
    display: none; }

  /* line 7926, theme.scss */
  header .cart {
    margin-left: auto; } }
@media (max-width: 480px) {
  /* line 7932, theme.scss */
  .articles-title {
    white-space: normal;
    font-size: 40px; }

  /* line 7936, theme.scss */
  .articles-title:after {
    display: none;
    text-align: center; }

  /* line 7940, theme.scss */
  .swiper-container.js-article_slider {
    margin: 0px; }

  /* line 7943, theme.scss */
  .articles-slider-wrap .swiper-button-next, .articles-slider-wrap .swiper-button-prev {
    top: 95%; }

  /* line 7946, theme.scss */
  .articles-slider-wrap {
    padding-bottom: 60px; } }
@media (max-width: 480px) {
  /* line 7951, theme.scss */
  .swiper-container.js-video_slider {
    margin: 0; }

  /* line 7954, theme.scss */
  .articles-slider-wrap.video_slider .swiper-button-next, .articles-slider-wrap.video_slider .swiper-button-prev {
    top: 100%; } }
@media (max-width: 400px) {
  /* line 7960, theme.scss */
  .index-text {
    padding: 20px;
    padding-top: 40px; }

  /* line 7964, theme.scss */
  .index-text:before {
    display: none; }

  /* line 7967, theme.scss */
  .index-text:after {
    display: none; }

  /* line 7970, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding-bottom: 40px !important; } }
@media (max-width: 380px) {
  /* line 7975, theme.scss */
  .row-filter .collection-filter .filter {
    padding-bottom: 0; }

  /* line 7978, theme.scss */
  .row-filter form button[type='submit'] {
    margin-top: 10px; }

  /* line 7981, theme.scss */
  .row-filter .collection-filter {
    padding: 10px 0px; } }
/* line 7985, theme.scss */
.collections-header .chkbx-label {
  padding-right: 3px; }

@media (max-width: 360px) {
  /* line 7990, theme.scss */
  .block-chess {
    overflow: hidden; }
    /* line 7991, theme.scss */
    .block-chess * {
      max-width: 100%; }

  /* line 8001, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding-bottom: 50px !important; }

  /* line 8004, theme.scss */
  .block-chess .block-wrap.second .absolute-content {
    padding-bottom: 50px !important; }

  /* line 8007, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    max-width: 280px !important; }

  /* line 8010, theme.scss */
  .block-chess .block-wrap .absolute-content .bt {
    font-size: 18px; } }
@media (max-width: 400px) {
  /* line 8015, theme.scss */
  .full .questions .content {
    padding-left: 12px; } }
@media (max-width: 500px) {
  /* line 8021, theme.scss */
  .block-chess .block-wrap .absolute-content {
    padding-bottom: 100px !important; } }
@media (max-width: 400px) {
  /* line 8027, theme.scss */
  .email-form.questions .content .wrap input {
    min-width: 240px; } }
@media (max-width: 400px) {
  /* line 8032, theme.scss */
  .email-form.questions .content .wrap input {
    min-width: 220px; }

  /* line 8035, theme.scss */
  .email-form.questions .content {
    margin: 0 !important; } }
/* line 8040, theme.scss */
.breadcrumb-wrap {
  border-bottom: 1px solid #e9e9e9; }

/* line 8043, theme.scss */
.breadcrumb-link {
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-style: italic;
  border-bottom: 1px solid #666; }

/* line 8050, theme.scss */
.breadcrumb-item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 8062, theme.scss */
span.breadcrumb-link.current-page {
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-weight: 700;
  border: 0; }

/* line 8069, theme.scss */
.breadcrumb-item:not(:last-child):after {
  content: "\f078";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e9e9e9;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 5px;
  margin-right: 2px; }

/* line 8086, theme.scss */
.order--pagination-wrap {
  border-bottom: 1px solid #e9e9e9;
  padding: 8px; }

/* line 8090, theme.scss */
.collection-order {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 8101, theme.scss */
  .collection-order .label-field {
    color: #666666;
    font-family: "Open Sans Italic";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    margin-right: 12px; }

/* line 8110, theme.scss */
.collection-order select {
  background-color: #fff;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-9deg);
  -ms-transform: skew(-9deg);
  -o-transform: skew(-9deg);
  transform: skew(-9deg);
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  text-transform: lowercase;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer; }

/* line 8128, theme.scss */
.collection-order.is-page-size {
  padding-left: 50px;
  padding-right: 50px;
  position: relative; }
  /* line 8133, theme.scss */
  .collection-order.is-page-size:before {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    background: #e9e9e9;
    width: 2px;
    left: 25px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg); }
  /* line 8146, theme.scss */
  .collection-order.is-page-size:after {
    position: absolute;
    content: "";
    display: block;
    height: 20px;
    background: #e9e9e9;
    width: 2px;
    right: 25px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg); }

/* line 8163, theme.scss */
.page_size-radio:last-child span.page_size-radio-control {
  margin: 0; }

/* line 8170, theme.scss */
span.page_size-radio-control {
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 0 4px;
  margin-right: 3px; }

/* line 8183, theme.scss */
.order--pagination-wrap .right {
  margin-left: auto; }

/* line 8187, theme.scss */
.row.collection-wrapper {
  padding-top: 30px;
  padding-bottom: 30px; }

/* line 8191, theme.scss */
.in-collection.card:hover .hover-card {
  height: 130%; }

/* line 8195, theme.scss */
.card:hover {
  z-index: 2000;
  position: relative; }

@media (min-width: 1500px) {
  /* line 8200, theme.scss */
  .mega-slider .swiper-button-prev {
    display: none; } }
/* line 8204, theme.scss */
.swiper-wrapper {
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }

/* line 8210, theme.scss */
.bottom-pagination {
  padding-bottom: 90px;
  border: 1px solid  #e9e9e9;
  padding-top: 11px; }

@media (min-width: 1200px) and (max-width: 1320px) {
  /* line 8217, theme.scss */
  .card .hover-card .more {
    font-size: 13px; }

  /* line 8220, theme.scss */
  .card .hover-card .bttn-compares {
    font-size: 13px;
    padding: 3px 10px; } }
/* line 8225, theme.scss */
.nowrap {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 8230, theme.scss */
.filter-items-wrap.row.is-grid {
  margin-left: 0;
  margin-right: 0; }

/* line 8237, theme.scss */
.fixed-menu .item:first-child .text {
  -webkit-border-top-right-radius: 6px;
  border-top-right-radius: 6px; }
/* line 8244, theme.scss */
.fixed-menu .item:last-child .text {
  -webkit-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px; }

@media (max-width: 1174px) {
  /* line 8254, theme.scss */
  .order--pagination-wrap .right {
    margin-top: 10px; }

  /* line 8258, theme.scss */
  .order--pagination-wrap .left {
    width: 100%; }
    /* line 8260, theme.scss */
    .order--pagination-wrap .left .collection-order-wrapper {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }

  /* line 8268, theme.scss */
  .collection-order.is-page-size {
    padding-right: 0;
    padding-left: 0; }
    /* line 8271, theme.scss */
    .collection-order.is-page-size:after {
      display: none; }
    /* line 8274, theme.scss */
    .collection-order.is-page-size:before {
      display: none; } }
/* line 8280, theme.scss */
.pagination .pagination-item .pagination-link {
  padding: 0px 9px; }

@media (min-width: 920px) and (max-width: 980px) {
  /* line 8285, theme.scss */
  .card .hover-card .more {
    font-size: 13px; }

  /* line 8288, theme.scss */
  .card .hover-card .bttn-compares {
    font-size: 13px;
    padding: 3px 10px; } }
@media (max-width: 640px) {
  /* line 8294, theme.scss */
  .card .hover-card {
    display: none !important; }

  /* line 8297, theme.scss */
  .card:hover .card-title a, .card:hover .short-description a {
    color: #1a1a1a; }

  /* line 8300, theme.scss */
  .card:hover .card-prices {
    opacity: 1; }

  /* line 8303, theme.scss */
  .card.in-collection {
    margin-bottom: 30px; } }
@media (max-width: 800px) {
  /* line 8309, theme.scss */
  .collection-order-wrapper .collection-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%; }
  /* line 8322, theme.scss */
  .collection-order-wrapper .collection-order.is-page-size {
    padding-top: 10px; } }
@media (max-width: 920px) {
  /* line 8329, theme.scss */
  .collection-filter .filter {
    padding: 10px 5px; }

  /* line 8332, theme.scss */
  .collection-filter .filter-submit-wrap {
    padding: 10px 5px; }

  /* line 8336, theme.scss */
  .collection-filter .filter-items-wrapper {
    padding: 0px 5px; } }
@media (max-width: 430px) {
  /* line 8343, theme.scss */
  .collection-order .label-field {
    font-size: 14px; } }
@media (max-width: 400px) {
  /* line 8348, theme.scss */
  .collection-order .label-field {
    width: 100%;
    text-align: center;
    margin-bottom: 5px; }

  /* line 8353, theme.scss */
  .collection-order-wrapper .collection-order {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 8364, theme.scss */
  .order--pagination-wrap .right {
    width: 100%; }

  /* line 8367, theme.scss */
  .order--pagination-wrap .right .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #e9e9e9;
    padding-top: 10px; }
    /* line 8375, theme.scss */
    .order--pagination-wrap .right .row .pagination {
      margin: 0; } }
/* line 8381, theme.scss */
.js-products-slider .products-title {
  text-align: center;
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  border: 3px solid #e9e9e9;
  padding: 5px 15px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 8406, theme.scss */
.products-is-related .swiper-button-prev, .products-is-related .swiper-button-next {
  display: none; }

/* line 8411, theme.scss */
.products-is-similar .swiper-button-prev, .products-is-similar .swiper-button-next {
  display: none; }

/* line 8416, theme.scss */
.product-wrap .left {
  width: 83%;
  -webkit-flex-basis: 83%;
  -ms-flex-preferred-size: 83%;
  flex-basis: 83%; }
/* line 8422, theme.scss */
.product-wrap .right {
  width: 17%;
  -webkit-flex-basis: 17%;
  -ms-flex-preferred-size: 17%;
  flex-basis: 17%; }

/* line 8429, theme.scss */
.similar-products-wrap {
  margin-top: 41px;
  border-left: 8px solid #000;
  padding: 0px 31px;
  padding-bottom: 100px; }
  /* line 8434, theme.scss */
  .similar-products-wrap .title {
    display: block;
    text-align: center;
    margin-bottom: 35px;
    color: #333333;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase; }

/* line 8447, theme.scss */
.mini-card .title {
  color: #1a1a1a;
  font-family: "Open Sans Italic";
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 1px;
  margin-top: 3px; }

/* line 8456, theme.scss */
.mini-card .price {
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
  line-height: 14.65px;
  width: 100%;
  display: block; }

/* line 8466, theme.scss */
.mini-card {
  margin-bottom: 30px; }
  /* line 8468, theme.scss */
  .mini-card .image-wraps {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    background-color: #ffffff; }

/* line 8475, theme.scss */
.mini-card {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 8479, theme.scss */
  .mini-card .image-wraps {
    padding: 10px; }
  /* line 8482, theme.scss */
  .mini-card * {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 8487, theme.scss */
  .mini-card:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* line 8495, theme.scss */
.scroll_top {
  background: #50b09b;
  -webkit-border-radius: 40%;
  border-radius: 40%; }

/* line 8501, theme.scss */
.puls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 8518, theme.scss */
.page-wrap {
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
  padding-bottom: 20px; }

/* line 8523, theme.scss */
.article-wrap {
  border-top: 1px solid #f1f1f1; }

/* line 8526, theme.scss */
.article-content {
  padding-top: 20px;
  padding-bottom: 20px; }

/* line 8530, theme.scss */
.social_share {
  margin-bottom: 20px; }

/* line 8533, theme.scss */
.compare-wrap {
  border-top: 1px solid #f1f1f1;
  padding-bottom: 20px; }
  /* line 8536, theme.scss */
  .compare-wrap .page-title {
    padding-top: 15px; }
  /* line 8539, theme.scss */
  .compare-wrap a[data-compare-delete] {
    color: #fff; }

/* line 8543, theme.scss */
.table-compare {
  margin: 0; }

/* line 8546, theme.scss */
a.title-link {
  color: #fff; }

/* line 8549, theme.scss */
.checkout-wrap {
  padding-top: 20px;
  border-top: 1px solid #f1f1f1;
  padding-bottom: 20px; }

/* line 8554, theme.scss */
.co-section--checkout_content {
  max-width: 1320px; }

/* line 8559, theme.scss */
.co-section--checkout_header {
  padding-left: 0; }

/* line 8562, theme.scss */
.co-checkout-order_form {
  padding-left: 0; }

/* line 8565, theme.scss */
.co-checkout-block--padded {
  padding-right: 20px; }

/* line 8568, theme.scss */
.co-basket {
  max-width: 100%;
  padding-left: 20px; }

/* line 8572, theme.scss */
.co-sidebar {
  -webkit-box-shadow: 1px 0px 10px 2px #50b09b;
  box-shadow: 1px 0px 10px 2px #50b09b;
  padding-right: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* line 8579, theme.scss */
.co-section--checkout_header {
  padding-right: 12px;
  padding-bottom: 0; }

/* line 8583, theme.scss */
.co-checkout-block {
  padding-right: 12px; }

@media (max-width: 1350px) {
  /* line 8587, theme.scss */
  .co-section--checkout_content {
    padding: 0px 20px;
    margin-right: 20px; } }
/* line 8592, theme.scss */
.co-checkout-block {
  margin-bottom: 20px; }

/* line 8595, theme.scss */
.co-checkout-order_form {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #50b09b; }

@media (max-width: 1200px) {
  /* line 8601, theme.scss */
  .sale-login {
    display: none; }

  /* line 8604, theme.scss */
  .geo {
    margin-left: auto; }

  /* line 8607, theme.scss */
  .middle-header .call {
    margin-right: auto; } }
@media (max-width: 768px) {
  /* line 8612, theme.scss */
  .co-section--checkout_header {
    padding-bottom: 20px; }

  /* line 8615, theme.scss */
  .co-section--checkout_content {
    margin-right: 0; }

  /* line 8618, theme.scss */
  .co-checkout-block {
    padding-right: 0; }

  /* line 8621, theme.scss */
  .checkout-wrap {
    padding-top: 0; }

  /* line 8624, theme.scss */
  .co-checkout-order_form {
    border: 0;
    margin-top: 0; }

  /* line 8628, theme.scss */
  .co-checkout-block--padded {
    padding-bottom: 20px; }

  /* line 8631, theme.scss */
  .adaptive .co-button--checkout {
    width: 100%; }

  /* line 8634, theme.scss */
  .adaptive .co-sidebar {
    padding-right: 0; }

  /* line 8637, theme.scss */
  .adaptive .co-basket {
    padding-left: 0; }

  /* line 8640, theme.scss */
  .co-basket_item-image {
    border: 1px solid #ccc; } }
@media (max-width: 480px) {
  /* line 8645, theme.scss */
  .adaptive .co-checkout-block--padded {
    padding-left: 0;
    padding-right: 0; }

  /* line 8649, theme.scss */
  .adaptive .co-button--checkout {
    margin: 0; } }
@media (max-width: 380px) {
  /* line 8654, theme.scss */
  .co-basket_total-price, [class*="co-price"] {
    font-size: 16px; }

  /* line 8657, theme.scss */
  .adaptive .co-sidebar-toggler {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 8668, theme.scss */
    .adaptive .co-sidebar-toggler * {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

  /* line 8681, theme.scss */
  .page-title {
    font-size: 25px; } }
/* line 8685, theme.scss */
.page-content {
  word-break: break-word; }

/* line 8688, theme.scss */
.dynamic_item {
  padding: 10px 0px;
  position: relative;
  font-size: 14px; }
  /* line 8692, theme.scss */
  .dynamic_item .cell-8 {
    padding-right: 15px; }

/* line 8696, theme.scss */
.dynamic_basket-total {
  padding: 10px 0px; }

/* line 8699, theme.scss */
.dynamic_basket-submit {
  width: 100%; }

/* line 8702, theme.scss */
.quantity-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 8709, theme.scss */
.dynamic_item-del {
  background: none;
  color: #50b09b;
  position: absolute;
  right: -10px;
  top: 0; }

/* line 8716, theme.scss */
.dynamic_item-quantity {
  margin: 5px 0px; }

/* line 8719, theme.scss */
.co-section--content_wrapper {
  max-width: 1320px; }

/* line 8722, theme.scss */
.client-wrap {
  border-top: 1px solid #f1f1f1; }
  /* line 8724, theme.scss */
  .client-wrap .co-checkout-title {
    margin-bottom: 0; }
  /* line 8727, theme.scss */
  .client-wrap .co-section--content_wrapper {
    min-height: initial; }
  /* line 8730, theme.scss */
  .client-wrap .co-input {
    max-width: 366px; }

@media (max-width: 1340px) {
  /* line 8735, theme.scss */
  .co-section--content_wrapper {
    padding: 0px 12px; } }
/* line 8739, theme.scss */
.co-checkout-block--padded {
  padding-left: 20px; }

/* line 8743, theme.scss */
.product-wrap .right {
  padding-top: 22px; }

/* line 8747, theme.scss */
.orange-question-mini {
  background-color: #e46148;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 30px;
  text-align: center; }
  /* line 8753, theme.scss */
  .orange-question-mini .js-modal {
    margin: 0;
    margin-top: 7px;
    margin-bottom: 3px;
    font-family: inherit;
    text-transform: none; }
  /* line 8760, theme.scss */
  .orange-question-mini .phone {
    margin-top: 3px;
    display: block; }
  /* line 8764, theme.scss */
  .orange-question-mini * {
    color: #fff; }
  /* line 8767, theme.scss */
  .orange-question-mini .title {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center; }

/* line 8778, theme.scss */
.product-wrap .left {
  padding-top: 22px;
  padding-right: 16px; }

/* line 8785, theme.scss */
.product-info .product-title {
  color: #333333;
  font-size: 30px;
  font-weight: 700;
  font-family: "Open Sans";
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
  margin-bottom: 5px; }
/* line 8796, theme.scss */
.product-info .product-short_description {
  color: #333333;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  padding-bottom: 15px; }
/* line 8803, theme.scss */
.product-info .product-sku {
  color: #666666;
  font-size: 14px; }
/* line 8807, theme.scss */
.product-info .top-row {
  margin-bottom: 10px; }
  /* line 8809, theme.scss */
  .product-info .top-row .star-rating-wrapper {
    margin-right: 23px; }
  /* line 8812, theme.scss */
  .product-info .top-row .bttn-compares {
    margin-left: auto;
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    border: 3px solid #e9e9e9;
    padding: 5px 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    -o-transform: skew(-10deg);
    transform: skew(-10deg);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 8830, theme.scss */
    .product-info .top-row .bttn-compares:hover {
      background: #50b09b;
      color: #fff;
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

/* line 8843, theme.scss */
.product-info .middle-row {
  padding: 10px 0px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

/* line 8851, theme.scss */
.product-info .product-available:before {
  width: 20px; }
/* line 8854, theme.scss */
.product-info .middle-row {
  padding: 10px 0px;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 12px; }
  /* line 8859, theme.scss */
  .product-info .middle-row .js-modal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    border: 0;
    font-family: inherit;
    text-transform: none;
    color: #333333;
    font-size: 14px;
    font-style: italic;
    line-height: 14.65px;
    text-decoration: underline; }
    /* line 8879, theme.scss */
    .product-info .middle-row .js-modal svg {
      margin-left: 8px; }

/* line 8887, theme.scss */
.quan-title {
  color: #333333;
  font-size: 14px;
  font-style: italic;
  line-height: 14.65px;
  margin-right: 10px; }

/* line 8894, theme.scss */
.bttn-count {
  background: none;
  color: #333333;
  font-size: 30px;
  padding: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 0;
  width: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 8917, theme.scss */
.quantity-input {
  border: 3px solid #e9e9e9;
  width: 34px;
  height: 32px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-5deg);
  -ms-transform: skew(-5deg);
  -o-transform: skew(-5deg);
  transform: skew(-5deg); }

/* line 8929, theme.scss */
.product-info .option-image {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: 2px solid #e9e9e9;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  overflow: hidden;
  width: 16px;
  height: 16px;
  cursor: pointer;
  padding: 1px; }
  /* line 8944, theme.scss */
  .product-info .option-image img {
    -webkit-border-radius: 6px;
    border-radius: 6px; }
/* line 8950, theme.scss */
.product-info .option-image.active {
  border: 2px solid #333333;
  padding: 1px; }
/* line 8954, theme.scss */
.product-info .option {
  margin-bottom: 20px; }
  /* line 8956, theme.scss */
  .product-info .option label {
    margin-right: 10px; }
/* line 8960, theme.scss */
.product-info .option-cvet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 8966, theme.scss */
  .product-info .option-cvet label {
    margin-right: 10px; }

/* line 8971, theme.scss */
.slct {
  background-color: #fff;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-9deg);
  -ms-transform: skew(-9deg);
  -o-transform: skew(-9deg);
  transform: skew(-9deg);
  color: #666666;
  font-family: "Open Sans Italic";
  font-size: 16px;
  font-style: italic;
  text-transform: lowercase;
  padding-top: 0;
  padding-bottom: 0;
  cursor: pointer;
  padding-right: 40px; }

/* line 8990, theme.scss */
.product-title {
  max-width: 500px; }

/* line 8993, theme.scss */
.g-recaptcha {
  overflow: hidden; }

/* line 8996, theme.scss */
.not-relative {
  padding-top: 22px; }

/* line 8999, theme.scss */
.related_bundles {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 3px solid #e9e9e9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transform: skew(-8deg);
  -ms-transform: skew(-8deg);
  -o-transform: skew(-8deg);
  transform: skew(-8deg);
  display: flex;
  padding: 30px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  /* line 9011, theme.scss */
  .related_bundles .total {
    color: #333333;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 14.65px;
    padding-top: 32px; }
  /* line 9020, theme.scss */
  .related_bundles .plus-bundle, .related_bundles .equally {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 35px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 9038, theme.scss */
  .related_bundles div {
    -webkit-transform: skew(3deg);
    -ms-transform: skew(3deg);
    -o-transform: skew(3deg);
    transform: skew(3deg); }
  /* line 9044, theme.scss */
  .related_bundles svg {
    display: inline-block; }
  /* line 9060, theme.scss */
  .related_bundles:hover {
    border-color: #50b09b; }
  /* line 9068, theme.scss */
  .related_bundles .bundle-name {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 700;
    max-width: 110px;
    width: 110px;
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px;
    font-style: italic;
    line-height: 14.65px;
    text-transform: uppercase;
    margin-top: 5px;
    text-align: center; }
  /* line 9083, theme.scss */
  .related_bundles .bundle-img {
    margin: 0 auto;
    position: relative;
    padding: 5px;
    width: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 80px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #e9e9e9; }
    /* line 9107, theme.scss */
    .related_bundles .bundle-img .absolute-present {
      position: absolute;
      z-index: 2;
      top: -20px; }

/* line 9115, theme.scss */
.related_bundles-wrap {
  padding: 20px 20px;
  padding-left: 28px; }

/* line 9119, theme.scss */
.related_bundles-wrap {
  position: relative; }
  /* line 9121, theme.scss */
  .related_bundles-wrap .chkbx-control {
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border: 2px solid #e9e9e9; }

/* line 9132, theme.scss */
.product-info .old_price {
  color: #cdcdcd;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: italic;
  line-height: 34.65px;
  text-decoration: line-through; }
/* line 9140, theme.scss */
.product-info .product-price {
  color: #333333;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase; }
/* line 9148, theme.scss */
.product-info .product-prices {
  margin-top: 10px;
  padding-left: 28px; }
  /* line 9150, theme.scss */
  .product-info .product-prices .chkbx-label {
    padding-left: 0; }
  /* line 9154, theme.scss */
  .product-info .product-prices .chkbx-control {
    position: absolute;
    left: -28px;
    top: 50%;
    margin-top: -6px;
    width: 16px;
    height: 16px;
    border: 2px solid #e9e9e9; }

/* line 9166, theme.scss */
.option-selector {
  padding-left: 28px; }

/* line 9169, theme.scss */
.quan-title {
  padding-left: 28px; }

/* line 9175, theme.scss */
.bundle-title {
  margin: 20px 0px 5px;
  text-align: center; }

/* line 9179, theme.scss */
#gallery-wrapper {
  padding-right: 12px; }

/* line 9183, theme.scss */
.dynamic_item .cell-8 {
  padding-left: 5px; }

/* line 9188, theme.scss */
.related_bundles-wrap .chkbx-label {
  padding-left: 10px; }

/* line 9193, theme.scss */
.bttn-prim {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 13px 20px; }

/* line 9202, theme.scss */
.bttn-second {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  padding: 13px 20px; }

/* line 9211, theme.scss */
.product-buy {
  padding-left: 15px; }

/* line 9214, theme.scss */
.cart-add {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 80px;
  margin-right: 20px; }
  /* line 9227, theme.scss */
  .cart-add .cart-svg {
    background-color: #333333;
    height: 100%;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 15px;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-top-right-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-left: 3px solid #fff; }

/* line 9259, theme.scss */
.bttn-quick {
  width: 210px;
  height: 32px;
  border: 3px solid #e9e9e9;
  background: none;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  color: #666666;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  position: relative;
  padding: 0px 30px 0px 0px; }
  /* line 9294, theme.scss */
  .bttn-quick svg {
    margin-left: auto;
    position: absolute;
    right: 10px; }

/* line 9302, theme.scss */
.card .bttn-prim {
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/* line 9312, theme.scss */
.gallery-top {
  padding-top: 60px; }

/* line 9318, theme.scss */
.gallery-thumbs-wrap .swiper-button-next.is-thumb {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-image: url(right-chevron-black.svg);
  border: 0; }
  /* line 9323, theme.scss */
  .gallery-thumbs-wrap .swiper-button-next.is-thumb:after {
    content: "";
    display: block;
    width: 10px;
    height: 90px;
    background: #000;
    position: absolute;
    right: 65px;
    top: -34px;
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    transform: skew(-7deg); }
/* line 9338, theme.scss */
.gallery-thumbs-wrap .swiper-button-prev.is-thumb {
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  background-image: url(left.svg);
  border: 0; }
  /* line 9343, theme.scss */
  .gallery-thumbs-wrap .swiper-button-prev.is-thumb:after {
    content: "";
    display: block;
    width: 10px;
    height: 90px;
    background: #000;
    position: absolute;
    right: -51px;
    top: -34px;
    -webkit-transform: skew(-7deg);
    -ms-transform: skew(-7deg);
    -o-transform: skew(-7deg);
    transform: skew(-7deg); }

/* line 9359, theme.scss */
.product-descrition-wrap {
  border-top: 1px solid #e9e9e9;
  margin-top: 20px; }
  /* line 9362, theme.scss */
  .product-descrition-wrap h1 {
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 14.65px;
    text-transform: uppercase;
    margin: 30px 0px; }
  /* line 9371, theme.scss */
  .product-descrition-wrap .tit-h1 {
    padding-bottom: 37px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    line-height: 14.65px;
    text-transform: uppercase;
    margin: 30px 0px;
    text-rendering: optimizeLegibility;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px; }

/* line 9391, theme.scss */
.product-descrition-wrap .right-block {
  float: right;
  margin-left: 69px;
  margin-bottom: 20px; }
/* line 9396, theme.scss */
.product-descrition-wrap .video {
  max-width: 310px;
  max-height: 136px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
/* line 9418, theme.scss */
.product-descrition-wrap .video-description {
  color: #1a1a1a;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: italic; }

/* line 9427, theme.scss */
.product_reviews .right-review {
  padding-left: 60px; }
/* line 9430, theme.scss */
.product_reviews .form-field {
  height: 56px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  padding-left: 20px;
  border: 3px solid #e9e9e9;
  background-color: #ffffff; }
/* line 9442, theme.scss */
.product_reviews .form-field.text-field.is-textarea {
  min-height: 123px;
  padding-top: 15px; }
/* line 9446, theme.scss */
.product_reviews #review_form {
  padding-top: 20px; }
/* line 9449, theme.scss */
.product_reviews .star-rating-row {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 9460, theme.scss */
  .product_reviews .star-rating-row .title {
    margin-right: 10px; }
/* line 9464, theme.scss */
.product_reviews .reviews-please {
  color: #666666;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  font-style: italic; }
/* line 9471, theme.scss */
.product_reviews h1 {
  padding-bottom: 37px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e9e9e9; }

/* line 9478, theme.scss */
.bttn-reviews {
  height: 56px;
  border: 3px solid #ffffff;
  background-color: #e46148;
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0;
  position: relative;
  padding-right: 70px;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  margin-top: 10px;
  margin-left: -10px; }
  /* line 9516, theme.scss */
  .bttn-reviews .svg {
    border-left: 3px solid #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 10px; }

/* line 9537, theme.scss */
.template-is-product .puls {
  margin-top: -135px; }

/* line 9540, theme.scss */
.products-is-related {
  margin-bottom: -100px;
  margin-top: -40px; }

/* line 9545, theme.scss */
.cart-header {
  background-color: #333333;
  color: #fff;
  padding: 10px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  overflow: hidden;
  padding-right: 50px; }
  /* line 9546, theme.scss */
  .cart-header [data-items-text] {
    color: #50b09b;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 400;
    padding-left: 18px; }
  /* line 9553, theme.scss */
  .cart-header .return-catalog {
    margin-left: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666666;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic; }
    /* line 9570, theme.scss */
    .cart-header .return-catalog svg {
      margin-left: 10px; }
  /* line 9585, theme.scss */
  .cart-header .page-title {
    margin: 0;
    color: #ffffff;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
    position: relative; }
    /* line 9595, theme.scss */
    .cart-header .page-title:after {
      content: "";
      display: block;
      height: 60px;
      position: absolute;
      background: #fff;
      width: 3px;
      top: -10px;
      right: 0; }

/* line 9608, theme.scss */
.cart-item {
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 24px;
  padding: 24px;
  position: relative; }
  /* line 9615, theme.scss */
  .cart-item .item-remove {
    position: absolute;
    right: 10px;
    top: 10px; }
    /* line 9619, theme.scss */
    .cart-item .item-remove img {
      width: 13px;
      height: 13px; }

/* line 9626, theme.scss */
.cart-items {
  padding-top: 24px; }
  /* line 9627, theme.scss */
  .cart-items .item-total_price {
    color: #666666;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 20px;
    font-weight: 700;
    font-style: italic; }
  /* line 9634, theme.scss */
  .cart-items .item-money {
    color: #333333;
    font-family: "Febrotesk 4 F Unicase";
    font-size: 30px;
    font-weight: 700;
    font-style: italic; }
  /* line 9641, theme.scss */
  .cart-items .item-title-link {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline; }
  /* line 9650, theme.scss */
  .cart-items .item-image img {
    max-height: 140px; }
  /* line 9654, theme.scss */
  .cart-items .item-img {
    border: 1px solid #e9e9e9;
    padding: 5px;
    max-height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 9673, theme.scss */
    .cart-items .item-img img {
      max-height: 130px; }

/* line 9680, theme.scss */
.item-info-inner {
  padding-left: 20px;
  padding-right: 10px; }

/* line 9684, theme.scss */
.cart-empty.notice.notice-info {
  margin-top: 15px;
  text-align: center; }

/* line 9688, theme.scss */
a.filters-clear.bttn.bttn-second.in-filter {
  text-align: center;
  width: 100%;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px; }

/* line 9695, theme.scss */
label.filter-span {
  margin-bottom: 4px; }

/* line 9699, theme.scss */
input.dynamic_basket-submit.bttn-prim {
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none; }

/* line 9706, theme.scss */
.cart-banner {
  background-color: #333333;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 24px 20px;
  margin-top: 24px; }
  /* line 9712, theme.scss */
  .cart-banner .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0px; }
  /* line 9730, theme.scss */
  .cart-banner a {
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    color: #666;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-decoration: none; }
    /* line 9754, theme.scss */
    .cart-banner a svg {
      margin-left: 5px; }
  /* line 9758, theme.scss */
  .cart-banner .text {
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    line-height: 14.65px; }
  /* line 9765, theme.scss */
  .cart-banner:last-child {
    margin-bottom: 24px; }
  /* line 9768, theme.scss */
  .cart-banner .title {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    max-width: 100px;
    margin: 0 auto; }

/* line 9780, theme.scss */
.cart-banner.orange {
  background-color: #e46148; }
  /* line 9782, theme.scss */
  .cart-banner.orange a {
    color: #fff; }

/* line 9786, theme.scss */
.free-delivery {
  line-height: 0;
  margin-top: 24px;
  margin-bottom: 24px; }

/* line 9792, theme.scss */
.discounts-toggle {
  max-width: 244px;
  color: #333333;
  font-size: 18px;
  font-weight: 300;
  font-style: italic; }

/* line 9800, theme.scss */
.discounts-wrap {
  padding: 0px 80px 0px 130px; }

/* line 9803, theme.scss */
.cupon {
  min-width: 388px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 3px solid #e9e9e9;
  height: 56px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  /* line 9818, theme.scss */
  .cupon input {
    border: 0;
    width: 100%; }

/* line 9823, theme.scss */
.discounts-submit {
  background-color: #333333;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 0px 20px;
  border: 0;
  border-left: 3px solid #e9e9e9; }

/* line 9833, theme.scss */
.notice.is-warning {
  margin-top: 20px;
  text-align: center;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg); }

/* line 9843, theme.scss */
.notice.is-info, .page-feedback form .is-info#thanks:not(:empty), .page-feedback form small.is-info, .notice.notice-info, .page-feedback form .notice-info#thanks:not(:empty), .page-feedback form small#thanks:not(:empty), .page-feedback form small {
  margin: 20px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  text-align: center;
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg); }

/* line 9854, theme.scss */
.cart-order {
  background-color: #50b09b;
  padding: 30px 100px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  margin-bottom: 40px; }
  /* line 9864, theme.scss */
  .cart-order .psevdo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    border: 3px solid #ffffff;
    height: 56px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden; }
  /* line 9883, theme.scss */
  .cart-order .cart-total-capture {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 30px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    height: 100%; }

/* line 9894, theme.scss */
.discounts-wrap {
  padding-bottom: 24px; }

/* line 9897, theme.scss */
.cart-total {
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  background-color: #333333;
  padding: 20px 20px;
  border-right: 3px solid #fff; }

/* line 9908, theme.scss */
.cart-submit {
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding: 0 20px;
  height: 100%;
  background: #50b09b;
  color: #ffffff;
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 0; }

/* line 9927, theme.scss */
.products-is-cart_similar {
  margin-bottom: -100px; }
  /* line 9929, theme.scss */
  .products-is-cart_similar .products-control {
    display: none; }

/* line 9933, theme.scss */
.border-similar {
  height: 8px;
  background-color: #333333;
  margin-bottom: 10px; }

/* line 9940, theme.scss */
.bttn-transparent {
  -webkit-transform: skewX(-10deg);
  -ms-transform: skewX(-10deg);
  -o-transform: skewX(-10deg);
  transform: skewX(-10deg);
  width: 100%;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 9952, theme.scss */
a.added-link.bttn-prim {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  color: #50b09b;
  padding: 10px 10px;
  border-color: #50b09b; }

/* line 9961, theme.scss */
.added-title {
  font-family: "Febrotesk 4 F Unicase";
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  line-height: 26.65px;
  text-transform: uppercase; }

/* line 9970, theme.scss */
a.added-link.bttn-prim:hover {
  background: #50b09b;
  color: #fff; }

@media (max-width: 640px) {
  /* line 9975, theme.scss */
  .collection-filter .s-title {
    padding: 20px 0px; } }
/* line 9979, theme.scss */
span.page_size-radio-control {
  padding: 1px 4px; }

@media (max-width: 1280px) {
  /* line 9983, theme.scss */
  .item-total_price {
    text-align: center;
    width: 100%; } }
/* line 9989, theme.scss */
.template-is-cart .notice.is-warning {
  margin-top: 0; }

@media (max-width: 1200px) {
  /* line 9994, theme.scss */
  .discounts-wrap {
    padding-left: 20px;
    padding-right: 0px; }

  /* line 9999, theme.scss */
  .free-delivery img {
    width: 100%; }

  /* line 10005, theme.scss */
  .cart-item .quan-title {
    padding-left: 0;
    position: absolute;
    top: -20px; }

  /* line 10011, theme.scss */
  .relative-lg {
    position: relative; }

  /* line 10014, theme.scss */
  .cart-order {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 10018, theme.scss */
  .cupon {
    max-width: 300px;
    min-width: 300px;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  /* line 10026, theme.scss */
  .cart-order {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  /* line 10032, theme.scss */
  .template-is-cart .notice {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

  /* line 10038, theme.scss */
  .cart-header {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; } }
@media (max-width: 1024px) {
  /* line 10046, theme.scss */
  .cart-order {
    margin-bottom: 0; }

  /* line 10049, theme.scss */
  .cart-banner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 10061, theme.scss */
  .cart-banner.orange {
    margin-bottom: 24px; }

  /* line 10064, theme.scss */
  .cart-banner .text {
    line-height: initial;
    margin-right: 40px; }

  /* line 10068, theme.scss */
  .cart-banner a {
    margin: 0; }

  /* line 10071, theme.scss */
  .free-delivery {
    display: none; }

  /* line 10074, theme.scss */
  .cart-banner .icon {
    margin: 0px 40px; } }
@media (max-width: 768px) {
  /* line 10080, theme.scss */
  .cart-order .cart-total-capture {
    margin-bottom: 20px; }

  /* line 10083, theme.scss */
  .cart-submit {
    margin: 0 auto; }

  /* line 10086, theme.scss */
  .cart-total {
    width: 50%;
    text-align: center; }

  /* line 10090, theme.scss */
  .cupon {
    min-width: 200px; }

  /* line 10093, theme.scss */
  .discounts-wrap {
    padding-left: 0; }

  /* line 10096, theme.scss */
  .cart-header {
    padding-right: 12px; } }
@media (max-width: 1024px) {
  /* line 10101, theme.scss */
  .cart-header {
    padding-right: 12px; } }
@media (max-width: 640px) {
  /* line 10106, theme.scss */
  .notice.is-warning {
    margin-bottom: 24px; }

  /* line 10109, theme.scss */
  .item-image, .item-info {
    padding-bottom: 40px; }

  /* line 10112, theme.scss */
  .discounts-toggle {
    max-width: 100%;
    margin-bottom: 20px; }

  /* line 10116, theme.scss */
  .cupon {
    min-width: 100%;
    margin-top: 20px; } }
@media (max-width: 640px) {
  /* line 10122, theme.scss */
  .cart-banner {
    display: block; }
    /* line 10124, theme.scss */
    .cart-banner .icon {
      margin: 20px 0px; }

  /* line 10129, theme.scss */
  .cart-banner .text {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center; }

  /* line 10134, theme.scss */
  .cart-banner .title {
    max-width: 100%; } }
@media (max-width: 600px) {
  /* line 10140, theme.scss */
  .cart-order .psevdo {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: initial; }
    /* line 10145, theme.scss */
    .cart-order .psevdo .cart-total {
      width: 100%;
      border: 0;
      padding-top: 5px;
      padding-bottom: 5px; }

  /* line 10152, theme.scss */
  .cart-submit {
    border-top: 3px solid #fff;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: initial; } }
@media (max-width: 480px) {
  /* line 10161, theme.scss */
  .cart-item .quan-title {
    display: none; }

  /* line 10164, theme.scss */
  .item-image, .item-info {
    padding-bottom: 10px; }

  /* line 10167, theme.scss */
  .cart-items .item-total_price {
    text-align: center; } }
@media (max-width: 580px) {
  /* line 10172, theme.scss */
  .cart-header {
    padding-right: 0; }

  /* line 10175, theme.scss */
  .cart-header .return-catalog {
    padding-right: 12px;
    font-size: 14px; }

  /* line 10179, theme.scss */
  .cart-header .page-title {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 3px solid #fff; }
    /* line 10185, theme.scss */
    .cart-header .page-title:after {
      display: none; } }
/* line 10190, theme.scss */
.reviews-items-wrap {
  margin-bottom: 24px; }
  /* line 10192, theme.scss */
  .reviews-items-wrap .date {
    margin-bottom: 10px; }

/* line 10198, theme.scss */
.mobile_menu .search-widget .inpt-group-addon {
  position: relative;
  margin-left: -10px;
  left: 10px; }
/* line 10203, theme.scss */
.mobile_menu .social-menu {
  border-top: 1px solid #666;
  margin-top: 20px; }
  /* line 10206, theme.scss */
  .mobile_menu .social-menu:after {
    display: none; }
  /* line 10209, theme.scss */
  .mobile_menu .social-menu:before {
    display: none; }
/* line 10214, theme.scss */
.mobile_menu .phone {
  font-family: "Open Sans";
  line-height: 25px;
  font-size: 18px; }
/* line 10219, theme.scss */
.mobile_menu .login {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #50b09b;
  font-family: "Open Sans";
  font-size: 12px;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 10241, theme.scss */
  .mobile_menu .login svg {
    position: relative;
    top: 1px;
    margin-right: 10px; }
/* line 10247, theme.scss */
.mobile_menu .top-menu a {
  width: 100%;
  font-size: 18px; }
/* line 10251, theme.scss */
.mobile_menu .search-widget {
  margin: 0; }
/* line 10254, theme.scss */
.mobile_menu .sale-login {
  margin-top: 8px;
  margin-right: 0;
  padding-right: 0; }
  /* line 10258, theme.scss */
  .mobile_menu .sale-login:after {
    display: none; }

/* line 10263, theme.scss */
.alertify .ajs-body .ajs-content {
  padding-right: 0;
  padding-left: 0; }

/* line 10267, theme.scss */
.video {
  position: relative;
  overflow: hidden; }
  /* line 10270, theme.scss */
  .video:after {
    background-color: #333333;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }

/* line 10283, theme.scss */
.wrap-for-puls {
  background-image: url(pulse-line.png);
  background-position: bottom;
  background-repeat: no-repeat; }

/* line 10289, theme.scss */
.product-wrap {
  padding-bottom: 72px; }
  /* line 10290, theme.scss */
  .product-wrap .orange-question-mini {
    position: relative;
    z-index: 100;
    margin-left: 8px; }
    /* line 10294, theme.scss */
    .product-wrap .orange-question-mini:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: -8px;
      width: 8px;
      background: #fff;
      content: "";
      margin-top: -22px;
      margin-bottom: -22px; }
  /* line 10307, theme.scss */
  .product-wrap .right {
    position: relative; }
    /* line 10309, theme.scss */
    .product-wrap .right:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      border-left: 8px solid #000;
      content: ""; }

@media (max-width: 1280px) {
  /* line 10320, theme.scss */
  .similar-products-wrap {
    padding-left: 12px;
    padding-right: 0px; }

  /* line 10324, theme.scss */
  .orange-question-mini {
    padding: 20px 20px; }

  /* line 10328, theme.scss */
  .orange-question-mini .title {
    font-size: 17px; } }
/* line 10332, theme.scss */
.related_bundles .total {
  white-space: nowrap; }

/* line 10335, theme.scss */
.js-products-slider .products-title {
  background: #fff;
  position: relative;
  z-index: 10; }

/* line 10341, theme.scss */
.related_bundles-wrap {
  padding-bottom: 0px; }

@media (max-width: 1200px) {
  /* line 10345, theme.scss */
  .wrap-for-puls {
    background-position: 100% bottom; }

  /* line 10348, theme.scss */
  .product-wrap .right {
    width: 20%;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%; }

  /* line 10354, theme.scss */
  .product-wrap .left {
    width: 80%;
    -webkit-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%; }

  /* line 10360, theme.scss */
  .related_bundles-wrap {
    padding-right: 0;
    padding-bottom: 0px; }

  /* line 10364, theme.scss */
  .similar-products-wrap .title {
    margin-bottom: 15px;
    font-size: 14px; }

  /* line 10368, theme.scss */
  .gallery-top {
    padding-top: 0; }

  /* line 10371, theme.scss */
  .gallery-thumbs-wrap {
    margin-bottom: 40px; }

  /* line 10374, theme.scss */
  .product-info .product-title {
    max-width: 100%; }

  /* line 10377, theme.scss */
  .related_bundles {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
    /* line 10382, theme.scss */
    .related_bundles div {
      -webkit-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }

  /* line 10389, theme.scss */
  .product-buy {
    padding-left: 0; }

  /* line 10392, theme.scss */
  .similar-products-wrap .mini-card .title {
    margin-bottom: 1px;
    margin-top: 3px; } }
/* line 10397, theme.scss */
.product-wrap .right {
  background: #fff;
  position: relative;
  z-index: 10; }

@media (max-width: 1100px) {
  /* line 10403, theme.scss */
  #review_form input, #review_form textarea {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important; }

  /* line 10409, theme.scss */
  .product_reviews .right-review {
    padding-left: 20px; }

  /* line 10412, theme.scss */
  .bttn-reviews {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    margin-left: 0; }

  /* line 10419, theme.scss */
  .orange-question-mini {
    padding: 20px 10px; }

  /* line 10422, theme.scss */
  .orange-question-mini .title {
    font-size: 15px; }

  /* line 10425, theme.scss */
  .related_bundles-wrap {
    padding-right: 0;
    padding-bottom: 0px; } }
@media (max-width: 900px) {
  /* line 10431, theme.scss */
  .orange-question-mini {
    display: none; }

  /* line 10434, theme.scss */
  .similar-products-wrap {
    padding-top: 0;
    margin-top: 0; } }
@media (max-width: 768px) {
  /* line 10440, theme.scss */
  #gallery-wrapper {
    padding-right: 0; }

  /* line 10443, theme.scss */
  .gallery-top {
    border: 1px solid #50b09b;
    -webkit-border-radius: 10px;
    border-radius: 10px; }

  /* line 10448, theme.scss */
  .wrap-for-puls {
    background-position: 60% bottom; }

  /* line 10451, theme.scss */
  .product-wrap .right {
    background: transparent; }

  /* line 10454, theme.scss */
  .similar-products-wrap {
    padding-bottom: 120px; }

  /* line 10457, theme.scss */
  .similar-products-wrap .mini-card {
    max-width: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-left: 12px;
    padding-right: 12px; }

  /* line 10465, theme.scss */
  .similar-products-wrap .title {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 20px; }

  /* line 10472, theme.scss */
  .similar-products-wrap {
    border: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-box-flex: 1;
    flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 0px;
    margin-right: 0px; }

  /* line 10498, theme.scss */
  .product-wrap .right:after {
    display: none; }

  /* line 10501, theme.scss */
  .product-wrap .orange-question-mini:after {
    display: none; }

  /* line 10504, theme.scss */
  .orange-question-mini {
    display: block;
    margin-bottom: 30px;
    margin-left: 0px !important;
    margin-right: 0px !important; }

  /* line 10511, theme.scss */
  .product-wrap .right {
    padding-top: 0;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 10518, theme.scss */
  .product-wrap .left {
    padding-right: 0;
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (max-width: 640px) {
  /* line 10527, theme.scss */
  .products-is-related {
    margin-bottom: 0;
    margin-top: 10px; }

  /* line 10531, theme.scss */
  .swiper-slide .card {
    padding-bottom: 0; }

  /* line 10534, theme.scss */
  .related_bundles {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

  /* line 10548, theme.scss */
  .plus-bundle {
    padding: 0 !important;
    margin: 20px 0px 40px; }

  /* line 10552, theme.scss */
  .right-block {
    width: 100%;
    float: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 10569, theme.scss */
  .product-descrition-wrap .video-description {
    width: 100%;
    text-align: center; }

  /* line 10573, theme.scss */
  .product-descrition-wrap .video {
    max-width: 100%;
    width: 100%;
    height: initial;
    max-height: initial; } }
@media (max-width: 480px) {
  /* line 10581, theme.scss */
  .product_reviews .right-review {
    padding-left: 12px; }

  /* line 10584, theme.scss */
  .bttn-reviews {
    width: 100%; }

  /* line 10587, theme.scss */
  .gallery-thumbs-wrap .swiper-button-prev.is-thumb:after {
    display: none; }

  /* line 10590, theme.scss */
  .gallery-thumbs-wrap .swiper-button-next.is-thumb:after {
    display: none; }

  /* line 10593, theme.scss */
  .gallery-thumbs-wrap {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }

  /* line 10597, theme.scss */
  .gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
    right: -45px; }

  /* line 10600, theme.scss */
  .gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
    left: -45px; } }
@media (max-width: 500px) {
  /* line 10606, theme.scss */
  .cart-add {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 10620, theme.scss */
  .product-buy {
    margin-bottom: 0; }

  /* line 10623, theme.scss */
  .bttn-quick {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-transform: skew(0deg);
    -ms-transform: skew(0deg);
    -o-transform: skew(0deg);
    transform: skew(0deg); } }
@media (max-width: 420px) {
  /* line 10635, theme.scss */
  .product-info .product-sku {
    width: 100%;
    margin: 5px 0px; } }
@media (max-width: 380px) {
  /* line 10642, theme.scss */
  .similar-products-wrap .mini-card {
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 12px;
    padding-right: 12px; }

  /* line 10650, theme.scss */
  .wrap-for-puls {
    background-position: 67% bottom; } }
/* line 10655, theme.scss */
label.chkbx-label.active .related_bundles {
  border-color: #50b09b; }

/* line 10658, theme.scss */
.notice {
  margin: 15px 0px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

/* line 10663, theme.scss */
.card-image .gift, .gallery-wrapper .gift {
  position: absolute;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 0;
  z-index: 100;
  top: 0; }
  /* line 10672, theme.scss */
  .card-image .gift .img-wrap, .gallery-wrapper .gift .img-wrap {
    display: block;
    position: absolute;
    background: #fff;
    bottom: 0;
    top: 0;
    margin: auto;
    left: 9px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 10;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 56px;
    width: 56px;
    line-height: 0;
    overflow: hidden;
    padding: 2px; }
  /* line 10711, theme.scss */
  .card-image .gift .bundle-name, .gallery-wrapper .gift .bundle-name {
    min-height: 73px;
    overflow: hidden;
    background-color: #e46148;
    z-index: 10;
    text-align: left;
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    line-height: 14.65px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    min-width: 230px;
    padding-top: 30px;
    padding-bottom: 16px;
    padding-right: 15px;
    padding-left: 75px;
    -webkit-border-top-left-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    border-bottom-left-radius: 10px; }
    /* line 10714, theme.scss */
    .card-image .gift .bundle-name span, .gallery-wrapper .gift .bundle-name span {
      position: relative;
      top: 3px; }
    /* line 10718, theme.scss */
    .card-image .gift .bundle-name:after, .gallery-wrapper .gift .bundle-name:after {
      content: '+ подарок за покупку';
      position: absolute;
      top: 10px;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 700;
      font-style: italic;
      line-height: 14.65px; }

/* line 10763, theme.scss */
.product-info .bundle {
  padding: 0px 20px; }

/* line 10766, theme.scss */
.js-video_slider iframe {
  height: auto; }

/* line 10769, theme.scss */
.video-preview {
  cursor: pointer; }

/* line 10773, theme.scss */
.gift-cart {
  width: 100%;
  min-height: 72px;
  background-color: #e46148;
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  left: -20px;
  padding: 7px 10px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-right: 20px; }
  /* line 10797, theme.scss */
  .gift-cart .img-wrap {
    min-width: 57px;
    min-height: 57px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 15px; }
  /* line 10820, theme.scss */
  .gift-cart .bundle-name {
    padding-top: 20px;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
    position: relative; }
    /* line 10826, theme.scss */
    .gift-cart .bundle-name:after {
      white-space: nowrap;
      content: '+ подарок за покупку';
      position: absolute;
      top: 0px;
      left: 0;
      text-align: left;
      color: #ffffff;
      font-family: "Open Sans";
      font-size: 11px;
      font-weight: 700;
      font-style: italic;
      line-height: 14.65px; }

/* line 10842, theme.scss */
.cart-items .item-img {
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 1275px) {
  /* line 10847, theme.scss */
  .gift-cart .bundle-name:after {
    text-align: center; }

  /* line 10850, theme.scss */
  .gift-cart {
    position: absolute;
    right: 0;
    left: initial;
    width: initial;
    bottom: 0;
    -webkit-border-radius: 10px;
    border-radius: 10px; } }
@media (max-width: 1024px) {
  /* line 10861, theme.scss */
  .cart-bundle {
    padding-bottom: 110px;
    overflow: hidden; }

  /* line 10865, theme.scss */
  .gift-cart {
    width: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; }
    /* line 10869, theme.scss */
    .gift-cart:after {
      content: "";
      height: 24px;
      width: 24px;
      background: url("gift.svg");
      position: absolute;
      top: -25px;
      margin-left: -12px;
      color: #50b09b;
      left: 50%;
      right: 0; } }
@media (max-width: 640px) {
  /* line 10884, theme.scss */
  .product-block, .email-form.questions {
    margin-top: 20px; } }
/* line 10889, theme.scss */
.gallery-wrapper .gift {
  right: 30px; }

@media (max-width: 920px) {
  /* line 10893, theme.scss */
  .gallery-wrapper .gift {
    right: 0; }
    /* line 10895, theme.scss */
    .gallery-wrapper .gift .bundle-name {
      -webkit-border-bottom-right-radius: 10px;
      border-bottom-right-radius: 10px; } }
@media (max-width: 640px) {
  /* line 10903, theme.scss */
  .products-is-cart_similar {
    margin-bottom: 20px; } }
/* line 10908, theme.scss */
td.param-value a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

/* line 10927, theme.scss */
.in-search.card:hover .hover-card {
  height: 140%; }

/* line 10931, theme.scss */
.search-results-toolbar .pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top: 1px solid #f1f1f1;
  padding-top: 10px; }

@media (max-width: 768px) {
  /* line 10942, theme.scss */
  .article_preview {
    margin-bottom: 40px; } }
/* line 10946, theme.scss */
.block-w-back a {
  background-position: center;
  background-repeat: no-repeat; }

/* line 10950, theme.scss */
.video_slider .content {
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 10956, theme.scss */
.collection-filter {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }

/* line 10961, theme.scss */
.filter.is-active-container .filter-title.is-button-act {
  border-color: #4fb09b;
  color: #4fb09b;
  background: #fff; }

/* line 10966, theme.scss */
.m-modal-button--checkout, .wrapper.fc .button, .co-button, .picker-button, .wrapper .back_to_shop {
  background: #4fb09b;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  -o-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-border-radius: 10px !important;
  border-radius: 10px !important;
  border: 3px solid #e46148 !important;
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important; }
  /* line 10978, theme.scss */
  .m-modal-button--checkout:hover, .wrapper.fc .button:hover, .co-button:hover, .picker-button:hover, .wrapper .back_to_shop:hover {
    background: #fff !important;
    color: #333 !important; }

/* line 10983, theme.scss */
.co-notice--flash {
  margin-left: 20px; }

/* line 10986, theme.scss */
.card .hover-card {
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* line 10992, theme.scss */
.card {
  position: relative; }

@media (max-width: 640px) {
  /* line 10996, theme.scss */
  .js-products-slider .swiper-button-prev {
    margin-top: initial !important; }

  /* line 10999, theme.scss */
  .js-products-slider .swiper-button-next {
    margin-top: initial !important; } }
/* line 11005, theme.scss */
.index-text:after {
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important; }
/* line 11010, theme.scss */
.index-text:before {
  -webkit-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  transition: 0.3s !important; }
/* line 11016, theme.scss */
.index-text:hover:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }
/* line 11022, theme.scss */
.index-text:hover:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 11032, theme.scss */
.fixed_header {
  margin: 0;
  padding: 0; }

/* line 11038, theme.scss */
.fixed_header {
  background: #444444;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 11039, theme.scss */
  .fixed_header .cart {
    padding-left: 40px; }
  /* line 11042, theme.scss */
  .fixed_header .phone {
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 11059, theme.scss */
  .fixed_header .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 35px; }
    /* line 11066, theme.scss */
    .fixed_header .logo img {
      position: relative;
      top: 1px; }
  /* line 11071, theme.scss */
  .fixed_header .search-widget {
    margin: 0 auto;
    max-width: 100%; }
  /* line 11075, theme.scss */
  .fixed_header .cart [data-positions-count] {
    top: -14px; }
  /* line 11078, theme.scss */
  .fixed_header .compare [data-compares-counter] {
    top: -16px; }

@media (max-width: 1200px) {
  /* line 11083, theme.scss */
  .fixed_header .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px; } }
/* line 11093, theme.scss */
.fixed_header .compare {
  padding: 0;
  padding-right: 31px; }
/* line 11097, theme.scss */
.fixed_header .cart [data-positions-count] {
  left: 12px; }

/* line 11101, theme.scss */
.fixed_header .compare [data-compares-counter] {
  left: -27px; }

@media (max-width: 480px) {
  /* line 11106, theme.scss */
  .fixed_header .logo {
    max-height: 27px;
    position: relative;
    top: -1px; }

  /* line 11112, theme.scss */
  .fixed_header .cart [data-positions-count] {
    top: -8px; }

  /* line 11117, theme.scss */
  .fixed_header .row {
    height: 40px; }
  /* line 11121, theme.scss */
  .fixed_header .cart [data-positions-count] {
    left: -27px;
    top: -13px; }
  /* line 11125, theme.scss */
  .fixed_header .cart {
    padding-left: 0; }
  /* line 11128, theme.scss */
  .fixed_header .cart .cart-widget-link {
    font-size: 13px !important; } }
@media (max-width: 380px) {
  /* line 11135, theme.scss */
  .fixed_header .logo {
    top: 2px; } }
/* line 11139, theme.scss */
.prpr {
  padding-right: 15px; }
  /* line 11141, theme.scss */
  .prpr .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    /* line 11145, theme.scss */
    .prpr .wrap .name {
      font-weight: 700; }

/* line 11151, theme.scss */
.product_reviews .right-review {
  padding-left: 14px;
  padding-right: 15x; }

/* line 11156, theme.scss */
.bttn-reviews {
  margin-left: 0px; }

/* line 11159, theme.scss */
.prpr.top {
  margin-bottom: 20px;
  margin-top: 20px; }

/* line 11163, theme.scss */
.prpr {
  padding-right: 15px; }
  /* line 11165, theme.scss */
  .prpr .wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5px; }
    /* line 11169, theme.scss */
    .prpr .wrap .name {
      font-weight: 700; }

/* line 11175, theme.scss */
.product_reviews .right-review {
  padding-left: 14px;
  padding-right: 15x; }
  /* line 11178, theme.scss */
  .product_reviews .right-review input, .product_reviews .right-review textarea {
    transform: none !important; }

/* line 11182, theme.scss */
.bttn-reviews {
  margin-left: 0px; }

/* line 11188, theme.scss */
.prpr .wrap .name {
  margin-right: 5px; }

/* line 11194, theme.scss */
.bttn-reviews {
  transform: none; }

/* line 11197, theme.scss */
.product_reviews .form-field {
  transform: none; }

/* line 11202, theme.scss */
.product-descrition-wrap {
  padding-bottom: 30px; }

/* line 11207, theme.scss */
.bottom-header .menu--dropdown {
  display: none;
  position: absolute;
  z-index: 99;
  background: white;
  padding: 0px 17px 14px 0px;
  margin: 0;
  border-radius: 3px; }

/* line 11216, theme.scss */
.menu-node--main_lvl_1:hover .menu--main_lvl_2 {
  display: block; }

/* line 11220, theme.scss */
.gallery-thumb-video i {
  color: #fff;
  font-size: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }
