@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; }

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

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

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

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

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

/* line 343, styles.scss */
.main-three {
  padding: 112px 0; }
  /* line 346, styles.scss */
  .main-three > .wrap {
    margin-bottom: 100px; }
    /* line 349, styles.scss */
    .main-three > .wrap:last-child {
      margin-bottom: 0; }
  /* line 355, styles.scss */
  .main-three .products-container .row {
    margin: 0 -15px; }
    /* line 358, styles.scss */
    .main-three .products-container .row > [class*='cell-'] {
      padding: 0 15px; }

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

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

/* line 400, 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 415, 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 430, styles.scss */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  overflow: hidden; }
  /* line 436, 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 448, styles.scss */
  .product-img:hover .product-img-overlay {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1032, styles.scss */
  .footer-top {
    padding: 30px 0; }
    /* line 1034, styles.scss */
    .footer-top .footer-right {
      padding-top: 29px; }
      /* line 1036, styles.scss */
      .footer-top .footer-right .footer-top-menu {
        display: block; }
        /* line 1038, styles.scss */
        .footer-top .footer-right .footer-top-menu li:not(:last-child) {
          margin: 0 0 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1216, styles.scss */
.product-gallery-container .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
/* line 1221, styles.scss */
.product-gallery-container .gallery-top {
  order: 2;
  max-width: 780px;
  width: calc(100% - 145px);
  padding: 0;
  margin: 0 0;
  border: 0; }
  /* line 1228, styles.scss */
  .product-gallery-container .gallery-top .swiper-wrapper {
    align-items: flex-start; }
/* line 1232, styles.scss */
.product-gallery-container .gallery-thumbs-wrap {
  width: 68px;
  margin: 0 0;
  height: 780px; }
  /* line 1236, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
    height: 100% !important;
    max-height: 100%; }
  /* line 1240, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .gallery-thumb {
    position: relative; }
    /* line 1242, 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 1256, styles.scss */
    .product-gallery-container .gallery-thumbs-wrap .gallery-thumb img {
      object-fit: cover !important; }
  /* line 1260, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-slide.is-active .gallery-thumb:before {
    opacity: 1; }
/* line 1264, 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 1269, styles.scss */
.product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px; }
/* line 1272, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  opacity: 1;
  background: #888; }
/* line 1279, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

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

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

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

/* line 1303, styles.scss */
.product-selects {
  margin: 39px 0 0px; }
  /* line 1305, styles.scss */
  .product-selects .select-product-hidden {
    display: none; }
  /* line 1308, styles.scss */
  .product-selects select {
    margin-bottom: 10px; }
    /* line 1310, 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 1320, styles.scss */
  .product-selects .option-selector {
    margin: 0 0; }
  /* line 1323, styles.scss */
  .product-selects .selectric-wrapper {
    width: 100%;
    margin-bottom: 15px; }
  /* line 1327, styles.scss */
  .product-selects .selectric .label {
    margin: 0 35px 0 25px;
    height: 48px;
    line-height: 48px; }
  /* line 1332, styles.scss */
  .product-selects .selectric .button {
    width: 13px;
    right: 22px;
    top: 21px; }
  /* line 1337, styles.scss */
  .product-selects .select-list {
    width: 100%;
    padding-bottom: 5px; }
    /* line 1340, 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 1349, styles.scss */
      .product-selects .select-list button:hover, .product-selects .select-list button.is-active {
        background-color: #eaeaea; }
  /* line 1354, styles.scss */
  .product-selects .selectric-items li {
    padding: 17px 25px;
    color: #000000;
    font-size: 16px; }
    /* line 1358, styles.scss */
    .product-selects .selectric-items li.selected {
      display: block; }

/* line 1363, styles.scss */
.product-title {
  font-size: 34px;
  line-height: 1.2; }

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

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

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

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

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

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

/* line 1432, styles.scss */
.product-all-desc {
  padding: 92px 0;
  background-color: #f9f9f9; }
  /* line 1435, styles.scss */
  .product-all-desc .wrap {
    max-width: 1150px; }
  /* line 1438, styles.scss */
  .product-all-desc p {
    line-height: 26px; }
  /* line 1441, 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 1445, styles.scss */
  .product-all-desc h2 {
    font-size: 40px;
    margin: 28px 0; }
  /* line 1449, styles.scss */
  .product-all-desc ul, .product-all-desc li {
    list-style: initial;
    list-style-position: inside; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1690, styles.scss */
.collection-title {
  font-size: 48px;
  line-height: 1; }

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

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

/* line 1702, styles.scss */
.collection-filters-container {
  margin-bottom: 45px;
  scrollbar-width: 6px;
  /* толщина */
  flex-wrap: nowrap;
  white-space: nowrap;
  /* ползунок скроллбара */ }
  /* line 1708, styles.scss */
  .collection-filters-container ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* высота для горизонтального скролла */
    background-color: #fff; }
  /* line 1715, styles.scss */
  .collection-filters-container ::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 3px; }
  /* line 1719, 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 1729, styles.scss */
    .collection-filters-container .filter div.filter-title {
      padding: 12px 45px 9px 15px;
      position: relative; }
    /* line 1733, 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 1742, styles.scss */
      .collection-filters-container .filter button.filter-toggle div {
        width: 100%;
        height: 1px;
        background: #959595; }
    /* line 1748, 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 1763, styles.scss */
      .collection-filters-container .filter .filter-items-wrapper.is-tab-active {
        display: block;
        overflow: hidden;
        overflow-y: auto;
        max-height: 195px; }
    /* line 1770, styles.scss */
    .collection-filters-container .filter .filter-items-list.is-span .filter-item {
      display: block; }
      /* line 1772, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span {
        display: block;
        width: 100%; }
      /* line 1776, 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 1783, styles.scss */
        .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span-control:hover {
          color: #000;
          background-color: #eaeaea; }
      /* line 1789, 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 1797, styles.scss */
.collection-filters-scroll {
  max-width: calc(100% + 2em);
  overflow: hidden;
  overflow-x: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2056, styles.scss */
.quantity-controls {
  width: 105px;
  height: 30px;
  border: 1px solid #efefef;
  transition: .4s all;
  display: flex; }
  /* line 2062, styles.scss */
  .quantity-controls:hover {
    border: 1px solid #000; }
    /* line 2064, styles.scss */
    .quantity-controls:hover .quantity-input {
      color: #000; }
  /* line 2068, 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 2076, 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 2086, styles.scss */
    .quantity-controls .bttn-count > div, .quantity-controls a.bttn-count > div {
      position: relative;
      width: 10px;
      height: 10px;
      overflow: hidden; }
    /* line 2092, styles.scss */
    .quantity-controls .bttn-count:hover, .quantity-controls a.bttn-count:hover {
      background: none; }
      /* line 2094, styles.scss */
      .quantity-controls .bttn-count:hover svg, .quantity-controls a.bttn-count:hover svg {
        fill: #000; }
  /* line 2099, 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 2109, styles.scss */
.cart-item-total-price {
  font-size: 28px;
  margin: 0 5px 0 40px;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2439, styles.scss */
  .products-similar {
    padding-top: 42px; }
    /* line 2441, styles.scss */
    .products-similar.margin {
      margin-top: 0; }
    /* line 2444, styles.scss */
    .products-similar .cart-item-left {
      flex-wrap: wrap; }
    /* line 2447, styles.scss */
    .products-similar .cart-item-img {
      min-width: 100%;
      width: 100%; }
      /* line 2450, styles.scss */
      .products-similar .cart-item-img .item-img {
        width: 100%; }
    /* line 2454, styles.scss */
    .products-similar .cart-item-img img {
      max-height: initial;
      width: 100%; }
    /* line 2458, styles.scss */
    .products-similar .cart-item-info {
      max-width: 100%;
      padding: 24px 0 50px;
      min-height: initial; }
    /* line 2463, styles.scss */
    .products-similar .cart-item {
      position: relative; }
    /* line 2466, styles.scss */
    .products-similar .cart-item-right {
      position: absolute;
      right: 10px;
      bottom: 15px; }
    /* line 2471, styles.scss */
    .products-similar .cart-item-price {
      font-size: 18px;
      position: absolute;
      left: 0px;
      bottom: 8px;
      margin: 0; }

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

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

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

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

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

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

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

/* line 2519, styles.scss */
.section-page-content {
  padding: 70px 0 106px; }
  /* line 2521, styles.scss */
  .section-page-content .wrap {
    max-width: 860px; }
  /* line 2524, styles.scss */
  .section-page-content .page-content-text {
    padding: 0 73px; }
    /* line 2526, 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 2530, styles.scss */
    .section-page-content .page-content-text h2 {
      font-size: 32px; }
    /* line 2533, styles.scss */
    .section-page-content .page-content-text h3 {
      font-size: 28px; }
    /* line 2536, styles.scss */
    .section-page-content .page-content-text img {
      margin: 0 -73px;
      width: calc(100% + 146px);
      max-width: calc(100% + 146px); }
    /* line 2541, styles.scss */
    .section-page-content .page-content-text p {
      margin: 0 0;
      line-height: 26px; }
      /* line 2544, styles.scss */
      .section-page-content .page-content-text p:not(:last-child) {
        margin-bottom: 45px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2695, styles.scss */
  .button-show-more {
    font-size: 14px;
    line-height: 34px; } }
/* line 2701, styles.scss */
.filter-wrap {
  margin-bottom: 30px; }
  /* line 2704, 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 2713, styles.scss */
    .filter-wrap .filter-point.mob,
    .filter-wrap .filter-point-2.mob {
      display: none; }
    /* line 2717, styles.scss */
    .filter-wrap .filter-point .filter-title,
    .filter-wrap .filter-point-2 .filter-title {
      color: #959595;
      padding: 5px 0; }
      /* line 2721, styles.scss */
      .filter-wrap .filter-point .filter-title > span,
      .filter-wrap .filter-point-2 .filter-title > span {
        display: inline-block;
        vertical-align: middle; }
        /* line 2725, 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 2730, styles.scss */
      .filter-wrap .filter-point .filter-title svg,
      .filter-wrap .filter-point-2 .filter-title svg {
        width: 13px; }
    /* line 2735, 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 2745, styles.scss */
      .filter-wrap .filter-point .filter-body .checks,
      .filter-wrap .filter-point-2 .filter-body .checks {
        overflow-y: auto;
        max-height: 260px; }
        /* line 2749, 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 2752, 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 2757, 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 2763, 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 2770, 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 2775, 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 2782, 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 2785, 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 2792, 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 2796, 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 2806, 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 2815, styles.scss */
    .filter-wrap .filter-point.opened .filter-title,
    .filter-wrap .filter-point-2.opened .filter-title {
      color: #000; }
      /* line 2818, 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 2823, styles.scss */
    .filter-wrap .filter-point.opened .filter-body,
    .filter-wrap .filter-point-2.opened .filter-body {
      display: block; }
  /* line 2829, styles.scss */
  .filter-wrap .filter-clear {
    display: block;
    color: #959595;
    padding: 5px 0; }
    /* line 2834, styles.scss */
    .filter-wrap .filter-clear:hover {
      color: #000; }
  /* line 2839, styles.scss */
  .filter-wrap .filter-title-top,
  .filter-wrap .submit-container {
    display: none; }

/* line 2845, styles.scss */
.card-avail {
  position: relative; }
  /* line 2848, 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 2860, styles.scss */
    .card-avail .not-avail span {
      position: absolute;
      top: 30px;
      left: 30px;
      font-size: 14px;
      color: #959595; }
    /* line 2869, 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 2879, styles.scss */
.js-product-feedback {
  position: relative;
  display: none; }
  /* line 2883, 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 2892, styles.scss */
    .js-product-feedback .inp-text::placeholder {
      color: #000; }
  /* line 2897, 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 2907, styles.scss */
    .js-product-feedback .success > div {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translate(0, -50%); }
  /* line 2916, styles.scss */
  .js-product-feedback.active {
    display: block; }
    /* line 2919, styles.scss */
    .js-product-feedback.active + button {
      display: none; }
  /* line 2925, styles.scss */
  .js-product-feedback.error .inp-text {
    border-color: #ff8787; }
  /* line 2931, styles.scss */
  .js-product-feedback.done .success {
    display: block; }

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

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

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

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

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

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

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

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

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

  /* line 3072, styles.scss */
  .modal-close {
    display: block;
    padding: 10px;
    margin: -10px -10px 0 0; } }
