html:root {
  --lpc-img-brs: 20px !important;
}
body .lpc-wrap .lpc-shop-lot__item .lpc-product-additional__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
body .lpc-wrap .lpc-shop-lot__item .lpc-shop-lot-btns {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .lpc-wrap .lpc-shop-lot__item .lpc-shop-lot__button {
  font-size: 0;
  width: 50px;
  height: 50px;
  min-height: 50px;
  border-radius: 50%;
  position: relative;
  background: linear-gradient(180deg, #15B746 0%, #1CA345 100%);
  box-shadow: 0 4px 12px -5px rgba(73, 188, 61, 0.6);
  transition: all 0.3s;
}
body .lpc-wrap .lpc-shop-lot__item .lpc-shop-lot__button:hover {
  box-shadow: 0 4px 12px -2px #49bc3d;
  transform: scale(1.05);
}
body .lpc-wrap .lpc-shop-lot__item .lpc-shop-lot__button:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 20px;
  -webkit-mask-image: url(../icons/buy_left.svg);
  mask-image: url(../icons/buy_left.svg);
}
body .lpc-wrap .lpc-shop-lot__item .lpc-shop-lot__wrap-unitmount {
  gap: 10px 0;
}
body .lpc-wrap .lpc-shop-lot__item .product-price .price-current strong {
  font-size: 20px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  body .lpc-wrap .lpc-shop-lot__item .product-price .price-current strong {
    font-size: 18px;
  }
}
body .lpc-wrap .lpc-shop-lot__item .product-price .price-current span {
  font-size: 16px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  body .lpc-wrap .lpc-shop-lot__item .product-price .price-current span {
    font-size: 15px;
  }
}
body .cart-page .cart-sum__price, body .cart-page .cart-total__body {
  font-family: "Inter";
}
.lpc-shop-lot__wrap .four_columns .lpc-shop-lot__form .lpc-shop-lot__name a {
  font-size: 18px;
}
@media (max-width: 767px) {
  .lpc-shop-lot__wrap .four_columns .lpc-shop-lot__form .lpc-shop-lot__name a {
    font-size: 16px;
  }
}
.card-page .kinds-block .kind-item .kind-name a {
  font-size: 18px;
}
@media (max-width: 767px) {
  .card-page .kinds-block .kind-item .kind-name a {
    font-size: 16px;
  }
}
.card-page .kinds-block .kind-item .kind-price .price-current strong {
  font-size: 20px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  .card-page .kinds-block .kind-item .kind-price .price-current strong {
    font-size: 18px;
  }
}
.card-page .kinds-block .kind-item .kind-price .price-current span {
  font-size: 16px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  .card-page .kinds-block .kind-item .kind-price .price-current span {
    font-size: 15px;
  }
}
.lpc-shop-lot__wrap .lpc-shop-lot__form .lpc-product-price .lpc-shop-lot__price-current strong {
  font-size: 20px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  .lpc-shop-lot__wrap .lpc-shop-lot__form .lpc-product-price .lpc-shop-lot__price-current strong {
    font-size: 18px;
  }
}
.lpc-shop-lot__wrap .lpc-shop-lot__form .lpc-product-price .lpc-shop-lot__price-current span {
  font-size: 16px;
  font-family: "Inter";
  color: #e24950;
}
@media (max-width: 479px) {
  .lpc-shop-lot__wrap .lpc-shop-lot__form .lpc-product-price .lpc-shop-lot__price-current span {
    font-size: 15px;
  }
}
.card-page .kinds-block .kind-item .kind-additional {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
.shop2-product-additional {
  max-width: none !important;
  position: relative !important;
  top: auto !important;
}
body .card-page .shop2-product__inner {
  display: block;
}
body .card-page .shop2-product__left-inner {
  grid-template-columns: 47% 1fr;
  column-gap: 0;
  gap: 60px;
}
body .shop-lpc-content-wrap[data-media-source="media-lg"] .card-page .shop2-product__left-inner {
  grid-template-columns: 47% 1fr;
  gap: 40px;
}
body .card-page .shop2-product__left .card-slider {
  min-width: 0;
}
body .card-page .shop2-product-additional__left {
  min-width: 0;
}
body .card-page .form-additional .product-price .price-current {
  /*padding-top: 20px;
	padding-bottom: 20px;*/
  /*@media (max-width: 1260px){
		padding-top: 15px;
		padding-bottom: 15px;	
	}
	
	@media (max-width: 479px){
		padding-top: 10px;
		padding-bottom: 10px;	
	}*/
}
body .card-page .form-additional .product-price .price-current strong {
  font-size: 40px;
  font-family: "Inter";
  color: var(--primary-color-base);
  font-weight: 800;
}
@media (max-width: 1260px) {
  body .card-page .form-additional .product-price .price-current strong {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  body .card-page .form-additional .product-price .price-current strong {
    font-size: 24px;
  }
}
body .card-page .form-additional .product-price .price-current span {
  font-size: 22px;
  font-family: "Inter";
  color: var(--primary-color-base);
}
@media (max-width: 479px) {
  body .card-page .form-additional .product-price .price-current span {
    font-size: 18px;
  }
}
body .card-page .lpc-shop-card__button span {
  display: block;
  position: relative;
  padding-right: 0;
  padding-left: 28px;
}
body .card-page .lpc-shop-card__button span .gr-mask-icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 20px;
  -webkit-mask-image: url(../icons/buy_left.svg);
  mask-image: url(../icons/buy_left.svg);
}
.product-list.thumbs .product-item.has-materials.lpc-card--type-1 .gr-product-image {
  border-radius: 24px;
}
.product-list.thumbs .product-item .gr-product-name a {
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-list.thumbs .product-item .gr-product-name a {
    font-size: 16px;
  }
}
.product-list.thumbs .product-item.has-materials.lpc-card--type-1 {
  transition: all 0.3s;
}
.product-list.thumbs .product-item.has-materials.lpc-card--type-1:hover {
  border-color: rgba(226, 73, 80, 0.2);
  box-shadow: 0px 11px 30px -21px var(--primary-color-base);
  transform: translateY(-5px);
}
.lpc-shop-lot__form.product-item .lpc-shop-lot__inner {
  transition: all 0.3s;
}
.lpc-shop-lot__form.product-item .lpc-shop-lot__inner:hover {
  border-color: rgba(226, 73, 80, 0.2);
  box-shadow: 0px 11px 30px -21px var(--primary-color-base);
  transform: translateY(-5px);
}
[data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__form {
  padding-top: 20px;
  padding-bottom: 20px;
}
body .lpc-shop-lot__item .lpc-product-additional__top {
  border-top: 1px solid #e7ebf4;
}
.card-page .shop2-product-additional__left--copy {
  display: flex;
  flex-direction: column;
}
.card-page .shop2-product__right {
  margin-bottom: auto;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xl"] .product-list.thumbs .product-item.has-materials {
  padding: 28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xl"] .product-list.thumbs .product-item.has-materials .product-item__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xl"] .product-list.thumbs .product-item.has-materials .product-item__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-lg"] .product-list.thumbs .product-item.has-materials {
  padding: 28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-lg"] .product-list.thumbs .product-item.has-materials .product-item__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-lg"] .product-list.thumbs .product-item.has-materials .product-item__top .gr-product-image {
  border-radius: 20px 20px 0 0;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-md"] .product-list.thumbs .product-item.has-materials {
  padding: 28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-md"] .product-list.thumbs .product-item.has-materials .product-item__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-md"] .product-list.thumbs .product-item.has-materials .product-item__top .gr-product-image {
  border-radius: 20px 20px 0 0;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-sm"] .product-list.thumbs .product-item.has-materials {
  padding: 24px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-sm"] .product-list.thumbs .product-item.has-materials .product-item__top {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-sm"] .product-list.thumbs .product-item.has-materials .product-item__top .gr-product-image {
  border-radius: 20px 20px 0 0;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xs"] .product-list.thumbs .product-item.has-materials {
  padding: 20px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xs"] .product-list.thumbs .product-item.has-materials .product-item__top {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
body .product_columns_md_not_filter .shop-lpc-folders-page[data-media-source="media-xs"] .product-list.thumbs .product-item.has-materials .product-item__top .gr-product-image {
  border-radius: 20px 20px 0 0;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__inner {
  padding: 28px;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
body [data-media-source="media-lg"] .lpc-shop-lot__list .lpc-shop-lot__inner {
  padding: 28px;
}
body [data-media-source="media-lg"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body [data-media-source="media-lg"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
body [data-media-source="media-md"] .lpc-shop-lot__list .lpc-shop-lot__inner {
  padding: 28px;
}
body [data-media-source="media-md"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -28px;
  margin-left: -28px;
  margin-right: -28px;
}
body [data-media-source="media-md"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
body [data-media-source="media-sm"] .lpc-shop-lot__list .lpc-shop-lot__inner {
  padding: 24px;
}
body [data-media-source="media-sm"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -24px;
  margin-left: -24px;
  margin-right: -24px;
}
body [data-media-source="media-sm"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
body [data-media-source="media-xs"] .lpc-shop-lot__list .lpc-shop-lot__inner {
  padding: 20px;
}
body [data-media-source="media-xs"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
body [data-media-source="media-xs"] .lpc-shop-lot__list .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 20px 20px 0 0;
}
.product-structure {
  margin-top: 42px;
  margin-bottom: 42px;
  /*padding-top: 42px;
	margin-bottom: 32px;*/
}
@media (max-width: 1260px) {
  .product-structure {
    margin-top: 32px;
    margin-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .product-structure {
    margin-top: 22px;
    margin-bottom: 22px;
  }
}
.product-structure__top {
  padding: 28px;
  border-radius: 25px 25px 0 0;
  border-top: 1px solid #f5eee9;
  border-left: 1px solid #f5eee9;
  border-right: 1px solid #f5eee9;
  background: linear-gradient(175deg, #FFE8E4 0%, #FFFFFF 50%, #D8F9DD 100%);
}
.product-structure__top-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}
[data-media-source="media-md"] .product-structure__top {
  padding: 24px;
}
[data-media-source="media-sm"] .product-structure__top {
  padding: 24px;
}
[data-media-source="media-xs"] .product-structure__top {
  padding: 20px;
}
.product-structure__label {
  background: rgba(219, 43, 51, 0.1);
  border-radius: 10px;
  font-weight: 600;
  font-size: 18px;
  line-height: 16px;
  text-transform: uppercase;
  color: #DB2B33;
  padding: 10px 15px;
  display: inline-flex;
  aling-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.product-structure__label .gr-mask-icon {
  width: 16px;
  height: 16px;
  background-color: #DB2B33;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 12px;
  -webkit-mask-image: url(../icons/star.svg);
  mask-image: url(../icons/star.svg);
}
.product-structure__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  gap: 8px;
}
.product-structure__title-amount {
  font-weight: 600;
  font-size: 13px;
  line-height: 110%;
  color: #6D5851;
  font-family: "Inter";
  background: #fff9f5;
  padding: 12px 14px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product-structure__title-amount .str_count {
  color: #00682A;
  font-size: 24px;
  font-weight: 600;
}
.lpc-block .product-structure__body.has-materials {
  padding: 28px;
  border-radius: 0;
}
[data-media-source="media-md"] .product-structure__body.has-materials, [data-media-source="media-sm"] .product-structure__body.has-materials {
  padding: 24px;
}
[data-media-source="media-xs"] .product-structure__body.has-materials {
  padding: 20px;
}
.product-structure__items {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/*.product-structure__item{
	padding-bottom: 24px;
}*/
.product-structure__item-list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}
@media (max-width: 1420px) {
  .product-structure__item-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 1260px) {
  .product-structure__item-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (max-width: 1023px) {
  .product-structure__item-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 600px) {
  .product-structure__item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 425px) {
  .product-structure__item-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.product-structure__items-note {
  padding: 14px 20px;
  font-size: 16px;
  line-height: 1.2;
}
.product-structure__item-list.list_tab_view {
  display: block;
  max-width: 900px;
}
.product-structure__item-list.list_tab_view .structure-card.has-materials.lpc-card--type-1 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  border-radius: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
@media (max-width: 639px) {
  .product-structure__item-list.list_tab_view .structure-card.has-materials.lpc-card--type-1 {
    padding-left: 0;
    padding-right: 0;
  }
}
.product-structure__item-list.list_tab_view .structure-card__image {
  display: none;
}
.product-structure__item-list.list_tab_view .structure-card__title {
  width: 25%;
  text-align: left;
}
@media (max-width: 639px) {
  .product-structure__item-list.list_tab_view .structure-card__title {
    width: calc(50% - 23px);
  }
}
.product-structure__item-list.list_tab_view .structure-card__flag {
  background: none;
  padding: 0;
  position: relative;
  inset: auto;
  color: #4A4A5A;
  width: auto;
  height: auto;
  border-radius: 0;
  box-shadow: none;
  order: 2;
  width: 25%;
  text-align: center;
}
@media (max-width: 639px) {
  .product-structure__item-list.list_tab_view .structure-card__flag {
    font-size: 14px;
    width: 46px;
  }
}
.product-structure__item-list.list_tab_view .structure-card__vendor {
  order: 3;
  margin: 0;
  width: 25%;
  text-align: center;
}
@media (max-width: 639px) {
  .product-structure__item-list.list_tab_view .structure-card__vendor {
    width: calc(50% - 23px);
    text-align: right;
  }
}
.product-structure__item-list.list_tab_view .structure-card__note {
  text-align: right;
  order: 4;
  width: 25%;
  margin-left: auto;
}
@media (max-width: 639px) {
  .product-structure__item-list.list_tab_view .structure-card__note {
    width: 100%;
    text-align: left;
  }
}
.product-structure__item-title {
  padding-bottom: 24px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  color: #4A4A5A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-structure__item-title-name {
  padding-left: 12px;
  padding-right: 12px;
  flex: none;
  text-transform: uppercase;
}
.product-structure__item-title-str {
  height: 1px;
  background: #f5eee9;
  flex: 1 0 auto;
}
.product-structure__btns {
  padding-top: 20px;
  gap: 10px 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-structure__btns-in {
  gap: 10px 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-structure__btn {
  font-family: "Inter";
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #4A4A5A;
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  min-height: 20px;
  display: flex;
  align-items: center;
  transition: color 0.3s;
}
@media (max-width: 639px) {
  .product-structure__btn {
    font-size: 14px;
    padding-left: 24px;
  }
}
.product-structure__btn.active {
  color: #49BC3D;
}
.product-structure__btn.active.card_view .gr-mask-image, .product-structure__btn.active.tab_view .gr-mask-image {
  background-color: #49BC3D;
}
.product-structure__btn:hover {
  color: #49BC3D;
}
.product-structure__btn:hover.card_view .gr-mask-image, .product-structure__btn:hover.tab_view .gr-mask-image {
  background-color: #49BC3D;
}
.product-structure__btn .gr-mask-image {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 16px;
  transition: background 0.3s;
}
.product-structure__btn.card_view .gr-mask-image {
  background-color: #4A4A5A;
  mask-image: url(../icons/set1.svg);
  -webkit-mask-image: url(../icons/set1.svg);
}
.product-structure__btn.tab_view .gr-mask-image {
  background-color: #4A4A5A;
  mask-image: url(../icons/set2.svg);
  -webkit-mask-image: url(../icons/set2.svg);
}
.product-structure__print-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #2B1311;
  border-radius: 24px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #FEFAF1;
  cursor: pointer;
  transition: box-shadow 0.3s;
}
.product-structure__print-btn:hover {
  box-shadow: 0 4px 12px -5px #2B1311;
}
.product-structure__print-btn .gr-mask-icon {
  width: 20px;
  height: 20px;
  display: block;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 16px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 16px;
  transition: background 0.3s;
  background-color: #FEFAF1;
  mask-image: url(../icons/print.svg);
  -webkit-mask-image: url(../icons/print.svg);
}
.structure-card.has-materials {
  padding: 6px;
}
.structure-card {
  min-width: 0;
  position: relative;
}
.structure-card__top {
  margin-bottom: 16px;
  position: relative;
}
.structure-card__flag {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 8px;
  background: #fff;
  box-shadow: 0px 6px 20px -9px var(--primary-color-base);
  border-radius: 8px;
  color: #DB2B33;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
}
.structure-card__image {
  padding-top: 100%;
  position: relative;
  font-size: 0;
  background: #fff;
}
.structure-card__image:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  border-radius: 18px;
  z-index: 2;
}
.structure-card__image:after {
  position: absolute;
  content: "";
  left: -6px;
  right: -6px;
  top: -6px;
  bottom: -6px;
  background: #fefaf1;
  border-radius: 25px;
  z-index: 1;
}
.structure-card__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 2;
  border-radius: 22px;
}
.structure-card__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 115%;
  color: #4A4A5A;
  text-align: center;
  /*@media (max-width: 639px){
		font-size: 14px;
	}*/
}
.structure-card__vendor {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1;
  color: var(--primary-color-base);
  margin-top: 4px;
  /*@media (max-width: 639px){
		font-size: 14px;
	}*/
}
.structure-card__note {
  text-align: center;
  font-size: 13px;
  color: rgba(74, 74, 90, 0.6);
  margin-top: 10px;
  line-height: 1.2;
}
.structure-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 28px;
  background: #FDEDEE;
  border-radius: 0 0 25px 25px;
  gap: 10px;
  background: linear-gradient(90deg, #FFE8E4 0%, #FFFFFF 100%);
  border-left: 1px solid #f5eee9;
  border-right: 1px solid #f5eee9;
  border-bottom: 1px solid #f5eee9;
}
[data-media-source="media-md"] .structure-form {
  padding: 24px;
}
[data-media-source="media-sm"] .structure-form {
  padding: 24px;
}
[data-media-source="media-xs"] .structure-form {
  padding: 20px;
}
.structure-form__name {
  flex: 1 0 1%;
}
@media (max-width: 639px) {
  .structure-form__name {
    flex: 1 0 100%;
  }
}
.structure-form__title {
  font-weight: 600;
  font-size: 22px;
  line-height: 110%;
  color: #4A4A5A;
}
.structure-form__desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #4A4A5A;
  margin-top: 4px;
}
.structure-form .structure-form__btn {
  font-size: 16px;
  padding: 16px 34px;
  line-height: 1;
}
@media (max-width: 639px) {
  .structure-form .structure-form__btn {
    padding: 16px 20px;
  }
}
.tpl-field.type-checkbox ul li span {
  display: block;
}
[data-remodal-id="cp_form"] {
  max-width: 520px;
}
[data-remodal-id="cp_form"] .tpl-anketa__title {
  font-size: 36px;
  line-height: 1;
  font-family: Playfair Display, serif;
  font-weight: 700;
}
@media (max-width: 639px) {
  [data-remodal-id="cp_form"] .tpl-anketa__title {
    font-size: 24px;
  }
}
@media (max-width: 639px) {
  [data-remodal-id="cp_form"] {
    padding: 40px 20px;
  }
}
[data-remodal-id="cp_form"] .tpl-form-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  font-size: var(--header-button-default);
  font-weight: 400;
  line-height: 1.111;
  text-decoration: none;
  transition: all 0.15s;
  border: none;
  outline: none;
  text-align: center;
  vertical-align: top;
  background: var(--primary-color-base);
  color: #fff;
  padding: 0.722em 0.888em;
  border-radius: 6px;
  min-height: max(2.778em, 50px);
  line-height: 1;
  cursor: pointer;
  border-radius: 36px;
  border-color: #ccc;
  border: none;
}
[data-remodal-id="cp_form"] .tpl-form-button:hover {
  border-color: #e0e0e0;
  box-shadow: 0 4px 12px -5px rgba(226, 73, 80, 0.5);
}
body .site-main__inner {
  padding-top: 0;
}
.lpc-shop-lot__block-top {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px 20px;
  justify-content: space-between;
}
.card-page .product-h1 {
  font-weight: 600;
  font-size: 35px;
  /*@media (max-width: 1279px){
		font-size: 40px;
	}
	
	@media (max-width: 991px){
		font-size: 36px;
	}*/
}
@media (max-width: 767px) {
  .card-page .product-h1 {
    font-size: 30px;
    text-align: left;
  }
}
#i12tfbdkk_0:has(.card-page) .mosaic-crumbs--u-ijez7pym6 {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  #i12tfbdkk_0:has(.card-page) .mosaic-crumbs--u-ijez7pym6 {
    padding-bottom: 30px;
  }
}
body .card-page__bottom {
  display: block;
}
body .card-page__bottom .shop-product-data__desc-item.comments_tab {
  max-width: 60%;
}
@media (max-width: 1360px) {
  body .card-page__bottom .shop-product-data__desc-item.comments_tab {
    max-width: 100%;
  }
}
.card-page .lpc-shop-card .lpc-shop2-product-options {
  padding: 20px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 12px;
}
.card-page .lpc-shop-card .lpc-shop2-product-options .option-item {
  margin-top: 0;
  margin-bottom: 0;
  background: #FFFFFF;
  border: 1px solid #E8DBD1;
  border-radius: 24px;
  padding: 12px 24px;
  min-width: 160px;
}
.card-page .lpc-shop-card .lpc-shop2-product-options .option-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #6D5851;
}
.card-page .lpc-shop-card .lpc-shop2-product-options .option-body {
  margin-top: 4px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1.2;
  color: #2B1311;
}
@media (max-width: 768px) {
  .card-page .lpc-shop-card .lpc-shop2-product-options .option-item {
    min-width: 130px;
  }
}
body .card-page .shop2-product-article {
  color: rgba(74, 74, 90, 0.6);
}
body .card-page .form-additional .product-amount .shop2-product-amount {
  width: 165px;
}
body .card-page .form-additional .product-amount .shop2-product-amount button {
  width: 40px;
  height: 40px;
  min-height: 40px;
}
body .card-page .form-additional .product-amount .shop2-product-amount input {
  width: 60px;
  height: 40px;
  min-height: 40px;
}
.heading--u-iqylydg6c {
  font-weight: 600;
}
.heading--u-i2qtcq30x {
  font-weight: 600;
}
.page-title {
  font-weight: 800;
}
body .lpc-wrap .lp-button {
  font-size: 16px;
  transition: 0.3s;
}
@media (max-width: 768px) {
  body .lpc-wrap .lp-button {
    font-size: 13px;
  }
}
.filter-item-vendors {
  display: none;
}
body .lpc-wrap .lpc-shop-lot__item.six_columns .lpc-product-additional__top {
  align-items: center;
}
body [data-media-source="media-xs"] .lpc-shop-lot__item.six_columns .lpc-product-additional__top {
  flex-direction: column;
  align-items: stretch;
}
body [data-media-source="media-xs"] .lpc-shop-lot__item .lpc-shop-lot__button {
  width: 100%;
  border-radius: 24px;
}
body [data-media-source="media-xs"] .lpc-shop-lot__item .lpc-shop-lot__button:after {
  width: 100%;
}
.lpc-block .shop-product-data .shop-product-data__desc-title, .lpc-block .shop-product-data .comments-reg__title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #e7ebf4;
}
.lpc-block .shop-product-data .shop-product-data__desc-item.params_tab .shop-product-data__desc-title {
  margin-bottom: 0px;
}
@media (min-width: 1430px) {
  .lpc-block .shop-product-data .comments-block .comments-reg .tpl-auth {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
.lpc-block .shop-product-data .shop-product-data__desc .desc-area.html_block {
  font-size: 15px;
}
.lpc-block .shop-product-data .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-title {
  font-size: 14px;
}
.lpc-block .shop-product-data .shop-product-data__desc .desc-area.params_block .shop2-product-params .param-body {
  font-size: 14px;
}
.product-list.thumbs .option-item__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-list.thumbs .option-item__inner .option-title {
  width: calc(50% - 5px);
}
.product-list.thumbs .option-item__inner .option-body {
  width: calc(50% - 5px);
}
.lpc-shop-lot__item .lpc-option-item__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.lpc-shop-lot__item .lpc-option-item__inner .lpc-option-title {
  width: calc(50% - 5px);
}
.lpc-shop-lot__item .lpc-option-item__inner .lpc-option-body {
  width: calc(50% - 5px);
}
.product_columns_sm_not_filter .shop-lpc-folders-page[data-media-source="media-xs"] .product-list.thumbs .product-item.has-materials {
  padding: 12px;
  background: #fff;
  border: 1px solid #f5eee9;
}
body .product_columns_sm_not_filter .shop-lpc-folders-page[data-media-source="media-xl"] .product-list.thumbs {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.product-list.thumbs .product-item.six_columns .product-price {
  margin-top: 20px;
  height: auto !important;
}
.shop-lpc-folders-page[data-media-source="media-xs"] .product-list.thumbs .product-item.six_columns .product-price {
  margin-top: 10px;
  margin-bottom: 4px;
}
[data-media-source="media-xl"] .lpc-shop-lot .lpc-shop-lot__item.lpc-col-2-xl {
  width: calc(((100% / 10) * 2) - 32px);
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top, body [data-media-source="media-lg"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top, body [data-media-source="media-md"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top, body [data-media-source="media-sm"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image, body [data-media-source="media-lg"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image, body [data-media-source="media-md"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image, body [data-media-source="media-sm"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top .lpc-shop-lot__image {
  border-radius: 25px 25px 0 0;
}
body [data-media-source="media-xs"] .lpc-shop-lot__list .lpc-shop-lot__item.six_columns .lpc-shop-lot__inner .lpc-shop-lot__top {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}
body [data-media-source="media-xl"] .product-list.thumbs .lpc-shop-lot__item.six_columns .product-item__top, body [data-media-source="media-lg"] .product-list.thumbs .lpc-shop-lot__item.six_columns .product-item__top, body [data-media-source="media-md"] .product-list.thumbs .lpc-shop-lot__item.six_columns .product-item__top, body [data-media-source="media-sm"] .product-list.thumbs .lpc-shop-lot__item.six_columns .product-item__top {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: -20px;
}
body [data-media-source="media-xs"] .product-list.thumbs .lpc-shop-lot__item.six_columns .product-item__top {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -12px;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .six_columns.spoiler-item.lpc-shop-lot__item {
  display: flex;
}
body [data-media-source="media-xl"] .lpc-shop-lot__list .six_columns.spoiler-item.lpc-shop-lot__item:nth-child(n + 6) {
  display: none;
}
body [data-media-source="media-xl"] .lpc-shop-lot__item.six_columns {
  margin-top: 0 !important;
}
.sorting-panel__btn-wrap {
  position: relative;
}
.filter-win {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  min-height: 300px;
  border-radius: 20px;
  z-index: 10;
  display: none;
  padding: 20px;
  border: 1px solid rgba(73, 73, 89, 0.19);
  margin-top: 10px;
}
.filter-win {
  position: absolute;
}
body .lpc-wrap h1, body .lpc-wrap .lp-header-title-1 {
  font-weight: 600;
}
[data-media-source="media-xs"] .lpc-shop-lot__item.six_columns .lpc-product-price {
  margin-top: 10px;
}
body .card-page .form-additional .form-additional__top {
  border-radius: 24px;
  background: linear-gradient(170deg, #FFE8E4 0%, #FFFFFF 100%);
  padding: 20px;
}
body .card-page .form-additional .form-additional__top .product-price {
  align-items: baseline;
}
body .card-page .form-additional .form-additional__top .amount-flag--cover {
  background: #D8F9DD;
  border-radius: 8px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #00682A;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 12px;
}
body .card-page .form-additional .form-additional__top .amount-flag--cover .gr-mask-icon {
  width: 16px;
  height: 16px;
  background-color: #00682A;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 12px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: 12px;
  -webkit-mask-image: url(../icons/gal.svg);
  mask-image: url(../icons/gal.svg);
}
body .card-page .form-additional .lpc-shop-card__wrap-unitmount {
  display: block;
  margin-top: 0;
}
body .card-page .form-additional .lpc-shop-card__wrap-unitmount .product-amount {
  display: block;
  margin-bottom: 0;
}
body .card-page .form-additional .lpc-shop-card__wrap-unitmount .shop2-product-amount {
  width: 150px;
}
@media (min-width: 481px) {
  body .card-page .form-additional__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
  }
  body .card-page .form-additional__btns .lpc-shop-card__button {
    margin-top: 0;
    width: calc(50% - 75px - 12px);
  }
}
body .card-page .form-additional__btns .lpc-shop-card__button {
  min-height: 50px;
}
body .card-page .form-additional__btns .clear {
  display: none;
}
@media (min-width: 481px) {
  body .card-page .form-additional .buy-one-click.buy_one_click {
    width: calc(50% - 75px - 12px);
    margin: 0;
  }
}
body .card-page .form-additional .buy-one-click.buy_one_click span {
  padding-left: 28px;
  position: relative;
}
body .card-page .form-additional .buy-one-click.buy_one_click span:before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -10px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #1b5e20;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 20px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 50% 50%;
  -webkit-mask-size: 20px;
  -webkit-mask-image: url(../icons/one.svg);
  mask-image: url(../icons/one.svg);
}
.lpc-shop-card__info-unit .gr-amount-flag {
  display: none !important;
}
/*.card-slider__print-image{
	display: none;
}

@media print {
    body {
        margin: 0 !important;
    }

    body * {
       visibility: hidden;
        height: 0;
    }
    
    //.section--u-iyh9zuie7, .div--u-ihudr46n9{
    //	visibility: hidden !important;
    //	height: 0 !important;
    //}
    
    .card-page__top,
    .card-page__top *{
    	visibility: visible;
    	height: auto;
    }
    
    .card-page__bottom,
    .card-page__bottom *{
    	visibility: visible;
    	height: auto;
    }

    .product-structure__body,
    .product-structure__body * {
        visibility: visible ;
        height: auto;
    }
    
    .product-structure__top,
    .advantages-block-1,
    .structure-form,
    .product-structure__items-note,
    //.gr-product-options,
    .form-additional__btns,
    .shop-product-share,
    .shop-product-data,
    .shop2-product-additional__top,
    .card-slider__thumbs,
    .product-flags,
    .section--u-ix66c7qu3,
    .card-page__add,
    .card-slider__items{
    	display: none !important;
    }
    
    .card-page .lpc-shop-card .lpc-shop2-product-options{
    	display: block !important;
    	
    	.option-item{
    		padding: 0 0 10px;
    		border: none;
    		background: transparent;
    	}
    }
    
    .card-page .form-additional__top{
    	padding: 0  !important;
    	display: block !important;
    }
    
    .card-slider__print-image{
    	display: flex !important;
    	width: 100%;
	    height: 100%;
	    align-items: center;
    }

    .product-structure__body {
        //position: absolute !important;
        //left: 0 !important;
        //top: 0 !important;
        //width: 100% !important;
        //height: auto !important;
    }
    
    .product-structure__items, .product-structure__item, .product-structure__item-title, .product-structure__item-title-name, .product-structure__item-list, .structure-card, .structure-card__flag, .structure-card__title, .structure-card__vendor, .structure-card__note, .product-structure__items-note{
    	height: auto !important;
    }
    
    .product-structure__item-list{
		display: block;
		max-width: 900px;
		
		.structure-card.has-materials.lpc-card--type-1{
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			border-radius: 0;
			border-top: none;
			border-left: none;
			border-right: none;
			
			@media (max-width: 639px){
				padding-left: 0;
				padding-right: 0;
			}
		}
		
		.structure-card__image{
			display: none;
		}
		
		.structure-card__title{
			width: 25%;
		
			text-align: left;
			
			@media (max-width: 639px){
				width: calc(50% - 23px);
			}
		}
		
		.structure-card__flag{
			background: none;
			padding: 0;
			position: relative;
			inset: auto;
			color: #4A4A5A;
			width: auto;
			height: auto;
			border-radius: 0;
			box-shadow: none;
			order: 2;
			width: 25%;
			text-align: center;
			
			@media (max-width: 639px){
				font-size: 14px;
				width: 46px;
			}
		}
		
		.structure-card__vendor{
			order: 3;
			margin: 0;
			width: 25%;
			
			text-align: center;
			
			@media (max-width: 639px){
				width: calc(50% - 23px);
				text-align: right;
			}
		}
		
		.structure-card__note{
			text-align: right;
			order: 4;
			width: 25%;
			margin-left: auto;
			
			@media (max-width: 639px){
				width: 100%;
				text-align: left;
			}
		}
	}
}*/
.shop2-product-amount {
  background: #FFFFFF;
  border: 1px solid #E8DBD1;
  border-radius: 24px;
  padding: 4px;
}
.shop2-product-amount button {
  border: none;
}
#shop2-cart .shop2-cart-table .cart-amount .cart-product-amount .shop2-product-amount {
  padding: 3px;
}
#shop2-cart .shop2-cart-table .cart-amount .cart-product-amount .shop2-product-amount input {
  width: 40px;
}
body .product-flags__item.spec_item > span {
  background: #db2b33;
}
body .product-flags__item.new_item > span {
  background: #00682a;
}
body .product-flags__item > span {
  padding: 5px 6px 5px;
}
.product-list .product-item .gr-product-name .lp-header-title-6 {
  font-weight: 500;
}
.lpc-shop-lot .product-item .lpc-shop-lot__name a {
  font-weight: 500;
}
.advantages-block-1 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.advantages-block-1__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.advantages-block-1__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.advantages-block-1__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(219, 43, 51, 0.1);
}
.advantages-block-1__icon img, .advantages-block-1__icon svg {
  width: 16px;
  height: 16px;
}
.advantages-block-1__item_title {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #6D5851;
}
.card-page__panel {
  display: none;
}
.gr-card-page .mosaic-wrap {
  padding-bottom: 0;
}
.container--u-i9th0g5w9 {
  color: var(--primary-color-base);
}
@media (max-width: 767px) {
  .div--u-ip2dwv2p0 {
    transition: transform 0.3s;
    transform: translateY(-100%);
  }
  .div--u-ip2dwv2p0.panel_fixed {
    transform: translateY(0%);
  }
}
.gr-shop-print {
  display: none;
}
