@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 10, theme.scss */
.advantage-text {
  color: #222222;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

/* line 19, theme.scss */
.advantage-icon {
  height: 80px;
  margin-bottom: 10px; }

/* line 24, theme.scss */
.advantage {
  padding: 55px 0; }

/* line 28, theme.scss */
.advantage-title {
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px; }

/* line 35, theme.scss */
.article-title {
  font-size: 2.5rem; }

/* line 39, theme.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 43, theme.scss */
.article-products {
  padding: 1rem 0; }

/* line 47, theme.scss */
.article_preview {
  margin-bottom: 20px;
  border: 1px solid #ccc; }

/* line 52, theme.scss */
.article_preview-title {
  color: #222222;
  font-size: 20px;
  word-break: break-word;
  text-align: left; }

/* line 59, theme.scss */
.article_preview-title a {
  text-decoration: none;
  color: #222222;
  cursor: pointer; }

/* line 65, theme.scss */
.article_preview-blog {
  color: #222222;
  font-size: 14px;
  font-weight: 300; }

/* line 71, theme.scss */
.article_preview-blog a {
  text-decoration: none;
  color: #222222;
  cursor: pointer; }

/* line 77, theme.scss */
.article_preview-inner {
  padding: 20px 20px 10px 20px; }

/* line 81, theme.scss */
.article_preview-bottom {
  padding: 10px 20px 20px 20px; }

/* line 85, theme.scss */
.article_preview-preview {
  display: block;
  color: #222222;
  font-size: 14px; }

/* line 91, theme.scss */
.article-date {
  display: block;
  color: #222222;
  margin: 0.5rem 0 1rem 0; }

/* line 97, theme.scss */
.list-link {
  text-decoration: none; }

/* line 101, theme.scss */
.aside-header a {
  text-decoration: none; }

/* line 105, theme.scss */
.aside-header h2 {
  margin-bottom: 10px; }

/* line 109, theme.scss */
.last-articles {
  margin-bottom: 20px; }

/* line 113, theme.scss */
.articles-list .list-item {
  margin-bottom: 10px; }

/* line 117, theme.scss */
#comment_form {
  max-width: 600px; }

/* line 121, theme.scss */
.card {
  margin-bottom: 16px;
  position: relative; }

/* line 126, theme.scss */
.card-info {
  position: relative; }

/* line 130, theme.scss */
.card-old_price {
  text-decoration: line-through;
  color: #555555; }

/*.card-title {
  margin-bottom: $font-size-primary;
}*/
/* line 139, theme.scss */
.stiker {
  position: absolute;
  left: 0;
  bottom: 4px;
  /*top: 10px;*/
  /*left: 10px;*/
  padding: 5px;
  background-color: white;
  color: #fff;
  z-index: 2; }

/* line 151, theme.scss */
.stiker-new {
  background-color: white;
  width: 50px;
  height: 30px; }

/* line 156, theme.scss */
.stiker-new span {
  font-size: 16px;
  display: block;
  position: absolute;
  left: 6px;
  text-align: center;
  font-weight: 500; }

/* line 164, theme.scss */
.stiker-hit {
  background-color: #144184; }

/* line 168, theme.scss */
.stiker-sale {
  background-color: white;
  width: 50px;
  height: 30px; }

/* line 174, theme.scss */
.stiker-sold {
  background-color: #000000;
  width: 50px;
  height: 30px; }

/* line 180, theme.scss */
.stiker-sale span,
.stiker-sold span {
  font-size: 16px;
  display: block;
  position: absolute;
  text-align: center;
  font-weight: bold; }

/* line 189, theme.scss */
.stiker + .stiker {
  bottom: 34px; }

/* line 193, theme.scss */
.stiker:nth-child(2) + .stiker {
  top: 100px; }

/* line 197, theme.scss */
.stiker:nth-child(3) + .stiker {
  top: 150px; }

/* line 201, theme.scss */
.item-delete {
  border: none;
  background: none;
  font-size: 25px;
  cursor: pointer;
  outline: none;
  width: 26px;
  padding: 2px; }

/* line 211, theme.scss */
.item-delete img {
  width: 100%; }

/* line 215, theme.scss */
.item-title-link {
  text-decoration: none;
  color: inherit; }

/* line 220, theme.scss */
.category-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 226, theme.scss */
.category-menu-item {
  display: block; }

/* line 230, theme.scss */
.category_menu .category_menu {
  display: none; }

/* line 234, theme.scss */
.is-button-active + .category_menu {
  display: block; }

/* line 238, theme.scss */
.category_menu-marker::after {
  content: "+";
  font-size: 20px; }

/* line 243, theme.scss */
.category_menu-marker.is-button-active::after {
  content: "-"; }

/* line 247, theme.scss */
.category_menu.level-2 {
  padding-left: 50px; }

/* line 251, theme.scss */
.collection-filter-header {
  font-size: 22px;
  line-height: 1.5; }

/* line 256, theme.scss */
.filter-items-list {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 262, theme.scss */
.filter-label {
  cursor: pointer;
  display: block;
  position: relative;
  padding-left: 20px; }

/* line 269, theme.scss */
.checkbox-field {
  display: none; }

/* line 273, theme.scss */
.filter-checkbox {
  width: 12px;
  height: 12px;
  position: absolute;
  border: 1px solid #3a4145;
  left: 0;
  top: calc(50% - 8px); }

/* line 282, theme.scss */
.checkbox-field + .filter-checkbox:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 8px;
  height: 8px;
  background-color: #3a4145;
  opacity: 0;
  -webkit-transition: opacity 200ms;
  -o-transition: opacity 200ms;
  transition: opacity 200ms; }

/* line 297, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 301, theme.scss */
.filter-items-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  -o-transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1); }

/* line 309, theme.scss */
.filter-items-wrapper.is-tab-active {
  max-height: 10000px;
  -webkit-transition: max-height 1.8s ease-in-out;
  -o-transition: max-height 1.8s ease-in-out;
  transition: max-height 1.8s ease-in-out;
  visibility: visible; }

/* line 317, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 325, theme.scss */
.filter-toggle.is-button-active {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg); }

