@charset "UTF-8";
.added-cart a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1;
}
.site-path li:last-child a {
  pointer-events: none;
}
.gr-compare-btn {
  display: flex;
  align-items: center;
  margin-top: -2px;
  position: relative;
}
.gr-compare-btn .gr-compare-btn-amount {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #6c6c6c;
  color: #fff;
  font-size: 13px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 2px;
  left: 19px;
  text-align: center;
  padding: 1px 0 0 1px;
}
.gr-compare-btn .com_text {
  font: 500 13px / 49px "exo_2";
  color: #4a90e2;
  cursor: pointer;
}
.gr-compare-btn .compare_img {
  background-color: #4a90e2;
  background-image: url(/t/images/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 20px;
}
.gr-compare-btn.active .compare_img {
  background-color: #efc10a;
  background-image: url(/t/images/compare-active.png);
}
.product-compare {
  background-color: #4a90e2;
  background-image: url(/t/images/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}
.product-compare.product-compare-added {
  background-color: #efc10a;
  background-image: url(/t/images/compare-active.png);
}
.product-list .product-compare::before {
  display: none;
}
.product-side-r .product-compare-btn-wrapper .product-compare {
  background: none;
}
.product-side-r .product-compare-btn-wrapper .product-compare::before, .product-side-r .product-compare-btn-wrapper .product-compare:hover::before {
  background-color: #4a90e2;
  background-image: url(/t/images/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}
.product-side-r .product-compare-btn-wrapper .product-compare.product-compare-added::before, .product-side-r .product-compare-btn-wrapper .product-compare.product-compare-added:hover::before {
  background-color: #efc10a;
  background-image: url(/t/images/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}
.top-block .product-compare {
  background: none !important;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.top-block .product-compare label .compare_img_top {
  background-color: #4a90e2;
  background-image: url(/t/images/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 5px;
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.remodal.compare-remodal {
  padding: 0;
  width: auto;
}
.remodal.compare-remodal .remodal-close-btn svg {
  width: 20px;
  height: 20px;
  display: none;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_small_icon {
  display: none;
}
.compare-remodal__body {
  overflow-x: auto;
  padding: 55px 35px;
}
.shop2-compare-page {
  color: var(--on_gr_bg_sec_text);
  font-family: var(--font1);
  height: auto;
  background: var(--gr_bg);
}
.shop2-compare-page h1 {
  margin: 0;
}
.shop2-compare-product-image {
  position: relative;
  padding-top: 100%;
  height: auto;
  width: auto;
  font-size: 0;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
.shop2-compare-product-image.shop2-compare-product-not-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.shop2-compare-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.shop2-compare-product-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_product_img_overlay);
}
.shop2-compare-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop2-compare-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.shop2-compare-product-name {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-family: var(--font2);
  font-weight: var(--font2_500);
}
.shop2-compare-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
}
.shop2-compare-product-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.shop2-compare-data .shop2-product-options .shop2-color-ext-list {
  padding-top: 5px;
}
.shop2-compare-color {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: 0 !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px;
  border-radius: var(--gr_small_radius);
}
.gr-svg-icon.gr_big_icon, .gr-svg-icon.gr_small_icon, .shop2-compare-color.shop2-color-ext-selected span {
  display: none;
}
.shop2-compare-color:first-child {
  margin-left: 0 !important;
}
.shop2-compare-color:first-child.active {
  margin-left: 7px !important;
}
.shop2-compare-color.active {
  outline: 0 !important;
}
.shop2-compare-color.active:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: 0 0;
}
.shop2-compare-color.active:before, .shop2-compare-color:before {
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: 0 0;
}
.shop2-compare-color.active:before {
  border: none;
}
.shop2-compare-color.shop2-color-ext-selected {
  outline: 0 !important;
}
.shop2-compare-color:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
}
.shop2-compare-color:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: 0 0;
}
.shop2-compare-color img, .shop2-compare-color span {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
a.shop2-compare-delete {
  margin: 14px 0 10px;
  border: none;
  font-size: 14px;
  line-height: 1.1;
  color: var(--on_gr_bg_sec_text);
  text-decoration: none;
}
a.shop2-compare-delete span {
  padding-right: 16px;
}
a.shop2-compare-delete span svg {
  right: -10px;
  fill: var(--on_gr_bg_sec_text);
}
a.shop2-compare-delete ins {
  vertical-align: top;
  display: inline-block;
  transition: all 0.18s linear;
  border-bottom: 1px solid transparent;
  width: auto;
  height: auto;
  position: static;
  background: 0 0;
  margin: 0;
  text-decoration: none;
}
a.shop2-compare-delete:hover {
  color: var(--on_gr_bg_acc_text);
}
a.shop2-compare-delete:hover span svg {
  fill: var(--on_gr_bg_acc_text);
}
a.shop2-compare-delete:hover ins {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.shop2-compare-switch a {
  margin: 15px 6px 10px 0;
}
.shop2-compare-switch a.shop2-compare-switch-active {
  color: var(--gr_btn_3_text_h);
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_accent_4);
  background: 0 0;
}
.shop2-compare-switch a:last-child {
  margin-right: 0;
}
h3, h4 {
  margin: 1em 0;
}
h5, h6 {
  margin: 20px 0;
}
.shop2-compare-table td {
  border-bottom-color: #e5e5e5;
  width: 220px;
  min-width: 220px;
  padding-right: 25px;
}
.shop2-compare-data {
  color: var(--on_gr_bg_acc_text);
}
.shop2-compare-data td:first-child {
  width: 342px;
  min-width: 342px;
  padding-left: 0;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/1.1 var(--font1);
}
.shop2-compare-data td:nth-child(n+2) {
  color: var(--on_gr_bg_sec_text);
  font: 14px/1.14 var(--font1);
}
.shop2-compare-data a {
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.shop2-compare-data a.compare-img-link {
  border: none;
}
.shop2-compare-data a:hover {
  text-decoration: none;
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop2-compare-header2 td {
  border-bottom-width: 0;
  vertical-align: middle;
}
.shop2-compare-header2 td:first-child {
  width: 360px;
  min-width: 360px;
  display: flex;
}
body, html {
  min-width: 320px;
}
.shop2-compare-switch a {
  padding-left: 15px;
  padding-right: 15px;
}
.shop2-compare-product-price {
  font-size: 0;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font2);
  font-weight: var(--font2_700);
}
.shop2-compare-product-price.price_on_request {
  transform: translateY(2px);
}
.shop2-compare-product-price.price_on_request strong {
  font-size: 15px;
  line-height: 1.3;
}
.shop2-compare-product-price strong {
  font-size: 20px;
  line-height: 1;
}
.shop2-compare-product-price span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}
.remodal-overlay {
  position: fixed;
  z-index: 1999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
.remodal-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
.remodal-overlay, .remodal-wrapper {
  backface-visibility: hidden;
}
.remodal {
  position: relative;
  outline: 0;
  text-size-adjust: 100%;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
}
.remodal-is-initialized {
  display: inline-block;
}
.remodal-close, .remodal-close:before {
  position: absolute;
  top: 0;
  display: block;
  width: 35px;
  left: 0;
}
.remodal-bg.remodal-is-opened, .remodal-bg.remodal-is-opening {
  filter: blur(3px);
}
.remodal-overlay.remodal-is-closing, .remodal-overlay.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}
.remodal.remodal-is-closing, .remodal.remodal-is-opening {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
.remodal-close {
  overflow: visible;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: 0 0;
}
.remodal-close:focus, .remodal-close:hover {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  content: "×";
  text-align: center;
}
.remodal-cancel, .remodal-confirm {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:focus, .remodal-confirm:hover {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.YMaps, .thumb, .ymaps-map, mark {
  color: #000;
}
.remodal-cancel:focus, .remodal-cancel:hover {
  background: #ef5350;
}
.remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner, .remodal-confirm::-moz-focus-inner {
  padding: 0;
  border: 0;
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 400px;
}
.remodal.compare-remodal {
  padding: 0;
  width: auto;
}
.remodal.compare-remodal .remodal-close-btn svg {
  width: 20px;
  height: 20px;
  display: none;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_small_icon {
  display: none;
}
.remodal.compare-remodal {
  padding: 0;
  width: auto;
}
.remodal.compare-remodal .remodal-close-btn svg {
  width: 20px;
  height: 20px;
  display: none;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: block;
}
.remodal.compare-remodal .remodal-close-btn svg.gr_small_icon {
  display: none;
}
.compare-remodal__body {
  overflow-x: auto;
  padding: 55px 35px;
}
.shop2-compare-page {
  color: var(--on_gr_bg_sec_text);
  font-family: var(--font1);
  height: auto;
  background: var(--gr_bg);
}
.shop2-compare-page h1 {
  margin: 0;
}
.shop2-compare-product-image {
  position: relative;
  padding-top: 100%;
  height: auto;
  width: auto;
  font-size: 0;
  margin: 0 0 18px;
  border-radius: var(--gr_inner_radius);
}
.shop2-compare-product-image.shop2-compare-product-not-image {
  background: var(--noImageDefault);
  background-size: 50%;
}
.shop2-compare-product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  overflow: hidden;
  border-radius: var(--gr_inner_radius);
  text-decoration: none;
  display: flex;
}
.shop2-compare-product-image a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  background: var(--gr_product_img_overlay);
}
.shop2-compare-product-image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop2-compare-product-image:hover .quick-view-trigger {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1, 1);
}
.shop2-compare-product-name {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0.6em;
  font-family: var(--font2);
  font-weight: var(--font2_500);
}
.shop2-compare-product-name a {
  color: var(--on_gr_bg_acc_text);
  text-decoration: none;
}
.shop2-compare-product-name a:hover {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.shop2-compare-data .shop2-product-options .shop2-color-ext-list {
  padding-top: 5px;
}
.shop2-compare-color {
  position: relative;
  cursor: pointer;
  width: 28px !important;
  height: 28px;
  border: none;
  float: none;
  outline: 0 !important;
  display: inline-block;
  vertical-align: top;
  margin: 5px 6px;
  border-radius: var(--gr_small_radius);
}
.gr-svg-icon.gr_big_icon, .gr-svg-icon.gr_small_icon, .shop2-compare-color.shop2-color-ext-selected span {
  display: none;
}
.shop2-compare-color:first-child {
  margin-left: 0 !important;
}
.shop2-compare-color:first-child.active {
  margin-left: 7px !important;
}
.shop2-compare-color.active {
  outline: 0 !important;
}
.shop2-compare-color.active:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px var(--gr_primary_6);
  background: 0 0;
}
.shop2-compare-color.active:before, .shop2-compare-color:before {
  box-shadow: inset 0 0 0 1px var(--on_gr_bg_border_08);
  background: 0 0;
}
.shop2-compare-color.active:before {
  border: none;
}
.shop2-compare-color.shop2-color-ext-selected {
  outline: 0 !important;
}
.shop2-compare-color:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: var(--gr_small_radius);
  border: none;
}
.shop2-compare-color:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: 0 0;
}
.shop2-compare-color img, .shop2-compare-color span {
  width: 28px;
  height: 28px;
  border-radius: var(--gr_small_radius);
}
a.shop2-compare-delete:hover span svg {
  fill: var(--on_gr_bg_acc_text);
}
a.shop2-compare-delete:hover ins {
  border-bottom-color: var(--on_gr_bg_acc_text_5);
}
.shop2-compare-switch a {
  margin: 15px 6px 10px 0;
}
.shop2-compare-switch a:last-child {
  margin-right: 0;
}
h3, h4 {
  margin: 1em 0;
}
h5, h6 {
  margin: 20px 0;
}
.shop2-compare-data {
  color: var(--on_gr_bg_acc_text);
}
.shop2-compare-data td:first-child {
  width: 342px;
  min-width: 342px;
  padding-left: 0;
  color: var(--on_gr_bg_sec_text_6);
  font: 14px/1.1 var(--font1);
}
.shop2-compare-data td:nth-child(n+2) {
  color: var(--on_gr_bg_sec_text);
  font: 14px/1.14 var(--font1);
}
.shop2-compare-data a {
  transition: all 0.2s;
  border-bottom: 1px solid transparent;
}
.shop2-compare-data a.compare-img-link {
  border: none;
}
.shop2-compare-data a:hover {
  text-decoration: none;
  border-bottom-color: var(--on_gr_bg_link_5);
}
.shop2-compare-header2 td {
  border-bottom-width: 0;
  vertical-align: middle;
}
.shop2-compare-header2 td:first-child {
  width: 360px;
  min-width: 360px;
}
body, html {
  min-width: 320px;
}
.shop2-compare-switch a {
  padding-left: 15px;
  padding-right: 15px;
}
.shop2-compare-product-price {
  font-size: 0;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font2);
  font-weight: var(--font2_700);
}
.shop2-compare-product-price.price_on_request {
  transform: translateY(2px);
}
.shop2-compare-product-price.price_on_request strong {
  font-size: 15px;
  line-height: 1.3;
}
.shop2-compare-product-price strong {
  font-size: 20px;
  line-height: 1;
}
.shop2-compare-product-price span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.gr-btn-icon-left-2 span i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
#search-result .icon-btns .search-result-btn span, .card-product-preview__btns .icon-btns .card_popup_close span, .card-product-preview__btns .icon-btns .gr_cart_btn span, .cart-popup__btns .icon-btns .gr-order-one-page span, .cart-popup__btns .icon-btns .gr_cart_btn span, .contacts-popup .contacts-callback-btn__link span, .contacts-popup .icon-btns .contacts-callback-btn__link span, .filter-block .icon-btns .gr-filter-more__btn span, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-reset span, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset span, .folders-submenu .icon-btns a.folders-submenu__next span, .folders-submenu .icon-btns a.folders-submenu__prev span, .folders-submenu a.folders-submenu__next span, .gr-btn-icon-right span, .gr-field-style .icon-btns input[type=button] span, .icon-btns #orderForm input[type=button] span, .icon-btns #search-result .search-result-btn span, .icon-btns .card-product-preview__btns .card_popup_close span, .icon-btns .card-product-preview__btns .gr_cart_btn span, .icon-btns .cart-popup__btns .gr-order-one-page span, .icon-btns .cart-popup__btns .gr_cart_btn span, .icon-btns .contacts-popup .contacts-callback-btn__link span, .icon-btns .filter-block .gr-filter-more__btn span, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-go span, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-reset span, .icon-btns .folders-submenu a.folders-submenu__next span, .icon-btns .folders-submenu a.folders-submenu__prev span, .icon-btns .gr-btn-1 span, .icon-btns .gr-btn-2 span, .icon-btns .gr-btn-3 span, .icon-btns .gr-field-style input[type=button] span, .icon-btns .inner-folders li a span, .icon-btns .lazy-pagelist .lazy-pagelist-btn span, .icon-btns .login-form .user-block__logout .user-logout-btn span, .icon-btns .login-form .user-block__orders .user-orders-btn span, .icon-btns .login-form__enter .user-enter-btn span, .icon-btns .login-form__reg .user-reg-btn span, .icon-btns .product-list.list .product-item .buy-one-click span, .icon-btns .product-list.list .product-item .buy-one-click.buy_one_click_action span, .icon-btns .product-list.simple .product-item .buy-one-click span, .icon-btns .product-list.simple .product-item .buy-one-click.buy_one_click_action span, .icon-btns .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click span, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click span, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click span, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .icon-btns .product_columns_5 .product-list.thumbs .product-item .buy-one-click span, .icon-btns .product_columns_5 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span, .icon-btns .search-form .gr-filter-more__btn span, .icon-btns .search-form .search-rows__btn .search-btn span, .icon-btns .shop2-btn.shop2-btn-back span, .icon-btns .shop2-compare-switch a span, .icon-btns .shop2-product-options .option-body .file span, .icon-btns .shop2-vendor-folders li a span, .icon-btns .site-footer .footer-callback-btn a span, .icon-btns .site-footer-2 .footer-callback-btn a span, .icon-btns .site-header .header-callback-btn a span, .icon-btns .smart-search-folders__list li a span, .icon-btns .smart-search-vendors__list li a span, .icon-btns .special-popup__btn a span, .icon-btns .timer-block__btn a span, .icon-btns .tpl-field input[type=button] span, .inner-folders li .icon-btns a span, .lazy-pagelist .icon-btns .lazy-pagelist-btn span, .lazy-pagelist .lazy-pagelist-btn span, .login-form .user-block__logout .icon-btns .user-logout-btn span, .login-form .user-block__orders .icon-btns .user-orders-btn span, .login-form__enter .icon-btns .user-enter-btn span, .login-form__reg .icon-btns .user-reg-btn span, .product-list.list .product-item .icon-btns .buy-one-click span, .product-list.list .product-item .icon-btns .buy-one-click.buy_one_click_action span, .product-list.simple .product-item .icon-btns .buy-one-click span, .product-list.simple .product-item .icon-btns .buy-one-click.buy_one_click_action span, .product-quick-view .shop2-product .form-additional .icon-btns .gr-quick-more-btn span, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .product_columns_5 .product-list.thumbs .product-item .icon-btns .buy-one-click span, .product_columns_5 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span, .search-form .icon-btns .gr-filter-more__btn span, .search-form .search-rows__btn .icon-btns .search-btn span, .shop2-compare-switch .icon-btns a span, .shop2-product-options .option-body .file span, .shop2-product-options .option-body .icon-btns .file span, .shop2-vendor-folders li .icon-btns a span, .site-footer .footer-callback-btn .icon-btns a span, .site-footer-2 .footer-callback-btn .icon-btns a span, .site-header .header-callback-btn .icon-btns a span, .smart-search-folders__list li .icon-btns a span, .smart-search-vendors__list li .icon-btns a span, .sorting-panel .filter-popup-btn span, .sorting-wrap .sorting-block__title span, .sorting-wrap .sorting-button span, .special-popup__btn .icon-btns a span, .timer-block__btn .icon-btns a span, .tpl-field .icon-btns input[type=button] span, a.shop2-compare-delete span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 36px;
}
#search-result .icon-btns .search-result-btn span svg, .card-product-preview__btns .icon-btns .card_popup_close span svg, .card-product-preview__btns .icon-btns .gr_cart_btn span svg, .cart-popup__btns .icon-btns .gr-order-one-page span svg, .cart-popup__btns .icon-btns .gr_cart_btn span svg, .contacts-popup .contacts-callback-btn__link span svg, .contacts-popup .icon-btns .contacts-callback-btn__link span svg, .filter-block .icon-btns .gr-filter-more__btn span svg, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-go span svg, .filter-block .shop2-filter-btns .icon-btns .shop2-filter-reset span svg, .filter-block .shop2-filter-btns .shop2-filter-reset.gr_filter_reset span svg, .folders-submenu .icon-btns a.folders-submenu__next span svg, .folders-submenu .icon-btns a.folders-submenu__prev span svg, .folders-submenu a.folders-submenu__next span svg, .gr-btn-icon-right span svg, .gr-field-style .icon-btns input[type=button] span svg, .icon-btns #orderForm input[type=button] span svg, .icon-btns #search-result .search-result-btn span svg, .icon-btns .card-product-preview__btns .card_popup_close span svg, .icon-btns .card-product-preview__btns .gr_cart_btn span svg, .icon-btns .cart-popup__btns .gr-order-one-page span svg, .icon-btns .cart-popup__btns .gr_cart_btn span svg, .icon-btns .contacts-popup .contacts-callback-btn__link span svg, .icon-btns .filter-block .gr-filter-more__btn span svg, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-go span svg, .icon-btns .filter-block .shop2-filter-btns .shop2-filter-reset span svg, .icon-btns .folders-submenu a.folders-submenu__next span svg, .icon-btns .folders-submenu a.folders-submenu__prev span svg, .icon-btns .gr-btn-1 span svg, .icon-btns .gr-btn-2 span svg, .icon-btns .gr-btn-3 span svg, .icon-btns .gr-field-style input[type=button] span svg, .icon-btns .inner-folders li a span svg, .icon-btns .lazy-pagelist .lazy-pagelist-btn span svg, .icon-btns .login-form .user-block__logout .user-logout-btn span svg, .icon-btns .login-form .user-block__orders .user-orders-btn span svg, .icon-btns .login-form__enter .user-enter-btn span svg, .icon-btns .login-form__reg .user-reg-btn span svg, .icon-btns .product-list.list .product-item .buy-one-click span svg, .icon-btns .product-list.list .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .product-list.simple .product-item .buy-one-click span svg, .icon-btns .product-list.simple .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .product-quick-view .shop2-product .form-additional .gr-quick-more-btn span svg, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click span svg, .icon-btns .product_columns_2 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click span svg, .icon-btns .product_columns_3 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click span svg, .icon-btns .product_columns_4 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .product_columns_5 .product-list.thumbs .product-item .buy-one-click span svg, .icon-btns .product_columns_5 .product-list.thumbs .product-item .buy-one-click.buy_one_click_action span svg, .icon-btns .search-form .gr-filter-more__btn span svg, .icon-btns .search-form .search-rows__btn .search-btn span svg, .icon-btns .shop2-btn.shop2-btn-back span svg, .icon-btns .shop2-compare-switch a span svg, .icon-btns .shop2-product-options .option-body .file span svg, .icon-btns .shop2-vendor-folders li a span svg, .icon-btns .site-footer .footer-callback-btn a span svg, .icon-btns .site-footer-2 .footer-callback-btn a span svg, .icon-btns .site-header .header-callback-btn a span svg, .icon-btns .smart-search-folders__list li a span svg, .icon-btns .smart-search-vendors__list li a span svg, .icon-btns .special-popup__btn a span svg, .icon-btns .timer-block__btn a span svg, .icon-btns .tpl-field input[type=button] span svg, .inner-folders li .icon-btns a span svg, .lazy-pagelist .icon-btns .lazy-pagelist-btn span svg, .lazy-pagelist .lazy-pagelist-btn span svg, .login-form .user-block__logout .icon-btns .user-logout-btn span svg, .login-form .user-block__orders .icon-btns .user-orders-btn span svg, .login-form__enter .icon-btns .user-enter-btn span svg, .login-form__reg .icon-btns .user-reg-btn span svg, .product-list.list .product-item .icon-btns .buy-one-click span svg, .product-list.list .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .product-list.simple .product-item .icon-btns .buy-one-click span svg, .product-list.simple .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .product-quick-view .shop2-product .form-additional .icon-btns .gr-quick-more-btn span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .product_columns_2 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .product_columns_3 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .product_columns_4 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .product_columns_5 .product-list.thumbs .product-item .icon-btns .buy-one-click span svg, .product_columns_5 .product-list.thumbs .product-item .icon-btns .buy-one-click.buy_one_click_action span svg, .search-form .icon-btns .gr-filter-more__btn span svg, .search-form .search-rows__btn .icon-btns .search-btn span svg, .shop2-compare-switch .icon-btns a span svg, .shop2-product-options .option-body .file span svg, .shop2-product-options .option-body .icon-btns .file span svg, .shop2-vendor-folders li .icon-btns a span svg, .site-footer .footer-callback-btn .icon-btns a span svg, .site-footer-2 .footer-callback-btn .icon-btns a span svg, .site-header .header-callback-btn .icon-btns a span svg, .smart-search-folders__list li .icon-btns a span svg, .smart-search-vendors__list li .icon-btns a span svg, .sorting-panel .filter-popup-btn span svg, .sorting-wrap .sorting-block__title span svg, .sorting-wrap .sorting-button span svg, .special-popup__btn .icon-btns a span svg, .timer-block__btn .icon-btns a span svg, .tpl-field .icon-btns input[type=button] span svg, a.shop2-compare-delete span svg {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
.gr-btn-icon-right-2 span, .gr-more-btn-style span, .product-list.list .product-item .gr-product-options .gr-options-more__btn span, .product-list.simple .product-item .gr-product-options .gr-options-more__btn span {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding-right: 36px;
}
.gr-btn-icon-right-2 span i, .gr-more-btn-style span i, .product-list.list .product-item .gr-product-options .gr-options-more__btn span i, .product-list.simple .product-item .gr-product-options .gr-options-more__btn span i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
}
@media only screen and (min-width: 640px) {
  .remodal {
    max-width: 1200px;
  }
}
.shop2-compare-switch a {
  padding-left: 15px;
  padding-right: 15px;
}
.shop2-compare-product-price {
  font-size: 0;
  color: var(--on_gr_bg_acc_text);
  font-family: var(--font2);
  font-weight: var(--font2_700);
}
.shop2-compare-product-price.price_on_request {
  transform: translateY(2px);
}
.shop2-compare-product-price.price_on_request strong {
  font-size: 15px;
  line-height: 1.3;
}
.shop2-compare-product-price strong {
  font-size: 20px;
  line-height: 1;
}
.shop2-compare-product-price span {
  font-size: 14px;
  line-height: 1;
  padding-left: 5px;
}
.shop2-compare-switch a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--gr_btn_overlay_15);
}
.remodal .remodal-close-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 9;
  background: none;
  box-shadow: none;
}
.remodal .remodal-close-btn svg {
  width: 20px;
  height: 20px;
}
.remodal .remodal-close-btn svg.gr_big_icon {
  width: 30px;
  height: 30px;
  display: none;
}
.remodal .remodal-close-btn svg.gr_small_icon {
  display: none;
}
.remodal .tpl-field {
  margin: 0 0 20px;
}
.remodal .tpl-field.type-textarea {
  font-size: 0;
}
.remodal .tpl-field.tpl-field-button {
  padding-top: 10px;
  margin-bottom: 0;
}
.card-product-preview__title, .cart-popup__title, .contacts-popup__title, .filter-block .shop2-filter__header, .login-form__header, .product-quick-view .quick-card-page__title h1, .remodal .tpl-anketa__title, .remodal-block-title, .search-form__header, .shop2-compare-page h1, .special-popup__header {
  padding: 0 0 30px;
  font-size: 26px;
  line-height: 1.1;
  font-family: var(--font2);
  font-weight: var(--font2_500);
  color: var(--on_gr_bg_acc_text);
}
.site-sprite {
  padding: 20px 0 0;
}
.site-sprite .gr_big_icon, .site-sprite .gr_small_icon {
  display: inline-block;
}
.site-sprite span {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 20px;
}
.site-sprite span svg:nth-child(2), .site-sprite span svg:nth-child(3) {
  margin-top: 15px;
}
.shop2-compare-switch a:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  border-radius: var(--gr_btn_radius);
  transition: all 0.18s linear;
  opacity: 0;
  visibility: hidden;
  background: var(--gr_btn_overlay_15);
}
#sandbox_theme_panel_1814708 {
  top: inherit !important;
  bottom: 0 !important;
}
.go-to-compare-btn i {
  display: none;
}
#shop2-alert.shop2-alert--warning {
  padding-right: 50px !important;
}
@media (max-width: 640px) {
  #shop2-alert.shop2-alert--warning {
    margin-left: 0 !important;
    margin-top: 0 !important;
    left: 10px !important;
    right: 10px !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  #shop2-alert.shop2-alert--warning #shop2-alert-body {
    padding-bottom: 0 !important;
  }
}
* {
  box-sizing: border-box;
}
.stub-product-card {
  margin-top: 60px;
}
#shop2-msg {
  display: none;
  z-index: 1100;
  position: absolute;
  overflow: hidden;
  width: 200px;
  padding: 4px 14px;
  border: 1px solid #e1c893;
  background-color: #f2e6cf;
  -webkit-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  -moz-box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  box-shadow: #fdfbf7 0 1px 0 inset, rgba(0, 0, 0, 0.45) 0 2px 6px;
  text-align: left;
  line-height: 17px;
  font-size: 12px;
  color: #494949;
  width: auto;
}
#shop2-msg p {
  margin: 10px 0;
  padding: 0;
}
.shop2-product-data {
  margin: 30px 0;
}
.shop2-product-data ul.shop2-product-tabs {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
  display: flex;
}
.shop2-product-data ul.shop2-product-tabs li {
  border: 1px solid #ccc;
  border-radius: 7px 7px 0 0;
  margin-right: 10px;
}
.shop2-product-data ul.shop2-product-tabs li a {
  display: block;
  text-decoration: none;
  font-size: 17px;
  font-weight: normal;
  padding: 10px 30px 15px;
  color: #000;
  height: auto;
}
.shop2-product-data ul.shop2-product-tabs li a span {
  background-color: #ccc;
  color: #ccc;
  border-radius: 4px;
}
.shop2-product-data ul.shop2-product-tabs li.active-tab {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
}
.shop2-product-data .shop2-product-desc {
  background-color: #f2f2f2;
  border-radius: 7px;
  margin-top: -5px;
  padding: 25px;
  position: relative;
}
.shop2-product-data .shop2-product-desc .stub-product {
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 480px) {
  .shop2-product-data ul.shop2-product-tabs {
    flex-direction: column;
  }
  .shop2-product-data ul.shop2-product-tabs li {
    margin: 0 0 5px;
    border-radius: 7px;
  }
  .shop2-product-data ul.shop2-product-tabs li a {
    padding-bottom: 25px;
  }
  .shop2-product-data .shop2-product-desc {
    margin-top: 0;
  }
}
.stub-feedback-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.compare-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/compare-normal.png);
  background-size: 20px;
  transition: background-image 0.5s;
}
.compare-icon .counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: #6c6c6c;
  color: #fff;
  font-size: 13px;
  width: 19px;
  height: 19px;
  position: absolute;
  top: -5px;
  right: -5px;
}
.compare-icon.active {
  background-color: #ff6531;
  background-image: url(../images/compare-active.png);
}
.compare-counter {
  margin-right: 40px;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.compare-counter a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.compare-counter .compare-icon {
  margin-right: 10px;
}
.compare-counter.active .compare-icon {
  background-color: #ff6531;
  background-image: url(../images/compare-active.png);
}
.compare-counter.active a {
  color: #ff7044;
  text-decoration: underline;
  pointer-events: auto;
}
.compare-counter.active a:hover {
  text-decoration: none;
}
@media (max-width: 639px) {
  .compare-counter {
    margin-right: 0;
    position: relative;
  }
  .compare-counter a {
    font-size: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media (max-width: 360px) {
  .compare-counter .compare-icon {
    margin-right: 5px;
    margin-left: 5px;
  }
}
.stub-product .compare-icon {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #fff;
  border: 2px solid #ececec;
  cursor: pointer;
}
.stub-product .compare-icon.active {
  background-color: #ff6531;
  background-image: url(../images/compare-active.png);
}
.stub-product-card .compare-product {
  display: flex;
  align-items: center;
}
.stub-product-card .compare-product a {
  color: #000;
  text-decoration: none;
  pointer-events: none;
}
.stub-product-card .compare-product .compare-icon {
  margin-right: 10px;
}
.stub-product-card .compare-product.active a {
  color: #ff7044;
  text-decoration: underline;
  pointer-events: auto;
}
.stub-product-card .compare-product.active a:hover {
  text-decoration: underline;
}
.stub-product-card .compare-icon {
  border: 2px solid #ececec;
  cursor: pointer;
}
.compares {
  padding: 30px 0;
  display: none;
}
.compares .stub-product-list {
  flex-direction: row;
  gap: 0;
}
.compares .stub-product-list__left {
  flex: 0 0 35%;
}
.compares .stub-product-list__right {
  flex: 0 0 65%;
  max-width: 65%;
  overflow: auto;
  margin-bottom: -25px;
}
.compares .stub-product-list__right .compare-item {
  display: none;
}
.compares .stub-product-list__right .compare-item.visible {
  display: flex;
}
.compares .compare-item {
  display: flex;
  flex-direction: column;
}
.compares .compare-item__top {
  display: flex;
  flex: 0 0 340px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  color: #000;
  padding-bottom: 20px;
}
.compares .compare-item__top .title {
  font-size: 20px;
  margin-bottom: 5px;
}
.compares .compare-item__top .buttons span {
  display: inline-flex;
  width: 161px;
  height: 49px;
  border: 1px solid #dbdbdb;
  color: #000;
  font-size: 17px;
  font-weight: bold;
  margin-right: 5px;
  border-radius: 9px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.compares .compare-item__top .buttons span.active {
  color: #fff;
  background-color: #ff6531;
  border-color: #ff6531;
}
.compares .compare-item__bottom {
  flex: 1 0 auto;
}
.compares .compare-options {
  display: flex;
  flex-direction: column;
}
.compares .compare-options-item {
  display: inline-flex;
  height: 54px;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 9px;
}
.compares .scroll-list {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
.compares .scroll-list .compare-item {
  width: 245px;
}
.compares .scroll-list .compare-item__top {
  justify-content: flex-start;
}
.compares .scroll-list .compare-item__top .product-image {
  height: 170px;
  margin-bottom: 5px;
}
.compares .scroll-list .compare-item__top .product-image img {
  max-width: 100%;
}
.compares .scroll-list .compare-item__top .tpl-stars {
  margin-bottom: 5px;
  margin-left: 15px;
}
.compares .scroll-list .compare-item__top .product-name {
  font-size: 17px;
  margin-bottom: 15px;
  margin-left: 15px;
}
.compares .scroll-list .compare-item__top .product-name a {
  text-decoration: none;
  color: #000;
}
.compares .scroll-list .compare-item__top .product-price {
  margin-left: 15px;
  font-size: 17px;
}
.compares .scroll-list .compare-item__top .product-price .price-current strong {
  font-size: 22px;
}
.compares .scroll-list .compare-item__top .compare-remove {
  margin-top: 25px;
}
.compares .scroll-list .compare-item__top .compare-remove a.shop2-compare-delete {
  color: #000;
  border: none;
}
.compares .scroll-list .compare-item__top .compare-remove a.shop2-compare-delete ins {
  left: auto;
  right: -30px;
}
.compares .shop2-product-options {
  display: flex;
  flex-direction: column;
  margin-right: -25px;
}
.compares .shop2-product-options .option-item {
  display: inline-flex;
  height: 54px;
  align-items: center;
  justify-content: flex-start;
  font-size: 17px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 15px;
  padding-right: 25px;
}
.compares .shop2-product-options .option-item .option-title {
  display: none;
}
.compares .shop2-product-options .option-item a {
  color: #ff6531;
  font-weight: bold;
}
.popup-compare-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility, opacity 0.4s;
}
.popup-compare-wrapper.opened {
  opacity: 1;
  visibility: visible;
  z-index: 9;
}
.popup-compare-inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  overflow: auto;
  max-height: 98vh;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
  width: 100%;
}
.popup-compare-inner::-webkit-scrollbar {
  display: none;
}
.popup-compare-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.popup-compare-close:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
  transform: rotate(-45deg);
  background-color: #7f7f7f;
}
.popup-compare-close:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 2px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -13px;
  transform: rotate(45deg);
  background-color: #7f7f7f;
}
.popup-compare-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.popup-compare-body {
  background-color: #fff;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  align-items: stretch;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px;
  border-radius: 15px;
}
@media (max-width: 960px) {
  .popup-compare-inner {
    width: auto;
    max-width: calc(100% - 40px);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .popup-compare form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popup-compare form .tpl-field {
    width: calc(100%);
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .popup-compare-wrapper {
    overflow: auto;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .popup-compare-inner {
    width: auto;
    max-width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .popup-compare-title {
    font-size: 20px;
  }
  .popup-compare-close {
    bottom: auto;
    top: 25px;
  }
  .popup-compare-body {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 20px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .popup-compare-body .compares {
    max-width: 100%;
  }
}
@media (max-width: 425px) {
  .stub-main-feedback-wrapper {
    display: flex;
  }
  .compares .compare-options-item {
    font-size: 14px;
  }
  .compares .shop2-product-options .option-item {
    font-size: 14px;
  }
  .compares .compare-item__top .buttons span {
    font-size: 14px;
    width: 140px;
  }
  .compares .scroll-list {
    gap: 10px;
  }
  .compares .scroll-list .compare-item {
    width: calc(100vw - 35vw - 55px);
  }
}
@media (max-width: 360px) {
  .stub-main-top {
    gap: 2px;
  }
}
.shop2-compare-delete span i {
  display: block;
  width: 11px;
  height: 11px;
  background: url(/g/shop2v2/default/images/compare-delete.png) 0 0 no-repeat;
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  right: 10px;
}
.com_title {
  text-align: left;
  font-size: 24px;
  color: #000;
}
.shop2-compare-switch a.shop2-compare-switch-active {
  color: #fff;
  background-color: #4a90e2;
  border-color: #4a90e2;
}
.shop2-compare-switch a {
  display: inline-flex;
  width: 161px;
  height: 49px;
  border: 1px solid #dbdbdb;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-right: 5px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.shop2-compare-switch a ins {
  text-decoration: none !important;
}
.menu_uslugi_main {
  height: auto;
  max-width: 100%;
}
.search-online-store-wrapper .search-online-store-title {
  width: auto;
}
.search-online-store-wrapper .search-online-store .block-title {
  width: auto;
}
@media (max-width: 600px) {
  .menu_uslugi_main {
    width: 60%;
  }
  .title_uslug.top-menu-btn {
    width: 80%;
    display: flex;
    align-items: center;
    flex-direction: unset;
    background-position: center;
    background-position-x: 76px;
    padding: 0 10px;
  }
}
html .top-categor-menu .level-2 {
  right: -230px !important;
}
.top-categor-menu {
  padding-right: 0;
}
.top-categor-menu li a {
  padding-right: 3px;
}
.fixed-panel-wrapper.fixed {
  padding: 0;
}
.top-categor-menu .level-3 {
  right: -230px !important;
}
.site-header {
  z-index: 9;
}
.header-modules__item.compare_item {
  display: flex;
}
.product-list .product-compare div, .product-list .product-compare .s1 {
  position: absolute;
  top: 41px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 28px;
  text-align: center;
  z-index: 3;
  font: 500 12px / 28px "exo_2";
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  text-decoration: underline;
  cursor: pointer;
  color: #4a90e2;
}
.product-side-r .product-compare-btn-wrapper .product-compare {
  display: flex;
  align-items: center;
}
.product-side-r .product-compare-btn-wrapper .product-compare .gr-compare-checkbox {
  margin-right: 3px;
}
.link-reset.custom-underlined-link {
  cursor: pointer;
}
.search-block {
  display: flex;
  z-index: 5;
}
#search-result {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 8px 8px 45px rgba(0, 0, 0, 0.15);
  max-height: 85vh;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 1023px) {
  #search-result {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  #search-result {
    border-radius: 0px;
    padding: 40px 0 26px;
    top: -20px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
#search-result .search-result-top {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #search-result .search-result-top {
    padding: 0 20px;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-top {
    display: block;
  }
}
#search-result .search-result-left {
  width: 350px;
}
@media (max-width: 1340px) {
  #search-result .search-result-left {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  #search-result .search-result-left {
    width: 100%;
  }
}
#search-result .search-result-left + .search-result-right {
  margin-left: 20px;
}
@media (max-width: 1170px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
@media (max-width: 639px) {
  #search-result .search-result-left + .search-result-right {
    margin: 20px 0 0;
  }
}
#search-result .search-result-right {
  width: calc(100% - 350px - 20px);
}
@media (max-width: 1340px) {
  #search-result .search-result-right {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1170px) {
  #search-result .search-result-right {
    width: 100%;
  }
}
#search-result .result-products .products-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  color: #111;
}
#search-result .result-products .products-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
#search-result .result-products .product-item {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #search-result .result-products .product-item {
    margin: 0 0 10px;
  }
}
#search-result .result-products .product-item:last-child {
  margin-bottom: 0;
}
#search-result .result-products .product-item:nth-child(n+8) {
  display: none;
}
#search-result .result-products .product-image {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}
#search-result .result-products .product-image.no-image a {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2282px%22%20height%3D%2268px%22%20%20viewBox%3D%220%200%2082%2068%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgb%28227%2C%20227%2C%20227%29%22%20d%3D%22M70.346%2C9.116%20L11.654%2C9.116%20C10.462%2C9.116%209.496%2C10.079%209.496%2C11.267%20L9.496%2C43.805%20C9.496%2C43.830%209.502%2C43.853%209.503%2C43.877%20C9.473%2C44.445%209.663%2C45.023%2010.086%2C45.468%20C10.904%2C46.331%2012.270%2C46.370%2013.136%2C45.553%20L25.846%2C33.566%20L38.291%2C44.679%20C38.990%2C45.304%2040.015%2C45.406%2040.825%2C44.931%20L51.419%2C38.721%20L61.787%2C46.929%20C62.184%2C47.243%2062.657%2C47.396%2063.127%2C47.396%20C63.763%2C47.396%2064.393%2C47.117%2064.819%2C46.582%20C65.560%2C45.651%2065.404%2C44.298%2064.471%2C43.559%20L52.943%2C34.433%20C52.244%2C33.879%2051.277%2C33.812%2050.507%2C34.263%20L39.996%2C40.425%20L27.246%2C29.039%20C26.409%2C28.292%2025.139%2C28.309%2024.324%2C29.079%20L13.811%2C38.993%20L13.811%2C13.419%20L68.189%2C13.419%20L68.189%2C54.579%20L13.811%2C54.579%20L13.811%2C51.981%20C13.811%2C50.793%2012.846%2C49.829%2011.654%2C49.829%20C10.462%2C49.829%209.496%2C50.793%209.496%2C51.981%20L9.496%2C56.731%20C9.496%2C57.920%2010.462%2C58.883%2011.654%2C58.883%20L70.346%2C58.883%20C71.538%2C58.883%2072.504%2C57.920%2072.504%2C56.731%20L72.504%2C11.267%20C72.504%2C10.079%2071.538%2C9.116%2070.346%2C9.116%20ZM77.359%2C0.001%20L4.641%2C0.001%20C2.083%2C0.001%200.001%2C2.059%200.001%2C4.589%20L0.001%2C63.409%20C0.001%2C65.939%202.083%2C67.997%204.641%2C67.997%20L77.359%2C67.997%20C79.917%2C67.997%2081.999%2C65.939%2081.999%2C63.409%20L81.999%2C4.589%20C81.999%2C2.059%2079.917%2C0.001%2077.359%2C0.001%20ZM77.683%2C63.409%20C77.683%2C63.566%2077.538%2C63.694%2077.359%2C63.694%20L4.641%2C63.694%20C4.462%2C63.694%204.317%2C63.566%204.317%2C63.409%20L4.317%2C4.589%20C4.317%2C4.432%204.462%2C4.304%204.641%2C4.304%20L77.359%2C4.304%20C77.538%2C4.304%2077.683%2C4.432%2077.683%2C4.589%20L77.683%2C63.409%20ZM34.273%2C25.524%20C34.273%2C29.152%2037.234%2C32.104%2040.872%2C32.104%20C44.510%2C32.104%2047.470%2C29.152%2047.470%2C25.524%20C47.470%2C21.896%2044.510%2C18.944%2040.872%2C18.944%20C37.234%2C18.944%2034.273%2C21.896%2034.273%2C25.524%20ZM43.155%2C25.524%20C43.155%2C26.779%2042.131%2C27.800%2040.872%2C27.800%20C39.613%2C27.800%2038.589%2C26.779%2038.589%2C25.524%20C38.589%2C24.268%2039.613%2C23.247%2040.872%2C23.247%20C42.131%2C23.247%2043.155%2C24.268%2043.155%2C25.524%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat #f7f7f7;
  background-size: 50%;
}
#search-result .result-products .product-image a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  text-decoration: none;
  border-radius: 5px;
  overflow: hidden;
}
#search-result .result-products .product-image a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#search-result .result-products .product-text {
  width: calc(100% - 20px - 60px);
}
#search-result .result-products .product-name {
  color: #111;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
}
#search-result .result-products .product-name a {
  transition: all 0.18s;
  color: inherit;
  text-decoration: none;
}
#search-result .result-products .product-name a:hover {
  color: #930004;
}
#search-result .result-products .product-text-price {
  margin-top: 13px;
}
#search-result .result-products .product-text-price .price-old {
  color: #1c1c1c;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
}
#search-result .result-products .product-text-price .price-old strong {
  position: relative;
  font-weight: 600;
  font-size: 15px;
}
#search-result .result-products .product-text-price .price-old strong:before {
  position: absolute;
  content: "";
  left: -2px;
  right: -2px;
  top: 50%;
  height: 1px;
  background: #ff3838;
  -webkit-transform: rotate(-8deg);
  -moz-transform: rotate(-8deg);
  -ms-transform: rotate(-8deg);
  -o-transform: rotate(-8deg);
  transform: rotate(-8deg);
}
#search-result .result-products .product-text-price .price {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #1c1c1c;
}
#search-result .result-products .product-text-price .price span {
  font-size: 15px;
  font-weight: 500;
}
#search-result .result-folders + .result-vendors {
  margin-top: 20px;
}
#search-result .result-folders .folders-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111;
}
#search-result .result-folders .folders-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
#search-result .result-folders .folder-item:nth-child(n+7) {
  display: none;
}
#search-result .result-folders .folder-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
#search-result .result-folders .folder-item a:hover {
  color: #930004;
}
#search-result .result-vendors .vendors-search-title {
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  color: #111;
}
#search-result .result-vendors .vendors-search-title span {
  margin: 0 0 0 20px;
  min-width: 28px;
  height: 28px;
  font-size: 13px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 100px;
  border: 1px solid #e5e5e5;
  text-align: center;
  padding: 0 5px;
  color: #111;
  background: #fff;
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box;
}
#search-result .result-vendors .vendor-item:nth-child(n+7) {
  display: none;
}
#search-result .result-vendors .vendor-item a {
  padding: 10px 0;
  color: #111;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
  transition: all 0.18s;
}
#search-result .result-vendors .vendor-item a:hover {
  color: #930004;
}
.search-result-bottom {
  padding: 20px 0 0;
  text-align: left;
}
@media (max-width: 767px) {
  .search-result-bottom {
    padding: 20px 20px 0;
  }
}
.search-result-btn {
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  padding: 14px 30px 15px;
  border-radius: 6px;
  cursor: pointer;
  color: #111;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 6px;
}
@media (max-width: 480px) {
  .search-result-btn {
    width: 100%;
    text-align: center;
  }
}
.search-result-btn span {
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23111111%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat;
}
.search-result-btn:hover {
  color: #930004;
}
.search-result-btn:hover span {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2012%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M6%200.5C6.55228%200.5%207%200.947715%207%201.5V5.5H11C11.5523%205.5%2012%205.94772%2012%206.5C12%207.05228%2011.5523%207.5%2011%207.5H7V11.5C7%2012.0523%206.55228%2012.5%206%2012.5C5.44772%2012.5%205%2012.0523%205%2011.5V7.5H1C0.447715%207.5%200%207.05228%200%206.5C0%205.94772%200.447715%205.5%201%205.5H5V1.5C5%200.947715%205.44772%200.5%206%200.5Z%22%20fill%3D%22%23930004%22%2F%3E%3C%2Fsvg%3E") top 50% right 0 no-repeat;
}
.smart-search-folders, .smart-search-vendors {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .smart-search-folders, .smart-search-vendors {
    margin-bottom: 30px;
  }
}
.smart-search-folders__title, .smart-search-vendors__title {
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 15px;
  color: #111;
}
@media (max-width: 1023px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 31px;
  }
}
@media (max-width: 767px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    margin-bottom: 10px;
  }
}
@media (max-width: 639px) {
  .smart-search-folders__title, .smart-search-vendors__title {
    font-size: 23px;
  }
}
.smart-search-folders__list, .smart-search-vendors__list {
  padding: 0;
  margin: 0 0 0 -8px;
  list-style: none;
}
.smart-search-folders__list li, .smart-search-vendors__list li {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 5px;
}
@media (max-width: 767px) {
  .smart-search-folders__list li, .smart-search-vendors__list li {
    margin: 0 4px 4px;
  }
}
.smart-search-folders__list li a, .smart-search-vendors__list li a {
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  background: #fff;
  padding: 13px 20px;
  border-radius: 10px;
  text-decoration: none;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  .smart-search-folders__list li a, .smart-search-vendors__list li a {
    font-size: 13px;
    padding: 10px 12px;
  }
}
.smart-search-folders__list li a:hover, .smart-search-vendors__list li a:hover {
  color: #fff;
  background: #930004;
}
#search-result {
  max-width: 100%;
  margin-left: auto;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #search-result {
    max-width: 100%;
    left: 0;
    right: 0;
    top: 100%;
  }
}
#search-result .search-result-left {
  width: 100%;
}
#search-result .search-result-left + .search-result-right {
  width: 100%;
  margin-left: 0;
}
#search-result .result-products .product-item {
  position: relative;
  transition: all 0.3s ease;
  padding: 5px 10px;
}
#search-result .result-products .product-item:hover {
  background: #eee;
}
#search-result .result-products .product-item > a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
[id ^= sandbox_theme_panel] {
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 50% !important;
}
/**
 * reg_id: 
 * staff_id: 1851
 * Избранное
**/
.favorite_top {
  pointer-events: auto;
  position: relative;
  margin: 0px 0px 0px 0px;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-top: -6px;
}
@media (max-width: 765px) {
  .favorite_top {
    vertical-align: top;
    height: 50px;
    margin: 0;
  }
}
.favorite_top a.favorite_link {
  display: block;
  padding: 0px 0px 0px 0px;
  height: 100%;
  min-height: 45px;
  width: 54px;
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221%22%20height%3D%2218%22%20%20viewBox%3D%220%200%2021%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Subtract%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.9659%2016.8277L1.60466%209.46641C-0.752674%207.10907%20-0.475606%203.21039%202.19141%201.21013C3.97329%20-0.126281%206.38693%20-0.250792%208.29687%200.895172L9.57294%201.66081C9.9209%201.86959%2010.3556%201.86959%2010.7036%201.66081L11.9796%200.895172C13.8896%20-0.250792%2016.3032%20-0.126281%2018.0851%201.21013C20.7521%203.21039%2021.0292%207.10907%2018.6718%209.4664L11.3106%2016.8277C10.6631%2017.4751%209.61337%2017.4751%208.9659%2016.8277ZM6.69794%202.14709C4.07416%201.62233%201.76041%203.93512%202.28524%206.55925L2.4028%207.14709C2.48404%207.55326%202.87916%207.81667%203.28533%207.73544C3.6915%207.6542%203.95491%207.25908%203.87367%206.85291L3.75611%206.26508C3.44127%204.69088%204.82922%203.30305%206.40377%203.61796L6.99115%203.73544C7.39732%203.81667%207.79244%203.55326%207.87367%203.14709C7.95491%202.74092%207.6915%202.3458%207.28533%202.26457L6.69794%202.14709Z%22%20fill%3D%22%23e83841%22%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 30px;
}
.favorite_top a.favorite_link span {
  display: grid;
  align-items: center;
  justify-items: center;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0px 0px 0px 0px;
  padding: 0px 3px;
  font-size: 11px;
  line-height: 14px;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  color: #fff;
  border-radius: 20px;
  background: #fff;
  height: 20px;
  min-width: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.favorite_top.is-null a {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2221%22%20height%3D%2218%22%20%20viewBox%3D%220%200%2021%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22Subtract%22%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M8.9659%2016.8277L1.60466%209.46641C-0.752674%207.10907%20-0.475606%203.21039%202.19141%201.21013C3.97329%20-0.126281%206.38693%20-0.250792%208.29687%200.895172L9.57294%201.66081C9.9209%201.86959%2010.3556%201.86959%2010.7036%201.66081L11.9796%200.895172C13.8896%20-0.250792%2016.3032%20-0.126281%2018.0851%201.21013C20.7521%203.21039%2021.0292%207.10907%2018.6718%209.4664L11.3106%2016.8277C10.6631%2017.4751%209.61337%2017.4751%208.9659%2016.8277ZM6.69794%202.14709C4.07416%201.62233%201.76041%203.93512%202.28524%206.55925L2.4028%207.14709C2.48404%207.55326%202.87916%207.81667%203.28533%207.73544C3.6915%207.6542%203.95491%207.25908%203.87367%206.85291L3.75611%206.26508C3.44127%204.69088%204.82922%203.30305%206.40377%203.61796L6.99115%203.73544C7.39732%203.81667%207.79244%203.55326%207.87367%203.14709C7.95491%202.74092%207.6915%202.3458%207.28533%202.26457L6.69794%202.14709Z%22%20fill%3D%22%23ccc%22%2F%3E%3C%2Fsvg%3E");
  pointer-events: none;
}
.favorite_btn_wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  width: auto;
}
.favorite_btn_wrapper .favorite_btn {
  font: normal 14px Tahoma, Verdana, Segoe, sans-serif;
  color: #666;
  padding: 0px;
  margin: 0;
  position: relative;
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: auto auto;
  justify-content: flex-start;
}
.favorite_btn_wrapper .favorite_btn:before {
  display: none;
}
.favorite_btn_wrapper .favorite_btn span.icon {
  display: block;
  width: 33px;
  height: 33px;
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M21%208.5C21%205.805%2019.621%204%2017.282%204%2014.969%204%2013%205.743%2013%208h-2c0-2.257-1.97-4-4.282-4C4.378%204%203%205.805%203%208.5c0%202.93%202.398%206.212%209%2011.246%206.602-5.035%209-8.317%209-11.246zM17.282%202c3.58%200%205.717%202.8%205.718%206.5%200%203.816-2.885%207.664-10.4%2013.3l-.6.45-.6-.45C3.886%2016.164%201%2012.317%201%208.5%201%204.8%203.139%202%206.718%202%208.884%202%2010.864%203.069%2012%204.742%2013.136%203.069%2015.115%202%2017.282%202z%22%20%2F%3E%3C%2Fsvg%3E");
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
  margin-right: 0px;
}
.favorite_btn_wrapper .favorite_btn span.text-favorite {
  display: block;
}
.favorite_btn_wrapper .favorite_btn a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding-bottom: 2px;
}
.favorite_btn_wrapper .favorite_btn a:hover {
  text-decoration: underline;
}
.favorite_btn_wrapper .favorite_btn:hover {
  color: #fff;
}
.favorite_btn_wrapper .favorite_btn:hover span.icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
}
.favorite_btn_wrapper .favorite_btn.active span.icon {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
  position: relative;
}
.favorite_btn_wrapper .favorite_btn.active span.icon:hover {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2224%22%20height%3D%2224%22%20%20viewBox%3D%220%200%2024%2024%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20d%3D%22M17.282%201C21.34%201%2023.999%204.147%2024%208.5c0%204.287-3.168%208.376-10.8%2014.1l-1.2.9-1.2-.9C3.168%2016.876%200%2012.787%200%208.5%200%204.147%202.659%201%206.718%201%208.734%201%2010.64%201.806%2012%203.177A7.456%207.456%200%200117.282%201z%22%20fill%3D%22%23e83841%22%20fill-rule%3D%22nonzero%22%20%2F%3E%3C%2Fsvg%3E");
}
.favorite_btn_wrapper .favorite_btn.active a {
  color: white;
}
.favorite_btn_wrapper .favorite_btn.active a:hover {
  color: #fff;
}
.shop2-popup_favorite {
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999 !important;
}
.shop2-popup_favorite .popup_inner {
  -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
}
@media (max-width: 480px) {
  .shop2-popup_favorite .popup_inner {
    width: calc(100% - 20px);
  }
}
.shop2-popup_favorite .popup_inner .text {
  text-align: center;
}
.shop2-popup_favorite .popup_inner .btns {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close {
  font-family: Tahoma, Verdana, Segoe, sans-serif;
  background: #e83841;
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 13px 22px;
  margin: 0px 5px 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: 16px;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:hover, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover {
  background: #f07d82;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:hover:before, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover:before {
  background: #be161e;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn:active, .shop2-popup_favorite .popup_inner .btns .shop2-btn-close:active {
  background: #e6e6e6;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close {
  background: #eee;
  color: #101010;
  border: 1px solid #ccc;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close:hover {
  background: #d5d5d5;
}
.shop2-popup_favorite .popup_inner .btns .shop2-btn-close:active {
  background: #d5d5d5;
}
.shop2-btn.shop2-btn_popup_favorite {
  margin: 0px auto 20px;
  display: block;
  text-align: center;
  width: 200px;
  outline: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  font: 600 16px Tahoma, Verdana, Segoe, sans-serif;
  text-align: center;
  padding: 10px 32px;
  background: #e83841;
  border: 1px solid #e83841;
  box-shadow: none;
  border-radius: 4px;
  text-decoration: none;
  height: auto;
}
.shop2-btn.shop2-btn_popup_favorite:hover {
  background: #eb4f57;
  box-shadow: none;
  color: #fff;
}
.shop2-btn.shop2-btn_popup_favorite:active {
  background: #e5212b;
  box-shadow: none;
  color: #fff;
}
.remodal.favorites-remodal {
  max-width: 1200px;
  padding: 20px;
}
header .shop-panel-favorite.mobile-btn {
  display: none;
}
header .shop-panel-favorite a {
  font-size: 0;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}
header .shop-panel-favorite a:hover span.text:after {
  left: 0;
  right: 0;
  visibility: visible;
}
header .shop-panel-favorite .shop2-panel-link-disabled {
  pointer-events: none;
}
header .shop-panel-favorite .icon {
  position: relative;
  width: 24px;
  height: 22px;
  margin-right: 10px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='%23f00' d='M12.001,21.997 C11.857,21.997 11.712,21.956 11.587,21.873 C11.114,21.559 0.004,16.100 0.004,7.736 C0.004,2.888 2.807,-0.006 7.502,-0.006 C9.914,-0.006 10.946,1.989 11.776,2.788 C11.852,2.861 11.926,2.932 12.000,3.002 C12.074,2.932 12.149,2.859 12.225,2.785 C13.046,1.987 14.068,-0.006 16.500,-0.006 C21.125,-0.006 23.998,2.960 23.998,7.736 C23.998,16.100 12.888,21.559 12.415,21.873 C12.289,21.956 12.145,21.997 12.001,21.997 ZM7.502,1.495 C2.283,1.495 1.504,5.405 1.504,7.736 C1.504,14.449 10.006,18.910 12.000,20.333 C13.995,18.909 22.499,14.441 22.499,7.736 C22.499,5.859 21.914,1.495 16.500,1.495 C14.676,1.495 14.025,3.128 13.270,3.861 C13.021,4.104 12.763,4.354 12.458,4.589 C12.189,4.797 11.813,4.797 11.543,4.589 C11.242,4.357 10.985,4.109 10.736,3.869 C9.970,3.132 9.309,1.495 7.502,1.495 Z'/%3E%3C/svg%3E") 50% no-repeat;
}
header .shop-panel-favorite .icon ~ span {
  position: relative;
}
header .shop-panel-favorite .icon ~ span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  right: 50%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
}
header .shop-panel-favorite .icon .shop-panel-favorite__count {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background: #ffcc2f;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -ms-border-radius: 500px;
  -o-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.favorites-remodal-title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .favorites-remodal-title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.shop2-product .favorite_btn_wrapper .favorite_btn {
  justify-content: flex-start;
}
.shop2-product-item .product-image {
  position: relative;
}
.shop2-product-item .product-action-btns {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}
.shop2-product-item .favorite_btn_wrapper {
  bottom: 0;
  right: 0;
}
.shop2-product-item .favorite_btn_wrapper .favorite_btn {
  font-size: 0;
  padding: 1px;
  border-radius: 10px;
  background: #4a90e2;
}
.shop2-product-item .favorite_btn_wrapper .favorite_btn .icon {
  background-size: 20px;
}
.site-header .top-block .right-side:has(.shop-panel-favorite) {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .site-header .top-block .right-side:has(.shop-panel-favorite) {
    min-width: 70px !important;
  }
}
.favorite-clean-btn {
  margin-bottom: 20px;
}
.favorites-remodal .remodal-close-btn {
  padding: 0;
}
.favorites-remodal .remodal-close-btn svg {
  display: block !important;
  width: 30px;
  height: 30px;
}
.favorites-remodal .remodal-close-btn svg path {
  fill: #000;
}
.shop-product .favorite_btn_wrapper {
  margin-bottom: 10px;
}
.shop-product .favorite_btn_wrapper .favorite_btn {
  display: inline-flex;
  background: #4a90e2;
  color: #fff;
  padding: 5px 10px;
  padding-right: 15px;
}
.product-side-r .product-compare-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 640px) {
  .search-panel-wrapper.fixed .shop-panel-favorite.mobile-btn {
    display: block;
  }
  .search-panel-wrapper.fixed .cart-total-amount {
    width: 54px !important;
  }
  .search-panel-wrapper.fixed .menu_uslugi_main {
    width: auto !important;
    padding-right: 8px;
    padding-left: 8px;
  }
  .search-panel-wrapper.fixed .dropdown_usl {
    gap: 8px;
  }
  .search-panel-wrapper.fixed .dropdown_usl span {
    margin-left: 0;
  }
  .search-panel-wrapper.fixed .gr-compare-btn .compare_img {
    margin-right: 5px !important;
  }
}
.product-side-r .product-price .product-price-in {
  flex: auto;
}
.site-header .bot-block .header-phone .site-phone {
  margin: 0 25px;
}
@media (max-width: 580px) {
  .e-mail-top {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    margin-top: 2px;
  }
}
.e-mail-top a {
  font-size: 14px;
  width: auto;
  margin: 0 25px;
  padding-left: 29px;
  background: url(../fgs16_pismo_41.svg) 2px 50% no-repeat;
  display: flex;
  background-size: 23px;
  -webkit-box-align: center;
  align-items: center;
}
@media (max-width: 580px) {
  .e-mail-top a {
    margin: 0 auto;
  }
}
@media (max-width: 580px) {
  .bot-phone-wrapper .e-mail-top {
    justify-content: flex-start;
  }
}
.bot-phone-wrapper .e-mail-top a {
  display: flex;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 23px;
  margin: 0;
  margin-bottom: 6px;
}
