@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, #2E52A0);
  --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, #355eb6);
  --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, #416cc8);
  --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, #88a3dd);
  --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, #525252);
  --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, #636363);
  --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, #747474);
  --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, #a8a8a8);
  --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, #111111);
  --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, #2a2a2a);
  --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, #414141);
  --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, #888888);
  --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, #fff3ca);
  --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, #fff2c8);
  --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, #ffedb3);
  --color-notice-warning-half-shade-is-light: var(--draft-color-notice-warning-half-shade-is-light, 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, #d3ecd9);
  --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, #d1ecd7);
  --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, #bee4c7);
  --color-notice-success-half-shade-is-light: var(--draft-color-notice-success-half-shade-is-light, 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, #f8d7da);
  --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, #f8d5d8);
  --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, #f5c4c8);
  --color-notice-error-half-shade-is-light: var(--draft-color-notice-error-half-shade-is-light, 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, #cae4ff);
  --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, #c8e3ff);
  --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, #b3d7ff);
  --color-notice-info-half-shade-is-light: var(--draft-color-notice-info-half-shade-is-light, true);
  --font-family: var(--draft-font-family, Inter);
  --font-size: var(--draft-font-size, 14px);
  --font-family-heading: var(--draft-font-family-heading, Inter);
  --heading-ratio: var(--draft-heading-ratio, 1.25);
  --heading-weight: var(--draft-heading-weight, 400);
  --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, 1215px);
  --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, 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);
  --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; }

/* line 16, theme.scss */
body.overflow-hidden {
  overflow: hidden; }

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

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

  /* line 27, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 33, theme.scss */
body {
  font-family: 'Inter'; }

/* line 38, theme.scss */
header {
  transition: background 0.3s; }

/* line 44, theme.scss */
.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  z-index: 1000; }

/* line 53, theme.scss */
header {
  transition: transform 300ms ease; }

/* line 60, theme.scss */
header.fixed.animation .header-part-main {
  display: none; }

/* line 68, theme.scss */
header.animation {
  position: fixed;
  top: 0;
  animation: slideIn 300ms ease; }

@keyframes slideIn {
  from {
    transform: translateY(-100%); }
  to {
    transform: translateY(0); } }
/* line 89, theme.scss */
.layout__content.page-404 {
  padding-top: 26px;
  padding-bottom: 134px; }

/* line 94, theme.scss */
.title-404,
.title-order {
  font-size: 60px;
  font-weight: 400;
  line-height: 76px;
  color: #2E52A0;
  text-transform: uppercase;
  text-align: center;
  margin-top: -26px; }

/* line 105, theme.scss */
.subtitle-404,
.subtitle-order {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  color: #2E52A0;
  text-align: center; }

/* line 114, theme.scss */
.img-404,
.img-order {
  text-align: center;
  max-width: 100%;
  width: 732px;
  margin: auto; }

/* line 124, theme.scss */
.img-404 img,
.img-order img {
  width: 100%;
  height: 100%;
  padding-bottom: 7px;
  object-fit: cover; }

/* line 133, theme.scss */
.block-buttons-404,
.block-buttons {
  display: flex;
  gap: 14px;
  justify-content: center; }

