@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 10, theme.scss */
.advantage-text {
  color: #222222;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

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

/* 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; }

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

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

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

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

/* line 78, theme.scss */
.article-date {
  display: block;
  color: #222222; }

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

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

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

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

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

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

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

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

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

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

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

/* line 135, theme.scss */
.stiker-new {
  background-color: #f65050; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 245, 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 260, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 264, 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 272, 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 280, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

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

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

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

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

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

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

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

/* line 322, 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 331, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #144184; }

/* line 335, 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 350, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 356, 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 #144184; }

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

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

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

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

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

/* line 393, 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: #f65050; }

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

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

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

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

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

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

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

/* line 429, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #144184;
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 499, 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;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 580, 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 596, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

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

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

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

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

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

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

/* line 641, 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 652, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 660, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  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 667, 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 673, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

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

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

/* line 687, 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 698, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

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

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

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

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

/* line 722, theme.scss */
.form-done {
  color: #144184; }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 793, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 802, 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: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

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

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

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

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

/* line 855, 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 864, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #222222;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

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

/* line 879, 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 892, 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 896, 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 900, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 971, 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 990, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #144184; }

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

/* line 999, theme.scss */
.gallery-top {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px; }

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

/* line 1009, 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;
  align-items: center; }

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

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

/* line 1049, 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 #144184;
  top: calc(50% + 9px);
  left: -44px; }

/* line 1055, 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 #144184;
  top: calc(50% + 9px);
  right: -44px; }

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

/* line 1067, theme.scss */
.gallery-slide {
  height: 400px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  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;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 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;
  justify-content: center;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1159, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #144184;
  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: 1200px) {
  /* line 1185, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1190, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

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

/* line 1209, theme.scss */
.ajax-search-results {
  position: absolute;
  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 1225, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

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

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

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

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

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

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

/* line 1258, 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 1280, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1373, 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 1378, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

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

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

/* line 1391, 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 1396, theme.scss */
.settings_guide-color-link-primary:before {
  content: '$color-link-primary: '; }

/* line 1400, 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: #144184; }

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

/* line 1409, 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: #f65050; }

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

/* line 1418, 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: #E2E5EA; }

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

/* line 1427, 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: #144184; }

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

/* line 1436, 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 1441, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 1445, 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 1477, theme.scss */
.style_guide {
  padding: 0 50px; }

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

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

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

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

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

/* line 1507, 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 1520, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

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

/* line 1530, theme.scss */
.top-header {
  min-height: 84px;
  max-width: 1776px;
  margin: 0 auto; }
  /* line 1534, theme.scss */
  .top-header .js-modal {
    margin-right: 45px; }

/* line 1538, theme.scss */
.js-modal {
  color: #7f8fa4;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.36px; }

/* line 1546, theme.scss */
.tel {
  color: #7f8fa4;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 3.36px;
  display: inline-flex;
  align-items: center; }
  /* line 1555, theme.scss */
  .tel img {
    margin-right: 7px; }

/* line 1559, theme.scss */
.top-header-text {
  color: #b2bfd0;
  font-size: 15px;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 5.25px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }

/* line 1572, theme.scss */
#delim {
  margin: 0 3px;
  position: relative;
  top: -2px; }

/* line 1577, theme.scss */
.main-header {
  background-color: #cee5ed; }
  /* line 1579, theme.scss */
  .main-header .wrap {
    max-width: 1776px;
    margin: 0 auto; }
    /* line 1582, theme.scss */
    .main-header .wrap > .row {
      min-height: 238px; }
  /* line 1586, theme.scss */
  .main-header .logo {
    position: relative;
    top: 12px; }
  /* line 1590, theme.scss */
  .main-header .as-start {
    display: flex;
    align-items: center;
    margin-top: 48px; }
    /* line 1594, theme.scss */
    .main-header .as-start a {
      color: #3f4b5b;
      font-family: "Opel Sans";
      font-size: 13px;
      font-weight: 700;
      line-height: 45.87px;
      text-transform: uppercase;
      /* Text style for "en / рус" */
      letter-spacing: 1.05px;
      text-decoration: none; }
      /* line 1605, theme.scss */
      .main-header .as-start a:hover {
        color: #000; }

/* line 1612, theme.scss */
.as-start {
  align-self: flex-start; }

/* line 1617, theme.scss */
.header-link {
  color: #3f4b5b;
  font-family: "Opel Sans";
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.99px; }

/* line 1625, theme.scss */
a.header-link.collection {
  margin-bottom: 14px;
  display: inline-flex;
  margin-top: 14px; }

/* line 1630, theme.scss */
.right-header {
  align-content: flex-end; }
  /* line 1632, theme.scss */
  .right-header img {
    transition: 0.2s; }
  /* line 1635, theme.scss */
  .right-header span.delim {
    margin: 0px 5px; }

/* line 1639, theme.scss */
.favorites-widget {
  margin: 0px 5px 0px 27px; }

/* line 1642, theme.scss */
.as-end {
  align-self: flex-end;
  padding-bottom: 27px; }

/* line 1648, theme.scss */
.logo img {
  max-height: initial; }

/* line 1652, theme.scss */
.menu-wrap {
  background-color: #131313;
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px; }
  /* line 1661, theme.scss */
  .menu-wrap .menu-custom {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    min-height: 62px; }
    /* line 1667, theme.scss */
    .menu-wrap .menu-custom a {
      text-decoration: none; }
    /* line 1670, theme.scss */
    .menu-wrap .menu-custom ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
    /* line 1675, theme.scss */
    .menu-wrap .menu-custom li.level_1 {
      font-family: "Opel Sans";
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1.4px;
      padding: 0px 25px; }
      /* line 1682, theme.scss */
      .menu-wrap .menu-custom li.level_1 a {
        color: #ffffff; }
  /* line 1687, theme.scss */
  .menu-wrap .main-menu-marker {
    display: none; }

/* line 1691, theme.scss */
.search_widget {
  padding-left: 50px;
  display: flex;
  align-items: center; }
  /* line 1695, theme.scss */
  .search_widget .inpt-group {
    justify-content: flex-end; }

/* line 1701, theme.scss */
.search_widget-submit {
  background: none;
  padding: 0;
  margin-right: 14px;
  position: relative;
  top: 1px; }

/* line 1708, theme.scss */
input.search_widget-control {
  height: 15px;
  width: 165px;
  background-color: #dddfde;
  transition: 0.3s;
  font-size: 12px; }

/* line 1715, theme.scss */
.search_widget-control:active {
  height: 30px;
  font-size: 16px;
  background: #fff; }

/* line 1720, theme.scss */
.search_widget-control:focus {
  height: 30px;
  font-size: 16px;
  background: #fff; }

/* line 1725, theme.scss */
.search_widget-control:hover {
  height: 30px;
  font-size: 16px;
  background: #fff; }

/* line 1731, theme.scss */
.ul-level-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap; }

/* line 1736, theme.scss */
.level_1 {
  height: 100%; }
  /* line 1738, theme.scss */
  .level_1 > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%; }

/* line 1745, theme.scss */
.menu-wrap {
  justify-content: center; }

/* line 1749, theme.scss */
.menu-wrap {
  position: relative; }
  /* line 1751, theme.scss */
  .menu-wrap:before {
    content: "";
    height: 1px;
    background-color: #dae5ef;
    opacity: 0.44;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0; }

/* line 1765, theme.scss */
.bestsellers {
  padding-top: 110px; }
  /* line 1767, theme.scss */
  .bestsellers .title {
    margin-bottom: 30px;
    color: #3f4b5b;
    font-family: "Opel Sans";
    font-size: 37px;
    font-weight: 400;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 9.25px;
    text-align: center; }

/* line 1779, theme.scss */
.card-brand {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 3.9px;
  line-height: 37px;
  text-align: center;
  text-transform: uppercase; }
  /* line 1787, theme.scss */
  .card-brand a {
    color: #3f4b5b;
    text-decoration: none; }

/* line 1792, theme.scss */
.card-price {
  font-weight: 600;
  letter-spacing: 2.99px;
  line-height: 37px;
  color: #3f4b5b;
  text-align: center; }

/* line 1802, theme.scss */
.card-title {
  text-align: center;
  margin: 0; }
  /* line 1806, theme.scss */
  .card-title a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 2.6px; }

/* line 1815, theme.scss */
.bestsellers {
  padding-bottom: 30px; }

/* line 1820, theme.scss */
.promo-slider .slide-inner {
  height: 744px; }

/* line 1825, theme.scss */
.promo-slider .slide-inner {
  background-size: cover;
  text-align: center; }

/* line 1830, theme.scss */
.slide-content {
  padding-top: 0;
  height: 744px;
  display: flex;
  flex-wrap: wrap;
  align-content: center; }
  /* line 1836, theme.scss */
  .slide-content > div {
    flex-basis: 100%; }

/* line 1840, theme.scss */
.slide-description {
  color: #ffffff;
  font-family: "Playfair Display";
  font-size: 37px;
  font-weight: 400;
  line-height: 50px;
  letter-spacing: 0.74px;
  max-width: 932px;
  margin: 0 auto;
  margin-top: 20px; }

/* line 1851, theme.scss */
.swiper-button-prev {
  outline: none; }

/* line 1854, theme.scss */
.swiper-button-next {
  outline: none; }

/* line 1857, theme.scss */
.promo-slider-prev {
  transform: scale(0.5);
  transition: 0.3s;
  left: 5%; }
  /* line 1861, theme.scss */
  .promo-slider-prev:hover {
    transform: scale(1); }

/* line 1865, theme.scss */
.promo-slider-next {
  transform: scale(0.5);
  transition: 0.3s;
  right: 5%; }
  /* line 1869, theme.scss */
  .promo-slider-next:hover {
    transform: scale(1); }

/* line 1873, theme.scss */
.promo-slider-wrapper {
  padding-bottom: 124px; }

/* line 1877, theme.scss */
footer {
  min-height: 466px;
  background-color: #cee5ed;
  background-image: url(footer.png);
  background-repeat: no-repeat;
  background-position: 98% 85%; }

/* line 1886, theme.scss */
footer {
  padding-top: 45px; }
  /* line 1888, theme.scss */
  footer ul.footer_menu.menu {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 1892, theme.scss */
    footer ul.footer_menu.menu a {
      color: #3f4b5b;
      font-size: 20px;
      font-weight: 300;
      line-height: 29px; }
      /* line 1897, theme.scss */
      footer ul.footer_menu.menu a:hover {
        color: #000; }

/* line 1906, theme.scss */
footer .phone a,
footer .mail a {
  color: #3f4b5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none; }
  /* line 1912, theme.scss */
  footer .phone a:hover,
  footer .mail a:hover {
    color: #000; }
/* line 1917, theme.scss */
footer .phone {
  margin-top: 20px; }

/* line 1925, theme.scss */
footer .phone a,
footer .mail a {
  color: #3f4b5b;
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
  text-decoration: none; }
  /* line 1931, theme.scss */
  footer .phone a:hover,
  footer .mail a:hover {
    color: #000; }
/* line 1936, theme.scss */
footer .phone {
  margin-top: 20px; }

/* line 1940, theme.scss */
.social_title {
  color: #3f4b5b;
  font-family: "Open Sans";
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  padding-top: 24px;
  padding-bottom: 24px; }

/* line 1950, theme.scss */
.social-menu-link {
  background-size: 100%;
  border: 0;
  margin: 0;
  margin: 0px 20px; }

/* line 1956, theme.scss */
.social-menu {
  display: flex;
  justify-content: center; }

/* line 1961, theme.scss */
.copy {
  margin-top: 100px;
  color: #3f4b5b;
  font-size: 8px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.4px; }
  /* line 1968, theme.scss */
  .copy img {
    margin-bottom: 20px; }

/* line 1972, theme.scss */
.copy {
  padding-left: 60px; }

/* line 1975, theme.scss */
.consultation {
  background-image: url("consultation.jpg");
  height: 1281px; }

/* line 1980, theme.scss */
.consultation {
  background-repeat: no-repeat;
  background-size: cover; }
  /* line 1983, theme.scss */
  .consultation .title {
    height: 98px;
    background-color: #f5f5f5;
    color: #060606;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 8.44px;
    text-align: center;
    position: relative;
    top: 56px;
    display: flex;
    align-items: center;
    justify-content: center; }

/* line 2000, theme.scss */
.consultation {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  justify-content: center; }
  /* line 2005, theme.scss */
  .consultation .title {
    flex-basis: 100%; }
  /* line 2008, theme.scss */
  .consultation .link {
    min-width: 1184px;
    max-width: 100%;
    height: 179px;
    border: 10px solid #f7f7f7;
    display: block;
    position: absolute;
    bottom: 125px;
    display: flex;
    align-items: center; }
    /* line 2019, theme.scss */
    .consultation .link .wrap {
      max-width: 1139px;
      height: 137px;
      background-color: #f5f5f5;
      display: flex;
      align-items: center;
      margin: auto;
      text-align: center;
      color: #060606;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1.12px;
      padding: 0px 210px;
      line-height: 40px; }

/* line 2038, theme.scss */
.text-block {
  background: #cee5ed;
  text-align: center;
  min-height: 740px;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center; }
  /* line 2046, theme.scss */
  .text-block .title {
    color: #3f4b5b;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 8.8px;
    margin-bottom: 40px; }
  /* line 2053, theme.scss */
  .text-block .description {
    color: #3f4b5b;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 1.4px;
    max-width: 863px; }

/* line 2063, theme.scss */
.card-title a {
  color: #3f4b5b; }

/* line 2068, theme.scss */
.js-products-slider .swiper-pagination {
  width: 100%; }

/* line 2072, theme.scss */
.js-products-slider .swiper-container .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background-color: #9ba2ac;
  margin: 0 10px;
  outline: none;
  transition: 0.3s; }
  /* line 2079, theme.scss */
  .js-products-slider .swiper-container .swiper-pagination-bullet:hover {
    transform: scale(1.5);
    background-color: #3f4b5b; }

/* line 2084, theme.scss */
.js-products-slider .swiper-container .swiper-pagination-bullet-active {
  background-color: #3f4b5b; }

/* line 2088, theme.scss */
.js-products-slider .swiper-pagination {
  margin-top: 15px; }

/* line 2092, theme.scss */
.absolute-backgrpund {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1; }
  /* line 2099, theme.scss */
  .absolute-backgrpund .black {
    background: #000;
    height: 53%; }
  /* line 2103, theme.scss */
  .absolute-backgrpund .white {
    background: #fff;
    height: 47%; }

/* line 2109, theme.scss */
.banners-index {
  padding-top: 349px;
  position: relative; }
  /* line 2112, theme.scss */
  .banners-index a {
    text-decoration: none;
    color: #fff; }
  /* line 2116, theme.scss */
  .banners-index .left {
    padding-right: 37px;
    line-height: 0; }
  /* line 2120, theme.scss */
  .banners-index .right {
    padding-left: 37px;
    line-height: 0; }
  /* line 2124, theme.scss */
  .banners-index .container {
    max-width: 1711px; }
  /* line 2127, theme.scss */
  .banners-index .mini-title {
    color: #ffffff;
    font-size: 41px;
    font-weight: 600;
    letter-spacing: 3.91px;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 30px;
    line-height: initial; }
  /* line 2138, theme.scss */
  .banners-index .big-title {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    line-height: initial;
    text-transform: uppercase;
    /* Text style for "m, ust hav" */
    letter-spacing: 5.74px;
    padding-top: 25px;
    text-align: center; }

/* line 2152, theme.scss */
.image-wrap {
  display: flex; }

/* line 2156, theme.scss */
.index-blog {
  background: #cee5ed;
  padding-top: 243px;
  padding-bottom: 217px; }
  /* line 2160, theme.scss */
  .index-blog .art-title {
    z-index: 10; }
  /* line 2163, theme.scss */
  .index-blog .wrap {
    position: relative; }
  /* line 2166, theme.scss */
  .index-blog .item {
    position: relative; }
  /* line 2169, theme.scss */
  .index-blog .title {
    color: #2d3d42;
    font-size: 40px;
    font-weight: 700;
    line-height: 29px;
    text-transform: uppercase;
    letter-spacing: 4px;
    text-align: center;
    margin-bottom: 111px; }
  /* line 2179, theme.scss */
  .index-blog .container {
    max-width: 1644px; }
  /* line 2182, theme.scss */
  .index-blog .img-wrap {
    background-size: cover;
    background-repeat: no-repeat; }
  /* line 2186, theme.scss */
  .index-blog .art-title {
    color: #2d3d42;
    font-size: 37px;
    font-weight: 700;
    letter-spacing: 2.59px;
    text-align: center;
    z-index: 100;
    top: 100%;
    width: 100%;
    padding-top: 10px; }
  /* line 2197, theme.scss */
  .index-blog .left {
    padding-right: 26px;
    flex-basis: 46.04271356783919%; }
    /* line 2200, theme.scss */
    .index-blog .left .item {
      position: relative;
      height: 981px; }
      /* line 2203, theme.scss */
      .index-blog .left .item .img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  /* line 2212, theme.scss */
  .index-blog .right {
    padding-left: 26px;
    flex-basis: 53.95728643216081%; }
    /* line 2215, theme.scss */
    .index-blog .right .wrap:first-child {
      margin-bottom: 56px; }
      /* line 2217, theme.scss */
      .index-blog .right .wrap:first-child .art-title {
        top: 0;
        z-index: 100;
        position: absolute;
        color: #2d3d42;
        font-family: "Open Sans";
        font-size: 37px;
        font-weight: 700;
        line-height: 40px;
        text-transform: uppercase;
        letter-spacing: 2.59px;
        text-align: left;
        padding: 32px; }
    /* line 2232, theme.scss */
    .index-blog .right .item {
      width: 100%;
      height: 469px; }
      /* line 2235, theme.scss */
      .index-blog .right .item .img-wrap {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    /* line 2243, theme.scss */
    .index-blog .right .item:last-child {
      width: 100%;
      height: 456px; }
  /* line 2248, theme.scss */
  .index-blog .item {
    display: block;
    text-decoration: none;
    overflow: hidden; }
    /* line 2252, theme.scss */
    .index-blog .item .img-wrap {
      transition: 0.3s; }
    /* line 2256, theme.scss */
    .index-blog .item:hover .img-wrap {
      transform: scale(1.1); }

/* line 2265, theme.scss */
.art-description {
  font-weight: 400;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-align: center;
  color: #2d3d42; }

/* line 2273, theme.scss */
.index-blog a {
  text-decoration: none; }

/* line 2278, theme.scss */
.instagram {
  padding-bottom: 219px; }

/* line 2282, theme.scss */
.instagram {
  padding-top: 219px; }

/* line 2285, theme.scss */
.instagram-title {
  color: #2d3d42;
  font-size: 40px;
  font-weight: 700;
  line-height: 29px;
  text-transform: uppercase;
  letter-spacing: 4px;
  padding-bottom: 60px; }

/* line 2294, theme.scss */
.link_on_image {
  border-top: 25px solid #000;
  min-resolution: res;
  height: 481px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("yellow.jpg");
  background-size: cover;
  max-width: 1920px;
  margin: 0 auto; }
  /* line 2304, theme.scss */
  .link_on_image a {
    color: #ffffff;
    font-size: 23px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 3.91px;
    max-width: 750px;
    width: 100%;
    min-height: 118px;
    background-color: #131313;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    border: 5px solid #000;
    margin-left: 20px;
    margin-right: 20px; }
    /* line 2322, theme.scss */
    .link_on_image a:hover {
      border: 5px solid #000;
      background: #fff;
      color: #000; }

/* line 2330, theme.scss */
.articles_slider {
  padding-top: 119px;
  max-width: 1920px;
  padding-left: 123px;
  padding-right: 123px;
  position: relative;
  text-align: center; }
  /* line 2337, theme.scss */
  .articles_slider .title {
    color: #000000;
    font-size: 40px;
    font-weight: 800;
    line-height: 37px;
    text-transform: uppercase;
    letter-spacing: 10.4px;
    text-align: center;
    padding-bottom: 124px; }

/* line 2348, theme.scss */
.article_preview-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 30.13px;
  text-transform: uppercase;
  letter-spacing: 1.66px;
  display: block;
  text-align: center;
  padding-bottom: 30px; }

/* line 2358, theme.scss */
.article-date {
  color: #96b7c2;
  font-size: 13px;
  font-weight: 400;
  line-height: 37.68px;
  letter-spacing: 3.4px; }

/* line 2365, theme.scss */
.article_preview-bottom {
  justify-content: center; }

/* line 2368, theme.scss */
.article_preview-url {
  color: #96b7c2;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  border-bottom: 3px solid #96b7c2;
  border-top: 3px solid #fff;
  padding-bottom: 5px;
  padding-top: 5px;
  transition: 0.3s; }
  /* line 2379, theme.scss */
  .article_preview-url:hover {
    color: #96b7c2;
    border-top: 3px solid #96b7c2; }

/* line 2386, theme.scss */
.article_preview:hover .article_preview-url {
  color: #96b7c2;
  border-top: 3px solid #96b7c2; }

@media (max-width: 1880px) {
  /* line 2395, theme.scss */
  .top-header {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2399, theme.scss */
  .main-header .wrap {
    padding-left: 20px;
    padding-right: 20px; } }
/* line 2405, theme.scss */
.menu-wrap .menu-custom li.level_1:first-child {
  padding-left: 0; }

@media (max-width: 1700px) {
  /* line 2409, theme.scss */
  .menu-wrap .menu-custom li.level_1 {
    padding: 0px; }

  /* line 2412, theme.scss */
  .menu-wrap {
    justify-content: space-between; }

  /* line 2415, theme.scss */
  .menu-custom {
    width: 100%; }

  /* line 2418, theme.scss */
  .ul-level-1 {
    width: 100%;
    justify-content: space-around; } }
/* line 2423, theme.scss */
.search_widget-submit {
  outline: none;
  min-width: 20px; }

/* line 2427, theme.scss */
.show1500 {
  display: none; }

@media (max-width: 1500px) {
  /* line 2431, theme.scss */
  .hide1500 {
    display: none; }

  /* line 2434, theme.scss */
  .show1500 {
    display: flex; }

  /* line 2437, theme.scss */
  .top-header-text {
    margin: initial; }

  /* line 2440, theme.scss */
  .top-header .js-modal {
    margin: 0; }

  /* line 2443, theme.scss */
  .ul-level-1 {
    width: 100%;
    justify-content: space-between; } }
@media (max-width: 1200px) {
  /* line 2450, theme.scss */
  .menu-wrap .menu-custom li.level_1 a {
    font-size: 14px; }

  /* line 2453, theme.scss */
  .top-header {
    min-height: 60px; } }
/* line 2458, theme.scss */
.bttn-burger {
  display: none; }

@media (max-width: 1024px) {
  /* line 2463, theme.scss */
  .bttn-burger {
    display: flex;
    justify-content: center; }

  /* line 2467, theme.scss */
  .menu-wrap .menu-custom {
    display: none; }

  /* line 2470, theme.scss */
  .menu-wrap {
    padding-top: 10px;
    padding-bottom: 10px; } }
/* line 2475, theme.scss */
.bttn-burger {
  padding: 0;
  background: transparent;
  align-items: center;
  color: #fff;
  outline: none; }
  /* line 2481, theme.scss */
  .bttn-burger img {
    height: 30px;
    margin-right: 15px; }
  /* line 2485, theme.scss */
  .bttn-burger span {
    font-family: "Opel Sans";
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.99px; }

@media (max-width: 1024px) {
  /* line 2494, theme.scss */
  .main-header .logo {
    top: 10px; }

  /* line 2497, theme.scss */
  a.header-link.collection {
    font-size: 14px; }

  /* line 2500, theme.scss */
  .header-link {
    font-size: 14px; }

  /* line 2503, theme.scss */
  .top-header {
    position: relative;
    min-height: 0;
    height: 0;
    top: 20px; }
    /* line 2508, theme.scss */
    .top-header .tel {
      position: relative;
      top: 20px;
      border-bottom: 1px solid; }

  /* line 2515, theme.scss */
  .top-header-text {
    display: none; }

  /* line 2518, theme.scss */
  .top-header .js-modal {
    display: none; }

  /* line 2521, theme.scss */
  .main-header .as-start {
    margin-top: 20px; }

  /* line 2524, theme.scss */
  .search_widget-control:active {
    width: 360px; }

  /* line 2529, theme.scss */
  .search_widget-control:focus {
    width: 360px; }

  /* line 2534, theme.scss */
  .search_widget-control:hover {
    width: 360px; } }
@media (max-width: 920px) {
  /* line 2539, theme.scss */
  a.header-link.collection {
    display: none; }

  /* line 2542, theme.scss */
  .header-link {
    display: none; }

  /* line 2545, theme.scss */
  .right-header span.delim {
    display: none; }

  /* line 2548, theme.scss */
  .right-header {
    align-content: center; }

  /* line 2551, theme.scss */
  .as-end {
    align-self: center;
    padding-bottom: 0; }

  /* line 2555, theme.scss */
  .main-header .wrap > .row {
    height: 120px;
    min-height: 120px;
    height: 120px;
    padding: 20px 0px; }

  /* line 2561, theme.scss */
  .main-header .logo {
    top: 5px; }

  /* line 2564, theme.scss */
  .main-header .as-start {
    margin-top: 0; }

  /* line 2567, theme.scss */
  .show1500 {
    display: none; }

  /* line 2570, theme.scss */
  .main-header .as-start {
    align-self: center; }

  /* line 2573, theme.scss */
  .logo img {
    max-height: 90px; } }
@media (max-width: 640px) {
  /* line 2578, theme.scss */
  .search_widget-control:active {
    width: 270px; }

  /* line 2583, theme.scss */
  .search_widget-control:focus {
    width: 270px; }

  /* line 2588, theme.scss */
  .search_widget-control:hover {
    width: 270px; } }
@media (max-width: 500px) {
  /* line 2593, theme.scss */
  .search_widget-control:active {
    width: 200px; }

  /* line 2598, theme.scss */
  .search_widget-control:focus {
    width: 200px; }

  /* line 2603, theme.scss */
  .search_widget-control:hover {
    width: 200px; } }
@media (max-width: 420px) {
  /* line 2610, theme.scss */
  .bttn-burger span {
    display: none; }

  /* line 2613, theme.scss */
  .bttn-burger img {
    margin-right: 0; }

  /* line 2616, theme.scss */
  .favorites-widget {
    /* display: none; */ }

  /* line 2619, theme.scss */
  .search_widget-control:active {
    width: 170px; }

  /* line 2624, theme.scss */
  .search_widget-control:focus {
    width: 170px; }

  /* line 2629, theme.scss */
  .search_widget-control:hover {
    width: 170px; } }
/* line 2635, theme.scss */
footer ul.footer_menu.menu {
  justify-content: space-between; }

@media (max-width: 1700px) {
  /* line 2639, theme.scss */
  .copy {
    padding-left: 20px;
    padding-right: 20px; } }
@media (max-width: 1600px) {
  /* line 2645, theme.scss */
  footer ul.footer_menu.menu a {
    font-size: 16px; } }
@media (max-width: 1300px) {
  /* line 2650, theme.scss */
  ul.footer_menu.menu {
    flex-wrap: wrap; }

  /* line 2653, theme.scss */
  footer ul.footer_menu.menu a {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px; }

  /* line 2659, theme.scss */
  footer ul.footer_menu.menu {
    justify-content: center; }

  /* line 2662, theme.scss */
  .copy {
    margin-top: 0; } }
@media (max-width: 1100px) {
  /* line 2668, theme.scss */
  footer {
    background-size: 200px; } }
@media (max-width: 800px) {
  /* line 2674, theme.scss */
  footer {
    background-size: 100px; } }
@media (max-width: 630px) {
  /* line 2680, theme.scss */
  footer {
    background-image: none;
    min-height: initial;
    padding-bottom: 20px; }

  /* line 2685, theme.scss */
  .copy {
    padding-top: 40px;
    text-align: center; }

  /* line 2689, theme.scss */
  footer ul.footer_menu.menu a {
    line-height: initial;
    text-align: center; } }
@media (max-width: 420px) {
  /* line 2697, theme.scss */
  .social-menu-link {
    margin: 0px 10px; } }
@media (max-width: 1200px) and (min-width: 767px) {
  /* line 2704, theme.scss */
  .card-title a {
    font-size: 16px; } }
@media (max-width: 768px) {
  /* line 2710, theme.scss */
  .bestsellers .card {
    padding-top: 10px;
    border-bottom: 1px solid rgba(163, 163, 164, 0.19); }
  /* line 2717, theme.scss */
  .bestsellers .cell-4:last-child .card {
    border: 0; }

  /* line 2723, theme.scss */
  .bestsellers {
    padding-top: 50px; }

  /* line 2726, theme.scss */
  .bestsellers .title {
    font-size: 30px;
    letter-spacing: 6.25px;
    margin-bottom: 0; } }
/* line 2736, theme.scss */
.promo-slider-prev.swiper-button-prev.swiper-button-white {
  width: 50px; }

/* line 2740, theme.scss */
.promo-slider-next.swiper-button-next.swiper-button-white {
  width: 50px; }

@media (max-width: 1700px) {
  /* line 2751, theme.scss */
  .promo-slider-prev {
    left: 0; }

  /* line 2754, theme.scss */
  .promo-slider-next {
    right: 0; } }
/* line 2758, theme.scss */
.slide-title {
  padding-left: 60px;
  padding-right: 60px; }

@media (max-width: 1200px) {
  /* line 2764, theme.scss */
  .slide-description {
    padding-left: 60px;
    padding-right: 60px;
    word-break: break-word; }

  /* line 2769, theme.scss */
  .slide-title {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    font-size: 36px;
    text-wrap: wrap;
    word-break: break-word; } }
@media (max-width: 640px) {
  /* line 2779, theme.scss */
  .slide-description {
    line-height: 36px;
    font-size: 27px; } }
@media (max-width: 1279px) {
  /* line 2786, theme.scss */
  .consultation .link {
    width: 90%;
    min-width: initial; }

  /* line 2790, theme.scss */
  .consultation .link .wrap {
    width: calc(100% - 20px);
    line-height: 30px;
    font-size: 18px;
    padding: 0px 20px;
    text-align: center;
    justify-content: center; } }
@media (max-width: 800px) {
  /* line 2800, theme.scss */
  .consultation .title {
    font-size: 40px;
    letter-spacing: 6.44px; }

  /* line 2804, theme.scss */
  .consultation {
    height: 400px; }

  /* line 2807, theme.scss */
  .consultation .link {
    bottom: 20px; }

  /* line 2810, theme.scss */
  .consultation .link .wrap {
    font-size: 16px;
    line-height: 25px; } }
@media (max-width: 768px) {
  /* line 2817, theme.scss */
  .promo-slider .slide-inner {
    min-height: 600px;
    height: initial;
    padding: 20px 0px; }

  /* line 2822, theme.scss */
  .slide-content {
    min-height: 600px;
    height: initial;
    padding: 20px 0px; }

  /* line 2827, theme.scss */
  .consultation .title {
    font-size: 30px;
    letter-spacing: 6.44px;
    display: none; }

  /* line 2832, theme.scss */
  .consultation {
    height: 400px; }

  /* line 2836, theme.scss */
  .consultation .link {
    bottom: 20px; }

  /* line 2839, theme.scss */
  .consultation .link .wrap {
    font-size: 16px;
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    height: initial; }

  /* line 2847, theme.scss */
  .consultation .link {
    height: initial;
    padding-top: 10px;
    padding-bottom: 10px;
    bottom: initial;
    transform: translateY(50%); }

  /* line 2854, theme.scss */
  .promo-slider-wrapper {
    padding-bottom: 60px; } }
/* line 2860, theme.scss */
.text-block {
  padding-top: 40px;
  padding-bottom: 40px; }

@media (max-width: 768px) {
  /* line 2865, theme.scss */
  .text-block {
    min-height: initial;
    padding-top: 70px;
    padding-bottom: 70px; }

  /* line 2870, theme.scss */
  .text-block .title {
    font-size: 25px; } }
/* line 2877, theme.scss */
.js-products-slider .swiper-pagination {
  position: relative;
  top: 0px; }

/* line 2882, theme.scss */
.banners-index img {
  max-height: initial; }

@media (max-width: 1800px) {
  /* line 2888, theme.scss */
  .banners-index .container {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 2893, theme.scss */
  .banners-index .right {
    padding-left: 20px; }

  /* line 2896, theme.scss */
  .banners-index .left {
    padding-right: 20px; } }
/* line 2900, theme.scss */
.products-slider-wrapper {
  padding-top: 40px; }

/* line 2903, theme.scss */
.banners-index {
  padding-top: 150px; }

@media (max-width: 1370px) {
  /* line 2907, theme.scss */
  .banners-index {
    padding-top: 70px; } }
@media (max-width: 768px) {
  /* line 2912, theme.scss */
  .banners-index .left {
    padding-right: 0;
    width: 100%;
    padding-bottom: 60px; }
    /* line 2916, theme.scss */
    .banners-index .left img {
      width: 100%; }

  /* line 2920, theme.scss */
  .banners-index .right {
    padding-left: 0;
    width: 100%; }

  /* line 2924, theme.scss */
  .image-wrap {
    flex-wrap: wrap; }

  /* line 2927, theme.scss */
  .absolute-backgrpund .white {
    background: #000; }

  /* line 2930, theme.scss */
  .banners-index .big-title {
    padding-top: 15px; } }
/* line 2934, theme.scss */
.abs-img1 {
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 240px; }

/* line 2940, theme.scss */
.abs-img2 {
  position: absolute;
  z-index: 10;
  left: 0px;
  top: 400px; }

/* line 2946, theme.scss */
.abs-img3 {
  position: relative;
  z-index: 10; }

/* line 2951, theme.scss */
.index-blog {
  position: relative;
  max-width: 1920px; }
  /* line 2954, theme.scss */
  .index-blog .relative {
    position: relative; }
  /* line 2957, theme.scss */
  .index-blog .abs {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center; }

/* line 2968, theme.scss */
.index-blog-wrap {
  background: #cee5ed; }

/* line 2971, theme.scss */
.index-blog {
  margin: 0 auto; }

/* line 2976, theme.scss */
.abs-img3 {
  left: -60px;
  top: -85px; }

@media (max-width: 1750px) {
  /* line 2981, theme.scss */
  .abs-img1 {
    height: 150px;
    bottom: 300px; }

  /* line 2985, theme.scss */
  .abs-img2 {
    height: 200px;
    top: 330px; }

  /* line 2989, theme.scss */
  .index-blog .left {
    padding-right: 20px; }

  /* line 2992, theme.scss */
  .index-blog .right {
    padding-left: 20px; }

  /* line 2995, theme.scss */
  .index-blog .right .wrap:first-child {
    margin-bottom: 40px; }

  /* line 2998, theme.scss */
  .index-blog .right .item:last-child {
    height: 470px; }

  /* line 3001, theme.scss */
  .index-blog .right .item {
    height: 470px; }

  /* line 3004, theme.scss */
  .index-blog .left .item {
    height: 980px; }

  /* line 3007, theme.scss */
  .abs-img3 {
    height: 300px;
    left: -40px; }

  /* line 3011, theme.scss */
  .index-blog {
    padding-top: 70px;
    padding-bottom: 70px; }

  /* line 3016, theme.scss */
  .index-blog .title {
    margin-bottom: 50px; } }
@media (max-width: 1279px) {
  /* line 3021, theme.scss */
  .index-blog .left .item {
    height: 680px; }

  /* line 3024, theme.scss */
  .index-blog .right .item:last-child {
    height: 320px; }

  /* line 3027, theme.scss */
  .index-blog .right .item {
    height: 320px; } }
@media (max-width: 920px) {
  /* line 3032, theme.scss */
  .index-blog .right .wrap:first-child {
    margin-bottom: 30px; }

  /* line 3035, theme.scss */
  .index-blog {
    padding-bottom: 0px; }

  /* line 3038, theme.scss */
  .index-blog .left {
    flex-basis: 100%;
    padding-right: 0px;
    padding-bottom: 40px; }

  /* line 3043, theme.scss */
  .index-blog .right {
    flex-basis: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    /* line 3049, theme.scss */
    .index-blog .right .wrap {
      width: 100%;
      margin: 0;
      padding-bottom: 40px; }

  /* line 3056, theme.scss */
  .index-blog .left .item {
    height: 400px; }

  /* line 3059, theme.scss */
  .abs-img3 {
    position: absolute;
    right: -66px;
    left: initial;
    top: -161px; } }
@media (max-width: 768px) {
  /* line 3067, theme.scss */
  .abs-img3 {
    height: 200px;
    top: -100px;
    right: -50px; }

  /* line 3072, theme.scss */
  .index-blog .art-title {
    font-size: 30px; }

  /* line 3075, theme.scss */
  .index-blog .right .wrap:first-child .art-title {
    font-size: 30px; }

  /* line 3078, theme.scss */
  .abs-img1 {
    bottom: 0px; }

  /* line 3081, theme.scss */
  .index-blog .right .item {
    height: 400px; }

  /* line 3084, theme.scss */
  .index-blog .right .item:last-child {
    height: 400px; } }
/* line 3087, theme.scss */
.index-blog {
  overflow: hidden; }

@media (max-width: 768px) {
  /* line 3091, theme.scss */
  .products-slider-wrapper {
    padding-bottom: 56px; } }
@media (max-width: 420px) {
  /* line 3098, theme.scss */
  .link_on_image a {
    font-size: 16px;
    min-height: 58px; } }
/* line 3104, theme.scss */
.article_preview-title {
  color: #2d3d42; }

/* line 3108, theme.scss */
.a-button-prev {
  position: absolute;
  top: 87px;
  z-index: 10;
  left: -76px;
  cursor: pointer;
  outline: none;
  transition: 0.3s; }
  /* line 3116, theme.scss */
  .a-button-prev:hover {
    transform: scale(1.2); }

/* line 3120, theme.scss */
.a-button-next {
  position: absolute;
  top: 87px;
  z-index: 10;
  right: -76px;
  cursor: pointer;
  outline: none;
  transition: 0.3s; }
  /* line 3128, theme.scss */
  .a-button-next:hover {
    transform: scale(1.2); }

/* line 3133, theme.scss */
.articles_slider {
  margin: 0 auto; }

/* line 3137, theme.scss */
.article_preview-title {
  color: #2d3d42; }

/* line 3142, theme.scss */
.articles_slider {
  margin: 0 auto; }

/* line 3145, theme.scss */
a.article-date {
  margin-top: 14px;
  margin-bottom: 18px; }

/* line 3149, theme.scss */
.article_preview-url {
  margin-top: 24px; }

/* line 3152, theme.scss */
.articles_slider {
  padding-bottom: 40px; }

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

@media (max-width: 1500px) {
  /* line 3161, theme.scss */
  .a-button-prev {
    top: 50%;
    margin-top: -25px; }

  /* line 3166, theme.scss */
  .a-button-next {
    top: 50%;
    margin-top: -25px; } }
@media (max-width: 640px) {
  /* line 3172, theme.scss */
  .articles_slider {
    padding-top: 70px; }

  /* line 3176, theme.scss */
  .articles_slider .title {
    padding-bottom: 50px;
    font-size: 27px;
    letter-spacing: initial; }

  /* line 3181, theme.scss */
  .articles_slider {
    padding-left: 60px;
    padding-right: 60px; }

  /* line 3185, theme.scss */
  .a-button-prev {
    top: 50%;
    margin-top: -25px;
    left: -45px; }

  /* line 3191, theme.scss */
  .a-button-next {
    top: 50%;
    margin-top: -25px;
    right: -45px; } }
/* line 3200, theme.scss */
.predel {
  display: flex;
  align-items: center;
  padding-right: 20px;
  padding-left: 20px;
  overflow: hidden;
  max-width: 1700px; }

/* line 3208, theme.scss */
.ul-level-2 {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  transition: 0.4s;
  z-index: 1000;
  overflow: hidden;
  padding-top: 50px;
  z-index: -100; }

/* line 3222, theme.scss */
.level_1:hover .ul-level-2 {
  width: initial;
  opacity: 1;
  z-index: 1000; }

/* line 3232, theme.scss */
.psevdo-back {
  position: absolute;
  transition: 0.3s; }

/* line 3237, theme.scss */
.psevdo-back.active {
  position: absolute;
  left: 0;
  top: 100%;
  right: 0;
  background: rgba(206, 229, 237, 0.9);
  z-index: 100; }

/* line 3246, theme.scss */
.asolute-wr {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #cee5ed; }

/* line 3253, theme.scss */
.ul-level-2 li a {
  color: #000000 !important;
  font-family: "Opel Sans";
  font-size: 17px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  letter-spacing: 1.4px; }

/* line 3262, theme.scss */
.menu-wrap .menu-custom .ul-level-2 {
  padding-top: 30px; }
  /* line 3264, theme.scss */
  .menu-wrap .menu-custom .ul-level-2:after {
    content: "";
    display: block;
    width: 4px;
    background-color: #3f4b5b;
    position: absolute;
    top: 12px;
    bottom: 0px;
    left: 0px; }

/* line 3276, theme.scss */
.ul-level-2 a {
  display: inline-block;
  transition: 0.3s; }
  /* line 3279, theme.scss */
  .ul-level-2 a:hover {
    transform: translate(10px); }

/* line 3285, theme.scss */
ul.ul-level-2 {
  padding-left: 24px !important;
  margin-left: -24px !important; }

/* line 3290, theme.scss */
.ul-level-2 li {
  margin-left: 0px;
  padding-right: 30px;
  height: 50px; }

/* line 3297, theme.scss */
.articles-menu {
  position: absolute;
  background: #fff;
  z-index: -100;
  padding-top: 30px;
  opacity: 0;
  transition: 0.3s;
  padding-left: 30px;
  margin-left: -30px;
  visibility: hidden; }
  /* line 3307, theme.scss */
  .articles-menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 11px;
    bottom: 0;
    top: 0;
    z-index: 1000;
    background: #000; }
  /* line 3318, theme.scss */
  .articles-menu div {
    background: #fff;
    margin-bottom: 30px; }
  /* line 3322, theme.scss */
  .articles-menu a {
    color: #000 !important;
    transition: 0.3s;
    display: inline-block;
    padding-right: 20px; }
    /* line 3327, theme.scss */
    .articles-menu a:hover {
      transform: translate(10px); }

/* line 3334, theme.scss */
.level_1:hover .articles-menu {
  z-index: 1000;
  opacity: 1;
  visibility: visible; }

/* line 3341, theme.scss */
.products-is-slayder-na-glavnoy-2 {
  padding-top: 70px; }

@media (max-width: 480px) {
  /* line 3346, theme.scss */
  .instagram {
    padding-top: 70px;
    padding-bottom: 70px; }

  /* line 3350, theme.scss */
  .js-products-slider .swiper-pagination {
    top: -10px; } }
/* line 3355, theme.scss */
.ajs-panel.at-left-position {
  background: #131313; }
  /* line 3357, theme.scss */
  .ajs-panel.at-left-position a {
    color: #fff;
    text-transform: uppercase; }

/* line 3364, theme.scss */
.mobile_menu-modal button.mobile_menu-marker.menu-marker.menu-marker {
  background-color: transparent;
  float: right;
  top: 2px;
  position: relative; }
/* line 3370, theme.scss */
.mobile_menu-modal ul.mobile_menu.menu.level-2 {
  padding-left: 20px;
  padding-bottom: 10px;
  padding-top: 10px; }
/* line 3375, theme.scss */
.mobile_menu-modal li.mobile_menu-item.menu-item {
  margin-bottom: 5px; }
/* line 3378, theme.scss */
.mobile_menu-modal button.mobile_menu-marker.menu-marker.menu-marker {
  padding: 0;
  color: #fff;
  display: inline-flex;
  justify-content: flex-end;
  padding-left: 10px;
  padding-right: 3px; }
  /* line 3385, theme.scss */
  .mobile_menu-modal button.mobile_menu-marker.menu-marker.menu-marker i {
    position: relative;
    top: -3px;
    right: -5px;
    transition: 0.3s; }
    /* line 3390, theme.scss */
    .mobile_menu-modal button.mobile_menu-marker.menu-marker.menu-marker i:before {
      display: block;
      transition: 0.3s; }
/* line 3399, theme.scss */
.mobile_menu-modal .is-button-active i:before {
  transition: 0.3s;
  transform: rotate(180deg); }
/* line 3406, theme.scss */
.mobile_menu-modal .search_widget .inpt-group {
  justify-content: flex-start; }
/* line 3409, theme.scss */
.mobile_menu-modal .search_widget {
  padding-left: 0;
  flex-direction: row-reverse;
  margin-bottom: 20px; }
/* line 3414, theme.scss */
.mobile_menu-modal .social-menu {
  flex-wrap: wrap;
  justify-content: center; }
/* line 3418, theme.scss */
.mobile_menu-modal .social-menu-link {
  margin: 0 5px; }
/* line 3422, theme.scss */
.mobile_menu-modal .mobile_menu-modal .social-menu {
  margin-bottom: 40px; }
/* line 3425, theme.scss */
.mobile_menu-modal .social_title {
  text-align: center;
  padding-bottom: 10px;
  border-top: 1px solid #fff;
  padding-top: 10px;
  margin-top: 20px; }
/* line 3432, theme.scss */
.mobile_menu-modal .mobile_menu-phone {
  text-align: center;
  margin-top: 0px; }
/* line 3436, theme.scss */
.mobile_menu-modal .search_widget-submit {
  margin-right: 0; }
/* line 3439, theme.scss */
.mobile_menu-modal input.search_widget-control {
  width: 100%;
  margin-right: 10px;
  height: 30px; }

/* line 3447, theme.scss */
.alertify .ajs-body .ajs-content {
  padding: 0;
  padding-top: 40px; }

/* line 3451, theme.scss */
.alertify .ajs-commands {
  margin-right: 0px; }

/* line 3454, theme.scss */
button.ajs-close {
  height: 30px !important;
  width: 30px !important;
  background-size: 50%;
  right: 12px;
  top: 8px;
  position: relative; }

/* line 3462, theme.scss */
.alertify .ajs-commands {
  right: 0;
  top: 0;
  margin: 0; }

/* line 3467, theme.scss */
button.mobile_menu-marker.menu-marker.menu-marker.level-1.is-button-close:after {
  content: "+";
  font-size: 20px; }

/* line 3472, theme.scss */
button.mobile_menu-marker.menu-marker.menu-marker.level-1.is-button-active:after {
  content: "-";
  font-size: 20px; }

/* line 3478, theme.scss */
.drop:hover .drop-target {
  border: 5px solid #000000; }

/* line 3481, theme.scss */
.dynamic_basket {
  box-shadow: -1px 19px 39px 7px rgba(7, 8, 8, 0.29);
  background: rgba(255, 255, 255, 0.96);
  padding: 20px; }

/* line 3489, theme.scss */
.dynamic_item-image img:hover {
  transform: none;
  transform: translate(-50%, -50%); }

/* line 3495, theme.scss */
.dynamic_item-image {
  display: flex;
  align-items: center;
  padding: 10px 0px;
  height: 100%; }

/* line 3502, theme.scss */
.dynamic_basket-header {
  padding: 0;
  color: #3f4b5b;
  font-family: "Playfair Display";
  font-size: 30px;
  font-weight: 400;
  line-height: 38.21px;
  letter-spacing: 3.61px;
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px; }

/* line 3514, theme.scss */
.dynamic_basket-drop {
  width: 450px; }

/* line 3517, theme.scss */
.pad20 {
  padding: 20px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap; }

/* line 3525, theme.scss */
.dynamic_item-title {
  font-family: "Open Sans";
  font-weight: 300;
  letter-spacing: 2.6px;
  padding-bottom: 10px; }

/* line 3531, theme.scss */
.dynamic_item-quantity {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: 2.99px; }

/* line 3536, theme.scss */
.dynamic_basket-submit {
  width: 312px;
  height: 39px;
  background-color: #cee5ed;
  margin: 0 auto;
  display: block;
  color: #3b4450;
  font-family: "Open Sans";
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.9px; }

/* line 3549, theme.scss */
.dynamic_basket {
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px; }

/* line 3554, theme.scss */
.dynamic_item {
  border-bottom: none;
  padding-bottom: 30px; }

/* line 3558, theme.scss */
.added-modal {
  padding: 0px;
  overflow: visible;
  border: 5px solid #000;
  box-shadow: -1px 19px 39px 7px rgba(30, 30, 30, 0.29); }

/* line 3565, theme.scss */
div#cart-add {
  max-width: 100%; }

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

/* line 3572, theme.scss */
.cell-6.pad20.cell-12-sm {
  align-self: center; }

/* line 3576, theme.scss */
.dynamic_item-title {
  min-width: 100%; }

/* line 3580, theme.scss */
button.feedback-bttn {
  line-height: 16px;
  background: #cee5ed;
  color: #060606;
  text-transform: uppercase;
  width: 200px;
  max-width: 100%;
  font-size: 12px;
  letter-spacing: 5px;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  margin: 0 auto;
  align-item: center;
  align-items: center;
  justify-content: center; }

/* line 3598, theme.scss */
label.feedback-agree.chkbx-label {
  font-size: 12px; }

/* line 3602, theme.scss */
div#feedback-modal {
  padding-bottom: 20px; }

/* line 3606, theme.scss */
span.chkbx-control {
  border: 1px solid #222222; }

/* line 3609, theme.scss */
a.ajax-search-link {
  color: #000 !important; }

/* line 3613, theme.scss */
.products-recently .index-title {
  color: #3f4b5b;
  font-family: "Open Sans";
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 7.02px;
  text-align: center;
  padding-bottom: 40px; }
/* line 3624, theme.scss */
.products-recently .swiper-button-prev {
  display: none; }
/* line 3627, theme.scss */
.products-recently .swiper-button-next {
  display: none; }

/* line 3633, theme.scss */
.bttn-favorite {
  position: absolute;
  right: 0;
  top: 0;
  width: initial; }

/* line 3640, theme.scss */
.card-brand {
  margin-bottom: 10px; }

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

/* line 3648, theme.scss */
h1.blog-title.page-title {
  color: #000000;
  font-size: 40px;
  font-weight: 800;
  line-height: 37px;
  text-transform: uppercase;
  letter-spacing: 10.4px; }

/* line 3657, theme.scss */
.template-is-blog .pagination {
  padding-top: 55px;
  justify-content: center; }
/* line 3661, theme.scss */
.template-is-blog a.article-date {
  margin-top: 5px;
  text-align: center;
  margin-bottom: 5px; }
/* line 3666, theme.scss */
.template-is-blog .article_preview-title {
  padding-bottom: 20px; }
/* line 3669, theme.scss */
.template-is-blog .article_preview-blog {
  text-align: center;
  display: block;
  color: #2d3d42;
  font-size: 17px;
  font-weight: 400; }

/* line 3678, theme.scss */
.articles {
  max-width: 1431px;
  padding-bottom: 180px; }

/* line 3685, theme.scss */
.articles .cards-row {
  margin-left: -56px;
  margin-right: -56px; }
  /* line 3688, theme.scss */
  .articles .cards-row > * {
    padding-left: 56px;
    padding-right: 56px; }
  /* line 3692, theme.scss */
  .articles .cards-row .left {
    max-width: 48%;
    margin-bottom: 180px; }
  /* line 3696, theme.scss */
  .articles .cards-row .right {
    max-width: 52%;
    margin-bottom: 180px; }
  /* line 3702, theme.scss */
  .articles .cards-row .cell-6:first-child .image-container.is-wide {
    padding-top: 100%; }
/* line 3708, theme.scss */
.articles .left2 {
  padding-right: 20px; }
/* line 3711, theme.scss */
.articles .right2 {
  padding-left: 20px;
  border-left: 3px solid  #dae8ee; }
  /* line 3714, theme.scss */
  .articles .right2 .cell-6:first-child {
    border-right: 3px solid  #dae8ee; }

/* line 3723, theme.scss */
.articles .last {
  margin-top: 110px; }
/* line 3726, theme.scss */
.articles .article_preview {
  margin-bottom: 70px; }

/* line 3732, theme.scss */
div#cart-add {
  max-width: 450px;
  width: 100%; }

/* line 3737, theme.scss */
.container.articles {
  overflow: hidden; }

@media (max-width: 1650px) {
  /* line 3741, theme.scss */
  .articles {
    padding-bottom: 70px; }

  /* line 3748, theme.scss */
  .articles .cards-row .left {
    margin-bottom: 80px; }

  /* line 3751, theme.scss */
  .articles .cards-row .right {
    margin-bottom: 80px; }

  /* line 3754, theme.scss */
  .articles .cards-row .left {
    max-width: 50%; }

  /* line 3757, theme.scss */
  .articles .cards-row .right {
    max-width: 50%; }

  /* line 3760, theme.scss */
  .articles .cards-row > * {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 3764, theme.scss */
  .articles .cards-row {
    margin-left: -20px;
    margin-right: -20px; } }
@media (max-width: 1200px) {
  /* line 3770, theme.scss */
  .articles .right2 {
    border: 0; }

  /* line 3773, theme.scss */
  .articles .cards-row .left {
    margin-bottom: 50px; }

  /* line 3776, theme.scss */
  .articles .cards-row .right {
    margin-bottom: 50px; } }
@media (max-width: 920px) {
  /* line 3781, theme.scss */
  .articles .cards-row .left {
    max-width: 100%; }

  /* line 3784, theme.scss */
  .articles .cards-row .right {
    max-width: 100%; }

  /* line 3787, theme.scss */
  .articles .cards-row .right {
    margin-bottom: 0; }

  /* line 3790, theme.scss */
  .articles .cards-row .left {
    margin-bottom: 0; }

  /* line 3793, theme.scss */
  .articles .last {
    margin-top: 0px; }

  /* line 3796, theme.scss */
  .template-is-blog .pagination {
    padding-top: 0; }

  /* line 3799, theme.scss */
  .articles .right2 .cell-6:first-child {
    border-right: 0; } }
/* line 3804, theme.scss */
.cart-empty.notice.notice-info {
  margin-bottom: 83px; }

/* line 3809, theme.scss */
.mobile_menu-modal a.header-link.collection {
  margin: 0;
  margin-bottom: 5px;
  font-size: 16px; }
/* line 3814, theme.scss */
.mobile_menu-modal .favorites-widget {
  margin: 0;
  border-top: 1px solid #fff;
  margin-top: 22px;
  padding-top: 20px; }
  /* line 3819, theme.scss */
  .mobile_menu-modal .favorites-widget a {
    display: flex;
    align-items: center;
    justify-content: center; }
    /* line 3824, theme.scss */
    .mobile_menu-modal .favorites-widget a img {
      margin: 0 10px; }

/* line 3831, theme.scss */
.ajs-panel.at-left-position a {
  font-weight: 700;
  font-family: "Opel Sans"; }

/* line 3835, theme.scss */
.mobile_menu-login {
  border-top: 1px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
  text-align: center; }
  /* line 3840, theme.scss */
  .mobile_menu-login .delim {
    color: #fff; }

@media (max-width: 920px) {
  /* line 3845, theme.scss */
  .mobile_menu-login .header-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 700; }

  /* line 3850, theme.scss */
  .mobile_menu-modal a.header-link.collection {
    display: block; } }
/* line 3855, theme.scss */
.main-header [data-cartman-positions-count] {
  position: absolute;
  top: 4px;
  font-weight: 600;
  left: 0;
  right: 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: center; }
/* line 3865, theme.scss */
.main-header [data-favorites-counter] {
  position: absolute;
  top: 0;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center; }
/* line 3873, theme.scss */
.main-header .favorites-widget {
  position: relative; }

/* line 3895, theme.scss */
.consultation .link * {
  transition: 0.3s; }
/* line 3898, theme.scss */
.consultation .link:hover {
  border-color: #cee5ed; }
  /* line 3900, theme.scss */
  .consultation .link:hover .wrap {
    background: #cee5ed; }

/* line 3906, theme.scss */
.js-feedback2 .feedback-row {
  margin: 0;
  text-align: center; }

/* line 3911, theme.scss */
.products-title {
  color: #3f4b5b;
  font-size: 27px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 7.02px;
  text-align: center;
  padding-bottom: 40px; }

/* line 3921, theme.scss */
.old {
  text-decoration: line-through; }

/* line 3925, theme.scss */
.subcol-image-container {
  padding-top: 80% !important; }

/* line 3929, theme.scss */
.editor-content {
  padding: 1rem 0; }

/* line 3933, theme.scss */
.for-sale {
  background: pink;
  text-align: center;
  padding: 0.5rem;
  font-size: 1.1rem;
  font-weight: bold; }

/* line 3940, theme.scss */
.for-sale a {
  text-decoration: none;
  letter-spacing: 0.3rem;
  color: #000000; }
