@charset "UTF-8";
.site-header .site-header-top__left {
  flex: 1;
  width: auto !important;
}
.site-header .site-header-top__right {
  width: auto !important;
}
html body .site-fixed-top-wrapper .fixed_header_btn ~ .menu-top-wrapper {
  padding-right: 10px;
}
html body .site-folders-in-block__text {
  white-space: pre-wrap;
}
.site-header .menu-top {
  display: flex;
  flex-wrap: wrap;
}
html body .site-folders-in-block__items.small_folders .site-folders-in-block__pic {
  border-top-left-radius: 30px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 30px;
}
@media (min-width: 1261px) {
  body .card-block-3__pic {
    width: 120px;
    height: 120px;
    margin-right: 20px;
  }
  body .card-block-3__item {
    align-items: flex-start;
    width: calc(33.33% - 30px);
  }
  body .card-block-3__text {
    width: calc(100% - 120px - 20px);
    max-width: 100%;
    min-height: 0;
  }
  body .card-block-1__item, body .card-block-2__item {
    width: calc(25% - 30px);
  }
}
body .card-block-1__item {
  padding: 20px 10px;
  border: 1px solid #0e0e11;
  flex-direction: column;
  align-items: center;
}
body .card-block-1__item .card-block-1__text {
  width: auto;
}
body .card-block-1__item .card-block-1__icon {
  margin-right: auto;
}
.delivery_blocks {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 20px;
  row-gap: 10px;
  margin-bottom: 15px;
}
.delivery_blocks__item {
  position: relative;
  cursor: default;
}
.delivery_blocks__item:last-child {
  margin-bottom: 0;
}
.delivery_blocks__item:hover .delivery_blocks__body {
  opacity: 1;
  transform: translateY(-3px);
}
.delivery_blocks__item:hover .delivery_blocks__item-name {
  border-bottom: 1px dashed #4b4e54;
}
.delivery_blocks__item-title {
  display: flex;
  align-items: center;
}
.delivery_blocks__item-pic {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.delivery_blocks__item-pic img {
  max-width: 100%;
  max-height: 100%;
}
.delivery_blocks__item-name {
  font-size: 14px;
  display: inline-block;
  border-bottom: 1px dashed rgba(75, 78, 84, 0.3);
  transition: 0.3s;
}
.delivery_blocks__body {
  position: absolute;
  bottom: 100%;
  left: 0;
  min-width: 250px;
  padding: 15px;
  background-color: #c3c3c3;
  font-size: 14px;
  font-weight: 400;
  border-radius: 3px;
  transition: 0.3s;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  z-index: 10;
}
.delivery_blocks__body p {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 5px;
}
html body .text-block__title {
  padding: 0;
}
html body .text-block__inner {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media (min-width: 641px) {
  html body .lpc-features-4__item-content {
    text-align: left;
    display: flex;
    flex-direction: row !important;
  }
  html body .lpc-features-4__item-image {
    flex: none;
    margin-right: 15px !important;
  }
  html body [data-media-source="media-xl"] .lpc-features-4__item-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}
body .product-list.list .product-item .gr-product-image a img, body .product-list.simple .product-item .gr-product-image a img, body .product_columns_4 .product-list.thumbs .product-item .gr-product-image a img, body .card-slider__image a img, body .product-quick-view .quick-card-slider__image a img {
  z-index: 1;
}
body .product-list.list .product-item .gr-product-image a:before, body .product-list.simple .product-item .gr-product-image a:before, body .product_columns_4 .product-list.thumbs .product-item .gr-product-image a:before, body .card-slider__image a:before, body .product-quick-view .quick-card-slider__image a:before {
  background: #E8F3F9 !important;
}
body .card-slider__thumb a:before, body .product-quick-view .quick-card-slider__thumb-img a:before {
  background: #E8F3F9 !important;
}
body .card-slider__thumb a img, body .product-quick-view .quick-card-slider__thumb-img a img {
  z-index: 2;
}
html body.sand .shop2-product-options .option-body .gr-select-wrapper:before {
  display: none;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__select {
  display: none;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown {
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  position: relative !important;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown:before {
  display: none;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown ul {
  max-height: unset !important;
  display: flex !important;
  flex-wrap: wrap;
  margin: 0 -3px;
  padding: 5px 0 0;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown ul li {
  width: auto;
  text-align: center;
  margin: 0 3px 6px;
  padding: 5px 10px;
  box-sizing: border-box;
  border: 1px solid #fc2b39;
  border-radius: 3px;
  text-align: center;
  transition: all 0.3s ease;
  color: #f56c96;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown ul li:not(.sel) {
  cursor: pointer;
}
html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown ul li:hover, html body.sand .shop2-product-options .option-body .jq-selectbox__dropdown ul li.sel {
  color: #fff;
  background: #fc2b39;
  border-color: #fc2b39;
}
[id ^= sandbox_theme_panel] {
  color: #000;
  width: 100px !important;
  font-size: 10px !important;
  right: 0 !important;
  top: auto !important;
  bottom: 0 !important;
}
body .comments-block .comment-item__date {
  display: none;
}
html body .site-header .site-address__body {
  padding: 2px 0;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-container {
  display: block !important;
}
.product_columns_4 .product-list.thumbs .product-item .gr-product-options .gr-options-more {
  display: none;
}
.hWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 560px) {
  .hWrap {
    display: block;
  }
}
.site-footer .footer-work {
  margin-bottom: 20px;
}
.dynamic_width .site-footer .site-footer-bot__right {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
body .site-footer .footer-payments__item {
  width: 76px;
}
.payments .payments__title {
  font-weight: var(--font2_500);
  color: var(--on_gr_bg_foot_acc_text);
  line-height: 1.1;
  font-family: var(--font2);
  margin-bottom: 10px;
}
.footer-payments, .payments {
  margin: 10px;
}
body .site-footer .footer-payments__item a {
  height: 50px;
}
body .site-footer .footer-payments__item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.payments__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.payments__inner .payments__item {
  width: 76px;
  height: 50px;
  margin-right: 6px;
  margin-bottom: 6px;
}
.payments__inner .payments__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
body .site-footer .footer-payments__item a img {
  pointer-events: all;
}
body .site-footer .footer-payments__item a:hover {
  transform: none;
}
@media (max-width: 767px) {
  .payments .payments__title {
    font-size: 15px;
  }
  .dynamic_width .site-footer .site-footer-bot__right {
    justify-content: center;
  }
  body .site-footer .footer-payments__item a {
    height: 100%;
    width: 100%;
  }
  body .site-footer .footer-payments__item, .payments__inner .payments__item {
    margin-left: 2px;
    margin-right: 2px;
    width: 65px;
    height: 45px;
  }
}
.guarantee__img {
  margin-top: 10px;
}
.product-price {
  position: relative;
  display: flex;
  align-items: center !important;
}
.question-icon {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 500;
  border-radius: 50%;
  color: #333;
  box-shadow: inset 0 0 0 1px #0000001f;
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}
.tooltip {
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateY(10px);
  /* начальное положение */
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 10px);
  width: max-content;
  max-width: 200px;
  padding: 10px;
  background: #fff;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #0000001f;
  font-size: 12px;
  color: #333;
  white-space: normal;
  z-index: 1;
  font-weight: 400;
}
.question-icon:hover .tooltip {
  opacity: 1;
  transform: translate(-50%, 0);
  /* при наведении сдвигаем на место */
}
