@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
@import url("https://fonts.googleapis.com/css?family=Roboto:400,400i,500,700&subset=cyrillic");
@font-face {
  font-family: 'Lucida Grande';
  src: url("LucidaGrande.eot");
  src: url("LucidaGrande.eot?#iefix") format("embedded-opentype"), url("LucidaGrande.woff2") format("woff2"), url("LucidaGrande.woff") format("woff"), url("LucidaGrande.ttf") format("truetype"), url("LucidaGrande.svg#LucidaGrande") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("HelveticaNeue.eot");
  src: url("HelveticaNeue.eot?#iefix") format("embedded-opentype"), url("HelveticaNeue.woff2") format("woff2"), url("HelveticaNeue.woff") format("woff"), url("HelveticaNeue.ttf") format("truetype"), url("HelveticaNeue.svg#HelveticaNeue") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Helvetica Neue';
  src: url("HelveticaNeue-Bold.eot");
  src: url("HelveticaNeue-Bold.eot?#iefix") format("embedded-opentype"), url("HelveticaNeue-Bold.woff2") format("woff2"), url("HelveticaNeue-Bold.woff") format("woff"), url("HelveticaNeue-Bold.ttf") format("truetype"), url("HelveticaNeue-Bold.svg#HelveticaNeue-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* line 44, theme.scss */
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* line 45, theme.scss */
.content {
  flex: 1 0 auto; }

/* line 46, theme.scss */
footer {
  flex: 0 0 auto; }

/*Header*/
/* line 48, theme.scss */
#top {
  background: #FAFAFA;
  color: #434547;
  font: 12px/30px 'Lucida Grande';
  margin-bottom: 15px; }
  /* line 49, theme.scss */
  #top li {
    display: inline-block;
    margin-left: 8px; }
  /* line 50, theme.scss */
  #top a {
    color: #434547;
    font: 12px 'Lucida Grande';
    text-decoration: none; }

/* line 52, theme.scss */
.main-header {
  padding-bottom: 11px; }

/* line 53, theme.scss */
.button-phone {
  background: #CF0004 url(ico_phone.png) no-repeat 15px 50%;
  border-radius: 20px;
  padding: 7px 15px 8px 37px;
  font: 13px/16px 'Roboto', sans-serif;
  color: #fff;
  margin-right: 50px; }
  /* line 54, theme.scss */
  .button-phone:hover {
    color: #fff;
    background-color: #8C0000; }

/* line 56, theme.scss */
.phone.in-header {
  font: bold 23px 'Roboto', sans-serif;
  color: #4C4C4C;
  vertical-align: middle;
  display: inline-block; }

/* line 57, theme.scss */
#mainmenu {
  background: linear-gradient(180deg, #CF0004 0%, #000000 563%); }
  /* line 58, theme.scss */
  #mainmenu .main-menu.level-1 {
    margin: 0 -15px;
    padding: 0; }
    /* line 59, theme.scss */
    #mainmenu .main-menu.level-1 > li > a {
      color: #fff;
      display: inline-block;
      padding: 0 15px;
      font: bold 17px/50px 'Helvetica Neue'; }
      /* line 60, theme.scss */
      #mainmenu .main-menu.level-1 > li > a:hover {
        background: #8C0000; }
      /* line 61, theme.scss */
      #mainmenu .main-menu.level-1 > li > a .fa {
        font-size: 10px;
        position: relative;
        top: -2px; }
    /* line 63, theme.scss */
    #mainmenu .main-menu.level-1 .submenu {
      position: absolute;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 10;
      padding: 25px 10px 35px;
      display: none;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); }
      /* line 64, theme.scss */
      #mainmenu .main-menu.level-1 .submenu .title {
        color: #2d2d2d;
        font-weight: bold;
        font-size: 18px;
        margin-bottom: 20px; }
      /* line 65, theme.scss */
      #mainmenu .main-menu.level-1 .submenu ul {
        margin: 0;
        padding: 0;
        list-style: none; }
      /* line 66, theme.scss */
      #mainmenu .main-menu.level-1 .submenu li {
        margin-bottom: 10px;
        font-size: 16px; }
      /* line 67, theme.scss */
      #mainmenu .main-menu.level-1 .submenu a {
        font-size: 16px;
        color: #070404;
        text-decoration: none; }
        /* line 67, theme.scss */
        #mainmenu .main-menu.level-1 .submenu a:hover {
          color: #CF0004; }
      /* line 68, theme.scss */
      #mainmenu .main-menu.level-1 .submenu-types {
        padding: 0 50px 0 20px;
        position: relative; }
        /* line 68, theme.scss */
        #mainmenu .main-menu.level-1 .submenu-types:after {
          content: "";
          display: block;
          width: 1px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 50px;
          background: #cdcdcd; }
      /* line 69, theme.scss */
      #mainmenu .main-menu.level-1 .submenu .item_collection_images {
        display: none; }
        /* line 70, theme.scss */
        #mainmenu .main-menu.level-1 .submenu .item_collection_images:first-child {
          display: block; }
        /* line 71, theme.scss */
        #mainmenu .main-menu.level-1 .submenu .item_collection_images img {
          margin: 0 15px;
          max-width: 40%; }
    /* line 75, theme.scss */
    #mainmenu .main-menu.level-1 li:hover > a .fa:before {
      content: "\f077"; }
    /* line 76, theme.scss */
    #mainmenu .main-menu.level-1 li:hover .submenu {
      display: block; }

/* line 80, theme.scss */
.mobile_menu {
  display: none; }

