@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 */
.header-phone-link {
  display: inline-block;
  line-height: 0;
  transition: opacity 0.4s; }
  /* line 261, styles.scss */
  .header-phone-link:hover {
    opacity: 0.7; }

/* line 265, styles.scss */
.header-phone-icon {
  width: 30px;
  height: 30px; }

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

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

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

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

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

/* line 298, styles.scss */
.main-blocks {
  padding-bottom: 30px; }
  /* line 300, styles.scss */
  .main-blocks .row {
    margin: 0 -20px; }
    /* line 302, styles.scss */
    .main-blocks .row .cell {
      padding: 0 20px; }
      /* line 304, styles.scss */
      .main-blocks .row .cell:nth-child(1) {
        width: 40%; }
      /* line 307, styles.scss */
      .main-blocks .row .cell:nth-child(2) {
        width: 60%; }
      /* line 310, styles.scss */
      .main-blocks .row .cell.cell-long {
        width: 100%; }
        /* line 312, styles.scss */
        .main-blocks .row .cell.cell-long + .cell {
          width: 50%; }
          /* line 314, styles.scss */
          .main-blocks .row .cell.cell-long + .cell + .cell {
            width: 50%; }
  /* line 321, styles.scss */
  .main-blocks .item-block {
    margin-bottom: 72px; }
    /* line 323, styles.scss */
    .main-blocks .item-block img {
      width: 100%; }
  /* line 327, styles.scss */
  .main-blocks .item-block-info {
    padding-top: 36px;
    max-width: 505px; }
  /* line 331, styles.scss */
  .main-blocks .item-block-title {
    font-size: 22px;
    margin-bottom: 16px; }

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

/* line 339, styles.scss */
.read-more {
  margin-top: 26px; }
  /* line 341, 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 349, styles.scss */
    .read-more a:hover {
      border-bottom: 1px solid black; }

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

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

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

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

/* line 414, 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 429, 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 444, styles.scss */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  overflow: hidden; }
  /* line 450, 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 462, styles.scss */
  .product-img:hover .product-img-overlay {
    opacity: 1; }

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

/* line 478, 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 492, styles.scss */
.product-title-prices {
  padding-top: 22px; }

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

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

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

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

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

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

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

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

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

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

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

/* line 549, styles.scss */
#send {
  color: #ffffff;
  background: #000;
  border: 3px solid #000; }
  /* line 553, styles.scss */
  #send:hover {
    background: #fff;
    color: #000; }

