@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #FFFFFF);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f7f7f7);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #ededed);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #808080);
  --bg-half-shade-is-dark: var(--draft-bg-half-shade-is-dark, true);
  --color-btn-bg: var(--draft-color-btn-bg, #333333);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #474747);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #5c5c5c);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #999999);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #333333);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #474747);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #5c5c5c);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #999999);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 0px);
  --color-notice-warning: var(--draft-color-notice-warning, #fff3cd);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #fff0be);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ffecac);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #e6b000);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #d4edda);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #cae9d2);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #bee4c7);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #429e58);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #f8d7da);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f6ccd0);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #f3bcc1);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #c52330);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #cce5ff);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #bedeff);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #acd4ff);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #006fe6);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, "PT Root UI");
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, "PT Root UI");
  --heading-ratio: var(--draft-heading-ratio, 1.5);
  --heading-weight: var(--draft-heading-weight, 600);
  --collection_count: var(--draft-collection_count, 12);
  --search_count: var(--draft-search_count, 12);
  --blog_size: var(--draft-blog_size, 8);
  --product_not_available: var(--draft-product_not_available, shown);
  --layout-content-max-width: var(--draft-layout-content-max-width, 1240px);
  --delta_sidebar: var(--draft-delta_sidebar, 1);
  --type_sidebar: var(--draft-type_sidebar, sticky);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_index_position: var(--draft-sidebar_index_position, left);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, true);
  --sidebar_collection_position: var(--draft-sidebar_collection_position, left);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_cart_position: var(--draft-sidebar_cart_position, left);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_product_position: var(--draft-sidebar_product_position, left);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_blog_position: var(--draft-sidebar_blog_position, left);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_article_position: var(--draft-sidebar_article_position, left);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_page_position: var(--draft-sidebar_page_position, left);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_compare_position: var(--draft-sidebar_compare_position, left);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --sidebar_search_position: var(--draft-sidebar_search_position, left);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, true);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, true); }

/* line 4, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 8, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/* line 12, theme.scss */
[data-fixed-panels] .delete-widget-link {
  display: none; }

