@charset "UTF-8";
/* === Надзаголовок ======================= */
/* line 4, theme.scss */
.myNadzag_polosaGolt_textChern {
  color: #000 !important;
  margin: 0px 0px 22px 0px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

/* line 11, theme.scss */
.myNadzag_polosaGolt_textChern:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: #ffd400; }

/* line 20, theme.scss */
.myNadzag_polosaChern_textChern {
  color: #000 !important;
  margin: 0px 0px 22px 0px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

/* line 27, theme.scss */
.myNadzag_polosaChern_textChern:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: #000; }

/* line 36, theme.scss */
.myNadzag_polosaGolt_textBel {
  color: #fff !important;
  margin: 0px 0px 22px 0px !important;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase; }

/* line 43, theme.scss */
.myNadzag_polosaGolt_textBel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  margin: 0 10px 3px 0;
  background: #ffd400; }

/* === Заголовок ========================= */
/* line 54, theme.scss */
.myZag_2_bezCveta, .myZag_2_beliy {
  font-size: 60px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  margin: 0px 0px 30px 0px; }

/* line 60, theme.scss */
.myZag_2_beliy {
  color: #fff; }

/* line 64, theme.scss */
.myZag_3_bezCveta, .myZag_3_beliy {
  font-size: 50px !important;
  line-height: 0.98 !important;
  letter-spacing: -0.055em !important;
  margin: 0px 0px 22px 0px; }

/* line 70, theme.scss */
.myZag_3_beliy {
  color: #fff; }

@media (max-width: 800px) {
  /* line 75, theme.scss */
  .myZag_2_bezCveta, .myZag_2_beliy {
    font-size: 35px !important;
    margin: 0px 0px 30px 0px; }

  /* line 80, theme.scss */
  .myZag_3_bezCveta, .myZag_3_beliy {
    font-size: 30px !important;
    margin: 0px 0px 20px 0px; } }
/* === QR-код на странице товара =================== */
/* line 88, theme.scss */
.qr_kod_v_tovare {
  width: 300px;
  height: 300px; }

/* === Горизонтальная полоса в подвале над текстом копирайта ======= */
/* line 91, theme.scss */
.footer_copyright {
  border-top: 1px solid #000 !important; }

/* === my_Galereya_1 - НАЧАЛО (Это галерея на странице товара которые я делаю вручную) ========================= */
/* line 94, theme.scss */
.my_Galereya_1_gallery {
  margin: 0px 0px 55px 0px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 100%; }

/* line 102, theme.scss */
.my_Galereya_1_gallery a {
  display: block;
  line-height: 0; }

/* line 107, theme.scss */
.my_Galereya_1_gallery img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s ease; }

/* line 116, theme.scss */
.my_Galereya_1_gallery img:hover {
  opacity: 0.7; }

/* Попап */
/* line 121, theme.scss */
.my_Galereya_1_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  /* фон попапа */
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 44px;
  box-sizing: border-box; }

/* line 136, theme.scss */
.my_Galereya_1_popup:target {
  display: flex; }

/* line 140, theme.scss */
.my_Galereya_1_popup img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto; }

/* line 150, theme.scss */
.my_Galereya_1_close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1000;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none; }

/* line 162, theme.scss */
.my_Galereya_1_close:hover {
  opacity: 0.7; }

/* крестик закрытия попапа */
/* line 167, theme.scss */
.my_Galereya_1_krest {
  fill: #838383;
  width: 30px;
  height: 30px;
  display: block; }

/* стрелки */
/* line 175, theme.scss */
.my_Galereya_1_prev,
.my_Galereya_1_next {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  user-select: none;
  transition: opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #838383;
  /* фон кружков под стрелками */
  border-radius: 50%;
  text-decoration: none; }

/* line 192, theme.scss */
.my_Galereya_1_prev:hover,
.my_Galereya_1_next:hover {
  opacity: 0.7; }

/* line 197, theme.scss */
.my_Galereya_1_prev {
  left: 22px; }

/* line 201, theme.scss */
.my_Galereya_1_next {
  right: 22px; }

/* line 205, theme.scss */
.my_Galereya_1_strel {
  fill: #fff;
  /* сами стрелки */
  width: 20px;
  height: 20px;
  display: block; }

/* line 212, theme.scss */
.my_Galereya_1_prev .my_Galereya_1_strel {
  transform: rotate(180deg); }

@media (max-width: 768px) {
  /* line 217, theme.scss */
  .my_Galereya_1_gallery {
    grid-template-columns: repeat(2, 1fr); }

  /* line 220, theme.scss */
  .my_Galereya_1_prev,
  .my_Galereya_1_next {
    width: 44px;
    height: 44px; }

  /* line 225, theme.scss */
  .my_Galereya_1_prev {
    left: 11px; }

  /* line 228, theme.scss */
  .my_Galereya_1_next {
    right: 11px; }

  /* Попап */
  /* line 233, theme.scss */
  .my_Galereya_1_popup {
    padding: 22px; }

  /* крестик закрытия попапа */
  /* line 238, theme.scss */
  .my_Galereya_1_close {
    top: 11px;
    right: 11px; } }
@media (max-width: 480px) {
  /* line 246, theme.scss */
  .my_Galereya_1_gallery {
    grid-template-columns: 1fr; } }
/* === my_Galereya_1 - КОНЕЦ ========================= */
/* === Данные на страницах товаров для сервисного центра ============= */
/* line 253, theme.scss */
.my_dannieServCent_cont {
  margin: 0px 0px 55px 0px; }

/* line 257, theme.scss */
.my_dannieServCent_kn {
  margin: 0px 0px 55px 0px;
  white-space: normal; }

/* === Это было по умолчанию в этом файле ========================= */
/* 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, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, #8B8B8B);
  --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, #9a9a9a);
  --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, #a8a8a8);
  --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, #d2d2d2);
  --color-accent-text-half-shade-is-light:var(--draft-color-accent-text-half-shade-is-light, true);
  --color-text-dark:var(--draft-color-text-dark, #000000);
  --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, #1a1a1a);
  --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, #333333);
  --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, #808080);
  --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, intermittent);
  --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, Montserrat);
  --font-size:var(--draft-font-size, 16px);
  --font-family-heading:var(--draft-font-family-heading, Roboto);
  --heading-ratio:var(--draft-heading-ratio, 2);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 12);
  --search_count:var(--draft-search_count, 15);
  --blog_size:var(--draft-blog_size, 6);
  --product_not_available:var(--draft-product_not_available, shown);
  --layout-content-max-width:var(--draft-layout-content-max-width, 1408px);
  --delta_sidebar:var(--draft-delta_sidebar, 2);
  --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 267, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

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