@charset "UTF-8";
/*itb*/
/* line 8, theme.scss */
.wrap_ac29 {
  bottom: 56px !important; }

/* line 12, theme.scss */
.callback-button {
  margin: 18px 0 0 0;
  padding: 10px 48px 10px 48px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  ARTICLE-RIGHT-COLUMN
=========================================*/
/* 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; }

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

/*=========================================
  CARD
=========================================*/
/* line 146, theme.scss */
.card {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 13px 9px 30px 12px;
  position: relative; }
  @media (min-width: 1024px) {
    /* line 152, theme.scss */
    .card:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.6);
      box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.6);
      background-color: #fff; }
      /* line 158, theme.scss */
      .card:hover .card--btn-icon {
        opacity: 1;
        visibility: visible; }
      /* line 163, theme.scss */
      .card:hover .card-action--btns {
        opacity: 1 !important;
        visibility: visible !important; } }
  @media (max-width: 1023px) {
    /* line 170, theme.scss */
    .card-quick {
      display: none !important; } }
  @media (max-width: 992px) {
    /* line 146, theme.scss */
    .card {
      padding: 0 0 30px 0; } }

/* line 181, theme.scss */
.card-info {
  position: relative; }
  /* line 184, theme.scss */
  .card-info picture,
  .card-info img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  /* line 191, theme.scss */
  .card-info--marks {
    position: absolute;
    top: 34px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    /* line 203, theme.scss */
    .card-info--marks--item {
      margin: 0 0 8px 0;
      padding: 7px 10px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      text-transform: uppercase;
      font-weight: 400;
      font-size: 12px;
      line-height: 15px;
      color: #ffffff;
      background: #e04045; }
      /* line 216, theme.scss */
      .card-info--marks--item__new {
        background: #e04045; }
      /* line 220, theme.scss */
      .card-info--marks--item__preorder {
        background: #f18200; }

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

/* line 232, theme.scss */
.card--btns-block {
  position: absolute;
  top: 34px;
  left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  margin: 0; }
  @media (max-width: 1023px) {
    /* line 232, theme.scss */
    .card--btns-block {
      left: auto;
      top: 10px;
      right: 9px;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end; } }

/* line 256, theme.scss */
.card-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 265, theme.scss */
.card-price {
  margin: 0 20px 0 0;
  font-family: "Petersburg";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 41px;
  color: #86A58B; }
  @media (max-width: 992px) {
    /* line 265, theme.scss */
    .card-price {
      margin: 0 6px 0 0;
      font-size: 25px;
      line-height: 34px; } }
  @media (max-width: 359px) {
    /* line 265, theme.scss */
    .card-price {
      font-size: 20px;
      line-height: 24px; } }

/* line 286, theme.scss */
.card-old_price {
  font-family: "Petersburg";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #5C6367; }
  @media (max-width: 992px) {
    /* line 286, theme.scss */
    .card-old_price {
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 359px) {
    /* line 286, theme.scss */
    .card-old_price {
      font-size: 14px;
      line-height: 18px; } }

/* line 307, theme.scss */
.card-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: unset;
  width: 100%; }
  /* line 320, theme.scss */
  .card-action--btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    opacity: 1;
    visibility: visible; }
    /* line 334, theme.scss */
    .card-action--btns__mb {
      display: none; }
    /* line 338, theme.scss */
    .card-action--btns__favorites {
      opacity: 1;
      visibility: visible; }
    @media (max-width: 992px) {
      /* line 344, theme.scss */
      .card-action--btns__mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 1;
        visibility: visible; }
        /* line 351, theme.scss */
        .card-action--btns__mb svg {
          margin: 0; }
      /* line 356, theme.scss */
      .card-action--btns__dk {
        display: none; } }
  @media (max-width: 768px) {
    /* line 307, theme.scss */
    .card-action {
      margin: 14px 0 0 0; } }

/* line 367, theme.scss */
.card-not-available {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #bdbdbd; }
  @media (max-width: 992px) {
    /* line 367, theme.scss */
    .card-not-available {
      max-width: 75px;
      text-align: center;
      font-size: 12px;
      line-height: 15px; } }
  @media (max-width: 359px) {
    /* line 367, theme.scss */
    .card-not-available {
      max-width: 53px;
      text-align: center;
      font-size: 10px;
      line-height: 12px; } }

/* line 392, theme.scss */
.card--btn-icon {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  margin: 0 0 10px 0;
  background: #f4f4f4;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
  visibility: visible; }
  @media (max-width: 1023px) {
    /* line 392, theme.scss */
    .card--btn-icon {
      opacity: 1;
      visibility: visible; } }
  /* line 417, theme.scss */
  .card--btn-icon:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #86A58B;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    /* line 425, theme.scss */
    .card--btn-icon:hover svg path {
      stroke: #fff;
      fill: #fff; }
  /* line 432, theme.scss */
  .card--btn-icon.favorites-added {
    background-image: none;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
    /* line 438, theme.scss */
    .card--btn-icon.favorites-added svg {
      fill: #86A58B; }
      /* line 441, theme.scss */
      .card--btn-icon.favorites-added svg path {
        stroke: #86A58B; }
    /* line 447, theme.scss */
    .card--btn-icon.favorites-added:hover svg {
      fill: #fff; }
      /* line 450, theme.scss */
      .card--btn-icon.favorites-added:hover svg path {
        stroke: #fff; }
  @media (max-width: 768px) {
    /* line 392, theme.scss */
    .card--btn-icon {
      width: 30px;
      height: 30px; }
      /* line 461, theme.scss */
      .card--btn-icon svg {
        width: 14px; } }

/* line 467, theme.scss */
.card-title {
  margin: 10px 0 0 0;
  height: 86px; }

/* line 472, theme.scss */
.card-title a {
  margin: 0 0 1px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #1a1a1a;
  text-decoration: none; }

/* line 487, theme.scss */
.card-sku {
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5C6367; }

/* line 496, theme.scss */
.card-action--variants--block {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: rgba(92, 99, 103, 0.7); }
  /* line 506, theme.scss */
  .card-action--variants--block--wrapper {
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; }
    @media (max-width: 992px) {
      /* line 506, theme.scss */
      .card-action--variants--block--wrapper {
        bottom: 74px; } }

@media (max-width: 992px) {
  /* line 521, theme.scss */
  .card-title {
    height: 64px; }

  /* line 525, theme.scss */
  .card-sku,
  .card-title a {
    font-size: 14px;
    line-height: 17px; }

  /* line 531, theme.scss */
  .card-title a {
    margin-bottom: 13px; }

  /* line 535, theme.scss */
  .card-image {
    border: 2px solid #f2f2f2; } }
/*=========================================
  STIKER
=========================================*/
/* line 543, theme.scss */
.stiker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background-color: #86A58B;
  color: #fff;
  z-index: 2; }

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

/* line 557, theme.scss */
.stiker-hit {
  background-color: #86A58B; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 629, theme.scss */
.category_menu.level-4 {
  padding-left: 100px; }

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

/* line 637, theme.scss */
.menu-item__collection {
  position: relative;
  width: 100% !important;
  max-width: 100%; }
  /* line 642, theme.scss */
  .menu-item__collection a {
    padding-right: 20px;
    position: relative;
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: 100%; }
    /* line 651, theme.scss */
    .menu-item__collection a button {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
      transform: translateY(-50%) rotate(-90deg); }
  /* line 661, theme.scss */
  .menu-item__collection:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 54px;
    background-color: transparent; }
  /* line 671, theme.scss */
  .menu-item__collection > ul {
    padding: 18px 33px 29px 39px;
    position: absolute;
    left: calc(100% + 34px);
    top: -1.1em; }
  /* line 679, theme.scss */
  .menu-item__collection > ul > li > ul {
    padding: 18px 33px 29px 39px;
    position: absolute;
    left: calc(100% + 34px);
    top: -1.1em; }
  /* line 688, theme.scss */
  .menu-item__collection:hover > ul.main-menu.menu.level-3.is-drop_target.drop-target {
    overflow: visible;
    max-height: 10000px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible; }
  /* line 697, theme.scss */
  .menu-item__collection:hover > ul > li:hover > ul.main-menu.menu.level-4.is-drop_target.drop-target {
    overflow: visible;
    max-height: 10000px;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    visibility: visible; }
  /* line 707, theme.scss */
  .menu-item__collection > ul > li {
    position: relative; }
    /* line 711, theme.scss */
    .menu-item__collection > ul > li:after {
      content: "";
      position: absolute;
      left: 100%;
      top: 0;
      height: 100%;
      width: 154px;
      background-color: transparent; }

/*=========================================
  COLLECTION_FILTERS
=========================================*/
/* line 728, theme.scss */
.filter {
  padding: 5px 0; }

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

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

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

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

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

/* line 764, 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 779, theme.scss */
.filter-item {
  margin: 0 0 15px 0; }
  /* line 782, theme.scss */
  .filter-item:first-of-type {
    margin: 0 0 15px 0; }

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

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

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

/* line 807, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
  border: none;
  padding: 0;
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

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

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

/* line 847, theme.scss */
.filter-title span {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #1a1a1a; }

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

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

/* line 873, 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 882, theme.scss */
.filter-span-buttn {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 12px 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  color: #6f787e;
  border: 1px solid #e0e0e0; }
  /* line 898, theme.scss */
  .filter-span-buttn:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background-color: #cacaca; }
  /* line 903, theme.scss */
  .filter-span-buttn.is-checked {
    background-color: #86A58B;
    color: #fff; }
    /* line 907, theme.scss */
    .filter-span-buttn.is-checked:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background-color: #6C8570; }

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

/* line 918, theme.scss */
.filter-color {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  margin: 0 20px 20px 0;
  cursor: pointer;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  /* line 934, theme.scss */
  .filter-color:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 50px;
    top: -5px;
    left: -5px;
    border: 1px solid #BDBDBD;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

/* line 953, theme.scss */
.option-image.active .filter-color:before {
  position: absolute;
  content: "";
  background: center no-repeat url("white-arr.svg");
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0; }
/* line 965, theme.scss */
.option-image.active .filter-color__lighten:before {
  position: absolute;
  content: "";
  background: center no-repeat url("black-arr.svg");
  width: 100%;
  height: 100%;
  z-index: 9;
  top: 0;
  left: 0; }

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

/* line 985, 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 #86A58B; }

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

/* line 1002, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #86A58B;
  width: 17px;
  height: 15px;
  top: 100%; }

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

/* line 1014, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 100%;
  background: #86A58B; }

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

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

/* line 1033, theme.scss */
.collection-filter .index-filter--item:nth-child(3) .index-filter--item--title {
  margin-bottom: 33px; }
/* line 1037, theme.scss */
.collection-filter .index-filter--sbmt {
  margin-top: 48px;
  -ms-flex-item-align: center;
  align-self: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  DYNAMIC_BASKET
=========================================*/
/* line 1208, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 0; }

/* line 1213, theme.scss */
.dynamic_basket-header {
  margin: 0 0 50px 0;
  font-family: "Petersburg";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 76px;
  color: #1a1a1a; }
  @media (max-width: 992px) {
    /* line 1213, theme.scss */
    .dynamic_basket-header {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; } }

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

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

/* line 1237, theme.scss */
.dynamic_basket-drop {
  padding: 46px 52px;
  position: fixed;
  width: 100%;
  max-width: 963px;
  max-height: 100vh;
  height: 100vh;
  right: 0;
  top: 0;
  opacity: 1;
  visibility: visible;
  display: none;
  overflow: auto; }
  @media (max-width: 992px) {
    /* line 1237, theme.scss */
    .dynamic_basket-drop {
      padding: 21px 15px 30px 15px; } }

/* line 1257, theme.scss */
.dynamic_basket-list {
  max-height: 400px;
  overflow: auto;
  padding-bottom: 56px; }
  /* line 1262, theme.scss */
  .dynamic_basket-list::-webkit-scrollbar {
    width: 6px;
    /* for vertical scrollbars */ }
  /* line 1267, theme.scss */
  .dynamic_basket-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1); }
  /* line 1271, theme.scss */
  .dynamic_basket-list::-webkit-scrollbar-thumb {
    background: #86A58B;
    -webkit-border-radius: 6px;
    border-radius: 6px; }
  /* line 1277, theme.scss */
  .dynamic_basket-list .cart--block--item--info {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%; }
  /* line 1282, theme.scss */
  .dynamic_basket-list .cart--block--item--title {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 130px) 130px;
    grid-template-columns: calc(100% - 130px) 130px; }
  /* line 1290, theme.scss */
  .dynamic_basket-list .cart--block--item--total_price__dk {
    display: none; }
  /* line 1294, theme.scss */
  .dynamic_basket-list .cart--block--item--total_price__mb {
    display: block; }

/* line 1300, theme.scss */
.dynamic_basket-total {
  border-top: 1px solid #e0e0e0;
  padding: 30px 0 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 1317, theme.scss */
  .dynamic_basket-total__text {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #5C6367; }
  /* line 1325, theme.scss */
  .dynamic_basket-total__items {
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #1a1a1a; }
  /* line 1334, theme.scss */
  .dynamic_basket-total__sum {
    font-family: "Petersburg";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #86A58B; }
  /* line 1343, theme.scss */
  .dynamic_basket-total__sbmt, .dynamic_basket-total__tocart {
    padding: 12px;
    width: 100%;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    text-align: center;
    text-transform: none;
    display: block; }
  /* line 1357, theme.scss */
  .dynamic_basket-total__tocart {
    color: #5C6367; }

/* line 1362, theme.scss */
.dynamic_basket-total--footer {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 16px) 32px calc(50% - 16px);
  grid-template-columns: repeat(2, calc(50% - 16px));
  grid-gap: 32px; }
  @media (max-width: 992px) {
    /* line 1362, theme.scss */
    .dynamic_basket-total--footer {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 24px; } }

/* line 1376, theme.scss */
.dynamic_basket--close {
  position: absolute;
  right: 35px;
  top: 35px;
  background: transparent;
  outline: none;
  border: none;
  cursor: pointer; }

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

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

/*=========================================
  HEADER
=========================================*/
/* line 1419, theme.scss */
.logotype {
  height: 100px; }
  @media (max-width: 992px) {
    /* line 1419, theme.scss */
    .logotype {
      height: auto; } }

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

/*=========================================
  INSTAGRAM
=========================================*/
/* line 1440, theme.scss */
.instagram-title {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

/*=========================================
  MAIN-MENU
=========================================*/
/* line 1451, theme.scss */
.main-menu-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content; }
  /* line 1459, theme.scss */
  .main-menu-item.is-current > a {
    color: #86a58b; }

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

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

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

/*=========================================
  MENU
=========================================*/
/* line 1496, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 1515, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  /*top: calc(100% + 63px);*/
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  padding: 18px 33px 29px 39px;
  background: #FFFFFF;
  box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.6);
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }
  /* line 23, _mixins.scss */
  .menu-item.is-drop_anchor > .menu.is-drop_target li {
    margin-bottom: 20px; }
    /* line 25, _mixins.scss */
    .menu-item.is-drop_anchor > .menu.is-drop_target li:last-of-type {
      margin-bottom: 0; }

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

/* line 1528, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5c6367; }

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

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

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

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

/* line 1569, theme.scss */
.feedback-row {
  width: 100%; }

/* line 1573, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 0 15px 15px 0;
  border: none;
  border-bottom: 1px solid #bdbdbd;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5C6367;
  background-color: transparent; }
  @media (max-width: 768px) {
    /* line 1573, theme.scss */
    .feedback-field {
      font-size: 14px;
      line-height: 17px;
      padding: 0 10px 10px 0;
      color: #5C6367 !important;
      opacity: 1 !important; } }

/* line 1595, theme.scss */
.feedback-field::-webkit-input-placeholder {
  color: #5C6367 !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

/* line 1603, theme.scss */
.feedback-field::-moz-placeholder {
  color: #5C6367 !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

/* line 1611, theme.scss */
.feedback-field:-ms-input-placeholder {
  color: #5C6367 !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

/* line 1619, theme.scss */
.feedback-field::-ms-input-placeholder {
  color: #5C6367 !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

/* line 1627, theme.scss */
.feedback-field::placeholder {
  color: #5C6367 !important;
  opacity: 1 !important;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px; }

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

/* line 1639, theme.scss */
.form-done {
  color: #86A58B; }

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

/* line 1648, theme.scss */
.feedback-row [data-feedback-input-error] {
  display: none; }

/* line 1653, theme.scss */
.feedback-row.is-not-filled {
  position: relative; }
  /* line 1656, theme.scss */
  .feedback-row.is-not-filled input,
  .feedback-row.is-not-filled textarea {
    border-color: red; }
  /* line 1661, theme.scss */
  .feedback-row.is-not-filled [data-feedback-input-error] {
    display: block;
    position: absolute;
    right: 0;
    top: 100%;
    color: red;
    line-height: 125%; }

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

/* line 1678, theme.scss */
.added-modal {
  max-width: 1408px;
  width: 100%;
  background: #fff;
  padding: 46px 88px 63px 88px;
  margin: auto;
  position: relative; }
  @media (max-width: 1024px) {
    /* line 1678, theme.scss */
    .added-modal {
      padding: 26px 48px 23px 48px; } }
  @media (max-width: 992px) {
    /* line 1678, theme.scss */
    .added-modal {
      padding: 13px 15px 32px 15px; } }

/* line 1695, theme.scss */
.added-content--buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  /* line 1704, theme.scss */
  .added-content--buttons__mb {
    display: none; }
  @media (max-width: 992px) {
    /* line 1709, theme.scss */
    .added-content--buttons__mb {
      margin: 25px 0 0 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
    /* line 1718, theme.scss */
    .added-content--buttons__dk {
      display: none; } }

/* line 1724, theme.scss */
.added-close,
.added-link {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 15px 76px;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  outline: none; }
  /* line 1736, theme.scss */
  .added-close svg path,
  .added-link svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s; }
  /* line 1741, theme.scss */
  .added-close:hover,
  .added-link:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border: none;
    outline: none; }
    /* line 1747, theme.scss */
    .added-close:hover svg path,
    .added-link:hover svg path {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      stroke: #fff; }
  @media (max-width: 1250px) {
    /* line 1724, theme.scss */
    .added-close,
    .added-link {
      padding: 15px 26px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

/* line 1762, theme.scss */
.added-close {
  margin-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1771, theme.scss */
  .added-close svg {
    margin: 0 15px 0 0;
    display: block; }
  @media (max-width: 992px) {
    /* line 1762, theme.scss */
    .added-close {
      margin-right: 0; } }

/* line 1781, theme.scss */
.added-title {
  margin: 0 0 20px 0;
  font-family: "Petersburg";
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 76px;
  color: #000000; }
  @media (max-width: 992px) {
    /* line 1781, theme.scss */
    .added-title {
      margin: 0 0 20px 0;
      font-size: 25px;
      line-height: 42px; } }

/* line 1797, theme.scss */
.added-content--item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 257px 68px auto;
  grid-template-columns: 257px auto;
  grid-gap: 68px; }
  /* line 1804, theme.scss */
  .added-content--item--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around; }
  /* line 1817, theme.scss */
  .added-content--item--title {
    margin: 0 0 12px 0;
    display: block;
    text-align: left;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 27px;
    color: #1b1b1b; }
  /* line 1828, theme.scss */
  .added-content--item--price {
    margin: 0 0 12px 0;
    display: block;
    text-align: left;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 41px;
    color: #86A58B; }
  @media (max-width: 768px) {
    /* line 1797, theme.scss */
    .added-content--item {
      -ms-grid-columns: 30% 18px calc(100% - 30% - 18px);
      grid-template-columns: 30% calc(100% - 30% - 18px);
      grid-gap: 18px; }
      /* line 1845, theme.scss */
      .added-content--item--title {
        font-size: 14px;
        line-height: 17px; }
      /* line 1850, theme.scss */
      .added-content--item--price {
        font-size: 25px;
        line-height: 34px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1993, 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 2006, 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 2010, 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"); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  QUANTITY
=========================================*/
/* line 2175, theme.scss */
.quantity-input {
  padding: 0 15px;
  width: 83px;
  text-align: center;
  vertical-align: top;
  background: transparent;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 25px;
  color: #5C6367; }
  @media (max-width: 992px) {
    /* line 2175, theme.scss */
    .quantity-input {
      padding: 0 10px;
      width: 60px;
      font-size: 18px;
      line-height: 22px; } }

/*=========================================
  QUICK_VIEW
=========================================*/
/* line 2200, theme.scss */
.quick_view-modal {
  padding: 67px 76px 66px 76px;
  max-width: 1408px;
  width: 100%; }

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

/*=========================================
  SCROLL_TOP
=========================================*/
/* line 2216, theme.scss */
.scroll_top {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #fff;
  display: block;
  position: fixed;
  background: #fff;
  bottom: 60px;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
  right: 10px;
  height: 45px;
  width: 45px;
  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;
  font-size: 20px;
  outline: none;
  -webkit-box-shadow: 0px 1px 10px #BDBDBD;
  box-shadow: 0px 1px 10px #BDBDBD;
  border-radius: 4px;
  border: none;
  -webkit-border-radius: 12px;
  border-radius: 12px; }
  /* line 2248, theme.scss */
  .scroll_top svg {
    height: 45px;
    width: 45px; }
    /* line 2252, theme.scss */
    .scroll_top svg path {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      fill: #86A58B; }

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

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

/* line 2275, theme.scss */
.scroll_top.is-enabled:hover {
  text-decoration: none; }
  /* line 2279, theme.scss */
  .scroll_top.is-enabled:hover svg path {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    fill: #6C8570; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*=========================================
  OPTION
=========================================*/
/* line 2421, theme.scss */
.option-value.is-span {
  margin: 0 20px 15px 0;
  padding: 7px;
  background: #F3FAF6;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  font-family: "DIN Pro"; }
  @media (max-width: 992px) {
    /* line 2421, theme.scss */
    .option-value.is-span {
      margin: 0 17px 10px 0;
      padding: 5px;
      font-size: 14px;
      line-height: 17px; } }

/* line 2439, theme.scss */
.option-value.is-active.is-span {
  background-color: #86A58B;
  color: #ffffff; }

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

/* line 2449, theme.scss */
.toys-slider {
  margin: 0 0 150px 0;
  padding: 74px 0 110px 0; }
  /* line 2453, theme.scss */
  .toys-slider--title {
    margin: 0 0 70px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1a1a1a; }
  /* line 2464, theme.scss */
  .toys-slider--show-more {
    margin: 35px auto 0 !important; }
  /* line 2468, theme.scss */
  .toys-slider .swiper-container {
    padding: 12px 50px 0 50px; }

@media (min-width: 993px) {
  /* line 2474, theme.scss */
  .swiper-scrollbar {
    display: none; } }
@media (max-width: 992px) {
  /* line 2480, theme.scss */
  .toys-slider {
    margin: 0 0 50px 0;
    padding: 25px 0 36px 0; }
    /* line 2484, theme.scss */
    .toys-slider--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 2490, theme.scss */
    .toys-slider--show-more {
      margin: 25px 0 0 0;
      width: 100%; }
    /* line 2495, theme.scss */
    .toys-slider .swiper-scrollbar {
      background: #fff; }
    /* line 2499, theme.scss */
    .toys-slider .swiper-scrollbar-drag {
      background: #86A58B; }
    /* line 2503, theme.scss */
    .toys-slider .about-factory--link {
      width: 100%; }
    /* line 2507, theme.scss */
    .toys-slider .swiper-container {
      padding: 12px 25px 0 25px; } }
/* line 2513, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 5px; }

/* line 2517, theme.scss */
.irs-from,
.irs-to,
.irs-single {
  top: -4px !important; }
  @media (max-width: 992px) {
    /* line 2517, theme.scss */
    .irs-from,
    .irs-to,
    .irs-single {
      top: 10px !important; } }

/* line 2527, theme.scss */
.irs-from,
.irs-to,
.irs-single {
  padding: 5px 15px !important;
  border: 1px solid #e0e0e0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 30px !important;
  color: #5c6367 !important;
  background-color: transparent !important; }
  /* line 2539, theme.scss */
  .irs-from:before,
  .irs-to:before,
  .irs-single:before {
    border: 7px solid transparent !important;
    border-top-color: #eaeaea !important;
    bottom: -14px !important;
    left: calc(50% - 4px) !important; }
  @media (max-width: 992px) {
    /* line 2527, theme.scss */
    .irs-from,
    .irs-to,
    .irs-single {
      padding: 2px 12px !important;
      font-size: 14px !important;
      line-height: 18px !important;
      top: 12px !important; } }

/* line 2554, theme.scss */
.irs--flat .irs-handle {
  top: 18px !important; }

/* line 2558, theme.scss */
.irs-handle.from > i:first-child {
  left: 1px !important; }

/* line 2562, theme.scss */
.irs-handle.to > i:first-child {
  left: -3px !important; }

/* line 2566, theme.scss */
.irs--flat .irs-handle > i:first-child {
  left: 50%;
  top: 28px;
  width: 20px;
  height: 20px;
  margin-left: -1px;
  background-color: transparent;
  border: 6px solid #86A58B;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 2578, theme.scss */
.categories--list {
  padding: 70px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(20% - 30.8px) 38.5px calc(20% - 30.8px) 38.5px calc(20% - 30.8px) 38.5px calc(20% - 30.8px) 38.5px calc(20% - 30.8px);
  grid-template-columns: repeat(5, calc(20% - 30.8px));
  grid-gap: 26.5px 38.5px; }
  /* line 2587, theme.scss */
  .categories--list--item {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 36px 20px;
    width: 100%;
    background: #f4f4f4;
    border: 1.17132px solid #f4f4f4;
    display: block; }
    /* line 2601, theme.scss */
    .categories--list--item--title span {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      height: 48px;
      text-align: center;
      color: #5C6367;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 2630, theme.scss */
    .categories--list--item--icon {
      display: none;
      text-align: center;
      margin: 0 0; }
      /* line 2635, theme.scss */
      .categories--list--item--icon * {
        margin: 0;
        font-size: 0; }
    @media (min-width: 1024px) {
      /* line 2641, theme.scss */
      .categories--list--item:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background: #86A58B;
        border: 1.17132px solid #f4f4f4; }
        /* line 2647, theme.scss */
        .categories--list--item:hover img {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
        /* line 2652, theme.scss */
        .categories--list--item:hover .categories--list--item--title span {
          color: #fff; } }
  /* line 2659, theme.scss */
  .categories--list--link {
    text-align: center;
    margin: 0 auto; }
    /* line 2663, theme.scss */
    .categories--list--link--string {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 280px 34px 280px;
      grid-template-columns: repeat(2, 280px);
      grid-gap: 34px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 2673, theme.scss */
      .categories--list--link--string a,
      .categories--list--link--string button {
        width: 100%; }

@media (max-width: 1250px) {
  /* line 2682, theme.scss */
  .categories--list {
    -ms-grid-columns: calc(25% - 28.87px) 38.5px calc(25% - 28.87px) 38.5px calc(25% - 28.87px) 38.5px calc(25% - 28.87px);
    grid-template-columns: repeat(4, calc(25% - 28.87px));
    grid-gap: 26.5px 38.5px; } }
@media (max-width: 992px) {
  /* line 2691, theme.scss */
  .categories--list {
    margin: 25px 0 15px 0;
    padding: 15px 22px 26px 22px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 15px;
    background: #f3faf6; }
    /* line 2699, theme.scss */
    .categories--list--item {
      padding: 0;
      -ms-grid-rows: 100%;
      grid-template-rows: 100%;
      grid-gap: 0;
      background: transparent;
      border: none; }
      /* line 2707, theme.scss */
      .categories--list--item--icon {
        display: none; }
      /* line 2712, theme.scss */
      .categories--list--item--title span {
        height: auto;
        -webkit-line-clamp: inherit;
        font-size: 14px;
        line-height: 17px;
        text-align: left; }
        /* line 2719, theme.scss */
        .categories--list--item--title span:hover {
          font-size: 16px;
          line-height: 20px;
          -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
          color: #6C8570; }
    /* line 2731, theme.scss */
    .categories--list--link--string {
      -ms-grid-columns: 185px;
      grid-template-columns: 185px;
      grid-gap: 15px; }
      /* line 2736, theme.scss */
      .categories--list--link--string a,
      .categories--list--link--string button {
        padding: 17px 17px 16px 17px;
        font-size: 14px;
        line-height: 17px; }
      /* line 2744, theme.scss */
      .categories--list--link--string .about-factory--link__reverse svg {
        margin: 2px 13px 0 0; } }
/* line 2754, theme.scss */
.new--main-banner {
  margin: 0 0 96px 0; }
  /* line 2757, theme.scss */
  .new--main-banner__sub {
    margin: 0 0 50px 0; }
  /* line 2761, theme.scss */
  .new--main-banner--slide {
    position: relative;
    width: 100%;
    height: 90vh;
    display: block; }
    /* line 2767, theme.scss */
    .new--main-banner--slide picture,
    .new--main-banner--slide img {
      display: block;
      width: 100%;
      height: 100vh;
      -o-object-fit: cover;
      object-fit: cover; }
  /* line 2777, theme.scss */
  .new--main-banner__sub {
    max-height: 602px; }
    /* line 2780, theme.scss */
    .new--main-banner__sub .new--main-banner--slide {
      height: 100%; }
    /* line 2784, theme.scss */
    .new--main-banner__sub picture,
    .new--main-banner__sub img {
      display: block;
      width: 100%;
      height: 100% !important;
      -o-object-fit: cover;
      object-fit: cover; }
  /* line 2794, theme.scss */
  .new--main-banner--text {
    position: absolute;
    right: 12.1%;
    top: 22.8%;
    max-width: 572px; }
    /* line 2800, theme.scss */
    .new--main-banner--text--link {
      margin: 56px 0 0 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      -webkit-box-shadow: 0px 1px 10px #BDBDBD;
      box-shadow: 0px 1px 10px #BDBDBD; }
      /* line 2807, theme.scss */
      .new--main-banner--text--link__sub {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        margin: 24px auto 0 auto;
        display: block;
        background: #81aecc;
        padding: 12px 22px;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        text-align: center;
        color: #ffffff; }
        /* line 2820, theme.scss */
        .new--main-banner--text--link__sub:hover {
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          background-color: #7798ad; }
    /* line 2828, theme.scss */
    .new--main-banner--text--content h4,
    .new--main-banner--text--content span {
      font-family: "Petersburg";
      font-style: normal;
      font-weight: normal;
      font-size: 80px;
      line-height: 80px;
      color: #ffffff; }
    /* line 2838, theme.scss */
    .new--main-banner--text--content h4 {
      margin: 0 0 28px 0;
      text-transform: uppercase; }
    /* line 2843, theme.scss */
    .new--main-banner--text--content__sub {
      text-align: center; }
      /* line 2846, theme.scss */
      .new--main-banner--text--content__sub h4,
      .new--main-banner--text--content__sub span {
        font-size: 56px;
        line-height: 76px;
        text-transform: none; }
    /* line 2855, theme.scss */
    .new--main-banner--text__sub {
      bottom: 37px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      max-width: 90%;
      width: 100%;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      top: auto; }
  /* line 2870, theme.scss */
  .new--main-banner .swiper-pagination {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    bottom: 89px;
    right: 13.1%;
    left: auto; }
    /* line 2878, theme.scss */
    .new--main-banner .swiper-pagination__sub {
      right: 40px;
      bottom: 29px; }
    /* line 2883, theme.scss */
    .new--main-banner .swiper-pagination .swiper-pagination-bullet {
      margin: 0 7.65px;
      width: 13.33px;
      height: 14.11px;
      border: none;
      background: #ffffff;
      opacity: 0.4;
      -webkit-border-radius: 0;
      border-radius: 0; }
      /* line 2893, theme.scss */
      .new--main-banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1; }

@media (max-width: 1440px) {
  /* line 2902, theme.scss */
  .new--main-banner--text {
    right: 4%;
    top: 17.8%;
    max-width: 475px; }
    /* line 2908, theme.scss */
    .new--main-banner--text--content h4,
    .new--main-banner--text--content span {
      font-size: 60px;
      line-height: 65px; }
    /* line 2915, theme.scss */
    .new--main-banner--text--content__sub h4,
    .new--main-banner--text--content__sub span {
      font-size: 56px;
      line-height: 76px;
      text-transform: none; } }
@media (max-width: 1200px) {
  /* line 2929, theme.scss */
  .new--main-banner--text {
    right: 4%;
    top: 26.8%;
    max-width: 425px; }
    /* line 2934, theme.scss */
    .new--main-banner--text__sub {
      top: auto; }
    /* line 2938, theme.scss */
    .new--main-banner--text--link {
      margin: 26px 0 0 0; }
    /* line 2943, theme.scss */
    .new--main-banner--text--content h4,
    .new--main-banner--text--content span {
      font-size: 40px;
      line-height: 45px; }
    /* line 2949, theme.scss */
    .new--main-banner--text--content h4 {
      margin: 0 0 12px 0; } }
@media (max-width: 992px) {
  /* line 2959, theme.scss */
  .new--main-banner--slide {
    height: auto; }
  /* line 2963, theme.scss */
  .new--main-banner--text {
    right: auto;
    top: auto;
    max-width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 85px; }
    /* line 2973, theme.scss */
    .new--main-banner--text--link {
      margin: 15px auto 10px auto; }
      /* line 2977, theme.scss */
      .new--main-banner--text--link__sub {
        padding: 13px 35px;
        font-size: 14px;
        line-height: 17px; }
    /* line 2984, theme.scss */
    .new--main-banner--text--content {
      text-align: center; }
      /* line 2987, theme.scss */
      .new--main-banner--text--content h4,
      .new--main-banner--text--content span {
        font-size: 30px;
        line-height: 32px; }
      /* line 2993, theme.scss */
      .new--main-banner--text--content h4 {
        margin: 0 0 12px 0; }
      /* line 2998, theme.scss */
      .new--main-banner--text--content__sub h4,
      .new--main-banner--text--content__sub span {
        font-size: 35px;
        line-height: 42px; }
  /* line 3007, theme.scss */
  .new--main-banner .swiper-pagination {
    bottom: 18px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); } }
@media (max-width: 768px) {
  /* line 3019, theme.scss */
  .new--main-banner {
    margin: 0 0 50px 0; }
    /* line 3022, theme.scss */
    .new--main-banner__sub {
      margin: 12px 0 22px 0; }
    /* line 3026, theme.scss */
    .new--main-banner--slide {
      height: 100%;
      max-height: 360px; }
      /* line 3030, theme.scss */
      .new--main-banner--slide::after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #1a1a1a;
        mix-blend-mode: multiply;
        opacity: 0.5; }
    /* line 3043, theme.scss */
    .new--main-banner--text {
      bottom: 40px;
      z-index: 9; }
      /* line 3047, theme.scss */
      .new--main-banner--text__sub {
        bottom: 40px; }
    /* line 3052, theme.scss */
    .new--main-banner .swiper-pagination__sub {
      display: none; } }
/* line 3058, theme.scss */
.mobile_menu-modal {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 0 20px 28px 20px;
  position: absolute;
  top: 100%;
  background-color: #fff;
  width: 100%;
  height: calc(100vh - 143px);
  left: -110%;
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  overflow-y: auto; }

/* line 3073, theme.scss */
body.open-menu {
  overflow: hidden; }
  /* line 3076, theme.scss */
  body.open-menu .mobile_menu-modal {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    left: 0;
    opacity: 1;
    visibility: visible; }

/* line 3085, theme.scss */
.new-mobile-menu--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
/* line 3095, theme.scss */
.new-mobile-menu--sublist {
  list-style-type: none;
  padding: 0 0 0 12px;
  margin: 0; }
  /* line 3100, theme.scss */
  .new-mobile-menu--sublist .new-mobile-menu--item {
    border: none;
    padding: 5px 0; }
    /* line 3104, theme.scss */
    .new-mobile-menu--sublist .new-mobile-menu--item:last-of-type {
      border-bottom: none; }
/* line 3110, theme.scss */
.new-mobile-menu--item {
  position: relative;
  padding: 15px 0;
  border: none;
  border-top: 1px solid #e0e0e0;
  background-color: transparent;
  outline: none;
  text-align: left; }
  /* line 3119, theme.scss */
  .new-mobile-menu--item:last-of-type {
    border-bottom: 1px solid #e0e0e0; }
  /* line 3124, theme.scss */
  .new-mobile-menu--item.has-sub button {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: transparent;
    border: none;
    isplay: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    height: 100%;
    padding: 0 9px; }
  /* line 3144, theme.scss */
  .new-mobile-menu--item button.is-button-active {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 3150, theme.scss */
  .new-mobile-menu--item a {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367;
    text-decoration: none; }
/* line 3161, theme.scss */
.new-mobile-menu--subitem {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 0 9px;
  background-color: transparent;
  border: none; }
  /* line 3164, theme.scss */
  .new-mobile-menu--subitem__btn {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    height: 100%;
    padding: 0 9px; }
    /* line 3183, theme.scss */
    .new-mobile-menu--subitem__btn.is-button-active {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }

/* line 3203, theme.scss */
.new--form {
  max-width: 568px;
  padding: 36px 52px 75px 52px;
  background-color: #F3FAF6; }
  /* line 3208, theme.scss */
  .new--form--btn {
    padding: 12px;
    margin: 33px 0 0 0;
    display: block;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    text-align: center; }
  /* line 3218, theme.scss */
  .new--form--drop {
    padding: 15px; }
    @media screen and (min-width: 993px) {
      /* line 3218, theme.scss */
      .new--form--drop {
        position: absolute; } }
  /* line 3226, theme.scss */
  .new--form--note {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #828282; }
  /* line 3236, theme.scss */
  .new--form--burger {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bdbdbd;
    background: transparent;
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367;
    text-align: left;
    position: relative; }
    /* line 3250, theme.scss */
    .new--form--burger svg {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: absolute;
      top: calc(50% - 3.5px);
      right: 0; }
    /* line 3258, theme.scss */
    .new--form--burger.is-button-active svg {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  /* line 3267, theme.scss */
  .new--form--title {
    margin: 0 0 60px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 54px;
    color: #1a1a1a; }
    /* line 3276, theme.scss */
    .new--form--title__center {
      text-align: center; }
    /* line 3280, theme.scss */
    .new--form--title__small {
      margin: 0 0 47px 0;
      text-align: center;
      font-size: 30px;
      line-height: 41px; }
  /* line 3289, theme.scss */
  .new--form--row--close {
    position: absolute;
    top: 26px;
    right: 28px;
    background: transparent;
    border: none; }
  /* line 3297, theme.scss */
  .new--form--row--solo, .new--form--row--double {
    margin: 0 0 24px 0; }
  /* line 3303, theme.scss */
  .new--form--row--solo--textarea {
    padding: 0; }
  /* line 3308, theme.scss */
  .new--form--row--double {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 16px) 32px calc(50% - 16px);
    grid-template-columns: repeat(2, calc(50% - 16px));
    grid-gap: 32px; }
  /* line 3316, theme.scss */
  .new--form--row--triple {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(66.66% - 16px) 32px calc(33.33% - 16px);
    grid-template-columns: calc(66.66% - 16px) calc(33.33% - 16px);
    grid-gap: 32px; }
  /* line 3324, theme.scss */
  .new--form--row--title {
    display: block;
    margin: 0 0 14px 0;
    font-family: "DIN Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a; }
  /* line 3335, theme.scss */
  .new--form--row--inp_bordered {
    padding: 15px 20px;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  /* line 3342, theme.scss */
  .new--form--row--text__white {
    background-color: #fff;
    padding: 2px 15px; }
  /* line 3347, theme.scss */
  .new--form--row--button__more {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    border: none;
    outline: none;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #86A58B; }
    /* line 3369, theme.scss */
    .new--form--row--button__more svg {
      margin: 0 15px 0 0; }
    @media (max-width: 992px) {
      /* line 3347, theme.scss */
      .new--form--row--button__more {
        display: none; } }
  /* line 3378, theme.scss */
  .new--form--row--button__download {
    display: none; }
    @media (max-width: 992px) {
      /* line 3378, theme.scss */
      .new--form--row--button__download {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        /* line 3398, theme.scss */
        .new--form--row--button__download svg:first-of-type {
          margin: 0 15px 0 0; }
        /* line 3402, theme.scss */
        .new--form--row--button__download svg:last-of-type {
          margin: 0 0 0 15px; } }
  /* line 3409, theme.scss */
  .new--form--row--checkbox--title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    display: block; }
  /* line 3417, theme.scss */
  .new--form--row--fixed {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    opacity: 0;
    visibility: hidden; }
    /* line 3429, theme.scss */
    .new--form--row--fixed.this--shown {
      opacity: 1;
      visibility: visible; }
    /* line 3434, theme.scss */
    .new--form--row--fixed:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: #000;
      opacity: 0.6;
      z-index: -1; }
    /* line 3444, theme.scss */
    .new--form--row--fixed--wrapper {
      max-height: 90vh;
      overflow-y: auto;
      padding-top: 120px;
      max-width: 1411px;
      width: calc(100% - 30px);
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #fff;
      z-index: 9; }

@media (max-width: 992px) {
  /* line 3466, theme.scss */
  .new--form--row--title {
    margin: 0 0 15px 0;
    font-size: 14px;
    line-height: 17px; }
  /* line 3472, theme.scss */
  .new--form--row--button__more {
    font-size: 14px;
    line-height: 17px; }
    /* line 3476, theme.scss */
    .new--form--row--button__more svg {
      margin: 0 15px 0 0;
      max-width: 20px; }
  /* line 3482, theme.scss */
  .new--form--row--checkbox--title {
    font-size: 14px;
    line-height: 120%; } }
@media (max-width: 768px) {
  /* line 3491, theme.scss */
  .new--form {
    width: 100%;
    max-width: 330px;
    padding: 30px 45px 29px 22px; }
    /* line 3496, theme.scss */
    .new--form--block {
      max-width: 330px;
      width: 100%; }
    /* line 3501, theme.scss */
    .new--form--title {
      margin: 0 0 25px 0;
      font-size: 25px;
      line-height: 34px; }
    /* line 3507, theme.scss */
    .new--form--burger {
      font-size: 14px;
      line-height: 17px; }
    /* line 3512, theme.scss */
    .new--form--note {
      font-size: 14px;
      line-height: 17px; }
    /* line 3518, theme.scss */
    .new--form--row--double, .new--form--row--triple {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
    /* line 3525, theme.scss */
    .new--form--row--solo, .new--form--row--double, .new--form--row--triple {
      margin: 0 0 25px 0; }
    /* line 3532, theme.scss */
    .new--form--btn {
      margin: 0;
      padding: 13px;
      width: 100%;
      font-size: 14px;
      line-height: 17px; } }
/* line 3542, theme.scss */
.new--popup--wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none; }
  /* line 3552, theme.scss */
  .new--popup--wrapper::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.2); }

/* line 3564, theme.scss */
.new--form--block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1009;
  max-height: 97vh;
  overflow-y: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }
  /* line 3578, theme.scss */
  .new--form--block--close {
    padding: 0;
    position: absolute;
    right: 26px;
    top: 26px;
    background: transparent;
    border: none;
    outline: none; }
    /* line 3588, theme.scss */
    .new--form--block--close svg path {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    @media (min-width: 1024px) {
      /* line 3596, theme.scss */
      .new--form--block--close:hover svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        stroke: #86a58b; } }
    @media (max-width: 1023px) {
      /* line 3607, theme.scss */
      .new--form--block--close:focus svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        stroke: #86a58b; } }

/* line 3620, theme.scss */
.guidelines-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 270px 30px calc(100% - 30px - 270px);
  grid-template-columns: 270px calc(100% - 30px - 270px);
  grid-gap: 30px; }
  /* line 3628, theme.scss */
  .guidelines-item--image--wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 105%; }
    /* line 3633, theme.scss */
    .guidelines-item--image--wrapper picture,
    .guidelines-item--image--wrapper img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  /* line 3644, theme.scss */
  .guidelines-item--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1b1b1b; }
  /* line 3663, theme.scss */
  .guidelines-item--download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #86A58B; }
    /* line 3684, theme.scss */
    .guidelines-item--download svg:first-of-type {
      margin: 0 20px 0 0; }
    /* line 3688, theme.scss */
    .guidelines-item--download svg:last-of-type {
      margin: 0 0 0 20px; }
  /* line 3694, theme.scss */
  .guidelines-item--text {
    height: #4c4e4d;
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: 70% 2% 28%;
    grid-template-rows: 70% 28%;
    grid-gap: 2%; }

@media (max-width: 992px) {
  /* line 3705, theme.scss */
  .guidelines-item {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 12px; }
    /* line 3710, theme.scss */
    .guidelines-item--text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
    /* line 3720, theme.scss */
    .guidelines-item--title {
      margin: 0 0 18px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 3726, theme.scss */
    .guidelines-item--download {
      font-size: 14px;
      line-height: 17px; }
      /* line 3731, theme.scss */
      .guidelines-item--download svg:first-of-type {
        margin: 0 15px 0 0; }
      /* line 3735, theme.scss */
      .guidelines-item--download svg:last-of-type {
        margin: 0 0 0 15px; } }
/* line 3743, theme.scss */
.swiper-scrollbar {
  background: #fff; }

/* line 3747, theme.scss */
.swiper-scrollbar-drag {
  background: #86A58B; }

/* line 3751, theme.scss */
.swiper-container {
  max-height: 100% !important; }

/* line 3757, theme.scss */
.favorites--page {
  padding: 0 0 0 0; }
  @media (max-width: 992px) {
    /* line 3757, theme.scss */
    .favorites--page {
      padding: 0 0 0 0; } }
/* line 3765, theme.scss */
.favorites--header {
  margin-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 3775, theme.scss */
.favorites--choose {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
  padding: 15px 68px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #5C6367;
  border: none; }
  /* line 3786, theme.scss */
  .favorites--choose:after {
    position: absolute;
    content: "";
    top: 20px;
    left: 30px;
    width: 20px;
    height: 20px;
    border: 1px solid #bdbdbd;
    background: transparent; }
  @media (min-width: 1024px) {
    /* line 3798, theme.scss */
    .favorites--choose:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      color: #fff;
      background-color: #86A58B; } }
  /* line 3806, theme.scss */
  .favorites--choose.is-choosen:after {
    background: url("label-checked.png");
    background-repeat: no-repeat;
    background-position: 50%;
    -webkit-background-size: 70% 70%;
    background-size: 70%;
    background-color: #86A58B; }
/* line 3817, theme.scss */
.favorites--to-cart {
  margin: 0 0 0 30px;
  display: block;
  padding: 15px 27px;
  border: none; }
/* line 3824, theme.scss */
.favorites--delete-all {
  margin: 0 0 0 30px;
  padding: 0;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  color: #5C6367; }
  /* line 3840, theme.scss */
  .favorites--delete-all svg {
    margin: 0 10px 0 0;
    display: block; }
/* line 3846, theme.scss */
.favorites--note {
  margin: 0 0 138px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5C6367; }
  /* line 3864, theme.scss */
  .favorites--note svg {
    display: block;
    margin: 0 0 0 14px; }
/* line 3870, theme.scss */
.favorites--chkbs--block, .favorites--delete-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%; }
/* line 3882, theme.scss */
.favorites--chkbs--block .chkbx-control {
  width: 20px;
  height: 20px; }
/* line 3887, theme.scss */
.favorites--chkbs--block .chkbx-label .chkbx-control {
  top: calc(50% - 10px);
  border: 1px solid #e0e0e0; }
/* line 3893, theme.scss */
.favorites--delete-btn {
  padding: 0;
  border: none;
  background: transparent; }
/* line 3899, theme.scss */
.favorites--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 24px) 32px calc(25% - 24px) 32px calc(25% - 24px) 32px calc(25% - 24px);
  grid-template-columns: repeat(4, calc(25% - 24px));
  grid-gap: 32px; }

@media (max-width: 992px) {
  /* line 3911, theme.scss */
  .favorites--list {
    -ms-grid-columns: calc(33.33% - 21.33px) 32px calc(33.33% - 21.33px) 32px calc(33.33% - 21.33px);
    grid-template-columns: repeat(3, calc(33.33% - 21.33px));
    grid-gap: 32px; }
  /* line 3918, theme.scss */
  .favorites--note {
    margin: 0 0 50px 0;
    font-size: 14px;
    line-height: 17px; } }
@media (max-width: 768px) {
  /* line 3928, theme.scss */
  .favorites--list {
    -ms-grid-columns: calc(50% - 5px) 10px calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px));
    grid-gap: 10px; }
  /* line 3934, theme.scss */
  .favorites--header {
    margin: 0 0 25px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 3940, theme.scss */
  .favorites--choose, .favorites--delete-all {
    width: calc(50% - 12px);
    -ms-flex-preferred-size: calc(50% - 12px);
    flex-basis: calc(50% - 12px);
    font-size: 14px;
    line-height: 17px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 3952, theme.scss */
  .favorites--choose {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 17px 17px; }
    /* line 3958, theme.scss */
    .favorites--choose:after {
      width: 15px;
      height: 15px;
      left: calc(50% - 60px);
      top: 17px; }
  /* line 3966, theme.scss */
  .favorites--delete-all {
    margin: 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 3973, theme.scss */
  .favorites--to-cart {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 15px 0 0 0;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    font-size: 14px;
    line-height: 17px; } }
/* line 3987, theme.scss */
.g-recaptcha,
.g-recaptcha div {
  overflow: hidden;
  max-width: 100%; }

/* line 3993, theme.scss */
.g-recaptcha iframe {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

/* line 4003, theme.scss */
.instagramm--section {
  padding-bottom: 179px; }
  @media (max-width: 992px) {
    /* line 4003, theme.scss */
    .instagramm--section {
      padding-bottom: 50px; } }

/* line 4011, theme.scss */
.img-ratio {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 70%; }
  /* line 4017, theme.scss */
  .img-ratio__inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    /* line 4024, theme.scss */
    .img-ratio__inner picture,
    .img-ratio__inner img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

/* line 4035, theme.scss */
.gallery-slide--iframe {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-item-align: center;
  align-self: center; }
  /* line 4051, theme.scss */
  .gallery-slide--iframe iframe {
    width: 100%;
    height: 350px; }
    @media (max-width: 767px) {
      /* line 4051, theme.scss */
      .gallery-slide--iframe iframe {
        height: 250px; } }

/* line 2, _index.scss */
.main-header {
  position: sticky;
  top: -50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.5);
  box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.5);
  z-index: 1000; }
  /* line 10, _index.scss */
  .main-header--mobile-block {
    display: none; }
  /* line 14, _index.scss */
  .main-header--top {
    padding: 10px 0;
    background-color: #86A58B; }
    /* line 18, _index.scss */
    .main-header--top--block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    /* line 31, _index.scss */
    .main-header--top--languages, .main-header--top--contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
    /* line 51, _index.scss */
    .main-header--top--contacts a {
      text-decoration: none;
      border: none; }
    /* line 58, _index.scss */
    .main-header--top--languages .is-active {
      font-weight: 700; }
    /* line 62, _index.scss */
    .main-header--top--languages a:first-of-type {
      padding-right: 8px;
      position: relative; }
      /* line 66, _index.scss */
      .main-header--top--languages a:first-of-type::after {
        position: absolute;
        content: "";
        right: 0;
        width: 1px;
        height: 18px;
        background-color: #fff;
        top: calc(50% - 9px); }
    /* line 77, _index.scss */
    .main-header--top--languages a:nth-of-type(2) {
      padding-left: 8px; }
    /* line 82, _index.scss */
    .main-header--top--link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      font-size: 18px;
      line-height: 30px; }
      /* line 87, _index.scss */
      .main-header--top--link svg {
        margin: 0 10px 0 0; }
  /* line 93, _index.scss */
  .main-header--socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 106, _index.scss */
  .main-header--burger {
    display: none; }
  /* line 110, _index.scss */
  .main-header--logotype {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 114, _index.scss */
  .main-header--middle {
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18% 43px auto 43px 239px;
    grid-template-columns: 18% auto 239px;
    grid-gap: 43px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 126, _index.scss */
  .main-header--widget {
    position: relative; }
    /* line 129, _index.scss */
    .main-header--widget.search--widget {
      position: inherit; }
    /* line 133, _index.scss */
    .main-header--widget--search {
      padding: 0;
      border: 0;
      background: transparent;
      outline: none; }
      /* line 139, _index.scss */
      .main-header--widget--search--block {
        position: absolute;
        top: calc(100%);
        width: 100%;
        left: 0;
        background: #fff;
        z-index: 98;
        padding: 16px 32px;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        /* line 153, _index.scss */
        .main-header--widget--search--block.show-it {
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          -webkit-box-shadow: 0px -8.01099px 8.89011px rgba(189, 189, 189, 0.5);
          box-shadow: 0px -8.01099px 8.89011px rgba(189, 189, 189, 0.5); }
        @media (max-width: 992px) {
          /* line 139, _index.scss */
          .main-header--widget--search--block {
            top: 100%;
            bottom: auto;
            width: calc(100% + 20px);
            left: -10px; }
            /* line 169, _index.scss */
            .main-header--widget--search--block.show-it {
              -webkit-box-shadow: 0px 2.98901px 8.89011px rgba(189, 189, 189, 0.5);
              box-shadow: 0px 2.98901px 8.89011px rgba(189, 189, 189, 0.5); } }
    /* line 177, _index.scss */
    .main-header--widget__counter {
      position: absolute;
      right: -6px;
      top: -6px;
      width: 21px;
      height: 21px;
      overflow: hidden;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #86A58B;
      color: #fff;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      display: none; }
      /* line 200, _index.scss */
      .main-header--widget__counter.is-full {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }

/* line 208, _index.scss */
.main_menu__icon {
  display: inline-block;
  vertical-align: middle;
  height: 16px; }

/* line 214, _index.scss */
.main_menu__catalog {
  background: #f6f6f6;
  padding: 0 12px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@media (max-width: 992px) {
  /* line 222, _index.scss */
  .main-header {
    top: 0; }
    /* line 225, _index.scss */
    .main-header--top, .main-header--middle {
      display: none; }
    /* line 230, _index.scss */
    .main-header--mobile-block {
      padding: 15px 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 160px 150px;
      grid-template-columns: 160px 150px;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 243, _index.scss */
      .main-header--mobile-block--buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
    /* line 248, _index.scss */
    .main-header--burger {
      display: block;
      margin-left: 30px; }

  /* line 255, _index.scss */
  .mobile_menu-social {
    margin: 25px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 267, _index.scss */
    .mobile_menu-social .footer--top--socials--link {
      height: auto; }
      /* line 269, _index.scss */
      .mobile_menu-social .footer--top--socials--link img {
        width: 50px;
        height: 50px;
        -o-object-fit: contain;
        object-fit: contain; }
  /* line 278, _index.scss */
  .mobile_menu-bottom .mobile_list_none {
    padding-left: 0; }
    /* line 281, _index.scss */
    .mobile_menu-bottom .mobile_list_none li {
      list-style-type: none;
      padding: 10px 0; }
      /* line 285, _index.scss */
      .mobile_menu-bottom .mobile_list_none li a {
        color: #000; } }
/* line 296, _index.scss */
.advantage--block {
  margin: 0 0 150px 0; }
  /* line 299, _index.scss */
  .advantage--block--list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.333% - 18.4px) 27.6px calc(33.333% - 18.4px) 27.6px calc(33.333% - 18.4px);
    grid-template-columns: repeat(3, calc(33.333% - 18.4px));
    grid-gap: 27.6px; }

@media screen and (max-width: 992px) {
  /* line 311, _index.scss */
  .advantage--item {
    padding: 19px;
    font-size: 26.4423px;
    line-height: 36px; }
  /* line 317, _index.scss */
  .advantage--block {
    margin: 0 0 50px 0; }
    /* line 320, _index.scss */
    .advantage--block--list {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; } }
/* line 331, _index.scss */
.about-factory {
  margin: 0 0 150px 0; }
  /* line 334, _index.scss */
  .about-factory--block {
    display: -ms-grid;
    display: grid;
    grid-gap: 63px;
    margin: 0 auto;
    -ms-grid-columns: auto 63px auto;
    grid-template-columns: repeat(2, auto);
    max-width: 100%;
    margin: 0 auto; }
  /* line 346, _index.scss */
  .about-factory--image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 353, _index.scss */
  .about-factory--text {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 367, _index.scss */
  .about-factory--title {
    margin: 0 0 30px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #1a1a1a; }
    /* line 376, _index.scss */
    .about-factory--title__mb {
      display: none; }
  /* line 381, _index.scss */
  .about-factory--descr {
    max-width: 600px;
    margin: 0 0 30px 0; }
    /* line 385, _index.scss */
    .about-factory--descr p {
      margin: 0 0 30px 0; }
      /* line 388, _index.scss */
      .about-factory--descr p:last-of-type {
        margin: 0 0 0 0; }
    /* line 393, _index.scss */
    .about-factory--descr ul {
      padding: 0;
      list-style-position: inside; }
    /* line 398, _index.scss */
    .about-factory--descr * {
      font-style: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
  /* line 406, _index.scss */
  .about-factory--link {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #86A58B;
    -webkit-box-shadow: 0px 1px 10px #BDBDBD;
    box-shadow: 0px 1px 10px #BDBDBD;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    line-height: 30px; }
    /* line 428, _index.scss */
    .about-factory--link svg {
      margin: 4px 0 0 15px; }
    /* line 432, _index.scss */
    .about-factory--link:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background-color: #6C8570;
      color: #fff; }
    /* line 439, _index.scss */
    .about-factory--link__reverse svg {
      margin: 2px 15px 0 0; }

@media screen and (max-width: 992px) {
  /* line 447, _index.scss */
  .about-factory {
    margin: 0 0 50px 0; }
    /* line 450, _index.scss */
    .about-factory--block {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
    /* line 456, _index.scss */
    .about-factory--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px;
      text-align: center; }
      /* line 462, _index.scss */
      .about-factory--title__mb {
        display: block; }
      /* line 466, _index.scss */
      .about-factory--title__dk {
        display: none; }
    /* line 472, _index.scss */
    .about-factory--image picture,
    .about-factory--image img {
      margin: 0 auto;
      display: block;
      max-width: 160px; }
    /* line 480, _index.scss */
    .about-factory--text {
      padding: 0;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 490, _index.scss */
    .about-factory--link {
      padding: 15px 23px;
      font-size: 14px;
      line-height: 17px; }
    /* line 497, _index.scss */
    .about-factory--descr {
      margin: 0 0 25px 0;
      text-align: center; }
      /* line 501, _index.scss */
      .about-factory--descr * {
        font-size: 14px;
        line-height: 17px; } }
/* line 510, _index.scss */
.index-subscribe {
  margin: 0 0 150px 0;
  padding: 70px 0;
  background-color: transparent;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0; }
  /* line 517, _index.scss */
  .index-subscribe--title {
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 54px;
    color: #1a1a1a; }
  /* line 526, _index.scss */
  .index-subscribe--block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 652px;
    grid-template-columns: auto 652px;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  /* line 535, _index.scss */
  .index-subscribe--form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 264px) 264px;
    grid-template-columns: calc(100% - 264px) 264px; }
  /* line 542, _index.scss */
  .index-subscribe--field {
    border: 1px solid #e0e0e0;
    padding: 17px 20px 17px 20px; }
  /* line 546, _index.scss */
  .index-subscribe--field::-webkit-input-placeholder {
    color: #86a58b;
    font-size: 18px; }
  /* line 550, _index.scss */
  .index-subscribe--field::-moz-placeholder {
    color: #86a58b;
    font-size: 18px; }
  /* line 554, _index.scss */
  .index-subscribe--field::-ms-input-placeholder {
    color: #86a58b;
    font-size: 18px; }
  /* line 558, _index.scss */
  .index-subscribe--field::placeholder {
    color: #86a58b;
    font-size: 18px; }

@media (max-width: 1150px) {
  /* line 566, _index.scss */
  .index-subscribe--block {
    -ms-grid-columns: auto 552px;
    grid-template-columns: auto 552px; } }
@media (max-width: 992px) {
  /* line 574, _index.scss */
  .index-subscribe {
    margin: 0 0 50px 0;
    padding: 25px 0 40px 0; }
    /* line 578, _index.scss */
    .index-subscribe--block {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 31px; }
    /* line 584, _index.scss */
    .index-subscribe--title {
      text-align: center;
      font-size: 30px;
      line-height: 41px; }
    /* line 590, _index.scss */
    .index-subscribe--button {
      padding: 21px;
      width: 100%;
      margin: 0; } }
@media (max-width: 675px) {
  /* line 600, _index.scss */
  .index-subscribe--form {
    -ms-grid-columns: calc(100% - 143px) 143px;
    grid-template-columns: calc(100% - 143px) 143px; }
  /* line 604, _index.scss */
  .index-subscribe--button {
    padding: 21px 0; } }
@media (max-width: 340px) {
  /* line 612, _index.scss */
  .index-subscribe--form {
    -ms-grid-columns: calc(100% - 130px) 130px;
    grid-template-columns: calc(100% - 130px) 130px; } }
/* line 620, _index.scss */
.index-filter {
  margin: 0 0 150px 0; }
  /* line 623, _index.scss */
  .index-filter form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: -webkit-max-content 30px auto 30px 340px 30px auto;
    -ms-grid-columns: max-content 30px auto 30px 340px 30px auto;
    grid-template-columns: -webkit-max-content auto 340px auto;
    grid-template-columns: max-content auto 340px auto;
    grid-gap: 30px; }
  /* line 633, _index.scss */
  .index-filter--sbmt {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -ms-flex-item-align: self-end;
    -ms-grid-row-align: self-end;
    align-self: self-end;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    background: #86A58B;
    border: none;
    -webkit-box-shadow: 0px 1.68588px 16.8588px #BDBDBD;
    box-shadow: 0px 1.68588px 16.8588px #BDBDBD; }
    /* line 654, _index.scss */
    .index-filter--sbmt:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #6C8570;
      border: none; }
  /* line 661, _index.scss */
  .index-filter--title {
    margin: 0 0 86px 0;
    font-family: Petersburg;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1a1a1a; }
  /* line 673, _index.scss */
  .index-filter--item--title {
    margin: 0 0 29px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1a1a1a; }
  /* line 682, _index.scss */
  .index-filter--item--type {
    padding: 0 !important;
    position: relative;
    border: 1px solid #e0e0e0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 689, _index.scss */
    .index-filter--item--type .filter-title {
      width: 100%;
      position: relative;
      padding: 12px 40px 12px 12px; }
      /* line 694, _index.scss */
      .index-filter--item--type .filter-title span {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #5c6367; }
      /* line 702, _index.scss */
      .index-filter--item--type .filter-title .filter-toggle {
        position: absolute;
        height: 100%;
        width: 30px;
        top: 0;
        right: 0;
        background-color: transparent;
        padding: 0; }
        /* line 711, _index.scss */
        .index-filter--item--type .filter-title .filter-toggle::after {
          content: "";
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background: transparent;
          z-index: 999; }
    @media (min-width: 1024px) {
      /* line 725, _index.scss */
      .index-filter--item--type .filter-items-wrapper {
        position: absolute;
        background: #fff;
        z-index: 999;
        width: 100%;
        top: calc(100% + 2px);
        padding: 22px 16px;
        visibility: hidden; }
        /* line 733, _index.scss */
        .index-filter--item--type .filter-items-wrapper.is-tab-active {
          visibility: visible;
          -webkit-box-shadow: 0px 1px 10px #BDBDBD;
          box-shadow: 0px 1px 10px #BDBDBD; } }
  /* line 743, _index.scss */
  .index-filter--item--buttons .filter-items-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 750, _index.scss */
    .index-filter--item--buttons .filter-items-list .filter-item {
      margin-right: 30px; }
      /* line 753, _index.scss */
      .index-filter--item--buttons .filter-items-list .filter-item:last-of-type {
        margin-right: 0; }

@media (max-width: 1400px) {
  /* line 764, _index.scss */
  .index-filter form {
    display: grid;
    -ms-grid-columns: auto 20px 250px 20px 240px 20px auto;
    grid-template-columns: auto 250px 240px auto;
    grid-gap: 20px; } }
@media (max-width: 1200px) {
  /* line 775, _index.scss */
  .index-filter form {
    display: grid;
    -ms-grid-columns: auto 20px 200px 20px 200px 20px auto;
    grid-template-columns: auto 200px 200px auto;
    grid-gap: 20px; }
  /* line 784, _index.scss */
  .index-filter--item--buttons .filter-items-list .filter-item {
    margin: 15px 15px 0 0; } }
@media (max-width: 1050px) {
  /* line 794, _index.scss */
  .index-filter form {
    padding: 0 15px;
    grid-template-columns: 100%;
    grid-gap: 18px; }
  /* line 800, _index.scss */
  .index-filter--sbmt {
    width: calc(100% + 30px);
    margin: 48px 0 0 -15px; } }
@media (max-width: 992px) {
  /* line 808, _index.scss */
  .index-filter {
    margin: 0 0 50px 0; }
    /* line 811, _index.scss */
    .index-filter .filter-items-list {
      padding: 0 27px; }
    /* line 815, _index.scss */
    .index-filter--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 821, _index.scss */
    .index-filter--sbmt {
      font-size: 14px;
      line-height: 17px; }
    /* line 827, _index.scss */
    .index-filter form .filter-span-buttn {
      padding: 13px 34px 19px 34px;
      font-size: 14px;
      line-height: 17px; }
    /* line 835, _index.scss */
    .index-filter--item--title {
      margin: 0 0 21px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 842, _index.scss */
    .index-filter--item--type .filter-title {
      padding: 15px 30px 17px 27px; }
      /* line 844, _index.scss */
      .index-filter--item--type .filter-title span {
        font-size: 14px;
        line-height: 17px; } }
/* line 855, _index.scss */
.index-categories {
  margin: 0 0 150px 0; }
  /* line 858, _index.scss */
  .index-categories--title {
    margin: 0 0 30px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    text-align: center;
    font-size: 56px;
    line-height: 76px;
    color: #1a1a1a; }
  /* line 869, _index.scss */
  .index-categories--subtitle {
    margin: 0 auto 50px auto;
    display: block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5c6367;
    text-align: center;
    max-width: 100%; }
  /* line 880, _index.scss */
  .index-categories--button {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    margin: 0 8px;
    padding: 15px;
    max-width: 242px;
    width: 100%;
    font-family: DIN Pro;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    color: #5C6367;
    background: #f4f4f4;
    border: none; }
    /* line 895, _index.scss */
    .index-categories--button:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      color: #ffffff;
      background-color: #86A58B; }
    /* line 901, _index.scss */
    .index-categories--button.is-button-active {
      background-color: #86A58B;
      color: #fff;
      -webkit-box-shadow: 0px 1.68588px 16.8588px #BDBDBD;
      box-shadow: 0px 1.68588px 16.8588px #BDBDBD; }
      /* line 907, _index.scss */
      .index-categories--button.is-button-active:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #ffffff;
        background-color: #6C8570; }
  /* line 915, _index.scss */
  .index-categories--header {
    text-align: center; }
    /* line 918, _index.scss */
    .index-categories--header--title {
      display: none;
      padding: 18px 40.5px 18px 18px;
      position: relative;
      -webkit-box-shadow: 0px 1px 10px #BDBDBD;
      box-shadow: 0px 1px 10px #BDBDBD;
      background-color: #86A58B;
      text-align: center; }
      /* line 927, _index.scss */
      .index-categories--header--title span {
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        line-height: 17px;
        text-align: center;
        color: #ffffff; }
      /* line 936, _index.scss */
      .index-categories--header--title svg {
        position: absolute;
        top: 18px;
        right: 22.5px; }

@media (max-width: 992px) {
  /* line 946, _index.scss */
  .index-categories {
    margin: 0 0 50px 0; }
    /* line 949, _index.scss */
    .index-categories--title {
      margin: 0 0 20px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 955, _index.scss */
    .index-categories--subtitle {
      margin: 0 0 25px 0;
      font-size: 14px;
      line-height: 17px;
      text-align: center; }
    /* line 962, _index.scss */
    .index-categories--button {
      display: none;
      padding: 15px;
      margin: 0;
      width: 100%;
      max-width: 100%;
      font-size: 14px;
      line-height: 17px; }
      /* line 971, _index.scss */
      .index-categories--button:first-of-type {
        margin: 15px 0 0 0; }
    /* line 976, _index.scss */
    .index-categories--header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      /* line 986, _index.scss */
      .index-categories--header--title {
        display: block; }
      /* line 991, _index.scss */
      .index-categories--header.show--drop button {
        display: block; } }
/* line 1000, _index.scss */
.novelty {
  margin: 0 0 150px 0; }
  /* line 1004, _index.scss */
  .novelty--slider-btn {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
    /* line 1014, _index.scss */
    .novelty--slider-btn::after {
      display: none; }
    /* line 1018, _index.scss */
    .novelty--slider-btn.swiper-button-disabled {
      opacity: 1; }
    /* line 1022, _index.scss */
    .novelty--slider-btn:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
      /* line 1026, _index.scss */
      .novelty--slider-btn:hover svg path {
        fill: #86A58B; }
  /* line 1032, _index.scss */
  .novelty--slider-next {
    right: 0; }
  /* line 1036, _index.scss */
  .novelty--slider-prev {
    right: 80px; }
  /* line 1039, _index.scss */
  .novelty--slider-next-promo {
    right: 0; }
  /* line 1043, _index.scss */
  .novelty--slider-prev-promo {
    right: 80px;
    left: auto; }
  /* line 1049, _index.scss */
  .novelty--title {
    margin: 0 0 70px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #1a1a1a;
    text-align: center; }
  /* line 1060, _index.scss */
  .novelty--block {
    margin: 0 auto; }
    /* line 1063, _index.scss */
    .novelty--block--item {
      max-width: 1000px;
      margin: 0 auto;
      width: 100%;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 427px 89px auto;
      grid-template-columns: 427px auto;
      grid-gap: 89px; }
      /* line 1073, _index.scss */
      .novelty--block--item--descr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        /* line 1084, _index.scss */
        .novelty--block--item--descr p {
          margin: 0 0 25px 0; }
          /* line 1087, _index.scss */
          .novelty--block--item--descr p:last-of-type {
            margin: 0; }
      /* line 1094, _index.scss */
      .novelty--block--item--image picture,
      .novelty--block--item--image img {
        width: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
      /* line 1102, _index.scss */
      .novelty--block--item--short {
        margin: 0 0 25px 0;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #5C6367; }
        /* line 1110, _index.scss */
        .novelty--block--item--short__mb {
          display: none; }
        /* line 1114, _index.scss */
        .novelty--block--item--short p {
          margin: 0 0 25px 0; }
          /* line 1117, _index.scss */
          .novelty--block--item--short p:last-of-type {
            margin: 0; }
      /* line 1123, _index.scss */
      .novelty--block--item--title {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #1a1a1a;
        text-decoration: none; }
      /* line 1133, _index.scss */
      .novelty--block--item--sku {
        margin: 0 0 32px 0;
        display: block;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        text-align: center;
        color: #5C6367; }
      /* line 1148, _index.scss */
      .novelty--block--item--price_cur {
        font-family: "Petersburg";
        font-style: normal;
        font-weight: bold;
        font-size: 40px;
        line-height: 54px;
        text-align: center;
        color: #86A58B; }
      /* line 1158, _index.scss */
      .novelty--block--item--price-block {
        margin: 0 0 53px 0; }

@media (max-width: 992px) {
  /* line 1167, _index.scss */
  .novelty {
    margin: 0 0 50px 0; }
    /* line 1171, _index.scss */
    .novelty--slider-btn {
      width: 25px;
      height: 25px;
      top: calc((100% - 113px) / 2 - 12.5px); }
      /* line 1176, _index.scss */
      .novelty--slider-btn__onlyphoto {
        top: calc(50% + 12px); }
      /* line 1180, _index.scss */
      .novelty--slider-btn svg {
        width: 10px; }
    /* line 1186, _index.scss */
    .novelty--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 1193, _index.scss */
    .novelty--block--item {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
      /* line 1198, _index.scss */
      .novelty--block--item--descr {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      /* line 1204, _index.scss */
      .novelty--block--item--image {
        max-width: 222px;
        margin: 0 auto; }
      /* line 1209, _index.scss */
      .novelty--block--item--short {
        margin: 0 0 34px 0;
        font-size: 14px;
        line-height: 17px;
        text-align: center; }
        /* line 1215, _index.scss */
        .novelty--block--item--short__dk {
          display: none; }
        /* line 1219, _index.scss */
        .novelty--block--item--short__mb {
          display: block; }
      /* line 1224, _index.scss */
      .novelty--block--item--title {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 17px; }
      /* line 1230, _index.scss */
      .novelty--block--item--sku {
        margin: 0 0 10px 0;
        font-size: 14px;
        line-height: 17px; }
      /* line 1236, _index.scss */
      .novelty--block--item--link {
        width: 222px;
        padding: 17px 44px;
        font-size: 14px;
        line-height: 17px; }
      /* line 1244, _index.scss */
      .novelty--block--item--price_cur {
        font-size: 25px;
        line-height: 34px; }
      /* line 1249, _index.scss */
      .novelty--block--item--price-block {
        margin: 0 0 25px 0; } }
/* line 1259, _index.scss */
.index-banner {
  margin: 0 0 150px 0; }
  /* line 1262, _index.scss */
  .index-banner--block {
    position: relative; }
    /* line 1265, _index.scss */
    .index-banner--block picture,
    .index-banner--block img {
      width: 100%;
      min-height: 213px;
      -o-object-fit: cover;
      object-fit: cover; }
  /* line 1274, _index.scss */
  .index-banner--text-block {
    position: absolute;
    left: 50%;
    bottom: 37px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  /* line 1286, _index.scss */
  .index-banner--title {
    margin: 0 0 24px 0;
    font-family: "Petersburg";
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #ffffff;
    text-shadow: 0px 1px 10px rgba(0, 0, 0, 0.1); }
    /* line 1296, _index.scss */
    .index-banner--title * {
      margin: 0; }
  /* line 1301, _index.scss */
  .index-banner--link {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    padding: 12px 23px;
    margin: 0 auto;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    background: #81aecc;
    text-align: center; }
    /* line 1318, _index.scss */
    .index-banner--link:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #7798ad;
      color: #fff; }

@media screen and (max-width: 992px) {
  /* line 1327, _index.scss */
  .index-banner {
    margin: 0 0 50px 0; }
    /* line 1330, _index.scss */
    .index-banner--text-block {
      bottom: 18px; }
    /* line 1334, _index.scss */
    .index-banner--title {
      margin: 0 0 8px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 1340, _index.scss */
    .index-banner--link {
      padding: 13px 35px 20px 36px;
      font-size: 14px;
      line-height: 17px; } }
/* line 1350, _index.scss */
.footer {
  background-color: #86A58B;
  padding: 86px 0 34px 0; }
  /* line 1354, _index.scss */
  .footer--top {
    padding: 0 0 0 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 32px 360px;
    grid-template-columns: auto 360px;
    grid-gap: 32px; }
    /* line 1362, _index.scss */
    .footer--top--title {
      margin: 0 0 16px 0;
      color: #fff;
      font-weight: bold;
      font-size: 18px;
      line-height: 23px; }
    /* line 1370, _index.scss */
    .footer--top--info__mb {
      display: none; }
    /* line 1374, _index.scss */
    .footer--top--menu {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: calc(25% - 12px) 16px calc(25% - 12px) 16px calc(25% - 12px) 16px calc(25% - 12px);
      grid-template-columns: repeat(4, calc(25% - 12px));
      grid-gap: 16px; }
    /* line 1384, _index.scss */
    .footer--top--list ul {
      padding: 0;
      list-style-type: none; }
      /* line 1388, _index.scss */
      .footer--top--list ul li {
        margin: 0 0 16px 0; }
    /* line 1394, _index.scss */
    .footer--top--subscribe {
      margin: 0 0 10px 0; }
      /* line 1397, _index.scss */
      .footer--top--subscribe-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        /* line 1406, _index.scss */
        .footer--top--subscribe-row input {
          border: none;
          padding-left: 26px;
          outline: none;
          font-style: normal;
          font-weight: normal;
          font-size: 18px;
          line-height: 30px;
          color: #86A58B; }
          /* line 1416, _index.scss */
          .footer--top--subscribe-row input::-webkit-input-placeholder {
            color: #86a58b; }
          /* line 1420, _index.scss */
          .footer--top--subscribe-row input::-moz-placeholder {
            color: #86a58b; }
          /* line 1424, _index.scss */
          .footer--top--subscribe-row input::-ms-input-placeholder {
            color: #86a58b; }
          /* line 1428, _index.scss */
          .footer--top--subscribe-row input::placeholder {
            color: #86a58b; }
        /* line 1433, _index.scss */
        .footer--top--subscribe-row button {
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          padding: 15px 9px;
          background: #86A58B;
          border: 0.966667px solid #ffffff;
          color: #ffffff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-style: normal;
          font-weight: normal;
          font-size: 16px;
          line-height: 30px; }
          /* line 1446, _index.scss */
          .footer--top--subscribe-row button:hover {
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            transition: all .2s;
            background-color: #6C8570; }
    /* line 1454, _index.scss */
    .footer--top--payments {
      margin: 0 0 12px 0; }
    /* line 1458, _index.scss */
    .footer--top--socials, .footer--top--payments {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-grid-column-align: start;
      justify-self: start; }
      /* line 1470, _index.scss */
      .footer--top--socials--item, .footer--top--payments--item {
        margin: 0 9.5px;
        display: block; }
        /* line 1474, _index.scss */
        .footer--top--socials--item:first-of-type, .footer--top--payments--item:first-of-type {
          margin-left: 0; }
        /* line 1478, _index.scss */
        .footer--top--socials--item:last-of-type, .footer--top--payments--item:last-of-type {
          margin-right: 0; }
      /* line 1482, _index.scss */
      .footer--top--socials--link, .footer--top--payments--link {
        margin: 0 16px;
        display: block; }
        /* line 1486, _index.scss */
        .footer--top--socials--link:first-of-type, .footer--top--payments--link:first-of-type {
          margin-left: 0; }
        /* line 1490, _index.scss */
        .footer--top--socials--link:last-of-type, .footer--top--payments--link:last-of-type {
          margin-right: 0; }
    /* line 1497, _index.scss */
    .footer--top--socials--link {
      width: 50px; }
      /* line 1501, _index.scss */
      .footer--top--socials--link:hover svg path {
        fill: #fafafa; }

@media screen and (max-width: 1150px) {
  /* line 1512, _index.scss */
  .footer {
    padding-bottom: 74px; }
    /* line 1514, _index.scss */
    .footer--top {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 18px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 1525, _index.scss */
      .footer--top--subscribe-row, .footer--top--payments, .footer--top--socials {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      /* line 1532, _index.scss */
      .footer--top--subscribe-row input::-webkit-input-placeholder {
        color: #86a58b; }
      /* line 1535, _index.scss */
      .footer--top--subscribe-row input::-moz-placeholder {
        color: #86a58b; }
      /* line 1538, _index.scss */
      .footer--top--subscribe-row input::-ms-input-placeholder {
        color: #86a58b; }
      /* line 1541, _index.scss */
      .footer--top--subscribe-row input::placeholder {
        color: #86a58b; }
    /* line 1547, _index.scss */
    .footer--bottom--copyright {
      text-align: center; } }
@media screen and (max-width: 768px) {
  /* line 1555, _index.scss */
  .footer {
    padding: 29px 0 74px 0; }
    /* line 1557, _index.scss */
    .footer--top {
      padding: 0 0 33px 0; }
      /* line 1560, _index.scss */
      .footer--top--menu {
        display: none; }
      /* line 1564, _index.scss */
      .footer--top--info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      /* line 1579, _index.scss */
      .footer--top--subscribe {
        margin: 0 0 33px 0;
        width: 100%; }
        /* line 1584, _index.scss */
        .footer--top--subscribe-row button {
          font-size: 14px;
          line-height: 17px; }
      /* line 1591, _index.scss */
      .footer--top--payments {
        display: none;
        margin: 0 0 0 0; }
        /* line 1595, _index.scss */
        .footer--top--payments--item {
          display: none;
          margin: 0 10px; }
          /* line 1599, _index.scss */
          .footer--top--payments--item:nth-of-type(1), .footer--top--payments--item:nth-of-type(2) {
            display: block; }
          /* line 1604, _index.scss */
          .footer--top--payments--item svg {
            height: 40px; }
      /* line 1610, _index.scss */
      .footer--top--socials {
        display: none;
        margin: 0 0 0 0; }
        /* line 1614, _index.scss */
        .footer--top--socials--link {
          margin: 0 5px;
          height: 35.5px; }
          /* line 1618, _index.scss */
          .footer--top--socials--link img {
            height: 35.5px;
            -o-object-fit: contain;
            object-fit: contain; }
      /* line 1626, _index.scss */
      .footer--top--info__mb {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
        /* line 1646, _index.scss */
        .footer--top--info__mb > .footer--top--payments, .footer--top--info__mb > .footer--top--socials {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 40%;
          -ms-flex-preferred-size: 40%;
          flex-basis: 40%; }
          /* line 1654, _index.scss */
          .footer--top--info__mb > .footer--top--payments svg,
          .footer--top--info__mb > .footer--top--payments img, .footer--top--info__mb > .footer--top--socials svg,
          .footer--top--info__mb > .footer--top--socials img {
            height: 30px; }
          /* line 1659, _index.scss */
          .footer--top--info__mb > .footer--top--payments .footer--top--payments--item, .footer--top--info__mb > .footer--top--socials .footer--top--payments--item {
            width: inherit; }
        /* line 1663, _index.scss */
        .footer--top--info__mb .footer--top--title {
          line-height: 0; }
    /* line 1670, _index.scss */
    .footer--bottom--copyright {
      text-align: left; } }
@media screen and (max-width: 375px) {
  /* line 1682, _index.scss */
  .footer--top--subscribe-row button {
    padding: 12px 4px;
    font-size: 12px;
    line-height: 15px; } }
/* line 1693, _index.scss */
.mobile--footer {
  display: none; }
  /* line 1696, _index.scss */
  .mobile--footer--block {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 5px 11px 5px; }
  /* line 1711, _index.scss */
  .mobile--footer--item {
    text-align: center; }
    /* line 1714, _index.scss */
    .mobile--footer--item__search {
      margin: 0 30px 0 0; }
    /* line 1718, _index.scss */
    .mobile--footer--item--text {
      margin: 7px 0 0 0;
      font-style: normal;
      font-weight: normal;
      font-size: 12px;
      line-height: 15px;
      color: #fff; }
    /* line 1728, _index.scss */
    .mobile--footer--item:first-of-type .mobile--footer--item--text {
      color: #fff; }

@media (max-width: 992px) {
  /* line 1735, _index.scss */
  .mobile--footer {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #86A58B;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.6);
    box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.6); }

  /* line 1746, _index.scss */
  .foter-disp-mob-none {
    display: none; } }
/* line 1751, _index.scss */
.phone.in-header {
  margin: 0 10px; }

/* line 1755, _index.scss */
.request__call {
  margin: 0 20px 0 10px; }

/* line 1759, _index.scss */
.new--main-banner--text {
  display: none; }

/* line 1763, _index.scss */
.promo--arrow {
  bottom: 0;
  top: auto;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 80px;
  height: 80px;
  background-color: #79927d;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important; }
  /* line 1778, _index.scss */
  .promo--arrow:hover, .promo--arrow:focus {
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  /* line 1786, _index.scss */
  .promo--arrow.swiper-button-disabled {
    opacity: 1;
    background-color: #86A58B; }
  /* line 1790, _index.scss */
  .promo--arrow-next {
    right: 0; }
  /* line 1793, _index.scss */
  .promo--arrow-prev {
    left: auto;
    right: 80px; }

@media screen and (max-width: 992px) {
  /* line 1800, _index.scss */
  .promo--arrow {
    width: 40px;
    height: 40px; }
    /* line 1803, _index.scss */
    .promo--arrow svg {
      width: 9.46px; }
    /* line 1806, _index.scss */
    .promo--arrow-prev {
      right: 40px; } }
/* line 2, _sub-index.scss */
.sub--about {
  margin: 0;
  padding: 53px 0 67px 0;
  background: #F4F4F4; }
  /* line 7, _sub-index.scss */
  .sub--about--block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 50px) 100px calc(50% - 50px);
    grid-template-columns: repeat(2, calc(50% - 50px));
    grid-gap: 100px; }
  /* line 15, _sub-index.scss */
  .sub--about--text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 28, _sub-index.scss */
  .sub--about--link {
    margin: 25px 0 0 0; }
    /* line 31, _sub-index.scss */
    .sub--about--link__mb {
      display: none; }
  /* line 36, _sub-index.scss */
  .sub--about--images {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.333% - 20px) 30px calc(33.333% - 20px) 30px calc(33.333% - 20px);
    grid-template-columns: repeat(3, calc(33.333% - 20px));
    grid-gap: 30px; }
    /* line 43, _sub-index.scss */
    .sub--about--images--item {
      display: -ms-grid;
      display: grid; }
      /* line 47, _sub-index.scss */
      .sub--about--images--item picture,
      .sub--about--images--item img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        height: 100%; }
      /* line 55, _sub-index.scss */
      .sub--about--images--item--imitate {
        background: #86A58B; }
      /* line 59, _sub-index.scss */
      .sub--about--images--item__first {
        -ms-grid-rows: 20% 18px calc(100% - 20% - 18px);
        grid-template-rows: 20% calc(100% - 20% - 18px);
        grid-gap: 18px; }
      /* line 65, _sub-index.scss */
      .sub--about--images--item__second {
        -ms-grid-rows: calc(100% - 11.2% - 13.5px) 13.5px 11.2%;
        grid-template-rows: calc(100% - 11.2% - 13.5px) 11.2%;
        grid-gap: 13.5px; }
      /* line 71, _sub-index.scss */
      .sub--about--images--item__third {
        grid-gap: 23px; }
  /* line 79, _sub-index.scss */
  .sub--about--title {
    margin: 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #1A1A1A; }
  /* line 89, _sub-index.scss */
  .sub--about--descr * {
    margin: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }

/* line 99, _sub-index.scss */
.sub--about__retail {
  display: grid;
  grid-template-columns: calc(100% - 112px - 568px) 568px;
  grid-gap: 112px; }
  /* line 104, _sub-index.scss */
  .sub--about__retail .sub--about--title {
    margin: 0 0 27px; }
  /* line 108, _sub-index.scss */
  .sub--about__retail .sub--about--descr {
    margin: 0 0 40px; }
  /* line 112, _sub-index.scss */
  .sub--about__retail .sub--about--block {
    grid-template-columns: 100%;
    grid-gap: 69px; }
    /* line 116, _sub-index.scss */
    .sub--about__retail .sub--about--block .sub--about--text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    /* line 122, _sub-index.scss */
    .sub--about__retail .sub--about--block .sub--about--images {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    /* line 128, _sub-index.scss */
    .sub--about__retail .sub--about--block .sub--about--images--item {
      max-height: 218px;
      overflow: hidden; }
    /* line 133, _sub-index.scss */
    .sub--about__retail .sub--about--block .sub--about--images--item__third {
      grid-template-columns: 100%; }

@media (max-width: 1300px) {
  /* line 142, _sub-index.scss */
  .sub--about__retail {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 112px - 428px) 52px 428px;
    grid-template-columns: calc(100% - 112px - 428px) 428px;
    grid-gap: 52px; } }
@media (max-width: 992px) {
  /* line 152, _sub-index.scss */
  .sub--about {
    margin: 0;
    padding: 7px 0;
    background-color: transparent; }
    /* line 157, _sub-index.scss */
    .sub--about--block {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
    /* line 163, _sub-index.scss */
    .sub--about--title {
      margin: 0 0 25px 0;
      text-align: center;
      font-size: 35px;
      line-height: 42px; }
    /* line 170, _sub-index.scss */
    .sub--about--descr * {
      font-size: 14px;
      line-height: 17px; }
    /* line 175, _sub-index.scss */
    .sub--about--images {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      max-width: 575px;
      width: 100%;
      margin: 0 auto;
      -ms-grid-columns: calc(33.333% - 11.66px) 17.5px calc(33.333% - 11.66px) 17.5px calc(33.333% - 11.66px);
      grid-template-columns: repeat(3, calc(33.333% - 11.66px));
      grid-gap: 17.5px; }
      /* line 187, _sub-index.scss */
      .sub--about--images--item__first {
        -ms-grid-rows: 20% 7px calc(100% - 20% - 7px);
        grid-template-rows: 20% calc(100% - 20% - 7px);
        grid-gap: 7px; }
      /* line 193, _sub-index.scss */
      .sub--about--images--item__second {
        -ms-grid-rows: calc(100% - 11.2% - 5px) 5px 11.2%;
        grid-template-rows: calc(100% - 11.2% - 5px) 11.2%;
        grid-gap: 5px; }
      /* line 199, _sub-index.scss */
      .sub--about--images--item__third {
        grid-gap: 8.8px; }
    /* line 205, _sub-index.scss */
    .sub--about--text {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
    /* line 212, _sub-index.scss */
    .sub--about--link__dk {
      display: none; }
    /* line 216, _sub-index.scss */
    .sub--about--link__mb {
      display: block;
      width: 100%;
      text-align: center;
      max-width: 575px;
      margin: 25px auto 0 auto; }
    /* line 224, _sub-index.scss */
    .sub--about__retail {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 50px; }
      /* line 229, _sub-index.scss */
      .sub--about__retail--form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      /* line 238, _sub-index.scss */
      .sub--about__retail .sub--about--title {
        margin: 0 0 25px 0; }
      /* line 242, _sub-index.scss */
      .sub--about__retail .sub--about--descr {
        margin: 0 0 0 0; }
      /* line 246, _sub-index.scss */
      .sub--about__retail .sub--about--block {
        grid-gap: 25px; }
      /* line 250, _sub-index.scss */
      .sub--about__retail--form form {
        width: 100%;
        min-width: 100%; } }
/* line 261, _sub-index.scss */
.sub--advantages {
  margin: 0 0 150px 0; }
  /* line 264, _sub-index.scss */
  .sub--advantages--header {
    margin: 0 0 108px 0;
    padding: 25px 25px 30px 87px;
    background: #F4F4F4; }
    /* line 269, _sub-index.scss */
    .sub--advantages--header a {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367;
      text-decoration: none;
      padding: 0 58px;
      border-right: 1px solid #E0E0E0; }
      /* line 281, _sub-index.scss */
      .sub--advantages--header a:first-of-type {
        padding-left: 0; }
      /* line 285, _sub-index.scss */
      .sub--advantages--header a:last-of-type {
        padding-right: 0;
        border-right: none; }
      /* line 290, _sub-index.scss */
      .sub--advantages--header a:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #86A58B; }
  /* line 297, _sub-index.scss */
  .sub--advantages--block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(25% - 7.5px) 10px calc(25% - 7.5px) 10px calc(25% - 7.5px) 10px calc(25% - 7.5px);
    grid-template-columns: repeat(4, calc(25% - 7.5px));
    grid-gap: 10px; }
  /* line 305, _sub-index.scss */
  .sub--advantages--item {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto 57px 65px;
    grid-template-rows: auto 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    grid-gap: 57px; }
    /* line 316, _sub-index.scss */
    .sub--advantages--item--image {
      max-width: 100px;
      margin: 0 auto;
      display: block;
      width: 100%; }
      /* line 322, _sub-index.scss */
      .sub--advantages--item--image svg {
        margin: 0 auto;
        display: block; }
    /* line 328, _sub-index.scss */
    .sub--advantages--item--title {
      max-width: 232px;
      margin: 0 auto 0 auto; }
      /* line 332, _sub-index.scss */
      .sub--advantages--item--title * {
        margin: 0;
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #5C6367; }

@media (max-width: 992px) {
  /* line 346, _sub-index.scss */
  .sub--advantages {
    margin: 0 0 50px 0; }
    /* line 349, _sub-index.scss */
    .sub--advantages--header {
      margin: 0 0 50px 0;
      padding: 18px 13px; }
      /* line 353, _sub-index.scss */
      .sub--advantages--header a {
        padding: 0 8px;
        font-size: 12px;
        line-height: 15px; }
    /* line 360, _sub-index.scss */
    .sub--advantages--block {
      -ms-grid-columns: calc(50% - 6px) 12px calc(50% - 6px);
      grid-template-columns: repeat(2, calc(50% - 6px));
      grid-gap: 42px 12px; }
    /* line 366, _sub-index.scss */
    .sub--advantages--item {
      -ms-grid-rows: auto 25px 65px;
      grid-template-rows: auto 65px;
      grid-gap: 25px; }
      /* line 372, _sub-index.scss */
      .sub--advantages--item--title * {
        font-size: 14px;
        line-height: 17px; } }
@media (max-width: 356px) {
  /* line 383, _sub-index.scss */
  .sub--advantages--header {
    padding: 10px 8px; }
    /* line 386, _sub-index.scss */
    .sub--advantages--header a {
      font-size: 10px;
      line-height: 13px; } }
/* line 396, _sub-index.scss */
.sub-collections {
  margin: 0 0 150px 0; }
  /* line 399, _sub-index.scss */
  .sub-collections--title, .sub-collections--subtitle {
    margin: 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    text-align: center;
    color: #1A1A1A;
    text-align: center; }
  /* line 410, _sub-index.scss */
  .sub-collections--title {
    margin: 0;
    font-size: 56px;
    line-height: 76px; }
  /* line 416, _sub-index.scss */
  .sub-collections--subtitle {
    display: block;
    font-size: 40px;
    line-height: 54px; }
  /* line 421, _sub-index.scss */
  .sub-collections__note {
    margin: 40px 0 0 0;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5C6367; }
  /* line 431, _sub-index.scss */
  .sub-collections--note {
    margin: 30px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
    /* line 448, _sub-index.scss */
    .sub-collections--note svg {
      margin: 0 19.5px 0 0; }

@media (max-width: 992px) {
  /* line 455, _sub-index.scss */
  .sub-collections {
    margin: 0 0 50px 0; }
    /* line 458, _sub-index.scss */
    .sub-collections--title {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin: 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 467, _sub-index.scss */
    .sub-collections__note {
      margin: 20px 0 0 0;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      font-size: 14px;
      line-height: 17px; }
    /* line 476, _sub-index.scss */
    .sub-collections__link {
      margin: 20px 0 0 0;
      width: 100%;
      max-width: 100%; }
    /* line 482, _sub-index.scss */
    .sub-collections--note {
      margin: 0 0 25px 0;
      -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
      order: 3;
      font-size: 14px;
      line-height: 17px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    /* line 495, _sub-index.scss */
    .sub-collections--subtitle {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      font-size: 20px;
      line-height: 24px; }
    /* line 515, _sub-index.scss */
    .sub-collections--header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
/* line 529, _sub-index.scss */
.sub-marketplaces {
  margin: 0 0 136px 0; }
  /* line 532, _sub-index.scss */
  .sub-marketplaces--title {
    margin: 0 0 50px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 543, _sub-index.scss */
  .sub-marketplaces--subtitile {
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5C6367; }
  /* line 553, _sub-index.scss */
  .sub-marketplaces--list {
    margin: 86px 0 0 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(3, 136px);
    grid-gap: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 565, _sub-index.scss */
  .sub-marketplaces--item a {
    text-decoration: none; }
  /* line 569, _sub-index.scss */
  .sub-marketplaces--item--title {
    margin: 14px 0 0 0;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #000000; }
  /* line 580, _sub-index.scss */
  .sub-marketplaces--item--image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
    /* line 589, _sub-index.scss */
    .sub-marketplaces--item--images {
      position: relative;
      width: 136px;
      height: 136px; }
    /* line 595, _sub-index.scss */
    .sub-marketplaces--item--image--hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      opacity: 0;
      visibility: hidden; }
    /* line 601, _sub-index.scss */
    .sub-marketplaces--item--image--main {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      opacity: 1;
      visibility: visible; }
  /* line 608, _sub-index.scss */
  .sub-marketplaces--item:hover {
    cursor: pointer; }
    /* line 612, _sub-index.scss */
    .sub-marketplaces--item:hover .sub-marketplaces--item--image--main {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      opacity: 0;
      visibility: hidden; }
    /* line 618, _sub-index.scss */
    .sub-marketplaces--item:hover .sub-marketplaces--item--image--hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      opacity: 1;
      visibility: visible; }

@media (max-width: 992px) {
  /* line 629, _sub-index.scss */
  .sub-marketplaces {
    margin: 0 0 50px 0; }
    /* line 632, _sub-index.scss */
    .sub-marketplaces--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 638, _sub-index.scss */
    .sub-marketplaces--subtitile {
      font-size: 14px;
      line-height: 17px; }
    /* line 643, _sub-index.scss */
    .sub-marketplaces--list {
      margin: 25px 0 0 0;
      -ms-grid-columns: 136px 30px 136px;
      grid-template-columns: repeat(2, 136px);
      grid-gap: 30px; } }
/* line 655, _sub-index.scss */
.certificates {
  margin: 0 0 150px 0; }
  /* line 658, _sub-index.scss */
  .certificates--title {
    margin: 0 0 30px 0;
    font-family: Petersburg;
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 669, _sub-index.scss */
  .certificates--subtitle {
    margin: 0 auto 14px;
    max-width: 963px;
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #787878; }
  /* line 681, _sub-index.scss */
  .certificates--link {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #86A58B;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    /* line 702, _sub-index.scss */
    .certificates--link svg:first-of-type {
      margin: 0 20px 0 0; }
    /* line 706, _sub-index.scss */
    .certificates--link svg:last-of-type {
      margin: 0 0 0 20px; }
    @media (min-width: 1024px) {
      /* line 711, _sub-index.scss */
      .certificates--link:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #6C8570; } }
    @media (max-width: 1024px) {
      /* line 718, _sub-index.scss */
      .certificates--link:focus {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        color: #6C8570; } }
  /* line 725, _sub-index.scss */
  .certificates--slider {
    margin: 70px 0;
    padding: 80px 80px; }
    @media (min-width: 993px) {
      /* line 730, _sub-index.scss */
      .certificates--slider .swiper-slide-next {
        -webkit-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3); } }
  /* line 740, _sub-index.scss */
  .certificates--slide-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 140%; }
    /* line 745, _sub-index.scss */
    .certificates--slide-wrapper img {
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      position: absolute;
      top: 0;
      left: 0; }
  /* line 757, _sub-index.scss */
  .certificates--more-link {
    margin: 0 auto; }

@media (max-width: 992px) {
  /* line 763, _sub-index.scss */
  .certificates {
    margin: 0 0 83px 0; }
    /* line 766, _sub-index.scss */
    .certificates--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 772, _sub-index.scss */
    .certificates--subtitle {
      margin: 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 778, _sub-index.scss */
    .certificates--link {
      display: none; }
    /* line 782, _sub-index.scss */
    .certificates--slider {
      padding: 0;
      margin: 25px 0; } }
@media (max-width: 675px) {
  /* line 791, _sub-index.scss */
  .certificates--slide {
    max-width: 272px;
    margin: 0 auto; } }
@media (max-width: 425px) {
  /* line 800, _sub-index.scss */
  .certificates--slide {
    max-width: 222px; } }
/* line 808, _sub-index.scss */
.sub-projects {
  margin: 0 0 150px 0; }
  /* line 811, _sub-index.scss */
  .sub-projects--title {
    margin: 0 0 40px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #1A1A1A;
    text-align: center; }
  /* line 822, _sub-index.scss */
  .sub-projects--subtitle {
    margin: 0 0 40px 0;
    font-family: 'Petersburg';
    display: block;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #5C6367; }
  /* line 834, _sub-index.scss */
  .sub-projects--note {
    margin: 0 0 20px 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5C6367; }
    /* line 842, _sub-index.scss */
    .sub-projects--note p {
      margin: 0 0 20px 0; }
      /* line 844, _sub-index.scss */
      .sub-projects--note p:last-of-type {
        margin: 0; }
  /* line 851, _sub-index.scss */
  .sub-projects--full--item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 75px - 45%) 75px 45%;
    grid-template-columns: calc(100% - 75px - 45%) 45%;
    grid-gap: 75px;
    max-width: 1064px;
    margin: 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 863, _sub-index.scss */
    .sub-projects--full--item--title {
      margin: 0 0 36px 0;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      text-transform: uppercase;
      color: #1A1A1A; }
    /* line 873, _sub-index.scss */
    .sub-projects--full--item--descr {
      margin: 0 0 0 0; }
    /* line 877, _sub-index.scss */
    .sub-projects--full--item--descr * {
      margin: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
    /* line 886, _sub-index.scss */
    .sub-projects--full--item--link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      /* line 901, _sub-index.scss */
      .sub-projects--full--item--link svg {
        margin: 4px 0 0 10px; }
  /* line 907, _sub-index.scss */
  .sub-projects--full--buttons {
    margin: 40px 0 0 0; }
  /* line 913, _sub-index.scss */
  .sub-projects--half--block {
    display: grid;
    grid-template-columns: 50% calc(50% - 71px);
    grid-gap: 71px; }
  /* line 919, _sub-index.scss */
  .sub-projects--half--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 931, _sub-index.scss */
    .sub-projects--half--item--text {
      margin: 31px 0 0 0; }
  /* line 938, _sub-index.scss */
  .sub-projects--form-wrapper .new--form--title {
    margin: 0 0 47px 0;
    font-size: 30px;
    line-height: 41px; }
  /* line 944, _sub-index.scss */
  .sub-projects--form-wrapper .new--form--row--solo {
    margin: 0 0 30px 0; }

@media (max-width: 992px) {
  /* line 951, _sub-index.scss */
  .sub-projects {
    margin: 0 0 50px 0; }
    /* line 954, _sub-index.scss */
    .sub-projects--title {
      margin: 0 0 0 0;
      font-size: 28px;
      line-height: 38px; }
    /* line 960, _sub-index.scss */
    .sub-projects--subtitle {
      margin: 0 0 20px 0;
      font-size: 20px;
      line-height: 27px; }
    /* line 966, _sub-index.scss */
    .sub-projects--note {
      font-size: 14px;
      line-height: 17px; }
    /* line 972, _sub-index.scss */
    .sub-projects--full--item {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 25px; }
      /* line 977, _sub-index.scss */
      .sub-projects--full--item--image {
        margin: 0 auto;
        display: block; }
      /* line 982, _sub-index.scss */
      .sub-projects--full--item--descr {
        margin: 0 0 25px 0; }
      /* line 986, _sub-index.scss */
      .sub-projects--full--item--descr * {
        font-size: 14px;
        line-height: 17px;
        text-align: center; }
      /* line 992, _sub-index.scss */
      .sub-projects--full--item--title {
        margin: 0 0 25px 0;
        font-size: 16px;
        line-height: 20px;
        text-align: center; }
      /* line 999, _sub-index.scss */
      .sub-projects--full--item--link {
        margin: 0 auto 29px auto; }
    /* line 1004, _sub-index.scss */
    .sub-projects--full--buttons {
      margin: 20px 0 0 0; }
      /* line 1006, _sub-index.scss */
      .sub-projects--full--buttons a {
        width: 100%; }
      /* line 1011, _sub-index.scss */
      .sub-projects--full--buttons button svg {
        width: 9.9px;
        margin: 0 0 0 7.19px !important; }
    /* line 1020, _sub-index.scss */
    .sub-projects--half--block {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 50px; }
    /* line 1026, _sub-index.scss */
    .sub-projects--half--form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 1042, _sub-index.scss */
    .sub-projects--form-wrapper .new--form--title {
      margin: 0 0 25px 0;
      font-size: 25px;
      line-height: 34px; }
    /* line 1048, _sub-index.scss */
    .sub-projects--form-wrapper .new--form--row--solo {
      margin: 0 0 25px 0; } }
@media (max-width: 359px) {
  /* line 1061, _sub-index.scss */
  .sub-projects--full--buttons a,
  .sub-projects--full--buttons button {
    padding: 10px; }
  /* line 1067, _sub-index.scss */
  .sub-projects--full--buttons a svg {
    width: 7px;
    margin: 0 4px 0 0 !important; }
  /* line 1074, _sub-index.scss */
  .sub-projects--full--buttons button svg {
    width: 7px;
    margin: 0 0 0 4px !important; } }
/* line 1086, _sub-index.scss */
.how-buy {
  margin: 0 0 150px 0; }
  /* line 1089, _sub-index.scss */
  .how-buy__title {
    margin: 0 0 50px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    color: #1A1A1A; }
  /* line 1099, _sub-index.scss */
  .how-buy--block {
    padding: 51px 70px 110px 87px;
    background: #F3FAF6; }
  /* line 1111, _sub-index.scss */
  .how-buy__title {
    margin: 0;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px; }
  /* line 1119, _sub-index.scss */
  .how-buy--text--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 0 50px 0; }
    /* line 1126, _sub-index.scss */
    .how-buy--text--item--icon {
      margin: 0 50px 0 0; }
      /* line 1129, _sub-index.scss */
      .how-buy--text--item--icon img {
        width: 100px;
        height: 100px;
        max-width: 100px; }
    /* line 1136, _sub-index.scss */
    .how-buy--text--item--count {
      margin: 0 18px 0 0; }
      /* line 1139, _sub-index.scss */
      .how-buy--text--item--count span {
        font-family: 'Petersburg';
        font-style: normal;
        font-weight: normal;
        font-size: 35px;
        line-height: 47px;
        text-align: center;
        color: #5C6367; }
    /* line 1151, _sub-index.scss */
    .how-buy--text--item--content span {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
  /* line 1162, _sub-index.scss */
  .how-buy__note {
    display: inline-block;
    margin: 0 0 0 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1A1A1A; }
  /* line 1172, _sub-index.scss */
  .how-buy__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    /* line 1185, _sub-index.scss */
    .how-buy__item .new--form--row--solo:last-of-type {
      margin: 0; }
  /* line 1191, _sub-index.scss */
  .how-buy__form {
    display: grid;
    grid-template-columns: repeat(3, calc(33.333% - 40px));
    grid-gap: 0 60px; }
    /* line 1196, _sub-index.scss */
    .how-buy__form input,
    .how-buy__form .new--form--burger {
      padding: 6px !important; }

@media screen and (max-width: 1024px) {
  /* line 1204, _sub-index.scss */
  .how-buy {
    margin: 0 0 50px 0; }
    /* line 1206, _sub-index.scss */
    .how-buy__form {
      grid-template-columns: 100%;
      grid-gap: 0; }
      /* line 1210, _sub-index.scss */
      .how-buy__form .new--form--row--solo {
        margin-bottom: 25px; }
      /* line 1214, _sub-index.scss */
      .how-buy__form .new--form--burgerб input {
        padding: 10px; }
    /* line 1219, _sub-index.scss */
    .how-buy__item .new--form--row--solo:last-of-type {
      margin-bottom: 25px; }
    /* line 1223, _sub-index.scss */
    .how-buy--block {
      padding: 26px 36px 30px 36px; }
    /* line 1226, _sub-index.scss */
    .how-buy__title {
      margin: 0 0 25px 0;
      font-size: 25px;
      line-height: 34px; } }
/* line 1236, _sub-index.scss */
.sub-guidelines {
  margin: 0 0 150px 0;
  padding: 63px 0 55px 0;
  background: #F4F4F4; }
  /* line 1241, _sub-index.scss */
  .sub-guidelines--title {
    margin: 0 0 30px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: normal;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 1252, _sub-index.scss */
  .sub-guidelines--subtitle {
    margin: 0 auto 50px auto;
    display: block;
    font-style: normal;
    max-width: 963px;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #787878; }

@media (max-width: 992px) {
  /* line 1267, _sub-index.scss */
  .sub-guidelines {
    margin: 0 0 50px 0;
    padding: 25px 0 35px 0; }
    /* line 1271, _sub-index.scss */
    .sub-guidelines--slider {
      padding: 0 0 35px 0; }
    /* line 1275, _sub-index.scss */
    .sub-guidelines--title {
      margin: 0 0 25px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 1281, _sub-index.scss */
    .sub-guidelines--subtitle {
      margin: 0 0 34px 0;
      font-size: 14px;
      line-height: 17px; } }
/* line 1, _cart.scss */
.cart--block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(100% - 25.8% - 88px) 88px 25.8%;
  grid-template-columns: calc(100% - 25.8% - 88px) 25.8%;
  grid-gap: 88px; }
  /* line 8, _cart.scss */
  .cart--block--buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px 0; }
  /* line 19, _cart.scss */
  .cart--block--discounts, .cart--block--total {
    padding: 32px 25px;
    background: #F4F4F4; }
  /* line 24, _cart.scss */
  .cart--block--discounts {
    margin: 0 0 30px 0; }
    /* line 27, _cart.scss */
    .cart--block--discounts--title {
      display: block;
      margin: 0 0 23px 0;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1A1A1A; }
    /* line 37, _cart.scss */
    .cart--block--discounts--row {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: calc(100% - 60px) 0 60px;
      grid-template-columns: calc(100% - 60px) 60px;
      grid-gap: 0; }
    /* line 45, _cart.scss */
    .cart--block--discounts--btn {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      padding: 22px;
      border: none;
      outline: none;
      background-color: #86A58B; }
      /* line 52, _cart.scss */
      .cart--block--discounts--btn:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background-color: #6C8570; }
  /* line 59, _cart.scss */
  .cart--block--item {
    margin: 0 10px 50px 10px;
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 30px calc(100% - 120px - 30px);
    grid-template-columns: 120px calc(100% - 120px - 30px);
    grid-gap: 30px; }
    /* line 68, _cart.scss */
    .cart--block--item:last-of-type {
      margin: 0 10px 50px 10px; }
    /* line 72, _cart.scss */
    .cart--block--item--info {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 44.44% auto auto;
      grid-template-columns: 44.44% auto auto;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 86, _cart.scss */
    .cart--block--item--title a {
      display: block;
      margin: 0 0 15px 0;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 27px;
      color: #1B1B1B; }
    /* line 96, _cart.scss */
    .cart--block--item--title--string {
      margin: 0 0 5px 0;
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 55% 450%;
      grid-template-columns: 55% 45%; }
      /* line 103, _cart.scss */
      .cart--block--item--title--string--title {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #5C6367; }
      /* line 111, _cart.scss */
      .cart--block--item--title--string--value {
        font-style: normal;
        font-weight: normal;
        font-size: 18px;
        line-height: 30px;
        color: #1A1A1A; }
    /* line 121, _cart.scss */
    .cart--block--item--total_price {
      font-family: 'Petersburg';
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 41px;
      color: #86A58B; }
      /* line 129, _cart.scss */
      .cart--block--item--total_price__mb {
        display: none; }
    /* line 134, _cart.scss */
    .cart--block--item--delete {
      position: absolute;
      right: 0;
      bottom: 0; }
      /* line 139, _cart.scss */
      .cart--block--item--delete svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s; }
      @media (min-width: 1024px) {
        /* line 144, _cart.scss */
        .cart--block--item--delete:hover svg path {
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          stroke: #E0E0E0; } }
      @media (max-width: 1023px) {
        /* line 151, _cart.scss */
        .cart--block--item--delete:focus svg path {
          -webkit-transition: all .2s;
          -o-transition: all .2s;
          transition: all .2s;
          stroke: #E0E0E0; } }
    /* line 158, _cart.scss */
    .cart--block--item--image {
      position: relative; }
  /* line 164, _cart.scss */
  .cart--block--total--header {
    margin: 0 0 22px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 178, _cart.scss */
    .cart--block--total--header--items p, .cart--block--total--header--items span, .cart--block--total--header--sum p, .cart--block--total--header--sum span {
      margin: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1A1A1A; }
  /* line 189, _cart.scss */
  .cart--block--total--middle {
    margin: 0 0 31px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 202, _cart.scss */
    .cart--block--total--middle--title p {
      margin: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 26px;
      line-height: 32px;
      text-transform: uppercase;
      color: #1A1A1A; }
    /* line 212, _cart.scss */
    .cart--block--total--middle--value p {
      margin: 0;
      font-family: 'Petersburg';
      font-style: normal;
      font-weight: bold;
      font-size: 30px;
      line-height: 30px;
      color: #86A58B; }
  /* line 223, _cart.scss */
  .cart--block--total--submit {
    display: block;
    padding: 12px;
    width: 100%;
    text-align: center; }
  /* line 230, _cart.scss */
  .cart--block--total--row {
    margin: 0 0 20px 0; }
  /* line 234, _cart.scss */
  .cart--block--total--label {
    padding-left: 38px;
    position: relative; }
    /* line 238, _cart.scss */
    .cart--block--total--label--inpt {
      display: none; }
    /* line 242, _cart.scss */
    .cart--block--total--label--title {
      font-style: normal;
      font-weight: normal;
      font-size: 14px;
      line-height: 17px;
      color: #5C6367; }
    /* line 250, _cart.scss */
    .cart--block--total--label--squre {
      position: absolute;
      width: 16px;
      height: 16px;
      background: #E0E0E0;
      left: 0;
      top: 6px; }
      /* line 259, _cart.scss */
      .cart--block--total--label--squre.is-checked:after {
        position: absolute;
        content: '';
        display: inline-block;
        left: 0px;
        top: 0;
        width: 100%;
        height: 100%;
        background: url("label-checked.png");
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: 70%;
        background-color: #86A58B; }

@media (max-width: 992px) {
  /* line 280, _cart.scss */
  .cart--block {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 50px; }
    /* line 286, _cart.scss */
    .cart--block--item--total_price {
      font-size: 25px;
      line-height: 34px; }
    /* line 292, _cart.scss */
    .cart--block--item--title a {
      font-size: 16px;
      line-height: 20px; }
    /* line 298, _cart.scss */
    .cart--block--item--title--string--title {
      font-size: 14px;
      line-height: 17px; }
    /* line 303, _cart.scss */
    .cart--block--item--title--string--value {
      text-align: right;
      font-size: 14px;
      line-height: 17px; } }
@media (max-width: 768px) {
  /* line 323, _cart.scss */
  .cart-items {
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 30px; }

  /* line 328, _cart.scss */
  .cart--block--item {
    -ms-grid-columns: calc(50% - 5.5px) 11px calc(50% - 5.5px);
    grid-template-columns: repeat(2, calc(50% - 5.5px));
    grid-gap: 20px; }
    /* line 333, _cart.scss */
    .cart--block--item--info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    /* line 350, _cart.scss */
    .cart--block--item--image picture, .cart--block--item--image img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%; }
    /* line 359, _cart.scss */
    .cart--block--item--total_price__mb {
      display: block; }
    /* line 363, _cart.scss */
    .cart--block--item--total_price__dk {
      display: none; }
    /* line 368, _cart.scss */
    .cart--block--item--title {
      margin: 0 0 5px 0; }
      /* line 371, _cart.scss */
      .cart--block--item--title a {
        margin: 0 0 5px 0; }
      /* line 374, _cart.scss */
      .cart--block--item--title--string {
        margin: 0 0 5px 0; }
    /* line 379, _cart.scss */
    .cart--block--item--info {
      grid-gap: 5px;
      -ms-grid-columns: 100%;
      grid-template-columns: 100%; }
  /* line 386, _cart.scss */
  .cart--block--discounts {
    padding: 18px 17px 26px 17px;
    margin: 0 0 18px 0; }
    /* line 390, _cart.scss */
    .cart--block--discounts--title {
      margin: 0 0 25px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 396, _cart.scss */
    .cart--block--discounts--btn {
      padding: 0;
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  /* line 404, _cart.scss */
  .cart--block--total {
    padding: 31px 17px 33px 17px; }
    /* line 407, _cart.scss */
    .cart--block--total--header {
      margin: 0 0 5px 0; }
      /* line 410, _cart.scss */
      .cart--block--total--header--items p, .cart--block--total--header--items span, .cart--block--total--header--sum p, .cart--block--total--header--sum span {
        font-size: 14px;
        line-height: 17px; }
    /* line 417, _cart.scss */
    .cart--block--total--middle {
      margin: 0 0 12px 0; }
      /* line 420, _cart.scss */
      .cart--block--total--middle--title p {
        font-size: 18px;
        line-height: 25px; }
      /* line 425, _cart.scss */
      .cart--block--total--middle--value p {
        font-size: 25px;
        line-height: 25px; }
    /* line 431, _cart.scss */
    .cart--block--total--submit {
      padding: 10px;
      font-size: 14px;
      line-height: 17px; }
    /* line 438, _cart.scss */
    .cart--block--total--label--title {
      font-size: 14px;
      line-height: 17px; }
  /* line 445, _cart.scss */
  .cart--block--row {
    margin: 0 0 25px 0; } }
@media (max-width: 425px) {
  /* line 455, _cart.scss */
  .cart--block--item--quantity .quantity-input {
    padding: 0 10.5px;
    width: 59px; } }
/* line 3, _collection.scss */
.collection--maincontent--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
/* line 13, _collection.scss */
.collection--maincontent--btn {
  padding: 0;
  border: 0;
  background-color: transparent; }
  /* line 18, _collection.scss */
  .collection--maincontent--btn svg path {
    stroke: #E0E0E0;
    fill: #E0E0E0; }
  /* line 26, _collection.scss */
  .collection--maincontent--btn.is-active svg path {
    fill: #86A58B;
    stroke: #86A58B; }
  /* line 34, _collection.scss */
  .collection--maincontent--btn__grid {
    margin: 0 21.6px 0 0; }
/* line 39, _collection.scss */
.collection--maincontent--header {
  margin: 0 0 45px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 57, _collection.scss */
.collection--page {
  padding: 0 0 200px 0; }
/* line 62, _collection.scss */
.collection--mobile--header {
  display: none; }
/* line 68, _collection.scss */
.collection-filter--wrapper {
  padding: 20px 16px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box; }
/* line 74, _collection.scss */
.collection-filter--btn {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 10px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 97, _collection.scss */
  .collection-filter--btn svg {
    display: block;
    margin: 0 0 0 15px; }
  /* line 102, _collection.scss */
  .collection-filter--btn__sbmt {
    margin: 17px 0 0 0;
    background: #86A58B;
    box-shadow: 0px 1px 10px #BDBDBD;
    color: #fff; }
    /* line 108, _collection.scss */
    .collection-filter--btn__sbmt:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #6C8570; }
  /* line 114, _collection.scss */
  .collection-filter--btn__clear {
    margin: 20px 0 0 0;
    color: #5C6367;
    background: #F4F4F4; }
    /* line 119, _collection.scss */
    .collection-filter--btn__clear:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #86A58B;
      color: #fff; }
      /* line 125, _collection.scss */
      .collection-filter--btn__clear:hover svg path {
        stroke: #fff; }
/* line 134, _collection.scss */
.collection-filter--item__price.is-tab-active {
  padding: 20px 10px 14px 9px; }
/* line 138, _collection.scss */
.collection-filter--item--title {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #1A1A1A;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }
/* line 151, _collection.scss */
.collection-filter--show-btn {
  position: relative;
  padding: 15px 40px 16px 39px;
  text-align: center;
  background: #F4F4F4;
  border: none;
  max-height: 50px; }
  /* line 159, _collection.scss */
  .collection-filter--show-btn span {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5C6367; }
  /* line 167, _collection.scss */
  .collection-filter--show-btn svg {
    position: absolute;
    top: 12px;
    left: 15px; }
  /* line 173, _collection.scss */
  .collection-filter--show-btn:focus {
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #6C8570; }
/* line 182, _collection.scss */
.collection--categories--block {
  margin: 0 0 50px 0; }
/* line 186, _collection.scss */
.collection--categories--item {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
  display: block;
  padding: 10px 30px 10px 12px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5C6367;
  background-color: transparent;
  border-bottom: 1px solid #F2F2F2; }
  /* line 199, _collection.scss */
  .collection--categories--item.current--collection {
    background-color: #86A58B;
    color: #fff; }
    @media (min-width: 1024px) {
      /* line 205, _collection.scss */
      .collection--categories--item.current--collection svg path {
        fill: #fff;
        stroke: #fff; } }
    @media (min-width: 1024px) {
      /* line 212, _collection.scss */
      .collection--categories--item.current--collection:hover {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        background-color: #6C8570; } }
  /* line 219, _collection.scss */
  .collection--categories--item--trigger {
    position: absolute;
    top: 0;
    right: 5px;
    width: 14px;
    height: 100%;
    border: none;
    outline: none;
    background: transparent; }
    /* line 229, _collection.scss */
    .collection--categories--item--trigger span, .collection--categories--item--trigger strong {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 251, _collection.scss */
    .collection--categories--item--trigger strong {
      opacity: 0;
      visibility: hidden; }
    /* line 257, _collection.scss */
    .collection--categories--item--trigger.is-button-active span {
      opacity: 0;
      visibility: hidden; }
    /* line 262, _collection.scss */
    .collection--categories--item--trigger.is-button-active strong {
      opacity: 1;
      visibility: visible; }
  /* line 269, _collection.scss */
  .collection--categories--item__sub {
    padding-left: 25px; }
  @media (min-width: 1024px) {
    /* line 273, _collection.scss */
    .collection--categories--item:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background-color: #86A58B;
      color: #fff; }
      /* line 279, _collection.scss */
      .collection--categories--item:hover svg path {
        fill: #fff;
        stroke: #fff; } }
/* line 288, _collection.scss */
.collection--categories--btn {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #86A58B;
  box-shadow: 0px 1px 10px rgba(189, 189, 189, 0.6);
  outline: none; }
  /* line 297, _collection.scss */
  .collection--categories--btn:focus {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #6C8570;
    outline: none; }
  /* line 303, _collection.scss */
  .collection--categories--btn span, .collection--categories--btn:before, .collection--categories--btn:after {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    content: '';
    width: 22.5px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 12px; }
  /* line 313, _collection.scss */
  .collection--categories--btn span {
    top: calc(50% - 1px); }
  /* line 317, _collection.scss */
  .collection--categories--btn:before {
    top: 15px; }
  /* line 321, _collection.scss */
  .collection--categories--btn:after {
    bottom: 15px; }
  /* line 326, _collection.scss */
  .collection--categories--btn.opened span {
    display: none; }
  /* line 330, _collection.scss */
  .collection--categories--btn.opened:before, .collection--categories--btn.opened:after {
    top: calc(50% - 1px); }
  /* line 334, _collection.scss */
  .collection--categories--btn.opened:before {
    -webkit-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    transform: rotate(125deg); }
  /* line 340, _collection.scss */
  .collection--categories--btn.opened:after {
    -webkit-transform: rotate(-125deg);
    -ms-transform: rotate(-125deg);
    transform: rotate(-125deg); }
/* line 348, _collection.scss */
.collection--categories--header {
  display: none;
  margin: 0 0 12px 0;
  -ms-grid-columns: 50px 14px calc(100% - 14px - 50px);
  grid-template-columns: 50px calc(100% - 14px - 50px);
  grid-gap: 14px; }
/* line 356, _collection.scss */
.collection--categories--current {
  padding: 17px 16px 16px 16px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5C6367;
  background-color: #F3FAF6; }
/* line 370, _collection.scss */
.collection--content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 242px 120px calc(100% - 120px - 242px);
  grid-template-columns: 242px calc(100% - 120px - 242px);
  grid-gap: 115px; }
/* line 378, _collection.scss */
.collection--list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(33.33% - 7.33px) 11px calc(33.33% - 7.33px) 11px calc(33.33% - 7.33px);
  grid-template-columns: repeat(3, calc(33.33% - 7.33px));
  grid-gap: 5px 11px; }
/* line 386, _collection.scss */
.collection--footer {
  margin: 20px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 402, _collection.scss */
  .collection--footer__show-more {
    padding: 15px 93px; }

/* line 408, _collection.scss */
.collection-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 421, _collection.scss */
  .collection-order-wrapper > span {
    margin: 0 17px 0 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #BDBDBD; }
  /* line 430, _collection.scss */
  .collection-order-wrapper .orders-radio-control {
    padding: 0 10px 0 10px;
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px; }
    /* line 438, _collection.scss */
    .collection-order-wrapper .orders-radio-control::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      height: 13px;
      width: 1px;
      background: #BDBDBD; }
    @media (min-width: 1024px) {
      /* line 452, _collection.scss */
      .collection-order-wrapper .orders-radio-control:hover {
        color: #6C8570; } }
    @media (max-width: 1023px) {
      /* line 458, _collection.scss */
      .collection-order-wrapper .orders-radio-control:focus {
        color: #6C8570; } }
  /* line 464, _collection.scss */
  .collection-order-wrapper .slct {
    padding: 0 25px 0 13px;
    border: none; }
  /* line 471, _collection.scss */
  .collection-order-wrapper .orders-radio:last-of-type .orders-radio-control::after {
    display: none; }
  /* line 476, _collection.scss */
  .collection-order-wrapper .orders-radio.is-checked .orders-radio-control {
    color: #86A58B; }

@media (max-width: 1200px) {
  /* line 485, _collection.scss */
  .collection--list {
    -ms-grid-columns: calc(50% - 5.5px) 11px calc(50% - 5.5px);
    grid-template-columns: repeat(2, calc(50% - 5.5px));
    grid-gap: 5px 11px; } }
@media (max-width: 1199px) {
  /* line 495, _collection.scss */
  .collection--list {
    padding: 0; }
  /* line 499, _collection.scss */
  .collection--footer {
    margin: 20px 0 0 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    /* line 504, _collection.scss */
    .collection--footer__show-more {
      margin: 0 0 25px 0;
      padding: 10px;
      display: block;
      order: 1;
      width: 100%;
      flex-basis: 100%;
      text-align: center; }
    /* line 514, _collection.scss */
    .collection--footer .pagination {
      order: 2; }
    /* line 518, _collection.scss */
    .collection--footer .collection-order-wrapper {
      order: 3; } }
@media (max-width: 992px) {
  /* line 527, _collection.scss */
  .collection--content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0; }
  /* line 533, _collection.scss */
  .collection--sidebar {
    display: none; }
  /* line 537, _collection.scss */
  .collection--categories--header {
    display: -ms-grid;
    display: grid; }
  /* line 542, _collection.scss */
  .collection--categories--block {
    margin: 0 0 12px 0; }
  /* line 546, _collection.scss */
  .collection--categories--list {
    padding: 14.7px 22px 19.3px 22px;
    display: none;
    background-color: #F3FAF6; }
  /* line 552, _collection.scss */
  .collection--categories--item {
    padding: 7.5px 0;
    font-size: 14px;
    line-height: 17px;
    color: #5C6367;
    background-color: transparent; }
    /* line 559, _collection.scss */
    .collection--categories--item.current--collection {
      background-color: transparent;
      font-weight: 700;
      color: #5C6367; }
  /* line 568, _collection.scss */
  .collection--mobile--header {
    display: block;
    margin: 0 0 12px 0; }
    /* line 572, _collection.scss */
    .collection--mobile--header__bottom {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: calc(50% - 5px) 10px calc(50% - 5px);
      grid-template-columns: repeat(2, calc(50% - 5px));
      grid-gap: 10px; }
      /* line 579, _collection.scss */
      .collection--mobile--header__bottom__long {
        -ms-grid-columns: 100%;
        grid-template-columns: 100%;
        grid-gap: 0; }
  /* line 588, _collection.scss */
  .collection--mobile--order--button {
    position: relative;
    padding: 16px;
    text-align: center;
    background: #F4F4F4;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    color: #5C6367;
    height: 100%;
    max-height: 50px;
    width: 100%; }
    /* line 602, _collection.scss */
    .collection--mobile--order--button svg {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s; }
    /* line 607, _collection.scss */
    .collection--mobile--order--button.is-button-active svg {
      transform: rotate(-180deg); }
  /* line 613, _collection.scss */
  .collection--mobile--order .collection-orders {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 623, _collection.scss */
  .collection--mobile--order--container {
    padding: 6px;
    margin-left: calc(100vw * -0.5); }
    /* line 627, _collection.scss */
    .collection--mobile--order--container form > span {
      display: none; }
    /* line 631, _collection.scss */
    .collection--mobile--order--container .orders-radio-control:after {
      display: none; }
  /* line 639, _collection.scss */
  .collection--footer .pagination {
    margin: 0 auto; }
  /* line 643, _collection.scss */
  .collection--footer .collection-order-wrapper {
    display: none; }
  /* line 648, _collection.scss */
  .collection--page {
    padding: 0 0 50px 0; }
  /* line 653, _collection.scss */
  .collection--maincontent--header {
    display: none; }
  /* line 656, _collection.scss */
  .collection--maincontent--btns {
    display: none; }
  /* line 661, _collection.scss */
  .collection-filter {
    padding-top: 30px; } }
/* line 694, _collection.scss */
.collection--list__long {
  display: none;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  grid-gap: 4px; }
  /* line 700, _collection.scss */
  .collection--list__long .card {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 257px 75px calc(100% - 257px - 75px);
    grid-template-columns: 257px calc(100% - 257px - 75px);
    grid-gap: 75px; }
    /* line 707, _collection.scss */
    .collection--list__long .card--string--item {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 45% 550%;
      grid-template-columns: 45% 55%; }
    /* line 714, _collection.scss */
    .collection--list__long .card--title {
      display: block;
      margin: 0 0 26px 0;
      font-style: normal;
      font-weight: normal;
      font-size: 22px;
      line-height: 27px;
      color: #1B1B1B; }
    /* line 724, _collection.scss */
    .collection--list__long .card-action {
      padding: 43px 0px 46px 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 731, _collection.scss */
      .collection--list__long .card-action .green-button {
        height: 100%; }
      /* line 736, _collection.scss */
      .collection--list__long .card-action--btns__right {
        display: flex;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        align-items: center; }
    /* line 747, _collection.scss */
    .collection--list__long .card--btn-icon {
      margin: 0; }
      /* line 749, _collection.scss */
      .collection--list__long .card--btn-icon:first-of-type {
        margin-right: 15px; }
    /* line 754, _collection.scss */
    .collection--list__long .card--btns-block {
      margin: 0 0 0 17px;
      position: relative;
      top: auto;
      left: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }

/* line 769, _collection.scss */
.card--mark {
  position: absolute;
  top: 26px;
  right: 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content; }
  /* line 777, _collection.scss */
  .card--mark span {
    margin: 0;
    padding: 9px 24px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: bold;
    font-size: 17.0847px;
    line-height: 20px;
    color: #FFFFFF;
    border-radius: 142.373px;
    display: block;
    text-transform: uppercase; }
  /* line 790, _collection.scss */
  .card--mark p {
    margin: 0;
    padding: 0; }
  @media (max-width: 992px) {
    /* line 769, _collection.scss */
    .card--mark {
      top: 55px; }
      /* line 798, _collection.scss */
      .card--mark span {
        padding: 6px 11px;
        font-size: 12px;
        line-height: 16px; } }

/* line 808, _collection.scss */
.collection--guidelines--list {
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: calc(50% - 25px) 50px calc(50% - 25px);
  grid-template-columns: repeat(2, calc(50% - 25px)); }

@media (max-width: 768px) {
  /* line 818, _collection.scss */
  .collection--guidelines--list {
    display: -ms-grid;
    display: grid;
    grid-gap: 25px 10px;
    -ms-grid-columns: calc(50% - 5px) 10px calc(50% - 5px);
    grid-template-columns: repeat(2, calc(50% - 5px)); } }
/* line 3, _product.scss */
.product--top {
  margin: 50px 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50.4% 7.2% calc(100% - 7.2% - 50.4%);
  grid-template-columns: 50.4% calc(100% - 7.2% - 50.4%);
  grid-gap: 7.2%; }
  /* line 11, _product.scss */
  .product--top__quick {
    margin: 0; }
  /* line 16, _product.scss */
  .product--top--gallery .gallery-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 4.9% - 15.2%) 4.9% 15.2%;
    grid-template-columns: calc(100% - 4.9% - 15.2%) 15.2%;
    grid-gap: 4.9%; }
  /* line 24, _product.scss */
  .product--top--gallery--main {
    position: relative;
    padding-bottom: 133.3%;
    height: 0; }
    /* line 29, _product.scss */
    .product--top--gallery--main--wrapper {
      top: 0;
      left: 0;
      position: absolute;
      height: 100%;
      width: 100%;
      display: block; }
      /* line 37, _product.scss */
      .product--top--gallery--main--wrapper .swiper-container,
      .product--top--gallery--main--wrapper .swiper-wrapper {
        height: 100%; }
      /* line 42, _product.scss */
      .product--top--gallery--main--wrapper figure {
        height: 100%;
        width: 100%;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
        /* line 60, _product.scss */
        .product--top--gallery--main--wrapper figure img {
          width: 100%;
          height: 100%;
          -o-object-fit: contain;
          object-fit: contain; }
  /* line 70, _product.scss */
  .product--top--gallery--arrow {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    right: auto;
    left: calc(50% - 13.5px);
    width: 35px;
    height: 35px;
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #86A58B;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 97, _product.scss */
    .product--top--gallery--arrow svg path {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      stroke: #86A58B;
      fill: #86A58B; }
    /* line 104, _product.scss */
    .product--top--gallery--arrow:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #86A58B;
      -webkit-box-shadow: 0px 1px 10px #BDBDBD;
      box-shadow: 0px 1px 10px #BDBDBD; }
      /* line 111, _product.scss */
      .product--top--gallery--arrow:hover svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        stroke: #fff;
        fill: #fff; }
    /* line 119, _product.scss */
    .product--top--gallery--arrow:after {
      display: none; }
    /* line 123, _product.scss */
    .product--top--gallery--arrow-prev {
      top: 26px;
      bottom: calc(100% - 28px); }
    /* line 128, _product.scss */
    .product--top--gallery--arrow-next {
      top: auto;
      bottom: 0; }
      /* line 132, _product.scss */
      .product--top--gallery--arrow-next svg {
        position: relative;
        left: .5px;
        top: 1px; }
    /* line 139, _product.scss */
    .product--top--gallery--arrow.swiper-button-disabled {
      opacity: 1; }
  /* line 145, _product.scss */
  .product--top--gallery--video--block {
    margin: 27px 0 0 0;
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 9px));
    grid-gap: 12px; }
  /* line 152, _product.scss */
  .product--top--gallery--video--item {
    position: relative;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer; }
    /* line 159, _product.scss */
    .product--top--gallery--video--item__icon {
      position: absolute;
      left: calc(50% - 12px);
      top: calc(50% - 12px);
      z-index: 2;
      background: rgba(0, 0, 0, 0.4);
      width: 27px;
      padding: 0 0 0 2px;
      height: 25px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }
  /* line 175, _product.scss */
  .product--top--gallery__main--arrow {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    width: 35px;
    height: 35px;
    background: #F4F4F4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    /* line 197, _product.scss */
    .product--top--gallery__main--arrow svg path {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      stroke: #86A58B; }
    /* line 203, _product.scss */
    .product--top--gallery__main--arrow-prev, .product--top--gallery__main--arrow-next {
      -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    /* line 210, _product.scss */
    .product--top--gallery__main--arrow:hover {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      background: #86A58B;
      -webkit-box-shadow: 0px 1px 10px #BDBDBD;
      box-shadow: 0px 1px 10px #BDBDBD; }
      /* line 217, _product.scss */
      .product--top--gallery__main--arrow:hover svg path {
        -webkit-transition: all .2s;
        -o-transition: all .2s;
        transition: all .2s;
        stroke: #fff; }
    /* line 224, _product.scss */
    .product--top--gallery__main--arrow:after {
      display: none; }
  /* line 230, _product.scss */
  .product--top--gallery--thumb {
    position: relative;
    height: 0;
    padding-bottom: 700%; }
    /* line 235, _product.scss */
    .product--top--gallery--thumb--wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 48px 0;
      overflow: hidden; }
      /* line 244, _product.scss */
      .product--top--gallery--thumb--wrapper .swiper-container {
        height: 100% !important; }
    /* line 249, _product.scss */
    .product--top--gallery--thumb--slide {
      cursor: pointer; }
/* line 257, _product.scss */
.product--title {
  margin: 24px 0 50px 0;
  font-family: 'Petersburg';
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 54px;
  color: #1A1A1A; }
/* line 267, _product.scss */
.product--buttons, .product--prices, .product--props--string {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 208px 21px calc(100% - 21px - 208px);
  grid-template-columns: 208px calc(100% - 21px - 208px);
  grid-gap: 21px; }
/* line 277, _product.scss */
.product--props--string {
  margin-bottom: 21px; }
  /* line 280, _product.scss */
  .product--props--string--title {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
  /* line 288, _product.scss */
  .product--props--string--value {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #1A1A1A; }
/* line 297, _product.scss */
.product--variants {
  margin: 0 0 30px 0; }
  /* line 300, _product.scss */
  .product--variants .option-label {
    display: block;
    margin: 0 0 20px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
/* line 311, _product.scss */
.product--prices {
  margin: 0 0 50px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 317, _product.scss */
  .product--prices--block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
/* line 331, _product.scss */
.product--quick--link {
  margin: 42px 0 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #86A58B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 352, _product.scss */
  .product--quick--link svg {
    margin: 0 0 0 12px; }
/* line 357, _product.scss */
.product--sbmt {
  margin: 0;
  padding: 15px 52px;
  border: none;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 377, _product.scss */
.product--favorite {
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 14px 15px;
  border: none;
  width: 60px; }
  /* line 386, _product.scss */
  .product--favorite.favorites-added svg path, .product--favorite.is-added svg path {
    fill: #86A58B;
    stroke: #86A58B; }
  /* line 393, _product.scss */
  .product--favorite:hover {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #86A58B; }
    /* line 398, _product.scss */
    .product--favorite:hover svg path {
      stroke: #fff; }
/* line 405, _product.scss */
.product--old_price {
  margin: 0 12px 0 0; }
  /* line 408, _product.scss */
  .product--old_price span {
    font-family: Petersburg;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 27px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #5C6367; }
/* line 421, _product.scss */
.product--price span {
  font-family: Petersburg;
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 54px;
  color: #86A58B; }
/* line 432, _product.scss */
.product--item--link {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #86A58B;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase; }

@media (max-width: 1440px) {
  /* line 459, _product.scss */
  .product--top {
    -ms-grid-columns: 51% 38px calc(100% - 38px - 51%);
    grid-template-columns: 51% calc(100% - 38px - 51%);
    grid-gap: 38px; } }
@media (max-width: 1150px) {
  /* line 469, _product.scss */
  .product--top--gallery--main {
    padding-bottom: 500px; }
  /* line 473, _product.scss */
  .product--top--gallery--thumb--wrapper {
    max-height: 500px; } }
@media (max-width: 992px) {
  /* line 483, _product.scss */
  .product--top--gallery .gallery-wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0; }
  /* line 490, _product.scss */
  .product--top--gallery--main {
    padding-bottom: 125%; }
  /* line 494, _product.scss */
  .product--top--gallery--thumb {
    display: none; } }
@media screen and (min-width: 768px) {
  /* line 502, _product.scss */
  .product--top--gallery__main--arrow {
    display: none; } }
@media (max-width: 768px) {
  /* line 508, _product.scss */
  .product--top {
    margin: 25px 0 0 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 25px; }
    /* line 516, _product.scss */
    .product--top--gallery .gallery-wrapper {
      -ms-grid-columns: 100%;
      grid-template-columns: 100%;
      grid-gap: 0; }
    /* line 523, _product.scss */
    .product--top--gallery--main {
      max-width: 330px;
      width: 95%;
      margin: 0 auto;
      padding-bottom: 438px; }

  /* line 533, _product.scss */
  .product--title {
    margin: 0 0 25px 0;
    text-align: center;
    font-size: 35px;
    line-height: 42px; }
  /* line 540, _product.scss */
  .product--props--string {
    margin: 0 0 15px 0;
    -ms-grid-columns: calc(50% - 10.5px) 21px calc(50% - 10.5px);
    grid-template-columns: repeat(2, calc(50% - 10.5px));
    grid-gap: 21px; }
    /* line 546, _product.scss */
    .product--props--string--title {
      font-size: 14px;
      line-height: 17px; }
    /* line 551, _product.scss */
    .product--props--string--value {
      text-align: right;
      font-size: 14px;
      line-height: 17px; }
  /* line 558, _product.scss */
  .product--variants {
    margin: 0 0 27px 0; }
    /* line 561, _product.scss */
    .product--variants .option-label {
      margin: 0 0 15px 0;
      font-size: 14px;
      line-height: 17px; }
  /* line 568, _product.scss */
  .product--prices {
    margin: 0 0 42px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 0; }
  /* line 583, _product.scss */
  .product--price span {
    font-size: 25px;
    line-height: 34px; }
  /* line 588, _product.scss */
  .product--sbmt {
    padding: 11px 52px; }
  /* line 592, _product.scss */
  .product--favorite {
    padding: 9px 13px;
    width: 50px; }
    /* line 596, _product.scss */
    .product--favorite svg {
      width: 23px; }
  /* line 601, _product.scss */
  .product--buttons {
    -ms-grid-columns: calc(100% - 50px - 15px) 15px 50px;
    grid-template-columns: calc(100% - 50px - 15px) 50px;
    grid-gap: 15px; }

  /* line 608, _product.scss */
  .product--top--gallery--video--block {
    margin-top: 24px; } }
/* line 618, _product.scss */
.products--tabs--section {
  margin: 90px 0 105px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 51% 88px calc(100% - 88px - 51%);
  grid-template-columns: 51% calc(100% - 88px - 51%);
  grid-gap: 88px; }
/* line 627, _product.scss */
.products--tabs--main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  /* line 636, _product.scss */
  .products--tabs--main--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  /* line 646, _product.scss */
  .products--tabs--main--header {
    margin: 0;
    padding: 21px 0;
    position: relative;
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1A1A;
    text-align: left; }
    /* line 660, _product.scss */
    .products--tabs--main--header span,
    .products--tabs--main--header strong {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    /* line 672, _product.scss */
    .products--tabs--main--header strong {
      opacity: 0;
      visibility: hidden; }
    /* line 678, _product.scss */
    .products--tabs--main--header.is-button-active strong {
      opacity: 1;
      visibility: visible; }
    /* line 683, _product.scss */
    .products--tabs--main--header.is-button-active span {
      opacity: 0;
      visibility: hidden; }
  /* line 690, _product.scss */
  .products--tabs--main--descr--block {
    padding: 9px 0 0 0; }
    /* line 693, _product.scss */
    .products--tabs--main--descr--block > p {
      margin: 0; }
    /* line 697, _product.scss */
    .products--tabs--main--descr--block * {
      font-style: normal !important;
      font-weight: normal !important;
      font-size: 18px !important;
      line-height: 30px !important;
      color: #5C6367 !important;
      text-decoration: none !important;
      font-family: "DIN Pro" !important; }
  /* line 709, _product.scss */
  .products--tabs--main--props--list {
    padding: 9px 0 16px 0; }
  /* line 713, _product.scss */
  .products--tabs--main--props--string {
    margin: 0 0 12px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(100% - 21px - 260px) 21px 260px;
    grid-template-columns: calc(100% - 21px - 260px) 260px;
    grid-gap: 21px; }
    /* line 721, _product.scss */
    .products--tabs--main--props--string--title {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 35px;
      color: #5C6367; }
    /* line 729, _product.scss */
    .products--tabs--main--props--string--value {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 35px;
      color: #1A1A1A; }
/* line 740, _product.scss */
.products--tabs--sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 392px; }
  /* line 750, _product.scss */
  .products--tabs--sub--header {
    margin: 0;
    padding: 21px 0;
    position: relative;
    border: none;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1A1A1A;
    text-align: left;
    border-bottom: 1px solid #1A1A1A;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 775, _product.scss */
    .products--tabs--sub--header > svg {
      display: inline-block;
      margin: 0 22px 0 30px; }
    /* line 780, _product.scss */
    .products--tabs--sub--header span,
    .products--tabs--sub--header strong {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
    /* line 792, _product.scss */
    .products--tabs--sub--header strong {
      opacity: 0;
      visibility: hidden; }
    /* line 798, _product.scss */
    .products--tabs--sub--header.is-button-active strong {
      opacity: 1;
      visibility: visible; }
    /* line 803, _product.scss */
    .products--tabs--sub--header.is-button-active span {
      opacity: 0;
      visibility: hidden; }
  /* line 810, _product.scss */
  .products--tabs--sub--content {
    padding: 30px 0 52px 0; }
    /* line 813, _product.scss */
    .products--tabs--sub--content * {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
    /* line 821, _product.scss */
    .products--tabs--sub--content ul {
      padding: 0;
      list-style-type: decimal;
      list-style-position: inside; }

@media (max-width: 1440px) {
  /* line 832, _product.scss */
  .products--tabs--section {
    -ms-grid-columns: 51% 38px calc(100% - 38px - 51%);
    grid-template-columns: 51% calc(100% - 38px - 51%);
    grid-gap: 38px; } }
@media (max-width: 992px) {
  /* line 841, _product.scss */
  .products--tabs--section {
    margin: 50px -10px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 11px; }
    /* line 847, _product.scss */
    .products--tabs--section span,
    .products--tabs--section strong {
      right: 16px; }
  /* line 854, _product.scss */
  .products--tabs--main--header {
    margin: 0 0 25px 0;
    padding: 14px 16px;
    background: #F4F4F4;
    font-size: 18px;
    line-height: 22px; }
  /* line 862, _product.scss */
  .products--tabs--main--descr--block {
    padding: 0 15px 30px 15px; }
    /* line 865, _product.scss */
    .products--tabs--main--descr--block * {
      font-size: 14px !important;
      line-height: 20px !important; }
  /* line 872, _product.scss */
  .products--tabs--main--props--list {
    padding: 0 15px 30px 15px; }
  /* line 876, _product.scss */
  .products--tabs--main--props--string {
    margin: 0;
    -ms-grid-columns: calc(50% - 10.5px) 21px calc(50% - 10.5px);
    grid-template-columns: repeat(2, calc(50% - 10.5px));
    grid-gap: 21px; }
    /* line 882, _product.scss */
    .products--tabs--main--props--string--title {
      font-size: 14px;
      line-height: 20px; }
    /* line 887, _product.scss */
    .products--tabs--main--props--string--value {
      text-align: right;
      font-size: 14px;
      line-height: 20px; }
  /* line 896, _product.scss */
  .products--tabs--sub {
    width: 100%;
    max-width: 100%; }
    /* line 900, _product.scss */
    .products--tabs--sub--header {
      padding: 23px 0;
      font-size: 18px;
      line-height: 22px; }
      /* line 905, _product.scss */
      .products--tabs--sub--header svg {
        margin: 0 20px 0 10px; }
      /* line 909, _product.scss */
      .products--tabs--sub--header.is-button-active {
        border-bottom: none; }
    /* line 914, _product.scss */
    .products--tabs--sub--content {
      padding: 0 15px 25px 15px; }
      /* line 917, _product.scss */
      .products--tabs--sub--content * {
        font-size: 14px;
        line-height: 17px; }
      /* line 922, _product.scss */
      .products--tabs--sub--content.is-tab-active {
        border-bottom: 1px solid #1A1A1A; } }
/* line 934, _product.scss */
.product--toys-slider {
  margin: 0; }
/* line 939, _product.scss */
.product--slider--wrapper .toys-slider {
  margin: 0; }

/* line 946, _product.scss */
.card .green-button__mb-round__added {
  display: none; }
/* line 951, _product.scss */
.card.added--incart .green-button__mb-round__added {
  display: block; }
/* line 955, _product.scss */
.card.added--incart .green-button__mb-round__notadded {
  display: none; }

/* line 2, _product-retail.scss */
.product__retail--title {
  margin: 48px 0 40px 0;
  font-family: 'Petersburg';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 54px;
  color: #1A1A1A;
  max-width: 391px; }
/* line 14, _product-retail.scss */
.product__retail--slider-pagination {
  display: none; }
/* line 18, _product-retail.scss */
.product__retail--slider__arrow {
  width: auto;
  height: auto;
  background: transparent;
  border: none;
  cursor: pointer;
  left: calc(50% - 24px); }
  /* line 26, _product-retail.scss */
  .product__retail--slider__arrow svg path {
    stroke: #BDBDBD;
    fill: #BDBDBD; }
/* line 35, _product-retail.scss */
.product__retail--props--string {
  margin-bottom: 15px; }
/* line 41, _product-retail.scss */
.product__retail__info__props {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A1A1A; }
  /* line 48, _product-retail.scss */
  .product__retail__info__props-label {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
/* line 58, _product-retail.scss */
.product__retail__sku {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A1A1A; }
  /* line 63, _product-retail.scss */
  .product__retail__sku-label {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
/* line 71, _product-retail.scss */
.product__retail--prices {
  margin: 25px 0 40px 0; }
  /* line 74, _product-retail.scss */
  .product__retail--prices--note {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1A1A1A; }
/* line 88, _product-retail.scss */
.product__retail--props--string, .product__retail--prices, .product__retail--buttons {
  grid-gap: 33px;
  -ms-grid-columns: 208px 33px 150px;
  grid-template-columns: 208px 150px; }
/* line 96, _product-retail.scss */
.product__retail--btn {
  padding: 15px 0px;
  width: 100%; }
/* line 101, _product-retail.scss */
.product__retail__marketplaces {
  margin: 50px 0 0 0; }
  /* line 104, _product-retail.scss */
  .product__retail__marketplaces__title {
    margin: 0 0 36px 0;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000; }
  /* line 118, _product-retail.scss */
  .product__retail__marketplaces__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px; }
  /* line 132, _product-retail.scss */
  .product__retail__marketplaces--item--images {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto; }
    /* line 138, _product-retail.scss */
    .product__retail__marketplaces--item--images img {
      max-width: 100%;
      max-height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
  /* line 146, _product-retail.scss */
  .product__retail__marketplaces--item--image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease; }
    /* line 156, _product-retail.scss */
    .product__retail__marketplaces--item--image--hover {
      opacity: 0; }
  /* line 161, _product-retail.scss */
  .product__retail__marketplaces--item--title {
    margin: 20px 0 0 0;
    display: inline-block;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    width: 100%; }
/* line 175, _product-retail.scss */
.product__retail__tabs {
  margin: 50px 0 85px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50.4% 7.2% calc(100% - 7.2% - 50.4%);
  grid-template-columns: 50.4% calc(100% - 7.2% - 50.4%);
  grid-gap: 7.2%; }
  /* line 183, _product-retail.scss */
  .product__retail__tabs--section {
    display: none; }
  /* line 187, _product-retail.scss */
  .product__retail__tabs__label {
    display: inline-block;
    margin: 0 0 30px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1A1A; }
  /* line 199, _product-retail.scss */
  .product__retail__tabs__item__descr {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
    /* line 207, _product-retail.scss */
    .product__retail__tabs__item__descr p:last-of-type {
      margin: 0; }
/* line 215, _product-retail.scss */
.product__retail--tabs--section {
  display: none; }

@media screen and (min-width: 1024px) {
  /* line 226, _product-retail.scss */
  .product__retail__marketplaces--item:hover img:first-of-type {
    opacity: 0; }
  /* line 229, _product-retail.scss */
  .product__retail__marketplaces--item:hover img:last-of-type {
    opacity: 1; } }
@media screen and (max-width: 768px) {
  /* line 241, _product-retail.scss */
  .product__retail__tabs {
    display: none; }
    /* line 243, _product-retail.scss */
    .product__retail__tabs--section {
      display: block; }
    /* line 246, _product-retail.scss */
    .product__retail__tabs--header {
      margin-bottom: 15px; }
    /* line 250, _product-retail.scss */
    .product__retail__tabs--descr--block {
      padding: 0 15px 15px 15px; }
  /* line 255, _product-retail.scss */
  .product__retail--title {
    margin: 0 0 24px 0;
    font-weight: 400;
    font-size: 35px;
    line-height: 42px;
    max-width: 100%;
    text-align: center; }
  /* line 263, _product-retail.scss */
  .product__retail--props--string {
    margin-bottom: 10px;
    -ms-grid-columns: calc(50% - 16.5px) 33px calc(50% - 16.5px);
    grid-template-columns: repeat(2, calc(50% - 16.5px));
    grid-gap: 33px; }
  /* line 270, _product-retail.scss */
  .product__retail--prices {
    margin: 0 0 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 15px; }
    /* line 280, _product-retail.scss */
    .product__retail--prices--note {
      font-weight: 400;
      font-size: 14px;
      line-height: 17px; }
  /* line 287, _product-retail.scss */
  .product__retail--btn {
    padding: 10px 0px; }
  /* line 291, _product-retail.scss */
  .product__retail--slider-pagination {
    bottom: 28px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 300, _product-retail.scss */
    .product__retail--slider-pagination .swiper-pagination-bullet {
      margin: 4.72px;
      width: 9.45px;
      height: 12.32px;
      background: #FFFFFF;
      opacity: 0.4;
      -webkit-border-radius: 0;
      border-radius: 0; }
      /* line 309, _product-retail.scss */
      .product__retail--slider-pagination .swiper-pagination-bullet-active {
        opacity: 1; }
  /* line 316, _product-retail.scss */
  .product__retail--buttons {
    grid-template-columns: 265px calc(100% - 265px - 15px);
    grid-gap: 15px; }
    /* line 320, _product-retail.scss */
    .product__retail--buttons .product--favorite {
      width: 50px;
      height: 50px; }
  /* line 326, _product-retail.scss */
  .product__retail__marketplaces {
    margin: 30px 0 0 0; }
    /* line 328, _product-retail.scss */
    .product__retail__marketplaces__wrapper {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px 20px; }
    /* line 334, _product-retail.scss */
    .product__retail__marketplaces__title {
      display: inline-block;
      margin: 0 0 20px 0;
      font-size: 18px;
      line-height: 22px;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
    /* line 344, _product-retail.scss */
    .product__retail__marketplaces--item--title {
      margin: 10px 0 0 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 350, _product-retail.scss */
    .product__retail__marketplaces--item--image--main {
      opacity: 0; }
    /* line 353, _product-retail.scss */
    .product__retail__marketplaces--item--image--hover {
      opacity: 1; }
  /* line 360, _product-retail.scss */
  .product__retail__sku {
    font-size: 14px;
    line-height: 17px;
    text-align: right; }
    /* line 365, _product-retail.scss */
    .product__retail__sku-label {
      font-size: 14px;
      line-height: 17px; }
  /* line 371, _product-retail.scss */
  .product__retail--tabs--section {
    display: block;
    margin: 30px 0 0 0; } }
/* line 6, _pages.scss */
.page--content--text * {
  margin: 0;
  font-style: normal;
  font-size: 18px;
  line-height: 30px;
  color: #5C6367; }
/* line 13, _pages.scss */
.page--content--text p {
  margin: 0 0 24px 0; }
/* line 17, _pages.scss */
.page--content--text ul {
  padding: 25px 0 0 0;
  list-style-type: none; }
/* line 22, _pages.scss */
.page--content--text li {
  display: block;
  margin: 0 0 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 36, _pages.scss */
  .page--content--text li img {
    margin: 0 39px 0 0; }
/* line 41, _pages.scss */
.page--content--text a {
  font-weight: 700;
  color: #86A58B;
  text-decoration: none; }
/* line 49, _pages.scss */
.page--payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  /* line 58, _pages.scss */
  .page--payments img {
    display: block;
    margin: 0 52px 0 0; }
/* line 64, _pages.scss */
.page--subtitle {
  margin: 0 0 15px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #1B1B1B; }
/* line 75, _pages.scss */
.page--block--header {
  margin: 0 0 15px 0;
  position: relative;
  padding: 20px 37px 20px 37px;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  text-align: left;
  border: none;
  color: #5C6367;
  background-color: #F4F4F4; }
  /* line 90, _pages.scss */
  .page--block--header span, .page--block--header strong {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    position: absolute;
    right: 37px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content; }
  /* line 116, _pages.scss */
  .page--block--header strong {
    opacity: 0;
    visibility: hidden; }
  /* line 121, _pages.scss */
  .page--block--header.is-button-active {
    color: #FFFFFF;
    background-color: #86A58B; }
    /* line 125, _pages.scss */
    .page--block--header.is-button-active span {
      opacity: 0;
      visibility: hidden; }
    /* line 130, _pages.scss */
    .page--block--header.is-button-active strong {
      opacity: 1;
      visibility: visible; }
/* line 137, _pages.scss */
.page--block--content {
  margin: 30px 0 50px 0; }

@media (max-width: 992px) {
  /* line 148, _pages.scss */
  .page--content--text * {
    font-size: 14px;
    line-height: 17px; }
  /* line 152, _pages.scss */
  .page--content--text p {
    margin: 0 0 16px 0; }
  /* line 156, _pages.scss */
  .page--content--text ul {
    padding: 0; }
  /* line 160, _pages.scss */
  .page--content--text li {
    margin: 0 0 29px 0; }
    /* line 162, _pages.scss */
    .page--content--text li img {
      margin: 0 20px 0 0; }
  /* line 170, _pages.scss */
  .page--subtitle {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 22px; }
  /* line 176, _pages.scss */
  .page--payments {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 181, _pages.scss */
    .page--payments img {
      margin: 0;
      max-height: 23.5px; }
  /* line 188, _pages.scss */
  .page--block--header {
    font-size: 14px;
    line-height: 17px;
    padding: 14px 40px 14px 12px; }
    /* line 193, _pages.scss */
    .page--block--header span, .page--block--header strong {
      right: 23px; }
  /* line 198, _pages.scss */
  .page--block--content {
    margin: 10px 0 45px 0; } }
/* line 208, _pages.scss */
.faq--blocks {
  margin: 0 0 40px 0; }
/* line 212, _pages.scss */
.faq--container {
  padding: 0 0 375px 0; }

@media (max-width: 992px) {
  /* line 219, _pages.scss */
  .faq--blocks {
    margin: 0 0 35px 0; }
  /* line 223, _pages.scss */
  .faq--container {
    padding: 0 0 208px 0; } }
/* line 231, _pages.scss */
.text--wrapper__colored {
  background-color: #F3FAF6;
  padding: 33px 28px 32px 48px; }
/* line 236, _pages.scss */
.text--wrapper__half {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 40px) 80px calc(50% - 40px);
  grid-template-columns: repeat(2, calc(50% - 40px));
  grid-gap: 80px; }

@media (max-width: 992px) {
  /* line 248, _pages.scss */
  .text--wrapper__colored {
    margin: 0 -15px;
    padding: 35px 15px 39px 15px; }
  /* line 253, _pages.scss */
  .text--wrapper__half {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0; } }
/* line 264, _pages.scss */
.common-faq {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 329px 70px calc(100% - 329px - 70px);
  grid-template-columns: 329px calc(100% - 329px - 70px);
  grid-gap: 70px; }
  /* line 271, _pages.scss */
  .common-faq--main--item {
    margin: 0 0 17px 0; }
  /* line 275, _pages.scss */
  .common-faq--main-q {
    position: relative;
    padding: 21px 35px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
    color: #5C6367;
    background: #F4F4F4;
    border: none; }
    /* line 293, _pages.scss */
    .common-faq--main-q span, .common-faq--main-q strong {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: absolute;
      right: 25px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 22px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 318, _pages.scss */
    .common-faq--main-q strong {
      opacity: 0;
      visibility: hidden; }
    /* line 323, _pages.scss */
    .common-faq--main-q.is-active, .common-faq--main-q.is-button-active {
      background: #86A58B;
      color: #FFFFFF; }
      /* line 327, _pages.scss */
      .common-faq--main-q.is-active strong, .common-faq--main-q.is-button-active strong {
        opacity: 1;
        visibility: visible; }
      /* line 332, _pages.scss */
      .common-faq--main-q.is-active span, .common-faq--main-q.is-button-active span {
        opacity: 0;
        visibility: hidden; }
  /* line 341, _pages.scss */
  .common-faq--content--btn {
    padding: 17px 0 17px 35px;
    width: 100%;
    background: transparent;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367;
    text-align: left;
    border: none;
    border-bottom: 1px solid #F2F2F2; }
    /* line 354, _pages.scss */
    .common-faq--content--btn:last-of-type {
      border-bottom: none; }
    /* line 358, _pages.scss */
    .common-faq--content--btn.is-active {
      color: #86A58B; }
  /* line 363, _pages.scss */
  .common-faq--content-blocks {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 379px;
    width: calc(1408px - 379px - 30px); }
    /* line 372, _pages.scss */
    .common-faq--content-blocks.is--shown {
      opacity: 1;
      visibility: visible; }
  /* line 380, _pages.scss */
  .common-faq--left {
    position: relative; }
  /* line 384, _pages.scss */
  .common-faq--form {
    margin: 76px 0 0 0; }
  /* line 388, _pages.scss */
  .common-faq--main-q {
    padding: 21px;
    border: none;
    width: 100%;
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #5C6367; }
  /* line 401, _pages.scss */
  .common-faq--question-content {
    position: relative;
    padding: 30px 30px 30px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-align: justify;
    text-transform: uppercase;
    color: #1A1A1A;
    width: 100%;
    border: none;
    background: transparent; }
    /* line 415, _pages.scss */
    .common-faq--question-content span, .common-faq--question-content strong {
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
      position: absolute;
      right: 0;
      top: calc(50% - 7.5px);
      height: 17px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    /* line 436, _pages.scss */
    .common-faq--question-content strong {
      opacity: 0;
      visibility: hidden; }
    /* line 442, _pages.scss */
    .common-faq--question-content.is-button-active span {
      opacity: 0;
      visibility: hidden; }
    /* line 447, _pages.scss */
    .common-faq--question-content.is-button-active strong {
      opacity: 1;
      visibility: visible; }
  /* line 454, _pages.scss */
  .common-faq--question-block {
    border-bottom: 1px solid #000000; }
  /* line 458, _pages.scss */
  .common-faq--answer-content {
    padding: 0 0 30px 0; }
    /* line 461, _pages.scss */
    .common-faq--answer-content * {
      margin: 0;
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
    /* line 470, _pages.scss */
    .common-faq--answer-content a, .common-faq--answer-content a:visited {
      color: #86A58B; }

@media (max-width: 1428px) {
  /* line 478, _pages.scss */
  .common-faq--content-blocks {
    width: calc(100vw - 379px - 30px); } }
@media (max-width: 992px) {
  /* line 485, _pages.scss */
  .common-faq {
    grid-template-columns: 100%; }
    /* line 488, _pages.scss */
    .common-faq--form {
      margin: 50px 0 0 0;
      width: 100%;
      max-width: 100%; }
    /* line 494, _pages.scss */
    .common-faq--answer-content * {
      font-size: 14px;
      line-height: 17px; }
    /* line 499, _pages.scss */
    .common-faq--main-q {
      padding: 16px 22px;
      font-size: 14px;
      line-height: 17px; }
    /* line 505, _pages.scss */
    .common-faq--content--btn {
      padding: 15px 22px;
      font-size: 14px;
      line-height: 17px; }
    /* line 511, _pages.scss */
    .common-faq--content-blocks {
      margin: 0 0 10px 0;
      width: 100%;
      position: inherit;
      top: auto;
      left: auto;
      display: none; }
      /* line 519, _pages.scss */
      .common-faq--content-blocks.is--shown {
        display: block; }
    /* line 524, _pages.scss */
    .common-faq--question-content {
      padding: 15px 35px 15px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 530, _pages.scss */
    .common-faq--right {
      display: none; } }
/* line 540, _pages.scss */
.individual--page--title {
  margin: 0 0 50px 0;
  font-family: 'Petersburg';
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 76px;
  color: #000000;
  text-align: center; }
/* line 551, _pages.scss */
.individual--page--subtitle {
  margin: 0 0 150px 0;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #5C6367; }
/* line 563, _pages.scss */
.individual--page--form--block {
  margin: 0 0 150px 0;
  padding: 50px 0 89px 0;
  background-color: #F3FAF6; }
/* line 569, _pages.scss */
.individual--page--form--title {
  margin: 0 0 40px 0;
  font-family: 'Petersburg';
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 76px;
  color: #000000;
  text-align: center; }
/* line 580, _pages.scss */
.individual--page--form--btn {
  max-width: 448px;
  margin: 0 auto; }
/* line 585, _pages.scss */
.individual--page--form--common {
  padding: 0;
  max-width: 928px;
  margin: 0 auto; }
/* line 591, _pages.scss */
.individual--page--form--full {
  width: 100%;
  max-width: 100%;
  padding: 0; }
  /* line 596, _pages.scss */
  .individual--page--form--full .feedback-field {
    background-color: #fff; }
/* line 603, _pages.scss */
.individual--page--form--row__nomarg {
  margin: 0; }
/* line 607, _pages.scss */
.individual--page--form--row--title {
  margin: 0 0 70px 0;
  padding: 14px;
  text-align: center;
  background-color: #F3FAF6; }
  /* line 612, _pages.scss */
  .individual--page--form--row--title span {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1A1A; }
/* line 622, _pages.scss */
.individual--page--form--row--full-str {
  padding: 0 80px; }
/* line 626, _pages.scss */
.individual--page--form--row-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
/* line 636, _pages.scss */
.individual--page--form--row--zero {
  padding: 0 80px 80px;
  width: 100%; }
/* line 641, _pages.scss */
.individual--page--form--row__first {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 658, _pages.scss */
.individual--page--form--row__second {
  padding-bottom: 100px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 75% 12px calc(25% - 12px);
  grid-template-columns: 75% calc(25% - 12px);
  grid-gap: 12px; }
  /* line 666, _pages.scss */
  .individual--page--form--row__second--left {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(33.33% - 4.66px) 7px calc(33.33% - 4.66px) 7px calc(33.33% - 4.66px);
    grid-template-columns: repeat(3, calc(33.33% - 4.66px));
    grid-gap: 30px 7px; }
/* line 675, _pages.scss */
.individual--page--form--row__third {
  padding-bottom: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(25% - 7.5px) 10px calc(25% - 7.5px) 10px calc(25% - 7.5px) 10px calc(25% - 7.5px);
  grid-template-columns: repeat(4, calc(25% - 7.5px));
  grid-gap: 30px 10px; }
/* line 684, _pages.scss */
.individual--page--form--row__fourth {
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
/* line 695, _pages.scss */
.individual--page--form--row__fifth {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
/* line 706, _pages.scss */
.individual--page--form--row__footer {
  padding-bottom: 86px;
  padding-top: 50px;
  background-color: #F3FAF6; }
/* line 712, _pages.scss */
.individual--page--form--row--item {
  margin: 0 0 24px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(30% - 25px) 25px 70%;
  grid-template-columns: calc(30% - 25px) 70%;
  grid-gap: 25px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 723, _pages.scss */
  .individual--page--form--row--item input {
    height: 40px;
    padding: 0; }
  /* line 728, _pages.scss */
  .individual--page--form--row--item--chbks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-gap: 30px; }
/* line 744, _pages.scss */
.individual--page .sub-projects--full--buttons {
  display: none; }

@media (max-width: 992px) {
  /* line 751, _pages.scss */
  .individual--page--title {
    margin: 0 0 25px 0;
    font-size: 20px;
    line-height: 27px; }
  /* line 757, _pages.scss */
  .individual--page--subtitle {
    margin: 0 0 50px 0;
    font-size: 14px;
    line-height: 17px; }
  /* line 764, _pages.scss */
  .individual--page--form--block {
    margin: 0 0 50px 0;
    padding: 28px 15px 26px 15px; }
  /* line 769, _pages.scss */
  .individual--page--form--title {
    margin: 0 0 25px 0;
    font-size: 25px;
    line-height: 42px; } }
/* line 782, _pages.scss */
.contacts--page--content {
  padding-bottom: 146px; }
/* line 786, _pages.scss */
.contacts--page--form {
  background: transparent;
  padding: 0; }
  /* line 790, _pages.scss */
  .contacts--page--form input {
    padding: 16px 27px;
    border: 1px solid #E0E0E0; }
  /* line 795, _pages.scss */
  .contacts--page--form textarea {
    padding: 11px 27px;
    border: 1px solid #E0E0E0; }
/* line 800, _pages.scss */
.contacts--page--footer, .contacts--page--header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 16px) 32px calc(50% - 16px);
  grid-template-columns: repeat(2, calc(50% - 16px));
  grid-gap: 32px; }
/* line 807, _pages.scss */
.contacts--page--header {
  margin: 0 0 70px 0; }
  /* line 810, _pages.scss */
  .contacts--page--header--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /* line 822, _pages.scss */
    .contacts--page--header--item--title {
      margin: 0 0 30px 0;
      font-style: normal;
      font-weight: normal;
      font-size: 26px;
      line-height: 32px;
      text-transform: uppercase;
      color: #1A1A1A; }
    /* line 832, _pages.scss */
    .contacts--page--header--item--str {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #1A1A1A; }
    /* line 840, _pages.scss */
    .contacts--page--header--item--map {
      margin: 45px 0 0 0; }

@media (max-width: 992px) {
  /* line 850, _pages.scss */
  .contacts--page--header, .contacts--page--footer {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 50px; }
  /* line 858, _pages.scss */
  .contacts--page--header--item--title {
    margin: 0 0 25px 0;
    font-size: 18px;
    line-height: 22px; }
  /* line 864, _pages.scss */
  .contacts--page--header--item--str {
    font-size: 14px;
    line-height: 17px; }
  /* line 869, _pages.scss */
  .contacts--page--header--item--map {
    margin: 25px 0 0 0; } }
@media (max-width: 575px) {
  /* line 882, _pages.scss */
  .contacts--page--header--item--map iframe {
    height: 180px; } }
/* line 893, _pages.scss */
.about--container {
  padding-top: 30px;
  max-width: 1168px;
  margin: 0 auto; }
/* line 899, _pages.scss */
.about--page--title {
  margin: 0 0 100px 0; }
/* line 903, _pages.scss */
.about--header {
  margin: 0 0 75px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 69px calc(100% - 35% - 69px);
  grid-template-columns: 35% calc(100% - 35% - 69px);
  grid-gap: 69px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 914, _pages.scss */
  .about--header--image picture, .about--header img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 920, _pages.scss */
  .about--header--text {
    max-width: 688px;
    padding: 70px 59px;
    background-color: #F4F4F4; }
    /* line 925, _pages.scss */
    .about--header--text, .about--header--text * {
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 30px;
      color: #5C6367; }
/* line 936, _pages.scss */
.about--content--subtitle {
  margin: 0 0 125px 0;
  font-family: 'Petersburg';
  font-style: normal;
  font-weight: normal;
  font-size: 56px;
  line-height: 76px;
  text-align: center;
  color: #1B1B1B; }
  /* line 946, _pages.scss */
  .about--content--subtitle span {
    color: #86A58B; }
/* line 952, _pages.scss */
.about--content--slider .toys-slider--title, .about--content--slider .toys-slider--show-more {
  display: none; }
/* line 955, _pages.scss */
.about--content--slider .toys-slider {
  margin: 0 !important; }
/* line 960, _pages.scss */
.about--content--item {
  margin: 0 0 96px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc(50% - 43px) 86px calc(50% - 43px);
  grid-template-columns: repeat(2, calc(50% - 43px));
  grid-gap: 86px; }
  /* line 968, _pages.scss */
  .about--content--item__short {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 975, _pages.scss */
  .about--content--item--text__full {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 991, _pages.scss */
  .about--content--item--title {
    margin: 0 0 41px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #1A1A1A; }
  /* line 1001, _pages.scss */
  .about--content--item--descr {
    display: block;
    margin: 0 0 32px 0;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }

@media (max-width: 1200px) {
  /* line 1016, _pages.scss */
  .about--page--title {
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 42px; }
  /* line 1022, _pages.scss */
  .about--container {
    max-width: 100%;
    padding: 50px 10px 0 10px; }
  /* line 1027, _pages.scss */
  .about--header {
    margin: 0 0 25px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 25px; }
    /* line 1033, _pages.scss */
    .about--header--image {
      max-width: 50%;
      margin: 0 auto; }
    /* line 1038, _pages.scss */
    .about--header--text {
      padding: 22px 20px;
      margin: 0 auto; }
      /* line 1042, _pages.scss */
      .about--header--text * {
        font-size: 14px;
        line-height: 17px; }
  /* line 1050, _pages.scss */
  .about--content--subtitle {
    margin: 0 0 25px 0;
    font-size: 30px;
    line-height: 41px; }
  /* line 1056, _pages.scss */
  .about--content--item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(50% - 43px) 86px calc(50% - 43px);
    grid-template-columns: repeat(2, calc(50% - 43px));
    grid-gap: 86px; } }
@media (max-width: 992px) {
  /* line 1070, _pages.scss */
  .about--content--item {
    margin: 0 0 25px 0;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 25px; }
    /* line 1076, _pages.scss */
    .about--content--item--image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 1089, _pages.scss */
    .about--content--item--title {
      margin: 0 0 25px 0;
      font-size: 18px;
      line-height: 22px; }
    /* line 1095, _pages.scss */
    .about--content--item--descr {
      margin: 0 0 16px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 1102, _pages.scss */
    .about--content--item__long .about--content--item--image {
      max-width: 50%;
      margin: 0 auto; }
    /* line 1109, _pages.scss */
    .about--content--item__short .about--content--item--text {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    /* line 1114, _pages.scss */
    .about--content--item__short .about--content--item--image {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; }
  /* line 1124, _pages.scss */
  .about--header--text {
    font-size: 14px;
    line-height: 17px; } }
/* line 1134, _pages.scss */
.sert--subtitle {
  display: block;
  width: 100%;
  padding: 29px 30px;
  background-color: #F3FAF6;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #5C6367; }

/* line 1148, _pages.scss */
.certificates--item {
  margin-bottom: 14px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57px 0 calc(100% - 57px);
  grid-template-columns: 57px calc(100% - 57px);
  grid-gap: 0; }
  /* line 1156, _pages.scss */
  .certificates--item strong {
    padding-top: 8px; }
  /* line 1160, _pages.scss */
  .certificates--item span {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
/* line 1169, _pages.scss */
.certificates--images {
  margin: 50px 0 75px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1182, _pages.scss */
  .certificates--images img {
    max-width: 375px;
    margin: 0 0 50px 0; }

@media (max-width: 992px) {
  /* line 1191, _pages.scss */
  .sert--subtitle {
    padding: 17px;
    font-size: 14px;
    line-height: 17px; }

  /* line 1199, _pages.scss */
  .certificates--item {
    margin-bottom: 12px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30px 0 calc(100% - 30px);
    grid-template-columns: 30px calc(100% - 30px);
    grid-gap: 0; }
    /* line 1207, _pages.scss */
    .certificates--item strong {
      padding-top: 4px; }
    /* line 1211, _pages.scss */
    .certificates--item span {
      font-size: 14px;
      line-height: 17px; }
  /* line 1217, _pages.scss */
  .certificates--images {
    margin: 25px 0 50px 0; }
    /* line 1220, _pages.scss */
    .certificates--images img {
      max-width: 175px;
      margin: 0 0 25px 0; } }
/* line 1229, _pages.scss */
.promo__slider-new {
  margin: 0; }
/* line 1232, _pages.scss */
.promo__slider__wrapper {
  position: relative; }
/* line 1236, _pages.scss */
.promo__slider__pagination {
  bottom: 28px !important;
  right: 30px;
  left: auto !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important; }
  /* line 1244, _pages.scss */
  .promo__slider__pagination .swiper-pagination-bullet {
    margin: 0 20px 0 0 !important;
    width: 20px;
    height: 20px;
    background: #FFFFFF;
    opacity: 0.4;
    -webkit-border-radius: 0;
    border-radius: 0; }
    /* line 1252, _pages.scss */
    .promo__slider__pagination .swiper-pagination-bullet-active {
      opacity: 1; }
    /* line 1255, _pages.scss */
    .promo__slider__pagination .swiper-pagination-bullet:last-of-type {
      margin: 0 !important; }
/* line 1261, _pages.scss */
.promo__slider__item {
  padding-right: 30px;
  border-right: 1px solid #E0E0E0; }
  /* line 1265, _pages.scss */
  .promo__slider__item a {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    text-decoration: none; }
  /* line 1272, _pages.scss */
  .promo__slider__item:last-of-type {
    border-right: none; }
/* line 1277, _pages.scss */
.promo__slider__links {
  padding: 25px 200px 30px 39px;
  background: #86A58B;
  width: 100%;
  z-index: 9; }
  /* line 1283, _pages.scss */
  .promo__slider__links ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px; }

@media screen and (max-width: 992px) {
  /* line 1304, _pages.scss */
  .promo__slider__pagination {
    right: auto;
    left: 18px !important;
    bottom: 56px !important; }
    /* line 1309, _pages.scss */
    .promo__slider__pagination .swiper-pagination-bullet {
      margin: 0 5px 0 0 !important;
      width: 10px;
      height: 10px; }
  /* line 1315, _pages.scss */
  .promo__slider__links {
    padding: 16px 18px;
    overflow-x: auto; }
  /* line 1319, _pages.scss */
  .promo__slider__item {
    padding-right: 15px; }
    /* line 1321, _pages.scss */
    .promo__slider__item a {
      font-size: 14px;
      line-height: 17px; } }
/* line 1330, _pages.scss */
.doo-collections {
  margin: 0 0 70px 0; }
  /* line 1332, _pages.scss */
  .doo-collections__title {
    margin: 0 0 0 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center; }
  /* line 1341, _pages.scss */
  .doo-collections__subtitle {
    margin: 0 0 70px 0;
    font-family: 'Petersburg';
    display: block;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    text-align: center; }
  /* line 1352, _pages.scss */
  .doo-collections__link {
    margin: 70px auto 0 auto; }
    /* line 1355, _pages.scss */
    .doo-collections__link svg {
      margin: 4px 0 0 0; }
  /* line 1360, _pages.scss */
  .doo-collections__wrapper {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 91px;
    -moz-column-gap: 91px;
    column-gap: 91px; }
  /* line 1369, _pages.scss */
  .doo-collections__item {
    margin: 0 0 30px 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid; }
    /* line 1384, _pages.scss */
    .doo-collections__item__image {
      width: 100%;
      max-width: 100%; }
      /* line 1388, _pages.scss */
      .doo-collections__item__image picture {
        display: block;
        position: relative;
        padding-top: 27%;
        width: 100%; }
      /* line 1395, _pages.scss */
      .doo-collections__item__image img {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
        max-height: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }
    /* line 1408, _pages.scss */
    .doo-collections__item__title {
      padding: 20px;
      font-style: normal;
      font-weight: 400;
      font-size: 20px;
      line-height: 30px;
      text-align: center;
      text-transform: uppercase;
      color: #FFFFFF;
      background-color: #86A58B;
      -webkit-transition: all .1s ease-in;
      -o-transition: all .1s ease-in;
      transition: all .1s ease-in;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      gap: 10px; }
      /* line 1436, _pages.scss */
      .doo-collections__item__title:hover, .doo-collections__item__title:focus {
        background: #6C8570;
        -webkit-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in; }
    /* line 1444, _pages.scss */
    .doo-collections__item__list {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 15px 26px;
      display: none; }
      /* line 1455, _pages.scss */
      .doo-collections__item__list.is-opened {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
  /* line 1463, _pages.scss */
  .doo-collections__subitem {
    width: calc(50% - 13px);
    -ms-flex-preferred-size: calc(50% - 13px);
    flex-basis: calc(50% - 13px);
    padding: 20px 0;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #86A58B;
    background: #F4F4F4;
    border: 1.17132px solid #F4F4F4;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in; }
    /* line 1480, _pages.scss */
    .doo-collections__subitem:nth-of-type(3), .doo-collections__subitem:nth-of-type(10) {
      width: 100%;
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%; }
    /* line 1486, _pages.scss */
    .doo-collections__subitem:hover, .doo-collections__subitem:focus {
      -webkit-transition: all .1s ease-in;
      -o-transition: all .1s ease-in;
      transition: all .1s ease-in;
      background: #F3FAF6;
      border: 1.17132px solid #F3FAF6; }

@media screen and (max-width: 992px) {
  /* line 1497, _pages.scss */
  .doo-collections {
    margin: 0 0 50px 0; }
    /* line 1499, _pages.scss */
    .doo-collections__title {
      margin: 0;
      font-size: 18px;
      line-height: 22px; }
    /* line 1504, _pages.scss */
    .doo-collections__subtitle {
      margin: 0 0 20px 0;
      font-size: 20px;
      line-height: 25px; }
    /* line 1509, _pages.scss */
    .doo-collections__wrapper {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
    /* line 1514, _pages.scss */
    .doo-collections__subitem {
      padding: 20px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 1520, _pages.scss */
    .doo-collections__item__title {
      padding: 15px;
      font-size: 16px;
      line-height: 20px; }
    /* line 1527, _pages.scss */
    .doo-collections__item__image picture {
      padding-top: 46%; }
    /* line 1532, _pages.scss */
    .doo-collections__item__list {
      gap: 15px 10px; }
    /* line 1536, _pages.scss */
    .doo-collections__link {
      margin: 0 auto 0 auto;
      width: 100%;
      max-width: 100%; } }
/* line 1545, _pages.scss */
.doo-reviews {
  margin: 0 0 70px 0; }
  /* line 1548, _pages.scss */
  .doo-reviews__title {
    margin: 0 0 50px 0;
    font-family: 'Petersburg';
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 1557, _pages.scss */
  .doo-reviews__content {
    position: relative;
    padding: 50px 50px 130px 50px;
    background: #F4F4F4; }
  /* line 1563, _pages.scss */
  .doo-reviews__item__title {
    margin: 0 0 20px 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    color: #86A58B; }
  /* line 1572, _pages.scss */
  .doo-reviews__item__content {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #1A1A1A; }
  /* line 1580, _pages.scss */
  .doo-reviews__item__subtitle {
    margin: 0 0 5px 0;
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367;
    text-align: center;
    width: 100%; }
  /* line 1590, _pages.scss */
  .doo-reviews__item__author {
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #1A1A1A; }
  /* line 1600, _pages.scss */
  .doo-reviews__pagination {
    bottom: 50px !important;
    left: 50px !important;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content !important;
    width: -moz-fit-content !important;
    width: fit-content !important; }
    /* line 1610, _pages.scss */
    .doo-reviews__pagination .swiper-pagination-bullet {
      margin: 0 21px 0 0 !important;
      width: 21px;
      height: 21px;
      background: #86A58B;
      opacity: 0.4;
      -webkit-border-radius: 0;
      border-radius: 0;
      cursor: pointer; }
    /* line 1620, _pages.scss */
    .doo-reviews__pagination .swiper-pagination-bullet-active {
      opacity: 1; }
  /* line 1624, _pages.scss */
  .doo-reviews__prev, .doo-reviews__next {
    width: 40px;
    height: 40px;
    background-color: #6C8570;
    bottom: 50px !important;
    top: auto; }
    /* line 1630, _pages.scss */
    .doo-reviews__prev:after, .doo-reviews__next:after {
      display: none; }
    /* line 1633, _pages.scss */
    .doo-reviews__prev.swiper-button-disabled, .doo-reviews__next.swiper-button-disabled {
      background-color: #86A58B;
      opacity: 1 !important; }
  /* line 1638, _pages.scss */
  .doo-reviews__prev {
    left: auto !important;
    right: 90px !important; }
  /* line 1642, _pages.scss */
  .doo-reviews__next {
    right: 50px !important; }
  /* line 1645, _pages.scss */
  .doo-reviews__btn {
    display: block;
    margin: 50px auto 0 auto;
    padding: 15px 80.5px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    background-color: #86A58B;
    -webkit-box-shadow: 0px 1px 10px #86A58B;
    box-shadow: 0px 1px 10px #86A58B;
    -webkit-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease; }
    /* line 1661, _pages.scss */
    .doo-reviews__btn:hover, .doo-reviews__btn:focus {
      background-color: #79927d;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease; }
  /* line 1669, _pages.scss */
  .doo-reviews__form__wrapper {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999999;
    width: 100vw;
    height: 100vh; }
    /* line 1678, _pages.scss */
    .doo-reviews__form__wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: -1;
      background: #000;
      opacity: 0.6; }
    /* line 1690, _pages.scss */
    .doo-reviews__form__wrapper form {
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      max-width: 737px;
      width: 100%; }
  /* line 1702, _pages.scss */
  .doo-reviews__scrollbar {
    display: none; }

@media screen and (max-width: 992px) {
  /* line 1708, _pages.scss */
  .doo-reviews {
    margin: 0 0 50px 0; }
    /* line 1710, _pages.scss */
    .doo-reviews__title {
      margin: 0 0 50px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 1715, _pages.scss */
    .doo-reviews__content {
      padding: 20px 15px; }
    /* line 1719, _pages.scss */
    .doo-reviews__item__title {
      margin-bottom: 20px;
      font-size: 18px;
      line-height: 23px; }
    /* line 1724, _pages.scss */
    .doo-reviews__item__content {
      font-size: 14px;
      line-height: 17px; }
    /* line 1728, _pages.scss */
    .doo-reviews__item__subtitle {
      margin: 0;
      font-size: 18px;
      line-height: 30px; }
    /* line 1733, _pages.scss */
    .doo-reviews__item__author {
      font-size: 14px;
      line-height: 17px; }
    /* line 1738, _pages.scss */
    .doo-reviews__btn {
      margin: 20px 0 0 0;
      padding: 16.5px;
      width: 100%;
      font-size: 14px;
      line-height: 17px; }
    /* line 1745, _pages.scss */
    .doo-reviews__prev, .doo-reviews__next, .doo-reviews__pagination {
      display: none; }
    /* line 1750, _pages.scss */
    .doo-reviews__scrollbar {
      display: block; }
      /* line 1753, _pages.scss */
      .doo-reviews__scrollbar .swiper-scrollbar-drag {
        height: 4px; } }
/* line 1762, _pages.scss */
.new-benefits {
  margin: 80px 0; }
  /* line 1764, _pages.scss */
  .new-benefits__wrapper {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 15px));
    grid-gap: 20px; }
  /* line 1769, _pages.scss */
  .new-benefits__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
    /* line 1793, _pages.scss */
    .new-benefits__item span {
      max-width: 220px;
      display: inline-block;
      width: 100%; }
    /* line 1805, _pages.scss */
    .new-benefits__item:last-of-type:after {
      display: none; }
    /* line 1810, _pages.scss */
    .new-benefits__item:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #86A58B;
      right: -20px;
      top: calc(50% - 10px); }

@media screen and (max-width: 992px) {
  /* line 1825, _pages.scss */
  .new-benefits {
    margin: 32px 0 50px 0; }
    /* line 1827, _pages.scss */
    .new-benefits__wrapper {
      grid-template-columns: 100%;
      grid-gap: 10px; }
    /* line 1831, _pages.scss */
    .new-benefits__item {
      padding: 0 0 0 20px;
      text-align: left;
      font-size: 14px;
      line-height: 17px; }
      /* line 1836, _pages.scss */
      .new-benefits__item span {
        max-width: 100%; }
      /* line 1839, _pages.scss */
      .new-benefits__item:after {
        width: 10px;
        height: 10px;
        right: auto;
        left: 0;
        top: calc(50% - 5px); }
      /* line 1847, _pages.scss */
      .new-benefits__item:last-of-type:after {
        display: block; } }
/* line 1856, _pages.scss */
.banner-text {
  margin: 0 0 70px 0; }
  /* line 1858, _pages.scss */
  .banner-text__title {
    margin: 0 0 50px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center; }
  /* line 1868, _pages.scss */
  .banner-text__wrapper {
    display: grid;
    grid-template-columns: 40.05% calc(100% - 40.5% - 87px);
    grid-gap: 87px; }
  /* line 1875, _pages.scss */
  .banner-text__image picture, .banner-text__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
  /* line 1883, _pages.scss */
  .banner-text__right {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 1897, _pages.scss */
  .banner-text__link {
    margin: 40px 0 0 0;
    min-width: 270px; }
  /* line 1901, _pages.scss */
  .banner-text__additional_mb {
    display: none; }
  /* line 1904, _pages.scss */
  .banner-text__content, .banner-text__additional__text {
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
    /* line 1912, _pages.scss */
    .banner-text__content ul, .banner-text__additional__text ul {
      padding: 0;
      list-style-position: inside; }
  /* line 1918, _pages.scss */
  .banner-text__additional__text .text-icons__title {
    margin: 0 0 33px 0;
    font-weight: 700;
    font-size: 26px;
    line-height: 33px;
    text-transform: uppercase;
    color: #86A58B; }
  /* line 1926, _pages.scss */
  .banner-text__additional__text .text-icons__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 33.333%); }
  /* line 1930, _pages.scss */
  .banner-text__additional__text .text-icons__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px; }
    /* line 1943, _pages.scss */
    .banner-text__additional__text .text-icons__item img {
      max-width: 60px;
      max-height: 60px;
      width: 100%;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }
    /* line 1952, _pages.scss */
    .banner-text__additional__text .text-icons__item span {
      max-width: 100px;
      font-style: normal;
      font-weight: 700;
      font-size: 18px;
      line-height: 23px;
      color: #5C6367; }

@media screen and (max-width: 992px) {
  /* line 1965, _pages.scss */
  .banner-text {
    margin: 0 0 50px 0; }
    /* line 1968, _pages.scss */
    .banner-text__title {
      margin: 0 0 20px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 1974, _pages.scss */
    .banner-text__wrapper {
      grid-template-columns: 100%;
      grid-gap: 20px;
      grid-template-areas: "content" "photo" "add"; }
    /* line 1982, _pages.scss */
    .banner-text__content {
      grid-area: content; }
    /* line 1985, _pages.scss */
    .banner-text__image {
      grid-area: photo; }
    /* line 1988, _pages.scss */
    .banner-text__additional {
      display: none; }
    /* line 1991, _pages.scss */
    .banner-text__additional_mb {
      grid-area: add;
      display: block; }
    /* line 1995, _pages.scss */
    .banner-text__additional_mb, .banner-text__content {
      font-size: 14px;
      line-height: 17px; }
    /* line 2000, _pages.scss */
    .banner-text__link {
      width: 100%;
      margin: 0; }
    /* line 2006, _pages.scss */
    .banner-text__additional__text .text-icons__title {
      margin: 0 0 16px 0;
      font-size: 18px;
      line-height: 23px;
      text-align: center; }
    /* line 2012, _pages.scss */
    .banner-text__additional__text .text-icons__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      gap: 8px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      margin: 0 auto; }
    /* line 2029, _pages.scss */
    .banner-text__additional__text .text-icons__item {
      gap: 20px; }
      /* line 2031, _pages.scss */
      .banner-text__additional__text .text-icons__item img {
        max-width: 40px;
        max-height: 40px; }
      /* line 2035, _pages.scss */
      .banner-text__additional__text .text-icons__item span {
        max-width: 100%;
        font-size: 18px;
        line-height: 23px; } }
/* line 2046, _pages.scss */
.wish-order {
  margin: 0 0 70px 0; }
  /* line 2049, _pages.scss */
  .wish-order__title {
    margin: 0 0 50px 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 2060, _pages.scss */
  .wish-order__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30% 50px calc(70% - 50px);
    grid-template-columns: 30% calc(70% - 50px);
    grid-gap: 50px; }
  /* line 2068, _pages.scss */
  .wish-order__image {
    width: 100%; }
    /* line 2071, _pages.scss */
    .wish-order__image picture, .wish-order__image img {
      max-width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
      width: 100%; }
  /* line 2079, _pages.scss */
  .wish-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 2092, _pages.scss */
  .wish-order__text {
    margin: 0 0 50px 0;
    font-size: 18px;
    line-height: 30px;
    color: #5C6367; }
    /* line 2098, _pages.scss */
    .wish-order__text p {
      margin: 0 0 20px 0; }
      /* line 2101, _pages.scss */
      .wish-order__text p:last-of-type {
        margin: 0; }
  /* line 2107, _pages.scss */
  .wish-order__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  /* line 2123, _pages.scss */
  .wish-order__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 2135, _pages.scss */
    .wish-order__item__head {
      margin: 0 0 40px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      gap: 20px;
      font-weight: 400;
      font-size: 26px;
      line-height: 32px;
      text-align: center;
      color: #1A1A1A; }
    /* line 2154, _pages.scss */
    .wish-order__item__link {
      font-family: 'DIN Pro';
      display: block;
      padding: 20px;
      background: #F4F4F4;
      font-weight: 700;
      font-size: 26px;
      line-height: 33px;
      text-align: center;
      text-transform: uppercase;
      color: #86A58B;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
  /* line 2171, _pages.scss */
  .wish-order__bttn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
    color: #86A58B; }

@media screen and (max-width: 992px) {
  /* line 2193, _pages.scss */
  .wish-order {
    margin: 0 0 55px 0; }
    /* line 2195, _pages.scss */
    .wish-order__title {
      margin: 0 0 20px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 2200, _pages.scss */
    .wish-order__wrapper {
      grid-template-columns: 100%;
      grid-gap: 20px; }
    /* line 2204, _pages.scss */
    .wish-order__text {
      margin: 0 0 20px 0;
      font-size: 14px;
      line-height: 17px;
      text-align: center; }
    /* line 2210, _pages.scss */
    .wish-order__contacts {
      gap: 20px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    /* line 2216, _pages.scss */
    .wish-order__item {
      max-width: calc(50% - 15px);
      width: 100%; }
      /* line 2220, _pages.scss */
      .wish-order__item__head {
        margin: 0 0 13px 0;
        font-size: 18px;
        line-height: 22px; }
      /* line 2226, _pages.scss */
      .wish-order__item__link {
        padding: 5px;
        font-size: 18px;
        line-height: 23px; }
    /* line 2232, _pages.scss */
    .wish-order__bttn {
      gap: 15px;
      font-size: 18px;
      line-height: 22px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      width: 100%; }
      /* line 2241, _pages.scss */
      .wish-order__bttn svg {
        width: 20px; } }
/* line 2249, _pages.scss */
.trust-us {
  margin: 0 0 70px 0; }
  /* line 2251, _pages.scss */
  .trust-us__title {
    margin: 0;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 2261, _pages.scss */
  .trust-us__subtitle {
    display: block;
    margin: 0 auto 40px auto;
    font-family: 'Petersburg';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 54px;
    text-align: center;
    color: #1A1A1A;
    width: 100%;
    max-width: 1000px; }

@media screen and (max-width: 992px) {
  /* line 2277, _pages.scss */
  .trust-us {
    margin: 0 0 40px 0; }
    /* line 2280, _pages.scss */
    .trust-us__title {
      font-size: 35px;
      line-height: 42px; }
    /* line 2284, _pages.scss */
    .trust-us__subtitle {
      margin: 0 0 0 0;
      font-size: 20px;
      line-height: 27px; }
    /* line 2289, _pages.scss */
    .trust-us__scroll {
      background: #E0E0E0; } }
/* line 2297, _pages.scss */
.centers {
  margin: 0 0 70px 0;
  padding: 63px 0;
  background: #F4F4F4; }
  /* line 2302, _pages.scss */
  .centers__wrapper {
    padding: 0 72px;
    position: relative; }
  /* line 2307, _pages.scss */
  .centers__title {
    margin: 0 0 40px 0;
    font-family: 'Petersburg';
    font-weight: 400;
    font-size: 56px;
    line-height: 76px;
    text-align: center;
    color: #1A1A1A; }
  /* line 2316, _pages.scss */
  .centers__subtitle {
    margin: 0 0 40px 0;
    display: block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #5C6367; }
  /* line 2326, _pages.scss */
  .centers__slider {
    position: relative; }
    /* line 2328, _pages.scss */
    .centers__slider__arrow {
      top: calc((100% - 42px) / 2);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      /* line 2333, _pages.scss */
      .centers__slider__arrow:after {
        display: none; }
    /* line 2337, _pages.scss */
    .centers__slider-prev {
      left: 0; }
    /* line 2340, _pages.scss */
    .centers__slider-next {
      right: 0; }
    /* line 2343, _pages.scss */
    .centers__slider__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 2352, _pages.scss */
      .centers__slider__item__image {
        max-width: 100%;
        width: 100%; }
        /* line 2356, _pages.scss */
        .centers__slider__item__image picture, .centers__slider__item__image img {
          width: 100%;
          max-width: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
      /* line 2363, _pages.scss */
      .centers__slider__item__title {
        font-family: 'Petersburg';
        display: block;
        width: 100%;
        margin: 40px 0 0 0;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        line-height: 42px;
        text-align: center;
        color: #1A1A1A; }
    /* line 2376, _pages.scss */
    .centers__slider__scrollbar {
      display: none; }

@media screen and (max-width: 992px) {
  /* line 2383, _pages.scss */
  .centers {
    padding: 20px 0;
    margin: 0 0 50px 0; }
    /* line 2387, _pages.scss */
    .centers__title {
      margin: 0 0 20px 0;
      font-size: 35px;
      line-height: 42px; }
    /* line 2392, _pages.scss */
    .centers__subtitle {
      margin: 0 0 20px 0;
      font-size: 14px;
      line-height: 17px; }
    /* line 2399, _pages.scss */
    .centers__slider__item__title {
      margin: 13px 0 0 0;
      font-size: 20px;
      line-height: 27px; }
    /* line 2405, _pages.scss */
    .centers__slider__arrow {
      display: none; }
    /* line 2408, _pages.scss */
    .centers__slider__scrollbar {
      display: block;
      margin: 20px 0 0 0;
      max-width: calc(100% - 10px); }
    /* line 2414, _pages.scss */
    .centers__wrapper {
      margin: 0 0 20px 0;
      padding: 0;
      width: calc(100% + 10px); } }
/* line 2423, _pages.scss */
.big-form {
  margin: 0 0 70px 0;
  padding: 50px 0 100px 0;
  background: #F3FAF6; }
  /* line 2428, _pages.scss */
  .big-form__double {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    text-align: right;
    grid-gap: 20px;
    width: 100%; }
  /* line 2435, _pages.scss */
  .big-form__item {
    text-align: right;
    display: grid;
    grid-template-columns: 200px calc(100% - 230px);
    grid-gap: 30px;
    width: 100%; }
    /* line 2442, _pages.scss */
    .big-form__item--mt {
      margin-top: 50px; }
  /* line 2447, _pages.scss */
  .big-form__zero {
    padding: 0 80px 80px 80px; }
  /* line 2450, _pages.scss */
  .big-form__second {
    grid-template-columns: 100%; }
    /* line 2453, _pages.scss */
    .big-form__second .individual--page--form--row__second--left {
      grid-template-columns: repeat(4, calc(25% - 5.25px));
      grid-gap: 30px 7px; }

/* line 2461, _pages.scss */
h2.about--content--subtitle.about-one-line {
  font-size: 43px; }

@media (max-width: 1170px) {
  /* line 2466, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 2.6rem; } }
@media (max-width: 1130px) {
  /* line 2472, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 2.4rem; } }
@media (max-width: 1040px) {
  /* line 2478, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 2.2rem; } }
@media (max-width: 960px) {
  /* line 2484, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 2.0rem; } }
@media (max-width: 880px) {
  /* line 2490, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 1.7rem; } }
@media (max-width: 820px) {
  /* line 2496, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 1.5rem; } }
@media (max-width: 660px) {
  /* line 2503, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 1.3rem; } }
@media (max-width: 580px) {
  /* line 2509, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 1.1rem; } }
@media (max-width: 488px) {
  /* line 2515, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 0.9rem; } }
@media (max-width: 410px) {
  /* line 2521, _pages.scss */
  h2.about--content--subtitle.about-one-line {
    font-size: 0.7rem; } }
/* line 4071, theme.scss */
.main-menu.menu.level-2 > li:nth-child(2) > ul.main-menu.menu.level-3.is-drop_target.drop-target {
  top: -4.2em; }

/* line 4075, theme.scss */
.main-menu.menu.level-2 > li:nth-child(3) > ul.main-menu.menu.level-3.is-drop_target.drop-target {
  top: -7.3em; }

/* line 4079, theme.scss */
.main-menu.menu.level-3 > li:nth-child(3) > ul.main-menu.menu.level-4.is-drop_target.drop-target {
  top: -7.4em; }

/* line 4083, theme.scss */
.main-menu.menu.level-3 > li:nth-child(7) > ul.main-menu.menu.level-4.is-drop_target.drop-target {
  top: -19.9em; }

/* line 4087, theme.scss */
.main_menu__catalog .main-menu.menu.level-3.is-drop_target.drop-target > .main-menu-item.menu-item.level-1 {
  width: 100% !important; }

/* line 4091, theme.scss */
.main_menu__catalog .main-menu.menu.level-4.is-drop_target.drop-target > .main-menu-item.menu-item.level-1 {
  width: 100% !important; }

/* line 4095, theme.scss */
.blog-template {
  display: flex;
  gap: 2em;
  align-items: normal;
  box-sizing: border-box;
  margin-bottom: 1.5em;
  flex-wrap: wrap;
  /* Это нужно для базового состояния, если не указано другое */ }

@media (min-width: 782px) {
  /* line 4105, theme.scss */
  .blog-template {
    flex-wrap: nowrap;
    /* Переопределяем только на экранах с шириной >= 782px */ } }
/* line 4110, theme.scss */
.blog-img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: bottom; }

/* line 4117, theme.scss */
.blog-template-text {
  width: 100%; }

/* line 4121, theme.scss */
._orientationRight__Xxjyx.wrap__J3FcZ {
  bottom: 70px !important; }
