@charset "UTF-8";
/* line 5, theme.scss */
.star-rating-wrapper {
  *zoom: 1; }

/* line 9, theme.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/* line 15, theme.scss */
.star-rating {
  float: left;
  *zoom: 1; }

/* line 20, theme.scss */
.star-rating:after {
  content: "";
  display: table;
  clear: both; }

/* line 26, theme.scss */
.star-rating .star-radio {
  display: none; }

/* line 30, theme.scss */
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  content: ""; }

/* line 35, theme.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  color: gold !important; }

/* line 39, theme.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  color: #f28c00; }

/* line 43, theme.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem; }

/* line 49, theme.scss */
.star-rating .star-label:after {
  color: goldenrod;
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 56, theme.scss */
.star-rating .star-label:hover:after {
  color: gold; }

/* line 60, theme.scss */
.star-rating .star-label:hover ~ .star-label:after {
  color: gold !important; }

/* line 64, theme.scss */
.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  content: ""; }

/* line 69, theme.scss */
.star-rating .star-item {
  color: goldenrod;
  float: right;
  overflow: hidden; }

/* line 75, theme.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  font-family: "FontAwesome"; }

/* line 81, theme.scss */
.star-rating .star-item.active:after {
  color: #f28c00;
  content: ""; }

/* line 86, theme.scss */
.star-rating .star-item.active ~ .star-item:after {
  color: #f28c00;
  content: ""; }

/* line 91, theme.scss */
.form-field.text-field {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

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

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

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

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

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

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

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

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

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

/* line 138, theme.scss */
[name="comment[captcha_solution]"] {
  margin-bottom: 10px; }

/* line 142, theme.scss */
.comments-item {
  margin-bottom: 1rem; }

/* line 146, theme.scss */
.comments-list {
  margin-bottom: 3rem; }

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

/* line 154, theme.scss */
.comment-body {
  padding: 10px 0; }

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

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

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

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

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

/* line 182, theme.scss */
.article_preview {
  height: 100%;
  position: relative; }

/* line 187, theme.scss */
.article_preview-title {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  word-break: break-word;
  text-align: left;
  margin-bottom: 10px; }
  /* line 195, theme.scss */
  .article_preview-title a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }

/* line 202, theme.scss */
.article_preview-blog {
  color: #000000;
  font-size: 14px;
  font-weight: 300; }
  /* line 207, theme.scss */
  .article_preview-blog a {
    text-decoration: none;
    color: #000000;
    cursor: pointer; }

/* line 215, theme.scss */
.article_preview-descr p {
  margin: 0.5em 0; }