@media (max-width: 768px) {
  /* line 17, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

  /* line 20, theme.scss */
  .edit-widget-buttons .widget-name {
    display: none !important; }

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 28, theme.scss */
.banner-list__item-title h2 {
  text-align: center !important; }

/* line 31, theme.scss */
.banner-list__item-title {
  text-align: center !important; }

/* line 32, theme.scss */
.banner-list__item-title {
  max-width: 1000px;
  font-size: 6rem;
  font-weight: 600;
  margin: 0 auto;
  color: var(--color-btn-sl-bg);
  overflow: hidden; }

/* line 39, theme.scss */
.banner-list__item-text {
  max-width: 760px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  color: var(--color-btn-sl-bg);
  white-space: normal;
  text-align: center;
  margin: 0 auto; }

/* line 51, theme.scss */
.product-card {
  margin: 15px;
  corner-shape: squircle;
  border-radius: 30px;
  border: 2px solid #eee; }

/* line 53, theme.scss */
.product-card__button {
  corner-shape: squircle;
  border-radius: 6px; }

/* line 55, theme.scss */
.product-card__title {
  color: black;
  font-size: 2rem;
  font-weight: 500;
  margin: 0px;
  line-height: 1.2;
  letter-spacing: 0.01em;
  transition: 0.3s;
  padding: 1.5rem 1.5rem 1rem; }

/* line 64, theme.scss */
.product-card[data-sold-out="true"] .product-card__button, .product-card[data-unavailable="true"] .product-card__button {
  opacity: 1;
  cursor: not-allowed;
  background: #ebebeb;
  border: 1px solid #ebebeb;
  color: #999;
  pointer-events: none; }

/* line 73, theme.scss */
.product-card__price {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.02em;
  padding: 1rem 1.5rem;
  margin: 0 auto !important; }

/* line 83, theme.scss */
.footer-widget__box {
  background-color: #000;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: 'Arial', sans-serif;
  cursor: default;
  max-width: 900px;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  padding: 15px 30px;
  overflow: visible;
  transition: transform 0.25s ease, box-shadow 0.25s ease; }

/* line 101, theme.scss */
.footer-widget__email a {
  color: white;
  border-bottom: 1px solid #666; }

/* line 106, theme.scss */
.footer-widget__email a {
  color: #666 !important;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding-bottom: 0px;
  border-bottom: 1px solid #666; }

/* line 116, theme.scss */
.footer-widget__telegram-icon {
  color: white;
  display: none; }

/* line 119, theme.scss */
.insales-rich-editable p {
  font-weight: bolder; }

/* line 124, theme.scss */
.delimeter {
  /* background-color: var(--bg); */
  background-color: #000;
  font-size: 16px; }

/* line 130, theme.scss */
.layout__content {
  text-align: center;
  background: none;
  color: #666; }

/* line 136, theme.scss */
.delimeter_line {
  display: none; }

/* line 140, theme.scss */
.delimeter {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center; }

/* line 146, theme.scss */
.delimeter > * {
  grid-column: 2;
  text-align: center; }

/* line 151, theme.scss */
a, .co-input-description a:not([class]), .co-menu-link, .co-link, .link {
  color: var(--color-accent-text);
  text-decoration: none !important; }

/* line 156, theme.scss */
.footer-widget__email a {
  color: #666;
  border-bottom: 1px solid #666; }

/* line 161, theme.scss */
.delimeter_text {
  font-size: 16px;
  padding: 0 1rem; }

@media (max-width: 768px) {
  /* line 167, theme.scss */
  .banner-list__item-title {
    max-width: 500px;
    font-size: 3rem;
    font-weight: 600;
    margin: 0 auto;
    overflow: hidden;
    line-height: 120%; } }
@media (max-width: 768px) {
  /* line 179, theme.scss */
  .banner-list__item-content
  .banner-list__item-content-inner {
    padding-top: 0px;
    /* 227 + 50 */ } }
@media (min-width: 769px) {
  /* line 186, theme.scss */
  .banner-list__item-title {
    margin-top: 100px; } }
/* line 196, theme.scss */
.header__content-inner {
  display: grid;
  grid-template-areas: "burger logo phone";
  grid-template-columns: 1fr var(--logo-max-width, 220px) 1fr;
  grid-row-gap: var(--header-pt);
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 24px 24px;
  /* безопасные отступы по краям */ }

/* line 209, theme.scss */
.header__show-menu-btn {
  margin-right: auto; }

/* line 213, theme.scss */
.layout__content {
  text-align: left !important;
  color: #666; }

/* line 219, theme.scss */
.header__content-inner {
  display: grid;
  grid-template-areas: "burger logo phone";
  grid-template-columns: 1fr var(--logo-max-width, 220px) 1fr;
  grid-row-gap: var(--header-pt);
  align-items: center;
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 24px 0 !important; }

/* line 233, theme.scss */
.modern-product__order-btn {
  width: 100%;
  padding: 1.25rem 2rem;
  background: #000;
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  opacity: 0;
  animation: fadeInUp 0.6s ease 0.5s forwards;
  margin: 0 0 1rem 0;
  border-radius: 15px; }

/* line 252, theme.scss */
.modern-product__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: var(--accent-color);
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards; }

/* line 264, theme.scss */
.modern-product__order-btn:hover,
.modern-product__order-btn {
  opacity: 0.85;
  transform: scale(0.9);
  border-radius: 15px; }

/* line 271, theme.scss */
.banner-list__item-title {
  color: white; }

/* line 276, theme.scss */
.banner-list__item-text {
  color: white; }

/* line 281, theme.scss */
.modern-product__title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 2rem 0;
  color: black;
  opacity: 0;
  animation: fadeInUp 0.6s ease forwards; }

/* line 291, theme.scss */
.widget-type_widget_v4_header_18_b93626b67c06eadd2e31ee650b05c1cd .banner-list__item-content .banner-list__item-content-inner {
  display: grid;
  grid-auto-columns: auto;
  grid-template-rows: auto;
  gap: 2rem;
  align-content: center;
  max-width: var(--layout-content-max-width);
  height: auto;
  min-height: 150px;
  color: var(--color-btn-sl-bg);
  margin: 0 auto;
  padding: 650px 0 100px; }

/* line 306, theme.scss */
a, .co-input-description a:not([class]), .co-menu-link, .co-link, .link {
  color: #aaa;
  text-decoration: none !important; }

/* line 311, theme.scss */
.widget-type_system_widget_v4_delimeters_text .delimeter_text {
  font-size: 16px;
  padding: 0 1rem;
  color: #aaa; }

/* line 318, theme.scss */
.heading {
  font-size: 42px;
  font-weight: var(--heading-weight, 700); }

/* line 323, theme.scss */
.widget-type_widget_v4_footer_18_1_9dd380065cb1b1284bf15463a3a4f1ce .footer__area-menu .menu-item .menu-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
  color: black; }

/* line 330, theme.scss */
.widget-type_widget_v4_special_products_tabs_9_0caf5f97bbe9d7f1d0ad653bcb935ba9 .product-card__price {
  color: #000;
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.02em;
  padding: 1rem 1.5rem; }

/* line 340, theme.scss */
.widget-type_widget_v4_special_products_tabs_9_0caf5f97bbe9d7f1d0ad653bcb935ba9 .product-card__title {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  margin: 0;
  line-height: 1.1;
  letter-spacing: 0.01em;
  transition: all 0.3s ease;
  padding: 1.5rem 1.5rem 1rem; }

/* line 351, theme.scss */
.widget-type_widget_v4_special_products_tabs_9_0caf5f97bbe9d7f1d0ad653bcb935ba9 .product-card[data-sold-out="true"] .product-card__button, .widget-type_widget_v4_special_products_tabs_9_0caf5f97bbe9d7f1d0ad653bcb935ba9 .product-card[data-unavailable="true"] .product-card__button {
  opacity: 1;
  cursor: not-allowed;
  background-repeat: #ececec;
  border: 1px solid #ececec;
  color: #999;
  pointer-events: none;
  background-color: #ececec; }

/* line 362, theme.scss */
.layout__content {
  text-align: left !important;
  color: #000; }

/* line 367, theme.scss */
[data-fixed-panels=bottom] {
  bottom: var(--shop-insales-panel-height, 0);
  display: none; }

@media (max-width: 768px) {
  /* line 374, theme.scss */
  .widget-type_widget_v4_header_18_b93626b67c06eadd2e31ee650b05c1cd
  .banner-list__item-content
  .banner-list__item-content-inner {
    gap: 1.25rem;
    min-height: 120px;
    padding: 500px 16px 48px; } }
/* line 382, theme.scss */
.static-text img {
  height: auto !important;
  border-radius: 15px;
  corner-shape-value: squircle; }

/* line 389, theme.scss */
.widget-type_widget_v4_footer_18_1_9dd380065cb1b1284bf15463a3a4f1ce .footer-bottom {
  display: grid;
  grid-template-areas: "logo pay";
  gap: 2rem;
  grid-template-columns: auto 300px;
  padding-top: 1.5rem;
  align-items: center;
  border-top: 1px solid var(--bg-major-shade);
  display: none; }
