@charset "UTF-8";
/*
.header-desktop {
  position: relative;
  z-index: 1000;
  padding: 20px 0;

  @media screen and (max-width: 420px) {
    display: none;
  }
}
*/
/* line 13, new.scss */
.header-mobile {
  display: grid;
  grid-template-areas: "mobile-logo mobile-phone mobile-menu";
  grid-template-columns: 1fr auto auto;
  align-items: center;
  width: 100%; }
  /* line 22, new.scss */
  .header-mobile_block {
    height: 80px; }
  /* line 26, new.scss */
  .header-mobile_logo {
    grid-area: mobile-logo;
    display: block; }
  /* line 30, new.scss */
  .header-mobile_phone {
    grid-area: mobile-phone;
    display: block;
    margin-left: 30px; }
  /* line 35, new.scss */
  .header-mobile_cart {
    grid-area: mobile-cart;
    display: block;
    margin-left: 30px; }
  /* line 40, new.scss */
  .header-mobile_menu {
    grid-area: mobile-menu;
    display: block;
    margin-left: 30px; }

/*
h1.product-title.h-new {
  padding-left: 0;
  margin-top: -65px;
}
.h-new {
  color: #403B32;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;

  @media screen and (max-width: 420px) {
    font-size: 24px;
  }

  &:after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #403B32;
    display: block;
    position: absolute;
    top: 68px;

    @media screen and (max-width: 420px) {
      width: 79px;
    }
  }
}
*/
/* line 79, new.scss */
.portfolio-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-top: 2px solid #8C9195;
  margin-top: 40px;
  padding-top: 30px; }
  @media screen and (max-width: 420px) {
    /* line 79, new.scss */
    .portfolio-card {
      padding-top: 20px; } }
  /* line 93, new.scss */
  .portfolio-card:hover .portfolio-card_title {
    color: #e8b09a; }
  /* line 98, new.scss */
  .portfolio-card_title {
    color: #403B32;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 15px; }
  /* line 106, new.scss */
  .portfolio-card_description {
    color: #403B32;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 15px; }

/* line 116, new.scss */
.portfolio-showmore {
  display: none;
  position: relative;
  text-align: center;
  height: 42px;
  margin-top: 25px; }
  @media screen and (max-width: 420px) {
    /* line 116, new.scss */
    .portfolio-showmore {
      display: block; } }
  /* line 127, new.scss */
  .portfolio-showmore_button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 114px;
    height: 42px;
    background: #403B32;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    margin: auto; }
    /* line 139, new.scss */
    .portfolio-showmore_button:hover {
      opacity: 0.9;
      cursor: pointer; }
  /* line 145, new.scss */
  .portfolio-showmore_loader {
    display: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid  #E8B099;
    border-top: 4px solid #403B32;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1s linear infinite;
    margin-left: -20px; }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
/* line 166, new.scss */
.portfolio-paginate {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 50px; }
  @media screen and (max-width: 420px) {
    /* line 166, new.scss */
    .portfolio-paginate {
      display: none; } }
  /* line 178, new.scss */
  .portfolio-paginate svg {
    position: relative;
    top: 2px; }
  /* line 183, new.scss */
  .portfolio-paginate_link {
    display: inline-block;
    color: #403B32;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 11px 20px 10px 20px; }
  /* line 195, new.scss */
  .portfolio-paginate_link-current {
    display: inline-block;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    padding: 11px 20px 10px 20px;
    border-radius: 30px;
    background: #98886C; }
  /* line 209, new.scss */
  .portfolio-paginate_order {
    position: absolute;
    right: 0; }

/* line 217, new.scss */
.portfolio-order_label {
  color: #98886C;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  padding-right: 5px;
  cursor: auto; }
/* line 229, new.scss */
.portfolio-order .page_size-radio span {
  color: #C6C6C6;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 1.2px;
  text-transform: uppercase; }
  /* line 237, new.scss */
  .portfolio-order .page_size-radio span::after {
    content: '|';
    color: #C6C6C6; }
/* line 244, new.scss */
.portfolio-order .page_size-radio.checked span {
  color: #403B32 !important; }
/* line 251, new.scss */
.portfolio-order label:last-child span::after {
  content: ''; }

/* line 259, new.scss */
.portfolio-collection-filter .filter-item {
  display: inline-flex;
  padding: 12px 13px 9px 13px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: 1px solid #98886C;
  background: transparent;
  color: #98886C;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
  text-transform: uppercase;
  cursor: pointer;
  margin-right: 8px; }
  /* line 275, new.scss */
  .portfolio-collection-filter .filter-item.checked {
    background: #98886C;
    color: #FFF; }
/* line 280, new.scss */
.portfolio-collection-filter .filter-item:hover {
  padding: 12px 13px 9px 13px;
  background: #98886C;
  color: #FFF; }

/* line 288, new.scss */
.portfolio-slider {
  display: grid;
  grid-template-areas: "textblk imageblk";
  grid-template-columns: 332px 1fr;
  position: relative;
  transition: all .3s ease; }
  @media screen and (max-width: 420px) {
    /* line 288, new.scss */
    .portfolio-slider {
      grid-template-areas: "imageblk" "textblk";
      grid-template-columns: 1fr; } }
  /* line 301, new.scss */
  .portfolio-slider_textblk {
    grid-area: textblk;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #C5BBAB;
    color: #FFF;
    line-height: normal; }
    @media screen and (max-width: 420px) {
      /* line 301, new.scss */
      .portfolio-slider_textblk {
        min-height: 217px; } }
    /* line 315, new.scss */
    .portfolio-slider_textblk-toptext {
      font-size: 16px;
      font-weight: 500;
      text-transform: uppercase;
      padding-top: 30px;
      padding-left: 30px; }
      @media screen and (max-width: 420px) {
        /* line 315, new.scss */
        .portfolio-slider_textblk-toptext {
          padding-top: 28px;
          padding-left: 12px; } }
    /* line 328, new.scss */
    .portfolio-slider_textblk-htmltext {
      font-size: 14px;
      font-weight: 500;
      padding: 30px;
      line-height: normal;
      height: 100%; }
      @media screen and (max-width: 420px) {
        /* line 328, new.scss */
        .portfolio-slider_textblk-htmltext {
          padding-left: 12px; } }
    /* line 340, new.scss */
    .portfolio-slider_textblk-bottomtext {
      font-size: 28px;
      font-weight: 700;
      line-height: 30px;
      text-transform: uppercase;
      padding-left: 30px;
      padding-bottom: 30px; }
      @media screen and (max-width: 420px) {
        /* line 340, new.scss */
        .portfolio-slider_textblk-bottomtext {
          font-size: 24px;
          padding-left: 12px;
          padding-bottom: 20px; } }
  /* line 356, new.scss */
  .portfolio-slider_imageblk {
    grid-area: imageblk;
    position: relative; }
  /* line 361, new.scss */
  .portfolio-slider_pagination {
    display: flex;
    gap: 6px;
    margin-top: 40px; }
    @media screen and (max-width: 420px) {
      /* line 361, new.scss */
      .portfolio-slider_pagination {
        margin-top: 30px; } }
    /* line 370, new.scss */
    .portfolio-slider_pagination .swiper-pagination-bullet {
      background: rgba(255, 255, 255, 0.3) !important;
      width: 50px !important;
      height: 2px !important; }
    /* line 375, new.scss */
    .portfolio-slider_pagination .swiper-pagination-bullet-active {
      background: #403B32 !important; }
  /* line 380, new.scss */
  .portfolio-slider_prev {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -o-transition: 0.1s !important;
    transition: 0.1s !important;
    background: transparent !important; }
    /* line 388, new.scss */
    .portfolio-slider_prev svg {
      margin-left: 30px; }
  /* line 392, new.scss */
  .portfolio-slider_next {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -o-transition: 0.1s !important;
    transition: 0.1s !important;
    background: transparent !important; }
    /* line 400, new.scss */
    .portfolio-slider_next svg {
      margin-right: 30px; }

/* line 408, new.scss */
.unisender-newform .subscribe-form-item {
  position: relative; }
  /* line 411, new.scss */
  .unisender-newform .subscribe-form-item input.subscribe-form-item__control--input-email {
    width: 232px;
    height: 42px;
    border: 1px solid #98886C;
    padding-left: 15px;
    padding-right: 50px;
    color: #98886C;
    font-size: 12px !important;
    font-weight: 400; }
    @media screen and (max-width: 420px) {
      /* line 411, new.scss */
      .unisender-newform .subscribe-form-item input.subscribe-form-item__control--input-email {
        width: 100%; } }
  /* line 426, new.scss */
  .unisender-newform .subscribe-form-item button.subscribe-form-item__btn {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 34px !important;
    height: 34px !important;
    background: #98886C;
    margin: 0  !important;
    padding: 0  !important; }
  /* line 437, new.scss */
  .unisender-newform .subscribe-form-item svg {
    position: relative;
    top: 1px;
    left: 1px; }

/* line 446, new.scss */
.footer-new {
  border-top: 1px solid #16252b;
  padding-top: 60px; }
  @media screen and (max-width: 420px) {
    /* line 446, new.scss */
    .footer-new {
      padding-top: 40px; } }
  /* line 454, new.scss */
  .footer-new .logo-new {
    display: inline-block;
    margin-bottom: 30px; }
  /* line 459, new.scss */
  .footer-new .menu-block {
    display: grid;
    grid-template-areas: "portfolio-menu main-menu footer-menu info-block";
    grid-template-columns: max-content max-content auto max-content; }
    @media screen and (max-width: 420px) {
      /* line 459, new.scss */
      .footer-new .menu-block {
        grid-template-areas: "portfolio-menu" "main-menu " "footer-menu" "info-block";
        grid-template-columns: 1fr; } }
  /* line 473, new.scss */
  .footer-new .portfolio-menu {
    grid-area: portfolio-menu;
    margin-right: 75px; }
    @media screen and (max-width: 420px) {
      /* line 473, new.scss */
      .footer-new .portfolio-menu {
        display: none; } }
    /* line 481, new.scss */
    .footer-new .portfolio-menu .link a {
      display: inline-block;
      text-decoration: none;
      color: #E8B099;
      font-size: 14px;
      font-weight: 500;
      line-height: 12px;
      margin-bottom: 10px; }
      /* line 490, new.scss */
      .footer-new .portfolio-menu .link a:hover {
        color: #807f7f; }
  /* line 496, new.scss */
  .footer-new .main-menu {
    grid-area: main-menu;
    margin-right: 100px; }
    @media screen and (max-width: 420px) {
      /* line 496, new.scss */
      .footer-new .main-menu {
        margin-right: 0;
        margin-bottom: 20px; } }
    /* line 505, new.scss */
    .footer-new .main-menu .link a {
      display: inline-block;
      text-decoration: none;
      color: #403B32;
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 0px; }
      /* line 514, new.scss */
      .footer-new .main-menu .link a:hover {
        color: #807f7f; }
  /* line 520, new.scss */
  .footer-new .footer-menu {
    grid-area: footer-menu; }
    @media screen and (max-width: 420px) {
      /* line 520, new.scss */
      .footer-new .footer-menu {
        margin-bottom: 30px; } }
    /* line 527, new.scss */
    .footer-new .footer-menu .link a {
      display: inline-block;
      color: #403B32;
      font-size: 12px;
      font-weight: 400;
      line-height: 22px;
      margin-bottom: 0px; }
      /* line 535, new.scss */
      .footer-new .footer-menu .link a:hover {
        text-decoration: none;
        color: #807f7f; }
  /* line 542, new.scss */
  .footer-new .info-block {
    grid-area: info-block; }
  /* line 546, new.scss */
  .footer-new .time-adress-block {
    display: grid;
    grid-template-areas: "call-time" "adress";
    grid-template-columns: 1fr; }
    @media screen and (max-width: 420px) {
      /* line 546, new.scss */
      .footer-new .time-adress-block {
        grid-template-areas: "call-time adress";
        grid-template-columns: calc(50% + 10px) 50%;
        margin-top: 30px; } }
  /* line 559, new.scss */
  .footer-new .call-time {
    grid-area: call-time;
    margin-top: 25px;
    margin-bottom: 10px; }
    @media screen and (max-width: 420px) {
      /* line 559, new.scss */
      .footer-new .call-time {
        margin: 0; } }
  /* line 569, new.scss */
  .footer-new .adress {
    grid-area: adress; }
  /* line 573, new.scss */
  .footer-new .mail a {
    color: #E8B099 !important;
    line-height: 16px !important;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none; }
    /* line 580, new.scss */
    .footer-new .mail a span {
      position: relative; }
      /* line 583, new.scss */
      .footer-new .mail a span:after {
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 100%;
        right: 0;
        background: #E8B099; }
  /* line 595, new.scss */
  .footer-new .socials {
    margin-top: 25px; }
  /* line 599, new.scss */
  .footer-new .copyright {
    color: #403B32;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px; }
    @media screen and (max-width: 420px) {
      /* line 599, new.scss */
      .footer-new .copyright {
        margin-top: 30px; } }

/* end collection portfolio */
/* product card portfolio */
/* line 613, new.scss */
.swiper-container-main {
  width: 100%;
  height: 100%; }

/* line 618, new.scss */
.swiper-container-thumbs {
  margin-top: 10px;
  box-sizing: border-box; }
  @media screen and (max-width: 420px) {
    /* line 618, new.scss */
    .swiper-container-thumbs {
      display: none; } }

/* line 627, new.scss */
.swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  opacity: 0.4; }

/* line 632, new.scss */
.swiper-container-thumbs .swiper-slide-thumb-active {
  opacity: 1; }

/* line 636, new.scss */
.swiper-button-disabled {
  opacity: 0 !important; }

/* line 639, new.scss */
.swiper-button-prev {
  background-image: none;
  left: 15px; }
  @media screen and (max-width: 420px) {
    /* line 639, new.scss */
    .swiper-button-prev {
      display: none; } }

/* line 647, new.scss */
.swiper-button-next {
  background-image: none;
  right: 15px; }
  @media screen and (max-width: 420px) {
    /* line 647, new.scss */
    .swiper-button-next {
      display: none; } }

/* line 657, new.scss */
.line-brown {
  width: 100px;
  height: 5px;
  background: #403B32;
  margin-top: 30px;
  margin-bottom: 15px; }

/* line 666, new.scss */
.portfolio-product_info {
  padding-top: 15px;
  max-width: 333px;
  cursor: pointer; }
  @media screen and (max-width: 420px) {
    /* line 666, new.scss */
    .portfolio-product_info {
      max-width: 100%;
      margin-bottom: 50px; } }
  /* line 676, new.scss */
  .portfolio-product_info-colltitle {
    color: #403B32;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase; }
  /* line 685, new.scss */
  .portfolio-product_info-image-mobile {
    display: none;
    margin-top: 30px; }
    @media screen and (max-width: 420px) {
      /* line 685, new.scss */
      .portfolio-product_info-image-mobile {
        display: block; } }
  /* line 694, new.scss */
  .portfolio-product_info-text {
    padding-top: 30px;
    padding-bottom: 30px; }
  /* line 699, new.scss */
  .portfolio-product_info-title {
    color: #403B32;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
  /* line 709, new.scss */
  .portfolio-product_info-description {
    color: #403B32;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 10px; }
  /* line 717, new.scss */
  .portfolio-product_info-papka {
    padding-bottom: 20px; }
    /* line 720, new.scss */
    .portfolio-product_info-papka .field-header {
      color: #403B32;
      font-size: 20px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      padding-bottom: 10px; }
    /* line 731, new.scss */
    .portfolio-product_info-papka .field-value span {
      color: #403B32;
      font-size: 16px;
      font-weight: 400;
      line-height: 22px; }
  /* line 739, new.scss */
  .portfolio-product_info-prochee {
    padding-bottom: 20px; }
    /* line 742, new.scss */
    .portfolio-product_info-prochee .js-field-tab-portfolio {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      color: #403B32;
      font-size: 16px;
      font-weight: 600;
      line-height: 22px;
      margin-bottom: 10px;
      cursor: pointer; }
    /* line 755, new.scss */
    .portfolio-product_info-prochee .js-field-text-portfolio {
      display: none;
      color: #403B32;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px; }
    /* line 762, new.scss */
    .portfolio-product_info-prochee .js-ico-tab-portfolio {
      position: relative;
      top: -1px; }
      /* line 766, new.scss */
      .portfolio-product_info-prochee .js-ico-tab-portfolio.transform {
        transform: rotate(180deg);
        position: relative;
        top: 4px; }
      /* line 772, new.scss */
      .portfolio-product_info-prochee .js-ico-tab-portfolio p {
        margin: 0; }
  /* line 776, new.scss */
  .portfolio-product_info-buttons {
    display: flex;
    align-items: center; }
    /* line 780, new.scss */
    .portfolio-product_info-buttons .js-callback {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 134px;
      height: 42px;
      background: #403B32;
      color: #FFF;
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      margin-right: 35px;
      cursor: pointer; }
      /* line 795, new.scss */
      .portfolio-product_info-buttons .js-callback div, .portfolio-product_info-buttons .js-callback a {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0; }
      /* line 803, new.scss */
      .portfolio-product_info-buttons .js-callback:hover {
        opacity: 0.9;
        color: #FFF; }
    /* line 809, new.scss */
    .portfolio-product_info-buttons .read-article {
      color: #403B32;
      font-size: 12px;
      font-weight: 400;
      line-height: 12px;
      text-decoration: underline !important; }
      /* line 816, new.scss */
      .portfolio-product_info-buttons .read-article:hover {
        text-decoration: none !important; }

/* line 825, new.scss */
.portfolio-product_images {
  display: grid;
  align-items: center;
  justify-content: center;
  margin-top: 70px; }
  @media screen and (max-width: 420px) {
    /* line 825, new.scss */
    .portfolio-product_images {
      margin-top: 50px; } }
  /* line 835, new.scss */
  .portfolio-product_images .image-item {
    position: relative;
    cursor: pointer; }
    /* line 839, new.scss */
    .portfolio-product_images .image-item:nth-child(3n+1) {
      grid-column: span 2; }
      @media screen and (max-width: 420px) {
        /* line 839, new.scss */
        .portfolio-product_images .image-item:nth-child(3n+1) {
          grid-column: span 1; } }
    /* line 845, new.scss */
    .portfolio-product_images .image-item:nth-child(3n+2) {
      margin-right: 7px; }
      @media screen and (max-width: 420px) {
        /* line 845, new.scss */
        .portfolio-product_images .image-item:nth-child(3n+2) {
          margin-right: 0; } }
    /* line 851, new.scss */
    .portfolio-product_images .image-item:nth-child(3n+3) {
      margin-left: 7px; }
      @media screen and (max-width: 420px) {
        /* line 851, new.scss */
        .portfolio-product_images .image-item:nth-child(3n+3) {
          margin-left: 0; } }
    /* line 858, new.scss */
    .portfolio-product_images .image-item img {
      width: 100%;
      margin-bottom: 12px; }
    /* line 863, new.scss */
    .portfolio-product_images .image-item span.ico {
      position: absolute;
      top: 30px;
      right: 30px; }
      @media screen and (max-width: 420px) {
        /* line 863, new.scss */
        .portfolio-product_images .image-item span.ico {
          position: absolute;
          top: 10px;
          right: 10px; } }

/*
.modal-portfolio-image {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;

  .background {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.9;
  }
  .modal-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 80px 0 80px;

    img {
      position: relative;
    }
  }

  .loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 4px solid #FFF;
    border-top: 4px solid #98886C;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 1s linear infinite;
  }
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
}

.button-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 35px;
  height: 35px;
  transform: rotate(45deg);
  cursor: pointer;
}
.button-close::before,
.button-close::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #FFF;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.button-close::after {
  transform: translateY(-50%) rotate(90deg);
}
*/
/* end product card portfolio */
/* line 952, new.scss */
.category-products-slider {
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 513px;
  overflow: hidden; }

/* line 961, new.scss */
.main-header {
  padding: 20px 0;
  /*.container {
    padding-left: 113px;
    padding-right: 113px;
  }*/ }
  /* line 968, new.scss */
  .main-header .head-flex {
    display: flex;
    align-items: center;
    justify-content: space-between; }

/* line 975, new.scss */
[data-positions-count] {
  color: #e8b09a;
  font-size: 14px;
  outline: 1px solid #fff;
  position: relative;
  top: 1px;
  left: 4px; }

/* line 984, new.scss */
.cart-widget {
  margin-left: auto;
  width: 203px;
  height: 56px;
  border: 2px solid #98886c;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400; }
  /* line 1009, new.scss */
  .cart-widget a {
    color: #16252b; }

/* line 1014, new.scss */
.cart-widget-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1028, new.scss */
  .cart-widget-link .svg {
    padding-right: 22px;
    padding-left: 22px; }
  /* line 1033, new.scss */
  .cart-widget-link .counter-cart {
    color: #98886c;
    font-size: 14px;
    font-weight: 400; }
    /* line 1039, new.scss */
    .cart-widget-link .counter-cart .title {
      text-decoration: underline; }

/* line 1046, new.scss */
.main-header .logo {
  margin-right: 250px;
  position: relative;
  top: 5px; }
/* line 1052, new.scss */
.main-header .mail a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #E8B099;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none; }
  /* line 1068, new.scss */
  .main-header .mail a span {
    position: relative; }
    /* line 1071, new.scss */
    .main-header .mail a span:after {
      content: "";
      position: absolute;
      bottom: 0;
      height: 1px;
      width: 100%;
      right: 0;
      background: #E8B099; }
  /* line 1082, new.scss */
  .main-header .mail a svg {
    margin-right: 6px; }

/* line 1089, new.scss */
a.phone.in-header {
  color: #16252b;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 5px; }
  /* line 1097, new.scss */
  a.phone.in-header a {
    text-decoration: none; }

/* line 1102, new.scss */
.call-back {
  color: #403B32;
  font-size: 12px;
  font-weight: 400;
  display: block;
  margin-bottom: 3px; }
  /* line 1110, new.scss */
  .call-back div {
    text-align: left !important; }
  /* line 1113, new.scss */
  .call-back a {
    border-bottom: 1px solid !important; }

/* line 1118, new.scss */
a.js-modal {
  color: #98886c;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
  display: block; }

/* line 1127, new.scss */
.call-time {
  position: relative; }

/* line 1134, new.scss */
.time-work * {
  margin-top: 34px;
  padding: 0;
  margin: 0; }
/* line 1140, new.scss */
.time-work .content {
  color: #403B32;
  font-size: 12px;
  font-weight: 400; }
/* line 1146, new.scss */
.time-work svg {
  margin-right: 6px;
  position: relative;
  top: 1px; }

/* line 1154, new.scss */
.adress {
  color: #403B32;
  font-size: 12px;
  line-height: 16px; }
  /* line 1160, new.scss */
  .adress .content {
    margin-bottom: 0; }
  /* line 1164, new.scss */
  .adress * {
    margin: 0;
    padding: 0; }

/* line 1171, new.scss */
.menu-drop .block-background {
  background: #403B32; }
/* line 1174, new.scss */
.menu-drop .header {
  height: 40px;
  padding: 0 113px;
  margin: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 1194, new.scss */
  .menu-drop .header li {
    list-style-type: none;
    height: 100%;
    border: 2px solid #3f3d3d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    /* line 1209, new.scss */
    .menu-drop .header li:hover {
      border: 2px solid #98886c; }
      /* line 1212, new.scss */
      .menu-drop .header li:hover .title {
        color: #98886c; }
    /* line 1217, new.scss */
    .menu-drop .header li .title, .menu-drop .header li .title-portfolio {
      font-size: 14px;
      font-weight: 500;
      text-decoration: none;
      color: #FFF;
      height: 100%;
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-transform: uppercase;
      white-space: nowrap;
      padding-top: 2px; }

/* line 1245, new.scss */
.menu-drop .drop-menu {
  opacity: 0;
  z-index: -10;
  height: 0;
  position: absolute;
  top: 100%;
  width: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  left: 0;
  padding-left: 113px;
  padding-right: 113px;
  background: rgba(22, 37, 43, 0.96);
  max-height: 700px; }
  /* line 1261, new.scss */
  .menu-drop .drop-menu .col {
    padding-bottom: 46px; }

/* line 1274, new.scss */
.drop-menu.active {
  opacity: 1;
  height: 700px;
  z-index: 100;
  padding-top: 14px;
  padding-bottom: 90px; }

/* line 1281, new.scss */
.menu-drop {
  position: relative; }

/* line 1286, new.scss */
.drop-menu {
  overflow: hidden; }
  /* line 1289, new.scss */
  .drop-menu .level_2 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px; }
  /* line 1296, new.scss */
  .drop-menu .level_1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
    margin-top: 22px; }
    /* line 1315, new.scss */
    .drop-menu .level_1 img {
      margin-right: 20px; }

/* line 1321, new.scss */
.drop-menu .col {
  max-height: 110%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  /* line 1329, new.scss */
  .drop-menu .col .cell-4 {
    width: 100%; }

/* line 1334, new.scss */
.drop-menu .col {
  margin-right: -240px;
  min-height: 620px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-height: 700px; }
  /* line 1337, new.scss */
  .drop-menu .col .cell-custom {
    width: 300px; }
  /* line 1349, new.scss */
  .drop-menu .col .level_2 {
    padding-right: 10px; }
  /* line 1353, new.scss */
  .drop-menu .col .level_1 {
    padding-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
    /* line 1361, new.scss */
    .drop-menu .col .level_1 .img-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-right: 10px;
      position: relative;
      height: 50px; }
    /* line 1383, new.scss */
    .drop-menu .col .level_1 img {
      max-width: 50px;
      position: absolute; }

/* line 1389, new.scss */
ul.header li.dr:first-child .drop-menu .col {
  margin-right: 0;
  gap: 12px 10px;
  justify-content: space-between; }

/* line 1394, new.scss */
ul.header li.dr:first-child .drop-menu {
  padding-right: 0;
  padding-left: 100px; }

/* line 1398, new.scss */
.drop-menu .level_1 img {
  margin-right: 0; }

/* line 1402, new.scss */
.level_1 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 1407, new.scss */
  .level_1 img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 1413, new.scss */
  .level_1:hover {
    color: #e8b09a;
    text-decoration: underline; }
    /* line 1417, new.scss */
    .level_1:hover img {
      -webkit-filter: drop-shadow(0px 1px 2px #fd7842);
      filter: drop-shadow(0px 1px 2px #fd7842); }

/* line 1426, new.scss */
.level_2 {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 1431, new.scss */
  .level_2 img {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 1437, new.scss */
  .level_2:hover {
    color: #e8b09a;
    text-decoration: underline; }
    /* line 1441, new.scss */
    .level_2:hover img {
      -webkit-filter: drop-shadow(0px 1px 2px #fd7842);
      filter: drop-shadow(0px 1px 2px #fd7842); }

/* line 1450, new.scss */
.search-login-wrap {
  background-color: #16252b;
  padding: 20px 113px; }
  /* line 1455, new.scss */
  .search-login-wrap .copy {
    margin-right: 31px; }
  /* line 1459, new.scss */
  .search-login-wrap .login {
    width: 203px;
    height: 56px;
    border: 2px solid #98886c;
    margin-left: auto; }
    /* line 1460, new.scss */
    .search-login-wrap .login span {
      color: #ffffff;
      font-size: 14px;
      text-decoration: none; }
    /* line 1467, new.scss */
    .search-login-wrap .login .svg {
      padding-right: 22px;
      padding-left: 22px; }
    /* line 1477, new.scss */
    .search-login-wrap .login .link {
      color: #98886c;
      font-size: 14px;
      font-weight: 400;
      text-decoration: underline; }
    /* line 1485, new.scss */
    .search-login-wrap .login a {
      height: 100%;
      text-decoration: none;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

/* line 1503, new.scss */
.menu-drop .header {
  padding: 0; }

/* line 1508, new.scss */
.search_widget .search_widget-submit {
  background: #98886C;
  border: 0;
  color: #FFF;
  font-size: 15px;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
/* line 1532, new.scss */
.search_widget .inpt-group {
  border: 1px solid #98886C;
  width: 100%;
  padding-right: 3px;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 1540, new.scss */
  .search_widget .inpt-group input {
    height: 40px;
    background: transparent;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    border: 0;
    width: 100%;
    padding: 0 10px; }
    /* line 1550, new.scss */
    .search_widget .inpt-group input::-webkit-input-placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1557, new.scss */
    .search_widget .inpt-group input:-moz-placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1564, new.scss */
    .search_widget .inpt-group input::-moz-placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1571, new.scss */
    .search_widget .inpt-group input:-ms-input-placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1578, new.scss */
    .search_widget .inpt-group input::-ms-input-placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1585, new.scss */
    .search_widget .inpt-group input::placeholder {
      color: #FFF;
      font-size: 12px;
      font-weight: 400; }
    /* line 1593, new.scss */
    .search_widget .inpt-group input:hover::-webkit-input-placeholder {
      opacity: 1; }
    /* line 1597, new.scss */
    .search_widget .inpt-group input:hover:-moz-placeholder {
      opacity: 1; }
    /* line 1601, new.scss */
    .search_widget .inpt-group input:hover::-moz-placeholder {
      opacity: 1; }
    /* line 1605, new.scss */
    .search_widget .inpt-group input:hover:-ms-input-placeholder {
      opacity: 1; }
    /* line 1609, new.scss */
    .search_widget .inpt-group input:hover::-ms-input-placeholder {
      opacity: 1; }
    /* line 1613, new.scss */
    .search_widget .inpt-group input:hover::placeholder {
      opacity: 1; }

/* line 1623, new.scss */
.ajax-search-item:last-child .ajax-search-link {
  border: 0; }

/* line 1629, new.scss */
.ajax-search-link {
  color: #222;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 2px solid #98886c; }
  /* line 1636, new.scss */
  .ajax-search-link:hover {
    color: #000;
    padding-left: 20px; }

/* line 1642, new.scss */
.ajax-search-results {
  overflow: hidden;
  border: 2px solid #98886c;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-top: 0;
  top: -webkit-calc(100% - 0px);
  top: calc(100% - 0px); }

/* line 1652, new.scss */
.template-is-index .background-custom {
  z-index: -1;
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  /* line 1658, new.scss */
  .template-is-index .background-custom .background {
    background: url(left.jpg) left top no-repeat, url(right.jpg) right top no-repeat;
    height: 744px;
    top: -140px;
    position: absolute;
    width: 100%; }

/* line 1667, new.scss */
.main-header {
  position: relative;
  z-index: 10; }

/* line 1672, new.scss */
.menu-drop {
  z-index: 12;
  width: 100%;
  max-width: 100%; }

/* line 1678, new.scss */
.search-login-wrap {
  position: relative; }

/* line 1682, new.scss */
.mega-slider {
  background: #fff; }

/* line 1686, new.scss */
.template-is-index .background-custom .background {
  -webkit-background-size: 15.5% 100%;
  background-size: 15.5% 100%; }

/* line 1691, new.scss */
.mega-slider {
  background: #fff; }
  /* line 1692, new.scss */
  .mega-slider .swiper-slide {
    line-height: 0; }
  /* line 1698, new.scss */
  .mega-slider .absolute-content {
    line-height: initial;
    position: absolute;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    min-height: 144px;
    padding-left: 113px;
    padding-right: 113px;
    padding-top: 20px; }
    /* line 1709, new.scss */
    .mega-slider .absolute-content .title {
      color: #16252b;
      font-family: Ubuntu;
      font-size: 48px;
      font-weight: 700;
      text-transform: uppercase; }
    /* line 1717, new.scss */
    .mega-slider .absolute-content .sub-title {
      color: #989898;
      font-family: Ubuntu;
      margin-top: 10px;
      margin-left: 3px;
      font-size: 18px;
      font-weight: 700; }

/* line 1728, new.scss */
li.active.dr {
  border: 2px solid #98886c; }

/* line 1732, new.scss */
.main-header {
  position: relative;
  z-index: 1000; }

/* line 1738, new.scss */
.search-login-wrap {
  position: relative;
  z-index: 11; }

/* line 1742, new.scss */
.search-login-wrap .search_widget {
  z-index: 10002;
  width: 100%;
  max-width: 680px;
  margin: auto; }

/* line 1749, new.scss */
.mega-slider .background {
  height: 604px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

/* line 1758, new.scss */
.mega-slider .after {
  position: absolute;
  height: 100%;
  content: "";
  top: 0;
  background: url(r.png);
  right: 0;
  width: 232px;
  z-index: 100; }
/* line 1770, new.scss */
.mega-slider .before {
  position: absolute;
  height: 100%;
  content: "";
  top: 0;
  background: url(l.png);
  width: 232px;
  z-index: 100; }
/* line 1783, new.scss */
.mega-slider:hover .mega-prev {
  -webkit-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px); }
/* line 1791, new.scss */
.mega-slider:hover .mega-next {
  -webkit-transform: translatex(0px);
  -ms-transform: translatex(0px);
  -o-transform: translatex(0px);
  transform: translatex(0px); }

/* line 1801, new.scss */
.mega-slider .swiper-pagination-bullet {
  width: 80px;
  height: 8px;
  -webkit-border-radius: 0;
  border-radius: 0; }
/* line 1808, new.scss */
.mega-slider .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #16252b; }

/* line 1814, new.scss */
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #98886c; }

/* line 1818, new.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 132px;
  text-align: left;
  padding-left: 113px; }

/* line 1824, new.scss */
.absolute-social {
  position: absolute;
  top: 40%;
  right: -10px;
  z-index: 1000;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg); }
  /* line 1834, new.scss */
  .absolute-social .list-item {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #fff;
    border: 0;
    margin-left: 35px; }
  /* line 1845, new.scss */
  .absolute-social .social-menu-link {
    border: 0; }

/* line 1851, new.scss */
.mega-slider .tag {
  top: 40%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #ffffff;
  z-index: 100;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  font-size: 12px;
  left: 43px; }
  /* line 1852, new.scss */
  .mega-slider .tag:after {
    content: "";
    height: 24px;
    width: 2px;
    background: #98886c;
    display: block;
    position: absolute;
    top: 0;
    right: -10px; }

/* line 1880, new.scss */
.before.mega-prev {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  /* line 1885, new.scss */
  .before.mega-prev:hover {
    background-image: -webkit-linear-gradient(339deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%) !important;
    background-image: -o-linear-gradient(339deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%) !important;
    background-image: linear-gradient(-249deg, rgba(0, 0, 0, 0.6) 0%, transparent 100%) !important; }

/* line 1892, new.scss */
.mega-slider .after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  /* line 1897, new.scss */
  .mega-slider .after:hover {
    background-image: -webkit-linear-gradient(339deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    background-image: -o-linear-gradient(339deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%) !important;
    background-image: linear-gradient(-249deg, transparent 0%, rgba(0, 0, 0, 0.6) 100%) !important; }

/* line 1904, new.scss */
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  z-index: 10000000000; }

/* line 1908, new.scss */
.mega-slider-mini {
  height: 150px;
  margin-top: -150px; }

/* line 1913, new.scss */
.swiper-container.mega-slider.mega-slider-mini.swiper-container-horizontal {
  background: none; }

/* line 1917, new.scss */
.h {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 113px;
  padding-top: 105px;
  position: relative; }
  /* line 1927, new.scss */
  .h:after {
    content: "";
    width: 80px;
    height: 8px;
    background-color: #16252b;
    display: block;
    position: absolute;
    top: 68px; }

/* line 1938, new.scss */
.description-h {
  color: #807f7f;
  font-size: 14px;
  font-weight: 400;
  padding-left: 113px;
  margin-top: 20px;
  margin-bottom: 28px; }

/* line 1948, new.scss */
.lh {
  color: #e8b09a;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline !important;
  text-transform: uppercase;
  width: 100%;
  display: block;
  text-align: right;
  padding-bottom: 30px; }

/* line 1961, new.scss */
.banner {
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-top: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 342px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 57px;
  padding-right: 40px;
  padding-left: 392px; }
  /* line 1964, new.scss */
  .banner:after {
    width: 80px;
    height: 8px;
    background-color: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 80px; }
  /* line 2015, new.scss */
  .banner .title {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

/* line 2025, new.scss */
.banner {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  /* line 2030, new.scss */
  .banner .text {
    display: block;
    font-size: 60px;
    font-weight: 700;
    color: #16252b; }

/* line 2038, new.scss */
.banner.index-2 .title {
  color: #fff; }

/* line 2042, new.scss */
.banner.index-3 .title {
  color: #fff; }

/* line 2046, new.scss */
.banner.index-5 .title {
  color: #fff; }

/* line 2051, new.scss */
.paralax-banners .first {
  width: 428px;
  height: 492px;
  padding-left: 84px;
  padding-top: 95px;
  background: url(pb.jpg); }
  /* line 2058, new.scss */
  .paralax-banners .first .title {
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase; }

/* line 2069, new.scss */
.paralax-banners {
  padding-bottom: 30px; }
  /* line 2072, new.scss */
  .paralax-banners .tag {
    position: absolute;
    color: #b0b0b0;
    font-weight: 400;
    line-height: 27px;
    font-size: 14px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    left: 10px;
    bottom: 70px; }
    /* line 2086, new.scss */
    .paralax-banners .tag:after {
      content: "";
      position: absolute;
      height: 24px;
      right: -15px;
      bottom: 0px;
      width: 2px;
      background-color: #e8b09a;
      display: block; }
  /* line 2098, new.scss */
  .paralax-banners .link {
    float: right;
    color: #e8b09a;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: 87px; }
  /* line 2110, new.scss */
  .paralax-banners .second {
    z-index: 10;
    margin-left: 80px;
    margin-top: -278px;
    position: relative;
    width: 428px;
    height: 574px;
    border: 2px solid #98886c;
    background-color: #ffffff;
    padding: 87px 35px; }
    /* line 2116, new.scss */
    .paralax-banners .second .text {
      color: #807f7f;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px; }
  /* line 2131, new.scss */
  .paralax-banners .first {
    position: relative;
    margin-top: -144px;
    z-index: 9;
    margin-left: 112px;
    width: 428px;
    height: 492px;
    padding-left: 84px;
    padding-top: 100px; }
    /* line 2142, new.scss */
    .paralax-banners .first .title {
      padding-right: 100px;
      color: #ffffff;
      font-family: Ubuntu;
      font-size: 22px;
      font-weight: 700;
      text-transform: uppercase; }

/* line 2153, new.scss */
.white-chevron {
  width: 80px;
  height: 8px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 80px; }

/* line 2163, new.scss */
.gold-chevron {
  width: 80px;
  height: 8px;
  background-color: #98886c;
  display: block;
  position: absolute;
  top: 0;
  left: 80px; }

/* line 2173, new.scss */
.lh {
  padding-bottom: 40px; }

/* line 2177, new.scss */
.paralax-banners {
  padding-bottom: 0px; }

/* line 2181, new.scss */
.description-h.right {
  padding-top: 131px; }

/* line 2187, new.scss */
.category-products-slider .navigation:after {
  position: absolute;
  background: url(as.jpg);
  width: 594px;
  height: 423px;
  content: ""; }

/* line 2198, new.scss */
.category-products-slider .navigation:after {
  right: 0;
  top: 0;
  z-index: -1; }

/* line 2205, new.scss */
.category-products-slider .navigation {
  position: relative;
  max-width: 22%;
  -webkit-flex-basis: 22%;
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  height: 423px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 105px; }
  /* line 2206, new.scss */
  .category-products-slider .navigation .absolute-link {
    color: #e8b09a;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 121px;
    padding-bottom: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 2223, new.scss */
    .category-products-slider .navigation .absolute-link:hover {
      color: #fff; }
  /* line 2261, new.scss */
  .category-products-slider .navigation:before {
    content: "";
    width: 80px;
    height: 8px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 105px; }
  /* line 2271, new.scss */
  .category-products-slider .navigation * {
    width: 100%; }
  /* line 2275, new.scss */
  .category-products-slider .navigation .collection {
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 2287, new.scss */
    .category-products-slider .navigation .collection:hover {
      color: #e8b09a; }
  /* line 2292, new.scss */
  .category-products-slider .navigation .collection.active {
    color: #e8b09a; }

/* line 2301, new.scss */
.category-products-slider {
  padding-top: 30px; }

/* line 2305, new.scss */
.paralax-banners .second {
  position: relative;
  top: 1px; }

/* line 2311, new.scss */
.category-products-slider .slider {
  max-width: 78%;
  -webkit-flex-basis: 78%;
  -ms-flex-preferred-size: 78%;
  flex-basis: 78%; }

/* line 2319, new.scss */
.paralax-banners .first {
  padding-top: 95px; }

/* line 2323, new.scss */
.social-menu-item {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid transparent !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  top: -16px; }
  /* line 2346, new.scss */
  .social-menu-item:hover {
    border: 1px solid !important;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 11px -1px white;
    box-shadow: 0px 0px 11px -1px white; }

/* line 2355, new.scss */
.social-menu-link {
  margin: 0; }

/* line 2360, new.scss */
.category-products-slider .prod {
  height: 100%; }

/* line 2365, new.scss */
.short-description {
  color: #807f7f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  padding-left: 21px;
  padding-top: 17px;
  max-height: 64px;
  overflow: hidden;
  padding-right: 17px;
  padding-bottom: 5px; }

/* line 2379, new.scss */
.category-products-slider .slider {
  padding-left: 40px; }

/* line 2384, new.scss */
.card-title {
  margin-bottom: 8px;
  min-height: 38px; }
  /* line 2388, new.scss */
  .card-title a {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    padding-left: 20px; }

/* line 2398, new.scss */
.card-info {
  padding-top: 17px; }

/* line 2402, new.scss */
.card-image {
  width: 317px;
  height: 317px; }

/* line 2408, new.scss */
.category-products-slider .swiper-button-prev, .category-products-slider .swiper-container-rtl .swiper-button-next {
  background-image: url(left-ps.svg); }
/* line 2412, new.scss */
.category-products-slider .swiper-button-next, .category-products-slider .swiper-container-rtl .swiper-button-prev {
  background-image: url(right-ps.svg); }

/* line 2419, new.scss */
.slider .swiper-button-prev, .slider .swiper-button-next {
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  -webkit-background-size: contain;
  background-size: contain;
  left: 0;
  border-radius: 50%;
  background: rgba(131, 116, 88, 0.8);
  background-image: none !important;
  outline: none; }
  /* line 2431, new.scss */
  .slider .swiper-button-prev:after, .slider .swiper-button-next:after {
    content: '';
    background-image: url(arrow_l.svg);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 16px; }

/* line 2443, new.scss */
.slider .swiper-button-prev {
  left: 55px; }

/* line 2446, new.scss */
.slider .swiper-button-next {
  right: 15px;
  left: auto; }
  /* line 2449, new.scss */
  .slider .swiper-button-next:after {
    transform: translate(-50%, -50%) rotate(180deg); }

/* line 2461, new.scss */
.category-products-slider .slider {
  position: relative; }

/* line 2467, new.scss */
.slider.is-tab-close {
  opacity: 0;
  z-index: -1;
  position: absolute; }

/* line 2473, new.scss */
.collection.is-button-active {
  color: #e8b09a !important; }

/* line 2477, new.scss */
.category-products-slider {
  padding-bottom: 60px; }

/* line 2481, new.scss */
.delim {
  width: 100%;
  height: 8px;
  background-color: #16252b;
  margin-bottom: 50px; }

/* line 2488, new.scss */
.description-h.right {
  padding-left: 0;
  padding-right: 113px; }

/* line 2494, new.scss */
.index-text2 .h {
  padding-top: 0; }
  /* line 2497, new.scss */
  .index-text2 .h:after {
    display: none; }
/* line 2502, new.scss */
.index-text2 .description-h.right {
  padding-top: 26px; }

/* line 2507, new.scss */
.slider {
  display: block !important; }

/* line 2512, new.scss */
.index-text2 .h {
  padding-top: 0; }
  /* line 2515, new.scss */
  .index-text2 .h:after {
    display: none; }
/* line 2520, new.scss */
.index-text2 .description-h.right {
  padding-top: 26px; }
/* line 2524, new.scss */
.index-text2 .link {
  float: right;
  color: #e8b09a;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  margin-top: 20px;
  padding-right: 113px; }

/* line 2537, new.scss */
.index-text3 {
  height: 680px;
  background-color: #ececec;
  width: 100%; }
  /* line 2542, new.scss */
  .index-text3 .paralax-banners .first {
    margin-top: -150px; }

/* line 2547, new.scss */
.index-text2 .link {
  margin-top: 0; }

/* line 2551, new.scss */
.index-text2 {
  padding-bottom: 90px; }
  /* line 2554, new.scss */
  .index-text2 .description-h.right {
    margin-bottom: 18px; }
  /* line 2558, new.scss */
  .index-text2 .bttn-prim {
    margin-left: 113px; }

/* line 2563, new.scss */
.bttn-prim {
  border: 2px solid #98886c;
  background: #fff;
  color: #98886c;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 34px;
  padding-right: 34px;
  margin-top: 20px; }
  /* line 2577, new.scss */
  .bttn-prim:hover {
    background: #98886c;
    border: 2px solid #98886c; }

/* line 2584, new.scss */
.index-text3 .link {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  float: right;
  padding-top: 100px; }

/* line 2597, new.scss */
.index-text3 .paralax-banners .second {
  height: 824px; }
/* line 2601, new.scss */
.index-text3 .description-h {
  position: relative; }
/* line 2605, new.scss */
.index-text3 .cell-6 {
  position: relative; }
/* line 2609, new.scss */
.index-text3 .tag {
  position: absolute;
  color: #b0b0b0;
  font-weight: 400;
  line-height: 27px;
  font-size: 14px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 87px;
  bottom: -157px; }
  /* line 2624, new.scss */
  .index-text3 .tag:after {
    content: "";
    position: absolute;
    height: 24px;
    right: -15px;
    bottom: 0;
    width: 2px;
    background-color: #e8b09a;
    display: block; }

/* line 2637, new.scss */
.index-text3 .link {
  padding-top: 140px; }

/* line 2641, new.scss */
.social-menu-item {
  top: -13px; }

/* line 2646, new.scss */
.category-products-slider .swiper-button-prev {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 2651, new.scss */
  .category-products-slider .swiper-button-prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
/* line 2661, new.scss */
.category-products-slider .swiper-button-next {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 2666, new.scss */
  .category-products-slider .swiper-button-next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* line 2677, new.scss */
.our-client {
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 64px !important; }
  /* line 2682, new.scss */
  .our-client .client {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 43px; }
    /* line 2700, new.scss */
    .our-client .client:hover {
      outline: 2px solid #98886c; }

/* line 2706, new.scss */
.service-delivery {
  background-color: #98886c;
  padding-bottom: 47px; }
  /* line 2710, new.scss */
  .service-delivery .h {
    color: #fff; }
    /* line 2713, new.scss */
    .service-delivery .h:after {
      background: #fff; }
  /* line 2718, new.scss */
  .service-delivery .content {
    padding-left: 113px;
    padding-top: 40px; }
  /* line 2723, new.scss */
  .service-delivery .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
    /* line 2724, new.scss */
    .service-delivery .block .text {
      padding-right: 50px;
      color: #ffffff;
      font-family: Ubuntu;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase; }
    /* line 2745, new.scss */
    .service-delivery .block .img {
      min-width: 80px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }

/* line 2767, new.scss */
.service-delivery .right {
  padding-right: 113px; }
  /* line 2770, new.scss */
  .service-delivery .right .text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    padding-top: 120px; }
  /* line 2779, new.scss */
  .service-delivery .right .link {
    color: #e8b09a;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    float: right;
    margin-top: 30px; }

/* line 2792, new.scss */
.instagram-title {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
  padding: 15px 113px; }

/* line 2802, new.scss */
.instagram {
  border-top: 8px solid #16252b; }
  /* line 2805, new.scss */
  .instagram .swiper-slide a {
    position: relative; }
    /* line 2808, new.scss */
    .instagram .swiper-slide a:after {
      content: "";
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.9);
      position: absolute;
      display: block;
      z-index: 100000000;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    /* line 2825, new.scss */
    .instagram .swiper-slide a:hover:after {
      opacity: 0; }

/* line 2833, new.scss */
.instagram {
  position: relative; }
  /* line 2836, new.scss */
  .instagram .absolute-chevron {
    width: 326px;
    height: 384px;
    position: absolute;
    background: url(instagram.jpg); }

/* line 2845, new.scss */
.instagram {
  position: relative; }
  /* line 2846, new.scss */
  .instagram .js-intitle {
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 154px;
    margin-bottom: 10px; }
  /* line 2858, new.scss */
  .instagram .absolute-chevron {
    width: 326px;
    height: 384px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -163px;
    z-index: 100;
    text-align: center; }
    /* line 2869, new.scss */
    .instagram .absolute-chevron .sub-title {
      color: #ffffff;
      font-size: 14px;
      font-weight: 600;
      text-transform: none;
      margin-bottom: 90px; }
    /* line 2878, new.scss */
    .instagram .absolute-chevron .link {
      color: #e8b09a;
      font-family: Ubuntu;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase; }

/* line 2892, new.scss */
.bottom-footer {
  padding: 15px 0px 13px; }
  /* line 2895, new.scss */
  .bottom-footer .copy {
    color: #16252b;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px; }
  /* line 2903, new.scss */
  .bottom-footer .idbi {
    color: #16252b;
    font-size: 12px;
    font-weight: 400; }
    /* line 2904, new.scss */
    .bottom-footer .idbi .row {
      height: 100%; }
    /* line 2913, new.scss */
    .bottom-footer .idbi a {
      color: #16252b;
      margin-left: 4px; }
    /* line 2918, new.scss */
    .bottom-footer .idbi svg {
      margin-right: 7px; }

/* line 2927, new.scss */
.footer-blocks .cell-2:last-child a {
  margin-right: 0; }
/* line 2934, new.scss */
.footer-blocks a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #b0b0b0;
  margin-right: 20px;
  padding-left: 15px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 2953, new.scss */
  .footer-blocks a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
/* line 2966, new.scss */
.footer-blocks .img {
  height: 80px;
  min-width: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 2986, new.scss */
.footer-blocks .text {
  margin-left: 10px;
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding-right: 20px; }

/* line 2997, new.scss */
footer {
  margin-top: 80px; }
  @media screen and (max-width: 420px) {
    /* line 2997, new.scss */
    footer {
      margin-top: 50px; } }
  /* line 3004, new.scss */
  footer .top-footer {
    padding-bottom: 60px; }
    /* line 3007, new.scss */
    footer .top-footer .title {
      color: #98886c;
      font-family: Ubuntu;
      font-size: 18px;
      font-weight: 700;
      padding-top: 28px;
      padding-bottom: 27px; }
    /* line 3019, new.scss */
    footer .top-footer .call-time:after {
      display: none; }
    /* line 3025, new.scss */
    footer .top-footer .mail a {
      color: #b0b0b0;
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-decoration: none !important; }
      /* line 3042, new.scss */
      footer .top-footer .mail a svg {
        margin-right: 7px; }

/* line 3058, new.scss */
footer .top-footer .footer-link a {
  color: #b0b0b0;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3069, new.scss */
  footer .top-footer .footer-link a:hover {
    color: #000;
    border-bottom: 1px solid; }
/* line 3076, new.scss */
footer .top-footer .logo {
  margin-bottom: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 3086, new.scss */
.top-footer {
  position: relative; }
  /* line 3089, new.scss */
  .top-footer .absolute-social .list-item {
    color: #b0b0b0; }
  /* line 3093, new.scss */
  .top-footer .absolute-social {
    top: 59%;
    right: -6px; }

/* line 3099, new.scss */
.absolute-tag {
  top: 56%;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  color: #b0b0b0;
  z-index: 100;
  font-weight: 400;
  line-height: 27px;
  position: absolute;
  font-size: 12px;
  left: 47px; }
  /* line 3114, new.scss */
  .absolute-tag:after {
    content: "";
    height: 24px;
    width: 2px;
    background: #98886c;
    display: block;
    position: absolute;
    top: 0;
    right: -10px; }

/* line 3126, new.scss */
.banner {
  overflow: hidden; }
  /* line 3129, new.scss */
  .banner img {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    height: 100%;
    width: 100%; }
  /* line 3143, new.scss */
  .banner:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

/* line 3152, new.scss */
.lh {
  padding-bottom: 0;
  margin-bottom: 0;
  float: right;
  margin-bottom: 60px;
  width: initial; }

@media (max-width: 1366px) {
  /* line 3161, new.scss */
  .category-products-slider .swiper-button-next, .category-products-slider .swiper-container-rtl .swiper-button-prev {
    left: auto; }

  /* line 3166, new.scss */
  .category-products-slider .slider {
    padding-left: 20px; }

  /* line 3169, new.scss */
  .swiper-button-prev {
    left: 35px; } }
@media (max-width: 1344px) {
  /* line 3175, new.scss */
  .bottom-footer {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 3180, new.scss */
  .search-login-wrap .row {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3186, new.scss */
  .container.menu-drop {
    padding-left: 0;
    padding-right: 0; }

  /* line 3190, new.scss */
  .no-padding {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/* line 3197, new.scss */
.second .text {
  margin-top: -1em;
  margin-bottom: -1em; }

/* line 3203, new.scss */
.pmargin {
  margin-bottom: -1em; }

/* line 3208, new.scss */
.description-h.right .pmargin {
  margin-top: -1em; }

/* line 3213, new.scss */
.description-h.right .pmargin {
  margin-bottom: 0; }

/* line 3217, new.scss */
a.bttn.bttn-prim.js-modal {
  width: initial;
  display: inline-block;
  text-decoration: none;
  font-family: Ubuntu; }

/* line 3225, new.scss */
.service-delivery .pmargin {
  margin-top: -1em; }

/* line 3230, new.scss */
.footer-blocks a {
  padding-left: 10px; }

/* line 3234, new.scss */
.relative {
  position: relative; }

/* line 3238, new.scss */
.paralax-banners .first {
  height: 574px; }

/* line 3242, new.scss */
button.js-scroll_top.scroll_top {
  background: transparent;
  border: 1px solid transparent;
  padding: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #e8b09a;
  font-size: 30px;
  padding: 0;
  height: initial;
  width: initial;
  right: 10px; }

/* line 3256, new.scss */
.paralax-banners .second {
  margin-top: -360px; }

/* line 3260, new.scss */
.tag.works {
  position: absolute;
  color: #b0b0b0;
  font-weight: 400;
  right: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  top: 240px; }
  /* line 3272, new.scss */
  .tag.works:after {
    content: "";
    position: absolute;
    height: 24px;
    right: -10px;
    bottom: -2px;
    width: 2px;
    background-color: #e8b09a;
    display: block; }

/* line 3284, new.scss */
.footer-blocks a:hover {
  border-color: #000; }
  /* line 3287, new.scss */
  .footer-blocks a:hover .text {
    color: #000 !important; }

/* line 3294, new.scss */
.fill-fff svg * {
  fill: #fff !important; }

/* line 3315, new.scss */
.drop-menu .col .level_1 .img-wrap {
  height: 43px; }

/* line 3319, new.scss */
.breadcrumb-wrapper {
  background-color: #ebebef;
  padding-left: 23px;
  min-height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 420px) {
    /* line 3319, new.scss */
    .breadcrumb-wrapper {
      margin-bottom: 0; } }
  /* line 3343, new.scss */
  .breadcrumb-wrapper .breadcrumb-link {
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 700; }
    /* line 3349, new.scss */
    .breadcrumb-wrapper .breadcrumb-link:hover {
      color: #16252b; }
  /* line 3354, new.scss */
  .breadcrumb-wrapper span.breadcrumb-link.current-page {
    color: #16252b; }
  /* line 3358, new.scss */
  .breadcrumb-wrapper .breadcrumb-item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

/* line 3372, new.scss */
.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/* line 3388, new.scss */
.breadcrumb-item:not(:last-child) {
  position: relative;
  padding-right: 56px; }

/* line 3393, new.scss */
.breadcrumb-item:not(:last-child):after {
  position: absolute;
  right: 16px;
  top: 7px;
  content: "";
  width: 24px;
  height: 2px;
  background-color: #16252b; }

/* line 3403, new.scss */
.background-custom {
  z-index: -1;
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  /* line 3409, new.scss */
  .background-custom .background {
    height: 744px;
    top: -140px;
    position: absolute;
    width: 100%; }
  /* line 3417, new.scss */
  .background-custom .background {
    height: 172px;
    background: url(right.jpg) no-repeat 0% 73%, url(right.jpg) no-repeat 100% 0; }

/* line 3425, new.scss */
.collection-title {
  margin-bottom: 15px; }

/* line 3429, new.scss */
.collection-block {
  margin-bottom: 50px; }
  /* line 3432, new.scss */
  .collection-block .block {
    border: 2px solid #ebebef;
    padding: 20px;
    padding-left: 0;
    height: 120px; }
  /* line 3439, new.scss */
  .collection-block .more {
    position: absolute;
    right: 34px;
    color: #e8b09a;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
    bottom: -20px; }
  /* line 3451, new.scss */
  .collection-block .icon {
    min-width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 3470, new.scss */
  .collection-block .content {
    min-width: 70%;
    position: relative; }
  /* line 3475, new.scss */
  .collection-block .title {
    color: #b0b0b0;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }

/* line 3485, new.scss */
.collection_tabs {
  padding-top: 0;
  margin-top: 0;
  padding-bottom: 0; }
  /* line 3490, new.scss */
  .collection_tabs .tabs-item {
    width: 50%;
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #b0b0b0;
    background-color: #ebebef;
    border-bottom: 2px solid #98886c; }
  /* line 3505, new.scss */
  .collection_tabs .tabs-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 103px;
    padding-right: 103px; }
  /* line 3515, new.scss */
  .collection_tabs .tabs-box {
    border: 2px solid #98886c;
    padding-left: 113px;
    padding-left: 113px;
    padding-bottom: 56px;
    padding-top: 45px; }
  /* line 3523, new.scss */
  .collection_tabs .tabs-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    top: 2px; }
  /* line 3544, new.scss */
  .collection_tabs .tabs-item.is-button-active {
    border: 2px solid #98886c;
    color: #98886c;
    background-color: #fff;
    border-bottom-color: #fff; }
  /* line 3551, new.scss */
  .collection_tabs .drop-menu .level_1 {
    color: #16252b; }
  /* line 3555, new.scss */
  .collection_tabs .level_2 {
    color: #16252b; }

/* line 3561, new.scss */
.fill-fff svg * {
  fill: #fff !important;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* line 3569, new.scss */
.level_1:hover .fill-fff svg * {
  fill: #e8b09a !important; }

/* line 3576, new.scss */
.collection_tabs * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 3582, new.scss */
.collection_tabs svg * {
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important; }
/* line 3589, new.scss */
.collection_tabs a:hover {
  color: #e8b09a !important; }
  /* line 3592, new.scss */
  .collection_tabs a:hover svg * {
    fill: #e8b09a; }

/* line 3601, new.scss */
.collection_tabs .drop-menu .col {
  max-height: 654px;
  margin-right: -146px; }

/* line 3608, new.scss */
[data-tab-target="vid"] svg {
  height: 100%; }

/* line 3614, new.scss */
.collection-product-slider .category-products-slider .navigation:before {
  right: 98px; }
/* line 3618, new.scss */
.collection-product-slider .category-products-slider .navigation {
  padding-left: 113px; }

/* line 3623, new.scss */
.collection-banner {
  height: 200px;
  padding-left: 336px;
  padding-top: 60px;
  margin-top: -23px;
  margin-bottom: 39px; }
  /* line 3630, new.scss */
  .collection-banner .title {
    color: #e8b09a;
    font-family: Ubuntu;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 3638, new.scss */
  .collection-banner .sub-title {
    color: #ffffff;
    font-family: Ubuntu;
    font-size: 18px;
    font-weight: 700; }

/* line 3647, new.scss */
.filter {
  border: 2px solid #ebebef;
  padding: 0;
  margin-bottom: 10px; }
  /* line 3652, new.scss */
  .filter .filter-toggle {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  /* line 3664, new.scss */
  .filter .filter-title {
    position: relative;
    color: #16252b;
    font-size: 12px;
    font-weight: 400;
    padding-left: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(dlj.png);
    background-repeat: no-repeat;
    background-position: 95% 15px; }
  /* line 3678, new.scss */
  .filter .filter-items-list {
    padding: 10px; }

/* line 3683, new.scss */
.collection-filter {
  margin-bottom: 0; }

/* line 3687, new.scss */
.filter-items-wrapper.is-tab-active {
  border: 2px solid #ebebef; }

/* line 3691, new.scss */
.filter-items-wrapper {
  position: absolute;
  background: #fff;
  z-index: 1000;
  left: 0;
  right: 0; }

/* line 3699, new.scss */
.filter-items-wrapper.is-tab-close {
  opacity: 0; }

/* line 3703, new.scss */
a.filters-clear.bttn.bttn-second.in-filter {
  color: #98886c;
  font-size: 14px;
  text-decoration: underline;
  background: #fff;
  border: 2px solid #98886c;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  display: block;
  margin-bottom: 20px; }
  /* line 3716, new.scss */
  a.filters-clear.bttn.bttn-second.in-filter:hover {
    background: #98886c;
    color: #fff; }

/* line 3722, new.scss */
.filter {
  position: relative; }
  /* line 3725, new.scss */
  .filter .is-tab-active {
    -webkit-box-shadow: 0px 5px 10px #8f8f8f;
    box-shadow: 0px 5px 10px #8f8f8f; }
  /* line 3730, new.scss */
  .filter .is-active-container {
    -webkit-box-shadow: 0px 5px 10px #8f8f8f;
    box-shadow: 0px 5px 10px #8f8f8f; }

/* line 3736, new.scss */
.filter-items-wrapper {
  z-index: 1; }

/* line 3740, new.scss */
.collection-title {
  padding-top: 90px; }
  /* line 3743, new.scss */
  .collection-title:after {
    top: 58px; }

/* line 3748, new.scss */
a.filters-clear.bttn.bttn-second.in-filter {
  margin-top: 5px; }

/* line 3752, new.scss */
.filter-items-wrapper.is-tab-active {
  margin-left: -2px;
  margin-right: -2px; }

/* line 3757, new.scss */
.is-active-container2 {
  border-color: #98886c; }

/* line 3761, new.scss */
.col-fil-wrap {
  margin-bottom: 25px; }

/* line 3765, new.scss */
.filter-item {
  margin-bottom: 4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3771, new.scss */
  .filter-item:hover {
    background: rgba(43, 3, 3, 0.5);
    padding: 5px 5px;
    color: #fff; }
  /* line 3777, new.scss */
  .filter-item .chkbx-label {
    line-height: 22px; }

/* line 3782, new.scss */
.filter-body {
  padding: 10px; }

/* line 3786, new.scss */
.is-tab-active2 {
  border-color: #98886c !important; }

/* line 3790, new.scss */
.coll-seo-filters {
  margin-bottom: 24px; }
  /* line 3793, new.scss */
  .coll-seo-filters .title {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: -10px; }
  /* line 3803, new.scss */
  .coll-seo-filters .sfilter {
    color: #807f7f;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 100;
    border-bottom: 1px solid;
    margin-right: 15px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    /* line 3814, new.scss */
    .coll-seo-filters .sfilter:hover {
      color: #000; }

/* line 3820, new.scss */
.collection-order.is-order {
  border: 2px solid #ebebef;
  padding-left: 16px;
  position: relative;
  min-width: 344px;
  height: 36px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 3837, new.scss */
  .collection-order.is-order .label-field {
    color: #16252b;
    font-size: 12px; }
  /* line 3843, new.scss */
  .collection-order.is-order .slct {
    color: #b0b0b0;
    font-size: 12px;
    padding-left: 93px;
    position: absolute;
    right: 0;
    top: 0px;
    background-color: transparent;
    left: 0;
    width: 100%;
    bottom: 0; }

/* line 3858, new.scss */
.collection-products_count {
  color: #e8b09a;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  margin-right: 35px; }
  /* line 3875, new.scss */
  .collection-products_count .ctitle {
    color: #b0b0b0;
    margin-right: 23px;
    position: relative; }
    /* line 3880, new.scss */
    .collection-products_count .ctitle:after {
      width: 2px;
      height: 24px;
      background-color: #e8b09a;
      content: "";
      display: block;
      position: absolute;
      right: -13px;
      top: -5px; }

/* line 3893, new.scss */
.container.collection-header {
  border-bottom: 2px solid #16252b;
  margin-bottom: 60px;
  padding-bottom: 10px; }

/* line 3899, new.scss */
.collection-order.is-order {
  margin-left: 0px; }

/* line 3903, new.scss */
.collection-order {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 3916, new.scss */
  .collection-order .label-field {
    color: #16252b;
    font-size: 12px; }
  /* line 3922, new.scss */
  .collection-order .page_size-radio {
    border: 2px solid #ebebef;
    color: #b0b0b0;
    font-size: 12px;
    font-weight: 400;
    width: 40px;
    height: 36px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 10px; }

/* line 3949, new.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #16252b; }

/* line 3953, new.scss */
label.page_size-radio.checked {
  border-color: #16252b; }

/* line 3957, new.scss */
.container.collection-header {
  padding-bottom: 15px; }

/* line 3961, new.scss */
.collection-price {
  border: 2px solid #ebebef;
  padding: 30px 50px;
  margin-bottom: 25px; }
  /* line 3966, new.scss */
  .collection-price .text {
    color: #b0b0b0;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase; }
  /* line 3974, new.scss */
  .collection-price .tag {
    color: #b0b0b0;
    position: absolute; }
  /* line 3980, new.scss */
  .collection-price .link {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    /* line 3988, new.scss */
    .collection-price .link img {
      margin-right: 10px; }
    /* line 3992, new.scss */
    .collection-price .link .size {
      color: #b0b0b0;
      font-family: Ubuntu;
      font-size: 12px;
      font-weight: 700;
      text-transform: uppercase;
      margin-top: 5px; }
    /* line 4001, new.scss */
    .collection-price .link .dow {
      color: #e8b09a;
      font-family: Ubuntu;
      font-size: 12px;
      font-weight: 700;
      text-decoration: underline;
      text-transform: uppercase; }

/* line 4013, new.scss */
.collection-price .qr {
  margin-left: 100px;
  margin-right: 35px; }
/* line 4018, new.scss */
.collection-price .tag {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: relative;
  margin-left: -20px; }
  /* line 4026, new.scss */
  .collection-price .tag:after {
    content: "";
    display: block;
    width: 2px;
    height: 24px;
    background-color: #e8b09a;
    position: absolute;
    top: -2px;
    right: -10px; }

/* line 4040, new.scss */
.collection-content {
  margin-bottom: 30px;
  border-bottom: 2px solid #16252b;
  padding-bottom: 30px; }

/* line 4046, new.scss */
.category_menu-item {
  position: relative; }

/* line 4050, new.scss */
.collection-menu {
  position: relative;
  border: 2px solid #98886c;
  padding: 84px 33px 15px;
  position: relative; }
  /* line 4051, new.scss */
  .collection-menu .it {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 4066, new.scss */
  .collection-menu .category_menu-marker {
    background: none;
    margin-left: auto;
    -webkit-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    flex-basis: 10%;
    min-width: 10%;
    max-width: 10%;
    height: initial;
    padding: 0; }
  /* line 4080, new.scss */
  .collection-menu .category_menu.level-2 {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 20px;
    color: #b0b0b0;
    font-size: 14px;
    margin-top: 20px; }
    /* line 4090, new.scss */
    .collection-menu .category_menu.level-2 li {
      margin-bottom: 20px; }
      /* line 4093, new.scss */
      .collection-menu .category_menu.level-2 li:last-child {
        margin-bottom: 0; }
    /* line 4098, new.scss */
    .collection-menu .category_menu.level-2 a {
      color: #b0b0b0; }
  /* line 4103, new.scss */
  .collection-menu a.category_menu-link.menu-link.level-1 {
    position: relative;
    color: #16252b;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    -webkit-flex-basis: 90%;
    -ms-flex-preferred-size: 90%;
    flex-basis: 90%;
    min-width: 90%;
    max-width: 90%; }
  /* line 4121, new.scss */
  .collection-menu:after {
    width: 80px;
    height: 8px;
    background-color: #98886c;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 80px; }
  /* line 4132, new.scss */
  .collection-menu .title {
    color: #98886c;
    font-family: Ubuntu;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px; }
  /* line 4141, new.scss */
  .collection-menu .is-active-container {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 4146, new.scss */
  .collection-menu .is-tab-active {
    -webkit-box-shadow: none;
    box-shadow: none; }
  /* line 4151, new.scss */
  .collection-menu li.category_menu-item.menu-item.level-1 {
    border-top: 1px solid #b0b0b0;
    padding: 17px 0px; }

/* line 4158, new.scss */
.temaplate-is-collection .cards-row {
  margin-top: -46px; }

/* line 4164, new.scss */
.cards-row .del {
  height: 1px;
  background: #b0b0b0;
  width: 988px;
  margin-left: 10px; }
/* line 4171, new.scss */
.cards-row .card {
  padding-bottom: 30px; }

/* line 4178, new.scss */
.card .card-price {
  padding-left: 22px;
  color: #98886c;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700; }
  /* line 4185, new.scss */
  .card .card-price span {
    color: #b0b0b0;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400; }

/* line 4194, new.scss */
.cards-row .del {
  margin-bottom: 18px; }

/* line 4198, new.scss */
.collection-content {
  padding-top: 20px; }

/* line 4202, new.scss */
.card {
  position: relative; }
  /* line 4203, new.scss */
  .card .property {
    font-family: Ubuntu;
    font-size: 14px;
    margin-bottom: 30px;
    color: #807f7f; }
    /* line 4209, new.scss */
    .card .property .value {
      color: #16252b;
      font-weight: 700;
      margin-left: 2px; }
    /* line 4215, new.scss */
    .card .property .wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  /* line 4227, new.scss */
  .card .ab-link {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 69px;
    padding-left: 39px;
    padding-right: 43px; }
  /* line 4239, new.scss */
  .card * {
    text-decoration: none !important; }
  /* line 4243, new.scss */
  .card .black {
    color: #16252b;
    border: 2px solid #16252b;
    padding-top: 20px;
    padding-bottom: 20px;
    background: url(basket.svg);
    background-repeat: no-repeat;
    background-position: 28px; }
  /* line 4255, new.scss */
  .card .hover-card {
    position: absolute;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #16252b; }
    /* line 4268, new.scss */
    .card .hover-card .bttn-prim {
      margin: 0 auto;
      display: block;
      text-align: center;
      width: 203px;
      margin-bottom: 10px;
      position: relative;
      z-index: 10; }
  /* line 4280, new.scss */
  .card:hover .hover-card {
    width: -webkit-calc(100% + 42px);
    width: calc(100% + 42px);
    left: -22px;
    opacity: 1;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9); }
  /* line 4292, new.scss */
  .card:hover .card-title {
    z-index: 10;
    position: relative; }
  /* line 4297, new.scss */
  .card:hover .card-prices {
    z-index: 10;
    position: relative; }
    /* line 4301, new.scss */
    .card:hover .card-prices * {
      -webkit-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    /* line 4307, new.scss */
    .card:hover .card-prices .card-price {
      color: #16252b; }
  /* line 4313, new.scss */
  .card:hover .short-description {
    z-index: 10;
    position: relative; }

/* line 4321, new.scss */
.rrr {
  background: url(rrr.svg); }

/* line 4325, new.scss */
.lll {
  background: url(rrr.svg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 4333, new.scss */
.pagination {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 24px; }

/* line 4342, new.scss */
.collection-content {
  margin-bottom: 24px; }

/* line 4346, new.scss */
.pagination .pagination-item .pagination-link {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400; }

/* line 4353, new.scss */
.ptitle {
  color: #b0b0b0;
  font-size: 12px;
  font-weight: 400;
  margin-right: 42px; }

/* line 4361, new.scss */
.pagination .pagination-item.is-current .pagination-link {
  border-color: transparent;
  color: #16252b; }

/* line 4370, new.scss */
.rrr {
  background-repeat: no-repeat;
  background-position: center right;
  height: 20px !important; }
  /* line 4376, new.scss */
  .rrr:hover {
    border-color: transparent !important;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }

/* line 4387, new.scss */
.rrt:hover {
  border-color: transparent !important; }

/* line 4392, new.scss */
.lll {
  background-repeat: no-repeat;
  background-position: center right;
  height: 20px !important;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg); }
  /* line 4402, new.scss */
  .lll:hover {
    border-color: transparent !important;
    -webkit-transform: rotate(-180deg) scale(1.1);
    -ms-transform: rotate(-180deg) scale(1.1);
    -o-transform: rotate(-180deg) scale(1.1);
    transform: rotate(-180deg) scale(1.1); }

/* line 4411, new.scss */
.collection-description {
  padding-left: 115px;
  padding-right: 130px;
  padding-bottom: 30px;
  padding-top: 1px;
  color: #807f7f;
  font-size: 14px;
  font-weight: 400; }

/* line 4422, new.scss */
.collection-price .tag {
  top: 5px; }

/* line 4427, new.scss */
.template-is-cart .clear-cart {
  border: 2px solid #98886c;
  color: #98886c;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  padding: 8px 36.5px;
  cursor: pointer;
  margin-left: 66px; }
/* line 4438, new.scss */
.template-is-cart .return-catalog {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 4457, new.scss */
  .template-is-cart .return-catalog img {
    margin-right: 5px; }
/* line 4462, new.scss */
.template-is-cart footer {
  padding-top: 0;
  border-top: 8px solid #16252b; }
/* line 4467, new.scss */
.template-is-cart .cart-wrap {
  padding-left: 113px;
  padding-right: 113px; }
  /* line 4471, new.scss */
  .template-is-cart .cart-wrap .h {
    padding-left: 0; }
/* line 4476, new.scss */
.template-is-cart .cart-header {
  margin-top: -30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 17px;
  position: relative;
  z-index: 1; }

/* line 4500, new.scss */
.block-info {
  color: #98886c;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  width: 170px;
  height: 47px;
  margin-left: auto;
  margin-top: 10px;
  margin-right: 40px;
  position: relative; }
  /* line 4512, new.scss */
  .block-info:after {
    content: "";
    width: 15px;
    height: 15px;
    background: url(info.svg);
    display: block;
    position: absolute;
    left: -20px;
    top: 1px;
    background-repeat: no-repeat; }

/* line 4525, new.scss */
.discounts-notice {
  margin-top: 10px;
  width: 100%;
  text-align: center; }

/* line 4531, new.scss */
.discounts-wrap {
  max-width: 380px; }

/* line 4535, new.scss */
button.discounts-submit.bttn-transparent.inpt-group-addon.is-discounts {
  width: 190px;
  height: 32px;
  border: 2px solid #98886c;
  color: #98886c;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 4562, new.scss */
#discounts-coupon {
  width: 190px;
  height: 32px;
  border: 2px solid #b0b0b0;
  color: #b0b0b0;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  margin-right: 10px; }
  /* line 4571, new.scss */
  #discounts-coupon::-webkit-input-placeholder {
    color: #b0b0b0; }
  /* line 4575, new.scss */
  #discounts-coupon:-moz-placeholder {
    color: #b0b0b0; }
  /* line 4579, new.scss */
  #discounts-coupon::-moz-placeholder {
    color: #b0b0b0; }
  /* line 4583, new.scss */
  #discounts-coupon:-ms-input-placeholder {
    color: #b0b0b0; }
  /* line 4587, new.scss */
  #discounts-coupon::-ms-input-placeholder {
    color: #b0b0b0; }
  /* line 4591, new.scss */
  #discounts-coupon::placeholder {
    color: #b0b0b0; }

/* line 4598, new.scss */
.cart-footer {
  border: 2px solid #16252b;
  margin-top: 20px; }
  /* line 4599, new.scss */
  .cart-footer .bw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #16252b;
    padding-bottom: 10px;
    margin-bottom: 18px; }
  /* line 4619, new.scss */
  .cart-footer .weight {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400;
    margin-right: 43px; }
  /* line 4627, new.scss */
  .cart-footer [data-weight] {
    font-weight: 700; }

/* line 4632, new.scss */
button.cart-submit.bttn-prim.in-cart {
  margin: 0 0 0 auto;
  width: 235px;
  height: 56px;
  border: 2px solid #98886c;
  background-color: #98886c;
  color: #fff;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 0; }
  /* line 4644, new.scss */
  button.cart-submit.bttn-prim.in-cart:hover {
    background-color: #fff;
    color: #98886c; }

/* line 4650, new.scss */
.cart-total {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  margin-left: 15px; }

/* line 4658, new.scss */
.cart-total-capture {
  color: #b0b0b0;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase; }

/* line 4667, new.scss */
.cart-footer {
  padding-left: 62px;
  padding-top: 60px;
  padding-bottom: 30px;
  margin-bottom: 100px;
  padding-right: 79px; }

/* line 4675, new.scss */
.cart-item {
  position: relative;
  border: 2px solid #ebebef;
  margin-bottom: 10px;
  padding: 20px; }
  /* line 4676, new.scss */
  .cart-item .item-delete {
    width: 20px;
    height: 20px; }
  /* line 4681, new.scss */
  .cart-item .item-total_price {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    position: relative; }
    /* line 4689, new.scss */
    .cart-item .item-total_price:after {
      content: "Сумма";
      position: absolute;
      top: -38px;
      left: 0;
      color: #b0b0b0;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 400; }
  /* line 4701, new.scss */
  .cart-item .quantity-controls {
    margin-right: 112px;
    position: relative; }
    /* line 4705, new.scss */
    .cart-item .quantity-controls:after {
      content: "Количество";
      color: #b0b0b0;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 400;
      position: absolute;
      top: -18px; }
    /* line 4715, new.scss */
    .cart-item .quantity-controls .bttn-count {
      display: none; }
    /* line 4719, new.scss */
    .cart-item .quantity-controls input {
      width: 80px;
      height: 56px;
      border: 2px solid #b0b0b0;
      color: #16252b;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 700;
      position: relative; }
  /* line 4734, new.scss */
  .cart-item .item-remove {
    position: absolute;
    right: 17px;
    top: 17px;
    width: 20px;
    height: 20px; }
  /* line 4742, new.scss */
  .cart-item .item-money {
    color: #98886c;
    font-family: Ubuntu;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    position: relative;
    width: 200px;
    max-width: 200px;
    min-width: 200px;
    padding-right: 10px; }
    /* line 4754, new.scss */
    .cart-item .item-money:before {
      content: "";
      width: 2px;
      height: 24px;
      background-color: #e8b09a;
      display: block;
      position: absolute;
      left: -28px;
      top: 4px; }
    /* line 4765, new.scss */
    .cart-item .item-money:after {
      content: "Цена";
      position: absolute;
      top: -38px;
      color: #b0b0b0;
      font-family: Ubuntu;
      font-size: 14px;
      font-weight: 400;
      left: 0; }
  /* line 4778, new.scss */
  .cart-item .item-info {
    width: 290px;
    min-width: 290px;
    max-width: 290px;
    margin-right: 80px; }
  /* line 4789, new.scss */
  .cart-item .item-title-link {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 25px;
    display: inline-block; }
  /* line 4799, new.scss */
  .cart-item .item-image {
    border: 2px solid #16252b;
    width: 92px;
    height: 92px;
    max-width: 92px;
    max-height: 92px;
    min-width: 92px;
    min-height: 92px;
    margin-right: 16px; }
  /* line 4810, new.scss */
  .cart-item .item-option_name {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700; }
    /* line 4816, new.scss */
    .cart-item .item-option_name .title {
      color: #807f7f;
      font-weight: 400; }

/* line 4823, new.scss */
.cart-empty.notice.notice-info {
  margin-bottom: 20px; }

/* line 4827, new.scss */
button.cart-submit.bttn-prim.in-cart {
  margin-top: -7px; }

/* line 4831, new.scss */
.cart-footer {
  position: relative;
  padding-top: 50px; }
  /* line 4835, new.scss */
  .cart-footer:before {
    width: 80px;
    height: 8px;
    background-color: #16252b;
    content: "";
    display: block;
    left: 60px;
    top: 0;
    position: absolute; }

/* line 4848, new.scss */
button.discounts-submit.bttn-transparent.inpt-group-addon.is-discounts:hover {
  background: #fff; }
/* line 4852, new.scss */
button.discounts-submit.bttn-transparent.inpt-group-addon.is-discounts:after {
  background: #fff; }

/* line 4857, new.scss */
.gallery-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 4864, new.scss */
  .gallery-wrapper .gallery-thumbs-wrap {
    width: 100px;
    min-width: 100px;
    height: 610px;
    margin-right: 20px; }
  /* line 4871, new.scss */
  .gallery-wrapper .gallery-top {
    width: 540px; }

/* line 4876, new.scss */
.gallery-thumbs {
  height: 100%; }

/* line 4880, new.scss */
.gallery-top {
  border: 0; }

/* line 4884, new.scss */
.gallery-thumbs-wrap {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 4889, new.scss */
.product-wrap {
  padding-top: 60px; }

/* line 4893, new.scss */
.gallery-thumbs-wrap {
  margin: 0; }

/* line 4901, new.scss */
.gallery-thumb {
  height: 100%;
  width: 100%;
  padding: 0;
  padding: 10px;
  border: 2px solid #ebebef;
  height: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 4925, new.scss */
.gallery-top {
  padding: 0; }

/* line 4929, new.scss */
.gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  border: 0;
  top: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  left: 50%;
  margin-left: -12px;
  background-image: url(top.svg); }

/* line 4942, new.scss */
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
  border: 0;
  bottom: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 50%;
  margin-left: -12px;
  background-image: url(top.svg); }

/* line 4955, new.scss */
.gallery-top {
  border: 0; }

/* line 4959, new.scss */
.gallery-thumbs-wrap {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 4964, new.scss */
.product-wrap {
  padding-top: 60px; }

/* line 4968, new.scss */
.gallery-thumbs-wrap {
  margin: 0; }

/* line 4976, new.scss */
.gallery-thumb {
  height: 100%;
  width: 100%;
  padding: 0;
  padding: 10px;
  border: 2px solid #ebebef;
  height: 92px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 5000, new.scss */
.gallery-slide {
  height: 540px !important; }

/* line 5004, new.scss */
.gallery-top {
  padding: 0; }

/* line 5008, new.scss */
.gallery-wrapper .swiper-button-next, .gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  border: 0;
  top: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 50%;
  margin-left: -12px;
  background-image: url(top.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  outline: 0 !important; }

/* line 5024, new.scss */
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
  border: 0;
  bottom: -7px;
  top: initial;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  left: 50%;
  margin-left: -12px;
  background-image: url(top.svg);
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  outline: 0 !important; }

/* line 5041, new.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 2px solid #16252b; }

/* line 5045, new.scss */
.gallery-top {
  margin-bottom: 0; }

/* line 5049, new.scss */
body .gallery-slide > figure.mz-figure > img {
  max-height: 540px !important; }

/* line 5053, new.scss */
.gallery-wrapper .gallery-thumbs-wrap {
  height: 540px !important; }

/* line 5057, new.scss */
.gallery-wrapper .swiper-button-prev, .gallery-wrapper .swiper-container-rtl .swiper-button-next {
  bottom: -3px; }

/* line 5061, new.scss */
h1.product-title.h {
  padding-left: 0;
  margin-top: -65px; }

/* line 5066, new.scss */
.product-buy {
  margin: 0; }

/* line 5070, new.scss */
.quantity.is-product {
  position: relative; }
  /* line 5073, new.scss */
  .quantity.is-product:before {
    content: "";
    width: 8px;
    height: 11px;
    /*    background-image: url(basket_mini.svg); */
    position: absolute;
    display: block;
    left: 110px;
    top: -20px; }
  /* line 5085, new.scss */
  .quantity.is-product:after {
    content: "Количество";
    position: absolute;
    display: block;
    left: 0;
    top: -23px;
    color: #b0b0b0;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400; }
  /* line 5097, new.scss */
  .quantity.is-product .quantity-controls {
    position: relative; }
  /* line 5102, new.scss */
  .quantity.is-product .bttn-count {
    display: none; }
  /* line 5107, new.scss */
  .quantity.is-product input {
    width: 182px;
    height: 56px;
    border: 2px solid #b0b0b0;
    background-color: #ffffff;
    margin-right: 10px;
    text-align: left;
    padding-left: 10px; }

/* line 5119, new.scss */
.product-buy .bttn-prim {
  background-image: url(basketw.svg);
  background-repeat: no-repeat;
  background-position: 28px 15px;
  color: #ffffff;
  margin: 0;
  width: 235px;
  height: 56px;
  border: 2px solid #16252b;
  background-color: #16252b; }

/* line 5133, new.scss */
.product-quick-order .bttn-prim {
  height: 56px;
  margin-top: 0px;
  margin-left: 10px; }

/* line 5140, new.scss */
.bb {
  border-bottom: 1px solid #b0b0b0;
  margin-bottom: 60px; }

/* line 5145, new.scss */
.option-selector {
  margin-bottom: 10px; }

/* line 5149, new.scss */
.product-price, a.request_price {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-left: 8px; }

/* line 5158, new.scss */
a.request_price {
  color: #98886c;
  margin-left: 0px; }

/* line 5163, new.scss */
.product-old_price {
  margin-left: 9px;
  opacity: 0.5; }

/* line 5168, new.scss */
.product-prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  color: #16252b;
  font-family: Ubuntu;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px; }
  /* line 5180, new.scss */
  .product-prices .title {
    color: #b0b0b0;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 400; }

/* line 5190, new.scss */
.option-selector {
  padding-right: 60px; }

/* line 5194, new.scss */
.option-selector {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 5201, new.scss */
  .option-selector .option-label {
    display: none; }
  /* line 5205, new.scss */
  .option-selector .option-values {
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #ebebef;
    color: #b0b0b0;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 50px; }

/* line 5219, new.scss */
.product-short_description {
  color: #807f7f;
  font-family: Ubuntu;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 45px; }

/* line 5228, new.scss */
.product-info .props {
  margin-bottom: 20px; }

/* line 5232, new.scss */
.product-info {
  padding-left: 10px; }
  /* line 5239, new.scss */
  .product-info .property {
    color: #16252b;
    font-family: Ubuntu;
    font-size: 14px;
    font-weight: 700;
    /* Text style for "А, ртикул:" */
    color: #807f7f;
    font-family: Ubuntu;
    font-weight: 700;
    /* Text style for "5300 , 245" */
    font-family: "Ubuntu";
    opacity: 1; }
    /* line 5251, new.scss */
    .product-info .property label {
      font-weight: 400; }
    /* line 5258, new.scss */
    .product-info .property * {
      width: initial;
      opacity: 1 !important; }

/* line 5265, new.scss */
.product-wrap {
  padding-bottom: 43px; }

/* line 5269, new.scss */
.product-prices {
  margin-top: 5px;
  margin-bottom: 5px; }

/* line 5274, new.scss */
.calc-link {
  margin-left: 15px; }

/* line 5278, new.scss */
.props label span {
  z-index: 1; }

/* line 5282, new.scss */
.product_tabs.collection_tabs .tabs-box {
  padding-right: 119px; }

/* line 5286, new.scss */
.product_tabs {
  border: 0;
  margin-top: 40px; }

/* line 5292, new.scss */
.template-is-product .collection-block {
  margin-bottom: 27px; }
/* line 5296, new.scss */
.template-is-product .collection-product-slider {
  margin-top: -20px; }
/* line 5301, new.scss */
.template-is-product .coll-seo-filters {
  margin-bottom: 40px; }

/* line 5307, new.scss */
.category-products-slider.hide-price .card-prices {
  display: none; }

/* line 5312, new.scss */
.added-title {
  color: #16252b;
  font-family: Ubuntu;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  text-transform: uppercase; }

/* line 5321, new.scss */
a.added-link.bttn-prim {
  margin: 0; }

/* line 5325, new.scss */
.added-content * {
  height: 40px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: none;
  width: 49%;
  white-space: nowrap;
  border-color: #98886c;
  color: #98886c;
  font-weight: 700; }
  /* line 5349, new.scss */
  .added-content *:hover {
    background: #98886c; }

/* line 5355, new.scss */
li.category_menu-item.menu-item.level-2.is-current a {
  color: #e8b09a; }

/* line 5368, new.scss */
.before.mega-prev.swiper-button-disabled {
  opacity: 0; }

/* line 5372, new.scss */
.after.mega-next.swiper-button-disabled {
  opacity: 0; }

/* line 5376, new.scss */
.filter.js-filter-section.is-active-container {
  -webkit-box-shadow: 0px 5px 10px #8f8f8f;
  box-shadow: 0px 5px 10px #8f8f8f; }

/* line 5381, new.scss */
footer .img svg {
  height: 100%; }

/* line 5387, new.scss */
.footer-blocks .cell-2 svg {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 5394, new.scss */
.footer-blocks .cell-2:hover svg * {
  fill: #000 !important; }

/* line 5402, new.scss */
.login .svg {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s; }
/* line 5409, new.scss */
.login:hover .svg {
  -webkit-transform: rotate3d(0, 1, 0, 360deg) scale(1.4);
  transform: rotate3d(0, 1, 0, 360deg) scale(1.4); }

/* line 5417, new.scss */
.index-text2 .link:hover {
  color: #b1b0b0; }

/* line 5423, new.scss */
.paralax-banners .link:hover {
  color: #b1b0b0; }

/* line 5429, new.scss */
.service-delivery .right .link:hover {
  color: #fff; }

/* line 5435, new.scss */
.product-buy .bttn-prim * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 5441, new.scss */
.product-buy .bttn-prim:hover {
  background: #fff;
  color: #16252b;
  background-image: url(basketw-fill.svg);
  background-repeat: no-repeat;
  background-position: 28px 15px; }

/* line 5451, new.scss */
.product-buy .bttn-prim * {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
/* line 5457, new.scss */
.product-buy .bttn-prim:hover {
  background: #fff;
  color: #16252b;
  background-image: url(basketw-fill.svg); }

/* line 5465, new.scss */
.template-is-search .page-title {
  margin-bottom: 25px;
  margin-top: -20px;
  padding-left: 20px; }

/* line 5472, new.scss */
h1.blog-title.page-title.h {
  padding-bottom: 40px; }

/* line 5476, new.scss */
.article_preview {
  position: relative; }

/* line 5490, new.scss */
h1.article-title.page-title.h {
  padding-left: 20px;
  padding-bottom: 30px; }

/* line 5496, new.scss */
.article-text {
  padding-left: 10px; }

/* line 5501, new.scss */
.article-inner {
  padding-bottom: 30px; }

/* line 5505, new.scss */
.blog-right-column {
  padding-top: 20px; }

/* line 5509, new.scss */
h1.page-title.h {
  padding-left: 20px; }

/* line 5513, new.scss */
.page-content {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px; }

/* line 5519, new.scss */
.m-modal-button--checkout, .wrapper.fc .button, .co-button, .picker-button {
  background: #98886c !important;
  font-weight: 700 !important;
  border-color: #16252b !important;
  text-transform: lowercase !important; }

/* line 5526, new.scss */
.insales-checkout2 .co-section--content_wrapper {
  max-width: 1344px !important; }

/* line 5531, new.scss */
.template-is-checkout2 footer {
  border-top: 8px solid #16252b; }

/* line 5537, new.scss */
.template-is-checkout2 h1.page-title.h {
  padding-left: 5px; }

/* line 5542, new.scss */
.slider .card .property {
  max-width: 380px; }

/* line 5550, new.scss */
.category-products-slider .slider .swiper-slide:hover {
  z-index: 10000; }
/* line 5572, new.scss */
.category-products-slider .slider .swiper-slide-active .card .ab-link {
  padding-left: 20px;
  padding-right: 20px; }
/* line 5577, new.scss */
.category-products-slider .slider .swiper-slide-active .card {
  position: relative; }
  /* line 5581, new.scss */
  .category-products-slider .slider .swiper-slide-active .card:hover {
    z-index: 1000; }
    /* line 5584, new.scss */
    .category-products-slider .slider .swiper-slide-active .card:hover .hover-card {
      left: 0;
      z-index: 10;
      width: -webkit-calc(100% + 20px);
      width: calc(100% + 20px); }

/* line 5615, new.scss */
.menu-drop .drop-menu .col {
  padding-bottom: 41px; }
  /* line 5618, new.scss */
  .menu-drop .drop-menu .col [href="/collection/press-wall"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  /* line 5626, new.scss */
  .menu-drop .drop-menu .col [href="/collection/korobki-organayzery"] {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

/* line 5636, new.scss */
.collection_tabs [href="/collection/press-wall"] {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* line 5645, new.scss */
.co-section--checkout_content {
  max-width: 1344px; }

/* line 5649, new.scss */
a.block.row.flex-middle {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 5654, new.scss */
  a.block.row.flex-middle:hover {
    border-color: #000; }

/* line 5659, new.scss */
.border-wrap {
  border-bottom: 2px solid #16252b;
  padding-bottom: 20px;
  margin-bottom: 20px; }

/* line 5665, new.scss */
.product-info .props {
  margin-bottom: 0; }

/* line 5670, new.scss */
.collection-menu .category_menu-marker {
  position: absolute;
  right: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  min-width: initial;
  max-width: initial;
  flex-basis: initial;
  right: -3px; }

/* line 5686, new.scss */
.collection-menu .category_menu.level-2 {
  padding-left: 10px;
  margin-top: 10px; }

/* line 5691, new.scss */
.collection-menu .category_menu.level-2 a {
  font-size: 12px;
  text-transform: uppercase; }

/* line 5696, new.scss */
.collection-menu .category_menu.level-2 li {
  margin-bottom: 0px; }
  /* line 5699, new.scss */
  .collection-menu .category_menu.level-2 li a {
    margin-bottom: 10px; }

/* line 5705, new.scss */
.collection-menu li.category_menu-item.menu-item.level-1 .category_menu-marker {
  top: 19px; }

/* line 5710, new.scss */
.collection-menu li.category_menu-item.menu-item.level-2 .category_menu-marker {
  top: -1px; }

/* line 5717, new.scss */
ul.category_menu.menu.level-3 {
  padding-left: 10px; }

/* line 5722, new.scss */
li.category_menu-item.menu-item.level-2.is-current a {
  color: #b0b0b0; }
/* line 5726, new.scss */
li.category_menu-item.menu-item.level-2.is-current > a {
  color: #e8b09a; }

/* line 5731, new.scss */
li.category_menu-item.menu-item.level-3.is-current a {
  color: #e8b09a; }

/* line 5735, new.scss */
a.no-affert {
  position: absolute;
  top: 100%;
  margin-top: 5px; }

/* line 5741, new.scss */
.bb {
  position: relative; }

/* line 5745, new.scss */
.product-buy .bttn-prim:hover {
  background: #fff;
  color: #16252b;
  background-image: url(basketw-fill.svg);
  background-repeat: no-repeat;
  background-position: 28px 15px; }

/* line 5755, new.scss */
.product-selection {
  padding-bottom: 100px; }
  /* line 5760, new.scss */
  .product-selection__nav li {
    margin-bottom: 9px; }
  /* line 5764, new.scss */
  .product-selection__nav {
    padding: 0px;
    list-style: none;
    margin: 0px;
    font-size: 15px;
    margin-left: 114px; }
  /* line 5772, new.scss */
  .product-selection h2 {
    font-size: 21px;
    border-bottom: 1px solid #ccc;
    line-height: 1.2em;
    padding-bottom: 10px;
    padding-left: 113px;
    color: #3f3d3d;
    font-weight: normal;
    margin-top: 50px; }
    /* line 5782, new.scss */
    .product-selection h2 span {
      color: #ccc; }
  @media screen and (max-width: 420px) {
    /* line 5789, new.scss */
    .product-selection__nav {
      font-size: 13px;
      margin-left: 16px; }
    /* line 5793, new.scss */
    .product-selection h2 {
      padding-left: 16px; } }
  /* line 5798, new.scss */
  .product-selection .tags {
    list-style: none;
    padding-left: 20px; }
    /* line 5802, new.scss */
    .product-selection .tags li {
      display: inline-block;
      border: 1px solid #0a2730;
      margin-right: 10px;
      margin-bottom: 10px;
      padding: 0px 10px 5px 10px;
      border-radius: 15px; }
      /* line 5810, new.scss */
      .product-selection .tags li a {
        text-decoration: none;
        color: #0a2730;
        font-size: 12px; }
    /* line 5817, new.scss */
    .product-selection .tags li:hover {
      background-color: #0a2730; }
      /* line 5820, new.scss */
      .product-selection .tags li:hover a {
        color: #fff;
        font-weight: bold; }
  /* line 5827, new.scss */
  .product-selection .category-description {
    padding-left: 115px; }
    /* line 5829, new.scss */
    .product-selection .category-description p {
      font-size: 14px;
      margin: 0px; }
  /* line 5836, new.scss */
  .product-selection .category-products-slider .slider {
    max-width: 1284px; }
  /* line 5840, new.scss */
  .product-selection .category-products-slider .card-image {
    width: auto;
    height: auto; }
  /* line 5845, new.scss */
  .product-selection .category-products-slider .card-title a {
    display: block; }
