@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 11, theme.scss */
.advantage-text {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: #999999;
  max-width: 210px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    /* line 11, theme.scss */
    .advantage-text {
      font-size: 10px;
      letter-spacing: 0.02em;
      padding: 0 10px;
      line-height: 13px;
      max-width: 190px; } }
  @media (max-width: 768px) {
    /* line 11, theme.scss */
    .advantage-text {
      padding: 0 5px; } }

/* line 29, theme.scss */
.advantage-icon {
  height: 50px;
  margin-bottom: 15px; }

/* line 33, theme.scss */
.advantage {
  padding: 25px 0;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  background: white; }

/* line 40, theme.scss */
.advantage-title {
  font-size: 16px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #111111;
  font-weight: bold; }
  @media (max-width: 1024px) {
    /* line 40, theme.scss */
    .advantage-title {
      font-size: 12px; } }

@media (max-width: 768px) {
  /* line 51, theme.scss */
  .advantage-item {
    margin-bottom: 24px; }

  /* line 54, theme.scss */
  .cell-12-sm .advantage-item {
    margin-bottom: 0; } }
/* line 58, theme.scss */
.article-title {
  font-size: 2.5rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 140, theme.scss */
.bonus {
  display: flex;
  top: 100%;
  align-items: center; }

/* line 145, theme.scss */
.bonus__icon {
  width: 12px;
  height: 12px;
  fill: #FF4F00;
  margin-right: 3px; }

/* line 151, theme.scss */
.bonus__value {
  color: #999999;
  font-size: 10px;
  font-weight: normal; }

/* line 156, theme.scss */
.bonus_in-product {
  top: calc(100% - 8px); }
  /* line 158, theme.scss */
  .bonus_in-product .bonus__value {
    color: #FF4F00;
    font-size: 12px;
    font-weight: normal; }

/* line 165, theme.scss */
.quantity-controls {
  overflow: hidden;
  max-width: 132px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  border: 2px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 1111px; }
  @media (max-width: 480px) {
    /* line 165, theme.scss */
    .quantity-controls {
      max-width: 106px; } }

/* line 178, theme.scss */
.quantity-input {
  border: 0;
  color: #999999;
  height: 44px;
  width: 40%;
  text-align: center;
  padding: 4px 5px;
  vertical-align: top; }
  @media (max-width: 480px) {
    /* line 178, theme.scss */
    .quantity-input {
      height: 36px;
      width: 40px; } }

/* line 193, theme.scss */
[data-quantity-change="1"] {
  padding-right: 10px; }

/* line 196, theme.scss */
[data-quantity-change="-1"] {
  padding-left: 10px; }

/* line 199, theme.scss */
.quantity.is-cart {
  display: flex;
  justify-content: center;
  align-items: center; }

/* line 206, theme.scss */
.card {
  position: relative;
  background: #FFFFFF;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  overflow: hidden;
  height: 100%;
  padding-bottom: 154px; }
  @media (max-width: 480px) {
    /* line 206, theme.scss */
    .card {
      padding-bottom: 128px; } }

/* line 218, theme.scss */
.card__line {
  margin-bottom: 24px; }

/* line 221, theme.scss */
.card__info {
  padding: 19px 30px 0;
  display: block; }
  @media (max-width: 1024px) {
    /* line 221, theme.scss */
    .card__info {
      padding: 16px 16px 0; } }

/* line 229, theme.scss */
.card__price {
  font-weight: 500;
  font-size: 24px;
  color: #111111;
  position: relative; }
  @media (max-width: 480px) {
    /* line 229, theme.scss */
    .card__price {
      font-size: 18px; } }

/* line 240, theme.scss */
.card__old_price {
  font-size: 18px;
  color: gray;
  text-decoration: line-through; }

/* line 246, theme.scss */
.price {
  position: relative;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.02em; }
  @media (max-width: 480px) {
    /* line 246, theme.scss */
    .price {
      font-weight: bold;
      font-size: 24px;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #111111;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 8px; }
      /* line 261, theme.scss */
      .price .bonus {
        position: relative;
        top: 0;
        font-size: 8px; } }

/* line 269, theme.scss */
.card-short_description {
  font-size: 14px;
  color: #999999; }
  @media (max-width: 480px) {
    /* line 269, theme.scss */
    .card-short_description {
      font-size: 12px; } }

/* line 277, theme.scss */
.card__product-field {
  font-size: 14px;
  text-align: left;
  color: #999999;
  max-height: 14px; }

/* line 284, theme.scss */
.card__title {
  margin-bottom: 11px;
  font-weight: 500;
  font-size: 24px;
  text-decoration: none;
  color: #111111; }
  @media (max-width: 480px) {
    /* line 284, theme.scss */
    .card__title {
      font-size: 16px; } }

/* line 294, theme.scss */
.card__image-inner {
  line-height: 0;
  position: relative;
  width: 100%; }
  /* line 299, theme.scss */
  .card__image-inner img {
    min-width: 100%; }

/* line 303, theme.scss */
.card-image {
  display: flex; }

/* line 306, theme.scss */
.card__action {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px; }
  @media (max-width: 1024px) {
    /* line 306, theme.scss */
    .card__action {
      left: 16px;
      right: 16px; } }

/* line 316, theme.scss */
.card_delim {
  margin: 14px; }

/* line 320, theme.scss */
.cards-row .card {
  margin-bottom: 30px;
  padding-bottom: 140px; }
@media (max-width: 1200px) {
  /* line 325, theme.scss */
  .cards-row .card {
    margin-bottom: 16px; } }

@media (max-width: 640px) {
  /* line 332, theme.scss */
  .breadcrumb-wrapper.is-collection {
    display: none; }

  /* line 335, theme.scss */
  .card.card_collection .card_delim {
    display: none; } }
/* line 340, theme.scss */
.card.card_collection {
  padding-bottom: 134px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  transition: 0.3s; }
  /* line 346, theme.scss */
  .card.card_collection:hover {
    border-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  /* line 351, theme.scss */
  .card.card_collection .card__info {
    padding: 16px 16px 0; }
  /* line 354, theme.scss */
  .card.card_collection .card__price {
    font-size: 18px; }
  /* line 357, theme.scss */
  .card.card_collection .card-short_description {
    font-size: 12px; }
  /* line 360, theme.scss */
  .card.card_collection .card__product-field {
    font-size: 12px; }
    @media (max-width: 640px) {
      /* line 360, theme.scss */
      .card.card_collection .card__product-field {
        text-align: left;
        padding-left: 0;
        margin-bottom: 8px;
        max-height: initial; } }
  /* line 370, theme.scss */
  .card.card_collection .card__title {
    font-size: 16px; }
    @media (max-width: 640px) {
      /* line 370, theme.scss */
      .card.card_collection .card__title {
        margin-bottom: 4px; } }
  /* line 378, theme.scss */
  .card.card_collection .card__action {
    left: 16px;
    right: 16px;
    bottom: 16px; }
  /* line 383, theme.scss */
  .card.card_collection .card_delim {
    margin: 8px; }
    @media (max-width: 1100px) and (min-width: 1024px) {
      /* line 383, theme.scss */
      .card.card_collection .card_delim {
        margin: 4px; } }
  /* line 389, theme.scss */
  .card.card_collection .bttn-prim_card {
    max-width: 120px; }
  @media (max-width: 640px) {
    /* line 340, theme.scss */
    .card.card_collection {
      padding-bottom: 180px; }
      /* line 394, theme.scss */
      .card.card_collection .bttn-prim_card {
        max-width: initial; }
      /* line 397, theme.scss */
      .card.card_collection .card__action {
        left: 8px;
        right: 8px;
        bottom: 8px; }
      /* line 402, theme.scss */
      .card.card_collection .quantity-controls {
        max-width: 100%;
        margin-bottom: 8px; }
      /* line 407, theme.scss */
      .card.card_collection .card__line {
        flex-direction: row-reverse; }
        /* line 409, theme.scss */
        .card.card_collection .card__line .cell-6 {
          min-width: 100%; }
          /* line 411, theme.scss */
          .card.card_collection .card__line .cell-6:first-child {
            order: 2; }
      /* line 416, theme.scss */
      .card.card_collection .nowrap {
        flex-wrap: wrap; }
      /* line 419, theme.scss */
      .card.card_collection .quantity.is-product {
        min-width: 100%; }
      /* line 422, theme.scss */
      .card.card_collection .card_delim {
        display: none; }
      /* line 425, theme.scss */
      .card.card_collection .card__info {
        padding: 8px; } }

/* line 430, theme.scss */
.bttn-prim_card {
  max-width: 150px; }

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

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

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

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

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

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

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

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

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

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

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

/* line 490, theme.scss */
.category-menu__item {
  display: block; }

/* line 494, theme.scss */
.category-menu .category-menu {
  display: none; }

/* line 498, theme.scss */
.is-button-active + .category-menu {
  display: block; }

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

/* line 505, theme.scss */
.category-menu-marker.is-button-active::after {
  content: '-'; }

/* line 509, theme.scss */
.category-menu.level-2 {
  padding-left: 50px; }

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

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

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

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

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

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

/* line 535, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #FF4F00; }

/* line 538, theme.scss */
.page_size-radio-control {
  margin-left: 8px; }

/* line 542, theme.scss */
.page_size-radio [name="page_size"][value="24"] + .page_size-radio-control {
  margin-left: 0; }

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

/* line 550, theme.scss */
.collection-title {
  margin-bottom: 16px; }
  @media (max-width: 480px) {
    /* line 550, theme.scss */
    .collection-title {
      margin-bottom: 12px; } }

/* line 556, theme.scss */
.subcolletions {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 14px;
  margin-top: 8px; }

/* line 562, theme.scss */
.subcolletions__link {
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 14px; }
  /* line 567, theme.scss */
  .subcolletions__link.subcolletions__current {
    color: #111111; }
  /* line 570, theme.scss */
  .subcolletions__link:hover {
    color: #111111; }
  @media (max-width: 480px) {
    /* line 562, theme.scss */
    .subcolletions__link {
      font-size: 10px; } }

/* line 579, theme.scss */
.collection-order {
  display: flex; }

/* line 582, theme.scss */
.label-field {
  margin-right: 8px;
  color: #666666; }

/* line 586, theme.scss */
.custom-sort {
  margin-right: 18px;
  color: #666666;
  position: relative;
  cursor: pointer; }
  /* line 592, theme.scss */
  .custom-sort.active {
    color: #FF4F00; }
    /* line 594, theme.scss */
    .custom-sort.active .icon.down {
      display: inline; }
  /* line 598, theme.scss */
  .custom-sort.active-re {
    color: #FF4F00; }
    /* line 600, theme.scss */
    .custom-sort.active-re .icon.up {
      display: inline; }
  /* line 604, theme.scss */
  .custom-sort .custom-sort__value {
    display: flex; }
  /* line 607, theme.scss */
  .custom-sort .icon {
    height: 8px;
    width: 6px;
    display: none;
    position: absolute;
    left: calc(100% + 1px);
    top: 8px; }
    /* line 614, theme.scss */
    .custom-sort .icon.down {
      transform: rotate(180deg); }

/* line 619, theme.scss */
.custom-sort {
  transition: 0.3s; }
  /* line 621, theme.scss */
  .custom-sort:hover {
    color: #FF4F00; }

/* line 625, theme.scss */
.page_size-radio {
  transition: 0.3s; }
  /* line 627, theme.scss */
  .page_size-radio:hover {
    color: #FF4F00; }

/* line 632, theme.scss */
.collection-order {
  margin-bottom: 19px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 753, theme.scss */
.dynamic_basket-header {
  text-align: center; }

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

/* line 762, theme.scss */
.dynamic_item {
  padding: 5px 0;
  border-bottom: 1px solid #FF4F00; }
  /* line 765, theme.scss */
  .dynamic_item:last-of-type {
    border-bottom: none; }

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

/* line 775, theme.scss */
.dynamic_item-title {
  margin: 0 0 6px 6px;
  font-size: 14px;
  line-height: 120%; }

/* line 781, theme.scss */
.dynamic_item-quantity {
  font-size: 12px;
  margin: 0 0 4px 6px; }

/* line 786, theme.scss */
.dynamic_basket-submit {
  border-radius: 0;
  font-size: 16px;
  padding: 5px;
  border: 1px solid #ff4f00; }
  /* line 793, theme.scss */
  .dynamic_basket-submit:hover {
    border: 1px solid #ff4f00; }

/* line 800, theme.scss */
.dynamic_item .quantity-controls {
  border: 1px solid #D9D9D9;
  margin: 0 0 0 6px; }
/* line 804, theme.scss */
.dynamic_item .bttn-count, .dynamic_item .quantity-input {
  height: 25px;
  font-size: 18px; }

/* line 810, theme.scss */
.dynamic_basket-list {
  margin: 6px 0;
  max-height: 200px;
  height: 100%;
  overflow-y: auto;
  scrollbar-color: #ff4f00 #fff;
  scrollbar-width: thin; }

/* line 818, theme.scss */
.dynamic_basket-list::-webkit-scrollbar {
  width: 4px; }

/* line 821, theme.scss */
.dynamic_basket-list::-webkit-scrollbar-track {
  background: transparent;
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px; }

/* line 826, theme.scss */
::-webkit-scrollbar-thumb {
  background: #ff4f00;
  border-radius: 10px; }

/* line 830, theme.scss */
.dynamic_basket-list::-webkit-scrollbar {
  /* webkit */
  width: thin; }

/* line 834, theme.scss */
.dynamic_basket-list::-webkit-scrollbar-thumb {
  border-radius: 6px; }

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

/* line 843, theme.scss */
.dynamic__basket__mobile {
  display: none; }

@media screen and (max-width: 920px) {
  /* line 849, theme.scss */
  .dynamic_basket-header,
  .dynamic_basket-list {
    display: none; }

  /* line 854, theme.scss */
  .dynamic_basket {
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    background: #fff;
    border-radius: 50%; }

  /* line 863, theme.scss */
  .dynamic__basket__mobile {
    display: block; }
    /* line 866, theme.scss */
    .dynamic__basket__mobile .icon {
      width: 30px;
      height: 30px; } }
/* line 873, theme.scss */
.dynamic_basket--logo {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 32px;
  top: 15px; }
  /* line 880, theme.scss */
  .dynamic_basket--logo svg {
    width: 100%;
    height: 100%; }

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

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

/* line 910, theme.scss */
.hits {
  background: #F6F6F6; }

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

/* line 919, theme.scss */
.products-control {
  position: absolute;
  top: 0;
  right: -88px;
  left: -88px;
  bottom: 0; }
  @media (max-width: 1380px) {
    /* line 919, theme.scss */
    .products-control {
      left: -70px;
      right: -70px; } }
  @media (max-width: 1340px) {
    /* line 919, theme.scss */
    .products-control {
      display: none; } }

/* line 933, theme.scss */
.instagram__title {
  text-align: center;
  margin-bottom: 16px; }

/* line 938, theme.scss */
.main-menu__item-title {
  font-size: 14px;
  line-height: 130%;
  font-weight: normal;
  text-align: center;
  color: #111111; }

/* line 945, theme.scss */
.main-menu.level-2 {
  display: flex;
  flex-wrap: wrap; }

/* line 949, theme.scss */
li.main-menu__item.level-2 {
  display: flex;
  justify-content: center;
  max-width: 12.5%;
  -webkit-flex-basis: 12.5%;
  -ms-flex-preferred-size: 12.5%;
  flex-basis: 12.5%;
  text-align: center; }
  @media (max-width: 1024px) {
    /* line 949, theme.scss */
    li.main-menu__item.level-2 {
      max-width: 16.666666667%;
      -webkit-flex-basis: 16.666666667%;
      -ms-flex-preferred-size: 16.666666667%;
      flex-basis: 16.666666667%; } }
  @media (max-width: 768px) {
    /* line 949, theme.scss */
    li.main-menu__item.level-2 {
      max-width: 25%;
      -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
      flex-basis: 25%; } }
  @media (max-width: 480px) {
    /* line 949, theme.scss */
    li.main-menu__item.level-2 {
      max-width: 33.33333333334%;
      -webkit-flex-basis: 33.33333333334%;
      -ms-flex-preferred-size: 33.33333333334%;
      flex-basis: 33.33333333334%; } }

/* line 976, theme.scss */
.main-menu__icon {
  border: 1px solid #FF4F00;
  height: 64px;
  width: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 12px; }
  /* line 985, theme.scss */
  .main-menu__icon svg {
    max-width: 100%;
    max-height: 100%;
    fill: #FF4F00; }

/* line 991, theme.scss */
.main-menu__link.level-2 {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: center;
  margin-bottom: 36px; }
  /* line 997, theme.scss */
  .main-menu__link.level-2 * {
    transition: 0.3s; }
  /* line 1001, theme.scss */
  .main-menu__link.level-2:hover .main-menu__icon {
    background: #FF4F00; }
    /* line 1003, theme.scss */
    .main-menu__link.level-2:hover .main-menu__icon svg {
      fill: #fff !important; }
      /* line 1005, theme.scss */
      .main-menu__link.level-2:hover .main-menu__icon svg * {
        fill: #fff !important; }
  /* line 1011, theme.scss */
  .main-menu__link.level-2:hover .main-menu__item-title {
    color: #FF4F00; }

/* line 1016, theme.scss */
.main-menu__item-title {
  min-width: 100%;
  padding: 8px 10px 0; }

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

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

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

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

/* line 1055, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  transition: 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  transition: 0s;
  border-radius: 0 0 8px 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: none; }

/* line 1064, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  visibility: visible;
  padding: 32px 49px 14px;
  display: flex; }

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

@media (min-width: 1024px) {
  /* line 1076, theme.scss */
  .main-menu .menu-item.level-1:hover > a.main-menu__link.menu-link {
    color: #FF4F00; }

  /* line 1079, theme.scss */
  .main-menu .menu-item.level-1:hover > .main-menu-marker {
    transform: rotate(180deg); } }
/* line 1086, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

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

/* line 1095, theme.scss */
.feedback-modal {
  border-radius: 8px;
  position: relative;
  width: 540px;
  max-width: 100%;
  background: #fff;
  margin: auto;
  padding: 70px;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 1095, theme.scss */
    .feedback-modal {
      padding: 30px 16px 28px; } }
  /* line 1107, theme.scss */
  .feedback-modal .bttn-second {
    margin-top: 10px; }

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

/* line 1117, theme.scss */
.feedback-field-wrap {
  margin: auto; }

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

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

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

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

/* line 1138, theme.scss */
.feedback__conf {
  font-size: 14px;
  color: #666666;
  margin-top: 10px; }
  @media (max-width: 768px) {
    /* line 1138, theme.scss */
    .feedback__conf {
      font-size: 10px; } }

/* line 1147, theme.scss */
.feedback-success {
  width: 850px;
  max-width: 100%;
  padding: 50px;
  border-radius: 8px; }
  @media (max-width: 768px) {
    /* line 1147, theme.scss */
    .feedback-success {
      padding: 30px 16px 50px; } }

/* line 1156, theme.scss */
.feedback-success__text {
  line-height: 150%;
  color: #666666;
  font-size: 18px;
  margin-bottom: 46px; }
  /* line 1161, theme.scss */
  .feedback-success__text p {
    margin: 30px 0; }
  @media (max-width: 768px) {
    /* line 1156, theme.scss */
    .feedback-success__text {
      font-size: 12px;
      margin-bottom: 24px; }
      /* line 1167, theme.scss */
      .feedback-success__text p {
        margin: 15px 0; } }

/* line 1172, theme.scss */
.icon-inst-color {
  width: 48px;
  height: 48px; }

/* line 1177, theme.scss */
.feedback-success__inst-row {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0; }
  /* line 1184, theme.scss */
  .feedback-success__inst-row img {
    margin-left: 20px;
    height: 48px;
    width: 48px;
    min-width: 48px;
    min-height: 48px; }
  @media (max-width: 1024px) {
    /* line 1177, theme.scss */
    .feedback-success__inst-row {
      position: relative; }
      /* line 1193, theme.scss */
      .feedback-success__inst-row .bttn-second {
        margin-right: 10px; }
      /* line 1196, theme.scss */
      .feedback-success__inst-row img {
        margin-left: 0; } }

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

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

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

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

/* line 1223, theme.scss */
.added .bttn-second {
  margin-top: 8px; }

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

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

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

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

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

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

/* line 1320, 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 1332, 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 1335, 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 1339, theme.scss */
.form-row {
  margin-top: 1.5rem; }

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

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

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

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

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

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

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

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

/* line 1377, theme.scss */
.reviews-form .form .form-controls .bttn-prim {
  margin-top: 20px; }

/* line 1381, theme.scss */
.reviews-h3 {
  margin-top: 30px; }

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

/* line 1389, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 1024px) {
    /* line 1389, theme.scss */
    .tabs-head.tabs-head {
      min-height: initial; } }
  @media (max-width: 480px) {
    /* line 1389, theme.scss */
    .tabs-head.tabs-head {
      justify-content: space-between; } }

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

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

/* line 1417, theme.scss */
.tabs-item {
  font-weight: 700;
  text-transform: uppercase;
  color: #FF4F00;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  margin: 0 25px 34px;
  white-space: nowrap;
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  border-bottom: 1px dashed #FF4F00; }
  @media (max-width: 800px) {
    /* line 1417, theme.scss */
    .tabs-item {
      font-size: 18px;
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    /* line 1417, theme.scss */
    .tabs-item {
      font-size: 12px;
      margin-left: 0;
      margin-right: 0;
      margin-bottom: 2px; } }

/* line 1452, theme.scss */
.tabs-item.is-button-active {
  color: #111111;
  border-bottom: 1px dashed transparent; }

/* line 1457, theme.scss */
.products-title {
  font-size: 24px; }
  @media (max-width: 480px) {
    /* line 1457, theme.scss */
    .products-title {
      font-size: 18px;
      line-height: 120%; } }

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

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

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

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

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

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

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

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

/* line 1505, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #000;
  bottom: 10px;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 30px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right 0.25s ease, all 0.25s ease;
  -o-transition: right 0.25s ease, all 0.25s ease;
  transition: right 0.25s ease, all 0.25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  outline: none; }
  /* line 1526, theme.scss */
  .scroll_top svg {
    transform: rotate(270deg); }
  @media screen and (max-width: 768px) {
    /* line 1505, theme.scss */
    .scroll_top {
      bottom: 60px; } }

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

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

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

/* line 1553, theme.scss */
.ajax-search-results {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 100%;
  left: 0;
  z-index: 10;
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px; }

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

/* line 1572, theme.scss */
.ajax-search-link {
  padding: 5px 16px;
  display: block;
  color: #999999; }

/* line 1577, theme.scss */
.search_widget .inpt {
  font-size: 14px; }

/* line 1583, theme.scss */
.search_widget.active .inpt-group {
  display: flex !important; }
/* line 1586, theme.scss */
.search_widget.active > .icon_search {
  fill: #FF4F00; }
/* line 1590, theme.scss */
.search_widget .inpt-group {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 8px 8px; }

/* line 1599, theme.scss */
.search_widget .inpt-group {
  background: #fff;
  z-index: 10000; }

/* line 1603, theme.scss */
.icon_search {
  cursor: pointer; }

/* line 1606, theme.scss */
.search_widget .inpt {
  border: 0;
  font-size: 12px;
  line-height: 15px;
  color: #999999; }
  /* line 1611, theme.scss */
  .search_widget .inpt::placeholder {
    color: #999999; }

/* line 1615, theme.scss */
.search_widget-submit {
  border: 0;
  background: #fff;
  cursor: pointer;
  border-radius: 0 0 8px 8px; }
  /* line 1621, theme.scss */
  .search_widget-submit:hover .icon {
    fill: red; }

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

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

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

/* line 1650, theme.scss */
.collection_sets_content .card__title {
  font-size: 16px; }

/* line 1654, theme.scss */
.collection_sets_content .products-control {
  display: none; }

/* line 1658, theme.scss */
.collection_sets_content .card.card_collection {
  padding-bottom: 104px;
  font-size: 16px;
  box-shadow: none;
  border: 1px solid #D9D9D9;
  transition: 0.3s; }
  /* line 1664, theme.scss */
  .collection_sets_content .card.card_collection:hover {
    border-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  /* line 1668, theme.scss */
  .collection_sets_content .card.card_collection .bonus {
    display: none; }
  /* line 1671, theme.scss */
  .collection_sets_content .card.card_collection .card__info {
    padding: 10px 10px 0; }
  /* line 1674, theme.scss */
  .collection_sets_content .card.card_collection .card__price {
    font-size: 18px; }
  /* line 1677, theme.scss */
  .collection_sets_content .card.card_collection .card-short_description {
    font-size: 12px; }
  /* line 1680, theme.scss */
  .collection_sets_content .card.card_collection .card__product-field {
    font-size: 12px;
    display: none; }
    @media (max-width: 640px) {
      /* line 1680, theme.scss */
      .collection_sets_content .card.card_collection .card__product-field {
        text-align: left;
        padding-left: 0;
        margin-bottom: 8px;
        max-height: initial; } }
  /* line 1690, theme.scss */
  .collection_sets_content .card.card_collection .quantity-controls {
    display: none; }
  /* line 1693, theme.scss */
  .collection_sets_content .card.card_collection .card__title {
    font-size: 14px;
    line-height: 1.1; }
    @media (max-width: 640px) {
      /* line 1693, theme.scss */
      .collection_sets_content .card.card_collection .card__title {
        margin-bottom: 4px; } }
  /* line 1701, theme.scss */
  .collection_sets_content .card.card_collection .card__action {
    left: 16px;
    right: 16px;
    bottom: 16px; }
  /* line 1706, theme.scss */
  .collection_sets_content .card.card_collection .card_delim {
    margin: 8px; }
    @media (max-width: 1100px) and (min-width: 1024px) {
      /* line 1706, theme.scss */
      .collection_sets_content .card.card_collection .card_delim {
        margin: 4px; } }
  /* line 1712, theme.scss */
  .collection_sets_content .card.card_collection .bttn-prim_card {
    max-width: 100%;
    font-size: 14px;
    padding: 8px 5px 8px; }
    /* line 1716, theme.scss */
    .collection_sets_content .card.card_collection .bttn-prim_card .icon {
      fill: #FF4F00;
      height: 15px;
      width: 17px;
      margin-right: 5px; }
  /* line 1723, theme.scss */
  .collection_sets_content .card.card_collection .card_delim {
    display: none; }
  /* line 1726, theme.scss */
  .collection_sets_content .card.card_collection .card__line {
    margin-bottom: 14px; }
  @media (max-width: 640px) {
    /* line 1730, theme.scss */
    .collection_sets_content .card.card_collection .bttn-prim_card {
      max-width: initial; }
    /* line 1733, theme.scss */
    .collection_sets_content .card.card_collection .card__action {
      left: 8px;
      right: 8px;
      bottom: 8px; }
    /* line 1738, theme.scss */
    .collection_sets_content .card.card_collection .quantity-controls {
      max-width: 100%;
      margin-bottom: 8px; }
    /* line 1743, theme.scss */
    .collection_sets_content .card.card_collection .card__line {
      flex-direction: row-reverse; }
      /* line 1745, theme.scss */
      .collection_sets_content .card.card_collection .card__line .cell-6 {
        min-width: 100%; }
        /* line 1747, theme.scss */
        .collection_sets_content .card.card_collection .card__line .cell-6:first-child {
          order: 2; }
    /* line 1752, theme.scss */
    .collection_sets_content .card.card_collection .nowrap {
      flex-wrap: wrap; }
    /* line 1755, theme.scss */
    .collection_sets_content .card.card_collection .quantity.is-product {
      min-width: 100%; }
    /* line 1758, theme.scss */
    .collection_sets_content .card.card_collection .card_delim {
      display: none; }
    /* line 1761, theme.scss */
    .collection_sets_content .card.card_collection .card__info {
      padding: 8px; } }

/*  header
-----------------------------------------*/
/* line 1770, theme.scss */
.header {
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  background: #fff; }
  /* line 1775, theme.scss */
  .header .icon {
    transition: 0.3s; }
    /* line 1777, theme.scss */
    .header .icon:hover {
      fill: #FF4F00; }
      @media (max-width: 1024px) {
        /* line 1777, theme.scss */
        .header .icon:hover {
          fill: #111111; } }
  /* line 1785, theme.scss */
  .header a:hover {
    transition: 0.3s;
    color: #FF4F00; }
    /* line 1788, theme.scss */
    .header a:hover svg {
      fill: #FF4F00; }
  @media (max-width: 640px) {
    /* line 1770, theme.scss */
    .header {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
      padding-top: 0; } }

@media (max-width: 1024px) {
  /* line 1801, theme.scss */
  .main-menu {
    display: none; } }

/* line 1806, theme.scss */
.main-menu .menu-item.level-1 {
  padding-bottom: 32px; }
  @media (max-width: 1024px) {
    /* line 1806, theme.scss */
    .main-menu .menu-item.level-1 {
      padding: 0; } }

/* line 1813, theme.scss */
.main-menu-marker {
  padding: 0;
  height: 9px;
  background-size: 100%;
  width: 12px;
  border: 0;
  position: relative;
  top: 2px;
  margin-left: 3px;
  transition: 0.3s;
  outline: none; }

/* line 1825, theme.scss */
.main-menu__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #111111; }

/* line 1832, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  overflow: hidden !important; }
  /* line 1834, theme.scss */
  .menu-item.is-drop_anchor > .menu.is-drop_target:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 20px;
    left: -20px;
    right: -20px;
    top: -20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }

/* line 1846, theme.scss */
.main-menu__item.level-1 {
  margin-right: 25px;
  display: inline-block;
  vertical-align: middle; }
  /* line 1851, theme.scss */
  .main-menu__item.level-1.active .main-menu__link.level-1 {
    color: #FF4F00; }
  /* line 1854, theme.scss */
  .main-menu__item.level-1.active .main-menu-marker {
    transform: rotate(180deg);
    filter: brightness(3); }
  /* line 1859, theme.scss */
  .main-menu__item.level-1:last-child {
    margin-right: 0; }

/* line 1864, theme.scss */
.phone-widget {
  position: relative; }

/* line 1867, theme.scss */
.phone-widget__link {
  display: inline-flex;
  align-items: center; }
  /* line 1870, theme.scss */
  .phone-widget__link .icon-phone {
    position: relative;
    left: -4px; }
  /* line 1875, theme.scss */
  .phone-widget__link:hover .phone-widget__number {
    color: #FF4F00; }

/* line 1880, theme.scss */
.phone-widget__number {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  color: #111111; }
  @media (min-width: 1024px) and (max-width: 1200px) {
    /* line 1880, theme.scss */
    .phone-widget__number {
      font-size: 18px; } }
  @media (max-width: 640px) {
    /* line 1880, theme.scss */
    .phone-widget__number {
      font-size: 14px; } }

/* line 1892, theme.scss */
.phone-widget__return-call {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  text-decoration: dashed;
  transition: 0.3s;
  border-bottom: 1px dashed #d9d9d9;
  position: absolute;
  top: calc(100% - 3px);
  left: 24px; }
  /* line 1902, theme.scss */
  .phone-widget__return-call:hover {
    border-bottom: 1px dotted #FF4F00; }
  @media (max-width: 640px) {
    /* line 1892, theme.scss */
    .phone-widget__return-call {
      font-size: 18px;
      line-height: 24px !important;
      display: flex;
      color: black; } }
  @media (max-width: 361px) {
    /* line 1892, theme.scss */
    .phone-widget__return-call {
      font-size: 14px; } }

/* line 1915, theme.scss */
.phone-widget_mobile {
  display: flex;
  justify-content: space-between; }
  /* line 1918, theme.scss */
  .phone-widget_mobile .phone-widget__return-call {
    position: relative;
    left: 0;
    top: 0;
    line-height: 27px;
    height: 22px; }

@media (max-width: 1024px) {
  /* line 1926, theme.scss */
  .phone-widget__link .icon-phone {
    left: 0; } }

/* line 1932, theme.scss */
.cart-widget {
  line-height: 0; }

/* line 1935, theme.scss */
.cart-widget-link {
  display: inline-flex; }

/* line 1938, theme.scss */
.cart-widget__size-count {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  top: -9px;
  left: 50%;
  margin-left: -11px;
  font-size: 10px;
  position: absolute;
  z-index: 1;
  background: #FF4F00;
  border: 3px solid #FFFFFF;
  color: #fff;
  line-height: 22px; }

/* line 1957, theme.scss */
.cart-widget__total-price {
  font-size: 14px;
  line-height: 18px;
  color: #111111;
  margin-left: 6px; }

/* line 1963, theme.scss */
.cart-widget-link {
  position: relative; }

@media (max-width: 1024px) {
  /* line 1966, theme.scss */
  .cart-widget {
    margin-left: auto;
    margin-right: 12px; } }
@media (max-width: 1024px) {
  /* line 1971, theme.scss */
  .cart-widget .cart-widget__total-price {
    display: none; } }

/* footer */
/* line 1979, theme.scss */
footer {
  background: #222222;
  color: #fff;
  padding: 70px 0; }
  @media (max-width: 1024px) {
    /* line 1979, theme.scss */
    footer {
      padding: 18px 0; }
      /* line 1985, theme.scss */
      footer .pr24-md {
        padding-right: 24px; } }
  @media (max-width: 768px) {
    /* line 1979, theme.scss */
    footer {
      padding-bottom: 54px; }
      /* line 1991, theme.scss */
      footer * {
        font-size: 14px !important;
        font-weight: 400 !important; } }
  /* line 1996, theme.scss */
  footer a {
    color: #fff; }
  /* line 1999, theme.scss */
  footer .logo {
    margin-bottom: 42px; }
    /* line 2001, theme.scss */
    footer .logo svg {
      width: 168.9px;
      height: 70px; }
    /* line 2005, theme.scss */
    footer .logo svg * {
      fill: #fff !important; }
    @media (max-width: 768px) {
      /* line 1999, theme.scss */
      footer .logo {
        margin-bottom: 24px; } }
  /* line 2013, theme.scss */
  footer .phone-widget .icon {
    margin-right: 11px; }
  /* line 2017, theme.scss */
  footer .phone-widget__number {
    color: #fff; }
  /* line 2020, theme.scss */
  footer .phone-widget__link .icon-phone {
    left: 0; }
  /* line 2023, theme.scss */
  footer .icon-phone {
    fill: #505050; }

/* line 2027, theme.scss */
.footer-menu__title {
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px; }

/* line 2032, theme.scss */
.bottom-footer {
  margin-top: 50px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  @media (max-width: 768px) {
    /* line 2032, theme.scss */
    .bottom-footer {
      margin-top: 0;
      border: 0;
      position: relative;
      padding-top: 24px; }
      /* line 2041, theme.scss */
      .bottom-footer:after {
        content: "";
        display: block;
        position: absolute;
        left: 16px;
        right: 16px;
        top: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.1); } }

/* line 2053, theme.scss */
.address {
  display: flex; }
  /* line 2055, theme.scss */
  .address .icon {
    margin-right: 11px; }
  /* line 2058, theme.scss */
  .address .address__content {
    max-width: 238px; }

/* line 2063, theme.scss */
.icon-pin {
  fill: #505050; }

/* line 2066, theme.scss */
.icon-time {
  fill: #505050; }

/* line 2069, theme.scss */
.icon-insta {
  fill: #505050; }

/* line 2073, theme.scss */
.time-work {
  display: flex;
  align-items: center; }
  /* line 2076, theme.scss */
  .time-work .icon {
    margin-right: 11px; }

/* line 2080, theme.scss */
.icon-circle-wrap {
  border: 2px solid #666666;
  padding: 10px;
  border-radius: 50%; }

/* line 2086, theme.scss */
.instagram-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 2086, theme.scss */
    .instagram-link {
      justify-content: flex-end; } }
  /* line 2094, theme.scss */
  .instagram-link .icon-circle-wrap {
    margin-right: 8px; }
  /* line 2098, theme.scss */
  .instagram-link:hover .icon-insta {
    fill: #FF4F00; }
  /* line 2101, theme.scss */
  .instagram-link:hover .icon-circle-wrap {
    border-color: #FF4F00; }
  /* line 2105, theme.scss */
  .instagram-link .instagram-link__text {
    max-width: 148px; }

/* line 2109, theme.scss */
.icon-insta {
  height: 24px;
  width: 24px; }

/* line 2114, theme.scss */
.pay {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px; }
  /* line 2119, theme.scss */
  .pay .pay__text {
    max-width: 85px; }
    @media (max-width: 768px) {
      /* line 2119, theme.scss */
      .pay .pay__text {
        max-width: initial; } }
  /* line 2125, theme.scss */
  .pay .icon {
    width: 48px;
    height: 32px;
    margin-right: 8px; }

/* line 2132, theme.scss */
.entitlement {
  max-width: 220px;
  font-size: 14px;
  line-height: 18px; }
  @media (max-width: 768px) {
    /* line 2132, theme.scss */
    .entitlement {
      margin-bottom: 0; } }

/* line 2141, theme.scss */
.conf {
  font-size: 14px;
  line-height: 18px;
  display: inline-block; }
  @media (min-width: 768px) and (max-width: 1024px) {
    /* line 2141, theme.scss */
    .conf {
      max-width: initial;
      display: flex;
      justify-content: flex-end; } }
  @media (max-width: 768px) {
    /* line 2141, theme.scss */
    .conf {
      max-width: initial;
      margin-bottom: 8px; } }

/* line 2156, theme.scss */
.list-menu {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  /* line 2160, theme.scss */
  .list-menu a {
    text-decoration: none; }
  /* line 2164, theme.scss */
  .list-menu .list-menu__li {
    margin-bottom: 10px; }

/* promo slider */
/* line 2170, theme.scss */
.promo-slider__slide {
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    /* line 2170, theme.scss */
    .promo-slider__slide {
      min-height: initial; } }

/* line 2178, theme.scss */
.icon-chevron {
  height: 18px;
  width: 10px;
  fill: #FF4F00; }

/* line 2184, theme.scss */
.promo-slider .icon-chevron {
  height: 17px;
  width: 9px; }
/* line 2188, theme.scss */
.promo-slider .swiper-button-next {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  border-color: #fff; }
  /* line 2193, theme.scss */
  .promo-slider .swiper-button-next .icon {
    fill: #111111; }
/* line 2197, theme.scss */
.promo-slider .swiper-button-prev {
  height: 50px;
  width: 50px;
  margin-top: -25px;
  border-color: #fff; }
  /* line 2202, theme.scss */
  .promo-slider .swiper-button-prev .icon {
    fill: #111111; }

/* line 2207, theme.scss */
.promo-slider__slide-content {
  background: rgba(255, 255, 255, 0.9);
  width: 570px;
  max-width: 100%;
  padding: 62px 16px;
  border-radius: 8px; }
  /* line 2214, theme.scss */
  .promo-slider__slide-content .bttn-second {
    margin-top: 40px;
    max-width: 227px;
    width: 100%; }
  @media (max-width: 768px) {
    /* line 2207, theme.scss */
    .promo-slider__slide-content {
      padding-top: 24px;
      padding-bottom: 32px; }
      /* line 2222, theme.scss */
      .promo-slider__slide-content .bttn-second {
        margin-top: 16px;
        max-width: 168px; } }

/* line 2228, theme.scss */
.promo-slider__text1 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #111111;
  margin-bottom: 16px; }
  @media (max-width: 768px) {
    /* line 2228, theme.scss */
    .promo-slider__text1 {
      font-size: 18px;
      margin-bottom: 12px; } }

/* line 2239, theme.scss */
.promo-slider__text2 {
  font-size: 48px;
  line-height: 130%;
  font-weight: bold;
  text-align: center;
  color: #111111; }
  @media (max-width: 768px) {
    /* line 2239, theme.scss */
    .promo-slider__text2 {
      font-size: 24px; } }

/* line 2249, theme.scss */
.promo-slider__text3 {
  font-size: 24px;
  color: #111111; }
  @media (max-width: 768px) {
    /* line 2249, theme.scss */
    .promo-slider__text3 {
      font-size: 16px; } }

/* line 2257, theme.scss */
.swiper-button-prev {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 16px;
  height: 48px;
  width: 48px;
  margin-top: -40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FF4F00;
  outline: none; }
  /* line 2270, theme.scss */
  .swiper-button-prev svg {
    transform: rotate(180deg); }

/* line 2274, theme.scss */
.swiper-button-next {
  background-image: none;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 16px;
  height: 48px;
  width: 48px;
  margin-top: -40px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid #FF4F00;
  outline: none; }

/* line 2288, theme.scss */
.swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px; }

/* line 2292, theme.scss */
.swiper-container .swiper-pagination-bullet {
  border: 2px solid #999999;
  background: transparent;
  opacity: 1; }

/* line 2297, theme.scss */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  border-color: #FF4F00; }

/* line 2300, theme.scss */
span.swiper-pagination-bullet {
  outline: none; }

/* line 2303, theme.scss */
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px; }

/* line 2306, theme.scss */
.products-slider-wrapper {
  position: relative; }

/* line 2310, theme.scss */
.content-page .card {
  padding: 0; }
/* line 2313, theme.scss */
.content-page .card__info,
.content-page .card__action {
  display: none; }

/* line 2319, theme.scss */
.content-page__description {
  font-size: 18px;
  line-height: 150%;
  width: 970px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 40px;
  color: #666666; }
  @media (max-width: 1024px) {
    /* line 2319, theme.scss */
    .content-page__description {
      margin-bottom: 10px; } }
  @media (max-width: 768px) {
    /* line 2319, theme.scss */
    .content-page__description {
      font-size: 12px; } }

/* line 2335, theme.scss */
.content-page__h2 {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 2335, theme.scss */
    .content-page__h2 {
      margin-bottom: 12px; } }

/* line 2344, theme.scss */
.category__pic {
  width: 100%;
  height: -webkit-fit-content; }
  /* line 2347, theme.scss */
  .category__pic picture {
    display: block; }
  /* line 2350, theme.scss */
  .category__pic img {
    min-width: 100%;
    display: block; }

/* line 2356, theme.scss */
.catalog-category {
  margin-bottom: -30px; }
  @media (max-width: 1024px) {
    /* line 2356, theme.scss */
    .catalog-category {
      margin-bottom: -16px; } }

/* line 2364, theme.scss */
.catalog-category.main-padding {
  padding-top: 30px; }

/* line 2367, theme.scss */
.category {
  border-radius: 8px;
  overflow: hidden;
  display: block;
  position: relative;
  line-height: 0;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    /* line 2367, theme.scss */
    .category {
      margin-bottom: 16px; } }
  /* line 2377, theme.scss */
  .category:after {
    content: "";
    display: block;
    position: absolute;
    top: 63px;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 27.08%, rgba(17, 17, 17, 0.8) 89.58%); }

/* line 2389, theme.scss */
.category__content {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 69%;
  left: 0;
  font-size: 24px;
  line-height: 100%;
  color: #FFFFFF;
  z-index: 1;
  text-align: center;
  padding: 20px;
  font-weight: 500; }
  @media (max-width: 768px) {
    /* line 2389, theme.scss */
    .category__content {
      font-size: 15px;
      top: 60%;
      padding: 10px; } }
  @media (max-width: 480px) {
    /* line 2389, theme.scss */
    .category__content {
      font-size: 14px;
      top: 68%; } }

/* line 2413, theme.scss */
.catalog-category__h2 {
  margin-bottom: 30px;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 2413, theme.scss */
    .catalog-category__h2 {
      margin-bottom: 12px; } }

/* line 2421, theme.scss */
.reviews-slider {
  background-image: url("bg.webp");
  background-size: cover;
  background-repeat: no-repeat; }

/* line 2427, theme.scss */
.reviews-slider__h2 {
  text-align: center;
  margin-bottom: 14px; }
  @media (max-width: 768px) {
    /* line 2427, theme.scss */
    .reviews-slider__h2 {
      margin-bottom: 4px; } }

/* line 2434, theme.scss */
.review-item {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  background: #fff;
  padding: 100px 70px; }
  @media (max-width: 768px) {
    /* line 2434, theme.scss */
    .review-item {
      padding: 16px; } }

/* line 2443, theme.scss */
.reviews-slider__swiper {
  padding: 10px 10px 53px; }

/* line 2446, theme.scss */
.reviews-slider__wrapper {
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }

/* line 2451, theme.scss */
.review-item__content {
  font-size: 18px;
  line-height: 150%;
  margin-top: 20px;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    /* line 2451, theme.scss */
    .review-item__content {
      font-size: 12px;
      margin-top: 12px;
      margin-bottom: 12px; } }

/* line 2462, theme.scss */
.person {
  display: inline-block; }

/* line 2465, theme.scss */
.person__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 25px;
  text-align: right;
  margin-bottom: 12px; }
  @media (max-width: 768px) {
    /* line 2465, theme.scss */
    .person__name {
      font-size: 14px;
      margin-bottom: 1px; } }

/* line 2476, theme.scss */
.person__wrapper {
  display: flex;
  align-items: center; }

/* line 2480, theme.scss */
.person__info {
  padding-right: 30px; }
  @media (max-width: 768px) {
    /* line 2480, theme.scss */
    .person__info {
      padding-right: 10px; } }

/* line 2486, theme.scss */
.person__description {
  font-size: 14px;
  max-width: 100%;
  width: 250px;
  text-align: right;
  line-height: 150%;
  color: #999999; }
  @media (max-width: 768px) {
    /* line 2486, theme.scss */
    .person__description {
      font-size: 10px;
      width: 159px; } }

/* line 2499, theme.scss */
.person__image-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden; }
  @media (max-width: 768px) {
    /* line 2499, theme.scss */
    .person__image-wrap {
      width: 56px;
      height: 56px; } }

/* line 2510, theme.scss */
.istagram__image-wrap {
  position: relative;
  border-radius: 8px;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    /* line 2510, theme.scss */
    .istagram__image-wrap {
      margin-bottom: 16px; } }
  /* line 2517, theme.scss */
  .istagram__image-wrap .likes {
    position: absolute;
    bottom: 0; }

/* line 2522, theme.scss */
.instagram__list {
  margin-bottom: -30px;
  position: relative; }
  @media (max-width: 1024px) {
    /* line 2522, theme.scss */
    .instagram__list {
      margin-bottom: -16px; }
      /* line 2527, theme.scss */
      .instagram__list .swiper-container {
        padding-bottom: 37px; } }

/* line 2532, theme.scss */
.likes {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 7px 10px; }
  /* line 2537, theme.scss */
  .likes .icon {
    fill: #FF4F00;
    height: 16px;
    width: 16px;
    margin-right: 6px; }
  /* line 2543, theme.scss */
  .likes .likes__count {
    color: #666666;
    font-size: 14px; }

/* collection filters */
/* line 2550, theme.scss */
.filter {
  border-bottom: 1px solid #E6E6E6; }
  /* line 2552, theme.scss */
  .filter:last-child {
    border: 0; }

/* line 2557, theme.scss */
.filter-title {
  padding: 15px 20px; }

/* line 2560, theme.scss */
.filter.js-filter-section {
  cursor: pointer;
  transition: 0.3s; }

/* line 2565, theme.scss */
.collection-filter {
  overflow: hidden; }

/* line 2570, theme.scss */
.filter.js-filter-section:not(.is-active-container):hover .filter-title {
  color: #FF4F00; }
/* line 2573, theme.scss */
.filter.js-filter-section:not(.is-active-container):hover .icon {
  fill: #FF4F00; }

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

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

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

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

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

/* line 2623, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0; }

/* line 2628, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  visibility: visible;
  padding: 0 20px 20px; }

/* line 2634, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  padding: 0;
  margin-left: auto;
  transform: rotate(90deg);
  padding-left: 5px; }
  /* line 2644, theme.scss */
  .filter-toggle .icon {
    fill: #999999; }

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

/* line 2652, theme.scss */
.filter-item {
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  margin-bottom: 9px; }
  /* line 2658, theme.scss */
  .filter-item:last-child {
    margin-bottom: 0; }
  /* line 2661, theme.scss */
  .filter-item:hover {
    color: #111111; }
  /* line 2664, theme.scss */
  .filter-item .checked {
    color: #111111; }

/* line 2669, theme.scss */
.filter-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  display: flex;
  color: #111111; }

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

/* line 2682, theme.scss */
.collection-filter {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 8px;
  max-width: 240px; }
  @media (max-width: 1200px) {
    /* line 2682, theme.scss */
    .collection-filter {
      max-width: 100%; } }

/* line 2692, theme.scss */
.filters-clear {
  max-width: 240px;
  margin-bottom: 16px; }
  @media (max-width: 1200px) {
    /* line 2692, theme.scss */
    .filters-clear {
      max-width: 100%; } }

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

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

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

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

/* line 2742, 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 #FF4F00; }

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

/* line 2756, theme.scss */
.range-slider [name="price_max"] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

/* line 2761, theme.scss */
.collection-filter [data-tab-target="price"] {
  transition: 0s; }

/* line 2764, theme.scss */
.is-tab-active[data-tab-target="price"] {
  overflow: visible; }

/* line 2768, theme.scss */
.range-slider [name="price_min"] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/* line 2773, theme.scss */
.range-slider-input {
  position: relative; }
  /* line 2775, theme.scss */
  .range-slider-input:after {
    content: "";
    position: absolute;
    top: 1px;
    bottom: 1px;
    background: #c9c9c9;
    width: 1px; }

/* line 2784, theme.scss */
.range-slider .right {
  border-left: 0 !important; }

/* line 2787, theme.scss */
.range-slider .left {
  border-right: 0 !important; }

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

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

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

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

/* line 2813, theme.scss */
.irs--flat .irs-handle {
  background: #FF4F00;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  /* shadow card */
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  top: 16px; }
  /* line 2824, theme.scss */
  .irs--flat .irs-handle > * {
    display: none !important; }

/* line 2828, theme.scss */
.irs-min,
.irs-max,
.irs-to,
.irs-from {
  display: none; }

/* end collection filters */
/* mobile-menu */
/* line 2837, theme.scss */
.mobile-menu-bttn {
  transition: 0.3s; }
  /* line 2839, theme.scss */
  .mobile-menu-bttn.active {
    transform: rotate(90deg); }

/* line 2843, theme.scss */
.mobile-menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  background: #fff;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: 10; }
  /* line 2852, theme.scss */
  .mobile-menu:after {
    content: "";
    position: absolute;
    background: #fff;
    height: 20px;
    left: -20px;
    right: -20px;
    top: -20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  /* line 2862, theme.scss */
  .mobile-menu .main-menu__item-title {
    padding-top: 5px; }
    @media (max-width: 480px) {
      /* line 2862, theme.scss */
      .mobile-menu .main-menu__item-title {
        font-size: 10px;
        line-height: 130%;
        text-align: center;
        color: #111111; } }
  /* line 2871, theme.scss */
  .mobile-menu .main-menu__link.level-2 {
    margin-bottom: 15px; }
  /* line 2874, theme.scss */
  .mobile-menu .icon_menu {
    display: none; }
  /* line 2877, theme.scss */
  .mobile-menu .main-menu {
    display: flex; }
  /* line 2880, theme.scss */
  .mobile-menu .main-menu-marker {
    display: inline-block; }
  /* line 2883, theme.scss */
  .mobile-menu .main-menu__link.menu-link.level-1 {
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    padding: 14px 8px 14px 16px; }
  /* line 2891, theme.scss */
  .mobile-menu .main-menu__item.level-1 {
    display: block;
    min-width: 100%;
    padding: 0;
    margin-right: 0;
    border-bottom: 1px solid #F5F5F5; }
    /* line 2897, theme.scss */
    .mobile-menu .main-menu__item.level-1.active {
      background: #FF4F00; }
      /* line 2899, theme.scss */
      .mobile-menu .main-menu__item.level-1.active .main-menu__link {
        color: #fff; }
  /* line 2904, theme.scss */
  .mobile-menu .search_widget {
    width: 100%; }
  /* line 2907, theme.scss */
  .mobile-menu [data-toggle-search] {
    display: none; }
  /* line 2910, theme.scss */
  .mobile-menu .search_widget .inpt {
    padding-left: 16px;
    padding-left: 16px; }
  /* line 2914, theme.scss */
  .mobile-menu .search_widget-submit {
    padding-top: 12px;
    padding-bottom: 12px; }
  /* line 2918, theme.scss */
  .mobile-menu .header__links li {
    min-width: 100%;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000; }
  /* line 2925, theme.scss */
  .mobile-menu .header__links {
    flex-wrap: wrap; }
  /* line 2928, theme.scss */
  .mobile-menu .search_widget {
    box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.2); }
  /* line 2932, theme.scss */
  .mobile-menu .search_widget .inpt-group {
    position: relative;
    top: 0;
    display: flex !important;
    box-shadow: none;
    border-bottom: 1px solid #F5F5F5;
    border-radius: 0;
    z-index: initial; }
  /* line 2941, theme.scss */
  .mobile-menu.active {
    display: block; }
  /* line 2944, theme.scss */
  .mobile-menu .search_widget-wrap {
    display: flex; }
  /* line 2947, theme.scss */
  .mobile-menu .main-menu.level-2 {
    position: relative;
    box-shadow: none;
    box-shadow: none;
    padding: 23px 0;
    border-radius: 0; }
  /* line 2954, theme.scss */
  .mobile-menu .menu-item.is-drop_anchor > .menu.is-drop_target {
    position: relative;
    box-shadow: none;
    box-shadow: none;
    padding: 20px 0 10px;
    display: none;
    border-radius: 0;
    top: 0; }
    /* line 2962, theme.scss */
    .mobile-menu .menu-item.is-drop_anchor > .menu.is-drop_target:after {
      display: none; }
  /* line 2966, theme.scss */
  .mobile-menu .menu-item.is-drop_anchor.active > .menu.is-drop_target {
    display: flex; }

/* line 2970, theme.scss */
.mobile-menu__links {
  padding: 0;
  list-style-type: none;
  margin: 0; }
  /* line 2975, theme.scss */
  .mobile-menu__links li {
    height: 48px;
    padding: 13px 16px;
    border-bottom: 1px solid #F5F5F5;
    position: relative; }
  /* line 2982, theme.scss */
  .mobile-menu__links a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #000000;
    text-decoration: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px; }

/* line 2999, theme.scss */
.mobile-menu__background {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none; }
  /* line 3008, theme.scss */
  .mobile-menu__background.active {
    display: block; }

/* end mobile-menu */
/* product */
/* line 3017, theme.scss */
.is-product .breadcrumb {
  margin: 0;
  padding: 12px 0; }

/* line 3022, theme.scss */
.gallery-wrapper {
  position: relative;
  margin-bottom: 16px;
  position: sticky;
  top: 16px; }

/* line 3029, theme.scss */
.gallery-top {
  margin-bottom: 10px;
  border-radius: 8px; }

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

/* line 3038, 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 3046, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 8px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  line-height: 0; }
  /* line 3056, theme.scss */
  .gallery-thumb img {
    border-radius: 8px;
    min-width: 100%; }

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

/* line 3069, theme.scss */
.gallery-thumbs-wrap {
  width: 100%;
  position: relative;
  margin: auto; }

/* line 3074, theme.scss */
.gallery-slide {
  height: auto;
  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 3104, theme.scss */
  .gallery-slide img {
    border-radius: 8px;
    cursor: pointer; }

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

/* line 3115, theme.scss */
.products-slider.swiper-container {
  padding: 10px 10px 52px;
  margin-left: -8px;
  margin-right: -8px; }

/* line 3121, theme.scss */
.product-title {
  color: #000000;
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  border-bottom: 1px solid #E6E6E6;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  padding-bottom: 16px; }
  @media (max-width: 768px) {
    /* line 3121, theme.scss */
    .product-title {
      padding-bottom: 8px;
      text-shadow: none;
      padding-top: 24px;
      text-align: center;
      font-weight: bold;
      font-size: 20px;
      line-height: 130%;
      text-align: center;
      color: #111111; } }

/* line 3141, theme.scss */
.buy-place {
  padding: 16px 0;
  border-bottom: 1px solid #E6E6E6;
  align-items: center; }
  @media (max-width: 768px) {
    /* line 3141, theme.scss */
    .buy-place {
      padding-top: 0; }
      /* line 3147, theme.scss */
      .buy-place > * {
        min-width: 100%; } }
  @media (max-width: 768px) {
    /* line 3152, theme.scss */
    .buy-place .quantity-controls {
      max-width: initial; }
    /* line 3156, theme.scss */
    .buy-place .quantity {
      margin-right: 0;
      flex-basis: calc(50% - 8px); }
    /* line 3161, theme.scss */
    .buy-place > .row {
      justify-content: space-between;
      min-width: 100%; }
    /* line 3165, theme.scss */
    .buy-place .bttn-prim_card {
      flex-basis: calc(50% - 8px);
      max-width: initial; } }

/* line 3173, theme.scss */
.structure {
  margin: 16px 0;
  font-size: 16px;
  line-height: 150%; }
  @media (max-width: 480px) {
    /* line 3173, theme.scss */
    .structure {
      font-size: 10px; } }

/* line 3182, theme.scss */
.buy-place .quantity {
  margin-right: 16px; }

/* line 3186, theme.scss */
.property-main {
  margin: 16px 0;
  font-size: 16px; }
  /* line 3190, theme.scss */
  .property-main .property-main__item-title {
    line-height: 150%;
    color: #111111; }
  /* line 3194, theme.scss */
  .property-main .property-main__item-value {
    font-weight: 500;
    line-height: 150%;
    color: #111111; }
    @media (max-width: 480px) {
      /* line 3194, theme.scss */
      .property-main .property-main__item-value {
        font-size: 12px; } }
  @media (max-width: 480px) {
    /* line 3186, theme.scss */
    .property-main {
      font-size: 10px; } }

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

/* line 3211, theme.scss */
.props label {
  width: 30%;
  position: relative; }

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

/* line 3221, theme.scss */
.props label span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  padding-right: 8px; }

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

/* line 3237, theme.scss */
.property {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 3px;
  color: #666666;
  transition: 0.3s; }
  /* line 3246, theme.scss */
  .property:hover * {
    color: #111111; }
  @media (max-width: 480px) {
    /* line 3237, theme.scss */
    .property {
      font-size: 10px; } }

/* line 3255, theme.scss */
.links-share {
  padding: 16px 0;
  border-top: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  /* line 3262, theme.scss */
  .links-share > * {
    margin-bottom: 16px; }
    @media (max-width: 480px) {
      /* line 3262, theme.scss */
      .links-share > * {
        margin-right: 20px; }
        /* line 3266, theme.scss */
        .links-share > *:last-child {
          margin-right: 0; } }
  /* line 3271, theme.scss */
  .links-share .links-share__link {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    border-bottom: 1px solid #E6E6E6; }
    /* line 3276, theme.scss */
    .links-share .links-share__link:hover {
      color: #FF4F00;
      border-color: #FF4F00; }
    @media (max-width: 480px) {
      /* line 3271, theme.scss */
      .links-share .links-share__link {
        font-size: 10px;
        border: none;
        text-decoration: underline; } }
  @media (max-width: 480px) {
    /* line 3255, theme.scss */
    .links-share {
      flex-wrap: nowrap; } }

/* line 3291, theme.scss */
.social-share__title {
  font-size: 14px;
  line-height: 150%;
  color: #666666;
  margin-right: 13px; }
  @media (max-width: 480px) {
    /* line 3291, theme.scss */
    .social-share__title {
      display: none; } }

/* line 3301, theme.scss */
.social-share {
  display: flex;
  align-items: ceter;
  justify-content: center; }
  /* line 3305, theme.scss */
  .social-share .icon {
    height: 24px;
    width: 24px;
    background: #111111;
    fill: #fff;
    border-radius: 50%;
    padding: 5px; }
    /* line 3312, theme.scss */
    .social-share .icon:hover {
      background: #FF4F00; }

/* line 3319, theme.scss */
.social-share__list {
  display: flex;
  align-items: ceter; }

/* line 3323, theme.scss */
.social-share__list a {
  display: inline-block;
  vertical-align: middle; }

/* line 3327, theme.scss */
.social-share__list a:not(:last-child) {
  margin-right: 8px; }

/* line 3330, theme.scss */
.simular-related-wrap {
  background: #F5F5F5; }
  /* line 3332, theme.scss */
  .simular-related-wrap .products-title {
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      /* line 3332, theme.scss */
      .simular-related-wrap .products-title {
        margin-bottom: 8px; } }

/* line 3340, theme.scss */
.product-content {
  padding-bottom: 88px; }
  @media (max-width: 768px) {
    /* line 3340, theme.scss */
    .product-content {
      padding-bottom: 0; } }

/* end product */
/* cart */
@media (max-width: 768px) {
  /* line 3349, theme.scss */
  .cart__title {
    text-align: left;
    font-size: 20px; } }

/* line 3355, theme.scss */
.cart {
  background: #F5F5F5; }

/* line 3358, theme.scss */
.cart_links {
  display: flex;
  gap: 20px;
  position: relative;
  padding: 30px 0; }
  @media (max-width: 768px) {
    /* line 3358, theme.scss */
    .cart_links {
      flex-direction: column; } }

/* line 3367, theme.scss */
.cart_info {
  border: 1px solid #999;
  border-radius: 40px;
  padding: 30px 10px; }
  /* line 3371, theme.scss */
  .cart_info_wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
    @media (max-width: 768px) {
      /* line 3371, theme.scss */
      .cart_info_wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr; } }
  /* line 3380, theme.scss */
  .cart_info_item {
    min-width: 37%;
    padding: 15px 20px;
    border-right: 2px solid #ff4f00;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 13px; }
    @media (max-width: 640px) {
      /* line 3380, theme.scss */
      .cart_info_item {
        grid-column: 1 / 3;
        border: none;
        border-bottom: 2px solid #ff4f00;
        min-width: 100%; } }
    /* line 3394, theme.scss */
    .cart_info_item:last-child {
      border: none; }
    /* line 3397, theme.scss */
    .cart_info_item.first_item {
      font-size: 14px;
      font-weight: bold;
      color: #ff4f00;
      text-transform: uppercase;
      min-width: 26%;
      max-width: 26%; }
      @media (max-width: 768px) {
        /* line 3397, theme.scss */
        .cart_info_item.first_item {
          text-align: center;
          grid-column: 1 / 3;
          border: none;
          min-width: 100%; } }
  @media (max-width: 768px) and (max-width: 640px) {
    /* line 3397, theme.scss */
    .cart_info_item.first_item {
      border-bottom: 2px solid #ff4f00; } }

/* line 3417, theme.scss */
.share-popup {
  transform: translate(0, -60px); }

/* line 3420, theme.scss */
.cart__content {
  margin-top: 16px; }

/* line 3423, theme.scss */
.cart__items {
  border-radius: 8px;
  padding: 30px 30px 0;
  background: #fff; }
  @media (max-width: 920px) {
    /* line 3423, theme.scss */
    .cart__items {
      padding: 16px 0px 0px;
      margin-left: -16px;
      margin-right: -16px;
      border-radius: 0; } }
  /* line 3433, theme.scss */
  .cart__items h5 {
    margin-bottom: 16px; }
    @media (max-width: 920px) {
      /* line 3433, theme.scss */
      .cart__items h5 {
        padding: 0px 16px;
        font-size: 16px; } }

/* line 3441, theme.scss */
.cart__order {
  border-radius: 8px;
  padding: 30px;
  background: #fff;
  position: relative;
  margin-bottom: 60px; }
  @media (max-width: 920px) {
    /* line 3441, theme.scss */
    .cart__order {
      margin-top: 16px;
      padding: 24px 16px 20px;
      margin-left: -16px;
      margin-right: -16px;
      border-radius: 0; } }

/* line 3455, theme.scss */
.cart__order_checkout {
  margin-left: 16px;
  margin-right: 16px;
  border-radius: 8px; }

/* line 3460, theme.scss */
.cart__item {
  border-top: 1px solid #D9D9D9;
  padding: 27px 0;
  position: relative;
  padding-right: 42px; }
  @media (max-width: 920px) {
    /* line 3460, theme.scss */
    .cart__item {
      padding: 16px; } }

/* line 3469, theme.scss */
.cart__item-img {
  min-height: 70px;
  min-width: 70px;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  margin-right: 16px; }

/* line 3480, theme.scss */
.cart__item-info-inner {
  max-width: calc(45% - 43px);
  -webkit-flex-basis: calc(45% - 43px);
  -ms-flex-preferred-size: calc(45% - 43px);
  flex-basis: calc(45% - 43px);
  display: flex;
  align-items: center;
  padding-right: 30px; }
  @media (max-width: 768px) {
    /* line 3480, theme.scss */
    .cart__item-info-inner {
      max-width: calc(100% - 86px);
      -webkit-flex-basis: calc(100% - 86px);
      -ms-flex-preferred-size: calc(100% - 86px);
      flex-basis: calc(100% - 86px); } }

/* line 3495, theme.scss */
.cart__item-action {
  max-width: calc(50% - 43px);
  -webkit-flex-basis: calc(50% - 43px);
  -ms-flex-preferred-size: calc(50% - 43px);
  flex-basis: calc(50% - 43px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center; }
  @media (max-width: 768px) {
    /* line 3495, theme.scss */
    .cart__item-action {
      max-width: 100%;
      -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding-top: 8px; } }

@media (max-width: 768px) {
  /* line 3512, theme.scss */
  .cart__item-money {
    text-align: left; } }

@media (max-width: 768px) {
  /* line 3517, theme.scss */
  .cart__item-total_price {
    text-align: right; } }

/* line 3522, theme.scss */
.cart__item-title-link {
  font-size: 16px;
  line-height: 120%;
  color: #111111; }

/* line 3527, theme.scss */
.cart__item-delete {
  padding: 0;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  background: transparent;
  margin-top: -4px;
  width: 8px;
  height: 8px;
  line-height: 0; }
  @media (max-width: 920px) {
    /* line 3527, theme.scss */
    .cart__item-delete {
      margin-top: 0;
      top: 16px;
      right: 16px; } }

/* line 3544, theme.scss */
.cart__item-size {
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  margin-top: 8px; }

/* line 3550, theme.scss */
.cart__total-capture {
  font-size: 18px;
  line-height: 150%;
  color: #000000; }

/* line 3555, theme.scss */
.cart__total-wrap {
  margin-top: 15px;
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #D9D9D9;
  padding-top: 16px; }

/* line 3564, theme.scss */
.cart__total {
  font-size: 18px;
  line-height: 150%;
  text-align: right;
  color: #111111;
  font-weight: bold; }

/* line 3571, theme.scss */
.bttn-second_cart-submit {
  height: 48px;
  padding: 13px 10px;
  font-weight: 500;
  font-size: 18px; }

/* line 3577, theme.scss */
.cart__delivery-link {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  text-align: center; }

/* line 3584, theme.scss */
.bttn-grey {
  font-weight: 500;
  font-size: 18px;
  color: #999999;
  border: 1px solid #999999;
  box-sizing: border-box;
  border-radius: 111px;
  border-radius: 40px;
  padding: 11px 11px;
  height: 48px;
  display: inline-block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 3599, theme.scss */
  .bttn-grey:hover {
    background: #fff;
    border-color: #222;
    color: #ff4f01; }

/* line 3606, theme.scss */
.cart__content .bttn-grey {
  max-width: 260px;
  background: transparent; }
  @media (max-width: 920px) {
    /* line 3606, theme.scss */
    .cart__content .bttn-grey {
      max-width: 100%; } }

/* end cart */
/* line 3617, theme.scss */
.mobile-filter-bttn {
  border: 1px solid #D9D9D9;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 18px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer; }
  /* line 3629, theme.scss */
  .mobile-filter-bttn .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    stroke: #111111; }
  /* line 3635, theme.scss */
  .mobile-filter-bttn.active-items {
    color: #fff;
    background: #FF4F00; }
    /* line 3638, theme.scss */
    .mobile-filter-bttn.active-items .icon {
      fill: #fff;
      stroke: #fff !important; }
  /* line 3643, theme.scss */
  .mobile-filter-bttn.active {
    color: #fff;
    background: #FF4F00; }
    /* line 3646, theme.scss */
    .mobile-filter-bttn.active .icon {
      fill: #fff;
      stroke: #fff !important; }
  @media (max-width: 480px) {
    /* line 3617, theme.scss */
    .mobile-filter-bttn {
      height: 32px;
      font-size: 12px; }
      /* line 3654, theme.scss */
      .mobile-filter-bttn .icon {
        height: 16px;
        width: 16px; } }

/* line 3660, theme.scss */
.collection-order select {
  width: 100%;
  border: 1px solid #D9D9D9;
  height: 32px;
  height: 48px;
  border-radius: 8px; }
  @media (max-width: 480px) {
    /* line 3660, theme.scss */
    .collection-order select {
      height: 32px;
      font-size: 12px; } }

@media (max-width: 1024px) {
  /* line 3671, theme.scss */
  .collection-order {
    margin-bottom: 16px;
    min-width: 100%; } }
@media (max-width: 480px) {
  /* line 3671, theme.scss */
  .collection-order {
    margin-bottom: 8px; } }

@media (max-width: 480px) {
  /* line 3682, theme.scss */
  .row.is-grid.row_mini-xs {
    margin-left: -4px;
    margin-right: -4px; }

  /* line 3686, theme.scss */
  .row.is-grid.row_mini-xs > * {
    padding-left: 4px;
    padding-right: 4px; } }
@media (min-width: 1024px) {
  /* line 3693, theme.scss */
  .header .user {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px; } }
@media (max-width: 1024px) {
  /* line 3702, theme.scss */
  .icon_user {
    height: 22px !important;
    width: 22px !important; }

  /* line 3706, theme.scss */
  .main-menu__link.menu-link.level-1 {
    display: none; }

  /* line 3709, theme.scss */
  .main-menu-marker {
    display: none; }

  /* line 3712, theme.scss */
  .search_widget-wrap {
    display: none; }

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

  /* line 3719, theme.scss */
  ul.ajax-search-results {
    position: relative;
    border-radius: 0; } }
/* line 3725, theme.scss */
.mobile-filter {
  display: none; }
  /* line 3727, theme.scss */
  .mobile-filter.active {
    display: block; }

/* line 3731, theme.scss */
.padding-l-r-16 {
  padding: 0px 16px; }

/* about-us */
/* line 3742, theme.scss */
.banner-full {
  padding: 60px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

/* line 3750, theme.scss */
.banner-full_about {
  min-height: 600px;
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 768px) {
    /* line 3750, theme.scss */
    .banner-full_about {
      min-height: 120px; } }

/* line 3759, theme.scss */
.about-us .breadcrumb-wrapper {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0; }
  @media (max-width: 1200px) {
    /* line 3759, theme.scss */
    .about-us .breadcrumb-wrapper {
      left: 16px; } }
/* line 3768, theme.scss */
.about-us .breadcrumb-link {
  color: #FFFFFF;
  border-bottom: 1px solid #ffffff; }
@media (max-width: 768px) {
  /* line 3773, theme.scss */
  .about-us .mtmb70 {
    margin-top: 32px;
    margin-bottom: 32px; } }

/* line 3779, theme.scss */
.banner-full__wrapper {
  width: 1740px;
  margin: 0 auto;
  max-width: 100%; }

/* line 3784, theme.scss */
.banner-full__title {
  color: #FFFFFF;
  margin-bottom: 24px; }

/* line 3788, theme.scss */
.banner-full__description {
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #FFFFFF; }
  @media (max-width: 768px) {
    /* line 3788, theme.scss */
    .banner-full__description {
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #FFFFFF; } }

/* line 3801, theme.scss */
.shadow-block {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 48px;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 8px;
  background: #fff;
  height: 100%; }
  @media (max-width: 768px) {
    /* line 3801, theme.scss */
    .shadow-block {
      height: initial;
      padding: 20px 16px;
      justify-content: flex-start;
      flex-wrap: nowrap; } }
  /* line 3819, theme.scss */
  .shadow-block .icon {
    max-width: 100%;
    max-height: 100%; }
  /* line 3823, theme.scss */
  .shadow-block .shadow-block__icon-wrap {
    height: 70px;
    width: 70px;
    margin-bottom: 24px; }
    @media (max-width: 768px) {
      /* line 3823, theme.scss */
      .shadow-block .shadow-block__icon-wrap {
        margin-bottom: 0;
        margin-right: 16px;
        height: 50px;
        width: 50px; } }
  /* line 3834, theme.scss */
  .shadow-block .shadow-block__text {
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    /* or 27px */
    text-align: center;
    /* black_111 */
    color: #111111; }
    @media (max-width: 768px) {
      /* line 3834, theme.scss */
      .shadow-block .shadow-block__text {
        font-weight: 500;
        font-size: 12px;
        line-height: 150%;
        color: #111111;
        text-align: left; } }

/* line 3854, theme.scss */
.about__margin-content {
  margin-top: -70px; }
  @media (max-width: 768px) {
    /* line 3854, theme.scss */
    .about__margin-content {
      margin-top: -40px; } }

/* line 3860, theme.scss */
.about__text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 38px;
  /* or 24px */
  /* black_111 */
  color: #111111; }
  /* line 3870, theme.scss */
  .about__text p {
    margin: 32px 0; }
    @media (max-width: 768px) {
      /* line 3870, theme.scss */
      .about__text p {
        margin: 16px 0; } }
  @media (max-width: 768px) {
    /* line 3860, theme.scss */
    .about__text {
      font-size: 12px;
      line-height: 150%; } }

/* line 3881, theme.scss */
.banner-radius {
  min-width: 100%;
  min-height: 270px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  padding: 48px;
  border-radius: 8px;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  /* line 3894, theme.scss */
  .banner-radius > * {
    width: 100%; }
  @media (max-width: 768px) {
    /* line 3881, theme.scss */
    .banner-radius {
      padding: 48px 16px;
      min-height: 200px; } }

/* line 3902, theme.scss */
.banner-radius__description {
  font-size: 16px;
  line-height: 150%;
  color: #666666; }
  @media (max-width: 768px) {
    /* line 3902, theme.scss */
    .banner-radius__description {
      font-size: 12px;
      line-height: 150%;
      color: #666666; } }

/* line 3912, theme.scss */
.banner-radius__title {
  max-width: 600px;
  margin-bottom: 16px;
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #111111; }
  @media (max-width: 768px) {
    /* line 3912, theme.scss */
    .banner-radius__title {
      font-weight: 500;
      font-size: 20px;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #111111;
      margin-bottom: 8px;
      max-width: 350px; } }

/* line 3931, theme.scss */
.mtmb70 {
  margin-top: 70px;
  margin-bottom: 70px; }

/* line 3935, theme.scss */
.border-block {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 40px 15px 32px;
  min-height: 100%;
  align-content: flex-start; }
  @media (max-width: 1024px) {
    /* line 3935, theme.scss */
    .border-block {
      padding: 13px 10px 16px; } }
  @media (max-width: 768px) {
    /* line 3935, theme.scss */
    .border-block {
      margin-bottom: 16px;
      max-height: calc(100% - 16px);
      min-height: initial;
      height: 100%; } }

/* line 3954, theme.scss */
.border-block__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: #111111;
  margin-top: 16px; }
  @media (max-width: 1024px) {
    /* line 3954, theme.scss */
    .border-block__text {
      font-weight: 500;
      font-size: 12px;
      line-height: 150%; } }

/* line 3966, theme.scss */
.border-block__icon {
  height: 70px;
  width: 70px; }

/* line 3971, theme.scss */
.banner-full_only-desc {
  padding: 120px 0px;
  min-height: 375px; }
  @media (max-width: 768px) {
    /* line 3971, theme.scss */
    .banner-full_only-desc {
      margin: 16px 0;
      font-size: 12px;
      line-height: 150%;
      padding: 32px 0px 52px;
      min-height: 210px; } }

/* line 3982, theme.scss */
.banner-full__quot {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  font-size: 24px; }
  @media (max-width: 768px) {
    /* line 3982, theme.scss */
    .banner-full__quot {
      font-size: 12px;
      line-height: 120%;
      letter-spacing: 0.02em; } }
  /* line 3992, theme.scss */
  .banner-full__quot .icon {
    height: 52px;
    width: 31px; }
  @media (max-width: 1200px) {
    /* line 3982, theme.scss */
    .banner-full__quot {
      right: 16px; }
      /* line 3998, theme.scss */
      .banner-full__quot .icon {
        height: 23px;
        width: 14px; } }

/* line 4004, theme.scss */
.p-grey {
  font-size: 18px;
  line-height: 150%;
  color: #666666;
  margin-top: 16px;
  margin-bottom: 24px; }
  @media (max-width: 768px) {
    /* line 4004, theme.scss */
    .p-grey {
      font-size: 14px;
      line-height: 150%;
      color: #666666; } }

/* line 4016, theme.scss */
.mb16 {
  margin-bottom: 16px; }

/* line 4019, theme.scss */
.person-card {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 30px;
  height: calc(100% - 30px); }
  @media (max-width: 1200px) {
    /* line 4019, theme.scss */
    .person-card {
      margin-bottom: 16px;
      height: calc(100% - 16px); } }

/* line 4031, theme.scss */
.person-card__image {
  min-width: 100%; }

/* line 4034, theme.scss */
.person-card__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #111111;
  margin-bottom: 4px; }
  @media (max-width: 768px) {
    /* line 4034, theme.scss */
    .person-card__name {
      font-weight: 500;
      font-size: 16px;
      line-height: 20px;
      color: #111111; } }

/* line 4047, theme.scss */
.person-card__text-wrap {
  padding: 24px 30px;
  padding-top: 20px; }
  @media (max-width: 1024px) {
    /* line 4047, theme.scss */
    .person-card__text-wrap {
      padding: 16px;
      padding-bottom: 30px; } }

/* line 4055, theme.scss */
.person-card__profession {
  font-size: 14px;
  line-height: 150%;
  /* identical to box height, or 21px */
  margin-bottom: 12px;
  color: #999999; }
  @media (max-width: 768px) {
    /* line 4055, theme.scss */
    .person-card__profession {
      font-size: 12px;
      line-height: 150%;
      /* identical to box height, or 18px */
      color: #999999; } }

/* line 4071, theme.scss */
.person-card__description {
  font-size: 16px;
  line-height: 150%;
  color: #333333; }
  @media (max-width: 768px) {
    /* line 4071, theme.scss */
    .person-card__description {
      font-size: 12px;
      line-height: 150%;
      color: #333333; } }

/* end about-us */
/* line 4083, theme.scss */
.co-section--content_wrapper {
  max-width: 1170px; }
  @media (max-width: 1200px) {
    /* line 4083, theme.scss */
    .co-section--content_wrapper {
      padding-left: 16px;
      padding-right: 16px; } }

/* payments */
/* line 4092, theme.scss */
.paytment {
  margin-top: 30px; }

/* line 4095, theme.scss */
.paytment__list {
  margin-bottom: 70px; }
  @media (max-width: 920px) {
    /* line 4095, theme.scss */
    .paytment__list {
      margin-bottom: 24px; } }

/* line 4101, theme.scss */
.border-block__description {
  text-align: center;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: #666666; }

/* line 4108, theme.scss */
.pays-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto; }
  /* line 4113, theme.scss */
  .pays-icons .icon {
    max-width: 68px;
    max-height: 20px; }

/* line 4119, theme.scss */
.paytment__content h5 {
  margin-bottom: 40px; }
  @media (max-width: 920px) {
    /* line 4119, theme.scss */
    .paytment__content h5 {
      font-weight: 500;
      font-size: 14px;
      line-height: 18px;
      margin-bottom: 24px; } }
/* line 4128, theme.scss */
.paytment__content p {
  margin: 20px 0;
  line-height: 25px; }
  @media (max-width: 920px) {
    /* line 4128, theme.scss */
    .paytment__content p {
      font-size: 14px;
      line-height: 18px;
      margin: 16px 0; } }

/* line 4140, theme.scss */
.border-block_pay {
  padding: 30px; }
  /* line 4142, theme.scss */
  .border-block_pay .border-block__icon {
    height: 80px;
    width: 100px; }
  /* line 4146, theme.scss */
  .border-block_pay .border-block__text {
    font-weight: 500;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    color: #111111;
    margin-bottom: 8px; }
    @media (max-width: 480px) {
      /* line 4146, theme.scss */
      .border-block_pay .border-block__text {
        font-weight: 500;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        color: #111111;
        margin-bottom: 4px; } }
  @media (max-width: 920px) {
    /* line 4140, theme.scss */
    .border-block_pay {
      margin-bottom: 8px;
      height: auto;
      min-height: initial; } }
  @media (max-width: 480px) {
    /* line 4167, theme.scss */
    .border-block_pay .border-block__description {
      font-size: 12px;
      line-height: 150%;
      /* or 18px */
      text-align: center;
      /* grey_666 */
      color: #666666; } }

/* line 4181, theme.scss */
.default-modal {
  border-radius: 8px;
  width: 770px;
  max-width: 100%;
  padding: 50px 70px; }
  @media (max-width: 768px) {
    /* line 4181, theme.scss */
    .default-modal {
      padding: 20px 16px; } }

/* line 4190, theme.scss */
.default-modal__title {
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #111111; }
  @media (max-width: 480px) {
    /* line 4190, theme.scss */
    .default-modal__title {
      font-weight: bold;
      font-size: 16px;
      line-height: 120%;
      letter-spacing: 0.02em;
      color: #111111; } }

/* line 4205, theme.scss */
.pay-online-list__line {
  display: flex;
  align-items: baseline;
  margin-bottom: 16px; }

/* line 4211, theme.scss */
.count-circle {
  border: 1px solid #FF4F00;
  font-size: 16px;
  line-height: 150%;
  color: #FF4F00;
  height: 30px;
  width: 30px;
  min-width: 30px;
  min-height: 30px;
  max-height: 30px;
  max-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%; }
  @media (max-width: 480px) {
    /* line 4211, theme.scss */
    .count-circle {
      height: 24px;
      min-width: 24px;
      height: 24px;
      min-height: 24px;
      font-size: 12px;
      line-height: 150%;
      max-height: 24px;
      max-width: 24px;
      color: #FF4F00; } }

/* line 4238, theme.scss */
.count-circle_pay-online {
  margin-right: 16px; }
  @media (max-width: 480px) {
    /* line 4238, theme.scss */
    .count-circle_pay-online {
      margin-right: 8px; } }

/* line 4244, theme.scss */
.pay-online__text {
  font-size: 16px;
  line-height: 150%;
  color: #666666; }
  @media (max-width: 480px) {
    /* line 4244, theme.scss */
    .pay-online__text {
      font-size: 12px;
      line-height: 150%;
      color: #666666; } }

/* endpayments */
/* line 4257, theme.scss */
.fancybox-content {
  border-radius: 8px; }

/* line 4262, theme.scss */
.page-content a {
  word-break: break-all; }

/* line 4268, theme.scss */
.buy-buttons-box {
  text-align: left; }

/* line 4272, theme.scss */
.buy-buttons-box .quick_buy-btn {
  margin-top: 10px; }

/* line 4275, theme.scss */
.card-short_description {
  padding-bottom: 30px; }

/* line 4280, theme.scss */
.review-img_item {
  padding: 0; }

/* line 4284, theme.scss */
.review-img_link {
  position: relative;
  display: block; }

/* line 4289, theme.scss */
.review-img_title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: .5rem;
  text-align: center;
  color: black;
  background-color: white;
  transition: opacity 200ms; }

/* line 4301, theme.scss */
.review-img_link:not(:hover) .review-img_title {
  opacity: 0; }

/* line 4305, theme.scss */
.review-img_img {
  display: block; }

/* line 4309, theme.scss */
.promo-slider__slide-content {
  display: none; }

/* line 4313, theme.scss */
.promo-slider__slide2 {
  min-height: 700px;
  padding: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 780px) {
  /* line 4321, theme.scss */
  .promo-slider__slide2 {
    min-height: 100px;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat; } }
/* line 4330, theme.scss */
h1.collection-title {
  font-size: 50px; }

@media (max-width: 480px) {
  /* line 4334, theme.scss */
  h1.collection-title {
    font-size: 40px; } }
/* line 4339, theme.scss */
.cart__area-coupon {
  margin-bottom: 20px; }
  @media (max-width: 920px) {
    /* line 4339, theme.scss */
    .cart__area-coupon {
      margin-top: 20px; } }
  /* line 4347, theme.scss */
  .cart__area-coupon .coupon-header {
    margin-bottom: 5px;
    font-weight: bold; }

/* line 4356, theme.scss */
.insales-ui-discount-item {
  display: flex;
  margin: 10px 0;
  font-size: 14px;
  justify-content: space-around;
  align-items: center; }
  /* line 4364, theme.scss */
  .insales-ui-discount-item .insales-ui-discount-amount {
    font-weight: bold; }

/* line 4368, theme.scss */
.coupon-content {
  display: flex;
  flex-wrap: wrap; }
  /* line 4371, theme.scss */
  .coupon-content input {
    flex-basis: 80%;
    width: 80%;
    border-radius: 4px 0 0 4px; }
  /* line 4377, theme.scss */
  .coupon-content button {
    padding: 0;
    flex-basis: 20%;
    width: 20%;
    cursor: pointer;
    background-color: #FF4F00;
    color: #fff;
    border-radius: 0 4px 4px 0; }

/* line 4388, theme.scss */
.cart__total-wrap {
  margin-bottom: 5px; }

/* line 4391, theme.scss */
.cart__order .bonus {
  position: relative;
  margin-bottom: 24px; }

/* new style */
/* line 4398, theme.scss */
.feedback-row {
  display: flex;
  margin: auto 0; }

/* line 4403, theme.scss */
.site-form-wrapper {
  margin-top: 40px; }

/* line 4407, theme.scss */
.feedback-field-wrap {
  margin-bottom: 20px; }

/* line 4411, theme.scss */
.feedback-field-wrap {
  width: 100%; }

/* line 4415, theme.scss */
.feedback-field-wrap-select {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  /* line 4419, theme.scss */
  .feedback-field-wrap-select select {
    border-color: #D9D9D9;
    box-sizing: border-box;
    border-radius: 4px;
    height: 48px; }

/* line 4433, theme.scss */
.feedback-row button {
  background: #FF4F00;
  cursor: pointer;
  color: #fff; }

/* end */
/* line 4445, theme.scss */
.dynamic--basket--block {
  max-width: 270px;
  width: 100%;
  position: fixed;
  right: 5px;
  top: 114px;
  z-index: 10000; }
/* line 4454, theme.scss */
.dynamic--basket--del {
  line-height: calc(14px + 1px);
  text-transform: none;
  font-family: 'Geometria';
  color: #111111;
  border: 2px solid transparent;
  cursor: pointer;
  padding: 5px;
  background: transparent; }

@media screen and (max-width: 920px) {
  /* line 4468, theme.scss */
  .dynamic--basket--block {
    max-width: 30px; } }
/* line 4474, theme.scss */
.product-clone {
  position: fixed;
  z-index: 20000; }

/* SPOILER */
/* line 4482, theme.scss */
.spoiler {
  border-bottom: 1px solid #d7d7d7; }
  /* line 4485, theme.scss */
  .spoiler + .spoiler {
    border-top: none; }
  /* line 4489, theme.scss */
  .spoiler > div:first-child {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 1rem 0;
    cursor: pointer; }
    /* line 4497, theme.scss */
    .spoiler > div:first-child::after {
      content: '';
      width: 30px;
      height: 30px;
      background: url("data:image/svg+xml,%3Csvg fill='none' height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' d='M5.293 9.293a1 1 0 011.414 0L12 14.586l5.293-5.293a1 1 0 111.414 1.414l-6 6a1 1 0 01-1.414 0l-6-6a1 1 0 010-1.414z' fill='black'/%3E%3C/svg%3E") center center/contain no-repeat;
      transition: .4s; }
  /* line 4506, theme.scss */
  .spoiler > div:last-child {
    padding: 1rem 0; }
    /* line 4509, theme.scss */
    .spoiler > div:last-child p:last-child {
      margin-bottom: 0; }
  /* line 4514, theme.scss */
  .spoiler.active {
    background-color: #fff;
    color: #000; }
    /* line 4519, theme.scss */
    .spoiler.active > div:first-child::after {
      transform: scale(-1); }
  /* line 4525, theme.scss */
  .spoiler > div:last-child {
    display: none; }
