@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 rgba(0,0,0,0);
  &: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; }

/*.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 */
.new-cart-link {
  position: relative;
  display: inline-block;
  color: #000000;
  transition: color 0.2s ease; }

/* line 263, styles.scss */
.header-menu-link a:hover,
.new-cart-link:hover {
  color: #888888;
  /* Плавный серый ховер для всех иконок разом */ }

/* line 267, styles.scss */
.new-cart-count {
  position: absolute;
  top: -7px;
  /* Сдвиг наверх, подбирай под визуал */
  right: -9px;
  /* Сдвиг вправо, чтобы перекрывал иконку */
  background: #000000;
  color: #ffffff;
  font-family: "GothamPro", sans-serif;
  font-size: 10px;
  font-weight: bold;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  /* Превращает квадрат в идеальный круг */
  /* Идеальное центрирование цифры внутри круга */
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1; }

/* line 286, styles.scss */
.new-cart-count:empty,
.new-cart-count[data-cartman-items-count="0"],
.new-cart-count-zero {
  display: none !important; }

/* line 291, styles.scss */
.footer-phone-link {
  position: fixed;
  bottom: 82px;
  right: 20px;
  z-index: 1000;
  display: inline-block;
  line-height: 0;
  transition: opacity 0.4s; }
  /* line 299, styles.scss */
  .footer-phone-link:hover {
    opacity: 0.7; }

/* line 303, styles.scss */
.footer-phone-icon {
  width: 64px;
  height: 64px; }

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

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

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

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

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

/* line 336, styles.scss */
.main-blocks {
  padding-bottom: 30px; }
  /* line 338, styles.scss */
  .main-blocks .row {
    margin: 0 -20px; }
    /* line 340, styles.scss */
    .main-blocks .row .cell {
      padding: 0 20px; }
      /* line 342, styles.scss */
      .main-blocks .row .cell:nth-child(1) {
        width: 40%; }
      /* line 345, styles.scss */
      .main-blocks .row .cell:nth-child(2) {
        width: 60%; }
      /* line 348, styles.scss */
      .main-blocks .row .cell.cell-long {
        width: 100%; }
        /* line 350, styles.scss */
        .main-blocks .row .cell.cell-long + .cell {
          width: 50%; }
          /* line 352, styles.scss */
          .main-blocks .row .cell.cell-long + .cell + .cell {
            width: 50%; }
  /* line 359, styles.scss */
  .main-blocks .item-block {
    margin-bottom: 72px; }
    /* line 361, styles.scss */
    .main-blocks .item-block img {
      width: 100%; }
  /* line 365, styles.scss */
  .main-blocks .item-block-info {
    padding-top: 36px;
    max-width: 505px; }
  /* line 369, styles.scss */
  .main-blocks .item-block-title {
    font-size: 22px;
    margin-bottom: 16px; }

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

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

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

/* line 395, styles.scss */
.main-three {
  padding: 112px 0; }
  /* line 398, styles.scss */
  .main-three > .wrap {
    margin-bottom: 100px; }
    /* line 401, styles.scss */
    .main-three > .wrap:last-child {
      margin-bottom: 0; }
  /* line 407, styles.scss */
  .main-three .products-container .row {
    margin: 0 -15px; }
    /* line 410, styles.scss */
    .main-three .products-container .row > [class*='cell-'] {
      padding: 0 15px; }

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