/* line 331, theme.scss */
.filter-title {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

/* line 337, theme.scss */
.filter-title span {
  cursor: pointer; }

/* line 341, theme.scss */
.collection-filter {
  margin-bottom: 1rem; }

/* line 345, theme.scss */
.filter-items-list.is-span .filter-item,
.filter-items-list.is-color .filter-item {
  display: inline-block;
  vertical-align: top; }

/* line 351, theme.scss */
.filter-span {
  vertical-align: top; }

/* line 355, theme.scss */
.filter-span-control {
  display: inline-block;
  vertical-align: top;
  border: 1px solid color-border-primary;
  padding: 5px;
  min-width: 30px;
  text-align: center; }

/* line 364, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #144184; }

/* line 368, theme.scss */
.filter-color {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  width: 33px;
  height: 33px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 7px;
  margin-right: 2px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none; }

/* line 383, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 389, theme.scss */
input[type="checkbox"]:checked + .filter-color,
input[type="checkbox"]:checked + .filter-color[title="Белый"],
input[type="checkbox"]:checked + .filter-color[title="Прозрачный"],
input[type="checkbox"]:checked + .filter-color[title="белый"] {
  border: 1px solid #144184; }

/* line 396, theme.scss */
.collection-filter .range-slider input {
  height: 50px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  width: 100%; }

/* line 403, theme.scss */
.collection-filter .range-slider .irs-slider.from,
.collection-filter .range-slider .irs-slider.to {
  background: #144184;
  width: 17px;
  height: 15px;
  top: 26px; }

/* line 411, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

/* line 415, theme.scss */
.collection-filter .range-slider .irs-bar {
  height: 4px;
  top: 26px;
  background: #144184; }

/* line 421, theme.scss */
.collection-filter .range-slider .irs-line {
  height: 4px;
  top: 26px; }

/* line 426, theme.scss */
.collection-filter .range-slider .irs-line-mid,
.collection-filter .range-slider .irs-line-left,
.collection-filter .range-slider .irs-line-right {
  height: 4px;
  background: #f65050; }

/* line 433, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

/* line 437, theme.scss */
.collection-order.is-page-size .select-field {
  vertical-align: middle; }

/* line 441, theme.scss */
.collection-order select {
  border-color: transparent; }

/* line 445, theme.scss */
.page_size_drop-item [type="radio"]:checked + .page_size_drop-control {
  color: #144184; }

/* line 449, theme.scss */
.page_size_drop-item {
  display: block; }

/* line 453, theme.scss */
.page_size_drop-target {
  background-color: #ffffff;
  width: 100%; }

/* line 458, theme.scss */
.collection-products_count {
  margin-bottom: 10px; }

/* line 462, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  color: #144184;
  font-weight: bold; }

/* line 467, theme.scss */
.page_size-radio {
  vertical-align: bottom; }

/*  Compare table
-----------------------------------------*/
/* line 473, theme.scss */
.table.table-compare {
  position: relative; }

/* line 477, theme.scss */
.table.table-compare tr,
.table.table-compare td {
  border: none; }

/* line 482, theme.scss */
.table.table-compare td {
  padding: 20px; }

/* line 486, theme.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 491, theme.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #ccc; }

/* line 495, theme.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 499, theme.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 504, theme.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 508, theme.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 512, theme.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 516, theme.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }

  /* line 529, theme.scss */
  .table.table-compare td,
  .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 540, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 546, theme.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 553, theme.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 558, theme.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 563, theme.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 568, theme.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 575, theme.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/* line 579, theme.scss */
.dynamic_basket {
  background: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 0 2px 0px #000;
  box-shadow: 0 0 2px 0px #000; }

/* line 586, theme.scss */
.dynamic_basket-header {
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #cccccc; }

/* line 592, theme.scss */
.dynamic_basket-empty {
  padding: 1rem 0; }

/* line 596, theme.scss */
.dynamic_item {
  border-bottom: 1px solid #cccccc; }

/* line 600, theme.scss */
.dynamic_basket-drop {
  right: 0;
  width: 300px; }

/* line 605, theme.scss */
.favorite-head {
  margin-bottom: 20px; }

/* line 609, theme.scss */
.fixed_header {
  z-index: 99;
  position: fixed;
  background: #ffffff;
  top: 0;
  padding: 10px 0;
  top: -105%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: top 300ms;
  -o-transition: top 300ms;
  transition: top 300ms; }

/* line 625, theme.scss */
.fixed_header.is-enabled {
  top: 0; }
  /* line 628, theme.scss */
  .fixed_header.is-enabled .cart-widget {
    padding-top: 0px; }

/* line 633, theme.scss */
.logotype {
  height: 100px;
  display: block; }

/* line 638, theme.scss */
.hits-title {
  text-align: center;
  font-size: calc(16px * 2);
  margin-bottom: 1rem; }

/* line 644, theme.scss */
.instagram-title {
  color: #000000;
  font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 14px; }

/* line 652, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

/* line 658, theme.scss */
.main-menu.level-2 {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  margin: 0;
  padding: 20px; }

/* line 668, theme.scss */
.main-menu.level-1 {
  margin: 0;
  padding: 0;
  position: relative; }

/* line 674, theme.scss */
.main-menu-marker {
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  background-image: url("arr-down-prime.svg");
  background-repeat: no-repeat;
  -webkit-background-size: 80% 80%;
  background-size: 80%;
  background-position: 50%; }

/* line 685, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 693, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  transform: translateY(5px);
  transition: transform 300ms;
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  z-index: 99;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

/* line 700, theme.scss */
.menu-item.is-drop_anchor:hover > .menu.is-drop_target {
  overflow: visible;
  max-height: 10000px;
  transform: translateY(0px);
  display: block;
  visibility: visible;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.15); }

/* line 706, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

/* line 711, theme.scss */
.alertify .ajs-commands button.ajs-close {
  background-image: url("delete.svg");
  display: inline-block !important; }

/* line 716, theme.scss */
.alertify .ajs-commands {
  top: 20px; }

/* line 720, theme.scss */
.feedback-modal {
  position: relative;
  max-width: 450px;
  background: #fff;
  margin: auto;
  padding: 30px;
  text-align: center;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 731, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

/* line 736, theme.scss */
.feedback-row {
  margin-bottom: 1rem; }

/* line 740, theme.scss */
.feedback-field-wrap {
  max-width: 300px;
  margin: auto; }

/* line 745, theme.scss */
.feedback-field {
  width: 100%;
  font-size: 16px;
  padding: 8px 12px; }

/* line 751, theme.scss */
.form-error {
  color: red; }

/* line 755, theme.scss */
.form-done {
  color: #144184; }

/* line 759, theme.scss */
.feedback-agree {
  margin: 0.5rem auto 0.5rem; }

/* line 763, theme.scss */
.mfp-bg {
  background: rgba(11, 11, 11, 0.3); }

/* line 767, theme.scss */
.added-modal {
  max-width: 800px;
  background: #fff;
  padding: 20px;
  margin: auto;
  position: relative; }

/* line 775, theme.scss */
.added-title {
  text-align: center;
  margin-bottom: 1rem; }

/* line 780, theme.scss */
.added-content {
  text-align: center; }

/* line 784, theme.scss */
.modal-hide {
  display: none; }

/* line 788, theme.scss */
#close-njs-alert:target {
  display: none; }

/* line 792, theme.scss */
.njs-alert-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 99999;
  top: 0;
  left: 0;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8); }

/* line 806, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

/* line 816, theme.scss */
.njs-alert-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -150px;
  margin-top: -75px; }

@media (max-width: 640px) {
  /* line 825, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 834, theme.scss */
.njs-alert {
  background-color: #fff;
  width: 400px;
  height: 200px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 851, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

@media (max-width: 640px) {
  /* line 857, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 869, theme.scss */
.props {
  margin-bottom: 10px; }

/* line 873, theme.scss */
.props label {
  width: 40%;
  opacity: 0.5;
  position: relative; }

/* line 879, theme.scss */
.props label + span {
  width: 58%;
  display: inline-block; }

/* line 884, theme.scss */
.props label span {
  background: #fff;
  display: inline;
  position: relative;
  z-index: 20;
  -webkit-box-shadow: 2px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 2px 0 0 #fff, -10px 0 0 #fff; }

/* line 895, theme.scss */
.props label:after {
  content: "";
  height: 1px;
  border-bottom: 1px dashed #222222;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

/* line 905, theme.scss */
.product-old_price span {
  text-decoration: line-through;
  color: #555555;
  text-align: center; }

/* line 911, theme.scss */
.product-available:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  vertical-align: baseline;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 5px; }

/* line 924, theme.scss */
[data-product-id].is-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='11' viewBox='0 0 14 11'%3E%3Cdefs%3E%3Cpath id='r9nna' d='M1328.01 363.2l1.42-1.4 4.78 4.77-1.42 1.41zm4.78 1.96l5.78-5.78 1.42 1.41-5.78 5.78z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1327 -358%29'%3E%3Cuse fill='%235fb77a' xlink:href='%23r9nna'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 928, theme.scss */
[data-product-id].not-available .product-available:before {
  background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14' height='14' viewBox='0 0 14 14'%3E%3Cdefs%3E%3Cpath id='mbcua' d='M1253 195l2-2 3.5 3.5 3.5-3.5 2 2-3.5 3.5 3.5 3.5-2 2-3.5-3.5-3.5 3.5-2-2 3.5-3.5z'/%3E%3C/defs%3E%3Cg%3E%3Cg transform='translate%28-1251 -191%29'%3E%3Cuse fill='%23ff6058' xlink:href='%23mbcua'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E"); }

/* line 932, theme.scss */
.form-row {
  margin-bottom: 1rem; }

/* line 936, theme.scss */
.form-label {
  width: 100%;
  margin-bottom: 0.5rem; }

/* line 941, theme.scss */
.form-field {
  width: 100%; }

/* line 945, theme.scss */
.form-field.text-field.is-textarea {
  width: 100%; }

/* line 949, theme.scss */
.reviews-form {
  margin-bottom: 20px; }

/* line 953, theme.scss */
.reviews-toggle-wrapper {
  margin-bottom: 20px; }

/* line 957, theme.scss */
.form-field.text-field.is-captcha {
  margin-top: 10px; }

/* line 961, theme.scss */
.reviews-wrapper {
  max-width: 600px; }

/* line 965, theme.scss */
.reviews-item {
  padding: 5px 0;
  border-bottom: 1px solid #ccc; }

/* line 970, theme.scss */
.product_tabs {
  border-top: 1px solid #d2d2d1; }

/* line 974, theme.scss */
.tabs-box {
  padding: 1em 0px; }

/* line 978, theme.scss */
.tabs-head.tabs-head {
  position: relative;
  padding-right: 50px;
  min-height: 34px; }

/* line 984, theme.scss */
.tabs-icon {
  display: inline-block;
  height: 34px;
  position: absolute;
  right: 0;
  top: calc(50% - 25px);
  width: 41px; }

/* line 993, theme.scss */
.tabs-target {
  display: none; }

/* line 997, theme.scss */
.tabs {
  padding-top: 25px;
  margin-top: 25px;
  padding-bottom: 25px; }

/* line 1003, theme.scss */
.tabs-item {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #b4b4b4;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  outline: none;
  padding: 0 5px 8px 5px; }

/* line 1022, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #144184; }

/* line 1027, theme.scss */
.gallery-wrapper {
  position: relative; }

/* line 1031, theme.scss */
.gallery-top {
  /*border: 1px solid #f6f6f6;*/
  margin-bottom: 20px;
  padding: 10px; }

/* line 1037, theme.scss */
.gallery-wrapper .swiper-container-android .swiper-slide,
.gallery-wrapper .swiper-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1043, theme.scss */
.gallery-thumb {
  /*max-height: 100%;*/ }

/* line 1046, theme.scss */
.gallery-thumb {
  cursor: pointer;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden; }

/* line 1056, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 1086, theme.scss */
.gallery-thumb {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 1102, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  opacity: 1; }

/* line 1106, theme.scss */
.gallery-thumbs-wrap {
  position: relative; }

/* line 1110, theme.scss */
.gallery-slide {
  /*height: 488px !important;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

/* line 1135, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 486px !important; }

/* line 1140, theme.scss */
.products-slider-wrapper {
  position: relative;
  padding: 24px 0; }

/* line 1145, theme.scss */
.products-title {
  font-size: 24px; }

/* line 1149, theme.scss */
.slide-inner {
  display: block;
  position: relative; }

/* line 1154, theme.scss */
.slide-inner img {
  width: 100%; }

/* line 1158, theme.scss */
.slide-absolute {
  position: absolute;
  top: 0;
  z-index: 1;
  left: 0;
  width: 100%; }

/* line 1166, theme.scss */
.slide-content {
  padding-top: 100px; }

/* line 1170, theme.scss */
.slide-title {
  font-size: 3rem;
  color: #fff; }

/* line 1175, theme.scss */
.slide-description {
  font-size: 2rem;
  color: #fff; }

/* line 1180, theme.scss */
.quantity-input {
  width: 50px;
  text-align: center;
  padding: 4px 5px;
  vertical-align: top; }

/* line 1187, theme.scss */
.quick_view-modal {
  max-width: 1000px; }

/* line 1191, theme.scss */
.author {
  margin-bottom: 10px; }

/* line 1195, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #144184;
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0 10px;
  right: 10px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: right 0.25s ease, all 0.25s ease;
  -o-transition: right 0.25s ease, all 0.25s ease;
  transition: right 0.25s ease, all 0.25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

@media (max-width: 1200px) {
  /* line 1221, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1226, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

/* line 1230, theme.scss */
.scroll_top.is-enabled {
  opacity: 1;
  right: 25px;
  text-decoration: none; }

/* line 1236, theme.scss */
.scroll_top.is-enabled:hover,
.scroll_top.is-enabled:focus {
  text-decoration: none; }

/* line 1241, theme.scss */
.search_widget {
  position: relative; }

/* line 1245, theme.scss */
.ajax-search-results {
  position: absolute;
  top: calc(100% - 1px);
  background: #fff;
  -webkit-box-shadow: 0 1px 3px -1px #000;
  box-shadow: 0 1px 3px -1px #000;
  width: 100%;
  left: 0;
  z-index: 10;
  border: 1px solid rgba(204, 204, 204, 0.5);
  padding: 0;
  list-style: none;
  text-align: left;
  margin: 0; }

/* line 1261, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

/* line 1265, theme.scss */
.ajax-search-link {
  padding: 5px 10px;
  display: block; }

/* line 1270, theme.scss */
.ajax_search-marked {
  font-weight: bold; }

/* line 1274, theme.scss */
.social_share-title {
  font-size: 1.2rem;
  margin-bottom: 0.5rem; }

/* line 1279, theme.scss */
.social_share {
  margin: 0.5rem 0; }

/* line 1283, theme.scss */
.social_share-list a {
  color: #f65050;
  font-size: 22px;
  display: inline-block;
  vertical-align: middle; }

/* line 1290, theme.scss */
.social_share-list a:not(:last-child) {
  margin-right: 10px; }

/* line 1294, theme.scss */
.social-menu-link {
  color: inherit;
  width: 35px;
  height: 35px;
  border: 1px solid;
  display: none;
  vertical-align: top;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 5px;
  margin-bottom: 5px;
  text-align: center;
  line-height: 32px;
  background-repeat: no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 50%;
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

/* line 1316, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

/* line 1320, theme.scss */
.social-menu-link.is-vk {
  background-image: url("vk.svg");
  display: inline-block; }

/* line 1325, theme.scss */
.social-menu-link.is-facebook {
  background-image: url("facebook.svg");
  display: inline-block; }

/* line 1330, theme.scss */
.social-menu-link.is-youtube {
  background-image: url("youtube.svg");
  display: inline-block; }

/* line 1335, theme.scss */
.social-menu-link.is-instagram {
  background-image: url("instagram.svg");
  display: inline-block; }

/* line 1340, theme.scss */
.social-menu-link.is-twitter {
  background-image: url("twitter.svg");
  display: inline-block; }

/* line 1345, theme.scss */
.social-menu-link.is-t_me {
  background-image: url("t_me.svg");
  display: inline-block; }

/* line 1350, theme.scss */
.social-menu-link.is-odnoklassniki {
  background-image: url("ok-social.svg");
  display: inline-block; }

/* line 1355, theme.scss */
.social-menu-link.is-google-plus {
  background-image: url("google-plus.svg");
  display: inline-block; }

/* line 1360, theme.scss */
.social-menu.is-icon-font .social-menu-link {
  background-image: none; }

/* line 1364, theme.scss */
.settings_guide-font-primary::before {
  content: "$font-family-primary: ";
  font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1369, theme.scss */
.settings_guide-font-primary::after {
  content: "DIN Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue";
  font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue; }

/* line 1374, theme.scss */
.settings_guide-font-second::before {
  font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: "$font-family-second: "; }

/* line 1379, theme.scss */
.settings_guide-font-second::after {
  font-family: "DIN Pro", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue;
  content: "DIN Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue"; }

/* line 1384, theme.scss */
.settings_guide-font-size::before {
  font-size: 16px;
  content: "$font-size-primary: "; }

/* line 1389, theme.scss */
.settings_guide-font-size::after {
  font-size: 16px;
  content: "16px"; }

/* line 1405, theme.scss */
.settings_guide-color-background-primary:before {
  content: "$color-background-primary: "; }

/* line 1409, theme.scss */
.settings_guide-color-background-primary:after {
  background-color: #fff;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1414, theme.scss */
.settings_guide-color-text-primary:before {
  content: "$color-text-primary: "; }

/* line 1418, theme.scss */
.settings_guide-color-text-primary:after {
  background-color: #222222;
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

/* line 1423, theme.scss */
.settings_guide-color-text-gray:before {
  content: "$color-text-gray: "; }

/* line 1427, theme.scss */
.settings_guide-color-text-gray:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #555555; }

/* line 1432, theme.scss */
.settings_guide-color-link-primary:before {
  content: "$color-link-primary: "; }

/* line 1436, theme.scss */
.settings_guide-color-link-primary:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #144184; }

/* line 1441, theme.scss */
.settings_guide-color-link-secondary:before {
  content: "$color-link-secondary: "; }

/* line 1445, theme.scss */
.settings_guide-color-link-secondary:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f65050; }

/* line 1450, theme.scss */
.settings_guide-color-info:before {
  content: "$color-info: "; }

/* line 1454, theme.scss */
.settings_guide-color-info:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #E2E5EA; }

/* line 1459, theme.scss */
.settings_guide-color-success:before {
  content: "$color-success: "; }

/* line 1463, theme.scss */
.settings_guide-color-success:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #144184; }

/* line 1468, theme.scss */
.settings_guide-color-error:before {
  content: "$color-error: "; }

/* line 1472, theme.scss */
.settings_guide-color-error:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #f65050; }

/* line 1477, theme.scss */
.settings_guide-color-warning:before {
  content: "$color-warning: "; }

/* line 1481, theme.scss */
.settings_guide-color-warning:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #F2930C; }

/* line 1513, theme.scss */
.style_guide {
  padding: 0 50px; }

/* line 1516, theme.scss */
.style_guide > .row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid; }

/* line 1521, theme.scss */
pre.html {
  margin-top: 0; }

/* line 1524, theme.scss */
.guide-fill {
  background: #ccc;
  min-height: 100px;
  border: 1px solid #999;
  text-align: center;
  line-height: 100px; }

/* line 1532, theme.scss */
.style_target {
  display: none; }

/* line 1536, theme.scss */
.style_target .sticky {
  top: 100px; }

/* line 1540, theme.scss */
.option-value.is-span {
  border: 1px solid #ccc;
  background: none;
  line-height: 1.5;
  min-width: 25px;
  display: inline-block;
  vertical-align: middle;
  min-height: 25px;
  text-align: center;
  cursor: pointer;
  outline: none; }

/* line 1553, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

/* line 1557, theme.scss */
.option-selector {
  margin: 1rem 0; }

/* line 1561, theme.scss */
.top-header {
  border-bottom: 3px solid #fff;
  background: #fff; }
  /* line 1564, theme.scss */
  .top-header .man {
    background-color: #f1f1f1; }
  /* line 1567, theme.scss */
  .top-header .women {
    background-color: #fffafd; }

/* line 1571, theme.scss */
.js-city-form {
  display: none; }

/* line 1574, theme.scss */
.square {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 126px;
  height: 126px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  color: #808080;
  font-weight: 600;
  text-transform: uppercase; }

/* line 1593, theme.scss */
.logo {
  background: #000;
  padding: 14px; }

/* line 1597, theme.scss */
.city {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }
  /* line 1602, theme.scss */
  .city img {
    margin-right: 5px; }

/* line 1607, theme.scss */
.phone-place * {
  color: #000000;
  font-size: 14px;
  text-decoration: none; }
/* line 1612, theme.scss */
.phone-place .phone {
  padding-left: 14px; }

/* line 1617, theme.scss */
.phone-place {
  margin-left: auto; }

/* line 1620, theme.scss */
.search_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1627, theme.scss */
  .search_widget .ic {
    margin-right: 11px; }

/* line 1634, theme.scss */
.top-header .search_widget {
  margin-left: auto; }

/* line 1638, theme.scss */
.user_block-wrapper {
  margin-left: auto; }

/* line 1641, theme.scss */
.user_block-list {
  padding-left: 0;
  list-style-type: none;
  padding-left: 8px;
  margin: 0; }

/* line 1647, theme.scss */
.user_block-list-item {
  font-size: 14px; }
  /* line 1648, theme.scss */
  .user_block-list-item a {
    color: #000000;
    text-decoration: none; }
  /* line 1653, theme.scss */
  .user_block-list-item .red {
    color: #c41200; }

/* line 1657, theme.scss */
.user_block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1665, theme.scss */
.favorites-widget {
  margin-left: 53px; }

/* line 1670, theme.scss */
.search_widget {
  cursor: pointer; }

/* line 1673, theme.scss */
.cart-widget {
  margin-left: 53px; }
  /* line 1677, theme.scss */
  .cart-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  /* line 1682, theme.scss */
  .cart-widget .user__img {
    margin-right: 11px; }
  /* line 1685, theme.scss */
  .cart-widget [data-items_price] {
    color: #c41200; }

/* line 1690, theme.scss */
.phone-place {
  margin-left: auto; }

/* line 1693, theme.scss */
.search_widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 1700, theme.scss */
  .search_widget .ic {
    margin-right: 11px; }

/* line 1707, theme.scss */
.top-header .search_widget {
  margin-left: auto; }

/* line 1711, theme.scss */
.user_block-wrapper {
  margin-left: auto; }

/* line 1714, theme.scss */
.user_block-list {
  padding-left: 0;
  list-style-type: none;
  padding-left: 8px;
  margin: 0; }

/* line 1720, theme.scss */
.user_block-list-item {
  font-size: 14px; }
  /* line 1721, theme.scss */
  .user_block-list-item a {
    color: #000000;
    text-decoration: none; }
  /* line 1726, theme.scss */
  .user_block-list-item .red {
    color: #c41200; }

/* line 1730, theme.scss */
.user_block-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 1738, theme.scss */
.favorites-widget {
  margin-left: 53px; }

/* line 1743, theme.scss */
.search_widget {
  cursor: pointer; }

/* line 1746, theme.scss */
.cart-widget {
  margin-left: 53px; }
  /* line 1750, theme.scss */
  .cart-widget ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  /* line 1755, theme.scss */
  .cart-widget .user__img {
    margin-right: 11px; }
  /* line 1758, theme.scss */
  .cart-widget [data-items_price] {
    color: #c41200; }

/* line 1766, theme.scss */
.swiper-button-white {
  outline: none; }

/* line 1769, theme.scss */
.slide-inner {
  /*height: 700px;*/
  /*height: 466px;*/ }

/* line 1774, theme.scss */
.promo-slider-wrapper .swiper-button-white {
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7); }

/* line 1780, theme.scss */
.promo-slider-prev {
  left: 40px; }

/* line 1783, theme.scss */
.promo-slider-next {
  right: 40px; }

/* line 1786, theme.scss */
.slide-absolute {
  width: 72%;
  right: 0;
  left: initial;
  text-align: center;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
  align-self: center; }

/* line 1798, theme.scss */
.slide-title {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 6px;
  padding: 0px 100px; }

/* line 1806, theme.scss */
.slide-content {
  padding: 0;
  -ms-flex-item-align: center;
  align-self: center;
  color: #000;
  font-size: 12px;
  text-transform: uppercase; }
  /* line 1814, theme.scss */
  .slide-content .view {
    display: inline-block;
    margin-top: 54px;
    border-bottom: 4px solid #000; }

/* line 1823, theme.scss */
.right-index-top .catalog {
  padding-left: 55px;
  padding-top: 30px; }
/* line 1827, theme.scss */
.right-index-top .title {
  letter-spacing: 3.6px;
  color: #000000;
  font-family: "DIN Pro - Black";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  max-width: 150px; }

/* line 1839, theme.scss */
.catalog .title {
  margin-bottom: 16px; }
/* line 1842, theme.scss */
.catalog .title-collection {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 30px; }

/* line 1849, theme.scss */
.wrap-sub {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 40px; }
  /* line 1854, theme.scss */
  .wrap-sub a {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-decoration: none; }

/* line 1861, theme.scss */
[data-favorites-counter] {
  color: #000; }

/* line 1865, theme.scss */
.promo-slider-wrapper {
  margin-bottom: 16px; }

/* line 1870, theme.scss */
.catalog .title {
  margin-bottom: 16px; }
/* line 1873, theme.scss */
.catalog .title-collection {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 16px;
  line-height: 30px; }

/* line 1880, theme.scss */
.wrap-sub {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 10px; }
  /* line 1885, theme.scss */
  .wrap-sub a {
    font-size: 19px;
    font-weight: 800;
    font-family: "DIN Pro - Black";
    line-height: 30px;
    text-decoration: none;
    color: #000;
    letter-spacing: -0.5px; }

/* line 1895, theme.scss */
[data-favorites-counter] {
  color: #000; }

/* line 1898, theme.scss */
.wrap-sub-li {
  list-style: none; }

/* line 1901, theme.scss */
.promo-slider-wrapper {
  margin-bottom: 16px; }

/* line 1904, theme.scss */
.pr-banner {
  height: 400px; }

/* line 1908, theme.scss */
.left-index-top .relative-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-bottom: 16px; }
  /* line 1914, theme.scss */
  .left-index-top .relative-wrap .banner {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
/* line 1923, theme.scss */
.left-index-top .left-banner {
  -ms-flex-preferred-size: 57%;
  flex-basis: 57%; }
  /* line 1927, theme.scss */
  .left-index-top .left-banner .banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }
/* line 1939, theme.scss */
.left-index-top .right-banner {
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%; }
  /* line 1943, theme.scss */
  .left-index-top .right-banner .banner {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; }

/* line 1958, theme.scss */
.catalog li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 1962, theme.scss */
  .catalog li a {
    display: block; }
  /* line 1965, theme.scss */
  .catalog li:hover {
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px); }

/* line 1973, theme.scss */
.swiper-button-white {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 1978, theme.scss */
  .swiper-button-white:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* line 1984, theme.scss */
h3.products-title {
  color: #030303;
  font-size: 48px;
  font-weight: 700;
  text-transform: uppercase; }

/* line 1990, theme.scss */
h3.products-title {
  margin-bottom: 0; }

/* line 1993, theme.scss */
.card-title a {
  color: #030303;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  /* Text style for "KOSZULKA," */
  letter-spacing: 2.4px;
  text-decoration: none; }

/* line 2002, theme.scss */
.card-title {
  /*padding-left: 22px;*/ }

/* line 2005, theme.scss */
.card-title-wishlist {
  padding-left: 5px; }

/* line 2008, theme.scss */
.card {
  outline: 2px solid #fff;
  margin-top: 2px;
  /*transition: 0.3s;*/
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  /* line 2016, theme.scss */
  .card:hover {
    /*outline: 3px solid #d3d3d3;*/
    padding: 5px; }

/* line 2021, theme.scss */
.card.cards-col {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

/* line 2026, theme.scss */
.products-slider-wrapper .swiper-slide {
  padding: 3px; }

/* line 2030, theme.scss */
.card {
  padding-top: 20px; }

/* line 2033, theme.scss */
.card-title {
  position: relative;
  padding-right: 40px; }
  /* line 2036, theme.scss */
  .card-title .bttn-favorite {
    position: absolute;
    /*right: 22px;*/
    right: 10px; }

/* line 2043, theme.scss */
.card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 20px 0px;
  /*height: 40px;*/
  height: 50px; }
  /* line 2054, theme.scss */
  .card-bottom .size {
    padding-right: 20px; }

/* line 2059, theme.scss */
.card-price {
  color: #030303;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap; }

/* line 2065, theme.scss */
.card-sale_price {
  color: #dc143c;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap; }

/* line 2071, theme.scss */
.swiper-button-prev.swiper-button-black {
  outline: none;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: -15px; }
  /* line 2080, theme.scss */
  .swiper-button-prev.swiper-button-black:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* line 2086, theme.scss */
.swiper-button-next.swiper-button-black {
  outline: none;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  right: -15px; }
  /* line 2095, theme.scss */
  .swiper-button-next.swiper-button-black:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }

/* line 2101, theme.scss */
.swiper-container {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* line 2107, theme.scss */
.stock-wrap {
  border: 10px solid #030303;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative; }
  /* line 2113, theme.scss */
  .stock-wrap img {
    top: 100%;
    position: absolute;
    left: 50%;
    margin-top: -72px;
    margin-left: -146px; }
  /* line 2120, theme.scss */
  .stock-wrap .mini-title {
    color: #000000;
    font-size: 14px;
    font-weight: 400; }
  /* line 2125, theme.scss */
  .stock-wrap .count {
    color: #030303;
    font-size: 110px; }
  /* line 2129, theme.scss */
  .stock-wrap .sub-title {
    color: #030303;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 6px; }
  /* line 2136, theme.scss */
  .stock-wrap .give {
    display: inline-block;
    margin-top: 40px;
    border-bottom: 4px solid #000000; }
  /* line 2141, theme.scss */
  .stock-wrap .code-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px; }
    /* line 2153, theme.scss */
    .stock-wrap .code-wrap .code {
      border: 2px solid #030303;
      color: #000000;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase;
      padding: 5px; }
    /* line 2161, theme.scss */
    .stock-wrap .code-wrap span {
      margin-right: 10px; }

/* line 2167, theme.scss */
.cart-widget-link {
  color: #000; }

/* line 2171, theme.scss */
h3.products-title {
  margin-top: 0; }

/* line 2175, theme.scss */
.new-collection {
  border: 10px solid #c41200;
  max-width: 992px;
  margin: 0 auto;
  padding: 72px 20px;
  position: relative;
  margin-top: 36px;
  margin-bottom: 88px; }
  /* line 2183, theme.scss */
  .new-collection .content {
    text-align: center; }
  /* line 2186, theme.scss */
  .new-collection .abs {
    position: absolute; }
  /* line 2189, theme.scss */
  .new-collection .left {
    left: -90px;
    top: 50%;
    margin-top: -105px; }
  /* line 2194, theme.scss */
  .new-collection .right {
    right: -69px;
    top: 50%;
    margin-top: -111px; }
  /* line 2199, theme.scss */
  .new-collection .title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4.8px;
    max-width: 400px;
    margin: 0 auto; }
  /* line 2209, theme.scss */
  .new-collection .description {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px; }

/* line 2218, theme.scss */
.give {
  cursor: pointer; }

/* line 2223, theme.scss */
.instagram-list a {
  line-height: 0;
  position: relative; }
  /* line 2227, theme.scss */
  .instagram-list a:hover .absolute-hover-inst {
    opacity: 1; }
/* line 2232, theme.scss */
.instagram-list .absolute-hover-inst {
  padding: 30px;
  opacity: 0;
  line-height: initial;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: rgba(0, 0, 0, 0.6); }
/* line 2246, theme.scss */
.instagram-list .count {
  color: #ffffff;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 2257, theme.scss */
  .instagram-list .count img {
    width: 14px;
    height: 12px; }

/* line 2263, theme.scss */
.logo-count-like-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 2273, theme.scss */
  .logo-count-like-wrap img {
    position: relative;
    height: initial !important;
    width: initial !important;
    top: 0 !important;
    left: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important; }

/* line 2285, theme.scss */
.instagram-list .count img {
  width: 14px !important;
  height: 12px !important;
  top: 1px !important;
  margin-left: 3px; }

/* line 2292, theme.scss */
.instagram {
  background: #000;
  padding-top: 100px; }

/* line 2296, theme.scss */
.instagram-title {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  margin-bottom: 24px; }

/* line 2304, theme.scss */
.absolute-hover-inst {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  /* line 2316, theme.scss */
  .absolute-hover-inst .logo-count-like-wrap {
    min-width: 100%; }
  /* line 2319, theme.scss */
  .absolute-hover-inst .text {
    min-width: 100%;
    -ms-flex-item-align: center;
    align-self: center;
    color: #ffffff;
    font-family: "DIN Pro";
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    max-width: 300px; }
  /* line 2330, theme.scss */
  .absolute-hover-inst .view {
    display: inline-block;
    color: #ffffff;
    font-family: "DIN Pro";
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    -ms-flex-item-align: start;
    align-self: start;
    margin-bottom: 20px;
    border-bottom: 4px solid #fff; }

/* line 2346, theme.scss */
.promo-slider.swiper-container {
  opacity: 1; }

/* Новый footer */
/* line 2352, theme.scss */
.footer-blk {
  background-color: #000000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }
  @media screen and (max-width: 640px) {
    /* line 2352, theme.scss */
    .footer-blk {
      padding-top: 10px; } }
@media screen and (max-width: 640px) {
  /* line 2363, theme.scss */
  .footer-menu {
    text-align: center; } }
/* line 2369, theme.scss */
.footer-menu_title {
  color: #fff;
  font-family: "DIN Pro - Black";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  margin-bottom: 20px; }
  @media screen and (max-width: 640px) {
    /* line 2369, theme.scss */
    .footer-menu_title {
      text-align: center;
      margin-top: 30px;
      margin-bottom: 10px; } }
@media screen and (max-width: 920px) {
  /* line 2383, theme.scss */
  .footer-menu_title-mobile {
    margin-top: 40px; } }
@media screen and (max-width: 640px) {
  /* line 2383, theme.scss */
  .footer-menu_title-mobile {
    margin-top: 30px; } }
/* line 2394, theme.scss */
.footer-social_mobile {
  display: none; }
  @media screen and (max-width: 640px) {
    /* line 2394, theme.scss */
    .footer-social_mobile {
      display: block; } }
/* line 2402, theme.scss */
.footer-social_title {
  color: #fff;
  font-family: "DIN Pro - Black";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  margin-bottom: 10px;
  margin-top: 40px; }
  @media screen and (max-width: 640px) {
    /* line 2402, theme.scss */
    .footer-social_title {
      text-align: center;
      margin-top: 40px; } }
@media screen and (max-width: 640px) {
  /* line 2417, theme.scss */
  .footer-social_ico {
    text-align: center; } }
/* line 2423, theme.scss */
.footer-social i {
  width: 40px;
  text-align: center;
  font-size: 22px;
  border: 2px solid #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  margin-right: 5px;
  color: #fff; }
  /* line 2434, theme.scss */
  .footer-social i:hover {
    background: #fff;
    color: #000; }
/* line 2441, theme.scss */
.footer-address {
  color: #fff;
  font-family: "DIN Pro";
  font-size: 14px;
  position: relative; }
  @media screen and (max-width: 640px) {
    /* line 2441, theme.scss */
    .footer-address {
      text-align: center;
      margin: auto; } }
  /* line 2452, theme.scss */
  .footer-address_title {
    color: #fff;
    font-family: "DIN Pro - Black";
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.8px;
    margin-bottom: 20px; }
    @media screen and (max-width: 640px) {
      /* line 2452, theme.scss */
      .footer-address_title {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 10px; } }
  /* line 2467, theme.scss */
  .footer-address_icon {
    left: -12px;
    position: absolute; }
    @media screen and (max-width: 640px) {
      /* line 2467, theme.scss */
      .footer-address_icon {
        display: none; } }
  /* line 2479, theme.scss */
  .footer-address_phone {
    margin-top: 5px; }
    /* line 2482, theme.scss */
    .footer-address_phone a {
      text-decoration: none;
      color: #fff; }
      /* line 2486, theme.scss */
      .footer-address_phone a:hover {
        text-decoration: underline; }
  /* line 2492, theme.scss */
  .footer-address_mail {
    margin-top: 10px; }
    /* line 2495, theme.scss */
    .footer-address_mail a {
      text-decoration: none;
      color: #fff;
      font-size: 12px;
      text-transform: uppercase;
      border-bottom: 4px solid #fff; }
      /* line 2502, theme.scss */
      .footer-address_mail a:hover {
        border-bottom: 4px solid #000; }
/* line 2509, theme.scss */
.footer-subscription {
  margin-top: 40px;
  margin-right: 60px;
  cursor: pointer; }
  @media screen and (max-width: 920px) {
    /* line 2509, theme.scss */
    .footer-subscription {
      margin-right: 20px; } }
  @media screen and (max-width: 640px) {
    /* line 2509, theme.scss */
    .footer-subscription {
      margin-top: 40px;
      margin-right: 0px; } }
  /* line 2523, theme.scss */
  .footer-subscription:hover {
    text-decoration: underline; }
  /* line 2527, theme.scss */
  .footer-subscription_img {
    float: left;
    margin-right: 20px; }
    @media screen and (max-width: 640px) {
      /* line 2527, theme.scss */
      .footer-subscription_img {
        float: none;
        margin-right: 0px;
        text-align: center; } }
  @media screen and (max-width: 640px) {
    /* line 2538, theme.scss */
    .footer-subscription_title {
      text-align: center; } }
  /* line 2544, theme.scss */
  .footer-subscription_text {
    font-size: 16px; }
    @media screen and (max-width: 920px) {
      /* line 2544, theme.scss */
      .footer-subscription_text {
        font-size: 14px; } }
    @media screen and (max-width: 640px) {
      /* line 2544, theme.scss */
      .footer-subscription_text {
        font-size: 14px;
        text-align: center; } }
    /* line 2556, theme.scss */
    .footer-subscription_text span {
      text-decoration: underline; }
  /* line 2561, theme.scss */
  .footer-subscription_form {
    display: none;
    background: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin-top: 10px;
    padding: 20px 15px; }
  /* line 2571, theme.scss */
  .footer-subscription_input {
    border: 1px solid #bec3c9;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-right: 16px;
    height: 48px; }
    @media screen and (max-width: 920px) {
      /* line 2571, theme.scss */
      .footer-subscription_input {
        width: 100%; } }
  /* line 2583, theme.scss */
  .footer-subscription_button {
    position: relative;
    top: -2px;
    text-transform: uppercase;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #000000;
    color: #ffffff;
    line-height: 28px;
    font-size: 12px;
    height: 48px;
    margin-bottom: 10px; }
    @media screen and (max-width: 920px) {
      /* line 2583, theme.scss */
      .footer-subscription_button {
        margin-top: 10px;
        width: 100%; } }
/* line 2603, theme.scss */
.footer-logo {
  padding-top: 60px; }
  @media screen and (max-width: 640px) {
    /* line 2603, theme.scss */
    .footer-logo {
      text-align: center;
      padding-top: 50px; } }
  /* line 2611, theme.scss */
  .footer-logo img {
    width: 184px; }
/* line 2616, theme.scss */
.footer-copyright {
  font-size: 14px;
  padding-top: 10px; }
  @media screen and (max-width: 640px) {
    /* line 2616, theme.scss */
    .footer-copyright {
      text-align: center; } }

/* END Новый footer */
/* line 2628, theme.scss */
footer .top-footer {
  background-color: #000000;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px; }

/* line 2635, theme.scss */
.footer_menu-title {
  color: #fff;
  font-family: "DIN Pro - Black";
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2.8px;
  margin-bottom: 20px; }

/* line 2643, theme.scss */
.footer_menu-link {
  color: #ffffff;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 300;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block; }
  /* line 2652, theme.scss */
  .footer_menu-link:hover {
    color: #fff;
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px); }

/* line 2660, theme.scss */
.instagram-list .count span {
  height: 20px; }

/* line 2663, theme.scss */
.copy-wrap {
  padding-top: 49px; }
  /* line 2665, theme.scss */
  .copy-wrap img {
    margin-bottom: 49px;
    width: 184px; }
  /* line 2669, theme.scss */
  .copy-wrap .copy {
    color: #ffffff;
    font-family: "DIN Pro";
    font-size: 14px;
    font-weight: 400;
    text-decoration: none; }

/* line 2677, theme.scss */
.soc {
  line-height: 0;
  display: block; }

/* line 2681, theme.scss */
.bottom-footer {
  padding-bottom: 15px; }

/* line 2686, theme.scss */
footer .subscription {
  padding-top: 50px; }
  /* line 2688, theme.scss */
  footer .subscription .title {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: 4.8px; }
  /* line 2696, theme.scss */
  footer .subscription .sub-title {
    color: #000000;
    font-size: 14px;
    margin-bottom: 11px; }
  /* line 2701, theme.scss */
  footer .subscription button {
    height: 48px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #000000;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 28px; }
  /* line 2711, theme.scss */
  footer .subscription .inpt-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 39px; }
  /* line 2720, theme.scss */
  footer .subscription input {
    margin-right: 16px;
    border: 1px solid #bec3c9;
    height: 48px;
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    /* line 2726, theme.scss */
    footer .subscription input::-webkit-input-placeholder {
      color: #bec3c9;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
    /* line 2732, theme.scss */
    footer .subscription input::-moz-placeholder {
      color: #bec3c9;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
    /* line 2738, theme.scss */
    footer .subscription input::-ms-input-placeholder {
      color: #bec3c9;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
    /* line 2744, theme.scss */
    footer .subscription input::placeholder {
      color: #bec3c9;
      font-size: 12px;
      font-weight: 400;
      text-transform: uppercase; }
/* line 2752, theme.scss */
footer .address {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  position: relative;
  padding-top: 50px; }
  /* line 2759, theme.scss */
  footer .address .phone {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 14px;
    margin-top: 5px;
    display: inline-block; }
  /* line 2766, theme.scss */
  footer .address .icon {
    left: -12px;
    position: absolute; }
  /* line 2770, theme.scss */
  footer .address .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 2776, theme.scss */
  footer .address .mail a {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 12px;
    text-transform: uppercase;
    border-bottom: 4px solid #000;
    text-decoration: none;
    margin-top: 30px;
    display: inline-block; }

/* line 2789, theme.scss */
.idbi {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  /* Text style for "IDBI" */ }
  /* line 2795, theme.scss */
  .idbi a {
    color: #000000; }

/* line 2800, theme.scss */
.card {
  padding-bottom: 20px; }

/* line 2804, theme.scss */
.page-title {
  color: #030303;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 9.6px;
  margin-bottom: 3px; }

/* line 2812, theme.scss */
.breadcrumb-link {
  color: #000000;
  font-size: 14px;
  line-height: 30px; }

/* line 2817, theme.scss */
.breadcrumb-item:not(:last-child):after {
  position: relative;
  top: 1px; }

/* line 2823, theme.scss */
.wrap-for-filter .collection-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  /* line 2831, theme.scss */
  .wrap-for-filter .collection-filter > * {
    padding-left: 5px;
    padding-right: 5px; }
  /* line 2835, theme.scss */
  .wrap-for-filter .collection-filter .filter {
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative; }
/* line 2843, theme.scss */
.wrap-for-filter .filter-title {
  padding-left: 18px;
  padding-right: 12px;
  border: 1px solid #000000;
  margin-bottom: 10px;
  height: 42px;
  line-height: 36px; }
  /* line 2850, theme.scss */
  .wrap-for-filter .filter-title span {
    padding-right: 18px; }
/* line 2854, theme.scss */
.wrap-for-filter .filter-items-wrapper {
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 100;
  min-width: 100%; }
/* line 2861, theme.scss */
.wrap-for-filter .filter-toggle {
  margin: 0;
  padding: 0; }

/* line 2867, theme.scss */
.filter-toggle img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* line 2875, theme.scss */
.is-button-active .filter-toggle img {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 2883, theme.scss */
.wrap-for-filter {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-top: 10px; }

/* line 2889, theme.scss */
.wrap-for-filter {
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-top: 10px; }

/* line 2895, theme.scss */
.is-page-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 2904, theme.scss */
.collection-order select {
  height: 32px;
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
  font-size: 14px;
  padding: 0;
  padding-right: 20px;
  padding-left: 20px;
  background-image: url(sw.svg);
  background-position: calc(100% - 15px) 14px; }

/* line 2918, theme.scss */
.collection-products_count {
  margin: 0;
  color: #000000;
  font-size: 14px; }

/* line 2923, theme.scss */
.page_size-radio-control {
  width: 32px;
  height: 32px;
  border: 1px solid #b7b7b7;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #b7b7b7;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
  line-height: 29px; }

/* line 2939, theme.scss */
.is-page-size {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 2944, theme.scss */
.page_size-radio [type="radio"]:checked + .page_size-radio-control {
  background-color: #000000;
  border-color: #000;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400; }

/* line 2951, theme.scss */
.collection-order-wrapper {
  padding-bottom: 20px; }

/* line 2955, theme.scss */
.col-catalog .catalog {
  padding-left: 0; }

/* line 2961, theme.scss */
.col-catalog .catalog {
  padding-left: 0; }

/* line 2965, theme.scss */
.row.is-grid .collection-content {
  padding-right: 63px; }

/* line 2968, theme.scss */
.collection-content {
  padding-bottom: 25px; }

/* line 2971, theme.scss */
.pagination {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 2981, theme.scss */
.pagination .pagination-item .pagination-link {
  border: 0;
  color: #b7b7b7;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 400;
  padding: 0; }

/* line 2990, theme.scss */
.pagination-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/* line 3001, theme.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: 0px; }
  /* line 3003, theme.scss */
  .pagination .pagination-item + .pagination-item .del {
    margin-left: 3px; }

/* line 3007, theme.scss */
.pagination-link {
  color: #000; }
  /* line 3009, theme.scss */
  .pagination-link:hover {
    color: #000 !important;
    font-weight: 600; }

/* line 3014, theme.scss */
li.pagination-item.prev {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-right: 20px; }
  /* line 3019, theme.scss */
  li.pagination-item.prev:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* line 3025, theme.scss */
li.pagination-item.next {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px !important; }
  /* line 3030, theme.scss */
  li.pagination-item.next:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }

/* line 3036, theme.scss */
.collection-description {
  margin: 60px 0px; }

/* line 3040, theme.scss */
.pr-gal-wrap {
  -ms-flex-preferred-size: 62.5%;
  flex-basis: 62.5%;
  max-width: 62.5%; }

/* line 3045, theme.scss */
.pr-info-wrap {
  -ms-flex-preferred-size: 37.5%;
  flex-basis: 37.5%;
  max-width: 37.5%; }

/* line 3051, theme.scss */
.gallery-thumbs-wrap {
  height: 100%; }
  /* line 3053, theme.scss */
  .gallery-thumbs-wrap .swiper-container {
    height: 100%; }

/* line 3058, theme.scss */
.gallery-thumbs-wrap {
  /*max-height: 510px;*/
  max-height: 620px; }

/* line 3063, theme.scss */
.page-title.cart-title {
  margin-top: 27px;
  margin-bottom: 10px; }

/* line 3067, theme.scss */
.cart-top-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-right: 125px;
  padding-bottom: 60px; }

/* line 3077, theme.scss */
.back-catalog {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 4px solid #000; }

/* line 3085, theme.scss */
.cart-item {
  border-bottom: 1px solid #e6e6e6;
  padding: 27px 0; }
  /* line 3088, theme.scss */
  .cart-item:last-child {
    border-bottom: 0; }

/* line 3092, theme.scss */
.item-title-link {
  color: #030303;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.8px; }

/* line 3100, theme.scss */
.item-title {
  padding-left: 20px;
  padding-right: 15px; }

/* line 3104, theme.scss */
.item-variant {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 400; }

/* line 3117, theme.scss */
.item-money {
  color: #030303;
  font-size: 18px;
  font-weight: 700; }

/* line 3122, theme.scss */
.quantity-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3132, theme.scss */
.quantity-control {
  width: 100%;
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3147, theme.scss */
  .quantity-control:hover {
    background: none;
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4); }

/* line 3154, theme.scss */
.quantity-input {
  width: 32px;
  height: 32px;
  border: 1px solid #b7b7b7;
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 600; }

/* line 3163, theme.scss */
.item-total_price {
  color: #b7b7b7;
  font-size: 18px;
  font-weight: 700; }

/* line 3168, theme.scss */
.cart-item * {
  word-break: break-all; }

/* line 3172, theme.scss */
.item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3183, theme.scss */
.item-img {
  min-width: 100%; }

/* line 3187, theme.scss */
.total-cart-wrap {
  border: 10px solid #030303;
  padding: 67px 100px;
  margin-bottom: 30px; }

/* line 3192, theme.scss */
.cart-total-capture {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 400; }

/* line 3198, theme.scss */
.cart-total {
  color: #030303;
  font-family: "DIN Pro";
  font-size: 48px;
  font-weight: 700; }

/* line 3204, theme.scss */
.discounts-marker {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 400;
  max-width: 163px;
  display: block;
  margin-bottom: 19px; }

/* line 3214, theme.scss */
.discounts-wrap input {
  width: 128px;
  height: 25px;
  border: 2px solid #030303;
  margin-bottom: 17px;
  padding: 0;
  font-size: 12px;
  font-weight: 600;
  padding-left: 10px;
  padding-right: 10px; }
  /* line 3224, theme.scss */
  .discounts-wrap input::-webkit-input-placeholder {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 3231, theme.scss */
  .discounts-wrap input::-moz-placeholder {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 3238, theme.scss */
  .discounts-wrap input::-ms-input-placeholder {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
  /* line 3245, theme.scss */
  .discounts-wrap input::placeholder {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }

/* line 3254, theme.scss */
.itog {
  margin: 0 auto; }

/* line 3257, theme.scss */
.cart-submit {
  width: 130px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3265, theme.scss */
.products-title-simular {
  color: #000000;
  font-family: "DIN Pro - Black";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  margin-bottom: 21px; }

/* line 3276, theme.scss */
.products-is-cart_similar .card {
  border-top: 1px solid #e6e6e6; }
  /* line 3278, theme.scss */
  .products-is-cart_similar .card:hover {
    border-color: #fff; }

/* line 3283, theme.scss */
.card-title .bttn-favorite {
  top: 0; }

/* line 3286, theme.scss */
.bttn-favorite {
  padding: 0; }

/* line 3289, theme.scss */
.card-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  /* line 3293, theme.scss */
  .card-title a {
    padding-right: 10px; }

/* line 3297, theme.scss */
.products-is-cart_similar {
  padding-top: 30px; }

/* line 3300, theme.scss */
.notice {
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase; }

/* line 3305, theme.scss */
.notice.is-info,
.page-feedback form .is-info#thanks:not(:empty),
.page-feedback form small.is-info,
.notice.notice-info,
.page-feedback form .notice-info#thanks:not(:empty),
.page-feedback form small#thanks:not(:empty),
.page-feedback form small {
  background: #000;
  color: #fff; }

/* line 3315, theme.scss */
.advantage-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3326, theme.scss */
.advantage-text {
  text-align: left;
  margin: 0;
  color: #000000;
  font-family: "DIN Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase; }

/* line 3335, theme.scss */
.advantage-icon {
  margin: 0;
  margin-bottom: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 110px; }

/* line 3347, theme.scss */
.gallery-thumbs-wrap {
  padding: 60px 0px; }

/* line 3351, theme.scss */
.swiper-button-next.is-thumb.swiper-button-black {
  bottom: 20px;
  top: initial;
  margin: 0;
  -webkit-transform: rotate(90deg) scale(0.7);
  -ms-transform: rotate(90deg) scale(0.7);
  transform: rotate(90deg) scale(0.7);
  right: 50%;
  margin-right: -14.4px; }

/* line 3361, theme.scss */
.swiper-button-prev.is-thumb.swiper-button-black {
  top: 20px;
  margin: 0;
  -webkit-transform: rotate(90deg) scale(0.7);
  -ms-transform: rotate(90deg) scale(0.7);
  transform: rotate(90deg) scale(0.7);
  left: 50%;
  margin-left: -12.4px; }

/* line 3371, theme.scss */
.gallery-thumbs-wrap .swiper-slide {
  display: block;
  /*display: flex;*/
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*border: 1px solid #fafafa;*/ }

/* line 3384, theme.scss */
.product-content {
  padding: 33px 0px; }

/* line 3387, theme.scss */
.product-price {
  color: #030303;
  font-size: 48px;
  font-weight: 700;
  text-align: center; }

/* line 3393, theme.scss */
.product-old_price {
  color: #030303;
  font-size: 24px;
  font-weight: 700;
  text-align: center; }

/* line 3399, theme.scss */
.product-economy {
  display: none;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 450;
  width: 100%;
  text-align: center; }
  /* line 3408, theme.scss */
  .product-economy span {
    background-color: red;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px 7px; }

/* line 3416, theme.scss */
.bttn-favorite {
  margin: 0 auto;
  display: block;
  margin-bottom: 21px; }

/* line 3422, theme.scss */
.option-label {
  color: #030303;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.4px;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 17px; }
  /* line 3432, theme.scss */
  .option-label span {
    background: #fff;
    z-index: 10;
    display: inline-block;
    position: relative;
    padding: 0px 15px; }
  /* line 3439, theme.scss */
  .option-label:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background: #030303;
    top: 50%; }

/* line 3449, theme.scss */
.option-image {
  margin: 5px;
  cursor: pointer; }
  /* line 3452, theme.scss */
  .option-image span {
    text-align: center;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: block;
    color: #000000;
    font-size: 14px;
    font-weight: 400; }

/* line 3462, theme.scss */
.opt-img-wrap {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px;
  width: 71px;
  height: 71px; }

/* line 3476, theme.scss */
.img-wrap-option {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 3486, theme.scss */
.js-variants-images .opt-img-wrap:hover {
  border: 1px solid #000; }

/* line 3490, theme.scss */
.js-variants-images .no-available {
  position: relative;
  opacity: 0.6; }
  /* line 3493, theme.scss */
  .js-variants-images .no-available:hover {
    border: 1px solid #ccc; }

/* line 3497, theme.scss */
.js-variants-images .line_x {
  content: "";
  display: block;
  position: absolute;
  left: -22%;
  top: 48%;
  width: 143%;
  height: 2px;
  background: #ccc;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 3512, theme.scss */
.active .opt-img-wrap {
  border: 1px solid #000; }

/* line 3515, theme.scss */
.option {
  margin-bottom: 15px; }

/* line 3518, theme.scss */
.option-razmer {
  border-top: 1px solid #e6e6e6;
  padding-top: 20px; }

/* line 3523, theme.scss */
.option-value.is-span {
  border: 0;
  padding: 0;
  border: 0;
  margin-bottom: 0px; }
  /* line 3528, theme.scss */
  .option-value.is-span .t {
    border-bottom: 4px solid #ffffff;
    display: inline-block;
    margin-bottom: 10px; }

/* line 3535, theme.scss */
.option-value.is-span.is-active .t {
  border-color: #000;
  font-weight: 700; }

/* line 3540, theme.scss */
.dell-option {
  margin: 0px 5px; }

/* line 3543, theme.scss */
.option-razmer {
  padding-left: 20px;
  padding-right: 20px; }

/* line 3547, theme.scss */
.option-value.is-span {
  line-height: initial; }

/* line 3550, theme.scss */
.option-value.is-disabled {
  color: #b7b7b7; }

/* line 3553, theme.scss */
.dell-option {
  color: #000; }

/* line 3556, theme.scss */
.table_size {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 4px solid #000000; }

/* line 3564, theme.scss */
.table_size {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 4px solid #000000; }

/* line 3572, theme.scss */
.prod_info {
  color: #000000;
  font-size: 12px;
  font-weight: 450;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  text-align: center; }

/* line 3581, theme.scss */
.buy-wrap {
  margin-top: 39px; }

/* line 3584, theme.scss */
button.bttn-prim-buy.in-product {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #000000;
  color: #ffffff;
  font-family: "DIN Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  height: 48px;
  width: 130px;
  margin-right: 10px;
  border: 2px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3600, theme.scss */
  button.bttn-prim-buy.in-product svg {
    margin-right: 5px;
    position: relative;
    top: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 3608, theme.scss */
  button.bttn-prim-buy.in-product:hover {
    background: #fff;
    color: #000; }
    /* line 3611, theme.scss */
    button.bttn-prim-buy.in-product:hover svg * {
      fill: #000; }

/* line 3616, theme.scss */
.delivery_table {
  color: #000000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 4px solid #000000; }

/* line 3625, theme.scss */
.related_products .title {
  color: #000000;
  font-family: "DIN Pro - Black";
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  padding-top: 44px;
  padding-bottom: 22px;
  max-width: 110px; }

/* line 3638, theme.scss */
.social_share-list a {
  color: #000000;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 3644, theme.scss */
  .social_share-list a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/* line 3650, theme.scss */
.reviews-custom {
  border: 10px solid #030303;
  text-align: center;
  padding: 50px 60px 60px 60px; }
  /* line 3654, theme.scss */
  .reviews-custom .title {
    font-family: "DIN Pro - Black";
    font-weight: 400;
    letter-spacing: 2.8px;
    margin-bottom: 18px; }
  /* line 3660, theme.scss */
  .reviews-custom .star-rating-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  /* line 3669, theme.scss */
  .reviews-custom .description {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 14px;
    font-weight: 300;
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 55px; }

/* line 3680, theme.scss */
.reviews-custom {
  margin: 40px 0px; }

/* line 3683, theme.scss */
.social_share {
  margin-bottom: 45px; }

/* line 3688, theme.scss */
.reviews-custom .item-1 {
  min-width: 100%; }
/* line 3691, theme.scss */
.reviews-custom .item-2 {
  min-width: 100%;
  display: none; }

/* line 3697, theme.scss */
.review-form {
  text-align: left;
  margin-bottom: 0; }
  /* line 3700, theme.scss */
  .review-form .star-rating-wrapper {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }

/* line 3706, theme.scss */
.reviews-wrapper {
  max-width: 100%; }

/* line 3709, theme.scss */
.reviews-form {
  margin-bottom: 0; }

/* line 3712, theme.scss */
.form-field.text-field.is-textarea {
  min-height: 100px; }

/* line 3716, theme.scss */
.review-header {
  padding-top: 20px; }

/* line 3719, theme.scss */
.author {
  margin-bottom: 0; }

@media (max-width: 1270px) {
  /* line 3724, theme.scss */
  .top-header .container {
    padding-left: 0; } }
@media (max-width: 1270px) {
  /* line 3730, theme.scss */
  .favorites-widget {
    margin-left: auto;
    margin-right: auto; }

  /* line 3735, theme.scss */
  header .favorite {
    margin-left: auto; }

  /* line 3739, theme.scss */
  .cart-widget {
    margin-left: auto; } }
@media (max-width: 1024px) {
  /* line 3745, theme.scss */
  .square {
    /*width: 25%;*/
    width: 33.333333%;
    -webkit-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
    border-bottom: 3px solid #fff; }

  /* line 3755, theme.scss */
  .phone-place {
    width: 25%;
    text-align: center;
    padding-top: 20px; }

  /* line 3760, theme.scss */
  .phone-place * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 3765, theme.scss */
  a.logo.square {
    padding: 40px; }

  /* line 3768, theme.scss */
  .top-header .container {
    padding-right: 0; }

  /* line 3771, theme.scss */
  .top-header .search_widget {
    width: 25%;
    margin: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 20px; }

  /* line 3780, theme.scss */
  .user_block-wrapper {
    width: 25%;
    padding-top: 20px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 3788, theme.scss */
  header .favorite {
    padding-top: 20px;
    width: 25%;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }

  /* line 3797, theme.scss */
  .cart-widget {
    width: 25%;
    /*
		order: -1;
        height: 125px;
		border-bottom: 3px solid #fff;
		*/
    padding-top: 20px; }
    /* line 3806, theme.scss */
    .cart-widget .row {
      height: 100%; }
    /* line 3810, theme.scss */
    .cart-widget li {
      text-align: left; }

  /* line 3814, theme.scss */
  .top-header {
    padding-bottom: 20px; }

  /* line 3817, theme.scss */
  .dynamic_basket-drop {
    display: none !important; } }
@media (max-width: 768px) {
  /* line 3822, theme.scss */
  a.logo.square {
    padding: 20px; } }
/* line 3829, theme.scss */
.bttn-burger {
  margin: 0 auto;
  margin-top: 20px;
  padding: 0;
  background: transparent;
  outline: none; }
  /* line 3835, theme.scss */
  .bttn-burger img {
    margin: 0; }

@media (max-width: 500px) {
  /* line 3842, theme.scss */
  .bttn-burger {
    margin-top: 10px; }

  /* line 3845, theme.scss */
  .top-header {
    padding-bottom: 10px; }

  /* line 3848, theme.scss */
  .top-header .search_widget {
    width: 33.333333%;
    padding-top: 10px; }

  /* line 3852, theme.scss */
  .cart-widget .user__img {
    height: 22px; }

  /* line 3855, theme.scss */
  .bttn-burger img {
    height: 22px; }

  /* line 3859, theme.scss */
  .search_widget .ic {
    margin: 0;
    height: 22px; }
  /* line 3863, theme.scss */
  .search_widget .s-text {
    display: none;
    margin: 0; }

  /* line 3868, theme.scss */
  .cart-widget-link {
    display: none; }

  /* line 3874, theme.scss */
  header .favorite {
    display: none; }
  /* line 3877, theme.scss */
  header .square {
    width: 33.333333%;
    height: 50px; }

  /* line 3882, theme.scss */
  .cart-widget {
    height: initial;
    border: 0;
    padding-top: 20px;
    margin: 0;
    width: 33.333333%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: auto;
    padding-top: 10px; }

  /* line 3894, theme.scss */
  .cart-widget .user__img {
    margin: 0; }

  /* line 3897, theme.scss */
  .cell-3-500 {
    width: 33.333333%;
    max-width: 33.333333%;
    -ms-flex-preferred-size: 33.333333%;
    flex-basis: 33.333333%; }

  /* line 3904, theme.scss */
  header .phone-place {
    width: 33.333333%;
    display: none; }

  /* line 3909, theme.scss */
  a.logo.square {
    padding: 15px; }

  /* line 3912, theme.scss */
  .square {
    font-size: 12px; } }
@media (max-width: 1270px) {
  /* line 3919, theme.scss */
  .bottom-footer .container {
    padding-left: 0; }

  /* line 3923, theme.scss */
  footer .address {
    padding-left: 16px; }

  /* line 3926, theme.scss */
  footer .address .icon {
    left: 4px; } }
/* line 3931, theme.scss */
.footer_menu-link {
  padding-right: 15px; }

/* line 3934, theme.scss */
.bottom-footer {
  margin-top: -1px; }

@media (max-width: 1200px) {
  /* line 3938, theme.scss */
  footer .address {
    padding-right: 40px; }

  /* line 3941, theme.scss */
  footer .subscription {
    padding-top: 30px;
    text-align: right; }
    /* line 3944, theme.scss */
    footer .subscription * {
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }

  /* line 3950, theme.scss */
  .idbi {
    text-align: right; }

  /* line 3953, theme.scss */
  .icon-wrap-footer {
    width: 128px;
    min-width: 128px; }

  /* line 3958, theme.scss */
  .bottom-footer .row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }

  /* line 3964, theme.scss */
  .copy-wrap * {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 920px) {
  /* line 3976, theme.scss */
  .bottom-footer .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
@media (max-width: 920px) {
  /* line 3983, theme.scss */
  .cell-big-m {
    min-width: calc(100% - 128px);
    padding-left: 20px; }

  /* line 3987, theme.scss */
  footer .address {
    padding-right: 0;
    padding-left: 0; }

  /* line 3991, theme.scss */
  footer .address .top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 3996, theme.scss */
  .city {
    width: initial; }

  /* line 3999, theme.scss */
  footer .address .icon {
    position: relative;
    left: -5px; } }
@media (max-width: 640px) {
  /* line 4006, theme.scss */
  footer .top-footer {
    padding-top: 10px; }

  /* line 4009, theme.scss */
  .footer_menu-title {
    margin-bottom: 10px;
    margin-top: 30px; }

  /* line 4013, theme.scss */
  .footer_menu-wrap {
    text-align: center; }

  /* line 4016, theme.scss */
  .footer_menu-link {
    padding-right: 0;
    margin-bottom: 5px; }

  /* line 4020, theme.scss */
  .copy-wrap * {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
@media (max-width: 400px) {
  /* line 4027, theme.scss */
  footer .subscription {
    text-align: center;
    padding-left: 20px; }

  /* line 4031, theme.scss */
  footer .subscription .inpt-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 4035, theme.scss */
  footer .subscription input {
    width: 100%;
    margin: 0;
    margin-bottom: 15px; }

  /* line 4040, theme.scss */
  footer .subscription button {
    width: 100%; }

  /* line 4043, theme.scss */
  .idbi {
    text-align: center;
    padding-left: 20px; }

  /* line 4047, theme.scss */
  .bottom-footer {
    padding-bottom: 20px; } }
@media (max-width: 400px) {
  /* line 4053, theme.scss */
  .copy-wrap {
    padding-top: 40px; }
    /* line 4055, theme.scss */
    .copy-wrap img {
      margin-bottom: 20px; } }
/* line 4061, theme.scss */
.discounts-notice.notice.is-warning {
  text-transform: none;
  padding: 10px;
  font-size: 14px;
  margin: 0;
  margin-top: 20px; }

/* line 4069, theme.scss */
.products-is-cart_similar {
  margin-bottom: 20px; }

@media (max-width: 1200px) {
  /* line 4074, theme.scss */
  .products-is-cart_similar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px; }
    /* line 4082, theme.scss */
    .products-is-cart_similar > * {
      padding-left: 8px;
      padding-right: 8px; }

  /* line 4087, theme.scss */
  .products-title-simular {
    min-width: 100%;
    text-align: center;
    font-size: 20px; }

  /* line 4092, theme.scss */
  .total-cart-wrap {
    padding: 20px; }

  /* line 4095, theme.scss */
  .cart-top-wrap {
    padding-right: 0; }

  /* line 4098, theme.scss */
  .cart-top-wrap {
    padding-bottom: 20px; } }
/* line 4103, theme.scss */
.notice {
  -webkit-border-radius: 4px;
  border-radius: 4px; }

@media (max-width: 920px) {
  /* line 4108, theme.scss */
  .abs-m-del {
    position: absolute;
    right: 0px;
    top: 20px; }

  /* line 4113, theme.scss */
  .discounts-rows {
    width: 100%; } }
/* line 4117, theme.scss */
.cart-item {
  position: relative; }

/* line 4120, theme.scss */
.row.flex-between.flex-middle.discounts-row.notice.is-info {
  margin-top: 20px; }

@media (max-width: 768px) {
  /* line 4124, theme.scss */
  .products-is-cart_similar .card {
    outline: 2px solid #fff;
    margin-bottom: 20px;
    height: initial; }

  /* line 4129, theme.scss */
  .row.cart-order.flex-middle {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    padding-bottom: 20px; }

  /* line 4136, theme.scss */
  .discounts-wrap {
    margin-left: auto;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right; }

  /* line 4143, theme.scss */
  .discounts-marker {
    text-align: right; }

  /* line 4146, theme.scss */
  .discounts-wrap input {
    margin-left: auto; }

  /* line 4149, theme.scss */
  button.discounts-submit.bttn-transparent.inpt-group-addon.is-discounts {
    margin-left: auto; }

  /* line 4152, theme.scss */
  .itog {
    margin-left: 0; } }
@media (max-width: 768px) {
  /* line 4158, theme.scss */
  .advantage {
    padding: 20px 0px; }

  /* line 4161, theme.scss */
  .advantage-text {
    width: 200px;
    text-align: center; } }
@media (max-width: 600px) {
  /* line 4167, theme.scss */
  .itog {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }

  /* line 4172, theme.scss */
  .cart-submit {
    width: 100%; }

  /* line 4175, theme.scss */
  .cart-top {
    width: 100%;
    margin-bottom: 10px; }

  /* line 4179, theme.scss */
  .cart-top-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* line 4183, theme.scss */
  .back-catalog {
    text-align: right;
    margin-left: auto; } }
@media (max-width: 480px) {
  /* line 4190, theme.scss */
  .item-delete img {
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7); }

  /* line 4195, theme.scss */
  .abs-m-del {
    top: 5px; }

  /* line 4198, theme.scss */
  .item-option_name {
    font-size: 12px; }

  /* line 4201, theme.scss */
  .page-title.cart-title {
    font-size: 34px;
    margin-bottom: 20px;
    text-align: center; }

  /* line 4206, theme.scss */
  .cart-top {
    text-align: center; }

  /* line 4209, theme.scss */
  .back-catalog {
    margin-right: auto; }

  /* line 4212, theme.scss */
  .cart-total {
    font-size: 30px; }

  /* line 4215, theme.scss */
  .notice {
    font-size: 14px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
/* line 4224, theme.scss */
.option-image .no-image {
  border: 1px solid #ccc;
  padding: 5px 10px 9px; }

/* line 4229, theme.scss */
.active .no-image {
  border: 1px solid #000; }

/* line 4235, theme.scss */
.active .filter-color {
  padding: 3px;
  border: 1px solid #000;
  -webkit-background-size: 90% 90%;
  background-size: 90%; }

/* line 4243, theme.scss */
.option-values {
  text-align: center; }

/* line 4247, theme.scss */
.red-banner {
  border: 10px solid #c41200;
  position: relative;
  padding: 20px;
  padding-top: 40px;
  text-align: center;
  padding-bottom: 70px; }
  /* line 4254, theme.scss */
  .red-banner .title {
    color: #000000;
    font-family: "DIN Pro";
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    margin: 0;
    padding: 0;
    max-width: initial;
    letter-spacing: initial;
    line-height: 16px;
    margin-bottom: 22px; }
  /* line 4267, theme.scss */
  .red-banner .abs-underpants {
    position: absolute;
    max-width: 177px;
    margin-top: 5px; }

/* line 4273, theme.scss */
.table_size {
  cursor: pointer; }

/* line 4276, theme.scss */
.delivery_table {
  cursor: pointer; }

@media (max-width: 1200px) {
  /* line 4281, theme.scss */
  .products-is-cart_similar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    margin-bottom: 42px; }

  /* line 4291, theme.scss */
  .related_products .title {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding-top: 20px; }

  /* line 4297, theme.scss */
  .red-banner {
    width: 100%; }

  /* line 4300, theme.scss */
  .red-banner .abs-underpants {
    left: 50%;
    margin-left: -88px; }

  /* line 4304, theme.scss */
  .advantage {
    padding: 30px 0px; } }
@media (max-width: 768px) {
  /* line 4310, theme.scss */
  .pr-gal-wrap {
    min-width: 100%; }

  /* line 4313, theme.scss */
  .pr-info-wrap {
    padding-top: 30px;
    min-width: 100%; } }
@media (max-width: 768px) {
  /* line 4320, theme.scss */
  .page-title {
    padding-top: 0px;
    font-size: 27px;
    letter-spacing: 5px; } }
@media (max-width: 480px) {
  /* line 4328, theme.scss */
  .gallery-thumbs-wrap {
    padding: 0px 0px 0px; }

  /* line 4331, theme.scss */
  .gallery-slide {
    /*height: 300px  !important;*/ }

  /* line 4334, theme.scss */
  .swiper-button-prev.is-thumb.swiper-button-black {
    left: -22px;
    top: 50%;
    margin-top: -20px;
    margin-left: 0;
    -webkit-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7); }

  /* line 4346, theme.scss */
  .swiper-button-next.is-thumb.swiper-button-black {
    right: -22px;
    top: 50%;
    margin-top: -20px;
    -webkit-transform: rotate(0deg) scale(0.7);
    -ms-transform: rotate(0deg) scale(0.7);
    transform: rotate(0deg) scale(0.7);
    margin-right: 0; }

  /* line 4355, theme.scss */
  .product-content {
    padding-top: 10px; } }
/* line 4360, theme.scss */
.filter-items-list {
  border: 1px solid #000;
  padding: 10px; }

/* line 4364, theme.scss */
.filter-body.range-slider {
  padding: 10px;
  border: 1px solid #000;
  min-width: 200px; }

/* line 4369, theme.scss */
.filter-items-wrapper.is-tab-active {
  -webkit-box-shadow: 0px 0px 2px #000;
  box-shadow: 0px 0px 2px #000; }

/* line 4373, theme.scss */
.chkbx-control {
  border: 1px solid #000; }

/* line 4377, theme.scss */
.filter-item {
  padding: 10px 0px;
  border-top: 1px solid #868686; }
  /* line 4380, theme.scss */
  .filter-item:first-child {
    border-top: 0; }

/* line 4385, theme.scss */
.notice.is-warning,
.page-feedback form .is-warning#thanks:not(:empty),
.page-feedback form small.is-warning,
.notice.notice-warning,
.page-feedback form .notice-warning#thanks:not(:empty),
.page-feedback form small.notice-warning {
  background-color: #000000;
  border-color: #000000; }

/* line 4394, theme.scss */
.notice.is-warning a,
.page-feedback form .is-warning#thanks:not(:empty) a,
.page-feedback form small.is-warning a,
.notice.notice-warning a,
.page-feedback form .notice-warning#thanks:not(:empty) a,
.page-feedback form small.notice-warning a {
  color: #fff; }

/* line 4403, theme.scss */
.close_filter {
  margin-left: auto;
  position: relative;
  top: 3px;
  padding-right: 0 !important; }

/* line 4409, theme.scss */
.filter-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* line 4414, theme.scss */
.filter-toggle img {
  position: relative;
  top: -2px; }

/* line 4419, theme.scss */
.filters-clear {
  height: 42px;
  font-size: 11px;
  padding-left: 12px !important;
  padding-right: 12px !important; }

/* line 4425, theme.scss */
.collection-order select {
  cursor: pointer; }

/* line 4430, theme.scss */
.page_size-radio-control:hover {
  border-color: #000;
  color: #000; }

/* line 4436, theme.scss */
.filters-clear {
  margin-left: 5px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

/* line 4442, theme.scss */
.banner-a {
  display: block;
  line-height: 0;
  margin-bottom: 16px; }

/* line 4449, theme.scss */
.stock-mini .stock-wrap {
  padding-bottom: 90px;
  padding-top: 60px; }
/* line 4453, theme.scss */
.stock-mini .stock-wrap .mini-title {
  color: #000000;
  font-family: "DIN Pro";
  font-size: 14px;
  font-weight: 400;
  max-width: 140px;
  margin: 0 auto; }
/* line 4461, theme.scss */
.stock-mini .count {
  color: #030303;
  font-family: "DIN Pro";
  font-size: 90px;
  font-weight: 700; }
/* line 4467, theme.scss */
.stock-mini .stock-wrap img {
  width: 191px;
  left: 50%;
  margin-left: -85px;
  margin-top: -42px; }

/* line 4476, theme.scss */
.stock-mini {
  margin-bottom: 120px; }

/* line 4479, theme.scss */
.right-index-top.col-catalog {
  padding-bottom: 100px; }

/* line 4483, theme.scss */
.catalog li.level1 {
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0 -3px 0; }

/* line 4490, theme.scss */
.catalog .active {
  font-weight: 700; }

/* line 4495, theme.scss */
.stock-catalog {
  margin-bottom: 47px; }
  /* line 4497, theme.scss */
  .stock-catalog ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    /* line 4501, theme.scss */
    .stock-catalog ul li {
      margin-bottom: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      /* line 4511, theme.scss */
      .stock-catalog ul li:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; }
        /* line 4515, theme.scss */
        .stock-catalog ul li:hover a {
          font-weight: 400; }
    /* line 4520, theme.scss */
    .stock-catalog ul a {
      color: #000;
      text-decoration: none; }

/* line 4527, theme.scss */
a.banner-a img {
  width: 100%; }

@media (max-width: 1100px) {
  /* line 4533, theme.scss */
  .cards-row .card {
    outline: 2px solid #fff; } }
@media (max-width: 1024px) {
  /* line 4540, theme.scss */
  .row.is-grid .collection-content {
    padding-right: 10px; } }
@media (max-width: 768px) {
  /* line 4546, theme.scss */
  .is-page-size {
    margin-top: 12px; }

  /* line 4549, theme.scss */
  .collection-order {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }
@media (max-width: 768px) {
  /* line 4560, theme.scss */
  .collection-order select {
    width: 100%;
    -webkit-border-radius: 3px;
    border-radius: 3px; }

  /* line 4566, theme.scss */
  .wrap-for-filter button {
    width: 100%;
    margin-bottom: 10px; } }
/* line 4572, theme.scss */
.bttn-white {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  color: #000;
  font-weight: 700; }

/* line 4581, theme.scss */
.pdl0 {
  padding-left: 0; }

/* line 4585, theme.scss */
.absolute-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0; }

/* line 4594, theme.scss */
.banner:hover .background {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
/* line 4600, theme.scss */
.banner .background {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

/* line 4613, theme.scss */
.left-banner .absolute-content {
  max-width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px; }
/* line 4627, theme.scss */
.left-banner .text {
  margin-top: 50px;
  color: #c41200;
  font-family: "DIN Pro - Black";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  text-align: center;
  margin-bottom: 14px; }

/* line 4643, theme.scss */
.right-banner .absolute-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 80px; }

/* line 4657, theme.scss */
.right-banner {
  margin-bottom: 16px; }

/* line 4660, theme.scss */
.left-banner {
  margin-bottom: 16px; }

/* line 4664, theme.scss */
.products-is-novinki {
  margin-top: 40px; }

/* line 4668, theme.scss */
.code {
  text-align: center; }
  /* line 4670, theme.scss */
  .code .tc {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    margin: 0 !important; }

/* line 4678, theme.scss */
.stock-wrap .count {
  font-weight: 700; }

@media (max-width: 1250px) {
  /* line 4683, theme.scss */
  .pla {
    padding-left: 16px; } }
@media (max-width: 1271px) {
  /* line 4689, theme.scss */
  .left-index-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  /* line 4694, theme.scss */
  .right-index-top .catalog {
    padding-left: 0; } }
@media (max-width: 1024px) {
  /* line 4700, theme.scss */
  .left-index-top .left-banner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4704, theme.scss */
  .left-index-top .right-banner {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%; } }
@media (max-width: 1024px) {
  /* line 4711, theme.scss */
  .promo-slider-wrapper {
    margin-top: 16px; } }
@media (max-width: 1024px) {
  /* line 4717, theme.scss */
  .promo-slider-wrapper {
    margin-top: 16px; }

  /* line 4720, theme.scss */
  .right-index-top .catalog {
    padding-top: 0; } }
@media (max-width: 1024px) {
  /* line 4726, theme.scss */
  .promo-slider-wrapper {
    margin-top: 16px; } }
/* line 4732, theme.scss */
.banner .background {
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 500px) {
  /* line 4741, theme.scss */
  .left-index-top .right-banner {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 4745, theme.scss */
  .left-banner .absolute-content {
    -ms-flex-line-pack: start;
    align-content: flex-start;
    max-width: 160px; }

  /* line 4750, theme.scss */
  .left-banner .text {
    margin-top: 20px; } }
@media (max-width: 778px) {
  /* line 4756, theme.scss */
  .slide-absolute {
    width: 100%;
    text-shadow: 1px 1px 2px #000; }

  /* line 4760, theme.scss */
  .slide-inner {
    background-position: center !important; }

  /* line 4763, theme.scss */
  .slide-title {
    padding-left: 20px;
    padding-right: 20px; }

  /* line 4767, theme.scss */
  .slide-inner {
    /*height: 300px;*/ }

  /* line 4770, theme.scss */
  .promo-slider-next {
    right: 5px; }

  /* line 4773, theme.scss */
  .promo-slider-prev {
    left: 5px; }

  /* line 4776, theme.scss */
  .slide-title {
    font-size: 24px; }

  /* line 4779, theme.scss */
  .slide-content .view {
    margin-top: 30px; }

  /* line 4782, theme.scss */
  .promo-slider-wrapper .swiper-button-white {
    -webkit-transform: scale(0.4);
    -ms-transform: scale(0.4);
    transform: scale(0.4); } }
/* line 4789, theme.scss */
.card-title {
  height: 45px; }

@media (max-width: 1200px) {
  /* line 4795, theme.scss */
  .products-slider .card {
    outline: 2px solid #fff; } }
@media (max-width: 1200px) {
  /* line 4803, theme.scss */
  .hide-md .promo-slider-wrapper {
    padding-top: 16px; }

  /* line 4807, theme.scss */
  .new-collection .right {
    right: -10px;
    top: 80%; } }
@media (max-width: 1200px) {
  /* line 4814, theme.scss */
  .products-is-novinki {
    margin-top: 20px; }

  /* line 4817, theme.scss */
  .new-collection {
    margin-top: 60px; } }
@media (max-width: 1100px) and (min-width: 1024px) {
  /* line 4823, theme.scss */
  .template-is-index .stock-wrap {
    padding-bottom: 10px; }
  /* line 4826, theme.scss */
  .template-is-index .stock-wrap img {
    width: 260px;
    margin: 0 0 0 40px;
    position: relative;
    left: 0;
    margin-top: 20px; } }
@media (max-width: 1024px) {
  /* line 4838, theme.scss */
  .template-is-index .stock-wrap {
    margin-bottom: 100px; } }
@media (max-width: 768px) {
  /* line 4845, theme.scss */
  .new-collection .abs {
    display: none; }

  /* line 4848, theme.scss */
  .new-collection {
    margin-bottom: 40px; }

  /* line 4851, theme.scss */
  .products-slider-wrapper {
    padding-top: 10px; } }
@media (max-width: 1024px) {
  /* line 4856, theme.scss */
  .products-slider-wrapper {
    padding-top: 10px; } }
@media (max-width: 768px) {
  /* line 4862, theme.scss */
  .new-collection .abs {
    display: none; }

  /* line 4865, theme.scss */
  .new-collection {
    margin-bottom: 40px; }

  /* line 4868, theme.scss */
  .products-slider-wrapper {
    padding-top: 10px; }

  /* line 4871, theme.scss */
  h3.products-title {
    text-align: center; }

  /* line 4874, theme.scss */
  .recommended h3.products-title {
    font-size: 6vw; } }
@media (max-width: 1024px) {
  /* line 4879, theme.scss */
  .swiper-button-next.swiper-button-black {
    right: 5px; }

  /* line 4882, theme.scss */
  .swiper-button-prev.swiper-button-black {
    left: 5px; } }
@media (max-width: 500px) {
  /* line 4888, theme.scss */
  .new-collection .title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px; }

  /* line 4893, theme.scss */
  .template-is-index .stock-wrap img {
    width: 100%;
    left: 0;
    margin-left: 0;
    padding-left: 20px; }

  /* line 4899, theme.scss */
  .new-collection {
    margin-top: 30px; } }
/* line 4904, theme.scss */
.page-content {
  padding-bottom: 40px; }

/* line 4908, theme.scss */
iframe {
  max-width: 100%; }

/* line 4911, theme.scss */
table {
  max-width: 100%; }
  /* line 4913, theme.scss */
  table * {
    max-width: 100%; }

/* line 4918, theme.scss */
.article-content {
  padding-bottom: 40px; }

/* line 4921, theme.scss */
.list-link {
  color: #000; }

/* line 4925, theme.scss */
h1.article-title.page-title {
  margin-top: 0px; }

/* line 4929, theme.scss */
.text {
  word-break: break-all; }

/* line 4932, theme.scss */
.breadcrumb-link {
  line-height: initial; }

/* line 4935, theme.scss */
.breadcrumb {
  margin-top: 3px;
  margin-bottom: 5px; }

/* line 4941, theme.scss */
.template-is-blog .page-title {
  margin-bottom: 30px; }

/* line 4949, theme.scss */
.co-button--link:focus,
.co-button--link:hover,
.co-button--password_recover:focus,
.co-button--password_recover:hover {
  border: 2px solid; }

/* line 4956, theme.scss */
h1.co-checkout-title.co-title.co-title--h1.page-title {
  margin-top: 0; }

/* line 4960, theme.scss */
.co-button--link:focus,
.co-button--link:hover,
.co-button--password_recover:focus,
.co-button--password_recover:hover {
  border: 2px solid; }

/* line 4966, theme.scss */
.bttn-prim,
.m-modal-button--checkout,
.wrapper.fc .button,
button#create_order,
.co-button,
.picker-button,
.wrapper .back_to_shop {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 4977, theme.scss */
.co-checkout-order_form {
  margin-top: 0;
  margin-bottom: 15px; }

@media (max-width: 1024px) {
  /* line 4982, theme.scss */
  h1.co-checkout-title.co-title.co-title--h1.page-title {
    font-size: 33px; } }
@media (max-width: 480px) {
  /* line 4987, theme.scss */
  .bttn-prim,
  .m-modal-button--checkout,
  .wrapper.fc .button,
  button#create_order,
  .co-button,
  .picker-button,
  .wrapper .back_to_shop {
    margin-left: 0; } }
/* line 4998, theme.scss */
form.search_widget {
  padding: 15px 15px; }

/* line 5001, theme.scss */
.search_widget-control {
  border-color: #000;
  border: 2px solid;
  border-right: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-right: -2px; }

/* line 5010, theme.scss */
.search-result-wrap {
  padding-bottom: 40px; }
  /* line 5012, theme.scss */
  .search-result-wrap .page-title {
    padding-bottom: 20px; }

/* line 5017, theme.scss */
.js-favorite {
  margin-top: 20px; }
  /* line 5019, theme.scss */
  .js-favorite .card {
    outline: 2px solid #000;
    margin-bottom: 20px;
    height: initial; }
  /* line 5024, theme.scss */
  .js-favorite .card-price {
    margin-top: 15px; }

/* line 5029, theme.scss */
.template-card {
  position: relative; }
  /* line 5031, theme.scss */
  .template-card .bttn-favorite {
    z-index: 100;
    position: absolute;
    right: 20px;
    width: 15px; }

/* line 5038, theme.scss */
.alertify .ajs-commands button.ajs-close {
  outline: none; }

/* line 5042, theme.scss */
.template-card {
  position: relative; }
  /* line 5044, theme.scss */
  .template-card .bttn-favorite {
    z-index: 100;
    position: absolute;
    right: 20px;
    width: 15px; }

/* line 5052, theme.scss */
.alertify .ajs-body {
  padding: 0; }

/* line 5055, theme.scss */
.alertify .ajs-body {
  padding-top: 40px;
  border: 2px solid #000; }

/* line 5059, theme.scss */
.alertify .ajs-commands {
  margin-right: 12px; }

/* line 5062, theme.scss */
.menu-link {
  color: #000; }

/* line 5065, theme.scss */
.menu-marker {
  background: transparent;
  padding: 0;
  margin: 0;
  right: 0;
  position: absolute;
  top: 3px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  outline: none; }

/* line 5078, theme.scss */
.mobile_menu.menu.level-2 {
  padding-left: 8px;
  text-transform: uppercase; }

/* line 5082, theme.scss */
.mobile_menu.menu.level-3 {
  padding-left: 26px;
  text-transform: none; }

/* line 5086, theme.scss */
.mobile_menu-item {
  position: relative; }

/* line 5090, theme.scss */
button.mobile_menu-marker.menu-marker.menu-marker.is-button-active {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

/* line 5097, theme.scss */
.mobile_menu-modal .phone-place {
  border-top: 2px solid #000;
  margin-top: 20px;
  padding-top: 20px;
  width: 100%; }

/* line 5106, theme.scss */
.mobile_menu-modal .user_block-wrapper {
  width: 100%;
  text-align: left;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 5116, theme.scss */
.mobile_menu-modal .favorites-widget {
  margin-top: 10px;
  border-top: 2px solid #000;
  padding-top: 20px; }
  /* line 5120, theme.scss */
  .mobile_menu-modal .favorites-widget span {
    color: #000;
    margin-left: 4px; }

/* line 5128, theme.scss */
.mobile_menu-modal .user_block-wrapper {
  border-top: 2px solid #000;
  padding-top: 20px;
  margin-top: 20px;
  padding-bottom: 10px; }

/* line 5135, theme.scss */
#cart-add {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 5139, theme.scss */
  #cart-add .fancybox-close-small {
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    padding: 5px;
    width: 25px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    padding: 0px; }
    /* line 5149, theme.scss */
    #cart-add .fancybox-close-small svg {
      fill: #000; }

/* line 5154, theme.scss */
.added-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 20px; }

/* line 5160, theme.scss */
.added-content .bttn-white {
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  text-transform: uppercase; }

/* line 5168, theme.scss */
.bttn-white {
  padding: 10px;
  display: block;
  margin-bottom: 5px;
  outline: none;
  font-size: 20px;
  opacity: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 5178, theme.scss */
  .bttn-white:hover {
    color: #fff;
    background: #000; }

/* line 5183, theme.scss */
.bttn-second {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

/* line 5189, theme.scss */
#table-size {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px; }
  /* line 5190, theme.scss */
  #table-size .fancybox-close-small {
    border: 2px solid #000;
    border-top: 0;
    border-right: 0;
    padding: 5px;
    width: 25px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 25px;
    padding: 0px;
    background: #fff; }
    /* line 5201, theme.scss */
    #table-size .fancybox-close-small svg {
      fill: #000; }
  /* line 5208, theme.scss */
  #table-size .js-accordion-item {
    background: none;
    border: 2px solid #000;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    margin-bottom: 5px;
    outline: none;
    font-weight: 700; }
  /* line 5218, theme.scss */
  #table-size .tabs {
    margin: 0;
    padding: 0;
    padding: 20px 0px 0px; }

@media (max-width: 350px) {
  /* line 5226, theme.scss */
  #table-size .js-accordion-item {
    font-size: 14px; } }
/* line 5231, theme.scss */
.collection-filter .range-slider .irs-bar {
  background: #000; }

/* line 5235, theme.scss */
.js-delivery {
  min-width: 100%;
  border-top: 1px solid #000;
  text-align: right;
  margin-top: 20px;
  padding-top: 5px; }
  /* line 5241, theme.scss */
  .js-delivery .di {
    margin-top: 10px;
    display: inline-block; }

/* line 5246, theme.scss */
.itog {
  margin-right: 0;
  margin-right: 69px;
  position: relative;
  top: 10px; }

/* line 5252, theme.scss */
.row.cart-order {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

/* line 5261, theme.scss */
.dt {
  margin-left: 5px;
  color: #ea9e9e;
  font-size: 20px; }

@media (min-width: 1200px) {
  /* line 5267, theme.scss */
  .total-cart-wrap {
    padding-left: 100px;
    padding-right: 100px; } }
/* line 5272, theme.scss */
.row.cart-order {
  padding-left: 100px; }

@media (max-width: 768px) {
  /* line 5276, theme.scss */
  .row.cart-order {
    width: 100%; }

  /* line 5279, theme.scss */
  .row.cart-order {
    padding: 0; }
    /* line 5281, theme.scss */
    .row.cart-order .wrap {
      width: 100%; }

  /* line 5285, theme.scss */
  .itog {
    margin-left: auto; } }
@media (max-width: 600px) {
  /* line 5290, theme.scss */
  .cart-total {
    margin: 0; }

  /* line 5293, theme.scss */
  .itog {
    margin-right: 0;
    padding-top: 20px; }

  /* line 5297, theme.scss */
  .js-delivery {
    text-align: center; }

  /* line 5300, theme.scss */
  .dt {
    display: block;
    width: 100%; } }
/* line 5306, theme.scss */
.footer_menu-link {
  color: #fff; }

/* line 5310, theme.scss */
.opt-img-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto; }
  /* line 5319, theme.scss */
  .opt-img-wrap img {
    height: initial;
    width: initial;
    max-height: initial;
    max-width: initial; }

/* line 5326, theme.scss */
.mw71 {
  max-width: 71px; }

@media (min-width: 420px) and (max-width: 500px) {
  /* line 5333, theme.scss */
  .template-is-index .stock-wrap img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin-top: -100px; } }
@media (min-width: 340px) and (max-width: 420px) {
  /* line 5342, theme.scss */
  .template-is-index .stock-wrap img {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    margin-top: -90px; } }
/* line 5351, theme.scss */
.ajs-content .filter-items-wrapper.is-tab-active {
  -webkit-box-shadow: none;
  box-shadow: none; }
/* line 5355, theme.scss */
.ajs-content .filter-toggle {
  padding: 0;
  position: absolute;
  right: 0;
  margin-top: 3px; }
/* line 5361, theme.scss */
.ajs-content .filter {
  padding-top: 10px;
  position: relative; }
  /* line 5364, theme.scss */
  .ajs-content .filter .filter-title {
    padding-bottom: 10px; }

/* line 5369, theme.scss */
.alertify .ajs-body .ajs-content {
  padding-right: 20px; }

@media (max-width: 480px) {
  /* line 5374, theme.scss */
  #captcha_challenge {
    width: 100%;
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }

  /* line 5380, theme.scss */
  .reviews-custom {
    padding: 20px; }

  /* line 5383, theme.scss */
  .g-recaptcha {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%; }

  /* line 5389, theme.scss */
  .g-recaptcha > div {
    width: 100% !important; }

  /* line 5392, theme.scss */
  .reviews-custom .star-rating-wrapper {
    margin-bottom: 10px; } }
/* line 5396, theme.scss */
button {
  outline: none; }

/* line 5401, theme.scss */
.square:hover {
  -webkit-box-shadow: inset 0px 0px 2px #888888;
  box-shadow: inset 0px 0px 2px #888888; }

/* line 5406, theme.scss */
a.logo.square {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

/* line 5414, theme.scss */
div#search_widget {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 5420, theme.scss */
button.fancybox-button.fancybox-close-small {
  border: 2px solid #000;
  border-top: 0;
  border-right: 0;
  padding: 5px;
  width: 25px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  height: 25px;
  padding: 0px; }

/* line 5433, theme.scss */
.option-image span {
  word-break: break-all; }

/* line 5438, theme.scss */
.item-option_name {
  display: inline; }

/* line 5442, theme.scss */
.fixed_header {
  padding: 0; }
  /* line 5444, theme.scss */
  .fixed_header a.logo.square {
    padding: 13px; }
  /* line 5447, theme.scss */
  .fixed_header .square {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 33px;
    line-height: 10px;
    font-size: 12px;
    color: #808080;
    font-weight: 400; }
  /* line 5457, theme.scss */
  .fixed_header a.square.women {
    background-color: #fffafd; }
  /* line 5461, theme.scss */
  .fixed_header a.square.man {
    background-color: #f1f1f1; }

/* line 5466, theme.scss */
.fixed_header {
  border-bottom: 2px solid #fff; }
  /* line 5468, theme.scss */
  .fixed_header .phone-place {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 5476, theme.scss */
  .fixed_header .phone-place .phone {
    white-space: nowrap; }

/* line 5481, theme.scss */
.fixed_header .phone-place {
  margin-right: auto; }
/* line 5484, theme.scss */
.fixed_header .phone-place .phone {
  white-space: nowrap; }
/* line 5487, theme.scss */
.fixed_header .s-text {
  position: relative;
  top: -1px; }
/* line 5491, theme.scss */
.fixed_header .city-name {
  position: relative;
  top: -2px; }
/* line 5495, theme.scss */
.fixed_header .city img {
  top: -1px;
  position: relative; }
/* line 5499, theme.scss */
.fixed_header .phone-place .phone {
  position: relative;
  top: -1.5px; }

/* line 5508, theme.scss */
.fixed_header .search_widget {
  margin-right: auto; }
/* line 5511, theme.scss */
.fixed_header .user_block-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 5517, theme.scss */
.fixed_header .user_block-list-item:first-child {
  margin-right: 10px; }

/* line 5524, theme.scss */
.fixed_header .user_block-wrapper {
  margin-right: auto; }
/* line 5527, theme.scss */
.fixed_header .favorite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto; }
/* line 5536, theme.scss */
.fixed_header .favorites-widget {
  margin-left: 0; }

/* line 5540, theme.scss */
.fixed_header .search_widget {
  margin-left: auto; }

/* line 5545, theme.scss */
.fixed_header .hh {
  height: 100%; }
/* line 5548, theme.scss */
.fixed_header .user_block-list-item a {
  position: relative;
  top: -1px; }

@media (max-width: 1024px) {
  /* line 5556, theme.scss */
  .fixed_header .square {
    width: 10%; }
  /* line 5559, theme.scss */
  .fixed_header .phone-place {
    width: initial;
    padding-top: 0; }
  /* line 5563, theme.scss */
  .fixed_header .user_block-wrapper {
    width: initial; }
  /* line 5566, theme.scss */
  .fixed_header .cart-widget {
    width: initial;
    height: initial;
    border: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 5574, theme.scss */
  .fixed_header .user_block-wrapper {
    padding-top: 0; }
  /* line 5577, theme.scss */
  .fixed_header .square {
    border: 0; } }
/* line 5582, theme.scss */
.fixed_header a.logo.square {
  padding: 0px 13px; }

/* line 5585, theme.scss */
.fixed_header .phone-place .phone {
  position: relative;
  top: 0px; }

@media (max-width: 920px) {
  /* line 5591, theme.scss */
  .fixed_header .city {
    display: none; }

  /* line 5595, theme.scss */
  .fixed_header .phone-place .phone {
    padding-left: 0; }

  /* line 5599, theme.scss */
  .fixed_header .square {
    width: 25%; }
  /* line 5602, theme.scss */
  .fixed_header .phone-place {
    display: none; }
  /* line 5605, theme.scss */
  .fixed_header .search_widget {
    display: none; }
  /* line 5608, theme.scss */
  .fixed_header .user_block-wrapper {
    display: none; }

  /* line 5612, theme.scss */
  .fixed_header .favorite {
    width: 20%;
    display: none;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 5620, theme.scss */
  .fixed_header .favorites-widget {
    margin-left: auto; }

  /* line 5623, theme.scss */
  .fixed_header .cart-widget {
    margin-right: auto; }

  /* line 5627, theme.scss */
  .fixed_header .container {
    padding-right: 0; } }
/* line 5633, theme.scss */
.fixed_header .container {
  padding-left: 0; }

/* line 5637, theme.scss */
.fixed_header .user_block-wrapper {
  margin-left: auto; }

@media (max-width: 500px) {
  /* line 5642, theme.scss */
  .fixed_header .cart-widget {
    padding-top: 0px; }

  /* line 5646, theme.scss */
  .fixed_header .cart-widget .user__img {
    width: 13px;
    height: 13px; } }
@media (max-width: 768px) {
  /* line 5653, theme.scss */
  .fixed_header .bttn-burger {
    position: relative;
    left: -5px;
    top: -2px; }

  /* line 5658, theme.scss */
  .fixed_header .hh {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  /* line 5663, theme.scss */
  .fixed_header a.logo.square {
    display: none; }

  /* line 5666, theme.scss */
  .fixed_header .container {
    padding-right: 20px;
    padding-right: 20px; }

  /* line 5670, theme.scss */
  .fixed_header a.square.women {
    display: none; }

  /* line 5673, theme.scss */
  .fixed_header .cart-widget {
    margin: 0 auto; }

  /* line 5676, theme.scss */
  .fixed_header .cart-widget {
    margin-right: 0; }

  /* line 5679, theme.scss */
  .fixed_header a.square.man {
    display: none; }

  /* line 5683, theme.scss */
  .fixed_header .cart-widget-link {
    display: block;
    margin-left: 5px; }
  /* line 5687, theme.scss */
  .fixed_header .bttn-burger {
    margin: 0; }
    /* line 5689, theme.scss */
    .fixed_header .bttn-burger img {
      height: 20px;
      margin-top: 5px; }

  /* line 5695, theme.scss */
  .fixed_header .container {
    padding-left: 20px; } }
/* line 5700, theme.scss */
.fixed_header {
  z-index: 102; }

/* line 5704, theme.scss */
.wrap-for-filter {
  position: relative; }

/* line 5709, theme.scss */
.filter.left .filter-items-wrapper {
  right: 5px; }

/* line 5714, theme.scss */
.wrap-for-filter .filter-title.is-button-active {
  -webkit-box-shadow: 0px 0px 3px #000;
  box-shadow: 0px 0px 3px #000; }

/* line 5720, theme.scss */
.wrap-for-filter .filter-items-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
/* line 5727, theme.scss */
.wrap-for-filter .filter-item {
  border: 0;
  width: 25%;
  padding: 10px;
  border-right: 1px solid #000; }
  /* line 5732, theme.scss */
  .wrap-for-filter .filter-item:nth-child(4n) {
    border-right: 0; }

/* line 5738, theme.scss */
.ajs-content .filter-items-wrapper {
  max-width: 100% !important; }
/* line 5741, theme.scss */
.ajs-content .filter-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
/* line 5746, theme.scss */
.ajs-content .close_filter {
  margin-left: auto; }
/* line 5749, theme.scss */
.ajs-content .filters-clear {
  margin-left: 0;
  width: 100%;
  margin-top: 20px; }

/* line 5755, theme.scss */
.co-section--content_wrapper {
  max-width: 1320px; }

/* line 5758, theme.scss */
.co-section--checkout_header {
  padding-bottom: 20px;
  padding-top: 40px; }

@media (max-width: 480px) {
  /* line 5764, theme.scss */
  .co-form-controls {
    margin: 0; } }
/* line 5768, theme.scss */
.co-section--checkout_content {
  max-width: 1319px; }

/* line 5772, theme.scss */
.template-card {
  height: 100%; }
  /* line 5774, theme.scss */
  .template-card .stiker {
    top: -20px;
    left: -0px;
    bottom: 0;
    top: initial;
    background: rgba(0, 0, 0, 0.3); }
  /* line 5781, theme.scss */
  .template-card .card-old_price {
    margin-left: 20px;
    margin-top: 20px; }

/* line 5787, theme.scss */
.right-index-top .catalog {
  padding-left: 0; }

/* line 5790, theme.scss */
a.title-collection {
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 5795, theme.scss */
  a.title-collection:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-weight: 700;
    display: block;
    -webkit-transform: translatex(10px);
    -ms-transform: translatex(10px);
    transform: translatex(10px); }

/* line 5807, theme.scss */
.promo-slider-wrapper {
  margin-bottom: 4px; }

/* line 5811, theme.scss */
.women .wrap-sub {
  margin-bottom: 20px; }

/* line 5816, theme.scss */
.slide-inner {
  background-repeat: no-repeat !important;
  -webkit-background-size: contain !important;
  background-size: contain !important;
  background-position: center !important; }

/* line 5823, theme.scss */
.cell-1.sku {
  max-width: 9.33333%;
  -ms-flex-preferred-size: 9.33333%;
  flex-basis: 9.33333%; }

/* line 5828, theme.scss */
.cell-1.buy {
  max-width: 12.33333%;
  -ms-flex-preferred-size: 12.33333%;
  flex-basis: 12.33333%; }

/* line 5833, theme.scss */
.title-horizont {
  border: 1px solid #000;
  border-bottom: 0px; }

/* line 5837, theme.scss */
.card-horizont .bttn-prim {
  white-space: nowrap;
  display: block;
  padding: 2px; }

/* line 5842, theme.scss */
.cell-1.price3 {
  max-width: 10.33333%;
  -ms-flex-preferred-size: 10.33333%;
  flex-basis: 10.33333%; }

/* line 5847, theme.scss */
.color.cell- {
  max-width: 12.33333%;
  -ms-flex-preferred-size: 12.33333%;
  flex-basis: 12.33333%; }

/* line 5852, theme.scss */
.avail.cell- {
  max-width: 7.33333%;
  -ms-flex-preferred-size: 7.33333%;
  flex-basis: 7.33333%; }

/* line 5858, theme.scss */
.cell-.price {
  max-width: 10.33333%;
  -ms-flex-preferred-size: 10.33333%;
  flex-basis: 10.33333%; }

/* line 5863, theme.scss */
.cell-.price2 {
  max-width: 10.33333%;
  -ms-flex-preferred-size: 10.33333%;
  flex-basis: 10.33333%; }

/* line 5868, theme.scss */
.cell-.price3 {
  max-width: 10.3333%;
  -ms-flex-preferred-size: 10.3333%;
  flex-basis: 10.3333%; }

/* line 5873, theme.scss */
.card-horizont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: initial !important;
  border: 2px solid #000;
  margin-bottom: 10px;
  font-size: 12px; }
  /* line 5881, theme.scss */
  .card-horizont .quantity-input {
    border: 0;
    position: relative;
    top: -2px; }
  /* line 5886, theme.scss */
  .card-horizont .card-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  /* line 5897, theme.scss */
  .card-horizont * {
    word-wrap: break-word; }
  /* line 5900, theme.scss */
  .card-horizont [data-quantity-change="1"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 5905, theme.scss */
  .card-horizont [data-quantity-change="-1"] {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 5911, theme.scss */
  .card-horizont .quantity-controls {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    top: 50%;
    left: 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
  /* line 5925, theme.scss */
  .card-horizont .card-image {
    -ms-flex-item-align: start;
    align-self: flex-start; }
    /* line 5928, theme.scss */
    .card-horizont .card-image a {
      display: block;
      z-index: 2;
      position: relative;
      padding-right: 1px; }
  /* line 5935, theme.scss */
  .card-horizont form {
    position: relative; }
    /* line 5938, theme.scss */
    .card-horizont form [class*="cell-"]:after {
      content: "";
      display: block;
      width: 1px;
      background: #000;
      position: absolute;
      top: 0;
      bottom: 0;
      height: 100%;
      margin-left: -1px; }
  /* line 5952, theme.scss */
  .card-horizont .card-image {
    line-height: 0; }
  /* line 5955, theme.scss */
  .card-horizont .title {
    padding: 10px; }
  /* line 5958, theme.scss */
  .card-horizont form {
    border-bottom: 1px solid #000; }
    /* line 5960, theme.scss */
    .card-horizont form:last-child {
      border-bottom: 0px; }
    /* line 5963, theme.scss */
    .card-horizont form:first-child {
      border-top: 1px solid #000; }
  /* line 5967, theme.scss */
  .card-horizont .bttn-prim {
    padding: 5px;
    height: initial; }
  /* line 5971, theme.scss */
  .card-horizont .quantity {
    padding: 2px; }

/* line 5975, theme.scss */
.title-horizont {
  padding-bottom: 5px;
  padding-top: 5px;
  background: #eaeaea;
  -ms-flex-line-pack: center;
  align-content: center;
  line-height: 14px; }

/* line 5983, theme.scss */
.card-horizont .title {
  text-align: left; }

/* line 5986, theme.scss */
.title-horizont {
  position: relative;
  font-size: 12px;
  font-weight: 500; }
  /* line 5991, theme.scss */
  .title-horizont [class*="cell-"]:after {
    content: "";
    display: block;
    width: 1px;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    margin-left: -1px; }

/* line 6005, theme.scss */
.hide_horizont {
  display: none; }

/* line 6009, theme.scss */
.row.is-grid .collection-content {
  padding-right: 0; }

/* line 6012, theme.scss */
.op0,
.op5,
.op15,
.op10,
.op20 {
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

/* line 6023, theme.scss */
.cell-1.quan {
  text-align: center; }

/* line 6027, theme.scss */
.cell-.price {
  max-width: 11%;
  -ms-flex-preferred-size: 11%;
  flex-basis: 11%; }

/* line 6032, theme.scss */
.cell-.price2 {
  max-width: 11%;
  -ms-flex-preferred-size: 11%;
  flex-basis: 11%; }

/* line 6037, theme.scss */
.cell-.price3 {
  max-width: 11%;
  -ms-flex-preferred-size: 11%;
  flex-basis: 11%; }

/* line 6042, theme.scss */
.cell-1.quan {
  max-width: 9%;
  -ms-flex-preferred-size: 9%;
  flex-basis: 9%; }

/* line 6048, theme.scss */
.card-horizont [data-quantity-change="-1"] {
  position: relative;
  top: 1px; }

/* line 6052, theme.scss */
.card-horizont [data-quantity-change="1"] {
  position: relative;
  top: 1px; }

/* line 6059, theme.scss */
.card-horizont .quantity-input {
  top: -1px; }

/* line 6063, theme.scss */
.card-horizont form:last-child {
  border-bottom: 1px solid #000; }

/* line 6067, theme.scss */
.card-horizont .cell-10 {
  position: relative;
  top: 1px; }

@media (max-width: 1200px) {
  /* line 6074, theme.scss */
  .h-card-wrap {
    min-width: 1004.28px; }

  /* line 6077, theme.scss */
  .cell-12.hide_horizont {
    overflow-x: scroll; } }
@media (max-width: 1200px) {
  /* line 6083, theme.scss */
  .h-card-wrap {
    min-width: 1004.28px; }

  /* line 6086, theme.scss */
  .cell-12.hide_horizont {
    overflow-x: scroll; } }
/* line 6091, theme.scss */
a.remove.bttn-prim {
  padding: 5px 10px;
  cursor: pointer;
  color: #000;
  background: #fff; }
  /* line 6096, theme.scss */
  a.remove.bttn-prim:hover {
    color: #fff;
    background: #c41200; }

/* line 6101, theme.scss */
.dynamic_item {
  padding: 10px 0px;
  position: relative; }
  /* line 6105, theme.scss */
  .dynamic_item .bttn-count,
  .dynamic_item a.bttn-count {
    color: #000 !important;
    position: relative;
    top: -2px; }
    /* line 6110, theme.scss */
    .dynamic_item .bttn-count:hover,
    .dynamic_item a.bttn-count:hover {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  /* line 6116, theme.scss */
  .dynamic_item .quantity-controls {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-top: 10px;
    фдalign-items: center;
    max-width: 100px; }

/* line 6124, theme.scss */
.dynamic_item-title {
  padding: 0px 15px 0px 5px; }

/* line 6127, theme.scss */
.dynamic_item-quantity {
  padding: 5px;
  font-weight: 700; }

/* line 6131, theme.scss */
.db-del {
  position: absolute;
  right: 0;
  top: 0; }
  /* line 6135, theme.scss */
  .db-del button {
    background: #fff;
    padding: 0; }

/* line 6140, theme.scss */
.dynamic_basket-total {
  padding: 10px 0px;
  font-weight: 700; }

/* line 6144, theme.scss */
input.dynamic_basket-submit.bttn-prim {
  width: 100%; }

/* line 6148, theme.scss */
.card-horizont [data-quantity-change-c="1"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 6154, theme.scss */
.card-horizont [data-quantity-change-c="1"] {
  position: relative;
  top: 1px; }

/* line 6158, theme.scss */
.card-horizont [data-quantity-change-c="-1"] {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

/* line 6163, theme.scss */
.card-horizont [data-quantity-change-c="-1"] {
  position: relative;
  top: 1px; }

/*.quantity-controls.not{
   
    &:after{
        content: "";
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 10;
        position: absolute;
        background: #fff;
        opacity: 0.7;
    }
}*/
/* line 6181, theme.scss */
.card-horizont .quantity {
  position: relative; }

/* line 6185, theme.scss */
.drop-target.dynamic_basket-drop {
  display: none !important; }

/* line 6189, theme.scss */
.page-content table td {
  background-color: #fff !important;
  border: 0; }

/* line 6194, theme.scss */
.promo-slider-wrapper .swiper-button-white {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/* line 6198, theme.scss */
.color_variant {
  display: inline-block;
  height: 30px;
  margin: 0 auto;
  padding-top: 5px;
  padding-left: 20px; }

/* line 6206, theme.scss */
button[data-quick-checkout] {
  padding: 15px 20px 12px; }

/* line 6210, theme.scss */
.js-products-slider .products-title {
  text-align: center; }

/* line 6213, theme.scss */
.card-sale_priceopt {
  color: black;
  font-size: 18px;
  font-weight: 700;
  white-space: nowrap; }

/* line 6219, theme.scss */
.announcement-block {
  background-color: #c71719;
  color: #ffffff;
  padding: 1px;
  font-weight: 600;
  font-size: 18px;
  font-family: "DIN Pro - Black"; }

/* line 6228, theme.scss */
.recommended {
  margin-top: 1.5rem; }

/* line 6232, theme.scss */
.recommended .products-slider-wrapper {
  padding-bottom: 0; }

/* line 6236, theme.scss */
.recommended .card {
  margin-bottom: 0; }

/* line 6240, theme.scss */
.option-image.disabled {
  position: relative;
  overflow: hidden;
  cursor: default; }

/* line 6246, theme.scss */
.option-image.disabled::before,
.option-image.disabled::after {
  content: "";
  position: absolute;
  left: 0;
  width: 140%;
  height: 1px;
  background-color: black;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left; }

/* line 6262, theme.scss */
.option-image.disabled::before {
  top: 0; }

/* line 6266, theme.scss */
.option-image.disabled::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* line 6272, theme.scss */
.sold-img {
  opacity: 0.4; }

/* line 6276, theme.scss */
.product-content .product-info .prod_info {
  text-align: inherit; }

/* line 6280, theme.scss */
.product-content .product-info .prod_info.package {
  text-align: center; }

/* line 6284, theme.scss */
.filter-items-wrapper {
  width: 1017px !important; }

/* попап Товар добавлен в корзину */
/* line 6289, theme.scss */
.message-cart {
  border: 2px solid #000;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  padding: 20px; }
  /* line 6296, theme.scss */
  .message-cart_title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin: 0px 0px 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee; }
    @media (max-width: 920px) {
      /* line 6296, theme.scss */
      .message-cart_title {
        font-size: 20px;
        margin: 0px;
        padding-bottom: 0px;
        border-bottom: 0px solid #eee; } }
  /* line 6314, theme.scss */
  .message-cart_no-variant {
    margin-top: 30px;
    margin-bottom: 25px; }
  /* line 6319, theme.scss */
  .message-cart_content {
    width: 100%;
    max-width: 700px; }
  @media (max-width: 920px) {
    /* line 6324, theme.scss */
    .message-cart_product-imgblk {
      max-width: 80px;
      margin-left: auto;
      margin-right: auto; } }
  /* line 6331, theme.scss */
  .message-cart_product-image {
    padding-top: 133%;
    position: relative;
    display: block;
    margin: 0px 0px 10px; }
  /* line 6337, theme.scss */
  .message-cart_product-image-item {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: #fff center center no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
  /* line 6351, theme.scss */
  .message-cart_product-title {
    margin: 0px 0px 20px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #000; }
    @media (max-width: 920px) {
      /* line 6351, theme.scss */
      .message-cart_product-title {
        font-size: 16px; } }
  /* line 6363, theme.scss */
  .message-cart_product-quantity {
    margin: 0px 0px 20px;
    font-size: 18px;
    line-height: 18px;
    color: #000; }
    @media (max-width: 920px) {
      /* line 6363, theme.scss */
      .message-cart_product-quantity {
        font-size: 16px; } }
  /* line 6374, theme.scss */
  .message-cart_total {
    margin: 0px 0px 20px;
    padding: 20px 0px 0px;
    border-top: 1px solid #eee;
    font-size: 18px;
    color: #000; }
    @media (max-width: 920px) {
      /* line 6374, theme.scss */
      .message-cart_total {
        font-size: 16px; } }
    /* line 6385, theme.scss */
    .message-cart_total span {
      font-weight: 600; }
  /* line 6390, theme.scss */
  .message-cart_button-incart {
    display: block;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border: 2px solid #000;
    background-color: #fff;
    color: #000; }
    @media (max-width: 920px) {
      /* line 6390, theme.scss */
      .message-cart_button-incart {
        font-size: 14px; } }
    /* line 6409, theme.scss */
    .message-cart_button-incart:hover {
      border: 2px dashed #000; }
  /* line 6413, theme.scss */
  .message-cart_button-inorder {
    display: block;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border: 2px solid #000;
    background-color: #000;
    color: #fff; }
    @media (max-width: 920px) {
      /* line 6413, theme.scss */
      .message-cart_button-inorder {
        font-size: 14px; } }
    /* line 6432, theme.scss */
    .message-cart_button-inorder:hover {
      border: 2px dashed #000;
      background-color: #fff;
      color: #000; }
  /* line 6438, theme.scss */
  .message-cart_button-continue {
    display: block;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    background-color: #fff;
    color: #000; }
    @media (max-width: 920px) {
      /* line 6438, theme.scss */
      .message-cart_button-continue {
        font-size: 14px; } }
    /* line 6456, theme.scss */
    .message-cart_button-continue span {
      border-bottom: 1px dotted #000; }

/* END попап Товар добавлен в корзину */
/* Новое меню каталога в шапке */
/* line 6464, theme.scss */
.js-menu-man,
.js-menu-woman {
  cursor: pointer; }

/* line 6469, theme.scss */
.man_url-img,
.woman_url-img {
  max-width: 320px; }

/* line 6474, theme.scss */
.headermenu {
  position: absolute;
  min-height: 473px;
  width: 100%;
  background-color: #f5f5f5;
  border-top: 1px solid #aaaaaa;
  top: 180px;
  left: 0;
  right: 0;
  z-index: 99999;
  /* height: 0; */
  min-height: 0;
  -webkit-transition: height 0.3s ease, min-height 0.3s ease;
  -o-transition: height 0.3s ease, min-height 0.3s ease;
  transition: height 0.3s ease, min-height 0.3s ease; }
  @media (max-width: 1024px) {
    /* line 6474, theme.scss */
    .headermenu {
      top: 177px; } }
  @media screen and (max-width: 768px) {
    /* line 6474, theme.scss */
    .headermenu {
      display: none !important; } }
  /* line 6498, theme.scss */
  .headermenu_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    max-width: 1260px;
    margin: auto;
    padding: 32px 15px 32px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1200px) {
      /* line 6498, theme.scss */
      .headermenu_block {
        padding: 15px; } }
  /* line 6518, theme.scss */
  .headermenu_left {
    height: 100%;
    border-right: 1px solid #aaaaaa;
    padding-right: 32px;
    min-width: 220px;
    padding-right: 10px;
    min-width: 340px; }
    @media screen and (max-width: 1200px) {
      /* line 6518, theme.scss */
      .headermenu_left {
        min-width: 210px; } }
    /* line 6531, theme.scss */
    .headermenu_left a:hover {
      text-decoration: underline;
      color: #000000; }
    /* line 6536, theme.scss */
    .headermenu_left a.active {
      text-decoration: underline; }
  /* line 6542, theme.scss */
  .headermenu_right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 16px; }
    @media screen and (max-width: 1200px) {
      /* line 6542, theme.scss */
      .headermenu_right {
        padding: 0 10px; } }
    /* line 6553, theme.scss */
    .headermenu_right ul {
      margin: 0;
      padding: 0;
      list-style-type: none;
      margin-bottom: 20px; }
      /* line 6559, theme.scss */
      .headermenu_right ul li {
        list-style: none; }
        /* line 6562, theme.scss */
        .headermenu_right ul li a {
          text-decoration: none;
          color: #000;
          line-height: 30px; }
          /* line 6567, theme.scss */
          .headermenu_right ul li a:hover {
            text-decoration: underline;
            color: #000; }
          /* line 6572, theme.scss */
          .headermenu_right ul li a.active {
            text-decoration: underline; }
    /* line 6579, theme.scss */
    .headermenu_right li.lvl-2 a {
      display: block;
      font-size: 18px;
      font-weight: 800;
      font-family: "DIN Pro - Black";
      text-transform: uppercase; }
    /* line 6587, theme.scss */
    .headermenu_right li.lvl-3 a {
      display: block;
      text-transform: none;
      font-size: 14px;
      font-weight: 300;
      font-family: "DIN Pro";
      text-transform: uppercase; }
    /* line 6596, theme.scss */
    .headermenu_right-column {
      padding: 0 16px;
      width: 75%;
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 25px;
      -moz-column-gap: 25px;
      column-gap: 25px; }
      /* line 6606, theme.scss */
      .headermenu_right-column-four {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0 16px;
        width: auto; }
        @media (max-width: 1200px) {
          /* line 6606, theme.scss */
          .headermenu_right-column-four {
            width: 25%; } }

/* END Новое меню каталога в шапке */
/* chars-list */
/* line 6623, theme.scss */
.js-chars-list {
  border-bottom: 1px solid #000;
  cursor: pointer; }

/* line 6627, theme.scss */
.char-first {
  border-top: 1px solid #000; }

/* line 6630, theme.scss */
.flex-align-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

/* line 6639, theme.scss */
.char-icons {
  text-align: right;
  font-size: 2rem; }

/* line 6643, theme.scss */
.char-icon {
  position: relative;
  top: -5px; }

/* line 6648, theme.scss */
.ico-plus:after {
  content: " \002B"; }

/* line 6651, theme.scss */
.ico-minus:after {
  content: " \002D"; }

/* line 6654, theme.scss */
.ico-minus {
  right: 2px; }

/* line 6658, theme.scss */
.char-item {
  padding: 1rem; }

/* line 6661, theme.scss */
.char-title {
  font-weight: bold;
  font-size: 1.4em; }

/* line 6665, theme.scss */
.char-title-mobile {
  font-weight: bold;
  font-size: 1.2em; }

/* line 6670, theme.scss */
.marg-top-bot-20 {
  margin-top: 20px;
  margin-bottom: 20px; }

/* END chars-list */
/* PANEL BOTTOM en product card */
/* line 6677, theme.scss */
.relative {
  position: relative; }

/* line 6680, theme.scss */
.panel-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  background: #fff;
  color: #000;
  z-index: 999;
  width: 100%; }
  @media screen and (max-width: 500px) {
    /* line 6680, theme.scss */
    .panel-bottom {
      display: block; } }
  /* line 6696, theme.scss */
  .panel-bottom .fix-panel-blk-top {
    padding: 5px 10px 10px 10px; }
  /* line 6700, theme.scss */
  .panel-bottom_blk-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  /* line 6708, theme.scss */
  .panel-bottom_title {
    padding-right: 10px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px; }
  /* line 6715, theme.scss */
  .panel-bottom_favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 5px; }
  /* line 6724, theme.scss */
  .panel-bottom_blk-price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding-top: 10px; }
  /* line 6734, theme.scss */
  .panel-bottom_oldprice {
    text-decoration: line-through;
    color: #555555; }
  /* line 6738, theme.scss */
  .panel-bottom_blk-size {
    position: relative;
    top: 0;
    padding: 5px 10px 10px 10px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000; }
  /* line 6747, theme.scss */
  .panel-bottom_size-title {
    display: block;
    color: #030303;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    position: relative;
    padding-top: 10px; }
  /* line 6759, theme.scss */
  .panel-bottom_blk-color {
    position: relative;
    top: 0;
    padding: 5px 10px 10px 10px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 1000; }
    /* line 6768, theme.scss */
    .panel-bottom_blk-color label.title {
      padding-top: 10px; }
    /* line 6772, theme.scss */
    .panel-bottom_blk-color .option-label:after {
      display: none; }
  /* line 6777, theme.scss */
  .panel-bottom .blk-size .option-razmer {
    border-top: none;
    padding-top: 0; }
  /* line 6781, theme.scss */
  .panel-bottom .blk-color .option {
    margin-bottom: 0; }
  /* line 6785, theme.scss */
  .panel-bottom .fix-panel-size-close,
  .panel-bottom .fix-panel-color-close {
    background-image: url("delete.svg");
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 8px;
    width: 10px;
    height: 10px;
    cursor: pointer; }
  /* line 6797, theme.scss */
  .panel-bottom_blk-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 2px solid #000; }
    /* line 6805, theme.scss */
    .panel-bottom_blk-buttons .js-size-btn:hover,
    .panel-bottom_blk-buttons .js-color-btn:hover {
      background: #fff;
      color: #000; }
    /* line 6811, theme.scss */
    .panel-bottom_blk-buttons .js-size-btn {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      border-right: 2px solid #000;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px; }
    /* line 6830, theme.scss */
    .panel-bottom_blk-buttons .ico-size,
    .panel-bottom_blk-buttons .ico-color {
      font-size: 12px; }
    /* line 6835, theme.scss */
    .panel-bottom_blk-buttons .js-color-btn {
      width: 30%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer;
      border-right: 2px solid #000;
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px; }
    /* line 6854, theme.scss */
    .panel-bottom_blk-buttons .js-fix-buysubmit {
      width: 40%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      border-right: 1px solid #000; }
    /* line 6865, theme.scss */
    .panel-bottom_blk-buttons button.bttn-prim-buy.in-product-fixed {
      padding: 7px 8px 8px 8px;
      background-color: #000;
      color: #ffffff;
      height: 100%;
      width: 100%;
      font-family: "DIN Pro";
      font-size: 14px;
      font-weight: 500;
      text-transform: uppercase;
      letter-spacing: 2px;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      /* line 6880, theme.scss */
      .panel-bottom_blk-buttons button.bttn-prim-buy.in-product-fixed svg {
        position: relative;
        top: 3px;
        margin-right: 5px;
        position: relative;
        top: 1px;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      /* line 6891, theme.scss */
      .panel-bottom_blk-buttons button.bttn-prim-buy.in-product-fixed:hover {
        background: #fff;
        color: #000; }
        /* line 6894, theme.scss */
        .panel-bottom_blk-buttons button.bttn-prim-buy.in-product-fixed:hover svg * {
          fill: #000; }

/* END PANEL BOTTOM en product card */
/* Menu mobile */
/* line 6904, theme.scss */
.alertify .ajs-body .ajs-content {
  padding: 0; }

/* line 6907, theme.scss */
.ajs-commands {
  display: none !important; }

/* line 6910, theme.scss */
.alertify .ajs-body {
  padding-top: 0px;
  border: 2px solid #000; }

/* line 6915, theme.scss */
.menumobile {
  background-color: #f1f1f1; }
  /* line 6918, theme.scss */
  .menumobile-back {
    border-bottom: 1px solid #fff;
    padding: 12px 10px;
    background: #000;
    cursor: pointer;
    color: #fff;
    width: 100%; }
  /* line 6927, theme.scss */
  .menumobile-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  /* line 6933, theme.scss */
  .menumobile-man, .menumobile-woman {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  /* line 6939, theme.scss */
  .menumobile-woman {
    display: none; }
  /* line 6942, theme.scss */
  .menumobile-man a, .menumobile-woman a {
    display: block;
    font-size: 14px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    padding: 11px 10px 11px 15px;
    border-bottom: 1px solid #bcbcbc; }

/* line 6954, theme.scss */
.btn-man {
  border-bottom: 1px solid #bcbcbc;
  background: #fff;
  color: #000;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 10px 14px 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer; }

/* line 6975, theme.scss */
.btn-woman {
  border-bottom: 1px solid #bcbcbc;
  background: #fff;
  color: #000;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  padding: 15px 10px 14px 10px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  cursor: pointer; }

/* line 6997, theme.scss */
.btn-man.active,
.btn-woman.active {
  border-bottom: 1px solid #000;
  background: #000;
  color: #fff; }

/* line 7004, theme.scss */
.js-go-subcollection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 11px 10px 11px 15px;
  border-bottom: 1px solid #bcbcbc;
  cursor: pointer; }

/* line 7020, theme.scss */
.menumobile-hide {
  display: none; }

/* line 7023, theme.scss */
.submenumobile {
  margin: 0;
  padding: 0;
  list-style-type: none; }

/* line 7028, theme.scss */
.submenumobile a {
  display: block;
  font-size: 14px;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
  padding: 11px 10px 11px 15px;
  border-bottom: 1px solid #bcbcbc; }

/*
li a[href^="/collection/mansale"], li a[href^="/collection/womansale"] {
  color: #ff0000;
  font-weight: bold;
}
li a[href^="/collection/extra-sale-70"] {
  color: #00ebeb;
  font-weight: bold;
}
*/
/* END Menu mobile */
/* line 7050, theme.scss */
.select-variant-text {
  padding: 15px;
  text-align: center;
  border: 2px solid #000;
  margin: 15px 0;
  width: 100%;
  display: none; }

/**/
/* line 7060, theme.scss */
.top-header .email {
  margin-left: auto; }

/* line 7063, theme.scss */
.top-header .email a {
  color: #000;
  text-decoration: none; }

/* line 7067, theme.scss */
.top-header .phone {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

/* line 7077, theme.scss */
.top-header .phone a {
  color: #000;
  text-decoration: none; }

/* line 7081, theme.scss */
.top-header .phone svg {
  margin-right: 7px; }

@media (max-width: 991px) {
  /* line 7085, theme.scss */
  .top-header .email {
    display: none; }

  /* line 7088, theme.scss */
  .top-header .phone {
    display: none; } }
/* Кнопка "Вверх" */
/* line 7094, theme.scss */
.top-btn {
  position: fixed;
  bottom: 100px;
  right: 0px;
  width: 111px;
  height: 48px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /*background-color: #fff;*/
  /*box-shadow: inset 0px 0px 0px 40px #29436c;*/
  color: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transform: translateX(150%);
  -ms-transform: translateX(150%);
  transform: translateX(150%);
  cursor: pointer;
  z-index: 99999;
  -webkit-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms; }

/* line 7124, theme.scss */
.top-btn svg {
  width: 111px; }

/* line 7128, theme.scss */
.top-btn:hover {
  /*box-shadow: inset 0px 0px 0px 3px #29436c;
	color: #29436c;*/ }

/* line 7133, theme.scss */
.visible-top-btn {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

@media (max-width: 991px) {
  /* line 7140, theme.scss */
  .top-btn svg {
    zoom: 0.8; } }
/* END Кнопка "Вверх" */
/* Наши преимущества на главной */
/* line 7147, theme.scss */
.home-our-advantages {
  margin-bottom: 30px; }

/* line 7150, theme.scss */
.home-our-advantages h3 {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #030303;
  text-align: center; }

/* line 7161, theme.scss */
.home-our-advantages .blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

/* line 7170, theme.scss */
.home-our-advantages .blocks .block {
  width: calc(95% / 3); }

/* line 7173, theme.scss */
.home-our-advantages .blocks .block .img {
  height: 260px;
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

/* line 7183, theme.scss */
.home-our-advantages .blocks .block .title {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 28px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 10px; }

/* line 7194, theme.scss */
.home-our-advantages .blocks .block .txt {
  font-family: "DIN Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #030303; }

@media (max-width: 730px) {
  /* line 7204, theme.scss */
  .home-our-advantages h3 {
    font-size: 34px;
    line-height: 36px; }

  /* line 7208, theme.scss */
  .home-our-advantages .blocks .block {
    width: 100%;
    text-align: center; }

  /* line 7212, theme.scss */
  .home-our-advantages .blocks .block .img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
/* END Наши преимущества на главной */
/* #3487 Новое превью в каталоге */
/* line 7221, theme.scss */
.card-interaction {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 7221, theme.scss */
    .card-interaction {
      display: block; } }

/* line 7228, theme.scss */
.swiper-slide .card-interaction {
  display: block !important; }
/* line 7231, theme.scss */
.swiper-slide .carddown {
  display: none !important; }

/* line 7236, theme.scss */
.card:hover .carddown {
  display: block; }
  @media screen and (max-width: 768px) {
    /* line 7236, theme.scss */
    .card:hover .carddown {
      display: none; } }

/* line 7243, theme.scss */
.carddown {
  display: none;
  position: absolute;
  width: 100%;
  background: #fff;
  z-index: 1; }
  /* line 7249, theme.scss */
  .carddown .size-title,
  .carddown .color-title {
    text-align: center;
    color: #030303;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2.4px;
    text-align: center;
    display: block;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 7263, theme.scss */
  .carddown .option-selector {
    margin: 0; }
  /* line 7266, theme.scss */
  .carddown .option-razmer.is-span {
    border: none;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }

/* line 7276, theme.scss */
.quantity-catalog {
  width: 20%; }

/* line 7279, theme.scss */
.buy-catalog {
  width: 80%; }

/* line 7283, theme.scss */
button.bttn-prim-buy.btn-in-catalog {
  width: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #000000;
  color: #ffffff;
  font-family: "DIN Pro";
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  /*height: 48px;*/
  /*width: 130px;*/
  /*margin-right: 10px;*/
  border: 2px solid #000;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  /* line 7300, theme.scss */
  button.bttn-prim-buy.btn-in-catalog svg {
    margin-right: 5px;
    position: relative;
    top: 1px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  /* line 7308, theme.scss */
  button.bttn-prim-buy.btn-in-catalog:hover {
    background: #fff;
    color: #000; }
    /* line 7311, theme.scss */
    button.bttn-prim-buy.btn-in-catalog:hover svg * {
      fill: #000; }

/* line 7316, theme.scss */
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* line 7324, theme.scss */
.card-interaction-2 {
  width: 100%;
  position: relative;
  top: -10px; }

/* END #3487 Новое превью в каталоге */
/* Акция */
/* line 7333, theme.scss */
.prodcut-action-participant-wrapper {
  display: block;
  width: 100%;
  text-align: center; }
  /* line 7337, theme.scss */
  .prodcut-action-participant-wrapper > div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

/* line 7346, theme.scss */
.prodcut-action-participant {
  margin: 5px 0;
  text-align: center;
  color: #ff0000;
  font-size: 12px;
  font-weight: 450;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 120%; }
  /* line 7361, theme.scss */
  .prodcut-action-participant span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #ff0000;
    color: #ff0000;
    text-align: center;
    vertical-align: middle;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 4px; }
    /* line 7373, theme.scss */
    .prodcut-action-participant span i {
      color: #ff0000; }

/* line 7378, theme.scss */
div[data-tippy-root] {
  z-index: 1000000000 !important; }

/* line 7381, theme.scss */
.message-cart_action {
  font-weight: bold;
  color: red;
  text-align: center;
  margin-bottom: 5px; }

/* END Акция */
/*
  Сумма до бесплатной доставки
*/
/* line 7393, theme.scss */
.free-delivery__wrapper {
  margin-bottom: 19px;
  color: #000000;
  font-family: "DIN Pro";
  font-size: 16px;
  display: block;
  font-size: 20px;
  text-transform: uppercase; }
  /* line 7403, theme.scss */
  .free-delivery__wrapper.is-hidden {
    display: none; }
