@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 10, theme.scss */
.advantage-text {
  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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 125, theme.scss */
.js-products .card-wrapper {
  margin-bottom: 60px; }

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

/* line 132, theme.scss */
.card-old_price {
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 15px;
  line-height: 28px;
  color: #2f2f2f; }

/* line 144, theme.scss */
.stiker {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 8px 15px;
  background-color: #f4f4f4;
  color: #2f2f2f;
  z-index: 2;
  font-weight: 600; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 286, 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 294, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

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

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

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

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

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

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

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

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

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

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

/* line 378, 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 #2f2f2f; }

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

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

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

/* line 405, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 2px;
  top: 27px;
  background: #2f2f2f; }

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

/* line 416, 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 522, 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;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 635, theme.scss */
.instagram-title {
  color: #000000;
  font-family: "Open Sans" !important;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

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

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

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

/* line 665, 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;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  background-position: 50%; }

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

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

/* line 691, 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); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 817, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 826, 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: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

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

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

/* line 869, 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 878, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555; }

/* line 883, 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 896, 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 900, 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 904, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 975, theme.scss */
.tabs-item {
  font-size: 13px;
  font-weight: 700;
  text-transform: capitalize;
  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 994, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #2f2f2f; }

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

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

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

/* line 1013, 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;
  align-items: center; }

/* line 1021, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-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 1035, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 1055, 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 #2f2f2f;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -44px; }

/* line 1061, 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 #2f2f2f;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -44px; }

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

/* line 1074, theme.scss */
.gallery-slide {
  height: 400px !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -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;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 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;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1166, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #5e7685;
  bottom: 10px;
  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;
  font-size: 16px;
  outline: none; }

/* line 1188, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

/* line 1203, theme.scss */
.search_widget {
  position: relative; }

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

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

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

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

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

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

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

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

/* line 1255, theme.scss */
.social-menu-link {
  color: inherit;
  width: 35px;
  height: 35px;
  border: 1px solid;
  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 1277, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

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

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

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

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

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

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

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

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

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

/* line 1325, theme.scss */
.settings_guide-font-primary::before {
  content: '$font-family-primary: ';
  font-family: "Open Sans" !important; }

/* line 1330, theme.scss */
.settings_guide-font-primary::after {
  content: "Open Sans !important";
  font-family: "Open Sans" !important; }

/* line 1335, 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 1340, 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 1345, theme.scss */
.settings_guide-font-size::before {
  content: '$font-size-primary: '; }

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

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

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

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

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

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

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

/* line 1397, 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: #2f2f2f; }

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

/* line 1406, 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 1411, theme.scss */
.settings_guide-color-info:before {
  content: '$color-info: '; }

/* line 1415, 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 1420, theme.scss */
.settings_guide-color-success:before {
  content: '$color-success: '; }

/* line 1424, 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: #2f2f2f; }

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

/* line 1433, 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 1438, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 1442, 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; }

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

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

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

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

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

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

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

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

/*==============
     NEW CSS
===============*/
/* line 6, _custom.scss */
input,
button,
select,
optgroup,
textarea {
  font-family: "Open Sans" !important; }

/*==========
  HEADER
============*/
/* line 16, _custom.scss */
.top-panel-wrapper {
  background-color: #f4f4f4; }
  /* line 18, _custom.scss */
  .top-panel-wrapper p {
    padding: 16px 0;
    margin: 0;
    color: #2f2f2f;
    text-align: center; }

/* line 25, _custom.scss */
.main-header .header-top {
  padding: 30px 0;
  border-bottom: 1px solid #e6e9ea; }

/* line 29, _custom.scss */
.phone {
  margin-right: 35px; }
  /* line 31, _custom.scss */
  .phone .phone-ico {
    margin-right: 10px; }
    /* line 33, _custom.scss */
    .phone .phone-ico svg {
      position: relative;
      top: 2px;
      vertical-align: baseline; }

/* line 40, _custom.scss */
.favorites-widget-link {
  position: relative; }
  /* line 42, _custom.scss */
  .favorites-widget-link .favorites-ico {
    margin-right: 10px; }
    /* line 44, _custom.scss */
    .favorites-widget-link .favorites-ico svg {
      position: relative;
      top: 2px;
      vertical-align: baseline;
      fill: #4c626f; }
  /* line 51, _custom.scss */
  .favorites-widget-link .favorites-widget-counter {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background-color: #465c6a;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center; }

/* line 67, _custom.scss */
.account-login {
  position: relative;
  margin-right: 15px; }
  /* line 70, _custom.scss */
  .account-login .login-ico {
    margin-right: 10px; }
    /* line 72, _custom.scss */
    .account-login .login-ico svg {
      position: relative;
      top: 2px;
      vertical-align: baseline; }

/* line 79, _custom.scss */
.account-login:after {
  content: '';
  position: absolute;
  top: 6px;
  right: -9px;
  width: 1px;
  height: 13px;
  background-color: #1c1e2d; }

/* line 88, _custom.scss */
.header-account {
  font-size: 0.8125em;
  line-height: 23px; }

/* line 92, _custom.scss */
.header-contacts {
  font-size: 0.8125em;
  line-height: 23px; }

/* line 96, _custom.scss */
.cart-widget {
  font-size: 0.8125em;
  line-height: 23px;
  position: relative; }
  /* line 100, _custom.scss */
  .cart-widget .cart-widget-ico {
    margin-right: 10px;
    margin: 0 auto; }
  /* line 104, _custom.scss */
  .cart-widget .cart-widget-counter {
    position: absolute;
    top: -5px;
    left: -10px;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    background-color: #465c6a;
    font-size: 0.75em;
    font-weight: bold;
    line-height: 18px;
    color: #fff;
    text-align: center; }

/*===========
 MAIN MENU
=============*/
/* line 123, _custom.scss */
.main-menu-wrapper {
  border-bottom: 1px solid #e6e9ea; }
  /* line 125, _custom.scss */
  .main-menu-wrapper .main-menu {
    padding: 36px 0; }
    /* line 127, _custom.scss */
    .main-menu-wrapper .main-menu .menu-item:hover {
      cursor: pointer; }

/* line 132, _custom.scss */
.search-widget {
  width: 100%; }

/* line 135, _custom.scss */
.promo-slider .swiper-wrapper {
  max-height: 566px; }

/* line 138, _custom.scss */
.promo-slider {
  margin-bottom: 4.375em; }

/* line 139, _custom.scss */
.slide-title {
  width: 59%;
  font-size: 2.3125em;
  line-height: 37px;
  color: #303030;
  font-weight: bold; }

/* line 146, _custom.scss */
.slide-description {
  font-size: 1.5625em;
  line-height: 27px;
  color: #b69b68;
  margin-top: 10px;
  font-weight: 600; }

/* line 153, _custom.scss */
.slide-more button {
  background: none;
  color: #303030;
  font-weight: 600;
  font-size: 1.0625em;
  border: none;
  margin: 0;
  padding: 0; }

/* line 162, _custom.scss */
.promo-slider-pagination {
  margin-top: 20px;
  position: inherit; }
  /* line 165, _custom.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    background: #d9d9d9;
    opacity: inherit;
    margin: 0 7px; }
  /* line 170, _custom.scss */
  .promo-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #738fa1;
    margin: 0 7px; }

/* line 175, _custom.scss */
.products-title {
  text-align: center;
  font-size: 2.1875em;
  text-transform: unset;
  margin-bottom: 50px; }

/*card product*/
/* line 182, _custom.scss */
.card {
  border: none; }

/* line 186, _custom.scss */
.card-info .image-wraps {
  margin-bottom: 30px; }
/* line 189, _custom.scss */
.card-info .card-title {
  margin-bottom: 1.25em;
  font-size: 0.9375em;
  line-height: 21px;
  font-weight: 600;
  height: 3rem; }
/* line 196, _custom.scss */
.card-info .card-prices {
  font-size: 1.25em;
  font-weight: 700; }

/* line 201, _custom.scss */
.subscribe {
  background-color: #f4f4f4;
  padding: 70px 0;
  margin: 118px 0; }
  /* line 205, _custom.scss */
  .subscribe form input {
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: none;
    padding-left: 0px;
    max-width: 426px;
    width: 100%;
    margin-right: 10px; }

/* line 216, _custom.scss */
.recently {
  margin-bottom: 160px; }

/* line 219, _custom.scss */
.section-title {
  font-size: 2.1875em;
  color: #5e7685;
  font-weight: 700;
  margin-bottom: 30px; }

/* line 225, _custom.scss */
.feedback {
  padding: 90px 0;
  background-color: #f8f8f8; }
  /* line 228, _custom.scss */
  .feedback .section-title {
    margin-bottom: 15px;
    color: #2f2f2f; }
  /* line 232, _custom.scss */
  .feedback .section-subtitle {
    font-size: 0.875em;
    color: #8d8d8d;
    font-weight: 600;
    margin: 0;
    margin-bottom: 55px; }

/* line 241, _custom.scss */
.feedback-form h4 {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 30px; }

/* line 248, _custom.scss */
.feedback-contacts h4 {
  font-size: 1.375em;
  font-weight: 600;
  margin-bottom: 20px; }

/* line 254, _custom.scss */
.feedback-contacts .d-flex .contacts-wrapper:first-child {
  margin-right: 60px;
  min-width: 180px; }

/* line 258, _custom.scss */
.contacts-phone {
  font-weight: 600;
  margin-bottom: 18px; }
  /* line 261, _custom.scss */
  .contacts-phone p {
    font-size: 0.875em;
    color: #7f7f7f;
    line-height: 21px;
    margin: 5px 0; }
  /* line 267, _custom.scss */
  .contacts-phone a {
    font-size: 0.9375em; }

/* line 271, _custom.scss */
.contacts-time {
  font-weight: 600;
  margin-bottom: 18px; }
  /* line 274, _custom.scss */
  .contacts-time p {
    font-size: 0.875em;
    color: #7f7f7f;
    line-height: 21px;
    margin: 5px 0; }
  /* line 280, _custom.scss */
  .contacts-time .tm-work {
    font-size: 0.9375em;
    color: #2f2f2f; }

/* line 285, _custom.scss */
.contacts-info {
  font-weight: 600;
  margin-bottom: 18px; }
  /* line 288, _custom.scss */
  .contacts-info p {
    font-size: 0.875em;
    color: #7f7f7f;
    line-height: 21px;
    margin: 5px 0; }
  /* line 294, _custom.scss */
  .contacts-info a {
    font-size: 0.9375em; }

/* line 299, _custom.scss */
.feedback-form .form-send {
  margin-left: 0px;
  padding-left: 40px;
  padding-right: 40px; }
/* line 304, _custom.scss */
.feedback-form input {
  background-color: #fff;
  border: 1px solid #b5c4cd;
  padding: 10px 15px;
  width: 95%;
  margin-bottom: 10px; }

/* line 312, _custom.scss */
.feedback-field-wrap {
  max-width: inherit;
  margin: inherit; }

/* line 316, _custom.scss */
[type="submit"] {
  color: #fff; }

/* line 319, _custom.scss */
footer {
  padding: 40px 0 35px 0;
  background-color: #738fa1;
  color: #fff; }
  /* line 323, _custom.scss */
  footer .footer-nav {
    margin-top: 30px; }
  /* line 327, _custom.scss */
  footer .footer-copyright a {
    color: #fff;
    line-height: 27px;
    font-size: 0.6875em; }
  /* line 334, _custom.scss */
  footer .footer-mail a {
    font-size: 0.9375em;
    color: #fff; }

/* line 340, _custom.scss */
.social-menu .social-menu-link {
  width: 29px;
  height: 29px;
  border: 2px solid;
  line-height: 24px;
  font-size: 0.875em;
  margin-right: 23px;
  margin-left: 23px; }
  /* line 348, _custom.scss */
  .social-menu .social-menu-link :first-child {
    margin-left: 0px; }

/* line 353, _custom.scss */
.footer_menu .footer_menu-item {
  margin: 0 11px; }
  /* line 355, _custom.scss */
  .footer_menu .footer_menu-item a {
    color: #fff;
    font-size: 0.6875em; }

/* line 360, _custom.scss */
.social-menu .is-instagram {
  margin-right: 0px; }

/* breadcrumb */
/* line 365, _custom.scss */
.breadcrumb {
  background: none;
  padding: 1.875em 0; }
  /* line 368, _custom.scss */
  .breadcrumb .breadcrumb-item {
    font-size: 0.8125em; }
  /* line 371, _custom.scss */
  .breadcrumb .breadcrumb-item.home a {
    color: #8f8f8f; }
  /* line 374, _custom.scss */
  .breadcrumb .breadcrumb-item:not(:last-child):after {
    content: ''; }

/* line 378, _custom.scss */
.collection-categories {
  background-color: #f8f8f8;
  padding: 30px 120px 0;
  margin-top: 15px;
  margin-bottom: 50px; }
  /* line 383, _custom.scss */
  .collection-categories a {
    margin: 0px 25px 30px;
    font-size: 0.8125em;
    font-weight: 600;
    color: #5e7685; }

/* line 390, _custom.scss */
.collection-filter-header {
  font-size: 0.8125em;
  font-weight: 600;
  line-height: 28px; }

/* line 395, _custom.scss */
.collection-order {
  font-size: 0.8125em;
  font-weight: 600; }
  /* line 398, _custom.scss */
  .collection-order .slct {
    font-size: 13px;
    font-weight: 600;
    padding: 5px 5px; }

/* line 404, _custom.scss */
.collection-header {
  margin-bottom: 30px; }

/* line 407, _custom.scss */
.image-wraps .bttn-favorite {
  width: 17px;
  height: auto;
  top: 12px;
  left: 12px;
  margin: 0;
  padding: 0px;
  position: absolute;
  display: block;
  background-image: none;
  fill: #fff;
  stroke: #465c6a;
  stroke-width: 1.5px; }

/* line 421, _custom.scss */
.image-wraps .bttn-favorite.is-added svg {
  fill: #465c6a; }

/* line 424, _custom.scss */
.filter-title span {
  font-size: 0.8125em; }

/* line 427, _custom.scss */
.filter {
  padding: 0px 0;
  padding-bottom: 29px;
  border-bottom: none; }

/* line 433, _custom.scss */
.filter-items-wrapper .filter-items-list {
  font-size: 0.8125em; }

/* line 437, _custom.scss */
.collection-filter .range-slider .irs-bar {
  background: #8f9ba2; }

/* line 440, _custom.scss */
.collection-filter .range-slider .irs {
  -ms-flex-order: 2;
  order: 2; }

/* line 444, _custom.scss */
.collection-filter .range-slider .irs-line-mid, .collection-filter .range-slider .irs-line-left, .collection-filter .range-slider .irs-line-right {
  background: #e3e3e3; }

/* line 447, _custom.scss */
.range-slider {
  height: 57px; }

/* line 450, _custom.scss */
.irs-min, .irs-max {
  top: 37px;
  color: #2f2f2f;
  background: none;
  font-weight: 600;
  font-size: 0.8125em; }

/* line 457, _custom.scss */
.irs-from, .irs-to, .irs-single {
  top: 37px;
  color: #2f2f2f;
  background: none;
  font-weight: 600;
  font-size: 0.8125em; }

/* line 464, _custom.scss */
.pagination {
  font-size: 0.8125em;
  padding: 45px 0 80px; }
  /* line 467, _custom.scss */
  .pagination .is-current {
    font-weight: 700; }
  /* line 470, _custom.scss */
  .pagination .pagination-item .pagination-link {
    font-size: 0.8125em;
    border: none;
    min-width: 24px; }

/* line 476, _custom.scss */
.recently-collection {
  background-color: #f8f8f8;
  padding: 70px 0; }

/* line 480, _custom.scss */
.pagination-wrapper {
  margin-top: 5px; }
  /* line 482, _custom.scss */
  .pagination-wrapper .bttn.bttn-prim {
    font-size: 0.9375em;
    padding: 8px 38px;
    color: #fff;
    text-transform: none;
    border: 2px solid #738fa1; }

/* product */
/* line 491, _custom.scss */
.gallery-wrapper {
  max-width: 580px; }
  /* line 493, _custom.scss */
  .gallery-wrapper .gallery-top {
    border: none; }
  /* line 496, _custom.scss */
  .gallery-wrapper .gallery-thumbs-wrap {
    border: none; }
  /* line 500, _custom.scss */
  .gallery-wrapper .gallery-thumbs .gallery-thumb {
    padding-bottom: calc(78% - 2px);
    border: none; }
  /* line 507, _custom.scss */
  .gallery-wrapper .gallery-thumbs .swiper-slide.is-active .gallery-thumb {
    border: none; }

/* line 512, _custom.scss */
.gallery-wrapper .swiper-button-next {
  width: 15px;
  background-color: #7f7f7f;
  -webkit-mask-image: url("arrow-right_desc.svg");
  left: auto; }

/* line 518, _custom.scss */
.gallery-wrapper .swiper-button-prev {
  width: 15px;
  background-color: #7f7f7f;
  -webkit-mask-image: url("arrow-left_desc.svg");
  right: auto; }

/* line 524, _custom.scss */
.product-wrapper {
  margin-top: 86px; }

/* line 528, _custom.scss */
.product-info .product-title {
  font-size: 1.5em;
  line-height: 32px;
  font-weight: 700; }
/* line 533, _custom.scss */
.product-info .product-sku {
  text-transform: capitalize;
  font-size: 0.9375em;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 32px; }
/* line 540, _custom.scss */
.product-info .props .props-col {
  width: 33%;
  margin-bottom: 25px; }
/* line 544, _custom.scss */
.product-info .props label + span {
  width: 100%;
  height: inherit;
  font-weight: 600;
  font-size: 0.9375em; }
/* line 550, _custom.scss */
.product-info .props label span {
  color: #828282;
  font-weight: 600;
  font-size: 0.875em; }
/* line 555, _custom.scss */
.product-info .product-prices {
  margin-bottom: 20px; }
  /* line 557, _custom.scss */
  .product-info .product-prices .product-old_price span {
    font-size: 1.5em;
    line-height: 33px;
    color: #828282;
    font-weight: 600;
    margin-left: 10px; }
  /* line 564, _custom.scss */
  .product-info .product-prices .product-price span {
    font-size: 2.1875em;
    font-weight: 600;
    line-height: 33px; }
/* line 571, _custom.scss */
.product-info .product-buttons .bttn {
  font-size: 0.9375em;
  font-weight: 600;
  padding: 12px 25px;
  text-transform: inherit;
  margin: 0; }
/* line 578, _custom.scss */
.product-info .product-buttons .bttn.bttn-second {
  border: 2px solid #738fa1;
  background-color: #fff;
  color: #738fa1;
  padding: 12px 25px;
  border-radius: 5px;
  width: 100%; }
/* line 586, _custom.scss */
.product-info .product-buttons .bttn.bttn-second:hover {
  background-color: #738fa1;
  color: #fff; }
/* line 590, _custom.scss */
.product-info .product-buttons .bttn.bttn-prim {
  padding: 10px 33px;
  border-radius: 5px;
  margin-left: 10px;
  line-height: 19px;
  border: 2px solid #738fa1; }

/* line 600, _custom.scss */
.tabs.product_tabs {
  border-top: none; }

/* line 604, _custom.scss */
.product_tabs .tabs-head {
  border-bottom: 1px solid #e3e7e9; }
/* line 607, _custom.scss */
.product_tabs .tabs-item {
  padding: 0 5px 15px 5px;
  margin-right: 62px; }
/* line 611, _custom.scss */
.product_tabs .tabs-item.is-button-active {
  border-color: #465c6a; }

/* line 615, _custom.scss */
.card.cards-col {
  background: none; }

/* line 618, _custom.scss */
.card .card-image {
  background: #fff; }

/* line 621, _custom.scss */
.related-wrapper {
  padding: 75px 0;
  background-color: #f8f8f8; }

/* line 625, _custom.scss */
.option-selector {
  margin: 0; }

/* cart */
/* line 629, _custom.scss */
.cart-form {
  margin-bottom: 60px; }
  /* line 631, _custom.scss */
  .cart-form .cart-items {
    padding: 0 34px 0 60px;
    margin-bottom: 32px;
    border-bottom: 1px solid #e2e5e7; }
    /* line 635, _custom.scss */
    .cart-form .cart-items .cart-item {
      margin-bottom: 20px;
      font-size: 0.9375em;
      line-height: 23px;
      font-weight: 600; }
    /* line 641, _custom.scss */
    .cart-form .cart-items .item-img {
      margin-right: 20px; }
    /* line 644, _custom.scss */
    .cart-form .cart-items .image-container {
      width: 100px;
      height: auto; }
  /* line 649, _custom.scss */
  .cart-form .item-info-inner {
    max-width: 310px; }

/* line 653, _custom.scss */
.cart-title {
  font-size: 30px;
  margin-bottom: 72px; }

/* line 657, _custom.scss */
.quantity-input {
  height: 41px;
  font-weight: 600;
  font-size: 0.9375em; }

/* line 662, _custom.scss */
.bttn-count {
  width: 38px;
  height: 41px;
  background-color: #f4f4f4; }

/* line 667, _custom.scss */
.quantity-controls svg {
  position: relative;
  top: -2px; }

/* line 671, _custom.scss */
.quantity-controls:after {
  content: 'шт.';
  display: inline-block;
  margin-left: 5px; }

/* line 676, _custom.scss */
.bttn.bttn-prim.discounts-submit {
  text-transform: capitalize;
  font-size: 0.9375em;
  font-weight: 600;
  padding: 0 26px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #738fa1; }

/* line 686, _custom.scss */
.cart-order {
  font-size: 1.25em;
  font-weight: 600; }

/* line 690, _custom.scss */
.cart-submit {
  float: right;
  font-size: 0.9375em !important;
  padding: 7px 37px !important;
  text-transform: none;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid #738fa1 !important; }

/* line 699, _custom.scss */
.item-total_price {
  width: 25px; }

/* line 702, _custom.scss */
.article-date {
  margin: 0; }

/* line 705, _custom.scss */
.article-wrapper {
  width: 100%;
  margin-bottom: 60px; }

/* line 709, _custom.scss */
.article_preview {
  border: none;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 16px;
  padding-bottom: 32px; }
  /* line 714, _custom.scss */
  .article_preview .card-body {
    padding: 0; }
    /* line 716, _custom.scss */
    .article_preview .card-body .article_preview-blog {
      font-size: 0.8125em;
      line-height: 30px; }
      /* line 719, _custom.scss */
      .article_preview .card-body .article_preview-blog img {
        width: 100%; }
    /* line 723, _custom.scss */
    .article_preview .card-body .read_more {
      font-size: 0.8125em;
      color: #465c6a;
      font-weight: 700;
      margin: 0 5px;
      font-style: italic; }
    /* line 730, _custom.scss */
    .article_preview .card-body .article_preview-image_wrap {
      margin-bottom: 38px; }
    /* line 733, _custom.scss */
    .article_preview .card-body .article_preview-inner {
      padding: 0;
      margin-bottom: 32px; }
      /* line 736, _custom.scss */
      .article_preview .card-body .article_preview-inner .article-date {
        font-size: 0.6875em;
        color: #8f8f8f; }
      /* line 740, _custom.scss */
      .article_preview .card-body .article_preview-inner .article_author {
        font-size: 0.8125em;
        font-weight: 600; }
      /* line 744, _custom.scss */
      .article_preview .card-body .article_preview-inner .article_preview-title {
        font-size: 1.4375em;
        color: #465c6a;
        font-weight: 700; }

/* line 752, _custom.scss */
.article_preview-footer {
  font-size: 0.8125em;
  color: #5e7685;
  font-weight: 600;
  margin-bottom: 20px; }
  /* line 757, _custom.scss */
  .article_preview-footer a {
    color: #5e7685; }
  /* line 760, _custom.scss */
  .article_preview-footer .article_back {
    color: #5e7685; }
  /* line 763, _custom.scss */
  .article_preview-footer .article_back:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 12px;
    position: relative;
    top: 1px;
    margin-right: 10px;
    background-image: url("arrow-back.png"); }
  /* line 773, _custom.scss */
  .article_preview-footer .footer_article-title {
    margin: 0; }
  /* line 776, _custom.scss */
  .article_preview-footer .social_share {
    margin: 0; }
    /* line 778, _custom.scss */
    .article_preview-footer .social_share .social_share-ico {
      display: inline-block;
      width: 16px;
      height: 16px; }
    /* line 783, _custom.scss */
    .article_preview-footer .social_share .social_share-list {
      padding: 0;
      margin: 0;
      list-style: none;
      margin: 0 13px; }
      /* line 788, _custom.scss */
      .article_preview-footer .social_share .social_share-list li {
        display: inline-block;
        position: relative;
        padding: 0 5px; }
        /* line 792, _custom.scss */
        .article_preview-footer .social_share .social_share-list li a {
          color: #5e7685;
          font-size: 13px;
          display: inline-block;
          vertical-align: middle;
          text-transform: uppercase; }
      /* line 800, _custom.scss */
      .article_preview-footer .social_share .social_share-list li:after {
        content: '|';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        top: 0px;
        right: 0px; }
      /* line 809, _custom.scss */
      .article_preview-footer .social_share .social_share-list li:last-child:after {
        content: ''; }

/* line 816, _custom.scss */
.blog-articles ul {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8125em;
  line-height: 30px;
  margin-bottom: 0px; }
  /* line 823, _custom.scss */
  .blog-articles ul li {
    font-weight: 500;
    color: #2f2f2f; }
    /* line 826, _custom.scss */
    .blog-articles ul li .is-active {
      font-weight: 700; }

/* line 832, _custom.scss */
.blog-right-column {
  margin-bottom: 100px; }

/* line 835, _custom.scss */
.about-image {
  position: relative;
  margin-bottom: 85px; }
  /* line 838, _custom.scss */
  .about-image .img {
    width: 100%;
    height: 575px;
    position: relative;
    padding: 0px;
    object-fit: cover; }

/* line 846, _custom.scss */
.about_description {
  font-size: 2.25em;
  max-width: 300px;
  color: #465c6a;
  font-weight: 600;
  line-height: 38px;
  position: absolute;
  right: -197px; }

/* line 855, _custom.scss */
.about_wrapper .page-content {
  font-size: 0.8125em !important;
  line-height: 30px !important; }

/* line 859, _custom.scss */
.opt_wrapper {
  margin-bottom: 110px; }

/* line 863, _custom.scss */
.page_opt .page-subtitle {
  font-size: 0.875em;
  line-height: 21px;
  letter-spacing: 1px;
  color: #2f2f2f; }

/* line 870, _custom.scss */
.page_opt-variants {
  margin-top: 100px; }
  /* line 872, _custom.scss */
  .page_opt-variants .opt_variant-wrapper {
    border: 5px solid #d5d5d5;
    position: relative;
    padding-bottom: 35px; }
  /* line 877, _custom.scss */
  .page_opt-variants .variant_number {
    font-size: 3.3125em;
    line-height: 87px;
    color: #738fa1;
    font-weight: bold;
    position: absolute;
    top: -55px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    background: #fff; }
  /* line 889, _custom.scss */
  .page_opt-variants .variant_title {
    margin-top: 65px;
    font-size: 1.25em;
    color: #465c6a;
    font-weight: 700;
    height: 78px; }
  /* line 896, _custom.scss */
  .page_opt-variants .variant_description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 23px;
    font-weight: 600; }
  /* line 904, _custom.scss */
  .page_opt-variants .variant_description ul li:before {
    content: "-";
    display: inline-block;
    padding-right: 5px; }

/* line 910, _custom.scss */
.feedback-form-opt {
  padding: 0 24px; }
  /* line 912, _custom.scss */
  .feedback-form-opt .text-field {
    width: 100%; }
  /* line 915, _custom.scss */
  .feedback-form-opt .feedback-form {
    margin-bottom: 75px; }
  /* line 918, _custom.scss */
  .feedback-form-opt .form-send {
    margin: 0 auto;
    float: none;
    display: block;
    background-color: #738fa1;
    margin-bottom: 12px;
    padding-left: 57px;
    padding-right: 57px; }
  /* line 927, _custom.scss */
  .feedback-form-opt .feedback-form-contacts a {
    font-size: 0.8125em;
    font-weight: 600; }
    /* line 930, _custom.scss */
    .feedback-form-opt .feedback-form-contacts a span {
      margin-right: 11px; }
  /* line 934, _custom.scss */
  .feedback-form-opt .feedback-form-contacts a:first-child {
    margin-right: 44px; }

/* line 939, _custom.scss */
.conf_link {
  font-size: 0.8125em;
  line-height: 18px;
  color: #738fa1;
  text-decoration: underline !important; }

/* line 945, _custom.scss */
.delivery_tabs {
  padding: 70px 0; }

/* line 948, _custom.scss */
.tabs-head-delivery .tabs-item {
  font-size: 0.8125em;
  text-transform: none; }

/* line 952, _custom.scss */
.tabs-head-delivery .tabs-item:last-child {
  margin-right: 0px; }

/* line 956, _custom.scss */
.delivery_wrapper .page-title {
  margin-bottom: 50px; }
/* line 959, _custom.scss */
.delivery_wrapper .tabs {
  padding-bottom: 0; }

/* line 963, _custom.scss */
.tabs-bg {
  background-color: #f8f8f8; }

/* line 967, _custom.scss */
.delivery_variant .variant_title {
  font-size: 1.25em;
  line-height: 23px;
  font-weight: 700;
  max-height: 65px;
  height: 100%; }
/* line 974, _custom.scss */
.delivery_variant .variant_title-description {
  font-size: 0.875em;
  line-height: 23px;
  font-weight: 700; }
/* line 979, _custom.scss */
.delivery_variant .variant_title-description:after {
  content: '';
  display: block;
  width: 32px;
  background-color: #526673;
  height: 1px;
  margin: 0 auto;
  position: relative;
  top: 15px; }
/* line 989, _custom.scss */
.delivery_variant .variant_description {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 23px;
  margin: 30px 0px; }
/* line 995, _custom.scss */
.delivery_variant .variant_price {
  font-size: 0.875em;
  font-weight: 600;
  line-height: 23px; }

/* line 1002, _custom.scss */
.product_bundle .bundle-title {
  font-size: 0.8125em;
  font-weight: 600; }
/* line 1006, _custom.scss */
.product_bundle .bundle-item {
  max-width: 117px;
  width: 110%;
  position: relative; }
/* line 1011, _custom.scss */
.product_bundle .bundle-item:first-child {
  margin-right: 30px; }
/* line 1014, _custom.scss */
.product_bundle .bundle-item:first-child:after {
  content: '+';
  font-size: 1.5em;
  position: absolute;
  right: -22px;
  top: 19%;
  font-weight: 600; }
/* line 1022, _custom.scss */
.product_bundle .bundle-item:last-child:after {
  content: '=';
  font-size: 1.5em;
  position: absolute;
  right: -22px;
  top: 19%;
  font-weight: 600;
  z-index: 100; }
/* line 1031, _custom.scss */
.product_bundle .bundle-price {
  margin-left: 32px;
  padding-top: 10px; }
  /* line 1034, _custom.scss */
  .product_bundle .bundle-price .bundle_price-old {
    font-size: 1.5em;
    line-height: 23px;
    font-weight: 600;
    text-decoration: line-through;
    color: #696969; }
  /* line 1041, _custom.scss */
  .product_bundle .bundle-price .bundle_price-sale {
    font-size: 1.5em;
    line-height: 23px;
    font-weight: 600; }
  /* line 1046, _custom.scss */
  .product_bundle .bundle-price .bttn-prim {
    margin-top: 10px;
    text-transform: none;
    padding: 10px 17px;
    border: 2px solid #738fa1; }
/* line 1053, _custom.scss */
.product_bundle .bundle-img {
  margin-bottom: 20px; }
  /* line 1055, _custom.scss */
  .product_bundle .bundle-img img {
    max-width: 117px;
    width: 100%;
    height: 117px; }
/* line 1061, _custom.scss */
.product_bundle .bundle-name {
  font-size: 0.8125em;
  font-weight: 600; }

/* line 1067, _custom.scss */
.bundle_card .bundle-item:last-child:after {
  content: none; }

/* line 1071, _custom.scss */
.reviews-empty {
  margin-bottom: 20px !important; }

/* line 1075, _custom.scss */
.review-form .notice-error {
  margin-top: 20px; }
/* line 1078, _custom.scss */
.review-form .feedback-form {
  margin-top: 20px; }
  /* line 1080, _custom.scss */
  .review-form .feedback-form input {
    width: 100%; }
  /* line 1083, _custom.scss */
  .review-form .feedback-form .is-textarea {
    margin-bottom: 10px; }
  /* line 1086, _custom.scss */
  .review-form .feedback-form .star-rating-row {
    margin-bottom: 10px; }
  /* line 1089, _custom.scss */
  .review-form .feedback-form .form-controls {
    margin-top: 20px; }
    /* line 1091, _custom.scss */
    .review-form .feedback-form .form-controls .bttn-prim {
      font-size: 0.9375em;
      text-transform: capitalize;
      margin: 0;
      border: 2px solid #738fa1;
      padding: 12px 32px; }

/* line 1101, _custom.scss */
.review-form .review-name {
  padding-right: 10px; }

/* line 1104, _custom.scss */
.review-form .review-mail {
  padding-left: 0px; }

/* line 1107, _custom.scss */
.search-widget-header {
  position: absolute;
  width: 260px;
  right: 0px;
  padding-left: 20px;
  top: 4px;
  z-index: 10;
  height: 93px;
  background: #fff;
  display: none; }

/* line 1118, _custom.scss */
.search_widget {
  padding: 24px 0; }

/* line 1121, _custom.scss */
.js-favorite {
  margin-bottom: 60px; }

/* line 1124, _custom.scss */
.page-title {
  text-align: center;
  font-size: 2.1875pxem;
  text-transform: unset;
  margin-bottom: 50px; }

/* menu collection */
/* line 1131, _custom.scss */
.main-menu-wrapper {
  position: relative; }

/* line 1134, _custom.scss */
.menu_collection-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 90px;
  z-index: 10000000000;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 25px 0; }
  /* line 1142, _custom.scss */
  .menu_collection-wrapper .nav {
    width: 100%;
    margin-top: 0; }
    /* line 1145, _custom.scss */
    .menu_collection-wrapper .nav .menu-link {
      font-size: 0.8125em;
      line-height: 25px; }

/* line 1151, _custom.scss */
.menu-collection-popup {
  display: none; }

/* line 1154, _custom.scss */
.discount-modal {
  max-width: 1180px;
  width: 100%;
  background-color: #f8f8f8;
  padding: 70px 0; }
  /* line 1159, _custom.scss */
  .discount-modal p {
    margin: 0; }
  /* line 1162, _custom.scss */
  .discount-modal h2 {
    margin-bottom: 30px; }
  /* line 1165, _custom.scss */
  .discount-modal h3 {
    margin: 25px 0 25px; }
  /* line 1169, _custom.scss */
  .discount-modal table {
    max-width: 378px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 35px; }
  /* line 1176, _custom.scss */
  .discount-modal table th, .discount-modal table td {
    text-align: center !important; }
  /* line 1179, _custom.scss */
  .discount-modal td, .discount-modal table tbody > tr:nth-child(odd) > th {
    background-color: #fff; }
  /* line 1182, _custom.scss */
  .discount-modal table tbody > tr:nth-child(odd) > td {
    background-color: #f8f8f8; }
  /* line 1185, _custom.scss */
  .discount-modal table td {
    border-top: 0; }

/* line 1193, _custom.scss */
.feedback-modal .feedback {
  background: #fff;
  padding-top: 0; }
  /* line 1196, _custom.scss */
  .feedback-modal .feedback .feedback-field {
    background-color: #fff;
    border: 1px solid #b5c4cd;
    padding: 10px 15px;
    width: 100%;
    border-radius: 5px; }
  /* line 1203, _custom.scss */
  .feedback-modal .feedback .form-send {
    margin: 0;
    padding: 12px 40px; }

/*----- Accordion -----*/
/* line 1212, _custom.scss */
.accordion_container {
  margin-top: 40px;
  margin-bottom: 30px;
  background: #f9f9f9; }

/* line 1217, _custom.scss */
.accordion-item {
  border-bottom: 1px solid #f7f7f7;
  padding: 0 10px;
  box-shadow: 0px 3px 40px rgba(148, 147, 200, 0.08); }

/* line 1222, _custom.scss */
.accordion_head:hover {
  cursor: pointer; }

/* line 1225, _custom.scss */
.accordion_head {
  padding: 11px 0;
  font-size: 0.75em;
  font-weight: 600;
  text-transform: uppercase; }

/* line 1231, _custom.scss */
.accordion_body {
  font-size: 0.8125em;
  padding-bottom: 10px; }

/* line 1235, _custom.scss */
.accordion_body p {
  margin: 0px;
  line-height: 1.8;
  letter-spacing: .05em; }

/* line 1240, _custom.scss */
.accordion__icon {
  width: 9px;
  float: right;
  height: 9px;
  position: relative;
  right: 0;
  top: -1px;
  line-height: inherit;
  cursor: pointer;
  background-position: 0px 2px !important;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  -o-transition: transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

/* line 1255, _custom.scss */
.accordion__icon:focus {
  outline: none; }

/* line 1258, _custom.scss */
.accordion__icon::-ms-expand {
  border: 0;
  color: transparent;
  background-color: transparent !important;
  background-repeat: no-repeat;
  background-position: center; }

@supports (-webkit-appearance: none) or (-moz-appearance: none) or (appearance: none) {
  /* line 1266, _custom.scss */
  .accordion__icon {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 1.25rem;
    background-repeat: no-repeat;
    background-position: right 0.75rem center; } }
/* line 1274, _custom.scss */
.accordion__icon_active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 7px;
  right: 7px; }

/* line 1281, _custom.scss */
.reg {
  background-color: #f4f4f4;
  padding: 70px 0;
  margin: 118px 0; }
  /* line 1285, _custom.scss */
  .reg h2 {
    font-size: 2.1875em;
    color: #5e7685;
    font-weight: 700;
    margin-bottom: 30px; }

/* line 1293, _custom.scss */
.reg-buttons .more-discount {
  border-radius: 4px;
  background: none;
  color: #738fa1;
  font-size: 0.9375em;
  font-weight: 600;
  padding: 9px 13px;
  margin-right: 10px; }
/* line 1302, _custom.scss */
.reg-buttons .registration {
  border-radius: 4px;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 600;
  padding: 9px 35px;
  margin-left: 10px; }

/* line 1311, _custom.scss */
.slider-inner-desc > div {
  height: 100%; }

@media (max-width: 767.98px) {
  /* line 1315, _custom.scss */
  .grwf2-wrapper.wf2-scale-up.wf2-animated, .grwf2_backdrop.wf2-bg-dark {
    display: none; }

  /* line 1318, _custom.scss */
  .xs-hidden {
    display: none !important; }

  /* line 1321, _custom.scss */
  .js-products .card-wrapper {
    margin-bottom: 0px; }

  /* line 1325, _custom.scss */
  .added-content .bttn-prim {
    width: 100%;
    margin-bottom: 10px; }
  /* line 1329, _custom.scss */
  .added-content .bttn-transparent {
    width: 100%;
    margin: 0; }

  /* line 1334, _custom.scss */
  .product-buttons .bttn-fav.not-added svg {
    stroke: #fff; }

  /* line 1337, _custom.scss */
  .article_preview-inner .article-date {
    padding: 2px 0 !important; }

  /* line 1341, _custom.scss */
  .collection-filter .range-slider .range-slider-input_wrapper {
    width: 50%;
    position: relative;
    height: 40px; }
  /* line 1347, _custom.scss */
  .collection-filter .range-slider .range-slider-input span {
    position: absolute;
    top: 8px;
    left: 22px;
    font-weight: 600; }
  /* line 1353, _custom.scss */
  .collection-filter .range-slider .range-slider-input input {
    height: 40px;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
    margin-bottom: 0px;
    padding-left: 40px; }

  /* line 1362, _custom.scss */
  .product-buttons .bttn-prim {
    line-height: 19px !important; }

  /* line 1366, _custom.scss */
  .product-buttons .bttn-fav {
    position: absolute;
    height: 47px;
    border-radius: 50% !important;
    top: -62px;
    background-color: #738fa1 !important;
    right: 0px;
    z-index: 100; }
  /* line 1375, _custom.scss */
  .product-buttons .bttn-fav.not-added svg {
    fill: #738fa1;
    stroke-width: 1px; }

  /* line 1380, _custom.scss */
  .range-slider {
    height: 100px; }

  /* line 1384, _custom.scss */
  .range-slider-input_wrapper .input-field {
    display: block; }

  /* line 1388, _custom.scss */
  .collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
    background: #000 !important; }

  /* line 1391, _custom.scss */
  .collection-filter .range-slider .irs-bar {
    height: 1px;
    background: #000;
    top: 28px; }

  /* line 1396, _custom.scss */
  .collection-filter .range-slider .irs-line {
    height: 1px;
    top: 28px; }

  /* line 1400, _custom.scss */
  .bttn.bttn-prim {
    -webkit-border-radius: 2px !important;
    -moz-border-radius: 2px !important;
    border-radius: 2px !important; }

  /* line 1405, _custom.scss */
  .pagination-wrapper {
    margin-top: 32px; }
    /* line 1407, _custom.scss */
    .pagination-wrapper .bttn.bttn-prim {
      background: #fff;
      color: #000;
      border: 1px solid #000;
      margin-bottom: 25px; }

  /* line 1415, _custom.scss */
  .item-info-inner .item-variant {
    font-size: 0.75em; }
    /* line 1417, _custom.scss */
    .item-info-inner .item-variant .item-option_name span:first-child {
      width: 50% !important; }

  /* line 1422, _custom.scss */
  .discounts-wrap {
    margin-top: 25px; }

  /* line 1425, _custom.scss */
  .card-old_price {
    margin-left: 10px;
    font-size: 12px;
    line-height: 25px; }

  /* line 1430, _custom.scss */
  .cart-order {
    font-weight: 600;
    line-height: 24px;
    font-size: 0.875em;
    margin-top: 25px; }
    /* line 1435, _custom.scss */
    .cart-order .cart-submit {
      margin: 0;
      margin-top: 20px;
      border-radius: 2px; } }
@media (max-width: 1199.98px) {
  /* line 1443, _custom.scss */
  .header_mobile {
    background-color: #f8f8f8;
    padding: 10px 10px; }
    /* line 1446, _custom.scss */
    .header_mobile button {
      margin: 0;
      padding: 0;
      outline: none; }
    /* line 1451, _custom.scss */
    .header_mobile .logotype-mobile {
      margin-right: 20px; }
    /* line 1452, _custom.scss */
    .header_mobile .logotype-mobile img {
      max-width: 210px;
      width: 100%; }
    /* line 1456, _custom.scss */
    .header_mobile .search-widget {
      width: auto; }
    /* line 1459, _custom.scss */
    .header_mobile .favorites-widget-link {
      position: relative;
      top: 1px; }
    /* line 1463, _custom.scss */
    .header_mobile .favorites-widget-link .favorites-ico {
      margin: 0; }
    /* line 1466, _custom.scss */
    .header_mobile .header-widgets_wrapper .header-widget {
      margin: 0 10px;
      text-align: center;
      font-size: 13px;
      line-height: 23px; }
    /* line 1472, _custom.scss */
    .header_mobile .header-widgets_wrapper .header-widget:last-child {
      margin-right: 0; }

  /* line 1477, _custom.scss */
  #search-mobile .search_widget .inpt-group .inpt {
    border-bottom: none !important; }
  /* line 1480, _custom.scss */
  #search-mobile .search_widget .inpt-group .search_widget-submit {
    top: -7px; }

  /* line 1484, _custom.scss */
  .top-panel-wrapper {
    display: none; }

  /* line 1487, _custom.scss */
  .header-top .header-contacts {
    display: none !important; }

  /* line 1490, _custom.scss */
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 19px;
    height: 1px; }

  /* line 1494, _custom.scss */
  .hamburger--collapse .hamburger-inner::after {
    top: -10px; }

  /* line 1497, _custom.scss */
  .hamburger-inner::before {
    top: -5px; }

  /* line 1500, _custom.scss */
  .hamburger.is-active:hover {
    position: relative;
    top: 5px; }

  /* line 1504, _custom.scss */
  .mobile_menu-wrapper {
    position: absolute;
    top: 50px;
    z-index: 1000;
    width: 100%;
    left: 0px;
    padding: 15px;
    background: #fff; }
    /* line 1513, _custom.scss */
    .mobile_menu-wrapper .mobile_menu .mobile_menu-item {
      font-size: 0.8125em;
      padding: 5px 0;
      line-height: 25px; }

  /* line 1520, _custom.scss */
  .mobile_menu-wrapper:after {
    content: 'Каталог товаров';
    display: inline-block;
    transform: rotate(-90deg);
    position: absolute;
    right: -40px;
    color: #999;
    bottom: 72px; }

  /* line 1529, _custom.scss */
  .mobile_menu-wrapper.is-active {
    display: block !important; }

  /* line 1532, _custom.scss */
  .breadcrumb {
    display: inline-block;
    padding: 10px 0px; }
    /* line 1535, _custom.scss */
    .breadcrumb .breadcrumb-item {
      display: inline; }
    /* line 1538, _custom.scss */
    .breadcrumb .breadcrumb-item:first-child:before {
      content: "\f104";
      font: normal normal normal 14px/1 FontAwesome;
      display: inline-block;
      width: 10px;
      height: 10px; }
    /* line 1545, _custom.scss */
    .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
      padding-right: 0; }
    /* line 1548, _custom.scss */
    .breadcrumb .breadcrumb-item + .breadcrumb-item {
      padding-left: 0.2rem; }

  /* line 1552, _custom.scss */
  .product-wrapper {
    margin-top: 0; }

  /* line 1555, _custom.scss */
  .swiper-container-vetical {
    position: relative;
    margin-bottom: 20px; }

  /* line 1559, _custom.scss */
  .swiper-pagination-vert {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    /* line 1564, _custom.scss */
    .swiper-pagination-vert .swiper-pagination-bullet {
      width: 10px;
      height: 10px;
      display: block;
      margin: 8px 0;
      outline: none; }
    /* line 1571, _custom.scss */
    .swiper-pagination-vert .swiper-pagination-bullet-active {
      background: #222; }

  /* line 1575, _custom.scss */
  .related-wrapper {
    padding: 15px 0;
    background: #fff; }

  /* line 1580, _custom.scss */
  .product-info .option-selector {
    margin-bottom: 10px; }
    /* line 1582, _custom.scss */
    .product-info .option-selector .option {
      width: 50%;
      float: left;
      padding-right: 2px; }
    /* line 1587, _custom.scss */
    .product-info .option-selector .option:last-child {
      padding-right: 0px; }
  /* line 1591, _custom.scss */
  .product-info .option-selector::after {
    display: block;
    clear: both;
    content: ""; }
  /* line 1596, _custom.scss */
  .product-info .product-title {
    font-size: 1.25em;
    line-height: 32px;
    font-weight: 600; }
  /* line 1601, _custom.scss */
  .product-info .product-sku {
    text-transform: uppercase;
    font-weight: 500;
    color: #818181;
    margin-bottom: 0;
    font-size: 0.75em;
    letter-spacing: 0.04em; }
  /* line 1609, _custom.scss */
  .product-info .product-price {
    font-size: 0.8125em; }
  /* line 1612, _custom.scss */
  .product-info .product-old_price {
    font-size: 0.625em; }

  /* line 1616, _custom.scss */
  .product-wrapper {
    position: relative; }
    /* line 1618, _custom.scss */
    .product-wrapper .product-info .product-buttons .bttn {
      font-size: 0.75em;
      border-radius: 2px; }
    /* line 1622, _custom.scss */
    .product-wrapper .product-info .product-buttons .bttn-second {
      border: 1px solid #222222;
      color: #222222;
      line-height: 17px; }
    /* line 1628, _custom.scss */
    .product-wrapper .product-buttons .product-buy {
      width: 100%;
      margin: 0px 5px 8px 0px; }
      /* line 1631, _custom.scss */
      .product-wrapper .product-buttons .product-buy .bttn-prim {
        width: 100%;
        margin: 0;
        line-height: 19px; }
    /* line 1637, _custom.scss */
    .product-wrapper .product-buttons .bttn-second {
      margin-right: 4px !important; }
    /* line 1642, _custom.scss */
    .product-wrapper .product-buttons .product-buy:last-child {
      margin-right: 0 !important; }

  /* line 1646, _custom.scss */
  .product_tabs .tabs-item {
    padding: 2px 0px 10px 0px;
    width: 49%;
    font-weight: 600;
    font-size: 0.8125em;
    margin-right: 0; }

  /* line 1653, _custom.scss */
  .product_tabs .tabs-item.is-button-active {
    border-color: #222; }

  /* line 1656, _custom.scss */
  .props-col label {
    margin-right: 5px; }
    /* line 1658, _custom.scss */
    .props-col label span {
      font-weight: 600; }

  /* line 1662, _custom.scss */
  .review-form .review-name {
    padding-right: 0px; }

  /* line 1665, _custom.scss */
  .social-menu .social-menu-item:first-child .social-menu-link {
    margin-left: 0; }

  /* line 1668, _custom.scss */
  .footer-phone {
    margin: 20px 0; }
    /* line 1670, _custom.scss */
    .footer-phone .phone {
      color: #fff;
      font-size: 1.5625em;
      font-weight: 600;
      margin: 0; }

  /* line 1677, _custom.scss */
  .footer-feedback .bttn {
    background: #fff;
    margin: 0 auto;
    padding-left: 35px;
    padding-right: 36px;
    font-weight: 600;
    font-size: 0.8125em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px; }

  /* line 1689, _custom.scss */
  .article_preview-inner {
    margin-bottom: 15px !important; }
    /* line 1691, _custom.scss */
    .article_preview-inner .article-date {
      padding: 10px 0; }
    /* line 1694, _custom.scss */
    .article_preview-inner .article_preview-title {
      color: #222 !important;
      font-size: 1.125em;
      line-height: 23px;
      padding-bottom: 10px; }
    /* line 1700, _custom.scss */
    .article_preview-inner .article_author {
      text-transform: uppercase;
      font-weight: 500;
      color: #818181; }

  /* line 1706, _custom.scss */
  .article_preview-footer .social_share .social_share-list li a {
    font-size: 10px;
    color: #666;
    line-height: 13px; }

  /* line 1711, _custom.scss */
  .article_preview-footer .footer_article-title {
    line-height: 23px;
    font-size: 10px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #666; }

  /* line 1718, _custom.scss */
  .article_preview {
    border: none;
    padding: 0; }
    /* line 1721, _custom.scss */
    .article_preview .card-body .article_preview-image_wrap {
      margin: 0; }

  /* line 1725, _custom.scss */
  .article_preview-footer {
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding: 0 0 15px 0; }

  /* line 1730, _custom.scss */
  .article-wrapper {
    margin-bottom: 15px; }

  /* line 1733, _custom.scss */
  .blog-right-column {
    margin-bottom: 15px; }

  /* line 1736, _custom.scss */
  .pagination {
    padding: 15px 0 15px; }
    /* line 1739, _custom.scss */
    .pagination .pagination-item .pagination-link {
      font-size: 13px;
      min-width: 32px; }

  /* line 1745, _custom.scss */
  .cart-form .cart-items {
    padding: 0;
    margin: 0; }

  /* line 1749, _custom.scss */
  .quantity-wrapper {
    position: absolute;
    right: 0px;
    top: -130px; }

  /* line 1754, _custom.scss */
  .cart-form .cart-items .cart-item {
    position: relative; }

  /* line 1757, _custom.scss */
  .quantity-controls:after {
    content: ''; }

  /* line 1761, _custom.scss */
  .quantity-controls .quantity-input {
    width: 32px;
    padding: 0;
    border: none; }
  /* line 1766, _custom.scss */
  .quantity-controls .bttn-count {
    border: none;
    border-radius: 50% !important;
    height: 30px;
    width: 30px; }
  /* line 1772, _custom.scss */
  .quantity-controls .bttn-count.plus {
    top: -75px;
    right: -1px; }
  /* line 1776, _custom.scss */
  .quantity-controls .bttn-count.minus {
    top: 75px;
    left: 1px; }

  /* line 1782, _custom.scss */
  .cart-item .item-image {
    margin-bottom: 20px; }
  /* line 1785, _custom.scss */
  .cart-item .item-total_price {
    font-size: 1.125em;
    line-height: 30px;
    width: auto; }

  /* line 1791, _custom.scss */
  .total-price {
    padding: 0; }

  /* line 1794, _custom.scss */
  .cart-buttons {
    width: 100%; }
    /* line 1796, _custom.scss */
    .cart-buttons .item-favorite {
      width: 59%; }
      /* line 1798, _custom.scss */
      .cart-buttons .item-favorite .bttn-fav {
        border-radius: 2px;
        background: #fff;
        border: 1px solid #222;
        color: #222;
        width: 100%;
        margin: 0;
        font-size: 0.875em;
        line-height: 18px; }
        /* line 1807, _custom.scss */
        .cart-buttons .item-favorite .bttn-fav svg {
          vertical-align: sub;
          margin-left: 5px; }
    /* line 1813, _custom.scss */
    .cart-buttons .item-remove {
      width: 38%; }
      /* line 1815, _custom.scss */
      .cart-buttons .item-remove .item-delete {
        width: 100%;
        margin-left: 0px;
        padding: 6px 10px 7px 10px;
        border: 1px solid #222;
        border-radius: 2px;
        line-height: 19px; }
        /* line 1822, _custom.scss */
        .cart-buttons .item-remove .item-delete span {
          float: right; }
          /* line 1824, _custom.scss */
          .cart-buttons .item-remove .item-delete span img {
            width: 13px; }
      /* line 1829, _custom.scss */
      .cart-buttons .item-remove .item-delete:after {
        content: 'Удалить';
        color: #222;
        font-size: 13.125px;
        top: -3px;
        position: relative;
        font-weight: 500; }

  /* line 1839, _custom.scss */
  .discounts-wrap {
    font-size: 0.875em; }
    /* line 1841, _custom.scss */
    .discounts-wrap #discounts-coupon {
      border: none !important;
      border-radius: 0px !important;
      border-bottom: 1px solid #000000 !important;
      padding-left: 0; }
    /* line 1847, _custom.scss */
    .discounts-wrap #discounts-coupon::placeholder {
      color: #000; }
    /* line 1850, _custom.scss */
    .discounts-wrap .bttn.bttn-prim.discounts-submit {
      border-radius: 2px;
      padding: 10px 33px; }

  /* line 1856, _custom.scss */
  .delivery_variants .accordion_container {
    background: none; }
  /* line 1859, _custom.scss */
  .delivery_variants .accordion_head {
    padding: 10px; }
  /* line 1862, _custom.scss */
  .delivery_variants .accordion-item {
    border-bottom: 1px solid #f2f2fb; }
  /* line 1865, _custom.scss */
  .delivery_variants .variant_wrapper {
    margin-bottom: 20px; }
    /* line 1867, _custom.scss */
    .delivery_variants .variant_wrapper .variant_title {
      font-weight: 700;
      margin-bottom: 10px; }
    /* line 1871, _custom.scss */
    .delivery_variants .variant_wrapper .variant_description {
      margin-bottom: 10px; }

  /* line 1877, _custom.scss */
  .page_about .container {
    padding: 0; }
  /* line 1880, _custom.scss */
  .page_about .about-image {
    height: 240px;
    margin-bottom: 0;
    background-size: cover; }

  /* line 1886, _custom.scss */
  .about_wrapper .page-content {
    line-height: 20px !important; }

  /* line 1889, _custom.scss */
  .about_description {
    position: initial;
    font-size: 20px;
    line-height: 22px;
    color: #222; }

  /* line 1896, _custom.scss */
  .page_opt-variants-mobile .variant_description ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.875em;
    line-height: 23px;
    font-weight: 600; }
  /* line 1904, _custom.scss */
  .page_opt-variants-mobile .variant_title {
    font-weight: 700;
    font-size: 0.875em; }
  /* line 1908, _custom.scss */
  .page_opt-variants-mobile .variant_description ul li:before {
    content: "-";
    display: inline-block;
    padding-right: 5px; }
  /* line 1913, _custom.scss */
  .page_opt-variants-mobile .variant_number .variant_title span:after {
    content: ".";
    display: inline-block;
    padding-right: 3px; }

  /* line 1919, _custom.scss */
  .opt_wrapper {
    margin-bottom: 10px; }

  /* line 1923, _custom.scss */
  .feedback {
    padding: 30px 0;
    background: none; }
    /* line 1926, _custom.scss */
    .feedback .section-title {
      font-size: 0.9375em;
      margin-bottom: 10px;
      font-weight: 600; }
    /* line 1931, _custom.scss */
    .feedback .section-subtitle {
      margin-bottom: 0.9375em;
      font-weight: 500;
      color: #222; }
    /* line 1937, _custom.scss */
    .feedback .feedback-form .feedback-field {
      padding: 10px 12px; }
    /* line 1940, _custom.scss */
    .feedback .feedback-form input {
      border-color: #dcdcdc; }
    /* line 1943, _custom.scss */
    .feedback .feedback-form input::placeholder {
      color: #222; }
    /* line 1946, _custom.scss */
    .feedback .feedback-form select {
      border-color: #dcdcdc;
      color: #222; }
    /* line 1950, _custom.scss */
    .feedback .feedback-form textarea {
      margin-bottom: 0;
      border-color: #dcdcdc; }
    /* line 1954, _custom.scss */
    .feedback .feedback-form textarea::placeholder {
      color: #222; }

  /* line 1959, _custom.scss */
  .feedback-form-opt .form-send {
    width: 100%; }

  /* line 1962, _custom.scss */
  .collection-image {
    margin-bottom: 20px; }
    /* line 1964, _custom.scss */
    .collection-image img {
      width: 100%;
      height: 200px;
      object-fit: cover; }

  /* line 1970, _custom.scss */
  .card-wrapper {
    flex: 0 0 50% !important;
    max-width: 50% !important;
    flex-basis: 50% !important; }

  /* line 1977, _custom.scss */
  .card-info .card-image .image-wraps {
    margin-bottom: 10px; }
  /* line 1981, _custom.scss */
  .card-info .card-title {
    margin-bottom: 10px;
    font-size: 0.75em; }
  /* line 1985, _custom.scss */
  .card-info .card-prices {
    font-size: 0.9375em;
    line-height: 28px; }

  /* line 1990, _custom.scss */
  .filter_button-wrapper {
    position: relative; }

  /* line 1993, _custom.scss */
  .filter-button {
    font-size: 0.8125em;
    margin: 14px 0; }
    /* line 1996, _custom.scss */
    .filter-button svg {
      margin: 5px; }
    /* line 1997, _custom.scss */
    .filter-button .fa {
      padding-right: 10px; }

  /* line 2001, _custom.scss */
  .filter-modal {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0px 17px 26px; }
    /* line 2006, _custom.scss */
    .filter-modal .filter-modal_header {
      padding: 6px 0px 26px;
      display: inline-block;
      font-size: 0.875em; }
      /* line 2010, _custom.scss */
      .filter-modal .filter-modal_header svg {
        margin-right: 10px; }

  /* line 2016, _custom.scss */
  .filter-buttons_wrapper .bttn {
    width: 50%;
    text-align: center;
    padding: 15px;
    font-size: 13px !important;
    text-transform: capitalize; }
  /* line 2023, _custom.scss */
  .filter-buttons_wrapper .bttn.bttn-second {
    width: 100%;
    background-color: #fff;
    border: 1px solid #222;
    color: #222; }

  /* line 2031, _custom.scss */
  .collection-filter .filter-title {
    font-weight: 700; }

  /* line 2035, _custom.scss */
  .discount-modal {
    height: 100%;
    margin: 0;
    padding: 25px 10px !important; }

  /* line 2040, _custom.scss */
  .reg_wrapper {
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 4px;
    margin-bottom: 25px; }

  /* line 2045, _custom.scss */
  .reg {
    background-color: #fff;
    padding: 16px 0 !important;
    margin: 0 !important; }
    /* line 2049, _custom.scss */
    .reg .section-title {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 20px; }
    /* line 2054, _custom.scss */
    .reg .reg-buttons {
      font-size: 0.875em; }
      /* line 2056, _custom.scss */
      .reg .reg-buttons .more-discount {
        width: 50%;
        margin-right: 0px;
        margin-left: 0px;
        text-align: center;
        color: #222;
        border: 1px solid #222; }
      /* line 2064, _custom.scss */
      .reg .reg-buttons .registration {
        padding: 0px 10px;
        width: 50%; }

  /* line 2070, _custom.scss */
  .reg_img img {
    width: 100%;
    max-height: 200px;
    height: 100%;
    object-fit: cover; }

  /* line 2076, _custom.scss */
  .reg_wrapper {
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 4px;
    margin-bottom: 25px; }

  /* line 2081, _custom.scss */
  .subscribe {
    background-color: #fff;
    padding: 16px 0 !important;
    margin: 0 !important; }
    /* line 2085, _custom.scss */
    .subscribe .section-title {
      font-size: 1.5em;
      color: #222;
      margin-bottom: 20px; }
    /* line 2090, _custom.scss */
    .subscribe .subscribe-buttons {
      font-size: 0.875em; }
      /* line 2092, _custom.scss */
      .subscribe .subscribe-buttons .more-discount {
        width: 50%;
        margin-right: 0px;
        text-align: center;
        color: #222;
        border: 1px solid #222; }
      /* line 2099, _custom.scss */
      .subscribe .subscribe-buttons .registration {
        padding: 0px 10px;
        width: 50%; }

  /* line 2105, _custom.scss */
  .subscribe_wrapper {
    border-bottom: 4px solid #f6f6f6;
    padding-bottom: 4px;
    margin-bottom: 25px; }
    /* line 2109, _custom.scss */
    .subscribe_wrapper input {
      margin-bottom: 20px; }
    /* line 2112, _custom.scss */
    .subscribe_wrapper input::placeholder {
      color: #222; }
    /* line 2115, _custom.scss */
    .subscribe_wrapper .subscribe-send {
      width: 100%;
      margin: 0; }

  /* line 2120, _custom.scss */
  .slider-inner-wrapper .slider-inner-desc {
    position: absolute;
    max-width: 188px !important;
    right: 0px;
    padding: 16px 24px !important;
    height: auto !important; }
    /* line 2126, _custom.scss */
    .slider-inner-wrapper .slider-inner-desc .slide-content {
      padding: 0; }
      /* line 2128, _custom.scss */
      .slider-inner-wrapper .slider-inner-desc .slide-content .slide-title {
        width: 100%;
        font-size: 1.5em;
        line-height: 29px; }
      /* line 2133, _custom.scss */
      .slider-inner-wrapper .slider-inner-desc .slide-content .slide-description {
        font-size: 0.875em; }
    /* line 2137, _custom.scss */
    .slider-inner-wrapper .slider-inner-desc .slide-more button {
      padding: 0;
      border: none;
      font-size: 0.875em;
      margin-left: 0;
      margin-top: 16px; }
      /* line 2144, _custom.scss */
      .slider-inner-wrapper .slider-inner-desc .slide-more button .fa {
        margin-left: 8px; }

  /* line 2149, _custom.scss */
  .promo-slider-wrapper.container {
    padding: 0; }

  /* line 2152, _custom.scss */
  .promo-slider {
    margin-bottom: 25px; }

  /* line 2156, _custom.scss */
  .js-products-slider-recommend .products-title {
    margin-bottom: 12px;
    font-size: 1.5em; }
  /* line 2160, _custom.scss */
  .js-products-slider-recommend .products-slider-wrapper {
    padding: 0; }
  /* line 2163, _custom.scss */
  .js-products-slider-recommend .image-wraps {
    width: 150px;
    height: 160px; }
  /* line 2167, _custom.scss */
  .js-products-slider-recommend .image-container.is-square {
    height: 100%; }
    /* line 2169, _custom.scss */
    .js-products-slider-recommend .image-container.is-square img {
      object-fit: cover;
      height: 100%; }

  /* line 2176, _custom.scss */
  .js-products-slider .products-title {
    margin-bottom: 12px;
    font-size: 1.5em; }
  /* line 2180, _custom.scss */
  .js-products-slider .products-slider-wrapper {
    padding: 0; }
  /* line 2183, _custom.scss */
  .js-products-slider .image-wraps {
    width: 150px;
    height: 160px; }
  /* line 2187, _custom.scss */
  .js-products-slider .image-container.is-square {
    height: 100%; }
    /* line 2189, _custom.scss */
    .js-products-slider .image-container.is-square img {
      object-fit: cover;
      height: 100%; }

  /* line 2195, _custom.scss */
  .recently {
    margin-bottom: 20px; }

  /* line 2199, _custom.scss */
  .js-recently-slider .products-title {
    margin-bottom: 12px;
    font-size: 1.5em; }
  /* line 2203, _custom.scss */
  .js-recently-slider .products-slider-wrapper {
    padding: 0; }
  /* line 2206, _custom.scss */
  .js-recently-slider .image-wraps {
    width: 150px;
    height: 160px; }
  /* line 2210, _custom.scss */
  .js-recently-slider .image-container.is-square {
    height: 100%; }
    /* line 2212, _custom.scss */
    .js-recently-slider .image-container.is-square img {
      object-fit: cover;
      height: 100%; } }
@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 2221, _custom.scss */
  .quantity-wrapper {
    position: absolute !important;
    right: 36%;
    top: -8px; }

  /* line 2226, _custom.scss */
  .collection-filter .range-slider .irs {
    display: none; }

  /* line 2229, _custom.scss */
  .about_description {
    position: absolute;
    font-size: 20px;
    line-height: 22px;
    color: #222; }

  /* line 2235, _custom.scss */
  .header-widgets_wrapper {
    width: 100%;
    line-height: 24px; }

  /* line 2239, _custom.scss */
  .header_mobile-wrapper {
    font-size: 0.8125em; }

  /* line 2242, _custom.scss */
  .feedback {
    background-color: #f8f8f8; }

  /* line 2246, _custom.scss */
  .header-widgets_wrapper .header-widget {
    margin: 0 7px; }
  /* line 2249, _custom.scss */
  .header-widgets_wrapper .header-widget:last-child {
    margin-right: 0; }
  /* line 2252, _custom.scss */
  .header-widgets_wrapper .ico {
    position: relative;
    top: -1px;
    margin: 0 5px; }

  /* line 2258, _custom.scss */
  .mobile_menu-wrapper {
    background: rgba(255, 255, 255, 0.9); }

  /* line 2261, _custom.scss */
  .promo-slider {
    margin-bottom: 32px; }

  /* line 2265, _custom.scss */
  .slider-inner-wrapper .slider-inner-desc {
    height: 100% !important;
    max-width: 326px !important;
    padding: 30px 45px !important; }
    /* line 2269, _custom.scss */
    .slider-inner-wrapper .slider-inner-desc .slide-content .slide-title {
      font-size: 1.875em;
      line-height: 34px; }
  /* line 2274, _custom.scss */
  .slider-inner-wrapper .slider-inner-desc > div {
    height: 100%; }
  /* line 2277, _custom.scss */
  .slider-inner-wrapper .slider-inner-desc .slide-more {
    margin-top: 0; }

  /* line 2281, _custom.scss */
  .slide-inner img {
    max-height: 455px;
    height: 100%; }

  /* line 2285, _custom.scss */
  .swiper-button-black {
    width: 30px;
    height: 30px;
    background-color: #e3e3e3;
    border-radius: 50%;
    background-size: 14px; }

  /* line 2292, _custom.scss */
  .products-control .swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("arrow-right.svg"); }

  /* line 2295, _custom.scss */
  .products-control .swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("arrow-right.svg");
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

  /* line 2304, _custom.scss */
  .products .products-title {
    font-size: 1.75em;
    font-weight: 600;
    margin-bottom: 16px;
    line-height: 39px; }
    /* line 2309, _custom.scss */
    .products .products-title a {
      font-size: 14px;
      font-weight: 600;
      color: #1F1F1F; }
      /* line 2313, _custom.scss */
      .products .products-title a span {
        margin-left: 11px; }
  /* line 2318, _custom.scss */
  .products .image-wraps {
    width: 100%;
    height: auto; }

  /* line 2324, _custom.scss */
  .card-info .card-title {
    font-size: 0.875em; }
  /* line 2327, _custom.scss */
  .card-info .card-price {
    font-size: 1em; }

  /* line 2332, _custom.scss */
  .product-info .product-prices .product-price span {
    font-size: 36px;
    font-weight: 600;
    line-height: 49px; }
  /* line 2338, _custom.scss */
  .product-info .product-prices .product-old_price span {
    position: relative;
    top: 15px;
    font-size: 18px; }

  /* line 2346, _custom.scss */
  .reg_wrapper {
    padding: 27px 0;
    background-color: #f4f4f4; }
    /* line 2349, _custom.scss */
    .reg_wrapper .reg {
      background-color: #f4f4f4;
      padding: 0 !important; }
      /* line 2352, _custom.scss */
      .reg_wrapper .reg .reg-desc {
        padding: 0 40px 0 27px; }

  /* line 2357, _custom.scss */
  .subscribe_wrapper {
    padding: 27px 0;
    background-color: #f4f4f4; }
    /* line 2360, _custom.scss */
    .subscribe_wrapper .subscribe {
      background-color: #f4f4f4;
      padding: 0 !important; }
      /* line 2363, _custom.scss */
      .subscribe_wrapper .subscribe .subscribe-desc {
        padding: 0 40px 0 27px; }

  /* line 2368, _custom.scss */
  .recently {
    margin-bottom: 40px; }

  /* line 2372, _custom.scss */
  .feedback .section-title {
    font-size: 1.75em; }
  /* line 2375, _custom.scss */
  .feedback .section-subtitle {
    font-size: 0.8125em; }
  /* line 2379, _custom.scss */
  .feedback .feedback-form input {
    width: 100%; }
  /* line 2382, _custom.scss */
  .feedback .feedback-form textarea {
    width: 100%; }
  /* line 2385, _custom.scss */
  .feedback .feedback-form .form-send {
    width: 100%; }

  /* line 2390, _custom.scss */
  footer {
    padding: 32px 0; }
    /* line 2392, _custom.scss */
    footer .footer-copyright {
      width: 100%;
      padding-top: 17px;
      border-top: 1px solid #EAEAEA; }

  /* line 2398, _custom.scss */
  .footer-menu_title {
    font-size: 0.875em;
    font-weight: 600;
    margin: 0;
    margin-bottom: 13px; }

  /* line 2405, _custom.scss */
  .footer_menu .footer_menu-item {
    margin: 0; }
    /* line 2407, _custom.scss */
    .footer_menu .footer_menu-item a {
      font-size: 0.8125em;
      line-height: 21px; }

  /* line 2413, _custom.scss */
  .footer-menu_wrap {
    flex-basis: 25%; }

  /* line 2416, _custom.scss */
  .footer-social {
    flex-basis: 25%; }
    /* line 2418, _custom.scss */
    .footer-social .social-menu {
      margin-bottom: 25px; }

  /* line 2422, _custom.scss */
  .card-wrapper {
    flex: 0 0 33% !important;
    max-width: 33% !important;
    flex-basis: 33% !important; }

  /* line 2427, _custom.scss */
  .collection-header {
    margin-top: 15px;
    margin-bottom: 36px; }

  /* line 2431, _custom.scss */
  .collection-filter {
    padding-right: 40px; }
    /* line 2433, _custom.scss */
    .collection-filter .sidebar-collection {
      padding-bottom: 18px; }
      /* line 2435, _custom.scss */
      .collection-filter .sidebar-collection span {
        font-size: 0.875em;
        letter-spacing: 0.04em;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 14px; }
        /* line 2441, _custom.scss */
        .collection-filter .sidebar-collection span svg {
          margin-right: 12px;
          padding-bottom: 2px; }
    /* line 2447, _custom.scss */
    .collection-filter .filter {
      padding-bottom: 18px; }
    /* line 2450, _custom.scss */
    .collection-filter .sidebar-heading {
      width: 100%;
      font-size: 0.875em;
      margin-bottom: 12px;
      font-weight: 600; }
    /* line 2456, _custom.scss */
    .collection-filter .collection-item {
      width: 100%;
      line-height: 34px;
      font-size: 0.75em;
      letter-spacing: 0.04em;
      text-transform: uppercase; }
    /* line 2463, _custom.scss */
    .collection-filter .filter-buttons_wrapper .bttn.bttn-second {
      width: 100%;
      font-size: 0.875em !important;
      font-weight: 600;
      border-radius: 2px; }
    /* line 2469, _custom.scss */
    .collection-filter .filter.is-active-container .filter-title {
      padding-bottom: 12px;
      font-weight: 600; }

  /* line 2474, _custom.scss */
  .collection-filter-header h1 {
    font-weight: 600;
    line-height: normal;
    font-size: 28px;
    margin: 0;
    margin-right: 20px; }

  /* line 2481, _custom.scss */
  .range-slider {
    height: auto; }

  /* line 2484, _custom.scss */
  .js-filter-range-slider-price .js-irs-1 {
    display: none; }

  /* line 2488, _custom.scss */
  .collection-filter .range-slider .range-slider-input_wrapper {
    position: relative; }
  /* line 2491, _custom.scss */
  .collection-filter .range-slider span {
    position: absolute;
    top: 8px;
    left: 22px;
    line-height: 22px;
    font-weight: 600; }
  /* line 2498, _custom.scss */
  .collection-filter .range-slider input {
    height: 40px;
    border: 1px solid #B3B3B3;
    border-radius: 2px;
    margin-bottom: 12px;
    padding-left: 40px;
    line-height: 22px; }

  /* line 2507, _custom.scss */
  .collection-header .products-count {
    font-size: 0.875em;
    font-weight: 600;
    padding-top: 7px; }

  /* line 2512, _custom.scss */
  .collection-header .collection-order-wrapper {
    padding-top: 7px; }

  /* line 2515, _custom.scss */
  .collection-header_right {
    width: 75%; }

  /* line 2518, _custom.scss */
  .collection-order .label-field {
    margin: 0; }

  /* line 2521, _custom.scss */
  .pagination-wrapper {
    margin-top: 30px; }
    /* line 2523, _custom.scss */
    .pagination-wrapper .bttn.bttn-prim {
      margin: 0;
      background: #fff;
      color: #000;
      padding: 10px 0;
      font-weight: 600;
      border: none; }
    /* line 2531, _custom.scss */
    .pagination-wrapper .bttn.bttn-prim:hover {
      border: none;
      background: transparent !important;
      color: inherit !important; }

  /* line 2540, _custom.scss */
  .pagination .pagination-item .pagination-link {
    font-size: 14px;
    font-weight: 600;
    min-width: 32px; }
    /* line 2544, _custom.scss */
    .pagination .pagination-item .pagination-link span {
      margin-right: 13px;
      font-size: 14px;
      color: #000;
      font-weight: 600; }
  /* line 2553, _custom.scss */
  .pagination .is-current .pagination-link {
    font-weight: bold; }

  /* line 2558, _custom.scss */
  .collection-wrapper {
    margin-bottom: 20px; }

  /* line 2561, _custom.scss */
  .product-info .bttn-fav {
    margin: 0;
    border-radius: 2px;
    font-size: 0.875em;
    color: #000;
    background-color: #fff;
    border: 1px solid #000; }

  /* line 2569, _custom.scss */
  .product-info .bttn-fav.is-added {
    background-color: #000;
    color: #fff; }

  /* line 2573, _custom.scss */
  .product-buttons .bttn.bttn-prim {
    border: 1px solid #000; }

  /* line 2577, _custom.scss */
  .product-wrapper .gallery-wrapper .gallery-top {
    padding: 0px;
    padding-top: 10px; }
    /* line 2580, _custom.scss */
    .product-wrapper .gallery-wrapper .gallery-top figure {
      width: 100%;
      height: 100%; }
      /* line 2583, _custom.scss */
      .product-wrapper .gallery-wrapper .gallery-top figure img {
        width: 100%;
        height: 100%;
        object-fit: cover; }

  /* line 2592, _custom.scss */
  .product_tabs .tabs-item {
    padding: 3px 0px 10px 0px; }

  /* line 2596, _custom.scss */
  .tabs {
    padding: 0;
    margin-top: 43px; }

  /* line 2600, _custom.scss */
  .tabs-item.is-button-active {
    border-bottom: 2px solid #2f2f2f; }

  /* line 2604, _custom.scss */
  .product-wrapper .gallery-thumbs-wrap {
    width: calc(100% - 20px); }
  /* line 2607, _custom.scss */
  .product-wrapper .gallery-wrapper .swiper-button-prev {
    width: 30px;
    height: 30px;
    background-color: rgba(196, 196, 196, 0.29);
    border-radius: 50%;
    background-size: 14px;
    background-image: url(arrow-right.svg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-mask-image: none;
    mask-image: none;
    border: none;
    left: -14px; }
  /* line 2625, _custom.scss */
  .product-wrapper .gallery-wrapper .swiper-button-next {
    width: 30px;
    height: 30px;
    background-color: rgba(196, 196, 196, 0.29);
    border-radius: 50%;
    background-size: 14px;
    background-image: url(arrow-right.svg);
    -webkit-mask-image: none !important;
    -moz-mask-image: none !important;
    mask-image: none !important;
    border: none;
    right: -14px; }
  /* line 2638, _custom.scss */
  .product-wrapper .image-container.is-cover.gallery-thumb > img {
    object-fit: cover; }
  /* line 2642, _custom.scss */
  .product-wrapper .product_bundle .bundle-title {
    font-size: 1.375em; }
  /* line 2645, _custom.scss */
  .product-wrapper .product_bundle .bundle-name {
    font-size: 14px;
    font-weight: 500; }
  /* line 2649, _custom.scss */
  .product-wrapper .product_bundle .bundle-product_price {
    font-size: 1em;
    font-weight: 600; }
  /* line 2653, _custom.scss */
  .product-wrapper .product_bundle .bundle_price-old {
    font-size: 1em;
    line-height: 22px;
    color: #000; }
  /* line 2660, _custom.scss */
  .product-wrapper .product-bundle-md .bundle-item {
    max-width: 100%; }
  /* line 2663, _custom.scss */
  .product-wrapper .product-bundle-md .bundle-img img {
    max-width: 100%;
    width: 100%;
    height: auto; }
  /* line 2668, _custom.scss */
  .product-wrapper .product-bundle-md .bundle-item:first-child:after {
    top: 27%; }
  /* line 2671, _custom.scss */
  .product-wrapper .product-bundle-md .bundle-price {
    margin-left: 23px; }
    /* line 2673, _custom.scss */
    .product-wrapper .product-bundle-md .bundle-price .bttn-prim {
      padding-left: 12px;
      padding-right: 12px;
      font-size: 0.8125em;
      text-transform: none;
      margin: 0; }
    /* line 2680, _custom.scss */
    .product-wrapper .product-bundle-md .bundle-price .bundle_price-sale {
      line-height: 49px;
      font-size: 2.25em; }

  /* line 2687, _custom.scss */
  .product-card {
    margin-bottom: 20px; }

  /* line 2690, _custom.scss */
  .related-wrapper {
    padding: 0;
    background: #fff; }

  /* line 2694, _custom.scss */
  .products-recently {
    margin-bottom: 25px; }

  /* line 2697, _custom.scss */
  .props {
    font-size: 0.875em; }

  /* line 2700, _custom.scss */
  .article_preview-footer {
    border: none; }
    /* line 2702, _custom.scss */
    .article_preview-footer .footer_article-title {
      line-height: 16px;
      font-size: 10px;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #666; }

  /* line 2710, _custom.scss */
  .article_preview {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 16px;
    padding-bottom: 23px; }

  /* line 2717, _custom.scss */
  .article_preview .card-body .article_preview-inner .article_preview-title {
    font-size: 1.5em;
    line-height: 28px; }
  /* line 2721, _custom.scss */
  .article_preview .card-body .article_preview-inner .article_author {
    line-height: 12px;
    font-size: 0.625em;
    letter-spacing: 0.14em;
    text-transform: uppercase; }
  /* line 2727, _custom.scss */
  .article_preview .card-body .article_preview-inner .article-date {
    line-height: 12px;
    font-size: 0.625em;
    letter-spacing: 0.04em; }
  /* line 2733, _custom.scss */
  .article_preview .card-body .article_preview-blog {
    line-height: 19px;
    font-size: 0.75em; }
  /* line 2737, _custom.scss */
  .article_preview .card-body .read_more {
    font-size: 0.75em;
    color: #000; }

  /* line 2742, _custom.scss */
  .blog-articles ul {
    line-height: 35px;
    font-size: 0.75em;
    margin-bottom: 20px; }

  /* line 2748, _custom.scss */
  .articles_search .search_widget {
    padding: 0; }
    /* line 2751, _custom.scss */
    .articles_search .search_widget .inpt-group .search_widget-submit svg {
      display: none; }
    /* line 2754, _custom.scss */
    .articles_search .search_widget .inpt-group .inpt {
      font-size: 0.75em;
      line-height: 31px;
      border-bottom: 1px solid #DBDBDB !important; }

  /* line 2762, _custom.scss */
  .pagination > .pagination-item:last-child {
    margin-left: auto; }

  /* line 2765, _custom.scss */
  .page_opt-variants {
    padding: 0 100px; }
    /* line 2767, _custom.scss */
    .page_opt-variants .opt_variant-wrapper {
      margin-bottom: 65px;
      border: 4px solid #738FA1; }
      /* line 2770, _custom.scss */
      .page_opt-variants .opt_variant-wrapper .variant_number {
        color: #000;
        font-weight: bold;
        font-size: 2.5em; }
      /* line 2775, _custom.scss */
      .page_opt-variants .opt_variant-wrapper .variant_title {
        font-size: 1.125em;
        font-weight: 600;
        color: #000; }

  /* line 2782, _custom.scss */
  .feedback-form-opt .feedback-form {
    margin-bottom: 0; }

  /* line 2786, _custom.scss */
  .delivery_wrapper .product_tabs .tabs-item {
    padding-bottom: 15px; }
  /* line 2789, _custom.scss */
  .delivery_wrapper .page-title {
    font-size: 1.75em;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0; }
  /* line 2795, _custom.scss */
  .delivery_wrapper .tabs {
    margin-top: 28px; }
  /* line 2798, _custom.scss */
  .delivery_wrapper .tabs-box {
    padding-top: 0;
    padding-bottom: 50px; }
  /* line 2802, _custom.scss */
  .delivery_wrapper .delivery_tabs {
    padding: 0; }
  /* line 2805, _custom.scss */
  .delivery_wrapper .tabs-bg {
    background: #fff; }
  /* line 2809, _custom.scss */
  .delivery_wrapper .tabs-head .tabs-item {
    width: 100%; }
  /* line 2812, _custom.scss */
  .delivery_wrapper .tabs-head .tabs-item.is-button-active {
    border-bottom: 0px; }
  /* line 2816, _custom.scss */
  .delivery_wrapper .delivery_variant {
    margin-bottom: 27px;
    line-height: 21px; }
    /* line 2819, _custom.scss */
    .delivery_wrapper .delivery_variant .variant_title {
      font-weight: 600;
      line-height: normal;
      font-size: 0.875em; }
    /* line 2824, _custom.scss */
    .delivery_wrapper .delivery_variant .variant_title-description {
      font-size: 0.875em;
      font-weight: normal;
      margin-top: 15px; }
    /* line 2829, _custom.scss */
    .delivery_wrapper .delivery_variant .variant_title-description:after {
      content: none; }
    /* line 2832, _custom.scss */
    .delivery_wrapper .delivery_variant .variant_description {
      font-size: 0.875em;
      font-weight: normal;
      margin: 0; }
      /* line 2836, _custom.scss */
      .delivery_wrapper .delivery_variant .variant_description p {
        margin: 0; }
    /* line 2840, _custom.scss */
    .delivery_wrapper .delivery_variant .variant_price {
      font-size: 0.875em;
      font-weight: normal;
      margin: 0; }

  /* line 2847, _custom.scss */
  .quantity-wrapper {
    position: relative; }
    /* line 2850, _custom.scss */
    .quantity-wrapper .quantity-controls .bttn-count.minus {
      top: 5px;
      left: 0; }
    /* line 2854, _custom.scss */
    .quantity-wrapper .quantity-controls .bttn-count.plus {
      top: 5px;
      right: 0; }

  /* line 2860, _custom.scss */
  .cart-title {
    font-weight: 600;
    line-height: normal;
    font-size: 1.75em;
    margin-bottom: 27px; }

  /* line 2867, _custom.scss */
  .cart-form .cart-header {
    border-bottom: 1px solid #000;
    padding: 0 0 10px;
    margin-bottom: 27px;
    font-size: 0.75em;
    color: #808080; }
    /* line 2873, _custom.scss */
    .cart-form .cart-header .items-quantity {
      font-size: 16px;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #000;
      font-weight: 600; }
  /* line 2881, _custom.scss */
  .cart-form .cart-items {
    border-bottom: none; }
    /* line 2883, _custom.scss */
    .cart-form .cart-items .image-container {
      width: 100%; }
      /* line 2885, _custom.scss */
      .cart-form .cart-items .image-container img {
        height: 100%;
        object-fit: cover;
        border-radius: 2px; }
    /* line 2892, _custom.scss */
    .cart-form .cart-items .cart-item .item-title {
      margin-bottom: 11px;
      font-weight: 600;
      line-height: normal;
      font-size: 14px; }
    /* line 2898, _custom.scss */
    .cart-form .cart-items .cart-item .item-variant {
      font-size: 12px;
      color: #000000;
      font-weight: 500;
      line-height: normal; }
      /* line 2903, _custom.scss */
      .cart-form .cart-items .cart-item .item-variant .item-option_name span:first-child {
        margin-right: 22px; }
    /* line 2908, _custom.scss */
    .cart-form .cart-items .cart-item:after {
      content: '';
      width: 50%;
      height: 1px;
      background: #000; }

  /* line 2917, _custom.scss */
  .cart-form form {
    margin-bottom: 50px; }

  /* line 2921, _custom.scss */
  .cart-order {
    padding-left: 27px !important;
    font-weight: 600;
    line-height: 24px;
    font-size: 0.875em; }
    /* line 2926, _custom.scss */
    .cart-order .cart-submit {
      margin-top: 20px;
      margin-left: 0px;
      border-radius: 2px !important; } }
/* line 2933, _custom.scss */
.notice.is-warning {
  margin-top: 20px; }

/* line 2936, _custom.scss */
.bttn-count:hover, a.bttn-count:hover {
  border-color: #738fa1;
  background-color: #f4f4f4; }

/* line 2940, _custom.scss */
.discounts-wrap .inpt-group {
  margin-bottom: 10px;
  font-size: 0.9375em; }

/* line 2944, _custom.scss */
.products-is-cart_similar {
  margin-top: 3rem; }

/* line 2947, _custom.scss */
.cart-order {
  font-size: 0.9375em; }
  /* line 2949, _custom.scss */
  .cart-order .cart-submit {
    margin-left: 0px; }
  /* line 2952, _custom.scss */
  .cart-order .cart-total-capture {
    margin-bottom: 28px; }
  /* line 2955, _custom.scss */
  .cart-order .cart-total {
    margin-bottom: 28px; }

/* line 2959, _custom.scss */
.fancybox-slide .search-modal {
  width: 100%;
  margin: 0;
  vertical-align: top;
  padding: 10px; }
  /* line 2964, _custom.scss */
  .fancybox-slide .search-modal .search_widget {
    padding: 0; }
    /* line 2966, _custom.scss */
    .fancybox-slide .search-modal .search_widget .ajax-search-results {
      position: relative; }
  /* line 2970, _custom.scss */
  .fancybox-slide .search-modal .fancybox-close-small {
    display: none; }

/* line 2974, _custom.scss */
.fancybox-close-small:after {
  content: url(close.svg) !important; }

/* line 2977, _custom.scss */
.option-selector {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 2982, _custom.scss */
  .option-selector .option {
    width: 45%;
    float: left;
    padding-right: 9px; }
    /* line 2986, _custom.scss */
    .option-selector .option .option-values {
      width: 100%; }

/* line 2991, _custom.scss */
#modal_cabinet {
  max-width: 349px;
  width: 100%;
  border-radius: 2px;
  padding: 20px 24px 32px; }
  /* line 2996, _custom.scss */
  #modal_cabinet .fancybox-close-small:after {
    top: 20px;
    right: 15px; }
  /* line 3000, _custom.scss */
  #modal_cabinet .modal-cabinet__header {
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #272727; }
  /* line 3006, _custom.scss */
  #modal_cabinet .modal-cabinet__header.tab {
    border-bottom: 1px solid #b3b3b3;
    font-weight: 600;
    margin-bottom: 21px; }
    /* line 3010, _custom.scss */
    #modal_cabinet .modal-cabinet__header.tab .modal-cabinet__tab {
      position: relative;
      top: 1px;
      font-size: 16px;
      padding-bottom: 10px;
      margin-right: 17px;
      color: #939393; }
    /* line 3018, _custom.scss */
    #modal_cabinet .modal-cabinet__header.tab .modal-cabinet__tab.active {
      border-bottom: 2px solid #2f2f2f;
      color: #2f2f2f; }
  /* line 3024, _custom.scss */
  #modal_cabinet .modal-cabinet__form .inpt {
    width: 100%;
    font-size: 14px;
    margin-bottom: 8px; }
  /* line 3029, _custom.scss */
  #modal_cabinet .modal-cabinet__form .inpt::placeholder {
    color: #272727; }
  /* line 3033, _custom.scss */
  #modal_cabinet .bttn {
    width: 100%;
    margin: 0;
    font-weight: 600;
    line-height: normal;
    font-size: 14px;
    text-align: center;
    text-transform: initial;
    border: 2px solid #738fa1; }
  /* line 3043, _custom.scss */
  #modal_cabinet .modal-cabinet__form-submit {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 0; }
  /* line 3049, _custom.scss */
  #modal_cabinet .modal-cabinet__form-button-a {
    width: 100%;
    border: 1px solid #000;
    background: #fff;
    color: #272727;
    margin-left: 0; }
  /* line 3056, _custom.scss */
  #modal_cabinet .modal-cabinet__info {
    line-height: 18px;
    font-size: 12px;
    margin-top: 13px; }
  /* line 3061, _custom.scss */
  #modal_cabinet .modal-cabinet__info.exit {
    line-height: 21px;
    font-size: 14px; }
  /* line 3065, _custom.scss */
  #modal_cabinet .modal-cabinet__footer {
    border-top: 1px solid #b3b3b3;
    margin-top: 11px; }
    /* line 3068, _custom.scss */
    #modal_cabinet .modal-cabinet__footer .bttn.bttn-prim {
      margin-right: 9px;
      padding: 15px;
      font-size: 14px;
      text-transform: capitalize; }
    /* line 3074, _custom.scss */
    #modal_cabinet .modal-cabinet__footer .bttn.bttn-prim.co-social_login-button--facebook {
      margin-right: 0; }
    /* line 3077, _custom.scss */
    #modal_cabinet .modal-cabinet__footer p {
      margin: 13px 0;
      font-weight: 600;
      line-height: normal;
      font-size: 16px;
      color: #272727; }

/* line 3086, _custom.scss */
#modal_password-reset {
  max-width: 349px;
  width: 100%;
  border-radius: 2px;
  padding: 20px 24px 32px; }
  /* line 3091, _custom.scss */
  #modal_password-reset .fancybox-close-small:after {
    top: 20px;
    right: 15px; }
  /* line 3095, _custom.scss */
  #modal_password-reset .modal-cabinet__header {
    margin: 0 0 13px;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    color: #272727; }
  /* line 3102, _custom.scss */
  #modal_password-reset .modal-cabinet__info {
    line-height: 18px;
    font-size: 12px;
    color: #000000;
    margin-bottom: 14px; }
  /* line 3108, _custom.scss */
  #modal_password-reset .modal-cabinet__form-input {
    width: 100%;
    margin-bottom: 8px;
    font-size: 14px; }
  /* line 3113, _custom.scss */
  #modal_password-reset .modal-cabinet__form-input::placeholder {
    color: #272727; }
  /* line 3116, _custom.scss */
  #modal_password-reset .modal-cabinet__form-submit {
    margin: 0;
    width: 100%;
    font-size: 14px; }

/* line 3122, _custom.scss */
.fancybox-close-small:hover:after {
  background: transparent; }

/* line 3125, _custom.scss */
.page_opt-variants .opt_variant-wrapper {
  margin-left: 6.66667%; }

/* line 3128, _custom.scss */
.page_opt-variants .opt_variant-wrapper:nth-child(1) {
  margin-left: 0; }

@media (min-width: 768px) and (max-width: 1199.98px) {
  /* line 3132, _custom.scss */
  .page_opt-variants .opt_variant-wrapper:nth-child(2n+1) {
    margin-left: 0; } }
/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* line 3163, _custom.scss */
.card-body p img {
  width: 100% !important; }

/* line 3167, _custom.scss */
.product-buttons .bttn {
  font-size: 0.9375em;
  font-weight: 600;
  padding: 12px 25px;
  text-transform: inherit; }
/* line 3173, _custom.scss */
.product-buttons .bttn-fav {
  background-color: #fff;
  border: 2px solid #738fa1;
  padding: 10px 14px !important;
  line-height: 9px;
  border-radius: 5px;
  margin: 1rem !important; }
  /* line 3180, _custom.scss */
  .product-buttons .bttn-fav svg {
    fill: #738fa1; }
/* line 3184, _custom.scss */
.product-buttons .bttn-fav.is-added {
  background-color: #738fa1; }
  /* line 3186, _custom.scss */
  .product-buttons .bttn-fav.is-added svg {
    fill: #fff; }

@media (min-width: 1199.98px) {
  /* line 3192, _custom.scss */
  .product-info .product-prices .product-old_price span {
    margin-left: 0; }

  /* line 3193, _custom.scss */
  .registration:hover {
    background-color: #f4f4f4;
    color: #738fa1;
    border-color: #738fa1; }

  /* line 3198, _custom.scss */
  .more-discount:hover {
    background-color: #738fa1;
    color: #fff; }

  /* line 3202, _custom.scss */
  .subscribe-send:hover {
    background-color: #f4f4f4;
    color: #738fa1;
    border-color: #738fa1; }

  /* line 3207, _custom.scss */
  .form-send:hover {
    background-color: #f4f4f4;
    color: #738fa1;
    border-color: #738fa1; }

  /* line 3213, _custom.scss */
  #modal_cabinet .modal-cabinet__form-submit:hover {
    background-color: #fff;
    color: #738fa1;
    border-color: #738fa1; }
  /* line 3218, _custom.scss */
  #modal_cabinet .modal-cabinet__form-button-a:hover {
    background-color: #272727;
    color: #fff; } }
/* line 3224, _custom.scss */
.added-content .bttn-prim {
  padding: 11px 38px; }

/*filter*/
/* line 3230, _custom.scss */
.filter-wrapper {
  display: none;
  position: absolute;
  background: #fff;
  z-index: 100;
  padding-right: 8px !important;
  top: 35px;
  /*
  height: 95%;
  */ }

/* line 3242, _custom.scss */
.filter-heading svg {
  width: 13px;
  height: 11px;
  margin-left: 5px;
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear; }
/* line 3251, _custom.scss */
.filter-heading svg.open {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform .3s linear;
  -moz-transition: -moz-transform .3s linear;
  -o-transition: -o-transform .3s linear;
  transition: transform .3s linear; }

/* line 3261, _custom.scss */
.filter-heading:hover {
  cursor: pointer; }

/* line 3264, _custom.scss */
.card-action .bttn-prim {
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  margin-left: 0px; }

/* line 3279, _custom.scss */
.container-member {
  height: 220px;
  width: 100%;
  position: relative;
  box-shadow: 0 0 8px rgba(93, 93, 93, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 200px 0 0 200px; }

/* line 3288, _custom.scss */
.container-image {
  height: 100%;
  width: 220px;
  float: left;
  border-radius: 400px;
  overflow: hidden;
  margin: 0em !important; }
  /* line 3295, _custom.scss */
  .container-image img {
    height: 100%;
    width: 220px;
    float: left;
    border-radius: 400px;
    overflow: hidden; }

/* line 3304, _custom.scss */
.content {
  padding-left: 285px;
  padding-top: 20px;
  box-sizing: border-box; }

/* line 3310, _custom.scss */
.edit-content .member-title {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 20px;
  padding-left: 50px; }

/* line 3317, _custom.scss */
.member-description {
  overflow: hidden;
  font-size: 19px; }

/* line 3322, _custom.scss */
.member-description.with-margin {
  margin-bottom: 10px; }

/* line 3327, _custom.scss */
.read-more {
  border: 1px solid;
  width: 161px;
  text-align: center;
  line-height: 34px;
  font-size: 19px; }

/* line 3335, _custom.scss */
.member-position {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  border-radius: 50px;
  background: white;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  border: double; }

/*.organizator-photo {
height: 100%;
width: 355px;
float: left;
overflow: hidden;
padding-right: 30px;
}

.organizator-name {
font-size: 20px;
line-height: 1.5;
padding: 47px;
padding-left: 285px;
}

.organizator-contacts {
font-size: 25px;
font-weight: bold;
padding-left: 285px;
}

.organizator-links{
font-size: 25px;
line-height: 2;
padding: 20px;
}*/
/* Organizators section began*/
/* line 3378, _custom.scss */
.edit-content .organizator_header {
  overflow: hidden;
  margin-bottom: 40px; }

/* line 3383, _custom.scss */
.edit-content .organizator-project {
  margin-bottom: 15px; }

/* line 3387, _custom.scss */
.edit-content .link {
  display: inline-block; }

/* line 3391, _custom.scss */
.edit-content .link_icon {
  width: 40px;
  height: 40px;
  margin-right: 15px; }

/* line 3397, _custom.scss */
.edit-content .contacts_title {
  font-size: 20px;
  padding: 0;
  margin-bottom: 8px;
  font-weight: bold; }

/* line 3404, _custom.scss */
.edit-content .organizator_photo {
  width: 260px;
  float: left;
  margin-right: 35px; }

/* line 3409, _custom.scss */
.edit-content .organizator_photo img {
  max-width: 100%; }

/* line 3410, _custom.scss */
.edit-content .organizator_name {
  font-size: 26px;
  font-weight: bold; }

/* line 3415, _custom.scss */
.edit-content .organizator_pos {
  font-style: italic;
  font-size: 17px; }

/* line 3420, _custom.scss */
.edit-content .organizator-project_title {
  font-size: 18px;
  font-style: italic;
  margin-bottom: 10px; }

/* line 3426, _custom.scss */
.edit-content .organizator-project_site {
  font-size: 20px;
  font-weight: bold; }

/* line 3431, _custom.scss */
.edit-content .section_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  margin-top: 50px; }

/* line 3439, _custom.scss */
.frame {
  display: inline-block;
  margin-right: 1%;
  width: 32%;
  height: 200px;
  margin-bottom: 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

/* line 3450, _custom.scss */
.frame.frame__contain {
  background-size: contain; }

/* line 3454, _custom.scss */
.edit-content li {
  font-size: 18px;
  line-height: 1.3;
  position: relative;
  padding-left: 15px; }

/* line 3461, _custom.scss */
.edit-content li:before {
  content: "";
  background-color: dodgerblue;
  width: 6px;
  height: 6px;
  position: absolute;
  left: 0;
  top: 7px; }

/* line 3471, _custom.scss */
.edit-content p, .edit-content div {
  font-size: 18px;
  line-height: 1.3;
  margin: .3em; }

/* line 3477, _custom.scss */
.edit-content ul {
  list-style: none;
  margin-top: 5px; }

@media all and (max-width: 900px) {
  /* line 3483, _custom.scss */
  .frame {
    width: 48%; } }
/* Organizators section end*/
@media all and (max-width: 900px) {
  /* line 3491, _custom.scss */
  .content {
    padding-left: 0 !important;
    margin: auto; }

  /* line 3492, _custom.scss */
  .container-member {
    height: auto;
    border: none;
    box-shadow: none;
    margin-bottom: 55px; }

  /* line 3498, _custom.scss */
  .container-image {
    float: none !important;
    margin: auto !important; }

  /* line 3502, _custom.scss */
  .read-more {
    margin: auto; } }
/* line 3507, _custom.scss */
.social {
  position: absolute;
  left: 550px;
  top: 55px; }

/* line 3512, _custom.scss */
.header_client {
  padding: 10px;
  position: absolute;
  top: 150px;
  right: 27px;
  width: 188px;
  background: #fff; }

/* line 3521, _custom.scss */
.header_client-top {
  display: block;
  font-size: 16px;
  margin-bottom: 5px; }

/* line 3527, _custom.scss */
.header_client-bottom {
  font-weight: bold;
  font-size: 16px; }

/* line 3531, _custom.scss */
.footer-menu-mob {
  width: 100%; }

/* line 3534, _custom.scss */
.footer-menu-mob .footer_menu {
  text-align: center;
  margin-bottom: 20px; }

@media (max-width: 1060px) {
  /* line 3539, _custom.scss */
  .header_client {
    padding-top: 10px;
    position: absolute;
    top: 190px;
    left: 485px;
    right: initial;
    background: #fff;
    width: 187px;
    padding: 8px 10px 5px 10px; } }
@media (max-width: 590px) {
  /* line 3552, _custom.scss */
  .header_client {
    display: none; } }
/* line 3556, _custom.scss */
.prev-no {
  width: 110px !important;
  height: 35px !important; }

/* line 3560, _custom.scss */
.prev-no input {
  font-size: 12px; }

@media (max-width: 850px) {
  /* line 3565, _custom.scss */
  .grwf2-wrapper.wf2-scale-up.wf2-animated, .grwf2_backdrop.wf2-bg-dark {
    display: none; } }
@media (max-width: 480px) {
  /* line 3571, _custom.scss */
  .mcc-badge-bottom {
    display: none !important; } }
/*==========
PROMO SLIDER
============*/
/* line 1533, theme.scss */
.slide-inner {
  height: 100%; }

/* line 1536, theme.scss */
.slide-inner .slider-inner-wrapper {
  height: 100%; }

/* line 1539, theme.scss */
.slider-inner-wrapper .slider-inner-img {
  width: 100%;
  height: 100%; }

/* line 1543, theme.scss */
.slider-inner-wrapper .slider-inner-desc {
  background: #f4f4f4;
  max-width: 420px;
  width: 100%;
  height: inherit;
  border-top: 1px solid #e5e5de;
  padding-bottom: 50px; }

/* line 1551, theme.scss */
.slide-inner img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* line 1556, theme.scss */
.slide-content {
  width: 100%; }

/* line 1559, theme.scss */
.slider-inner-desc {
  background: #f4f4f4;
  max-width: 420px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #e5e5de;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  padding-left: 42px; }

/* line 1570, theme.scss */
.slide-more {
  margin-top: auto; }

/* line 1573, theme.scss */
button {
  border-radius: 4px;
  background: #738fa1;
  border: 2px solid #738fa1;
  color: #fff;
  font-size: 0.9375em;
  font-weight: 600;
  padding: 9px 35px;
  margin-left: 10px;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  -o-transition: background-color 0.3s, border-color 0.3s, color 0.2s;
  transition: background-color 0.3s, border-color 0.3s, color 0.2s; }

/* line 1586, theme.scss */
.bttn.bttn-prim:hover {
  border: 2px solid #738fa1;
  background: transparent !important;
  color: #738fa1 !important; }

/* line 1591, theme.scss */
.feedback-form input {
  border-radius: 5px; }

/* line 1594, theme.scss */
.feedback-form textarea {
  border-radius: 5px;
  border: 1px solid #b5c4cd;
  padding: 10px 15px;
  width: 95%;
  height: 125px; }

/* line 1601, theme.scss */
.collection-filter .range-slider .irs-slider.from, .collection-filter .range-slider .irs-slider.to {
  background: #5e7685;
  width: 10px;
  height: 10px;
  top: 23px;
  border-radius: 50%; }

/* line 1608, theme.scss */
.bttn.bttn-second {
  background-color: #bdbdbd;
  color: #fff;
  border: none;
  font-size: 0.625em;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 2px; }

/* line 1617, theme.scss */
.bttn.bttn-prim {
  background-color: #738fa1;
  color: #fff;
  border: none;
  font-size: 0.625em;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px; }

/* line 1627, theme.scss */
.product-buttons .bttn {
  font-size: 0.9375em;
  font-weight: 600;
  padding: 12px 25px;
  text-transform: inherit; }
/* line 1633, theme.scss */
.product-buttons .bttn-fav {
  background-color: #fff;
  border: 2px solid #738fa1;
  padding: 10px 14px !important;
  line-height: 9px;
  border-radius: 5px;
  margin: 1rem !important; }
  /* line 1640, theme.scss */
  .product-buttons .bttn-fav svg {
    fill: #fff;
    stroke: #738fa1;
    stroke-width: 1.5px; }
/* line 1646, theme.scss */
.product-buttons .bttn-fav.is-added {
  background-color: #738fa1; }
  /* line 1648, theme.scss */
  .product-buttons .bttn-fav.is-added svg {
    fill: #fff;
    stroke: #fff;
    stroke-width: 0px; }

/* line 1655, theme.scss */
.option .option-values {
  border: 2px solid #738fa1;
  border-radius: 5px;
  color: #738fa1;
  padding-left: 5px;
  font-size: 0.9375em; }

/* line 1662, theme.scss */
.option .option-label {
  font-size: 15px;
  padding: 5px 5px 5px 15px;
  border: 2px solid #738fa1;
  position: relative;
  left: 4px;
  color: #738fa1;
  text-transform: capitalize;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  margin: 0; }

/* line 1674, theme.scss */
.option .option-label:after {
  content: ':';
  display: inline-block; }

/* line 1678, theme.scss */
.bttn-count.minus {
  margin-left: 0px;
  border-radius: 5px 0px 0px 5px;
  line-height: 20px;
  position: relative;
  left: 5px;
  font-size: 0.875em;
  color: #000; }

/* line 1687, theme.scss */
.bttn-count.plus {
  margin-left: 0px;
  border-radius: 0px 5px 5px 0px;
  line-height: 20px;
  position: relative;
  right: 5px;
  font-size: 0.875em;
  color: #000; }

/* line 1696, theme.scss */
.inpt-group .inpt {
  border-radius: 5px !important;
  border: 1px solid #b5c4cd !important; }

/* line 1700, theme.scss */
.articles_search {
  max-width: 185px; }

/* line 1703, theme.scss */
.search_widget {
  position: relative; }
  /* line 1706, theme.scss */
  .search_widget .inpt-group .search_widget-submit {
    margin-left: 0px;
    position: absolute;
    right: 0px;
    background: none;
    border: none;
    z-index: 10;
    padding-right: 0px; }
  /* line 1715, theme.scss */
  .search_widget .inpt-group .inpt {
    border: 0px !important;
    border-bottom: 2px solid #98a3aa !important;
    border-radius: 0px !important;
    padding-left: 0px; }

/* line 1724, theme.scss */
select {
  border-radius: 5px;
  border: 1px solid #b5c4cd;
  padding: 10px 15px;
  color: #ccc;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(arrow-down.png) !important;
  background-repeat: no-repeat;
  background-position: 97% 15px;
  background-color: #fff; }

/* line 1737, theme.scss */
.bundle-img img {
  object-fit: contain; }

/* line 1741, theme.scss */
.swiper-vert .swiper-slide {
  width: 100%;
  height: 300px; }
  /* line 1744, theme.scss */
  .swiper-vert .swiper-slide img {
    width: 100%;
    object-fit: contain; }

/* line 1749, theme.scss */
.swiper-vert .swiper-wrapper {
  width: 100%;
  height: 300px; }

/* line 1753, theme.scss */
.agree {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 10px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 21px;
  font-size: 0.8125em; }

/* line 1767, theme.scss */
.agree input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0; }

/* line 1774, theme.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #B3B3B3; }

/* line 1782, theme.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* line 1787, theme.scss */
.agree input:checked ~ .checkmark:after {
  display: block; }

/* line 1790, theme.scss */
.agree .checkmark:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

/* line 1801, theme.scss */
.load {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  background: url(preloader.gif) no-repeat center;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 100; }

/* line 1815, theme.scss */
.modal-cabinet__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
/* line 1822, theme.scss */
.modal-cabinet__tab {
  display: block; }
/* line 1826, theme.scss */
.modal-cabinet__block {
  display: none; }
/* line 1830, theme.scss */
.modal-cabinet__block.active {
  display: block; }
/* line 1834, theme.scss */
.modal-cabinet__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
/* line 1854, theme.scss */
.modal-cabinet__form-message {
  display: none; }
/* line 1858, theme.scss */
.modal-cabinet__form-message.has-error, .modal-cabinet__form-message.success {
  display: block; }
/* line 1862, theme.scss */
.modal-cabinet__form-message.has-error {
  color: red; }
/* line 1865, theme.scss */
.modal-cabinet__form-message.success {
  color: green; }