/* line 426, styles.scss */
.show-products {
  color: #808080;
  font-size: 16px;
  line-height: 1;
  padding-bottom: 4px; }
  /* line 431, styles.scss */
  .show-products a {
    display: inline-flex;
    align-items: center; }
    /* line 434, styles.scss */
    .show-products a .arr {
      margin-left: 12px;
      width: 8px; }
    /* line 438, styles.scss */
    .show-products a svg {
      height: auto; }
    /* line 441, styles.scss */
    .show-products a svg path {
      transition: .4s all; }
    /* line 444, styles.scss */
    .show-products a:hover {
      color: #000; }
      /* line 446, styles.scss */
      .show-products a:hover svg path {
        fill: #000; }

/* line 452, 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 467, 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 482, styles.scss */
.product-img {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100%;
  overflow: hidden; }
  /* line 488, 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 500, styles.scss */
  .product-img:hover .product-img-overlay {
    opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 641, styles.scss */
.footer-right {
  width: 100%;
  max-width: 686px;
  padding-right: 0; }
  /* line 645, styles.scss */
  .footer-right li a {
    display: inline-block;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    margin-bottom: -1px; }
    /* line 649, styles.scss */
    .footer-right li a:hover {
      border-bottom: 1px solid #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 762, styles.scss */
.search_widget {
  width: 100%; }
  /* line 764, styles.scss */
  .search_widget .inpt-group {
    position: relative;
    border: 7px solid #000;
    border-right: 0;
    height: 82px; }
    /* line 769, styles.scss */
    .search_widget .inpt-group input {
      border: 0;
      height: 100%;
      width: 100%;
      font-size: 30px;
      font-family: 'DecimaProBold';
      color: #000; }
    /* line 777, styles.scss */
    .search_widget .inpt-group:before {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      top: 0;
      width: 7px;
      height: 27px;
      background: #000; }
    /* line 787, styles.scss */
    .search_widget .inpt-group:after {
      content: '';
      display: block;
      position: absolute;
      right: 0;
      bottom: 0;
      width: 20px;
      height: 27px;
      border: 7px solid #000;
      border-left: 0;
      border-bottom: 0; }
  /* line 800, styles.scss */
  .search_widget .search_widget-submit {
    display: none; }

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

/* line 826, styles.scss */
.main-menu-container .cell {
  padding: 0;
  width: 100%;
  max-width: 290px; }
  /* line 830, styles.scss */
  .main-menu-container .cell .main-menu-item {
    padding-right: 10px; }
  /* line 833, styles.scss */
  .main-menu-container .cell:last-child {
    max-width: 250px; }
    /* line 835, styles.scss */
    .main-menu-container .cell:last-child .main-menu-item {
      padding-right: 0; }
/* line 840, styles.scss */
.main-menu-container a {
  display: inline-block;
  border-bottom: 1px solid rgba(0, 0, 0, 0); }
  /* line 843, styles.scss */
  .main-menu-container a:hover {
    border-bottom: 1px solid #fff; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 911, styles.scss */
  .footer-bottom {
    padding-bottom: 40px; }
    /* line 913, styles.scss */
    .footer-bottom .footer-left {
      order: 2; }
    /* line 916, styles.scss */
    .footer-bottom .footer-right {
      padding: 0 0 15px; }

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

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

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

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

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

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

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

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

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

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

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

  /* line 973, styles.scss */
  .cell-ophis {
    padding-top: 147px !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 1103, styles.scss */
  .footer-top {
    padding: 30px 0; }
    /* line 1105, styles.scss */
    .footer-top .footer-right {
      padding-top: 29px; }
      /* line 1107, styles.scss */
      .footer-top .footer-right .footer-top-menu {
        display: block; }
        /* line 1109, styles.scss */
        .footer-top .footer-right .footer-top-menu li:not(:last-child) {
          margin: 0 0 16px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1284, styles.scss */
.product-gallery-container .gallery-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
/* line 1289, styles.scss */
.product-gallery-container .gallery-top {
  order: 2;
  max-width: 780px;
  width: calc(100% - 145px);
  padding: 0;
  margin: 0 0;
  border: 0; }
  /* line 1296, styles.scss */
  .product-gallery-container .gallery-top .swiper-wrapper {
    align-items: flex-start; }
/* line 1300, styles.scss */
.product-gallery-container .gallery-thumbs-wrap {
  width: 68px;
  margin: 0 0;
  height: 780px; }
  /* line 1304, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-container.gallery-thumbs {
    height: 100%!important;
    max-height: 100%; }
  /* line 1308, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .gallery-thumb {
    position: relative; }
    /* line 1310, 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 1324, styles.scss */
    .product-gallery-container .gallery-thumbs-wrap .gallery-thumb img {
      object-fit: cover!important; }
  /* line 1328, styles.scss */
  .product-gallery-container .gallery-thumbs-wrap .swiper-slide.is-active .gallery-thumb:before {
    opacity: 1; }
/* line 1332, 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 1337, styles.scss */
.product-gallery-container .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 2.5px; }
/* line 1340, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 0;
  opacity: 1;
  background: #888; }
/* line 1347, styles.scss */
.product-gallery-container .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000; }

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

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

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

/* line 1371, styles.scss */
.product-selects {
  margin: 39px 0 0px; }
  /* line 1373, styles.scss */
  .product-selects .select-product-hidden {
    display: none; }
  /* line 1376, styles.scss */
  .product-selects select {
    margin-bottom: 10px; }
    /* line 1378, 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 1388, styles.scss */
  .product-selects .option-selector {
    margin: 0 0; }
  /* line 1391, styles.scss */
  .product-selects .selectric-wrapper {
    width: 100%;
    margin-bottom: 15px; }
  /* line 1395, styles.scss */
  .product-selects .selectric .label {
    margin: 0 35px 0 25px;
    height: 48px;
    line-height: 48px; }
  /* line 1400, styles.scss */
  .product-selects .selectric .button {
    width: 13px;
    right: 22px;
    top: 21px; }
  /* line 1405, styles.scss */
  .product-selects .select-list {
    width: 100%;
    padding-bottom: 5px; }
    /* line 1408, styles.scss */
    .product-selects .select-list button {
      background: rgba(0, 0, 0, 0);
      padding: 17px 25px;
      color: #000000;
      font-size: 16px;
      display: block;
      width: 100%;
      text-align: left;
      border: 0; }
      /* line 1417, styles.scss */
      .product-selects .select-list button:hover, .product-selects .select-list button.is-active {
        background-color: #eaeaea; }
  /* line 1422, styles.scss */
  .product-selects .selectric-items li {
    padding: 17px 25px;
    color: #000000;
    font-size: 16px; }
    /* line 1426, styles.scss */
    .product-selects .selectric-items li.selected {
      display: block; }

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

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

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

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

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

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

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

/* line 1502, styles.scss */
.product-all-desc {
  padding: 92px 0;
  background-color: #f9f9f9; }
  /* line 1505, styles.scss */
  .product-all-desc .wrap {
    max-width: 1150px; }
  /* line 1508, styles.scss */
  .product-all-desc p {
    line-height: 26px; }
  /* line 1511, 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 1515, styles.scss */
  .product-all-desc h2 {
    font-size: 40px;
    margin: 28px 0; }
  /* line 1519, styles.scss */
  .product-all-desc ul, .product-all-desc li {
    list-style: initial;
    list-style-position: inside; }
  /* line 1523, styles.scss */
  .product-all-desc ul, .product-all-desc ol {
    margin: 1em 0; }

/* line 1527, styles.scss */
.section-products {
  padding: 100px 0 108px; }
  /* line 1529, styles.scss */
  .section-products .row {
    margin: 0 -1em; }
  /* line 1532, styles.scss */
  .section-products .section-title {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 52px; }
  /* line 1537, styles.scss */
  .section-products + section {
    padding-top: 20px; }
  /* line 1540, styles.scss */
  .section-products .product-brend {
    display: none; }
  /* line 1543, styles.scss */
  .section-products .card-title {
    margin-top: 0!important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1777, styles.scss */
.collection-filters-container {
  margin-bottom: 45px;
  scrollbar-width: 6px;
  /* толщина */
  flex-wrap: nowrap;
  white-space: nowrap;
  /* ползунок скроллбара */ }
  /* line 1783, styles.scss */
  .collection-filters-container ::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    /* высота для горизонтального скролла */
    background-color: #fff; }
  /* line 1790, styles.scss */
  .collection-filters-container ::-webkit-scrollbar-thumb {
    background-color: #efefef;
    border-radius: 3px; }
  /* line 1794, 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 1804, styles.scss */
    .collection-filters-container .filter div.filter-title {
      padding: 12px 45px 9px 15px;
      position: relative; }
    /* line 1808, 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 1817, styles.scss */
      .collection-filters-container .filter button.filter-toggle div {
        width: 100%;
        height: 1px;
        background: #959595; }
    /* line 1823, 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 rgba(0, 0, 0, 0);
      z-index: 9;
      display: none;
      scrollbar-face-color: #d2d2d2;
      /* Firefox 63 compatibility */
      scrollbar-track-color: #2e3645;
      /* Firefox 63 compatibility */
      scrollbar-color: #efefef rgba(0, 0, 0, 0);
      scrollbar-width: thin; }
      /* line 1838, styles.scss */
      .collection-filters-container .filter .filter-items-wrapper.is-tab-active {
        display: block;
        overflow: hidden;
        overflow-y: auto;
        max-height: 195px; }
    /* line 1845, styles.scss */
    .collection-filters-container .filter .filter-items-list.is-span .filter-item {
      display: block; }
      /* line 1847, styles.scss */
      .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span {
        display: block;
        width: 100%; }
      /* line 1851, 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 1858, styles.scss */
        .collection-filters-container .filter .filter-items-list.is-span .filter-item .filter-span-control:hover {
          color: #000;
          background-color: #eaeaea; }
      /* line 1864, 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 1872, styles.scss */
.collection-filters-scroll {
  max-width: calc(100% + 2em);
  overflow: hidden;
  overflow-x: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 2118, styles.scss */
.cart-item-remove {
  display: none;
  cursor: pointer;
  color: #959595;
  line-height: 1;
  font-size: 14px;
  border-bottom: 1px solid #959595;
  transition: .4s all;
  margin-left: auto; }
  /* line 2128, styles.scss */
  .cart-item-remove:hover {
    color: #000;
    border-bottom: 1px solid black; }

/* line 2134, styles.scss */
.cart-item-remove2 {
  display: inline-block;
  cursor: pointer;
  color: #959595;
  line-height: 0px;
  font-size: 14px;
  transition: .4s all;
  width: 100%;
  text-decoration: underline;
  text-align: center;
  transform: translateY(20px); }
  /* line 2151, styles.scss */
  .cart-item-remove2:hover {
    color: #000;
    text-decoration: none; }

@media (max-width: 640px) {
  /* line 2160, styles.scss */
  .cart-item-remove {
    display: inline-block; }

  /* line 2164, styles.scss */
  .cart-item-remove2 {
    display: none; } }
/* line 2168, styles.scss */
.quantity-controls {
  width: 105px;
  height: 30px;
  border: 1px solid #efefef;
  transition: .4s all;
  display: flex; }
  /* line 2174, styles.scss */
  .quantity-controls:hover {
    border: 1px solid #000; }
    /* line 2176, styles.scss */
    .quantity-controls:hover .quantity-input {
      color: #000; }
  /* line 2180, 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 2188, 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 2198, styles.scss */
    .quantity-controls .bttn-count > div, .quantity-controls a.bttn-count > div {
      position: relative;
      width: 10px;
      height: 10px;
      overflow: hidden; }
    /* line 2204, styles.scss */
    .quantity-controls .bttn-count:hover, .quantity-controls a.bttn-count:hover {
      background: none; }
      /* line 2206, styles.scss */
      .quantity-controls .bttn-count:hover svg, .quantity-controls a.bttn-count:hover svg {
        fill: #000; }
  /* line 2211, 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 2221, styles.scss */
.cart-item-total-price {
  font-size: 28px;
  margin: 0 5px 0 40px;
  white-space: nowrap; }

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

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

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

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

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

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

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

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

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

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

/* line 2336, styles.scss */
.cart-item-quanity {
  position: relative;
  /* Даем точку отсчета для абсолютной кнопки */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2492, styles.scss */
  .cart-item-right {
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2561, styles.scss */
  .products-similar {
    padding-top: 42px; }
    /* line 2563, styles.scss */
    .products-similar.margin {
      margin-top: 0; }
    /* line 2566, styles.scss */
    .products-similar .cart-item-left {
      flex-wrap: wrap; }
    /* line 2569, styles.scss */
    .products-similar .cart-item-img {
      min-width: 100%;
      width: 100%; }
      /* line 2572, styles.scss */
      .products-similar .cart-item-img .item-img {
        width: 100%; }
    /* line 2576, styles.scss */
    .products-similar .cart-item-img img {
      max-height: initial;
      width: 100%; }
    /* line 2580, styles.scss */
    .products-similar .cart-item-info {
      max-width: 100%;
      padding: 24px 0 50px;
      min-height: initial; }
    /* line 2585, styles.scss */
    .products-similar .cart-item {
      position: relative; }
    /* line 2588, styles.scss */
    .products-similar .cart-item-right {
      position: absolute;
      right: 10px;
      bottom: 15px; }
    /* line 2593, styles.scss */
    .products-similar .cart-item-price {
      font-size: 18px;
      position: absolute;
      left: 0px;
      bottom: 8px;
      margin: 0; }

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

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

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

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

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

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

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

/* line 2641, styles.scss */
.section-page-content {
  padding: 70px 0 106px; }
  /* line 2643, styles.scss */
  .section-page-content .wrap {
    max-width: 860px; }
  /* line 2646, styles.scss */
  .section-page-content .page-content-text {
    padding: 0 73px; }
    /* line 2648, 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 2652, styles.scss */
    .section-page-content .page-content-text h2 {
      font-size: 32px; }
    /* line 2655, styles.scss */
    .section-page-content .page-content-text h3 {
      font-size: 28px; }
    /* line 2658, styles.scss */
    .section-page-content .page-content-text img {
      margin: 0 -73px;
      width: calc(100% + 146px);
      max-width: calc(100% + 146px); }
    /* line 2663, styles.scss */
    .section-page-content .page-content-text p {
      margin: 0 0;
      line-height: 26px; }
      /* line 2666, styles.scss */
      .section-page-content .page-content-text p:not(:last-child) {
        margin-bottom: 45px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 2817, styles.scss */
  .button-show-more {
    font-size: 14px;
    line-height: 34px; } }
/* line 2823, styles.scss */
.filter-wrap {
  margin-bottom: 30px; }
  /* line 2826, 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 2835, styles.scss */
    .filter-wrap .filter-point.mob,
    .filter-wrap .filter-point-2.mob {
      display: none; }
    /* line 2839, styles.scss */
    .filter-wrap .filter-point .filter-title,
    .filter-wrap .filter-point-2 .filter-title {
      color: #959595;
      padding: 5px 0; }
      /* line 2843, styles.scss */
      .filter-wrap .filter-point .filter-title > span,
      .filter-wrap .filter-point-2 .filter-title > span {
        display: inline-block;
        vertical-align: middle; }
        /* line 2847, 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 2852, styles.scss */
      .filter-wrap .filter-point .filter-title svg,
      .filter-wrap .filter-point-2 .filter-title svg {
        width: 13px; }
    /* line 2857, 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 2867, styles.scss */
      .filter-wrap .filter-point .filter-body .checks,
      .filter-wrap .filter-point-2 .filter-body .checks {
        overflow-y: auto;
        max-height: 260px; }
        /* line 2871, 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 2874, 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 2879, 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 2885, 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 2892, 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 2897, 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 2904, 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 2907, 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 2914, 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 2918, 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 2928, 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 2937, styles.scss */
    .filter-wrap .filter-point.opened .filter-title,
    .filter-wrap .filter-point-2.opened .filter-title {
      color: #000; }
      /* line 2940, 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 2945, styles.scss */
    .filter-wrap .filter-point.opened .filter-body,
    .filter-wrap .filter-point-2.opened .filter-body {
      display: block; }
  /* line 2951, styles.scss */
  .filter-wrap .filter-clear {
    display: block;
    color: #959595;
    padding: 5px 0; }
    /* line 2956, styles.scss */
    .filter-wrap .filter-clear:hover {
      color: #000; }
  /* line 2961, styles.scss */
  .filter-wrap .filter-title-top,
  .filter-wrap .submit-container {
    display: none; }

/* line 2967, styles.scss */
.card-avail {
  position: relative; }
  /* line 2970, 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 2982, styles.scss */
    .card-avail .not-avail span {
      position: absolute;
      top: 30px;
      left: 30px;
      font-size: 14px;
      color: #959595; }
    /* line 2991, 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 3001, styles.scss */
.js-product-feedback {
  position: relative;
  display: none; }
  /* line 3005, 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 3014, styles.scss */
    .js-product-feedback .inp-text::placeholder {
      color: #000; }
  /* line 3019, 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 3029, styles.scss */
    .js-product-feedback .success > div {
      position: absolute;
      top: 50%;
      left: 0;
      right: 0;
      transform: translate(0, -50%); }
  /* line 3038, styles.scss */
  .js-product-feedback.active {
    display: block; }
    /* line 3041, styles.scss */
    .js-product-feedback.active + button {
      display: none; }
  /* line 3047, styles.scss */
  .js-product-feedback.error .inp-text {
    border-color: #ff8787; }
  /* line 3053, styles.scss */
  .js-product-feedback.done .success {
    display: block; }

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

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

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

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

  /* line 3089, styles.scss */
  .filter-wrap .filter-point {
    width: 100%;
    border-bottom: 1px solid #efefef;
    font-size: 14px;
    margin: 0; }
    /* line 3095, styles.scss */
    .filter-wrap .filter-point:last-child {
      border-bottom: 0; }
    /* line 3099, 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 3113, styles.scss */
    .filter-wrap .filter-point .filter-body {
      position: static;
      padding: 0;
      border: 0; }
      /* line 3118, styles.scss */
      .filter-wrap .filter-point .filter-body .btn-container {
        display: none; }
      /* line 3122, styles.scss */
      .filter-wrap .filter-point .filter-body .checks {
        max-height: inherit;
        margin-bottom: 20px; }
        /* line 3126, styles.scss */
        .filter-wrap .filter-point .filter-body .checks .filter-item {
          margin: 12px 0; }
    /* line 3133, styles.scss */
    .filter-wrap .filter-point.opened .filter-title {
      font-weight: 500; }

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

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

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

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

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