@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #F8F8FA);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f9f9fb);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #f9f9fa);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f6f6f9);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #B71339);
  --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, #d41643);
  --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, #e82150);
  --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, #f07591);
  --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, #121212);
  --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, #2a2a2a);
  --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, #414141);
  --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, #888888);
  --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, #101211);
  --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, #272c2a);
  --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, #3d4541);
  --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, #819088);
  --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, 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, #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, 1);
  --font-size: var(--draft-font-size, 16px);
  --font-family-heading: var(--draft-font-family-heading, 1);
  --heading-ratio: var(--draft-heading-ratio, 1.75);
  --heading-weight: var(--draft-heading-weight, 500);
  --collection_count: var(--draft-collection_count, 10);
  --search_count: var(--draft-search_count, 10);
  --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, 1920px);
  --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 */
div#popup-356,
div#popup-1381 {
  display: none !important; }

/* line 29, theme.scss */
#checkout_buyer_fields {
  display: none; }

/* line 33, theme.scss */
.widget-type_widget_v4_simple_text_2_c97c51ddecc729a11ef95747dd30eeb6,
.layout.widget-type_widget_v4_heading_1_5a0082e72d53f2811043823223879462,
.layout.widget-type_widget_v4_delimeters_2_b17482964bdaa74e47c9ee0776bb9636,
.widget-type_widget_v4_delimeters_2_b17482964bdaa74e47c9ee0776bb9636,
.layout.widget-type_widget_v4_product-reviews_3_ba600e0064bea5a60e62a57a4a1241c7,
.widget-type_widget_v4_simple_text_2_bf881839a21eb9786622a5d523047ae5 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

/* line 43, theme.scss */
.layout.widget-type_widget_v4_page_title_1_d9cc6059e72c581b69faf02d89a554ff {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto; }

/* line 56, theme.scss */
body {
  font-family: 'Avenir Next Cyr', sans-serif; }

/* line 60, theme.scss */
* {
  font-family: 'Avenir Next Cyr', sans-serif; }

/* line 64, theme.scss */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .heading {
  font-family: 'Avenir Next Cyr', sans-serif; }

/* Убираем горизонтальный скролл */
/* line 69, theme.scss */
html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Скрывает горизонтальный скролл */
  min-width: 0; }

/* Дополнительные стили для предотвращения выхода элементов за границы */
/* line 77, theme.scss */
* {
  box-sizing: border-box;
  /* Учитывает padding и border в ширине элементов */ }

/* line 81, theme.scss */
.container {
  max-width: 100%;
  /* Ограничивает ширину контейнера */
  overflow: hidden;
  /* Скрывает переполнение */ }

/* Убедитесь, что изображения и другие медиа элементы также адаптируются */
/* line 87, theme.scss */
img, video {
  max-width: 100%;
  height: auto;
  /* Сохраняет пропорции */ }

/* line 92, theme.scss */
#digi-shield .digi-product {
  word-break: normal; }

/* line 96, theme.scss */
.container {
  max-width: 100%;
  overflow: hidden;
  text-align: center; }

/* line 102, theme.scss */
#digi-shield.digi-is-container {
  z-index: 1000000; }

/* line 106, theme.scss */
#digi-shield.digi_desktop .digi-ac__set_products {
  padding: 0; }

/* line 117, theme.scss */
#digi-shield .digi-wrapper {
  width: 100%;
  max-width: 100%; }

/* line 125, theme.scss */
header {
  z-index: 10000; }

