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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 136, theme.scss */
.card-title {
  margin-bottom: 14px; }

/* line 140, theme.scss */
.stiker {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px;
  background-color: #005da9;
  color: #fff;
  z-index: 2; }

/* line 150, theme.scss */
.stiker-new {
  background-color: #ff0000; }

/* line 154, theme.scss */
.stiker-hit {
  background-color: #005da9; }

/* line 158, theme.scss */
.stiker-sale {
  background-color: #ff0000; }

/* line 162, theme.scss */
.stiker + .stiker {
  top: 50px; }

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

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

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

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

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

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

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

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

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

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

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

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

/* line 224, theme.scss */
.filter {
  padding: 15px 0;
  border-bottom: 1px solid #ccc; }

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

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

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

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

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

/* line 261, 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 276, theme.scss */
.checkbox-field:checked + .filter-checkbox:after {
  opacity: 1; }

/* line 280, 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 288, 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 296, theme.scss */
.filter-toggle {
  background: none;
  outline: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms; }

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

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

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

/* line 320, theme.scss */
.filter.is-active-container .filter-title {
  padding-bottom: 10px; }

/* line 324, theme.scss */
.collection-filter {
  margin-bottom: 0; }

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

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

/* line 338, 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 347, theme.scss */
input[type="checkbox"]:checked + .filter-span-control {
  border-color: #005da9; }

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

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

/* line 372, 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 #005da9; }

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

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

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

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

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

/* line 409, 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: #ff0000; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 596, 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 612, theme.scss */
.fixed_header.is-enabled {
  top: 0; }

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

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

/* line 628, theme.scss */
.instagram-title {
  color: #000000;
  font-family: Tahoma-Regular, -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 636, theme.scss */
.main-menu-item {
  display: inline-block;
  position: static;
  vertical-align: middle; }

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

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

/* line 658, 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 669, theme.scss */
.menu {
  list-style: none;
  padding-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

/* line 677, theme.scss */
.menu-item.is-drop_anchor > .menu.is-drop_target {
  position: absolute;
  top: 100%;
  left: 0;
  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 684, 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 690, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

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

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

/* line 704, 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 715, theme.scss */
.feedback-title {
  font-size: 24px;
  margin-bottom: 1.5rem; }

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

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

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

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

/* line 739, theme.scss */
.form-done {
  color: #005da9; }

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

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

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

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

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

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

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

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

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

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

@media (max-width: 640px) {
  /* line 810, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 819, 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: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }

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

@media (max-width: 640px) {
  /* line 845, theme.scss */
  .njs-alert {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0; } }
/* line 853, theme.scss */
.product-buy {
  margin: 1rem 0; }

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

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

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

/* line 872, 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 881, theme.scss */
.props label:after {
  content: '';
  height: 1px;
  border-bottom: 1px dashed #000;
  position: absolute;
  bottom: 3px;
  left: 0;
  right: 0; }

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

/* line 896, 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 909, 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 913, 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 917, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 989, 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 1008, theme.scss */
.tabs-item.is-button-active {
  color: #444;
  border-bottom: 3px solid #005da9; }

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

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

/* line 1023, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 1px solid #005da9; }

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

/* line 1035, theme.scss */
.gallery-thumb {
  cursor: pointer;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  border: 1px solid transparent;
  overflow: hidden;
  padding-bottom: -webkit-calc(100% - 2px);
  padding-bottom: calc(100% - 2px); }

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

/* line 1069, theme.scss */
.gallery-wrapper .swiper-button-prev,
.gallery-wrapper .swiper-container-rtl .swiper-button-next {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #005da9;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -44px; }

/* line 1075, theme.scss */
.gallery-wrapper .swiper-button-next,
.gallery-wrapper .swiper-container-rtl .swiper-button-prev {
  -webkit-background-size: 8px 8px;
  background-size: 8px;
  background-position: 50%;
  width: 24px;
  height: 24px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #005da9;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -44px; }

/* line 1081, theme.scss */
.gallery-thumbs-wrap {
  width: -webkit-calc(100% - 88px);
  width: calc(100% - 88px);
  position: relative;
  margin: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1180, theme.scss */
.scroll_top {
  color: #fff;
  display: block;
  position: fixed;
  background: #005da9;
  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 .25s ease, all .25s ease;
  -o-transition: right .25s ease, all .25s ease;
  transition: right .25s ease, all .25s ease;
  text-decoration: none;
  z-index: 1000;
  text-transform: uppercase;
  font-size: 20px;
  outline: none; }

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

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

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

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

/* line 1229, theme.scss */
.search-query {
  margin: 0 0 24px 0; }
  /* line 1231, theme.scss */
  .search-query strong {
    font-weight: 600; }

/* line 1236, theme.scss */
.ajax-search-results {
  position: absolute;
  top: -webkit-calc(100% - 1px);
  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 1253, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

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

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

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

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

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

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

/* line 1286, 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 1308, theme.scss */
.social-menu-link:hover {
  opacity: 0.9; }

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1376, theme.scss */
.settings_guide-font-size::before {
  font-size: 14px;
  content: '$font-size-primary: '; }

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

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

/* line 1401, 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 1406, theme.scss */
.settings_guide-color-text-primary:before {
  content: '$color-text-primary: '; }

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

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

/* line 1419, 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 1424, theme.scss */
.settings_guide-color-link-primary:before {
  content: '$color-link-primary: '; }

/* line 1428, 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: #005da9; }

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

/* line 1437, 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: #ff0000; }

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

/* line 1446, 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: #e6e6e6; }

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

/* line 1455, 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: #8acc33; }

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

/* line 1464, 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 1469, theme.scss */
.settings_guide-color-warning:before {
  content: '$color-warning: '; }

/* line 1473, 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: #f79d00; }

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

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

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

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

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

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

/* line 1535, 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 1548, theme.scss */
.option-value.is-active.is-span {
  border-color: #000; }

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

/* line 1556, theme.scss */
.owl-carousel-cat-subcat .swiper-button-lock {
  display: none !important; }

/* line 1563, theme.scss */
.item-title-swiper-active a {
  color: #2B2B2B !important;
  border-bottom: 2px solid #2B2B2B; }

/* line 1570, theme.scss */
.fancybox-bg {
  background: transparent; }

/* line 1573, theme.scss */
.mobile-filter-section {
  display: none; }

/* line 1577, theme.scss */
.new-mobile-filter {
  vertical-align: top;
  margin: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  padding: 16px 16px 75px 16px; }
  /* line 1584, theme.scss */
  .new-mobile-filter .accrodion-container {
    width: 100%;
    padding: 0; }
  /* line 1589, theme.scss */
  .new-mobile-filter .fancybox-close-small {
    background: no-repeat center url("popup_Cross.svg");
    top: 15px;
    width: 18px;
    height: 18px;
    right: 15px; }
    /* line 1595, theme.scss */
    .new-mobile-filter .fancybox-close-small:after {
      display: none; }
  /* line 1600, theme.scss */
  .new-mobile-filter .extra-controls {
    display: flex;
    padding-top: 15px; }
  /* line 1604, theme.scss */
  .new-mobile-filter .irs-from, .new-mobile-filter .irs-to, .new-mobile-filter .irs-single, .new-mobile-filter .irs-min, .new-mobile-filter .irs-max {
    display: none; }
  /* line 1607, theme.scss */
  .new-mobile-filter .filter-price .irs {
    display: block; }
  /* line 1610, theme.scss */
  .new-mobile-filter .irs-slider.from, .new-mobile-filter .irs-slider.to {
    background: #1E59AE;
    width: 14px !important;
    height: 14px !important;
    top: calc(50% - 3px) !important;
    border-radius: 50%; }
  /* line 1617, theme.scss */
  .new-mobile-filter .irs-line-right, .new-mobile-filter .irs-line-left, .new-mobile-filter .irs-line-mid {
    background: #EBEBEB !important; }
  /* line 1620, theme.scss */
  .new-mobile-filter .accrodion-title {
    position: relative;
    padding: 24px 0 0 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B2B;
    cursor: pointer;
    border-top: 1px solid #E0E0E0; }
    /* line 1631, theme.scss */
    .new-mobile-filter .accrodion-title img {
      position: absolute;
      right: 0;
      top: calc(50% - 5px);
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    /* line 1640, theme.scss */
    .new-mobile-filter .accrodion-title.is__closed img {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0); }
  /* line 1647, theme.scss */
  .new-mobile-filter .accrodion--block {
    padding: 16px 0 24px 0; }
  /* line 1651, theme.scss */
  .new-mobile-filter .new-filter--block__ckecbox .filter-items-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }
  /* line 1657, theme.scss */
  .new-mobile-filter .new-mobile-filter--title {
    margin: 0;
    padding: 0 0 15px 0;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #2B2B2B;
    border-bottom: 1px solid #E0E0E0; }
    /* line 1666, theme.scss */
    .new-mobile-filter .new-mobile-filter--title span {
      color: #EBEBEB; }
  /* line 1670, theme.scss */
  .new-mobile-filter .filter-price {
    padding-top: 0; }
  /* line 1673, theme.scss */
  .new-mobile-filter .filter-span {
    padding: 0; }
    /* line 1675, theme.scss */
    .new-mobile-filter .filter-span .filter-span-control {
      background: #EBEBEB;
      padding: 9px 16px;
      border: 1px solid #C6D4CF;
      box-sizing: border-box;
      border-radius: 8px;
      font-style: normal;
      font-weight: 500;
      font-size: 14px;
      line-height: 17px; }
  /* line 1687, theme.scss */
  .new-mobile-filter input[type=checkbox]:checked + span.filter-span-control {
    background: #213E96;
    color: #FFFFFF;
    border: 1px solid #213E96; }
  /* line 1692, theme.scss */
  .new-mobile-filter .filter-items-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 15px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
    width: 100% !important; }
    /* line 1699, theme.scss */
    .new-mobile-filter .filter-items-list.is-span {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      grid-gap: 0 !important; }
      /* line 1704, theme.scss */
      .new-mobile-filter .filter-items-list.is-span .filter-item {
        margin: 0 8px 8px 0; }

/* line 1711, theme.scss */
.mobile-filter-section {
  padding: 0 15px; }
  /* line 1714, theme.scss */
  .mobile-filter-section .show-new-mobile-filter {
    margin: 32px 0 24px 0;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    background: transparent;
    color: #2B2B2B;
    border: 2px solid #000000;
    box-sizing: border-box;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center; }
    /* line 1730, theme.scss */
    .mobile-filter-section .show-new-mobile-filter svg {
      display: block;
      margin-right: 10px; }
    /* line 1734, theme.scss */
    .mobile-filter-section .show-new-mobile-filter:active {
      color: #fff;
      background: #000; }
      /* line 1738, theme.scss */
      .mobile-filter-section .show-new-mobile-filter:active svg path {
        stroke: #fff;
        fill: #000; }

/* line 1746, theme.scss */
.mobile-filter--buttons {
  display: flex;
  padding-top: 25px;
  border-top: 1px solid #E0E0E0;
  flex-wrap: wrap;
  display: none; }

/* line 1753, theme.scss */
.mobile-filter--buttons__counter {
  width: 100%;
  flex-basis: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #2B2B2B;
  padding: 0 0 16px 0; }

/* line 1763, theme.scss */
.mobile-filter--submit {
  background: #69BF9B;
  border: 2px solid #69BF9B;
  box-sizing: border-box;
  border-radius: 6px;
  color: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 1773, theme.scss */
  .mobile-filter--submit img {
    display: block;
    margin-right: 10px; }
  /* line 1777, theme.scss */
  .mobile-filter--submit:focus {
    border: 2px solid  #4CA580;
    background: #4CA580; }

/* line 1782, theme.scss */
.mobile-filter--clear {
  background: #FFFFFF;
  border: 2px solid #FE3601;
  box-sizing: border-box;
  border-radius: 6px;
  color: #FE3601;
  padding: 15px;
  margin-right: 28px;
  display: flex;
  align-items: center;
  justify-content: center; }
  /* line 1794, theme.scss */
  .mobile-filter--clear svg {
    display: block;
    margin-right: 10px; }
  /* line 1798, theme.scss */
  .mobile-filter--clear:focus {
    background: #FE3601;
    color: #fff; }
    /* line 1802, theme.scss */
    .mobile-filter--clear:focus svg path {
      stroke: #fff; }

@media (max-width: 800px) {
  /* line 1811, theme.scss */
  .mobile-filter-section {
    display: block; } }
/* line 1821, theme.scss */
.advantages-block {
  padding: 0 27px 0 24px; }
/* line 1827, theme.scss */
.advantages-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 1843, theme.scss */
.advantages-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 60px;
  text-align: center;
  width: 290px; }
  /* line 1857, theme.scss */
  .advantages-item:last-of-type {
    margin-right: 0; }
  /* line 1860, theme.scss */
  .advantages-item svg {
    display: block;
    margin-bottom: 23px; }
  /* line 1864, theme.scss */
  .advantages-item span {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 130%;
    color: #343434; }

@media (max-width: 1023px) {
  /* line 1875, theme.scss */
  .advantages-item {
    width: inherit; } }
@media (max-width: 800px) {
  /* line 1883, theme.scss */
  .advantages-block {
    padding: 0; }
  /* line 1889, theme.scss */
  .advantages-items {
    align-items: start; }
  /* line 1893, theme.scss */
  .advantages-item {
    font-size: 12px;
    margin: 0; }
    /* line 1896, theme.scss */
    .advantages-item span {
      font-size: 12px; } }
/* line 1906, theme.scss */
.col-slide-img-2 {
  display: none; }

@media (max-width: 648px) {
  /* line 1911, theme.scss */
  .col-slide-img-1 {
    display: none; }

  /* line 1914, theme.scss */
  .col-slide-img-2 {
    display: block;
    height: 460px;
    object-fit: cover; } }
/*=========================================
  About brand - page
=========================================*/
/* line 1925, theme.scss */
.brand-desc--section {
  margin: 0 0 40px 0; }
/* line 1929, theme.scss */
.brand-desc--container {
  max-width: 1246px;
  margin: 0 auto; }
/* line 1934, theme.scss */
.brand-desc--title {
  margin: 12px 0 24px 0;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 39px;
  color: #2B2B2B; }
/* line 1943, theme.scss */
.brand-desc--slide {
  width: 100%; }
/* line 1947, theme.scss */
.brand-desc--dual-text {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 0; }
/* line 1957, theme.scss */
.brand-desc--text-block h4 {
  margin: 0 0 16px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 31px;
  color: #2B2B2B;
  text-align: left; }
/* line 1967, theme.scss */
.brand-desc--text-block p {
  margin: 0 0 16px 0;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2B2B2B; }
  /* line 1975, theme.scss */
  .brand-desc--text-block p:last-of-type {
    margin: 0; }
/* line 1979, theme.scss */
.brand-desc--text-block__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
/* line 1991, theme.scss */
.brand-desc--text-block__rp {
  padding-right: 48px; }
/* line 1994, theme.scss */
.brand-desc--text-block__lp {
  padding-left: 48px; }
/* line 1997, theme.scss */
.brand-desc--text-block__mb {
  margin-bottom: 24px; }
/* line 2002, theme.scss */
.brand-desc--simple-image--block {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover; }
/* line 2009, theme.scss */
.brand-desc--simple-text {
  display: -ms-grid;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 0 50%;
  grid-template-columns: 50% 50%;
  grid-gap: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  /* line 2019, theme.scss */
  .brand-desc--simple-text--block {
    width: 100%; }
    /* line 2022, theme.scss */
    .brand-desc--simple-text--block p {
      max-width: 465px; }
  /* line 2026, theme.scss */
  .brand-desc--simple-text__al {
    text-align: left; }
  /* line 2029, theme.scss */
  .brand-desc--simple-text__ar {
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    width: 100%; }
  /* line 2046, theme.scss */
  .brand-desc--simple-text__pr {
    padding-right: 24px; }
  /* line 2049, theme.scss */
  .brand-desc--simple-text__pl {
    padding-left: 24px; }
/* line 2054, theme.scss */
.brand-desc .swiper-pagination {
  display: none; }

@media (max-width: 1200px) {
  /* line 2062, theme.scss */
  .brand-desc--video iframe {
    height: 600px; } }
@media (max-width: 910px) {
  /* line 2072, theme.scss */
  .brand-desc--video iframe {
    height: 500px; }
  /* line 2077, theme.scss */
  .brand-desc--text-block__rp, .brand-desc--text-block__lp {
    padding: 0; }
  /* line 2080, theme.scss */
  .brand-desc--text-block h4 {
    margin: 0 0 12px 0;
    font-size: 18px;
    line-height: 22px; }
  /* line 2085, theme.scss */
  .brand-desc--text-block p {
    margin: 0 0 12px 0;
    font-size: 14px;
    line-height: 130%; }
    /* line 2089, theme.scss */
    .brand-desc--text-block p:last-of-type {
      margin: 0; }
  /* line 2094, theme.scss */
  .brand-desc--dual-text, .brand-desc--simple-text {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 24px; }
  /* line 2101, theme.scss */
  .brand-desc--imabe_mb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  /* line 2106, theme.scss */
  .brand-desc--text_mb {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  /* line 2112, theme.scss */
  .brand-desc--simple-text__pr, .brand-desc--simple-text__pl {
    padding: 0; }
  /* line 2115, theme.scss */
  .brand-desc--simple-text__ar {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left; }
  /* line 2122, theme.scss */
  .brand-desc--simple-text--block p {
    width: 100%;
    max-width: 100%; } }
@media (max-width: 768px) {
  /* line 2134, theme.scss */
  .brand-desc--video iframe {
    height: 400px; }
  /* line 2138, theme.scss */
  .brand-desc--section__sm {
    margin-bottom: 20px; }
  /* line 2141, theme.scss */
  .brand-desc .swiper-container {
    padding-bottom: 20px; }
  /* line 2144, theme.scss */
  .brand-desc .swiper-pagination {
    display: block;
    bottom: auto !important;
    top: calc(100% - 16px) !important; }
    /* line 2148, theme.scss */
    .brand-desc .swiper-pagination .swiper-pagination-bullet {
      margin: 0 6px;
      width: 8px;
      height: 8px;
      padding: 0;
      background: #C4C4C4;
      opacity: 1; }
      /* line 2155, theme.scss */
      .brand-desc .swiper-pagination .swiper-pagination-bullet-active {
        background: #213E96; } }
@media (max-width: 575px) {
  /* line 2166, theme.scss */
  .brand-desc--video iframe {
    height: 375px; } }
@media (max-width: 520px) {
  /* line 2175, theme.scss */
  .brand-desc iframe {
    height: 305px; } }
@media (max-width: 420px) {
  /* line 2184, theme.scss */
  .brand-desc iframe {
    height: 220px; } }