/* line 140, theme.scss */
.button-main {
  padding: 15px 95px;
  border: 1.5px solid #2E52A0;
  color: #2E52A0;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  text-align: center; }

/* line 150, theme.scss */
.button-catalog {
  padding: 15px 105px;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  background: #2E52A0;
  color: white;
  text-align: center; }

/* line 160, theme.scss */
.breads-custom {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #ACACAC; }

/* line 167, theme.scss */
.img-404-tab,
.img-404-mobile,
.img-order-tab,
.img-order-mobile {
  display: none; }

/* line 174, theme.scss */
.block-buttons-404 a,
.block-buttons a {
  text-decoration: none;
  cursor: pointer; }

/* line 181, theme.scss */
.button-main,
.button-catalog {
  transition: all 300ms; }

/* line 186, theme.scss */
.button-main:hover,
.button-catalog:hover {
  background: #111111; }

/* line 191, theme.scss */
.button-main:hover,
.button-catalog:hover {
  color: white; }

/* line 201, theme.scss */
.checkout-v2-wrapper.co-section--content_wrapper {
  padding-top: 69px; }

/* line 205, theme.scss */
.content-order {
  position: relative;
  width: 100%; }

/* line 211, theme.scss */
.img-order {
  margin-left: 22%;
  margin-top: -1%; }

/* line 216, theme.scss */
.block-buttons {
  margin-top: -12px;
  padding-bottom: 116px; }

/* line 221, theme.scss */
.subtitle-order.mobile {
  display: none; }

/* line 245, theme.scss */
header {
  transition: all 0.3s ease; }

/* line 248, theme.scss */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: white;
  /* Цвет фона при фиксированном состоянии */ }

/* line 255, theme.scss */
.animation {
  opacity: 1;
  /* Пример анимации */ }

/* line 258, theme.scss */
.header-placeholder {
  height: 102px;
  /* Высота заглушки */
  transition: height 0.3s ease;
  /* Анимация высоты */ }

@media (max-width: 1260px) {
  /* line 268, theme.scss */
  .img-order {
    margin-left: auto;
    margin-right: auto; } }
@media (max-width: 768px) {
  /* line 277, theme.scss */
  .layout__content.page-404 {
    padding-bottom: 16px; }

  /* line 286, theme.scss */
  .title-404,
  .title-order {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-top: -48px; }

  /* line 294, theme.scss */
  .img-order-tab {
    margin-left: 15px;
    margin-top: -15px; }

  /* line 298, theme.scss */
  .img-404-tab,
  .img-order-tab {
    display: block;
    margin-left: 5px;
    margin-top: 14px; }

  /* line 308, theme.scss */
  .img-404,
  .img-404-tab,
  .img-order,
  .img-order-mobile {
    display: none; }

  /* line 315, theme.scss */
  .img-404-mobile {
    display: block;
    text-align: center; }

  /* line 320, theme.scss */
  .subtitle-404,
  .subtitle-order {
    padding-top: 8px; }

  /* line 324, theme.scss */
  .subtitle-order {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }

  /* line 330, theme.scss */
  .breads-custom {
    display: none; }

  /* line 334, theme.scss */
  .block-buttons-404,
  .block-buttons {
    margin-top: 32px; }

  /* line 339, theme.scss */
  .block-buttons-404 a,
  .block-buttons a {
    flex: 1; }

  /* line 344, theme.scss */
  .block-buttons {
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 56px; }

  /* line 351, theme.scss */
  .checkout-v2-wrapper.co-section--content_wrapper {
    padding-top: 63px; } }
@media (max-width: 480px) {
  /* line 359, theme.scss */
  .layout__content.page-404 {
    padding-bottom: 40px; }

  /* line 363, theme.scss */
  .title-404,
  .title-order {
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    margin-top: -32px; }

  /* line 371, theme.scss */
  .block-buttons-404,
  .block-buttons {
    flex-direction: column; }

  /* line 376, theme.scss */
  .subtitle-404,
  .subtitle-order {
    max-width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 38px; }

  /* line 385, theme.scss */
  .block-buttons-404,
  .block-buttons {
    margin-top: 48px; }

  /* line 390, theme.scss */
  .checkout-v2-wrapper.co-section--content_wrapper {
    padding-top: 53px; }

  /* line 396, theme.scss */
  .subtitle-order.mobile {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    color: #2E52A0;
    padding-top: 3px;
    max-width: 100%;
    margin-left: 20px;
    margin-right: 20px; }

  /* line 408, theme.scss */
  .subtitle-order.desktop {
    display: none; }

  /* line 413, theme.scss */
  .img-order-tab {
    margin-left: 5px;
    margin-top: 0px;
    margin-right: 10px; }

  /* line 420, theme.scss */
  .block-buttons {
    padding-top: 33px;
    padding-bottom: 78px; } }
