@charset "UTF-8";
/* line 12, style.scss */
body {
  font-family: 'Museo Sans';
  line-height: 1.5;
  background: #fff;
  font-size: 16px;
  color: #222d55;
  letter-spacing: 0.56px; }

/* line 21, style.scss */
p {
  margin: 1rem 0; }

/* line 25, style.scss */
.hidden {
  display: none !important; }

/* line 29, style.scss */
.editor a {
  color: #67221a; }

/* line 34, style.scss */
.button, .co-button {
  outline: none !important;
  display: inline-block;
  padding: 20px 35px;
  text-decoration: none;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.68px;
  color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e4f5fc+0,e4f5fc+50,e4f5fc+50,2ab0ed+50,2ab0ed+100 */
  background: #752a21;
  /* Old browsers */
  background: -moz-linear-gradient(-25deg, #752a21 0%, #752a21 50%, #752a21 50%, #67221a 50%, #67221a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-25deg, #752a21 0%, #752a21 50%, #752a21 50%, #67221a 50%, #67221a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(115deg, #752a21 0%, #752a21 50%, #752a21 50%, #67221a 50%, #67221a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_light', endColorstr='$color',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */ }
  /* line 56, style.scss */
  .button:hover, .co-button:hover {
    background: #752a21;
    /* Old browsers */
    background: -moz-linear-gradient(-25deg, #752a21 0%, #752a21 70%, #752a21 70%, #67221a 70%, #67221a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-25deg, #752a21 0%, #752a21 70%, #752a21 70%, #67221a 70%, #67221a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(115deg, #752a21 0%, #752a21 70%, #752a21 70%, #67221a 70%, #67221a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color_light', endColorstr='$color',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    text-decoration: none; }
  /* line 64, style.scss */
  .button.blue, .co-button.blue {
    background: #2e3c6f;
    /* Old browsers */
    background: -moz-linear-gradient(-25deg, #2e3c6f 0%, #2e3c6f 50%, #2e3c6f 50%, #222d55 50%, #222d55 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-25deg, #2e3c6f 0%, #2e3c6f 50%, #2e3c6f 50%, #222d55 50%, #222d55 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(115deg, #2e3c6f 0%, #2e3c6f 50%, #2e3c6f 50%, #222d55 50%, #222d55 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue_light', endColorstr='$blue',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }
    /* line 70, style.scss */
    .button.blue:hover, .co-button.blue:hover {
      background: #2e3c6f;
      /* Old browsers */
      background: -moz-linear-gradient(-25deg, #2e3c6f 0%, #2e3c6f 55%, #2e3c6f 55%, #222d55 55%, #222d55 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(-25deg, #2e3c6f 0%, #2e3c6f 55%, #2e3c6f 55%, #222d55 55%, #222d55 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(115deg, #2e3c6f 0%, #2e3c6f 55%, #2e3c6f 55%, #222d55 55%, #222d55 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$blue_light', endColorstr='$blue',GradientType=1 );
      /* IE6-9 fallback on horizontal gradient */
      text-decoration: none; }
  /* line 79, style.scss */
  .button.fade-button, .co-button.fade-button {
    color: #222d55;
    padding: 12px 0;
    background: #e9e9e9;
    font-weight: 500; }
    /* line 84, style.scss */
    .button.fade-button:hover, .co-button.fade-button:hover {
      background: #f2f2f2; }

/* line 90, style.scss */
.half-bg {
  background: -webkit-linear-gradient(-25deg, #f2f2f2 49.9%, transparent 50.1%);
  background: linear-gradient(115deg, #f2f2f2 49.9%, transparent 50.1%); }

/* line 95, style.scss */
.contacts {
  padding: 4% 0 2%;
  margin-bottom: 5%;
  margin-top: -20px;
  background: -webkit-linear-gradient(-16deg, transparent 49.9%, #67221a 50%);
  background: linear-gradient(106deg, transparent 47.9%, #67221a 48%); }
  @media (max-width: 920px) {
    /* line 95, style.scss */
    .contacts {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0; } }
  /* line 106, style.scss */
  .contacts .left-side {
    color: #67221a; }
    @media (max-width: 920px) {
      /* line 106, style.scss */
      .contacts .left-side {
        padding-bottom: 6%;
        padding-top: 3%;
        padding-left: 30px;
        padding-right: 10px; } }
  /* line 115, style.scss */
  .contacts .right-side, .contacts .right-side .heading {
    color: #fff; }
  @media (max-width: 1024px) {
    /* line 119, style.scss */
    .contacts .right-side {
      padding-left: 3%; } }
  @media (max-width: 920px) {
    /* line 124, style.scss */
    .contacts .right-side {
      background: #67221a;
      margin: 0 -20px;
      -ms-flex-preferred-size: calc(100% + 40px);
      flex-basis: calc(100% + 40px);
      max-width: inherit;
      padding-bottom: 7%;
      padding-top: 3%;
      padding-left: 50px; } }
  /* line 135, style.scss */
  .contacts dt {
    font-weight: 500;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
    /* line 140, style.scss */
    .contacts dt:nth-child(9) {
      margin-top: 20px; }
      @media (max-width: 920px) {
        /* line 140, style.scss */
        .contacts dt:nth-child(9) {
          margin-top: 0; } }
  /* line 147, style.scss */
  .contacts dd {
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    max-width: 70%;
    margin-left: 0; }
    @media (max-width: 768px) {
      /* line 147, style.scss */
      .contacts dd {
        margin-bottom: 20px; } }
    /* line 155, style.scss */
    .contacts dd:last-child {
      margin-top: 20px; }
      @media (max-width: 920px) {
        /* line 155, style.scss */
        .contacts dd:last-child {
          margin-top: 0; } }
  /* line 162, style.scss */
  .contacts dl {
    letter-spacing: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 768px) {
      /* line 162, style.scss */
      .contacts dl {
        display: block; } }
  @media (max-width: 920px) {
    /* line 95, style.scss */
    .contacts {
      background: none; } }
  @media (max-width: 480px) {
    /* line 95, style.scss */
    .contacts {
      background: #f2f2f2; } }

/* line 181, style.scss */
.heading {
  font-size: 36px;
  font-weight: 500;
  color: #67221a;
  letter-spacing: 0.57px;
  line-height: 1.2; }
  @media (max-width: 768px) {
    /* line 181, style.scss */
    .heading {
      font-size: 30px; } }

/* line 192, style.scss */
.container {
  padding-left: 20px;
  padding-right: 20px; }

/* line 198, style.scss */
.news {
  padding: 5% 0;
  background-color: #f2f2f2; }
  /* line 202, style.scss */
  .news .heading {
    text-align: center; }
    @media (max-width: 768px) {
      /* line 202, style.scss */
      .news .heading {
        margin-bottom: 30px; } }
  /* line 208, style.scss */
  .news .half-bg {
    border-radius: 5px;
    height: 100%;
    background: -webkit-linear-gradient(-25deg, #fff 49.9%, transparent 50%);
    background: linear-gradient(115deg, #fff 49.9%, transparent 50%); }
  /* line 214, style.scss */
  .news .news-block {
    display: block;
    text-decoration: none;
    height: 100%;
    color: #752a21;
    letter-spacing: 0.25px;
    box-shadow: 0 6px 9px rgba(204, 203, 203, 0.12);
    border-radius: 5px;
    background: url(blog1.jpg) center right no-repeat;
    background-size: auto 146%; }
    /* line 224, style.scss */
    .news .news-block .cell-6 {
      padding: 8% 9%;
      height: 235px; }
    @media (max-width: 768px) {
      /* line 214, style.scss */
      .news .news-block {
        background: none !important;
        max-width: 430px;
        margin: 0 auto; }
        /* line 233, style.scss */
        .news .news-block img {
          width: 100%; } }
  /* line 238, style.scss */
  .news .news-block.last {
    background-image: url(blog2.jpg); }
  /* line 241, style.scss */
  .news .is-grid {
    margin: 0 -14px; }
    /* line 243, style.scss */
    .news .is-grid > [class*='cell-'] {
      padding-left: 14px;
      padding-right: 14px;
      padding-top: 4%;
      padding-bottom: 3%; }
  /* line 250, style.scss */
  .news .button {
    text-align: center;
    width: 195px;
    display: block;
    margin: 0 auto; }
  @media (max-width: 480px) {
    /* line 198, style.scss */
    .news {
      background: #fff; }
      /* line 258, style.scss */
      .news .news-block {
        box-shadow: none;
        border-radius: 0; }
        /* line 261, style.scss */
        .news .news-block .blog-img {
          margin: 0 -20px; }
        /* line 264, style.scss */
        .news .news-block p {
          padding: 0 25px; } }

@media (max-width: 480px) {
  /* line 272, style.scss */
  .news .button {
    width: calc(100% - 50px); } }
/* line 277, style.scss */
.row.is-grid {
  margin: 0 -10px; }
  /* line 279, style.scss */
  .row.is-grid > [class*='cell-'] {
    padding-left: 10px;
    padding-right: 10px; }

/* line 286, style.scss */
.categories {
  padding: calc(20px + 2%) 0; }
  /* line 288, style.scss */
  .categories .half-bg {
    border-radius: 5px;
    height: 100%; }
  /* line 292, style.scss */
  .categories .cat-block {
    text-decoration: none;
    display: block;
    font-size: 19px;
    letter-spacing: 0.18px;
    height: 100%;
    color: #752a21;
    box-shadow: 0 6px 9px rgba(204, 203, 203, 0.12);
    border-radius: 5px;
    background: url(cat1.jpg) center right no-repeat;
    background-size: auto 141%; }
    /* line 303, style.scss */
    .categories .cat-block .cell-6 {
      padding: 7% 10px 7% 8%;
      height: 164px; }
      @media (max-width: 1100px) {
        /* line 303, style.scss */
        .categories .cat-block .cell-6 {
          height: 147px; } }
    @media (max-width: 1100px) {
      /* line 292, style.scss */
      .categories .cat-block {
        font-size: 16px; } }
  /* line 314, style.scss */
  .categories .news-block.last {
    background-image: url(blog2.jpg); }
  /* line 317, style.scss */
  .categories .is-grid {
    margin: 0 -7px; }
    /* line 319, style.scss */
    .categories .is-grid > [class*='cell-'] {
      padding-left: 7px;
      padding-right: 7px;
      padding-top: 7px;
      padding-bottom: 7px; }
  /* line 326, style.scss */
  .categories .button {
    text-align: center;
    width: 195px;
    display: block;
    margin: 0 auto; }
  @media (max-width: 480px) {
    /* line 286, style.scss */
    .categories {
      padding-bottom: 45px;
      border-bottom: 2px solid #f2f2f2;
      margin-bottom: 35px; } }

/* line 339, style.scss */
.slider {
  width: 100%;
  overflow: hidden;
  padding-bottom: 20px; }
  /* line 343, style.scss */
  .slider .slider-wrap {
    background-color: #d5d5d5;
    position: relative;
    width: 100%;
    height: 400px; }
    @media (max-width: 768px) {
      /* line 349, style.scss */
      .slider .slider-wrap .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.2);
        z-index: 50; } }
  /* line 364, style.scss */
  .slider .slider-content {
    padding-top: 9%;
    padding-left: 9%;
    letter-spacing: 0.68px;
    font-size: 34px;
    text-transform: uppercase;
    color: #222d55;
    max-width: 50%;
    line-height: 1.3;
    position: relative;
    z-index: 50; }
    @media (max-width: 1190px) {
      /* line 364, style.scss */
      .slider .slider-content {
        font-size: 35px;
        padding-top: 9%; } }
    @media (max-width: 768px) {
      /* line 364, style.scss */
      .slider .slider-content {
        max-width: inherit;
        padding: 0; } }
  /* line 384, style.scss */
  .slider .slide-image {
    position: absolute;
    left: calc(50% - 40px);
    top: 0; }
    /* line 388, style.scss */
    .slider .slide-image:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 400px 115px 0 0;
      border-color: #d5d5d5 transparent transparent transparent;
      z-index: 20; }
    /* line 401, style.scss */
    .slider .slide-image:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 0 400px 115px;
      border-color: transparent transparent #d5d5d5 transparent;
      z-index: 20; }
    @media (max-width: 768px) {
      /* line 415, style.scss */
      .slider .slide-image:before, .slider .slide-image:after {
        display: none; } }
    /* line 419, style.scss */
    .slider .slide-image img {
      max-width: inherit;
      display: block;
      max-height: 420px; }
    @media (max-width: 768px) {
      /* line 384, style.scss */
      .slider .slide-image {
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        right: 0;
        top: 0; }
        /* line 438, style.scss */
        .slider .slide-image img {
          max-width: inherit;
          display: block;
          -o-object-fit: contain;
          object-fit: contain;
          height: 100%; } }
  /* line 447, style.scss */
  .slider .container {
    height: 100%;
    position: relative; }
    /* line 450, style.scss */
    .slider .container:after {
      content: '';
      background: #e7e7e7;
      width: 51%;
      position: absolute;
      left: 0;
      top: 20%;
      bottom: -20px;
      -webkit-transform: skewX(-13deg);
      -ms-transform: skewX(-13deg);
      transform: skewX(-13deg);
      z-index: 30; }
      @media (max-width: 768px) {
        /* line 450, style.scss */
        .slider .container:after {
          display: none; } }
  /* line 467, style.scss */
  .slider .slider-prev {
    position: absolute;
    top: 50%;
    z-index: 150;
    left: 53px;
    margin-top: -20px; }
  /* line 474, style.scss */
  .slider .slider-next {
    position: absolute;
    top: 50%;
    z-index: 50;
    right: 53px;
    margin-top: -20px; }
  @media (max-width: 768px) {
    /* line 339, style.scss */
    .slider {
      padding-bottom: 0; }
      /* line 483, style.scss */
      .slider .slider-next, .slider .slider-prev {
        display: none; } }
  /* line 487, style.scss */
  .slider .button {
    padding: 20px 30px; }

/* line 492, style.scss */
.slider-decor {
  background: rgba(191, 191, 191, 0.57);
  width: 260px;
  position: absolute;
  left: calc(50% + 470px);
  bottom: 0;
  height: 373px;
  -webkit-transform: skewX(-16deg);
  -ms-transform: skewX(-16deg);
  transform: skewX(-16deg);
  z-index: 20; }
  /* line 504, style.scss */
  .slider-decor:before {
    content: '';
    background: #e7e7e7;
    width: 770px;
    position: absolute;
    right: -14px;
    top: -234px;
    height: 13px;
    -webkit-transform: skewX(-13deg);
    -ms-transform: skewX(-13deg);
    transform: skewX(-13deg);
    z-index: 30; }
    @media (max-width: 920px) {
      /* line 504, style.scss */
      .slider-decor:before {
        display: none; } }
  @media (max-width: 1190px) {
    /* line 492, style.scss */
    .slider-decor {
      left: calc(100% - 125px); } }
  @media (max-width: 768px) {
    /* line 492, style.scss */
    .slider-decor {
      display: none; } }

/* line 527, style.scss */
.slider-outer {
  position: relative;
  padding-bottom: 107px;
  overflow: hidden;
  padding-top: 80px; }

/* line 535, style.scss */
.catalog {
  background: #2e3c6f;
  color: #fff;
  margin-top: -107px;
  z-index: 80;
  position: relative; }
  /* line 541, style.scss */
  .catalog a {
    color: #fff;
    text-decoration: none;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s; }
    /* line 548, style.scss */
    .catalog a:hover {
      color: #d5d5d5; }
  @media (max-width: 768px) {
    /* line 535, style.scss */
    .catalog {
      margin-top: 0; } }

/* line 558, style.scss */
.catalog ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0; }
  /* line 566, style.scss */
  .catalog ul li {
    font-size: 17px;
    padding: 0 5px;
    max-width: 20%; }
    @media (max-width: 1120px) {
      /* line 566, style.scss */
      .catalog ul li {
        font-size: 15px;
        max-width: 22%; } }
/* line 576, style.scss */
.catalog ul[data-line-toggle="retail"] {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 580, style.scss */
  .catalog ul[data-line-toggle="retail"] li {
    max-width: 13%; }

/* line 585, style.scss */
.product-card {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 597, style.scss */
  .product-card .prod-descr {
    line-height: 1.4;
    margin-bottom: 0.5rem; }
  /* line 601, style.scss */
  .product-card a {
    color: #752a21;
    text-decoration: none;
    /*display: block;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100% - 41px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    /* line 614, style.scss */
    .product-card a span:hover {
      color: #222d55; }
    /* line 617, style.scss */
    .product-card a .price {
      margin-top: auto; }
  /* line 619, style.scss */
  .product-card a span {
    display: block;
    word-break: break-word; }
  /* line 623, style.scss */
  .product-card .title {
    font-weight: 500;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 1rem; }
  /* line 629, style.scss */
  .product-card .descr {
    margin-bottom: 1rem; }
  /* line 632, style.scss */
  .product-card .sku {
    color: #c9c9c9;
    font-size: 14px;
    margin-bottom: 0.5rem; }
  /* line 637, style.scss */
  .product-card .prod-image-wrap {
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    margin-bottom: 1.5rem; }
    /* line 643, style.scss */
    .product-card .prod-image-wrap .prod-image {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-radius: 5px; }
      /* line 659, style.scss */
      .product-card .prod-image-wrap .prod-image img, .product-card .prod-image-wrap .prod-image picture {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain; }
  /* line 668, style.scss */
  .product-card.sub-card .title {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 11px;
    margin-bottom: 0;
    line-height: 1.2;
    letter-spacing: 0;
    font-weight: 500; }
    @media (max-width: 480px) {
      /* line 668, style.scss */
      .product-card.sub-card .title {
        font-size: 16px;
        padding: 0; } }
  /* line 682, style.scss */
  .product-card.sub-card .prod-image-wrap .prod-image img {
    max-width: 80%;
    max-height: 80%; }
  /* line 683, style.scss */
  .product-card.sub-card.not-brand .prod-image-wrap .prod-image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

@media (max-width: 480px) {
  /* line 687, style.scss */
  .products-carousel {
    padding-bottom: 35px;
    border-bottom: 2px solid #f2f2f2;
    margin-bottom: 25px; } }
/* line 693, style.scss */
.products-carousel * {
  outline: none; }
/* line 696, style.scss */
.products-carousel .carousel {
  margin: 5% 0; }
  /* line 698, style.scss */
  .products-carousel .carousel .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 703, style.scss */
  .products-carousel .carousel .slick-slide {
    height: auto; }
/* line 707, style.scss */
.products-carousel .slick-list {
  margin: 0 50px; }
/* line 710, style.scss */
.products-carousel .heading {
  margin-bottom: 1em;
  text-align: center; }
/* line 714, style.scss */
.products-carousel .carousel-prev, .products-carousel .carousel-next {
  position: absolute;
  top: calc(50% - 16px); }
  /* line 717, style.scss */
  .products-carousel .carousel-prev svg path, .products-carousel .carousel-next svg path {
    fill: #67221a; }
  /* line 720, style.scss */
  .products-carousel .carousel-prev:hover svg path, .products-carousel .carousel-next:hover svg path {
    fill: #8f3126; }
  @media (max-width: 480px) {
    /* line 714, style.scss */
    .products-carousel .carousel-prev, .products-carousel .carousel-next {
      opacity: 0.3; }
      /* line 725, style.scss */
      .products-carousel .carousel-prev:hover, .products-carousel .carousel-next:hover {
        opacity: 1; } }
/* line 730, style.scss */
.products-carousel .carousel-prev {
  left: 0; }
/* line 733, style.scss */
.products-carousel .carousel-next {
  right: 0; }

/* line 739, style.scss */
.carousel-item {
  padding: 8px; }

/* line 742, style.scss */
.icon {
  width: 54px;
  min-width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-radius: 100%;
  background: #f2f2f2; }
  /* line 750, style.scss */
  .icon svg {
    vertical-align: middle; }

/* line 754, style.scss */
a.icon {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

/* line 760, style.scss */
a.icon:hover {
  background: #d5d5d5; }

/* line 763, style.scss */
.contacts-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 770, style.scss */
  .contacts-block > * {
    margin: 0 8px; }
  /* line 773, style.scss */
  .contacts-block a {
    color: #222d55; }
  /* line 777, style.scss */
  .contacts-block .address {
    font-size: 14px;
    letter-spacing: 0.56px; }
  /* line 781, style.scss */
  .contacts-block .separator {
    width: 2px;
    height: 58px;
    -webkit-transform: rotate(17deg);
    -ms-transform: rotate(17deg);
    transform: rotate(17deg);
    background: #67221a;
    margin: 0 14px; }
  /* line 790, style.scss */
  .contacts-block .time {
    letter-spacing: 0.56px;
    font-size: 14px; }
  /* line 794, style.scss */
  .contacts-block .tel {
    letter-spacing: 0.66px;
    font-size: 17px; }
    /* line 797, style.scss */
    .contacts-block .tel b {
      white-space: nowrap; }
    /* line 800, style.scss */
    .contacts-block .tel a {
      text-decoration: none; }
      /* line 802, style.scss */
      .contacts-block .tel a:hover {
        color: #2e3c6f; }

/* line 809, style.scss */
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 813, style.scss */
  .social .icon {
    display: block;
    margin: 0 3px; }

/* line 818, style.scss */
.contact-footer {
  padding: 3% 0;
  border-top: 2px solid #f2f2f2;
  border-bottom: 2px solid #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3%; }
  @media (max-width: 768px) {
    /* line 818, style.scss */
    .contact-footer {
      padding: 0;
      border: 0;
      margin-bottom: 1rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      /* line 840, style.scss */
      .contact-footer .icon {
        background-color: #fff; }
      /* line 843, style.scss */
      .contact-footer .social {
        background: #f2f2f2;
        width: calc(100% + 40px);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 40px; }
      /* line 857, style.scss */
      .contact-footer .logo {
        display: block;
        max-width: 150px;
        margin: 42px 0 35px 0; }
      /* line 862, style.scss */
      .contact-footer .contacts-block .separator {
        display: none; }
      /* line 865, style.scss */
      .contact-footer .contacts-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        background: #f2f2f2;
        width: calc(100% + 40px);
        margin: 0 -20px;
        padding: 40px 0; }
        /* line 875, style.scss */
        .contact-footer .contacts-block .icon {
          margin: 20px 0; }
        /* line 878, style.scss */
        .contact-footer .contacts-block .tel {
          color: #f2f2f2;
          line-height: 0;
          margin-right: 0 !important; }
          /* line 882, style.scss */
          .contact-footer .contacts-block .tel b {
            color: #222d55;
            display: block;
            line-height: 1.6;
            font-size: 18px;
            margin-top: 5px; }
        /* line 890, style.scss */
        .contact-footer .contacts-block .icon {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; }
        /* line 895, style.scss */
        .contact-footer .contacts-block .address {
          -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
          order: 3;
          font-size: 16px;
          padding: 0 30px; }
        /* line 902, style.scss */
        .contact-footer .contacts-block .phones {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }

/* line 912, style.scss */
.copy {
  font-size: 12px;
  letter-spacing: 0.19px;
  color: #c9c9c9;
  margin: 1rem 0; }

/* line 919, style.scss */
.main-nav {
  position: relative;
  padding: 14px 0;
  z-index: 60;
  margin-bottom: -80px;
  background: #f2f2f2;
  line-height: 1;
  font-size: 17px;
  letter-spacing: 0.85px;
  margin-top: 13px; }
  /* line 929, style.scss */
  .main-nav .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 937, style.scss */
  .main-nav a {
    text-decoration: none;
    color: #222d55; }
    /* line 940, style.scss */
    .main-nav a.active {
      font-weight: 500; }
    /* line 944, style.scss */
    .main-nav a:hover {
      opacity: 0.8; }
    /* line 948, style.scss */
    .main-nav a.action {
      color: #67221a;
      font-weight: bold; }
  @media (max-width: 990px) {
    /* line 919, style.scss */
    .main-nav {
      font-size: 16px; } }

/* line 958, style.scss */
header {
  padding: 0 0;
  margin-bottom: -13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 970, style.scss */
  header .cart .button {
    position: relative; }
    @media (max-width: 920px) {
      /* line 970, style.scss */
      header .cart .button {
        background-image: url("data:image/svg+xml,%3Csvg height='16pt' viewBox='0 -31 512.00026 512' width='16pt' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%2327335e' d='m164.960938 300.003906h.023437c.019531 0 .039063-.003906.058594-.003906h271.957031c6.695312 0 12.582031-4.441406 14.421875-10.878906l60-210c1.292969-4.527344.386719-9.394532-2.445313-13.152344-2.835937-3.757812-7.269531-5.96875-11.976562-5.96875h-366.632812l-10.722657-48.253906c-1.527343-6.863282-7.613281-11.746094-14.644531-11.746094h-90c-8.285156 0-15 6.714844-15 15s6.714844 15 15 15h77.96875c1.898438 8.550781 51.3125 230.917969 54.15625 243.710938-15.941406 6.929687-27.125 22.824218-27.125 41.289062 0 24.8125 20.1875 45 45 45h272c8.285156 0 15-6.714844 15-15s-6.714844-15-15-15h-272c-8.269531 0-15-6.730469-15-15 0-8.257812 6.707031-14.976562 14.960938-14.996094zm312.152343-210.003906-51.429687 180h-248.652344l-40-180zm0 0'/%3E%3Cpath fill='%2327335e' d='m150 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45zm45-15c8.269531 0 15 6.730469 15 15s-6.730469 15-15 15-15-6.730469-15-15 6.730469-15 15-15zm0 0'/%3E%3Cpath fill='%2327335e' d='m362 405c0 24.8125 20.1875 45 45 45s45-20.1875 45-45-20.1875-45-45-45-45 20.1875-45 45zm45-15c8.269531 0 15 6.730469 15 15s-6.730469 15-15 15-15-6.730469-15-15 6.730469-15 15-15zm0 0'/%3E%3C/svg%3E");
        width: 30px;
        height: 30px;
        border-radius: 0;
        padding: 0;
        vertical-align: middle;
        background-size: 100%;
        background-repeat: no-repeat; } }
    /* line 982, style.scss */
    header .cart .button .cart-count {
      height: 28px;
      width: 28px;
      color: #fff;
      background-color: #8f3126;
      border-radius: 100%;
      position: absolute;
      top: -6px;
      right: -6px;
      font-size: 15px;
      text-align: center;
      line-height: 28px;
      z-index: 20; }
      @media (max-width: 920px) {
        /* line 982, style.scss */
        header .cart .button .cart-count {
          height: 24px;
          width: 24px;
          top: -10px;
          right: -10px;
          font-size: 12px;
          line-height: 24px; } }
  /* line 1005, style.scss */
  header .social {
    margin-left: 8px; }
  /* line 1008, style.scss */
  header .burger {
    margin-left: 20px; }
  @media (max-width: 920px) {
    /* line 958, style.scss */
    header {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 15px 0;
      height: 207px; } }

/* line 1019, style.scss */
.top-header {
  letter-spacing: 1.8px;
  line-height: 40px;
  background: #222d55;
  color: #fff;
  font-size: 9px;
  text-transform: uppercase; }
  /* line 1026, style.scss */
  .top-header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 1037, style.scss */
  .top-header .slogan {
    margin-left: 2%;
    max-width: 64%;
    line-height: 1.3; }
    @media (max-width: 1100px) {
      /* line 1037, style.scss */
      .top-header .slogan {
        max-width: 56%; } }
  /* line 1045, style.scss */
  .top-header .search-form {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 2%; }
    /* line 1051, style.scss */
    .top-header .search-form input {
      letter-spacing: 1.8px;
      font-family: inherit;
      font-size: 9px;
      font-weight: 700;
      color: #222d55;
      background-color: #fff;
      height: 40px;
      line-height: 40px;
      padding: 0 28px 0 14px;
      width: 100%;
      text-transform: uppercase;
      border: 0;
      border-radius: 0; }
      /* line 1065, style.scss */
      .top-header .search-form input::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #2e3c6f; }
      /* line 1068, style.scss */
      .top-header .search-form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #2e3c6f;
        opacity: 1; }
      /* line 1072, style.scss */
      .top-header .search-form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #2e3c6f;
        opacity: 1; }
      /* line 1076, style.scss */
      .top-header .search-form input:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #2e3c6f; }
    /* line 1080, style.scss */
    .top-header .search-form button {
      /*margin-left: -28px;
      position: relative;*/
      position: absolute;
      right: 18px;
      top: 12px;
      cursor: pointer;
      z-index: 20;
      vertical-align: middle;
      background: transparent;
      border: 0;
      width: 16px;
      height: 16px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23586BB0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23576AAE;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-repeat: no-repeat; }
      /* line 1098, style.scss */
      .top-header .search-form button:hover {
        background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
    @media (max-width: 920px) {
      /* line 1045, style.scss */
      .top-header .search-form {
        position: absolute;
        top: 191px;
        left: 20px;
        right: 20px;
        z-index: 50;
        margin: 0;
        display: none; }
        /* line 1110, style.scss */
        .top-header .search-form button[type="button"] {
          background-image: none;
          font-size: 22px;
          color: #586bb0;
          margin-left: 0;
          position: absolute;
          top: -1px;
          right: 11px;
          z-index: 60;
          width: auto;
          height: auto;
          padding: 0; }
        /* line 1123, style.scss */
        .top-header .search-form button[type="submit"] {
          right: 36px; }
        /* line 1126, style.scss */
        .top-header .search-form input {
          font-size: 16px;
          font-size: 16px;
          font-weight: normal;
          text-transform: lowercase; }
          /* line 1129, style.scss */
          .top-header .search-form input ::-webkit-input-placeholder {
            /* WebKit browsers */
            letter-spacing: 1.4px;
            font-family: inherit;
            font-size: 9px;
            font-weight: 700; }
          /* line 1135, style.scss */
          .top-header .search-form input :-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            letter-spacing: 1.4px;
            font-family: inherit;
            font-size: 9px;
            font-weight: 700; }
          /* line 1141, style.scss */
          .top-header .search-form input ::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            letter-spacing: 1.4px;
            font-family: inherit;
            font-size: 9px;
            font-weight: 700; }
          /* line 1147, style.scss */
          .top-header .search-form input :-ms-input-placeholder {
            /* Internet Explorer 10+ */
            letter-spacing: 1.4px;
            font-family: inherit;
            font-size: 9px;
            font-weight: 700; } }
  /* line 1157, style.scss */
  .top-header a {
    color: #fff;
    text-decoration: none; }
  /* line 1161, style.scss */
  .top-header select {
    cursor: pointer;
    letter-spacing: 1.8px;
    font-weight: 700;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23586bb0' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: calc(100% - 14px) 50%;
    background-color: #2e3c6f;
    font-family: inherit;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 28px 0 14px;
    border: 0;
    border-radius: 0;
    background-repeat: no-repeat; }
    /* line 1181, style.scss */
    .top-header select:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23fff' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  /* line 1186, style.scss */
  .top-header .login span {
    font-weight: 700; }
  /* line 1189, style.scss */
  .top-header .login svg {
    vertical-align: middle; }
  /* line 1193, style.scss */
  .top-header .login:hover svg path {
    fill: #fff;
    stroke: #fff; }

/* line 1201, style.scss */
.decorated {
  position: relative;
  padding: 0 10px;
  background: #2e3c6f;
  height: 40px;
  margin-left: -10px; }
  /* line 1207, style.scss */
  .decorated:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 10px 0 0;
    border-color: #222d55 transparent transparent transparent;
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0; }
  /* line 1219, style.scss */
  .decorated:after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 40px 10px;
    border-color: transparent transparent #222d55 transparent;
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0; }

/* line 1233, style.scss */
.entry-modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #67221a;
  text-align: center; }
  /* line 1252, style.scss */
  .entry-modal .inner {
    width: 90%;
    max-width: 1200px;
    border-radius: 20px;
    background: #fff;
    padding: 4%;
    overflow: auto;
    max-height: 98%; }
    @media (max-width: 920px) {
      /* line 1252, style.scss */
      .entry-modal .inner {
        padding: 6% 8%; } }
  /* line 1264, style.scss */
  .entry-modal p {
    font-weight: 500;
    margin-bottom: 3%;
    position: relative;
    max-width: 520px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      /* line 1264, style.scss */
      .entry-modal p {
        font-size: 14px; } }
    /* line 1273, style.scss */
    .entry-modal p:after {
      content: '';
      display: block;
      width: 25%;
      margin: 0 auto;
      background: #f2f2f2;
      height: 2px;
      margin-bottom: 3%;
      margin-top: 4%; }
  /* line 1284, style.scss */
  .entry-modal .heading {
    font-size: 30px;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 2%; }
    @media (max-width: 480px) {
      /* line 1284, style.scss */
      .entry-modal .heading {
        font-size: 20px; } }
  /* line 1293, style.scss */
  .entry-modal .subtitle {
    color: #c9c9c9;
    font-style: italic;
    margin-bottom: 2%;
    font-size: 14px; }
    /* line 1298, style.scss */
    .entry-modal .subtitle:after {
      content: '';
      display: block;
      width: 32px;
      height: 12px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='12' viewBox='0 0 32 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23d8d8d8' d='M16.088 11.987L16 11.85l-.088.138L.015 1.702 1.088.012 16 9.662 30.912.013l1.073 1.69z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      margin: 0 auto;
      margin-top: 3%; }
  /* line 1308, style.scss */
  .entry-modal .cat-block {
    font-size: 65px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    background-size: auto 100%; }
    /* line 1317, style.scss */
    .entry-modal .cat-block:hover {
      background-size: auto 104%; }
    /* line 1320, style.scss */
    .entry-modal .cat-block .cell-6 {
      padding: 8% 10px 16% 6%;
      height: auto !important; }
      @media (max-width: 480px) {
        /* line 1320, style.scss */
        .entry-modal .cat-block .cell-6 {
          padding: 8% 10px 21% 6%; } }
    @media (max-width: 1100px) {
      /* line 1308, style.scss */
      .entry-modal .cat-block {
        font-size: 51px; } }
    @media (max-width: 480px) {
      /* line 1308, style.scss */
      .entry-modal .cat-block {
        font-size: 33px; } }
  /* line 1334, style.scss */
  .entry-modal .cell-retail .cat-block {
    background-image: url(retail.png); }
    /* line 1336, style.scss */
    .entry-modal .cell-retail .cat-block .half-bg {
      background: -webkit-linear-gradient(-16deg, #f2f2f2 55.9%, transparent 56.1%);
      background: linear-gradient(106deg, #f2f2f2 55.9%, transparent 56.1%); }
  /* line 1342, style.scss */
  .entry-modal .cell-horeca .cat-block {
    background-image: url(horeca.jpg);
    color: #fff; }
    /* line 1345, style.scss */
    .entry-modal .cell-horeca .cat-block .half-bg {
      background: -webkit-linear-gradient(-16deg, #67221a 55.9%, transparent 56.1%);
      background: linear-gradient(106deg, #67221a 55.9%, transparent 56.1%); }
  /* line 1350, style.scss */
  .entry-modal .categories {
    padding: 0; }
    @media (max-width: 920px) {
      /* line 1350, style.scss */
      .entry-modal .categories {
        max-width: 415px;
        margin: 0 auto; } }
  /* line 1357, style.scss */
  .entry-modal .row.is-grid {
    margin: 0 -14px; }
    /* line 1359, style.scss */
    .entry-modal .row.is-grid > .cell-6 {
      padding-left: 14px;
      padding-right: 14px; }

@media (max-width: 920px) {
  /* line 1368, style.scss */
  .slider-outer {
    padding-top: 0; }

  /* line 1371, style.scss */
  .slider-decor {
    /*height: 260px;*/ }

  /* line 1374, style.scss */
  header {
    padding-bottom: 0;
    margin-bottom: 0; }
    /* line 1377, style.scss */
    header .contacts-block {
      position: relative;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      -ms-flex-preferred-size: calc(100% + 40px);
      flex-basis: calc(100% + 40px);
      margin: 0 -20px;
      padding: 5px 20px;
      background: #f2f2f2;
      margin-top: 2%; }
      /* line 1388, style.scss */
      header .contacts-block:before {
        content: '';
        background: #67221a;
        right: 2px;
        position: absolute;
        left: 302px;
        top: -13px;
        height: 13px;
        -webkit-transform: skewX(-16deg);
        -ms-transform: skewX(-16deg);
        transform: skewX(-16deg);
        z-index: 30; }
      /* line 1401, style.scss */
      header .contacts-block:after {
        content: '';
        background: #67221a;
        right: 0px;
        position: absolute;
        width: 5px;
        top: -13px;
        height: 13px;
        z-index: 30; }
    /* line 1412, style.scss */
    header .cart {
      margin-left: auto; } }
@media (max-width: 920px) {
  /* line 1420, style.scss */
  .search-opened .search-form {
    display: block; }
  /* line 1423, style.scss */
  .search-opened .contacts-block > * {
    opacity: 0; }

  /* line 1425, style.scss */
  .slider-outer {
    padding-bottom: 0; } }
/* line 1430, style.scss */
.search-button {
  margin-left: auto;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  z-index: 20;
  vertical-align: middle;
  background: transparent;
  border: 0;
  width: 20px;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23586BB0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23576AAE;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 20px; }
  /* line 1447, style.scss */
  .search-button:hover {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }
  @media (max-width: 920px) {
    /* line 1430, style.scss */
    .search-button {
      display: block !important;
      top: 202px;
      right: 0px;
      position: absolute;
      left: auto; } }

/* line 1459, style.scss */
.slider-mobile {
  position: relative;
  height: 395px; }
  /* line 1462, style.scss */
  .slider-mobile .slick-track {
    height: 400px; }
  /* line 1465, style.scss */
  .slider-mobile .slick-slide {
    position: relative; }
  /* line 1468, style.scss */
  .slider-mobile .slide-image {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    /* line 1484, style.scss */
    .slider-mobile .slide-image img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      max-width: inherit; }
  /* line 1491, style.scss */
  .slider-mobile .slide-title {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px 35px;
    background: rgba(0, 0, 0, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    font-size: 34px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500; }
  /* line 1514, style.scss */
  .slider-mobile .slick-dots {
    position: absolute;
    margin: 0;
    padding: 0;
    bottom: 25px;
    text-align: center;
    z-index: 400;
    width: 100%; }
    /* line 1522, style.scss */
    .slider-mobile .slick-dots li {
      display: inline-block; }
    /* line 1525, style.scss */
    .slider-mobile .slick-dots button {
      font-size: 0;
      line-height: 0;
      color: transparent;
      border-radius: 100%;
      width: 11px;
      padding: 0;
      cursor: pointer;
      outline: none;
      height: 11px;
      border: 2px solid #bdbdbd;
      background: transparent;
      margin: 6px; }
    /* line 1539, style.scss */
    .slider-mobile .slick-dots .slick-active button {
      border-color: #fff;
      background: #fff; }

/* line 1548, style.scss */
.js-catalog .slick-list {
  padding: 0 10px; }
/* line 1551, style.scss */
.js-catalog .slick-track {
  height: 100%; }
  /* line 1553, style.scss */
  .js-catalog .slick-track .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
/* line 1566, style.scss */
.js-catalog .slick-arrow {
  line-height: 44px;
  opacity: 0.3; }
  /* line 1569, style.scss */
  .js-catalog .slick-arrow:hover {
    opacity: 1; }
  /* line 1572, style.scss */
  .js-catalog .slick-arrow svg {
    vertical-align: middle; }

@media (max-width: 768px) {
  /* line 1579, style.scss */
  header .contacts-block:before {
    content: '';
    background: #67221a;
    right: 2px;
    position: absolute;
    left: 48px;
    top: -8px;
    height: 8px;
    -webkit-transform: skewX(-16deg);
    -ms-transform: skewX(-16deg);
    transform: skewX(-16deg);
    z-index: 30; }

  /* line 1592, style.scss */
  header .contacts-block:after {
    height: 8px;
    top: -8px; } }
@media (max-width: 480px) {
  /* line 1600, style.scss */
  .categories .container {
    max-width: 397px; }

  /* line 1603, style.scss */
  .contacts-block .tel {
    margin-right: -10px;
    font-size: 14px; }

  /* line 1607, style.scss */
  .contacts-block .separator {
    margin: 0 14px 0 0; } }
@media (max-width: 920px) {
  /* line 1614, style.scss */
  header .logo {
    margin: 20px 0;
    max-width: 50%; } }
@media (max-width: 400px) {
  /* line 1621, style.scss */
  .products-carousel .slick-list {
    margin: 0 30px; } }
@media (max-width: 330px) {
  /* line 1628, style.scss */
  .categories .cat-block .cell-6 {
    min-height: 133px; }

  /* line 1631, style.scss */
  .categories .cat-block {
    font-size: 14px;
    line-height: 1.4; } }
/* line 1637, style.scss */
.mobile-sidebar {
  background: #2e3c6f;
  color: #fff;
  position: fixed;
  top: 0;
  left: -320px;
  width: 320px;
  bottom: 0;
  padding-top: 30px;
  padding-bottom: 20px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1800;
  padding-left: 30px;
  padding-right: 10px; }
  /* line 1654, style.scss */
  .mobile-sidebar a {
    text-decoration: none;
    color: #fff; }
    /* line 1657, style.scss */
    .mobile-sidebar a:hover {
      color: #fff; }
  /* line 1661, style.scss */
  .mobile-sidebar .heading {
    color: #fff;
    margin-bottom: 1rem; }
  /* line 1665, style.scss */
  .mobile-sidebar a[data-mobile-menu-toggle] {
    position: absolute;
    top: 20px;
    right: 20px;
    text-decoration: none;
    font-size: 30px;
    margin-top: -18px; }
  /* line 1673, style.scss */
  .mobile-sidebar .inner {
    height: 100%;
    overflow-y: auto; }
  /* line 1677, style.scss */
  .mobile-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    /* line 1681, style.scss */
    .mobile-sidebar ul li {
      position: relative;
      margin: 5px 0; }
      /* line 1684, style.scss */
      .mobile-sidebar ul li a {
        padding-right: 25px; }
      /* line 1687, style.scss */
      .mobile-sidebar ul li i {
        position: absolute;
        font-style: normal;
        right: 10px;
        top: -1px;
        width: 10px;
        height: 10px; }
        /* line 1694, style.scss */
        .mobile-sidebar ul li i:after {
          content: '+';
          color: #fff; }
      /* line 1699, style.scss */
      .mobile-sidebar ul li.opened > a + i:after {
        content: '-';
        position: relative;
        right: -1px; }
    /* line 1705, style.scss */
    .mobile-sidebar ul ul {
      margin-left: 1rem;
      font-size: 14px;
      max-height: 0;
      overflow: hidden;
      transition: all 0.3s;
      -moz-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s; }
    /* line 1715, style.scss */
    .mobile-sidebar ul .opened > ul {
      max-height: 1500px; }
  /* line 1719, style.scss */
  .mobile-sidebar nav {
    padding-top: 30px;
    margin-top: 30px;
    margin-right: 20px;
    border-top: 2px solid #fff; }
    /* line 1724, style.scss */
    .mobile-sidebar nav a {
      font-size: 14px;
      display: block;
      margin-bottom: 8px; }

/* line 1731, style.scss */
.opaco {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1600; }

/* line 1742, style.scss */
.mobile-menu-opened {
  position: fixed; }
  /* line 1744, style.scss */
  .mobile-menu-opened .opaco {
    display: block; }
  /* line 1747, style.scss */
  .mobile-menu-opened .mobile-sidebar {
    left: 0;
    box-shadow: 4px 0 5px 5px rgba(0, 0, 0, 0.3); }

/* line 1754, style.scss */
.breadcrumbs {
  background: #222d55;
  padding: 20px 0; }
  /* line 1757, style.scss */
  .breadcrumbs a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    margin-right: 10px; }
    /* line 1762, style.scss */
    .breadcrumbs a:before {
      content: '/';
      margin-right: 15px; }
  /* line 1767, style.scss */
  .breadcrumbs a:first-child {
    padding: 0;
    opacity: 0.48;
    font-size: 30px; }
    /* line 1771, style.scss */
    .breadcrumbs a:first-child:before {
      display: none; }
  @media (max-width: 768px) {
    /* line 1776, style.scss */
    .breadcrumbs .container a {
      display: none; }
    /* line 1779, style.scss */
    .breadcrumbs .container a:last-child {
      display: inline;
      padding-left: 0; }
      /* line 1782, style.scss */
      .breadcrumbs .container a:last-child:before {
        display: none; } }

/* line 1790, style.scss */
.not-index .main-nav {
  margin-bottom: 0; }

/* line 1797, style.scss */
.main-content {
  margin: 0 -14px;
  padding-top: 33px; }
  /* line 1800, style.scss */
  .main-content .sidebar, .main-content .content {
    padding: 0 14px; }
  /* line 1803, style.scss */
  .main-content .sidebar {
    margin-top: -2px;
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    max-width: 30%; }
    /* line 1808, style.scss */
    .main-content .sidebar .button {
      margin-bottom: 20px; }
  /* line 1812, style.scss */
  .main-content .content.cell-8 {
    max-width: 70%;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    padding-left: 20px; }
    @media (max-width: 920px) {
      /* line 1812, style.scss */
      .main-content .content.cell-8 {
        max-width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-left: 14px; } }

/* line 1826, style.scss */
.side-block {
  margin-bottom: 28px;
  letter-spacing: 0.8px;
  line-height: 1.3;
  background: #f2f2f2; }
  /* line 1831, style.scss */
  .side-block .inner {
    padding: 20px calc(14px + 6%);
    font-weight: 500; }
  /* line 1835, style.scss */
  .side-block .title {
    margin-top: 2px;
    font-weight: 700;
    background-color: #e9e9e9;
    font-size: 17px;
    letter-spacing: 0.85px;
    text-transform: uppercase;
    color: #222d55;
    padding: 25px calc(14px + 6%);
    position: relative; }
    /* line 1845, style.scss */
    .side-block .title a {
      text-decoration: none;
      color: #222d55; }
    /* line 1849, style.scss */
    .side-block .title span {
      padding-right: 20px; }
    /* line 1852, style.scss */
    .side-block .title i {
      position: absolute;
      top: 50%;
      right: 20px;
      width: 10px;
      height: 5px;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23c4c3c3' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
      /* line 1859, style.scss */
      .side-block .title i:hover {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2327335e' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  /* line 1865, style.scss */
  .side-block.opened .title i {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23c4c3c3' d='M4.34.142l.478.475.636-.632 4.562 3.52-1.52 1.51L4.9 2.242 1.457 4.858.016 3.426z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    /* line 1867, style.scss */
    .side-block.opened .title i:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2327335e' d='M4.34.142l.478.475.636-.632 4.562 3.52-1.52 1.51L4.9 2.242 1.457 4.858.016 3.426z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  /* line 1872, style.scss */
  .side-block ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 1876, style.scss */
    .side-block ul a {
      text-decoration: none;
      color: #222d55; }
      /* line 1879, style.scss */
      .side-block ul a:hover {
        color: #67221a; }
      /* line 1882, style.scss */
      .side-block ul a.active {
        font-weight: 700; }
    /* line 1886, style.scss */
    .side-block ul li {
      margin: 8px 0; }
    /* line 1889, style.scss */
    .side-block ul ul {
      font-size: 14px;
      padding-left: 1rem;
      letter-spacing: 0.4px; }
  /* line 1896, style.scss */
  .side-block.filter .inner {
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s; }
  /* line 1907, style.scss */
  .side-block.filter.opened .inner {
    max-height: 1500px;
    padding-top: 20px;
    padding-bottom: 20px; }

/* line 1916, style.scss */
.style-select {
  cursor: pointer;
  letter-spacing: 0.8px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23cccccc' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 14px) 50%;
  background-color: #e9e9e9;
  font-family: inherit;
  font-size: 16px;
  color: #222d55;
  line-height: 50px;
  height: 50px;
  padding: 0 38px 0 14px;
  border: 0;
  border-radius: 5px;
  background-repeat: no-repeat; }
  /* line 1934, style.scss */
  .style-select:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%232e3c6f' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 1940, style.scss */
.filter input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  display: none; }
/* line 1945, style.scss */
.filter .check {
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-color: #e9e9e9;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px; }
/* line 1955, style.scss */
.filter input[type="checkbox"]:checked + .check:after {
  content: '';
  width: 15px;
  height: 11px;
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 10;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='11' viewBox='0 0 15 11'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2367221a' d='M6.338 10.992L6 10.612l-.338.38L.007 4.505l1.331-1.497 4.685 5.374 7.64-8.374 1.33 1.497z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 1967, style.scss */
.sorting {
  background: #f2f2f2;
  padding: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1979, style.scss */
  .sorting .sort {
    background: #e9e9e9;
    border-radius: 5px;
    padding-left: 20px; }
    /* line 1983, style.scss */
    .sorting .sort select {
      color: #67221a; }
    @media (max-width: 768px) {
      /* line 1979, style.scss */
      .sorting .sort {
        background: 0;
        border-radius: 0;
        margin-bottom: 0;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 20px; }
        /* line 2005, style.scss */
        .sorting .sort label {
          margin-bottom: 10px; } }
    @media (max-width: 480px) {
      /* line 1979, style.scss */
      .sorting .sort {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 14px;
        margin-right: 0; } }
  /* line 2016, style.scss */
  .sorting.bottom {
    margin-bottom: 40px; }
    @media (max-width: 768px) {
      /* line 2016, style.scss */
      .sorting.bottom {
        margin-bottom: 40px; } }
  /* line 2023, style.scss */
  .sorting .button {
    padding: 16px 35px 17px; }
  @media (max-width: 920px) {
    /* line 2026, style.scss */
    .sorting .page_size {
      margin-left: auto;
      margin-right: 20px; } }
  @media (max-width: 480px) {
    /* line 2026, style.scss */
    .sorting .page_size {
      margin-left: 0; } }
  @media (max-width: 768px) {
    /* line 1967, style.scss */
    .sorting {
      background: none;
      padding: 0;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media (max-width: 480px) {
    /* line 1967, style.scss */
    .sorting {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

/* line 2048, style.scss */
.products-in-collection {
  overflow: hidden;
  position: relative; }
  /* line 2051, style.scss */
  .products-in-collection:after {
    content: '';
    display: block;
    height: 3px;
    background: #fff;
    z-index: 20;
    margin-top: -5px; }
  /* line 2059, style.scss */
  .products-in-collection > .row {
    margin: 0 -9px; }
  /* line 2062, style.scss */
  .products-in-collection .product-card {
    border-bottom: 2px solid #f2f2f2;
    padding: 0 9px;
    padding-bottom: 40px; }
  /* line 2067, style.scss */
  .products-in-collection > .row > .cell-4 {
    padding-top: 40px; }
  /* line 2070, style.scss */
  .products-in-collection.subcols {
    margin-top: -40px;
    /*.sub-card.not-brand {padding-left: 0; padding-right: 0;}*/ }

/* line 2076, style.scss */
.pagination {
  text-align: center;
  font-weight: 500;
  margin: 40px 0; }
  /* line 2080, style.scss */
  .pagination a {
    margin: 0 14px;
    text-decoration: none;
    color: #222d55; }
    /* line 2084, style.scss */
    .pagination a:hover {
      color: #67221a; }
    @media (max-width: 480px) {
      /* line 2080, style.scss */
      .pagination a {
        display: none; } }
  /* line 2091, style.scss */
  .pagination span {
    color: #67221a;
    margin: 0 14px; }
  /* line 2095, style.scss */
  .pagination .prev, .pagination .next {
    width: 34px;
    height: 12px;
    display: inline-block !important; }
  /* line 2100, style.scss */
  .pagination .prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='12' viewBox='0 0 34 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23e9e9e9' d='M34 5v2H2.768l2.223 4.009-1.65.99L.024 6.018.01 6.01l.004-.01-.004-.008.014-.009L3.342 0l1.65.991-2.225 4.01z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    /* line 2102, style.scss */
    .pagination .prev:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='12' viewBox='0 0 34 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%232e3c6f' d='M34 5v2H2.768l2.223 4.009-1.65.99L.024 6.018.01 6.01l.004-.01-.004-.008.014-.009L3.342 0l1.65.991-2.225 4.01z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
  /* line 2106, style.scss */
  .pagination .next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='12' viewBox='0 0 34 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23e9e9e9' d='M0 5h31.233L29.008.991l1.65-.99 3.319 5.981.014.01-.004.008.004.009-.014.008L30.658 12l-1.65-.991L31.232 7H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }
    /* line 2108, style.scss */
    .pagination .next:hover {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='34' height='12' viewBox='0 0 34 12'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%232e3c6f' d='M0 5h31.233L29.008.991l1.65-.99 3.319 5.981.014.01-.004.008.004.009-.014.008L30.658 12l-1.65-.991L31.232 7H0z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

@media (max-width: 920px) {
  /* line 2115, style.scss */
  .sidebar {
    height: 100%;
    overflow-y: auto;
    -ms-flex-preferred-size: 320px !important;
    flex-basis: 320px !important;
    max-width: 320px !important;
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: -320px;
    width: 320px;
    bottom: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 1800;
    background: #fff; }
    /* line 2133, style.scss */
    .sidebar .button {
      margin: 0 auto;
      margin-bottom: 20px; }

  /* line 2140, style.scss */
  .filter-opened {
    position: fixed; }
    /* line 2142, style.scss */
    .filter-opened .opaco {
      display: block; }
    /* line 2145, style.scss */
    .filter-opened .sidebar {
      left: 0;
      box-shadow: 4px 0 5px 5px rgba(0, 0, 0, 0.3); } }
/* line 2154, style.scss */
.photo img {
  border-radius: 5px; }
/* line 2157, style.scss */
.photo .slick-dots {
  display: none !important;
  margin: 0;
  padding: 0;
  bottom: 25px;
  text-align: center;
  z-index: 400;
  width: 100%; }
  /* line 2165, style.scss */
  .photo .slick-dots li {
    display: inline-block; }
  /* line 2168, style.scss */
  .photo .slick-dots button {
    font-size: 0;
    line-height: 0;
    color: transparent;
    border-radius: 100%;
    width: 11px;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 11px;
    border: 2px solid #bdbdbd;
    background: transparent;
    margin: 6px; }
  /* line 2182, style.scss */
  .photo .slick-dots .slick-active button {
    border-color: #222d55;
    background: #222d55; }
  @media (max-width: 480px) {
    /* line 2157, style.scss */
    .photo .slick-dots {
      display: block !important; } }

/* line 2193, style.scss */
.thumbs {
  padding-top: 4px;
  margin: 0 -4px; }
  /* line 2196, style.scss */
  .thumbs .slick-slide {
    padding: 4px; }
  /* line 2199, style.scss */
  .thumbs a {
    outline: none;
    width: 100%;
    display: block;
    height: 0;
    padding-bottom: 100%;
    position: relative; }
    /* line 2206, style.scss */
    .thumbs a .img {
      position: absolute;
      border-radius: 5px;
      overflow: hidden;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 2223, style.scss */
      .thumbs a .img img, .thumbs a .img picture {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover; }

/* line 2233, style.scss */
.props {
  padding-top: 40px;
  margin-bottom: 40px; }
  /* line 2236, style.scss */
  .props a {
    text-decoration: none;
    color: #222d55; }
    /* line 2239, style.scss */
    .props a:hover {
      text-decoration: underline; }
  @media (max-width: 480px) {
    /* line 2233, style.scss */
    .props {
      padding-top: 25px; } }
  /* line 2246, style.scss */
  .props .title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1em;
    color: #67221a; }
  /* line 2253, style.scss */
  .props ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    /* line 2257, style.scss */
    .props ul li:nth-child(odd) {
      background: #f2f2f2; }
    /* line 2260, style.scss */
    .props ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 6px;
      line-height: 1.3;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      /* line 2269, style.scss */
      .props ul li strong {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 8px;
        font-weight: 700; }
      /* line 2276, style.scss */
      .props ul li span {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        padding: 0 8px 0 0; }

/* line 2287, style.scss */
.gallery .heading {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #67221a;
  letter-spacing: 0.48px; }
  @media (max-width: 480px) {
    /* line 2287, style.scss */
    .gallery .heading {
      font-size: 22px; } }

/* line 2302, style.scss */
.info .avl {
  box-shadow: 0 9px 9px rgba(204, 204, 204, 0.11);
  border-radius: 5px;
  /*background-color: #d5e2a0;*/
  height: 57px;
  line-height: 57px;
  text-align: center;
  /*color: #707c40;*/
  color: #222d55;
  background-color: rgba(34, 45, 85, 0.27);
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 20px; }
  /* line 2315, style.scss */
  .info .avl.not-avl {
    background-color: #e2a0a0;
    color: #a21716; }
  /* line 2319, style.scss */
  .info .avl.preorder {
    background-color: #e2cea0;
    color: #a56726; }
/* line 2324, style.scss */
.info .sku {
  font-weight: 500; }
/* line 2327, style.scss */
.info .buyzone {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 2338, style.scss */
  .info .buyzone .quantity {
    margin-right: 10px;
    min-width: 128px; }
  /* line 2342, style.scss */
  .info .buyzone .button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media (max-width: 350px) {
    /* line 2327, style.scss */
    .info .buyzone {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      /* line 2355, style.scss */
      .info .buyzone .quantity {
        margin-right: 0;
        margin-bottom: 8px; } }
/* line 2361, style.scss */
.info h1 {
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 1em;
  color: #67221a;
  letter-spacing: 0.48px; }
/* line 2370, style.scss */
.info .brand-icon {
  margin-bottom: 40px;
  width: 52%;
  max-width: 260px;
  height: 0;
  padding-bottom: 33%;
  position: relative;
  display: block; }
  /* line 2378, style.scss */
  .info .brand-icon .img {
    background: #f2f2f2;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px; }
    /* line 2396, style.scss */
    .info .brand-icon .img img {
      max-width: 80%;
      max-height: 80%; }
  @media (max-width: 920px) {
    /* line 2370, style.scss */
    .info .brand-icon {
      width: 160px;
      padding-bottom: 75px; } }

/* line 2408, style.scss */
.price {
  white-space: nowrap;
  color: #67221a;
  font-weight: 700;
  font-size: 18px; }

/* line 2415, style.scss */
.product-card .price {
  margin-bottom: 1rem; }

/* line 2418, style.scss */
.info .price {
  color: #222d55;
  font-size: 22px;
  margin-bottom: 1rem; }
  /* line 2422, style.scss */
  .info .price strike {
    font-size: 15px !important; }

/* line 2425, style.scss */
#cart-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: auto;
  -ms-flex-preferred-size: 450px !important;
  flex-basis: 450px !important;
  max-width: 450px !important;
  padding: 0 !important;
  top: 0;
  right: -450px;
  width: 450px;
  bottom: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: 1800;
  background: #fff; }
  /* line 2443, style.scss */
  #cart-sidebar [data-cart-open] {
    position: absolute;
    top: 0px;
    left: 15px;
    font-size: 34px;
    color: #c9c9c9;
    text-decoration: none; }
    /* line 2450, style.scss */
    #cart-sidebar [data-cart-open]:hover {
      color: #222d55; }
  /* line 2454, style.scss */
  #cart-sidebar .heading {
    text-align: center;
    margin-top: 8px;
    font-size: 34px;
    margin-bottom: 1em; }
  /* line 2460, style.scss */
  #cart-sidebar .inner {
    padding: 0 20px;
    padding-bottom: 20px; }
  /* line 2464, style.scss */
  #cart-sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    /* line 2469, style.scss */
    #cart-sidebar ul li {
      border-bottom: 2px solid #f2f2f2;
      position: relative;
      padding: 10px 0; }
      /* line 2473, style.scss */
      #cart-sidebar ul li .item-del {
        background-repeat: no-repeat;
        position: absolute;
        top: 10px;
        right: 0;
        width: 16px;
        height: 17px;
        background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='-47 0 512 512' width='512pt' fill='%23c9c9c9' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m416.875 114.441406-11.304688-33.886718c-4.304687-12.90625-16.339843-21.578126-29.941406-21.578126h-95.011718v-30.933593c0-15.460938-12.570313-28.042969-28.027344-28.042969h-87.007813c-15.453125 0-28.027343 12.582031-28.027343 28.042969v30.933593h-95.007813c-13.605469 0-25.640625 8.671876-29.945313 21.578126l-11.304687 33.886718c-2.574219 7.714844-1.2695312 16.257813 3.484375 22.855469 4.753906 6.597656 12.445312 10.539063 20.578125 10.539063h11.816406l26.007813 321.605468c1.933594 23.863282 22.183594 42.558594 46.109375 42.558594h204.863281c23.921875 0 44.175781-18.695312 46.105469-42.5625l26.007812-321.601562h6.542969c8.132812 0 15.824219-3.941407 20.578125-10.535157 4.753906-6.597656 6.058594-15.144531 3.484375-22.859375zm-249.320312-84.441406h83.0625v28.976562h-83.0625zm162.804687 437.019531c-.679687 8.402344-7.796875 14.980469-16.203125 14.980469h-204.863281c-8.40625 0-15.523438-6.578125-16.203125-14.980469l-25.816406-319.183593h288.898437zm-298.566406-349.183593 9.269531-27.789063c.210938-.640625.808594-1.070313 1.484375-1.070313h333.082031c.675782 0 1.269532.429688 1.484375 1.070313l9.269531 27.789063zm0 0'/%3E%3Cpath d='m282.515625 465.957031c.265625.015625.527344.019531.792969.019531 7.925781 0 14.550781-6.210937 14.964844-14.21875l14.085937-270.398437c.429687-8.273437-5.929687-15.332031-14.199219-15.761719-8.292968-.441406-15.328125 5.925782-15.761718 14.199219l-14.082032 270.398437c-.429687 8.273438 5.925782 15.332032 14.199219 15.761719zm0 0'/%3E%3Cpath d='m120.566406 451.792969c.4375 7.996093 7.054688 14.183593 14.964844 14.183593.273438 0 .554688-.007812.832031-.023437 8.269531-.449219 14.609375-7.519531 14.160157-15.792969l-14.753907-270.398437c-.449219-8.273438-7.519531-14.613281-15.792969-14.160157-8.269531.449219-14.609374 7.519532-14.160156 15.792969zm0 0'/%3E%3Cpath d='m209.253906 465.976562c8.285156 0 15-6.714843 15-15v-270.398437c0-8.285156-6.714844-15-15-15s-15 6.714844-15 15v270.398437c0 8.285157 6.714844 15 15 15zm0 0'/%3E%3C/svg%3E");
        background-size: contain; }
        /* line 2482, style.scss */
        #cart-sidebar ul li .item-del:hover {
          background-image: url("data:image/svg+xml,%3Csvg height='512pt' viewBox='-47 0 512 512' width='512pt' fill='%2367221a' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m416.875 114.441406-11.304688-33.886718c-4.304687-12.90625-16.339843-21.578126-29.941406-21.578126h-95.011718v-30.933593c0-15.460938-12.570313-28.042969-28.027344-28.042969h-87.007813c-15.453125 0-28.027343 12.582031-28.027343 28.042969v30.933593h-95.007813c-13.605469 0-25.640625 8.671876-29.945313 21.578126l-11.304687 33.886718c-2.574219 7.714844-1.2695312 16.257813 3.484375 22.855469 4.753906 6.597656 12.445312 10.539063 20.578125 10.539063h11.816406l26.007813 321.605468c1.933594 23.863282 22.183594 42.558594 46.109375 42.558594h204.863281c23.921875 0 44.175781-18.695312 46.105469-42.5625l26.007812-321.601562h6.542969c8.132812 0 15.824219-3.941407 20.578125-10.535157 4.753906-6.597656 6.058594-15.144531 3.484375-22.859375zm-249.320312-84.441406h83.0625v28.976562h-83.0625zm162.804687 437.019531c-.679687 8.402344-7.796875 14.980469-16.203125 14.980469h-204.863281c-8.40625 0-15.523438-6.578125-16.203125-14.980469l-25.816406-319.183593h288.898437zm-298.566406-349.183593 9.269531-27.789063c.210938-.640625.808594-1.070313 1.484375-1.070313h333.082031c.675782 0 1.269532.429688 1.484375 1.070313l9.269531 27.789063zm0 0'/%3E%3Cpath d='m282.515625 465.957031c.265625.015625.527344.019531.792969.019531 7.925781 0 14.550781-6.210937 14.964844-14.21875l14.085937-270.398437c.429687-8.273437-5.929687-15.332031-14.199219-15.761719-8.292968-.441406-15.328125 5.925782-15.761718 14.199219l-14.082032 270.398437c-.429687 8.273438 5.925782 15.332032 14.199219 15.761719zm0 0'/%3E%3Cpath d='m120.566406 451.792969c.4375 7.996093 7.054688 14.183593 14.964844 14.183593.273438 0 .554688-.007812.832031-.023437 8.269531-.449219 14.609375-7.519531 14.160157-15.792969l-14.753907-270.398437c-.449219-8.273438-7.519531-14.613281-15.792969-14.160157-8.269531.449219-14.609374 7.519532-14.160156 15.792969zm0 0'/%3E%3Cpath d='m209.253906 465.976562c8.285156 0 15-6.714843 15-15v-270.398437c0-8.285156-6.714844-15-15-15s-15 6.714844-15 15v270.398437c0 8.285157 6.714844 15 15 15zm0 0'/%3E%3C/svg%3E"); }
  /* line 2488, style.scss */
  #cart-sidebar a {
    text-decoration: none;
    color: #222d55; }
  /* line 2492, style.scss */
  #cart-sidebar .item-info {
    padding-right: 30px; }
  /* line 2495, style.scss */
  #cart-sidebar .item-title {
    margin-bottom: 8px;
    line-height: 1.2; }
  /* line 2499, style.scss */
  #cart-sidebar .item-price {
    font-size: 18px;
    font-weight: 500; }
  /* line 2504, style.scss */
  #cart-sidebar .item-qty .quantity {
    height: auto;
    padding: 8px 15px;
    background: #f2f2f2; }
  @media (max-width: 480px) {
    /* line 2425, style.scss */
    #cart-sidebar {
      width: 300px !important;
      max-width: 300px !important;
      -ms-flex-preferred-size: 300px !important;
      flex-basis: 300px !important;
      right: -300px; }
      /* line 2512, style.scss */
      #cart-sidebar .item-img {
        text-align: center;
        padding-bottom: 10px; }
        /* line 2515, style.scss */
        #cart-sidebar .item-img img {
          max-width: 100px; }
      /* line 2519, style.scss */
      #cart-sidebar .heading {
        text-align: center;
        margin-top: 12px;
        font-size: 26px;
        margin-bottom: 1em; }
      /* line 2525, style.scss */
      #cart-sidebar .item-title {
        margin-bottom: 16px;
        line-height: 1.2;
        text-align: center; }
      /* line 2530, style.scss */
      #cart-sidebar .button {
        margin: 0 auto;
        display: block; } }
  /* line 2540, style.scss */
  #cart-sidebar p {
    line-height: 1.2; }

/* line 2545, style.scss */
.cart-opened {
  position: fixed;
  width: calc(100% - 16px); }
  /* line 2548, style.scss */
  .cart-opened .opaco {
    display: block;
    background: rgba(0, 0, 0, 0.2); }
  /* line 2552, style.scss */
  .cart-opened #cart-sidebar {
    right: 0;
    box-shadow: -4px 0 5px 5px rgba(0, 0, 0, 0.3); }

/* line 2558, style.scss */
.quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background: #e9e9e9;
  font-size: 17px;
  padding: 0 15px;
  height: 57px; }
  /* line 2573, style.scss */
  .quantity input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #222d55;
    font-size: 17px;
    font-family: inherit;
    text-align: center;
    max-width: 30px;
    margin: 0 8px;
    border: 0; }
  /* line 2586, style.scss */
  .quantity .plus, .quantity .minus {
    cursor: pointer; }
    /* line 2588, style.scss */
    .quantity .plus svg, .quantity .minus svg {
      vertical-align: middle; }
      /* line 2590, style.scss */
      .quantity .plus svg path, .quantity .minus svg path {
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -o-transition: all 0.5s; }
    /* line 2597, style.scss */
    .quantity .plus:hover svg path, .quantity .minus:hover svg path {
      fill: #67221a; }

/* line 2604, style.scss */
.related-carousel {
  margin-bottom: 40px; }
  /* line 2606, style.scss */
  .related-carousel .heading {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0.7em;
    padding-top: 1.2em;
    border-top: 2px solid #ededed; }
    @media (max-width: 768px) {
      /* line 2606, style.scss */
      .related-carousel .heading {
        font-size: 22px; } }
  /* line 2617, style.scss */
  .related-carousel .slick-slider {
    margin: 0 -8px; }
  /* line 2620, style.scss */
  .related-carousel .slick-dots {
    display: block;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    bottom: 25px;
    text-align: center;
    z-index: 400;
    width: 100%; }
    /* line 2630, style.scss */
    .related-carousel .slick-dots li {
      display: inline-block; }
    /* line 2633, style.scss */
    .related-carousel .slick-dots button {
      font-size: 0;
      line-height: 0;
      color: transparent;
      border-radius: 100%;
      width: 11px;
      padding: 0;
      cursor: pointer;
      outline: none;
      height: 11px;
      border: 2px solid #bdbdbd;
      background: transparent;
      margin: 6px; }
    /* line 2647, style.scss */
    .related-carousel .slick-dots .slick-active button {
      border-color: #67221a;
      background: #67221a; }

/* line 2655, style.scss */
.product-content > .row {
  margin-bottom: 40px; }

/* line 2660, style.scss */
.notice {
  padding: 10px 20px;
  font-weight: 500; }
  /* line 2663, style.scss */
  .notice.is-info {
    background-color: rgba(139, 195, 74, 0.58); }
  /* line 2666, style.scss */
  .notice.is-warning {
    background-color: rgba(255, 152, 0, 0.5); }
  /* line 2669, style.scss */
  .notice.is-error {
    background-color: rgba(148, 19, 19, 0.32); }
  /* line 2672, style.scss */
  .notice a {
    color: #67221a; }

/* line 2677, style.scss */
.cart-add .fancybox-bg {
  background: none; }

/* line 2681, style.scss */
#cart-add {
  text-align: center;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
  position: relative;
  border-radius: 3px;
  background: #e9e9e9; }
  /* line 2688, style.scss */
  #cart-add .heading {
    color: #222d55;
    font-size: 20px;
    margin-bottom: 1rem; }
  /* line 2693, style.scss */
  #cart-add button {
    display: none; }
  /* line 2694, style.scss */
  #cart-add .button {
    font-size: 15px;
    padding: 13px 18px; }
  /* line 2699, style.scss */
  #cart-add a {
    color: #752921;
    font-weight: 500;
    font-size: 110%; }

/* line 2705, style.scss */
.line-tooltip {
  display: none;
  position: absolute;
  padding: 20px 16px;
  background: #fff;
  border-radius: 8px;
  color: #222d55;
  line-height: 1.6;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  width: 260px;
  z-index: 500;
  top: 100%;
  left: 0;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.3); }
  /* line 2721, style.scss */
  .line-tooltip:before {
    content: '';
    top: -5px;
    left: 24px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5px 5px 5px;
    border-color: transparent transparent #fff transparent;
    position: absolute; }
  /* line 2732, style.scss */
  .line-tooltip strong {
    color: #67221a;
    font-size: 13px; }
  /* line 2736, style.scss */
  .line-tooltip .close-tooltip {
    position: absolute;
    top: 0px;
    right: 9px;
    font-weight: 500;
    font-size: 20px;
    color: #67221a; }
    /* line 2743, style.scss */
    .line-tooltip .close-tooltip:hover {
      color: #2e3c6f; }

/* line 2750, style.scss */
.related-carousel .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 2754, style.scss */
  .related-carousel .slick-track .slick-slide {
    height: auto; }

/* line 2762, style.scss */
.co-checkout-order_form {
  padding-top: 2rem;
  margin-top: 0; }

/* line 2766, style.scss */
.co-section--checkout_content, .co-login {
  margin: 0 -20px; }

/* line 2769, style.scss */
.co-checkout-block--padded {
  padding-left: 20px;
  padding-right: 20px; }

/* line 2773, style.scss */
.co-button--link {
  padding: 0;
  color: #67221a !important;
  background: transparent !important; }
  /* line 2777, style.scss */
  .co-button--link:hover {
    border-bottom: 0; }

/* line 2782, style.scss */
.link--active, .co-link--active {
  color: #67221a; }

/* line 2785, style.scss */
.link:focus, .link:hover, .co-link:focus, .co-link:hover {
  color: #586bb0; }

/* line 2788, style.scss */
.co-section--content_wrapper .co-sidebar--menu + .co-section--content {
  margin-left: -20px; }

/* line 2793, style.scss */
.top-header select {
  font-size: 16px; }
/* line 2796, style.scss */
.top-header .selectric {
  border: none;
  background: transparent; }
  /* line 2799, style.scss */
  .top-header .selectric .button {
    padding: 0;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='5' viewBox='0 0 10 5'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23586bb0' d='M.172 1.586L1.586.172l3.38 2.583L8.491.016l1.492 1.492-4.476 3.476-.624-.625-.47.47z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    vertical-align: middle; }
    /* line 2807, style.scss */
    .top-header .selectric .button:after {
      display: none; }
  /* line 2811, style.scss */
  .top-header .selectric .label {
    margin: 0 9px 0 0;
    font-size: 9px;
    text-transform: uppercase;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding: 0 28px 0 14px;
    border: 0;
    border-radius: 0;
    letter-spacing: 1.8px;
    font-weight: 700;
    background: #2e3c6f; }
/* line 2826, style.scss */
.top-header .selectric-items {
  top: calc(100% - 2px);
  left: -11px;
  right: 0;
  width: auto !important; }
/* line 2832, style.scss */
.top-header .selectric-items li {
  font-weight: 700; }

/* line 2837, style.scss */
.flex-images-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px; }
  /* line 2842, style.scss */
  .flex-images-row span {
    padding: 10px 10px; }
    /* line 2844, style.scss */
    .flex-images-row span img {
      display: block;
      height: 100%;
      -o-object-fit: contain;
      object-fit: contain; }

/* line 2850, style.scss */
.article-main-image img {
  width: 100%; }

@media (max-width: 640px) {
  /* line 2854, style.scss */
  .flex-images-row {
    display: block; } }
/* line 2857, style.scss */
.alignright {
  float: right;
  margin: 0 0 10px 30px; }

/* line 2861, style.scss */
.alignleft {
  float: left;
  margin: 0 30px 10px 0; }

/* line 2866, style.scss */
.img-100 img {
  width: 100%;
  height: auto; }

/* line 2871, style.scss */
.row.is-grid.img-100 img {
  margin: 5px 0; }

/* line 2875, style.scss */
.fancy-img img {
  cursor: pointer; }

@media (min-width: 481px) {
  /* line 2880, style.scss */
  .article-card .title {
    height: 78px;
    overflow: hidden; }

  /* line 2881, style.scss */
  .article-card .prod-descr {
    height: 110px;
    overflow: hidden;
    text-align: justify; } }
/* line 2884, style.scss */
.article-card .prod-image-wrap {
  padding-bottom: 60%; }

/* line 2885, style.scss */
.article-card .prod-image-wrap .prod-image img, .article-card .prod-image-wrap .prod-image picture {
  -o-object-fit: cover;
  object-fit: cover; }

/* line 2887, style.scss */
.related-articles .cell-4:nth-child(4) {
  display: none; }

/* line 2888, style.scss */
.more-articles-link a {
  text-decoration: none;
  color: #752a21;
  font-size: 30px;
  font-weight: bold;
  padding-top: 1rem;
  display: block;
  margin-bottom: -15px; }

/* line 2898, style.scss */
.co-table-cell--body {
  padding: 0.5rem 1rem !important;
  border-bottom: 1px solid #cccccc; }

/* line 2902, style.scss */
.co-table-cell--head, .co-table-cell--foot {
  padding: 1rem !important; }

/* line 2905, style.scss */
.col_descr {
  text-align: justify; }

/* line 2909, style.scss */
[data-show-onload] {
  opacity: 0; }

/* line 2910, style.scss */
.co-basket_total-price {
  display: none !important; }

/* line 2911, style.scss */
.payment_variants, .delivery_variants {
  display: none; }

/* line 2912, style.scss */
h1 {
  line-height: 1.2; }

/* line 2913, style.scss */
#tabs-organization .co-input--select, #tabs-organization .co-input--text {
  display: none; }

/* line 2914, style.scss */
#tabs-organization .co-input--text.co-input--required {
  display: block; }

/* line 2915, style.scss */
.co-basket_subtotal-list, .co-basket_total {
  display: none; }

/*.co-basket_item-total {font-size: 0;}*/
/* line 2917, style.scss */
.co-basket_item-total .co-basket_item-count {
  font-size: 16px; }

/* line 2918, style.scss */
.co-basket_item-total .co-basket_item-count:after {
  content: ' шт'; }

/*.co-basket_item-total .co-basket_item-price {display: none;}*/
/* line 2924, style.scss */
.new-search.search-form {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin: 0 0 0 2%;
  min-width: 28%; }
  /* line 2931, style.scss */
  .new-search.search-form input {
    letter-spacing: 1.8px;
    font-family: inherit;
    font-size: 9px;
    font-weight: 700;
    color: #222d55;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 28px 0 14px;
    width: 100%;
    text-transform: uppercase;
    border: 0;
    border-radius: 0; }
    /* line 2945, style.scss */
    .new-search.search-form input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #2e3c6f; }
    /* line 2948, style.scss */
    .new-search.search-form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #2e3c6f;
      opacity: 1; }
    /* line 2952, style.scss */
    .new-search.search-form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #2e3c6f;
      opacity: 1; }
    /* line 2956, style.scss */
    .new-search.search-form input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #2e3c6f; }
  /* line 2960, style.scss */
  .new-search.search-form button {
    /*margin-left: -28px;
    position: relative;*/
    position: absolute;
    right: 18px;
    top: 12px;
    cursor: pointer;
    z-index: 20;
    vertical-align: middle;
    background: transparent;
    border: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23586BB0;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23576AAE;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat; }
    /* line 2978, style.scss */
    .new-search.search-form button:hover {
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 16 16' style='enable-background:new 0 0 16 16;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bclip-path:url(%23SVGID_2_);fill:none;stroke:%23fff;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:50;%7D .st1%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cg%3E%3Cg%3E%3Cg%3E%3Cdefs%3E%3Ccircle id='SVGID_1_' cx='6.5' cy='6.5' r='6.5'/%3E%3C/defs%3E%3CclipPath id='SVGID_2_'%3E%3Cuse xlink:href='%23SVGID_1_' style='overflow:visible;'/%3E%3C/clipPath%3E%3Cpath class='st0' d='M6.5,0C10.1,0,13,2.9,13,6.5S10.1,13,6.5,13S0,10.1,0,6.5S2.9,0,6.5,0z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cpath class='st1' d='M10.2,9.7c0.5-0.3,1.1-0.1,1.4,0.4l3.5,3.8c0.3,0.5,0.1,1.1-0.4,1.4c-0.5,0.3-1.1,0.1-1.4-0.4c0,0,0,0,0,0 l-3.5-3.8C9.6,10.6,9.8,10,10.2,9.7z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 2984, style.scss */
.sticker-sale {
  position: absolute;
  z-index: 20;
  background: #752a21;
  color: white;
  border-radius: 6px;
  padding: 0 10px;
  font-weight: 500; }

@media (max-width: 920px) {
  /* line 2995, style.scss */
  .gallery .sticker-sale {
    position: static;
    display: inline-block; } }