/* line 81, theme.scss */
.cart-widget-link {
  background: url(ico_basket.png) no-repeat 20px 50%;
  padding-left: 60px;
  border-left: 1px solid #9B9B9B;
  color: #9B9B9B;
  font: 12px/40px 'Lucida Grande';
  display: inline-block;
  margin-left: 23px;
  height: 40px;
  vertical-align: middle; }
  /* line 82, theme.scss */
  .cart-widget-link .count {
    background: #CF0004;
    font: 13px/21px 'Roboto';
    color: #fff;
    padding: 0 5px;
    display: inline-block;
    margin-right: 5px; }
  @media screen and (max-width: 480px) {
    /* line 81, theme.scss */
    .cart-widget-link {
      position: relative; }
      /* line 85, theme.scss */
      .cart-widget-link .count {
        position: absolute;
        left: 33px;
        top: 3px;
        border-radius: 50%;
        min-width: 12px;
        text-align: center;
        height: 12px;
        font-size: 8px;
        line-height: 12px;
        padding: 0;
        background: #F04A40; } }

/*footer*/
/* line 89, theme.scss */
footer {
  background: #171717;
  margin-top: 100px;
  padding: 10px 0;
  font: 13px/35px 'Lucida Grande', Arial; }
  /* line 90, theme.scss */
  footer li {
    display: inline-block;
    margin-left: 23px; }
  /* line 91, theme.scss */
  footer a {
    color: #fff;
    text-decoration: none; }
    /* line 91, theme.scss */
    footer a:hover {
      color: #fff; }

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

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

/* line 103, theme.scss */
.slide-caption {
  padding: 18px 72px 47px 20px;
  background: rgba(0, 0, 0, 0.44); }

/* line 105, theme.scss */
.slide-title {
  font: 24px 'Lucida Grande';
  color: #fff;
  margin-bottom: 17px; }

/* line 110, theme.scss */
.slide-description {
  font: 14px/20px 'Roboto';
  color: #fff; }

/* line 114, theme.scss */
.promo-slider {
  margin-bottom: 50px;
  max-height: 450px; }
  /* line 115, theme.scss */
  .promo-slider img {
    max-height: 450px;
    object-fit: cover; }
  /* line 119, theme.scss */
  .promo-slider .container {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px; }
  /* line 120, theme.scss */
  .promo-slider .slide-caption {
    position: absolute;
    top: 50px;
    z-index: 1;
    left: 70px;
    max-width: 400px; }
  /* line 121, theme.scss */
  .promo-slider .swiper-button-prev, .promo-slider .swiper-container-rtl .swiper-button-next {
    background: url(slider_arrows.png) no-repeat;
    width: 17px;
    height: 31px;
    left: 33px; }
  /* line 122, theme.scss */
  .promo-slider .swiper-button-next, .promo-slider .swiper-container-rtl .swiper-button-prev {
    background: url(slider_arrows.png) no-repeat right;
    width: 17px;
    height: 31px;
    right: 33px; }
  /* line 123, theme.scss */
  .promo-slider .swiper-pagination {
    left: 50%;
    bottom: 20px;
    max-width: 1180px;
    transform: translateX(-50%);
    text-align: right; }
    /* line 124, theme.scss */
    .promo-slider .swiper-pagination .swiper-pagination-bullet {
      background: rgba(0, 0, 0, 0.5);
      width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 0;
      color: #fff;
      text-align: center; }
      /* line 125, theme.scss */
      .promo-slider .swiper-pagination .swiper-pagination-bullet-active, .promo-slider .swiper-pagination .swiper-pagination-bullet:hover {
        background: #000 !important;
        text-decoration: underline; }

/* line 129, theme.scss */
.block_category .slide-caption {
  position: absolute;
  top: 50px;
  left: 20px; }

@media screen and (max-width: 1130px) {
  /* line 133, theme.scss */
  .button-phone {
    margin-right: 10px; }

  /* line 134, theme.scss */
  .cart-widget-link {
    padding-left: 50px;
    background-position: 10px 50%;
    margin-left: 10px; }

  /* line 135, theme.scss */
  #mainmenu .main-menu.level-1 a {
    padding: 0 8px;
    font-size: 16px; } }
@media screen and (max-width: 830px) {
  /* line 138, theme.scss */
  .phone.in-header {
    font-size: 19px; } }
@media screen and (max-width: 768px) {
  /* line 141, theme.scss */
  header.main-header {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 10px;
    position: relative; }
    /* line 142, theme.scss */
    header.main-header .search-widget {
      max-width: 0;
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      overflow: hidden;
      padding: 0; }
    /* line 143, theme.scss */
    header.main-header form.search_widget {
      position: absolute;
      top: 99%;
      left: 0;
      right: 0;
      z-index: 90;
      padding: 30px 15px;
      background: #fff;
      border-bottom: 1px solid #E7E7E7;
      display: none; }
    /* line 144, theme.scss */
    header.main-header .icon_search {
      color: #171717;
      font-size: 26px;
      vertical-align: middle;
      margin-left: 20px; }
      /* line 145, theme.scss */
      header.main-header .icon_search:hover, header.main-header .icon_search.active {
        color: #F04A40; }
    /* line 147, theme.scss */
    header.main-header .burger {
      color: #171717;
      font-size: 30px;
      vertical-align: middle;
      margin-left: 20px; }
      /* line 148, theme.scss */
      header.main-header .burger:hover, header.main-header .burger.active {
        color: #F04A40; }

  /* line 151, theme.scss */
  .mobile_menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 90;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); }
    /* line 152, theme.scss */
    .mobile_menu .submenu {
      display: none; }
    /* line 153, theme.scss */
    .mobile_menu li {
      padding: 7px 15px 8px; }
      /* line 154, theme.scss */
      .mobile_menu li a {
        color: #171717;
        text-decoration: none; }
        /* line 154, theme.scss */
        .mobile_menu li a:hover {
          color: #CF0004; }
      /* line 155, theme.scss */
      .mobile_menu li .fa {
        float: right; }
      /* line 156, theme.scss */
      .mobile_menu li.active .fa:before {
        content: "\f106"; }
      /* line 157, theme.scss */
      .mobile_menu li ul {
        padding: 8px 0 0;
        margin: 0;
        list-style: none; }
    /* line 159, theme.scss */
    .mobile_menu .bottom_menu {
      background: #F4F4F4;
      margin: 40px 0 0;
      padding: 10px;
      list-style: none;
      font-size: 12px; }
      /* line 160, theme.scss */
      .mobile_menu .bottom_menu li {
        padding: 0 5px;
        display: inline-block; }
      /* line 161, theme.scss */
      .mobile_menu .bottom_menu a {
        color: #979292;
        text-decoration: none; }

  /* line 164, theme.scss */
  .promo-slider {
    padding-bottom: 35px;
    margin-bottom: 25px; }
    /* line 165, theme.scss */
    .promo-slider .container {
      position: static;
      top: auto;
      left: auto; }
    /* line 166, theme.scss */
    .promo-slider .swiper-pagination {
      bottom: 0;
      text-align: center; }
      /* line 167, theme.scss */
      .promo-slider .swiper-pagination .swiper-pagination-bullet {
        text-indent: -3000px;
        width: 10px;
        height: 10px;
        background: none;
        border: 1px solid #000;
        border-radius: 50%; }
    /* line 169, theme.scss */
    .promo-slider .swiper-button-next, .promo-slider .swiper-button-prev {
      display: none; }

  /* line 171, theme.scss */
  .block_category .slide-caption, .promo-slider .slide-caption {
    position: static;
    top: auto;
    left: auto;
    background: none;
    padding: 0; }
    /* line 171, theme.scss */
    .block_category .slide-caption *, .promo-slider .slide-caption * {
      color: #171717; }

  /* line 172, theme.scss */
  .promo-slider.swiper-container {
    background: #f4f4f4;
    padding-bottom: 35px; } }
@media screen and (max-width: 480px) {
  /* line 175, theme.scss */
  footer {
    padding: 30px 0; }
    /* line 176, theme.scss */
    footer .footer_menu {
      order: 1;
      padding-bottom: 30px; }
      /* line 177, theme.scss */
      footer .footer_menu li {
        display: block;
        margin: 0 0 20px;
        line-height: normal; }
    /* line 179, theme.scss */
    footer .footer_text {
      order: 2; } }
/* line 182, theme.scss */
.categories_main {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px; }
  /* line 183, theme.scss */
  .categories_main img {
    margin-bottom: 10px; }
  /* line 184, theme.scss */
  .categories_main a {
    color: #000;
    text-decoration: none; }
    /* line 184, theme.scss */
    .categories_main a:hover {
      color: #CF0004; }

/* line 187, theme.scss */
.page_404 {
  text-align: center;
  font-size: 19px;
  color: #999; }
  /* line 188, theme.scss */
  .page_404 h1 {
    font: 28px Lucida Grande;
    color: #42591E; }
  /* line 189, theme.scss */
  .page_404 a {
    color: #000;
    text-decoration: none; }
    /* line 189, theme.scss */
    .page_404 a:hover {
      color: #CF0004; }

/* line 191, theme.scss */
.template-is-search h1 {
  text-align: center;
  font: 28px Lucida Grande;
  color: #42591E;
  margin: 30px 0 50px; }

/* line 192, theme.scss */
.template-is-search .notice.notice-warning {
  background: none;
  border: none;
  font-size: 19px;
  color: #999;
  margin: -30px 0 40px;
  text-align: center;
  padding: 0; }

/**/
/* line 194, theme.scss */
.block_category {
  position: relative; }
  /* line 195, theme.scss */
  .block_category .slide-title {
    text-transform: uppercase; }
  /* line 196, theme.scss */
  .block_category .slide-description {
    font-weight: normal; }
  /* line 197, theme.scss */
  .block_category p {
    max-width: 320px;
    margin: 0 0 10px; }
  @media screen and (max-width: 480px) {
    /* line 199, theme.scss */
    .block_category .slide-title {
      font-size: 18px;
      margin: 18px 0 7px;
      font-weight: bold; } }

/* line 202, theme.scss */
.kollektsiya_items {
  margin-top: 45px; }

/* line 203, theme.scss */
.kollektsiya_item {
  margin-bottom: 50px; }
  /* line 204, theme.scss */
  .kollektsiya_item .title {
    font: bold 18px Lucida Grande;
    margin-bottom: 10px; }
  /* line 205, theme.scss */
  .kollektsiya_item .description {
    margin: 20px 0 0; }
  /* line 206, theme.scss */
  .kollektsiya_item a {
    color: #2D2D2D;
    text-decoration: none; }
    /* line 206, theme.scss */
    .kollektsiya_item a:hover {
      color: #CF0004; }

@media screen and (max-width: 480px) {
  /* line 209, theme.scss */
  .kollektsiya_items {
    margin-top: 30px; }

  /* line 210, theme.scss */
  .kollektsiya_item {
    margin: 0 0 15px; } }
/* line 214, theme.scss */
.collection-wrapper .row {
  margin: 0; }
/* line 215, theme.scss */
.collection-wrapper [class*='cell-'] {
  padding: 0; }
/* line 216, theme.scss */
.collection-wrapper .collection-info {
  text-align: center;
  padding: 60px 55px;
  font-size: 14px; }
  /* line 217, theme.scss */
  .collection-wrapper .collection-info h1 {
    font-size: 50px;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0; }

/* line 220, theme.scss */
.collection-bottom {
  text-align: right;
  padding-top: 30px;
  font-size: 15px; }
  /* line 221, theme.scss */
  .collection-bottom form {
    display: inline-block;
    margin-right: 20px; }
  /* line 222, theme.scss */
  .collection-bottom select {
    margin-left: 10px;
    border: 1px solid #cdcdcd;
    border-radius: 0;
    width: 57px;
    height: 28px; }
  /* line 223, theme.scss */
  .collection-bottom a {
    color: #2D2D2D;
    text-decoration: none;
    display: inline-block;
    margin: 0 4px; }
    /* line 223, theme.scss */
    .collection-bottom a:hover {
      color: #CF0004; }
  /* line 224, theme.scss */
  .collection-bottom span.pagination-link {
    color: #CF0004;
    display: inline-block;
    margin: 0 4px;
    font-weight: bold; }

/* line 226, theme.scss */
.products-slider.swiper-container {
  padding: 1px 0 0 1px; }

/*product*/
/* line 228, theme.scss */
.page_product {
  padding-top: 33px;
  padding-bottom: 70px; }
  /* line 229, theme.scss */
  .page_product h1 {
    margin: 0 0 6px;
    color: #42591E;
    font: 28px 'Lucida Grande'; }
  /* line 230, theme.scss */
  .page_product .material {
    font: 21px 'Lucida Grande';
    margin-bottom: 23px; }
  /* line 231, theme.scss */
  .page_product .product-sku {
    font: 14px 'Lucida Grande';
    margin-bottom: 13px; }

/* line 233, theme.scss */
.product-available {
  font: 13px 'Lucida Grande';
  margin-bottom: 14px; }
  /* line 234, theme.scss */
  .product-available:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    vertical-align: baseline;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-right: 12px; }

/* line 247, theme.scss */
.product-price {
  font: bold 19px 'Lucida Grande';
  margin-bottom: 20px; }

@media screen and (max-width: 768px) {
  /* line 249, theme.scss */
  .gallery-wrapper {
    margin-bottom: 30px; } }
@media screen and (max-width: 480px) {
  /* line 252, theme.scss */
  .page_product h1 {
    font-size: 18px; }

  /* line 253, theme.scss */
  .page_product .material {
    font-size: 14px; }

  /* line 254, theme.scss */
  .page_product .product-sku {
    font-size: 11px; }

  /* line 255, theme.scss */
  .product-price {
    margin-bottom: 10px; }

  /* line 256, theme.scss */
  .page_product .bttn-compares {
    margin-top: 20px;
    padding: 0;
    display: block; }

  /* line 257, theme.scss */
  .tabs-head.tabs-head {
    line-height: 16px; }

  /* line 258, theme.scss */
  .page_product .tabs-item {
    font-size: 12px;
    margin-right: 5px; }

  /* line 259, theme.scss */
  .page_product .product-types li {
    display: block;
    margin: 0 0 10px; }

  /* line 260, theme.scss */
  .products-is-related {
    overflow: hidden; }
    /* line 261, theme.scss */
    .products-is-related.js-products-slider .container {
      padding: 0 0 0 10px; }
    /* line 262, theme.scss */
    .products-is-related .swiper-container {
      width: 130%; }
    /* line 263, theme.scss */
    .products-is-related .products-control {
      display: none; } }
/* line 266, theme.scss */
.advantage-text {
  color: #171717;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 1280px) {
  /* line 327, theme.scss */
  .js-products-slider .container {
    padding-left: 40px;
    padding-right: 40px; } }
/* line 329, theme.scss */
.products-slider-wrapper .swiper-button-prev {
  left: -37px;
  background: url(arrows_products.png);
  width: 15px;
  height: 27px;
  margin-top: -14px; }

/* line 330, theme.scss */
.products-slider-wrapper .swiper-button-next {
  right: -37px;
  background: url(arrows_products.png) right;
  width: 15px;
  height: 27px;
  margin-top: -14px; }

/* line 331, theme.scss */
.card {
  position: relative;
  padding: 20px 27px;
  border: 1px solid #CDCDCD;
  margin: -1px 0 0 -1px; }
  /* line 333, theme.scss */
  .card:hover {
    border-color: #CF0004;
    z-index: 1; }
  /* line 334, theme.scss */
  .card a {
    color: #171717;
    text-decoration: none;
    display: block; }
  /* line 335, theme.scss */
  .card-prices {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    display: block; }
  /* line 336, theme.scss */
  .card-title {
    font: 13px 'Lucida Grande', Arial; }
  /* line 337, theme.scss */
  .card.cards-col {
    height: calc(100% + 1px); }

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

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

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

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

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

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

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

/* line 374, theme.scss */
.article_item {
  padding-bottom: 40px; }
  /* line 375, theme.scss */
  .article_item-image {
    margin-bottom: 20px;
    height: 280px;
    line-height: 280px;
    text-align: center; }
    /* line 375, theme.scss */
    .article_item-image img {
      vertical-align: middle;
      max-height: 280px; }
  /* line 376, theme.scss */
  .article_item-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px; }
    /* line 377, theme.scss */
    .article_item-title a {
      color: #000;
      text-decoration: none; }
      /* line 377, theme.scss */
      .article_item-title a:hover {
        text-decoration: underline; }

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

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

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

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

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

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

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

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

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

/* line 422, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 427, theme.scss */
  .filter-items-list.property_checked .filter-item:not(.checked) .chkbx-label span {
    opacity: 0.3; }

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

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

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

/* line 452, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

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

/* line 471, theme.scss */
.filter-title {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px; }

/* line 472, theme.scss */
.filter-item {
  margin-bottom: 10px; }
  /* line 472, theme.scss */
  .filter-item.checked {
    display: block !important; }
  /* line 472, theme.scss */
  .filter-item .chkbx-label {
    line-height: normal; }

/* line 473, theme.scss */
.item-field {
  margin-left: auto; }

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

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

/* line 482, theme.scss */
.collection-filter {
  background: #F8F8F8;
  padding: 20px 0 10px; }
  /* line 483, theme.scss */
  .collection-filter .filter-title-first {
    padding: 10px 0;
    position: relative; }
    /* line 483, theme.scss */
    .collection-filter .filter-title-first:after {
      content: "\f078";
      font: 14px FontAwesome;
      position: absolute;
      top: 10px;
      right: 10px; }
      /* line 483, theme.scss */
      .collection-filter .filter-title-first:after.open:after {
        content: "\f077"; }
  /* line 484, theme.scss */
  .collection-filter .filters-close {
    color: #0073BB;
    font-size: 13px; }
  @media screen and (max-width: 480px) {
    /* line 482, theme.scss */
    .collection-filter {
      background: none; }
      /* line 487, theme.scss */
      .collection-filter .filter-title {
        border: 1px solid #CDCDCD;
        border-bottom: 0;
        background: #F4F4F4;
        padding: 10px 20px 10px 10px;
        margin: 0;
        font-size: 13px;
        font-weight: normal;
        position: relative; }
        /* line 488, theme.scss */
        .collection-filter .filter-title:after {
          content: "\f078";
          font: 14px FontAwesome;
          position: absolute;
          top: 10px;
          right: 10px; }
        /* line 489, theme.scss */
        .collection-filter .filter-title.open {
          background: #fff; }
          /* line 489, theme.scss */
          .collection-filter .filter-title.open:after {
            content: "\f077"; }
      /* line 491, theme.scss */
      .collection-filter > div > .js-filter-section > .filter-title:not(.open) {
        border-bottom: 1px solid #cdcdcd; }
      /* line 492, theme.scss */
      .collection-filter .filter-items-wrapper {
        display: none; }
        /* line 493, theme.scss */
        .collection-filter .filter-items-wrapper .filter-item {
          margin: 0;
          border-left: 1px solid #CDCDCD;
          border-right: 1px solid #CDCDCD;
          border-top: 1px solid #CDCDCD; }
          /* line 493, theme.scss */
          .collection-filter .filter-items-wrapper .filter-item .chkbx-label {
            line-height: 35px;
            padding-left: 35px; }
        /* line 494, theme.scss */
        .collection-filter .filter-items-wrapper .chkbx-label .chkbx-control {
          left: 10px;
          top: 10px; }
      /* line 496, theme.scss */
      .collection-filter .dropdown {
        width: auto;
        border-radius: 0; }
      /* line 497, theme.scss */
      .collection-filter .dropdown .selected {
        background: #F4F4F4;
        padding: 10px 20px 10px 10px;
        font: 13px Roboto, Arial; }
      /* line 498, theme.scss */
      .collection-filter .dropdown .carat {
        top: 7px;
        right: 10px; }
      /* line 499, theme.scss */
      .collection-filter .filters-close {
        display: none; } }

/* line 503, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 663, theme.scss */
.feedback-inner-form .feedback-field-wrap {
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 784, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 792, theme.scss */
.props {
  margin-bottom: 10px; }
  /* line 794, theme.scss */
  .props .property {
    display: inline-block;
    margin: 0 30px 20px 0;
    font-size: 14px;
    max-width: 200px;
    vertical-align: top; }
  /* line 795, theme.scss */
  .props label {
    font-weight: bold;
    display: block;
    margin-bottom: 15px; }

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

/* line 803, theme.scss */
[data-product-id].is-available .product-available:before {
  content: "\f00c";
  color: #8ACC33;
  font: 16px 'Fontawesome'; }

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

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

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

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

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

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

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

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

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

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

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

/* line 853, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  border-bottom: 1px solid #CDCDCD; }

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

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

/* line 871, theme.scss */
.tabs-item {
  font-size: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  outline: none;
  margin-right: 26px; }

/* line 885, theme.scss */
.tabs-item.is-button-active {
  color: #CF0004;
  border-bottom: 2px solid #CF0004; }

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

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

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

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

/* line 908, theme.scss */
.gallery-thumb {
  cursor: pointer;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid #CDCDCD;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

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

/* line 927, theme.scss */
.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  background: url(arrows_products.png);
  width: 15px;
  height: 27px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  left: 0; }

/* line 936, theme.scss */
.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  background: url(arrows_products.png) right;
  width: 15px;
  height: 27px;
  margin-top: -14px;
  position: absolute;
  top: 50%;
  right: 0; }

/* line 945, theme.scss */
.gallery-thumbs-wrap {
  position: relative;
  margin: auto; }

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

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

/* line 987, theme.scss */
.products-slider-wrapper {
  position: relative;
  margin-bottom: 30px; }
  /* line 990, theme.scss */
  .products-is-frontpage .products-slider-wrapper {
    margin-bottom: 50px; }

/* line 993, theme.scss */
.products-title {
  font: 21px 'Lucida Grande', Arial;
  color: #171717;
  text-align: center;
  margin: 10px 0 28px; }

/* line 997, theme.scss */
.search_widget {
  position: relative; }
  /* line 999, theme.scss */
  .search_widget .inpt {
    border: 1px solid #CDCDCD;
    border-radius: 4px 0 0 4px;
    padding: 4px 10px;
    font: 13px Lucida Grande; }
  /* line 1000, theme.scss */
  .search_widget-submit {
    background: none;
    border: 1px solid #CDCDCD;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    padding: 8px 10px 9px; }

/* line 1003, theme.scss */
.option-value.is-span {
  border: 1px solid #cdcdcd;
  background: none;
  font: 13px/18px 'Roboto';
  min-width: 60px;
  margin-right: 7px;
  display: inline-block;
  vertical-align: middle;
  min-height: 20px;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  outline: none; }
  /* line 1014, theme.scss */
  .option-value.is-span.is-active {
    border-color: #CF0004; }
  /* line 1015, theme.scss */
  .option-value.is-span.disabled {
    background: rgba(205, 205, 205, 0.1); }

/* line 1019, theme.scss */
.option-selector {
  margin-bottom: 30px; }
  /* line 1021, theme.scss */
  .option-selector .option-label {
    margin-bottom: 5px; }
  /* line 1022, theme.scss */
  .option-selector .option-ob_em .option-label {
    display: none; }

/* line 1024, theme.scss */
.description {
  margin: 30px 0 37px; }
  /* line 1025, theme.scss */
  .description .title {
    font-size: 15px;
    font-weight: bold;
    color: #171717;
    margin-bottom: 6px; }
  /* line 1026, theme.scss */
  .description .editor {
    font: 14px/20px 'Roboto'; }

/* line 1029, theme.scss */
.bttn-prim.in-product {
  background: #B10004;
  margin-right: 7px;
  width: 151px;
  padding: 0; }

/* line 1030, theme.scss */
.product-types {
  font-family: Lucida Grande;
  font-size: 13px;
  margin-bottom: 55px; }
  /* line 1031, theme.scss */
  .product-types .title {
    margin-bottom: 15px; }
  /* line 1032, theme.scss */
  .product-types ul {
    margin: 0;
    list-style: none;
    padding: 0; }
  /* line 1033, theme.scss */
  .product-types li {
    display: inline-block;
    margin: 0 20px 10px 0; }
    /* line 1034, theme.scss */
    .product-types li:before {
      content: "";
      display: inline-block;
      margin-right: 10px;
      width: 25px;
      height: 25px;
      background: url(icons.png) no-repeat 0 -393px;
      vertical-align: middle; }
    /* line 1035, theme.scss */
    .product-types li.identifikator-obema:before {
      background-position: 0 -418px; }
    /* line 1036, theme.scss */
    .product-types li.gazovaya:before {
      background-position: 0 -443px; }
    /* line 1037, theme.scss */
    .product-types li.elektricheskaya:before {
      background-position: 0 -468px; }
    /* line 1038, theme.scss */
    .product-types li.keramicheskaya:before {
      background-position: 0 -493px; }
    /* line 1039, theme.scss */
    .product-types li.induktsionnaya:before {
      background-position: 0 -518px; }
    /* line 1040, theme.scss */
    .product-types li.dlya-posudomoechnoy-mashiny:before {
      background-position: 0 -543px; }
    /* line 1041, theme.scss */
    .product-types li.dlya-duhovki:before {
      background-position: 0 -568px; }
    /* line 1042, theme.scss */
    .product-types li.bezopasno-dlya-pischi:before {
      background-position: 0 -593px; }

/* line 1046, theme.scss */
.in-product-disabled {
  background: #9B9B9B !important; }

/*cart*/
/* line 1051, theme.scss */
.cart-items {
  background: #FAFAFA;
  margin-bottom: 30px; }

/* line 1052, theme.scss */
.cart-item {
  border-bottom: 1px solid #CDCDCD;
  margin: 0;
  position: relative; }
  /* line 1053, theme.scss */
  .cart-item > * {
    padding: 20px; }
  /* line 1054, theme.scss */
  .cart-item .item-title {
    font-family: Lucida Grande;
    font-size: 13px; }
  /* line 1055, theme.scss */
  .cart-item .item-sku {
    margin: 10px 0;
    font-family: Lucida Grande;
    font-size: 13px; }
  /* line 1056, theme.scss */
  .cart-item .item-money, .cart-item .item-total_price {
    font: 14px 'Lucida Grande'; }

/* line 1058, theme.scss */
.discounts-rows {
  display: inline-block;
  padding: 0 10px 18px;
  font-family: Lucida Grande;
  font-size: 14px;
  color: #2D2D2D;
  border-bottom: 1px solid #D3D3D3;
  min-width: 250px;
  margin-bottom: 30px; }
  /* line 1059, theme.scss */
  .discounts-rows .cart_sidebar-total {
    color: #F04A40; }
  @media screen and (max-width: 480px) {
    /* line 1058, theme.scss */
    .discounts-rows {
      display: block;
      margin: 0 0 30px;
      padding-bottom: 30px; } }

/* line 1064, theme.scss */
.quantity-input {
  width: 89px;
  height: 46px;
  border-radius: 5px;
  text-align: center;
  padding: 10px;
  font: 13px 'Lucida Grande';
  vertical-align: top; }

/* line 1070, theme.scss */
.quantity-controls .buttons {
  display: inline-block;
  max-width: 25px; }
  /* line 1071, theme.scss */
  .quantity-controls .buttons .bttn-count:first-child {
    margin-bottom: 2px; }

/* line 1073, theme.scss */
.item-delete {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  width: 12px;
  position: absolute;
  top: 19px;
  right: 19px;
  padding: 0; }

/* line 1080, theme.scss */
.discounts-wrap {
  padding: 0 20px 30px; }
  /* line 1081, theme.scss */
  .discounts-wrap label {
    margin-right: 10px;
    margin-bottom: 10px; }
  /* line 1082, theme.scss */
  .discounts-wrap .discounts-coupon {
    background: #F5F2EE;
    border: 1px solid rgba(87, 88, 91, 0.2);
    border-radius: 5px;
    width: 160px;
    height: 30px; }
  /* line 1083, theme.scss */
  .discounts-wrap .discounts-submit {
    background: #D3D3D3;
    padding: 5px 12px 6px;
    border-radius: 5px;
    font: bold 13px 'Roboto';
    vertical-align: top;
    color: #fff; }

/* line 1085, theme.scss */
.cart-total-wrap {
  margin-bottom: 30px;
  font-family: Lucida Grande;
  font-size: 18px;
  color: #2D2D2D; }
  /* line 1086, theme.scss */
  .cart-total-wrap .cart-total-capture {
    text-transform: uppercase; }
  /* line 1087, theme.scss */
  .cart-total-wrap .cart-total {
    font-weight: bold; }
  /* line 1088, theme.scss */
  .cart-total-wrap .cart-submit {
    background: #CF0004; }

/* line 1091, theme.scss */
.cart-empty .bttn-prim {
  padding: 0 20px;
  width: auto; }

@media screen and (max-width: 480px) {
  /* line 1094, theme.scss */
  .cart-items {
    background: none; }

  /* line 1095, theme.scss */
  .cart-form .container {
    padding: 0;
    border-top: 1px solid #cdcdcd; }

  /* line 1096, theme.scss */
  .item-image {
    padding: 20px 0 20px 25px; }

  /* line 1097, theme.scss */
  .item-title, .item-sku {
    font-size: 14px; }

  /* line 1098, theme.scss */
  .item-price {
    padding: 0 0 0 40%; }

  /* line 1099, theme.scss */
  .quantity-controls {
    position: relative;
    padding-left: 27px; }

  /* line 1100, theme.scss */
  .quantity-input {
    width: 49px;
    height: 26px;
    padding: 3px; }

  /* line 1101, theme.scss */
  .bttn-count:first-child {
    margin-top: 2px; }

  /* line 1102, theme.scss */
  .bttn-count + .bttn-count {
    position: absolute;
    top: 2px;
    left: 0; }

  /* line 1103, theme.scss */
  .discounts-wrap {
    border-bottom: 1px solid #CDCDCD;
    padding: 0 0 10px;
    margin-bottom: 30px; }

  /* line 1104, theme.scss */
  .discounts-wrap label {
    display: block; } }
/*pages*/
/* line 1108, theme.scss */
.template-is-page {
  font-size: 14px;
  line-height: 1.43rem; }
  /* line 1109, theme.scss */
  .template-is-page .padding_page {
    padding-top: 30px; }
  /* line 1110, theme.scss */
  .template-is-page h1 {
    font-family: Lucida Grande;
    font-size: 21px;
    color: #42591E; }
  /* line 1111, theme.scss */
  .template-is-page .page-content ul {
    padding: 0;
    list-style-position: inside; }
  /* line 1112, theme.scss */
  .template-is-page .page-content li {
    margin-bottom: 20px; }

/* line 1114, theme.scss */
.blog-left-column {
  padding: 55px 0 0 10px; }
  /* line 1115, theme.scss */
  .blog-left-column .title {
    font-family: Lucida Grande;
    font-size: 20px;
    color: #2d2d2d;
    margin-bottom: 10px; }
  /* line 1116, theme.scss */
  .blog-left-column ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  /* line 1117, theme.scss */
  .blog-left-column li {
    border-top: 1px solid #999;
    padding: 10px;
    font: bold 15px Helvetica Neue; }
  /* line 1118, theme.scss */
  .blog-left-column a {
    color: #2D2D2D;
    text-decoration: none; }
    /* line 1119, theme.scss */
    .blog-left-column a:hover, .blog-left-column a.active {
      color: #CF0004; }

/* line 1122, theme.scss */
.tags-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none; }
  /* line 1123, theme.scss */
  .tags-list li {
    display: inline-block;
    margin: 0 10px 10px 0;
    font: bold 12px Helvetica Neue; }
  /* line 1124, theme.scss */
  .tags-list a {
    background: #B6B6B6;
    border-radius: 5px;
    padding: 5px 15px;
    display: block;
    text-transform: uppercase;
    color: #fff; }
    /* line 1125, theme.scss */
    .tags-list a:hover, .tags-list a.is-active {
      background: #CF0004;
      color: #fff; }

/* line 1128, theme.scss */
.blog-articles {
  padding-top: 30px; }

/* line 1129, theme.scss */
.article_preview {
  margin-bottom: 30px; }
  /* line 1130, theme.scss */
  .article_preview a {
    text-decoration: none;
    color: #171717; }
    /* line 1131, theme.scss */
    .article_preview a:hover {
      color: #CF0004; }

/* line 1134, theme.scss */
.article_preview-image_wrap {
  height: 280px;
  line-height: 280px;
  text-align: center;
  margin-bottom: 10px; }

/* line 1141, theme.scss */
.article_preview-title {
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px; }

/* line 1144, theme.scss */
.article_preview-inner {
  font-family: Lucida Grande;
  font-size: 14px; }

/* line 1145, theme.scss */
.tags {
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold; }
  /* line 1146, theme.scss */
  .tags a {
    text-decoration: none;
    color: #171717;
    margin-right: 8px; }
    /* line 1146, theme.scss */
    .tags a:hover {
      text-decoration: underline;
      color: #171717; }

/* line 1149, theme.scss */
.template-is-article .article-content .products {
  margin-top: 50px; }
/* line 1150, theme.scss */
.template-is-article .article-text {
  font: bold 14px Lucida Grande;
  color: #595959;
  line-height: 140%; }
/* line 1151, theme.scss */
.template-is-article .article-text p {
  line-height: 150%; }
/* line 1154, theme.scss */
.template-is-article h1 {
  font: 28px 'Lucida Grande';
  color: #57585B; }
/* line 1155, theme.scss */
.template-is-article img {
  margin-top: 36px; }
/* line 1156, theme.scss */
.template-is-article .tags {
  margin-bottom: 20px;
  padding-left: 28px;
  background: url(ico_tags.png) no-repeat 0 50%;
  color: #62A5A1;
  line-height: 18px; }
  /* line 1157, theme.scss */
  .template-is-article .tags a {
    color: #62A5A1;
    margin: 0; }
/* line 1159, theme.scss */
.template-is-article .article-date {
  font-size: 18px;
  color: #999;
  font-style: italic; }

@media screen and (max-width: 480px) {
  /* line 1163, theme.scss */
  .blog-left-column {
    padding: 30px 15px 20px; }

  /* line 1164, theme.scss */
  .blog-articles {
    padding-top: 0; } }
/*  Compare table
-----------------------------------------*/
/* line 1169, theme.scss */
.table.table-compare {
  position: relative; }
  /* line 1171, theme.scss */
  .table.table-compare th, .table.table-compare td {
    border: 1px solid #CDCDCD;
    font: 13px 'Lucida Grande'; }
  /* line 1172, theme.scss */
  .table.table-compare .items_more td {
    background: none;
    border: none;
    padding: 20px;
    text-align: center; }
    /* line 1173, theme.scss */
    .table.table-compare .items_more td .bttn {
      min-width: 158px;
      height: 38px;
      line-height: 19px; }

/* line 1178, theme.scss */
.table.table-compare td {
  padding: 7px 10px; }

/* line 1182, theme.scss */
.table.table-compare .param-title {
  width: 15%; }

/* line 1184, theme.scss */
.table.table-compare .param-value {
  width: 20%;
  position: relative; }
  /* line 1186, theme.scss */
  .table.table-compare .param-value .product-title {
    font: 13px 'Lucida Grande'; }
  /* line 1187, theme.scss */
  .table.table-compare .param-value .but_delete {
    position: absolute;
    top: 5px;
    right: 7px;
    color: #000; }
    /* line 1187, theme.scss */
    .table.table-compare .param-value .but_delete img {
      width: 11px; }

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

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

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

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

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

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

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

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

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

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

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

/*  Compare toolbar
-----------------------------------------*/
/* line 1270, theme.scss */
.compare-toolbar {
  margin-bottom: 30px; }
  /* line 1271, theme.scss */
  .compare-toolbar .button-same-toggle {
    padding: 10px 40px; }

/*subscribe popap */
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible; }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
/* line 1301, theme.scss */
.subscribe-popup {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-delay: 6s;
  width: 450px;
  background: #fff;
  padding: 51px 20px 40px 20px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-sizing: content-box;
  border: 1px solid #CDCDCD;
  z-index: 100; }
  /* line 1320, theme.scss */
  .subscribe-popup .subscribe-popup-close {
    position: absolute;
    right: 17px;
    top: 17px;
    cursor: pointer; }
  /* line 1330, theme.scss */
  .subscribe-popup-header {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center; }
  /* line 1337, theme.scss */
  .subscribe-popup-text {
    color: #000000;
    margin-bottom: 20px;
    text-align: center;
    font-size: 14px; }
  /* line 1345, theme.scss */
  .subscribe-popup .feedback-field {
    background: #fff;
    border: 1px solid #EDEDED;
    height: 45px;
    border-radius: 0;
    box-sizing: border-box; }
  /* line 1353, theme.scss */
  .subscribe-popup .feedback-row-text a {
    color: #383838; }
  @media screen and (max-width: 640px) {
    /* line 1301, theme.scss */
    .subscribe-popup {
      width: 100%;
      box-sizing: border-box; } }
  /* line 1363, theme.scss */
  .subscribe-popup .button-primary {
    background: #CF0004;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase; }
  /* line 1371, theme.scss */
  .subscribe-popup .feedback-field-wrap {
    max-width: 100%;
    width: 100%; }

/* line 1378, theme.scss */
.subscribe-popup-success {
  display: none; }

/* end */
/* line 1385, theme.scss */
.block-item-pdf a {
  text-decoration: none; }

/* line 1390, theme.scss */
.block-item-pdf-title, .block-item-pdf-text {
  padding-left: 8px; }

/* line 1394, theme.scss */
.block-item-pdf-title {
  font-size: 13px;
  color: #000000;
  font-weight: 500; }

/* line 1401, theme.scss */
.block-item-pdf-text {
  font-size: 11px;
  color: #000000; }
