@charset "UTF-8";
/*itb*/
/* BASE */
@-webkit-keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }
@-o-keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }
@keyframes scroll-in {
  0% {
    top: 2px; }
  49% {
    top: -14px; }
  50% {
    top: 19px; }
  100% {
    top: 2px; } }
@-webkit-keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }
@-o-keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }
@keyframes scroll-out {
  0% {
    top: 2px; }
  49% {
    top: 19px; }
  50% {
    top: -14px; }
  100% {
    top: 2px; } }
/* line 19, theme.scss */
a {
  color: #4A4A4A;
  -webkit-transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
  -o-transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
  transition: opacity 150ms linear, color 150ms linear, background 150ms linear; }
  /* line 26, theme.scss */
  a:hover {
    color: #B7B7B7; }

/* line 32, theme.scss */
.button-primary {
  background: #80ACAC;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  -webkit-transition: all 160ms linear;
  -o-transition: all 160ms linear;
  transition: all 160ms linear; }
  /* line 43, theme.scss */
  .button-primary:hover {
    background: #B3AFAF;
    text-decoration: none;
    color: #fff; }

/* line 51, theme.scss */
.button-decor-link {
  display: none;
  background: url(product-more-white.svg) no-repeat;
  width: 46px;
  height: 10px;
  position: absolute;
  top: 24px;
  right: 30px; }

/* line 62, theme.scss */
.button-animate {
  position: relative; }
  /* line 64, theme.scss */
  .button-animate:hover {
    padding-right: 80px; }
    /* line 66, theme.scss */
    .button-animate:hover .button-decor-link {
      display: inline-block; }

/* line 73, theme.scss */
.button-secondary {
  background: #141414;
  color: #fff; }
  /* line 77, theme.scss */
  .button-secondary:hover {
    background: #B3AFAF;
    text-decoration: none;
    color: #fff; }

/* line 85, theme.scss */
.button-secondary-reverse {
  background: #B3AFAF;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-block;
  padding: 20px 30px;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  color: #000; }
  /* line 95, theme.scss */
  .button-secondary-reverse:hover {
    background: #141414;
    text-decoration: none;
    color: #fff; }

/* line 104, theme.scss */
.bttn-burger {
  background: none;
  cursor: pointer;
  border: none;
  display: none;
  margin-left: 20px;
  padding: 0; }
  /* line 111, theme.scss */
  .bttn-burger:hover, .bttn-burger:active, .bttn-burger:focus {
    background: none;
    opacity: 1;
    border: none; }
  @media screen and (max-width: 1024px) {
    /* line 104, theme.scss */
    .bttn-burger {
      display: inline-block;
      vertical-align: bottom;
      padding: 0; } }

/* line 125, theme.scss */
.search-wrapper {
  padding: 0 44px; }
  /* line 128, theme.scss */
  .search-wrapper input, .search-wrapper button {
    height: 45px; }
  /* line 132, theme.scss */
  .search-wrapper button {
    padding: 0;
    width: 63px; }

/* line 139, theme.scss */
.top-search-button {
  cursor: pointer; }
  /* line 143, theme.scss */
  .top-search-button:hover img {
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }

/* line 155, theme.scss */
.top-search-button rect {
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  -o-transition: -o-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear, -o-transform 150ms linear;
  -webkit-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -ms-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -o-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856); }

/* line 167, theme.scss */
.top-search-button.hover-in rect {
  -webkit-transform: rotate(-4deg) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -ms-transform: rotate(-4deg) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -o-transform: rotate(-4deg) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  transform: rotate(-4deg) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856); }

/* line 173, theme.scss */
.top-search-button.hover-out rect {
  -webkit-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -ms-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  -o-transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856);
  transform: rotate(0) matrix(0.7071, -0.7071, 0.7071, 0.7071, -9.2844, 19.5856); }

/* line 176, theme.scss */
.logotype img {
  max-width: 126px; }

/* line 182, theme.scss */
.search-input {
  background: #EDEDED; }

/* line 186, theme.scss */
.open-search .ajs-panel.at-right-position {
  width: 500px;
  overflow: hidden; }
  @media screen and (max-width: 480px) {
    /* line 186, theme.scss */
    .open-search .ajs-panel.at-right-position {
      width: 90%; } }

/* line 197, theme.scss */
#result-ajax {
  margin-top: 50px;
  height: 500px;
  overflow-y: auto; }

/* line 203, theme.scss */
.wrapper-ajax {
  padding-right: 5px; }
  @media screen and (max-width: 768px) {
    /* line 203, theme.scss */
    .wrapper-ajax {
      margin-top: 15px; } }

/* line 212, theme.scss */
.card_micro-title {
  font-size: 16px;
  font-weight: bold;
  color: #4A4A4A;
  margin-bottom: 10px;
  display: block; }

/* line 220, theme.scss */
.card_micro-image {
  display: block;
  padding-right: 20px; }

/* line 226, theme.scss */
.card_micro-price {
  font-size: 14px;
  color: #4A4A4A; }

/* line 231, theme.scss */
.page-title-decor {
  position: relative; }
  /* line 234, theme.scss */
  .page-title-decor:after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    margin-top: 30px;
    background: #4A4A4A; }
    @media screen and (max-width: 768px) {
      /* line 234, theme.scss */
      .page-title-decor:after {
        margin: 0 auto;
        margin-top: 30px; } }

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

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

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

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

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

/* line 286, theme.scss */
.article-image {
  margin-bottom: 1rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  CARD
=========================================*/
/* line 384, theme.scss */
.card {
  margin-bottom: 20px; }
  @media (max-width: 768px) {
    /* line 384, theme.scss */
    .card {
      margin-bottom: 0px; } }

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

/* line 402, theme.scss */
.card-title {
  margin-bottom: 10px;
  position: relative;
  z-index: 2; }
  /* line 407, theme.scss */
  .card-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold; }

/* line 417, theme.scss */
.card-prices {
  font-size: 14px;
  position: relative; }

/* line 422, theme.scss */
.card-price-red {
  color: #FF1D00;
  margin-right: 10px; }

/* line 428, theme.scss */
.card-price {
  font-size: 14px; }

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

/* line 438, theme.scss */
.product-more-link {
  position: absolute;
  right: 0;
  top: 5px;
  display: block;
  opacity: 0; }

/* line 447, theme.scss */
.product-card-wrapper:hover .product-more-link {
  opacity: 1; }

/* line 454, theme.scss */
.card-info {
  padding: 30px; }
  /* line 456, theme.scss */
  .card-info .card-image {
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    -o-transition: -o-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), -o-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
    position: relative;
    z-index: 1; }
  /* line 468, theme.scss */
  .card-info:hover * {
    color: #B3AFAF !important; }
  /* line 471, theme.scss */
  .card-info:hover .card-image {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  @media (max-width: 768px) {
    /* line 454, theme.scss */
    .card-info {
      padding-bottom: 20px; } }

/* line 486, theme.scss */
.show-more {
  cursor: pointer; }

/*=========================================
  STIKER
=========================================*/
/* line 493, theme.scss */
.stiker {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #000000;
  font-weight: bold;
  font-size: 13px;
  z-index: 2;
  text-transform: uppercase; }
  /* line 506, theme.scss */
  .stiker > div {
    padding: 15px 25px;
    background-color: #f65050;
    display: inline-block; }
    /* line 511, theme.scss */
    .stiker > div:hover {
      color: #000000; }
  /* line 517, theme.scss */
  .stiker > div + div {
    margin-left: 10px; }

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

/* line 528, theme.scss */
.stiker-hit {
  background-color: #4A4A4A; }

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

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

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

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

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

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

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

/* line 571, theme.scss */
.cart-items .cart-item {
  margin-bottom: 20px; }
/* line 575, theme.scss */
.cart-items .item-title-link {
  font-size: 15px;
  color: #4A4A4A;
  font-weight: bold;
  text-transform: uppercase; }
  @media (max-width: 480px) {
    /* line 575, theme.scss */
    .cart-items .item-title-link {
      font-size: 13px; } }
/* line 586, theme.scss */
.cart-items .item-info-inner {
  padding-left: 30px; }
/* line 590, theme.scss */
.cart-items .item-money {
  margin-top: 8px;
  margin-bottom: 8px; }
/* line 595, theme.scss */
.cart-items .quantity-input {
  background: #EDEDED;
  width: 57px;
  height: 45px; }
  @media (max-width: 480px) {
    /* line 595, theme.scss */
    .cart-items .quantity-input {
      width: 45px; } }

/* line 611, theme.scss */
.cart-total-capture, .cart-total {
  font-size: 24px;
  font-family: Roboto; }

/* line 616, theme.scss */
.cart-total {
  margin-left: 10px; }

/* line 620, theme.scss */
.discounts-wrap {
  margin: 20px 0; }
  /* line 623, theme.scss */
  .discounts-wrap label {
    display: block;
    margin-bottom: 10px; }
  /* line 628, theme.scss */
  .discounts-wrap .discounts-submit {
    background: #4A4A4A; }

/* line 635, theme.scss */
.cart-order {
  margin-bottom: 50px; }
  @media (max-width: 480px) {
    /* line 635, theme.scss */
    .cart-order {
      margin-bottom: 20px; } }

/* line 644, theme.scss */
.cart-submit {
  text-transform: uppercase;
  height: 55px;
  background: #4A4A4A;
  padding-left: 50px;
  padding-right: 50px; }

/* line 653, theme.scss */
.page-сard-wrapper {
  padding: 30px; }
  @media (max-width: 480px) {
    /* line 653, theme.scss */
    .page-сard-wrapper {
      padding: 15px; } }

/* line 663, theme.scss */
.go-collection {
  display: inline-block;
  line-height: 55px; }

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

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

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

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

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

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

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

/*=========================================
  COLLECTION_FILTERS
=========================================*/
/*.filter {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}*/
/* line 709, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

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

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

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

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

/* line 760, 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 768, 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;
  border: 1px solid #EDEDED;
  border-top: 0; }

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

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

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

/* line 799, theme.scss */
.filter-title span {
  cursor: pointer;
  font-size: 16px;
  color: #4A4A4A; }

/*
.filter.is-active-container .filter-title {
  padding-bottom: 10px;
}

*/
/* line 812, theme.scss */
.collection-filter {
  margin-top: 20px; }

/* line 816, theme.scss */
.collection-top-panel {
  padding-left: 50px;
  padding-right: 40px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    /* line 816, theme.scss */
    .collection-top-panel {
      padding-left: 15px;
      padding-right: 15px; } }

@media screen and (min-width: 641px) {
  /* line 828, theme.scss */
  .collection-top-panel-mobile {
    display: none !important; } }

/* line 835, theme.scss */
.filter {
  position: relative;
  min-width: 150px;
  border: 1px solid #EDEDED;
  text-align: left;
  padding: 10px 20px;
  padding-right: 30px;
  margin-right: 30px; }
  /* line 844, theme.scss */
  .filter .filter-title button {
    padding: 0;
    float: right;
    margin-left: 5px; }
  @media screen and (max-width: 768px) {
    /* line 835, theme.scss */
    .filter {
      margin-right: 0;
      min-width: 120px; } }
  @media screen and (max-width: 640px) {
    /* line 835, theme.scss */
    .filter {
      width: 100%;
      flex-basis: 100%;
      margin-bottom: 20px; } }

/* line 865, theme.scss */
.filter-items-wrapper {
  position: absolute;
  left: -1px;
  top: 30px;
  z-index: 10000;
  background: #fff;
  width: 100%;
  box-sizing: content-box; }

/* line 877, theme.scss */
.filter-item .chkbx-label {
  border-bottom: 1px solid #EDEDED;
  padding: 10px 0px;
  margin: -1px 20px;
  font-weight: 300;
  font-size: 16px; }
  /* line 883, theme.scss */
  .filter-item .chkbx-label span {
    color: #4A4A4A; }
/* line 889, theme.scss */
.filter-item:hover {
  background: #EDEDED; }
/* line 894, theme.scss */
.filter-item:last-child .chkbx-label {
  border-bottom: none; }

/* line 900, theme.scss */
.filter-item-active {
  background: #EDEDED; }

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

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

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

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

/* line 951, 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 #4A4A4A; }

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

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

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

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

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

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

/*=========================================
  COLLECTION_ORDER
=========================================*/
/* line 1003, theme.scss */
.collection-order {
  border: 1px solid #EDEDED;
  padding-left: 20px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1103, 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 1123, 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 1136, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  INSTAGRAM
=========================================*/
/* line 1248, theme.scss */
.instagram {
  margin-top: 40px; }

/* line 1252, theme.scss */
.instagram-title {
  color: #000000;
  font-size: 36px;
  margin-bottom: 30px;
  font-family: Roboto;
  font-weight: normal;
  color: #4A4A4A; }

/* line 1261, theme.scss */
.intagram-left-part {
  padding-right: 10px; }
  @media (max-width: 480px) {
    /* line 1261, theme.scss */
    .intagram-left-part {
      padding: 0; } }

/* line 1267, theme.scss */
.instagram-item-small {
  padding-bottom: 10px; }
  @media (max-width: 480px) {
    /* line 1267, theme.scss */
    .instagram-item-small {
      padding: 0; } }

/* line 1280, theme.scss */
.intagram-right-part .instagram-item {
  padding-right: 10px; }
  @media (max-width: 480px) {
    /* line 1280, theme.scss */
    .intagram-right-part .instagram-item {
      padding: 0; } }
  /* line 1287, theme.scss */
  .intagram-right-part .instagram-item .image-container.is-cover img {
    object-position: 50% 50%; }

/*=========================================
  MAIN-MENU
=========================================*/
/* line 1301, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle;
  margin-left: 30px; }

/* line 1308, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }

/* line 1320, theme.scss */
.main-menu.level-1 {
  margin: 0;
  padding: 0;
  margin-right: 50px; }

/* line 1326, theme.scss */
.main-menu-marker {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("short-arrow-down.svg");
  background-repeat: no-repeat;
  position: absolute;
  bottom: -25px;
  left: 45%;
  padding: 0;
  border: none;
  line-height: 100%;
  width: 10px;
  height: 6px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

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

/* line 1356, 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 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
  top: 85%;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  display: flex !important;
  justify-content: space-around; }

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

/* line 1377, theme.scss */
.menu-item.is-drop_anchor:hover .main-menu-marker {
  background-image: url("long-arrow-down.svg");
  padding: 0;
  height: 50px;
  width: 10px;
  line-height: 100%;
  z-index: 100;
  bottom: -70px;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 1390, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle;
  font-weight: 300;
  font-size: 16px;
  position: relative; }

/* line 1398, theme.scss */
.mobile_menu-modal {
  position: relative;
  width: 100%;
  left: 0;
  padding-top: 30px;
  background: #fff;
  z-index: 1000; }

/* line 1408, theme.scss */
.mobile_menu a {
  font-size: 20px;
  display: block;
  padding-left: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EDEDED; }
  /* line 1415, theme.scss */
  .mobile_menu a:hover {
    background: #EDEDED; }
/* line 1421, theme.scss */
.mobile_menu .is-current > a {
  background: #EDEDED; }

/* line 1428, theme.scss */
.mobile_menu.level-2 {
  display: none; }
  /* line 1431, theme.scss */
  .mobile_menu.level-2 a {
    padding-left: 0px;
    font-size: 15px;
    color: #999999;
    font-family: Roboto;
    text-align: center; }
    /* line 1437, theme.scss */
    .mobile_menu.level-2 a img {
      max-width: 100px; }

/* line 1446, theme.scss */
.mobile_menu-marker {
  display: block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url(short-arrow-down.svg);
  background-repeat: no-repeat;
  width: 10px;
  height: 6px !important;
  padding: 0;
  border: 0;
  line-height: 100%;
  float: right;
  margin: 10px; }

/* line 1462, theme.scss */
.mobile_menu-marker-open {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1468, theme.scss */
.main-menu.level-2 {
  justify-content: center;
  text-align: center;
  display: flex;
  padding: 52px 0;
  top: 100%; }
  /* line 1475, theme.scss */
  .main-menu.level-2 .menu-link {
    font-size: 18px;
    line-height: 42px;
    color: #4A4A4A; }
    /* line 1480, theme.scss */
    .main-menu.level-2 .menu-link:hover {
      opacity: 0.8; }

/* line 1489, theme.scss */
.open-mobile-menu .ajs-body .ajs-content {
  padding-left: 0;
  padding-right: 0; }
/* line 1494, theme.scss */
.open-mobile-menu .alertify .ajs-body {
  padding-left: 0; }

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

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

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

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

/* line 1538, theme.scss */
.feedback-field-wrap {
  margin: auto; }
  /* line 1542, theme.scss */
  .feedback-field-wrap .button-primary {
    height: 45px;
    padding: 0 15px;
    text-align: center;
    font-size: 13px; }

/* line 1554, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 13px;
  padding: 8px 12px;
  background: #383838;
  height: 45px;
  color: #999999;
  border: none;
  -webkit-appearance: none; }

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

/* line 1569, theme.scss */
.form-done {
  color: #4A4A4A; }

/* line 1573, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem;
  font-size: 13px; }

/* line 1578, theme.scss */
.footer-subscribe-wrapper {
  margin-top: 80px; }

/* line 1582, theme.scss */
.feedback-row-text {
  margin-top: 10px;
  font-size: 11px; }
  /* line 1586, theme.scss */
  .feedback-row-text a {
    color: #eee; }

@media (max-width: 480px) {
  /* line 1595, theme.scss */
  .feedback-field-wrap .feedback-field {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-size: 16px; }
  /* line 1601, theme.scss */
  .feedback-field-wrap .button-primary {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  /* line 1606, theme.scss */
  .feedback-field-wrap .inpt-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px; } }

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

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

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

/* line 1638, theme.scss */
.added-content {
  text-align: center; }
  @media (max-width: 480px) {
    /* line 1642, theme.scss */
    .added-content a, .added-content button {
      width: 90%;
      margin-bottom: 10px; } }

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

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

/* line 1661, 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 1677, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

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

@media (max-width: 640px) {
  /* line 1696, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 1705, 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 1728, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

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

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

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

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

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

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

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

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

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

/* line 1809, theme.scss */
.product-page-sticker {
  margin-right: 30px; }
  /* line 1811, theme.scss */
  .product-page-sticker .stiker {
    position: static;
    padding: 5px 10px; }
  /* line 1818, theme.scss */
  .product-page-sticker .stiker-1130 {
    display: none; }

/* line 1823, theme.scss */
.product-prices {
  font-weight: bold;
  font-size: 18px;
  text-align: left; }
  /* line 1827, theme.scss */
  .product-prices > div {
    display: inline-block;
    vertical-align: middle; }

/* line 1834, theme.scss */
.product-old_price {
  margin-left: 10px; }

/* line 1838, theme.scss */
.option-cvet label {
  display: block;
  float: left;
  color: #4A4A4A;
  font-size: 13px;
  font-weight: bold;
  margin-right: 53px;
  text-transform: uppercase; }

/* line 1849, theme.scss */
.product-info-wrapper .option-selector {
  margin-top: 40px; }

/* line 1853, theme.scss */
.product-buy-zone {
  margin-top: 40px; }
  @media (max-width: 768px) {
    /* line 1853, theme.scss */
    .product-buy-zone {
      margin-top: 20px; } }
  /* line 1860, theme.scss */
  .product-buy-zone .quantity-input {
    width: 57px;
    height: 45px;
    background: #EDEDED;
    text-align: center;
    color: #000000;
    font-size: 15px; }
  /* line 1870, theme.scss */
  .product-buy-zone .product-buy {
    margin-left: 30px;
    margin-right: 30px; }
    @media (max-width: 768px) {
      /* line 1870, theme.scss */
      .product-buy-zone .product-buy {
        margin-left: 0;
        margin-right: 0; } }
    /* line 1880, theme.scss */
    .product-buy-zone .product-buy .in-product {
      padding: 0;
      width: 188px;
      height: 55px;
      font-size: 13px; }
    /* line 1890, theme.scss */
    .product-buy-zone .product-buy .not-availble {
      background: #B7B7B7; }

/* line 1899, theme.scss */
.button-quick-checkout {
  width: 188px;
  height: 55px;
  font-size: 13px;
  text-transform: uppercase; }

/* line 1909, theme.scss */
.product-dop-info p, .product-dop-info span {
  color: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1976, 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 1986, theme.scss */
.tabs-target {
  display: none; }

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

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

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

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

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

/* line 2037, 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 2046, 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 2061, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

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

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

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

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

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

/* line 2143, theme.scss */
.swiper-button-top-gall {
  padding-right: 50px;
  margin-top: 55px;
  text-align: right;
  width: 100%; }
  /* line 2149, theme.scss */
  .swiper-button-top-gall .swiper-button-next.is-gallery {
    position: static;
    background: none;
    border: none;
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: auto;
    margin-left: 25px; }
  /* line 2160, theme.scss */
  .swiper-button-top-gall .swiper-qtn-img {
    display: inline-block;
    width: auto; }
  /* line 2166, theme.scss */
  .swiper-button-top-gall .swiper-button-prev.is-gallery {
    background: none;
    border: none;
    position: static;
    display: inline-block;
    cursor: pointer;
    width: auto;
    height: auto;
    margin-right: 25px; }

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 2254, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #4A4A4A;
  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 2280, theme.scss */
  .scroll_top {
    display: none; } }
/* line 2285, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

/*=========================================
  SEARCH_WIDGET
=========================================*/
/* line 2303, theme.scss */
.search_widget {
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2433, theme.scss */
.footer-block-sosial a {
  display: inline-block;
  margin-right: 10px; }

/* line 2442, theme.scss */
.sosial-link:hover svg path {
  fill: #C4C4C4; }

/*=========================================
  SETTINGS_GUIDE
=========================================*/
/* line 2452, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: "Roboto Condensed", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 2457, theme.scss */
.settings_guide-font-primary::after {
  content: "Roboto Condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
  font-family: "Roboto Condensed", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 2462, theme.scss */
.settings_guide-font-second::before {
  font-family: "Roboto Condensed", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: '$font-family-second: '; }

/* line 2467, theme.scss */
.settings_guide-font-second::after {
  font-family: "Roboto Condensed", Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: "Roboto Condensed, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue"; }

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

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

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

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

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

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

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

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

/* line 2524, 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: #4A4A4A; }

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

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

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

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

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

/* line 2551, 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: #4A4A4A; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2658, theme.scss */
.option-image {
  margin-right: 10px;
  border: 1px solid #EDEDED;
  padding: 3px;
  display: block; }
  /* line 2664, theme.scss */
  .option-image.active {
    border: 1px solid #4A4A4A; }

/* line 2669, theme.scss */
.option-image > span {
  cursor: pointer;
  width: 26px;
  height: 26px;
  display: block; }

/* line 2681, theme.scss */
.color-block-category {
  margin-top: 20px;
  margin-bottom: 12px;
  position: relative;
  z-index: 2; }

/* header */
/* line 2692, theme.scss */
.top-header {
  background: #80ACAC;
  padding: 10px 50px;
  color: #fff;
  font-size: 12px;
  font-family: Roboto; }
  /* line 2699, theme.scss */
  .top-header a {
    color: #fff; }
    /* line 2701, theme.scss */
    .top-header a:hover {
      opacity: 0.75; }
  /* line 2708, theme.scss */
  .top-header .menu-link {
    font-family: Roboto;
    font-size: 12px; }

/* line 2717, theme.scss */
header {
  padding: 30px 50px;
  position: relative;
  z-index: 15;
  background: #fff; }
  @media (max-width: 480px) {
    /* line 2717, theme.scss */
    header {
      padding: 15px; } }

/* line 2732, theme.scss */
.not-index-page header {
  border-bottom: 1px solid #EDEDED; }

/* line 2739, theme.scss */
.cart-widget-count {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  color: #4A4A4A;
  font-size: 13px;
  font-weight: bold;
  display: block;
  line-height: 36px;
  -webkit-animation-name: scroll-out;
  -o-animation-name: scroll-out;
  animation-name: scroll-out;
  -webkit-animation-duration: 300ms;
  -o-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-transition: top 150ms linear;
  -o-transition: top 150ms linear;
  transition: top 150ms linear; }

/* line 2762, theme.scss */
.cart-widget-link {
  margin-left: 24px;
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: bottom;
  overflow: hidden;
  line-height: 71%; }

/* line 2778, theme.scss */
.scroll-in .cart-widget-count {
  -webkit-animation-name: scroll-in;
  -o-animation-name: scroll-in;
  animation-name: scroll-in; }

/* line 2786, theme.scss */
.top-phone {
  font-size: 24px;
  color: #4A4A4A;
  margin-right: 30px; }
  /* line 2790, theme.scss */
  .top-phone span {
    display: block;
    font-size: 14px; }

/* line 2797, theme.scss */
.top-search-button {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  top: 5px; }

/*---------*/
/* FOOTER */
/* line 2808, theme.scss */
footer {
  background: #4A4A4A;
  padding: 0 90px;
  color: #FFFFFF; }
  /* line 2813, theme.scss */
  footer > .container > .row > div {
    padding-top: 50px; }
  @media (max-width: 480px) {
    /* line 2808, theme.scss */
    footer {
      padding: 0 15px; }
      /* line 2820, theme.scss */
      footer > .container {
        padding: 0; } }

/* line 2829, theme.scss */
.footer-block {
  margin-bottom: 50px;
  font-size: 13px; }

/* line 2835, theme.scss */
.footer-title {
  margin-bottom: 13px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px; }

/* line 2842, theme.scss */
.footer-menu {
  margin-right: 30px; }
  /* line 2844, theme.scss */
  .footer-menu a {
    color: #fff;
    font-size: 13px; }
    /* line 2847, theme.scss */
    .footer-menu a:hover {
      opacity: 0.75; }
  /* line 2854, theme.scss */
  .footer-menu li {
    margin-bottom: 7px; }

@media screen and (max-width: 768px) {
  /* line 2860, theme.scss */
  .footer-right-part-wrapper {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    /* line 2873, theme.scss */
    .footer-right-part-wrapper .footer-right-part {
      padding-left: 0; } }

@media screen and (max-width: 768px) {
  /* line 2881, theme.scss */
  .footer-left-part-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

/* line 2892, theme.scss */
.footer-right-part {
  padding-left: 89px; }

/* line 2898, theme.scss */
.callback-us-wrapper {
  margin-bottom: 50px; }
  /* line 2900, theme.scss */
  .callback-us-wrapper a {
    color: #fff; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* line 2932, theme.scss */
.subscribe-popup {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 6s;
  width: 450px;
  background: #fff;
  padding: 40px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  border: 1px solid #EDEDED;
  z-index: 100; }
  /* line 2951, theme.scss */
  .subscribe-popup .subscribe-popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer; }
    /* line 2957, theme.scss */
    .subscribe-popup .subscribe-popup-close i {
      cursor: pointer;
      color: #4A4A4A; }
  /* line 2963, theme.scss */
  .subscribe-popup-header {
    font-size: 38px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  /* line 2970, theme.scss */
  .subscribe-popup-text {
    color: #000000;
    margin-bottom: 20px;
    text-align: center; }
  /* line 2976, theme.scss */
  .subscribe-popup .feedback-field {
    background: #fff;
    border: 1px solid #EDEDED;
    height: auto; }
  /* line 2982, theme.scss */
  .subscribe-popup .feedback-row-text a {
    color: #383838; }
  @media screen and (max-width: 640px) {
    /* line 2932, theme.scss */
    .subscribe-popup {
      width: 100%;
      box-sizing: border-box; } }

/* ---- */
/* main page */
/* line 2997, theme.scss */
.main-promo-wrapper {
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  /* line 3007, theme.scss */
  .main-promo-wrapper .swiper-container, .main-promo-wrapper .slide-inner {
    height: 100%; }
  @media screen and (max-width: 768px) {
    /* line 2997, theme.scss */
    .main-promo-wrapper {
      margin-top: 0px;
      height: 365px; } }

/* line 3021, theme.scss */
.main-page-image-items {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden; }
  /* line 3028, theme.scss */
  .main-page-image-items-img {
    -webkit-transition: background 200ms linear;
    -o-transition: background 200ms linear;
    transition: background 200ms linear;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: none;
    z-index: 3; }
  /* line 3047, theme.scss */
  .main-page-image-items-title {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    z-index: 5;
    font-size: 28px;
    color: #fff; }
  /* line 3058, theme.scss */
  .main-page-image-items:hover {
    color: #b3afaf !important; }
    /* line 3061, theme.scss */
    .main-page-image-items:hover .main-page-image-items-img {
      -webkit-transition: background 200ms linear, opacity 400ms linear, -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: background 200ms linear, opacity 400ms linear, -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      -o-transition: background 200ms linear, opacity 400ms linear, -o-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), background 200ms linear, opacity 400ms linear;
      transition: transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), background 200ms linear, opacity 400ms linear, -webkit-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1), -o-transform 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      -webkit-transform: scale(1.025);
      -ms-transform: scale(1.025);
      -o-transform: scale(1.025);
      transform: scale(1.025); }
    /* line 3076, theme.scss */
    .main-page-image-items:hover .main-page-image-items-title {
      color: #b3afaf !important; }
    /* line 3080, theme.scss */
    .main-page-image-items:hover:after {
      content: '';
      display: block;
      background: #000;
      opacity: 0.5;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 3; }

/* line 3105, theme.scss */
.main-page-image-items-title-description {
  font-size: 12px; }

/* line 3111, theme.scss */
.main-page-image-items-img img {
  width: 100%;
  display: block;
  object-fit: cover; }

/* line 3119, theme.scss */
.main-page-image-items-img-collection:after {
  content: '';
  display: block;
  background: #000;
  opacity: 0.4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3; }
/* line 3133, theme.scss */
.main-page-image-items-img-collection:hover:after {
  opacity: 0.7; }

/* line 3141, theme.scss */
.main-page-image-title {
  font-size: 52px;
  color: #000000;
  position: relative;
  z-index: 10;
  margin-bottom: 30px;
  margin-top: 134px; }
  @media screen and (max-width: 768px) {
    /* line 3141, theme.scss */
    .main-page-image-title {
      font-size: 48px; } }
  @media screen and (max-width: 480px) {
    /* line 3141, theme.scss */
    .main-page-image-title {
      font-size: 24px;
      margin-top: 0px; } }

/* line 3161, theme.scss */
.main-page-image-slogan {
  font-size: 37px;
  color: #000;
  margin-bottom: 27px; }
  @media screen and (max-width: 480px) {
    /* line 3161, theme.scss */
    .main-page-image-slogan {
      display: none; } }

/* line 3173, theme.scss */
.collection-title-wpapper {
  border-bottom: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED; }
  /* line 3179, theme.scss */
  .collection-title-wpapper > a {
    text-decoration: none; }
  /* line 3182, theme.scss */
  .collection-title-wpapper .col-title {
    font-size: 32px;
    color: #4A4A4A;
    text-align: center;
    margin-bottom: 20px;
    text-decoration: none; }
  @media screen and (max-width: 480px) {
    /* line 3173, theme.scss */
    .collection-title-wpapper {
      min-height: 418px; } }

/*----*/
/* line 3199, theme.scss */
.product-card-wrapper {
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  position: relative;
  height: 100%; }
  @media screen and (max-width: 768px) {
    /* line 3199, theme.scss */
    .product-card-wrapper {
      height: 100%; } }

/* inner page */
/* line 3216, theme.scss */
.cards-first-row {
  padding-left: 50px;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  height: 100%; }
  /* line 3222, theme.scss */
  .cards-first-row > .col {
    height: 100%; }
  @media screen and (max-width: 768px) {
    /* line 3216, theme.scss */
    .cards-first-row {
      padding-top: 50px;
      padding-bottom: 50px;
      padding-left: 20px;
      padding-right: 20px; } }
  /* line 3233, theme.scss */
  .cards-first-row .flex-center {
    text-align: left; }
    @media screen and (max-width: 768px) {
      /* line 3233, theme.scss */
      .cards-first-row .flex-center {
        text-align: center; } }
  @media screen and (max-width: 480px) {
    /* line 3216, theme.scss */
    .cards-first-row {
      height: auto;
      padding: 0 15px;
      padding-bottom: 50px; } }

/* line 3251, theme.scss */
.cards-first-row-404 {
  border: none; }
  @media screen and (max-width: 480px) {
    /* line 3251, theme.scss */
    .cards-first-row-404 {
      margin-bottom: 10px; } }

/* line 3260, theme.scss */
.collection-paginate {
  height: 100%; }
  /* line 3262, theme.scss */
  .collection-paginate .pagination {
    margin: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

/* line 3275, theme.scss */
.cards-first-row > .page-wrapper-first-col {
  height: 75vh; }
  @media screen and (max-width: 768px) {
    /* line 3275, theme.scss */
    .cards-first-row > .page-wrapper-first-col {
      height: auto; } }

/* line 3283, theme.scss */
.page-content-wrapper {
  padding: 50px; }
  @media screen and (max-width: 768px) {
    /* line 3283, theme.scss */
    .page-content-wrapper {
      padding: 15px; } }

/* line 3296, theme.scss */
.page-content h3, .page-content h2 {
  font-weight: normal;
  margin-bottom: 20px;
  font-family: Roboto;
  color: #4A4A4A; }
/* line 3303, theme.scss */
.page-content h2 {
  font-size: 24px; }
/* line 3307, theme.scss */
.page-content h3 {
  font-size: 21px; }
/* line 3311, theme.scss */
.page-content p {
  font-size: 15px;
  font-family: Roboto;
  line-height: 23px; }

/* line 3320, theme.scss */
.page-404-wrapper {
  height: 45vh; }
  @media (max-width: 480px) {
    /* line 3320, theme.scss */
    .page-404-wrapper {
      height: auto;
      padding: 10px; } }

/* line 3333, theme.scss */
.page-404 h1 {
  font-size: 30px;
  color: #000000;
  margin-bottom: 20px; }
  @media (max-width: 480px) {
    /* line 3333, theme.scss */
    .page-404 h1 {
      margin-top: 5px; } }
/* line 3344, theme.scss */
.page-404 .page-404-info {
  font-size: 16px;
  color: rgba(74, 74, 74, 0.66); }
  /* line 3347, theme.scss */
  .page-404 .page-404-info a {
    font-weight: bold;
    color: #4A4A4A;
    text-transform: none;
    text-decoration: none; }
  /* line 3354, theme.scss */
  .page-404 .page-404-info .page-title-decor {
    text-align: center;
    margin: 30px auto; }

@media screen and (min-width: 769px) and (orientation: landscape) {
  /* line 3363, theme.scss */
  .left-fixed-part {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    min-height: 400px;
    height: 100vh; } }
/* blog */
/* line 3379, theme.scss */
.cards-first-row > .blog-first-col {
  height: 80vh; }
  @media screen and (max-width: 768px) {
    /* line 3379, theme.scss */
    .cards-first-row > .blog-first-col {
      height: auto;
      padding-bottom: 50px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }

/* line 3397, theme.scss */
.article-blog-item > div {
  height: 42.2vh;
  text-align: left;
  position: relative;
  background-repeat: no-repeat; }
  /* line 3406, theme.scss */
  .article-blog-item > div > a {
    text-decoration: none;
    width: 100%;
    height: 100%;
    text-align: left;
    position: relative;
    padding: 0 87px; }
    /* line 3414, theme.scss */
    .article-blog-item > div > a h2 {
      color: #fff;
      font-size: 28px;
      margin-bottom: 5px;
      font-weight: normal;
      position: relative;
      z-index: 2; }
    /* line 3423, theme.scss */
    .article-blog-item > div > a .dark-bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: block;
      content: "";
      background: #000;
      opacity: .2;
      -webkit-transition: opacity 300ms linear;
      -o-transition: opacity 300ms linear;
      transition: opacity 300ms linear; }
    /* line 3441, theme.scss */
    .article-blog-item > div > a:hover .dark-bg {
      opacity: 0.6; }

/* line 3452, theme.scss */
.article-blog-item-preview {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  position: relative;
  z-index: 2; }

/* line 3461, theme.scss */
.tags-list {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 3470, theme.scss */
  .tags-list a {
    margin-right: 20px;
    padding: 8px 20px;
    text-transform: none; }
  @media screen and (max-width: 480px) {
    /* line 3461, theme.scss */
    .tags-list {
      text-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; } }
  /* line 3485, theme.scss */
  .tags-list .button-secondary-reverse {
    background: #EDEDED; }
    /* line 3488, theme.scss */
    .tags-list .button-secondary-reverse:hover {
      background: #999999; }
    /* line 3492, theme.scss */
    .tags-list .button-secondary-reverse:active, .tags-list .button-secondary-reverse:focus {
      background: #4A4A4A; }

/* line 3500, theme.scss */
.article-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  height: 100vh; }
  /* line 3506, theme.scss */
  .article-image img {
    height: 100%; }

/* line 3513, theme.scss */
.article-page-wrapper {
  padding: 10px 50px 25px 50px; }

/* line 3517, theme.scss */
.article-date {
  font-style: italic; }

/* line 3522, theme.scss */
.article-title-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0; }

/* line 3532, theme.scss */
.article-title {
  color: #fff;
  font-family: Roboto;
  font-size: 52px; }

/* line 3538, theme.scss */
.article-title-inner {
  height: 100%; }
  /* line 3541, theme.scss */
  .article-title-inner h1 {
    max-width: 400px;
    margin: 0 auto;
    text-align: left; }
    @media screen and (max-width: 768px) {
      /* line 3541, theme.scss */
      .article-title-inner h1 {
        max-width: 100%;
        text-align: center; } }

/* line 3555, theme.scss */
.pdf-file-wrapper img {
  display: block;
  margin-right: 10px; }
/* line 3561, theme.scss */
.pdf-file-wrapper span {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #4A4A4A; }

/* end */
/* PRODUCT */
/* line 3576, theme.scss */
.product-page-wrapper {
  padding-left: 50px;
  padding-right: 50px; }
  @media screen and (max-width: 480px) {
    /* line 3576, theme.scss */
    .product-page-wrapper {
      padding-left: 15px;
      padding-right: 15px; } }

/* line 3586, theme.scss */
.product-info-right-part {
  border-left: 1px solid #EDEDED; }

/* line 3589, theme.scss */
.product-info-wrapper {
  padding: 40px 50px; }
  @media screen and (max-width: 768px) {
    /* line 3589, theme.scss */
    .product-info-wrapper {
      padding: 25px; } }
  @media screen and (max-width: 480px) {
    /* line 3589, theme.scss */
    .product-info-wrapper {
      padding: 15px; } }

/* line 3604, theme.scss */
.option-cvet-product-page-wrapper {
  margin-top: 40px; }

/* line 3609, theme.scss */
.product-title {
  font-weight: bold;
  margin-bottom: 42px;
  margin-top: 0;
  color: #4A4A4A; }

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

/* line 3622, theme.scss */
.product-info-content {
  margin-bottom: 20px; }
  /* line 3624, theme.scss */
  .product-info-content h2 {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: normal; }

/* line 3637, theme.scss */
.product-sku {
  margin: 20px 0; }

/* line 3641, theme.scss */
.product-info .editor {
  font-weight: 300;
  line-height: 130%; }
  /* line 3645, theme.scss */
  .product-info .editor p {
    line-height: 150%; }

@media screen and (max-width: 768px) {
  /* line 3653, theme.scss */
  .product-info {
    text-align: center; }

  /* line 3657, theme.scss */
  .option-cvet label {
    display: block;
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
    float: none; }

  /* line 3665, theme.scss */
  .props {
    text-align: left; }

  /* line 3669, theme.scss */
  .product-page-wrapper .color-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 3682, theme.scss */
  .product-info-right-part {
    border: none; }

  /* line 3686, theme.scss */
  .swiper-button-top-gall {
    display: none; } }
/* line 3692, theme.scss */
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 2px solid #4A4A4A;
  margin: 0 10px;
  opacity: 0.6; }

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

/* line 3706, theme.scss */
.product-slider-pagination {
  text-align: center;
  width: 100%;
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 3706, theme.scss */
    .product-slider-pagination {
      display: block; } }

/* line 3719, theme.scss */
.row-dop-product .dop-product-title {
  font-size: 52px;
  font-family: Roboto;
  font-weight: normal;
  color: #4A4A4A; }
  @media screen and (max-width: 480px) {
    /* line 3719, theme.scss */
    .row-dop-product .dop-product-title {
      font-size: 28px;
      line-height: 33px; } }
/* line 3733, theme.scss */
.row-dop-product .cow-dop-product {
  height: 100%; }
/* line 3737, theme.scss */
.row-dop-product .product-card-wrapper {
  border: 1px solid #EDEDED; }

/* line 3743, theme.scss */
.more-product-info {
  cursor: pointer; }

/* line 3748, theme.scss */
.product-long-baner p {
  margin: 0; }
/* line 3751, theme.scss */
.product-long-baner img {
  width: 100%; }

/* line 3756, theme.scss */
.product-dop-info {
  font-family: Roboto;
  font-size: 15px;
  height: 100%;
  font-weight: 300; }
  /* line 3762, theme.scss */
  .product-dop-info > div {
    text-align: left;
    padding: 0 90px;
    line-height: 23px; }
    @media screen and (max-width: 1280px) {
      /* line 3762, theme.scss */
      .product-dop-info > div {
        padding: 0 50px; } }
    @media screen and (max-width: 768px) {
      /* line 3762, theme.scss */
      .product-dop-info > div {
        padding: 0 20px; } }
    @media screen and (max-width: 480px) {
      /* line 3762, theme.scss */
      .product-dop-info > div {
        padding: 15px;
        line-height: 18px; } }

/* line 3783, theme.scss */
.product-dop-info-img p {
  margin: 0; }
/* line 3786, theme.scss */
.product-dop-info-img img {
  width: 100%;
  height: 100%;
  display: block; }

/* line 3793, theme.scss */
.product-first-dop-info-bg {
  background: #D7D1C5;
  color: #000000; }

/* line 3801, theme.scss */
.product-second-dop-info-bg {
  background: #828C8F;
  color: #fff; }

/* line 3807, theme.scss */
.product-third-dop-info-bg {
  background: #D9D6D4;
  color: #000000; }

/* line 3812, theme.scss */
input.mce_inline_error {
  border: 1px solid red !important; }

@media screen and (max-width: 480px) {
  /* line 3817, theme.scss */
  .product-second-dop-info .product-second-dop-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 3828, theme.scss */
  .product-second-dop-info .product-dop-info-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 3840, theme.scss */
  .product-four-dop-info .product-second-dop-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 3851, theme.scss */
  .product-four-dop-info .product-dop-info-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }
/* line 3864, theme.scss */
.product-common-info {
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 20px; }

/* line 3870, theme.scss */
.product-common-info-title {
  margin: 10px 0; }

/* line 3874, theme.scss */
.product-common-info-inner {
  padding: 0 20px;
  line-height: 130%; }
  /* line 3878, theme.scss */
  .product-common-info-inner img {
    max-width: 100%; }

/* line 3885, theme.scss */
.bottom-part-product iframe {
  max-width: 100% !important;
  width: 100% !important; }

/* end */
/* line 3893, theme.scss */
.page-country-wrapper {
  padding: 30px 50px; }
  /* line 3896, theme.scss */
  .page-country-wrapper h1 {
    text-align: center;
    font-size: 40px;
    margin: 40px 0 100px 0;
    color: #4A4A4A;
    font-weight: normal; }
  /* line 3904, theme.scss */
  .page-country-wrapper .block-country-wrapper {
    margin-bottom: 100px; }
    /* line 3906, theme.scss */
    .page-country-wrapper .block-country-wrapper h2 {
      color: #4A4A4A;
      font-size: 24px;
      margin: 0;
      font-weight: normal;
      margin-bottom: 50px;
      padding-bottom: 10px;
      border-bottom: 1px solid #EDEDED; }
  /* line 3917, theme.scss */
  .page-country-wrapper .block-country-item > div {
    margin-bottom: 50px; }
    /* line 3919, theme.scss */
    .page-country-wrapper .block-country-item > div img {
      margin-right: 20px;
      border-radius: 50%;
      border: 1px solid #EDEDED; }
    /* line 3924, theme.scss */
    .page-country-wrapper .block-country-item > div img, .page-country-wrapper .block-country-item > div span {
      display: inline-block;
      vertical-align: middle; }
    /* line 3929, theme.scss */
    .page-country-wrapper .block-country-item > div a {
      text-decoration: none; }

/* line 3942, theme.scss */
.сollection-wrapper-other {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1200px; }

/* line 3950, theme.scss */
.сollection-other-items {
  margin-left: -30px;
  margin-right: -30px; }
  /* line 3955, theme.scss */
  .сollection-other-items [class*="cell-"] {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px; }

/* line 3964, theme.scss */
.product-card-wrapper-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 3972, theme.scss */
.stiker-1130 {
  background: url(stiker3.svg) no-repeat;
  font-size: 0;
  width: 104px;
  height: 45px; }

/* line 3979, theme.scss */
.cart-info-wrapper-link {
  text-decoration: none; }

/* line 3984, theme.scss */
.cart-info-wrapper {
  background: #7FACAC;
  padding: 30px;
  position: relative;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 20px;
  padding-right: 180px;
  color: #fff; }
  /* line 3994, theme.scss */
  .cart-info-wrapper strong {
    font-weight: 800; }
  /* line 3998, theme.scss */
  .cart-info-wrapper:after {
    content: '';
    position: absolute;
    display: block;
    background: url(arrow-right-long.svg);
    width: 41px;
    height: 10px;
    right: 30px;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 768px) {
    /* line 3984, theme.scss */
    .cart-info-wrapper {
      padding: 24px 15px;
      font-size: 14px; }
      /* line 4013, theme.scss */
      .cart-info-wrapper span {
        display: block;
        margin-top: 20px; }
      /* line 4019, theme.scss */
      .cart-info-wrapper:after {
        top: auto;
        transform: none;
        bottom: 24px; } }
