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

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

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

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

/*=========================================
  ARTICLE
=========================================*/
/* line 36, theme.scss */
.article-title {
  font-weight: bold;
  margin-bottom: 0.5em; }

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

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

/*=========================================
  ARTICLE_PREVIEW
=========================================*/
/* line 52, theme.scss */
.article_preview {
  margin-bottom: 40px; }

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

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

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

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

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

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

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

/* line 95, theme.scss */
.article-date {
  color: #b2b2b2;
  margin-bottom: 10px;
  display: block; }

/*=========================================
  ARTICLE-RIGHT-COLUMN
=========================================*/
/* line 104, theme.scss */
.list-link {
  text-decoration: none; }

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

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

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

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

/* line 124, theme.scss */
.blog-container .blog-sidebar .blog-articles .title {
  background: #282828;
  margin-bottom: 0;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%; }

/* line 136, theme.scss */
.blog-container .blog-sidebar ul {
  background: #f7f7f7;
  margin-top: 0;
  margin-bottom: 24px;
  list-style: none;
  padding: 16px 0;
  padding-bottom: 30px; }

/* line 145, theme.scss */
.blog-container .blog-sidebar ul li {
  padding: 0px 24px 0px 40px;
  position: relative;
  font-weight: 500; }

/* line 151, theme.scss */
.blog-container .blog-sidebar ul li.is-current {
  background: #46c391;
  margin-top: -1px; }

/* line 156, theme.scss */
.blog-container .blog-sidebar ul li.is-current:before {
  content: '';
  width: 40px;
  position: absolute;
  height: 24px;
  background: url(arrow.svg) center center no-repeat;
  left: 0;
  top: 0; }

/* line 166, theme.scss */
.blog-container .blog-sidebar ul li.is-current a {
  border-bottom: 0; }

