@charset "UTF-8";
:root .site {
  --primary: #000 !important;
  --accent: var(--accent1);
}
.site .product-list .product-item .quick-view-trigger, .card-page .kinds-block .quick-view-trigger {
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--system-black);
  border-radius: 4px;
  padding: 15px;
  transition: all 0.3s ease;
  width: auto;
  height: auto;
  transform: none !important;
}
.site .product-list .product-item .quick-view-trigger:hover, .card-page .kinds-block .quick-view-trigger:hover {
  color: #fff;
  background: var(--accent1);
}
.site .product-list .product-item .quick-view-trigger i, .card-page .kinds-block .quick-view-trigger i {
  display: none;
}
.site .gr-favorite-btn__add {
  display: flex;
  align-items: center;
  margin: 0;
}
.site .site__wrapper {
  overflow: visible;
}
.site .product-list .product-item .quick-view-trigger svg {
  fill: #fff;
}
.site .product-list.thumbs .product-item .swiper-pagination {
  top: 0;
  z-index: 1;
}
.site .product-list.thumbs .product-item .swiper-pagination span {
  height: 100% !important;
  background: none;
  position: relative;
}
.site .product-list.thumbs .product-item .swiper-pagination span.swiper-pagination-bullet-active:before {
  background: var(--accent1);
}
.site .product-list.thumbs .product-item .swiper-pagination span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: var(--primary-10);
  transition: all 0.3s ease;
}
.site .product-list.thumbs .product-item .product-flags {
  z-index: 1;
  top: auto;
  bottom: 20px;
  left: 2px;
  pointer-events: none;
  flex-direction: column;
}
.site .product-list.thumbs .product-item .product-flags__left {
  display: flex;
  flex-direction: column;
}
.site .product-list.thumbs .product-item .product-flags__item.new_item span {
  background: #5cc266;
}
.site .product-list.thumbs .product-item .product-flags__item.spec_item span {
  background: var(--accent1);
}
.site .product-list.thumbs .product-item .product-flags__item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
}
.site .gr-favorite-btn.active .gr-favorite-btn__icon i {
  margin: 0;
}
.site .gr-favorite-btn.active .gr-favorite-btn__icon svg {
  fill: #000;
  width: 24px;
}
.site .gr-favorite-btn__icon {
  opacity: 1;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 981px) {
  .site .gr-favorite-btn__icon:hover svg {
    fill: var(--accent1);
  }
}
.site .gr-favorite-btn__icon svg {
  fill: #000;
  width: 20px;
  height: 20px;
}
.site .shop2-product-item img {
  background: #fff;
}
.site .shop2-product-item .swiper {
  height: 100%;
}
.site .shop2-product-item .swiper .swiper-slide {
  height: auto;
  background: #fff;
}
.site .list .shop2-product-item .swiper-pagination, .site .simple .shop2-product-item .swiper-pagination {
  display: none !important;
}
.site .list .shop2-product-item .product-additional__add, .site .simple .shop2-product-item .product-additional__add {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 20px;
}
.site .list .shop2-product-item .gr-favorite-btn, .site .simple .shop2-product-item .gr-favorite-btn {
  display: flex;
  align-items: center;
  gap: 6px;
}
.site .list .shop2-product-item .gr-favorite-btn:hover .gr-favorite-btn__text, .site .simple .shop2-product-item .gr-favorite-btn:hover .gr-favorite-btn__text {
  color: var(--accent);
}
.site .list .shop2-product-item .gr-favorite-btn:hover svg, .site .simple .shop2-product-item .gr-favorite-btn:hover svg {
  fill: var(--accent);
}
.site .list .shop2-product-item .gr-favorite-btn__text, .site .list .shop2-product-item .gr-favorite-btn__link, .site .simple .shop2-product-item .gr-favorite-btn__text, .site .simple .shop2-product-item .gr-favorite-btn__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  color: var(--light-bgon-sec);
}
.site .list .shop2-product-item .gr-favorite-btn__add, .site .simple .shop2-product-item .gr-favorite-btn__add {
  margin: 0;
}
.site .list .shop2-product-item .product-compare, .site .simple .shop2-product-item .product-compare {
  margin: 0;
}
.site .list .shop2-product-item .product-compare .gr-compare-plus, .site .simple .shop2-product-item .product-compare .gr-compare-plus {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 123%;
  color: var(--light-bgon-sec);
}
.site .thumbs .shop2-product-item:hover .product-additional__add {
  opacity: 1;
  visibility: visible;
}
.site .thumbs .shop2-product-item .product-compare .gr-compare-plus {
  font-size: 0;
}
.site .thumbs .shop2-product-item .product-additional__add {
  position: absolute;
  top: 24px;
  left: 24px;
  right: 24px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 2px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .site .thumbs .shop2-product-item .product-additional__add {
    position: static;
    opacity: 1;
    justify-content: start;
    gap: 12px;
    flex-direction: row;
    visibility: visible;
    padding-top: 10px;
  }
  .site .thumbs .shop2-product-item .product-additional__add .product-compare .gr-compare-plus {
    padding-left: 28px;
  }
  .site .thumbs .shop2-product-item .product-additional__add .gr-favorite-btn {
    padding-left: 0;
  }
  .site .thumbs .shop2-product-item .product-additional__add .gr-favorite-btn .gr-favorite-btn__text {
    display: none;
  }
}
.site .thumbs .shop2-product-item .gr-favorite-btn__link {
  display: none;
}
.site .gr-favorite-btn {
  min-height: 32px;
  padding: 0;
}
.site .gr-favorite-btn__icon {
  position: static;
  margin: 0;
}
.site .gr-favorite-btn-wrapper {
  margin: 0;
}
.site .product-list.thumbs .product-item .product-compare {
  margin: 0;
}
.site .card-page .form-additional .product-compare {
  margin: 0;
}
.site .card-page .shop2-product-article {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: right;
  color: var(--light-bgon-sec);
  opacity: 0.7;
}
.site .shop2-product__additional-add {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  align-items: center;
  margin-bottom: 24px;
}
.site .shop2-product__additional-add .gr-favorite-btn-wrapper {
  margin-right: auto;
}
.site .shop2-product__additional-add .shop2-product-article {
  margin: 0;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  text-align: right;
  color: var(--light-bgon-sec);
  opacity: 0.7;
}
.site .shop2-product__additional-add .product-compare {
  margin: 0;
  padding: 0;
}
.site .shop2-product__additional-add .product-compare .gr-compare-plus {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
.site .shop2-product__additional-add .product-compare .gr-compare-plus:hover {
  color: var(--accent);
}
.site .shop2-product__additional-add .product-compare .gr-compare-plus:hover .gr-svg-icon {
  fill: var(--accent);
}
.site .shop2-product__additional-add .product-compare .gr-compare-plus .gr-svg-icon {
  opacity: 1;
  fill: var(--primary);
}
.site .shop2-product__additional-add .product-compare .link-reset {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
.site .shop2-product__additional-add .product-compare .link-reset:hover {
  color: var(--accent);
}
.site .shop2-product .gr-favorite-btn {
  gap: 6px;
}
@media (min-width: 981px) {
  .site .shop2-product .gr-favorite-btn:hover .gr-favorite-btn__link, .site .shop2-product .gr-favorite-btn:hover .gr-favorite-btn__text {
    color: var(--accent1);
  }
  .site .shop2-product .gr-favorite-btn:hover .gr-favorite-btn__icon svg {
    fill: var(--accent1);
  }
}
.site .shop2-product .gr-favorite-btn__link, .site .shop2-product .gr-favorite-btn__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
.site .shop2-product .gr-favorite-btn__add {
  margin: 0;
}
.site .shop2-product .gr-favorite-btn__icon svg {
  width: 21px;
  height: 21px;
  transition: all 0.3s ease;
}
.site .site-fixed-header {
  position: sticky;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 20;
}
@media (max-width: 1024px) {
  .site .site-fixed-header {
    position: relative;
  }
}
.site .remodal[data-remodal-id="buy-one-click"], .site .remodal[data-remodal-id="desh_form_top"] {
  max-width: 560px;
}
@media (min-width: 981px) {
  .site .remodal[data-remodal-id="buy-one-click"], .site .remodal[data-remodal-id="desh_form_top"] {
    padding: 40px;
  }
}
@media (max-width: 980px) {
  .site .remodal[data-remodal-id="buy-one-click"][data-remodal-id="buy-one-click"], .site .remodal[data-remodal-id="desh_form_top"][data-remodal-id="buy-one-click"] {
    padding: 32px 16px;
  }
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-anketa__title, .site .remodal[data-remodal-id="desh_form_top"] .tpl-anketa__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
  margin: 0;
  padding: 0;
}
@media (max-width: 980px) {
  .site .remodal[data-remodal-id="buy-one-click"] .tpl-anketa__title, .site .remodal[data-remodal-id="desh_form_top"] .tpl-anketa__title {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
    color: var(--primary);
  }
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-anketa__subtitle, .site .remodal[data-remodal-id="desh_form_top"] .tpl-anketa__subtitle {
  margin-top: 8px;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--light-bgon-sec-80);
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-anketa__right, .site .remodal[data-remodal-id="desh_form_top"] .tpl-anketa__right {
  margin-top: 30px;
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-field, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field {
  margin: 0 0 15px;
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-field.tpl-field-button, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field.tpl-field-button {
  margin: 0;
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-field.tpl-field-button .tpl-form-button, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field.tpl-field-button .tpl-form-button {
  width: 100%;
  text-align: center;
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-field .field-title, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field .field-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--light-bgon-sec-60);
}
.site .remodal[data-remodal-id="buy-one-click"] .tpl-field input[type="text"], .site .remodal[data-remodal-id="buy-one-click"] .tpl-field select, .site .remodal[data-remodal-id="buy-one-click"] .tpl-field textarea, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field input[type="text"], .site .remodal[data-remodal-id="desh_form_top"] .tpl-field select, .site .remodal[data-remodal-id="desh_form_top"] .tpl-field textarea {
  background: var(--light-bgon-bg-80);
}
.site .cart-popup__btns .gr-order-one-page {
  color: #fff;
}
.site .remodal-wrapper .remodal.cart-remodal {
  position: static;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  transition: all 1s ease;
  display: block;
  margin: 0;
  will-change: transform;
  height: 100%;
  max-width: 100%;
  min-width: 540px;
  max-width: 540px;
}
@media (max-width: 580px) {
  .site .remodal-wrapper .remodal.cart-remodal {
    width: 100%;
    min-width: 0;
  }
}
.site .remodal-wrapper .remodal.cart-remodal .remodal-close-btn {
  right: 10px;
  top: 10px;
}
.site .remodal-wrapper .remodal.cart-remodal .remodal-close-btn i svg {
  fill: #000 !important;
}
.site .remodal-wrapper:has(.remodal.cart-remodal) {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  transition: all 0.3s ease;
  transform: translateX(100%);
  padding: 10px;
  overflow: hidden;
}
.site .remodal-wrapper:has(.remodal.cart-remodal).remodal-is-opened {
  transform: translateX(0%);
}
.site .info-section .info-section__grid .article-card .article-card__play {
  transition: all 0.3s ease;
  will-change: transform;
  position: absolute;
}
.site .info-section .info-section__grid .article-card .article-card__play:hover {
  transform: scale(1.1);
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb {
  position: relative;
  display: inline-flex;
  align-items: flex-start;
  flex-direction: column;
  /*&:before {
			content: '';
			left: 100%;
			margin-left: 6px;
			top: calc(50% - 7px);
			width: 10px;
			height: 7px;
			font-size: 0;
			line-height: normal;
			display: inline-block;
			vertical-align: middle;
			background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707092 0.707153L4.70709 4.70715L8.70709 0.707153' stroke='%23ffffff' stroke-width='2'/%3E%3C/svg%3E") 50% no-repeat;
		}*/
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb:hover .phone-block-popup {
  opacity: 1;
  visibility: visible;
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb .phone-block-popup {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb .phone-block-popup a {
  padding: 5px;
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
  border-bottom: 1px solid #777;
  white-space: nowrap;
}
.site .site-footer .footer-top__inner .right .contacts .phone-block__body_pb .phone-block-popup a:hover {
  background: #ebebeb;
}
.site .cart-popup__top {
  padding: 0 0 48px;
}
.site .cart-popup__bottom.btns-block {
  position: sticky;
  bottom: 0;
  background: #fff;
  padding-bottom: 20px;
  padding-top: 20px;
  transform: translateY(40px);
  margin-top: -40px;
}
@media (max-width: 639px) {
  .site .cart-popup__bottom.btns-block {
    margin-top: -20px;
    transform: translateY(22px);
  }
}
.site .cart-popup__btns {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.site .cart-popup__btns .gr_cart_btn {
  width: calc(50% - 5px);
  margin: 0;
  padding: 17px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 550px) {
  .site .cart-popup__btns .gr_cart_btn {
    width: 100%;
  }
}
.site .cart-popup__btns .gr_cart_btn:not(:hover) {
  color: #000;
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
}
.site .cart-popup__btns .gr_cart_btn:hover, .site .cart-popup__btns .gr_cart_btn.active {
  color: #fff;
  background: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.site .cart-popup__btns .gr-order-one-page {
  order: 0;
  margin: 0;
  width: calc(50% - 5px);
  padding: 17px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 550px) {
  .site .cart-popup__btns .gr-order-one-page {
    width: 100%;
  }
}
.site .cart-popup__bottom {
  padding: 0 30px 0;
  border: none;
}
.site .cart-popup__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
  display: flex;
  align-items: center;
  gap: 10px 20px;
  margin-bottom: 28px;
}
@media (max-width: 980px) {
  .site .cart-popup__title {
    font-size: 20px;
  }
}
.site .cart-popup__title .cart-popup__cleanup {
  line-height: normal;
  margin: 0;
}
.site .cart-popup__title .cart-popup__cleanup a {
  text-decoration: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  text-align: center;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .site .cart-popup__title .cart-popup__cleanup a {
    font-size: 14px;
  }
}
.site .cart-popup__title .cart-popup__cleanup a:hover {
  color: var(--accent1);
}
.site .cart-popup #shop2-cart .popup-product {
  padding: 20px 30px;
  border-bottom: 1px solid var(--primary-10);
  margin: 0;
}
@media (max-width: 767px) {
  .site .cart-popup #shop2-cart .popup-product {
    padding: 10px 20px;
  }
}
.site .cart-popup #shop2-cart .popup-product:last-child {
  border: none;
}
@media (min-width: 581px) {
  .site .cart-popup #shop2-cart .popup-product__left {
    margin-right: 12px;
    position: static;
  }
  .site .cart-popup #shop2-cart .popup-product__close .cart-delete {
    position: absolute;
    top: 35px;
    right: 10px;
    left: auto;
  }
}
.site .cart-popup #shop2-cart .popup-product__name {
  margin: 0;
}
.site .cart-popup #shop2-cart .popup-product__name a {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  color: var(--primary);
}
@media (max-width: 580px) {
  .site .cart-popup #shop2-cart .popup-product__name a {
    font-size: 14px;
  }
}
.site .cart-popup #shop2-cart .popup-product__add {
  padding: 0;
  margin-top: 20px;
  justify-content: flex-start;
  gap: 10px 30px;
}
@media (max-width: 580px) {
  .site .cart-popup #shop2-cart .popup-product__add {
    gap: 10px;
    margin-top: 10px;
  }
}
.site .cart-popup #shop2-cart .popup-product__add .popup-product__amount {
  margin: 0;
}
.site .cart-popup #shop2-cart .popup-product__price-current {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  line-height: 110%;
  color: var(--primary);
}
@media (max-width: 550px) {
  .site .cart-popup #shop2-cart .popup-product__price-current {
    font-size: 16px;
  }
}
.site .cart-popup #shop2-cart .popup-product__price-current span {
  font-size: 15px;
}
@media (max-width: 550px) {
  .site .cart-popup #shop2-cart .popup-product__price-current span {
    font-size: 14px;
  }
}
.site .cart-popup #shop2-cart .popup-product__price-old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 3px;
  text-decoration: line-through;
}
.site .cart-amount .shop2-product-amount {
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  box-shadow: none;
  background: var(--light-bgon-bg-80);
}
.site .cart-amount .shop2-product-amount button.amount-plus svg {
  fill: #000;
}
.site .cart-amount .shop2-product-amount button svg {
  width: 21px;
  height: 21px;
}
.site .cart-amount .shop2-product-amount input input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: var(--light-bgon-sec);
}
.site .cart-popup__bottom-body {
  padding-bottom: 8px;
}
.site .cart-popup__total {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.site .cart-popup__total:after {
  content: "";
  display: block;
  flex: auto;
  border: 1px dashed var(--primary-10);
  margin-top: auto;
  margin-bottom: 2px;
}
.site .cart-popup__total-title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  color: var(--primary);
  padding: 0;
}
.site .cart-popup__total-price {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
  order: 5;
}
.site .cart-popup__total-price span {
  font-size: 18px;
}
.site .card-page .form-additional .buy-one-click.buy_one_click {
  background: #000;
  box-shadow: none;
  color: #fff;
}
.site .card-page .form-additional .buy-one-click.buy_one_click:hover {
  color: #fff;
  background: var(--accent1);
}
.site .card-page .collections .collections__inner {
  padding: 60px 0;
  position: relative;
  background: var(--light-bgon-bg);
}
@media (max-width: 1380px) {
  .site .card-page .collections .collections__inner {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .site .card-page .collections .collections__inner {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .site .card-page .collections .collections__inner {
    padding: 30px 0;
  }
}
.site .card-page .collections .collections__inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: calc((100vw - 1499px) / 2);
  background: var(--light-bgon-bg);
  border-radius: 16px 0 0 16px;
}
@media (max-width: 1500px) {
  .site .card-page .collections .collections__inner:before {
    width: 50px;
  }
}
@media (max-width: 1260px) {
  .site .card-page .collections .collections__inner:before {
    width: 30px;
  }
}
@media (max-width: 639px) {
  .site .card-page .collections .collections__inner:before {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .site .card-page .collections .collections__inner:before {
    width: 16px;
  }
}
.site .card-page .collections .collections__inner:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1499px) / 2);
  background: var(--light-bgon-bg);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1500px) {
  .site .card-page .collections .collections__inner:after {
    width: 50px;
  }
}
@media (max-width: 1260px) {
  .site .card-page .collections .collections__inner:after {
    width: 30px;
  }
}
@media (max-width: 639px) {
  .site .card-page .collections .collections__inner:after {
    width: 20px;
  }
}
@media (max-width: 767px) {
  .site .card-page .collections .collections__inner:after {
    width: 16px;
  }
}
.site .card-page .collections .collections__inner .kinds-block.collections_block {
  margin: 0 0 50px;
}
.site .card-page .collections .collections__inner .kinds-block.collections_block:last-child {
  margin-bottom: 0;
}
.site .card-page .collections .collections__inner .kinds-block.collections_block .tns-nav button {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  min-height: 0;
  box-shadow: none;
  border: none;
}
.site .card-page .collections .collections__inner .kinds-block.collections_block .tns-nav button:not(:hover) {
  background: rgba(0, 0, 0, 0.16);
}
.site .card-page .collections .collections__inner .kinds-block.collections_block .tns-nav button.tns-nav-active {
  background: var(--accent1);
}
.site .card-page .kinds-block .kinds-block__items.kinds_slider .kind-item .kind-item__form {
  border-radius: 8px;
}
.site .card-page .kinds-block .kinds-block__items.kinds_slider .kind-item .kind-item__inner {
  padding: 24px 28px;
}
@media (max-width: 1024px) {
  .site .card-page .kinds-block .kinds-block__items.kinds_slider .kind-item .kind-item__inner {
    padding: 20px;
  }
}
.site .card-page .kinds-block .tns-controls {
  top: -60px !important;
  right: 0;
  left: auto;
}
@media (max-width: 1024px) {
  .site .card-page .kinds-block .tns-controls {
    top: -50px !important;
  }
}
@media (max-width: 767px) {
  .site .card-page .kinds-block .tns-controls {
    display: none;
  }
}
.site .card-page .kinds-block .tns-controls button {
  width: 48px;
  height: 48px;
  border: none;
  box-shadow: none;
  border-radius: 6px;
}
.site .card-page .kinds-block .tns-controls button:hover svg {
  filter: invert(1);
}
.site .card-page .kinds-block .tns-controls button svg {
  fill: transparent;
  transition: all 0.3s ease;
}
.site .card-page .kinds-block .kinds-block__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 34px;
  line-height: 110%;
  color: var(--primary);
  padding-right: 110px;
}
@media (max-width: 1024px) {
  .site .card-page .kinds-block .kinds-block__title {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .site .card-page .kinds-block .kinds-block__title {
    margin-bottom: 28px;
    font-size: 22px;
  }
}
.site .card-slider__body {
  display: flex;
  padding: 20px;
  background: #fff;
  gap: 12px;
  border-radius: 6px;
}
.site .card-slider__items {
  width: calc(100% - 88px);
}
.site .card-slider__items.card_slider_no_thumbs {
  width: 100%;
}
@media (max-width: 1024px) {
  .site .card-slider__items {
    width: 100%;
  }
}
.site .card-slider__thumbs {
  margin: 0 0 84px;
  width: 76px;
  order: -1;
}
@media (max-width: 1024px) {
  .site .card-slider__thumbs {
    display: none;
  }
}
.site .card-slider__thumbs .tns-ovh {
  transition: all 30s ease;
}
.site .card-slider__thumb a:before {
  border-radius: 6px;
  border-color: transparent;
  border-width: 1px;
}
.site .card-slider__thumb.tns-nav-active a:before, .site .card-slider__thumb:hover a:before {
  border-color: var(--accent1);
}
.site .card-slider__thumb-img {
  border-radius: var(--brd_rad_6);
}
.site .card-slider__items .tns-controls {
  bottom: 20px;
  left: 20px;
  right: auto;
  top: 20px;
  display: flex;
  flex-direction: column;
}
.site .card-slider__items .tns-controls button {
  width: 76px;
  height: 76px;
  border-radius: 6px;
  border: 1px solid var(--primary-10);
  transition: all 0.3s ease;
  transform: rotate(90deg);
  box-shadow: none;
  background: #fff;
}
.site .card-slider__items .tns-controls button:hover {
  border-color: var(--accent);
}
.site .card-slider__items .tns-controls button[data-controls="prev"]:disabled {
  opacity: 0;
  visibility: hidden;
}
.site .card-slider__items .tns-controls button svg {
  fill: none;
}
@media (max-width: 1024px) {
  .site .card-slider__items .tns-nav {
    display: block !important;
  }
}
.site .card-slider__items .tns-nav button {
  border-radius: 100%;
  width: 8px;
  height: 8px;
  min-height: 0;
  box-shadow: none;
  border: none;
}
.site .card-slider__items .tns-nav button:not(:hover) {
  background: rgba(0, 0, 0, 0.16);
}
.site .card-slider__items .tns-nav button.tns-nav-active {
  background: var(--accent1);
}
.site .comments-block .comments-form .tpl-field input[type="text"], .site .comments-block .comments-form .tpl-field input[type="phone"], .site .comments-block .comments-form .tpl-field input[type="password"], .site .comments-block .comments-form .tpl-field input[type="email"], .site .comments-block .comments-form .tpl-field input[type="number"] {
  max-width: 100%;
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  background: var(--light-bgon-bg-80);
  border: none;
}
.site .comments-block .comments-form .tpl-field input[type="text"]:hover, .site .comments-block .comments-form .tpl-field input[type="text"]:focus, .site .comments-block .comments-form .tpl-field input[type="phone"]:hover, .site .comments-block .comments-form .tpl-field input[type="phone"]:focus, .site .comments-block .comments-form .tpl-field input[type="password"]:hover, .site .comments-block .comments-form .tpl-field input[type="password"]:focus, .site .comments-block .comments-form .tpl-field input[type="email"]:hover, .site .comments-block .comments-form .tpl-field input[type="email"]:focus, .site .comments-block .comments-form .tpl-field input[type="number"]:hover, .site .comments-block .comments-form .tpl-field input[type="number"]:focus {
  background: var(--m8);
  box-shadow: inset 0 0 0 1px var(--brd_m1);
}
.site .comments-block .comments-form .tpl-field textarea {
  max-width: 100%;
  min-width: 0;
  width: 100%;
  min-height: 120px;
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  background: var(--light-bgon-bg-80);
  border: none;
}
@media (max-width: 1100px) {
  .site .comments-block .comments-form .tpl-field textarea {
    min-height: 90px;
  }
}
.site .comments-block .comments-form .tpl-field textarea:hover, .site .comments-block .comments-form .tpl-field textarea:focus {
  background: var(--m8);
  box-shadow: inset 0 0 0 1px var(--brd_m1);
}
.site .comments-block .comments-form .tpl-field-button button {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--primon);
}
.site .comments-block .comments-form .tpl-field-button button:not(:hover) {
  background: var(--primary);
  box-shadow: none;
}
.site .comments-block {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  align-items: flex-start;
  font-family: var(--font-family);
}
.site .comments-block__items {
  width: calc(100% - 495px);
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 0;
}
@media (max-width: 1100px) {
  .site .comments-block__items {
    width: calc(100% - 324px);
  }
}
@media (max-width: 768px) {
  .site .comments-block__items {
    width: 100%;
  }
}
.site .comments-block__items-item {
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  padding: 30px;
}
@media (max-width: 1100px) {
  .site .comments-block__items-item {
    padding: 16px;
  }
}
.site .comments-block .comments-form {
  width: 471px;
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  padding: 24px 28px 28px;
}
@media (max-width: 1100px) {
  .site .comments-block .comments-form {
    width: 300px;
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .site .comments-block .comments-form {
    width: 100%;
  }
}
.site .comments-block .comments-form__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
  margin: 0;
  padding: 0;
}
@media (max-width: 1100px) {
  .site .comments-block .comments-form__title {
    font-size: 20px;
  }
}
.site .comments-block .comments-form__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--light-bgon-sec-80);
  margin-top: 12px;
}
@media (max-width: 1100px) {
  .site .comments-block .comments-form__subtitle {
    font-size: 14px;
  }
}
.site .comments-block .comments-form .tpl-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 12px;
}
.site .comments-block .comments-form .tpl-form .tpl-field {
  margin: 0;
}
.site .comments-block .comments-form .tpl-form .field-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--light-bgon-sec-60);
}
@media (max-width: 1100px) {
  .site .comments-block .comments-form .tpl-form .field-title {
    font-size: 14px;
  }
}
.site .comments-block .comment-item__head {
  padding-bottom: 10px;
  border-bottom: 1px solid var(--primary-10);
}
.site .comments-block .comment-item__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 107%;
  text-align: center;
  color: var(--light-bgon-sec-80);
}
.site .comments-block .comment-item__name {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
}
@media (max-width: 1100px) {
  .site .comments-block .comment-item__name {
    font-size: 16px;
  }
}
.site .comments-block .comment-item__body {
  padding-top: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec);
}
@media (max-width: 1100px) {
  .site .comments-block .comment-item__body {
    padding-top: 10px;
    font-size: 14px;
  }
}
.site .comments-block .comment-item__admin-reply {
  padding-top: 22px;
  padding-left: 20px;
}
.site .comments-block .comment-item__admin-reply .comment-item__head {
  background: var(--light-bgon-bg);
  border-radius: 5px;
  padding: 12px 15px;
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
  margin: 0;
  border: none;
}
@media (max-width: 1100px) {
  .site .comments-block .comment-item__admin-reply .comment-item__head {
    font-size: 16px;
  }
}
.site .comments-block .comment-item__admin-reply .comment-item__body {
  padding: 16px 15px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec);
}
@media (max-width: 1100px) {
  .site .comments-block .comment-item__admin-reply .comment-item__body {
    font-size: 14px;
    padding-top: 10px;
  }
}
.site .product-quick-view .quick-card-slider__body {
  display: flex;
  flex-direction: row;
  padding: 20px;
  background: #fff;
  gap: 12px;
  border-radius: 6px;
}
.site .product-quick-view .quick-card-slider__thumbs-body {
  width: 100%;
}
.site .product-quick-view .quick-card-slider__items {
  width: calc(100% - 88px);
  flex: auto;
}
@media (max-width: 1024px) {
  .site .product-quick-view .quick-card-slider__items {
    width: 100%;
  }
}
.site .product-quick-view .quick-card-slider__thumbs {
  padding: 84px 0 76px;
  margin: 0;
  width: 76px;
  order: -1;
}
@media (max-width: 1024px) {
  .site .product-quick-view .quick-card-slider__thumbs {
    display: none;
  }
}
.site .product-quick-view .quick-card-slider__thumbs .tns-ovh {
  transition: all 30s ease;
}
.site.gr_quick_view_card_new .remodal.product-quick-view {
  max-width: 1200px;
  padding: 20px;
  border-radius: 16px;
}
.site.gr_quick_view_card_new .remodal.product-quick-view .delivery-price-block__title {
  font-family: var(--font-family);
}
.site .product-quick-view .quick-card-slider__image {
  border-radius: 6px;
}
.site .product-quick-view .quick-card-slider__thumbs .tns-controls {
  display: flex;
  flex-direction: column;
}
.site .product-quick-view .quick-card-slider__thumbs .tns-controls button {
  transform: rotate(90deg);
  border-radius: 6px;
  width: 76px;
  height: 76px;
  border: 1px solid var(--primary-10);
  box-shadow: none;
}
.site .product-quick-view .quick-card-slider__thumbs .tns-controls button:hover svg {
  filter: invert(1);
}
.site .product-quick-view .quick-card-slider__thumbs .tns-controls button svg {
  fill: none;
}
.site .product-quick-view .shop2-product .form-additional .product-price .price-old span strong, .site .product-quick-view .shop2-product .form-additional .product-price .price-current strong {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  font-weight: inherit;
}
.site .product-quick-view .delivery-price-block {
  margin-bottom: 30px;
}
.site .product-quick-view .product-flags {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 22px;
  left: 22px;
}
.site .product-quick-view .product-flags__left {
  display: flex;
  flex-direction: column;
}
.site .product-quick-view .product-flags__item.new_item span {
  background: #5cc266;
}
.site .product-quick-view .product-flags__item.spec_item span {
  background: var(--accent1);
}
.site .product-quick-view .product-flags__item span {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  padding: 5px 6px;
  border-radius: 4px;
}
.site .product-quick-view:has(.quick-card-slider__thumbs) .product-flags {
  left: 110px;
}
.site .product-quick-view .quick-card-slider__thumb-img {
  border-radius: 6px;
}
.site .product-quick-view .quick-card-slider__thumb-img a:before {
  border-radius: 6px;
}
.site .product-quick-view .shop2-product .form-additional__top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.site .product-quick-view .shop2-product .form-additional__top .product-price {
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.site .product-quick-view .shop2-product .form-additional__top .product-price .price-current {
  margin: 0;
  padding: 0;
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
}
.site .product-quick-view .shop2-product .form-additional__top .product-price .price-current span {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  color: var(--primary);
  padding: 0;
}
.site .product-quick-view .shop2-product .form-additional__top .product-price .price-old {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 0;
}
.site .product-quick-view .shop2-product .form-additional__top .product-price .price-old strong {
  text-decoration: line-through;
}
.site .product-quick-view .shop2-product .form-additional__top .product-price .price-old span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
  color: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.site .product-quick-view .shop2-product__left {
  width: 53.5%;
  margin: 0;
  padding: 0;
}
.site .product-quick-view .shop2-product__right {
  padding: 20px;
  width: 46.5%;
  margin: 0;
}
.site .product-quick-view .shop2-product .form-additional__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
  margin-bottom: 24px;
}
.site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount {
  width: 120px;
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 6px;
  box-shadow: none;
  background: var(--light-bgon-bg-80);
  float: none;
  margin: 0;
}
.site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount button.amount-plus svg {
  fill: #000;
}
.site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount button svg {
  width: 21px;
  height: 21px;
}
.site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount input, .site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount button {
  height: 50px;
  line-height: 50px;
}
.site .product-quick-view .shop2-product .form-additional__btns .product-amount .shop2-product-amount input {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 115%;
  text-align: center;
  color: var(--light-bgon-sec);
}
.site .product-quick-view .shop2-product .form-additional__btns .shop-product-btn {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--primon);
  width: auto;
  flex: auto;
  padding: 15px 10px;
  min-height: 0;
  height: auto;
}
.site .product-quick-view .shop2-product .form-additional__btns .shop-product-btn span {
  padding: 0;
}
.site .product-quick-view .shop2-product .form-additional__btns .shop-product-btn span i {
  display: none;
}
.site .product-quick-view .shop2-product .form-additional__btns .buy-one-click {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--primon);
  padding: 15px 10px;
  background: var(--primary);
  border-radius: 6px;
  transition: all 0.3s ease;
  flex: auto;
  cursor: pointer;
}
.site .product-quick-view .shop2-product .form-additional__btns .buy-one-click:hover {
  background: var(--accent);
}
.site .product-quick-view .shop2-product .gr-product-options {
  margin-bottom: 32px;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item {
  width: calc(50% - 12px);
  margin: 0;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item__inner {
  display: block;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--light-bgon-sec-50);
  margin-bottom: 6px;
  padding: 0;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--light-bgon-sec);
  width: 100%;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body:has(select) {
  max-width: 200px;
  position: relative;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body:has(select):before {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 11px;
  width: 10px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.707031 0.707031L4.70703 4.70703L8.70703 0.707031' stroke='black' stroke-width='2' /%3E%3C/svg%3E") 50% no-repeat;
  pointer-events: none;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body a {
  color: inherit;
  text-decoration: underline;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body a:hover {
  text-decoration: none;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body select {
  width: 100%;
  border-radius: 6px;
  padding: 6px 0px;
  width: 200px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: var(--light-bgon-bg-80);
  transition: all 0.3s ease;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: var(--light-bgon-sec);
  padding: 11px 12px;
  padding-right: 25px;
}
.site .product-quick-view .shop2-product .gr-product-options .shop2-product-options .option-item .option-body select:hover {
  box-shadow: inset 0 0 0 1px var(--accent);
}
.site .product-quick-view .shop2-product .form-additional {
  display: block;
}
.site .product-quick-view .shop2-product .form-additional .gr-quick-more-btn.gr_quick_more_btn {
  margin: 0;
  padding: 0;
  display: inline-block;
  width: auto;
  box-shadow: none;
  border-radius: 0;
  background: none;
  padding-bottom: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--accent);
  border: none;
  border-bottom: 1px solid var(--accent-40);
}
.site .product-quick-view .shop2-product .form-additional .gr-quick-more-btn.gr_quick_more_btn:hover {
  color: var(--primary);
  border-color: var(--primary);
}
.site .info-section .info-section__grid .article-card.article-card--video a.article-card__play {
  position: absolute;
}
.ekonomy-block {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}
.ekonomy-block__percent {
  border-radius: 4px;
  padding: 7px 8px;
  background: #f96d41;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
.ekonomy-block__sum {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 13px;
  line-height: 110%;
  color: var(--primon);
  border-radius: 4px;
  padding: 5px 8px;
  background: var(--primary);
}
.custom-filter-item {
  margin-bottom: 20px;
}
.custom-filter-item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 17px;
  color: var(--primary);
  margin-bottom: 8px;
}
.custom-filter-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.custom-filter-item__item .gr-btn-4 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  padding: 10px 15px;
}
.custom-filter-item__item .gr-btn-4:not(:hover) {
  color: #000;
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
}
.custom-filter-item__item .gr-btn-4:hover, .custom-filter-item__item .gr-btn-4.active {
  color: #fff;
  background: #000;
  box-shadow: inset 0 0 0 1px #000;
}
.product-stock {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 8px 0 10px;
}
.product-stock__icon {
  font-size: 0;
  line-height: normal;
}
.product-stock__title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 115%;
  color: var(--light-bgon-sec-80);
}
.folder-spoiler-text__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  line-height: 110%;
  color: var(--primary);
  margin-bottom: 24px;
}
@media (max-width: 980px) {
  .folder-spoiler-text__title {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.folder-spoiler-text__visible-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec-80);
}
@media (max-width: 980px) {
  .folder-spoiler-text__visible-text {
    font-size: 14px;
  }
}
.folder-spoiler-text__visible-text p:first-child {
  margin-top: 0;
}
.folder-spoiler-text__visible-text p:last-child {
  margin-top: 0;
}
.folder-spoiler-text__hidden-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec-80);
  display: none;
  margin-top: 24px;
}
@media (max-width: 980px) {
  .folder-spoiler-text__hidden-text {
    margin-top: 12px;
    font-size: 14px;
  }
}
.folder-spoiler-text__hidden-text p:first-child {
  margin-top: 0;
}
.folder-spoiler-text__hidden-text p:last-child {
  margin-top: 0;
}
.folder-spoiler-text__btn {
  margin-top: 24px;
}
@media (max-width: 980px) {
  .folder-spoiler-text__btn {
    margin-top: 12px;
  }
}
.folder-spoiler-text__btn a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: var(--accent1);
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed var(--accent1);
  transition: all 0.3s ease;
}
.folder-spoiler-text__btn a:hover {
  border-color: transparent;
}
.card-page .form-additional .shop2-product-popup-btn {
  margin-left: auto;
}
@media (max-width: 640px) {
  .card-page .form-additional .shop2-product-popup-btn {
    margin-left: 0;
  }
}
.card-page .form-additional .shop2-product-popup-btn__icon {
  font-size: 0;
  line-height: normal;
}
.card-page .form-additional .shop2-product-popup-btn__title {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.card-page .form-additional .shop2-product-popup-btn a.buy-one-click {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  background: none !important;
  width: auto;
  justify-content: flex-start;
  margin: 0;
}
.card-page .form-additional .shop2-product-popup-btn a.buy-one-click:hover .shop2-product-popup-btn__title {
  border-color: var(--accent1);
  color: var(--accent1);
}
.remodal[data-remodal-id="delivery-price"] {
  max-width: 740px;
  padding: 40px;
}
@media (max-width: 980px) {
  .remodal[data-remodal-id="delivery-price"] {
    padding: 32px 16px 24px;
  }
}
@media (max-width: 550px) {
  .remodal[data-remodal-id="delivery-price"] {
    border-radius: 12px 12px 0 0;
    top: auto;
  }
  .remodal[data-remodal-id="delivery-price"] .remodal-close-btn {
    width: 30px;
    height: 30px;
    min-height: 30px;
  }
}
.delivery-price-block {
  padding: 20px;
  border-radius: 6px;
  background: var(--light-bgon-bg);
  font-size: 0;
  margin-top: 24px;
}
.delivery-price-block__btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.delivery-price-block__btn:hover .delivery-price-block__title {
  border-color: transparent;
}
.delivery-price-block__icon {
  font-size: 0;
  line-height: normal;
}
.delivery-price-block__title {
  font-size: 14px;
  font-weight: normal;
  color: #000;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.delivery-price-popup__title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
}
@media (max-width: 980px) {
  .delivery-price-popup__title {
    font-size: 20px;
  }
}
.delivery-price-popup__list {
  margin-top: 24px;
}
@media (max-width: 980px) {
  .delivery-price-popup__list {
    margin-top: 20px;
  }
}
.delivery-price-popup__item {
  padding: 12px 0;
  width: 100%;
  border-bottom: 1px solid var(--primary-10);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.delivery-price-popup__item:last-child {
  border: none;
}
.delivery-price-popup__item-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.delivery-price-popup__item-title .title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #000;
}
@media (max-width: 980px) {
  .delivery-price-popup__item-title .title {
    font-size: 16px;
  }
}
.delivery-price-popup__item-title .delivey-days {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: var(--light-bgon-sec-80);
}
@media (max-width: 980px) {
  .delivery-price-popup__item-title .delivey-days {
    font-size: 14px;
  }
}
.delivery-price-popup__item-price {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #000;
  white-space: nowrap;
}
@media (max-width: 980px) {
  .delivery-price-popup__item-price {
    font-size: 16px;
  }
}
.ccity {
  position: relative;
  font-size: 16px;
  display: block !important;
  font-family: var(--font-family);
}
.name_city {
  display: flex;
}
.name_city .title {
  color: #cded93;
  border-bottom: 1px dashed;
}
.name_city span {
  color: #cded93;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.name_city span:hover {
  border-bottom-color: transparent;
}
.ccity .city-popup, .ccity .city-popup1 {
  z-index: 6;
  position: absolute;
  top: 27px;
  left: 0;
  display: none;
  padding: 20px;
  background-color: #fff;
  width: 300px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transition: all 0.3s;
  z-index: 20;
  font-family: var(--font-family);
}
@media (max-width: 991px) {
  .ccity .city-popup, .ccity .city-popup1 {
    right: auto;
    left: 0;
  }
}
.ccity .city-popup .city-popup1__close, .ccity .city-popup1 .city-popup1__close {
  background: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.94976 3.53549L8.48529 -4.03523e-05L9.89951 1.41417L6.36397 4.94971L9.89951 8.48524L8.48529 9.89945L4.94976 6.36392L1.41422 9.89945L1.13845e-05 8.48524L3.53555 4.94971L1.13845e-05 1.41417L1.41422 -4.03523e-05L4.94976 3.53549Z' fill='black' /%3E%3C/svg%3E") 50% no-repeat;
}
.ccity .city-popup__title {
  font-weight: 600;
  margin-bottom: 15px;
}
.ccity .city-popup__buts span {
  display: inline-block;
  vertical-align: top;
  color: #000;
  background: #fff;
  font-size: 15px;
  padding: 6px 10px;
  border: 1px solid #000;
  border-radius: 5px;
  line-height: 1.2;
  cursor: pointer;
  transition: all 0.3s ease;
}
.ccity .city-popup__buts span:hover {
  background: #000;
  color: #fff;
}
.ccity .city-popup__buts span:first-child {
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent1);
  border-color: var(--accent1);
}
.ccity .city-popup__buts span:first-child:hover {
  background: var(--accent1);
  color: #fff;
}
.ccity .city-popup__buts {
  font-size: 0;
  display: flex;
}
.ccity .city-popup__close, .city-popup1__close {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 15px;
  cursor: pointer;
  top: 15px;
  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%2216px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23575757%22%20d%3D%22M15.985%2C14.571%20L14.571%2C15.985%20L8.000%2C9.414%20L1.429%2C15.985%20L0.015%2C14.571%20L6.586%2C8.000%20L0.015%2C1.429%20L1.429%2C0.015%20L8.000%2C6.586%20L14.571%2C0.015%20L15.985%2C1.429%20L9.414%2C8.000%20L15.985%2C14.571%20Z%22%2F%3E%3C%2Fsvg%3E) center center/12px no-repeat;
}
.city-popup1__title {
  font-weight: 600;
  font-size: 16px;
  padding: 0 0 10px;
}
.ccity .city-popup1__blocks .conts {
  display: none;
}
.city-popup1__blocks a {
  color: var(--accent1);
  text-decoration: none;
  font-size: 16px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}
