@charset "UTF-8";
/*=========================================
  _LAYOUT
=========================================*/
@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }
@-o-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none; } }
/* line 135, base.scss */
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

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

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

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

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-o-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/* line 504, base.scss */
.fadeIn {
  -webkit-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

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

/* line 630, base.scss */
html,
body {
  color: #2a2a29;
  font-size: 100%;
  font: 16px "FranklinGothBookCTT";
  height: 100%;
  margin: 0;
  min-width: 320px; }

/* line 640, base.scss */
body {
  position: relative;
  overflow-x: hidden; }

/* line 645, base.scss */
.hidden {
  display: none; }

/* line 649, base.scss */
.visible {
  display: block; }

/* line 653, base.scss */
#own_preloader {
  z-index: 1000; }

/* line 657, base.scss */
#own_preloader svg {
  height: 100px;
  width: 100px;
  fill: #c4803f; }

/* line 662, base.scss */
.container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 1320px; }

/* line 668, base.scss */
.container .container {
  padding-left: 0px;
  padding-right: 0px; }

/* line 673, base.scss */
.row {
  margin-left: 0px;
  margin-right: 0px; }

/* line 678, base.scss */
.row-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 683, base.scss */
.col {
  margin-left: 0px;
  margin-right: 0px; }

/* line 688, base.scss */
.col-reverse {
  margin-left: 0px;
  margin-right: 0px; }

/* line 693, base.scss */
[class*='cell-'] {
  padding-left: 0px;
  padding-right: 0px; }

/* line 698, base.scss */
.row.is-stretch > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto; }

@media (max-width: 1340px) {
  /* line 708, base.scss */
  .container {
    padding-right: 10px;
    padding-left: 10px; } }
/* line 714, base.scss */
.container.with-grid {
  padding-left: 10px;
  padding-right: 10px; }

/* line 719, base.scss */
.row.is-grid,
.row-reverse.is-grid,
.col.is-grid,
.col-reverse.is-grid {
  margin-left: -10px;
  margin-right: -10px; }

/* line 727, base.scss */
.row.is-grid > *,
.row-reverse.is-grid > *,
.col.is-grid > *,
.col-reverse.is-grid > * {
  padding-left: 10px;
  padding-right: 10px; }

/* line 736, base.scss */
.fancybox-is-open .fancybox-bg {
  background-color: #3a3734;
  opacity: .85 !important; }

/* line 741, base.scss */
.fancybox-slide .modal-hide {
  background-color: #3a3734;
  border: 1px solid #fcf5dd;
  max-width: 700px;
  padding: 45px 80px;
  width: 100%; }