/* line 170, theme.scss */
.blog-container .blog-sidebar ul li a {
  display: block;
  padding: 3px 0;
  border-bottom: 1px solid #e9e9e9; }

/* line 176, theme.scss */
.blog-container .blog-sidebar ul li:hover {
  background: #e9e9e9; }

/* line 180, theme.scss */
.blog-container .blog-tags {
  margin-bottom: 24px; }

/* line 184, theme.scss */
.blog-container .blog-tags ul {
  margin: 0;
  padding: 0;
  list-style: none; }

/* line 190, theme.scss */
.blog-container .blog-tags ul li {
  display: inline; }

/* line 194, theme.scss */
.blog-container .blog-tags ul a {
  display: inline-block;
  padding: 5px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  color: #b2b2b2;
  margin-bottom: 4px;
  margin-right: 2px; }

/* line 206, theme.scss */
.blog-container .blog-tags ul a:hover {
  border-color: #2d2d2d;
  color: #2d2d2d; }

/* line 211, theme.scss */
.blog-container .blog-tags ul a.is-active {
  background: #2d2d2d;
  border-color: #2d2d2d;
  color: #fff; }

/* line 217, theme.scss */
.blog-container .article_preview .image-container.is-wide {
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative; }

/* line 227, theme.scss */
.blog-container .article_preview .image-container.is-wide1 {
  color: #fff;
  background-position: center center;
  background-repeat: repeat;
  -webkit-background-size: contain;
  background-size: contain;
  position: relative; }

/* line 237, theme.scss */
.blog-container .article_preview .image-container.is-wide .inner {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 20; }

/* line 261, theme.scss */
.blog-container .article_preview .image-container.is-wide1 .inner {
  position: absolute;
  top: 0;
  left: 40px;
  bottom: 0;
  right: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  z-index: 20; }

/* line 285, theme.scss */
.blog-container .article_preview .image-container.is-wide .inner svg use {
  fill: #fff; }

/* line 289, theme.scss */
.blog-container .article_preview .image-container.is-wide1 .inner svg use {
  fill: #fff; }

/* line 293, theme.scss */
.blog-container .article_preview .image-container.is-wide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 13;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 308, theme.scss */
.blog-container .article_preview .image-container.is-wide1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 13;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 322, theme.scss */
.blog-container .article_preview .image-container.is-wide:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 15;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 336, theme.scss */
.blog-container .article_preview .image-container.is-wide1:after {
  content: '';
  position: absolute;
  right: auto;
  left: 0;
  width: 0;
  bottom: 0;
  z-index: 15;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 350, theme.scss */
.blog-container .article_preview .article_preview-blog {
  color: #b2b2b2;
  padding-top: 16px;
  margin-bottom: 16px;
  display: block; }

/* line 357, theme.scss */
.blog-container .article_preview .article_preview-image_wrap:hover:before {
  background: rgba(0, 0, 0, 0.15); }

/* line 361, theme.scss */
.blog-container .article-date {
  font-size: 12px;
  color: #fff; }

/*=========================================
  ARTICLE-COMMENTS
=========================================*/
/* line 369, theme.scss */
#comment_form {
  max-width: 600px; }

/*=========================================
  CARD
=========================================*/
/* line 376, theme.scss */
.card {
  /*margin: 2px;*/
  margin-right: 8px;
  margin-bottom: 24px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

@media (max-width: 480px) {
  /* line 393, theme.scss */
  .card {
    padding: 10px; } }
/* line 398, theme.scss */
.card:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 415, theme.scss */
.card:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 428, theme.scss */
.card > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 436, theme.scss */
.card:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

/* line 444, theme.scss */
.card .card-image {
  position: relative;
  overflow: hidden; }

/* line 449, theme.scss */
.card .card-image .image-hover {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.9);
  /*padding: 16px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  z-index: 10;
  opacity: 0;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

@media (max-width: 480px) {
  /* line 475, theme.scss */
  .card .card-image .image-hover {
    display: none; } }
/* line 480, theme.scss */
.card:hover .card-image .image-hover {
  opacity: 1; }

/* line 484, theme.scss */
.card .card-price {
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold; }

@media (max-width: 480px) {
  /* line 490, theme.scss */
  .card .card-price {
    font-size: 1.2rem; } }
/* line 495, theme.scss */
.card .bttn-prim svg {
  position: relative;
  bottom: -1px;
  margin-left: 8px; }

@media (max-width: 480px) {
  /* line 501, theme.scss */
  .card .bttn-prim svg {
    display: none;
    /*margin-left: 4px;*/ } }
/* line 507, theme.scss */
.card-info {
  position: relative; }

/* line 511, theme.scss */
.card-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-bottom: 8px;
  width: 100%; }

/* line 526, theme.scss */
.card-action {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 532, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #b2b2b2;
  margin-left: 4px; }

@media (max-width: 480px) {
  /* line 538, theme.scss */
  .card-old_price {
    font-size: 0.8rem; } }
/* line 543, theme.scss */
.card-title {
  margin-top: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #dde9e4;
  padding-bottom: 8px;
  font-size: 14px;
  height: 90px; }

@media (max-width: 480px) {
  /* line 552, theme.scss */
  .card-title {
    height: 130px; } }
/* line 556, theme.scss */
.card-title a {
  text-decoration: none; }

/* line 560, theme.scss */
.card-title a:hover {
  text-decoration: underline; }

/* line 564, theme.scss */
.card-props {
  font-size: 16px; }

/* line 568, theme.scss */
.card-props label {
  color: #000000;
  margin-right: 4px; }

/* line 573, theme.scss */
.card-props label:after {
  content: ':'; }

/* line 577, theme.scss */
.card-props span {
  font-weight: 500; }

/* line 581, theme.scss */
.card-opts {
  margin-bottom: 24px; }

/* line 585, theme.scss */
.card-opts label {
  color: #000000;
  font-size: 14px;
  margin-bottom: 6px;
  display: block; }

/* line 592, theme.scss */
.card-opts a {
  text-decoration: none;
  color: #fff;
  font-size: 12px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #b2b2b2;
  padding: 2px 7px 2px;
  display: inline-block; }

/* line 603, theme.scss */
.card-opts a:hover {
  background: #2d2d2d; }

/* line 607, theme.scss */
.swiper-slide .card {
  margin-bottom: 8px; }

/*=========================================
  STIKER
=========================================*/
/* line 614, theme.scss */
.stiker-wrap {
  position: absolute;
  top: 8px;
  left: 10px;
  z-index: 21;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

/* line 626, theme.scss */
.stiker-wrap .stiker {
  background-color: #46c391;
  margin-right: 4px; }

/* line 631, theme.scss */
.stiker-wrap .stiker-new {
  background-color: #fc4848; }

/* line 635, theme.scss */
.stiker-wrap .stiker-hit {
  background-color: #9f90dd; }

/* line 639, theme.scss */
.stiker-wrap .stiker-sale {
  background-color: #4ab2c0; }

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

/* line 647, theme.scss */
.stiker-wrap .stiker:nth-child(1n+3) {
  display: none; }

/*=========================================
  CART_ITEM
=========================================*/
/* line 654, theme.scss */
.item-delete {
  width: 30px;
  height: 30px;
  border: 1px solid #dde9e4;
  background: none;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-family: "Intro", sans-serif;
  color: #2d2d2d;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 674, theme.scss */
.item-delete:hover {
  color: #46c391;
  border-color: #46c391; }

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

/* line 684, theme.scss */
.cart-items {
  margin-bottom: 8px; }

/* line 688, theme.scss */
.cart-items .item-total_price,
.cart-items .item-money {
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Intro", sans-serif; }

/* line 695, theme.scss */
.cart-items .item-total_price {
  color: #b2b2b2; }

/* line 699, theme.scss */
.cart-items .item-color {
  font-size: 12px;
  text-align: center; }

/* line 704, theme.scss */
.cart-items .item-color label {
  color: #b2b2b2;
  display: block; }

/* line 709, theme.scss */
.cart-items .item-color u {
  display: block;
  text-decoration: underline; }

/* line 714, theme.scss */
.cart-items .item-title {
  font-size: 14px; }

/* line 718, theme.scss */
.cart-items .item-option_name {
  color: #fff;
  display: inline-block;
  margin: 0 2px 2px 0;
  background: #2d2d2d;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 12px;
  padding: 1px 4px; }

/* line 729, theme.scss */
.cart-items .item-img {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 8px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 744, theme.scss */
.cart-items .item-img:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 761, theme.scss */
.cart-items .item-img:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 774, theme.scss */
.cart-items .item-img > * {
  position: relative;
  z-index: 20; }

/*&:hover {
      left: -2px;
      top: -2px;
    }*/
/* line 782, theme.scss */
.cart-items .item-img:hover:after {
  /*  top: 12px;
      right: -12px;
      left: 12px;
      bottom: -12px;*/
  background: #2d2d2d; }

/* line 790, theme.scss */
.cart-items .item-info {
  padding-left: 24px;
  padding-right: 16px; }

/* line 795, theme.scss */
.cart-items .cart-item {
  padding-bottom: 16px;
  padding-top: 10px;
  border-bottom: 1px solid #e9e9e9; }

/* line 801, theme.scss */
.cart-items .cart-item:last-child {
  border: 0; }

/*=========================================
  CART
=========================================*/
/* line 808, theme.scss */
.template-is-cart .subscribe,
.template-is-product .subscribe {
  margin-bottom: 24px; }

/* line 813, theme.scss */
.template-is-cart .subscribe-inner,
.template-is-product .subscribe-inner {
  padding-top: 0; }

/* line 818, theme.scss */
.template-is-cart .subscribe-inner .title,
.template-is-cart .subscribe-inner .form-wrap,
.template-is-product .subscribe-inner .title,
.template-is-product .subscribe-inner .form-wrap {
  display: none; }

/* line 825, theme.scss */
.template-is-cart .payment-block,
.template-is-cart .delivery-block,
.template-is-product .payment-block,
.template-is-product .delivery-block {
  padding: 10% 7%; }

/* line 832, theme.scss */
.template-is-cart .payment-block svg use,
.template-is-cart .delivery-block svg use,
.template-is-product .payment-block svg use,
.template-is-product .delivery-block svg use {
  fill: #fff; }

/* line 839, theme.scss */
.template-is-cart .payment-block .text-center,
.template-is-cart .delivery-block .text-center,
.template-is-product .payment-block .text-center,
.template-is-product .delivery-block .text-center {
  padding-right: 0; }

/* line 846, theme.scss */
.template-is-cart .delivery-block:after,
.template-is-product .delivery-block:after {
  right: auto;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 857, theme.scss */
.cart-content,
.cart-sidebar {
  padding-bottom: 24px; }

/* line 862, theme.scss */
.cart-sidebar {
  color: #fff; }

/* line 866, theme.scss */
.cart-sidebar .cart-side-order {
  text-align: center;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #535353;
  margin-bottom: 30px; }

/* line 875, theme.scss */
.cart-sidebar .cart-side-note {
  padding: 0 10px;
  padding-bottom: 24px;
  font-size: 14px;
  border-bottom: 1px solid #535353;
  margin-bottom: 30px;
  line-height: 1.3; }

/* line 884, theme.scss */
.cart-sidebar .cart-top {
  font-size: 18px;
  font-weight: 500;
  color: #46c391;
  margin-bottom: 8px; }

/* line 891, theme.scss */
.cart-sidebar .subtitle {
  opacity: 0.3;
  margin-bottom: 24px;
  font-size: 14px; }

/* line 897, theme.scss */
.cart-sidebar .cart-sidebar-inner {
  min-height: -webkit-calc(100% - 124px);
  min-height: calc(100% - 124px);
  background: #2d2d2d;
  padding: 0 30px;
  padding-bottom: 40px; }

/* line 905, theme.scss */
.cart-sidebar .features .inner {
  background: #2d2d2d;
  color: #fff;
  height: 100%; }

/* line 911, theme.scss */
.cart-sidebar .features .feat-block {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  height: -webkit-calc(78% - 20px);
  height: calc(78% - 20px);
  padding: 0; }

/* line 939, theme.scss */
.cart-sidebar .features .feat-block .feat {
  margin-bottom: 26px; }

/* line 943, theme.scss */
.cart-sidebar .features .title {
  display: none;
  background: #fc4848;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 956, theme.scss */
.cart-sidebar .features .label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  margin-bottom: 5px; }

/* line 965, theme.scss */
.cart-sidebar .features .text {
  font-size: 12px;
  font-weight: 300; }

/* line 970, theme.scss */
.cart-sidebar .features .cell-3 {
  text-align: center; }

/* line 974, theme.scss */
.cart-sidebar .features .cell-3 svg {
  vertical-align: middle; }

/* line 978, theme.scss */
.cart-sidebar .cart-title {
  color: #d7e23e;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #282828; }

@media (max-width: 1200px) {
  /* line 989, theme.scss */
  .template-is-cart .subscribe {
    display: none; } }
/* line 994, theme.scss */
.cart-footer {
  padding: 16px 24px;
  background-color: #9f90dd;
  margin-bottom: 24px;
  color: #fff; }

/* line 1001, theme.scss */
.cart-footer button.cart-submit svg {
  margin-left: 5px;
  position: relative;
  bottom: -2px; }

/* line 1007, theme.scss */
.cart-footer button.cart-submit svg path {
  fill: #fff; }

/* line 1011, theme.scss */
.cart-footer .coupon-text .editor {
  font-size: 14px;
  padding-left: 24px; }

/* line 1016, theme.scss */
.cart-footer .coupon-cell .bttn-second {
  padding: 7px;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  background: #bfbfbf;
  border-color: #bfbfbf; }

/* line 1024, theme.scss */
.cart-footer .coupon-cell input {
  border: 2px solid #bfbfbf;
  color: #2d2d2d;
  padding: 0 16px;
  background: #fff; }

/* line 1031, theme.scss */
.cart-footer .coupon-cell input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2; }

/* line 1035, theme.scss */
.cart-footer .coupon-cell input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  opacity: 1; }

/* line 1040, theme.scss */
.cart-footer .coupon-cell input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  opacity: 1; }

/* line 1045, theme.scss */
.cart-footer .coupon-cell input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2; }

/* line 1049, theme.scss */
.cart-footer .cart-total-capture {
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #2d2d2d;
  margin-right: 10px; }

/* line 1058, theme.scss */
.cart-footer .cart-total {
  text-transform: uppercase;
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-right: 16px; }

@media (max-width: 1200px) {
  /* line 1067, theme.scss */
  .cart-sidebar .cart-side-note {
    border-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }

  /* line 1074, theme.scss */
  .cart-sidebar .cart-sidebar-inner {
    padding: 0 16px;
    padding-bottom: 24px; }

  /* line 1079, theme.scss */
  .cart-submit {
    margin-left: auto;
    margin-top: 24px; }

  /* line 1084, theme.scss */
  .cart-footer .coupon-text .editor {
    padding-left: 0; } }
@media (max-width: 1024px) {
  /* line 1090, theme.scss */
  .cart-sidebar .cart-title {
    padding: 24px 0; } }
@media (max-width: 768px) {
  /* line 1096, theme.scss */
  .cart-sidebar .cart-side-note {
    padding-bottom: 0; }

  /* line 1100, theme.scss */
  .cart-items .item-color {
    padding: 35px 0; }

  /* line 1104, theme.scss */
  .cart-items .cart-item {
    position: relative; }

  /* line 1108, theme.scss */
  .cart-items .cart-item .item-remove {
    position: absolute;
    top: 11px;
    right: 5px; }

  /* line 1114, theme.scss */
  .cart-submit {
    margin-top: 10px;
    margin-bottom: 10px; }

  /* line 1119, theme.scss */
  .cart-footer > .row > .cell-6:first-child {
    margin-bottom: 16px; } }
/*=========================================
  CATEGORY_MENU
=========================================*/
/* line 1127, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

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

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

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

/* line 1145, theme.scss */
.category_menu-marker {
  background: transparent;
  padding: 0; }

/*.category_menu-marker::after {
  content: '+';
  font-size: 20px;
}
.category_menu-marker.is-button-active::after {
  content: '-';
}*/
/* line 1158, theme.scss */
.side-catalog .title {
  color: #46c391;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #2d2d2d; }

/* line 1168, theme.scss */
.side-catalog .category_menu.level-1 {
  background: #f7f7f7;
  padding: 20px 0; }

/* line 1173, theme.scss */
.side-catalog .category_menu.level-1 .status {
  display: none; }

/* line 1177, theme.scss */
.side-catalog .category_menu.level-1 li {
  position: relative; }

/* line 1181, theme.scss */
.side-catalog .category_menu.level-1 li button {
  position: absolute;
  top: 2px;
  right: 24px; }

/* line 1187, theme.scss */
.side-catalog .category_menu.level-1 li button svg path {
  fill: #b2b2b2; }

/* line 1191, theme.scss */
.side-catalog .category_menu.level-1 li button:hover svg path {
  fill: #2d2d2d !important; }

/* line 1195, theme.scss */
.side-catalog .category_menu.level-1 a.level-1 {
  padding: 3px 0;
  font-weight: bold;
  margin: 0 24px 0 40px;
  padding-right: 20px;
  border-bottom: 1px solid #e9e9e9;
  display: block; }

/* line 1204, theme.scss */
.side-catalog .category_menu.level-2 {
  background: #dde9e4;
  padding-bottom: 5px;
  font-size: 14px;
  margin-top: -1px; }

/* line 1211, theme.scss */
.side-catalog .category_menu.level-2 .category_menu-products_count {
  display: none; }

/* line 1215, theme.scss */
.side-catalog .category_menu.level-2 li.level-2 {
  padding-left: 60px; }

/* line 1219, theme.scss */
.side-catalog .category_menu.level-2 li.level-2 button.category_menu-marker svg path {
  fill: #2d2d2d !important; }

/* line 1223, theme.scss */
.side-catalog .category_menu.level-2 a {
  font-weight: 300;
  margin: 1px;
  padding: 5px 0;
  text-decoration: underline;
  border-bottom: 0; }

/* line 1231, theme.scss */
.side-catalog .category_menu.level-2 a:hover {
  text-decoration: none; }

/* line 1235, theme.scss */
.side-catalog .category_menu.level-2 li.is-current {
  background: url(arrow.svg) 24px 5px no-repeat #46c391; }

/* line 1239, theme.scss */
.side-catalog .category_menu.level-2 li.is-current a.level-2 {
  text-decoration: none;
  color: #fff; }

/* line 1244, theme.scss */
.side-catalog .category_menu.level-2 li.is-current button svg path {
  /*fill: #fff;*/ }

/* line 1248, theme.scss */
.side-catalog .category_menu.level-3 {
  margin-left: -60px;
  background: #dde9e4;
  padding-left: 0px; }

/* line 1254, theme.scss */
.side-catalog .category_menu.level-3 li {
  padding-left: 84px; }

/* line 1258, theme.scss */
.side-catalog .category_menu.level-3 li.level-3.is-current {
  background-position: 60px 5px; }

/* line 1262, theme.scss */
.side-catalog .category_menu-products_count {
  color: #b2b2b2; }

/* line 1266, theme.scss */
.side-catalog .category_menu-marker.is-button-active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1273, theme.scss */
.side-catalog .category_menu-marker.is-button-active svg path {
  fill: #2d2d2d !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1376, theme.scss */
.collection-filter {
  margin-bottom: 24px;
  background: #2d2d2d;
  color: #fff;
  font-size: 14px;
  padding: 30px 24px; }

/* line 1384, theme.scss */
.collection-filter-header {
  color: #fff;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px;
  text-transform: uppercase;
  text-align: center;
  background: #fc4848; }

/* line 1394, theme.scss */
.collection-filter .filter {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 2px solid #8c8c8c;
  padding: 15px 30px 15px 15px;
  margin-bottom: 8px; }

/* line 1402, theme.scss */
.collection-filter .filter .filter-title {
  position: relative;
  line-height: 16px;
  padding-bottom: 0; }

/* line 1408, theme.scss */
.collection-filter .filter .filter-toggle {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: -1px; }

/* line 1416, theme.scss */
.collection-filter .filter .filter-items-wrapper ul {
  padding-top: 10px; }

/* line 1420, theme.scss */
.collection-filter .chkbx-control {
  width: 13px;
  height: 13px;
  border: 0;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 1429, theme.scss */
.collection-filter .chkbx-label {
  color: #ffffff;
  padding-left: 24px; }

/* line 1434, theme.scss */
.collection-filter .chkbx-label:hover {
  color: #46c391; }

/* line 1438, theme.scss */
.active-checkbox {
  color: #46c391; }

/* line 1442, theme.scss */
.collection-filter .chkbx-label .chkbx:checked + .chkbx-control:after {
  content: '';
  width: 18px;
  height: 12px;
  position: absolute;
  top: 0px;
  left: 0px;
  background: url(check.svg) center center no-repeat transparent; }

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

/* line 1456, theme.scss */
.collection-filter .filters-clear .bttn {
  background-color: #736780;
  border-color: #736780;
  margin-top: 16px; }

/* line 1462, theme.scss */
.collection-filter .filter.price-filter {
  border: 0; }

/* line 1466, theme.scss */
.collection-filter .filter.price-filter .filter-toggle {
  display: none; }

/* line 1470, theme.scss */
.angle-block {
  display: block;
  position: relative; }

/* line 1475, theme.scss */
.angle-block:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #ffffff transparent; }

/* line 1488, theme.scss */
.ask-question {
  background: #9f90dd; }

/* line 1492, theme.scss */
.payment-block,
.delivery-block,
.ask-question {
  margin-bottom: 24px;
  padding: 24px;
  font-size: 12px;
  color: #fff; }

/* line 1501, theme.scss */
.payment-block .bttn,
.delivery-block .bttn,
.ask-question .bttn {
  margin-bottom: 6px; }

/* line 1507, theme.scss */
.payment-block .title,
.delivery-block .title,
.ask-question .title {
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 8px;
  display: block; }

/* line 1517, theme.scss */
.payment-block .text,
.delivery-block .text,
.ask-question .text {
  display: block;
  margin-bottom: 10px;
  line-height: 1.3; }

/* line 1525, theme.scss */
.payment-block:hover,
.delivery-block:hover,
.ask-question:hover {
  color: #fff; }

/* line 1531, theme.scss */
.payment-block:hover:before,
.delivery-block:hover:before,
.ask-question:hover:before {
  opacity: 0.85; }

/* line 1537, theme.scss */
.payment-block,
.delivery-block {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-left: 16px; }

/* line 1551, theme.scss */
.payment-block .div svg,
.delivery-block .div svg {
  margin-top: 10px; }

/* line 1556, theme.scss */
.payment-block:before,
.delivery-block:before {
  content: '';
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(33, 23, 43, 0.67); }

/* line 1568, theme.scss */
.payment-block .row,
.delivery-block .row {
  position: relative;
  z-index: 8; }

/* line 1574, theme.scss */
.payment-block .text-center,
.delivery-block .text-center {
  display: block;
  padding-right: 36px; }

/* line 1580, theme.scss */
.payment-block .div svg use,
.delivery-block .div svg use {
  fill: #fff; }

/* line 1585, theme.scss */
.collection-order-wrapper {
  padding: 10px 0; }

/* line 1589, theme.scss */
.collection-wrapper {
  /* padding: 0 4.5%; */ }

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

@media (max-width: 1300px) {
  /* line 1598, theme.scss */
  body .collection-order .order-block {
    margin-left: 6px; }

  /* line 1602, theme.scss */
  body .collection-order .label-field {
    margin-right: 5px; } }
@media (max-width: 1200px) {
  /* line 1608, theme.scss */
  .collection-order.is-order {
    margin-bottom: 8px; }

  /* line 1612, theme.scss */
  body .collection-order .order-block {
    margin-left: auto; } }
@media (max-width: 1024px) {
  /* line 1618, theme.scss */
  .collection-wrapper {
    padding: 0; }

  /* line 1622, theme.scss */
  .not-index-page .header-shadow:after {
    bottom: 12px; } }
@media (max-width: 860px) {
  /* line 1628, theme.scss */
  body .collection-order .order-block .label-field {
    display: none; } }
@media (max-width: 768px) {
  /* line 1634, theme.scss */
  .ajs-content .collection-filter {
    margin-bottom: 0;
    margin: -32px;
    margin-right: -40px; }

  /* line 1640, theme.scss */
  .not-index-page header.container {
    margin-bottom: 10px; }

  /* line 1644, theme.scss */
  .not-index-page .header-shadow:after {
    bottom: 10px; } }
@media (max-width: 480px) {
  /* line 1650, theme.scss */
  body .collection-order .order-block {
    /* width: 100%;
    margin-top: 8px;*/ }

  /* line 1655, theme.scss */
  body .collection-order.is-order {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 1661, theme.scss */
  .not-index-page .header-shadow:after {
    display: none; } }
/*=========================================
  INPUT_TYPE
=========================================*/
/* line 1669, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

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

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

/* line 1688, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #2d2d2d; }

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

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

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

/*=========================================
  RANGE
=========================================*/
/* line 1724, theme.scss */
.collection-filter .range-slider input {
  height: 32px;
  border: 0;
  background-color: #ffffff;
  width: 100%;
  padding: 0 15px;
  max-width: 74px; }

/* line 1733, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background-color: transparent;
  width: 33px;
  height: 33px;
  top: 34px; }

/* line 1741, theme.scss */
.collection-filter .range-slider .irs-slider.from:before,
.collection-filter .range-slider .irs-slider.to:before {
  content: '';
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='16' viewBox='0 0 14 16'%3E%3Cdefs%3E%3Cpath id='patba' d='M1529 3249l-2 2v-7h-3v7l-2-2-2 2 5 5h1l5-5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1519 -3242%29'%3E%3Cuse fill='%23ffffff' xlink:href='%23patba'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-color: transparent;
  width: 12px;
  height: 15px;
  top: 4px;
  left: 10px;
  position: absolute;
  z-index: 15;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1758, theme.scss */
.collection-filter .range-slider .irs-slider.from:after,
.collection-filter .range-slider .irs-slider.to:after {
  content: '';
  position: absolute;
  top: 0;
  left: 4px;
  background: #736780;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10; }

/* line 1776, theme.scss */
.collection-filter .irs-from,
.collection-filter .irs-to,
.collection-filter .irs-single,
.collection-filter .irs-min,
.collection-filter .irs-max {
  display: none; }

/* line 1784, theme.scss */
.collection-filter .range-slider-input {
  padding-top: 16px;
  margin-bottom: -8px; }

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

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

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

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

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

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

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

/* line 1835, theme.scss */
.collection-order .label-field {
  color: #b2b2b2;
  font-size: 14px;
  margin-right: 8px; }

@media (max-width: 480px) {
  /* line 1841, theme.scss */
  .collection-order .label-field {
    display: none; } }
/* line 1846, theme.scss */
.collection-order .label-field:after {
  content: ':'; }

/* line 1850, theme.scss */
.collection-order input:checked + .page_size-radio-control {
  color: #2d2d2d; }

/* line 1854, theme.scss */
.collection-order .page_size-radio-control {
  font-size: 14px;
  display: inline-block;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #b2b2b2;
  border: 1px solid #e9e9e9;
  height: 32px;
  width: 32px;
  line-height: 32px;
  margin-right: 2px;
  text-align: center; }

/* line 1868, theme.scss */
.collection-order .page_size-radio [type="radio"]:checked + .page_size-radio-control {
  font-weight: normal; }

/* line 1872, theme.scss */
.collection-order .order-block {
  margin-left: 24px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  FOOTER
=========================================*/
/* line 2093, theme.scss */
.footer {
  background: #2d2d2d;
  font-size: 14px;
  color: #b2b2b2;
  padding-top: 24px; }

/* line 2100, theme.scss */
.footer .follow-us {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 2118, theme.scss */
.footer .follow-us .label {
  color: #b2b2b2;
  margin-top: 19px;
  display: inline-block; }

/* line 2124, theme.scss */
.footer .follow-us .label .status {
  margin-left: -2px;
  position: relative;
  top: -19px; }

/* line 2130, theme.scss */
.footer a {
  color: #b2b2b2; }

/* line 2134, theme.scss */
.footer .footer-bottom {
  border-top: 1px solid #555555;
  color: #b2b2b2;
  margin-top: 24px;
  padding: 15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  align-items: center; }

/* line 2147, theme.scss */
.footer .foot-logo a {
  display: block;
  max-width: 177px;
  padding: 24px 24px;
  /*background: #272121;*/
  /*margin-bottom: 24px;*/
  margin-left: 15%; }

/* line 2156, theme.scss */
.footer .foot-logo p {
  font-weight: 100; }

/* line 2160, theme.scss */
.footer .container {
  border-top: 1px solid #555555; }

/* line 2164, theme.scss */
.footer .foot-contacts,
.footer .foot-menu {
  padding-top: 20px; }

/* line 2169, theme.scss */
.footer .foot-menu {
  font-weight: 100;
  padding-left: 5%; }

/* line 2174, theme.scss */
.footer .foot-menu a {
  margin-bottom: 5px; }

/* line 2178, theme.scss */
.footer .foot-menu a:hover {
  color: #fff; }

/* line 2182, theme.scss */
.footer .foot-contacts .inner {
  /*margin-bottom: 50px;*/ }

/* line 2186, theme.scss */
.footer .social-menu-link {
  color: #fff;
  font-size: 20px;
  margin: 0 5px;
  margin-bottom: -2px; }

/* line 2193, theme.scss */
.footer .social-menu-link:hover {
  color: #4ab2c0; }

/* line 2197, theme.scss */
.status,
.stiker {
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  background: #fc4848;
  padding: 2px 7px 1px; }

@media (max-width: 480px) {
  /* line 2209, theme.scss */
  .stiker {
    font-size: 9px; } }
/* line 2214, theme.scss */
.status.sale {
  background: #fa7227; }

/* line 2218, theme.scss */
.status.new {
  background: #fc4872; }

/* line 2222, theme.scss */
.phone {
  font-family: "Intro", sans-serif;
  font-size: 16px; }

/* line 2227, theme.scss */
.phone.in-footer {
  margin-bottom: 12px;
  display: block; }

@media (max-width: 1300px) {
  /* line 2233, theme.scss */
  .header-links > div {
    white-space: nowrap; }

  /* line 2237, theme.scss */
  .footer .follow-us {
    -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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    -moz-box-align: start;
    align-items: flex-start; }

  /* line 2252, theme.scss */
  .footer .follow-us .label {
    display: block;
    margin-bottom: 10px; } }
@media (min-width: 1025px) {
  /* line 2259, theme.scss */
  .footer .foot-contacts {
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
    max-width: 35%; }

  /* line 2266, theme.scss */
  .footer .foot-menu {
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    max-width: 65%; } }
@media (max-width: 1024px) {
  /* line 2275, theme.scss */
  .footer .foot-menu {
    text-align: right; }

  /* line 2279, theme.scss */
  .footer .foot-contacts,
  .footer .foot-menu {
    padding-top: 24px; }

  /* line 2284, theme.scss */
  .footer .foot-contacts {
    text-align: center; }

  /* line 2288, theme.scss */
  .footer .follow-us {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -moz-box-align: end;
    align-items: flex-end; } }
@media (max-width: 768px) {
  /* line 2298, theme.scss */
  .footer .foot-contacts,
  .footer .foot-menu {
    text-align: center; }

  /* line 2303, theme.scss */
  .footer .follow-us {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center; } }
@media (max-width: 480px) {
  /* line 2313, theme.scss */
  .footer .footer-bottom {
    text-align: center;
    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-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center; }

  /* line 2334, theme.scss */
  .footer .footer-bottom .copy {
    margin-bottom: 8px; } }
/*=========================================
  HEADER
=========================================*/
/* line 2342, theme.scss */
header {
  position: relative;
  z-index: 22; }

/* line 2348, theme.scss */
header .logotype {
  display: block;
  max-width: 177px;
  padding: 36px 24px;
  background: #272121;
  margin: 0 auto; }

/* line 2356, theme.scss */
header .header-geo button {
  background: none;
  padding: 0; }

/* line 2361, theme.scss */
header .header-geo button svg path {
  fill: #b2b2b2; }

/* line 2365, theme.scss */
header .header-geo .js-city-name {
  margin: 0 3px 0 5px;
  font-size: 14px;
  font-weight: bold; }

/* line 2371, theme.scss */
header .header-geo .city {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  position: relative; }

/* line 2385, theme.scss */
header .header-geo .city .city-chooser {
  position: absolute;
  top: -webkit-calc(100% + 5px);
  top: calc(100% + 5px);
  left: 0;
  background: #fff;
  padding: 5px 0;
  font-weight: bold;
  font-size: 14px;
  z-index: 10;
  min-width: 130px;
  display: none;
  border: 1px solid #e9e9e9; }

/* line 2400, theme.scss */
header .header-geo .city .city-chooser a {
  display: block;
  margin: 5px 15px;
  text-decoration: none; }

/* line 2406, theme.scss */
header .header-geo .city .city-chooser a:hover {
  color: #4ab2c0; }

/* line 2410, theme.scss */
header .header-geo .city.opened .city-chooser {
  display: block; }

/* line 2414, theme.scss */
header .header-menu li {
  display: inline; }

/* line 2418, theme.scss */
header .header-menu li:nth-child(1n+6) {
  display: none; }

/* line 2422, theme.scss */
header .header-menu a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin-right: 19px; }

/* line 2429, theme.scss */
header .header-menu a:hover,
header .header-menu a a.active {
  color: #46c391; }

/* line 2434, theme.scss */
header .header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 2452, theme.scss */
header .favorites-widget,
header .compares-widget {
  position: relative; }

/* line 2457, theme.scss */
header .favorites-widget svg path,
header .compares-widget svg path {
  fill: #b2b2b2; }

/* line 2462, theme.scss */
header .favorites-widget svg use,
header .compares-widget svg use {
  stroke: #b2b2b2; }

/* line 2467, theme.scss */
header .favorites-widget span,
header .compares-widget span {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  line-height: 16px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #46c391;
  font-size: 9px; }

/* line 2481, theme.scss */
header .favorites-widget svg {
  height: 22px;
  padding-top: 2px; }

/* line 2486, theme.scss */
header .account-widget a {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  text-decoration: none; }

/* line 2493, theme.scss */
header .account-widget a svg {
  fill: #2d2d2d;
  margin-right: 5px;
  vertical-align: middle;
  margin-top: -3px; }

/* line 2500, theme.scss */
header .account-widget a:hover {
  color: #2d2d2d; }

/* line 2504, theme.scss */
header .header-inner > .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 2512, theme.scss */
header .header-inner .cell-2 {
  max-width: 18%;
  -webkit-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%; }

/* line 2519, theme.scss */
header .header-inner .cell-8 {
  max-width: 64%;
  -webkit-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%; }

/* line 2526, theme.scss */
header .header-phone,
header .header-search,
header .header-cart {
  height: -webkit-calc(48px + 16px);
  height: calc(48px + 16px);
  padding: 7px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9; }

/* line 2536, theme.scss */
header .header-geo,
header .header-menu,
header .header-links {
  padding: 2px 0 3px 0; }

/* line 2542, theme.scss */
header .header-phone {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  line-height: 1; }

/* line 2563, theme.scss */
header .header-phone .email {
  color: #46c391;
  font-size: 14px;
  font-weight: 500;
  text-decoration: underline; }

/* line 2570, theme.scss */
header .header-phone .email:hover {
  text-decoration: none; }

/* line 2574, theme.scss */
header .header-phone .phone {
  font-weight: bold;
  margin-top: 3px; }

/* line 2579, theme.scss */
header .header-phone .js-modal {
  font-size: 12px;
  text-decoration: underline;
  color: #b2b2b2; }

/* line 2585, theme.scss */
header .header-phone .js-modal:hover {
  text-decoration: none; }

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

/* line 2607, theme.scss */
header .header-cart .cart-widget-link {
  font-weight: bold;
  font-family: "Intro", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase; }

/* line 2614, theme.scss */
header .header-cart .cart-widget-link span {
  display: inline-block;
  width: 16px;
  height: 16px;
  color: #fff;
  padding-top: 3px;
  line-height: 11px;
  position: relative;
  bottom: 3px;
  text-align: center;
  letter-spacing: normal;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-color: #46c391;
  font-size: 9px; }

/* line 2631, theme.scss */
header .header-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding: 7px 0; }

/* line 2640, theme.scss */
header .header-catalog .status {
  position: relative;
  margin-right: -16px;
  top: -16px; }

/* line 2646, theme.scss */
header .header-catalog li.is-current > a {
  color: #46c391; }

/* line 2650, theme.scss */
header .header-catalog li:hover > a {
  color: #46c391; }

/* line 2654, theme.scss */
header .header-catalog .header-catalog-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  white-space: nowrap;
  width: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*header .header-catalog .header-catalog-menu>li:nth-child(1n+17) {
  display: none;
}*/
/* line 2671, theme.scss */
header .header-catalog .header-catalog-menu a.active {
  color: #46c391; }

/* line 2675, theme.scss */
header .header-catalog .header-catalog-menu-marker {
  display: none !important; }

/* line 2679, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 {
  margin-right: 2%;
  line-height: 44px; }

/* line 2684, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 .header-catalog-menu-link.level-1 {
  font-weight: bold;
  font-size: 18px; }

/* line 2689, theme.scss */
header .header-catalog .header-catalog-menu-item.level-1 .header-catalog-menu-link.level-1:hover {
  color: #46c391; }

/* line 2693, theme.scss */
header .header-catalog .header-catalog-menu-item.level-2 {
  line-height: 1.4;
  display: inline-block;
  width: 33%;
  font-weight: 500;
  vertical-align: top;
  margin-bottom: 6px;
  padding: 0 20px; }

/* line 2703, theme.scss */
header .header-catalog .header-catalog-menu.level-3 {
  font-weight: normal;
  max-height: inherit !important;
  visibility: visible !important;
  font-size: 14px;
  display: block;
  position: static !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important; }

/* line 2718, theme.scss */
header .header-catalog .header-catalog-menu.level-3 li {
  display: block;
  margin: 3px 0; }

/* line 2723, theme.scss */
.header-actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  position: absolute;
  z-index: 10;
  bottom: -7px;
  right: 10px; }

/* line 2740, theme.scss */
.header-actions svg {
  height: 21px; }

/* line 2744, theme.scss */
.header-actions div {
  background: #282828;
  width: 48px;
  height: 48px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-left: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -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 2775, theme.scss */
.header-actions div span {
  font-size: 12px;
  color: #fff;
  display: block; }

/* line 2781, theme.scss */
.header-shadow {
  position: relative; }

/* line 2785, theme.scss */
.header-shadow:after {
  content: '';
  position: absolute;
  z-index: 10;
  height: 4px;
  left: 0;
  right: 0;
  bottom: 16px;
  -webkit-box-shadow: 3px 3px 4px rgba(1, 1, 1, 0.04);
  box-shadow: 3px 3px 4px rgba(1, 1, 1, 0.04); }

@media screen and (max-width: 480px) {
  /* line 2798, theme.scss */
  .header-shadow {
    position: sticky;
    top: 0;
    z-index: 999;
    background: white; } }
@media (max-width: 1344px) {
  /* line 2807, theme.scss */
  .header-actions {
    right: 12px; } }
@media (max-width: 1200px) {
  /* line 2813, theme.scss */
  header .favorites-widget span {
    margin-left: -6px; }

  /* line 2817, theme.scss */
  header .header-inner .cell-2 {
    max-width: 21%;
    -webkit-flex-basis: 21%;
    -ms-flex-preferred-size: 21%;
    flex-basis: 21%; }

  /* line 2824, theme.scss */
  header .header-inner .cell-8 {
    max-width: 58%;
    -webkit-flex-basis: 58%;
    -ms-flex-preferred-size: 58%;
    flex-basis: 58%; } }
@media (max-width: 1024px) {
  /* line 2833, theme.scss */
  .header-shadow:after {
    bottom: 12px; }

  /* line 2837, theme.scss */
  header .header-inner .header-links {
    padding-left: -webkit-calc(50% - 180px);
    padding-left: calc(50% - 180px); }

  /* line 2842, theme.scss */
  header .header-catalog,
  header .header-inner .header-menu {
    display: none; }

  /* line 2847, theme.scss */
  header .header-inner .header-search {
    border-top: 0;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    border-bottom: 0; }

  /* line 2876, theme.scss */
  header .header-inner .header-search .search-widget {
    width: -webkit-calc(100% - 52px);
    width: calc(100% - 52px); }

  /* line 2881, theme.scss */
  header .header-inner .cell-2 {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }

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

  /* line 2892, theme.scss */
  header .header-inner {
    padding-left: 12px; }

  /* line 2896, theme.scss */
  header {
    margin-bottom: -12px; } }
@media (max-width: 768px) {
  /* line 2902, theme.scss */
  header .logotype {
    padding: 0 24px;
    height: 172px;
    line-height: 172px; }

  /* line 2908, theme.scss */
  header .logotype img {
    vertical-align: middle; } }
@media (max-width: 480px) {
  /* line 2914, theme.scss */
  .header-shadow:after {
    bottom: 0; }

  /* line 2918, theme.scss */
  header .header-phone,
  header .header-search,
  header .header-cart {
    border-width: 0; }

  /* line 2924, theme.scss */
  header .logotype {
    padding: 10px;
    height: auto;
    line-height: 1;
    max-width: 80px; }

  /* line 2931, theme.scss */
  header {
    margin-bottom: 0; }

  /* line 2935, theme.scss */
  header .header-inner .header-cart {
    padding-right: 12px;
    padding-top: 11px;
    background: #fff; }

  /* line 2941, theme.scss */
  header > .row > .cell-3 {
    background: #272121; }

  /* line 2945, theme.scss */
  header .header-inner .header-search {
    padding: 0;
    height: 0;
    border: 0; }

  /*header .header-inner .header-search .search-widget {
    display: none;
  }*/
  /* line 2955, theme.scss */
  header .bttn-burger {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #272121;
    border: 0; }

  /* line 2963, theme.scss */
  header .header-cart .cart-widget-link {
    letter-spacing: 1px; }

  /* line 2967, theme.scss */
  header.container {
    padding-right: 0; } }
/* line 2972, theme.scss */
.not-index-page {
  background: center 157px no-repeat; }

/* line 2976, theme.scss */
.not-index-page .header-shadow + .container {
  background: #fff; }

@media (max-width: 1344px) {
  /* line 2981, theme.scss */
  .not-index-page {
    background-image: none !important; } }
/*=========================================
  HITS
=========================================*/
/* line 2989, theme.scss */
.hits-title {
  text-align: center;
  font-size: -webkit-calc(16px * 2);
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/* line 2996, theme.scss */
.tabs.hits {
  margin: 0 0 24px 0;
  padding: 0;
  border-top: 1px solid #dde9e4; }

/* line 3002, theme.scss */
.tabs.hits .tabs-box {
  padding: 0; }

/* line 3006, theme.scss */
.tabs.hits .tabs-head {
  text-align: center;
  padding: 2% 0;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  font-size: 24px; }

/* line 3014, theme.scss */
.tabs.hits .tabs-head .tabs-item {
  border: 0;
  padding: 0;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  color: #2d2d2d;
  font-size: 24px;
  margin: 0 3%; }

/* line 3024, theme.scss */
.tabs.hits .tabs-head .tabs-item.is-button-active {
  border: 0;
  color: #fc4872; }

/* line 3029, theme.scss */
.tabs.hits .tabs-head .tabs-item:hover {
  opacity: 0.8; }

@media (max-width: 1024px) {
  /* line 3034, theme.scss */
  .tabs.hits .tabs-head .tabs-item {
    font-size: 16px; } }
@media (max-width: 768px) {
  /* line 3040, theme.scss */
  .tabs.hits .tabs-head .tabs-item {
    padding: 5px 0; }

  /* line 3044, theme.scss */
  .tabs.hits .tabs-head {
    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; } }
/*=========================================
  INSTAGRAM
=========================================*/
/* line 3063, theme.scss */
.instagram-title {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  margin-bottom: 8px; }

/* line 3069, theme.scss */
.instagram-title a {
  color: #b2b2b2;
  text-decoration: none; }

/* line 3074, theme.scss */
.instagram-title a:hover {
  color: #fff; }

/* line 3078, theme.scss */
.instagram {
  padding-top: 24px;
  background: #2d2d2d; }

@media (min-width: 769px) {
  /* line 3084, theme.scss */
  .instagram img {
    -webkit-filter: brightness(53%);
    filter: brightness(53%); }

  /* line 3089, theme.scss */
  .instagram img:hover {
    -webkit-filter: brightness(100%);
    filter: brightness(100%); } }
/*=========================================
  MAIN-MENU
=========================================*/
/* line 3098, theme.scss */
.header-catalog-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 3104, theme.scss */
.header-catalog-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  padding-bottom: 4px;
  white-space: normal !important; }

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

/* line 3122, theme.scss */
.header-catalog-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  padding: 0; }

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

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

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

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

/*=========================================
  MOBILE_MENU
=========================================*/
/* line 3161, theme.scss */
.mobile_menu-marker {
  padding: 0;
  background: transparent;
  vertical-align: middle; }

/* line 3167, theme.scss */
.mobile_menu-footer {
  padding-top: 24px; }

/* line 3171, theme.scss */
.mobile_menu-modal {
  line-height: 1.3; }

/* line 3175, theme.scss */
.mobile_menu .menu-link {
  /*max-width: calc(100% - 26px);*/ }

/* line 3179, theme.scss */
.mobile_menu-item.menu-item.level-2 {
  margin: 5px; }

/* line 3183, theme.scss */
.mobile_menu-item {
  padding: 0px 0px 5px 10px; }

/* line 3188, theme.scss */
.mobile_menu-item.menu-item.level-2 a {
  color: #b2b2b2; }

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

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

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

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

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

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

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

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

/* line 3242, theme.scss */
.form-done {
  color: #2d2d2d; }

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

/*=========================================
  MODALS
=========================================*/
/* line 3253, theme.scss */
a {
  outline: none; }

/* line 3257, theme.scss */
.cancel-coloring {
  display: inline-block;
  cursor: pointer;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  width: 14px !important;
  font-size: 10px;
  text-align: center;
  padding-bottom: 0;
  line-height: 12px;
  top: -2px;
  position: relative;
  margin-left: 5px;
  height: 14px;
  -webkit-border-radius: 100%;
  border-radius: 100%; }

/* line 3276, theme.scss */
.cancel-coloring:hover {
  background: #333;
  color: #fff; }

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

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

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

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

/* line 3302, theme.scss */
.added-content a,
.added-content button {
  margin-bottom: 10px; }

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

/* line 3311, theme.scss */
#coloring-modal {
  padding: 0;
  width: 90%;
  max-width: 1340px; }

/* line 3317, theme.scss */
#coloring-modal .coloring-sidebar {
  background: #2d2d2d;
  color: #fff;
  padding-bottom: 40px; }

/* line 3323, theme.scss */
#coloring-modal .coloring-sidebar .coloring-modal-title {
  color: #d7e23e;
  letter-spacing: 6px;
  font-family: "Intro", sans-serif;
  padding: 40px 0;
  text-transform: uppercase;
  text-align: center;
  background: #2d2d2d; }

/* line 3333, theme.scss */
#coloring-modal .coloring-sidebar > div {
  margin: 0 40px;
  padding: 24px 0;
  border-bottom: 1px solid #535353; }

/* line 3339, theme.scss */
#coloring-modal .coloring-sidebar > div:last-child {
  border-bottom: 0; }

/* line 3343, theme.scss */
#coloring-modal .coloring-sidebar .text {
  font-size: 14px; }

/* line 3347, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px; }

/* line 3354, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections .title {
  font-size: 18px;
  color: #46c391;
  margin-bottom: 24px; }

/* line 3360, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a {
  color: #fff;
  text-decoration: underline; }

/* line 3365, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a:hover {
  text-decoration: none; }

/* line 3369, theme.scss */
#coloring-modal .coloring-sidebar .coloring-collections a.active {
  opacity: 0.8;
  text-decoration: none; }

/* line 3374, theme.scss */
#coloring-modal .coloring-content {
  background: #dde9e4;
  padding: 6% 3%; }

/* line 3379, theme.scss */
#coloring-modal .coloring-content .coloring-content-header {
  text-transform: uppercase;
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "Intro", sans-serif;
  color: #b2b2b2; }

/* line 3387, theme.scss */
#coloring-modal .coloring-content .coloring-content-header span {
  color: #2d2d2d;
  line-height: 0.9;
  display: inline-block;
  font-weight: bold;
  border-bottom: 1px solid #ccc; }

/* line 3395, theme.scss */
#coloring-modal .coloring-content .coloring-content-table {
  overflow: hidden;
  height: 360px;
  position: relative; }

/* line 3401, theme.scss */
#coloring-modal .coloring-content .coloring-content-table .coloring-slide {
  position: relative; }

/* line 3405, theme.scss */
#coloring-modal .coloring-content .coloring-content-table a {
  display: block;
  float: left;
  width: -webkit-calc(11.1% - 4px);
  width: calc(11.1% - 4px);
  height: 36px;
  margin: 2px 2px;
  border: 4px solid #fff; }

/* line 3415, theme.scss */
#coloring-modal .coloring-content .coloring-content-table a:hover,
#coloring-modal .coloring-content .coloring-content-table a.active {
  border-color: #46c391; }

/* line 3420, theme.scss */
#coloring-modal .coloring-content .coloring-content-table .coloring-slide:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* line 3428, theme.scss */
#coloring-modal .coloring-slider-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  padding-top: 5%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between; }

/* line 3447, theme.scss */
#coloring-modal .coloring-slider-navigation .prev,
#coloring-modal .coloring-slider-navigation .next {
  background: transparent;
  width: 65px;
  line-height: 65px;
  text-align: center;
  height: 65px;
  outline: none;
  position: relative; }

/* line 3458, theme.scss */
#coloring-modal .coloring-slider-navigation .prev svg,
#coloring-modal .coloring-slider-navigation .next svg {
  z-index: 20;
  position: relative;
  vertical-align: middle;
  top: -1px; }

/* line 3466, theme.scss */
#coloring-modal .coloring-slider-navigation .prev svg use,
#coloring-modal .coloring-slider-navigation .next svg use {
  fill: #fff; }

/* line 3471, theme.scss */
#coloring-modal .coloring-slider-navigation .prev:after,
#coloring-modal .coloring-slider-navigation .next:after {
  content: '';
  background: #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3489, theme.scss */
#coloring-modal .coloring-slider-navigation .prev {
  left: 0; }

/* line 3493, theme.scss */
#coloring-modal .coloring-slider-navigation .next {
  right: 0; }

/* line 3497, theme.scss */
#coloring-modal .coloring-slider-navigation .pages {
  white-space: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -moz-box-flex: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0 20px; }

/* line 3517, theme.scss */
#coloring-modal .coloring-slider-navigation .pages span {
  width: 18px;
  height: 18px;
  margin: 0 2px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  cursor: pointer;
  border: 3px solid #2d2d2d;
  background: transparent;
  text-indent: 20px; }

/* line 3531, theme.scss */
#coloring-modal .coloring-slider-navigation .pages span.active {
  border-color: #887e92;
  background-color: #887e92; }

/* line 3536, theme.scss */
#coloring-modal .fancybox-close-small {
  width: 30px;
  height: 30px;
  border: 1px solid #fc4848;
  background: #fc4848;
  padding: 0;
  text-align: center;
  line-height: 28px;
  font-family: "Intro", sans-serif;
  color: #fff;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  top: 10px;
  right: 10px; }

/* line 3558, theme.scss */
#coloring-modal .fancybox-close-small:before {
  content: '+'; }

/* line 3562, theme.scss */
#coloring-modal .fancybox-close-small:after {
  display: none; }

/* line 3566, theme.scss */
#coloring-modal .fancybox-close-small:hover {
  opacity: 0.8; }

/* Tooltip container */
/* line 3572, theme.scss */
.tooltip {
  position: relative;
  display: inline-block; }

/* Tooltip text */
/* line 3578, theme.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 24px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  top: -4px;
  margin-left: 2px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1; }

/* Show the tooltip text when you mouse over the tooltip container */
/* line 3595, theme.scss */
.tooltip:hover .tooltiptext {
  visibility: visible; }

@media (max-width: 1024px) {
  /* line 3600, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(14.28% - 4px);
    width: calc(14.28% - 4px); }

  /* line 3605, theme.scss */
  #coloring-modal .coloring-sidebar > div {
    margin: 0 20px; }

  /* line 3609, theme.scss */
  #coloring-modal .coloring-sidebar .coloring-modal-title {
    padding: 30px 0; } }
@media (max-width: 768px) {
  /* line 3615, theme.scss */
  #coloring-modal .coloring-sidebar {
    padding-bottom: 20px; }

  /* line 3619, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table {
    height: 280px; }

  /* line 3623, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(16.666% - 4px);
    width: calc(16.666% - 4px); } }
@media (max-width: 480px) {
  /* line 3630, theme.scss */
  #coloring-modal .coloring-content .coloring-content-table a {
    width: -webkit-calc(20% - 4px);
    width: calc(20% - 4px); } }
/*=========================================
  NO_JS_ALERT
=========================================*/
/* line 3639, theme.scss */
#close-njs-alert:target {
  display: none; }

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

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

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

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

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

@media (max-width: 640px) {
  /* line 3716, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/*=========================================
  PAGINATION
=========================================*/
/* line 3727, theme.scss */
.pagination {
  font-size: 14px;
  font-weight: bold;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

/* line 3737, theme.scss */
.pagination .pagination-item .pagination-link {
  width: 32px;
  height: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  color: #b2b2b2; }

/* line 3747, theme.scss */
.pagination .pagination-arrow {
  background: #b2b2b2;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3753, theme.scss */
.pagination .pagination-arrow .pagination-link {
  padding: 0;
  line-height: 36px;
  border: 0; }

/* line 3759, theme.scss */
.pagination .pagination-arrow svg use {
  fill: #fff; }

/* line 3763, theme.scss */
.pagination .pagination-item.is-current .pagination-link {
  border-color: #e9e9e9;
  color: #2d2d2d; }

/*=========================================
  PRODUCT_GIFT
=========================================*/
/* line 3771, theme.scss */
.gift-complex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s;
  margin-bottom: 24px;
  margin-right: 8px; }

/* line 3802, theme.scss */
.gift-complex:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #fc4848;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 3819, theme.scss */
.gift-complex:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 3832, theme.scss */
.gift-complex > * {
  position: relative;
  z-index: 20; }

/* line 3837, theme.scss */
.gift-complex .card_micro_wrap {
  -webkit-flex-basis: 10%;
  -ms-flex-preferred-size: 10%;
  flex-basis: 10%;
  max-width: 10%; }

/* line 3844, theme.scss */
.gift-complex .card_micro_wrap.is-bundle-page {
  -webkit-flex-basis: 15%;
  -ms-flex-preferred-size: 15%;
  flex-basis: 15%;
  max-width: 15%; }

/* line 3851, theme.scss */
.gift-complex .card_micro {
  margin-bottom: 15px;
  margin-top: 8px; }

/* line 3856, theme.scss */
.gift-complex .card_micro-info {
  height: 52px;
  overflow: hidden;
  display: block; }

/* line 3862, theme.scss */
.gift-complex .gift-icon {
  -webkit-flex-basis: 42px;
  -ms-flex-preferred-size: 42px;
  flex-basis: 42px;
  max-width: 42px;
  font-weight: bold;
  position: relative;
  text-align: center;
  line-height: 34px;
  font-size: 28px;
  color: #fc4848;
  font-family: "Intro", sans-serif; }

/* line 3876, theme.scss */
.gift-complex .gift-icon:after {
  content: '';
  width: 34px;
  height: 34px;
  position: absolute;
  background: transparent;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 4px; }

/* line 3893, theme.scss */
.gift-complex .title {
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  -webkit-flex-basis: 130px;
  -ms-flex-preferred-size: 130px;
  flex-basis: 130px;
  max-width: 130px;
  text-transform: uppercase; }

/* line 3904, theme.scss */
.gift-complex .card-price {
  font-weight: bold;
  font-size: 24px;
  font-family: "Intro", sans-serif; }

/* line 3910, theme.scss */
.gift-complex a.bttn-prim {
  background: #fc4848;
  border-color: #fc4848; }

/* line 3915, theme.scss */
.gift-complex a.bttn-prim svg {
  margin-left: 8px;
  position: relative;
  bottom: -2px; }

/* line 3921, theme.scss */
.gift-complex a.bttn-prim svg path {
  fill: #fff; }

/* line 3925, theme.scss */
.gift-complex .status {
  position: absolute;
  top: 6px;
  left: 16px; }

@media (max-width: 1024px) {
  /* line 3932, theme.scss */
  .gift-complex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding-bottom: 70px; }

  /* line 3940, theme.scss */
  .gift-complex a.bttn-prim {
    position: absolute;
    bottom: 10px;
    left: 10px; }

  /* line 3946, theme.scss */
  .gift-complex .card_micro_wrap {
    -webkit-flex-wrap: 25%;
    -ms-flex-wrap: 25%;
    flex-wrap: 25%;
    max-width: 25%; }

  /* line 3953, theme.scss */
  .gift-complex .card_micro_wrap.is-bundle-page {
    -webkit-flex-wrap: 30%;
    -ms-flex-wrap: 30%;
    flex-wrap: 30%;
    max-width: 30%; }

  /* line 3960, theme.scss */
  .gift-complex .title {
    max-width: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding: 20px 0; } }
@media (max-width: 480px) {
  /* line 3970, theme.scss */
  .gift-complex {
    -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; }

  /* line 3980, theme.scss */
  .gift-complex .gift-icon {
    margin: 20px 0; }

  /* line 3984, theme.scss */
  .gift-complex .gift-icon:after {
    left: -10px; }

  /* line 3988, theme.scss */
  .gift-complex .card_micro_wrap,
  .gift-complex .card_micro_wrap.is-bundle-page {
    -webkit-flex-wrap: 70%;
    -ms-flex-wrap: 70%;
    flex-wrap: 70%;
    max-width: 70%; } }
/*=========================================
  PRODUCT_INFO
=========================================*/
/* line 4000, theme.scss */
.product-buy {
  margin: 1rem 0; }

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

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

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

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

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

/* line 4038, theme.scss */
.product-old_price span {
  /*text-decoration: line-through;*/
  color: #b2b2b2;
  position: relative; }

/* line 4043, theme.scss */
.product-old_price span:before {
  border-bottom: 3px solid red;
  position: absolute;
  content: "";
  width: 100%;
  height: 50%;
  transform: rotate(-7deg); }

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

[data-product-id].is-available .product-available:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
*/
/* line 4073, theme.scss */
.product-container .product-title {
  text-transform: uppercase;
  font-size: 24px;
  /*letter-spacing: 1px;*/
  font-family: "Intro", sans-serif;
  margin-top: 0;
  margin-bottom: 8px; }

/* line 4082, theme.scss */
.product-container .product-info .product-sku {
  color: #b2b2b2;
  margin-bottom: 8px;
  font-weight: 600; }

/* line 4088, theme.scss */
.product-container .product-info .product-available {
  margin-bottom: 10px;
  font-size: 15px;
  color: #b2b2b2; }
  /* line 4092, theme.scss */
  .product-container .product-info .product-available .is-wait {
    color: #ff9019 !important; }
    /* line 4094, theme.scss */
    .product-container .product-info .product-available .is-wait::before {
      background: currentColor !important; }

/* line 4100, theme.scss */
.product-container .product-info .product-available .avl-yes:before,
.product-container .product-info .product-available .avl-no:before {
  content: '';
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-right: 6px;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 4111, theme.scss */
.product-container .product-info .product-available .avl-yes:before {
  background: #46c391; }

/* line 4115, theme.scss */
.product-container .product-info .product-available .avl-no:before {
  background-color: #b2b2b2; }

/* line 4119, theme.scss */
.product-container .product-info .product-short_description {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 10px; }

/* line 4125, theme.scss */
.product-container .product-info .prod-props-wrap {
  padding-right: 6%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -moz-box-align: end;
  align-items: center; }

/* line 4139, theme.scss */
.product-container .product-info .prod-props-wrap .card-props {
  line-height: 1.25;
  border-top: 1px solid #e9e9e9;
  padding-top: 4px;
  margin-bottom: 10px; }

/* line 4146, theme.scss */
.product-container .product-info .prod-props-wrap .card-props label span {
  font-weight: 400; }

/* line 4150, theme.scss */
.product-container .product-info .product-rating {
  margin-bottom: 8px;
  /*text-align: right;*/
  display: block; }

/* line 4156, theme.scss */
.product-container .product-info .product-rating .fa-star {
  font-size: 13px;
  margin-right: 3px;
  color: #fc4848; }

/* line 4162, theme.scss */
.product-container .product-info .product-rating .fa-star.faded {
  color: #dde9e4; }

/* line 4166, theme.scss */
.product-container .product-info .found-cheaper {
  padding: 18px 13px;
  display: block;
  font-weight: 500; }

/* line 4172, theme.scss */
.product-container .product-info .found-cheaper .title {
  padding: 3px;
  background: #fff;
  display: inline-block;
  margin-bottom: 4px; }

/* line 4179, theme.scss */
.product-container .product-info .found-cheaper .text {
  display: block;
  font-size: 14px;
  margin-bottom: 8px; }

/* line 4185, theme.scss */
.product-container .product-info .found-cheaper .get-discount {
  font-size: 14px;
  color: #fc4848; }

/* line 4190, theme.scss */
.product-container .product-info .found-cheaper .get-discount span {
  text-decoration: underline; }

/* line 4194, theme.scss */
.product-container .product-info .found-cheaper .get-discount:hover {
  text-decoration: none; }

/* line 4198, theme.scss */
.product-container .product-info .found-cheaper .get-discount svg {
  margin-left: 4px;
  position: relative;
  bottom: -2px; }

/* line 4204, theme.scss */
.product-container .product-info .found-cheaper .get-discount svg path {
  fill: #fc4848; }

/* line 4208, theme.scss */
.product-container .product-info .found-cheaper:hover .get-discount span {
  text-decoration: none; }

/* line 4212, theme.scss */
.product-container .product-info .product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  margin-top: 10px; }

/* line 4227, theme.scss */
.product-container .product-info .product-old_price {
  margin-left: 20px;
  font-size: 24px; }

/* line 4232, theme.scss */
.product-container .product-info .product-price {
  font-family: "Intro", sans-serif;
  font-size: 24px;
  font-weight: bold; }

/* line 4238, theme.scss */
.product-container .product-info .coloring {
  display: inline-block;
  cursor: pointer; }

/* line 4243, theme.scss */
.product-container .product-info .coloring svg {
  vertical-align: middle;
  margin-right: 5px;
  cursor: pointer; }

/* line 4249, theme.scss */
.product-container .product-info .coloring span {
  cursor: pointer;
  display: inline-block;
  width: 104px;
  vertical-align: middle;
  color: #55b88a;
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline; }

/* line 4260, theme.scss */
.product-container .product-info .coloring:hover span,
.product-container .product-info .coloring.active span {
  text-decoration: none;
  color: #fc4848; }

/* line 4266, theme.scss */
.product-container .product-info .coloring:hover svg path,
.product-container .product-info .coloring.active svg path {
  fill: #fc4848; }

/* line 4271, theme.scss */
.product-container .product-info .quantity.is-product {
  width: 120px;
  display: inline-block; }

/* line 4276, theme.scss */
.product-container .product-info .product-buy .bttn-transparent svg use {
  fill: #2d2d2d; }

/* line 4280, theme.scss */
.product-container .product-info .product-buy .bttn-transparent:hover svg use {
  fill: #fff; }

/* line 4284, theme.scss */
.product-container .product-info .product-buy button {
  margin-right: 24px;
  margin-bottom: 7px; }

/* line 4289, theme.scss */
.product-container .product-info .bttn-compares:before {
  display: none !important; }

/* line 4293, theme.scss */
.product-container .product-info .card-opts {
  margin-bottom: 8px; }

/* line 4297, theme.scss */
.products-is-related {
  position: relative;
  padding: 24px 40px;
  background: #d8cbe7;
  margin-bottom: 24px; }

/* line 4304, theme.scss */
.products-is-related:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 80%;
  width: 310px;
  background: url(left-splash.png) right center no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 4316, theme.scss */
.products-is-related .card:after {
  background: #2d2d2d; }

/* line 4320, theme.scss */
.products-is-related .card .card-props,
.products-is-related .card .card-action,
.products-is-related .card .card-opts,
.products-is-related .card .image-hover {
  display: none !important; }

/* line 4327, theme.scss */
.products-is-related .card .card-title {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
  font-size: 14px; }

/* line 4334, theme.scss */
.products-is-related h3 {
  text-transform: uppercase;
  color: #fff;
  font-family: "Intro", sans-serif;
  font-size: 16px;
  letter-spacing: 6px;
  margin-top: 0; }

/* line 4347, theme.scss */
.products-is-related .products-slider-wrapper {
  margin: 0; }

/* line 4351, theme.scss */
.ovh-wrap {
  overflow-x: hidden;
  width: 100%; }

/* line 4356, theme.scss */
.prod-sidebar-inner {
  height: 100%;
  background: #fff; }

/* line 4361, theme.scss */
.variants-table {
  font-size: 14px;
  /*margin-top: -1em;*/
  color: #b2b2b2; }

/* line 4367, theme.scss */
.variants-table .variant-row,
.variants-table .variant-header {
  margin: 0 -4px; }

/* line 4372, theme.scss */
.variants-table .variant-header [class*='cell-'] {
  padding: 16px 1%; }

/* line 4376, theme.scss */
.variants-table [class*='cell-'] {
  border: 1px solid #e9e9e9;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  margin: -1px 0 0 -1px;
  padding: 10px 8px; }

/* line 4400, theme.scss */
.variants-table [class*='cell-'].var-actions {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-flex-basis: 30.333%;
  -ms-flex-preferred-size: 30.333%;
  flex-basis: 30.333%;
  max-width: 30.333%;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  max-width: 22%; }

/* line 4417, theme.scss */
.variants-table [class*='cell-'].var-coloring {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  -webkit-flex-basis: 11.333%;
  -ms-flex-preferred-size: 11.333%;
  flex-basis: 11.333%;
  max-width: 11.333%; }

/* line 4431, theme.scss */
.variants-table .status {
  background: #2d2d2d; }

/* line 4435, theme.scss */
.variants-table .price {
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 16px;
  white-space: nowrap; }

@media (max-width: 1024px) {
  /* line 4445, theme.scss */
  .template-is-product .main-header {
    margin-bottom: 10px; }

  /* line 4449, theme.scss */
  .products-is-related:after {
    display: none; } }
@media (max-width: 1180px) and (min-width: 1025px) {
  /* line 4455, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -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; }

  /* line 4465, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 10px; }

  /* line 4469, theme.scss */
  .variants-table .price {
    font-size: 14px; } }
@media (max-width: 920px) {
  /* line 4475, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -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; }

  /* line 4485, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 10px; }

  /* line 4489, theme.scss */
  .variants-table .price {
    font-size: 14px; } }
@media (max-width: 768px) {
  /* line 4495, theme.scss */
  .variants-table .cell-1.cell-2-sm {
    -webkit-flex-basis: 15.9%;
    -ms-flex-preferred-size: 15.9%;
    flex-basis: 15.9%;
    max-width: 15.9%; }

  /* line 4502, theme.scss */
  .variants-table [class*='cell-'].var-actions {
    -webkit-flex-basis: -webkit-calc(100% - 3px);
    -ms-flex-preferred-size: calc(100% - 3px);
    flex-basis: calc(100% - 3px);
    max-width: -webkit-calc(100% - 3px);
    max-width: calc(100% - 3px);
    margin-bottom: 16px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row; }

  /* line 4518, theme.scss */
  .variants-table [class*='cell-'].var-actions .quantity {
    margin-bottom: 0; }

  /* line 4522, theme.scss */
  .variants-table [class*='cell-'].var-coloring,
  .variants-table .var-sku,
  .variants-table .var-var {
    -webkit-flex-basis: 33.3%;
    -ms-flex-preferred-size: 33.3%;
    flex-basis: 33.3%;
    max-width: 33.3%; }

  /* line 4531, theme.scss */
  .variants-table .cell-1.cell-2-sm.var-price-base,
  .variants-table .cell-1.cell-2-sm.var-price-1,
  .variants-table .cell-1.cell-2-sm.var-price-2,
  .variants-table .cell-1.cell-2-sm.var-price-3 {
    -webkit-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; } }
@media (max-width: 480px) {
  /* line 4543, theme.scss */
  .product-container .product-info .product-rating {
    text-align: left; }

  /* line 4547, theme.scss */
  .product-container .product-info .prod-props-wrap {
    padding-right: 0;
    display: block; } }
/*=========================================
  PRODUCT_REVIEWS
=========================================*/
/* line 4556, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

/*=========================================
  PRODUCT_TABS
=========================================*/
/* line 4597, theme.scss */
.product_tabs.tabs {
  padding-bottom: 24px;
  margin-top: 0;
  padding-top: 0;
  border: 1px solid #b2b2b2; }

/* line 4604, theme.scss */
.product_tabs.tabs .tabs-head {
  text-align: center;
  position: relative;
  padding-right: 0;
  min-height: inherit;
  /*padding: 10px 0;*/
  background: #b2b2b2; }

/* line 4613, theme.scss */
.product_tabs.tabs .tabs-item {
  padding: 15px 15px;
  background: #b2b2b2;
  font-family: "Intro", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 24px;
  border: 0; }

/* line 4625, theme.scss */
.product_tabs.tabs .tabs-item.is-button-active {
  color: #fff;
  border: 0;
  background: #2d2d2d; }

/* line 4631, theme.scss */
.product_tabs.tabs .tabs-target.editor {
  font-size: 15px;
  line-height: 1.3; }

/* line 4636, theme.scss */
.product_tabs.tabs .tabs-box {
  padding-bottom: 0; }

/* line 4640, theme.scss */
.editor {
  line-height: 1.3; }

@media (max-width: 1024px) {
  /* line 4645, theme.scss */
  .product_tabs.tabs .tabs-item {
    margin: 0 4px; } }
@media (max-width: 768px) {
  /* line 4651, theme.scss */
  .product_tabs.tabs .tabs-item {
    margin: 0 -2px;
    display: block;
    margin-bottom: 4px; } }
/*=========================================
  TABS
=========================================*/
/* line 4661, theme.scss */
.tabs-box {
  padding: 1em; }

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

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

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

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

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

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

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

/* line 4722, theme.scss */
.gallery-top {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

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

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

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

/* line 4767, theme.scss */
.gallery-thumbs-wrap .swiper-button-next,
.gallery-thumbs-wrap .swiper-button-prev {
  /*display: none;*/ }

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

/*
@mixin gallery-button {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid $color-link-primary;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
}

.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  @include gallery-button;
  left: -44px;
}

.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  @include gallery-button;
  right: -44px;
}
*/
/* line 4806, theme.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 16px);
  width: calc(100% - 16px);
  position: absolute;
  bottom: 10px;
  left: 8px;
  z-index: 100;
  margin: auto; }

/* line 4816, theme.scss */
.gallery-thumbs-wrap .gallery-thumb {
  margin: 1px 0;
  border-color: #e5e5e5; }

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

@media (min-width: 769px) {
  /* line 4861, theme.scss */
  .gallery-slide {
    padding: 9% 0; } }
/* line 4866, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 400px !important; }

/* line 4871, theme.scss */
.gallery-top:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 4888, theme.scss */
.gallery-top:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 4901, theme.scss */
.gallery-top > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 4911, theme.scss */
.gallery-top:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

/*=========================================
  PRODUCTS
=========================================*/
/* line 4922, theme.scss */
.products-slider-wrapper {
  position: relative;
  /*margin: 0 85px;*/ }

/* line 4927, theme.scss */
.products-slider-wrapper .swiper-button-prev {
  /*left: -85px;*/ }

/* line 4931, theme.scss */
.products-slider-wrapper .swiper-button-next {
  /*right: -85px;*/ }

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

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

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

/* line 4951, theme.scss */
.slide-absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  width: 100%;
  -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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  text-align: center; }

/* line 4983, theme.scss */
.promo-slider-pagination .slide-absolute {
  display: none; }

/* line 4987, theme.scss */
.slide-title {
  font-size: 36px;
  font-family: "Intro", sans-serif;
  color: #2d2d2d;
  padding: 3px 8px 5px 8px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px; }

/* line 4997, theme.scss */
.slide-description {
  font-weight: 500;
  display: inline-block;
  padding: 5px 8px;
  background: rgba(255, 255, 255, 0.8); }

/* line 5004, theme.scss */
.promo-slider-pagination img {
  -webkit-filter: brightness(50%);
  filter: brightness(50%); }

/* line 5009, theme.scss */
.promo-slider-pagination .active img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%); }

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

/* line 5019, theme.scss */
.promo .main-filter {
  background: #2d2d2d; }

/* line 5023, theme.scss */
.promo .main-filter select option {
  background: #b2b2b2; }

/* line 5027, theme.scss */
.promo .main-filter select:focus {
  background-color: #b2b2b2; }

/* line 5031, theme.scss */
.promo .main-filter .inner {
  background: #2d2d2d;
  color: #b2b2b2;
  text-align: center;
  padding-bottom: 40px; }

/* line 5038, theme.scss */
.promo .main-filter .title {
  background: #282828;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 5050, theme.scss */
.promo .main-filter .label {
  padding: 16px;
  font-weight: 500;
  text-align: center;
  color: #777; }

/* line 5057, theme.scss */
.promo .main-filter select {
  margin-left: 24px;
  margin-right: 24px;
  margin-bottom: 7px;
  width: -webkit-calc(100% - 48px);
  width: calc(100% - 48px);
  height: 48px;
  line-height: 48px;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #8c8c8c;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  background-image: #2d2d2d;
  font-family: inherit;
  font-weight: 300;
  padding: 0 16px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16' height='9' viewBox='0 0 16 9'%3E%3Cg%3E%3Cpath transform='translate%28-553 -329%29' fill='%2346c391' id='nxlga' d='M566.88 331.25a.55.55 0 0 0-.39-.23V331h-10.97v.02c-.15 0-.3.09-.4.22a.6.6 0 0 0 .07.8l5.47 4.83c.1.08.22.13.34.13.12 0 .24-.04.34-.13l5.47-4.83c.23-.2.26-.55.07-.8z'/%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 5080, theme.scss */
.promo .main-filter .bttn {
  padding-left: 34px;
  padding-right: 34px; }

/* line 5085, theme.scss */
.promo .features .inner {
  background: #fc4848;
  color: #fff;
  height: 100%; }

/* line 5091, theme.scss */
.promo .features .feat-block {
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start;
  height: -webkit-calc(78% - 20px);
  height: calc(78% - 20px);
  padding: 0 24px; }

/* line 5119, theme.scss */
.promo .features .feat-block .feat {
  width: 100%; }

/* line 5123, theme.scss */
.promo .features .title {
  background: #fc4848;
  color: #d7e23e;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  padding: 11% 3%;
  margin-bottom: 5px; }

/* line 5135, theme.scss */
.promo .features .label {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  margin-bottom: 5px; }

/* line 5144, theme.scss */
.promo .features .text {
  font-size: 12px;
  font-weight: 300; }

/* line 5149, theme.scss */
.promo .features .cell-3 {
  text-align: center; }

/* line 5153, theme.scss */
.promo .features .cell-3 svg {
  vertical-align: middle; }

/* line 5157, theme.scss */
.promo-slider-wrapper {
  height: 100%; }

/* line 5161, theme.scss */
.promo-slider-wrapper .promo-slider,
.promo-slider-wrapper .promo-inner,
.promo-slider-wrapper .slide-inner,
.promo-slider-wrapper a,
.promo-slider-wrapper img {
  height: 100%; }

/* line 5169, theme.scss */
.promo-slider-wrapper img {
  -o-object-fit: cover;
  object-fit: cover; }

/* line 5174, theme.scss */
.brands {
  padding: 24px 0; }

/* line 5178, theme.scss */
.brands-slider-wrapper {
  position: relative;
  padding: 0 85px;
  text-align: center; }

/* line 5184, theme.scss */
.brands-slider-wrapper .slide-inner {
  height: 60px;
  line-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  text-align: center;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  justify-content: center; }

/* line 5202, theme.scss */
.brands-slider-wrapper .slide-inner img {
  max-height: 60px;
  max-width: 102px;
  vertical-align: middle;
  width: auto;
  margin: 0 auto; }

/* line 5210, theme.scss */
.brands-slider-wrapper .brands-slide span {
  text-decoration: underline;
  font-weight: bold; }

/* line 5215, theme.scss */
.swiper-button-prev,
.swiper-button-next {
  background: transparent;
  width: 65px;
  line-height: 65px;
  text-align: center;
  height: 65px;
  margin-top: -33px;
  outline: none; }

/* line 5226, theme.scss */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  background: #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5244, theme.scss */
.swiper-button-prev svg,
.swiper-button-next svg {
  z-index: 20;
  position: relative;
  vertical-align: middle;
  top: -1px; }

/* line 5252, theme.scss */
.swiper-button-prev:hover svg use,
.swiper-button-next:hover svg use {
  fill: #2d2d2d; }

/* line 5257, theme.scss */
.swiper-button-prev:hover:after,
.swiper-button-next:hover:after {
  border: 2px solid #2d2d2d;
  background: #fff; }

/* line 5263, theme.scss */
.swiper-button-prev {
  left: 0; }

/* line 5267, theme.scss */
.swiper-button-next {
  right: 0; }

@media (max-width: 1344px) {
  /* line 5272, theme.scss */
  .promo .container {
    padding: 0; } }
@media (max-width: 768px) {
  /* line 5278, theme.scss */
  .promo .main-filter {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1; }

  /* line 5286, theme.scss */
  .promo .main-filter .title {
    padding: 20px; }

  /* line 5290, theme.scss */
  .products-slider-wrapper,
  .brands-slider-wrapper {
    padding: 0;
    margin: 0; }

  /* line 5296, theme.scss */
  .products-slider-wrapper .swiper-button-next {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    right: 0px; }

  /* line 5307, theme.scss */
  .products-slider-wrapper .swiper-button-prev {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    left: 0px; } }
/*=========================================
  QUANTITY
=========================================*/
/* line 5323, theme.scss */
.quantity-input {
  width: 34px;
  text-align: center;
  padding: 7px 0px;
  border: 1px solid #ccc;
  vertical-align: top;
  font-size: 14px;
  margin: 0 3px; }

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

/*=========================================
  RECENTLY
=========================================*/
/* line 5344, theme.scss */
.products-recently {
  padding-bottom: 10px; }

/* line 5348, theme.scss */
.products-recently .index-title {
  color: #b2b2b2;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-weight: bold;
  font-family: "Intro", sans-serif;
  font-size: 16px;
  padding: 13px 13px;
  border-top: 1px solid #dde9e4;
  margin: 0; }

/* line 5360, theme.scss */
.products-recently .swiper-button-prev:after,
.products-recently .swiper-button-next:after {
  content: '';
  background: #fff;
  border: 2px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5379, theme.scss */
.products-recently .swiper-button-prev svg use,
.products-recently .swiper-button-next svg use {
  fill: #2d2d2d; }

/* line 5384, theme.scss */
.products-recently .swiper-button-prev:hover:after,
.products-recently .swiper-button-next:hover:after {
  background: #2d2d2d; }

/* line 5389, theme.scss */
.products-recently .swiper-button-prev:hover svg use,
.products-recently .swiper-button-next:hover svg use {
  fill: #fff; }

/* line 5394, theme.scss */
.card_micro-title {
  font-size: 14px; }

/* line 5398, theme.scss */
.card_micro {
  height: 100%;
  /*margin: 2px;*/
  margin-right: 8px;
  margin-bottom: 24px;
  position: relative;
  top: 0;
  left: 0;
  padding: 16px;
  border: 1px solid #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 5416, theme.scss */
.card_micro:after {
  content: '';
  position: absolute;
  top: 8px;
  right: -8px;
  left: 8px;
  background: #dde9e4;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: -8px;
  z-index: 10;
  transition: all 0.1s 0.1s;
  -moz-transition: all 0.1s 0.1s;
  -webkit-transition: all 0.1s 0.1s;
  -o-transition: all 0.1s 0.1s; }

/* line 5433, theme.scss */
.card_micro:before {
  position: absolute;
  z-index: 15;
  content: '';
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 5446, theme.scss */
.card_micro > * {
  position: relative;
  z-index: 20; }

/*&:hover {
    left: -2px;
    top: -2px;
  }*/
/* line 5454, theme.scss */
.card_micro:hover:after {
  /*  top: 12px;
    right: -12px;
    left: 12px;
    bottom: -12px;*/
  background: #2d2d2d; }

@media (max-width: 768px) {
  /* line 5463, theme.scss */
  .products-recently .index-title {
    padding-left: 0; } }
/*=========================================
  REVIEWS
=========================================*/
/* line 5471, theme.scss */
.author {
  margin-bottom: 10px; }

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

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

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

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

/*=========================================
  SEARCH_RESULTS
=========================================*/
/* line 5527, theme.scss */
body.template-is-search,
body.template-is-page,
body.template-is-checkout2 {
  background: #fff; }

/*body.template-is-search .page-title,
body.template-is-page .page-title,
body.template-is-checkout2 .page-title {
  margin: 24px;
  text-align: center;
}
*/
/*=========================================
  SEARCH_WIDGET
=========================================*/
/* line 5543, theme.scss */
.search_widget {
  position: relative; }

/* line 5547, theme.scss */
.search_widget input {
  padding-left: 50px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='20' height='20' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cpath id='vtyra' d='M859.56 70.55c-.6.6-1.56.6-2.14 0l-.02-.02h-.02l-3.67-3.7a6.32 6.32 0 0 1-6.58.08 6.42 6.42 0 0 1-2.25-8.75 6.33 6.33 0 0 1 8.7-2.27 6.42 6.42 0 0 1 2.26 8.76l3.69 3.7v.03l.03.02c.59.6.59 1.56 0 2.15zm-11.28-6.47a3.09 3.09 0 0 0 4.38-.2 3.57 3.57 0 0 0-.2-4.95 3.08 3.08 0 0 0-4.38.2 3.57 3.57 0 0 0 .2 4.95z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-842 -53%29'%3E%3Cuse fill='%23282828' xlink:href='%23vtyra'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: 17px 50%;
  background-repeat: no-repeat; }

/* line 5554, theme.scss */
.search_widget .search_widget-submit {
  -webkit-border-radius: 4px !important;
  border-radius: 4px !important; }

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

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

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

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

/* line 5589, theme.scss */
.search-widget.in-mobile input {
  border-right: 1px solid #e9e9e9 !important;
  padding: 12px 10px;
  width: 100%;
  padding-left: 32px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 8px;
  margin-top: 16px;
  background-position: 7px 50%; }

/* line 5601, theme.scss */
.search-widget.in-mobile .inpt-group {
  -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; }

/* line 5611, theme.scss */
.search-widget.in-mobile button {
  text-align: center; }

/*=========================================
  SOCIAL_SHARE
=========================================*/
/* line 5618, theme.scss */
.social_share-title {
  color: #b2b2b2; }

/* line 5622, theme.scss */
.social_share {
  margin: 0;
  font-size: 14px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end; }

/* line 5643, theme.scss */
.social_share-list a {
  color: #b2b2b2;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px; }

/* line 5651, theme.scss */
.social_share-list a:hover {
  color: #4ab2c0; }

/*=========================================
  SOCIAL
=========================================*/
/* line 5658, theme.scss */
.social-menu-link {
  color: inherit;
  display: none;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

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

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

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

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

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

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

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

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

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

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

/*=========================================
  SETTINGS_GUIDE
=========================================*/
/* line 5717, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: "MuseoSans", sans-serif; }

/* line 5722, theme.scss */
.settings_guide-font-primary::after {
  content: "MuseoSans, sans-serif";
  font-family: "MuseoSans", sans-serif; }

/* line 5727, theme.scss */
.settings_guide-font-second::before {
  font-family: "Intro", sans-serif;
  content: '$font-family-second: '; }

/* line 5732, theme.scss */
.settings_guide-font-second::after {
  font-family: "Intro", sans-serif;
  content: "Intro, sans-serif"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  SUBSCRIBE
=========================================*/
/* line 5902, theme.scss */
.subscribe-inner {
  padding-top: 30px;
  text-align: center; }

/* line 5907, theme.scss */
.subscribe-inner .title {
  max-width: 700px;
  margin: 0 auto; }

/* line 5912, theme.scss */
.subscribe-inner .title span {
  display: inline-block;
  background: rgba(255, 255, 255, 0.9);
  font-family: "Intro", sans-serif;
  font-size: 36px;
  padding: 0 8px;
  margin-bottom: 2px; }

/* line 5921, theme.scss */
.subscribe-inner .form-wrap {
  margin: 35px auto 20px auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 40px;
  font-weight: 500;
  max-width: 68%;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-align: left; }

/* line 5932, theme.scss */
.subscribe-inner .form-wrap .cell-7 {
  padding-right: 5%; }

/* line 5936, theme.scss */
.subscribe-inner .form-wrap button {
  padding: 8px;
  margin-left: -2px; }

/* line 5941, theme.scss */
.subscribe-inner .form-wrap input {
  border: 2px solid #2d2d2d;
  color: #2d2d2d; }

/* line 5946, theme.scss */
.subscribe-inner .form-wrap input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b2b2b2; }

/* line 5950, theme.scss */
.subscribe-inner .form-wrap input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b2b2b2;
  opacity: 1; }

/* line 5955, theme.scss */
.subscribe-inner .form-wrap input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b2b2b2;
  opacity: 1; }

/* line 5960, theme.scss */
.subscribe-inner .form-wrap input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b2b2b2; }

/* line 5964, theme.scss */
.subscribe-inner .subscribe-bottom {
  background: #fc4872;
  overflow: hidden;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  font-family: "Intro", sans-serif; }

/* line 5985, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text {
  color: #d7e23e;
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  text-transform: uppercase; }

/* line 6007, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text span {
  letter-spacing: 6px; }

/* line 6011, theme.scss */
.subscribe-inner .subscribe-bottom .discount-text strong {
  font-size: 48px; }

/* line 6015, theme.scss */
.subscribe-inner .subscribe-bottom .text {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px; }

/* line 6021, theme.scss */
.subscribe-inner .subscribe-bottom svg {
  margin-bottom: -2%; }

/* line 6025, theme.scss */
.index-actions .swiper-button-prev:after,
.index-actions .swiper-button-next:after {
  content: '';
  background: transparent;
  border: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 6044, theme.scss */
.index-actions .swiper-button-prev svg use,
.index-actions .swiper-button-next svg use {
  fill: #fff; }

/* line 6049, theme.scss */
.index-actions .swiper-button-prev:hover:after,
.index-actions .swiper-button-next:hover:after {
  border-color: #2d2d2d; }

/* line 6054, theme.scss */
.index-actions .swiper-button-prev:hover svg use,
.index-actions .swiper-button-next:hover svg use {
  fill: #2d2d2d; }

/* line 6059, theme.scss */
.index-actions .index-actions-bg {
  padding: 3% 0; }

/* line 6063, theme.scss */
.index-actions .card:after {
  background: #2d2d2d; }

/* line 6067, theme.scss */
.index-actions .title {
  padding: 2.5% 0;
  text-align: center;
  font-family: Intro;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10; }

/* line 6078, theme.scss */
.index-actions .title:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 27px);
  left: calc(50% - 27px);
  top: -webkit-calc(100% - 27px);
  top: calc(100% - 27px);
  z-index: 12;
  background: #fff; }

/* line 6096, theme.scss */
.index-actions .title:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 26px);
  left: calc(50% - 26px);
  top: -webkit-calc(100% - 23px);
  top: calc(100% - 23px);
  z-index: 14; }

/* line 6113, theme.scss */
.decor-title {
  padding: 2.5% 0;
  text-align: center;
  font-family: Intro;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  z-index: 10; }

/* line 6124, theme.scss */
.decor-title:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(100% - 23px);
  top: calc(100% - 23px);
  z-index: 12;
  background: #fff; }

/* line 6142, theme.scss */
.decor-title:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(100% - 22px);
  top: calc(100% - 22px);
  z-index: 14; }

/* line 6159, theme.scss */
.index-catalog .index-catalog-bg {
  background: #dde9e4;
  padding: 3% 0;
  padding-bottom: -webkit-calc(3% - 24px);
  padding-bottom: calc(3% - 24px); }

/* line 6166, theme.scss */
.index-catalog .col-block {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 24px; }

/* line 6173, theme.scss */
.index-catalog .col-inner {
  padding: 8px 27px 16px 27px;
  font-size: 14px; }

/* line 6178, theme.scss */
.index-catalog .col-inner .cell-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 6196, theme.scss */
.index-catalog .col-inner a {
  text-decoration: underline; }

/* line 6200, theme.scss */
.index-catalog .col-inner a:hover {
  text-decoration: none; }

/* line 6204, theme.scss */
.index-catalog .col-inner .col-links {
  margin-bottom: 4px;
  height: 60px;
  overflow: hidden; }

/* line 6210, theme.scss */
.index-catalog .col-inner .show-all {
  text-decoration: none;
  color: #b2b2b2; }

/* line 6215, theme.scss */
.index-catalog .col-inner .show-all span {
  text-decoration: underline; }

/* line 6219, theme.scss */
.index-catalog .col-inner .show-all svg {
  margin-left: 4px;
  position: relative;
  bottom: -2px; }

/* line 6225, theme.scss */
.index-catalog .col-inner .show-all:hover span {
  text-decoration: none; }

/* line 6229, theme.scss */
.index-catalog .col-title {
  padding: 16px 30px;
  color: #fff;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  background-color: #46c391;
  justify-content: space-between; }

/* line 6249, theme.scss */
.index-catalog .col-title a {
  text-decoration: none;
  color: #fff; }

/* line 6254, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 2) .col-title {
  background-color: #9f90dd; }

/* line 6258, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 3) .col-title {
  background-color: #fc4872; }

/* line 6262, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 4) .col-title {
  background-color: #887e92; }

/* line 6266, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 5) .col-title {
  background-color: #fc4848; }

/* line 6270, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 6) .col-title {
  background-color: #aad223; }

/* line 6274, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 7) .col-title {
  background-color: #4ab2c0; }

/* line 6278, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 8) .col-title {
  background-color: #fa7227; }

/* line 6282, theme.scss */
.index-catalog .row .cell-3:nth-child(10n + 9) .col-title {
  background-color: #887e92; }

/* line 6286, theme.scss */
.index-catalog .col-last {
  min-height: 154px;
  height: -webkit-calc(100% - 24px);
  height: calc(100% - 24px);
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%; }

/* line 6296, theme.scss */
.index-catalog .col-last svg {
  position: relative;
  bottom: -3px;
  margin-left: 6px; }

/* line 6302, theme.scss */
.bttn-transparent:hover svg use,
.bttn-transparent:focus svg use {
  fill: #fff !important; }

/* line 6307, theme.scss */
.index-content {
  position: relative;
  padding: 24px 0; }

/* line 6312, theme.scss */
.index-content:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
  z-index: 12;
  background: #fff; }

/* line 6330, theme.scss */
.index-content:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background: url(arrow.svg) center center no-repeat transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(100% - 50px);
  top: calc(100% - 50px);
  z-index: 14; }

/* line 6347, theme.scss */
.index-content .index-content-inner:after {
  content: '';
  width: 45px;
  height: 45px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: absolute;
  left: -webkit-calc(50% - 24px);
  left: calc(50% - 24px);
  top: -webkit-calc(0% - 23px);
  top: calc(0% - 23px);
  z-index: 12;
  background: #2d2d2d;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 6367, theme.scss */
.index-content .index-content-inner:before {
  content: '';
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15' height='14' viewBox='0 0 15 14'%3E%3Cdefs%3E%3Cpath id='x2o4a' d='M510 1470l2 2h-7v3h7l-2 2 2 2 5-5v-1l-5-5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-504 -1466%29'%3E%3Cuse fill='%23ffffff' xlink:href='%23x2o4a'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: -webkit-calc(50% - 23px);
  left: calc(50% - 23px);
  top: -webkit-calc(0% - 22px);
  top: calc(0% - 22px);
  z-index: 14; }

/* line 6387, theme.scss */
.index-content .index-text {
  padding: 6% 11%;
  position: relative; }

/* line 6392, theme.scss */
.index-content .index-text .buttons a {
  margin-bottom: 8px; }

/* line 6396, theme.scss */
.index-content .index-text .tag {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold; }

/* line 6405, theme.scss */
.index-content .index-text .title {
  font-family: "Intro", sans-serif;
  font-size: 36px;
  margin-bottom: 24px; }

/* line 6411, theme.scss */
.index-content .index-text .text {
  font-weight: 500; }

/* line 6415, theme.scss */
.index-content .index-text .bttn-second {
  margin-right: 20px; }

/* line 6419, theme.scss */
.index-content .index-text:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 45px 45px 0;
  border-color: transparent #fff transparent transparent; }

/* line 6431, theme.scss */
.index-content .index-text:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 45px 45px;
  border-color: transparent transparent #ffffff transparent; }

/* line 6443, theme.scss */
.index-content .index-banner {
  padding: 6% 11%;
  position: relative;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -moz-box-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
  align-items: flex-start; }

/* line 6475, theme.scss */
.index-content .index-banner .title {
  display: inline-block;
  font-family: "Intro", sans-serif;
  font-size: 36px;
  margin-bottom: 8px;
  padding: 0 5px;
  background: rgba(255, 255, 255, 0.8); }

/* line 6484, theme.scss */
.index-content .index-banner .subtitle {
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  letter-spacing: 6px;
  margin-bottom: 1em;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 5px;
  background: rgba(255, 255, 255, 0.8); }

/* line 6495, theme.scss */
.index-content .index-banner:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 45px 0 0;
  border-color: #ffffff transparent transparent transparent; }

/* line 6507, theme.scss */
.index-content .index-banner:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 45px 0 0 45px;
  border-color: transparent transparent transparent #ffffff; }

/* line 6519, theme.scss */
.bttn-transparent svg {
  position: relative;
  bottom: -1px;
  margin-left: 8px; }

/* line 6525, theme.scss */
.index-news {
  padding: 30px 0 40px 0; }

/* line 6529, theme.scss */
.index-news .title {
  text-align: center;
  font-family: "Intro", sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  padding-left: 7%;
  margin-bottom: 16px; }

/* line 6539, theme.scss */
.index-news .title img {
  vertical-align: middle;
  max-width: 115px;
  position: relative;
  bottom: -10px; }

/* line 6546, theme.scss */
.index-news .date {
  color: #b2b2b2;
  font-size: 12px;
  margin-bottom: 8px; }

/* line 6552, theme.scss */
.index-news .article-title {
  font-weight: 500; }

/* line 6556, theme.scss */
.index-news .text {
  font-size: 14px;
  color: #b2b2b2;
  line-height: 1.3;
  margin-bottom: 16px; }

@media (max-width: 1024px) {
  /* line 6564, theme.scss */
  .index-actions .index-actions-bg {
    -webkit-background-size: cover;
    background-size: cover; }

  /* line 6569, theme.scss */
  .index-content .index-content-inner:before,
  .index-content .index-content-inner:after {
    display: none; }

  /* line 6574, theme.scss */
  .subscribe-inner .form-wrap {
    max-width: 80%; }

  /* line 6578, theme.scss */
  .decor-title {
    padding: 28px 0 !important; }

  /* line 6582, theme.scss */
  .index-catalog .index-catalog-bg,
  .index-actions .index-actions-bg {
    padding: 45px 0 21px 0; }

  /* line 6587, theme.scss */
  .index-text {
    margin-bottom: 24px; }

  /* line 6591, theme.scss */
  .index-content:before,
  .index-content:after {
    display: none; }

  /* line 6596, theme.scss */
  .index-content .index-banner:after {
    display: none; }

  /* line 6600, theme.scss */
  .index-news .title {
    padding-left: 0; } }
@media (max-width: 768px) {
  /* line 6606, theme.scss */
  .subscribe-inner .title span {
    font-size: 23px; }

  /* line 6610, theme.scss */
  .subscribe-inner .form-wrap {
    max-width: 90%;
    padding: 20px 24px; }

  /* line 6615, theme.scss */
  .index-news .title img {
    max-width: 85px; }

  /* line 6619, theme.scss */
  .index-news .title {
    font-size: 16px; }

  /* line 6623, theme.scss */
  .subscribe-inner .form-wrap .cell-7 {
    padding-right: 0;
    margin-bottom: 16px; }

  /* line 6628, theme.scss */
  .subscribe-inner .subscribe-bottom {
    -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; }

  /* line 6638, theme.scss */
  .subscribe-inner .subscribe-bottom > * {
    margin: 2px 0; }

  /* line 6642, theme.scss */
  .subscribe-inner .subscribe-bottom svg {
    max-width: 70px;
    max-height: 70px;
    margin: 10px 0; }

  /* line 6648, theme.scss */
  .index-news .row .cell-4:last-child {
    display: none; } }
@media (max-width: 480px) {
  /* line 6654, theme.scss */
  .subscribe-inner .subscribe-bottom {
    padding: 16px 0; }

  /* line 6658, theme.scss */
  .subscribe-inner .subscribe-bottom svg {
    display: none; }

  /* line 6662, theme.scss */
  .subscribe-inner .subscribe-bottom .text {
    font-size: 16px; }

  /* line 6666, theme.scss */
  .subscribe-inner .subscribe-bottom .discount-text strong {
    font-size: 30px; }

  /* line 6670, theme.scss */
  .subscribe-inner .form-wrap {
    margin: 20px auto 20px auto; }

  /* line 6674, theme.scss */
  .subscribe-inner .form-wrap .text {
    font-size: 18px; }

  /* line 6678, theme.scss */
  .subscribe-inner {
    padding-top: 1px; }

  /* line 6682, theme.scss */
  .subscribe-inner .title {
    display: none; }

  /* line 6686, theme.scss */
  .index-catalog .index-catalog-bg,
  .index-actions .index-actions-bg {
    padding: 45px 0 45px 0; }

  /* line 6691, theme.scss */
  .index-news .row .cell-4:nth-child(2) {
    display: none; } }
/*=========================================
  OPTION
=========================================*/
/* line 6699, theme.scss */
.option-value.is-span {
  background: #b2b2b2;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  outline: none;
  min-width: 20px;
  border-width: 0 !important;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 300; }

/* line 6715, theme.scss */
.option-value.is-active.is-span {
  background: #2d2d2d;
  display: inline-block !important; }

/* line 6720, theme.scss */
.option-selector {
  line-height: 1.25; }

/* line 6724, theme.scss */
.option-value.is-disabled {
  cursor: not-allowed;
  opacity: 0.25; }

@media (max-width: 768px) {
  /* line 6730, theme.scss */
  .brands-slider-wrapper .swiper-button-next,
  .brands-slider-wrapper .swiper-button-prev {
    display: block;
    background: none;
    transform: scale(0.6); }

  /* line 6736, theme.scss */
  .brands-slider-wrapper .swiper-button-next {
    margin-right: -20px; }

  /* line 6740, theme.scss */
  .brands-slider-wrapper .swiper-button-prev {
    margin-left: -20px; } }
@media (max-width: 480px) {
  /* line 6745, theme.scss */
  .brands-slider {
    padding: 0px 20px; } }
/* line 6749, theme.scss */
.page-brands {
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px; }
  /* line 6760, theme.scss */
  .page-brands .title {
    width: 100%;
    height: 30px;
    font-weight: 500; }

@media (max-width: 480px) {
  /* line 6767, theme.scss */
  .cell-8.header-search.index-search {
    height: initial;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-top: 5px; }
    /* line 6772, theme.scss */
    .cell-8.header-search.index-search .search-widget {
      display: block !important;
      background: #fff;
      width: 100% !important;
      padding-left: 0; } }
/* line 6782, theme.scss */
.pay {
  margin-top: 20px; }
  /* line 6784, theme.scss */
  .pay .title {
    color: #b2b2b2;
    margin-bottom: 2px; }
  /* line 6788, theme.scss */
  .pay .img-wrap {
    border: 1px solid #fff;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    margin: 3px;
    border-radius: 5px;
    background: #fff; }
  /* line 6799, theme.scss */
  .pay img {
    margin-top: 10px;
    background: #fff;
    border-radius: 3px;
    max-width: 50px;
    display: block;
    margin: 5px 5px; }
  /* line 6807, theme.scss */
  .pay .wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

/* line 6813, theme.scss */
.pay {
  padding-right: 20px; }

/* line 6816, theme.scss */
.pay .title {
  text-align: left; }

@media (max-width: 768px) {
  /* line 6820, theme.scss */
  .pay .title {
    text-align: center;
    margin-bottom: 10px; }

  /* line 6824, theme.scss */
  .pay .wrap {
    padding: 0;
    justify-content: center; } }
/* line 6829, theme.scss */
.promo-slider-next {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  right: 5px; }
  /* line 6836, theme.scss */
  .promo-slider-next:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }
  /* line 6845, theme.scss */
  .promo-slider-next svg {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0; }

/* line 6853, theme.scss */
.promo-slider-prev {
  height: 20px;
  width: 20px;
  margin-top: -10px;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px; }
  /* line 6863, theme.scss */
  .promo-slider-prev svg {
    position: absolute;
    top: 3px;
    left: 3px;
    right: 0;
    bottom: 0; }
  /* line 6870, theme.scss */
  .promo-slider-prev:after {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

/* line 6880, theme.scss */
.variants-table .price {
  text-transform: none;
  font-size: 14px; }

@media (min-width: 768px) {
  /* line 6886, theme.scss */
  .variants-table {
    margin-left: -4.16666%;
    margin-right: -4.16666%; } }
/* line 6892, theme.scss */
.loader-filter {
  display: none; }

/* line 6895, theme.scss */
#main-filter {
  position: relative; }

/* line 6898, theme.scss */
#main-filter.disabled form {
  opacity: 0.4; }

/* line 6901, theme.scss */
#main-filter.disabled .loader-filter {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 6918, theme.scss */
  #main-filter.disabled .loader-filter img {
    max-width: 20px; }

@media (min-width: 1024px) {
  /* line 6923, theme.scss */
  .row.with-variants {
    flex-wrap: nowrap; } }
/* line 6927, theme.scss */
.var-sku {
  max-width: 100px;
  flex-basis: 100px; }

/* line 6932, theme.scss */
.cell-.cell-option {
  max-width: 110px !important;
  flex-basis: 110px !important; }

/* line 6936, theme.scss */
.promo-slider-wrapper {
  transition: 0.3s;
  opacity: 0;
  height: 0; }

/* line 6941, theme.scss */
.promo {
  overflow: hidden; }

/* line 6944, theme.scss */
.var-sku.variant_sku {
  font-size: 12px;
  white-space: nowrap; }

/* line 6949, theme.scss */
.btn_table {
  padding: 6px 7px 6px 7px; }

/* line 6951, theme.scss */
.select-varinat {
  min-width: 100%; }

/* line 6954, theme.scss */
.select-varinat {
  min-width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  text-decoration: underline; }

/* line 6962, theme.scss */
.card .option-selector {
  min-width: 100%;
  display: none; }

/* line 6968, theme.scss */
.active-var [class*='cell-'] {
  border-color: #000 !important;
  border-bottom: 1px solid #000 !important;
  position: relative;
  background: #f0f0f0; }

/* line 6975, theme.scss */
.vibor-color {
  margin-left: 5px; }

/* line 6979, theme.scss */
.vibor-color:hover {
  color: #46c391; }

/* line 6981, theme.scss */
.option-selector {
  margin: 20px 0; }

/* line 6986, theme.scss */
.option-selector {
  transition: 0.2s; }

/* line 6990, theme.scss */
.tabs-box.variant_id .variant-row {
  display: none; }

/* line 6993, theme.scss */
.tabs-box.variant_id .variant-row.active-var {
  display: block; }

/* line 6996, theme.scss */
.product_tabs {
  opacity: 0;
  transition: 0.2s; }

/* line 7000, theme.scss */
.allV {
  display: none; }

/* line 7005, theme.scss */
.js-variant-custom .var-actions {
  display: none; }
/* line 7008, theme.scss */
.js-variant-custom .cell-option {
  display: none; }
/* line 7011, theme.scss */
.js-variant-custom .var-coloring {
  display: none; }
/* line 7014, theme.scss */
.js-variant-custom * {
  max-width: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%; }
/* line 7020, theme.scss */
.js-variant-custom .hide {
  display: block !important; }
/* line 7024, theme.scss */
.js-variant-custom .row {
  /*flex-wrap: wrap;*/ }
/* line 7027, theme.scss */
.js-variant-custom .roznitca {
  order: -21;
  display: none !important; }
/* line 7031, theme.scss */
.js-variant-custom .var-price-base {
  order: -20;
  display: none;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }
/* line 7042, theme.scss */
.js-variant-custom .opt {
  order: -19; }
/* line 7045, theme.scss */
.js-variant-custom .var-price-1 {
  order: -18;
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }
/* line 7055, theme.scss */
.js-variant-custom .var-price-2 {
  font-family: "Intro", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  color: #2d2d2d;
  font-size: 14px;
  margin-bottom: 5px;
  white-space: nowrap; }

/* line 7065, theme.scss */
.left-variant {
  width: 100%;
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0; }

/* line 7073, theme.scss */
.right-custom {
  margin-top: 10px;
  margin-bottom: 10px; }

/* line 7077, theme.scss */
.js-variant-custom {
  padding-top: 30px;
  border: 1px solid #f5f5f5;
  margin-bottom: 10px;
  height: 100%;
  border-top-right-radius: 1px;
  border-bottom-right-radius: 1px; }

/* line 7086, theme.scss */
.hidesvoi {
  margin-bottom: -34px;
  opacity: 0;
  z-index: -1; }

/* line 7091, theme.scss */
.js-variant-custom {
  padding: 0;
  display: flex;
  flex-direction: column !important;
  justify-content: center !important; }

/* line 7098, theme.scss */
.right-custom .row.with-variants {
  max-height: 110px; }

/* line 7101, theme.scss */
.js-variant-custom .var-price-1 {
  margin-bottom: 8px; }

/* line 7104, theme.scss */
.wrap-custom {
  border: 1px solid #f5f5f5;
  padding: 8px;
  text-align: center; }
  /* line 7108, theme.scss */
  .wrap-custom .product-available {
    margin-bottom: 0 !important; }

@media (max-width: 1200px) {
  /* line 7113, theme.scss */
  .wrap-custom {
    margin-bottom: 15px; } }
/* line 7118, theme.scss */
.header-actions svg {
  height: 48px; }

/* line 7121, theme.scss */
.header-actions div {
  background: none !important; }

/* line 7124, theme.scss */
.product_tabs.tabs .tabs-item:hover {
  background: #2d2d2d !important; }

/* line 7127, theme.scss */
button.option-value.is-span:hover {
  background: #2d2d2d !important; }

/* line 7131, theme.scss */
.product-container .product-info .product-sku {
  color: black; }

/* line 7135, theme.scss */
.avl-yes {
  color: #46c391; }

/* line 7139, theme.scss */
.product-container .product-info .product-available .avl-no:before {
  background-color: red; }

/* line 7143, theme.scss */
.avl-no {
  color: red; }

/* line 7147, theme.scss */
.prod_variants {
  margin-bottom: 10px;
  font-size: 12px; }

/* line 7148, theme.scss */
.prod_variants a {
  font-size: 12px;
  color: #888;
  text-decoration: none; }

/* line 7149, theme.scss */
.prod_variants a:hover {
  color: #000; }

/* Блок не забудь меня прихватить в карточке товара */
/* line 7152, theme.scss */
.js-products-slider.products.products-is-related {
  width: 100%;
  /*margin-left: 7%;*/ }

/* Lost style SYN */
/* line 7160, theme.scss */
.protitle {
  display: inline-block; }

/* line 7164, theme.scss */
.protitle .variant-row {
  display: none; }

/* line 7167, theme.scss */
.protitle .variant-row.active-var {
  display: inline-block !important; }

/* line 7170, theme.scss */
.social-sharing {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 20px; }

/* line 7176, theme.scss */
.kartinka-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px; }

/* line 7182, theme.scss */
.brands-list {
  margin-left: auto;
  margin-right: 0; }

/* line 7186, theme.scss */
.dokumenty a {
  text-decoration: underline;
  color: #4ab2c0;
  font-weight: 600; }

/* line 7191, theme.scss */
.dokumenty a:hover {
  text-decoration: none; }

/* line 7194, theme.scss */
.dokumenty a:before {
  content: url("https://image.kraskitorg.ru/files/1/3508/18116020/original/pngwing.com.png");
  padding-right: 10px;
  vertical-align: middle; }

/* line 7200, theme.scss */
img:not([src]) {
  visibility: hidden; }

/*img.lazy, source.lazy {
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.4s;
}
.lazy.loaded {
	opacity: 1;
	visibility: visible;
}*/
/* line 7212, theme.scss */
.abs_img_placeholder {
  position: relative; }
  /* line 7214, theme.scss */
  .abs_img_placeholder .abs_img {
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover; }
  /* line 7223, theme.scss */
  .abs_img_placeholder .abs_img_tiger {
    object-position: 50% 0%; }
  /* line 7226, theme.scss */
  .abs_img_placeholder .abs_img_related {
    object-position: right 0%;
    /*z-index: 1;*/ }

/* line 7232, theme.scss */
.gallery-top-controls .swiper-button-prev:after,
.gallery-top-controls .swiper-button-next:after {
  content: '';
  background: #fff;
  border: 2px solid #2d2d2d;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  z-index: 13;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 7251, theme.scss */
.gallery-top-controls .swiper-button-prev svg use,
.gallery-top-controls .swiper-button-next svg use {
  fill: #2d2d2d; }

/* line 7256, theme.scss */
.gallery-top-controls .swiper-button-prev:hover:after,
.gallery-top-controls .swiper-button-next:hover:after {
  background: #2d2d2d; }

/* line 7261, theme.scss */
.gallery-top-controls .swiper-button-prev:hover svg use,
.gallery-top-controls .swiper-button-next:hover svg use {
  fill: #fff; }

@media (max-width: 768px) {
  /* line 7267, theme.scss */
  .gallery-top-controls .swiper-button-prev {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    left: -5px; }

  /* line 7277, theme.scss */
  .gallery-top-controls .swiper-button-next {
    background: transparent;
    width: 50px;
    line-height: 50px;
    text-align: center;
    height: 50px;
    margin-top: -33px;
    outline: none;
    right: -5px; } }
/* line 7290, theme.scss */
.fancybox-ral-gallery .fancybox-slide .fancybox-image-wrap {
  width: 100% !important;
  transform: none !important;
  height: 100% !important; }

/* sklad*/
/* line 7295, theme.scss */
.right-custom-sklad {
  padding-left: 20px; }

/* line 7299, theme.scss */
.second-sklad-block {
  margin-top: 10px; }

/* end */
@media (max-width: 480px) {
  /* line 7306, theme.scss */
  .js-variant-custom .row {
    flex-wrap: nowrap !important; } }
/* line 7312, theme.scss */
.search__placeholder {
  flex: 1;
  display: flex;
  position: relative;
  z-index: 1000; }
/* line 7318, theme.scss */
.search__results {
  position: absolute;
  z-index: 1;
  left: 0;
  top: calc(100% + 2px);
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s, visibility 0.2s;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #e9e9e9;
  background: #fff; }
  @media (max-width: 375px) {
    /* line 7318, theme.scss */
    .search__results {
      width: calc(100vw - 32px); } }
/* line 7338, theme.scss */
.search__input:not(:placeholder-shown) ~ .search__buttons .search__reset {
  opacity: 1;
  visibility: visible; }
/* line 7347, theme.scss */
.search__input.in-progress ~ .search__buttons .search__reset .fa-spinner-third {
  display: block; }
/* line 7350, theme.scss */
.search__input.in-progress ~ .search__buttons .search__reset .fa-times {
  display: none; }
/* line 7357, theme.scss */
.search__buttons {
  position: absolute;
  z-index: 7;
  top: 0;
  right: 0;
  display: flex;
  overflow: hidden;
  height: 100%; }
  /* line 7365, theme.scss */
  .search__buttons > button {
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    background: transparent; }
    /* line 7374, theme.scss */
    .search__buttons > button svg {
      width: 20px;
      height: 20px; }
/* line 7380, theme.scss */
.search__reset {
  opacity: 0;
  visibility: hidden;
  font-size: 20px;
  color: #999;
  width: 34px; }
  /* line 7386, theme.scss */
  .search__reset:hover {
    color: #f30; }
  /* line 7389, theme.scss */
  .search__reset .fa-spinner-third {
    display: none; }
  /* line 7392, theme.scss */
  .search__reset .fa-times {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  /* line 7397, theme.scss */
  .search__reset .fa-spin {
    animation: fa-spin 2s infinite linear; }

/* line 7407, theme.scss */
.is-search-focus .search__input:not(:placeholder-shown) ~ .search__results {
  opacity: 1;
  visibility: visible; }
/* line 7413, theme.scss */
.is-search-focus .search__results {
  /*opacity: 1;
  visibility: visible;*/ }

/* line 7421, theme.scss */
.autocomplete-suggestions {
  position: relative !important;
  display: block !important;
  z-index: 1 !important;
  top: 0;
  left: 0;
  width: 100% !important;
  max-height: 400px !important;
  overflow: auto;
  padding: 0; }
  @media (max-width: 375px) {
    /* line 7421, theme.scss */
    .autocomplete-suggestions {
      max-height: 80vh !important; } }
/* line 7436, theme.scss */
.autocomplete-suggestion-item {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 0 10px;
  padding: 10px; }
  /* line 7442, theme.scss */
  .autocomplete-suggestion-item:hover {
    background: #f7f8fa; }
/* line 7447, theme.scss */
.autocomplete-suggestion-thumb img {
  mix-blend-mode: multiply; }
/* line 7451, theme.scss */
.autocomplete-suggestion-title {
  font-size: 12px;
  line-height: 16px;
  max-height: 32px;
  overflow: hidden;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }
/* line 7461, theme.scss */
.autocomplete-suggestion-prices {
  font-size: 14px;
  line-height: 18px;
  display: block;
  color: #000;
  font-weight: bold;
  margin: 2px 0 0; }
/* line 7469, theme.scss */
.autocomplete-suggestion + .autocomplete-suggestion {
  border-top: 1px solid #e9e9e9; }
/* line 7473, theme.scss */
.autocomplete-no-suggestion {
  background: #fff;
  padding: 15px 20px; }

/* line 7479, theme.scss */
.thumb {
  --thumb-ratio: 100%;
  --thumb-fit: contain;
  position: relative;
  display: block;
  overflow: hidden; }
  /* line 7485, theme.scss */
  .thumb::before {
    content: '';
    display: block;
    height: 0;
    padding-top: var(--thumb-ratio); }
  /* line 7491, theme.scss */
  .thumb img, .thumb video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: var(--thumb-fit); }

/* line 7503, theme.scss */
.product-header__rating {
  margin: 0 0 10px; }
@media (max-width: 480px) {
  /* line 7506, theme.scss */
  .product-header .product__meta-right {
    display: none; } }
/* line 7512, theme.scss */
.product__meta {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px; }
  @media (max-width: 480px) {
    /* line 7512, theme.scss */
    .product__meta {
      grid-template-columns: 1fr; } }
  /* line 7521, theme.scss */
  .product__meta-left {
    margin: 0;
    display: flex; }
  /* line 7525, theme.scss */
  .product__meta-right {
    display: flex;
    gap: 0 20px;
    align-items: center; }
    /* line 7529, theme.scss */
    .product__meta-right .bttn-compares {
      display: flex;
      gap: 5px;
      align-items: center; }
      /* line 7533, theme.scss */
      .product__meta-right .bttn-compares svg {
        width: auto;
        height: 20px;
        transition: scale 0.2s ease-in-out 0s; }
      /* line 7538, theme.scss */
      .product__meta-right .bttn-compares span {
        color: #000000; }
      /* line 7542, theme.scss */
      .product__meta-right .bttn-compares:hover svg {
        scale: 1.1; }
      /* line 7546, theme.scss */
      .product__meta-right .bttn-compares::before {
        display: none !important; }
    /* line 7551, theme.scss */
    .product__meta-right .bttn-compares-favorite use {
      stroke-width: 3; }
    /* line 7555, theme.scss */
    .product__meta-right .bttn-compares-favorite.is-added use {
      stroke: #fc4848; }

/* line 7565, theme.scss */
.product-gallery__meta {
  display: none;
  margin: 25px 0 10px; }
  @media (max-width: 480px) {
    /* line 7565, theme.scss */
    .product-gallery__meta {
      display: block; } }
  /* line 7571, theme.scss */
  .product-gallery__meta .product__meta-right {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    justify-content: center;
    gap: 10px; }
    /* line 7577, theme.scss */
    .product-gallery__meta .product__meta-right .popylarnost {
      grid-column: 1 / 3;
      width: 100%;
      text-align: center; }

/* line 7586, theme.scss */
.product-buy-columns {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  align-items: center;
  margin: 10px 0; }
  /* line 7592, theme.scss */
  .product-buy-columns .quantity-input {
    width: 45px; }
  /* line 7595, theme.scss */
  .product-buy-columns .bttn-prim {
    width: 120px;
    margin: 0 !important; }
  /* line 7599, theme.scss */
  .product-buy-columns button {
    margin: 0 !important; }

/* line 7605, theme.scss */
.product-container .product-info {
  height: 100%; }
  /* line 7607, theme.scss */
  .product-container .product-info .prod-props-wrap, .product-container .product-info .prod-prices-wrap {
    padding-right: 20px; }
    @media (max-width: 480px) {
      /* line 7607, theme.scss */
      .product-container .product-info .prod-props-wrap, .product-container .product-info .prod-prices-wrap {
        padding-right: 0; } }
  /* line 7613, theme.scss */
  .product-container .product-info .product-prices {
    justify-content: center; }

/* line 7619, theme.scss */
.js-variant-custom {
  background: #f5f5f5;
  padding: 20px;
  margin: 10px 0;
  height: auto;
  border: none; }

/* line 7626, theme.scss */
.variant-custom-bottom {
  padding-top: 10px;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 16px;
  color: #46c391; }

/* line 7635, theme.scss */
.gallery-top {
  margin-bottom: 17px; }

/* line 7639, theme.scss */
.sklad-box {
  padding: 0 !important;
  margin: 10px 0; }

/* line 7644, theme.scss */
.card-props-new {
  margin: 10px 0; }
  /* line 7647, theme.scss */
  .card-props-new label span {
    font-weight: 400; }
  /* line 7651, theme.scss */
  .card-props-new .property {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
    gap: 0 8px;
    padding: 8px; }
    /* line 7656, theme.scss */
    .card-props-new .property:nth-child(even) {
      background: #f5f5f5; }
    /* line 7659, theme.scss */
    .card-props-new .property > span {
      text-align: right; }

/* line 7665, theme.scss */
.insales_widget-delivery {
  margin: 10px 0 !important; }

/* line 7669, theme.scss */
.products-is-related:after {
  left: auto;
  right: 0; }

/* line 7674, theme.scss */
.found-cheaper-new {
  margin: 24px 0;
  background: #2d2d2d;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px 10px;
  padding: 15px; }
  @media (max-width: 480px) {
    /* line 7674, theme.scss */
    .found-cheaper-new {
      flex-direction: column; } }
  /* line 7687, theme.scss */
  .found-cheaper-new .text {
    display: block;
    text-align: center; }
    /* line 7690, theme.scss */
    .found-cheaper-new .text span {
      font-weight: bold; }
      @media (max-width: 480px) {
        /* line 7690, theme.scss */
        .found-cheaper-new .text span {
          display: block;
          margin: 0 0 5px; } }
  /* line 7698, theme.scss */
  .found-cheaper-new .bttn-prim {
    border: 2px solid #fc4848;
    background: transparent;
    opacity: 1 !important;
    color: #fc4848; }
    /* line 7703, theme.scss */
    .found-cheaper-new .bttn-prim use {
      fill: currentColor; }
    /* line 7706, theme.scss */
    .found-cheaper-new .bttn-prim svg {
      position: relative;
      bottom: -1px;
      margin-left: 8px; }
  /* line 7712, theme.scss */
  .found-cheaper-new:hover {
    color: #fff; }
    /* line 7714, theme.scss */
    .found-cheaper-new:hover .bttn-prim {
      color: #fff;
      background: #fc4848; }

/* line 7721, theme.scss */
.product__sklad-mobile {
  display: none; }
  @media (max-width: 480px) {
    /* line 7721, theme.scss */
    .product__sklad-mobile {
      display: block; } }

@media (max-width: 480px) {
  /* line 7728, theme.scss */
  .product__sklad-desktop {
    display: none; } }

/* line 7733, theme.scss */
.whatsapp {
  border: 1px solid #23b7ec;
  background: white;
  width: 100%;
  padding: 10px 15px 10px 15px; }

/* line 7739, theme.scss */
.whatsapp:hover {
  background: #23b7ec;
  color: white; }

/* line 7743, theme.scss */
.whatsapp-link {
  color: #23b7ec;
  margin: 10px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center; }

/* line 7751, theme.scss */
.telegram-icon {
  height: 1.5rem;
  fill: #23b7ec; }

/* line 7755, theme.scss */
.telegram-icon:hover {
  fill: #ffffff; }

/* line 7758, theme.scss */
.one-clic {
  background: white;
  width: 100%;
  border: 2px solid #fc4848;
  color: #fc4848; }

/* line 7764, theme.scss */
.one-clic:hover {
  background: #fc4848;
  border: 2px solid #fc4848;
  color: white; }

/* line 7770, theme.scss */
.is-option-select {
  background: #2d2d2d;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
  min-width: 100px;
  border-width: 0 !important;
  -webkit-border-radius: 24px;
  border-radius: 24px;
  font-size: 14px !important;
  color: #fff; }
  /* line 7783, theme.scss */
  .is-option-select::-webkit-scrollbar {
    width: 10px;
    height: 10px; }
  /* line 7787, theme.scss */
  .is-option-select::-webkit-scrollbar-track {
    background-color: transparent; }
  /* line 7790, theme.scss */
  .is-option-select::-webkit-scrollbar-thumb {
    background-color: #5f5f5f;
    border: 4px solid transparent;
    background-clip: content-box; }

/* line 7796, theme.scss */
.max {
  border: 1px solid #9941db;
  background: white;
  width: 100%;
  padding: 10px 15px 10px 15px; }

/* line 7802, theme.scss */
.max:hover {
  background: #9941db;
  color: white; }

/* line 7806, theme.scss */
.max-link {
  color: #9941db;
  margin: 10px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center; }

/* line 7814, theme.scss */
.vkontakte {
  border: 1px solid #0077ff;
  background: white;
  width: 100%;
  padding: 10px 15px 10px 15px; }

/* line 7820, theme.scss */
.vkontakte:hover {
  background: #0077ff;
  color: white; }

/* line 7824, theme.scss */
.vkontakte-link {
  color: #0077ff;
  margin: 10px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center; }

/* line 7832, theme.scss */
.tovar34 {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto;
  height: auto;
  object-fit: contain; }
