@charset "UTF-8";
/*=========================================
  THEME
=========================================*/
/* line 9, theme.scss */
input, textarea {
  -webkit-appearance: none; }

/* line 12, theme.scss */
.advantage-text {
  color: #222222;
  font-size: 16px;
  display: block;
  max-width: 138px;
  margin: 10px auto;
  text-align: center; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 352, 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 367, theme.scss */
.filter-color[title="белый"],
.filter-color[title="Прозрачный"],
.filter-color[title="Белый"] {
  border: 1px solid #cccccc; }

/* line 373, 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 380, theme.scss */
.collection-filter .range-slider input {
  height: 50px;
  border: 1px solid #c9c9c9;
  background-color: #ffffff;
  width: 100%; }

/* line 387, 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 395, theme.scss */
.collection-filter .range-slider .irs {
  height: 48px; }

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

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

/* line 410, 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 417, theme.scss */
.collection-order.is-page-size .label-field {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  /* line 500, 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 516, 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 528, theme.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 658, 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 665, 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 671, theme.scss */
.menu-link {
  display: inline-block;
  vertical-align: middle; }

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

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

/* line 683, theme.scss */
.ajs-content a.mobile_menu-link {
  color: #231f20;
  display: block;
  text-decoration: none;
  font-size: 16px;
  padding: 6px 0; }

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

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

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

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

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

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

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

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

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

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

/* line 746, theme.scss */
.fancybox-close-small {
  background: #f4f4f4 url(close_popup.png) center center no-repeat;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  /* line 755, theme.scss */
  .fancybox-close-small::after {
    display: none; }

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

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

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

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

/* line 778, 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 793, theme.scss */
.njs-close {
  position: absolute;
  right: 10px;
  top: 10px;
  background: none;
  font-size: 40px;
  line-height: 1;
  font-weight: normal; }

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

@media (max-width: 640px) {
  /* line 812, theme.scss */
  .njs-alert-wrapper {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin: 0; } }
/* line 821, 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 841, theme.scss */
.njs-alert p {
  font-size: 18px;
  line-height: 23px; }

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

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

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

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

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

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

/* line 898, 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 911, 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 915, 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 919, theme.scss */
.form-row {
  margin-bottom: 1rem; }

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

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

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

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

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

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

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

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

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

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

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

/* line 971, 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 981, theme.scss */
.tabs-target {
  display: none; }

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

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

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

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

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

/* line 1029, 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 1037, 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 1051, theme.scss */
.image-container.is-cover.gallery-thumb > img {
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50%;
  object-position: 50%; }

/* line 1071, 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 #144184;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  left: -44px; }

/* line 1077, 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 #144184;
  top: -webkit-calc(50% + 9px);
  top: calc(50% + 9px);
  right: -44px; }

/* line 1083, theme.scss */
.gallery-thumbs-wrap {
  width: 100%;
  position: relative;
  margin: auto; }

/* line 1089, 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 1121, theme.scss */
.gallery-slide > figure.mz-figure > img {
  max-width: 100% !important;
  max-height: 400px !important; }

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

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

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

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

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

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

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

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

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

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

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

/* line 1181, 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 .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 1207, theme.scss */
  .scroll_top {
    display: none; } }
/* line 1212, theme.scss */
.scroll_top:focus {
  text-decoration: none; }

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

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

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

/* line 1231, 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 1248, theme.scss */
.ajax-search-item {
  margin-bottom: 2px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 1550, theme.scss */
body {
  background-color: #4b7925;
  background-repeat: repeat;
  background-position: 0 0;
  font: 13px 'Open Sans', Arial, sans-serif;
  width: 100%; }

/* line 1557, theme.scss */
.circle-btn, .added-link.bttn-prim, .added-close.bttn-transparent {
  background: #f8d61f;
  border-radius: 20px;
  color: #030303;
  float: left;
  line-height: 2;
  font-size: 11px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  letter-spacing: .15em;
  overflow: hidden;
  padding: 0 25px;
  text-transform: uppercase;
  text-shadow: #e9c60a 1px 1px, #e9c60a 2px 2px, #e9c60a 3px 3px, #e9c60a 4px 4px, #e9c60a 5px 5px, #e9c60a 6px 6px, #e9c60a 7px 7px, #e9c60a 8px 8px, #e9c60a 9px 9px, #e9c60a 10px 10px, #e9c60a 11px 11px, #e9c60a 12px 12px, #e9c60a 13px 13px, #e9c60a 14px 14px, #e9c60a 15px 15px, #e9c60a 16px 16px, #e9c60a 17px 17px, #e9c60a 18px 18px, #e9c60a 19px 19px, #e9c60a 20px 20px, #e9c60a 21px 21px, #e9c60a 22px 22px, #e9c60a 23px 23px, #e9c60a 24px 24px, #e9c60a 25px 25px, #e9c60a 26px 26px, #e9c60a 27px 27px, #e9c60a 28px 28px, #e9c60a 29px 29px, #e9c60a 30px 30px, #e9c60a 31px 31px, #e9c60a 32px 32px, #e9c60a 33px 33px, #e9c60a 34px 34px, #e9c60a 35px 35px, #e9c60a 36px 36px, #e9c60a 37px 37px, #e9c60a 38px 38px, #e9c60a 39px 39px, #e9c60a 40px 40px, #e9c60a 41px 41px, #e9c60a 42px 42px, #e9c60a 43px 43px, #e9c60a 44px 44px, #e9c60a 45px 45px; }
  /* line 1572, theme.scss */
  .circle-btn:hover, .circle-btn:active, .circle-btn:focus, .added-link.bttn-prim:hover, .added-link.bttn-prim:active, .added-link.bttn-prim:focus, .added-close.bttn-transparent:hover, .added-close.bttn-transparent:active, .added-close.bttn-transparent:focus {
    background: #ecca15;
    text-decoration: none; }

/* line 1578, theme.scss */
.added-link.bttn-prim, .added-close.bttn-transparent {
  border: 0;
  margin: 0 15px; }
  /* line 1581, theme.scss */
  .added-link.bttn-prim:hover, .added-link.bttn-prim:active, .added-link.bttn-prim:focus, .added-close.bttn-transparent:hover, .added-close.bttn-transparent:active, .added-close.bttn-transparent:focus {
    border: 0; }

/* line 1586, theme.scss */
.added-close.bttn-transparent {
  line-height: 2;
  order: -1; }

/* line 1590, theme.scss */
.added-content {
  display: flex; }

/* line 1594, theme.scss */
.added-title {
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center; }

/* line 1600, theme.scss */
.header__phone__body {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .15em;
  margin-left: 15px;
  vertical-align: middle; }

/* line 1609, theme.scss */
.header__phone__yellow {
  color: #f8d71e;
  margin-top: 4px; }

/* line 1613, theme.scss */
.header__cart__price {
  color: #fdfdfd;
  display: inline-block;
  margin-left: 14px;
  vertical-align: middle; }

/* line 1619, theme.scss */
.header__cart__icon {
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 40px; }

/* line 1628, theme.scss */
.header__cart__count {
  background: #ebc80a;
  border-radius: 50%;
  color: #030303;
  display: block;
  font-size: 11px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  right: -5px;
  text-align: center;
  top: -5px;
  width: 20px; }

/* line 1642, theme.scss */
.header__cart__icon:after {
  background: url(icons.png) 0 -10px no-repeat;
  content: '';
  height: 14px;
  left: 50%;
  margin: -7px 0 0 -7px;
  position: absolute;
  top: 50%;
  width: 16px; }

/* line 1652, theme.scss */
.header__phone__icon {
  border: solid 1px #e7e7e7;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 40px; }

/* line 1661, theme.scss */
.header__phone__icon:after {
  background: url(icons.png) 0 0 no-repeat;
  content: '';
  display: block;
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px; }

/* line 1672, theme.scss */
.header-row {
  padding: 25px 0; }

/* line 1675, theme.scss */
.search__txt {
  background: #fff;
  border: solid 1px #d7d7d7;
  border-radius: 20px;
  height: 40px;
  padding: 0 40px 0 30px;
  width: 100%; }

/* line 1683, theme.scss */
.search__but {
  background: #7ec62b;
  border: none;
  border-radius: 50%;
  height: 36px;
  position: absolute;
  right: 2px;
  bottom: 2px;
  width: 36px; }

/* line 1693, theme.scss */
.search__but:hover {
  background: #6fb023;
  text-decoration: none; }

/* line 1697, theme.scss */
.search {
  position: relative; }

/* line 1700, theme.scss */
.search__but::after {
  background: url(icons.png) 0 -24px no-repeat;
  content: '';
  display: block;
  height: 12px;
  left: 50%;
  margin: -6px 0 0 -1px;
  position: absolute;
  top: 50%;
  width: 5px; }

/* line 1711, theme.scss */
input, select, button, textarea {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; }

/* line 1714, theme.scss */
.header-row-second {
  padding: 35px 0 25px 0;
  position: relative; }

/* line 1718, theme.scss */
.absolute-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  z-index: -1; }

/* line 1727, theme.scss */
.main__menu__list {
  font-size: 0;
  line-height: 0;
  list-style: none;
  text-align: justify;
  text-justify: distribute; }

/* line 1734, theme.scss */
.main__menu__list li {
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 1742, theme.scss */
.main__menu__list a {
  color: #000;
  text-decoration: none;
  padding: 0 5px; }
  /* line 1746, theme.scss */
  .main__menu__list a:hover {
    text-decoration: underline; }

/* line 1750, theme.scss */
.left-bar {
  width: 356px;
  min-width: 356px;
  max-width: 356px;
  padding: 0 0 0 50px; }

/* line 1756, theme.scss */
.left-bar_reverse {
  padding: 0 50px 0 0; }

/* line 1759, theme.scss */
.right-content {
  width: calc(100% - 356px);
  min-width: calc(100% - 356px);
  max-width: calc(100% - 356px);
  padding: 0 50px 0 0; }

/* line 1765, theme.scss */
.right-content_reverse {
  padding: 0 0 0 50px; }

/* line 1768, theme.scss */
.main__menu__list {
  width: 100%;
  height: 40px;
  overflow: hidden; }

/* line 1773, theme.scss */
.from-768 {
  display: none; }

/* line 1776, theme.scss */
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

/* line 1786, theme.scss */
.from-1024 {
  display: none; }

/* line 1789, theme.scss */
.bttn-burger {
  border: 0;
  background-color: transparent;
  width: 36px;
  padding: 0; }

/* line 1795, theme.scss */
.from-1000 {
  display: none; }

/* line 1798, theme.scss */
.index-content {
  background-color: #fff;
  position: relative; }

/* line 1802, theme.scss */
.index-content:before, .index-content:after {
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.7);
  bottom: 10px;
  content: "";
  height: 20%;
  left: 6px;
  max-height: 300px;
  max-width: 400px;
  position: absolute;
  width: 50%;
  z-index: -2;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  transform: rotate(-3deg); }

/* line 1819, theme.scss */
.index-content:after {
  left: auto;
  right: 6px;
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  transform: rotate(3deg); }

/* line 1828, theme.scss */
.left__menu {
  background: #f9f9f9 url("menu_bg-new.png") repeat;
  border-radius: 15px;
  margin: 0 0 30px 0;
  padding: 30px 0; }

/* line 1834, theme.scss */
.left__menu__list {
  margin: 0;
  padding: 0; }

/* line 1838, theme.scss */
.left__menu__list li {
  list-style: none;
  margin: 0;
  padding: 0; }

/* line 1843, theme.scss */
.left__menu__list a {
  color: #231f20;
  display: block;
  text-decoration: none;
  padding: 5px 30px; }

/* line 1849, theme.scss */
.left__menu__list a:hover, .left__menu__list .active a {
  background: rgba(204, 204, 204, 0.21);
  color: #c2a606;
  text-decoration: none; }

/* line 1855, theme.scss */
.header-welcome h4 {
  margin: 0 auto;
  font-size: 13px; }

/* line 1860, theme.scss */
.popular__c {
  margin-top: 20px; }

/* line 1863, theme.scss */
.col__title {
  color: #69b018;
  font-family: 'ds_arabicregular';
  font-size: 48px;
  text-align: center; }

/* line 1869, theme.scss */
.col__title:before, .col__title::after {
  background: url(title_bg.png) repeat-x;
  content: '';
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 202px; }

/* line 1877, theme.scss */
.col__title:before, .col__title::after {
  background: url(title_bg.png) repeat-x;
  content: '';
  display: inline-block;
  height: 22px;
  vertical-align: middle;
  width: 202px; }

/* line 1885, theme.scss */
.col__title span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  vertical-align: middle; }

/* line 1891, theme.scss */
.right-content__container {
  padding: 0 0 30px 40px; }

/* line 1894, theme.scss */
.col__item {
  padding: 30px 0; }

/* line 1897, theme.scss */
.col__item__img {
  display: block;
  font-size: 0;
  height: 160px;
  line-height: 157px;
  position: relative; }

/* line 1904, theme.scss */
.col__item__img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/* line 1910, theme.scss */
.col__item__title a {
  font-size: 10px;
  display: block;
  color: #000;
  font-weight: bold;
  height: 28px;
  line-height: 14px;
  letter-spacing: .1em;
  margin-top: 10px;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none; }
  /* line 1922, theme.scss */
  .col__item__title a:hover {
    text-decoration: underline; }

/* line 1926, theme.scss */
.col__item__price {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-top: 10px; }

/* line 1932, theme.scss */
.col__item__button {
  margin-top: 10px; }

/* line 1935, theme.scss */
.col__item__button {
  color: #000;
  width: 100%; }
  /* line 1938, theme.scss */
  .col__item__button a {
    color: #000; }

/* line 1942, theme.scss */
.footer {
  padding-top: 60px; }

/* line 1945, theme.scss */
.footer__social {
  margin: 0 0 0 auto; }

/* line 1948, theme.scss */
.footer__social__item {
  background: url(social-n.png) 0 0 no-repeat;
  display: inline-block;
  height: 14px;
  margin: 0 10px;
  width: 16px; }

/* line 1955, theme.scss */
.footer__social--fb {
  background-position: 0 0; }

/* line 1958, theme.scss */
.footer__social--tw {
  background-position: -16px 0; }

/* line 1961, theme.scss */
.footer__social--g1 {
  background-position: -32px 0; }

/* line 1964, theme.scss */
.footer__social--pi {
  background-position: -48px 0; }

/* line 1967, theme.scss */
.footer__title {
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 1974, theme.scss */
.footer__menu__list {
  margin: 0;
  list-style: none;
  padding: 0;
  margin-top: 20px; }

/* line 1980, theme.scss */
.footer__menu__list li {
  list-style: none;
  padding: 1px 0; }

/* line 1984, theme.scss */
.footer__menu__list a {
  color: #fff;
  text-decoration: none; }

/* line 1988, theme.scss */
.footer__item {
  margin-left: 60px; }

/* line 1991, theme.scss */
.footer__item--first {
  margin-left: 0; }

/* line 1994, theme.scss */
.footer__second {
  border-top: solid 1px #fff;
  color: #fff;
  line-height: 23px;
  margin-top: 50px;
  padding: 30px 0;
  text-align: center; }
  /* line 2001, theme.scss */
  .footer__second a {
    color: #fff; }

/* line 2005, theme.scss */
.filter__open {
  background: #7ec62b;
  border-radius: 20px;
  color: #000;
  display: block;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 40px;
  padding-left: 35px;
  position: relative;
  text-transform: uppercase;
  margin: 0 0 30px 0; }

/* line 2019, theme.scss */
.filter__open:after {
  background: url(icons-n.png) 0 -36px no-repeat;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 8px; }

/* line 2029, theme.scss */
.filter__body {
  border: solid 1px #d7d7d7;
  border-radius: 15px;
  display: none;
  margin-top: 20px;
  padding: 30px; }

/* line 2036, theme.scss */
.filter__item:first-child {
  border: none;
  margin: 0;
  padding: 0; }

/* line 2041, theme.scss */
.filter__title {
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase; }

/* line 2046, theme.scss */
.filter__reset {
  margin-top: 20px;
  text-align: center; }

/* line 2050, theme.scss */
.collection-title {
  color: #69b018;
  font-family: 'ds_arabicregular';
  font-size: 48px; }

/* line 2055, theme.scss */
.pagination {
  color: #8b8a8a;
  line-height: 34px;
  display: flex;
  margin: 15px 0;
  justify-content: flex-end; }

/* line 2062, theme.scss */
.pagination a, .pagination span {
  display: inline-block;
  height: 34px;
  margin: 0 5px;
  vertical-align: middle;
  color: #8b8a8a;
  text-decoration: none; }

/* line 2070, theme.scss */
.pagination .active {
  border: solid 1px #dfdfdf;
  border-radius: 50%;
  text-align: center;
  width: 34px; }

/* line 2076, theme.scss */
.selectricWrapper {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  min-width: 160px; }

/* line 2083, theme.scss */
.selectricHideSelect {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }

/* line 2089, theme.scss */
.selectricHideSelect select {
  position: absolute;
  left: -100%;
  display: none; }

/* line 2094, theme.scss */
div.selectric {
  border: solid 1px #d7d7d7;
  border-radius: 17px;
  position: relative; }

/* line 2099, theme.scss */
.selectric .label {
  color: #8b8a8a;
  display: block;
  line-height: 32px;
  margin: 0 30px 0 0;
  overflow: hidden;
  padding: 0 20px;
  white-space: nowrap; }

/* line 2108, theme.scss */
.selectric__arr {
  background: url(select_arr.png) center center no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 32px; }

/* line 2117, theme.scss */
.selectricItems {
  background: #F7F7F7;
  border: solid 1px #d7d7d7;
  border-radius: 0 0 17px 17px;
  border-top: none;
  display: none;
  left: 0;
  overflow: auto;
  padding: 15px 0;
  position: absolute;
  top: 32px;
  width: 100% !important;
  z-index: 10000; }

/* line 2131, theme.scss */
.selectricItems ul, .selectricItems li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px; }

/* line 2139, theme.scss */
.selectricItems li {
  display: block;
  padding: 5px 20px;
  color: #666;
  cursor: pointer; }

/* line 2145, theme.scss */
.selectricItems li.selected, .selectricItems li:hover {
  background: #E8E4E4;
  color: #000000; }

/* line 2149, theme.scss */
.selectricInput {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

/* line 2164, theme.scss */
.sort__c {
  margin-top: 10px; }

/* line 2168, theme.scss */
.selectricOpen .selectricItems {
  display: block; }
/* line 2171, theme.scss */
.selectricOpen .selectric {
  border-radius: 17px 17px 0 0; }

/* line 2175, theme.scss */
.page-title, .wrapper.fc .page-title {
  color: #69b018;
  font-family: 'ds_arabicregular', sans-serif;
  font-size: 48px;
  font-weight: normal; }

/* line 2181, theme.scss */
body {
  background-image: url("body-bg.jpg"); }

/* line 2184, theme.scss */
.wrapper {
  max-width: 1196px !important; }

/* line 2187, theme.scss */
.filter__body {
  margin-bottom: 30px; }

/* line 2190, theme.scss */
.filter__list {
  list-style: none;
  margin: 15px 0;
  padding-inline-start: 0;
  padding: 0; }
  /* line 2195, theme.scss */
  .filter__list a {
    color: #000;
    text-decoration: none; }
    /* line 2198, theme.scss */
    .filter__list a:hover {
      text-decoration: underline; }

/* line 2203, theme.scss */
.filter__item {
  border-top: solid 1px #e6e6e6;
  margin-top: 25px;
  padding-top: 25px; }

/* line 2208, theme.scss */
.filter__item:first-child {
  border: none;
  margin: 0;
  padding: 0; }

/* line 2213, theme.scss */
.inside__page {
  font-size: 21px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000;
  margin-top: 20px; }
  /* line 2219, theme.scss */
  .inside__page a {
    text-decoration: none;
    text-transform: none;
    color: #000;
    font-size: 13px; }
    /* line 2224, theme.scss */
    .inside__page a:hover {
      text-decoration: underline; }
  /* line 2228, theme.scss */
  .inside__page p {
    font-size: 13px;
    text-transform: none; }

/* line 2233, theme.scss */
.filter__reset {
  height: 40px; }

/* line 2236, theme.scss */
.sort__select {
  border-radius: 17px;
  width: 148px;
  height: 38px;
  background: url(select_arr.png) calc(100% - 10px) center no-repeat;
  font-size: 12px;
  line-height: 38px;
  border: solid 1px #d7d7d7;
  color: #444;
  padding: 0 10px; }

/* line 2247, theme.scss */
input, select {
  -webkit-appearance: none; }

/* line 2250, theme.scss */
button {
  outline: none;
  outline: 0; }
  /* line 2253, theme.scss */
  button:hover, button:active, button:focus {
    outline: none;
    outline: 0; }

/* line 2258, theme.scss */
.breadcrumb * {
  color: #bab9b9;
  font-size: 12px; }

/* line 2262, theme.scss */
.breadcrumb a {
  color: #bab9b9; }
  /* line 2264, theme.scss */
  .breadcrumb a:hover {
    text-decoration: underline; }

/* line 2268, theme.scss */
.breadcrumb-item:not(:last-child):after {
  content: '-'; }

/* line 2271, theme.scss */
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0; }

/* line 2274, theme.scss */
.gallery-top {
  border: 0; }

/* line 2277, theme.scss */
.swiper-slide.is-active .gallery-thumb {
  border: 0; }

/* line 2280, theme.scss */
.product__title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 30px 0 0 0; }

/* line 2286, theme.scss */
.product__shortdescription {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px; }

/* line 2291, theme.scss */
.product__price {
  margin-top: 20px; }

/* line 2294, theme.scss */
.product__actualprice {
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  vertical-align: middle; }

/* line 2301, theme.scss */
.product__oldprice {
  display: inline-block;
  font-size: 14px;
  letter-spacing: .1em;
  margin-left: 10px;
  text-decoration: line-through;
  vertical-align: middle; }

/* line 2309, theme.scss */
.product__form {
  margin-top: 20px; }

/* line 2312, theme.scss */
.product__qu {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  vertical-align: middle; }

/* line 2318, theme.scss */
.product__qu__inp {
  border: solid 1px #d6d6d6;
  border-radius: 20px;
  height: 38px;
  text-align: center;
  width: 80px; }

/* line 2325, theme.scss */
.product__qu__plus, .product__qu__minus {
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  width: 30px; }

/* line 2337, theme.scss */
.product__qu__plus {
  right: 0; }

/* line 2340, theme.scss */
.product__qu__minus {
  left: 0; }

/* line 2343, theme.scss */
.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.65; }

/* line 2348, theme.scss */
.product-row {
  margin: 20px 0 0 0; }

/* line 2351, theme.scss */
.similar__title {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase; }

/* line 2358, theme.scss */
.product__tabs {
  margin: 40px 0; }

/* line 2361, theme.scss */
.product__tabs__list {
  border-bottom: solid 1px #d7d7d7;
  margin: 0;
  outline: 0;
  padding: 0 25px; }

/* line 2367, theme.scss */
.product__tabs__list li {
  border: solid 1px transparent;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  letter-spacing: .1em;
  list-style: none;
  padding: 15px 25px;
  position: relative;
  text-transform: uppercase;
  top: 1px; }

/* line 2381, theme.scss */
.product__tabs__list li.active {
  background: #fff;
  border-color: #d7d7d7;
  text-decoration: underline; }

/* line 2386, theme.scss */
.product__tabs__content {
  font-size: 12px;
  line-height: 18px;
  margin-top: 20px; }

/* line 2391, theme.scss */
.product__tabs__item {
  display: none; }
  /* line 2393, theme.scss */
  .product__tabs__item p {
    margin: 0; }

/* line 2397, theme.scss */
.product__tabs__item.active {
  display: block; }

/* line 2400, theme.scss */
.product__reviews {
  background: #f4f4f4;
  padding: 20px; }

/* line 2404, theme.scss */
.reviews-form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%; }

/* line 2413, theme.scss */
.product__reviews__title {
  font-size: 20px; }

/* line 2416, theme.scss */
.product__reviews__line {
  margin-left: -3px;
  margin-right: -3px; }

/* line 2421, theme.scss */
.product__reviews__item {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

/* line 2427, theme.scss */
.product__reviews__half {
  width: calc(50% - 1px);
  min-width: calc(50% - 1px);
  max-width: calc(50% - 1px);
  padding: 0 3px; }
  /* line 2432, theme.scss */
  .product__reviews__half input {
    width: 100%;
    min-width: 100%;
    max-width: 100%; }

/* line 2438, theme.scss */
.product__reviews__txt {
  border: solid 1px #dddddd;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  height: 40px;
  padding: 0 10px;
  width: 100%; }
  /* line 2445, theme.scss */
  .product__reviews__txt:focus {
    outline: none; }

/* line 2449, theme.scss */
.product__reviews__textarea {
  border: solid 1px #dddddd;
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.05);
  font-size: 12px;
  height: 100px;
  padding: 10px;
  resize: none;
  width: 100%; }

/* line 2458, theme.scss */
.product__reviews__button {
  background: #f8d61f;
  border: none;
  color: #030303;
  font-size: 14px;
  font-weight: bold;
  height: 56px;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
  width: 100%; }

/* line 2470, theme.scss */
.product__reviews__button:hover {
  background: #ecca15; }

/* line 2473, theme.scss */
.product__reviews__button:active {
  box-shadow: inset 0 3px #44404a; }

/* line 2476, theme.scss */
.product__reviews__list__item {
  margin-top: 25px; }

/* line 2479, theme.scss */
.product__reviews__list__author {
  color: #505050;
  font-size: 13px;
  font-weight: bold; }

/* line 2484, theme.scss */
.product__reviews__list__text {
  color: #797979;
  line-height: 21px;
  margin-top: 5px; }

/* line 2489, theme.scss */
.product__reviews__list__date {
  font-size: 10px; }

/* line 2493, theme.scss */
.template-is-cart .col__title:before, .template-is-cart .col__title::after {
  background-position: 0;
  width: 200px; }
/* line 2497, theme.scss */
.template-is-cart .col__title::after {
  background-position: 100%;
  width: 200px; }
/* line 2501, theme.scss */
.template-is-cart .right-content_reverse {
  padding: 0; }
/* line 2504, theme.scss */
.template-is-cart .right-content__container {
  padding: 0; }

/* line 2508, theme.scss */
.col__item_cart {
  max-width: 20%;
  -webkit-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%; }

/* line 2514, theme.scss */
.cart__cont {
  margin-top: 30px;
  padding: 0 50px; }

/* line 2518, theme.scss */
.cart__table {
  margin-top: 20px;
  width: 100%; }

/* line 2522, theme.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 2526, theme.scss */
.cart__table td {
  padding: 10px 10px 10px 0;
  vertical-align: middle;
  background-color: #fff;
  border: 0; }

/* line 2532, theme.scss */
.cart__img {
  display: block;
  font-size: 0;
  height: 100px;
  line-height: 97px;
  text-align: center;
  width: 100px; }

/* line 2540, theme.scss */
.cart__img img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle; }

/* line 2546, theme.scss */
.cart__title, .cart__title a, .cart__price, .discounts-list .price, .cart__total__price {
  font-weight: bold;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #000; }

/* line 2552, theme.scss */
.cart__title a, .cart__title {
  font-size: 10px;
  text-decoration: none;
  line-height: 1; }

/* line 2557, theme.scss */
.cart__price, .discounts-list .price, .cart__total__price {
  font-size: 18px; }

/* line 2560, theme.scss */
.product__qu {
  display: inline-block;
  margin-right: 15px;
  position: relative;
  vertical-align: middle; }

/* line 2566, theme.scss */
.cart__del {
  background: url(cart_del.png) 0 0 no-repeat;
  cursor: pointer;
  display: block;
  height: 9px;
  width: 9px; }

/* line 2573, theme.scss */
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
  background-color: #fff;
  border: 0; }

/* line 2577, theme.scss */
.cart__total__price__c {
  margin-right: 10px; }

/* line 2580, theme.scss */
input[type="submit"], button {
  cursor: pointer; }

/* line 2584, theme.scss */
.template-is-cart .similar__title {
  margin: 20px 0 0 0; }

/* line 2588, theme.scss */
.button--cart {
  line-height: 2; }

/* line 2591, theme.scss */
.cart_but {
  display: block; }

/* line 2595, theme.scss */
.template-is-product .cart_but.button--product {
  line-height: 2; }

/* line 2599, theme.scss */
.ajs-body {
  background-image: url(body-bg.jpg);
  background-repeat: repeat;
  background-color: #4b7925;
  background-position: 0 0; }

/* line 2605, theme.scss */
.alertify .ajs-commands {
  margin: 0 5px; }

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

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

/* line 2615, theme.scss */
.mobile_menu-middle {
  background: #f9f9f9 url(menu_bg-new.png) repeat;
  border-radius: 15px;
  margin: 20px 0 30px 0;
  padding: 10px 0; }

/* line 2621, theme.scss */
.mobile_menu {
  padding: 0 10px; }

/* line 2624, theme.scss */
.cart__cont {
  margin-top: 0; }

/* line 2627, theme.scss */
.col__item__action {
  background: url(action.png) 0 0 no-repeat;
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px; }

/* line 2635, theme.scss */
.price-range {
  background: #d7d7d7;
  border-radius: 3px;
  height: 5px;
  margin: 20px 0 0 0;
  position: relative;
  width: 100%; }

/* line 2636, theme.scss */
.ui-slider-handle {
  background: #231f20;
  border-radius: 50%;
  height: 10px;
  position: absolute;
  z-index: 2;
  top: -3px;
  margin-left: -5px;
  width: 10px; }

/* line 2637, theme.scss */
.ui-slider-range.ui-widget-header {
  background: #d9b807;
  height: 5px;
  position: absolute; }

/* line 2638, theme.scss */
.filter__price__limit {
  margin-top: 20px; }

/* line 2639, theme.scss */
.filter__reset {
  margin-top: 20px;
  text-align: center; }

/* line 2641, theme.scss */
.circle-btn.callback {
  line-height: 2; }

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

/* line 2649, theme.scss */
.chkbx:checked + .chkbx-control::before {
  content: '✓';
  font-size: 18px;
  top: -3px;
  position: absolute;
  left: 5px; }

/* line 2659, theme.scss */
.feedback-modal input {
  border-radius: 0; }

/* line 2663, theme.scss */
.col__item__new {
  background: url(novinka.png) 0 0 no-repeat;
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 70px; }

/* line 2671, theme.scss */
.selector-wrapper {
  margin-top: 20px; }
  /* line 2673, theme.scss */
  .selector-wrapper label {
    margin-right: 10px; }

/* line 2677, theme.scss */
.blog__title a {
  color: #686767;
  text-decoration: none; }
  /* line 2680, theme.scss */
  .blog__title a:hover {
    text-decoration: underline; }

/* line 2684, theme.scss */
.blog__date {
  color: #999999;
  font-size: 10px;
  margin: 0 0 10px 0; }

/* line 2689, theme.scss */
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

/* line 2696, theme.scss */
.blog__details a {
  font-style: italic;
  margin-top: 8px;
  color: #686767;
  text-decoration: none; }
  /* line 2701, theme.scss */
  .blog__details a:hover {
    text-decoration: underline; }

/* line 2705, theme.scss */
.blog__c {
  margin-top: 20px; }

/* line 2708, theme.scss */
.blog__title {
  font-size: 18px; }

/* line 2711, theme.scss */
.links.fl {
  float: none; }

/* line 2715, theme.scss */
#delivery_address .field {
  display: block; }
/* line 2718, theme.scss */
#delivery_address .wide_set .field-content {
  width: 100% !important;
  margin: 5px 0;
  float: none; }
/* line 2723, theme.scss */
#delivery_address .field-label {
  margin: 10px 0;
  width: 100%;
  float: none; }
/* line 2728, theme.scss */
#delivery_address .field-content {
  float: none; }

/* line 2733, theme.scss */
form[action="/client_account/password/reset"] .field, form[action="/client_account/feedback/auth_create"] .field {
  margin-top: 8px;
  display: block; }
/* line 2737, theme.scss */
form[action="/client_account/password/reset"] .small_label .field-label, form[action="/client_account/feedback/auth_create"] .small_label .field-label {
  width: 100%; }
/* line 2740, theme.scss */
form[action="/client_account/password/reset"] .wide_set .field-content, form[action="/client_account/feedback/auth_create"] .wide_set .field-content {
  width: 100% !important;
  margin: 10px 0 0 0;
  min-width: 100% !important;
  max-width: 100% !important; }

/* line 2748, theme.scss */
#contacts .field {
  flex-wrap: wrap; }

/* line 2751, theme.scss */
#contacts .field-label {
  width: 100% !important;
  margin: 10px 0; }

/* line 2755, theme.scss */
#contacts .wide_set .field-content {
  width: 100% !important;
  margin: 10px 0; }

/* line 2759, theme.scss */
.wide_set .field-content {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important; }

/* line 2764, theme.scss */
.index-banner {
  display: flex; }

/* line 2767, theme.scss */
.mobile-modal {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  width: 100%; }

/* line 2773, theme.scss */
.mobile-link {
  font-size: 18px;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  width: 100%; }

/* line 2781, theme.scss */
#feedback_form table, #feedback_form textarea {
  width: 100% !important;
  max-width: 650px; }

/* line 2786, theme.scss */
.from-480 {
  display: none; }

/* line 2790, theme.scss */
.scroll_top {
  background: #f9f9f9 url(menu_bg-new.png) repeat;
  border-radius: 15px;
  color: #231f20;
  display: block;
  text-decoration: none;
  padding: 5px; }