/* line 749, base.scss */
.fancybox-slide .fancybox-close-small {
  background-color: #c4803f; }

/* line 753, base.scss */
.fancybox-slide .fancybox-close-small:after {
  background-color: transparent !important;
  color: #fcf5dd !important; }

/* line 758, base.scss */
.fancybox-slide .logo-wrap {
  display: table;
  margin: 20px auto;
  max-width: 140px; }

/* line 764, base.scss */
.fancybox-slide [class*=-title] {
  color: #938256;
  font-family: 'Gabriela';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  line-height: 1;
  margin-bottom: 1.5rem;
  text-transform: uppercase; }

/* line 775, base.scss */
.fancybox-slide [class*=-title]:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22#938256%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M0 11.222c2.859-3.31 8.221-5.885 13.047-5.333-4.826-.552-8.579.184-12.511 3.31C2.859 4.234 6.255 2.211 10.723 0a2.034 2.034 0 0 0-.357 1.655A19.465 19.465 0 0 1 17.159.188c-.715.736-1.073.919-.895 1.655 3.038.368 6.256.368 9.115-1.1-1.609 5.885-4.468 9.563-7.507 11.586 0 .735.536.92 1.43 1.286-3.038 1.101-5 1.287-6.97.921.01.614.352 1.177.895 1.468C9.472 15.82 2.502 13.98 0 11.222z%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 779, base.scss */
.fancybox-slide [class*=-title]:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20fill%3D%22#938256%22%20stroke%3D%22transparent%22%20stroke-width%3D%220%22%20style%3D%22%22%20d%3D%22M25.559 11.218c-3.039-3.31-8.4-5.885-13.227-5.333 4.825-.552 8.579.184 12.511 3.311C22.7 4.23 19.3 2.207 14.654 0c.438.432.578 1.082.357 1.655A19.454 19.454 0 0 0 8.22.184c.716.735 1.074.916.895 1.655C6.077 2.207 2.86 2.207 0 .735 1.608 6.621 4.468 10.3 7.506 12.322c0 .736-.536.92-1.251 1.287a11.8 11.8 0 0 0 6.792.92A1.702 1.702 0 0 1 12.153 16c3.754-.184 10.724-2.023 13.406-4.782z%22%20%2F%3E%3C%2Fsvg%3E"); }

/* line 783, base.scss */
.fancybox-slide [class*=-title]:after,
.fancybox-slide [class*=-title]:before {
  background-position: left center;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 17px;
  margin: 0 5px;
  width: 30px; }

/* line 794, base.scss */
.fancybox-slide form {
  padding: 0 50px; }

/* line 798, base.scss */
.fancybox-slide [class*=-field] {
  width: 100%; }

/* line 802, base.scss */
.fancybox-slide [class*=-row] {
  margin-bottom: 1rem; }

/* line 806, base.scss */
.fancybox-slide table {
  margin: 0;
  background-color: #fff; }

/* line 811, base.scss */
.fancybox-slide table td {
  padding: 3px 5px; }

/* line 815, base.scss */
.fancybox-slide .chkbx-label {
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 25px 0;
  text-align: left; }

/* line 823, base.scss */
.fancybox-slide button:not(.added-close) {
  display: table;
  margin-left: auto;
  margin-right: auto; }

/* line 829, base.scss */
.bg_crown {
  -webkit-border-radius: 0;
  border-radius: 0;
  position: relative; }

/* line 835, base.scss */
.bg_crown:after,
.bg_crown:before {
  bottom: 0;
  content: '';
  height: 3px;
  position: absolute;
  width: 50%; }

/* line 844, base.scss */
.bg_crown:after {
  background: url(line_left.png) left center no-repeat;
  left: 0; }

/* line 849, base.scss */
.bg_crown:before {
  background: url(line_right.png) right center no-repeat;
  right: 0; }

/* line 854, base.scss */
.bg_crown_icon {
  background-color: #3a3734;
  display: table;
  line-height: 0;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  z-index: 10; }

/* line 864, base.scss */
.bg_crown_icon svg {
  fill: #fcf5dd;
  height: 18px;
  width: 27px; }

/* line 870, base.scss */
.opacity-0 {
  opacity: 0; }

/* line 874, base.scss */
.swiper-button-next[data-sof-slider-next],
.swiper-button-prev[data-sof-slider-prev],
.swiper-button-next[data-vk-comments-next],
.swiper-button-prev[data-vk-comments-prev] {
  background: none !important;
  height: auto;
  margin-top: 0;
  position: static;
  width: auto; }

/* line 885, base.scss */
.svg-left_arrow-dims,
.svg-right_arrow-dims {
  fill: #fff;
  height: 31px;
  stroke: #fff;
  width: 63px; }

/* line 893, base.scss */
.svg-left_arrow-dims #d1,
.svg-right_arrow-dims #d1 {
  fill: none;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }

/* line 901, base.scss */
.svg-left_arrow-dims:hover #d1,
.svg-right_arrow-dims:hover #d1 {
  -webkit-transform: translate(1px, 3px);
  -ms-transform: translate(1px, 3px);
  -o-transform: translate(1px, 3px);
  transform: translate(1px, 3px); }

/* line 909, base.scss */
.block_title {
  font-family: 'Gabriela';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

/* line 917, base.scss */
.sitebar_title {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

/* line 925, base.scss */
.vk_comments_slider {
  background-color: #3a3734;
  padding: 60px 35px 170px;
  position: relative; }

/* line 931, base.scss */
.vk_comments_slider .lines_rombs {
  fill: #f8e9b3;
  height: 22px;
  width: 144px; }

/* line 937, base.scss */
.vk_comments_slider__title {
  color: #fcf5dd;
  margin: 20px 0; }

/* line 942, base.scss */
.vk_comments_slider .social_user_icon {
  position: relative;
  z-index: 5; }

/* line 947, base.scss */
.vk_comments_slider .social_user_icon-wrap {
  height: 100px;
  width: 100px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }

/* line 956, base.scss */
.vk_comments_slider .social_user_icon-wrap:after {
  background-color: rgba(147, 130, 86, 0.5);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10; }

/* line 967, base.scss */
.vk_comments_slider .swiper-container {
  position: static; }

/* line 971, base.scss */
.vk_comments_slider .banner_flag__date {
  color: #f8e9b3;
  margin-top: 10px; }

/* line 976, base.scss */
.vk_comments_slider .banner_flag__date .eye {
  fill: #f8e9b3;
  height: 13px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 17px; }

/* line 985, base.scss */
.vk_comments_slider .banner_flag__date .eye:hover {
  fill: #fcf5dd; }

/* line 989, base.scss */
.vk_comments_slider .banner_flag__title {
  display: block;
  font-family: "Franklin Gothic";
  font-size: 18px;
  margin-bottom: 10px; }

/* line 996, base.scss */
.vk_comments_slider .banner_flag__review {
  color: #fefcf4;
  margin: 20px 0;
  max-height: 5.75em;
  overflow: hidden; }

/* line 1003, base.scss */
.vk_comments_slider .banner_flag.hover .swiper-pagination-bullets {
  opacity: .5; }

/* line 1007, base.scss */
.vk_comments_slider .links-wrap {
  bottom: 90px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1017, base.scss */
.vk_comments_slider .links-wrap a {
  display: block;
  padding: 3px 0; }

/* line 1022, base.scss */
.vk_comments_slider .swiper-pagination-bullets {
  bottom: 40px !important;
  left: 50% !important;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1032, base.scss */
.vk_comments_slider .swiper-pagination-bullets .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background-color: #fcf5dd;
  margin: 0;
  opacity: 1;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1042, base.scss */
.vk_comments_slider .swiper-pagination-bullets .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 30px; }

/* line 1046, base.scss */
.vk_comments_slider .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #c4803f; }

/* line 1051, base.scss */
.history_block-wrap {
  background-color: rgba(242, 247, 241, 0.95);
  padding: 45px 35px 110px;
  position: relative; }

/* line 1057, base.scss */
.history_block-top {
  position: relative;
  margin: 0 45px; }

/* line 1062, base.scss */
.history_block-top .arrows {
  height: 64px;
  width: 64px;
  display: block;
  fill: #2d2a28;
  margin: 0 auto; }

/* line 1069, base.scss */
.history_block-top .bulet-list {
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%; }

/* line 1080, base.scss */
.history_block-top .bulet-item {
  height: 6px;
  width: 6px;
  background-color: #2d2a28;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1087, base.scss */
.history_block-top .bulet-item + .bulet-item {
  margin-left: 12px; }

/* line 1091, base.scss */
.history_block-title,
.history_block-content {
  color: #2d2a28;
  margin: 40px 0 0;
  text-align: center; }

/* line 1098, base.scss */
.history_block-adres {
  bottom: 40px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1108, base.scss */
.history_block-adres .map {
  height: 40px;
  width: 33px;
  fill: #938256; }

/* line 1113, base.scss */
.history_block-adres .adres {
  color: #938256;
  font-size: 12px;
  letter-spacing: 2.4px;
  line-height: 1.2;
  margin-left: 15px;
  text-align: left;
  width: 160px; }

/* line 1123, base.scss */
.history_block-adres .adres p {
  margin: 0; }

/* line 1127, base.scss */
.history_block-adres .adres p + p {
  margin-top: 1em; }

/* line 1132, base.scss */
.blog_block {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 400px;
  padding-bottom: 65px;
  position: relative; }

/* line 1144, base.scss */
.blog_block:before {
  background-color: rgba(98, 93, 88, 0.6);
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  z-index: 5; }

/* line 1158, base.scss */
.blog_block > * {
  position: relative;
  z-index: 10; }

/* line 1163, base.scss */
.blog_block-title {
  color: #fefcf4;
  display: inline-block;
  font-size: 43px;
  margin-bottom: 30px;
  position: relative; }

/* line 1171, base.scss */
.blog_block-title span {
  margin-top: 20px;
  padding: 0 15px; }

/* line 1176, base.scss */
.blog_block-title .left_monogram,
.blog_block-title .right_monogram {
  height: 31px;
  width: 77px;
  fill: #fefcf4; }

/* line 1182, base.scss */
.blog_block-description {
  color: #fefcf4; }

/* line 1186, base.scss */
.blog_block-link {
  bottom: 55px;
  color: #fefcf4;
  font-family: "Franklin Gothic Medium Cond";
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1199, base.scss */
.blog_block-link .fa {
  color: #c4803f;
  font-size: 1.2em;
  margin-left: 5px; }

/* line 1205, base.scss */
.blog_block-link:hover {
  color: #fcf5dd; }

/* line 1209, base.scss */
.blog_block:hover:before {
  background-color: rgba(98, 93, 88, 0.4); }

/* line 1213, base.scss */
.is-index-page .page-content {
  color: #938256;
  line-height: 1.3;
  margin: 20px 0; }

/* line 1219, base.scss */
.delivery {
  background-image: url("delivery_bg.jpg");
  padding: 25px 0;
  position: relative;
  z-index: 5; }

/* line 1226, base.scss */
.delivery .shipping-icon {
  height: 93px;
  width: 93px;
  fill: #c4803f;
  margin-right: 20px; }

/* line 1232, base.scss */
.delivery-title {
  font-family: 'Gabriela';
  font-size: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

/* line 1239, base.scss */
.delivery-title-wrap {
  color: #fcf5dd; }

/* line 1243, base.scss */
.delivery-title-tagline {
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase; }

/* line 1250, base.scss */
.delivery-list {
  border: 1px solid #c4803f;
  min-height: 100%; }

/* line 1255, base.scss */
.delivery-list .ok {
  height: 17px;
  width: 23px;
  display: inline-block;
  fill: #fcf5dd;
  vertical-align: middle; }

/* line 1262, base.scss */
.delivery-item-title {
  color: #fcf5dd;
  display: inline-block;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-left: 10px;
  text-transform: uppercase;
  vertical-align: middle; }

/* line 1273, base.scss */
.delivery-link {
  font-family: "Franklin Gothic Medium Cond";
  font-size: 16px;
  text-transform: uppercase;
  color: #fcf5dd; }

/* line 1280, base.scss */
.delivery-link svg {
  height: 15px;
  width: 30px;
  display: inline-block;
  fill: #c4803f;
  margin-left: 20px;
  stroke: #c4803f;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  vertical-align: middle; }

/* line 1292, base.scss */
.delivery-link-wrap {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 1298, base.scss */
.delivery-link:hover svg #d1 {
  -webkit-transform: translate(3px, 5px);
  -ms-transform: translate(3px, 5px);
  -o-transform: translate(3px, 5px);
  transform: translate(3px, 5px); }

/* line 1305, base.scss */
.buyers {
  position: relative; }

/* line 1309, base.scss */
.buyers_item {
  min-height: 230px;
  padding-bottom: 75px;
  padding-top: 55px;
  position: relative; }

/* line 1316, base.scss */
.buyers_item:nth-of-type(odd) {
  background-image: url("buyers_bg.jpg"); }

/* line 1320, base.scss */
.buyers_item:nth-of-type(odd) .buyers_title {
  color: #fcf5dd; }

/* line 1324, base.scss */
.buyers_item:nth-of-type(odd) .buyers_title svg {
  fill: #fcf5dd; }

/* line 1328, base.scss */
.buyers_item:nth-of-type(odd) .buyers_text {
  color: #fcf5dd; }

/* line 1332, base.scss */
.buyers_item:nth-of-type(odd) .buyers_link {
  color: #fcf5dd; }

/* line 1336, base.scss */
.buyers_item:nth-of-type(odd) .buyers_link svg {
  fill: #3a3734;
  stroke: #3a3734; }

/* line 1341, base.scss */
.buyers_item:nth-of-type(even) {
  background-color: rgba(242, 247, 241, 0.95); }

/* line 1345, base.scss */
.buyers_item:nth-of-type(even) .buyers_title {
  color: #938256; }

/* line 1349, base.scss */
.buyers_item:nth-of-type(even) .buyers_title svg {
  fill: #938256; }

/* line 1353, base.scss */
.buyers_item:nth-of-type(even) .buyers_link {
  color: #3a3734; }

/* line 1357, base.scss */
.buyers_item:nth-of-type(even) .buyers_link svg {
  fill: #938256;
  stroke: #938256; }

/* line 1362, base.scss */
.buyers_title {
  display: table;
  height: 90px;
  margin: 0 auto;
  padding-bottom: 25px;
  position: relative; }

/* line 1370, base.scss */
.buyers_title-icons {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%; }

/* line 1377, base.scss */
.buyers_title svg {
  height: 20px;
  width: 55px; }

/* line 1381, base.scss */
.buyers_text {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 30px;
  margin-top: 25px;
  text-align: center; }

/* line 1389, base.scss */
.buyers_link {
  bottom: 50px;
  font-family: "Franklin Gothic Medium Cond";
  left: 50%;
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/* line 1401, base.scss */
.buyers_link svg {
  height: 15px;
  width: 30px;
  display: inline-block;
  margin-left: 15px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  vertical-align: middle; }

/* line 1411, base.scss */
.buyers_link:hover svg #d1 {
  -webkit-transform: translate(3px, 5px);
  -ms-transform: translate(3px, 5px);
  -o-transform: translate(3px, 5px);
  transform: translate(3px, 5px); }

/* line 1418, base.scss */
.buyers .icons_wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1428, base.scss */
.buyers .icons_wrap .wreath,
.buyers .icons_wrap .arrows {
  fill: #3a3734;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

/* line 1440, base.scss */
.buyers .icons_wrap .wreath {
  height: 225px;
  width: 215px; }

/* line 1444, base.scss */
.buyers .icons_wrap .arrows {
  height: 95px;
  width: 95px; }

/* line 1448, base.scss */
.collection_sitebar > * {
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 1453, base.scss */
.collection_sitebar > * + * {
  margin-top: 25px; }

/* line 1457, base.scss */
.delivery_banner {
  background-image: url(delivery_bg.jpg);
  padding: 40px 20px 40px; }

/* line 1462, base.scss */
.delivery_banner .shipping-icon {
  height: 93px;
  width: 93px;
  fill: #c4803f;
  margin-right: 20px; }

/* line 1468, base.scss */
.delivery_banner-title {
  color: #fcf5dd;
  font-family: 'Gabriela';
  font-size: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

/* line 1476, base.scss */
.delivery_banner-tagline {
  color: #fcf5dd;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-top: 5px;
  text-transform: uppercase; }

/* line 1485, base.scss */
.delivery_banner-link {
  display: block;
  margin-top: 30px;
  text-align: center; }

/* line 1491, base.scss */
.new_illustrations-link {
  display: block;
  line-height: 0;
  min-height: 100px;
  overflow: hidden;
  position: relative; }

/* line 1499, base.scss */
.new_illustrations-image {
  position: relative;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 100%;
  z-index: 5; }

/* line 1508, base.scss */
.new_illustrations-title {
  background-color: rgba(58, 55, 52, 0.8);
  bottom: 0;
  color: #fff;
  font-family: 'Gabriela';
  font-size: 24px;
  left: 0;
  line-height: 1.3;
  padding: 17px 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 15; }

/* line 1524, base.scss */
.new_illustrations:hover .new_illustrations-image {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01); }

/* line 1531, base.scss */
.collection-data {
  padding-left: 60px !important; }

/* line 1535, base.scss */
.collection-title {
  font-family: 'Gabriela';
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2.4px;
  text-transform: uppercase; }

/* line 1543, base.scss */
.collection-products_count {
  color: #938256;
  font-size: 14px;
  margin-top: 10px; }

/* line 1549, base.scss */
.collection-order-wrapper {
  margin-top: 10px; }

/* line 1553, base.scss */
.collection-order.is-page-size .page_size-radio {
  display: inline-block;
  vertical-align: middle; }

/* line 1558, base.scss */
.collection-order.is-page-size .page_size-radio-control {
  height: 28px;
  width: 28px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid transparent;
  color: #938256;
  display: inline-block;
  line-height: 26px;
  text-align: center; }

/* line 1569, base.scss */
.collection-order.is-page-size [type="radio"]:checked + .page_size-radio-control {
  border-color: #938256;
  font-weight: normal; }

/* line 1574, base.scss */
.collection-order .label-field {
  color: #938256;
  font-size: 14px;
  margin-right: 5px; }

/* line 1580, base.scss */
.collection-wrapper {
  margin-top: 30px;
  padding-right: 50px; }

/* line 1585, base.scss */
.wholesale {
  padding-left: 20px; }

/* line 1589, base.scss */
.wholesale-wrap {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 100%;
  padding: 25px; }

/* line 1603, base.scss */
.wholesale-title {
  color: #938256;
  font-family: "Franklin Gothic Demi Cond";
  font-size: 14px;
  letter-spacing: 1.4px;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

/* line 1613, base.scss */
.wholesale-text {
  color: #938256;
  font-size: 14px;
  margin: 30px 0 0; }

/* line 1619, base.scss */
.wholesale-show {
  background-color: #c4803f;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #fcf5dd;
  display: table;
  font-family: "Franklin Gothic Demi Cond";
  margin: 30px auto 0;
  padding: 5px 10px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 1633, base.scss */
.wholesale-show:hover {
  background-color: #d6a77a;
  color: #fcf5dd; }

/* line 1638, base.scss */
.similar_title {
  color: #d0cca9;
  font-family: "Franklin Gothic Demi Cond";
  margin-bottom: 30px;
  text-transform: uppercase; }

/* line 1645, base.scss */
.similar_title svg {
  fill: #d0cca9;
  height: 22px;
  width: 57px; }

/* line 1651, base.scss */
.similar-list {
  padding-left: 25px;
  border-left: 1px solid #938256; }

/* line 1656, base.scss */
.similar-item .card {
  background-color: transparent; }

/* line 1660, base.scss */
.similar-item .card-action {
  background-color: transparent; }

/* line 1664, base.scss */
.similar-item .card:hover {
  background-color: rgba(242, 247, 241, 0.95); }

/* line 1668, base.scss */
.similar-item .card:hover .card-action {
  background-color: rgba(242, 247, 241, 0.95); }

/* line 1672, base.scss */
.share_wrap {
  margin-top: 25px;
  color: #938256; }

/* line 1677, base.scss */
.share_wrap .label {
  margin-right: 10px; }

/* line 1681, base.scss */
.share_wrap .ui_icons__item {
  display: inline-block;
  vertical-align: middle; }

/* line 1686, base.scss */
.share_wrap .ui_icons__item .icon {
  fill: #d0cca9;
  height: 17px;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  width: 22px; }

/* line 1695, base.scss */
.share_wrap .ui_icons__item:hover .icon {
  fill: #c4803f; }

@media screen and (max-width: 1200px) {
  /* line 1700, base.scss */
  .collection-data {
    padding-left: 10px !important; }

  /* line 1704, base.scss */
  .collection-wrapper {
    padding-right: 0; }

  /* line 1708, base.scss */
  .similar_title {
    display: table;
    margin-left: auto;
    margin-right: auto; }

  /* line 1714, base.scss */
  .similar-list {
    border-left: 0;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 0; }

  /* line 1721, base.scss */
  .similar-item {
    padding-left: 10px;
    padding-right: 10px; } }
@media screen and (max-width: 1024px) {
  /* line 1727, base.scss */
  .delivery {
    padding: 25px; }

  /* line 1731, base.scss */
  .delivery-list {
    margin-top: 20px;
    min-height: 100px; } }
@media screen and (max-width: 768px) {
  /* line 1737, base.scss */
  .container .advantage_logo-wrap {
    margin-bottom: 20px; }

  /* line 1741, base.scss */
  .container .advantage .slider-wrap {
    padding: 0 0 50px; }

  /* line 1745, base.scss */
  .container .advantage_buttons_controls {
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@media screen and (max-width: 480px) {
  /* line 1755, base.scss */
  .history_block-top {
    margin: 0; }

  /* line 1759, base.scss */
  .delivery-list .ok {
    display: block;
    margin: 0 auto 5px; }

  /* line 1764, base.scss */
  .delivery-link-wrap {
    margin-top: 25px; } }
/*=========================================
  _TYPOGRAPHY
=========================================*/
/* line 1771, base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizeLegibility;
  line-height: 1; }

/* line 1781, base.scss */
h1 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 1787, base.scss */
h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em; }

/* line 1793, base.scss */
h3 {
  font-size: 20px;
  font-weight: 700; }

/* line 1798, base.scss */
h4 {
  font-size: 18px; }

/* line 1802, base.scss */
h5 {
  font-size: 16px; }

/* line 1806, base.scss */
h6 {
  font-size: 14px; }

/* line 1810, base.scss */
a {
  color: #938256;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease; }

/* line 1819, base.scss */
a[class] {
  text-decoration: none; }

/* line 1823, base.scss */
a:hover {
  color: #a8976a; }

/* line 1827, base.scss */
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #50585d; }

/* line 1836, base.scss */
p,
ul,
ol {
  margin: 1em 0; }

/* line 1842, base.scss */
ol ol,
ul ul,
ul ol,
ol ul {
  margin: 0.4em 0; }

/* line 1849, base.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #efefef;
  margin: 3.2em 0;
  padding: 0; }

/* line 1858, base.scss */
blockquote {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0 1.6em 0;
  padding: 0 0 0 1.6em;
  border-left: 0.6em solid #171616; }

/* line 1867, base.scss */
blockquote p {
  margin: 0.8em 0;
  font-style: italic; }

/* line 1872, base.scss */
blockquote small {
  display: inline-block;
  margin: 0.8em 0 0.8em 1.5em;
  font-size: 0.9em;
  color: #ccc; }

/* line 1879, base.scss */
blockquote small:before {
  content: '\2014 \00A0'; }

/* line 1883, base.scss */
blockquote cite {
  font-weight: bold; }

/* line 1887, base.scss */
blockquote cite a {
  font-weight: normal; }

/* line 1891, base.scss */
dl {
  margin: 1.6em 0; }

/* line 1895, base.scss */
dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  clear: left;
  text-align: right;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 1em; }

/* line 1908, base.scss */
dl dd {
  margin-left: 200px;
  margin-bottom: 1em; }

/* line 1913, base.scss */
mark {
  background-color: #ffc336; }

/* line 1917, base.scss */
code,
tt {
  padding: 1px 3px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.85em;
  white-space: pre;
  border: 1px solid #e3edf3;
  background: #f7fafb;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 1929, base.scss */
pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  border: 1px solid #e3edf3;
  width: 100%;
  padding: 10px;
  font-family: Inconsolata, monospace, sans-serif;
  font-size: 0.9em;
  white-space: pre;
  overflow: auto;
  background: #f7fafb;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 1946, base.scss */
pre code,
tt {
  font-size: inherit;
  white-space: -moz-pre-wrap;
  white-space: pre-wrap;
  background: transparent;
  border: none;
  padding: 0; }

/* line 1956, base.scss */
kbd {
  display: inline-block;
  margin-bottom: 0.4em;
  padding: 1px 8px;
  border: 1px solid #ccc;
  color: #666;
  text-shadow: #fff 0 1px 0;
  font-size: 0.9em;
  font-weight: bold;
  background: #f4f4f4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 #fff;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 0 #fff; }

/* line 1972, base.scss */
table {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1.6em 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

/* line 1982, base.scss */
table th,
table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #efefef; }

/* line 1991, base.scss */
table th {
  color: #000; }

/* line 1995, base.scss */
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0; }

/* line 2004, base.scss */
table tbody + tbody {
  border-top: 2px solid #efefef; }

/* line 2008, base.scss */
table table table {
  background-color: #fff; }

/* line 2012, base.scss */
table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
  background-color: #f6f6f6; }

/* line 2017, base.scss */
table.plain tbody > tr:nth-child(odd) > td,
table.plain tbody > tr:nth-child(odd) > th {
  background: transparent; }

/* line 2022, base.scss */
label {
  cursor: pointer; }

/* line 2026, base.scss */
.text-error {
  color: #f65050; }

/*=========================================
  ALERTIFY
=========================================*/
/* line 2033, base.scss */
body .alertify-notifier .ajs-message {
  background: #E2E5EA;
  color: #2a2a29; }

/* line 2038, base.scss */
body .alertify-notifier .ajs-message.ajs-success {
  background: #938256;
  color: #fff; }

/* line 2043, base.scss */
body .alertify-notifier .ajs-message.ajs-error {
  background: #f65050;
  color: #fff; }

/* line 2048, base.scss */
body .alertify-notifier .ajs-message.ajs-warning {
  background: #F2930C;
  color: #fff; }

/* line 2053, base.scss */
.alertify.ajs-closable .ajs-commands button.ajs-close {
  background: #c4803f;
  position: absolute;
  top: -6px;
  right: -28px;
  width: 30px;
  height: 30px;
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  z-index: 10;
  cursor: pointer; }

/* line 2069, base.scss */
.alertify.ajs-closable .ajs-commands button.ajs-close:after {
  content: "×";
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
  color: #fcf5dd;
  font-weight: 300;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2; }

/*=========================================
  BREADCRUMB
=========================================*/
/** breadcrumb */
/* line 2098, base.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 10px 0 20px; }

/* line 2104, base.scss */
.breadcrumb-item {
  color: #534930;
  display: inline-block;
  font-size: 14px;
  vertical-align: middle; }

/* line 2111, base.scss */
.breadcrumb-item .house {
  height: 15px;
  width: 14px;
  fill: #534930; }

/* line 2116, base.scss */
.breadcrumb-item:not(:last-child) {
  position: relative;
  padding-right: 15px; }

/* line 2121, base.scss */
.breadcrumb-item:not(:last-child):after {
  content: '>';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

/* line 2132, base.scss */
.breadcrumb-link {
  color: #534930; }

/*=========================================
  BUTTONS
=========================================*/
/* line 2182, base.scss */
[type="button"],
[type="submit"],
[type="reset"],
[type="file"],
button {
  padding: 9px 10px 10px 10px;
  line-height: -webkit-calc(16px + 1px);
  line-height: calc(16px + 1px);
  text-transform: none;
  color: #2a2a29;
  border: 2px solid transparent;
  cursor: pointer; }

/* line 2193, base.scss */
[type="button"]:focus,
[type="submit"]:focus,
[type="reset"]:focus,
[type="file"]:focus,
button:focus {
  outline-color: #f7f5f1; }

/* line 2201, base.scss */
.bttn {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  padding: 9px 10px 10px 10px;
  line-height: -webkit-calc(16px + 1px);
  line-height: calc(16px + 1px);
  text-transform: none; }
  /* line 2177, base.scss */
  .bttn:focus {
    outline: none; }

/* line 2206, base.scss */
.wrapper.fc .button:active,
button#create_order:active {
  top: 0; }

/* line 2211, base.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button,
.wrapper .back_to_shop {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  background-color: #d09a66;
  color: #fff; }
  /* line 2177, base.scss */
  .bttn-prim:focus,
  .m-modal-button--checkout:focus,
  .wrapper.fc .button:focus,
  button#create_order:focus,
  .co-button:focus,
  .picker-button:focus,
  .wrapper .back_to_shop:focus {
    outline: none; }

/* line 2226, base.scss */
.bttn-prim:hover,
.m-modal-button--checkout:hover,
.wrapper.fc .button:hover,
button#create_order:hover,
.co-button:hover,
.picker-button:hover,
.wrapper .back_to_shop:hover {
  color: #fff;
  background-color: #dcb48d; }

/* line 2238, base.scss */
.bttn-prim:focus,
.m-modal-button--checkout:focus,
.wrapper.fc .button:focus,
button#create_order:focus,
.co-button:focus,
.picker-button:focus,
.wrapper .back_to_shop:focus {
  color: #fff;
  background-color: #dcb48d;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* line 2253, base.scss */
.bttn-second,
[href="/client_account/contacts/new"].co-form-button {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  background-color: #f65050;
  color: #fff;
  border: 2px solid #f65050; }
  /* line 2177, base.scss */
  .bttn-second:focus,
  [href="/client_account/contacts/new"].co-form-button:focus {
    outline: none; }

/* line 2262, base.scss */
.bttn-second:hover,
[href="/client_account/contacts/new"].co-form-button:hover {
  color: #fff;
  background-color: #f76868;
  border-color: #f76868; }

/* line 2269, base.scss */
.bttn-transparent {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #938256;
  color: #938256; }
  /* line 2177, base.scss */
  .bttn-transparent:focus {
    outline: none; }

/* line 2277, base.scss */
.bttn-transparent:hover {
  color: #fff;
  background-color: #938256; }

/* line 2282, base.scss */
.bttn-transparent-second {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid #f65050;
  color: #f65050; }
  /* line 2177, base.scss */
  .bttn-transparent-second:focus {
    outline: none; }

/* line 2290, base.scss */
.bttn-transparent-second:hover {
  color: #fff;
  background-color: #f65050; }

/* line 2295, base.scss */
.bttn-fill {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #938256;
  border: 2px solid #938256; }
  /* line 2177, base.scss */
  .bttn-fill:focus {
    outline: none; }

/* line 2303, base.scss */
.bttn-fill:hover {
  background-color: transparent;
  color: #938256; }

/* line 2308, base.scss */
.bttn-fill-second {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  line-height: 48px;
  padding: 0 25px;
  text-transform: uppercase;
  color: #fff;
  background-color: #f65050;
  border: 2px solid #f65050; }
  /* line 2177, base.scss */
  .bttn-fill-second:focus {
    outline: none; }

/* line 2316, base.scss */
.bttn-fill-second:hover {
  background-color: transparent;
  color: #f65050; }

/* line 2321, base.scss */
.bttn-count,
a.bttn-count {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  line-height: 26px;
  min-height: initial;
  color: #d1d1d1;
  border: 1px solid #171616;
  font-family: "FranklinGothBookCTT";
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0px; }
  /* line 2177, base.scss */
  .bttn-count:focus,
  a.bttn-count:focus {
    outline: none; }

/* line 2342, base.scss */
.bttn-count:hover,
a.bttn-count:hover {
  border-color: #938256;
  background-color: #938256;
  color: #fff; }

/* line 2349, base.scss */
.bttn-favorite {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  border: none;
  background-color: transparent;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  width: 23px;
  height: 20px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  -o-transition: transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms, -o-transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.719 492.719' width='23' height='23'%3E%3Cpath d='M492.719 166.008c0-73.486-59.573-133.056-133.059-133.056-47.985 0-89.891 25.484-113.302 63.569-23.408-38.085-65.332-63.569-113.316-63.569C59.556 32.952 0 92.522 0 166.008c0 40.009 17.729 75.803 45.671 100.178l188.545 188.553a17.17 17.17 0 0 0 24.284 0l188.545-188.553c27.943-24.375 45.674-60.169 45.674-100.178z' fill='%23d1d1d0'/%3E%3C/svg%3E"); }
  /* line 2177, base.scss */
  .bttn-favorite:focus {
    outline: none; }

/* line 2369, base.scss */
.bttn-favorite:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/* line 2376, base.scss */
.bttn-favorite.is-added {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 492.719 492.719' width='23' height='23'%3E%3Cpath d='M492.719 166.008c0-73.486-59.573-133.056-133.059-133.056-47.985 0-89.891 25.484-113.302 63.569-23.408-38.085-65.332-63.569-113.316-63.569C59.556 32.952 0 92.522 0 166.008c0 40.009 17.729 75.803 45.671 100.178l188.545 188.553a17.17 17.17 0 0 0 24.284 0l188.545-188.553c27.943-24.375 45.674-60.169 45.674-100.178z' fill='%23f65050'/%3E%3C/svg%3E"); }

/* line 2380, base.scss */
.bttn-compares {
  background-image: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: 'Franklin Gothic Demi Cond';
  font-size: 14px;
  letter-spacing: 1.4px;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  border: none;
  background: transparent; }
  /* line 2177, base.scss */
  .bttn-compares:focus {
    outline: none; }

/* line 2386, base.scss */
.bttn-compares.is-icon {
  color: #938256; }

/* line 2390, base.scss */
.bttn-compares.is-icon.is-added {
  color: #f65050; }

/* line 2394, base.scss */
.bttn-compares.is-bg {
  width: 38px;
  height: 38px;
  background-position: 50%;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='95.884' height='95.884' viewBox='0 0 95.884 95.884'%3E%3Cpath d='M42.893 33.654h10.098a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H42.893a2 2 0 0 0-2 2v29.654a2 2 0 0 0 2 2zM52.991 62.23H42.893a2 2 0 0 0-2 2v29.653a2 2 0 0 0 2 2h10.098a2 2 0 0 0 2-2V64.23a2 2 0 0 0-2-2zM57.373 39.37H38.512a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V41.37c.001-1.105-.894-2-1.999-2zM8.601 13.079H18.7a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H8.601a2 2 0 0 0-2 2v9.079a2 2 0 0 0 2 2zM18.7 41.655H8.601a2 2 0 0 0-2 2v50.229a2 2 0 0 0 2 2H18.7a2 2 0 0 0 2-2V43.655a2 2 0 0 0-2-2zM23.081 18.795H4.22a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V20.795c.001-1.105-.895-2-1.999-2zM77.185 23.366h10.098a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H77.185a2 2 0 0 0-2 2v19.366a2 2 0 0 0 2 2zM87.282 51.943H77.185a2 2 0 0 0-2 2v39.94a2 2 0 0 0 2 2h10.098a2 2 0 0 0 2-2v-39.94a2 2 0 0 0-2.001-2zM91.664 29.082h-18.86a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V31.082a2 2 0 0 0-2-2z'/%3E%3C/svg%3E"); }

/* line 2404, base.scss */
.bttn-compares.is-bg.is-added {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg xmlns='http://www.w3.org/2000/svg' width='95.884' height='95.884' viewBox='0 0 95.884 95.884' fill='%23f65050'%3E%3Cpath d='M42.893 33.654h10.098a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H42.893a2 2 0 0 0-2 2v29.654a2 2 0 0 0 2 2zM52.991 62.23H42.893a2 2 0 0 0-2 2v29.653a2 2 0 0 0 2 2h10.098a2 2 0 0 0 2-2V64.23a2 2 0 0 0-2-2zM57.373 39.37H38.512a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V41.37c.001-1.105-.894-2-1.999-2zM8.601 13.079H18.7a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H8.601a2 2 0 0 0-2 2v9.079a2 2 0 0 0 2 2zM18.7 41.655H8.601a2 2 0 0 0-2 2v50.229a2 2 0 0 0 2 2H18.7a2 2 0 0 0 2-2V43.655a2 2 0 0 0-2-2zM23.081 18.795H4.22a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V20.795c.001-1.105-.895-2-1.999-2zM77.185 23.366h10.098a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H77.185a2 2 0 0 0-2 2v19.366a2 2 0 0 0 2 2zM87.282 51.943H77.185a2 2 0 0 0-2 2v39.94a2 2 0 0 0 2 2h10.098a2 2 0 0 0 2-2v-39.94a2 2 0 0 0-2.001-2zM91.664 29.082h-18.86a2 2 0 0 0-2 2v13.146a2 2 0 0 0 2 2h18.86a2 2 0 0 0 2-2V31.082a2 2 0 0 0-2-2z'/%3E%3C/svg%3E"); }

/* line 2408, base.scss */
.bttn-compares[data-compares-added].is-added:before {
  content: attr(data-compares-added); }

/* line 2412, base.scss */
.bttn-compares[data-compares-not-added].not-added:before {
  content: attr(data-compares-not-added); }

/* line 2416, base.scss */
.bttn-burger {
  background-color: transparent;
  border: 0;
  outline: none;
  padding: 0; }

/* line 2423, base.scss */
.bttn-burger img {
  width: 30px;
  margin-right: 5px; }

/* line 2428, base.scss */
.bttn-burger > * {
  display: inline-block;
  vertical-align: middle; }

/* line 2433, base.scss */
.bttn-burger svg {
  fill: #938256;
  height: 30px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 30px; }

/* line 2442, base.scss */
.bttn-burger:hover svg {
  fill: kighten(#938256, 4%); }

/*=========================================
  CARDS
=========================================*/
/* line 2448, base.scss */
.cards-row > *,
.products-slider .swiper-slide {
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  -moz-box-flex: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch; }

/* line 2478, base.scss */
.cards-col {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  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; }

/* line 2497, base.scss */
.cards-col > * {
  width: 100%; }

/* line 2501, base.scss */
.card.cards-col {
  height: 100%; }

/*=========================================
  CHKBX
=========================================*/
/* line 2508, base.scss */
.chkbx {
  display: none; }

/* line 2512, base.scss */
.chkbx-control {
  height: 16px;
  width: 16px;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: top; }

/* line 2527, base.scss */
.chkbx + .chkbx-control:after {
  height: 10px;
  width: 10px;
  background-color: #79a08f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2551, base.scss */
.chkbx:checked + .chkbx-control:after {
  opacity: 1; }

/* line 2555, base.scss */
.chkbx:disabled + .chkbx-control {
  opacity: 0.5; }

/* line 2559, base.scss */
.chkbx:disabled + .chkbx-control:hover {
  cursor: no-drop; }

/* line 2563, base.scss */
.chkbx-label {
  color: #3a3734;
  cursor: pointer;
  display: block;
  line-height: 26px;
  padding-left: 20px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* line 2576, base.scss */
.chkbx-label .chkbx-control {
  left: 0;
  position: absolute;
  top: 0; }

/* line 2583, base.scss */
.chkbx-inline {
  display: inline-block;
  vertical-align: top; }

/*=========================================
  DROP
=========================================*/
/* line 2591, base.scss */
.drop {
  position: relative; }

/* line 2595, base.scss */
.drop-target {
  left: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(5px);
  -ms-transform: translateY(5px);
  -o-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  visibility: hidden;
  z-index: 99; }

/* line 2599, base.scss */
.drop:hover .drop-target {
  display: block;
  max-height: 10000px;
  opacity: 1;
  overflow: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  visibility: visible; }

/*=========================================
  IMAGES
=========================================*/
/* line 2607, base.scss */
img {
  max-height: 100%; }

/* line 2611, base.scss */
.image-container {
  display: inline-block;
  height: 0;
  width: 100%;
  position: relative;
  vertical-align: top; }

/* line 2619, base.scss */
.image-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: 100%; }

/* line 2631, base.scss */
.image-container.is-square {
  padding-top: 100%; }

/* line 2635, base.scss */
.image-container.is-rectangle {
  padding-top: 150%; }

/* line 2639, base.scss */
.image-container.is-rounded {
  padding-top: 100%;
  overflow: hidden;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 2646, base.scss */
.image-container.is-simple {
  padding-top: 75%; }

/* line 2650, base.scss */
.image-container.is-wide {
  padding-top: 56.25%; }

/* line 2654, base.scss */
.image-container.is-cover {
  overflow: hidden; }

/* line 2658, base.scss */
.image-container.is-cover img {
  height: 100%;
  max-width: none;
  max-height: none; }

@supports (-o-object-fit: cover) or (object-fit: cover) {
  /* line 2665, base.scss */
  .image-container.is-cover img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    width: 100%; } }
/* line 2674, base.scss */
.image-container.is-cover.with-trick {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

/* line 2681, base.scss */
.image-container.is-cover.with-trick img {
  display: none; }

/*=========================================
  INPUT-GROUP
=========================================*/
/* line 2688, base.scss */
.inpt-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%; }

/* line 2698, base.scss */
.inpt-group .inpt-control {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

/* line 2710, base.scss */
.inpt-group .inpt-control:active,
.inpt-group .inpt-control:focus,
.inpt-group .inpt-control:hover {
  z-index: 3; }

/* line 2716, base.scss */
.inpt-group .inpt-control,
.inpt-group-addon,
.inpt-group-bttn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center; }

/* line 2738, base.scss */
.inpt-group .inpt-control:not(:first-child):not(:last-child),
.inpt-group-addon:not(:first-child):not(:last-child),
.inpt-group-bttn:not(:first-child):not(:last-child) {
  -webkit-border-radius: 0;
  border-radius: 0; }

/* line 2745, base.scss */
.inpt-group-addon,
.inpt-group-bttn {
  white-space: nowrap;
  vertical-align: middle; }

/* line 2751, base.scss */
.inpt-group-addon {
  margin-bottom: 0; }

/* line 2755, base.scss */
.inpt-group-addon input[type=checkbox],
.inpt-group-addon input[type=radio] {
  margin-top: 0; }

/* line 2760, base.scss */
.inpt-group .inpt-control:not(:last-child),
.inpt-group-bttn:not(:first-child) > .bttn-group:not(:last-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn:not(:last-child):not(.dropdown-toggle),
.inpt-group-bttn:not(:last-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn-group > .bttn,
.inpt-group-bttn:not(:last-child) > .dropdown-toggle {
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

/* line 2773, base.scss */
.inpt-group .inpt-control:not(:first-child),
.inpt-group-bttn:not(:first-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn-group > .bttn,
.inpt-group-bttn:not(:first-child) > .dropdown-toggle,
.inpt-group-bttn:not(:last-child) > .bttn-group:not(:first-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn:not(:first-child) {
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0; }

/* line 2786, base.scss */
.inpt-group-bttn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

/* line 2792, base.scss */
.inpt-group-bttn > .bttn {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  -moz-box-flex: 1;
  flex: 1 1; }

/* line 2800, base.scss */
.inpt-group-bttn > .bttn + .bttn {
  margin-left: -1px; }

/* line 2804, base.scss */
.inpt-group-bttn > .bttn:active,
.inpt-group-bttn > .bttn:focus,
.inpt-group-bttn > .bttn:hover {
  z-index: 3; }

/* line 2810, base.scss */
.inpt-group-bttn:not(:last-child) > .bttn,
.inpt-group-bttn:not(:last-child) > .bttn-group {
  margin-right: -1px; }

/* line 2815, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn,
.inpt-group-bttn:not(:first-child) > .bttn-group {
  z-index: 2;
  margin-left: -1px; }

/* line 2821, base.scss */
.inpt-group-bttn:not(:first-child) > .bttn-group:active,
.inpt-group-bttn:not(:first-child) > .bttn-group:focus,
.inpt-group-bttn:not(:first-child) > .bttn-group:hover,
.inpt-group-bttn:not(:first-child) > .bttn:active,
.inpt-group-bttn:not(:first-child) > .bttn:focus,
.inpt-group-bttn:not(:first-child) > .bttn:hover {
  z-index: 3; }

/*=========================================
  INPUTS
=========================================*/
/* line 2834, base.scss */
input:not([type]),
[type="email"],
[type="number"],
[type="password"],
[type="tel"],
[type="url"],
[type="textarea"],
[type="search"],
[type="legend"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="fieldset"],
[type="time"],
[type="text"],
textarea {
  font-family: "FranklinGothBookCTT";
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #171616; }

/* line 2857, base.scss */
input:not([type])::-webkit-input-placeholder,
[type="email"]::-webkit-input-placeholder,
[type="number"]::-webkit-input-placeholder,
[type="password"]::-webkit-input-placeholder,
[type="tel"]::-webkit-input-placeholder,
[type="url"]::-webkit-input-placeholder,
[type="textarea"]::-webkit-input-placeholder,
[type="search"]::-webkit-input-placeholder,
[type="legend"]::-webkit-input-placeholder,
[type="datetime"]::-webkit-input-placeholder,
[type="datetime-local"]::-webkit-input-placeholder,
[type="month"]::-webkit-input-placeholder,
[type="week"]::-webkit-input-placeholder,
[type="fieldset"]::-webkit-input-placeholder,
[type="time"]::-webkit-input-placeholder,
[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2880, base.scss */
input:not([type])::-moz-placeholder,
[type="email"]::-moz-placeholder,
[type="number"]::-moz-placeholder,
[type="password"]::-moz-placeholder,
[type="tel"]::-moz-placeholder,
[type="url"]::-moz-placeholder,
[type="textarea"]::-moz-placeholder,
[type="search"]::-moz-placeholder,
[type="legend"]::-moz-placeholder,
[type="datetime"]::-moz-placeholder,
[type="datetime-local"]::-moz-placeholder,
[type="month"]::-moz-placeholder,
[type="week"]::-moz-placeholder,
[type="fieldset"]::-moz-placeholder,
[type="time"]::-moz-placeholder,
[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2903, base.scss */
input:not([type]):-ms-input-placeholder,
[type="email"]:-ms-input-placeholder,
[type="number"]:-ms-input-placeholder,
[type="password"]:-ms-input-placeholder,
[type="tel"]:-ms-input-placeholder,
[type="url"]:-ms-input-placeholder,
[type="textarea"]:-ms-input-placeholder,
[type="search"]:-ms-input-placeholder,
[type="legend"]:-ms-input-placeholder,
[type="datetime"]:-ms-input-placeholder,
[type="datetime-local"]:-ms-input-placeholder,
[type="month"]:-ms-input-placeholder,
[type="week"]:-ms-input-placeholder,
[type="fieldset"]:-ms-input-placeholder,
[type="time"]:-ms-input-placeholder,
[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2926, base.scss */
input:not([type])::-ms-input-placeholder,
[type="email"]::-ms-input-placeholder,
[type="number"]::-ms-input-placeholder,
[type="password"]::-ms-input-placeholder,
[type="tel"]::-ms-input-placeholder,
[type="url"]::-ms-input-placeholder,
[type="textarea"]::-ms-input-placeholder,
[type="search"]::-ms-input-placeholder,
[type="legend"]::-ms-input-placeholder,
[type="datetime"]::-ms-input-placeholder,
[type="datetime-local"]::-ms-input-placeholder,
[type="month"]::-ms-input-placeholder,
[type="week"]::-ms-input-placeholder,
[type="fieldset"]::-ms-input-placeholder,
[type="time"]::-ms-input-placeholder,
[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2949, base.scss */
input:not([type]):-moz-placeholder,
[type="email"]:-moz-placeholder,
[type="number"]:-moz-placeholder,
[type="password"]:-moz-placeholder,
[type="tel"]:-moz-placeholder,
[type="url"]:-moz-placeholder,
[type="textarea"]:-moz-placeholder,
[type="search"]:-moz-placeholder,
[type="legend"]:-moz-placeholder,
[type="datetime"]:-moz-placeholder,
[type="datetime-local"]:-moz-placeholder,
[type="month"]:-moz-placeholder,
[type="week"]:-moz-placeholder,
[type="fieldset"]:-moz-placeholder,
[type="time"]:-moz-placeholder,
[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2972, base.scss */
input:not([type])::placeholder,
[type="email"]::placeholder,
[type="number"]::placeholder,
[type="password"]::placeholder,
[type="tel"]::placeholder,
[type="url"]::placeholder,
[type="textarea"]::placeholder,
[type="search"]::placeholder,
[type="legend"]::placeholder,
[type="datetime"]::placeholder,
[type="datetime-local"]::placeholder,
[type="month"]::placeholder,
[type="week"]::placeholder,
[type="fieldset"]::placeholder,
[type="time"]::placeholder,
[type="text"]::placeholder,
textarea::placeholder {
  color: #171616;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 2995, base.scss */
input:not([type]):focus,
[type="email"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="tel"]:focus,
[type="url"]:focus,
[type="textarea"]:focus,
[type="search"]:focus,
[type="legend"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="fieldset"]:focus,
[type="time"]:focus,
[type="text"]:focus,
textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(147, 130, 86, 0.1);
  box-shadow: 0px 0px 1px 0px rgba(147, 130, 86, 0.1); }

/* line 3017, base.scss */
input:not([type]):focus::-webkit-input-placeholder,
[type="email"]:focus::-webkit-input-placeholder,
[type="number"]:focus::-webkit-input-placeholder,
[type="password"]:focus::-webkit-input-placeholder,
[type="tel"]:focus::-webkit-input-placeholder,
[type="url"]:focus::-webkit-input-placeholder,
[type="textarea"]:focus::-webkit-input-placeholder,
[type="search"]:focus::-webkit-input-placeholder,
[type="legend"]:focus::-webkit-input-placeholder,
[type="datetime"]:focus::-webkit-input-placeholder,
[type="datetime-local"]:focus::-webkit-input-placeholder,
[type="month"]:focus::-webkit-input-placeholder,
[type="week"]:focus::-webkit-input-placeholder,
[type="fieldset"]:focus::-webkit-input-placeholder,
[type="time"]:focus::-webkit-input-placeholder,
[type="text"]:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0.5; }

/* line 3037, base.scss */
input:not([type]):focus::-moz-placeholder,
[type="email"]:focus::-moz-placeholder,
[type="number"]:focus::-moz-placeholder,
[type="password"]:focus::-moz-placeholder,
[type="tel"]:focus::-moz-placeholder,
[type="url"]:focus::-moz-placeholder,
[type="textarea"]:focus::-moz-placeholder,
[type="search"]:focus::-moz-placeholder,
[type="legend"]:focus::-moz-placeholder,
[type="datetime"]:focus::-moz-placeholder,
[type="datetime-local"]:focus::-moz-placeholder,
[type="month"]:focus::-moz-placeholder,
[type="week"]:focus::-moz-placeholder,
[type="fieldset"]:focus::-moz-placeholder,
[type="time"]:focus::-moz-placeholder,
[type="text"]:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0.5; }

/* line 3057, base.scss */
input:not([type]):focus:-ms-input-placeholder,
[type="email"]:focus:-ms-input-placeholder,
[type="number"]:focus:-ms-input-placeholder,
[type="password"]:focus:-ms-input-placeholder,
[type="tel"]:focus:-ms-input-placeholder,
[type="url"]:focus:-ms-input-placeholder,
[type="textarea"]:focus:-ms-input-placeholder,
[type="search"]:focus:-ms-input-placeholder,
[type="legend"]:focus:-ms-input-placeholder,
[type="datetime"]:focus:-ms-input-placeholder,
[type="datetime-local"]:focus:-ms-input-placeholder,
[type="month"]:focus:-ms-input-placeholder,
[type="week"]:focus:-ms-input-placeholder,
[type="fieldset"]:focus:-ms-input-placeholder,
[type="time"]:focus:-ms-input-placeholder,
[type="text"]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  opacity: 0.5; }

/* line 3077, base.scss */
input:not([type]):focus::-ms-input-placeholder,
[type="email"]:focus::-ms-input-placeholder,
[type="number"]:focus::-ms-input-placeholder,
[type="password"]:focus::-ms-input-placeholder,
[type="tel"]:focus::-ms-input-placeholder,
[type="url"]:focus::-ms-input-placeholder,
[type="textarea"]:focus::-ms-input-placeholder,
[type="search"]:focus::-ms-input-placeholder,
[type="legend"]:focus::-ms-input-placeholder,
[type="datetime"]:focus::-ms-input-placeholder,
[type="datetime-local"]:focus::-ms-input-placeholder,
[type="month"]:focus::-ms-input-placeholder,
[type="week"]:focus::-ms-input-placeholder,
[type="fieldset"]:focus::-ms-input-placeholder,
[type="time"]:focus::-ms-input-placeholder,
[type="text"]:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  opacity: 0.5; }

/* line 3097, base.scss */
input:not([type]):focus:-moz-placeholder,
[type="email"]:focus:-moz-placeholder,
[type="number"]:focus:-moz-placeholder,
[type="password"]:focus:-moz-placeholder,
[type="tel"]:focus:-moz-placeholder,
[type="url"]:focus:-moz-placeholder,
[type="textarea"]:focus:-moz-placeholder,
[type="search"]:focus:-moz-placeholder,
[type="legend"]:focus:-moz-placeholder,
[type="datetime"]:focus:-moz-placeholder,
[type="datetime-local"]:focus:-moz-placeholder,
[type="month"]:focus:-moz-placeholder,
[type="week"]:focus:-moz-placeholder,
[type="fieldset"]:focus:-moz-placeholder,
[type="time"]:focus:-moz-placeholder,
[type="text"]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  opacity: 0.5; }

/* line 3117, base.scss */
input:not([type]):focus::placeholder,
[type="email"]:focus::placeholder,
[type="number"]:focus::placeholder,
[type="password"]:focus::placeholder,
[type="tel"]:focus::placeholder,
[type="url"]:focus::placeholder,
[type="textarea"]:focus::placeholder,
[type="search"]:focus::placeholder,
[type="legend"]:focus::placeholder,
[type="datetime"]:focus::placeholder,
[type="datetime-local"]:focus::placeholder,
[type="month"]:focus::placeholder,
[type="week"]:focus::placeholder,
[type="fieldset"]:focus::placeholder,
[type="time"]:focus::placeholder,
[type="text"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0.5; }

/* line 3137, base.scss */
input[disabled] {
  opacity: 0.8; }

/* line 3165, base.scss */
.inpt {
  background-color: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #fff;
  color: #938256;
  font-family: "Museo Sans Cyrl";
  font-size: 16px;
  font-weight: 100;
  line-height: 48px;
  padding: 0 15px; }
  /* line 3153, base.scss */
  .inpt:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(147, 130, 86, 0.1);
    box-shadow: 0px 0px 1px 0px rgba(147, 130, 86, 0.1); }
  /* line 3159, base.scss */
  .form-row.is-error .inpt, .inpt.is-error {
    border-color: #f65050; }
  /* line 794, mixins.scss */
  .inpt::-webkit-input-placeholder {
    color: #938256;
    font-family: "Museo Sans Cyrl";
    font-weight: 100; }
  /* line 799, mixins.scss */
  .inpt::-moz-placeholder {
    color: #938256;
    font-family: "Museo Sans Cyrl";
    font-weight: 100; }
  /* line 804, mixins.scss */
  .inpt:-moz-placeholder {
    color: #938256;
    font-family: "Museo Sans Cyrl";
    font-weight: 100; }
  /* line 809, mixins.scss */
  .inpt:-ms-input-placeholder {
    color: #938256;
    font-family: "Museo Sans Cyrl";
    font-weight: 100; }

/* line 3170, base.scss */
textarea.inpt {
  line-height: 1.3;
  padding-bottom: 5px;
  padding-top: 5px; }

/* line 3176, base.scss */
[disabled] {
  cursor: no-drop; }

/*=========================================
  LIST
=========================================*/
/* line 3183, base.scss */
.list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 3189, base.scss */
.list > .list-item {
  display: inline-block;
  position: relative; }

/* line 3194, base.scss */
.list-table {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

/* line 3202, base.scss */
.list-table > .list-item {
  display: table-cell; }

/* line 3206, base.scss */
.list-justified {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: justify;
  width: 100%; }

/* line 3216, base.scss */
.list-justified:after {
  content: "";
  display: inline-block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  width: 100%; }

/* line 3225, base.scss */
.list-vertical {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 3231, base.scss */
.list-vertical > .list-item {
  display: inline-block;
  width: 100%; }

/* line 3236, base.scss */
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0; }

/*=========================================
  NOTICE
=========================================*/
/* line 3245, base.scss */
.notice,
.page-feedback form #thanks:not(:empty),
.page-feedback form small {
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  line-height: 1.2; }

/* line 3254, base.scss */
.error,
.status-warning,
.notice {
  font-size: 16px; }

/* line 3260, base.scss */
.notice:last-child,
.page-feedback form #thanks:last-child:not(:empty),
.page-feedback form small:last-child {
  margin-bottom: 0; }

/* line 3266, base.scss */
.notice h2,
.page-feedback form #thanks:not(:empty) h2,
.page-feedback form small h2,
.notice h3,
.page-feedback form #thanks:not(:empty) h3,
.page-feedback form small h3,
.notice h4,
.page-feedback form #thanks:not(:empty) h4,
.page-feedback form small h4 {
  margin-top: 0;
  color: inherit; }

/* line 3279, base.scss */
.notice > p + p,
.page-feedback form #thanks:not(:empty) > p + p,
.page-feedback form small > p + p {
  margin-top: 5px; }

/* line 3285, base.scss */
.notice.is-error,
.page-feedback form .is-error#thanks:not(:empty),
.page-feedback form small.is-error,
.notice.notice-error,
.page-feedback form .notice-error#thanks:not(:empty),
.page-feedback form small.notice-error {
  background-color: #f65050;
  border-color: #f53838;
  color: #fff; }

/* line 3296, base.scss */
.notice.is-error hr,
.page-feedback form .is-error#thanks:not(:empty) hr,
.page-feedback form small.is-error hr,
.notice.notice-error hr,
.page-feedback form .notice-error#thanks:not(:empty) hr,
.page-feedback form small.notice-error hr {
  border-top-color: #f65050; }

/* line 3305, base.scss */
.notice.is-error a,
.page-feedback form .is-error#thanks:not(:empty) a,
.page-feedback form small.is-error a,
.notice.notice-error a,
.page-feedback form .notice-error#thanks:not(:empty) a,
.page-feedback form small.notice-error a {
  color: #210001; }

/* line 3314, base.scss */
.notice.is-info,
.page-feedback form .is-info#thanks:not(:empty),
.page-feedback form small.is-info,
.notice.notice-info,
.page-feedback form .notice-info#thanks:not(:empty),
.page-feedback form small#thanks:not(:empty),
.page-feedback form small {
  background-color: #E2E5EA;
  border-color: #d3d8df;
  color: #2a2a29; }

/* line 3326, base.scss */
.notice.is-info hr,
.page-feedback form .is-info#thanks:not(:empty) hr,
.page-feedback form small.is-info hr,
.notice.notice-info hr,
.page-feedback form .notice-info#thanks:not(:empty) hr,
.page-feedback form small#thanks:not(:empty) hr,
.page-feedback form small hr {
  border-top-color: #E2E5EA; }

/* line 3336, base.scss */
.notice.is-info a,
.page-feedback form .is-info#thanks:not(:empty) a,
.page-feedback form small.is-info a,
.notice.notice-info a,
.page-feedback form .notice-info#thanks:not(:empty) a,
.page-feedback form small#thanks:not(:empty) a,
.page-feedback form small a {
  color: #0a2730; }

/* line 3346, base.scss */
.notice.is-warning,
.page-feedback form .is-warning#thanks:not(:empty),
.page-feedback form small.is-warning,
.notice.notice-warning,
.page-feedback form .notice-warning#thanks:not(:empty),
.page-feedback form small.notice-warning {
  background-color: #F2930C;
  border-color: #da840b;
  color: #ffffff; }

/* line 3357, base.scss */
.notice.is-warning hr,
.page-feedback form .is-warning#thanks:not(:empty) hr,
.page-feedback form small.is-warning hr,
.notice.notice-warning hr,
.page-feedback form .notice-warning#thanks:not(:empty) hr,
.page-feedback form small.notice-warning hr {
  border-top-color: #F2930C; }

/* line 3366, base.scss */
.notice.is-warning a,
.page-feedback form .is-warning#thanks:not(:empty) a,
.page-feedback form small.is-warning a,
.notice.notice-warning a,
.page-feedback form .notice-warning#thanks:not(:empty) a,
.page-feedback form small.notice-warning a {
  color: #3a2405; }

/* line 3375, base.scss */
.notice.is-success,
.page-feedback form .is-success#thanks:not(:empty),
.page-feedback form small.is-success,
.notice.notice-success,
.page-feedback form #thanks:not(:empty),
.page-feedback form small.notice-success {
  background-color: #938256;
  border-color: #83744d;
  color: #ffffff; }

/* line 3386, base.scss */
.notice.is-success hr,
.page-feedback form .is-success#thanks:not(:empty) hr,
.page-feedback form small.is-success hr,
.notice.notice-success hr,
.page-feedback form #thanks:not(:empty) hr,
.page-feedback form small.notice-success hr {
  border-top-color: #938256; }

/* line 3395, base.scss */
.notice.is-success a,
.page-feedback form .is-success#thanks:not(:empty) a,
.page-feedback form small.is-success a,
.notice.notice-success a,
.page-feedback form #thanks:not(:empty) a,
.page-feedback form small.notice-success a {
  color: #060f06; }

/*=========================================
  PAGE
=========================================*/
/* line 3407, base.scss */
.page-title {
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  display: block;
  margin: 30px 0 0;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1rem; }

/*=========================================
  PAGINATION
=========================================*/
/** pagination */
/* line 3421, base.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;
  padding-bottom: 20px;
  margin-left: auto; }

/* line 3449, base.scss */
.pagination > .pagination-item {
  -webkit-box-flex: 1;
  color: #938256;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  position: relative; }

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

/* line 3464, base.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 3px; }

/* line 3468, base.scss */
.pagination .pagination-item .pagination-link {
  border: 1px solid #938256;
  color: #938256;
  display: block;
  font-size: 1rem;
  height: auto;
  line-height: 1.1;
  min-width: 30px;
  padding: 5px 4px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  vertical-align: top; }

/* line 3487, base.scss */
.pagination .pagination-item .pagination-link:hover,
.pagination .pagination-item.is-current .pagination-link {
  color: #fff;
  background-color: #ac9b70;
  text-decoration: none; }

/* line 3494, base.scss */
.pagination .pagination-item:hover .pagination-link,
.pagination .pagination-item .pagination-link:hover {
  background-color: #ac9b70;
  color: #fff; }

/* line 3500, base.scss */
.pagination .pagination-item.pagination-next .pagination-link,
.pagination .pagination-item.pagination-previous .pagination-link {
  background-color: transparent;
  border-color: transparent;
  color: #3a3734; }

@media screen and (max-width: 768px) {
  /* line 3508, base.scss */
  .cards-row + .pagination {
    margin-bottom: 20px; } }
/*=========================================
  SELECT
=========================================*/
/* line 3521, base.scss */
select {
  font-size: 16px;
  font-weight: 500;
  padding: 5px; }

/* line 3525, base.scss */
select:focus {
  outline: none; }

/* line 3529, base.scss */
.slct {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("arr-down-prime.svg");
  background-position: -webkit-calc(100% - 7px) center;
  background-position: calc(100% - 7px) center;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 10px;
  background-size: 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #938256;
  color: #2a2829;
  font-family: "Franklin Gothic Demi Cond";
  text-transform: lowercase;
  font-size: 14px; }

/* line 3548, base.scss */
.slct::-ms-expand {
  display: none; }

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

/*=========================================
  STAR-RATING
=========================================*/
/* line 3558, base.scss */
.star-rating-wrapper {
  *zoom: 1; }

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

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

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

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

/* line 3583, base.scss */
.star-rating .star-radio:hover ~ .star-label:after,
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3591, base.scss */
.star-rating .star-radio:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3598, base.scss */
.star-rating .star-radio:checked ~ .star-label:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3605, base.scss */
.star-rating .star-label {
  cursor: pointer;
  float: right;
  font-size: 1.4rem;
  margin-right: 3px; }

/* line 3612, base.scss */
.star-rating .star-label:first-child {
  margin-right: 0; }

/* line 3616, base.scss */
.star-rating .star-label:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3627, base.scss */
.star-rating .star-label:hover:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3634, base.scss */
.star-rating .star-label:hover ~ .star-label:after {
  background-image: url("star.svg") !important;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3641, base.scss */
.star-rating .star-label.active ~ .star-label:after,
.star-rating .star-label.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3649, base.scss */
.star-rating .star-item {
  float: right;
  overflow: hidden;
  margin-right: 3px; }

/* line 3655, base.scss */
.star-rating .star-item:first-child {
  margin-right: 0; }

/* line 3659, base.scss */
.star-rating .star-item:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("star-empty.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain; }

/* line 3670, base.scss */
.star-rating .star-item.active:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/* line 3678, base.scss */
.star-rating .star-item.active ~ .star-item:after {
  background-image: url("star.svg");
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  content: ""; }

/*=========================================
  STICKY
=========================================*/
/* line 3689, base.scss */
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

/* line 3695, base.scss */
.sticky:before,
.sticky:after {
  content: '';
  display: table; }

/*=========================================
  SWIPER
=========================================*/
/* line 3704, base.scss */
.swiper-container .swiper-slide {
  height: auto; }

/* line 3707, base.scss */
.insales-editable, .insales-rich-editable {
  outline: 1px dotted red !important; }