.city-popup1__blocks a:hover {
  border-color: var(--accent1);
}
.city-popup1__blocks .pop-it + .pop-it {
  margin-top: 10px;
}
@media (max-width: 520px) {
  .ccity .city-popup, .ccity .city-popup1 {
    padding: 15px;
  }
  .ccity .city-popup__buts {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }
  .ccity .city-popup__buts span {
    font-size: 14px;
    margin: 0;
  }
}
.site .header_panel_top .block_width .part_line .part_btn {
  transition: all 0.3s ease;
}
.site .header_panel_top .block_width .part_line .part_btn:hover {
  color: var(--accent1);
}
.site .fixed-product-info {
  position: fixed;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--light-bgon-bg-80);
  border-bottom: 1px solid var(--light-bgon-bg-80);
  font-family: var(--font-family);
  z-index: 10;
  opacity: 0;
  margin-top: -20px;
  visibility: hidden;
  transition: all 0.3s ease;
}
@media (max-width: 980px) {
  .site .fixed-product-info {
    border-radius: 10px;
    bottom: 62px;
    top: auto !important;
    opacity: 1;
    visibility: visible;
    padding: 0 10px;
  }
}
.site .fixed-product-info.active {
  opacity: 1;
  visibility: visible;
}
.site .fixed-product-info__inner {
  padding: 5px 0 0;
}
@media (max-width: 980px) {
  .site .fixed-product-info__inner {
    padding: 10px 0;
  }
}
.site .fixed-product-info__top {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
.site .fixed-product-info__top-right .shop-product-btn {
  padding: 10px 20px;
}
@media (max-width: 980px) {
  .site .fixed-product-info__top-right .shop-product-btn {
    font-size: 14px;
  }
}
.site .fixed-product-info__top-right .shop-product-btn span {
  padding: 0;
}
.site .fixed-product-info__top-right .shop-product-btn span i {
  display: none;
}
.site .fixed-product-info__top-left {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site .fixed-product-info__product-image {
  width: 64px;
  height: 64px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 980px) {
  .site .fixed-product-info__product-image {
    display: none;
  }
}
.site .fixed-product-info__product-image img {
  max-width: 100%;
  max-height: 100%;
}
.site .fixed-product-info__product-info {
  width: calc(100% - 74px);
}
@media (max-width: 980px) {
  .site .fixed-product-info__product-info {
    width: auto;
  }
}
.site .fixed-product-info__product-name {
  font-size: 15px;
  font-weight: 500;
  color: #000;
}
@media (max-width: 980px) {
  .site .fixed-product-info__product-name {
    font-size: 15px;
  }
}
.site .fixed-product-info__product-price {
  font-size: 18px;
  font-weight: 800;
  color: #000;
  margin-top: 5px;
}
@media (max-width: 980px) {
  .site .fixed-product-info__product-price {
    font-size: 15px;
  }
}
.site .fixed-product-info__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-bottom: -1px;
  margin-top: 6px;
}
@media (max-width: 980px) {
  .site .fixed-product-info__bottom {
    display: none;
  }
}
.site .fixed-product-info__bottom li {
  list-style-type: none;
}
.site .fixed-product-info__bottom li.r-tabs-state-active a {
  border-color: var(--accent1);
}
.site .fixed-product-info__bottom li a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-size: 14px;
  font-weight: 500;
  border-bottom: 4px solid transparent;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 5px 10px;
}
.site .fixed-product-info__bottom li a i {
  display: none;
}
/* Отзывы о магазине */
.store-reviews {
  font-family: var(--font-family);
}
.store-reviews__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 1100px) {
  .store-reviews__inner {
    gap: 24px;
  }
}
.store-reviews__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--light-bgon-sec);
}
@media (max-width: 1100px) {
  .store-reviews__text {
    font-size: 15px;
    line-height: 147%;
  }
}
.store-reviews__text h2 {
  color: #000;
}
.store-reviews__body {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.store-reviews__left {
  width: calc(100% - 464px);
}
@media (max-width: 1100px) {
  .store-reviews__left {
    width: calc(100% - 344px);
  }
}
@media (max-width: 768px) {
  .store-reviews__left {
    width: 100%;
  }
}
.store-reviews__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.store-reviews__item {
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  padding: 24px 28px 28px;
  width: 100%;
}
@media (max-width: 1100px) {
  .store-reviews__item {
    padding: 16px;
  }
}
.store-reviews__item-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 560px) {
  .store-reviews__item-top {
    display: block;
  }
  .store-reviews__item-top .store-reviews__item-date {
    text-align: left;
    padding-left: 72px;
  }
}
.store-reviews__item-user {
  display: flex;
  align-items: center;
  gap: 12px;
}
.store-reviews__item-date {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--light-bgon-sec-60);
}
.store-reviews__item-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 124%;
  color: var(--light-bgon-sec);
}
.store-reviews__user-image {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
  font-size: 0;
  line-height: normal;
}
.store-reviews__user-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.store-reviews__user-info {
  width: calc(100% - 72px);
}
.store-reviews__user-name {
  font-weight: 500;
  font-size: 18px;
  color: var(--primary);
}
.store-reviews__user-rating {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-reviews__user-rating .rating-block {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px dashed var(--light-bgon-border-20);
  padding-bottom: 1px;
  transition: all 0.3s ease;
}
.store-reviews__user-rating .rating-block:hover {
  border-color: var(--accent1);
}
.store-reviews__user-rating .rating-block:hover .title, .store-reviews__user-rating .rating-block:hover .rating-value {
  color: var(--accent1);
}
.store-reviews__user-rating .rating-block:hover .rating-hidden-list {
  opacity: 1;
  visibility: visible;
}
.store-reviews__user-rating .rating-block .title {
  font-weight: 400;
  font-size: 15px;
  text-align: right;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
.store-reviews__user-rating .rating-block .rating-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: var(--light-bgon-sec);
  transition: all 0.3s ease;
}
.store-reviews__user-rating .rating-block .rating-hidden-list {
  position: absolute;
  top: 100%;
  left: -20px;
  z-index: 1;
  box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  min-width: 232px;
  margin-top: 1px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.store-reviews__user-rating .rating-block .rating-hidden-list__item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.store-reviews__user-rating .rating-block .rating-hidden-list__item-icon {
  position: relative;
  font-size: 0;
}
.store-reviews__user-rating .rating-block .rating-hidden-list__item-icon .icon-active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.store-reviews__user-rating .rating-block .rating-hidden-list__item-value {
  margin-right: 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: var(--light-bgon-sec);
}
.store-reviews__user-rating .rating-block .rating-hidden-list__item-title {
  font-weight: 400;
  font-size: 15px;
  color: var(--primary);
}
.store-reviews__user-rating .rating-stars {
  position: relative;
  font-size: 0;
}
.store-reviews__user-rating .rating-stars__active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.store-reviews__right {
  width: 440px;
}
@media (max-width: 1100px) {
  .store-reviews__right {
    width: 320px;
  }
}
@media (max-width: 768px) {
  .store-reviews__right {
    display: none;
  }
}
.store-reviews__info {
  border-radius: 8px;
  padding: 30px;
  background: var(--light-bgon-bg);
}
@media (max-width: 1100px) {
  .store-reviews__info {
    padding: 20px 16px;
  }
}
.store-reviews__info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}
@media (max-width: 1100px) {
  .store-reviews__info-top {
    margin-bottom: 16px;
  }
}
.store-reviews__info-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: var(--primary);
}
@media (max-width: 1100px) {
  .store-reviews__info-title {
    font-size: 20px;
  }
}
.store-reviews__info-rating {
  display: flex;
  align-items: center;
  gap: 8px;
}
.store-reviews__info-value {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 1100px) {
  .store-reviews__info-value {
    font-size: 20px;
  }
}
.store-reviews__info-icon {
  position: relative;
  font-size: 0;
}
.store-reviews__info-icon .icon-active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1100px) {
  .store-reviews__info-icon svg {
    width: 20px;
  }
}
.store-reviews__info-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.store-reviews__info-item {
  display: flex;
  align-items: center;
  gap: 6px;
}
.store-reviews__info-item-icon {
  position: relative;
  font-size: 0;
}
.store-reviews__info-item-icon .icon-active {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.store-reviews__info-item-value {
  margin-right: 6px;
  font-weight: 800;
  font-size: 16px;
  line-height: 100%;
  color: var(--light-bgon-sec);
}
.store-reviews__info-item-title {
  font-weight: 400;
  font-size: 15px;
  color: #000;
}
.store-reviews__info-text {
  margin-top: 26px;
  font-weight: 400;
  font-size: 16px;
  line-height: 124%;
  color: var(--light-bgon-sec);
}
@media (max-width: 1100px) {
  .store-reviews__info-text {
    font-size: 15px;
    margin-top: 16px;
  }
}
.store-reviews__info-btn {
  margin-top: 16px;
  display: none;
}
@media (max-width: 768px) {
  .store-reviews__info-btn {
    display: block;
  }
}
.store-reviews__info-btn a {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--primon);
}
.store-reviews__form {
  border: 1px solid var(--primary-10);
  border-radius: 8px;
  margin-top: 12px;
  padding: 30px;
  font-family: var(--font-family);
}
@media (max-width: 1100px) {
  .store-reviews__form {
    padding: 20px 16px;
  }
}
@media (max-width: 768px) {
  .store-reviews__form {
    padding: 0;
    border: none;
    margin: 0;
  }
}
.store-reviews__form-title {
  font-weight: 800;
  font-size: 26px;
  line-height: 110%;
  color: #000;
}
@media (max-width: 1100px) {
  .store-reviews__form-title {
    font-size: 20px;
  }
}
.store-reviews__form-subtitle {
  font-weight: 400;
  font-size: 15px;
  line-height: 160%;
  color: var(--light-bgon-sec-80);
  margin-top: 12px;
}
@media (max-width: 1100px) {
  .store-reviews__form-subtitle {
    margin-top: 8px;
  }
}
.store-reviews__form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 12px;
}
@media (max-width: 1100px) {
  .store-reviews__form form {
    margin-top: 30px;
  }
}
.store-reviews__form form .tpl-field {
  margin: 0;
}
.store-reviews__form form .field-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  color: var(--light-bgon-sec-60);
}
.store-reviews__form form input[type="text"], .store-reviews__form form select, .store-reviews__form form textarea {
  box-shadow: inset 0 0 0 1px var(--light-bgon-border-20);
  background: var(--light-bgon-bg-80);
}
.store-reviews__form form .rating-wr {
  position: relative;
  font-size: 0;
}
.store-reviews__form form .rating-wr .default {
  display: flex;
  align-items: center;
  gap: 4px;
}
.store-reviews__form form .rating-wr span {
  display: inline-block;
  cursor: pointer;
}
.store-reviews__form form .rating-wr span svg {
  pointer-events: none;
}
.store-reviews__form form .rating-wr span.active svg path {
  fill: #FFD043;
  stroke: transparent;
}
.store-reviews__form form input[type="submit"] {
  width: 100%;
  margin-top: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  color: var(--primon);
}
.store-reviews__form form textarea {
  min-height: 90px;
}
.site .remodal[data-remodal-id="mobile-reviews-form"] {
  border-radius: 0;
}
/* Отзывы о магазине */
.main-blocks-cat {
  padding: 30px 0 92px;
}
@media (max-width: 1024px) {
  .main-blocks-cat {
    padding: 20px 0 30px;
  }
}
.main-blocks-cat .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: var(--primary);
  margin: 0 0 34px;
}
@media (max-width: 1024px) {
  .main-blocks-cat .title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.main-blocks-cat .btn_more {
  border: 1px solid var(--light-bgon-border-20);
  border-radius: 8px;
  padding: 16px;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  color: var(--primary);
  transition: all 0.3s;
  display: none;
}
.main-blocks-cat .btn_more:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}
.main-blocks-cat .main-blocks__inner .product-list.thumbs .shop2-product-item.product-item {
  display: none;
}
@media (min-width: 1100px) {
  .main-blocks-cat .main-blocks__inner .product-list.thumbs .shop2-product-item.product-item {
    width: calc(20% - 20px);
  }
}
.main-blocks-cat .main-blocks__inner .product-list.thumbs .shop2-product-item.product-item:nth-child(-n+10) {
  display: block;
}
.main-blocks-cat.show_products .main-blocks__inner .product-list.thumbs .shop2-product-item.product-item {
  display: block;
}
.main-blocks-cat.show_products .btn_more {
  display: none !important;
}
.main-blocks-rec {
  padding: 80px 0 80px;
  background: var(--light-bgon-bg);
  position: relative;
}
.main-blocks-rec:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: calc((100vw - 1499px) / 2);
  background: var(--light-bgon-bg);
  border-radius: 16px 0 0 16px;
}
.main-blocks-rec:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc((100vw - 1499px) / 2);
  background: var(--light-bgon-bg);
  border-radius: 0 16px 16px 0;
}
@media (max-width: 1500px) {
  .main-blocks-rec:before, .main-blocks-rec:after {
    width: 50px;
  }
}
@media (max-width: 1260px) {
  .main-blocks-rec:before, .main-blocks-rec:after {
    width: 30px;
  }
}
@media (max-width: 767px) {
  .main-blocks-rec:before, .main-blocks-rec:after {
    width: 16px;
  }
}
@media (max-width: 1024px) {
  .main-blocks-rec {
    padding: 30px 0 30px;
  }
}
.main-blocks-rec .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  line-height: 110%;
  color: var(--primary);
  margin: 0 0 34px;
  display: flex;
  align-items: center;
}
.main-blocks-rec .title .swiper_controls {
  margin-left: auto;
}
@media (max-width: 767px) {
  .main-blocks-rec .title .swiper_controls {
    display: none;
  }
}
@media (max-width: 1024px) {
  .main-blocks-rec .title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.main-blocks-rec .product-list.thumbs {
  flex-wrap: nowrap;
  margin: 0;
  padding: 0 1px 20px;
}
.main-blocks-rec .product-list.thumbs .shop2-product-item.product-item {
  width: 100%;
  margin: 0;
  height: auto;
  border: none;
  background: #fff;
  box-shadow: none;
}
@media (max-width: 767px) {
  .main-blocks-rec .product-list.thumbs .shop2-product-item.product-item {
    background: none;
    padding: 0;
  }
  .main-blocks-rec .product-list.thumbs .shop2-product-item.product-item .product-item__inner {
    background: none;
  }
}
.main-blocks-rec .swiper-pagination-rec {
  justify-content: center;
  gap: 10px;
}
.main-blocks-rec .swiper-pagination-rec .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.16);
}
.main-blocks-rec .swiper-pagination-rec .swiper-pagination-bullet.swiper-pagination-bullet-active {
  box-shadow: none;
  background: var(--accent1);
}
.folder-spoiler-text.cat_text_wr {
  padding: 72px 0 22px;
}
@media (max-width: 767px) {
  .folder-spoiler-text.cat_text_wr {
    padding: 36px 0 10px;
  }
}
@media (max-width: 639px) {
  .site .product-list.thumbs.main_blocks_list .product-item {
    width: 100%;
    border: none;
    margin-bottom: 0;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .site .header_panel_top .block_width .right .city_block .name_city, .site .header_panel_top .block_width .part_line .part_btn {
    font-size: 14px;
    padding-left: 25px;
  }
}
.site .favorite-block a:hover svg path {
  fill: var(--accent);
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text input {
  box-shadow: none;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.type-text input:hover {
  border-color: var(--accent1);
}
.site .product-list.thumbs .product-item .swiper-pagination span {
  margin: 0;
}
.site .site-header__inner .site-header__right_sh .login-btn.login_btn, .site button.shop2-btn, .site input[type="button"].shop2-btn, .site input[type="submit"].shop2-btn, .site a.shop2-btn, .site .shop2-btn, .site .tpl-button, .site a.tpl-button, .site .tpl-field button, .site .tpl-field input[type="file"], .site .tpl-field input[type="submit"], .site .gr-field-style button, .site .gr-field-style input[type="file"], .site .gr-field-style input[type="submit"] {
  font-family: var(--font-family);
}
.site .header_panel_top .block_width .phone-block:hover .drop_contacts {
  opacity: 1;
  visibility: visible;
}
.site button.shop2-btn, .site input[type="button"].shop2-btn, .site input[type="submit"].shop2-btn, .site a.shop2-btn, .site .shop2-btn, .site .tpl-button, .site a.tpl-button, .site .tpl-field button, .site .tpl-field input[type="file"], .site .tpl-field input[type="submit"], .site .gr-field-style button, .site .gr-field-style input[type="file"], .site .gr-field-style input[type="submit"] {
  font-weight: 500;
}
.site .site-header__inner .site-header__right_sh .login-btn.login_btn {
  box-shadow: none;
}
.site .site-header__inner .site-header__right_sh .login-btn.login_btn:hover {
  border-color: var(--accent1);
}
.site .remodal .tpl-field-button button {
  box-shadow: none !important;
  position: relative;
}
.site .remodal .tpl-field-button button:hover:before {
  opacity: 1;
}
.site .remodal .tpl-field-button button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--m8_3);
  border-radius: var(--brd_rad_30);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.site .bottom_form .tpl-field.tpl-field-button .tpl-form-button {
  width: auto;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button, .site .n_block_wr .item .left .btn, .site .reviews-section .reviews-rating__button, .site .form_black .right form .tpl-field.tpl-field-button .tpl-form-button, .site .site-header__inner .site-header__right_sh .cat-btn, .site .bottom_form .tpl-field.tpl-field-button .tpl-form-button {
  box-shadow: none !important;
  position: relative;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button:hover, .site .n_block_wr .item .left .btn:hover, .site .reviews-section .reviews-rating__button:hover, .site .form_black .right form .tpl-field.tpl-field-button .tpl-form-button:hover, .site .site-header__inner .site-header__right_sh .cat-btn:hover, .site .bottom_form .tpl-field.tpl-field-button .tpl-form-button:hover {
  opacity: 1;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button:hover:before, .site .n_block_wr .item .left .btn:hover:before, .site .reviews-section .reviews-rating__button:hover:before, .site .form_black .right form .tpl-field.tpl-field-button .tpl-form-button:hover:before, .site .site-header__inner .site-header__right_sh .cat-btn:hover:before, .site .bottom_form .tpl-field.tpl-field-button .tpl-form-button:hover:before {
  opacity: 1;
}
.site .site-footer .footer-top__inner .left .footer-form form .tpl-field.tpl-field-button .tpl-form-button:before, .site .n_block_wr .item .left .btn:before, .site .reviews-section .reviews-rating__button:before, .site .form_black .right form .tpl-field.tpl-field-button .tpl-form-button:before, .site .site-header__inner .site-header__right_sh .cat-btn:before, .site .bottom_form .tpl-field.tpl-field-button .tpl-form-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--m8_3);
  border-radius: var(--brd_rad_30);
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s;
}
.site .site-header__inner .site-header__right_sh .favorite-block:not(.is-null) svg.default-icon {
  display: none;
}
.site .site-header__inner .site-header__right_sh .favorite-block:not(.is-null) svg.active-icon {
  display: block;
}
.site .site-header__inner .site-header__right_sh .favorite-block svg.active-icon {
  width: 24px;
  height: 21px;
  display: none;
}
.site .folder_block_left .folder_list > li > a, .site .folder_block_left .folder_list > li ul li a {
  transition: all 0.3s ease;
}
.site .folder_block_left .folder_list > li > a:hover, .site .folder_block_left .folder_list > li ul li a:hover {
  color: var(--accent1);
}
.site .form_black .right form .tpl-field.type-text input {
  box-shadow: none;
}
.site .form_black .right form .tpl-field.type-text input:hover, .site .form_black .right form .tpl-field.type-text input:focus {
  border-color: var(--accent);
}
.site .product-list.list .product-item .ekonomy-block__percent, .site .product-list.list .product-item .ekonomy-block__sum, .site .product-list.simple .product-item .ekonomy-block__percent, .site .product-list.simple .product-item .ekonomy-block__sum {
  padding: 5px 8px;
}
@media (max-width: 1024px) {
  .sorting-panel__body {
    margin-left: 0px;
  }
}
.shop2-btn.shop2-btn-back:before {
  content: "";
  position: absolute;
  left: 11px;
  top: 50%;
  width: 30px;
  height: 30px;
  transform: translateY(-50%) rotate(0.001deg);
  transition: all 0.18s linear;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' id='icon_shop_return' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23dsa)'%3E%3Cpath d='M17 20l-5-5 5-5' stroke='%23000' fill='transparent' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
}
.shop2-btn.shop2-btn-back svg {
  opacity: 0;
}
.shop2-btn.shop2-btn-back:hover:before {
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 30 30' id='icon_shop_return' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23dsa)'%3E%3Cpath d='M17 20l-5-5 5-5' stroke='%23fff' fill='transparent' stroke-width='2'%3E%3C/path%3E%3C/g%3E%3C/svg%3E") 50% no-repeat;
}
.form-result.hidden {
  display: none;
}
.form-shadow.hidden {
  display: none;
}
.site-main.product_columns_4 {
  overflow: hidden;
}
.g-user_text_color, a.g-user_text_color {
  padding: 14px 28px;
  background-color: #d8654d;
  border: 1px solid #d8654d;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.3s ease;
  color: #fff;
  font-family: Onest, sans-serif;
  font-style: normal;
  font-size: 16px;
}
.g-user_text_color:hover {
  background-color: transparent;
  color: #d8654d;
}
.g-submenu__item a:hover {
  text-decoration: none ! important;
}
.swiper-button-disabled {
  display: none !important;
}
.site .gr-favorite-btn.active .gr-favorite-btn__icon i.gr-favorite-btn__added {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.site .gr-favorite-btn.active .gr-favorite-btn__icon i.gr-favorite-btn__add {
  display: none;
}
/* ===== Custom Bullet List Styles ===== */
.card-slider .card-slider__image span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.card-slider .card-slider__image .video_bl:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 50%/64px no-repeat;
}
.card-slider .card-slider__image span img {
  height: auto;
  max-height: 100%;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  opacity: 1;
  border-radius: 6px;
}
.card-slider .card-slider__thumb.has-video .card-slider__thumb-img a:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 50%/40px no-repeat;
}
.card-slider.horizontal .has-video .card-slider__image a {
  background-position: center;
  background-size: contain;
}
.card-slider.horizontal .has-video .card-slider__image a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  content: "";
  z-index: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.com/svgjs' version='1.1' width='512' height='512' x='0' y='0' viewBox='0 0 24 24' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cg%3E%3Crect xmlns='http://www.w3.org/2000/svg' x='7' y='7' width='10' height='10' fill='%23fff'/%3E%3Cpath xmlns='http://www.w3.org/2000/svg' d='m23.469 5.929.03.196c-.29-1.029-1.073-1.823-2.068-2.112l-.021-.005c-1.871-.508-9.4-.508-9.4-.508s-7.51-.01-9.4.508c-1.014.294-1.798 1.088-2.083 2.096l-.005.021c-.699 3.651-.704 8.038.031 11.947l-.031-.198c.29 1.029 1.073 1.823 2.068 2.112l.021.005c1.869.509 9.4.509 9.4.509s7.509 0 9.4-.509c1.015-.294 1.799-1.088 2.084-2.096l.005-.021c.318-1.698.5-3.652.5-5.648 0-.073 0-.147-.001-.221.001-.068.001-.149.001-.23 0-1.997-.182-3.951-.531-5.846zm-13.861 9.722v-7.293l6.266 3.652z' fill='%23e92e2e' data-original='%23000000' style=''/%3E%3C/g%3E%3C/svg%3E") 50%/64px no-repeat;
}
.card-slider__item video {
  width: 100%;
  height: 100%;
}
.card-slider__thumb-img.has-video a:before {
  content: "";
}
.mmmain {
  width: 1112px;
  font-size: 16px;
  float: right;
  font-weight: 400;
  color: #2d2d2dcc;
}
.mmmain .icon_block .icon_block_item {
  flex: 0 0 calc((100% / 3) - 9px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  gap: 10px;
}
.mmmain .icon_block_item .icon {
  flex: 0 0 50px;
}
.mmmain .icon_block_item .name {
  font-size: 16px;
  font-weight: 400px;
  color: #2d2d2dcc;
}
.mmmain .icon_block_item .name b {
  color: #3a3a3a;
}
.custom-list {
  list-style: none;
  padding-left: 0;
  margin: 20px 0;
}
.custom-list li {
  padding-left: 25px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12"><rect width="12" height="12" fill="%23d8654d" rx="3"/></svg>') no-repeat 0 3px;
  margin-bottom: 12px;
}
.custom-list li::marker {
  display: none !important;
}
/* Для вложенных списков */
.custom-list ul {
  list-style: none;
  padding-left: 20px;
  margin-top: 10px;
}
.custom-list ul li:before {
  width: 10px;
  height: 10px;
  top: 5px;
  border-radius: 2px;
  background-color: #e87a5e;
}
/* Адаптив для мобильных */
@media (max-width: 768px) {
  .custom-list li {
    padding-left: 28px;
    margin-bottom: 10px;
  }
  .custom-list li:before {
    top: 5px;
    width: 10px;
    height: 10px;
    border-radius: 2px;
  }
}
/* ===== FAQ Accordion Styles (Color: #d8654d) ===== */
.faq-section {
  width: 100%;
  margin: 40px auto;
  padding: 0;
}
.faq-title {
  font-size: 28px;
  font-weight: 600;
  color: #2d2d2dcc;
  margin-bottom: 30px;
}
.faq-accordion {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.faq-item {
  border-bottom: 1px solid #e0e0e0;
}
.faq-item:last-child {
  border-bottom: none;
}
/* Скрываем стандартный маркер details */
.faq-item details {
  width: 100%;
  cursor: pointer;
}
.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  font-weight: 400;
  font-size: 16px;
  color: #2d2d2dcc;
  background: #fff;
  list-style: none;
  transition: background 0.2s ease, color 0.2s ease;
  outline: none;
}
.faq-item summary::-webkit-details-marker {
  display: none;
}
/* Цвет при наведении и открытом состоянии */
.faq-item summary:hover, .faq-item details[open] summary {
  background: #f8f9fa;
  color: #d8654d;
  /* Заменено с #0066cc */
}
/* Иконка +/- */
.faq-toggle {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #d8654d;
  /* Заменено с #0066cc */
  border-radius: 50%;
  color: #d8654d;
  /* Заменено с #0066cc */
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease, background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  margin-left: 12px;
}
/* Состояние открытого аккордеона */
.faq-item details[open] .faq-toggle {
  transform: rotate(45deg);
  background: #d8654d;
  /* Заменено с #0066cc */
  border-color: #d8654d;
  color: #fff;
}
/* Контент ответа */
.faq-answer {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #fafafa;
  color: #444;
  font-size: 15px;
  line-height: 1.6;
}
.faq-item details[open] .faq-answer {
  padding: 16px 24px 20px;
  max-height: 500px;
}
.faq-answer p {
  margin: 0 0 12px;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-answer ul {
  margin: 8px 0 12px 20px;
  padding: 0;
}
.faq-answer li {
  margin-bottom: 4px;
}
/* Ссылки в ответах */
.faq-answer a {
  color: #d8654d;
  /* Заменено с #0066cc */
  text-decoration: none;
  border-bottom: 1px dashed #d8654d;
  /* Заменено с #0066cc */
  transition: color 0.2s, border-bottom-style 0.2s;
}
.faq-answer a:hover {
  color: #b54d36;
  /* Темнее основного для контраста при наведении */
  border-bottom-style: solid;
}
/* Адаптив */
@media (max-width: 768px) {
  .faq-title {
    font-size: 24px;
  }
  .faq-item summary {
    padding: 16px 20px;
    font-size: 15px;
  }
  .faq-answer {
    padding: 0 20px;
    font-size: 14px;
  }
  .faq-item details[open] .faq-answer {
    padding: 14px 20px 18px;
  }
}
/* Доступность: фокус для клавиатуры */
.faq-item summary:focus-visible {
  outline: 2px solid #d8654d;
  /* Заменено с #0066cc */
  outline-offset: -2px;
}
/* Анимация появления */
@keyframes faqFadeIn {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.faq-item details[open] .faq-answer {
  animation: faqFadeIn 0.25s ease;
}
.ssserv .icon_block .icon_block_item {
  border: 1px solid var(--primary-10);
  box-shadow: none !important;
  flex: 0 0 calc((100% / 4) - 9px) !important;
  align-items: flex-start !important;
  padding: 20px !important;
}
.servtitle {
  color: #d8654d;
  text-transform: uppercase;
  font-weight: 600 !important;
}
.ssserv .icon_block_item .name {
  font-weight: 400;
}
.ssserv .icon_block_item .icon {
  flex: 0 0 40px !important;
}
@media screen and (max-width: 1024px) {
  .mmmain {
    max-width: 100%;
    width: 100%;
  }
  .mmmain .icon_block {
    flex-direction: column;
  }
}
.parent {
  display: flex;
  gap: 40px;
}
.parent .child {
  flex: 0 0 50%;
}
@media screen and (max-width: 579px) {
  .parent .child {
    flex: 0 0 100%;
  }
}
.newmain .icon_block_item .name {
  color: #3a3a3a !important;
}
.folder-spoiler-text__title {
  display: none;
}
@media (max-width: 1440px) {
  .editable-block__body {
    padding: 0 50px;
  }
}
.editable-block__body {
  color: #3a3a3a;
}
