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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  CARD
=========================================*/
/* line 136, theme.scss */
.card {
  margin-bottom: 20px;
  position: relative; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 284, 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;
  transition: opacity 200ms; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 365, 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;
  border-radius: 50%;
  border: none; }

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

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

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

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

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

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

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

/* line 426, 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 436, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 711, theme.scss */
.main-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: 50%; }

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

/* line 732, 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;
  transition: all 300ms; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 872, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 881, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  border-radius: 8px;
  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 897, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

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

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

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

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

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

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

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

/* line 955, theme.scss */
.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;
  top: 2px;
  position: relative; }

/* line 969, 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");*/
  background-image: url(instock.svg); }

/* line 974, 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");*/
  background-image: url(outstock.svg); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1096, 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 1105, theme.scss */
.gallery-thumb {
  cursor: pointer;
  border-radius: 2px;
  background-color: #ffffff;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: calc(100% - 2px); }

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

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

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

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

/* line 1149, theme.scss */
.gallery-slide {
  height: 400px !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 1240, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #144184;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  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 1264, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1269, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

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

/* line 1291, theme.scss */
.ajax-search-results {
  position: absolute;
  top: calc(100% - 1px);
  background: #fff;
  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 1306, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1458, 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;
  border-radius: 50%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* слайдер на главной */
@media (max-width: 900px) and (min-width: 600px) {
  /* line 1621, theme.scss */
  div[class="container position-relative py-lg-5 py-4"] .swiper-slide {
    width: 26% !important;
    margin-right: 8% !important; } }
@media (max-width: 800px) {
  /* line 1628, theme.scss */
  .bn-img img {
    height: unset !important; } }
/* line 1633, theme.scss */
.nav-item {
  position: relative;
  padding-right: 20px; }

/* line 1638, theme.scss */
.nav--sub {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0 12px;
  list-style-type: none; }

/* line 1648, theme.scss */
.nav-link--arrow {
  -webkit-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  position: absolute;
  right: 4px;
  top: 4px;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: none; }
  /* line 1660, theme.scss */
  .nav-link--arrow:focus {
    outline: none; }

/* line 1666, theme.scss */
.nav-item.opened-nav .nav--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 1671, theme.scss */
  .nav-item.opened-nav .nav--sub a {
    font-size: 12px;
    font-weight: 300; }
/* line 1677, theme.scss */
.nav-item.opened-nav .nav-link--arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 769px) {
  /* line 1684, theme.scss */
  .swiper-button-next, .swiper-button-prev {
    top: 35% !important; } }
/* line 1690, theme.scss */
.colcat-img {
  width: 50%; }

@media (max-width: 1024px) {
  /* line 1695, theme.scss */
  .colcat-img {
    width: 90%; } }
@media (max-width: 425px) {
  /* line 1701, theme.scss */
  .colcat-img {
    width: 90%; } }
