@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 10, theme.scss */
h1, .co-title--h1 {
  font-weight: 300;
  font-size: 48px;
  line-height: 57px;
  color: #333;
  margin: 0 0 75px; }

/* line 11, theme.scss */
h2 {
  font-weight: 300;
  font-size: 38px;
  line-height: 47px;
  color: #333; }

/* line 12, theme.scss */
h3, .co-title--h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ADADAD; }

/* line 13, theme.scss */
iframe {
  max-width: 100%; }

/* line 14, theme.scss */
.max800 {
  max-width: 800px; }

/* line 16, theme.scss */
.editor h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #ADADAD; }
/* line 17, theme.scss */
.editor table th, .editor table td {
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 250%; }
/* line 18, theme.scss */
.editor table tbody > tr:nth-child(odd) > td, .editor table tbody > tr:nth-child(odd) > th {
  background-color: transparent; }
/* line 19, theme.scss */
.editor thead {
  color: #ADADAD; }
/* line 20, theme.scss */
.editor p {
  font-size: 18px;
  line-height: 200%; }
/* line 21, theme.scss */
.editor img {
  vertical-align: middle; }
/* line 22, theme.scss */
.editor p strong, .editor p b {
  color: #C28D5C; }

/* line 24, theme.scss */
#top {
  background: #000;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0; }
  /* line 25, theme.scss */
  #top a {
    color: #fff;
    text-decoration: none; }
  /* line 26, theme.scss */
  #top a:hover {
    color: #C28D5C; }
  /* line 27, theme.scss */
  #top .container {
    display: flex;
    justify-content: space-between; }
  /* line 28, theme.scss */
  #top .main_menu {
    display: flex;
    margin: 0 auto; }
    /* line 29, theme.scss */
    #top .main_menu li {
      padding: 0 23px;
      position: relative; }
      /* line 30, theme.scss */
      #top .main_menu li:not(:last-child):after {
        content: "";
        position: absolute;
        top: 7px;
        right: 0;
        background: #C28D5C;
        width: 5px;
        height: 5px;
        border-radius: 50%; }
  /* line 33, theme.scss */
  #top .js-city-name {
    background: url(arrow_bot.svg) no-repeat right;
    padding-right: 15px;
    margin-right: 25px; }
  /* line 34, theme.scss */
  #top .link-shops {
    background: url(ico_shops.svg) no-repeat 0 50%;
    padding-left: 15px;
    display: inline-block; }
  /* line 35, theme.scss */
  #top .js-city-form {
    display: none; }
  /* line 36, theme.scss */
  #top .phone.in-header {
    margin: 0 45px 0 0;
    position: relative; }
    /* line 37, theme.scss */
    #top .phone.in-header:after {
      content: "";
      position: absolute;
      top: 2px;
      right: -20px;
      height: 15px;
      border-right: 1px solid #C28D5C; }

