@charset "UTF-8";
.site-header .header-top__left {
  width: calc(100% - 290px);
}
.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: #fff;
}
.gr-compare-btn .compare_img {
  background-color: #e31947;
  background-image: url(/t/images/css/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: #e31947;
  background-image: url(/t/images/css/compare-active.png);
}
.product-compare {
  background-color: #002a55;
  background-image: url(/t/images/css/compare-active.png);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: 50%;
  border-radius: 10px;
}
.product-compare.product-compare-added {
  background-color: #e31947;
  background-image: url(/t/images/css/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/css/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/css/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/css/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;
  }
  .remodal[data-remodal-id="filter-1"] {
    max-width: 600px;
  }
}
.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-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(./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(./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(./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(./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;
}
.product-list.thumbs .product-item .product-compare, .card-page .form-additional .product-compare, .product-list.simple .product-item .product-compare, .product-list.list .product-item .product-compare {
  position: relative;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: transparent;
}
label.gr-compare-plus input[type="checkbox"], .product-compare.product-compare-added input[type="checkbox"] {
  opacity: 0 !important;
}
.product-list.thumbs .product-item:hover .product-compare.product-compare-added .link-reset {
  opacity: 0 !important;
}
html body .product-compare.product-compare-added .compare_checkbox, body .product-compare .compare_plus:before {
  background: none !important;
}
.product-list.thumbs .product-item .product-compare .compare_plus:before, .product-list.thumbs .product-item .product-compare .compare_plus, .product-list.thumbs .product-item .product-compare.product-compare-added .compare_checkbox, .product-list.simple .product-item .product-compare.product-compare-added .compare_checkbox, .product-list.list .product-item .product-compare.product-compare-added .compare_checkbox, .product-list.list .product-item .product-compare, .product-list.list .product-item .product-compare .compare_plus {
  width: 35px;
  height: 35px;
}
.product-list.thumbs .product-item .product-compare {
  display: block;
}
.compare_for_mobile {
  margin-top: 15px;
  padding: 16px 45px 16px 30px;
}
.compare_for_mobile .gr-compare-btn .com_text {
  color: #000;
}
.favorite_for_mobile {
  padding: 0 23px;
}
.favorite_for_mobile .favorite_top {
  display: flex;
}
.favorite_for_mobile .favorite_top .com_text {
  font: 500 13px / 49px "exo_2";
  color: #000;
  margin-left: 20px;
}
html.mobile .product-list.simple .product-item .product-compare.product-compare-added .link-reset, html.mobile .product-list.thumbs .product-item .product-compare.product-compare-added .link-reset, .product-list.simple .product-item .product-compare.product-compare-added .link-reset, .product-list.simple .product-item:hover .product-compare.product-compare-added .link-reset, .product-list.list .product-item .product-compare.product-compare-added .link-reset {
  opacity: 0;
}
@media (max-width: 960px) {
  .mobile-panel__inner .favorite_top {
    display: none;
  }
}
.remodal .remodal-close-btn {
  border: 0;
}
.card-page .form-additional .product-compare {
  align-self: flex-start;
}
.card-page .form-additional .compare_plus, .card-page .form-additional .product-compare.product-compare-added .link-reset {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  padding: 10.5px 0px 11.5px 40px;
}
.bottom_wr {
  display: flex;
  width: 100%;
  align-items: center;
  margin-top: 15px;
}
.bottom_wr .favorite_btn_wrapper {
  margin: 0;
}
.bottom_wr .form-additional .compare_plus, .bottom_wr .form-additional .product-compare.product-compare-added .link-reset {
  padding: 0 !;
}
.form-additional .favorite_btn_wrapper .favorite_btn {
  justify-content: flex-end;
}
.card-page .form-additional .product-compare {
  margin-top: 0;
}
.card-page .form-additional .compare_plus, .card-page .form-additional .product-compare.product-compare-added .link-reset {
  opacity: 0;
}
@media (max-width: 960px) {
  .favorite_btn_wrapper {
    width: auto;
    margin-right: 15px !important;
  }
  .bottom_wr {
    justify-content: center;
    margin-bottom: 15px;
  }
}
body {
  position: relative;
}
.product-item .product-compare.product-compare-added .link-reset, .shop2-product__container1 .link-reset {
  display: none;
}
.product-item label.gr-compare-checkbox, .shop2-product__container1 label.gr-compare-checkbox {
  width: 100%;
  height: 100%;
  display: block;
}
.product-list.thumbs .product-item .product-compare, .product-list.list .product-item .product-compare, .product-list.simple .product-item .product-compare {
  display: none;
}
.product-list.thumbs .product-item__bottom-left .gr-vendor-block-wrap, .product-list.list .product-item__bottom-left .gr-vendor-block-wrap, .product-list.simple .product-item__bottom-left .gr-vendor-block-wrap {
  display: none;
}
.product-list.thumbs .product-item__bottom-left .gr-product-options, .product-list.list .product-item__bottom-left .gr-product-options, .product-list.simple .product-item__bottom-left .gr-product-options {
  display: none !important;
}
.product-list.thumbs .product-item .product-additional__top, .product-list.simple .product-item .product-additional__top {
  display: none;
}
.product-list.thumbs .gr-has-amount, .product-list.list .product-item .product-amount, .product-list.list .gr-has-amount, .product-list.simple .gr-has-amount {
  display: none;
}
.product-list.thumbs .buy-one-click-wrap, .product-list.list .buy-one-click-wrap, .product-list.simple .buy-one-click-wrap {
  display: none;
}
.product-list.thumbs .product-item__top .favorite_btn_wrapper {
  margin-top: -29px;
}
.product-list.thumbs .product-item__top .favorite_btn_wrapper .favorite_btn span.text-favorite {
  display: none;
  text-shadow: 1px 1px 0px #030303;
  color: #fff;
}
.product-list-titles__item:nth-child(3) {
  display: none;
}
.product-list-titles.show_block {
  display: flex !important;
  justify-content: space-between;
}
.product-list.list .product-item .product-additional__top {
  width: auto;
  margin: auto;
  text-align: center;
}
body .product-list.thumbs .product-item__top .quick-view, body .product-list.simple .product-item__top .quick-view {
  display: none;
}
.shop2-cart-table .cart-product__image a {
  background-size: contain;
}