/* line 558, 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 572, styles.scss */
  .btn-submit:hover {
    background: #fff;
    color: #000; }

/* line 578, 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 590, styles.scss */
.footer {
  color: #fff;
  background-color: #262626; }
  /* line 593, styles.scss */
  .footer .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 694, styles.scss */
.social-item.tg a:hover {
  color: #24A1DE; }

/* line 697, styles.scss */
.social-item.rutube a:hover {
  color: #ff0000; }

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

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

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

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

/* line 724, styles.scss */
.search_widget {
  width: 100%; }
  /* line 726, styles.scss */
  .search_widget .inpt-group {
    position: relative;
    border: 4px solid #000;
    border-right: 0;
    height: 82px; }
    /* line 731, styles.scss */
    .search_widget .inpt-group input {
      border: 0;
      height: 100%;
      width: 100%;
      font-size: 30px;
      font-family: 'DecimaProBold';
      color: #000; }
    /* line 739, styles.scss */
    .search_widget .inpt-group:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 4px;
      height: 27px;
      background: #000; }
    /* line 749, 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 762, styles.scss */
  .search_widget .search_widget-submit {
    display: none; }

/* line 766, 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 781, styles.scss */
  .main-menu .wrap {
    max-width: 1784px;
    width: 100%;
    padding: 0 42px; }

/* line 788, styles.scss */
.main-menu-container .cell {
  padding: 0;
  width: 100%;
  max-width: 290px; }
  /* line 792, styles.scss */
  .main-menu-container .cell .main-menu-item {
    padding-right: 10px; }
  /* line 795, styles.scss */
  .main-menu-container .cell:last-child {
    max-width: 250px; }
    /* line 797, styles.scss */
    .main-menu-container .cell:last-child .main-menu-item {
      padding-right: 0; }
/* line 802, styles.scss */
.main-menu-container a {
  display: inline-block;
  border-bottom: 1px solid transparent; }
  /* line 805, styles.scss */
  .main-menu-container a:hover {
    border-bottom: 1px solid #fff; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 873, styles.scss */
  .footer-bottom {
    padding-bottom: 40px; }
    /* line 875, styles.scss */
    .footer-bottom .footer-left {
      order: 2; }
    /* line 878, styles.scss */
    .footer-bottom .footer-right {
      padding: 0 0 15px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1064, styles.scss */
  .footer-top {
    padding: 30px 0; }
    /* line 1066, styles.scss */
    .footer-top .footer-right {
      padding-top: 29px; }
      /* line 1068, styles.scss */
      .footer-top .footer-right .footer-top-menu {
        display: block; }
        /* line 1070, styles.scss */
        .footer-top .footer-right .footer-top-menu li:not(:last-child) {
          margin: 0 0 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1171, styles.scss */
  .main-menu-items .cell.show-sm {
    width: 100%;
    max-width: 100%; }
    /* line 1174, styles.scss */
    .main-menu-items .cell.show-sm .main-menu-item {
      display: flex; }
    /* line 1180, 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 1190, styles.scss */
  .main-menu-container .cell .main-menu-item {
    padding-right: 0; }

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

  /* line 1201, styles.scss */
  .header-phone-icon {
    width: 24px;
    height: 24px; }

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

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

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

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

/* line 1253, styles.scss */
.product-gallery-container .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
/* line 1258, styles.scss */
.product-gallery-container .gallery-top {
  order: 2;
  max-width: 780px;
  width: calc(100% - 145px);
  padding: 0;
  margin: 0 0;
  border: 0; }
  /* line 1265, styles.scss */
  .product-gallery-container .gallery-top .swiper-wrapper {
    align-items: flex-start; }
/* line 1269, styles.scss */
.product-gallery-container .gallery-thumbs-wrap {
  width: 68px;
  margin: 0 0;
  height: 780px; }
  /* line 1273, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
    height: 100% !important;
    max-height: 100%; }
  /* line 1277, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .gallery-thumb {
    position: relative; }
    /* line 1279, 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 1293, styles.scss */
    .product-gallery-container .gallery-thumbs-wrap .gallery-thumb img {
      object-fit: cover !important; }
  /* line 1297, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-slide.is-active .gallery-thumb:before {
    opacity: 1; }
/* line 1301, 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 1306, styles.scss */
.product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px; }
/* line 1309, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  opacity: 1;
  background: #888; }
/* line 1316, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

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

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

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

/* line 1340, styles.scss */
.product-selects {
  margin: 39px 0 0px; }
  /* line 1342, styles.scss */
  .product-selects .select-product-hidden {
    display: none; }
  /* line 1345, styles.scss */
  .product-selects select {
    margin-bottom: 10px; }
    /* line 1347, 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 1357, styles.scss */
  .product-selects .option-selector {
    margin: 0 0; }
  /* line 1360, styles.scss */
  .product-selects .selectric-wrapper {
    width: 100%;
    margin-bottom: 15px; }
  /* line 1364, styles.scss */
  .product-selects .selectric .label {
    margin: 0 35px 0 25px;
    height: 48px;
    line-height: 48px; }
  /* line 1369, styles.scss */
  .product-selects .selectric .button {
    width: 13px;
    right: 22px;
    top: 21px; }
  /* line 1374, styles.scss */
  .product-selects .select-list {
    width: 100%;
    padding-bottom: 5px; }
    /* line 1377, 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 1386, styles.scss */
      .product-selects .select-list button:hover, .product-selects .select-list button.is-active {
        background-color: #eaeaea; }
  /* line 1391, styles.scss */
  .product-selects .selectric-items li {
    padding: 17px 25px;
    color: #000000;
    font-size: 16px; }
    /* line 1395, styles.scss */
    .product-selects .selectric-items li.selected {
      display: block; }

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

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

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

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

/* line 1417, styles.scss */
.product-available {
  margin-top: 10px;
  position: relative;
  font-size: 14px; }
  /* line 1421, styles.scss */
  .product-available .title {
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    margin-right: 5px; }
  /* line 1427, styles.scss */
  .product-available .product-count {
    display: inline-block;
    vertical-align: middle; }
  /* line 1431, 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 1442, styles.scss */
.product-short {
  margin: 32px 0 28px;
  font-size: 16px;
  line-height: 26px; }

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

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

/* line 1471, styles.scss */
.product-all-desc {
  padding: 92px 0;
  background-color: #f9f9f9; }
  /* line 1474, styles.scss */
  .product-all-desc .wrap {
    max-width: 1150px; }
  /* line 1477, styles.scss */
  .product-all-desc p {
    line-height: 26px; }
  /* line 1480, 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 1484, styles.scss */
  .product-all-desc h2 {
    font-size: 40px;
    margin: 28px 0; }
  /* line 1488, styles.scss */
  .product-all-desc ul, .product-all-desc li {
    list-style: initial;
    list-style-position: inside; }
  /* line 1492, styles.scss */
  .product-all-desc ul, .product-all-desc ol {
    margin: 1em 0; }

/* line 1496, styles.scss */
.section-products {
  padding: 100px 0 108px; }
  /* line 1498, styles.scss */
  .section-products .row {
    margin: 0 -1em; }
  /* line 1501, styles.scss */
  .section-products .section-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 52px; }
  /* line 1506, styles.scss */
  .section-products + section {
    padding-top: 20px; }
  /* line 1509, styles.scss */
  .section-products .product-brend {
    display: none; }
  /* line 1512, styles.scss */
  .section-products .card-title {
    margin-top: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1593, 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 1599, styles.scss */
  .gallery-top .swiper-slide img {
    min-height: 320px;
    object-fit: cover; } }
@media (max-width: 760px) {
  /* line 1607, styles.scss */
  .wrap {
    width: 100%;
    padding: 0 15px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1746, styles.scss */
.collection-filters-container {
  margin-bottom: 45px;
  scrollbar-width: 6px;
  /* толщина */
  flex-wrap: nowrap;
  white-space: nowrap;
  /* ползунок скроллбара */ }
  /* line 1752, styles.scss */
  .collection-filters-container ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* высота для горизонтального скролла */
    background-color: #fff; }
  /* line 1759, styles.scss */
  .collection-filters-container ::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 3px; }
  /* line 1763, 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 1773, styles.scss */
    .collection-filters-container .filter div.filter-title {
      padding: 12px 45px 9px 15px;
      position: relative; }
    /* line 1777, 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 1786, styles.scss */
      .collection-filters-container .filter button.filter-toggle div {
        width: 100%;
        height: 1px;
        background: #959595; }
    /* line 1792, 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 1807, styles.scss */
      .collection-filters-container .filter .filter-items-wrapper.is-tab-active {
        display: block;
        overflow: hidden;
        overflow-y: auto;
        max-height: 195px; }
    /* line 1814, styles.scss */
    .collection-filters-container .filter .filter-items-list.is-span .filter-item {
      display: block; }
      /* line 1816, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span {
        display: block;
        width: 100%; }
      /* line 1820, 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 1827, styles.scss */
        .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span-control:hover {
          color: #000;
          background-color: #eaeaea; }
      /* line 1833, 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 1841, styles.scss */
.collection-filters-scroll {
  max-width: calc(100% + 2em);
  overflow: hidden;
  overflow-x: auto; }

/* line 1848, styles.scss */
ul.subcollection-list {
  flex-wrap: nowrap;
  padding: 0 10px; }
  /* line 1851, styles.scss */
  ul.subcollection-list li {
    padding: 0 10px; }
    /* line 1853, 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 1863, styles.scss */
    ul.subcollection-list li.link-current a, ul.subcollection-list li.link-current label {
      border: 1px solid #eaeaea;
      background-color: #eaeaea; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2012, styles.scss */
.back-shoping {
  margin: 16px 0; }
  /* line 2014, styles.scss */
  .back-shoping a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding-left: 22px;
    color: #959595; }
    /* line 2020, 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 2033, styles.scss */
.cart-top-text {
  font-size: 16px;
  line-height: 24px; }
  /* line 2036, styles.scss */
  .cart-top-text p {
    margin: 0 0; }

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

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

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

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

/* line 2084, 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 2095, styles.scss */
  .cart-item-remove:hover {
    color: #000;
    border-bottom: 1px solid black; }

/* line 2100, styles.scss */
.quantity-controls {
  width: 105px;
  height: 30px;
  border: 1px solid #efefef;
  transition: .4s all;
  display: flex; }
  /* line 2106, styles.scss */
  .quantity-controls:hover {
    border: 1px solid #000; }
    /* line 2108, styles.scss */
    .quantity-controls:hover .quantity-input {
      color: #000; }
  /* line 2112, 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 2120, 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 2130, styles.scss */
    .quantity-controls .bttn-count > div, .quantity-controls a.bttn-count > div {
      position: relative;
      width: 10px;
      height: 10px;
      overflow: hidden; }
    /* line 2136, styles.scss */
    .quantity-controls .bttn-count:hover, .quantity-controls a.bttn-count:hover {
      background: none; }
      /* line 2138, styles.scss */
      .quantity-controls .bttn-count:hover svg, .quantity-controls a.bttn-count:hover svg {
        fill: #000; }
  /* line 2143, 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 2153, styles.scss */
.cart-item-total-price {
  font-size: 28px;
  margin: 0 5px 0 40px;
  white-space: nowrap; }

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

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

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

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

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

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

/* line 2198, styles.scss */
.cart-right-text {
  font-size: 22px;
  margin: 40px 0 54px; }
  /* line 2201, styles.scss */
  .cart-right-text .text, .cart-right-text .discounts-rows {
    margin-bottom: 14px; }
  /* line 2204, 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 2213, styles.scss */
.discounts-bottom-text {
  max-width: 305px;
  line-height: 20px;
  font-size: 14px;
  margin: 16px auto 0;
  text-align: center; }

/* line 2221, styles.scss */
.discounts-wrap .inpt-group {
  position: relative; }
  /* line 2223, 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 2234, styles.scss */
    .discounts-wrap .inpt-group input.show-btn + button {
      opacity: 1;
      z-index: 4; }
    /* line 2239, 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 2244, styles.scss */
  .discounts-wrap .inpt-group button {
    opacity: 0;
    z-index: -1;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2483, styles.scss */
  .products-similar {
    padding-top: 42px; }
    /* line 2485, styles.scss */
    .products-similar.margin {
      margin-top: 0; }
    /* line 2488, styles.scss */
    .products-similar .cart-item-left {
      flex-wrap: wrap; }
    /* line 2491, styles.scss */
    .products-similar .cart-item-img {
      min-width: 100%;
      width: 100%; }
      /* line 2494, styles.scss */
      .products-similar .cart-item-img .item-img {
        width: 100%; }
    /* line 2498, styles.scss */
    .products-similar .cart-item-img img {
      max-height: initial;
      width: 100%; }
    /* line 2502, styles.scss */
    .products-similar .cart-item-info {
      max-width: 100%;
      padding: 24px 0 50px;
      min-height: initial; }
    /* line 2507, styles.scss */
    .products-similar .cart-item {
      position: relative; }
    /* line 2510, styles.scss */
    .products-similar .cart-item-right {
      position: absolute;
      right: 10px;
      bottom: 15px; }
    /* line 2515, styles.scss */
    .products-similar .cart-item-price {
      font-size: 18px;
      position: absolute;
      left: 0px;
      bottom: 8px;
      margin: 0; }

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

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

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

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

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

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

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

/* line 2563, styles.scss */
.section-page-content {
  padding: 70px 0 106px; }
  /* line 2565, styles.scss */
  .section-page-content .wrap {
    max-width: 860px; }
  /* line 2568, styles.scss */
  .section-page-content .page-content-text {
    padding: 0 73px; }
    /* line 2570, 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 2574, styles.scss */
    .section-page-content .page-content-text h2 {
      font-size: 32px; }
    /* line 2577, styles.scss */
    .section-page-content .page-content-text h3 {
      font-size: 28px; }
    /* line 2580, styles.scss */
    .section-page-content .page-content-text img {
      margin: 0 -73px;
      width: calc(100% + 146px);
      max-width: calc(100% + 146px); }
    /* line 2585, styles.scss */
    .section-page-content .page-content-text p {
      margin: 0 0;
      line-height: 26px; }
      /* line 2588, styles.scss */
      .section-page-content .page-content-text p:not(:last-child) {
        margin-bottom: 45px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2700, 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 2714, styles.scss */
  .button-show-more:hover {
    color: #262626;
    background-color: #fff; }

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

  /* line 2739, styles.scss */
  .button-show-more {
    font-size: 14px;
    line-height: 34px; } }
/* line 2745, styles.scss */
.filter-wrap {
  margin-bottom: 30px; }
  /* line 2748, 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 2757, styles.scss */
    .filter-wrap .filter-point.mob,
    .filter-wrap .filter-point-2.mob {
      display: none; }
    /* line 2761, styles.scss */
    .filter-wrap .filter-point .filter-title,
    .filter-wrap .filter-point-2 .filter-title {
      color: #959595;
      padding: 5px 0; }
      /* line 2765, styles.scss */
      .filter-wrap .filter-point .filter-title > span,
      .filter-wrap .filter-point-2 .filter-title > span {
        display: inline-block;
        vertical-align: middle; }
        /* line 2769, 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 2774, styles.scss */
      .filter-wrap .filter-point .filter-title svg,
      .filter-wrap .filter-point-2 .filter-title svg {
        width: 13px; }
    /* line 2779, 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 2789, styles.scss */
      .filter-wrap .filter-point .filter-body .checks,
      .filter-wrap .filter-point-2 .filter-body .checks {
        overflow-y: auto;
        max-height: 260px; }
        /* line 2793, 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 2796, 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 2801, 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 2807, 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 2814, 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 2819, 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 2826, 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 2829, 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 2836, 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 2840, 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 2850, 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 2859, styles.scss */
    .filter-wrap .filter-point.opened .filter-title,
    .filter-wrap .filter-point-2.opened .filter-title {
      color: #000; }
      /* line 2862, 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 2867, styles.scss */
    .filter-wrap .filter-point.opened .filter-body,
    .filter-wrap .filter-point-2.opened .filter-body {
      display: block; }
  /* line 2873, styles.scss */
  .filter-wrap .filter-clear {
    display: block;
    color: #959595;
    padding: 5px 0; }
    /* line 2878, styles.scss */
    .filter-wrap .filter-clear:hover {
      color: #000; }
  /* line 2883, styles.scss */
  .filter-wrap .filter-title-top,
  .filter-wrap .submit-container {
    display: none; }

/* line 2889, styles.scss */
.card-avail {
  position: relative; }
  /* line 2892, 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 2904, styles.scss */
    .card-avail .not-avail span {
      position: absolute;
      top: 30px;
      left: 30px;
      font-size: 14px;
      color: #959595; }
    /* line 2913, 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 2923, styles.scss */
.js-product-feedback {
  position: relative;
  display: none; }
  /* line 2927, 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 2936, styles.scss */
    .js-product-feedback .inp-text::placeholder {
      color: #000; }
  /* line 2941, 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 2951, styles.scss */
    .js-product-feedback .success > div {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translate(0, -50%); }
  /* line 2960, styles.scss */
  .js-product-feedback.active {
    display: block; }
    /* line 2963, styles.scss */
    .js-product-feedback.active + button {
      display: none; }
  /* line 2969, styles.scss */
  .js-product-feedback.error .inp-text {
    border-color: #ff8787; }
  /* line 2975, styles.scss */
  .js-product-feedback.done .success {
    display: block; }

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

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

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

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

  /* line 3011, styles.scss */
  .filter-wrap .filter-point {
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    margin: 0; }
    /* line 3017, styles.scss */
    .filter-wrap .filter-point:last-child {
      border-bottom: 0; }
    /* line 3021, 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 3035, styles.scss */
    .filter-wrap .filter-point .filter-body {
      position: static;
      padding: 0;
      border: 0; }
      /* line 3040, styles.scss */
      .filter-wrap .filter-point .filter-body .btn-container {
        display: none; }
      /* line 3044, styles.scss */
      .filter-wrap .filter-point .filter-body .checks {
        max-height: inherit;
        margin-bottom: 20px; }
        /* line 3048, styles.scss */
        .filter-wrap .filter-point .filter-body .checks .filter-item {
          margin: 12px 0; }
    /* line 3055, styles.scss */
    .filter-wrap .filter-point.opened .filter-title {
      font-weight: 500; }

  /* line 3061, 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 3073, styles.scss */
    form.if-mob.opened {
      display: block; }

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

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

  /* line 3097, 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 3110, styles.scss */
    .filter-title-top svg {
      width: 12px;
      height: 12px; }

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