@charset "UTF-8";
.price-old::before {
  display: none !important;
}
body .categories > li > ul > li > a {
  padding-right: 20px;
}
@media (min-width: 960px) {
  .shop_main_blocks__script .product-thumb-view .product-thumb-item {
    width: calc(20% - 18px) !important;
  }
}
@media (max-width: 768px) {
  .sand2 .desc-area {
    display: none;
    font-size: 14px;
    line-height: normal;
  }
  .sand2 .product-tabs li a {
    position: relative;
    padding-left: 40px;
  }
  .sand2 .product-tabs li a:before {
    content: "+";
    position: absolute;
    left: 10px;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    top: calc(50% - 10px);
    font-weight: normal;
  }
  .sand2 .product-tabs li.active-tab a {
    background-color: #9d9e9e;
    background-image: linear-gradient(to bottom, #bcbdbd 0%, #9d9e9e 100%);
  }
  .sand2 .product-tabs li.active a {
    background: #c33838;
  }
  .sand2 .product-tabs li.active a:before {
    content: "-";
  }
}
.folder-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0;
}
.folder-links__title {
  font-weight: 500;
  font-size: 20px;
  margin-top: 5px;
}
.folder-links__item a {
  display: inline-block;
  text-decoration: none;
  padding: 10px 20px;
  font-size: 14px;
  color: #555;
  background: #ebebeb;
  border-radius: 250px;
  transition: all 0.3s ease;
}
.folder-links__item a:hover {
  background: #cd3123;
  color: #fff;
}
.remodal {
  padding: 40px;
  text-align: left;
  color: #000;
  background: #fff;
  box-sizing: border-box;
  vertical-align: middle;
}
@media (max-width: 640px) {
  .remodal {
    padding: 20px;
  }
}
.remodal-wrapper {
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  vertical-align: middle;
}
#shop2-alert-ok, .cart-popup #shop2-cart .popup-product__close a, .gr-favorite-popup__close, .gr-icon-btn-3, .order-info-block__close, .product-quick-view .popover-close, .product-quick-view2 .popover-close, .remodal .remodal-close-btn, .shop-coupon .coupon-delete, .shop2-alert-close, .shop2-product-actions dd .close-desc-action, .timer-block__close {
  /*#shop2-cart .shop2-cart-table .cart-delete a,*/
  border-radius: 0;
  font-size: 0;
  padding: 0;
  opacity: 1;
  visibility: visible;
  transition: all 0.18s linear;
  border: none;
  background: transparent;
  box-shadow: none;
  position: absolute;
  right: 10px;
  top: 10px;
}
.remodal .remodal-close-btn svg {
  width: 20px;
  height: 20px;
}
.search-form__header {
  color: #000;
  font-size: 26px;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 30px;
}
.remodal-overlay {
  position: fixed;
  z-index: 1999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
  background: rgba(0, 0, 0, 0.5);
}
.remodal-wrapper:after {
  vertical-align: middle;
}
.sand3 .navigation-wr .site-search input[type="search"] {
  left: 20px;
}
.sand3 .search_form_btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  display: flex;
}
.sand3 .search_form_btn a {
  display: block;
  flex: auto;
  height: auto;
  width: 100%;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' id='icon_shop_adv_search_small' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 9a4 4 0 113.874-5H16a1 1 0 110 2H8.874A4.002 4.002 0 015 9zm10 2a4 4 0 11-3.874 5H4a1 1 0 110-2h7.126c.444-1.725 2.01-3 3.874-3zm0 6a2 2 0 100-4 2 2 0 000 4zM5 7a2 2 0 100-4 2 2 0 000 4z' fill='%23000'%3E%3C/path%3E%3C/svg%3E") 50%/20px no-repeat;
}
.sand3 .search-form .empty-val {
  opacity: 0.5;
  pointer-events: none;
}
.sand3 .search-form #shop2-article, .sand3 .search-form #shop2-name, .sand3 .search-form #shop2-text {
  opacity: 1;
  pointer-events: auto;
}
.sand3 .search-form #shop2-article:hover, .sand3 .search-form #shop2-article:focus, .sand3 .search-form #shop2-name:hover, .sand3 .search-form #shop2-name:focus, .sand3 .search-form #shop2-text:hover, .sand3 .search-form #shop2-text:focus {
  border-color: transparent;
  box-shadow: 0 0 0 1px transparent, inset 0 0 0 2px red;
}
.sand3 .search-form .search-rows__row {
  border-bottom: 1px solid rgba(210, 211, 224, 0.4);
}
.sand3 .search-form .row-title, .sand3 .search-form .search-rows__row.price_row .row-body, .sand3 .search-form .search-rows__row.shop2-search-selects ul li.active, .sand3 .search-form .search-rows__row.shop2-search-vendors ul li.active {
  display: block;
}
.sand3 .search-form .search-rows__row.checkbox_row {
  padding: 18px 0 21px;
}
.sand3 .search-form .search-rows__row.checkbox_row .type-checkbox {
  margin-bottom: 0;
}
.sand3 .search-form .row-title {
  position: relative;
  cursor: pointer;
  padding: 21px 45px 21px 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: #000;
}
.sand3 .search-form .row-title.active .row-title__icon .gr_filter_plus {
  display: none;
}
.sand3 .search-form .row-title.active .row-title__icon .gr_filter_minus {
  display: block;
}
.sand3 .search-form .row-title__icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sand3 .search-form .row-title__icon.row_title_icon {
  width: 30px;
  height: 30px;
  min-height: 30px;
}
.sand3 .search-form .row-title__icon svg {
  width: 20px;
  height: 20px;
  display: none;
}
.sand3 .search-form .row-title__icon svg.gr_filter_plus {
  display: block;
}
.sand3 .search-form .row-body {
  display: none;
  font-size: 0;
  padding: 0 0 20px;
}
.sand3 .search-form .gr-filter-more__amount {
  margin-left: 5px;
}
.sand3 .search-form .input-from, .sand3 .search-form .input-to {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
}
.sand3 .search-form .input-from {
  margin-right: 20px;
}
.sand3 .search-form .search-rows__btn {
  padding-top: 30px;
}
.sand3 .search-form .shop-search-color-select {
  margin-left: -9px;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors {
  font-size: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li {
  position: relative;
  cursor: pointer;
  vertical-align: top;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 9px 15px;
  border-radius: 5px;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon:after, .sand3 .search-form .shop-search-color-select .shop-search-colors li.no_bg {
  display: none;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.empty-val {
  opacity: 1;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.empty-val:after {
  position: absolute;
  content: "";
  width: 1px;
  top: -8px;
  left: 50%;
  right: auto;
  bottom: -8px;
  opacity: 0.4;
  transform: rotate(45deg);
  background: #555;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.empty-val .shop-search-color-icon {
  opacity: 0.3;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:after {
  opacity: 1;
  visibility: visible;
  border: none;
  box-shadow: inset 0 0 0 1px #ccc;
  background: 0 0;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li.shop2-color-ext-selected .shop-search-color-icon:before {
  border: none;
  box-shadow: inset 0 0 0 1px red;
  background: 0 0;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 5px;
  background-size: cover;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.18s linear;
  border-radius: 5px;
  border: none;
  box-shadow: inset 0 0 0 1px rgba(210, 211, 224, 0.4);
  background: 0 0;
}
.sand3 .search-form .shop-search-color-select .shop-search-colors li .shop-search-color-icon:after {
  position: absolute;
  content: "";
  left: -7px;
  right: -7px;
  top: -7px;
  bottom: -7px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
  transition: all 0.18s linear;
  border: none;
  box-shadow: none;
  background: 0 0;
}
.sand3 .search-form .ui-widget.ui-widget-content {
  position: relative;
  display: block;
  border: none;
  background: 0 0;
  box-shadow: none;
  height: 6px;
  border-radius: 3px;
  margin-top: 20px;
  margin-right: 30px;
}
.sand3 .search-form .ui-widget.ui-widget-content:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: -30px;
  bottom: 0;
  border: none;
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
}
.sand3 .search-form .ui-widget.ui-widget-content .ui-slider-range.ui-widget-header2 {
  position: absolute;
  top: 0;
  z-index: 1;
  font-size: 0;
  height: 6px;
  border: none;
  background: red;
  box-shadow: none;
  border-radius: 3px;
  margin: 0 0 0 15px;
}
.sand3 .search-form .ui-widget.ui-widget-content .ui-slider-handle {
  position: absolute;
  top: -12px;
  z-index: 2;
  margin: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  outline: 0;
  transition: background 0.2s, box-shadow 0.2s, border 0.2s;
  border: none;
  background: red;
  box-shadow: none;
}
.sand3 .search-form .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active, .sand3 .search-form .ui-widget.ui-widget-content .ui-slider-handle:active, .sand3 .search-form .ui-widget.ui-widget-content .ui-slider-handle:hover {
  border: none;
  background: red;
  box-shadow: none;
}
.sand3 [data-remodal-id="search-form"] {
  width: 400px;
  max-width: 100%;
}
.sand3 [data-remodal-id="search-form"] ins {
  text-decoration: none;
}
.sand3 [data-remodal-id="search-form"] .search_btn {
  padding: 10px 20px;
  box-sizing: border-box;
  font-size: 14px;
  background: #f0f0f0;
  color: #000;
  border: none;
}
.sand3 [data-remodal-id="search-form"] .search_btn:hover {
  color: #fff;
  background: red;
}
.sand3 [data-remodal-id="search-form"] input[type="text"], .sand3 [data-remodal-id="search-form"] select, .sand3 [data-remodal-id="search-form"] textarea {
  border: 1px solid #ccc;
  padding: 10px;
  box-sizing: border-box;
  font-size: 14px;
  width: 100%;
  border-radius: 0;
  outline: none;
  border-radius: 3px;
}
.sand3 .registration-block-wr .site-search {
  padding-left: 20px;
}
.sand3 .search-form .row-title__icon.row_title_icon {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' id='icon_shop_filter_minus' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 10a1 1 0 01-1 1H6a1 1 0 110-2h8a1 1 0 011 1z'%3E%3C/path%3E%3C/svg%3E") 50%/20px no-repeat;
}
.sand3 .search-form .row-title.active .row-title__icon.row_title_icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' id='icon_shop_filter_plus' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 9h3a1 1 0 110 2h-3v3a1 1 0 11-2 0v-3H6a1 1 0 110-2h3V6a1 1 0 012 0v3z'%3E%3C/path%3E%3C/svg%3E");
}
.search-form ul {
  margin: 0;
  padding: 0;
}
.search-form ul li {
  list-style-type: none;
}
.search-form ul li label {
  cursor: pointer;
  align-items: center;
  display: inline-flex;
}
.search-form ul li label input[type=checkbox] {
  width: 28px;
  height: 28px;
  padding: 0;
  opacity: 0 !important;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
}
.search-form ul li label input[type=checkbox]:checked + span:before {
  content: "";
  font-size: 10px;
  font-family: "icomoon";
  text-align: center;
  line-height: 28px;
  color: #fff;
  border: none;
  box-shadow: none;
  background: red;
}
.search-form ul li label span {
  position: relative;
  color: #555;
  min-height: 28px;
  padding-top: 5px;
  max-width: calc(100% - 28px - 12px);
  font-size: 14px;
}
.search-form ul li label span:before {
  position: absolute;
  top: 0;
  left: -40px;
  width: 28px;
  height: 28px;
  content: "";
  border: none;
  background: #fff;
  box-shadow: 0 0 0 1px transparent, inset 0 0 0 1px #ccc;
  border-radius: 3px;
  border-radius: 0;
  transition: background-color 0.2s, box-shadow 0.2s;
}
.search-form ul li label:hover span {
  color: #000;
}
.search-form ul li label:hover span:before {
  box-shadow: 0 0 0 1px transparent, inset 0 0 0 2px red;
  background: #fff;
}
.lpc-video-1 .spoiler-btn-wrap.show_spoiler {
  position: relative;
}
.calcLink {
  border-left: 1px solid #ddd !important;
}
.calcLink p {
  float: left;
  margin-left: 15px;
  margin-top: 10px;
  text-decoration: underline;
  color: #1660a1;
  font-size: 14px;
}
.calcLink a {
  color: #1660a1;
  display: block;
  padding: 3px 10px 0 32px;
  position: relative;
}
.calcLink a:before {
  background: url(/d/1599545-8592.png) 0 100%/contain no-repeat;
  content: "";
  display: block;
  height: 44px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 40px;
  transition: all 0.5s;
}
.calcLink a:hover:before {
  background: url(/d/1599639-5630.png) 0 100%/contain no-repeat;
}
ul.cor1001df {
  height: auto !important;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}
.top-menu ul li.has_child a {
  padding-right: 25px;
  position: relative;
}
.top-menu ul li.has_child a .fa-caret-down:before {
  content: "";
  position: absolute;
  top: 12px;
  right: 2px;
  width: 21px;
  height: 21px;
  background: url(../menu-arrow-bot.png) 50% 50% no-repeat;
  z-index: 1;
}
.shop2-group-kinds .shop2-product-params {
  display: none;
}
.popup_folders li > ul li {
  display: inline-block;
  vertical-align: top;
}
.categories > li > ul > li > a {
  padding: 5px 8px 5px 14px !important;
  margin-top: 3px;
  margin-bottom: 1px;
}
.fldr_111867409 .level_2 .line_1, .fldr_111867409 .level_2 .line_2 {
  bottom: 0 !important;
}
.categories .level_2 > li a {
  padding-bottom: 10px;
  padding-top: 10px;
}
.categories > li > ul > li {
  border: none !important;
}
.popup_folders li > ul .folder_text_block .fol-inn:before {
  display: none !important;
}
.wrapper-inner {
  box-shadow: unset !important;
}
.line_1, .line_2 {
  display: none;
}
.categories > li.active > ul {
  padding-bottom: 30px;
  min-height: 160px;
}
:root {
  background: #fff !important;
}
body {
  background: #fff !important;
}
.footer-wr .footer {
  box-shadow: unset !important;
}
.footer-wr .bot-menu {
  display: none !important;
}
.lpc-products-banner .lpc-banner__image {
  border-radius: 11px;
}
.popular-wrap-list .popular-item a:hover img {
  transform: scale(1.1) rotate(0.001deg);
  transform-origin: center;
}
.popular-wrap-list .popular-item a img {
  transition: transform 0.3s ease;
}
.new-folders-menu2 li a:hover img {
  transform: scale(1.1) rotate(0.001deg);
  transform-origin: center;
}
.new-folders-menu2 li a img {
  transition: transform 0.3s ease;
}
@media (max-width: 704px) {
  .site-wrapper .wrapper-inner header.header .company .site-logo {
    margin-top: 20px !important;
  }
}
.cart-product.redis {
  width: 400px !important;
}
.shop2-product-more.viewed-goods .shop2-group-kinds .shop2-kind-item {
  border: none;
}
.price-old span {
  position: relative;
}
.price-old span:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #cd3123;
}
.g-categories__button {
  display: block;
}