/* line 129, theme.scss */
header.index {
  background: linear-gradient(to bottom, #121212 20%, rgba(18, 18, 18, 0) 100%) !important; }

/* line 133, theme.scss */
header.no-index .layout__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background: #f8f8fa; }

/* line 141, theme.scss */
header.is-fixed {
  position: fixed;
  top: -43px;
  z-index: 10000;
  width: 100%; }

/* line 153, theme.scss */
.widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a,
.widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a .layout__content {
  background: transparent;
  transition: all 200ms; }

/* line 159, theme.scss */
header.is-fixed .widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a,
header.is-fixed .widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a .layout__content {
  background: #F8F8FA;
  transition: all 200ms; }

/* line 165, theme.scss */
.layout.widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a {
  padding-right: 0;
  padding-left: 0;
  transition: all 200ms; }

/* line 171, theme.scss */
header.is-fixed .layout.widget-type_widget_v4_header_11_1_4a64f290301dfb7e2bb102a780b4656a .layout__content {
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background: #f8f8fa;
  transition: all 200ms; }

/* line 177, theme.scss */
header.is-fixed .header__logo {
  max-width: 106px;
  transition: all 200ms; }

/* line 182, theme.scss */
.co-basket .sticky {
  position: fixed;
  top: 180px !important; }

/* line 188, theme.scss */
header.is-fixed .header__area-logo {
  padding: 0;
  text-align: right;
  margin-left: 0px;
  margin: auto; }

/* line 203, theme.scss */
header.is-fixed .header.index .header__logo img {
  display: none; }

/* line 208, theme.scss */
header .header.no-index .header__area-logo img,
header.is-fixed .header.no-index .header__area-logo img {
  display: none; }

/* line 214, theme.scss */
header.is-fixed .header.index .header__logo,
header .header.no-index .header__logo {
  width: 90px;
  height: 120px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='90.999023' height='105.932373' viewBox='0 0 90.999 105.932' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip2_4'%3E%3Crect id='svg' width='90.999023' height='105.932373' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg clip-path='url(%23clip2_4)'%3E%3Cpath id='Vector' d='M4.69 18.33C4.69 19.54 3.75 20.49 2.41 20.49C1.33 20.49 0.25 19.68 0.25 18.33C0.25 17.12 1.2 16.04 2.41 16.04C3.34 16.04 4.15 16.58 4.42 17.39C4.55 17.79 4.69 18.2 4.69 18.33ZM2.41 27.23C1.07 27.23 0.25 26.01 0.25 24.94C0.25 23.59 1.33 22.78 2.41 22.78C3.75 22.78 4.55 23.86 4.55 24.94C4.55 25.21 4.55 25.48 4.42 25.74C4.02 26.69 3.34 27.23 2.41 27.23ZM6.7 11.99C6.7 13.07 5.76 14.15 4.55 14.15C3.48 14.15 2.41 13.21 2.41 11.86C2.41 10.78 3.34 9.7 4.69 9.7C5.49 9.7 6.43 10.24 6.7 11.05C6.7 11.45 6.7 11.72 6.7 11.99ZM4.55 33.56C3.21 33.56 2.41 32.49 2.41 31.41C2.41 30.06 3.48 29.25 4.55 29.25C5.89 29.25 6.83 30.33 6.83 31.41C6.83 31.68 6.83 31.95 6.7 32.22C6.29 33.02 5.49 33.56 4.55 33.56ZM10.45 7.01C10.45 8.35 9.51 9.16 8.3 9.16C7.23 9.16 6.16 8.35 6.16 7.01C6.16 5.93 7.1 4.85 8.3 4.85C9.1 4.85 9.91 5.39 10.31 6.2C10.31 6.47 10.45 6.74 10.45 7.01ZM8.17 38.55C6.83 38.55 6.03 37.34 6.03 36.26C6.03 34.91 7.1 34.1 8.17 34.1C9.51 34.1 10.45 35.18 10.45 36.26C10.45 36.53 10.45 36.8 10.31 37.07C9.78 38.01 8.97 38.55 8.17 38.55ZM15.94 3.5C15.94 4.58 15.14 5.66 13.8 5.66C12.73 5.66 11.52 4.85 11.52 3.63C11.52 2.42 12.46 1.34 13.66 1.34C14.6 1.34 15.41 1.88 15.81 2.69C15.94 2.96 15.94 3.23 15.94 3.5ZM13.8 42.06C12.46 42.06 11.65 40.98 11.65 39.9C11.65 38.55 12.73 37.74 13.8 37.74C15.14 37.74 15.94 38.82 15.94 40.03C15.94 40.17 15.94 40.44 15.81 40.71C15.41 41.52 14.6 42.06 13.8 42.06ZM20.23 4.31C18.89 4.31 18.09 3.23 18.09 2.15C18.09 0.8 19.16 0 20.23 0C21.57 0 22.51 1.07 22.51 2.15C22.51 2.42 22.51 2.69 22.38 2.96C21.84 3.77 21.04 4.31 20.23 4.31ZM22.38 41.25C22.38 42.33 21.44 43.41 20.23 43.41C19.16 43.41 18.09 42.6 18.09 41.25C18.09 40.03 19.03 38.96 20.23 38.96C21.17 38.96 21.97 39.5 22.24 40.3C22.38 40.71 22.38 40.98 22.38 41.25ZM24.92 2.69C24.92 1.61 25.86 0.53 27.07 0.53C28.41 0.53 29.21 1.48 29.21 2.83C29.21 4.17 28.27 4.98 27.07 4.98C25.99 4.98 25.06 4.31 24.92 3.23C24.92 2.96 24.92 2.83 24.92 2.69ZM24.92 40.98C24.92 39.77 25.86 38.82 27.07 38.82C28.41 38.82 29.21 39.77 29.21 41.11C29.21 42.19 28.27 43.14 27.07 43.14C25.99 43.14 25.06 42.46 24.92 41.38C24.92 41.25 24.92 41.11 24.92 40.98ZM31.09 38.42C31.09 37.2 32.16 36.26 33.23 36.26C34.43 36.26 35.38 37.2 35.38 38.55C35.38 39.63 34.57 40.71 33.23 40.71C32.16 40.71 31.22 40.03 31.09 38.96C31.09 38.69 31.09 38.55 31.09 38.42ZM33.37 2.83C34.71 2.83 35.5 3.9 35.5 4.98C35.5 6.33 34.43 7.28 33.23 7.28C31.89 7.28 31.09 6.2 31.09 5.12C31.09 4.71 31.22 4.31 31.49 3.9C31.89 3.23 32.56 2.83 33.37 2.83ZM35.38 34.1C35.38 32.89 36.45 31.81 37.52 31.81C38.86 31.81 39.8 32.75 39.8 34.1C39.8 35.32 38.99 36.26 37.52 36.26C36.45 36.26 35.5 35.59 35.38 34.51C35.38 34.51 35.38 34.24 35.38 34.1ZM38.18 7.28C39.53 7.28 40.33 8.35 40.33 9.3C40.33 10.65 39.25 11.59 38.18 11.59C36.84 11.59 36.05 10.51 36.05 9.43C36.05 9.03 36.18 8.62 36.45 8.22C36.72 7.68 37.39 7.28 38.18 7.28ZM38.59 28.17C38.59 27.09 39.53 26.01 40.87 26.01C41.94 26.01 43.02 26.82 43.02 28.17C43.02 29.52 41.94 30.33 40.74 30.33C39.66 30.33 38.86 29.65 38.73 28.58C38.59 28.58 38.59 28.44 38.59 28.17ZM40.87 12.8C42.21 12.8 43.15 13.88 43.15 14.96C43.15 16.31 42.08 17.25 41 17.25C39.66 17.25 38.73 16.17 38.73 14.96C38.73 14.56 38.86 14.29 39.13 13.88C39.4 13.21 40.07 12.8 40.87 12.8ZM41.94 19.41C43.28 19.41 44.22 20.49 44.22 21.7C44.22 23.05 43.15 23.86 41.94 23.86C40.59 23.86 39.8 22.78 39.8 21.7C39.8 21.3 39.93 21.03 40.2 20.62C40.59 19.81 41.14 19.41 41.94 19.41Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M52.93 1.07C54.27 1.07 55.08 2.15 55.08 3.23C55.08 4.58 54 5.39 52.8 5.39C51.46 5.39 50.65 4.31 50.65 3.23C50.65 2.96 50.65 2.69 50.79 2.42C51.06 1.61 51.99 1.07 52.93 1.07ZM52.8 7.54C54.14 7.54 54.94 8.62 54.94 9.7C54.94 11.05 53.87 11.86 52.8 11.86C51.46 11.86 50.65 10.78 50.65 9.7C50.65 9.43 50.65 9.16 50.79 8.89C51.06 8.08 51.99 7.54 52.8 7.54ZM52.8 13.75C54.14 13.75 54.94 14.82 54.94 15.9C54.94 17.25 53.87 18.06 52.66 18.06C51.32 18.06 50.52 16.98 50.52 15.9C50.52 15.63 50.52 15.36 50.65 15.09C51.06 14.29 51.99 13.75 52.8 13.75ZM52.8 19.81C54.14 19.81 54.94 20.89 54.94 21.97C54.94 23.32 53.87 24.13 52.8 24.13C51.46 24.13 50.65 23.05 50.65 21.97C50.65 21.7 50.65 21.43 50.79 21.16C51.06 20.49 51.99 19.81 52.8 19.81ZM52.8 26.15C54.14 26.15 54.94 27.23 54.94 28.44C54.94 29.79 53.87 30.6 52.8 30.6C51.46 30.6 50.65 29.52 50.65 28.44C50.65 28.17 50.65 27.9 50.79 27.63C51.19 26.69 51.86 26.15 52.8 26.15ZM52.93 32.49C54.27 32.49 55.08 33.56 55.08 34.64C55.08 35.99 54 36.8 52.93 36.8C51.59 36.8 50.79 35.72 50.79 34.64C50.79 34.37 50.79 34.1 50.92 33.83C51.19 33.02 51.99 32.49 52.93 32.49ZM52.93 38.42C54.27 38.42 55.08 39.5 55.08 40.71C55.08 42.06 54 42.87 52.93 42.87C51.59 42.87 50.79 41.79 50.79 40.71C50.79 40.44 50.79 40.17 50.92 39.9C51.19 38.96 51.99 38.42 52.93 38.42ZM43.69 38.42C45.03 38.42 45.83 39.5 45.83 40.71C45.83 42.06 44.76 42.87 43.69 42.87C42.34 42.87 41.54 41.79 41.54 40.71C41.54 40.44 41.54 40.17 41.67 39.9C41.94 38.96 42.75 38.42 43.69 38.42ZM58.29 22.64C59.37 22.64 60.44 23.59 60.44 24.8C60.44 25.88 59.5 26.96 58.16 26.96C57.09 26.96 56.02 26.15 56.02 24.8C56.02 23.99 56.55 23.18 57.36 22.78C57.76 22.64 58.03 22.64 58.29 22.64ZM62.98 18.33C64.06 18.33 65.12 19.27 65.12 20.49C65.12 21.57 64.19 22.64 62.98 22.64C61.91 22.64 60.84 21.7 60.84 20.49C60.84 19.68 61.38 18.87 62.18 18.46C62.45 18.33 62.72 18.33 62.98 18.33ZM67.54 14.02C68.61 14.02 69.69 14.82 69.69 16.17C69.69 17.25 68.75 18.33 67.41 18.33C66.33 18.33 65.26 17.52 65.26 16.17C65.26 15.36 65.8 14.55 66.6 14.15C67 14.15 67.26 14.02 67.54 14.02ZM69.69 25.34C69.69 26.55 68.75 27.5 67.41 27.5C66.33 27.5 65.26 26.55 65.26 25.34C65.26 24.26 66.07 23.18 67.41 23.18C68.33 23.18 69.15 23.86 69.42 24.67C69.69 25.07 69.69 25.21 69.69 25.34ZM71.83 9.7C72.9 9.7 73.97 10.51 73.97 11.86C73.97 13.07 73.04 14.02 71.69 14.02C70.62 14.02 69.55 13.21 69.55 11.86C69.55 11.05 70.08 10.24 70.89 9.84C71.29 9.7 71.56 9.7 71.83 9.7ZM74.11 30.46C74.11 31.54 73.17 32.62 71.96 32.62C70.89 32.62 69.82 31.68 69.82 30.46C69.82 29.38 70.76 28.31 71.96 28.31C72.9 28.31 73.71 28.98 73.97 29.79C74.11 30.06 74.11 30.19 74.11 30.46ZM75.85 5.25C76.92 5.25 77.99 6.2 77.99 7.41C77.99 8.49 77.06 9.57 75.85 9.57C74.78 9.57 73.71 8.62 73.71 7.41C73.71 6.6 74.24 5.79 75.05 5.39C75.31 5.39 75.58 5.25 75.85 5.25ZM78.53 35.45C78.53 36.66 77.58 37.61 76.25 37.61C75.18 37.61 74.11 36.66 74.11 35.45C74.11 34.37 75.05 33.29 76.25 33.29C77.19 33.29 77.99 33.83 78.26 34.78C78.53 35.05 78.53 35.32 78.53 35.45ZM80.14 1.07C81.21 1.07 82.28 2.02 82.28 3.23C82.28 4.31 81.48 5.39 80.14 5.39C79.07 5.39 77.99 4.44 77.99 3.23C77.99 2.42 78.53 1.61 79.33 1.21C79.6 1.07 79.87 1.07 80.14 1.07ZM82.69 40.57C82.69 41.65 81.75 42.73 80.41 42.73C79.33 42.73 78.26 41.92 78.26 40.57C78.26 39.5 79.19 38.42 80.54 38.42C81.48 38.42 82.15 38.96 82.55 39.9C82.69 40.17 82.69 40.44 82.69 40.57ZM90.99 40.57C90.99 41.65 90.06 42.73 88.72 42.73C87.64 42.73 86.57 41.92 86.57 40.57C86.57 39.5 87.51 38.42 88.85 38.42C89.79 38.42 90.46 38.96 90.86 39.9C90.99 40.17 90.99 40.44 90.99 40.57Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M0 50.2C0.93 50.2 2.81 50.06 4.15 50.06C7.9 50.06 9.1 51.82 9.1 53.97C9.1 56.13 7.63 57.34 6.03 57.75C8.3 58.02 9.78 59.37 9.78 61.52C9.78 64.76 7.37 66.11 4.15 66.11C2.81 66.11 0.93 66.11 0 65.97L0 50.2ZM1.33 51.41L1.33 57.48L4.42 57.48C6.29 57.48 8.04 56.26 8.04 54.38C8.04 52.49 6.83 51.41 4.28 51.41C3.21 51.28 1.87 51.41 1.33 51.41ZM1.33 58.56L1.33 64.89C2.01 64.89 3.35 65.03 4.28 65.03C6.96 65.03 8.71 63.95 8.71 61.66C8.71 59.63 7.1 58.56 4.42 58.56L1.33 58.56Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M15.14 50.2L23.99 50.2L23.99 51.41L16.48 51.41L16.48 57.48L23.31 57.48L23.31 58.69L16.48 58.69L16.48 65.03L24.25 65.03L24.25 66.24L15.27 66.24L15.27 50.2L15.14 50.2Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M35.64 50.06L36.72 50.06L43.69 66.24L42.35 66.24L40.07 60.85L32.43 60.85L30.15 66.24L28.81 66.24L35.64 50.06ZM32.83 59.63L39.4 59.63L36.05 51.82L32.83 59.63Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M59.9 59.5C59.9 64.35 57.09 66.38 53.87 66.38C50.12 66.38 47.44 64.08 47.44 59.37L47.44 50.2L48.64 50.2L48.64 59.1C48.64 63.01 50.66 65.16 53.87 65.16C56.69 65.16 58.7 63.27 58.7 59.23L58.7 50.2L59.9 50.2L59.9 59.5Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M63.65 50.2L76.65 50.2L76.65 51.41L70.76 51.41L70.76 66.24L69.55 66.24L69.55 51.41L63.65 51.41L63.65 50.2Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M85.23 59.23L85.23 66.24L84.03 66.24L84.03 59.23L78.4 50.2L79.87 50.2L84.7 58.02L89.65 50.2L90.99 50.2L85.23 59.23Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M88.72 77.08C88.58 77.08 88.45 77.08 88.31 77.08C88.18 77.08 88.05 77.08 87.91 76.94C87.78 76.94 87.64 76.81 87.51 76.81C87.38 76.67 87.24 76.67 87.24 76.54C87.11 76.4 87.11 76.4 86.97 76.27C86.84 76.13 86.84 76 86.84 75.86C86.84 75.73 86.71 75.59 86.71 75.46C86.71 75.32 86.71 75.19 86.71 75.05C86.71 74.92 86.71 74.79 86.71 74.65C86.71 74.52 86.71 74.38 86.84 74.25C86.84 74.11 86.97 73.98 86.97 73.84C87.11 73.71 87.11 73.57 87.24 73.57C87.38 73.44 87.38 73.44 87.51 73.3C87.64 73.17 87.78 73.17 87.91 73.17C88.05 73.17 88.18 73.03 88.31 73.03C88.58 73.03 88.85 73.03 89.12 73.03C89.25 73.03 89.39 73.03 89.52 73.17C89.65 73.17 89.79 73.3 89.92 73.3C90.06 73.44 90.19 73.44 90.19 73.57C90.32 73.71 90.32 73.71 90.46 73.84C90.59 73.98 90.59 74.11 90.59 74.25C90.59 74.38 90.73 74.52 90.73 74.65C90.73 74.79 90.73 74.92 90.73 75.05C90.73 75.19 90.73 75.32 90.73 75.46C90.73 75.59 90.73 75.73 90.59 75.86C90.59 76 90.46 76.13 90.46 76.27C90.32 76.4 90.32 76.54 90.19 76.54C90.06 76.67 90.06 76.67 89.92 76.81C89.79 76.94 89.65 76.94 89.52 76.94C89.39 76.94 89.25 77.08 89.12 77.08C88.98 77.08 88.85 77.08 88.72 77.08Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M78.8 75.05C78.8 73.98 79.74 73.03 80.81 73.03C81.87 73.03 82.82 73.98 82.82 75.05C82.82 76.13 81.87 77.08 80.81 77.08C79.74 77.08 78.8 76.27 78.8 75.05ZM71.01 75.05C71.01 73.98 71.96 73.03 73.04 73.03C74.11 73.03 75.05 73.98 75.05 75.05C75.05 76.13 74.11 77.08 73.04 77.08C71.83 77.08 71.01 76.27 71.01 75.05ZM63.12 75.05C63.12 73.98 64.06 73.03 65.12 73.03C66.19 73.03 67.14 73.98 67.14 75.05C67.14 76.13 66.19 77.08 65.12 77.08C63.92 77.08 63.12 76.27 63.12 75.05ZM55.21 75.05C55.21 73.98 56.15 73.03 57.22 73.03C58.29 73.03 59.23 73.98 59.23 75.05C59.23 76.13 58.29 77.08 57.22 77.08C56.01 77.08 55.21 76.27 55.21 75.05ZM47.3 75.05C47.3 73.98 48.24 73.03 49.31 73.03C50.39 73.03 51.32 73.98 51.32 75.05C51.32 76.13 50.39 77.08 49.31 77.08C48.24 77.08 47.3 76.27 47.3 75.05ZM39.4 75.05C39.4 73.98 40.33 73.03 41.41 73.03C42.48 73.03 43.42 73.98 43.42 75.05C43.42 76.13 42.48 77.08 41.41 77.08C40.33 77.08 39.4 76.27 39.4 75.05ZM31.49 75.05C31.49 73.98 32.43 73.03 33.5 73.03C34.57 73.03 35.5 73.98 35.5 75.05C35.5 76.13 34.57 77.08 33.5 77.08C32.43 77.08 31.49 76.27 31.49 75.05ZM23.58 75.05C23.58 73.98 24.52 73.03 25.59 73.03C26.66 73.03 27.6 73.98 27.6 75.05C27.6 76.13 26.66 77.08 25.59 77.08C24.52 77.08 23.58 76.27 23.58 75.05ZM15.81 75.05C15.81 73.98 16.75 73.03 17.82 73.03C18.89 73.03 19.83 73.98 19.83 75.05C19.83 76.13 18.89 77.08 17.82 77.08C16.61 77.08 15.81 76.27 15.81 75.05ZM7.9 75.05C7.9 73.98 8.84 73.03 9.91 73.03C10.98 73.03 11.92 73.98 11.92 75.05C11.92 76.13 10.98 77.08 9.91 77.08C8.7 77.08 7.9 76.27 7.9 75.05Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M2.01 77.08C1.87 77.08 1.74 77.08 1.6 77.08C1.47 77.08 1.33 77.08 1.2 76.94C1.07 76.94 0.93 76.81 0.8 76.81C0.66 76.67 0.52 76.67 0.52 76.54C0.4 76.4 0.4 76.4 0.26 76.27C0.13 76.13 0.13 76 0.13 75.86C0.13 75.73 0 75.59 0 75.46C0 75.32 0 75.19 0 75.05C0 74.92 0 74.79 0 74.65C0 74.52 0 74.38 0.13 74.25C0.13 74.11 0.26 73.98 0.26 73.84C0.4 73.71 0.4 73.57 0.52 73.57C0.66 73.44 0.66 73.44 0.8 73.3C0.93 73.17 1.07 73.17 1.2 73.17C1.33 73.17 1.47 73.03 1.6 73.03C1.87 73.03 2.14 73.03 2.41 73.03C2.54 73.03 2.68 73.03 2.81 73.17C2.94 73.17 3.08 73.3 3.21 73.3C3.35 73.44 3.48 73.44 3.48 73.57C3.61 73.71 3.61 73.71 3.75 73.84C3.88 73.98 3.88 74.11 3.88 74.25C3.88 74.38 4.02 74.52 4.02 74.65C4.02 74.79 4.02 74.92 4.02 75.05C4.02 75.19 4.02 75.32 4.02 75.46C4.02 75.59 4.02 75.73 3.88 75.86C3.88 76 3.75 76.13 3.75 76.27C3.61 76.4 3.61 76.54 3.48 76.54C2.94 76.94 2.41 77.08 2.01 77.08Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M88.72 86.92C88.58 86.92 88.45 86.92 88.45 86.92C88.31 86.92 88.18 86.92 88.18 86.78C88.05 86.78 87.91 86.65 87.91 86.65C87.78 86.65 87.78 86.51 87.64 86.38C87.51 86.24 87.51 86.24 87.38 86.11C87.38 85.98 87.24 85.98 87.24 85.84C87.24 85.71 87.11 85.57 87.11 85.57C87.11 85.44 87.11 85.3 87.11 85.3C87.11 85.17 87.11 85.03 87.11 85.03C87.11 84.9 87.11 84.76 87.24 84.76C87.24 84.63 87.38 84.49 87.38 84.49C87.38 84.36 87.51 84.36 87.64 84.22C87.78 84.09 87.78 84.09 87.91 83.95C88.05 83.95 88.05 83.82 88.18 83.82C88.31 83.82 88.45 83.68 88.45 83.68C88.72 83.68 88.85 83.68 89.12 83.68C89.25 83.68 89.39 83.68 89.39 83.82C89.52 83.82 89.65 83.95 89.65 83.95C89.79 83.95 89.79 84.09 89.92 84.22C90.06 84.36 90.06 84.36 90.19 84.49C90.19 84.63 90.33 84.63 90.33 84.76C90.33 84.9 90.46 85.03 90.46 85.03C90.46 85.17 90.46 85.3 90.46 85.3C90.46 85.44 90.46 85.57 90.46 85.57C90.46 85.71 90.46 85.84 90.33 85.84C90.33 85.98 90.19 86.11 90.19 86.11C90.19 86.24 90.06 86.24 89.92 86.38C89.52 86.65 89.12 86.92 88.72 86.92Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M79.07 85.17C79.07 84.22 79.87 83.41 80.81 83.41C81.75 83.41 82.55 84.22 82.55 85.17C82.55 86.11 81.75 86.92 80.81 86.92C79.87 86.92 79.07 86.11 79.07 85.17ZM71.16 85.17C71.16 84.22 71.96 83.41 72.9 83.41C73.83 83.41 74.64 84.22 74.64 85.17C74.64 86.11 73.83 86.92 72.9 86.92C71.96 86.92 71.16 86.11 71.16 85.17ZM63.39 85.17C63.39 84.22 64.19 83.41 65.12 83.41C66.07 83.41 66.87 84.22 66.87 85.17C66.87 86.11 66.07 86.92 65.12 86.92C64.06 86.92 63.39 86.11 63.39 85.17ZM55.48 85.17C55.48 84.22 56.28 83.41 57.22 83.41C58.16 83.41 58.96 84.22 58.96 85.17C58.96 86.11 58.16 86.92 57.22 86.92C56.15 86.92 55.48 86.11 55.48 85.17ZM47.57 85.17C47.57 84.22 48.38 83.41 49.32 83.41C50.25 83.41 51.06 84.22 51.06 85.17C51.06 86.11 50.25 86.92 49.32 86.92C48.38 86.92 47.57 86.11 47.57 85.17ZM39.66 85.17C39.66 84.22 40.47 83.41 41.41 83.41C42.35 83.41 43.15 84.22 43.15 85.17C43.15 86.11 42.35 86.92 41.41 86.92C40.47 86.92 39.66 86.11 39.66 85.17ZM31.76 85.17C31.76 84.22 32.56 83.41 33.5 83.41C34.43 83.41 35.24 84.22 35.24 85.17C35.24 86.11 34.43 86.92 33.5 86.92C32.56 86.92 31.76 86.11 31.76 85.17ZM23.85 85.17C23.85 84.22 24.66 83.41 25.59 83.41C26.53 83.41 27.34 84.22 27.34 85.17C27.34 86.11 26.53 86.92 25.59 86.92C24.66 86.92 23.85 86.11 23.85 85.17ZM16.08 85.17C16.08 84.22 16.87 83.41 17.82 83.41C18.76 83.41 19.56 84.22 19.56 85.17C19.56 86.11 18.76 86.92 17.82 86.92C16.75 86.92 16.08 86.11 16.08 85.17ZM8.17 85.17C8.17 84.22 8.97 83.41 9.91 83.41C10.85 83.41 11.66 84.22 11.66 85.17C11.52 86.11 10.72 86.92 9.78 86.92C8.84 86.92 8.17 86.11 8.17 85.17Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M2.01 86.92C1.87 86.92 1.74 86.92 1.74 86.92C1.6 86.92 1.47 86.92 1.47 86.78C1.34 86.78 1.2 86.65 1.2 86.65C1.07 86.65 1.07 86.51 0.93 86.38C0.8 86.24 0.8 86.24 0.66 86.11C0.66 85.97 0.52 85.97 0.52 85.84C0.52 85.71 0.4 85.57 0.4 85.57C0.4 85.44 0.4 85.3 0.4 85.3C0.4 85.17 0.4 85.03 0.4 85.03C0.4 84.9 0.4 84.76 0.52 84.76C0.52 84.63 0.66 84.49 0.66 84.49C0.66 84.36 0.8 84.36 0.93 84.22C1.07 84.09 1.07 84.09 1.2 83.95C1.34 83.95 1.34 83.82 1.47 83.82C1.6 83.82 1.74 83.68 1.74 83.68C2.27 83.55 2.94 83.82 3.21 84.09C3.35 84.22 3.35 84.22 3.48 84.36C3.48 84.49 3.61 84.49 3.61 84.63C3.61 84.76 3.75 84.9 3.75 84.9C3.75 85.03 3.75 85.17 3.75 85.17C3.75 85.3 3.75 85.44 3.75 85.44C3.75 85.57 3.75 85.71 3.61 85.71C3.61 85.84 3.48 85.97 3.48 85.97C3.48 86.11 3.35 86.11 3.21 86.24C3.08 86.38 3.08 86.38 2.94 86.51C2.81 86.51 2.81 86.65 2.68 86.65C2.54 86.65 2.41 86.78 2.41 86.78C2.14 86.78 2.01 86.92 2.01 86.92Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M88.71 96.36C88.58 96.36 88.58 96.36 88.45 96.36C88.31 96.36 88.31 96.36 88.18 96.36C88.04 96.36 88.04 96.22 87.91 96.22L87.78 96.09C87.51 95.82 87.37 95.55 87.37 95.28C87.37 95.14 87.37 95.14 87.37 95.01C87.37 94.87 87.37 94.87 87.51 94.74C87.51 94.6 87.51 94.6 87.64 94.47L87.78 94.33C88.04 94.06 88.31 93.93 88.58 93.93C88.85 93.93 89.25 94.06 89.39 94.33L89.52 94.47C89.52 94.47 89.65 94.6 89.65 94.74C89.65 94.87 89.65 94.87 89.79 95.01C89.79 95.14 89.79 95.14 89.79 95.28C89.79 95.41 89.79 95.41 89.79 95.55C89.79 95.68 89.79 95.68 89.65 95.82C89.65 95.95 89.65 95.95 89.52 96.09L89.39 96.22L89.25 96.36C89.25 96.36 89.12 96.49 88.98 96.49C88.85 96.49 88.85 96.49 88.71 96.49C88.85 96.36 88.71 96.36 88.71 96.36Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M79.6 95.14C79.6 94.47 80.14 93.93 80.81 93.93C81.48 93.93 82.01 94.47 82.01 95.14C82.01 95.82 81.48 96.36 80.81 96.36C80.14 96.36 79.6 95.82 79.6 95.14ZM71.69 95.14C71.69 94.47 72.23 93.93 72.9 93.93C73.57 93.93 74.11 94.47 74.11 95.14C74.11 95.82 73.57 96.36 72.9 96.36C72.23 96.36 71.69 95.82 71.69 95.14ZM63.92 95.14C63.92 94.47 64.46 93.93 65.12 93.93C65.8 93.93 66.33 94.47 66.33 95.14C66.33 95.82 65.8 96.36 65.12 96.36C64.32 96.36 63.92 95.82 63.92 95.14ZM56.02 95.14C56.02 94.47 56.55 93.93 57.22 93.93C57.89 93.93 58.43 94.47 58.43 95.14C58.43 95.82 57.89 96.36 57.22 96.36C56.55 96.36 56.02 95.82 56.02 95.14ZM48.11 95.14C48.11 94.47 48.64 93.93 49.31 93.93C49.98 93.93 50.52 94.47 50.52 95.14C50.52 95.82 49.98 96.36 49.31 96.36C48.64 96.36 48.11 95.82 48.11 95.14ZM40.2 95.14C40.2 94.47 40.74 93.93 41.41 93.93C42.08 93.93 42.61 94.47 42.61 95.14C42.61 95.82 42.08 96.36 41.41 96.36C40.74 96.36 40.2 95.82 40.2 95.14ZM32.29 95.14C32.29 94.47 32.83 93.93 33.5 93.93C34.16 93.93 34.71 94.47 34.71 95.14C34.71 95.82 34.16 96.36 33.5 96.36C32.83 96.36 32.29 95.82 32.29 95.14ZM24.39 95.14C24.39 94.47 24.92 93.93 25.59 93.93C26.26 93.93 26.8 94.47 26.8 95.14C26.8 95.82 26.26 96.36 25.59 96.36C24.92 96.36 24.39 95.82 24.39 95.14ZM16.61 95.14C16.61 94.47 17.15 93.93 17.82 93.93C18.49 93.93 19.03 94.47 19.03 95.14C19.03 95.82 18.49 96.36 17.82 96.36C17.02 96.36 16.61 95.82 16.61 95.14ZM8.71 95.14C8.71 94.47 9.24 93.93 9.91 93.93C10.58 93.93 11.12 94.47 11.12 95.14C11.12 95.82 10.58 96.36 9.91 96.36C9.24 96.36 8.71 95.82 8.71 95.14Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M2 96.36C1.74 96.36 1.33 96.22 1.2 95.95C1.07 95.68 0.8 95.41 0.8 95.14C0.8 95.01 0.8 95.01 0.8 94.87C0.8 94.74 0.8 94.74 0.93 94.6C0.93 94.47 0.93 94.47 1.07 94.33L1.2 94.2C1.47 93.93 1.87 93.79 2.27 93.93C2.41 93.93 2.41 93.93 2.54 93.93C2.67 93.93 2.67 94.06 2.81 94.06L2.94 94.2L3.08 94.33C3.08 94.33 3.21 94.47 3.21 94.6C3.21 94.74 3.21 94.74 3.34 94.87C3.34 95.01 3.34 95.01 3.34 95.14C3.34 95.41 3.21 95.82 2.94 95.95L2.81 96.09C2.81 96.09 2.67 96.22 2.54 96.22C2.41 96.22 2.41 96.22 2.27 96.22C2.14 96.36 2 96.36 2 96.36Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M88.72 105.79C88.58 105.79 88.31 105.66 88.31 105.66C88.31 105.66 88.31 105.66 88.18 105.52L88.18 105.39L88.18 105.25L88.18 105.12C88.18 104.98 88.31 104.71 88.31 104.71C88.31 104.71 88.31 104.71 88.45 104.58L88.58 104.58L88.72 104.58C88.85 104.58 88.85 104.58 88.98 104.58L89.12 104.58L89.25 104.58C89.25 104.58 89.39 104.58 89.39 104.71C89.39 104.71 89.39 104.71 89.52 104.85L89.52 104.98L89.52 105.12L89.52 105.25L89.52 105.39L89.52 105.52L89.52 105.66C89.52 105.66 89.52 105.79 89.39 105.79C89.39 105.79 89.39 105.79 89.25 105.93L89.12 105.93C88.85 105.79 88.85 105.79 88.72 105.79Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M80.14 105.25C80.14 104.85 80.41 104.58 80.81 104.58C81.21 104.58 81.48 104.85 81.48 105.25C81.48 105.66 81.21 105.93 80.81 105.93C80.41 105.79 80.14 105.52 80.14 105.25ZM72.23 105.25C72.23 104.85 72.5 104.58 72.9 104.58C73.3 104.58 73.57 104.85 73.57 105.25C73.57 105.66 73.3 105.93 72.9 105.93C72.5 105.79 72.23 105.52 72.23 105.25ZM64.32 105.25C64.32 104.85 64.58 104.58 64.99 104.58C65.4 104.58 65.66 104.85 65.66 105.25C65.66 105.66 65.4 105.93 64.99 105.93C64.73 105.79 64.32 105.52 64.32 105.25ZM56.55 105.25C56.55 104.85 56.82 104.58 57.22 104.58C57.62 104.58 57.89 104.85 57.89 105.25C57.89 105.66 57.62 105.93 57.22 105.93C56.82 105.79 56.55 105.52 56.55 105.25ZM48.64 105.25C48.64 104.85 48.91 104.58 49.31 104.58C49.72 104.58 49.98 104.85 49.98 105.25C49.98 105.66 49.72 105.93 49.31 105.93C48.91 105.79 48.64 105.52 48.64 105.25ZM40.74 105.25C40.74 104.85 41 104.58 41.41 104.58C41.81 104.58 42.08 104.85 42.08 105.25C42.08 105.66 41.81 105.93 41.41 105.93C41 105.79 40.74 105.52 40.74 105.25ZM32.83 105.25C32.83 104.85 33.09 104.58 33.5 104.58C33.9 104.58 34.16 104.85 34.16 105.25C34.16 105.66 33.9 105.93 33.5 105.93C33.09 105.79 32.83 105.52 32.83 105.25ZM24.92 105.25C24.92 104.85 25.19 104.58 25.59 104.58C26 104.58 26.26 104.85 26.26 105.25C26.26 105.66 26 105.93 25.59 105.93C25.19 105.79 24.92 105.52 24.92 105.25ZM17.02 105.25C17.02 104.85 17.28 104.58 17.69 104.58C18.09 104.58 18.36 104.85 18.36 105.25C18.36 105.66 18.09 105.93 17.69 105.93C17.42 105.79 17.02 105.52 17.02 105.25ZM9.24 105.25C9.24 104.85 9.51 104.58 9.91 104.58C10.31 104.58 10.58 104.85 10.58 105.25C10.58 105.66 10.31 105.93 9.91 105.93C9.51 105.79 9.24 105.52 9.24 105.25Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M2 105.79C1.87 105.79 1.74 105.79 1.74 105.79L1.6 105.79C1.6 105.79 1.47 105.79 1.47 105.66C1.47 105.66 1.47 105.66 1.33 105.52L1.33 105.39L1.33 105.25L1.33 105.12L1.33 104.98L1.33 104.85L1.33 104.71C1.33 104.71 1.33 104.58 1.47 104.58C1.47 104.58 1.47 104.58 1.6 104.44L1.74 104.44L1.87 104.44C2.14 104.44 2.27 104.44 2.41 104.58C2.41 104.58 2.41 104.58 2.54 104.71L2.54 104.85L2.54 104.98L2.54 105.12L2.54 105.25L2.54 105.39L2.54 105.52C2.54 105.52 2.54 105.66 2.41 105.66C2.41 105.66 2.41 105.66 2.27 105.79L2.14 105.79C2.14 105.79 2.14 105.79 2 105.79Z' fill='%23AF1540' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3C/g%3E%3C/svg%3E%0A"); }

/* line 227, theme.scss */
header.is-fixed .header.index .icon-bars-custom,
header .header.no-index .icon-bars-custom {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='37.000000' height='14.000000' viewBox='0 0 37 14' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Line 2' d='M1 1L36 1' stroke='%23121212' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3Cpath id='Line 3' d='M1 13L36 13' stroke='%23121212' stroke-opacity='1.000000' stroke-width='2.000000' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  display: block; }

/* line 238, theme.scss */
header.is-fixed .header.index .icon-search-custom,
header .header.no-index .icon-search-custom {
  background-image: url("data:image/svg+xml,%3Csvg width='25.230469' height='25.230225' viewBox='0 0 25.2305 25.2302' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Ccircle id='Cicle' cx='11.500000' cy='11.500000' r='10.387096' stroke='%23121212' stroke-opacity='1.000000' stroke-width='2.225806'/%3E%3Cpath id='Vector 1280' d='M18.13 19.7L23.32 24.89C23.76 25.34 24.46 25.34 24.9 24.89C25.34 24.45 25.34 23.76 24.9 23.32L19.72 18.14L18.91 17.34L17.34 18.91L18.13 19.7Z' fill='%23121212' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  display: block; }

/* line 245, theme.scss */
header.is-fixed .header.index .icon-favorites-custom,
header .header.no-index .icon-favorites-custom {
  background-image: url("data:image/svg+xml,%3Csvg width='26.286133' height='24.000000' viewBox='0 0 26.2861 24' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector' d='M12.97 2.41C5.49 -4.82 -4.88 5.77 2.56 13.29L11.74 22.57L13.14 24L14.55 22.57L23.73 13.29C31.14 5.8 20.78 -4.8 13.32 2.41C13.26 2.47 13.2 2.53 13.14 2.59C13.08 2.53 13.03 2.47 12.97 2.41ZM13.14 21.15L22.31 11.88C23.82 10.35 24.55 8.86 24.49 7.39C24.44 6.13 23.82 4.89 22.62 3.68C21.94 3 21.2 2.52 20.39 2.26C19.93 2.11 19.44 2.03 18.94 2.01C18.65 2 18.36 2.02 18.07 2.06C16.83 2.24 15.67 2.88 14.57 3.99L13.14 5.43L11.72 3.99C10.61 2.87 9.43 2.22 8.19 2.04C7.91 2 7.62 1.99 7.33 2C6.82 2.01 6.33 2.1 5.87 2.25C5.06 2.51 4.32 2.98 3.65 3.66C2.46 4.87 1.84 6.1 1.79 7.36C1.72 8.83 2.46 10.34 3.98 11.88L3.98 11.88L13.14 21.15Z' fill='%23121212' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A");
  display: block; }

/* line 252, theme.scss */
header.is-fixed .header.index .icon-cart-custom,
header .header.no-index .icon-cart-custom {
  background-image: url("data:image/svg+xml,%3Csvg width='27.000000' height='27.000000' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs%3E%3CclipPath id='clip63_7900'%3E%3Crect id='shopping-bag' width='27.000000' height='27.000000' fill='white' fill-opacity='0'/%3E%3C/clipPath%3E%3C/defs%3E%3Crect id='shopping-bag' width='27.000000' height='27.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cg clip-path='url(%23clip63_7900)'%3E%3Cpath id='Vector' d='M3.37 6.75L3.37 22.5C3.37 23.09 3.61 23.66 4.03 24.09C4.45 24.51 5.02 24.75 5.62 24.75L21.37 24.75C21.97 24.75 22.54 24.51 22.96 24.09C23.38 23.66 23.62 23.09 23.62 22.5L23.62 6.75' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.800000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector' d='M3.24 6.47L23.75 6.47' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.800000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector' d='M8.64 5.58C8.64 4.38 9.11 3.24 9.95 2.39C10.8 1.55 11.94 1.08 13.14 1.08C14.33 1.08 15.47 1.55 16.32 2.39C17.16 3.24 17.64 4.38 17.64 5.58' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.800000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  display: block; }

/* line 259, theme.scss */
header.is-fixed .header.index .icon-user-custom,
header .header.no-index .icon-user-custom {
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='23.632812' height='26.336670' viewBox='0 0 23.6328 26.3367' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Union' d='M10.4287 12.6665C10.8799 12.7664 11.3428 12.8164 11.8164 12.8164C12.29 12.8164 12.7529 12.7664 13.2041 12.6665C13.5811 12.5833 13.9502 12.4651 14.3105 12.3123C14.6748 12.1587 15.0186 11.9749 15.3418 11.7615C15.7012 11.5242 16.0371 11.2502 16.3477 10.9395C16.6582 10.6287 16.9326 10.2935 17.1699 9.93384C17.3828 9.60986 17.5664 9.26611 17.7207 8.90283C17.873 8.5415 17.9912 8.17261 18.0742 7.79614C18.1748 7.34448 18.2246 6.88184 18.2246 6.4082C18.2246 5.93457 18.1748 5.47192 18.0742 5.02026C17.9912 4.64355 17.873 4.27466 17.7207 3.91357C17.5664 3.55005 17.3828 3.20654 17.1699 2.88257C16.9326 2.52295 16.6582 2.18774 16.3477 1.87695C16.0371 1.56592 15.7012 1.29199 15.3418 1.05493C15.0186 0.841309 14.6748 0.657715 14.3105 0.503906C13.9502 0.351318 13.5811 0.233154 13.2041 0.149902C12.7529 0.0500488 12.29 0 11.8164 0C11.3428 0 10.8799 0.0500488 10.4287 0.149902C10.0518 0.233154 9.68262 0.351318 9.32129 0.503906C8.95801 0.657715 8.61426 0.841309 8.29102 1.05493C7.93164 1.29199 7.5957 1.56616 7.28516 1.87695C6.97461 2.18774 6.7002 2.52295 6.46289 2.88257C6.25 3.2063 6.06543 3.55005 5.91211 3.91357C5.75977 4.27466 5.6416 4.64355 5.55762 5.02026C5.45801 5.47192 5.4082 5.93457 5.4082 6.4082C5.4082 6.88184 5.45801 7.34448 5.55762 7.79614C5.6416 8.17261 5.75977 8.5415 5.91211 8.90283C6.06641 9.26636 6.25 9.60986 6.46289 9.93384C6.7002 10.2935 6.97461 10.6287 7.28516 10.9395C7.5957 11.2502 7.93164 11.5242 8.29102 11.7612C8.61426 11.9749 8.95801 12.1587 9.32129 12.3123C9.68262 12.4651 10.0518 12.5833 10.4287 12.6665ZM12.8066 10.7056C12.4854 10.7793 12.1553 10.8164 11.8164 10.8164C11.4775 10.8164 11.1475 10.7793 10.8262 10.7056C10.5791 10.6489 10.3379 10.5706 10.1006 10.4702C9.85742 10.3672 9.62598 10.2446 9.4082 10.1021C9.1543 9.93652 8.91797 9.74414 8.69922 9.52515C8.48047 9.3064 8.28809 9.07007 8.12207 8.81641C7.98047 8.59839 7.85742 8.36743 7.75391 8.12378C7.6543 7.88696 7.5752 7.64502 7.51855 7.39844C7.44531 7.07666 7.4082 6.74658 7.4082 6.4082C7.4082 6.06958 7.44531 5.7395 7.51855 5.41797C7.5752 5.17114 7.6543 4.92944 7.75391 4.69263C7.85742 4.44897 7.98047 4.21802 8.12207 4C8.28809 3.74634 8.48047 3.51001 8.69922 3.29102C8.91797 3.07227 9.1543 2.87988 9.4082 2.71411C9.62598 2.57178 9.85742 2.44897 10.1006 2.34595C10.3379 2.24585 10.5791 2.16748 10.8262 2.11084C11.1475 2.03687 11.4775 2 11.8164 2C12.1553 2 12.4854 2.03687 12.8066 2.11084C13.0537 2.16748 13.2949 2.24585 13.5322 2.34595C13.7754 2.44897 14.0068 2.57178 14.2246 2.71411C14.4785 2.87988 14.7148 3.07227 14.9336 3.29102C15.1523 3.51001 15.3447 3.74634 15.5107 4C15.6523 4.21802 15.7754 4.44897 15.8789 4.69263C15.9785 4.92944 16.0566 5.17114 16.1133 5.41797C16.1875 5.7395 16.2246 6.06958 16.2246 6.4082C16.2246 6.74683 16.1875 7.07666 16.1133 7.39844C16.0566 7.64502 15.9785 7.88696 15.8789 8.12378C15.7754 8.36743 15.6523 8.59814 15.5107 8.81616C15.3447 9.07007 15.1523 9.30615 14.9336 9.52515C14.7148 9.74414 14.4785 9.93652 14.2246 10.1021C14.0068 10.2446 13.7754 10.3672 13.5322 10.4702C13.2949 10.5706 13.0537 10.6489 12.8066 10.7056ZM21.6328 25.3367L21.6328 22.6326C21.6328 22.3403 21.6045 22.0537 21.5488 21.7725C21.4932 21.4915 21.4092 21.2158 21.2969 20.9458C21.1855 20.6758 21.0498 20.4216 20.8906 20.1831L20.8906 20.1831C20.7314 19.9448 20.5479 19.7222 20.3418 19.5156C20.1348 19.3088 19.9121 19.126 19.6738 18.9668C19.4355 18.8074 19.1816 18.6719 18.9111 18.5601C18.6416 18.4482 18.3662 18.3643 18.085 18.3083L18.085 18.3083C17.8037 18.2524 17.5166 18.2246 17.2246 18.2246L6.4082 18.2246C6.11621 18.2246 5.8291 18.2524 5.54785 18.3083C5.2666 18.3643 4.99121 18.4482 4.72168 18.5601C4.45117 18.6719 4.19727 18.8074 3.95898 18.9668C3.7207 19.126 3.49805 19.3088 3.29102 19.5156C3.08398 19.7222 2.90137 19.9448 2.74219 20.1831C2.58301 20.4214 2.44727 20.6758 2.33594 20.9458C2.22363 21.2158 2.13965 21.4912 2.08398 21.7725L2.08398 21.7725C2.02832 22.0537 2 22.3403 2 22.6326L2 25.3367C2 25.8967 1.55957 26.3367 1 26.3367C0.44043 26.3367 0 25.8967 0 25.3367L0 22.6326C0 22.2078 0.0410156 21.791 0.12207 21.3823L0.12207 21.3821C0.203125 20.9734 0.325195 20.5728 0.487305 20.1804C0.650391 19.7878 0.847656 19.4182 1.0791 19.0718C1.31055 18.7253 1.57617 18.4019 1.87695 18.1013C2.17773 17.801 2.50098 17.5349 2.84766 17.3035L2.84766 17.3035L2.84766 17.3035C3.19434 17.072 3.56348 16.8748 3.95605 16.7124C4.34863 16.5496 4.74902 16.4277 5.1582 16.3464C5.56641 16.2651 5.9834 16.2246 6.4082 16.2246L17.2246 16.2246C17.6494 16.2246 18.0664 16.2651 18.4746 16.3464L18.4746 16.3464C18.8838 16.4277 19.2842 16.5496 19.6768 16.7124C20.0693 16.8748 20.4385 17.072 20.7852 17.3035C21.1318 17.5349 21.4551 17.801 21.7559 18.1013C22.0566 18.4019 22.3223 18.7253 22.5537 19.0718L22.5537 19.0718C22.7852 19.4185 22.9824 19.7878 23.1445 20.1804C23.3076 20.573 23.4297 20.9736 23.5107 21.3823L23.5107 21.3823C23.5918 21.791 23.6328 22.2078 23.6328 22.6326L23.6328 25.3367C23.6328 25.8967 23.1924 26.3367 22.6328 26.3367C22.0723 26.3367 21.6328 25.8967 21.6328 25.3367Z' clip-rule='evenodd' fill='%23121212' fill-opacity='1.000000' fill-rule='evenodd'/%3E%3C/svg%3E%0A"); }

/* line 277, theme.scss */
.edwDMc:before {
  content: "";
  display: block;
  -webkit-transition: padding-top 0.3s ease-in-out;
  transition: padding-top 0.3s ease-in-out;
  padding-top: 500px; }

/* line 285, theme.scss */
.cFBERa {
  box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  -webkit-transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  transition: transform 0.2s ease, background-color 0.3s ease, width 0.3s ease-in-out, height 0.3s ease-in-out, margin-left 0.3s ease-in-out, margin-top 0.3s ease-in-out; }

/* line 300, theme.scss */
.ezXEAU {
  position: absolute;
  top: 14px;
  left: 16px;
  right: 8px;
  z-index: 50;
  -webkit-animation: 0.5s lbWRkT ease-out;
  animation: 0.5s lbWRkT ease-out;
  text-align: left; }

/* line 317, theme.scss */
.co-button--checkout#create_order {
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-transform: uppercase;
  border-radius: 100px;
  height: 69px; }

/* line 327, theme.scss */
.co-checkout-title, .co-title--h1 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  color: var(--color-accent-text); }

/* line 334, theme.scss */
.co-title--h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 31px; }

/* line 340, theme.scss */
.co-tabs-content .radio > span, .co-input--radio > span, .co-toggable_field-input--checkbox > span, .co-toggable_field-input--radio > span {
  color: #000000; }

/* line 343, theme.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input.picker-input--active + span, .co-toggable_field-input--radio input:checked + span {
  -webkit-box-shadow: inset 0 0 0 10px currentColor;
  box-shadow: inset 0 0 0 10px currentColor; }

/* line 348, theme.scss */
.co-toggable_field--bordered .co-toggable_field-title {
  margin: 0.25rem 0;
  font-size: 25px;
  font-weight: 400;
  line-height: 31px;
  color: var(--color-accent-text); }

/* line 356, theme.scss */
.co-toggable_field--bordered .co-toggable_field-description {
  margin: 0.25rem 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  color: #00000080; }

/* line 364, theme.scss */
.co-toggable_field-input--checkbox input + span {
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 10px currentColor;
  box-shadow: inset 0 0 0 10px currentColor; }

/* line 370, theme.scss */
.co-input-field, .m-input-field {
  border: 0;
  border-bottom: 1px solid black;
  border-radius: 0; }

/* line 376, theme.scss */
.co-basket_item-description {
  min-width: 0;
  font-size: 18px;
  font-weight: 550; }

/* line 382, theme.scss */
.co-price--current {
  font-size: 19px;
  font-weight: 550; }

/* line 387, theme.scss */
input#email,
input#password {
  background: #EDEDED;
  border: 0;
  border-radius: 5px; }

/* line 396, theme.scss */
button.co-button.co-form-button.js-co-login-submit {
  border-radius: 100px;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px; }

/* line 408, theme.scss */
.collection-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

/* line 420, theme.scss */
.menu-cat-page {
  display: block !important;
  width: 100%;
  max-width: 290px;
  padding-right: 45px; }
  /* line 426, theme.scss */
  .menu-cat-page ul {
    list-style: none; }
    /* line 429, theme.scss */
    .menu-cat-page ul .title_coll {
      font-size: 13px;
      line-height: 20px; }
    /* line 434, theme.scss */
    .menu-cat-page ul .show_lvls {
      background-image: url(arr-cat-manu.svg) !important; }
  /* line 439, theme.scss */
  .menu-cat-page .li-lvl1-title {
    font-size: 13px !important;
    line-height: 20px !important;
    text-transform: initial !important; }
  /* line 446, theme.scss */
  .menu-cat-page .li-lvl2 a {
    font-size: 13px !important;
    line-height: 20px !important; }
  /* line 452, theme.scss */
  .menu-cat-page .coll-item {
    padding-left: 15px;
    padding-top: 6px; }
  /* line 457, theme.scss */
  .menu-cat-page .li-lvl1 .coll-item-lvl2 {
    padding-top: 1px;
    padding-bottom: 1px; }
  /* line 463, theme.scss */
  .menu-cat-page .li-lvl2 .is-current {
    color: #C2A284; }
  @media (max-width: 1300px) {
    /* line 420, theme.scss */
    .menu-cat-page {
      display: none !important; } }

/* line 473, theme.scss */
.cat-stuff {
  max-width: 950px;
  margin-left: auto;
  position: relative;
  top: 60px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  /* line 488, theme.scss */
  .cat-stuff .cat-stuff-title {
    font-family: Avenir Next Cyr;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #000000;
    padding-left: 20px; }
    @media (max-width: 1300px) {
      /* line 488, theme.scss */
      .cat-stuff .cat-stuff-title {
        padding-left: 0; } }
    @media (max-width: 500px) {
      /* line 488, theme.scss */
      .cat-stuff .cat-stuff-title {
        display: none; } }
  @media (max-width: 1300px) {
    /* line 473, theme.scss */
    .cat-stuff {
      max-width: initial; } }
  @media (max-width: 500px) {
    /* line 473, theme.scss */
    .cat-stuff {
      top: 25px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; } }

/* line 522, theme.scss */
.slct.js-filter-trigger {
  background: #FFFFFF;
  font-weight: normal;
  border: 1px solid #B3B3B3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  font-family: Avenir Next Cyr;
  font-size: 14px;
  line-height: 32px;
  letter-spacing: 0.1em;
  color: #000000;
  cursor: pointer;
  padding-left: 15px;
  width: 217px;
  background-image: url("arr-little.svg");
  background-repeat: no-repeat;
  background-position: right 15px center; }
  @media (max-width: 500px) {
    /* line 522, theme.scss */
    .slct.js-filter-trigger {
      line-height: 25px; } }

@media (max-width: 1024px) {
  /* line 552, theme.scss */
  #digi-shield.digi_desktop .digi-ac__wrapper {
    position: relative;
    display: -webkit-flex;
    display: flex;
    flex-direction: column; }

  /* line 559, theme.scss */
  #digi-shield.digi_desktop .digi-ac:not(.digi-ac--vertical) .digi-ac__set_products {
    width: 100%;
    overflow-x: scroll;
    padding-left: 20px; } }
@media (max-width: 768px) {
  /* line 575, theme.scss */
  [style*="--is-editor:true"] .outside-widgets {
    display: none; }

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

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

  /* line 585, theme.scss */
  .widget-type_widget_v4_simple_text_2_bf881839a21eb9786622a5d523047ae5 {
    background-color: var(--bg);
    padding-left: 0;
    padding-right: 0; }

  /* line 592, theme.scss */
  #digi-shield.digi_desktop .digi-search-form__close {
    font-size: 10px;
    margin-left: 10px;
    padding: 14px 0px; }

  /* line 602, theme.scss */
  header.is-fixed {
    position: fixed;
    top: -43px;
    z-index: 10000;
    width: 100%; }

  /* line 610, theme.scss */
  .video-block-mobile .cFBERa {
    width: 100%; }

  /* line 618, theme.scss */
  header.is-fixed .header__area-logo {
    margin: auto;
    padding-left: 0px; }

  /* line 625, theme.scss */
  .layout.widget-type_widget_v4_delimeters_003b614967cda013c370b517a7408d7a {
    padding-left: 0;
    padding-right: 0; }

  /* line 632, theme.scss */
  header.is-fixed .header.index .icon-bars-custom,
  header .header.no-index .icon-bars-custom,
  header.is-fixed .header.index .icon-bars-custom {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='19.384766' height='15.076172' viewBox='0 0 19.3848 15.0762' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 5' d='M0.53 0.53L18.84 0.53' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector 6' d='M0.53 7.53L18.84 7.53' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector 7' d='M0.53 14.53L18.84 14.53' stroke='%23121212' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    display: block; }

  /* line 646, theme.scss */
  header.is-fixed .header.index .icon-favorites-custom,
  header .header.no-index .icon-favorites-custom,
  header.is-fixed .header.index .icon-cart-custom,
  header .header.no-index .icon-cart-custom {
    width: 20px;
    height: 20px; }

  /* line 654, theme.scss */
  header.is-fixed .header.index .icon-user-custom,
  header .header.no-index .icon-user-custom {
    width: 17px;
    height: 20px; }

  /* line 660, theme.scss */
  header .header.index .icon-bars-custom {
    width: 20px;
    height: 20px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg width='19.384766' height='15.076172' viewBox='0 0 19.3848 15.0762' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Cpath id='Vector 5' d='M0.53 0.53L18.84 0.53' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector 6' d='M0.53 7.53L18.84 7.53' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath id='Vector 7' d='M0.53 14.53L18.84 14.53' stroke='%23FFFFFF' stroke-opacity='1.000000' stroke-width='1.076941' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/svg%3E%0A"); }

  /* line 670, theme.scss */
  header.is-fixed .header.index .header__logo {
    width: 43px;
    height: 60px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

  /* line 678, theme.scss */
  header .header.no-index .header__logo {
    height: 80px;
    width: 60px;
    position: relative; }

  /* line 685, theme.scss */
  header.is-fixed .header.no-index .header__logo {
    width: 42px;
    height: 70px; }

  /* line 690, theme.scss */
  header.is-fixed .header__area-logo {
    padding: 0;
    text-align: right; }

  /* line 707, theme.scss */
  .co-checkout-title, .co-title--h1 {
    font-weight: 700;
    line-height: 21px;
    font-size: 17px; }

  /* line 714, theme.scss */
  .co-basket_item-description {
    min-width: 0;
    font-size: 10px;
    font-weight: 550; }

  /* line 720, theme.scss */
  .co-price--current {
    font-size: 10px;
    font-weight: 550; }

  /* line 725, theme.scss */
  span.co-basket_item-count {
    font-size: 10px; }

  /* line 729, theme.scss */
  .co-basket_total-price {
    line-height: 1;
    font-size: 20px;
    margin-left: auto; }

  /* line 736, theme.scss */
  .co-basket_total-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    font-size: 14px;
    font-weight: 700; }

  /* line 744, theme.scss */
  .co-title--h2 {
    font-weight: 700;
    font-size: 17px; }

  /* line 749, theme.scss */
  .co-input-label {
    display: block;
    font-size: 14px; }

  /* line 754, theme.scss */
  span.co-delivery_method-title.co-toggable_field-title.co-input-title {
    font-size: 14px; }

  /* line 758, theme.scss */
  span.co-delivery_method-description.co-toggable_field-description.co-input-description {
    font-size: 10px; }

  /* line 762, theme.scss */
  .co-toggable_field--bordered .co-toggable_field-title {
    margin: 0.25rem 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 17px;
    color: var(--color-accent-text); }

  /* line 770, theme.scss */
  .co-toggable_field--bordered .co-toggable_field-description {
    margin: 0.25rem 0;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    color: #00000080; }

  /* line 778, theme.scss */
  .co-button--checkout#create_order {
    font-size: 13px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 100px;
    height: 37px; } }
