/* 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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, #1b2738);
  --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, #283b54);
  --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, #364f71);
  --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, #6e8eb9);
  --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, minimal);
  --controls-btn-border-radius:var(--draft-controls-btn-border-radius, 6px);
  --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, 400);
  --collection_count:var(--draft-collection_count, 100);
  --search_count:var(--draft-search_count, 12);
  --blog_size:var(--draft-blog_size, 6);
  --product_not_available:var(--draft-product_not_available, preorder);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --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, false);
  --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); }

/* 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; } }
@media screen and (max-width: 767px) {
  /* line 29, theme.scss */
  .widget-type_widget_v4_header_3_e10c50b1e2dcc1a5a79bee4dcd4d5f97 .header__logo {
    max-width: 220px; } }
/* line 32, theme.scss */
.soul-desktop-block-version {
  display: block !important; }

/* line 36, theme.scss */
.soul-mobile-no-block-version {
  display: none !important; }

@media screen and (max-width: 680px) {
  /* line 41, theme.scss */
  .soul-desktop-block-version {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    opacity: 0 !important; }

  /* line 50, theme.scss */
  .soul-mobile-no-block-version {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
    opacity: 1 !important; }

  /* line 59, theme.scss */
  .soul-mobile-no-block-version img {
    max-width: 100% !important;
    height: auto !important; } }
/* line 64, theme.scss */
.lm-delivery {
  background: #f5f7f8;
  color: #202426;
  padding: 0 20px 70px;
  font-family: inherit; }

/* line 71, theme.scss */
.lm-delivery * {
  box-sizing: border-box; }

/* line 75, theme.scss */
.lm-wrap {
  max-width: 1180px;
  margin: 0 auto; }

/* line 80, theme.scss */
.lm-hero {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  min-height: 520px;
  background: #fff;
  border: 1px solid #dbe2e4; }

/* line 88, theme.scss */
.lm-hero-text {
  padding: 70px 55px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 95, theme.scss */
.lm-breadcrumbs {
  font-size: 12px;
  color: #7a8588;
  margin-bottom: 35px; }

/* line 101, theme.scss */
.lm-title {
  font-family: Georgia, serif;
  font-size: 72px;
  line-height: 0.95;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 28px; }

/* line 110, theme.scss */
.lm-lead {
  font-size: 18px;
  line-height: 1.7;
  margin: 0 0 24px;
  max-width: 460px; }

/* line 117, theme.scss */
.lm-note {
  border-left: 1px solid #8ea4aa;
  padding-left: 22px;
  color: #667174;
  line-height: 1.7;
  font-size: 14px; }

/* line 125, theme.scss */
.lm-hero-img {
  min-height: 520px;
  background-image: linear-gradient(90deg, rgba(245, 247, 248, 0.9), rgba(245, 247, 248, 0.15)), url("https://static.insales-cdn.com/images/no_image.png");
  background-size: cover;
  background-position: center; }

/* line 132, theme.scss */
.lm-free,
.lm-box,
.lm-split,
.lm-return {
  background: #fff;
  border: 1px solid #dbe2e4;
  margin-top: 24px; }

/* line 141, theme.scss */
.lm-free {
  padding: 30px 36px;
  display: grid;
  grid-template-columns: 50px 1fr;
  gap: 22px; }

/* line 148, theme.scss */
.lm-emoji {
  font-size: 34px;
  color: #6f858c; }

/* line 153, theme.scss */
.lm-free strong,
.lm-card strong,
.lm-return strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  margin-bottom: 10px; }

/* line 163, theme.scss */
.lm-free p,
.lm-card p,
.lm-text p,
.lm-return p {
  color: #667174;
  line-height: 1.7;
  margin: 0 0 12px;
  font-size: 15px; }

/* line 173, theme.scss */
.lm-free span,
.lm-text small {
  color: #7a8588;
  font-size: 12px; }

/* line 179, theme.scss */
.lm-box {
  padding: 36px; }

/* line 183, theme.scss */
.lm-box h2 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin: 0 0 26px; }

/* line 190, theme.scss */
.lm-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0; }