/* line 40, theme.scss */
.main-header {
  padding: 25px 0; }
  /* line 42, theme.scss */
  .main-header .main-menu-item.level-1 > a, .main-header .main-menu-item.level-1 > span {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
    text-transform: uppercase;
    cursor: pointer; }
  /* line 43, theme.scss */
  .main-header .main-menu-item.level-1:hover > a, .main-header .main-menu-item.level-1 > span {
    color: #C28D5C !important; }
  /* line 45, theme.scss */
  .main-header .cart-widget {
    display: inline-block; }
  /* line 46, theme.scss */
  .main-header .search_widget {
    position: relative;
    display: inline-block;
    margin-right: 10px; }
    /* line 48, theme.scss */
    .main-header .search_widget .bttn-prim {
      padding: 15px; }
  /* line 50, theme.scss */
  .main-header .widget_search-drop {
    position: absolute;
    top: -10px;
    right: 25px;
    width: 300px;
    display: none; }
    /* line 51, theme.scss */
    .main-header .widget_search-drop .search_widget-control {
      background: #fff; }
  /* line 54, theme.scss */
  .main-header .cart-widget-link [data-cartman-positions-count]:not(.is-cart-empty) {
    color: #fff;
    top: -10px;
    right: -8px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    position: absolute;
    background: #333;
    border-radius: 50%;
    font-size: 12px; }
  /* line 56, theme.scss */
  .main-header .cart-widget-link:hover [data-cartman-positions-count] {
    background: #C28D5C !important;
    color: #fff !important; }
  /* line 57, theme.scss */
  .main-header .cart-widget-link .is-cart-empty {
    display: none; }

/* line 60, theme.scss */
.main-menu.level-2.menu_burger {
  padding: 14px 0 !important;
  background: #F7F7F7; }
  /* line 61, theme.scss */
  .main-menu.level-2.menu_burger .inner {
    position: relative;
    height: auto; }
  /* line 62, theme.scss */
  .main-menu.level-2.menu_burger li {
    margin: 0 !important;
    padding: 5px 0; }
  /* line 63, theme.scss */
  .main-menu.level-2.menu_burger > ul > li {
    width: 238px; }
    /* line 64, theme.scss */
    .main-menu.level-2.menu_burger > ul > li ul {
      margin: 0; }
    /* line 65, theme.scss */
    .main-menu.level-2.menu_burger > ul > li > a {
      padding: 0 29px;
      display: block; }
    /* line 66, theme.scss */
    .main-menu.level-2.menu_burger > ul > li.bottom {
      margin-top: 15px !important;
      position: relative; }
      /* line 67, theme.scss */
      .main-menu.level-2.menu_burger > ul > li.bottom:before {
        content: "";
        border-top: 1px solid #C28D5C;
        top: -8px;
        left: 28px;
        right: 56px;
        position: absolute; }
    /* line 69, theme.scss */
    .main-menu.level-2.menu_burger > ul > li:not(.bottom):hover {
      background: #fff; }
  /* line 71, theme.scss */
  .main-menu.level-2.menu_burger .submenu {
    display: none;
    position: absolute;
    left: 238px;
    top: 0;
    right: 0;
    height: 100%;
    padding: 14px 34px;
    overflow: auto;
    background: #fff; }
    /* line 72, theme.scss */
    .main-menu.level-2.menu_burger .submenu .title {
      color: #C28D5C; }
    /* line 73, theme.scss */
    .main-menu.level-2.menu_burger .submenu ul {
      margin-bottom: 20px; }
  @media (min-width: 768px) {
    /* line 76, theme.scss */
    .main-menu.level-2.menu_burger li:hover .submenu {
      display: block; } }

/* line 79, theme.scss */
.main-manu-sub-colunm ul {
  columns: 3; }

/* line 80, theme.scss */
.header_dark:not(.sticky) {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 10; }
  /* line 81, theme.scss */
  .header_dark:not(.sticky) .main-menu-item.level-1 > a {
    color: #fff; }

/* line 84, theme.scss */
.gallery_item video {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 2px solid #c99a6f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center; }

/* line 97, theme.scss */
.promo-slider .swiper-slide-active::before {
  position: absolute;
  content: '';
  background-color: #C28D5C;
  left: 0;
  bottom: 4px;
  width: 0;
  height: 5px;
  animation: progressbar 4s linear infinite;
  animation-delay: 0.3s;
  z-index: 9; }
/* line 108, theme.scss */
.promo-slider .promo-slider-pagination {
  display: none; }

@keyframes progressbar {
  0% {
    width: 0%; }
  100% {
    width: 100%; } }
/* line 119, theme.scss */
footer {
  background: #000;
  color: #fff;
  padding: 80px 0;
  font-size: 16px;
  margin-top: 60px; }
  /* line 120, theme.scss */
  footer .footer_menu-title {
    text-transform: uppercase;
    color: #C28D5C;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }
  /* line 121, theme.scss */
  footer .footer_menu_column ul {
    column-count: 2; }
  /* line 122, theme.scss */
  footer li {
    margin-bottom: 15px; }
  /* line 123, theme.scss */
  footer a {
    color: #fff;
    text-decoration: none; }
    /* line 123, theme.scss */
    footer a:hover {
      color: #C28D5C; }
  /* line 124, theme.scss */
  footer .bottom {
    margin-top: 60px; }

/* line 126, theme.scss */
.promo-slider-wrapper {
  margin-bottom: 40px; }

/* line 127, theme.scss */
.all_catalog {
  float: right;
  color: #ADADAD;
  font-weight: 600;
  font-size: 24px; }

/* line 128, theme.scss */
.newsletter {
  background: #180629 url(bg_newsletter.jpg) no-repeat 50%;
  text-align: center;
  padding: 60px 20px 20px;
  color: #fff;
  margin-bottom: 70px;
  min-height: 296px; }
  /* line 129, theme.scss */
  .newsletter .title {
    font-size: 36px;
    line-height: 43px;
    max-width: 470px;
    margin: 0 auto 35px; }
  /* line 130, theme.scss */
  .newsletter .input {
    display: inline-block; }
    /* line 130, theme.scss */
    .newsletter .input label {
      display: block; }
  /* line 131, theme.scss */
  .newsletter label.error {
    color: #d00;
    background: rgba(255, 255, 255, 0.8);
    padding: 3px; }
  /* line 132, theme.scss */
  .newsletter input {
    width: 250px;
    height: 50px;
    padding: 5px 20px;
    vertical-align: top; }
  /* line 133, theme.scss */
  .newsletter button {
    height: 50px;
    padding: 5px 30px;
    font-size: 12px;
    vertical-align: top; }

/* line 135, theme.scss */
.main_title {
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  line-height: 43px;
  color: #D4D4D4;
  margin-bottom: 30px; }
  /* line 136, theme.scss */
  .main_title span {
    color: #C28D5C; }

/* line 138, theme.scss */
.instagram_title {
  color: #ADADAD;
  font-weight: bold;
  font-size: 24px;
  line-height: 21px;
  margin-bottom: 16px; }

/* line 140, theme.scss */
.main_content {
  font-size: 18px;
  line-height: 200%;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 800px; }

/* line 141, theme.scss */
.reviews-slider-wrapper {
  margin-bottom: 130px; }

/* line 142, theme.scss */
.review_item_video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  padding-left: 15px;
  border-radius: 50%;
  line-height: 63px;
  border: 2px solid #c99a6f;
  transform: translate(-50%, -50%);
  background: #fff; }

/* line 156, theme.scss */
.reviews_title {
  margin-bottom: 60px; }

/* line 158, theme.scss */
.reviews-main-slider:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 245px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10; }
/* line 159, theme.scss */
.reviews-main-slider img {
  width: auto;
  margin: 0 auto;
  display: block;
  object-fit: cover; }
/* line 160, theme.scss */
.reviews-main-slider .swiper-slide:not(.swiper-slide-active) img {
  opacity: 0.5; }
/* line 161, theme.scss */
.reviews-main-slider:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 245px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: rotate(-180deg);
  z-index: 10; }
/* line 162, theme.scss */
.reviews-main-slider .swiper-button-next {
  right: 120px; }
/* line 163, theme.scss */
.reviews-main-slider .swiper-button-prev {
  left: 120px; }

/* line 169, theme.scss */
.swiper-button-next, .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #fff url(arrow.svg) no-repeat 50%;
  border-radius: 50%;
  z-index: 20;
  outline: none; }

/* line 170, theme.scss */
.swiper-button-prev {
  transform: rotate(-180deg); }

/* line 172, theme.scss */
.advantage {
  margin-bottom: 80px; }

/* line 173, theme.scss */
.advantage-item {
  padding: 0 5px;
  margin-bottom: 20px; }

/* line 174, theme.scss */
.advantage-text {
  color: #ADADAD;
  font-size: 18px;
  line-height: 150%;
  text-align: center; }

/* line 175, theme.scss */
.advantage-icon {
  height: 70px;
  margin-bottom: 20px; }

/* line 177, theme.scss */
.grid-main {
  margin-bottom: 100px; }

/* line 178, theme.scss */
.main_delivery, .main_franchise {
  background: linear-gradient(202.68deg, #C9A684 0%, #986D4D 133.74%);
  position: relative;
  padding: 70px 20px;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: rgba(255, 255, 255, 0.7) !important;
  display: block; }
  /* line 179, theme.scss */
  .main_delivery .title, .main_franchise .title {
    color: #fff;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 10px; }
  /* line 180, theme.scss */
  .main_delivery p, .main_franchise p {
    margin: 0; }
  /* line 181, theme.scss */
  .main_delivery:after, .main_franchise:after {
    content: "";
    background: url(bg_link_block.png);
    background-size: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.1; }

/*.main_delivery:before {background: url(full-bloom_1.png); position: absolute; top: 0; bottom: 0; left: 0; right: 0; display: block; content:"";}*/
/* line 184, theme.scss */
.main_franchise {
  background: linear-gradient(201.07deg, #3E7C8A 0%, #1D4652 121.19%); }

/* line 186, theme.scss */
.collection-description {
  max-width: 726px;
  margin: -40px auto 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  color: rgba(51, 51, 51, 0.5);
  text-align: center; }

/* line 187, theme.scss */
.collection_image {
  height: 439px;
  background: #333 no-repeat 50% 0;
  margin-bottom: 45px;
  padding-top: 140px; }
  /* line 188, theme.scss */
  .collection_image h1 {
    color: #fff; }
  /* line 189, theme.scss */
  .collection_image .collection-description {
    color: rgba(255, 255, 255, 0.8); }

/* line 191, theme.scss */
.collection-seo_description {
  margin-bottom: 50px;
  color: rgba(51, 51, 51, 0.5); }

/*product*/
/* line 193, theme.scss */
.product_dark:not(.sticky) {
  background-image: url(bg_dark.png);
  background-color: #44464B;
  background-blend-mode: multiply;
  padding: 140px 0 35px;
  color: #fff;
  position: relative; }
  /* line 194, theme.scss */
  .product_dark:not(.sticky) .product-title {
    font-weight: 300;
    font-size: 30px;
    line-height: 36px;
    color: #FFFFFF; }
  /* line 195, theme.scss */
  .product_dark:not(.sticky) .product-short_description {
    color: rgba(255, 255, 255, 0.5); }
  /* line 196, theme.scss */
  .product_dark:not(.sticky) .quantity, .product_dark:not(.sticky) .product-buy {
    display: inline-block; }
  /* line 197, theme.scss */
  .product_dark:not(.sticky) .quantity-controls {
    border: none;
    background: none; }
  /* line 198, theme.scss */
  .product_dark:not(.sticky) .quantity-controls input {
    width: 45px;
    background: none;
    color: #fff; }
  /* line 199, theme.scss */
  .product_dark:not(.sticky) .sticker {
    color: #fff !important; }

/* line 201, theme.scss */
.page-title {
  text-align: center; }

/* line 202, theme.scss */
.english-product-title {
  color: #C28D5C;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 12px;
  text-transform: uppercase; }

/* line 203, theme.scss */
.product-sku {
  color: #ADADAD;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px; }

/* line 204, theme.scss */
.product-title {
  max-width: 350px;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px; }

/* line 205, theme.scss */
.product-available {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px; }

/* line 206, theme.scss */
.product-rating {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 20px; }
  /* line 207, theme.scss */
  .product-rating .star-rating {
    margin-right: 15px; }

/* line 209, theme.scss */
.product-prices {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 20px; }

/* line 210, theme.scss */
.product-short_description {
  max-width: 295px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 40px;
  color: #969696; }

/* line 211, theme.scss */
.quantity-controls {
  border: 1px solid #C4C4C4;
  background: #fff;
  padding: 10px 12px;
  margin-bottom: 5px;
  display: inline-block; }
  /* line 213, theme.scss */
  .quantity-controls .bttn-count {
    border: none;
    color: #C28D5C;
    padding: 5px;
    background: none !important;
    line-height: 14px; }
  /* line 214, theme.scss */
  .quantity-controls input {
    font-size: 18px;
    color: black;
    line-height: 21px;
    border: none;
    width: 121.5px;
    vertical-align: middle; }

/* line 216, theme.scss */
.bttn-prim.in-product {
  width: 214px;
  padding: 16px 10px;
  line-height: 16px;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 1px; }

/* line 217, theme.scss */
.products-recently h3 {
  color: #ADADAD;
  font-size: 24px;
  margin: 0 0 16px; }

/* line 219, theme.scss */
.template-is-product .main-header {
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  z-index: 10; }
/* line 220, theme.scss */
.template-is-product .product_white {
  background: #f8f8f8;
  padding: 140px 0 35px; }

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

/* line 223, theme.scss */
.product-description {
  margin: 0 auto 60px; }
  /* line 224, theme.scss */
  .product-description .container {
    max-width: 900px; }
  /* line 225, theme.scss */
  .product-description .product-description-head {
    text-align: center;
    background: #fff;
    padding: 30px 0;
    overflow: auto;
    white-space: nowrap;
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.05); }
    /* line 226, theme.scss */
    .product-description .product-description-head .product_mini {
      position: absolute;
      left: 20px;
      top: 10px;
      text-align: left;
      display: none;
      max-width: 270px;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px;
      cursor: pointer; }
      /* line 227, theme.scss */
      .product-description .product-description-head .product_mini .img {
        width: 60px;
        margin-right: 15px; }
      /* line 228, theme.scss */
      .product-description .product-description-head .product_mini img {
        max-height: 60px; }
    /* line 230, theme.scss */
    .product-description .product-description-head .bttn-prim.in-product {
      position: absolute;
      top: 12px;
      right: 20px;
      display: none;
      padding: 18px 30px; }
    @media (min-width: 768px) {
      /* line 234, theme.scss */
      .product-description .product-description-head.sticky .product_mini, .product-description .product-description-head.sticky .bttn-prim.in-product {
        display: flex;
        white-space: normal; } }
    /* line 237, theme.scss */
    .product-description .product-description-head .item {
      display: inline-block;
      color: #D4D4D4;
      font-weight: 600;
      font-size: 18px;
      line-height: 21px;
      padding: 0 18px;
      cursor: pointer; }
      /* line 238, theme.scss */
      .product-description .product-description-head .item.active {
        color: #C28D5C; }
      /* line 239, theme.scss */
      .product-description .product-description-head .item span {
        color: #C28D5C;
        font-size: 12px;
        vertical-align: super; }
  /* line 242, theme.scss */
  .product-description h2 {
    margin: 50px 0 20px;
    color: #D4D4D4;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px; }
  /* line 243, theme.scss */
  .product-description p {
    font-size: 18px;
    line-height: 200%; }

/* line 245, theme.scss */
.property {
  font-size: 18px;
  line-height: 250%; }
  /* line 246, theme.scss */
  .property label {
    display: inline-block;
    font-weight: 500;
    color: #ADADAD;
    width: 190px; }

/* line 249, theme.scss */
.collection-order {
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 20px; }
  /* line 250, theme.scss */
  .collection-order .slct {
    font-size: 18px;
    cursor: pointer; }

/* line 252, theme.scss */
.filters-clear {
  margin-bottom: 100px; }

/* line 254, theme.scss */
.products-is-related .swiper-button-next, .products-is-related .swiper-button-prev, .products-is-similar .swiper-button-next, .products-is-similar .swiper-button-prev, .products-is-cart_similar .swiper-button-next, .products-is-cart_similar .swiper-button-prev {
  top: 30%; }

/*cart*/
/* line 257, theme.scss */
.cart-wrapper-bonus {
  margin-top: 13px;
  color: #333333;
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 1px; }

/* line 271, theme.scss */
.cart-head {
  color: #ADADAD;
  font-weight: 500;
  font-size: 18px; }

/* line 272, theme.scss */
.cart-item {
  font-weight: 500;
  font-size: 18px; }
  /* line 273, theme.scss */
  .cart-item img {
    max-width: 80px; }
  /* line 274, theme.scss */
  .cart-item .quantity-controls {
    padding: 9px; }
    /* line 274, theme.scss */
    .cart-item .quantity-controls input {
      width: 30px; }

/* line 276, theme.scss */
.cart-items {
  margin-bottom: 20px; }

/* line 277, theme.scss */
[data-cart-form] {
  margin-bottom: 100px; }

/* line 278, theme.scss */
.discounts-wrap .discounts-coupon {
  -webkit-flex: 1 1 200px;
  -ms-flex: 1 1 200px;
  flex: 1 1 200px;
  padding: 14px 20px 15px;
  background: #F7F7F7; }

/* line 279, theme.scss */
.discounts-submit {
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 16px; }

/* line 280, theme.scss */
.discounts-rows {
  margin-top: 12px; }

/* line 281, theme.scss */
.discounts-row.notice.is-info {
  border: none;
  background: #F7F7F7;
  font-size: 18px;
  color: #C28D5C;
  margin-top: 12px;
  padding: 14px 20px 15px; }

/* line 282, theme.scss */
.cart-submit {
  width: 240px;
  text-align: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  padding: 16px; }

/* line 283, theme.scss */
.cart-total-capture {
  font-weight: 500;
  font-size: 18px; }

/* line 284, theme.scss */
.cart-total {
  font-weight: 600;
  font-size: 18px;
  margin: 0 20px 0 3px; }

/* line 285, theme.scss */
.item-delete {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  position: relative; }
  /* line 293, theme.scss */
  .item-delete:before {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 15px;
    border-top: 1px solid #C28D5C;
    transform: rotate(45deg); }
  /* line 294, theme.scss */
  .item-delete:after {
    content: "";
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 15px;
    border-top: 1px solid #C28D5C;
    transform: rotate(-45deg); }

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

/* line 297, theme.scss */
.article-content {
  margin-bottom: 60px; }

/* line 298, theme.scss */
.stories .story > a > .item-preview {
  background: #C28D5C !important; }

/* line 299, theme.scss */
.stories.carousel .story > .item-link > .info {
  display: block;
  margin-top: 5px; }

/*contacts*/
/* line 301, theme.scss */
.map_item {
  display: none; }
  /* line 302, theme.scss */
  .map_item .container {
    padding: 30px 0 0; }

/* line 304, theme.scss */
.wrap_map {
  position: relative;
  margin-bottom: 60px; }
  /* line 305, theme.scss */
  .wrap_map h3 {
    margin: 0 0 20px; }
  /* line 306, theme.scss */
  .wrap_map .select_city {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 350px;
    max-width: 100%;
    z-index: 9;
    background: #fff;
    padding: 40px;
    overflow: auto;
    max-height: 580px; }
  /* line 307, theme.scss */
  .wrap_map .city {
    margin-bottom: 20px;
    color: #D4D4D4;
    font-size: 14px;
    line-height: 150%;
    cursor: pointer; }
    /* line 308, theme.scss */
    .wrap_map .city .title {
      font-weight: bold;
      font-size: 18px;
      line-height: 150%;
      color: #333333; }
    /* line 309, theme.scss */
    .wrap_map .city .timework {
      font-weight: bold;
      color: #333; }
    /* line 310, theme.scss */
    .wrap_map .city p {
      margin: 0; }
    /* line 311, theme.scss */
    .wrap_map .city:last-child {
      margin: 0; }
    /* line 313, theme.scss */
    .wrap_map .city.active .title {
      color: #C28D5C; }

/* line 317, theme.scss */
.contact_phones h3 {
  margin: 0 0 30px; }
/* line 318, theme.scss */
.contact_phones p {
  margin: 0;
  color: #ADADAD; }
  /* line 319, theme.scss */
  .contact_phones p a {
    color: #333;
    text-decoration: none; }
/* line 321, theme.scss */
.contact_phones p:nth-child(3) {
  margin-bottom: 20px; }

/* line 323, theme.scss */
.yurinfo {
  font-weight: 500;
  font-size: 18px;
  line-height: 250%; }
  /* line 324, theme.scss */
  .yurinfo .cell-3 {
    color: #ADADAD; }

/* line 326, theme.scss */
.row_map_productions {
  font-size: 18px;
  line-height: 150%;
  text-align: center; }
  /* line 327, theme.scss */
  .row_map_productions span {
    display: block;
    margin-bottom: 10px;
    color: #C28D5C;
    font-weight: bold;
    font-size: 48px;
    line-height: 57px; }

/* line 329, theme.scss */
.our_values {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #ADADAD;
  text-align: center;
  padding-top: 40px; }
  /* line 330, theme.scss */
  .our_values [class*='cell-'] {
    margin-bottom: 60px; }

/* line 332, theme.scss */
.productions-slider-wrapper {
  margin-bottom: 60px; }
  /* line 332, theme.scss */
  .productions-slider-wrapper img {
    max-height: 70px; }

/* line 333, theme.scss */
.about-page-content-title {
  margin: 10px 0;
  color: #ADADAD;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%; }

/* line 334, theme.scss */
.about-page-content-text {
  font-size: 18px;
  line-height: 150%; }

/* line 335, theme.scss */
.page_head_comments {
  background: #000 url(bg_comments.jpg) no-repeat 50%;
  height: 439px;
  padding-top: 140px;
  text-align: center;
  margin-bottom: 60px; }
  /* line 336, theme.scss */
  .page_head_comments h1 {
    color: #fff;
    margin: 0 0 30px; }
  /* line 337, theme.scss */
  .page_head_comments p {
    max-width: 595px;
    margin: 0 auto;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: rgba(255, 255, 255, 0.5); }

/* line 339, theme.scss */
.m_b_60 {
  margin-bottom: 60px; }

/* line 341, theme.scss */
.icons_comments a {
  margin: 20px 0;
  display: inline-block; }
/* line 342, theme.scss */
.icons_comments a + a {
  margin-left: 55px; }

/* line 345, theme.scss */
.added_product-modal {
  width: 820px;
  max-width: 80%; }
  /* line 346, theme.scss */
  .added_product-modal:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #333; }
  /* line 347, theme.scss */
  .added_product-modal .added_product {
    position: relative;
    z-index: 1; }
  /* line 348, theme.scss */
  .added_product-modal .added_product-left {
    padding-right: 50px; }
  /* line 349, theme.scss */
  .added_product-modal .added_product-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    color: #ADADAD;
    margin-bottom: 58px; }
  /* line 350, theme.scss */
  .added_product-modal .added_product_variant-sku {
    padding: 5px 0;
    margin-bottom: 10px;
    color: #ADADAD; }
  /* line 351, theme.scss */
  .added_product-modal .added_product_variant-title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }
  /* line 352, theme.scss */
  .added_product-modal .added_product_variant-price {
    font-weight: 500;
    font-size: 24px;
    line-height: 29px; }
  /* line 353, theme.scss */
  .added_product-modal .added_product-right {
    padding-left: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    position: relative;
    height: 412px; }
    /* line 354, theme.scss */
    .added_product-modal .added_product-right .label {
      color: #D4D4D4; }
  /* line 356, theme.scss */
  .added_product-modal .added_product-totals {
    color: #C28D5C;
    font-weight: 500;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px; }
  /* line 357, theme.scss */
  .added_product-modal .added_total_price {
    margin-bottom: 10px; }
  /* line 358, theme.scss */
  .added_product-modal .bttn-prim {
    position: absolute;
    bottom: 0;
    left: 50px;
    right: 0;
    height: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    padding: 18px;
    text-transform: uppercase; }
  /* line 359, theme.scss */
  .added_product-modal .added-close {
    width: 316px;
    position: absolute;
    bottom: 60px;
    left: 50px;
    right: 0;
    height: 50px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
    color: #C28D5C;
    padding: 18px 0;
    text-transform: uppercase; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 447, theme.scss */
.collection-wrapper {
  padding-bottom: 70px; }

/* line 449, theme.scss */
.card {
  margin-bottom: 20px;
  position: relative;
  background: #F7F7F7;
  padding: 10px 30px 60px;
  height: calc(100% - 20px); }
  /* line 451, theme.scss */
  .card > a {
    color: #333;
    text-decoration: none;
    display: block; }
    /* line 451, theme.scss */
    .card > a:hover {
      color: #C28D5C; }
  /* line 452, theme.scss */
  .card .card-image {
    text-align: center;
    margin-bottom: 20px; }
    /* line 452, theme.scss */
    .card .card-image img {
      max-height: 215px; }
  /* line 453, theme.scss */
  .card .card-sku {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 150%;
    color: #C28D5C;
    font-weight: bold; }
  /* line 454, theme.scss */
  .card .card-title {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 150%;
    height: 66px;
    overflow: hidden;
    font-weight: bold; }
  /* line 455, theme.scss */
  .card .card-price {
    font-weight: bold;
    font-size: 15px;
    line-height: 130%;
    color: #C28D5C;
    margin-right: 10px; }
    /* line 456, theme.scss */
    .card .card-price.is-oldprice {
      color: #EC3636; }
  /* line 458, theme.scss */
  .card .card-action {
    display: none;
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px; }
  /* line 459, theme.scss */
  .card .bttn-prim {
    width: 100%;
    padding: 16px 40px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    color: #fff !important; }
  /* line 461, theme.scss */
  .card:hover .card-sku, .card:hover .card-price {
    color: #333; }
  /* line 462, theme.scss */
  .card:hover .card-image {
    position: relative; }
    /* line 463, theme.scss */
    .card:hover .card-image:after {
      background: linear-gradient(180deg, rgba(247, 247, 247, 0) 0%, rgba(247, 247, 247, 0.9) 56.25%, #F7F7F7 100%);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: ""; }
  /* line 465, theme.scss */
  .card:hover .card-action {
    display: block; }

/* line 468, theme.scss */
.list-link {
  color: #333;
  text-decoration: none; }
  /* line 469, theme.scss */
  .list-link:hover {
    color: #C28D5C; }

@media (min-width: 768px) {
  /* line 472, theme.scss */
  .cell-card-big {
    position: relative; }
    /* line 473, theme.scss */
    .cell-card-big .card-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 20px;
      max-height: 85% !important; }
    /* line 474, theme.scss */
    .cell-card-big .card-info {
      padding: 30px 30px 60px;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
    /* line 475, theme.scss */
    .cell-card-big .card-title {
      max-width: 233px; }
    /* line 476, theme.scss */
    .cell-card-big .bttn-prim {
      padding: 16px 40px 16px 48px;
      width: auto !important; }
    /* line 478, theme.scss */
    .cell-card-big:hover .card-image {
      position: static; }
    /* line 479, theme.scss */
    .cell-card-big:hover .card-action {
      left: auto; } }
/* line 483, theme.scss */
.card-info {
  position: relative; }

/* line 487, theme.scss */
.card-old_price, .product-old_price {
  text-decoration: line-through;
  color: #C4C4C4; }

/* line 488, theme.scss */
.product-price {
  margin-right: 10px; }
  /* line 489, theme.scss */
  .product-price.is-oldprice {
    color: #EC3636; }

/* line 493, theme.scss */
.card-gift {
  padding-bottom: 20px; }

/* line 497, theme.scss */
.stiker {
  padding: 4px 9px;
  border-radius: 3px;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 20px 20px 0;
  border: 1.5px solid #C28D5C;
  color: #C28D5C;
  z-index: 2; }

/* line 504, theme.scss */
.stiker-sale {
  border-color: #EC3636;
  color: #EC3636; }

/* line 508, theme.scss */
.stiker-procent {
  border-color: #665CAC;
  color: #665CAC; }

/* line 512, theme.scss */
.stiker-bestseller {
  border-color: #328E39;
  color: #328E39; }

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

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

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

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

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

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

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

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

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

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

/* line 560, theme.scss */
.filter {
  padding: 10px 0;
  font-weight: 500;
  font-size: 18px; }

/* line 564, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 568, theme.scss */
  .filter-items-list li:not(:last-child) {
    margin-bottom: 15px; }

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

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

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

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

/* line 610, 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 618, 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 626, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

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

/* line 640, theme.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }
  /* line 644, theme.scss */
  .filter-title .filter-toggle {
    padding: 10px;
    margin: 0;
    border: none;
    float: right; }

/* line 647, theme.scss */
.filter-title span {
  cursor: pointer;
  padding: 5px 0;
  line-height: 27px; }

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

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

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

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

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

/* line 682, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

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

/* line 703, 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 #C28D5C; }

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

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

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

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

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

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

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

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

/* line 755, theme.scss */
.collection-order select {
  border-color: transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 955, theme.scss */
.main-header .menu-link.level-1 {
  padding: 16px 12px;
  display: block; }

/* line 956, theme.scss */
.main-header .burger .menu-link.level-1 {
  padding: 12px 12px 9px; }

/* line 957, theme.scss */
.main-header svg {
  stroke: #333; }

/* line 958, theme.scss */
.main-header.header_dark:not(.sticky) svg {
  stroke: #fff; }

/* line 959, theme.scss */
.main-header .burger:hover svg, .main-header a:hover svg {
  stroke: #C28D5C !important; }

/* line 960, theme.scss */
.main-header.header_dark:not(.sticky) [data-cartman-positions-count]:not(.is-cart-empty) {
  background: #fff;
  color: #333; }

/* line 962, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #fff;
  text-align: left;
  min-height: 200px;
  margin: 0;
  padding: 20px; }
  /* line 970, theme.scss */
  .main-menu.level-2 .sub-menu-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #C28D5C;
    margin-bottom: 16px; }
  /* line 971, theme.scss */
  .main-menu.level-2 ul {
    padding: 0; }
  /* line 972, theme.scss */
  .main-menu.level-2 li.main-menu-item {
    margin-bottom: 16px;
    display: block; }
  /* line 973, theme.scss */
  .main-menu.level-2 a {
    color: #6E6E6E;
    text-decoration: none; }
    /* line 974, theme.scss */
    .main-menu.level-2 a:hover {
      color: #C28D5C; }

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

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

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

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

/* line 1010, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible;
  overflow: auto;
  max-height: 80vh;
  -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 1017, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 1137, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 1146, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

@media (max-width: 640px) {
  /* line 1172, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 1180, theme.scss */
.props {
  margin-bottom: 10px; }

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

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

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

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

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

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

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

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

/* line 1252, theme.scss */
.reviews-form {
  margin: 20px 0; }
  /* line 1254, theme.scss */
  .reviews-form.cell-offset {
    margin-left: auto; }
  /* line 1255, theme.scss */
  .reviews-form .bttn-prim {
    font-size: 12px;
    padding: 18px 35px; }

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

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

/* line 1266, theme.scss */
.reviews-item {
  padding: 5px 0; }
  /* line 1268, theme.scss */
  .reviews-item p {
    margin: 0 0 10px; }

/* line 1271, theme.scss */
.author {
  font-size: 18px;
  margin-bottom: 5px; }

/* line 1272, theme.scss */
.date {
  color: #D4D4D4;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px; }

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

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

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

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

/* line 1296, theme.scss */
.tabs {
  margin: 60px 0 100px; }

/* line 1300, theme.scss */
.tabs-item {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #ADADAD;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none; }
  /* line 1316, theme.scss */
  .tabs-item:not(:last-child) {
    margin-right: 40px; }

/* line 1319, theme.scss */
.tabs-item.is-button-active {
  color: #C28D5C; }

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

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

/* line 1331, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1339, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid transparent;
  overflow: hidden;
  padding-bottom: calc(100% - 2px); }

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

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

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

/* line 1380, theme.scss */
.gallery-thumbs-wrap {
  position: relative;
  margin: auto; }
  /* line 1383, theme.scss */
  .gallery-thumbs-wrap .gallery_item {
    border: 2px solid #C4C4C4;
    padding: 5px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 45px;
    margin-bottom: 10px;
    cursor: pointer; }
  /* line 1384, theme.scss */
  .gallery-thumbs-wrap .is-active {
    border-color: #C28D5C; }

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

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

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

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

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

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

/* line 1442, theme.scss */
.slide-absolute {
  position: absolute;
  bottom: 11%;
  z-index: 1;
  left: 0;
  width: 100%;
  text-align: center; }
  /* line 1449, theme.scss */
  .slide-absolute .button {
    padding: 21px 29px;
    margin-top: 70px; }

/* line 1452, theme.scss */
.slide-title {
  max-width: 770px;
  margin: 200px auto 0;
  font-family: Trajan Pro 3;
  font-size: 96px;
  line-height: 115px;
  text-transform: uppercase;
  color: #fff; }

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

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

/* line 1472, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #C28D5C;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: right .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

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

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

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

/* line 1519, 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 1535, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

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

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

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

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

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

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

/* line 1568, 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 1590, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1659, theme.scss */
.subscribe-info-wrapper {
  display: none;
  max-width: 600px; }

@media (max-width: 1024px) {
  /* line 1666, theme.scss */
  .reviews-main-slider .swiper-button-prev {
    left: 10%; }

  /* line 1667, theme.scss */
  .reviews-main-slider .swiper-button-next {
    right: 10%; } }
@media (max-width: 768px) {
  /* line 1670, theme.scss */
  .main-header {
    padding: 15px 0; }

  /* line 1671, theme.scss */
  .reviews-slider-wrapper {
    margin-top: 40px; }

  /* line 1672, theme.scss */
  .main_title {
    text-align: left;
    font-weight: bold;
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 20px; }

  /* line 1673, theme.scss */
  .main_content {
    text-align: left; }

  /* line 1674, theme.scss */
  .lnk_company {
    width: 100%;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    padding: 18px;
    margin-bottom: 30px; }

  /* line 1675, theme.scss */
  .lnk_delivery {
    padding-left: 34px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: url(lnk_delivery.svg) no-repeat 0 50%; }

  /* line 1676, theme.scss */
  .lnk_payment {
    padding-left: 34px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    background: url(lnk_payment.svg) no-repeat 0 50%;
    margin-left: 60px; }

  /* line 1677, theme.scss */
  .all_catalog {
    display: none; }

  /* line 1679, theme.scss */
  .promo-slider .promo-slider-pagination {
    display: block;
    bottom: 40px; }
  /* line 1680, theme.scss */
  .promo-slider .swiper-pagination-bullet {
    border: 2px solid #FFFFFF;
    width: 10px;
    height: 10px;
    opacity: 1;
    background: none; }
  /* line 1681, theme.scss */
  .promo-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid #FFFFFF;
    background: #fff; }

  /* line 1683, theme.scss */
  .tabs-head.tabs-head {
    border-bottom: 1px solid #E5E5E5;
    white-space: nowrap; }

  /* line 1684, theme.scss */
  .tabs-item {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 9px;
    border-bottom: 3px solid transparent;
    margin-bottom: -1px; }

  /* line 1685, theme.scss */
  .tabs-item.is-button-active {
    border-bottom-color: #C28D5C; }

  /* line 1686, theme.scss */
  .tabs-item:not(:last-child) {
    margin-right: 18px; }

  /* line 1687, theme.scss */
  .promo-slider-wrapper {
    margin-bottom: 40px; }

  /* line 1688, theme.scss */
  .slide-absolute .button {
    padding: 5px 10px;
    display: none; }

  /* line 1689, theme.scss */
  .hits.tabs .tabs-target:not(.all_products) .row.is-grid > [class*='cell-']:nth-child(n+5) {
    display: none; }

  /* line 1690, theme.scss */
  .newsletter {
    padding: 30px 20px; }

  /* line 1691, theme.scss */
  .newsletter .title {
    font-size: 26px;
    line-height: 28px; }

  /* line 1692, theme.scss */
  .main_content {
    font-size: 16px;
    line-height: 32px; }

  /* line 1693, theme.scss */
  .advantage-text {
    font-size: 14px; }

  /* line 1694, theme.scss */
  footer {
    padding: 40px 20px; }

  /* line 1695, theme.scss */
  .footer_menu-wrap {
    margin-bottom: 30px; }

  /* line 1696, theme.scss */
  footer .footer_menu-title {
    color: #fff; }

  /* line 1697, theme.scss */
  footer .footer_menu_column ul {
    column-count: 1; }

  /* line 1698, theme.scss */
  footer .bottom {
    margin-top: 20px; }
    /* line 1698, theme.scss */
    footer .bottom [class*='cell-'] {
      padding: 5px 0; }

  /* line 1699, theme.scss */
  footer .menu a:before {
    content: "";
    background: url(arrow_bot.svg) no-repeat;
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 8px;
    transform: rotate(-90deg); }

  /* line 1701, theme.scss */
  .gallery-thumbs {
    text-align: center; }
    /* line 1702, theme.scss */
    .gallery-thumbs .gallery_item {
      display: inline-block;
      vertical-align: top; }

  /* line 1704, theme.scss */
  .quantity-controls {
    width: 100%;
    text-align: center; }

  /* line 1705, theme.scss */
  .quantity-controls input {
    width: calc(100% - 70px); }

  /* line 1706, theme.scss */
  .quantity.is-cart .quantity-controls {
    width: auto; }

  /* line 1707, theme.scss */
  .bttn-prim.in-product {
    width: 100%; }

  /* line 1708, theme.scss */
  #review_form .bttn-prim {
    width: 100%; }

  /* line 1709, theme.scss */
  .property label {
    width: 160px; }

  /* line 1711, theme.scss */
  .breadcrumb-wrapper {
    font-size: 14px; }

  /* line 1712, theme.scss */
  h1 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    margin: 0 0 30px; }

  /* line 1713, theme.scss */
  .wrap_map {
    margin: 0 -20px 20px; }

  /* line 1714, theme.scss */
  .wrap_map .select_city {
    background: #F7F7F7;
    position: static;
    top: auto;
    left: auto;
    width: 100%; }

  /* line 1715, theme.scss */
  .wrap_map iframe {
    height: 350px; }

  /* line 1717, theme.scss */
  .contact_phones p {
    line-height: 150%; }
  /* line 1718, theme.scss */
  .contact_phones > div {
    margin-bottom: 30px; }

  /* line 1720, theme.scss */
  .scroll_table {
    overflow: auto;
    width: 100%; }
    /* line 1721, theme.scss */
    .scroll_table table {
      min-width: 768px;
      max-width: none; }

  /* line 1723, theme.scss */
  .row_map_productions [class*='cell-'], .our_values [class*='cell-'] {
    margin-bottom: 30px; }

  /* line 1724, theme.scss */
  .productions-slider-wrapper {
    margin-bottom: 30px; }
    /* line 1725, theme.scss */
    .productions-slider-wrapper .swiper-slide {
      padding-left: 20px; }

  /* line 1727, theme.scss */
  .cart-item {
    margin-bottom: 20px; }
    /* line 1728, theme.scss */
    .cart-item .item-info {
      margin-bottom: 20px; }

  /* line 1730, theme.scss */
  .discounts-wrap {
    margin: 20px 0 40px; }

  /* line 1731, theme.scss */
  .cart-order {
    text-align: center; }
    /* line 1732, theme.scss */
    .cart-order .cart-submit {
      margin: 20px 0; }

  /* line 1734, theme.scss */
  .co-basket_total-price, [class*="co-price"] {
    font-size: 18px; }

  /* line 1735, theme.scss */
  .adaptive .co-button--checkout {
    margin: 0; }

  /* line 1736, theme.scss */
  .tabs {
    margin: 40px 0; }

  /* line 1737, theme.scss */
  [data-open-filter] {
    width: 100%;
    padding: 16px;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 20px; }

  /* line 1738, theme.scss */
  .open-mobile-menu .ajs-commands {
    display: none; }

  /* line 1740, theme.scss */
  .mobile_menu-modal a {
    color: rgba(51, 51, 51, 0.7); }
    /* line 1741, theme.scss */
    .mobile_menu-modal a:hover {
      color: #C28D5C; }
  /* line 1743, theme.scss */
  .mobile_menu-modal .main_menu {
    font-size: 18px;
    line-height: 200%; }
  /* line 1744, theme.scss */
  .mobile_menu-modal .phone.in-mobile_menu {
    color: rgba(51, 51, 51, 0.8);
    font-weight: 500;
    font-size: 18px;
    line-height: 21px; }

  /*.mobile_menu .burger {display: none;}*/
  /* line 1747, theme.scss */
  li.burger {
    display: block; }

  /* line 1748, theme.scss */
  .menu-item.is-drop_anchor > .menu.is-drop_target.menu_burger {
    position: static;
    background: none;
    display: block;
    visibility: visible;
    border-bottom: 1px solid #C28D5C;
    margin-bottom: 25px;
    padding-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    max-height: none;
    overflow: visible; }
    /* line 1749, theme.scss */
    .menu-item.is-drop_anchor > .menu.is-drop_target.menu_burger > li {
      width: auto; }
    /* line 1750, theme.scss */
    .menu-item.is-drop_anchor > .menu.is-drop_target.menu_burger a {
      padding: 0;
      font-size: 18px; }
    /* line 1751, theme.scss */
    .menu-item.is-drop_anchor > .menu.is-drop_target.menu_burger .submenu {
      position: static;
      left: auto; }

  /* line 1753, theme.scss */
  .main-menu.level-2.menu_burger > li.bottom:before {
    left: 0;
    right: 0; }

  /* line 1755, theme.scss */
  .mobile_close {
    margin: 0 auto 25px;
    display: block;
    width: 20px; }
    /* line 1755, theme.scss */
    .mobile_close svg {
      width: 20px;
      height: 20px; }

  /* line 1756, theme.scss */
  .mobile_menu li {
    position: relative; }

  /* line 1757, theme.scss */
  .mobile_menu .level-1 {
    font-size: 18px;
    line-height: 200%; }

  /* line 1758, theme.scss */
  .mobile_menu .toggle_menu {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 23px;
    color: #C28D5C;
    display: block;
    width: 22px;
    text-align: center; }

  /* line 1759, theme.scss */
  .main-manu-sub {
    display: none;
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 10px; }
    /* line 1760, theme.scss */
    .main-manu-sub .sub-menu-title {
      color: #C28D5C; }
    /* line 1761, theme.scss */
    .main-manu-sub .sub-menu-ul {
      margin: 0;
      padding: 0;
      list-style: none;
      columns: 1; }

  /* line 1763, theme.scss */
  .mobile_link_cabinet {
    font-size: 18px;
    line-height: 200%;
    margin-bottom: 5px; }

  /* line 1764, theme.scss */
  .mobile_menu .main_menu-item {
    font-size: 18px;
    line-height: 200%; }

  /* line 1765, theme.scss */
  .mobile_menu-footer {
    border-top: 1px solid #C28D5C;
    margin-top: 35px;
    padding-top: 16px; }

  /* line 1766, theme.scss */
  .ajs-panel.at-left-position {
    width: 100%; }
    /* line 1767, theme.scss */
    .ajs-panel.at-left-position .ajs-commands {
      right: 50%;
      margin-right: -15px;
      top: 30px; }

  /* line 1769, theme.scss */
  .newsletter .input {
    margin-bottom: 20px;
    width: 200px; }

  /* line 1770, theme.scss */
  .newsletter input, .newsletter button {
    width: 200px; }

  /* line 1771, theme.scss */
  .added_product-modal {
    padding: 20px;
    background: #333; }
    /* line 1772, theme.scss */
    .added_product-modal .added_product-heading {
      margin-bottom: 20px;
      color: #fff; }
    /* line 1773, theme.scss */
    .added_product-modal .added_product-left, .added_product-modal .added_product-right {
      padding: 0;
      height: auto; }
    /* line 1774, theme.scss */
    .added_product-modal .added-close, .added_product-modal .bttn-prim {
      position: static;
      width: 100%; }
    /* line 1775, theme.scss */
    .added_product-modal .added_product-footer {
      margin-top: 30px; }
    /* line 1776, theme.scss */
    .added_product-modal .bttn {
      margin-top: 20px; }

  /* line 1778, theme.scss */
  #added-product .fancybox-button svg path {
    fill: #fff; }

  /* line 1779, theme.scss */
  .added_product-modal:after, .cart-modal-image, .added_product_variant {
    display: none; }

  /* line 1780, theme.scss */
  .card .bttn-prim {
    padding: 16px 20px; }

  /* line 1781, theme.scss */
  .page-title.cart-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #C28D5C;
    text-transform: uppercase;
    margin: 0 0 20px; }

  /* line 1782, theme.scss */
  .cart-form h3 {
    font-weight: 300;
    font-size: 36px;
    line-height: 43px;
    text-align: center;
    color: #333;
    margin: 20px 0 30px; }

  /* line 1783, theme.scss */
  .reviews_title {
    margin-left: 20px; }

  /* line 1784, theme.scss */
  .reviews-main-slider .swiper-button-prev {
    left: 10px;
    width: 40px;
    height: 40px; }

  /* line 1785, theme.scss */
  .reviews-main-slider .swiper-button-next {
    right: 10px;
    width: 40px;
    height: 40px; }

  /* line 1786, theme.scss */
  .reviews-main-slider:before, .reviews-main-slider:after {
    width: 100px; }

  /* line 1787, theme.scss */
  .map_item .container {
    padding: 30px 20px 0; }

  /* line 1788, theme.scss */
  .main-menu.level-2.menu_burger .submenu {
    padding: 15px 0; }
    /* line 1788, theme.scss */
    .main-menu.level-2.menu_burger .submenu ul {
      list-style: none; } }
@media (max-width: 480px) {
  /* line 1791, theme.scss */
  .property {
    margin-bottom: 25px; }

  /* line 1792, theme.scss */
  .property label {
    width: 100%;
    display: block;
    line-height: 20px; }

  /* line 1794, theme.scss */
  .icons_comments a {
    margin: 10px 0; }
  /* line 1795, theme.scss */
  .icons_comments a + a {
    margin-left: 8px; }

  /* line 1797, theme.scss */
  .card .card-action {
    display: block; } }
@media (max-width: 425px) {
  /* line 1800, theme.scss */
  .main-header .widget_search-drop {
    top: -13px;
    right: -20px; } }
/* line 1803, theme.scss */
.subscribe-info-wrapper {
  display: none;
  max-width: 600px; }

/* line 1809, theme.scss */
.contact-adress-block {
  margin-bottom: 20px; }

/* line 1813, theme.scss */
.select {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 215px;
  text-align: left;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #C28D5C; }

/* line 1815, theme.scss */
.select-wrap {
  width: 100%;
  margin: 20px auto; }

/* line 1817, theme.scss */
.select-wrap select {
  margin: 20px; }

/* line 1821, theme.scss */
.select__gap {
  background: transparent;
  color: #C28D5C;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  padding: 0 35px 0 5px;
  cursor: pointer;
  position: relative; }

/* line 1832, theme.scss */
.on.select__gap,
.select__gap:hover {
  color: #C28D5C; }

/* line 1837, theme.scss */
.select__list {
  background: #fff;
  margin: 0px 0;
  position: absolute;
  top: 100%;
  left: -10px;
  list-style: none;
  padding: 0;
  z-index: 10;
  font-size: 16px; }

/* line 1842, theme.scss */
.select__list.on {
  display: block; }

/* line 1846, theme.scss */
.select__item span {
  display: block;
  padding: 5px 15px;
  cursor: pointer;
  color: #333; }

/* line 1853, theme.scss */
.select__item.selected,
.select__item span:hover {
  color: #C28D5C; }

/* line 1858, theme.scss */
.select__gap:after {
  content: '';
  display: block;
  width: 14px;
  height: 8px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -2px;
  background: url(arrow_select.svg) no-repeat;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg); }

/* line 1878, theme.scss */
.on.select__gap:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 1886, theme.scss */
.ingredient-wrapper {
  margin-top: 40px; }

/* line 1890, theme.scss */
.ingredient-item {
  text-align: center;
  margin-bottom: 20px; }

/* line 1895, theme.scss */
.ingredient-item-img {
  margin-bottom: 10px; }
  /* line 1897, theme.scss */
  .ingredient-item-img img {
    max-width: 60px;
    border-radius: 50%; }

/* line 1905, theme.scss */
.ingredient-item-text {
  font-size: 12px; }