/* line 219, theme.scss */
.bid_form {
  background-image: url("form-bid.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 58px 0 90px; }

/* line 229, theme.scss */
.text-field.is-error-feedback-input {
  outline-width: 3px;
  outline-color: #b13502;
  outline-style: solid; }

/* line 235, theme.scss */
.bid_form-title {
  color: #ffffff;
  font-family: Circe, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 40px; }

/* line 243, theme.scss */
.bid_form-field {
  min-height: 47px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px); }

/* line 250, theme.scss */
.bid_form-submit {
  min-height: 47px;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  text-transform: uppercase;
  font-family: Circe, sans-serif;
  font-size: 16px; }

/* line 260, theme.scss */
.bid_form-field {
  padding: 14px 14px 14px 35px; }
  @media (max-width: 768px) {
    /* line 260, theme.scss */
    .bid_form-field {
      padding: 14px 14px 14px 17px; } }

@media (max-width: 768px) {
  /* line 268, theme.scss */
  .bid_form-row {
    margin-bottom: 10px; } }

/* line 274, theme.scss */
.bid_form-field::-webkit-input-placeholder {
  color: inherit; }

/* line 278, theme.scss */
.bid_form-field::-moz-placeholder {
  color: inherit; }

/* line 282, theme.scss */
.bid_form-field:-ms-input-placeholder {
  color: inherit; }

/* line 286, theme.scss */
.bid_form-field:-moz-placeholder {
  color: inherit; }

/* line 290, theme.scss */
.bid_form-field::placeholder {
  color: inherit; }

/* line 294, theme.scss */
.bid_form_custom .bid_form-row {
  margin-bottom: 20px; }
  /* line 297, theme.scss */
  .bid_form_custom .bid_form-row .select-style {
    color: #493325;
    padding: 5px 25px 5px 35px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("arr-down-prime.svg");
    background-repeat: no-repeat;
    background-position: -webkit-calc(100% - 22px) center;
    background-position: -moz-calc(100% - 22px) center;
    background-position: calc(100% - 22px) center;
    -webkit-background-size: 14px 14px;
    -o-background-size: 14px;
    background-size: 14px;
    color: #696158;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400; }
    /* line 317, theme.scss */
    .bid_form_custom .bid_form-row .select-style::-ms-expand {
      display: none; }

/* line 323, theme.scss */
.bid_form-caption {
  margin-bottom: 60px;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 400;
  margin-top: -20px; }

/* line 331, theme.scss */
.bid_form_custom_footer {
  max-width: 850px;
  margin: 0 auto;
  padding: 60px 0 70px;
  text-align: center; }

/* line 337, theme.scss */
.bid_form_custom_footer + .feedbacks {
  padding-top: 0; }

/* line 340, theme.scss */
.bid_form_custom_footer-title {
  color: #b48e77;
  font-family: Circe;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 348, theme.scss */
.collection-container.is-service {
  padding-bottom: 70px; }

/* line 352, theme.scss */
.bid_form_custom_footer-content {
  color: #493325;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400; }

/* line 359, theme.scss */
.bid_form_custom_footer:after {
  content: '';
  width: 278px;
  display: block;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  background: #b48e77;
  height: 1px; }

/* line 370, theme.scss */
.brands-list {
  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;
  padding: 0; }

/* line 396, theme.scss */
.brands {
  background-image: url("bg-ornament.png");
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  padding: 30px 0; }

/* line 405, theme.scss */
.brands-link {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center; }

@media (max-width: 480px) {
  /* line 418, theme.scss */
  .brands {
    display: none; } }
/** breadcrumb */
/* line 424, theme.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 30px 0;
  font-size: 16px; }

/* line 431, theme.scss */
.breadcrumb-item {
  display: inline-block;
  vertical-align: baseline; }

/* line 436, theme.scss */
.breadcrumb-item:not(:last-child):after {
  content: '»';
  margin: 0 8px; }

/* line 441, theme.scss */
a.breadcrumb-link {
  color: #000000; }

/* line 445, theme.scss */
span.breadcrumb-link.current-page {
  color: #b48e77; }

/* line 449, theme.scss */
.card-title a {
  text-align: center;
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block; }

/* line 458, theme.scss */
.card-title {
  min-height: 3em; }

/* line 461, theme.scss */
.card-prices {
  min-height: 3em; }

/* line 464, theme.scss */
.card-price {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 37px;
  text-align: center; }

/* line 471, theme.scss */
.card-price sup {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 19px;
  text-transform: uppercase; }

/* line 478, theme.scss */
.card {
  border: 1px solid #b4a191;
  margin-bottom: 60px; }

/* line 483, theme.scss */
.bttn-prim.in-card {
  width: 100%;
  text-align: center; }

/* line 488, theme.scss */
.card-info > * {
  margin-bottom: 20px; }

/* line 492, theme.scss */
.card-image {
  width: 99%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2px; }

/* line 499, theme.scss */
.bttn-prim.in-card {
  padding-right: 35px;
  padding-left: 35px;
  background-image: url(cart-m.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  -o-background-size: 25px;
  background-size: 25px;
  background-position: -webkit-calc(100% - 17px) 50%;
  background-position: -moz-calc(100% - 17px) 50%;
  background-position: calc(100% - 17px) 50%;
  height: 59px;
  line-height: 49px; }

/* line 514, theme.scss */
.bttn-prim.in-card[data-item-alert] {
  background-image: none;
  height: auto;
  line-height: 1.5;
  padding-right: 35px;
  padding-left: 35px;
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  -o-background-size: 25px;
  background-size: 25px;
  background-position: -webkit-calc(100% - 17px) 50%;
  background-position: -moz-calc(100% - 17px) 50%;
  background-position: calc(100% - 17px) 50%;
  height: 59px;
  line-height: 49px; }

/* line 531, theme.scss */
.item-quantity-input.in-cart {
  width: 56px;
  text-align: center;
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  border: none; }

/* line 541, theme.scss */
.item-delete {
  border: none;
  background: none;
  cursor: pointer;
  outline: none; }
  /* line 547, theme.scss */
  .item-delete img {
    width: 24px; }

/* line 552, theme.scss */
.item-title a {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  display: block; }

/* line 562, theme.scss */
.item-variant {
  margin-top: 10px;
  color: #3a3a3a;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400; }

/* line 570, theme.scss */
.item-total_price {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300; }

/* line 577, theme.scss */
.item-quantity-control {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 500;
  width: 19px;
  height: 19px;
  display: inline-block;
  background-color: #b48e77;
  line-height: 18px; }

/* line 589, theme.scss */
.item-mobile-total {
  width: 100%; }

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

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

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

/* line 608, theme.scss */
.category_menu-wrap {
  background-image: url(bg-ornament.png);
  padding: 15px 0;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    /* line 608, theme.scss */
    .category_menu-wrap {
      margin-right: 20px; } }

/* line 618, theme.scss */
.category_menu {
  list-style: none;
  padding: 0;
  margin: 0; }

/* line 624, theme.scss */
.category_menu-heading {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding: 0 25px;
  margin-bottom: 20px; }

/* line 633, theme.scss */
.category_menu-item.level-1 {
  color: #2f2f2f;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 28px;
  margin-bottom: 15px; }

/* line 643, theme.scss */
.category_menu-item.level-2 {
  font-weight: 300; }

/* line 647, theme.scss */
.category_menu-marker {
  display: none; }

/* line 651, theme.scss */
.category_menu-heading
a {
  color: inherit; }

/* line 656, theme.scss */
.category_menu-link {
  color: inherit;
  padding: 0 25px;
  display: block;
  line-height: 28px; }

/* line 663, theme.scss */
.category_menu-link.level-2 {
  padding: 0 20px 0 50px; }

/* line 667, theme.scss */
.category_menu-link.level-3 {
  padding: 0 20px 0 70px; }

/* line 671, theme.scss */
.category_menu-link {
  position: relative; }

/* line 675, theme.scss */
.category_menu-link {
  border: 1px solid transparent;
  border-left-width: 4px; }
  /* line 676, theme.scss */
  .category_menu-link:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #3b3b3b;
    top: -webkit-calc(14px - 2px);
    top: -moz-calc(14px - 2px);
    top: calc(14px - 2px);
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  /* line 689, theme.scss */
  .category_menu-link.level-1:before {
    display: none; }
  /* line 693, theme.scss */
  .category_menu-link.level-2:before {
    left: 25px; }
  /* line 697, theme.scss */
  .category_menu-link.level-3:before {
    left: 50px; }
  /* line 701, theme.scss */
  .is-current-link > .category_menu-link:before {
    display: none; }
  /* line 707, theme.scss */
  .is-current-link > .category_menu-link {
    border-color: #c7ae9a; }

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

/* line 719, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 35px;
  line-height: 1.2; }

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

/* line 731, theme.scss */
.checkbox-field + .filter-checkbox {
  position: absolute;
  left: 0;
  top: 0; }

/* line 737, theme.scss */
.js-filter-range-slider-price .irs {
  display: none; }

/* line 741, theme.scss */
.filter-title {
  color: #2f2f2f;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 640px) {
    /* line 741, theme.scss */
    .filter-title {
      margin-bottom: 10px;
      margin-top: 10px;
      font-weight: 500; } }

/* line 756, theme.scss */
.input-range {
  max-width: 140px;
  line-height: 25px;
  border: 1px solid #b48e77; }

/* line 762, theme.scss */
.range-before {
  width: 32px;
  color: #797979;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400; }

/* line 770, theme.scss */
.range-after {
  width: 32px; }

/* line 774, theme.scss */
.range-after {
  width: 21px;
  text-align: right;
  color: #797979;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400; }

/* line 783, theme.scss */
.filter-actions {
  max-width: 204px;
  padding-top: 51px; }
  @media (max-width: 768px) {
    /* line 783, theme.scss */
    .filter-actions {
      padding-top: 21px; } }

/* line 791, theme.scss */
.filter {
  max-width: 196px; }
  @media (max-width: 640px) {
    /* line 791, theme.scss */
    .filter {
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px; } }

/* line 800, theme.scss */
.filter-actions > * {
  width: 100%;
  margin-bottom: 10px; }

/* line 805, theme.scss */
.range-slider-input > * {
  margin-bottom: 10px; }

/* line 809, theme.scss */
[data-filter-target="price"] .filter-title {
  padding-left: 32px; }

/* line 813, theme.scss */
.page_size-item {
  display: inline-block;
  vertical-align: middle;
  color: #202020;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400; }
  /* line 821, theme.scss */
  .page_size-item:not(:first-child) {
    margin-left: 26px; }
  /* line 825, theme.scss */
  .page_size-item label {
    cursor: pointer;
    line-height: 22px;
    text-transform: uppercase;
    color: #202020; }

/* line 834, theme.scss */
.collection-order .label-field {
  color: #202020;
  text-transform: uppercase; }
/* line 839, theme.scss */
.collection-order [name="page_size"] {
  display: none; }
/* line 843, theme.scss */
.collection-order [name="page_size"]:checked + span {
  color: #b48e77;
  display: inline-block;
  position: relative; }

/* line 850, theme.scss */
select.select-field.js-filter-trigger {
  color: #ef414c;
  text-transform: uppercase;
  vertical-align: baseline;
  display: inline-block;
  width: 78px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* line 861, theme.scss */
.collection-order .label-field {
  color: #2f302f;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 10px; }

/* line 868, theme.scss */
.page_size-item label {
  cursor: pointer;
  line-height: 21px;
  text-transform: uppercase;
  color: #202020;
  vertical-align: bottom; }

/* line 876, theme.scss */
.page_size-item label span {
  line-height: 24px;
  display: inline-block;
  vertical-align: top; }

@media (max-width: 480px) {
  /* line 883, theme.scss */
  .collection-order.is-order > * {
    font-size: 12px !important; }

  /* line 887, theme.scss */
  .collection-order.is-order {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px; }

  /* line 893, theme.scss */
  form.collection-order-wrapper {
    text-align: right !important;
    display: block !important;
    margin-left: auto; }
    /* line 898, theme.scss */
    form.collection-order-wrapper select.select-field.js-filter-trigger {
      direction: rtl; }

  /* line 903, theme.scss */
  .collection-order .label-field {
    margin-right: 0; } }
/* line 908, theme.scss */
.feedbacks {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
  margin-top: 20px; }
  /* line 915, theme.scss */
  .feedbacks.with-bg {
    background-image: url("repeat-bg-big.jpg"); }

/* line 920, theme.scss */
.feedbacks-title {
  color: #403a3b;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e4e2e3; }

/* line 930, theme.scss */
.feedbacks-buttons {
  margin-bottom: 30px; }

/* line 934, theme.scss */
.feedbacks-button {
  min-width: 250px;
  padding: 15px;
  margin: 0 14px; }

/* line 940, theme.scss */
.feedbacks-footer {
  color: #493325;
  font-family: Circe, sans-serif;
  font-weight: 400;
  font-size: 24px; }
  /* line 946, theme.scss */
  .feedbacks-footer a {
    font-size: 28px;
    text-decoration: none;
    color: #493325; }
    @media screen and (max-width: 480px) {
      /* line 946, theme.scss */
      .feedbacks-footer a {
        display: block; } }

/* line 959, theme.scss */
.feedbacks-button {
  margin-bottom: 10px; }

/* line 963, theme.scss */
.contact_top-left {
  color: #493325;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  padding-left: 110px; }
  @media (max-width: 768px) {
    /* line 963, theme.scss */
    .contact_top-left {
      padding-left: 0px; } }

/* line 975, theme.scss */
.contact_top-right {
  color: #493325;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  padding-left: 110px; }
  @media (max-width: 768px) {
    /* line 975, theme.scss */
    .contact_top-right {
      padding-left: 0px; } }
  @media (max-width: 480px) {
    /* line 975, theme.scss */
    .contact_top-right {
      margin-top: 20px; } }

/* line 994, theme.scss */
.contact_top-adress {
  padding-left: 35px;
  background-image: url(point.svg);
  -webkit-background-size: 11px 11px;
  -o-background-size: 11px;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: 0 3px; }

/* line 1004, theme.scss */
.contact_top-phone {
  padding-left: 35px;
  background-image: url(phone.svg);
  -webkit-background-size: 15px 15px;
  -o-background-size: 15px;
  background-size: 15px;
  background-repeat: no-repeat;
  font-weight: 700; }

/* line 1014, theme.scss */
.contact_top-email {
  padding-left: 35px;
  background-image: url(mail.svg);
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 3px; }

/* line 1024, theme.scss */
.contact_top-time {
  padding-left: 35px;
  background-image: url(clock.svg);
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px;
  background-size: 19px;
  background-repeat: no-repeat; }

/* line 1033, theme.scss */
.contact_top-phone-capion {
  padding-left: 35px;
  margin-bottom: 25px; }

/* line 1038, theme.scss */
.contact_top-right p {
  margin-top: 0; }

/* line 1042, theme.scss */
.footer-contacts a {
  text-decoration: none; }

/* line 1046, theme.scss */
.fixed_menu {
  display: none; }
  /* line 1049, theme.scss */
  .fixed_menu.is-fixed {
    display: block; }

/* line 1054, theme.scss */
.fixed_menu {
  position: fixed;
  color: #fff;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }
  /* line 1062, theme.scss */
  .fixed_menu-inner {
    background-color: rgba(169, 141, 119, 0.95);
    width: 100%;
    padding: 15px 0;
    border-bottom: 4px solid #ecd9cb;
    width: 100%; }
    @media (max-width: 768px) {
      /* line 1062, theme.scss */
      .fixed_menu-inner {
        padding: 8px 0; } }

/* line 1075, theme.scss */
.fixed_menu-logo {
  height: 40px;
  max-width: 426px; }
  @media (max-width: 640px) {
    /* line 1075, theme.scss */
    .fixed_menu-logo {
      display: none; } }

/* line 1084, theme.scss */
.fixed_menu-logo span {
  display: inline-block;
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  vertical-align: top;
  margin-left: 38px; }

/* line 1095, theme.scss */
.fixed_menu-contact {
  display: inline-block; }

/* line 1099, theme.scss */
.fixed_menu-callbacks {
  display: inline-block;
  vertical-align: middle; }

/* line 1104, theme.scss */
.fixed_menu-phone {
  color: #ffffff;
  font-family: Roboto;
  font-size: 21px;
  font-weight: 700;
  display: block;
  text-decoration: none; }
  @media (max-width: 768px) {
    /* line 1104, theme.scss */
    .fixed_menu-phone {
      margin-top: 5px;
      margin-bottom: 5px; } }
  @media (max-width: 640px) {
    /* line 1104, theme.scss */
    .fixed_menu-phone {
      font-size: 16px; } }

/* line 1122, theme.scss */
.fixed_menu-phones {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid rgba(255, 255, 255, 0.45);
  padding-left: 40px;
  margin-left: 50px; }
  @media (max-width: 1200px) {
    /* line 1122, theme.scss */
    .fixed_menu-phones {
      border-left: none;
      padding-left: 20px;
      margin-left: 0; } }

/* line 1136, theme.scss */
.fixed_menu-callbacks a {
  color: #fff; }

/* line 1140, theme.scss */
.fixed_menu-callback {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px dashed;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  outline: none; }
  /* line 1150, theme.scss */
  .fixed_menu-callback.is-call:before {
    content: '';
    background-image: url(phone-white.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 0; }
  /* line 1164, theme.scss */
  .fixed_menu-callback.is-size:before {
    content: '';
    background-image: url(size.svg);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -32px;
    top: 0; }
  /* line 1178, theme.scss */
  .fixed_menu-callback[href="#feedback-modal"] {
    margin-bottom: 10px; }

/* line 1183, theme.scss */
.fixed_menu-button {
  background: transparent;
  margin-right: 10px; }

/* line 1188, theme.scss */
.footer {
  background-color: #b48e77;
  color: #fff;
  padding: 45px 0 50px; }
  /* line 1193, theme.scss */
  .footer a {
    color: #fff; }
    /* line 1196, theme.scss */
    .footer a:hover {
      color: #493325; }

/* line 1202, theme.scss */
.copy {
  background-color: #797067;
  color: #fff;
  padding: 16px 0 11px; }

@media (max-width: 600px) {
  /* line 1209, theme.scss */
  .table-compare .product-title {
    font-size: 13px;
    line-height: 130%; } }

/* line 1217, theme.scss */
.footer_social {
  margin-top: 60px; }

/* line 1221, theme.scss */
.footer-title {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px; }
  @media screen and (max-width: 480px) {
    /* line 1221, theme.scss */
    .footer-title {
      margin-top: 20px; } }

/* line 1235, theme.scss */
[href="http://metrika.yandex.ru/stat/?id=16850020&from=informer"] {
  display: none; }

/* line 1239, theme.scss */
.footer_social-link {
  display: inline-block;
  margin-right: 13px; }

/* line 1244, theme.scss */
.footer-logo {
  margin-bottom: 30px;
  max-width: 90%;
  display: block; }

/* line 1250, theme.scss */
.gallery_collection-item {
  -webkit-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

/* line 1257, theme.scss */
.gallery_collection-item.cell-gallery-1 {
  -webkit-flex-basis: 26%;
  -ms-flex-preferred-size: 26%;
  flex-basis: 26%;
  max-width: 26%; }

/* line 1264, theme.scss */
.gallery_collection-item.cell-gallery-1 a {
  height: 502px; }

/* line 1268, theme.scss */
.gallery_collection-item a {
  height: 210px; }

/* line 1272, theme.scss */
.gallery_collection-item.cell-gallery-2 {
  -webkit-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  max-width: 28%; }

/* line 1279, theme.scss */
.gallery_collection-item.cell-gallery-3 {
  -webkit-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  max-width: 46%; }

/* line 1286, theme.scss */
.gallery_collection-item.cell-gallery-2 a {
  height: 242px; }

/* line 1290, theme.scss */
.gallery_collection-item.cell-gallery-2 a:not(:last-child) {
  margin-bottom: 15px; }

/* line 1294, theme.scss */
.gallery_collection-item.cell-gallery-3 a:first-child {
  height: 326px;
  margin-bottom: 15px; }

/* line 1299, theme.scss */
.gallery_collection-item.cell-gallery-3 a:first-child ~ a {
  height: 159px;
  width: -webkit-calc(50% - 10px);
  width: -moz-calc(50% - 10px);
  width: calc(50% - 10px); }

/* line 1306, theme.scss */
.gallery_collection-item.cell-gallery-3 a:nth-child(2) {
  margin-right: 16px; }

/* line 1310, theme.scss */
.gallery_collection-item.cell-gallery-4 {
  margin-top: 15px; }

/* line 1314, theme.scss */
.gallery_collection-title {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 1332, theme.scss */
.gallery_collection-title {
  z-index: 2;
  color: #ffffff;
  font-family: Circe, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  width: 64%;
  height: 154px;
  border: 4px solid #b48e77;
  overflow: hidden;
  margin: 35px auto 45px; }

/* line 1348, theme.scss */
.gallery_collection-preview-inner {
  text-align: center;
  z-index: 1;
  position: relative; }

/* line 1354, theme.scss */
.gallery_collection-title-inner {
  width: 100%;
  line-height: 140%; }

/* line 1359, theme.scss */
.gallery_collection-date {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  text-transform: uppercase; }

/* line 1369, theme.scss */
.gallery_collection-description {
  color: #fffefe;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  width: 64%;
  margin: auto; }

/* line 1379, theme.scss */
.gallery_collection-preview {
  padding: 60px 0;
  position: relative;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  margin-bottom: 30px;
  overflow: hidden; }

/* line 1391, theme.scss */
.gallery_collection-preview:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #493325;
  opacity: 0.8;
  display: block;
  z-index: 1; }

/* line 1404, theme.scss */
.gallery_collection-preview:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  height: 10px;
  background-image: url(arr-border.svg);
  background-position: 50%;
  -webkit-background-size: 100% 150%;
  -o-background-size: 100% 150%;
  background-size: 100% 150%;
  background-repeat: no-repeat;
  width: 100%;
  bottom: 0; }

@media (max-width: 768px) {
  /* line 1421, theme.scss */
  .gallery_collection-title {
    z-index: 2;
    color: #ffffff;
    font-family: Circe, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    padding: 10px;
    height: auto;
    border: 4px solid #b48e77;
    overflow: hidden;
    margin: 25px auto 35px; }

  /* line 1438, theme.scss */
  .gallery_collection-item {
    max-width: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    flex-basis: 100% !important;
    height: auto !important; } }
/* line 1446, theme.scss */
.main_header-cart {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 20px 20px 0 8px; }

/* line 1453, theme.scss */
.main_header-cart:after {
  content: attr(data-cart-count);
  position: absolute;
  top: -4px;
  right: -13px;
  width: 21px;
  height: 21px;
  font-family: "PF Beau Sans Pro", sans-serif;
  background-color: #b48e77;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 21px;
  opacity: 0;
  font-size: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -moz-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 1475, theme.scss */
.main_header-cart.is-active:after {
  opacity: 1;
  font-size: 16px; }

/* line 1480, theme.scss */
.main_header-tagline {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #493325; }
  @media (max-width: 768px) {
    /* line 1480, theme.scss */
    .main_header-tagline {
      margin-bottom: 10px; } }

/* line 1491, theme.scss */
.main_header-adress {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #696158; }

/* line 1498, theme.scss */
.main_header {
  padding: 17px 0 17px 0; }

/* line 1502, theme.scss */
.main_header-callback {
  color: #696158;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px dashed;
  padding-bottom: 5px; }

/* line 1511, theme.scss */
.main_header-phone {
  color: #423625;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  display: block;
  font-weight: 700; }

/* line 1519, theme.scss */
.main_header-phones {
  margin-bottom: 20px; }

/* line 1523, theme.scss */
.main_header-adress {
  padding-left: 20px;
  background-image: url(point.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  -webkit-background-size: 12px 12px;
  -o-background-size: 12px;
  background-size: 12px;
  display: inline-block; }

/* line 1534, theme.scss */
.main_header-contact {
  text-align: center; }

/* line 1538, theme.scss */
.main_header-tagline {
  margin-bottom: 15px; }

/* line 1542, theme.scss */
.main_header-tagline p {
  margin: 0; }

/* line 1545, theme.scss */
.mobile-panel {
  background: #2f2f2f;
  padding: 10px 0;
  color: #fff; }

/* line 1551, theme.scss */
.mobile-panel-button {
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  margin-right: 20px; }
  /* line 1558, theme.scss */
  .mobile-panel-button span {
    margin-right: 10px; }

@media (max-width: 1024px) {
  /* line 1564, theme.scss */
  .logotype.in-header {
    display: inline-block;
    margin: 20px 0; } }
/* line 1570, theme.scss */
.index_catalogs-text {
  background-color: rgba(70, 54, 41, 0.7);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  border-left: 5px solid #b48e77;
  padding: 20px 70px 20px 50px;
  font-family: Circe, sans-serif;
  font-size: 18px;
  min-height: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition: background-color 200ms;
  -o-transition: background-color 200ms;
  -moz-transition: background-color 200ms;
  transition: background-color 200ms; }
  @media (max-width: 768px) {
    /* line 1570, theme.scss */
    .index_catalogs-text {
      padding: 20px 40px 20px 20px; } }
  /* line 1601, theme.scss */
  .index_catalogs-text:hover {
    background-color: rgba(70, 54, 41, 0.8); }

/* line 1606, theme.scss */
.index_catalogs-link {
  position: relative;
  vertical-align: top; }
  /* line 1610, theme.scss */
  .index_catalogs-link img {
    width: 104% !important; }

/* line 1615, theme.scss */
.index_catalogs-item {
  margin-bottom: 12px; }

/* line 1619, theme.scss */
.index_catalogs-about-title {
  font-family: Circe, sans-serif;
  font-size: 37px;
  text-transform: uppercase; }
  /* line 1624, theme.scss */
  .index_catalogs-about-title div {
    color: #b48e77;
    font-weight: 400; }
  /* line 1629, theme.scss */
  .index_catalogs-about-title strong {
    color: #493325;
    font-weight: bold; }

/* line 1635, theme.scss */
.index_catalogs-about-text {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

/* line 1643, theme.scss */
.index_catalogs-about-image {
  margin-bottom: 45px;
  margin-top: -18px;
  z-index: -1;
  position: relative; }

/* line 1650, theme.scss */
.index_catalogs {
  padding: 53px 0 92px 0; }

/* line 1654, theme.scss */
.index_catalogs-inner {
  text-transform: uppercase;
  font-weight: 400; }

/* line 1660, theme.scss */
.main_menu {
  background-color: #2f2f2f;
  opacity: 0.95;
  color: #fff;
  position: relative;
  z-index: 11; }
  /* line 1667, theme.scss */
  .main_menu a {
    color: #fff; }

/* line 1672, theme.scss */
.main_menu-item {
  list-style: none;
  font-family: Circe, sans-serif;
  font-size: 13px;
  line-height: 22px;
  text-transform: uppercase; }

/* line 1680, theme.scss */
.main_menu-list {
  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;
  padding: 0;
  margin: 0; }

/* line 1705, theme.scss */
.main_menu-item.lvl-1 {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 100px;
  -ms-flex: 1 0 100px;
  -moz-box-flex: 1;
  flex: 1 0 100px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  text-align: center; }

/* line 1718, theme.scss */
.main_menu-list.lvl-2 {
  position: absolute;
  top: 100%;
  width: 326px;
  left: 0;
  background-color: #b48e77;
  opacity: 0.9;
  color: #fff;
  margin: 0;
  padding: 0;
  display: none;
  text-align: left; }
  /* line 1731, theme.scss */
  .main_menu-item.lvl-1:hover .main_menu-list.lvl-2 {
    display: block; }

/* line 1736, theme.scss */
.main_menu-link {
  min-height: 47px;
  line-height: 1;
  display: block;
  -webkit-transition: background-color 300ms;
  -o-transition: background-color 300ms;
  -moz-transition: background-color 300ms;
  transition: background-color 300ms;
  padding: 10px 5px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }
  /* line 1757, theme.scss */
  .item-with-arrow:not([href="/collection/gallery"]) > .main_menu-link {
    background-image: url(arr-down-white.svg);
    background-repeat: no-repeat;
    -webkit-background-size: 8px 8px;
    -o-background-size: 8px;
    background-size: 8px;
    background-position: -webkit-calc(100% - 10px) 49%;
    background-position: -moz-calc(100% - 10px) 49%;
    background-position: calc(100% - 10px) 49%;
    padding: 10px 25px; }
  /* line 1769, theme.scss */
  .main_menu-item.lvl-1:hover > .main_menu-link, .main_menu-item.lvl-1.active > .main_menu-link {
    background-color: #b48e77; }

/* line 1775, theme.scss */
[href="/collection/gallery"] {
  background-image: none !important; }

/* line 1779, theme.scss */
.main_menu-item.lvl-2:last-child > .main_menu-link {
  border-bottom: none; }

/* line 1783, theme.scss */
.main_menu-item.lvl-1:not(:first-child) > a:before {
  content: '';
  width: 1px;
  height: 15px;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  display: block;
  left: 0;
  top: -webkit-calc(50% - 7px);
  top: -moz-calc(50% - 7px);
  top: calc(50% - 7px); }

/* line 1796, theme.scss */
.main_menu-item.lvl-1 > a > .main_menu-text {
  display: block;
  text-align: center;
  width: 100%; }

/* line 1802, theme.scss */
[href="/collection/gallery"] + .main_menu-list.lvl-2 {
  display: none !important; }

/* line 1806, theme.scss */
.main_menu-item.lvl-2 > .main_menu-link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 12px 40px;
  border-left: 3px solid transparent;
  background-image: url(arr-right-white.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 8px 8px;
  -o-background-size: 8px;
  background-size: 8px;
  background-position: -webkit-calc(100% - 25px) 50%;
  background-position: -moz-calc(100% - 25px) 50%;
  background-position: calc(100% - 25px) 50%; }

/* line 1820, theme.scss */
.main_menu-list.lvl-2 {
  padding: 20px 0; }

/* line 1824, theme.scss */
.main_menu-item.lvl-2 > .main_menu-link:hover {
  background-color: #493325;
  border-left-color: #fff; }

/* line 1829, theme.scss */
.main-menu {
  display: block;
  text-align: center; }

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

/* line 1841, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 440px;
  margin: auto;
  color: #fff;
  padding: 60px;
  text-align: center;
  border: 4px solid #b4a191;
  background-color: rgba(70, 54, 41, 0.8); }
  @media (max-width: 768px) {
    /* line 1841, theme.scss */
    .feedback-modal {
      padding: 30px 20px; } }
  /* line 1855, theme.scss */
  .feedback-modal .mfp-close {
    color: #fff; }

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

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

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

/* line 1874, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  border: 1px solid #6f6f6f;
  background-color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  padding: 17px 50px;
  font-weight: 400;
  color: #696158; }
  /* line 1885, theme.scss */
  .feedback-field::-webkit-input-placeholder {
    color: inherit; }
  /* line 1889, theme.scss */
  .feedback-field::-moz-placeholder {
    color: inherit; }
  /* line 1893, theme.scss */
  .feedback-field:-ms-input-placeholder {
    color: inherit; }
  /* line 1897, theme.scss */
  .feedback-field:-moz-placeholder {
    color: inherit; }
  /* line 1901, theme.scss */
  .feedback-field::placeholder {
    color: inherit; }

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

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

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

/* line 1918, theme.scss */
.mfp-wrap.mfp-ready ~ *:not(.insales-panel):not(.alertify-notifier) {
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -webkit-transition: -webkit-filter 100ms;
  transition: -webkit-filter 100ms;
  -o-transition: filter 100ms;
  -moz-transition: filter 100ms;
  transition: filter 100ms;
  transition: filter 100ms, -webkit-filter 100ms; }

/* line 1929, theme.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
  background: #b48e77; }

/* line 1934, theme.scss */
.feedback-caption {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  margin-bottom: 45px; }

/* line 1940, theme.scss */
.feedback-title {
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 1947, theme.scss */
.feedback.js-feedback .bttn-prim.with-arrow {
  width: 100%;
  line-height: 32px;
  max-width: 300px; }

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

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

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

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

/* line 1975, theme.scss */
.order_work {
  padding-top: 40px;
  padding-bottom: 65px;
  background-image: url("bg-ornament.png"); }

/* line 1981, theme.scss */
.order_work-title {
  color: #b48e77;
  font-family: Circe;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* line 1990, theme.scss */
.order_work-item {
  color: #493325;
  font-family: Roboto;
  font-size: 16px; }

/* line 1996, theme.scss */
.order_work-list {
  border-top: 4px solid #b48e77;
  padding-top: 45px;
  position: relative;
  counter-reset: order_work; }

/* line 2003, theme.scss */
.order_work-item {
  padding-right: 28px;
  position: relative; }

/* line 2008, theme.scss */
.order_work-item:before {
  counter-increment: order_work;
  content: counter(order_work);
  position: absolute;
  top: -61px;
  background: #b48e77;
  width: 27px;
  height: 27px;
  color: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 27px; }

@media (max-width: 768px) {
  /* line 2025, theme.scss */
  .order_work-item {
    margin-bottom: 25px; }

  /* line 2029, theme.scss */
  .order_work-item:before {
    top: initial;
    position: relative;
    display: block;
    margin-bottom: 7px; } }
/* line 2037, theme.scss */
.page_adv {
  padding-top: 45px;
  padding-bottom: 140px; }

/* line 2042, theme.scss */
.page_adv-right {
  padding-left: 40px;
  padding-top: 35px; }
  @media (max-width: 768px) {
    /* line 2042, theme.scss */
    .page_adv-right {
      padding-left: 0px; } }

/* line 2051, theme.scss */
.page_adv-title {
  color: #b48e77;
  font-family: Circe;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px; }

/* line 2060, theme.scss */
.page_adv-list, .page_adv ul {
  color: #493325;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 0 40px;
  list-style: none; }
  @media (max-width: 768px) {
    /* line 2060, theme.scss */
    .page_adv-list, .page_adv ul {
      padding-left: 0px; } }
  /* line 2073, theme.scss */
  .page_adv-list li, .page_adv ul li {
    background-image: url("success.svg");
    padding-left: 60px;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    -o-background-size: 24px;
    background-size: 24px;
    margin-bottom: 10px;
    line-height: 26px; }

/* line 2085, theme.scss */
.page_adv-bg {
  position: relative; }
  /* line 2088, theme.scss */
  .page_adv-bg:before {
    content: '';
    background-image: url("warranty-3.png");
    -webkit-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    width: 104px;
    height: 159px;
    z-index: 1;
    position: absolute;
    top: 110px;
    left: -webkit-calc(50% - 52px);
    left: -moz-calc(50% - 52px);
    left: calc(50% - 52px); }

/** pagination */
/* line 2107, theme.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -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;
  width: 100%;
  width: auto;
  -webkit-box-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  -moz-box-flex: 0;
  flex: 0 1 auto;
  margin-bottom: 20px; }

/* line 2134, theme.scss */
.pagination > .pagination-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  position: relative; }

/* line 2144, theme.scss */
.pagination .pagination-link {
  display: inline-block; }

/* line 2148, theme.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 30px; }

/* line 2152, theme.scss */
.pagination .pagination-item .pagination-link {
  width: 25px;
  height: 25px;
  background-color: transparent;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #202020;
  text-align: center;
  line-height: 25px;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400; }
  /* line 2165, theme.scss */
  .pagination .pagination-item .pagination-link .fa {
    color: #5c5c5c; }

/* line 2170, theme.scss */
.pagination .pagination-item .pagination-link:hover {
  color: #fefefe;
  background-color: #b48e77;
  text-decoration: none; }

/* line 2176, theme.scss */
.pagination .pagination-item.is-current .pagination-link {
  color: #fefefe;
  background-color: #b48e77; }

/* line 2181, theme.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  color: #fefefe;
  background-color: #b48e77; }

/* line 2187, theme.scss */
.gallery-wrapper {
  margin: 0 50px 0 0; }
  @media (max-width: 1024px) {
    /* line 2187, theme.scss */
    .gallery-wrapper {
      margin: 20px 25px 0 0; } }
  @media (max-width: 640px) {
    /* line 2187, theme.scss */
    .gallery-wrapper {
      margin: 20px 0px 0 0; } }

/* line 2199, theme.scss */
.gallery-slide {
  text-align: center; }

/* line 2203, theme.scss */
.gallery-thumb.active {
  border: 1px solid #b4a191; }

/* line 2207, 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 2216, theme.scss */
.gallery-thumb {
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent; }

/* line 2225, theme.scss */
.gallery-thumbs-wrap {
  top: 30px;
  position: relative;
  margin: auto; }

/* line 2231, theme.scss */
.swiper-container.gallery-top {
  position: relative;
  border: 1px solid #b4a191; }

/* line 2236, theme.scss */
.gallery-thumb img {
  max-height: 99%;
  max-width: 99%; }

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

/* line 2246, theme.scss */
.products-title {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase; }

/* line 2255, theme.scss */
.products-control-next {
  background-color: rgba(70, 54, 41, 0.3);
  width: 36px;
  height: 76px;
  background-image: url("arr-right-l-white.svg") !important;
  -webkit-background-size: 21px 38px;
  -o-background-size: 21px 38px;
  background-size: 21px 38px;
  background-repeat: no-repeat;
  background-position: 50%;
  right: 0;
  top: -webkit-calc(50% - 19px);
  top: -moz-calc(50% - 19px);
  top: calc(50% - 19px); }

/* line 2271, theme.scss */
.products-control-prev {
  background-color: rgba(70, 54, 41, 0.3);
  width: 36px;
  height: 76px;
  background-image: url("arr-left-l-white.svg") !important;
  -webkit-background-size: 21px 38px;
  -o-background-size: 21px 38px;
  background-size: 21px 38px;
  background-repeat: no-repeat;
  background-position: 50%;
  left: 0;
  top: -webkit-calc(50% - 19px);
  top: -moz-calc(50% - 19px);
  top: calc(50% - 19px); }

/* line 2287, theme.scss */
.products {
  margin: 1rem 0; }

/* line 2291, theme.scss */
.swiper-button-disabled {
  display: none; }

/* line 2295, theme.scss */
.product-quantity-input {
  width: 50px;
  text-align: center;
  padding: 5px; }

/* line 2301, theme.scss */
.product-buy {
  margin: 1rem 0; }

/* line 2305, theme.scss */
.item-quantity-control {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2313, theme.scss */
.product-title {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 31px;
  text-transform: uppercase;
  margin: 0 0 20px 0; }

/* line 2323, theme.scss */
.product-description-title {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 2331, theme.scss */
.product-description-content {
  color: #414141;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400; }

/* line 2340, theme.scss */
.product-info {
  margin-bottom: 60px;
  padding-left: 11px; }

/* line 2345, theme.scss */
.gallery-wrapper {
  margin-bottom: 60px; }

/* line 2350, theme.scss */
.product-quantity input.product-quantity-input {
  width: 58px;
  height: 58px;
  border: 1px solid #bababa;
  margin-right: 5px; }
/* line 2357, theme.scss */
.product-quantity span.item-quantity-control {
  width: 28px;
  height: 28px;
  border: 1px solid #bababa;
  color: #bababa;
  text-align: center;
  line-height: 26px;
  display: block;
  font-size: 24px;
  margin-bottom: 2px;
  font-weight: 400;
  background-color: transparent; }

/* line 2372, theme.scss */
.product-disclamer {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 30px; }

/* line 2380, theme.scss */
button.bttn.bttn-prim.in-product {
  padding-right: 58px;
  padding-left: 58px;
  background-image: url(cart-m.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 25px 25px;
  -o-background-size: 25px;
  background-size: 25px;
  background-position: -webkit-calc(100% - 17px) 50%;
  background-position: -moz-calc(100% - 17px) 50%;
  background-position: calc(100% - 17px) 50%;
  height: 59px;
  line-height: 49px;
  width: 100%; }

/* line 2396, theme.scss */
.product-short_description {
  margin-bottom: 30px; }

/* line 2401, theme.scss */
.product-video-wrapper p {
  margin-bottom: 7px; }

/* line 2406, theme.scss */
[name="variant_id"] {
  display: none; }

/* line 2410, theme.scss */
.compare-link {
  width: 100%;
  text-align: center;
  line-height: 43px; }

/* line 2416, theme.scss */
.compare-control {
  -webkit-flex-basis: 230px;
  -ms-flex-preferred-size: 230px;
  flex-basis: 230px;
  max-width: 230px; }
  @media (max-width: 1024px) {
    /* line 2416, theme.scss */
    .compare-control {
      max-width: 210px; } }
  @media (max-width: 480px) {
    /* line 2416, theme.scss */
    .compare-control {
      max-width: 185px; }
      /* line 2429, theme.scss */
      .compare-control .compare-link {
        padding-left: 1px;
        padding-right: 1px; } }

/* line 2436, theme.scss */
.product_delivery {
  border: 3px solid #b4a191;
  padding: 19px 15px 19px 45px; }

/* line 2441, theme.scss */
.product_delivery a {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  display: block; }

/* line 2451, theme.scss */
.product_delivery-pay {
  padding-left: 56px;
  background-image: url(delivery.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 26px 26px;
  -o-background-size: 26px;
  background-size: 26px;
  margin-bottom: 10px; }

/* line 2462, theme.scss */
.product_delivery-credit {
  padding-left: 56px;
  background-image: url(pay.svg);
  background-repeat: no-repeat;
  background-position: left center;
  -webkit-background-size: 23px 23px;
  -o-background-size: 23px;
  background-size: 23px; }

/* line 2472, theme.scss */
.compare-go {
  width: 100%;
  margin-top: 20px;
  text-align: center; }

/* line 2478, theme.scss */
a.product_delivery-item {
  display: block;
  text-decoration: none; }

/* line 2484, theme.scss */
a.product_delivery-item span {
  text-decoration: underline; }

/* line 2488, theme.scss */
a.product_delivery-item img {
  height: 18px;
  margin-right: 20px;
  vertical-align: baseline; }

/* line 2494, theme.scss */
.form-field.text-field {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  outline: none; }

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

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

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

/* line 2516, theme.scss */
.button.button-is-border {
  color: #0b0b0b;
  font-family: "SFUI Text", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: none;
  border: none;
  text-decoration: none;
  border-bottom: 1px dotted #464646;
  cursor: pointer;
  padding: 0; }

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

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

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

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

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

/* line 2551, theme.scss */
.reviews-empty {
  padding: 5px;
  background: #f9f9f9; }

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

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

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

/* line 2577, theme.scss */
.product_tabs-target {
  display: none; }

/* line 2581, theme.scss */
.product_tabs {
  border-top: 1px solid #d2d2d1;
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 2588, theme.scss */
.product_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; }

/* line 2600, theme.scss */
.product_tabs-item.is-button-active {
  color: #444; }

/* line 2604, theme.scss */
.product_tabs-item {
  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 2614, theme.scss */
.product_tabs-item.is-button-active {
  border-bottom: 3px solid #1565c0; }

/* line 2618, theme.scss */
.promo-slide {
  min-height: 500px;
  color: #fff;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%; }

/* line 2627, theme.scss */
.promo-slide:after {
  content: '';
  background-color: #493325;
  opacity: 0.7;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%; }
  @media (max-width: 480px) {
    /* line 2627, theme.scss */
    .promo-slide:after {
      width: 100%; } }

/* line 2643, theme.scss */
.promo-inner {
  position: relative;
  z-index: 2; }

/* line 2648, theme.scss */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 40px;
  right: -webkit-calc(50% - 600px);
  right: -moz-calc(50% - 600px);
  right: calc(50% - 600px);
  width: auto;
  left: initial; }

/* line 2659, theme.scss */
.swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  border: 1px solid #ffffff;
  opacity: 1;
  background: transparent !important;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
  margin: 0 0 0 20px !important; }

/* line 2672, theme.scss */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff !important; }

/* line 2676, theme.scss */
.promo-slider-prev {
  background-image: url(arr-left-tall-white.svg);
  left: -webkit-calc(50% - 600px);
  left: -moz-calc(50% - 600px);
  left: calc(50% - 600px); }

/* line 2683, theme.scss */
.promo-slider-next {
  background-image: url(arr-right-tall-white.svg);
  right: -webkit-calc(50% - 600px);
  right: -moz-calc(50% - 600px);
  right: calc(50% - 600px); }

/* line 2690, theme.scss */
.promo-content {
  -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: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  height: 500px; }

/* line 2709, theme.scss */
.promo-title {
  color: #ffffff;
  font-family: Circe, sans-serif;
  font-size: 46px;
  font-weight: 400;
  text-transform: uppercase; }
  @media (max-width: 768px) {
    /* line 2709, theme.scss */
    .promo-title {
      font-size: 38px; } }
  @media (max-width: 480px) {
    /* line 2709, theme.scss */
    .promo-title {
      font-size: 24px; } }

/* line 2726, theme.scss */
.product_files > div {
  padding-left: 40px;
  background: url(file-d.png) no-repeat;
  background-size: contain;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f5f3;
  margin-bottom: 15px; }
/* line 2735, theme.scss */
.product_files a {
  color: #414141;
  text-decoration: none; }

/* line 2742, theme.scss */
.promo-description {
  color: #ffffff;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px; }

/* line 2750, theme.scss */
.re_linking-inner {
  padding: 10px;
  border: 3px solid #b48e77; }

/* line 2755, theme.scss */
.re_linking-title {
  display: block;
  font-family: Circe;
  font-weight: 400;
  /* Text style for "КАТАЛОГ ОБ" */
  color: #493325;
  font-size: 30px;
  margin-bottom: 35px; }

/* line 2764, theme.scss */
.re_linking-go {
  font-size: 24px;
  color: #b48e77;
  display: inline-block;
  border-bottom: 2px solid #c4b9b0;
  padding-bottom: 10px;
  padding-right: 55px;
  background-image: url("arr-right-gray.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 19px 19px;
  -o-background-size: 19px;
  background-size: 19px;
  background-position: 100% 0%; }

/* line 2779, theme.scss */
.re_linking-left {
  padding-left: 50px; }
  @media (max-width: 480px) {
    /* line 2779, theme.scss */
    .re_linking-left {
      padding-left: 20px; } }

/* line 2787, theme.scss */
.re_linking {
  margin: 30px 0; }

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

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

/* line 2813, theme.scss */
.works {
  padding: 60px 0; }

/* line 2817, theme.scss */
.works-item-related {
  height: 509px;
  position: relative;
  left: -30px;
  margin-top: 60px; }

/* line 2824, theme.scss */
.works-warranty {
  background-color: #b48e77;
  color: #fff; }

/* line 2829, theme.scss */
.cell-works-left {
  background-color: #b48e77;
  position: relative;
  z-index: 1; }

/* line 2835, theme.scss */
.cell-works-right {
  position: relative;
  z-index: 0; }

/* line 2840, theme.scss */
.works-text {
  font-family: Circe, sans-serif;
  font-size: 47px;
  font-weight: 400;
  text-transform: uppercase; }

/* line 2847, theme.scss */
.works-bttn.bttn {
  color: #696158;
  font-family: Circe, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  background-color: #ffffff; }

/* line 2856, theme.scss */
.works-item-absolute {
  position: absolute; }

/* line 2860, theme.scss */
.works-warranty {
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 408px; }

/* line 2868, theme.scss */
.cell-works-left {
  width: 373px; }
  @media (max-width: 1024px) {
    /* line 2868, theme.scss */
    .cell-works-left {
      width: 100%; } }

/* line 2876, theme.scss */
.cell-works-right {
  width: -webkit-calc(100% - 373px);
  width: -moz-calc(100% - 373px);
  width: calc(100% - 373px); }
  @media (max-width: 1024px) {
    /* line 2876, theme.scss */
    .cell-works-right {
      display: none; } }

/* line 2886, theme.scss */
.works-item-absolute.is-1 {
  z-index: 1;
  right: 200px;
  top: 0; }

/* line 2892, theme.scss */
.works-item-absolute.is-2 {
  top: 46px;
  z-index: 2;
  right: 0; }

/* line 2898, theme.scss */
.works-item-absolute.is-3 {
  z-index: 3;
  right: 50px;
  bottom: 0; }

/* line 2904, theme.scss */
.works-text {
  margin-top: 30px;
  margin-bottom: 50px; }

/* line 2909, theme.scss */
.works-warranty-image img {
  vertical-align: top; }

/* line 2913, theme.scss */
.work-footer {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: justify;
  display: block;
  position: relative;
  word-spacing: 7px; }

/* line 2925, theme.scss */
.work-footer {
  padding: 50px 0 34px 0;
  border-bottom: 1px solid #e8ddd6; }

/* line 2930, theme.scss */
.works-bttn.bttn {
  padding-right: 45px;
  width: 230px;
  background-image: url(arr-right-gray.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px;
  -o-background-size: 10px;
  background-size: 10px;
  background-position: -webkit-calc(100% - 30px) 50%;
  background-position: -moz-calc(100% - 30px) 50%;
  background-position: calc(100% - 30px) 50%;
  line-height: 38px;
  text-align: center;
  padding-left: 45px; }

/* line 2946, theme.scss */
.work-footer p {
  margin: 0; }

@media (max-width: 1024px) {
  /* line 2951, theme.scss */
  .works-warranty {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    min-height: 300px;
    padding: 30px; }

  /* line 2959, theme.scss */
  .works-warranty-image {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    margin-left: auto;
    float: right;
    text-align: right; }

  /* line 2968, theme.scss */
  .works-warranty-image
  img {
    width: 100%; }

  /* line 2973, theme.scss */
  .works-text {
    font-size: 36px; } }
@media (max-width: 900px) {
  /* line 2979, theme.scss */
  .works-warranty-image {
    width: 52%; }

  /* line 2983, theme.scss */
  .works-text {
    font-size: 28px; }

  /* line 2987, theme.scss */
  .works-text {
    margin-top: 20px;
    margin-bottom: 20px; }

  /* line 2992, theme.scss */
  .works-warranty {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    min-height: 260px;
    padding: 30px; } }
@media (max-width: 640px) {
  /* line 3002, theme.scss */
  .works-warranty-image {
    width: 100%; }

  /* line 3006, theme.scss */
  .works-warranty {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto; } }
/* line 3013, theme.scss */
.firlter-tab-content.is-tab-active {
  display: block !important; }

/* line 3016, theme.scss */
.firlter-tab-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 459 459' style='enable-background:new 0 0 459 459;' xml:space='preserve'%3E%3Cg%3E%3Cg id='filter'%3E%3Cpath d='M178.5,382.5h102v-51h-102V382.5z M0,76.5v51h459v-51H0z M76.5,255h306v-51h-306V255z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  -webkit-background-size: 20px 20px;
  -o-background-size: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: -webkit-calc(100% - 10px) 50%;
  background-position: -moz-calc(100% - 10px) 50%;
  background-position: calc(100% - 10px) 50%;
  padding-right: 46px;
  margin: 5px 0 20px 0; }

/* line 3028, theme.scss */
.firlter-tab-button.is-button-active {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' id='Capa_1' x='0px' y='0px' width='512px' height='512px' viewBox='0 0 292.362 292.361' style='enable-background:new 0 0 292.362 292.361;' xml:space='preserve'%3E%3Cg%3E%3Cpath d='M286.935,197.287L159.028,69.381c-3.613-3.617-7.895-5.424-12.847-5.424s-9.233,1.807-12.85,5.424L5.424,197.287 C1.807,200.904,0,205.186,0,210.134s1.807,9.233,5.424,12.847c3.621,3.617,7.902,5.425,12.85,5.425h255.813 c4.949,0,9.233-1.808,12.848-5.425c3.613-3.613,5.427-7.898,5.427-12.847S290.548,200.904,286.935,197.287z' fill='%23FFFFFF'/%3E%3C/g%3E%3C/svg%3E");
  background-position: -webkit-calc(100% - 10px) 45%;
  background-position: -moz-calc(100% - 10px) 45%;
  background-position: calc(100% - 10px) 45%; }

/* line 3034, theme.scss */
.card-price span {
  font-size: 20px; }

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

/* line 3040, theme.scss */
.product_delivery-item.is--usloviya-kreditovaniya img {
  margin-right: 27px; }

/* line 3043, theme.scss */
.swiper-slide .card-price {
  min-height: 6rem; }

/* line 3046, theme.scss */
.properties-row {
  padding: 10px 5px; }

/* line 3050, theme.scss */
.properties-row:nth-child(odd) {
  background: #f6f5f3; }

/* line 3054, theme.scss */
.properties-title {
  margin-bottom: 20px; }

/* line 3057, theme.scss */
.order_work-item p:first-child {
  margin-top: 0; }

/* line 3060, theme.scss */
a.compare-icon {
  display: inline-block;
  vertical-align: middle;
  width: 55px;
  top: 9px;
  position: relative;
  margin-right: 10px;
  display: none; }

/* line 3070, theme.scss */
.compare-icon.is-active {
  display: inline-block; }

/* line 3074, theme.scss */
a.compare-icon.is-active:after {
  content: attr(data-lenght);
  position: absolute;
  top: -4px;
  right: -10px;
  width: 21px;
  height: 21px;
  font-family: "PF Beau Sans Pro", sans-serif;
  background-color: #b48e77;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 21px;
  font-size: 16px;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  -moz-transition: opaci; }

/* line 3096, theme.scss */
.product-variant {
  justify-content: space-between;
  align-items: center;
  margin-left: -14px;
  margin-right: -14px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f6f5f3; }
  /* line 3107, theme.scss */
  .product-variant .product-variant-title {
    font-weight: bold;
    font-size: 18px; }
    /* line 3110, theme.scss */
    .product-variant .product-variant-title p {
      font-weight: normal;
      margin-top: 4px;
      font-size: 12px; }
  /* line 3119, theme.scss */
  .product-variant .product-prices {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 0; }
  /* line 3125, theme.scss */
  .product-variant .product-variant-available-in {
    color: #089115; }
  /* line 3129, theme.scss */
  .product-variant .product-variant-available-out {
    color: red; }
  /* line 3133, theme.scss */
  .product-variant .product-variant-form {
    text-align: right; }
  @media screen and (max-width: 480px) {
    /* line 3139, theme.scss */
    .product-variant .product-variant-title, .product-variant .product-prices {
      font-size: 14px; }
    /* line 3143, theme.scss */
    .product-variant .product-variant-form button {
      padding: 4px 14px; } }

/* line 3152, theme.scss */
ul.resp-tabs-list, p {
  margin: 0px;
  padding: 0px; }

/* line 3157, theme.scss */
.resp-tabs-list li {
  font-weight: 600;
  display: inline-block;
  padding: 13px 15px;
  margin: 0;
  list-style: none;
  cursor: pointer;
  font-size: 14px;
  font-family: Circe, sans-serif;
  color: #b48e77;
  text-transform: uppercase; }
  /* line 3168, theme.scss */
  .resp-tabs-list li:hover {
    background: #b48e77;
    color: #fff; }

/* line 3176, theme.scss */
.resp-tabs-list {
  justify-content: space-between;
  background: #f6f5f3; }

/* line 3182, theme.scss */
.resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  clear: left; }

/* line 3188, theme.scss */
h2.resp-accordion {
  cursor: pointer;
  padding: 5px;
  display: none; }

/* line 3194, theme.scss */
.resp-tab-content {
  display: none;
  padding: 15px; }

/* line 3199, theme.scss */
.resp-tab-active {
  border: 1px solid #c7ae9a;
  border-left-width: 4px;
  padding: 12px 14px 14px 14px !important; }

/* line 3208, theme.scss */
.resp-tab-active {
  background-color: #fff; }

/* line 3213, theme.scss */
.resp-content-active, .resp-accordion-active {
  display: block; }

/* line 3221, theme.scss */
h2.resp-accordion {
  font-size: 13px;
  border: 1px solid #b48e77;
  border-top: 0px solid #b48e77;
  margin: 0px;
  padding: 10px 15px;
  color: #b48e77; }

/* line 3230, theme.scss */
h2.resp-tab-active {
  border-bottom: 0px solid #b48e77 !important;
  margin-bottom: 0px !important;
  padding: 10px 15px !important; }

/* line 3236, theme.scss */
h2.resp-tab-title:last-child {
  border-bottom: 12px solid #b48e77 !important;
  background: blue; }

/*-----------Vertical tabs-----------*/
/* line 3241, theme.scss */
.resp-vtabs ul.resp-tabs-list {
  float: left;
  width: 30%; }

/* line 3246, theme.scss */
.resp-vtabs .resp-tabs-list li {
  display: block;
  padding: 15px 15px !important;
  margin: 0;
  cursor: pointer;
  float: none; }

/* line 3254, theme.scss */
.resp-vtabs .resp-tabs-container {
  padding: 0px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  float: left;
  width: 68%;
  min-height: 250px;
  border-radius: 4px;
  clear: none; }

/* line 3265, theme.scss */
.resp-vtabs .resp-tab-content {
  border: none; }

/* line 3269, theme.scss */
.resp-vtabs li.resp-tab-active {
  border: 1px solid #c1c1c1;
  border-right: none;
  background-color: #fff;
  position: relative;
  z-index: 1;
  margin-right: -1px !important;
  padding: 14px 15px 15px 14px !important; }

/* line 3279, theme.scss */
.resp-arrow {
  width: 0;
  height: 0;
  float: right;
  margin-top: 3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #b48e77; }

/* line 3289, theme.scss */
h2.resp-tab-active span.resp-arrow {
  border: none;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #fff; }

/*-----------Accordion styles-----------*/
/* line 3297, theme.scss */
h2.resp-tab-active {
  background: #b48e77 !important;
  color: #fff; }

/* line 3301, theme.scss */
.resp-easy-accordion h2.resp-accordion {
  display: block; }

/* line 3304, theme.scss */
.resp-easy-accordion .resp-tab-content {
  border: 1px solid #b48e77; }

/* line 3308, theme.scss */
.resp-easy-accordion .resp-tab-content:last-child {
  border-bottom: 1px solid #b48e77 !important; }

/* line 3312, theme.scss */
.resp-jfit {
  width: 100%;
  margin: 0px; }

/* line 3317, theme.scss */
.resp-tab-content-active {
  display: block; }

/* line 3321, theme.scss */
h2.resp-accordion:first-child {
  border-top: 1px solid #b48e77 !important; }

/*Here your can change the breakpoint to set the accordion, when screen resolution changed*/
@media only screen and (max-width: 768px) {
  /* line 3327, theme.scss */
  ul.resp-tabs-list {
    display: none; }

  /* line 3331, theme.scss */
  h2.resp-accordion {
    display: block; }

  /* line 3335, theme.scss */
  .resp-vtabs .resp-tab-content {
    border: 1px solid #b48e77; }

  /* line 3339, theme.scss */
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none; }

  /* line 3346, theme.scss */
  .resp-accordion-closed {
    display: none !important; }

  /* line 3349, theme.scss */
  .resp-vtabs .resp-tab-content:last-child {
    border-bottom: 1px solid #b48e77 !important; } }
/* line 3353, theme.scss */
#feedback-modal {
  max-width: 400px; }