/* line 196, theme.scss */
.lm-card {
  padding: 0 28px;
  border-right: 1px solid #dbe2e4; }

/* line 201, theme.scss */
.lm-card:first-child {
  padding-left: 0; }

/* line 205, theme.scss */
.lm-card:last-child {
  border-right: none;
  padding-right: 0; }

/* line 210, theme.scss */
.lm-icon {
  font-size: 30px;
  color: #6f858c;
  margin-bottom: 18px; }

/* line 216, theme.scss */
.lm-benefits {
  margin-top: 24px;
  background: linear-gradient(90deg, #eaf0f2, #fafafa);
  border: 1px solid #dbe2e4;
  padding: 30px 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }

/* line 226, theme.scss */
.lm-benefits b {
  display: block;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: 13px;
  margin-bottom: 8px; }

/* line 234, theme.scss */
.lm-benefits p {
  margin: 0;
  color: #667174;
  line-height: 1.6;
  font-size: 14px; }

/* line 241, theme.scss */
.lm-split {
  display: grid;
  grid-template-columns: 1fr 1fr; }

/* line 246, theme.scss */
.lm-reverse .lm-photo {
  order: -1; }

/* line 250, theme.scss */
.lm-text {
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center; }

/* line 257, theme.scss */
.lm-text h2,
.lm-return h2 {
  font-family: Georgia, serif;
  font-size: 40px;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 24px; }

/* line 267, theme.scss */
.lm-photo {
  min-height: 320px;
  background-size: cover;
  background-position: center;
  filter: saturate(0.75) brightness(1.04); }

/* line 274, theme.scss */
.lm-photo-1 {
  background-image: url("https://static.insales-cdn.com/images/no_image.png"); }

/* line 278, theme.scss */
.lm-photo-2 {
  background-image: url("https://static.insales-cdn.com/images/no_image.png"); }

/* line 282, theme.scss */
.lm-photo-3 {
  background-image: url("https://static.insales-cdn.com/images/no_image.png"); }

/* line 286, theme.scss */
.lm-photo-4 {
  background-image: url("https://static.insales-cdn.com/images/no_image.png"); }

/* line 290, theme.scss */
.lm-photo-5 {
  background-image: url("https://static.insales-cdn.com/images/no_image.png"); }

/* line 294, theme.scss */
.lm-return {
  padding: 52px 48px; }

/* line 298, theme.scss */
.lm-return h2 {
  text-align: center;
  margin-bottom: 36px; }

/* line 303, theme.scss */
.lm-return-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #dbe2e4;
  border-left: 1px solid #dbe2e4; }

/* line 310, theme.scss */
.lm-return-grid > div {
  padding: 30px;
  border-right: 1px solid #dbe2e4;
  border-bottom: 1px solid #dbe2e4; }

/* line 316, theme.scss */
.lm-final {
  margin-top: 28px;
  background: #eaf0f2;
  padding: 28px 34px;
  color: #667174;
  line-height: 1.7;
  text-align: center; }

@media (max-width: 900px) {
  /* line 326, theme.scss */
  .lm-delivery {
    padding: 0 14px 45px; }

  /* line 330, theme.scss */
  .lm-hero,
  .lm-split,
  .lm-grid-3,
  .lm-benefits,
  .lm-return-grid {
    grid-template-columns: 1fr; }

  /* line 338, theme.scss */
  .lm-hero-text {
    padding: 42px 24px; }

  /* line 342, theme.scss */
  .lm-title {
    font-size: 46px; }

  /* line 346, theme.scss */
  .lm-hero-img {
    min-height: 300px; }

  /* line 350, theme.scss */
  .lm-card {
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid #dbe2e4; }

  /* line 356, theme.scss */
  .lm-card:first-child {
    padding-top: 0; }

  /* line 360, theme.scss */
  .lm-card:last-child {
    border-bottom: none;
    padding-bottom: 0; }

  /* line 365, theme.scss */
  .lm-text,
  .lm-return,
  .lm-box {
    padding: 30px 22px; }

  /* line 371, theme.scss */
  .lm-text h2,
  .lm-return h2 {
    font-size: 30px; }

  /* line 376, theme.scss */
  .lm-photo {
    min-height: 250px; }

  /* line 380, theme.scss */
  .lm-reverse .lm-photo {
    order: 0; } }
