@charset "UTF-8";
/* line 1, styles.scss */
.flex-start {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }

/* line 6, styles.scss */
.flex-end {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end; }

/* line 11, styles.scss */
.flex-center {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

/* line 16, styles.scss */
.flex-between {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

/* line 21, styles.scss */
.flex-around {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

/* line 26, styles.scss */
.flex-top {
  align-items: flex-start; }

/* line 28, styles.scss */
.flex-middle {
  align-items: center; }

/* line 31, styles.scss */
.flex-bottom {
  align-items: flex-end; }

/* line 33, styles.scss */
.row-s {
  display: flex;
  margin: 0 -1em;
  flex-wrap: wrap; }

/* line 38, styles.scss */
[class*="cell"] {
  padding: 0 1em; }

@media (max-width: 767px) {
  /* line 42, styles.scss */
  .row-s {
    flex-wrap: wrap; } }
/* line 46, styles.scss */
.column {
  display: flex;
  flex-direction: column; }

/* line 50, styles.scss */
.nowrap {
  flex-wrap: nowrap; }

/* line 53, styles.scss */
.relative {
  position: relative; }

@font-face {
  font-family: 'DecimaProBold';
  src: url("DecimaProBold.eot");
  src: url("DecimaProBold.eot") format("embedded-opentype"), url("DecimaProBold.woff2") format("woff2"), url("DecimaProBold.woff") format("woff"), url("DecimaProBold.ttf") format("truetype"), url("DecimaProBold.svg#DecimaProBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'DecimaProReg';
  src: url("DecimaProReg.eot");
  src: url("DecimaProReg.eot") format("embedded-opentype"), url("DecimaProReg.woff2") format("woff2"), url("DecimaProReg.woff") format("woff"), url("DecimaProReg.ttf") format("truetype"), url("DecimaProReg.svg#DecimaProReg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro';
  src: url("GothamPro.eot");
  src: url("GothamPro.eot?#iefix") format("embedded-opentype"), url("GothamPro.woff2") format("woff2"), url("GothamPro.woff") format("woff"), url("GothamPro.ttf") format("truetype"), url("GothamPro.svg#GothamPro") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro';
  src: url("GothamProMedium.eot");
  src: url("GothamProMedium.eot?#iefix") format("embedded-opentype"), url("GothamProMedium.woff2") format("woff2"), url("GothamProMedium.woff") format("woff"), url("GothamProMedium.svg#GothamProMedium") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'GothamPro';
  src: url("GothamProLight.eot");
  src: url("GothamProLight.eot?#iefix") format("embedded-opentype"), url("GothamProLight.woff") format("woff"), url("GothamProLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'rub-reg';
  src: url("rouble.eot");
  src: url("rouble.eot") format("embedded-opentype"), url("rouble.woff2") format("woff2"), url("rouble.woff") format("woff"), url("rouble.ttf") format("truetype"), url("rouble.svg#rouble") format("svg");
  font-style: normal;
  font-weight: normal; }
/* line 122, styles.scss */
.ff-db {
  font-family: 'DecimaProBold'; }

/* line 125, styles.scss */
.ff-dr {
  font-family: 'DecimaProReg'; }

/* line 128, styles.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: .4s all; }

/* line 133, styles.scss */
ul, li {
  margin: 0 0;
  list-style: none;
  padding: 0 0; }

/* line 138, styles.scss */
button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: .4s all;
  outline: none !important; }

/* line 145, styles.scss */
img, svg {
  display: inline;
  vertical-align: middle;
  max-width: 100%; }

/* line 150, styles.scss */
body {
  font-family: 'GothamPro';
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  position: relative; }

/* line 158, styles.scss */
.allcontent {
  /*min-height: 100vh;
  padding-bottom: 831px;
  +.footer{
      position: absolute;
      bottom:0;
      left: 0;
      width: 100%;
      z-index: 2;
  }*/ }

/* line 169, styles.scss */
[class*="js-"]:not(.js-active):not(.js-products-slider) {
  cursor: pointer; }

/* line 172, styles.scss */
.wrap {
  width: 90%;
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto; }

/* line 178, styles.scss */
.header {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  padding: 30px 0; }
  /* line 184, styles.scss */
  .header .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

/* line 190, styles.scss */
.logo {
  line-height: 0; }

/* line 193, styles.scss */
.header-menu {
  font-size: 16px;
  line-height: 20px; }
  /* line 196, styles.scss */
  .header-menu li:not(:last-child) {
    margin-right: 68px; }

/* line 200, styles.scss */
.header-menu-link {
  transition: .4s all;
  border-bottom: 1px solid transparent; }
  /* line 203, styles.scss */
  .header-menu-link:hover {
    border-bottom: 1px solid #000; }

/* line 207, styles.scss */
.header-icons {
  margin-right: -9px; }

/* line 210, styles.scss */
.header-icon {
  width: 40px;
  padding: 0 9px;
  line-height: 0; }
  /* line 214, styles.scss */
  .header-icon:not(:last-child) {
    margin-right: 12px; }
  /* line 217, styles.scss */
  .header-icon a {
    display: block;
    text-align: center; }

/* line 222, styles.scss */
.header-cart {
  position: relative; }

/* line 225, styles.scss */
.cart-count {
  position: absolute;
  color: #fff;
  border-radius: 50%;
  padding: 0 1px;
  height: 16px;
  background-color: #000000;
  font-size: 12px;
  text-align: center;
  font-weight: 500;
  transition: .4s all;
  line-height: 16px;
  min-width: 16px;
  top: -12px;
  right: -17px; }
  /* line 240, styles.scss */
  .cart-count.is-cart-empty {
    opacity: 0; }

/* line 244, styles.scss */
.new-cart-count {
  display: inline-block;
  vertical-align: middle;
  font-weight: 500;
  font-size: 14px;
  min-width: 30px;
  height: 30px;
  background-color: #000;
  text-align: center;
  line-height: 30px;
  color: #fff;
  border-radius: 50%; }

/* line 257, styles.scss */
.main-one {
  padding: 216px 0 152px; }

/* line 260, styles.scss */
.section-title {
  color: #000000;
  font-family: 'DecimaProBold';
  font-size: 48px;
  line-height: 54px; }

/* line 266, styles.scss */
.page-title {
  color: #000000;
  font-family: 'DecimaProBold';
  font-size: 34px;
  line-height: 1; }

/* line 272, styles.scss */
.main-one-text {
  max-width: 720px; }
  /* line 274, styles.scss */
  .main-one-text p {
    margin: 0 0; }
  /* line 277, styles.scss */
  .main-one-text .section-title {
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: 400; }

/* line 283, styles.scss */
.main-one-text-container {
  max-width: 685px; }

/* line 286, styles.scss */
.main-blocks {
  padding-bottom: 30px; }
  /* line 288, styles.scss */
  .main-blocks .row {
    margin: 0 -20px; }
    /* line 290, styles.scss */
    .main-blocks .row .cell {
      padding: 0 20px; }
      /* line 292, styles.scss */
      .main-blocks .row .cell:nth-child(1) {
        width: 40%; }
      /* line 295, styles.scss */
      .main-blocks .row .cell:nth-child(2) {
        width: 60%; }
      /* line 298, styles.scss */
      .main-blocks .row .cell.cell-long {
        width: 100%; }
        /* line 300, styles.scss */
        .main-blocks .row .cell.cell-long + .cell {
          width: 50%; }
          /* line 302, styles.scss */
          .main-blocks .row .cell.cell-long + .cell + .cell {
            width: 50%; }
  /* line 309, styles.scss */
  .main-blocks .item-block {
    margin-bottom: 72px; }
    /* line 311, styles.scss */
    .main-blocks .item-block img {
      width: 100%; }
  /* line 315, styles.scss */
  .main-blocks .item-block-info {
    padding-top: 36px;
    max-width: 505px; }
  /* line 319, styles.scss */
  .main-blocks .item-block-title {
    font-size: 22px;
    margin-bottom: 16px; }

/* line 324, styles.scss */
.fw-500 {
  font-weight: 500; }

/* line 327, styles.scss */
.read-more {
  margin-top: 26px; }
  /* line 329, styles.scss */
  .read-more a {
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1px;
    color: #000; }
    /* line 337, styles.scss */
    .read-more a:hover {
      border-bottom: 1px solid black; }

/* line 342, styles.scss */
.bg-gray {
  background-color: #f9f9f9; }

/* line 345, styles.scss */
.main-three {
  padding: 112px 0; }
  /* line 348, styles.scss */
  .main-three > .wrap {
    margin-bottom: 100px; }
    /* line 351, styles.scss */
    .main-three > .wrap:last-child {
      margin-bottom: 0; }
  /* line 357, styles.scss */
  .main-three .products-container .row {
    margin: 0 -15px; }
    /* line 360, styles.scss */
    .main-three .products-container .row > [class*='cell-'] {
      padding: 0 15px; }

/* line 366, styles.scss */
.main-three-title-line {
  margin-bottom: 42px; }
  /* line 368, styles.scss */
  .main-three-title-line .section-title {
    font-family: "GothamPro";
    font-size: 38px;
    font-weight: 500;
    font-style: normal;
    line-height: normal; }

/* line 376, styles.scss */
.show-products {
  color: #808080;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 4px; }
  /* line 381, styles.scss */
  .show-products a {
    display: inline-flex;
    align-items: center; }
    /* line 384, styles.scss */
    .show-products a .arr {
      margin-left: 12px;
      width: 8px; }
    /* line 388, styles.scss */
    .show-products a svg {
      height: auto; }
    /* line 391, styles.scss */
    .show-products a svg path {
      transition: .4s all; }
    /* line 394, styles.scss */
    .show-products a:hover {
      color: #000; }
      /* line 396, styles.scss */
      .show-products a:hover svg path {
        fill: #000; }

/* line 402, styles.scss */
.stiker-sale {
  position: absolute;
  width: 50px;
  height: 84px;
  top: 0;
  left: 19px;
  background: url("sale.svg") no-repeat center;
  background-size: 100%;
  padding-top: 39px;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500; }

/* line 417, styles.scss */
.stiker-sale-new {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border-radius: 50%;
  padding: 0; }

/* line 432, styles.scss */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  overflow: hidden; }
  /* line 438, styles.scss */
  .product-img img, .product-img picture {
    position: absolute;
    width: initial;
    object-fit: cover;
    max-height: initial;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%; }
  /* line 450, styles.scss */
  .product-img:hover .product-img-overlay {
    opacity: 1; }

/* line 456, styles.scss */
.product-item .card-title a {
  transition: 0s all; }
/* line 459, styles.scss */
.product-item:hover {
  /*        .card-title,
          .card-price{
              font-weight: 500;
          }*/ }

/* line 466, styles.scss */
.product-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.85);
  transition: .4s all;
  color: #fff;
  opacity: 0; }

/* line 480, styles.scss */
.product-title-prices {
  padding-top: 22px; }

/* line 483, styles.scss */
.product-brend {
  color: #959595;
  font-size: 16px;
  font-style: normal;
  letter-spacing: normal;
  line-height: 20px; }

/* line 490, styles.scss */
.card-title {
  margin: 8px 0 14px;
  font-size: 18px;
  line-height: 24px; }

/* line 495, styles.scss */
.card-price {
  color: #808080;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

/* line 501, styles.scss */
.card-old_price {
  margin-left: 19px;
  color: #c2c2c2;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px; }

/* line 508, styles.scss */
.products-control {
  display: none; }

/* line 511, styles.scss */
.subscribe-section {
  padding: 106px 0 112px; }

/* line 514, styles.scss */
.subcribe-container {
  max-width: 540px; }

/* line 517, styles.scss */
.subcribe-container-text {
  margin-bottom: 25px;
  letter-spacing: -.2px; }
  /* line 520, styles.scss */
  .subcribe-container-text p {
    margin: 0 0; }

/* line 524, styles.scss */
.subscribe-title {
  font-size: 38px;
  line-height: 1; }

/* line 528, styles.scss */
.subscribe-text {
  margin-top: 25px; }

/* line 532, styles.scss */
.subscribe-form .input-line {
  width: calc(100% - 162px);
  margin: 0 0; }

/* line 537, styles.scss */
.btn-submit {
  padding: 0 12px;
  min-width: 150px;
  height: 49px;
  background: #000;
  color: #ffffff;
  font-family: "GothamPro";
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 3px solid #000;
  display: flex;
  justify-content: center;
  align-items: center; }
  /* line 551, styles.scss */
  .btn-submit:hover {
    background: #fff;
    color: #000; }

/* line 557, styles.scss */
.input-line input {
  width: 100%;
  height: 49px;
  border: 1px solid #efefef;
  background-color: #ffffff;
  padding: 0 14px;
  font-family: "GothamPro";
  font-size: 16px;
  font-weight: 400;
  color: #000; }

/* line 569, styles.scss */
.footer {
  color: #fff;
  background-color: #262626; }
  /* line 572, styles.scss */
  .footer .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

/* line 578, styles.scss */
.footer-top {
  padding: 100px 0 40px;
  border-bottom: 1px solid #595959; }

/* line 582, styles.scss */
.footer-right {
  width: 100%;
  max-width: 686px;
  padding-right: 0; }
  /* line 586, styles.scss */
  .footer-right li a {
    display: inline-block;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px; }
    /* line 590, styles.scss */
    .footer-right li a:hover {
      border-bottom: 1px solid #fff; }

/* line 595, styles.scss */
.footer-top-menu {
  color: #f8f8f8;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  width: 100%; }
  /* line 601, styles.scss */
  .footer-top-menu li:not(:last-child) {
    margin-right: 10px; }
  /* line 604, styles.scss */
  .footer-top-menu li {
    width: 100%;
    max-width: 96px; }

/* line 609, styles.scss */
.footer-center {
  padding: 100px 0; }

/* line 612, styles.scss */
.footer-title {
  color: #f8f8f8;
  font-size: 48px;
  font-weight: 500;
  line-height: 1; }

/* line 618, styles.scss */
.footer-phone {
  color: #f8f8f8;
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
  margin: 20px 0 10px; }

/* line 625, styles.scss */
.footer-email {
  color: #f8f8f8;
  font-size: 30px;
  font-weight: 300;
  line-height: 1; }

/* line 631, styles.scss */
.footer-menu {
  width: 100%;
  max-width: 96px; }
  /* line 634, styles.scss */
  .footer-menu li {
    margin: 12px 0; }
  /* line 637, styles.scss */
  .footer-menu .first-link {
    color: #f8f8f8;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 16px; }
  /* line 644, styles.scss */
  .footer-menu:not(:last-child) {
    margin-right: 10px; }

/* line 648, styles.scss */
.sub-footer-menu {
  color: #f8f8f8;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px; }

/* line 654, styles.scss */
.footer-bottom {
  padding-bottom: 58px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px; }

/* line 661, styles.scss */
.social-item:not(:last-child) {
  margin-right: 32px; }

/* line 664, styles.scss */
.social-item.fb a:hover {
  color: #1877f2; }

/* line 667, styles.scss */
.social-item.inst a:hover {
  color: #ba318c; }

/* line 670, styles.scss */
.social-item.vk a:hover {
  color: #4a76a8; }

/* line 673, styles.scss */
.popup-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #fff;
  z-index: 101; }

/* line 685, styles.scss */
.no-scroll {
  max-height: 100vh;
  overflow: hidden; }

/* line 689, styles.scss */
.close-search {
  position: absolute;
  right: 0;
  top: 15px; }

/* line 694, styles.scss */
.popup-search-container {
  min-height: 100vh; }

/* line 697, styles.scss */
.search_widget {
  width: 100%; }
  /* line 699, styles.scss */
  .search_widget .inpt-group {
    position: relative;
    border: 4px solid #000;
    border-right: 0;
    height: 82px; }
    /* line 704, styles.scss */
    .search_widget .inpt-group input {
      border: 0;
      height: 100%;
      width: 100%;
      font-size: 30px;
      font-family: 'DecimaProBold';
      color: #000; }
    /* line 712, styles.scss */
    .search_widget .inpt-group:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 4px;
      height: 27px;
      background: #000; }
    /* line 722, styles.scss */
    .search_widget .inpt-group:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 20px;
      height: 27px;
      border: 4px solid #000;
      border-left: 0;
      border-bottom: 0; }
  /* line 735, styles.scss */
  .search_widget .search_widget-submit {
    display: none; }

/* line 739, styles.scss */
.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  padding: 25vh 0 30px;
  display: none;
  background: rgba(0, 0, 0, 0.97);
  z-index: 101;
  color: #ffffff;
  font-size: 16px;
  line-height: 1; }
  /* line 754, styles.scss */
  .main-menu .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

/* line 761, styles.scss */
.main-menu-container .cell {
  padding: 0;
  width: 100%;
  max-width: 290px; }
  /* line 765, styles.scss */
  .main-menu-container .cell .main-menu-item {
    padding-right: 10px; }
  /* line 768, styles.scss */
  .main-menu-container .cell:last-child {
    max-width: 250px; }
    /* line 770, styles.scss */
    .main-menu-container .cell:last-child .main-menu-item {
      padding-right: 0; }
/* line 775, styles.scss */
.main-menu-container a {
  display: inline-block;
  border-bottom: 1px solid transparent; }
  /* line 778, styles.scss */
  .main-menu-container a:hover {
    border-bottom: 1px solid #fff; }

/* line 783, styles.scss */
.close-menu {
  position: absolute;
  right: 100px;
  top: -60px; }

/* line 789, styles.scss */
.main-menu-item > li > a {
  line-height: normal;
  font-size: 22px;
  font-weight: 500; }
/* line 794, styles.scss */
.main-menu-item > li {
  margin-bottom: 25px; }

/* line 799, styles.scss */
.sub-menu-item li {
  margin: 15px 0; }

/* line 804, styles.scss */
.main-three-title-line .section-title span:first-child {
  display: inline; }
/* line 807, styles.scss */
.main-three-title-line .section-title span:last-child {
  display: none; }

@media (max-width: 1440px) {
  /* line 812, styles.scss */
  .header-icons {
    margin-right: 0; } }
@media (max-width: 1199px) {
  /* line 817, styles.scss */
  .footer-title {
    font-size: 38px; }

  /* line 820, styles.scss */
  .footer-phone {
    font-size: 28px;
    margin: 20px 0 10px; }

  /* line 824, styles.scss */
  .footer-email {
    font-size: 25px; }

  /* line 827, styles.scss */
  .footer-right {
    max-width: 565px;
    padding-right: 0; }

  /* line 831, styles.scss */
  .close-menu {
    right: 50px; } }
@media (max-width: 991px) {
  /* line 836, styles.scss */
  .footer-right {
    max-width: 100%;
    padding-top: 25px; }

  /* line 840, styles.scss */
  .footer-center {
    padding: 40px 0 60px; }

  /* line 843, styles.scss */
  .footer-top {
    padding: 60px 0 40px; }

  /* line 846, styles.scss */
  .footer-bottom {
    padding-bottom: 40px; }
    /* line 848, styles.scss */
    .footer-bottom .footer-left {
      order: 2; }
    /* line 851, styles.scss */
    .footer-bottom .footer-right {
      padding: 0 0 15px; }

  /* line 855, styles.scss */
  .header {
    padding: 20px 0; }

  /* line 858, styles.scss */
  .main-menu {
    font-size: 13px; }

  /* line 861, styles.scss */
  .main-menu-item > li > a {
    font-size: 16px; }

  /* line 864, styles.scss */
  .search_widget .inpt-group {
    height: 60px; }

  /* line 867, styles.scss */
  .search_widget .inpt-group:after {
    width: 15px;
    height: 18px; }

  /* line 871, styles.scss */
  .search_widget .inpt-group:before {
    height: 18px; }

  /* line 874, styles.scss */
  .search_widget .inpt-group input {
    font-size: 24px; }

  /* line 877, styles.scss */
  .close-menu {
    right: 15px; } }
@media (max-width: 760px) {
  /* line 882, styles.scss */
  body {
    font-size: 14px;
    line-height: 20px; }

  /* line 886, styles.scss */
  .footer-top-menu,
  .footer-right {
    flex-wrap: wrap; }

  /* line 890, styles.scss */
  .footer-top-menu li {
    max-width: 100%; }

  /* line 893, styles.scss */
  .main-menu-container .cell {
    width: 50%;
    max-width: 50%;
    padding-right: 20px; }
    /* line 898, styles.scss */
    .main-menu-container .cell:last-child {
      width: 50%;
      max-width: 50%; }
    /* line 903, styles.scss */
    .main-menu-container .cell:nth-child(2n) {
      padding-left: 20px;
      padding-right: 0; }

  /* line 908, styles.scss */
  .logo {
    height: 24px; }

  /* line 911, styles.scss */
  .header-menu li:not(:last-child) {
    margin-right: 24px; }

  /* line 914, styles.scss */
  .header-menu-link {
    font-size: 14px; }

  /* line 917, styles.scss */
  .header-icon:not(:last-child) {
    margin-right: 5px; }

  /* line 920, styles.scss */
  .header-icon {
    width: 29px;
    padding: 0 5px; }

  /* line 924, styles.scss */
  .cart-count {
    top: -10px;
    right: -15px; }

  /* line 928, styles.scss */
  .main-one {
    padding: 70px 0 40px; }

  /* line 931, styles.scss */
  .section-title, .page-title {
    font-size: 24px;
    line-height: 1; }

  /* line 935, styles.scss */
  .main-one-text .section-title {
    margin-bottom: 20px; }

  /* line 938, styles.scss */
  .main-blocks .row .cell {
    width: 100% !important; }

  /* line 941, styles.scss */
  .main-blocks .item-block img {
    min-height: 296px;
    object-fit: cover; }

  /* line 945, styles.scss */
  .main-blocks .item-block {
    margin-bottom: 40px; }

  /* line 948, styles.scss */
  .main-blocks .item-block-info {
    padding-top: 22px; }

  /* line 951, styles.scss */
  .main-blocks .item-block-title {
    font-size: 18px;
    line-height: 1; }

  /* line 955, styles.scss */
  .read-more {
    margin-top: 24px; }
    /* line 957, styles.scss */
    .read-more a {
      font-size: 12px; }

  /* line 961, styles.scss */
  .main-blocks {
    padding-bottom: 5px; }

  /* line 964, styles.scss */
  .main-two {
    overflow-x: hidden; }

  /* line 967, styles.scss */
  .main-three {
    padding: 30px 0; }

  /* line 970, styles.scss */
  .main-three-title-line .section-title {
    font-size: 22px;
    line-height: 1; }

  /* line 974, styles.scss */
  .main-three-title-line {
    margin-bottom: 25px; }

  /* line 977, styles.scss */
  .stiker-sale {
    left: 11px;
    width: 34px;
    height: 58px;
    padding: 18px 2px 0;
    font-size: 12px; }

  /* line 985, styles.scss */
  .product-title-prices {
    padding-top: 20px; }

  /* line 988, styles.scss */
  .product-brend {
    font-size: 12px;
    line-height: 14px; }

  /* line 992, styles.scss */
  .card-title {
    margin: 8px 0 12px;
    font-size: 14px;
    line-height: 18px; }

  /* line 997, styles.scss */
  .card-price {
    font-size: 14px;
    line-height: 1; }

  /* line 1001, styles.scss */
  .card-old_price {
    font-size: 12px;
    margin-left: 10px;
    line-height: 14px; }

  /* line 1006, styles.scss */
  .subscribe-section {
    padding: 75px 0; }

  /* line 1009, styles.scss */
  .subscribe-title {
    font-size: 22px; }

  /* line 1012, styles.scss */
  .subscribe-text {
    font-size: 12px;
    margin-top: 24px;
    line-height: 16px; }

  /* line 1017, styles.scss */
  .subcribe-container-text {
    margin-bottom: 26px; }

  /* line 1020, styles.scss */
  .subscribe-form .input-line {
    width: calc(100% - 116px); }

  /* line 1023, styles.scss */
  .btn-submit {
    font-size: 12px;
    line-height: 12px;
    min-width: 106px;
    height: 38px;
    background-color: #000000; }

  /* line 1030, styles.scss */
  .input-line input {
    height: 38px;
    font-size: 12px; }

  /* line 1034, styles.scss */
  .footer-top-menu {
    font-size: 14px; }

  /* line 1037, styles.scss */
  .footer-top {
    padding: 30px 0; }
    /* line 1039, styles.scss */
    .footer-top .footer-right {
      padding-top: 29px; }
      /* line 1041, styles.scss */
      .footer-top .footer-right .footer-top-menu {
        display: block; }
        /* line 1043, styles.scss */
        .footer-top .footer-right .footer-top-menu li:not(:last-child) {
          margin: 0 0 16px; }

  /* line 1049, styles.scss */
  .footer-logo {
    width: 170px; }

  /* line 1052, styles.scss */
  .footer-center {
    padding: 45px 0; }

  /* line 1055, styles.scss */
  .footer-title {
    font-size: 24px;
    line-height: 1; }

  /* line 1059, styles.scss */
  .footer-phone {
    font-size: 20px;
    margin: 15px 0 9px; }

  /* line 1063, styles.scss */
  .footer-email {
    font-size: 16px; }

  /* line 1066, styles.scss */
  .footer-menu:not(:last-child) {
    margin-right: 0; }

  /* line 1069, styles.scss */
  .footer-menu {
    width: 100%;
    max-width: 50%;
    padding-right: 10px;
    margin-bottom: 15px; }

  /* line 1075, styles.scss */
  .footer-menu .first-link {
    font-size: 14px; }

  /* line 1078, styles.scss */
  .sub-footer-menu {
    margin: 21px 0 0; }

  /* line 1081, styles.scss */
  .footer-menu li {
    font-size: 14px;
    margin: 11px 0; }

  /* line 1085, styles.scss */
  .footer-bottom {
    padding-bottom: 15px;
    font-size: 12px; }

  /* line 1089, styles.scss */
  .social-item:not(:last-child) {
    margin-right: 28px; }

  /* line 1092, styles.scss */
  .footer-bottom .footer-right {
    padding: 0 0 27px; }

  /* line 1095, styles.scss */
  .search_widget .inpt-group {
    height: 38px; }

  /* line 1098, styles.scss */
  .search_widget .inpt-group:after {
    width: 10px;
    height: 10px; }

  /* line 1102, styles.scss */
  .search_widget .inpt-group:before {
    height: 10px; }

  /* line 1105, styles.scss */
  .search_widget .inpt-group input {
    font-size: 16px; }

  /* line 1108, styles.scss */
  .main-menu {
    padding: 55px 0 17px;
    font-size: 14px; }

  /* line 1112, styles.scss */
  .main-menu-container {
    position: initial; }

  /* line 1115, styles.scss */
  .main-menu-items {
    flex-wrap: wrap; }

  /* line 1118, styles.scss */
  .close-menu {
    width: 21px;
    right: 15px;
    top: 20px; }

  /* line 1123, styles.scss */
  .main-menu-item > li > a {
    font-size: 14px;
    line-height: 1.4; }

  /* line 1127, styles.scss */
  .main-menu-item > li.big > a {
    font-size: 16px; }

  /* line 1130, styles.scss */
  .main-menu-item > li {
    margin-bottom: 22px; }
    /* line 1133, styles.scss */
    .main-menu-item > li:nth-child(2) {
      margin-bottom: 28px; }

  /* line 1137, styles.scss */
  .main-menu-item > li.big {
    margin-bottom: 38px; }

  /* line 1140, styles.scss */
  .sub-menu-item li {
    margin: 16px 0; }

  /* line 1144, styles.scss */
  .main-menu-items .cell.show-sm {
    width: 100%;
    max-width: 100%; }
    /* line 1147, styles.scss */
    .main-menu-items .cell.show-sm .main-menu-item {
      display: flex; }
    /* line 1153, styles.scss */
    .main-menu-items .cell.show-sm li {
      width: 50%;
      font-size: 16px; }

  /*.main-menu-container .cell .main-menu-item.presents{
      margin-top: 30px;
  }*/
  /* line 1163, styles.scss */
  .main-menu-container .cell .main-menu-item {
    padding-right: 0; }

  /* line 1167, styles.scss */
  .new-cart-count {
    font-size: 12px;
    min-width: 24px;
    height: 24px;
    line-height: 24px; }

  /* line 1174, styles.scss */
  .sub-menu-item {
    font-weight: 300; }
    /* line 1177, styles.scss */
    .sub-menu-item a {
      line-height: 18px !important; }

  /* line 1182, styles.scss */
  .show-products {
    font-size: 13px;
    padding-bottom: 1px; }

  /* line 1187, styles.scss */
  .main-three-title-line .section-title span:first-child {
    display: none; }
  /* line 1190, styles.scss */
  .main-three-title-line .section-title span:last-child {
    display: inline; } }
/*=================================product============================*/
/*=================================product============================*/
/*=================================product============================*/
/*=================================product============================*/
/*=================================product============================*/
/*=================================product============================*/
/* line 1213, styles.scss */
.product-top {
  padding: 53px 0 100px; }

/* line 1216, styles.scss */
.product-left {
  width: calc(100% - 415px);
  max-width: 925px; }

/* line 1221, styles.scss */
.product-gallery-container .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
/* line 1226, styles.scss */
.product-gallery-container .gallery-top {
  order: 2;
  max-width: 780px;
  width: calc(100% - 145px);
  padding: 0;
  margin: 0 0;
  border: 0; }
  /* line 1233, styles.scss */
  .product-gallery-container .gallery-top .swiper-wrapper {
    align-items: flex-start; }
/* line 1237, styles.scss */
.product-gallery-container .gallery-thumbs-wrap {
  width: 68px;
  margin: 0 0;
  height: 780px; }
  /* line 1241, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
    height: 100% !important;
    max-height: 100%; }
  /* line 1245, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .gallery-thumb {
    position: relative; }
    /* line 1247, styles.scss */
    .product-gallery-container .gallery-thumbs-wrap .gallery-thumb:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      border: 1px solid #000;
      opacity: 0;
      transition: .4s all;
      z-index: 3; }
    /* line 1261, styles.scss */
    .product-gallery-container .gallery-thumbs-wrap .gallery-thumb img {
      object-fit: cover !important; }
  /* line 1265, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-slide.is-active .gallery-thumb:before {
    opacity: 1; }
/* line 1269, styles.scss */
.product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets,
.product-gallery-container .swiper-pagination-custom, .product-gallery-container .swiper-pagination-fraction {
  bottom: 17px;
  display: none; }
/* line 1274, styles.scss */
.product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px; }
/* line 1277, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  opacity: 1;
  background: #888; }
/* line 1284, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

/* line 1288, styles.scss */
.product-size {
  display: none; }
  /* line 1290, styles.scss */
  .product-size.js-active {
    display: block; }

/* line 1294, styles.scss */
.option-label {
  display: none; }

/* line 1297, styles.scss */
.product-right {
  width: 100%;
  max-width: 395px; }
  /* line 1300, styles.scss */
  .product-right .btn-submit {
    width: 100%; }
  /* line 1303, styles.scss */
  .product-right .product-brend {
    font-size: 22px;
    margin-bottom: 18px; }

/* line 1308, styles.scss */
.product-selects {
  margin: 39px 0 0px; }
  /* line 1310, styles.scss */
  .product-selects .select-product-hidden {
    display: none; }
  /* line 1313, styles.scss */
  .product-selects select {
    margin-bottom: 10px; }
    /* line 1315, styles.scss */
    .product-selects select.slct {
      color: #000000;
      font-family: "GothamPro";
      font-size: 16px;
      font-weight: 400;
      width: 100%;
      height: 50px;
      border: 1px solid #cecece; }
  /* line 1325, styles.scss */
  .product-selects .option-selector {
    margin: 0 0; }
  /* line 1328, styles.scss */
  .product-selects .selectric-wrapper {
    width: 100%;
    margin-bottom: 15px; }
  /* line 1332, styles.scss */
  .product-selects .selectric .label {
    margin: 0 35px 0 25px;
    height: 48px;
    line-height: 48px; }
  /* line 1337, styles.scss */
  .product-selects .selectric .button {
    width: 13px;
    right: 22px;
    top: 21px; }
  /* line 1342, styles.scss */
  .product-selects .select-list {
    width: 100%;
    padding-bottom: 5px; }
    /* line 1345, styles.scss */
    .product-selects .select-list button {
      background: transparent;
      padding: 17px 25px;
      color: #000000;
      font-size: 16px;
      display: block;
      width: 100%;
      text-align: left;
      border: 0; }
      /* line 1354, styles.scss */
      .product-selects .select-list button:hover, .product-selects .select-list button.is-active {
        background-color: #eaeaea; }
  /* line 1359, styles.scss */
  .product-selects .selectric-items li {
    padding: 17px 25px;
    color: #000000;
    font-size: 16px; }
    /* line 1363, styles.scss */
    .product-selects .selectric-items li.selected {
      display: block; }

/* line 1368, styles.scss */
.product-title {
  font-size: 34px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0; }

/* line 1374, styles.scss */
.product-prices {
  margin-top: 26px; }

/* line 1377, styles.scss */
.product-price {
  font-size: 30px; }

/* line 1380, styles.scss */
.product-old_price {
  color: #959595;
  margin-left: 20px;
  font-size: 16px; }

/* line 1385, styles.scss */
.product-available {
  margin-top: 10px;
  position: relative;
  font-size: 14px; }
  /* line 1389, styles.scss */
  .product-available .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 5px; }
  /* line 1395, styles.scss */
  .product-available .product-count {
    display: inline-block;
    vertical-align: middle; }
  /* line 1399, styles.scss */
  .product-available:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 14px;
    background: url("available.svg") no-repeat center;
    background-size: 100%;
    margin: 5px 17px 0 0; }

/* line 1410, styles.scss */
.product-short {
  margin: 32px 0 28px;
  font-size: 16px;
  line-height: 26px; }

/* line 1415, styles.scss */
.product-description {
  font-size: 16px;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 217px; }
  /* line 1421, styles.scss */
  .product-description img {
    margin: 14px -217px;
    width: calc(100% + 434px);
    max-width: calc(100% + 434px); }
  /* line 1426, styles.scss */
  .product-description b, .product-description strong {
    font-weight: 500; }
  /* line 1429, styles.scss */
  .product-description li:not(:last-child) {
    margin-bottom: 10px; }

/* line 1433, styles.scss */
.product-propertie-row {
  font-size: 16px; }
  /* line 1435, styles.scss */
  .product-propertie-row:not(:last-child) {
    margin-bottom: 10px; }

/* line 1439, styles.scss */
.product-all-desc {
  padding: 92px 0;
  background-color: #f9f9f9; }
  /* line 1442, styles.scss */
  .product-all-desc .wrap {
    max-width: 1150px; }
  /* line 1445, styles.scss */
  .product-all-desc p {
    line-height: 26px; }
  /* line 1448, styles.scss */
  .product-all-desc h1, .product-all-desc h2, .product-all-desc h3, .product-all-desc h4, .product-all-desc h5, .product-all-desc h6 {
    font-family: 'DecimaProBold';
    margin: 0 0 25px; }
  /* line 1452, styles.scss */
  .product-all-desc h2 {
    font-size: 40px;
    margin: 28px 0; }
  /* line 1456, styles.scss */
  .product-all-desc ul, .product-all-desc li {
    list-style: initial;
    list-style-position: inside; }
  /* line 1460, styles.scss */
  .product-all-desc ul, .product-all-desc ol {
    margin: 1em 0; }

/* line 1464, styles.scss */
.section-products {
  padding: 100px 0 108px; }
  /* line 1466, styles.scss */
  .section-products .row {
    margin: 0 -1em; }
  /* line 1469, styles.scss */
  .section-products .section-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 52px; }
  /* line 1474, styles.scss */
  .section-products + section {
    padding-top: 20px; }
  /* line 1477, styles.scss */
  .section-products .product-brend {
    display: none; }
  /* line 1480, styles.scss */
  .section-products .card-title {
    margin-top: 0 !important; }

/* line 1484, styles.scss */
.products-container {
  margin-bottom: -60px; }
  /* line 1486, styles.scss */
  .products-container .card {
    margin-bottom: 60px; }

/* line 1491, styles.scss */
.collection-products .row {
  margin: 0 -1em; }

/* line 1498, styles.scss */
.product-right .product-price {
  min-width: 150px; }

@media (max-width: 1410px) {
  /* line 1504, styles.scss */
  .product-left {
    max-width: calc(100% - 380px);
    width: calc(100% - 380px); }

  /* line 1508, styles.scss */
  .product-right {
    max-width: 350px; }

  /* line 1511, styles.scss */
  .product-gallery-container .gallery-top {
    max-width: calc(100% - 90px);
    width: 100%; }

  /* line 1515, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap,
  .product-gallery-container .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
    max-height: 630px; }

  /* line 1519, styles.scss */
  .section-products .row {
    margin: 0 -8px; }
    /* line 1521, styles.scss */
    .section-products .row [class*="cell-"] {
      padding: 0 8px; }

  /* line 1526, styles.scss */
  .collection-products .row {
    margin: 0 -1em; }
    /* line 1528, styles.scss */
    .collection-products .row [class*="cell-"] {
      padding: 0 8px; }

  /* line 1533, styles.scss */
  .wrap {
    width: 90%;
    padding: 0 15px; } }
@media (max-width: 1200px) {
  /* line 1539, styles.scss */
  .product-description {
    padding: 0 100px; }

  /* line 1542, styles.scss */
  .product-description img {
    margin: 0 -100px;
    width: calc(100% + 200px);
    max-width: calc(100% + 200px); } }
@media (max-width: 991px) {
  /* line 1549, styles.scss */
  .product-left {
    margin: 0 -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); }

  /* line 1554, styles.scss */
  .product-gallery-container .gallery-top,
  .product-right {
    max-width: 100%; }

  /* line 1558, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap {
    display: none; }

  /* line 1561, styles.scss */
  .product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets,
  .product-gallery-container .swiper-pagination-custom,
  .product-gallery-container .swiper-pagination-fraction {
    display: block; }

  /* line 1567, styles.scss */
  .gallery-top .swiper-slide img {
    min-height: 320px;
    object-fit: cover; } }
@media (max-width: 760px) {
  /* line 1575, styles.scss */
  .wrap {
    width: 100%;
    padding: 0 15px !important; }

  /* line 1579, styles.scss */
  .product-top {
    padding: 0 0 12px; }

  /* line 1582, styles.scss */
  .product-right {
    padding-top: 25px;
    max-width: 100%; }

  /* line 1586, styles.scss */
  .product-right .product-brend {
    font-size: 19px;
    margin-bottom: 15px; }

  /* line 1590, styles.scss */
  .product-title {
    font-size: 30px; }

  /* line 1593, styles.scss */
  .product-prices {
    margin-top: 25px; }

  /* line 1596, styles.scss */
  .product-price {
    font-size: 25px; }

  /* line 1599, styles.scss */
  .product-old_price {
    margin-left: 27px;
    font-size: 14px; }

  /* line 1603, styles.scss */
  .product-selects select.slct {
    height: 40px;
    margin-bottom: 8px;
    font-size: 14px; }

  /* line 1608, styles.scss */
  .product-selects .selectric .label {
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    margin: 0 25px 0 12px; }

  /* line 1614, styles.scss */
  .product-selects .selectric .button {
    width: 11px;
    height: 8px;
    top: 16px;
    right: 12px; }

  /* line 1620, styles.scss */
  .product-selects .selectric-items li,
  .product-selects .selectric-items button {
    padding: 13px 12px;
    font-size: 14px; }

  /* line 1625, styles.scss */
  .product-selects .selectric-wrapper {
    margin-bottom: 8px; }

  /* line 1628, styles.scss */
  .product-available {
    font-size: 12px; }

  /* line 1631, styles.scss */
  .product-available:before {
    width: 11px;
    height: 12px;
    margin-left: 12px; }

  /* line 1636, styles.scss */
  .product-short {
    font-size: 14px;
    line-height: 24px;
    margin: 30px 0 20px; }

  /* line 1641, styles.scss */
  .product-properties {
    margin-bottom: 24px; }

  /* line 1644, styles.scss */
  .product-propertie-row {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0 !important; }

  /* line 1649, styles.scss */
  .products-container {
    margin-bottom: -38px; }

  /* line 1652, styles.scss */
  .products-container .card {
    margin-bottom: 38px; }

  /* line 1655, styles.scss */
  .product-all-desc {
    padding: 32px 0 40px; }
    /* line 1657, styles.scss */
    .product-all-desc iframe, .product-all-desc img {
      max-width: calc(100% + 30px);
      width: calc(100% + 30px);
      margin: 0 -15px; }

  /* line 1663, styles.scss */
  .product-all-desc h2 {
    margin: 0px 0 18px;
    font-size: 32px; }

  /* line 1667, styles.scss */
  .product-all-desc p {
    line-height: 24px; }

  /* line 1670, styles.scss */
  .section-products {
    padding: 42px 0 76px; }

  /* line 1673, styles.scss */
  .section-products .section-title {
    text-align: left;
    margin-bottom: 38px;
    font-size: 34px; }

  /* line 1678, styles.scss */
  .product-description {
    padding: 0 0px; }
    /* line 1680, styles.scss */
    .product-description ul {
      padding: 0 15px; }

  /* line 1684, styles.scss */
  .product-description img {
    margin: 9px -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px); } }
/* line 1690, styles.scss */
.page-content {
  padding-bottom: 4rem; }

/* line 1694, styles.scss */
.collection-top {
  padding: 135px 0 115px; }

/* line 1697, styles.scss */
.border {
  border-bottom: 1px solid #efefef; }

/* line 1700, styles.scss */
.collection-title {
  font-size: 48px;
  line-height: 1;
  font-weight: 400;
  margin: 0; }

/* line 1706, styles.scss */
.collection-description {
  margin-top: 20px;
  font-size: 16px;
  max-width: 690px; }

/* line 1711, styles.scss */
.collection-content {
  padding: 70px 0 170px; }

/* line 1714, styles.scss */
.collection-filters-container {
  margin-bottom: 45px;
  scrollbar-width: 6px;
  /* толщина */
  flex-wrap: nowrap;
  white-space: nowrap;
  /* ползунок скроллбара */ }
  /* line 1720, styles.scss */
  .collection-filters-container ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* высота для горизонтального скролла */
    background-color: #fff; }
  /* line 1727, styles.scss */
  .collection-filters-container ::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 3px; }
  /* line 1731, styles.scss */
  .collection-filters-container .filter {
    padding: 0 0;
    margin: 0 10px;
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    color: #959595;
    font-size: 16px;
    line-height: 15px;
    min-width: 198px;
    position: relative; }
    /* line 1741, styles.scss */
    .collection-filters-container .filter div.filter-title {
      padding: 12px 45px 9px 15px;
      position: relative; }
    /* line 1745, styles.scss */
    .collection-filters-container .filter button.filter-toggle {
      position: absolute;
      right: 15px;
      top: 13px;
      width: 18px;
      height: 12px;
      padding: 0 0;
      border: 0;
      flex-wrap: wrap; }
      /* line 1754, styles.scss */
      .collection-filters-container .filter button.filter-toggle div {
        width: 100%;
        height: 1px;
        background: #959595; }
    /* line 1760, styles.scss */
    .collection-filters-container .filter .filter-items-wrapper {
      position: absolute;
      top: calc(100% - 1px);
      left: -1px;
      width: calc(100% + 2px);
      border: 1px solid #eaeaea;
      background-color: #ffffff;
      color: #959595;
      border-top: 1px solid transparent;
      z-index: 9;
      display: none;
      scrollbar-face-color: #d2d2d2;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: #efefef transparent;
      scrollbar-width: thin; }
      /* line 1775, styles.scss */
      .collection-filters-container .filter .filter-items-wrapper.is-tab-active {
        display: block;
        overflow: hidden;
        overflow-y: auto;
        max-height: 195px; }
    /* line 1782, styles.scss */
    .collection-filters-container .filter .filter-items-list.is-span .filter-item {
      display: block; }
      /* line 1784, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span {
        display: block;
        width: 100%; }
      /* line 1788, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span-control {
        display: block;
        font-size: 14px;
        padding: 5px 15px;
        line-height: 13px;
        color: #959595;
        text-align: left; }
        /* line 1795, styles.scss */
        .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span-control:hover {
          color: #000;
          background-color: #eaeaea; }
      /* line 1801, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span input[type="checkbox"]:checked + span.filter-span-control {
        color: #000;
        background-color: #eaeaea; }

/* line 1809, styles.scss */
.collection-filters-scroll {
  max-width: calc(100% + 2em);
  overflow: hidden;
  overflow-x: auto; }

/* line 1816, styles.scss */
ul.subcollection-list {
  flex-wrap: nowrap;
  padding: 0 10px; }
  /* line 1819, styles.scss */
  ul.subcollection-list li {
    padding: 0 10px; }
    /* line 1821, styles.scss */
    ul.subcollection-list li a, ul.subcollection-list li label {
      display: block;
      padding: 12px 15px 9px;
      border: 1px solid #eaeaea;
      background-color: #ffffff;
      color: #959595;
      font-size: 16px;
      line-height: 15px; }
    /* line 1831, styles.scss */
    ul.subcollection-list li.link-current a, ul.subcollection-list li.link-current label {
      border: 1px solid #eaeaea;
      background-color: #eaeaea; }

/* line 1838, styles.scss */
.filters-all {
  margin: 0 -10px; }
  /* line 1840, styles.scss */
  .filters-all form {
    margin: 0 0;
    display: flex;
    justify-content: flex-start; }

/* line 1847, styles.scss */
.filter-brand .collection-filter {
  margin: 0 0; }

/* line 1851, styles.scss */
.pagination-container {
  margin-top: 68px; }

@media (max-width: 760px) {
  /* line 1855, styles.scss */
  .collection-top {
    padding: 60px 0 55px; }

  /* line 1858, styles.scss */
  .collection-title {
    font-size: 30px; }

  /* line 1861, styles.scss */
  .breadcrumb {
    font-size: 12px;
    margin-top: 10px; }

  /* line 1865, styles.scss */
  .collection-description {
    font-size: 12px;
    margin-top: 20px; }

  /* line 1869, styles.scss */
  .collection-content {
    padding: 40px 0 70px; }

  /* line 1872, styles.scss */
  .selectric-wrapper {
    width: 147px; }

  /* line 1875, styles.scss */
  .selectric .label {
    margin: 0 21px 0 10px;
    height: 28px;
    line-height: 28px;
    font-size: 12px; }

  /* line 1881, styles.scss */
  .selectric .button {
    top: 11px;
    right: 10px;
    width: 12px;
    height: 7px; }

  /* line 1887, styles.scss */
  .selectric-items ul, .selectric-items li {
    font-size: 12px;
    line-height: 14px;
    min-height: 14px; }

  /* line 1892, styles.scss */
  .selectric-items li {
    padding: 5px 5px; }

  /* line 1895, styles.scss */
  .collection-filters-scroll {
    max-width: calc(100% + 1em);
    margin: 0 -.5em -99rem;
    padding: 0 0 99rem; }

  /* line 1900, styles.scss */
  ul.subcollection-list {
    padding: 0 2.5px; }
    /* line 1902, styles.scss */
    ul.subcollection-list li {
      padding: 0 2.5px; }
      /* line 1904, styles.scss */
      ul.subcollection-list li a, ul.subcollection-list li label {
        padding: 8px 10px;
        font-size: 12px;
        line-height: 1; }

  /* line 1911, styles.scss */
  .filters-all {
    margin: 0 0;
    padding: 0 2.5px; }

  /* line 1915, styles.scss */
  .collection-filters-container .filter {
    margin: 0 2.5px;
    font-size: 12px;
    line-height: 1;
    min-width: 150px; }

  /* line 1921, styles.scss */
  .collection-filters-container .filter div.filter-title {
    padding: 8px 40px 8px 10px; }

  /* line 1924, styles.scss */
  .collection-filters-container .filter button.filter-toggle {
    top: 10px; }

  /* line 1928, styles.scss */
  .collection-products .products-container .card {
    margin-bottom: 28px; }
  /* line 1931, styles.scss */
  .collection-products .products-container {
    margin-bottom: -28px; }

  /* line 1935, styles.scss */
  .pagination-container {
    margin-top: 38px; }

  /* line 1938, styles.scss */
  .pagination .pagination-item .pagination-link {
    font-size: 12px; }

  /* line 1941, styles.scss */
  .filter-brand {
    display: none; } }
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/*===================================КОРЗИНА====================================*/
/* line 1958, styles.scss */
.cart-top {
  padding: 85px 0 88px; }

/* line 1961, styles.scss */
.cart-content {
  padding: 0 0 112px; }
  /* line 1963, styles.scss */
  .cart-content > .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }
  /* line 1968, styles.scss */
  .cart-content .wrap .wrap {
    padding: 0 0; }

/* line 1972, styles.scss */
.cart-top-container {
  max-width: 690px; }

/* line 1976, styles.scss */
.cart-title {
  font-size: 34px;
  line-height: 1; }

/* line 1980, styles.scss */
.back-shoping {
  margin: 16px 0; }
  /* line 1982, styles.scss */
  .back-shoping a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 22px;
    color: #959595; }
    /* line 1988, styles.scss */
    .back-shoping a:before {
      content: '';
      display: block;
      position: absolute;
      width: 7px;
      height: 10px;
      background: url("arr-back.svg") no-repeat center;
      background-size: 100%;
      left: 0;
      top: 8px; }

/* line 2001, styles.scss */
.cart-top-text {
  font-size: 16px;
  line-height: 24px; }
  /* line 2004, styles.scss */
  .cart-top-text p {
    margin: 0 0; }

/* line 2008, styles.scss */
.cart-items {
  width: 100%;
  max-width: 1120px; }

/* line 2012, styles.scss */
.cart-item {
  border: 1px solid #efefef;
  transition: .4s all;
  padding: 30px; }
  /* line 2016, styles.scss */
  .cart-item:hover {
    border: 1px solid #000; }
  /* line 2019, styles.scss */
  .cart-item:not(:last-child) {
    margin-bottom: 30px; }
  /* line 2022, styles.scss */
  .cart-item .product-brend {
    font-size: 20px; }

/* line 2026, styles.scss */
.cart-item-img {
  min-width: 200px;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 2033, styles.scss */
  .cart-item-img img {
    max-height: 200px; }

/* line 2037, styles.scss */
.cart-item-info {
  max-width: 580px;
  width: 100%;
  padding: 25px 53px 25px 59px;
  min-height: 100%;
  position: relative; }
  /* line 2043, styles.scss */
  .cart-item-info .item-title {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 14px; }
  /* line 2048, styles.scss */
  .cart-item-info .inner {
    min-height: 100%; }

/* line 2052, styles.scss */
.cart-item-remove {
  display: inline-block;
  cursor: pointer;
  color: #959595;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid #959595;
  transition: .4s all;
  position: absolute;
  bottom: 25px;
  left: 59px; }
  /* line 2063, styles.scss */
  .cart-item-remove:hover {
    color: #000;
    border-bottom: 1px solid black; }

/* line 2068, styles.scss */
.quantity-controls {
  width: 105px;
  height: 30px;
  border: 1px solid #efefef;
  transition: .4s all;
  display: flex; }
  /* line 2074, styles.scss */
  .quantity-controls:hover {
    border: 1px solid #000; }
    /* line 2076, styles.scss */
    .quantity-controls:hover .quantity-input {
      color: #000; }
  /* line 2080, styles.scss */
  .quantity-controls .bttn-count, .quantity-controls a.bttn-count {
    height: 28px;
    border: 0;
    padding: 0 14px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 2088, styles.scss */
    .quantity-controls .bttn-count svg, .quantity-controls a.bttn-count svg {
      max-width: 24px;
      min-width: 24px;
      position: absolute;
      fill: #979797;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: .4s all; }
    /* line 2098, styles.scss */
    .quantity-controls .bttn-count > div, .quantity-controls a.bttn-count > div {
      position: relative;
      width: 10px;
      height: 10px;
      overflow: hidden; }
    /* line 2104, styles.scss */
    .quantity-controls .bttn-count:hover, .quantity-controls a.bttn-count:hover {
      background: none; }
      /* line 2106, styles.scss */
      .quantity-controls .bttn-count:hover svg, .quantity-controls a.bttn-count:hover svg {
        fill: #000; }
  /* line 2111, styles.scss */
  .quantity-controls .quantity-input {
    font-family: 'GothamPro';
    font-weight: 400;
    border: 0;
    font-size: 16px;
    width: 27px;
    color: #959595;
    transition: .4s all; }

/* line 2121, styles.scss */
.cart-item-total-price {
  font-size: 28px;
  margin: 0 5px 0 40px;
  white-space: nowrap; }

/* line 2126, styles.scss */
.cart-item-price {
  font-size: 28px;
  line-height: 1;
  margin-top: 68px;
  white-space: nowrap; }

/* line 2132, styles.scss */
.products-similar {
  padding-top: 99px; }
  /* line 2134, styles.scss */
  .products-similar.margin {
    margin-top: -99px; }

/* line 2138, styles.scss */
.products-similar-title {
  font-size: 34px;
  line-height: 1;
  padding-bottom: 52px; }

/* line 2143, styles.scss */
.cart-right {
  width: 100%;
  max-width: 540px;
  border: 1px solid #efefef;
  padding: 0 15px;
  margin-left: 30px; }

/* line 2150, styles.scss */
.cart-right-inner {
  width: 100%;
  max-width: 395px;
  margin: 0 auto;
  padding: 62px 0 56px; }
  /* line 2155, styles.scss */
  .cart-right-inner .btn-submit {
    width: 100%;
    max-width: 100%;
    margin-top: 16px; }

/* line 2161, styles.scss */
.cart-right-title {
  color: #000000;
  font-weight: 500;
  font-size: 24px; }

/* line 2166, styles.scss */
.cart-right-text {
  font-size: 22px;
  margin: 40px 0 54px; }
  /* line 2169, styles.scss */
  .cart-right-text .text, .cart-right-text .discounts-rows {
    margin-bottom: 14px; }
  /* line 2172, styles.scss */
  .cart-right-text .discounts-notice {
    margin-top: 7px;
    color: #ed2121;
    font-size: 14px;
    max-width: 372px;
    margin-bottom: -40px;
    line-height: 20px; }

/* line 2181, styles.scss */
.discounts-bottom-text {
  max-width: 305px;
  line-height: 20px;
  font-size: 14px;
  margin: 16px auto 0;
  text-align: center; }

/* line 2189, styles.scss */
.discounts-wrap .inpt-group {
  position: relative; }
  /* line 2191, styles.scss */
  .discounts-wrap .inpt-group input {
    width: 100%;
    height: 50px;
    border: 1px solid #cecece;
    border-right: 1px solid #cecece !important;
    padding: 0 24px;
    color: #000000;
    font-family: "GothamPro";
    font-size: 16px;
    font-weight: 400; }
    /* line 2202, styles.scss */
    .discounts-wrap .inpt-group input.show-btn + button {
      opacity: 1;
      z-index: 4; }
    /* line 2207, styles.scss */
    .discounts-wrap .inpt-group input.show-btn, .discounts-wrap .inpt-group input:focus {
      border: 1px solid #000;
      border-right: 1px solid #000 !important; }
  /* line 2212, styles.scss */
  .discounts-wrap .inpt-group button {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0; }

/* line 2222, styles.scss */
.cart-empty {
  color: #959595;
  padding-top: 80px; }

/* line 2227, styles.scss */
.products-similar .wrap {
  width: 80%; }
  /* line 2229, styles.scss */
  .products-similar .wrap + .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

@media (max-width: 1599px) {
  /* line 2237, styles.scss */
  .cart-right {
    max-width: 400px; }

  /* line 2240, styles.scss */
  .cart-right-inner {
    max-width: 350px; }

  /* line 2243, styles.scss */
  .cart-item-info {
    padding: 25px 35px 25px 35px; }

  /* line 2246, styles.scss */
  .cart-item-remove {
    left: 35px; } }
@media (max-width: 1320px) {
  /* line 2251, styles.scss */
  .cart-item {
    padding: 20px; }

  /* line 2254, styles.scss */
  .cart-item-img {
    min-width: 160px;
    width: 160px;
    height: 160px; }

  /* line 2259, styles.scss */
  .cart-item-info {
    padding: 10px 20px 20px 20px; }

  /* line 2262, styles.scss */
  .cart-item-remove {
    left: 20px; }

  /* line 2265, styles.scss */
  .cart-item-total-price {
    font-size: 24px;
    margin: 0 5px 0 25px; }

  /* line 2269, styles.scss */
  .cart-item-price {
    font-size: 24px; } }
@media (max-width: 1199px) {
  /* line 2274, styles.scss */
  .cart-right {
    max-width: 285px;
    margin-left: 15px; }

  /* line 2278, styles.scss */
  .cart-total {
    display: block; }

  /* line 2281, styles.scss */
  .cart-right-inner {
    padding: 45px 0 35px; }

  /* line 2284, styles.scss */
  .cart-item-img {
    min-width: 130px;
    width: 130px;
    height: 130px; }

  /* line 2289, styles.scss */
  .cart-item-info .item-title {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px; }

  /* line 2294, styles.scss */
  .cart-item-remove {
    bottom: 5px; }

  /* line 2297, styles.scss */
  .cart-item-right {
    flex-direction: column;
    justify-content: center; }

  /* line 2301, styles.scss */
  .cart-item-quanity {
    margin-bottom: 20px; }

  /* line 2304, styles.scss */
  .cart-item-total-price {
    margin: 0 0; }

  /* line 2307, styles.scss */
  .cart-item-price {
    margin-top: 30px; } }
@media (max-width: 991px) {
  /* line 2313, styles.scss */
  .cart-conntent-container > form > .nowrap {
    flex-wrap: wrap; }

  /* line 2318, styles.scss */
  .cart-items .cart-right {
    display: block; }

  /* line 2322, styles.scss */
  .cart-right {
    max-width: 400px;
    margin: 30px auto 0; }

  /* line 2326, styles.scss */
  .cart-total {
    display: initial; }

  /* line 2329, styles.scss */
  .cart-item-right {
    flex-direction: row; }

  /* line 2332, styles.scss */
  .cart-item-quanity {
    margin: 0 20px 0 0; }

  /* line 2336, styles.scss */
  .products-similar.margin {
    margin-top: 0; }
  /* line 2340, styles.scss */
  .products-similar .cart-items form > .nowrap {
    flex-wrap: nowrap; } }
@media (max-width: 640px) {
  /* line 2347, styles.scss */
  .products-similar .wrap {
    width: 100%; }

  /* line 2350, styles.scss */
  .cart-top {
    padding: 60px 0 25px; }

  /* line 2353, styles.scss */
  .cart-title, .page-title {
    font-size: 30px; }

  /* line 2356, styles.scss */
  .back-shoping {
    margin: 14px 0 20px; }
    /* line 2358, styles.scss */
    .back-shoping a {
      font-size: 12px;
      padding-left: 17px;
      line-height: 11px; }
      /* line 2362, styles.scss */
      .back-shoping a:before {
        width: 6px;
        height: 9px;
        top: 2px; }

  /* line 2369, styles.scss */
  .cart-top-text {
    font-size: 12px;
    line-height: 16px; }

  /* line 2373, styles.scss */
  .cart-item {
    padding: 15px 10px; }
    /* line 2375, styles.scss */
    .cart-item:not(:last-child) {
      margin-bottom: 10px; }
    /* line 2378, styles.scss */
    .cart-item > .nowrap {
      flex-wrap: wrap; }

  /* line 2382, styles.scss */
  .cart-item-left {
    width: 100%; }

  /* line 2385, styles.scss */
  .cart-item-right {
    margin-top: 29px; }

  /* line 2388, styles.scss */
  .cart-item-info .item-title {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px; }

  /* line 2393, styles.scss */
  .cart-item .product-brend {
    font-size: 14px;
    line-height: 18px; }

  /* line 2397, styles.scss */
  .cart-item-remove {
    font-size: 12px;
    left: 15px; }

  /* line 2401, styles.scss */
  .cart-item-total-price {
    font-size: 20px; }

  /* line 2404, styles.scss */
  .cart-item-info {
    padding: 5px 0 10px 15px;
    max-width: 65%; }

  /* line 2408, styles.scss */
  .cart-item-img {
    min-width: 105px;
    min-height: 105px;
    height: auto;
    width: 35%; }

  /* line 2414, styles.scss */
  .cart-item-quanity {
    margin-right: 15px; }

  /* line 2417, styles.scss */
  .cart-right {
    margin-top: 20px;
    padding: 0 10px;
    max-width: 100%; }

  /* line 2422, styles.scss */
  .cart-right-inner {
    max-width: 100%;
    padding: 15px 0 13px; }

  /* line 2426, styles.scss */
  .cart-right-title {
    font-size: 16px;
    line-height: 1; }

  /* line 2430, styles.scss */
  .cart-right-text {
    margin: 12px 0 22px;
    font-size: 14px; }

  /* line 2434, styles.scss */
  .cart-right-text .text, .cart-right-text .discounts-rows {
    margin-bottom: 4px; }

  /* line 2437, styles.scss */
  .discounts-wrap .inpt-group input {
    height: 40px;
    padding: 0 23px 0 10px;
    font-size: 14px; }

  /* line 2442, styles.scss */
  .cart-right-inner .btn-submit {
    margin-top: 10px;
    height: 40px; }

  /* line 2446, styles.scss */
  .discounts-bottom-text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 16px; }

  /* line 2451, styles.scss */
  .products-similar {
    padding-top: 42px; }
    /* line 2453, styles.scss */
    .products-similar.margin {
      margin-top: 0; }
    /* line 2456, styles.scss */
    .products-similar .cart-item-left {
      flex-wrap: wrap; }
    /* line 2459, styles.scss */
    .products-similar .cart-item-img {
      min-width: 100%;
      width: 100%; }
      /* line 2462, styles.scss */
      .products-similar .cart-item-img .item-img {
        width: 100%; }
    /* line 2466, styles.scss */
    .products-similar .cart-item-img img {
      max-height: initial;
      width: 100%; }
    /* line 2470, styles.scss */
    .products-similar .cart-item-info {
      max-width: 100%;
      padding: 24px 0 50px;
      min-height: initial; }
    /* line 2475, styles.scss */
    .products-similar .cart-item {
      position: relative; }
    /* line 2478, styles.scss */
    .products-similar .cart-item-right {
      position: absolute;
      right: 10px;
      bottom: 15px; }
    /* line 2483, styles.scss */
    .products-similar .cart-item-price {
      font-size: 18px;
      position: absolute;
      left: 0px;
      bottom: 8px;
      margin: 0; }

  /* line 2491, styles.scss */
  .products-similar-title {
    font-size: 30px;
    padding-bottom: 22px; }

  /* line 2495, styles.scss */
  .cart-content {
    padding-bottom: 75px; }

  /* line 2498, styles.scss */
  .cart-right-text .discounts-notice {
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: -10px; }

  /* line 2504, styles.scss */
  .cart-empty {
    font-size: 12px;
    line-height: 16px;
    padding-top: 25px; } }
/* line 2510, styles.scss */
.page-content {
  padding: 60px 0 90px; }

/* line 2513, styles.scss */
.page-top-container {
  padding: 94px 0 88px;
  border-bottom: 1px solid #efefef; }

/* line 2520, styles.scss */
.page-top-text-container {
  max-width: 690px;
  font-size: 16px;
  line-height: 24px; }

/* line 2525, styles.scss */
.page-top-text {
  margin: 15px 0 0; }
  /* line 2527, styles.scss */
  .page-top-text p {
    margin: 0; }

/* line 2531, styles.scss */
.section-page-content {
  padding: 70px 0 106px; }
  /* line 2533, styles.scss */
  .section-page-content .wrap {
    max-width: 860px; }
  /* line 2536, styles.scss */
  .section-page-content .page-content-text {
    padding: 0 73px; }
    /* line 2538, styles.scss */
    .section-page-content .page-content-text h1, .section-page-content .page-content-text h2, .section-page-content .page-content-text h3, .section-page-content .page-content-text h4, .section-page-content .page-content-text h5, .section-page-content .page-content-text h6 {
      font-family: 'DecimaProBold';
      line-height: 1; }
    /* line 2542, styles.scss */
    .section-page-content .page-content-text h2 {
      font-size: 32px; }
    /* line 2545, styles.scss */
    .section-page-content .page-content-text h3 {
      font-size: 28px; }
    /* line 2548, styles.scss */
    .section-page-content .page-content-text img {
      margin: 0 -73px;
      width: calc(100% + 146px);
      max-width: calc(100% + 146px); }
    /* line 2553, styles.scss */
    .section-page-content .page-content-text p {
      margin: 0 0;
      line-height: 26px; }
      /* line 2556, styles.scss */
      .section-page-content .page-content-text p:not(:last-child) {
        margin-bottom: 45px; }

@media (max-width: 760px) {
  /* line 2563, styles.scss */
  .page-top-container {
    padding: 59px 0 25px; }

  /* line 2566, styles.scss */
  .page-top-text-container {
    font-size: 12px;
    line-height: 16px; }

  /* line 2570, styles.scss */
  .section-page-content .page-content-text {
    padding: 0 0px; }

  /* line 2573, styles.scss */
  .section-page-content .page-content-text img {
    margin: 0 0;
    width: auto;
    max-width: 100%; }

  /* line 2578, styles.scss */
  .section-page-content .page-content-text p:not(:last-child) {
    margin-bottom: 30px; }

  /* line 2581, styles.scss */
  .section-page-content {
    padding: 40px 0 70px; }

  /* line 2584, styles.scss */
  .section-page-content .page-content-text h3 {
    font-size: 24px; }

  /* line 2587, styles.scss */
  .section-page-content .page-content-text h2 {
    font-size: 28px; } }
/* line 2591, styles.scss */
.section-brands-content {
  padding: 150px 0 110px; }

/* line 2595, styles.scss */
.brands-container .row {
  margin: 0 -15px -68px; }
/* line 2598, styles.scss */
.brands-container [class*="cell-"] {
  padding: 0 15px; }

/* line 2602, styles.scss */
.brand-item-title {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px; }

/* line 2606, styles.scss */
.brand-item-litera {
  font-weight: 500;
  color: #000000;
  line-height: 1;
  font-size: 30px; }

/* line 2612, styles.scss */
.brand-item-collections {
  margin-top: 29px;
  font-size: 20px;
  line-height: 1; }
  /* line 2616, styles.scss */
  .brand-item-collections li:not(:last-child) {
    margin-bottom: 22px; }
  /* line 2619, styles.scss */
  .brand-item-collections a:hover {
    font-weight: 500; }

/* line 2623, styles.scss */
.brand-item {
  margin-bottom: 68px; }

@media (max-width: 760px) {
  /* line 2628, styles.scss */
  .section-brands-content {
    padding: 55px 0 72px; }

  /* line 2631, styles.scss */
  .brand-item {
    margin-bottom: 36px; }

  /* line 2635, styles.scss */
  .brands-container .row {
    margin: 0 -15px -36px; }

  /* line 2639, styles.scss */
  .brand-item-title {
    padding-bottom: 15px; }

  /* line 2642, styles.scss */
  .brand-item-litera {
    font-size: 18px; }

  /* line 2645, styles.scss */
  .brand-item-collections {
    margin-top: 20px;
    font-size: 12px; }
    /* line 2648, styles.scss */
    .brand-item-collections li:not(:last-child) {
      margin-bottom: 13px; } }
@media (max-width: 370px) {
  /* line 2655, styles.scss */
  .added-content > * {
    min-width: 180px; }
  /* line 2658, styles.scss */
  .added-content .added-link {
    margin-bottom: 10px; } }
/* line 2664, styles.scss */
.show-more-container {
  text-align: center;
  margin-top: 60px; }

/* line 2668, styles.scss */
.button-show-more {
  display: inline-block;
  vertical-align: middle;
  background-color: #262626;
  border: 3px solid #262626;
  color: #fff;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  font-weight: 600;
  font-family: "GothamPro";
  max-width: 394px;
  width: 100%; }
  /* line 2682, styles.scss */
  .button-show-more:hover {
    color: #262626;
    background-color: #fff; }

@media all and (max-width: 1024px) {
  /* line 2689, styles.scss */
  .stiker-sale-new {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px; }
    /* line 2697, styles.scss */
    .stiker-sale-new span {
      display: none; } }
@media all and (max-width: 760px) {
  /* line 2704, styles.scss */
  .show-more-container {
    margin-top: 20px; }

  /* line 2707, styles.scss */
  .button-show-more {
    font-size: 14px;
    line-height: 34px; } }
/* line 2713, styles.scss */
.filter-wrap {
  margin-bottom: 30px; }
  /* line 2716, styles.scss */
  .filter-wrap .filter-point,
  .filter-wrap .filter-point-2 {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: normal;
    margin-right: 50px; }
    /* line 2725, styles.scss */
    .filter-wrap .filter-point.mob,
    .filter-wrap .filter-point-2.mob {
      display: none; }
    /* line 2729, styles.scss */
    .filter-wrap .filter-point .filter-title,
    .filter-wrap .filter-point-2 .filter-title {
      color: #959595;
      padding: 5px 0; }
      /* line 2733, styles.scss */
      .filter-wrap .filter-point .filter-title > span,
      .filter-wrap .filter-point-2 .filter-title > span {
        display: inline-block;
        vertical-align: middle; }
        /* line 2737, styles.scss */
        .filter-wrap .filter-point .filter-title > span:first-child,
        .filter-wrap .filter-point-2 .filter-title > span:first-child {
          margin-right: 5px; }
      /* line 2742, styles.scss */
      .filter-wrap .filter-point .filter-title svg,
      .filter-wrap .filter-point-2 .filter-title svg {
        width: 13px; }
    /* line 2747, styles.scss */
    .filter-wrap .filter-point .filter-body,
    .filter-wrap .filter-point-2 .filter-body {
      position: absolute;
      z-index: 10001;
      display: none;
      min-width: 240px;
      overflow-y: auto;
      border: 1px solid #959595;
      background-color: #fff;
      padding: 10px 0; }
      /* line 2757, styles.scss */
      .filter-wrap .filter-point .filter-body .checks,
      .filter-wrap .filter-point-2 .filter-body .checks {
        overflow-y: auto;
        max-height: 260px; }
        /* line 2761, styles.scss */
        .filter-wrap .filter-point .filter-body .checks .filter-item,
        .filter-wrap .filter-point-2 .filter-body .checks .filter-item {
          margin: 7px 10px; }
          /* line 2764, styles.scss */
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="checkbox"],
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="radio"],
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="checkbox"],
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="radio"] {
            display: none !important; }
          /* line 2769, styles.scss */
          .filter-wrap .filter-point .filter-body .checks .filter-item .custom-checkbox,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item .custom-checkbox {
            position: relative;
            padding-top: 2px;
            padding-left: 35px; }
          /* line 2775, styles.scss */
          .filter-wrap .filter-point .filter-body .checks .filter-item .checkbox-control,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item .checkbox-control {
            position: absolute;
            left: 0;
            top: 0;
            width: 26px;
            height: 26px; }
            /* line 2782, styles.scss */
            .filter-wrap .filter-point .filter-body .checks .filter-item .checkbox-control svg,
            .filter-wrap .filter-point-2 .filter-body .checks .filter-item .checkbox-control svg {
              width: 26px;
              height: 26px; }
            /* line 2787, styles.scss */
            .filter-wrap .filter-point .filter-body .checks .filter-item .checkbox-control .checked,
            .filter-wrap .filter-point-2 .filter-body .checks .filter-item .checkbox-control .checked {
              display: none; }
          /* line 2794, styles.scss */
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="checkbox"]:checked + .checkbox-control .checked,
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="radio"]:checked + .checkbox-control .checked,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="checkbox"]:checked + .checkbox-control .checked,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="radio"]:checked + .checkbox-control .checked {
            display: block; }
          /* line 2797, styles.scss */
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="checkbox"]:checked + .checkbox-control .unchecked,
          .filter-wrap .filter-point .filter-body .checks .filter-item input[type="radio"]:checked + .checkbox-control .unchecked,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="checkbox"]:checked + .checkbox-control .unchecked,
          .filter-wrap .filter-point-2 .filter-body .checks .filter-item input[type="radio"]:checked + .checkbox-control .unchecked {
            display: none; }
      /* line 2804, styles.scss */
      .filter-wrap .filter-point .filter-body .btn-container,
      .filter-wrap .filter-point-2 .filter-body .btn-container {
        position: relative;
        padding: 10px 10px 0 10px; }
        /* line 2808, styles.scss */
        .filter-wrap .filter-point .filter-body .btn-container:after,
        .filter-wrap .filter-point-2 .filter-body .btn-container:after {
          position: absolute;
          content: '';
          left: 10px;
          right: 10px;
          bottom: 0;
          height: 1px;
          background: #eee; }
        /* line 2818, styles.scss */
        .filter-wrap .filter-point .filter-body .btn-container .btn-submit,
        .filter-wrap .filter-point-2 .filter-body .btn-container .btn-submit {
          width: 100%;
          height: 40px;
          font-size: 14px; }
    /* line 2827, styles.scss */
    .filter-wrap .filter-point.opened .filter-title,
    .filter-wrap .filter-point-2.opened .filter-title {
      color: #000; }
      /* line 2830, styles.scss */
      .filter-wrap .filter-point.opened .filter-title > span:last-child,
      .filter-wrap .filter-point-2.opened .filter-title > span:last-child {
        transform: rotate(180deg); }
    /* line 2835, styles.scss */
    .filter-wrap .filter-point.opened .filter-body,
    .filter-wrap .filter-point-2.opened .filter-body {
      display: block; }
  /* line 2841, styles.scss */
  .filter-wrap .filter-clear {
    display: block;
    color: #959595;
    padding: 5px 0; }
    /* line 2846, styles.scss */
    .filter-wrap .filter-clear:hover {
      color: #000; }
  /* line 2851, styles.scss */
  .filter-wrap .filter-title-top,
  .filter-wrap .submit-container {
    display: none; }

/* line 2857, styles.scss */
.card-avail {
  position: relative; }
  /* line 2860, styles.scss */
  .card-avail .not-avail {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: #fff;
    opacity: 0.6;
    height: 0;
    padding-top: 100%; }
    /* line 2872, styles.scss */
    .card-avail .not-avail span {
      position: absolute;
      top: 30px;
      left: 30px;
      font-size: 14px;
      color: #959595; }
    /* line 2881, styles.scss */
    .card-avail .not-avail + form .product-brend,
    .card-avail .not-avail + form .card-title,
    .card-avail .not-avail + form .card-price,
    .card-avail .not-avail + form .card-old_price {
      color: #c4c4c4 !important; }

/* line 2891, styles.scss */
.js-product-feedback {
  position: relative;
  display: none; }
  /* line 2895, styles.scss */
  .js-product-feedback .inp-text {
    font-family: 'GothamPro';
    width: 100%;
    border: 1px solid #cecece;
    height: 48px;
    font-size: 16px;
    padding: 0 25px;
    margin-bottom: 15px; }
    /* line 2904, styles.scss */
    .js-product-feedback .inp-text::placeholder {
      color: #000; }
  /* line 2909, styles.scss */
  .js-product-feedback .success {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-color: #fff;
    text-align: center; }
    /* line 2919, styles.scss */
    .js-product-feedback .success > div {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translate(0, -50%); }
  /* line 2928, styles.scss */
  .js-product-feedback.active {
    display: block; }
    /* line 2931, styles.scss */
    .js-product-feedback.active + button {
      display: none; }
  /* line 2937, styles.scss */
  .js-product-feedback.error .inp-text {
    border-color: #ff8787; }
  /* line 2943, styles.scss */
  .js-product-feedback.done .success {
    display: block; }

@media all and (min-width: 761px) {
  /* line 2951, styles.scss */
  .not-avail + form .stiker {
    display: none !important; } }
@media all and (max-width: 760px) {
  /* line 2957, styles.scss */
  .not-avail span {
    display: none !important; }

  /* line 2961, styles.scss */
  .js-product-feedback {
    position: relative; }
    /* line 2964, styles.scss */
    .js-product-feedback .inp-text {
      height: 38px;
      font-size: 14px;
      padding: 0 12px; }

  /* line 2970, styles.scss */
  .filter-wrap {
    margin-bottom: 12px; }

  /* line 2974, styles.scss */
  .filter-wrap .filter-point-2.mob {
    display: inline-block;
    font-size: 14px; }

  /* line 2979, styles.scss */
  .filter-wrap .filter-point {
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    margin: 0; }
    /* line 2985, styles.scss */
    .filter-wrap .filter-point:last-child {
      border-bottom: 0; }
    /* line 2989, styles.scss */
    .filter-wrap .filter-point .filter-title {
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      padding: 15px 0; }
    /* line 3003, styles.scss */
    .filter-wrap .filter-point .filter-body {
      position: static;
      padding: 0;
      border: 0; }
      /* line 3008, styles.scss */
      .filter-wrap .filter-point .filter-body .btn-container {
        display: none; }
      /* line 3012, styles.scss */
      .filter-wrap .filter-point .filter-body .checks {
        max-height: inherit;
        margin-bottom: 20px; }
        /* line 3016, styles.scss */
        .filter-wrap .filter-point .filter-body .checks .filter-item {
          margin: 12px 0; }
    /* line 3023, styles.scss */
    .filter-wrap .filter-point.opened .filter-title {
      font-weight: 500; }

  /* line 3029, styles.scss */
  form.if-mob {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: none;
    overflow-y: auto;
    padding: 25px 12px 70px 12px; }
    /* line 3041, styles.scss */
    form.if-mob.opened {
      display: block; }

  /* line 3046, styles.scss */
  .filter-wrap .submit-container {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    padding: 10px 12px 20px; }
    /* line 3055, styles.scss */
    .filter-wrap .submit-container button {
      font-size: 14px;
      width: 100%; }

  /* line 3061, styles.scss */
  .hide-mob {
    display: none !important; }

  /* line 3065, styles.scss */
  .filter-title-top {
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px !important;
    margin-bottom: 35px; }
    /* line 3078, styles.scss */
    .filter-title-top svg {
      width: 12px;
      height: 12px; }

  /* line 3084, styles.scss */
  .modal-close {
    display: block;
    padding: 10px;
    margin: -10px -10px 0 0; } }
@media (max-width: 575px) {
  /* line 3091, styles.scss */
  .product-gallery-img {
    width: 100% !important;
    height: auto !important; } }
