@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, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --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, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --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, #2B2D33);
  --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, #3d4049);
  --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, #505460);
  --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, #8d92a0);
  --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, #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, 2.3);
  --heading-weight:var(--draft-heading-weight, 600);
  --collection_count:var(--draft-collection_count, 20);
  --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, 1440px);
  --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, right);
  --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, false); }

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

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

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

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

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

  /* line 23, theme.scss */
  [data-fixed-panels] [data-widget-add] {
    display: none; } }
/* line 27, theme.scss */
.n365-hero {
  position: relative;
  min-height: 700px;
  display: flex;
  align-items: center;
  padding: 0 8%;
  background: url("https://static.insales-cdn.com/files/1/7425/128179457/original/3a079368-0744-4f48-ba65-d45149a57cc1.png") center center/cover no-repeat; }

/* line 36, theme.scss */
.n365-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.88) 0%, rgba(0, 0, 0, 0.55) 45%, rgba(0, 0, 0, 0.15) 100%); }

/* line 47, theme.scss */
.n365-content {
  position: relative;
  z-index: 2;
  max-width: 650px; }

/* line 53, theme.scss */
.n365-label {
  color: #c89b5b;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 25px; }

/* line 60, theme.scss */
.n365-content h1 {
  font-size: 72px;
  line-height: 1.05;
  color: white;
  margin-bottom: 30px; }

/* line 67, theme.scss */
.n365-content h1 span {
  color: #c89b5b; }

/* line 71, theme.scss */
.n365-content p {
  color: #ddd;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 40px; }

/* line 78, theme.scss */
.n365-buttons {
  display: flex;
  gap: 20px; }

/* line 83, theme.scss */
.gold-btn,
.dark-btn {
  padding: 18px 34px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  display: inline-block; }

/* line 92, theme.scss */
.gold-btn {
  background: #c89b5b;
  color: white; }

/* line 97, theme.scss */
.dark-btn {
  border: 1px solid #888;
  color: white; }

/* line 100, theme.scss */
.n365-hero {
  position: relative; }

/* line 104, theme.scss */
.hero-click {
  position: absolute;
  display: block;
  z-index: 20; }

/* line 111, theme.scss */
.hero-coffee {
  left: 95px;
  top: 510px;
  width: 210px;
  height: 55px; }

/* line 118, theme.scss */
.hero-machines {
  left: 325px;
  top: 510px;
  width: 210px;
  height: 55px; }

/* line 123, theme.scss */
.n365-benefits {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #070707;
  color: #fff;
  border-top: 1px solid rgba(201, 150, 74, 0.45);
  border-bottom: 1px solid rgba(201, 150, 74, 0.25); }

/* line 132, theme.scss */
.n365-benefits div {
  padding: 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 15px; }

/* line 138, theme.scss */
.n365-benefits b {
  display: block;
  margin-bottom: 6px;
  color: #fff; }

/* line 144, theme.scss */
.n365-benefits span {
  display: block;
  color: #cfc6b8;
  font-size: 13px; }

@media (max-width: 900px) {
  /* line 151, theme.scss */
  .n365-benefits {
    grid-template-columns: 1fr; } }
/* line 155, theme.scss */
.hero-original {
  left: 55px;
  top: 447px;
  width: 200px;
  height: 80px; }

/* line 162, theme.scss */
.hero-vertuo {
  left: 270px;
  top: 447px;
  width: 200px;
  height: 80px; }

/* line 169, theme.scss */
.hero-machines {
  left: 480px;
  top: 447px;
  width: 225px;
  height: 80px; }

/* line 174, theme.scss */
.n365-custom-header {
  background: #fff;
  color: #111;
  font-family: Arial, sans-serif;
  border-bottom: 1px solid #ececec;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  position: sticky;
  top: 0;
  z-index: 999; }

/* line 185, theme.scss */
.n365-top-line {
  background: #050505;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 60px;
  font-size: 15px;
  width: 100%;
  box-sizing: border-box; }

/* line 197, theme.scss */
.n365-top-line div {
  color: #fff; }

/* line 201, theme.scss */
.n365-main-header {
  display: grid;
  grid-template-columns: 260px 1fr 300px;
  align-items: center;
  gap: 30px;
  padding: 18px 5%; }

/* line 209, theme.scss */
.n365-logo {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #111;
  text-decoration: none;
  font-family: Georgia, serif;
  font-weight: 700;
  font-size: 16px; }

/* line 220, theme.scss */
.n365-logo-mark {
  font-size: 52px;
  line-height: .75;
  font-weight: 400; }

/* line 226, theme.scss */
.n365-search-form {
  display: flex;
  height: 56px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #ececec;
  background: #fafafa;
  border: 1px solid #e7e7e7; }

/* line 236, theme.scss */
.n365-search-form input {
  flex: 1;
  border: 0;
  padding: 0 24px;
  font-size: 16px;
  outline: none; }

/* line 244, theme.scss */
.n365-search-form button {
  width: 70px;
  border: 0;
  background: #fff;
  font-size: 34px;
  cursor: pointer; }

/* line 252, theme.scss */
.n365-icons {
  display: flex;
  justify-content: flex-end;
  gap: 28px; }

/* line 258, theme.scss */
.n365-icons a {
  color: #111;
  text-decoration: none;
  font-size: 28px;
  text-align: center;
  line-height: 1;
  transition: all .25s ease; }
  /* line 265, theme.scss */
  .n365-icons a .n365-icons a:hover {
    color: #c89b5b; }

/* line 270, theme.scss */
.n365-icons span {
  display: block;
  font-size: 13px;
  margin-top: 8px; }

/* line 276, theme.scss */
.n365-menu {
  display: flex;
  justify-content: center;
  gap: 58px;
  padding: 18px 5%;
  border-top: 1px solid #eee;
  font-size: 18px;
  border-bottom: 2px solid #c89b5b; }

/* line 286, theme.scss */
.n365-menu a {
  color: #111;
  text-decoration: none;
  transition: all .25s ease;
  position: relative; }

/* line 293, theme.scss */
.n365-menu a:hover {
  color: #c89b5b; }

@media (max-width: 900px) {
  /* line 298, theme.scss */
  .n365-top-line,
  .n365-main-header {
    grid-template-columns: 1fr; }

  /* line 303, theme.scss */
  .n365-menu {
    flex-wrap: wrap;
    gap: 18px; }

  /* line 308, theme.scss */
  .n365-icons {
    justify-content: flex-start; } }
/* line 311, theme.scss */
.header,
.site-header,
.header-wrapper,
.top-panel {
  display: none !important; }

/* line 317, theme.scss */
.n365-top-line {
  background: #050505;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 60px; }

/* line 326, theme.scss */
.top-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 500; }

/* line 334, theme.scss */
.top-item svg {
  flex-shrink: 0; }

@media (max-width: 640px) {
  /* line 337, theme.scss */
  .n365-top-line {
    display: block;
    padding: 8px 12px;
    text-align: center; }

  /* line 343, theme.scss */
  .n365-top-line .top-item {
    justify-content: center;
    font-size: 12px;
    line-height: 1.3;
    margin: 4px 0;
    gap: 6px; }

  /* line 351, theme.scss */
  .n365-top-line .top-item svg {
    width: 16px;
    height: 16px; }

  /* line 356, theme.scss */
  .n365-main-header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 18px;
    text-align: center; }

  /* line 363, theme.scss */
  .n365-logo {
    justify-content: center; }

  /* line 367, theme.scss */
  .n365-search-form {
    width: 100%;
    height: 48px; }

  /* line 372, theme.scss */
  .n365-icons {
    justify-content: center;
    gap: 28px; }

  /* line 377, theme.scss */
  .n365-menu {
    gap: 18px;
    padding: 14px 10px;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start; } }
@media (max-width: 640px) {
  /* line 385, theme.scss */
  .n365-hero {
    min-height: 520px;
    background-position: 63% center !important;
    background-size: cover !important; }

  /* line 391, theme.scss */
  .hero-original {
    left: 22px;
    top: 395px;
    width: 95px;
    height: 55px; }

  /* line 398, theme.scss */
  .hero-vertuo {
    left: 125px;
    top: 395px;
    width: 95px;
    height: 55px; }

  /* line 405, theme.scss */
  .hero-machines {
    left: 230px;
    top: 395px;
    width: 130px;
    height: 55px; } }
@media (max-width: 640px) {
  /* line 412, theme.scss */
  .n365-top-line {
    display: none !important; }

  /* line 416, theme.scss */
  .n365-main-header {
    grid-template-columns: 1fr;
    padding: 12px 16px;
    gap: 12px; }

  /* line 422, theme.scss */
  .n365-logo {
    justify-content: center;
    font-size: 16px; }

  /* line 427, theme.scss */
  .n365-logo-mark {
    font-size: 46px; }

  /* line 431, theme.scss */
  .n365-search-form {
    width: 100%;
    height: 46px; }

  /* line 436, theme.scss */
  .n365-icons {
    display: none; }

  /* line 440, theme.scss */
  .n365-menu {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    justify-content: flex-start;
    gap: 22px;
    padding: 12px 16px;
    font-size: 16px; }

  /* line 450, theme.scss */
  .n365-hero {
    min-height: 520px;
    background-position: 62% center !important;
    background-size: cover !important; }

  /* line 456, theme.scss */
  .hero-original {
    left: 20px;
    top: 390px;
    width: 105px;
    height: 56px; }

  /* line 463, theme.scss */
  .hero-vertuo {
    left: 132px;
    top: 390px;
    width: 105px;
    height: 56px; }

  /* line 470, theme.scss */
  .hero-machines {
    left: 245px;
    top: 390px;
    width: 125px;
    height: 56px; }

  /* line 477, theme.scss */
  .n365-benefits {
    grid-template-columns: 1fr; } }
/* line 481, theme.scss */
.n365-mobile-hero {
  display: none; }

@media (max-width: 768px) {
  /* line 486, theme.scss */
  .n365-mobile-hero {
    display: block;
    width: 100%;
    overflow: hidden; }

  /* line 492, theme.scss */
  .n365-mobile-hero img {
    width: 100%;
    display: block;
    object-fit: cover; }

  /* скрываем старый desktop banner */
  /* line 499, theme.scss */
  .promo-slider,
  .index-slider,
  .hero-banner,
  .banner-block {
    display: none !important; } }
/* line 505, theme.scss */
.n365-mobile-only {
  display: none; }

@media (max-width: 768px) {
  /* line 511, theme.scss */
  .n365-desktop-hero {
    display: none !important; }

  /* line 515, theme.scss */
  .n365-mobile-only {
    display: block;
    background: #050505; }

  /* line 520, theme.scss */
  .n365-mobile-banner img {
    width: 100%;
    display: block; }

  /* line 525, theme.scss */
  .n365-mobile-buttons {
    display: grid;
    gap: 12px;
    padding: 18px 16px 22px;
    background: #050505; }

  /* line 532, theme.scss */
  .n365-mobile-buttons .mobile-btn {
    display: grid;
    grid-template-columns: 72px 1fr 28px;
    align-items: center;
    gap: 14px;
    min-height: 84px;
    padding: 14px 18px;
    border: 1px solid #c89b5b;
    border-radius: 18px;
    background: linear-gradient(135deg, #111, #050505);
    color: #fff;
    text-decoration: none; }

  /* line 546, theme.scss */
  .n365-mobile-buttons .mobile-btn:nth-child(2) {
    background: linear-gradient(135deg, #2a0b34, #050505); }

  /* line 550, theme.scss */
  .btn-dot {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    flex-shrink: 0; }

  /* line 557, theme.scss */
  .btn-dot.gold {
    background: radial-gradient(circle at 30% 30%, #f7d58c, #c89b5b 60%, #7b5823);
    box-shadow: 0 0 12px rgba(200, 155, 91, 0.35); }

  /* line 562, theme.scss */
  .btn-dot.purple {
    background: radial-gradient(circle at 30% 30%, #9a69ff, #5f2fb2 60%, #2b124e);
    box-shadow: 0 0 12px rgba(111, 63, 195, 0.35); }

  /* line 567, theme.scss */
  .btn-dot.machine {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c89b5b;
    font-size: 24px;
    border: 1px solid #c89b5b;
    background: rgba(200, 155, 91, 0.08); }

  /* line 576, theme.scss */
  .btn-text strong {
    display: block;
    font-size: 22px;
    margin-bottom: 5px; }

  /* line 582, theme.scss */
  .btn-text span {
    color: #c89b5b;
    font-size: 15px; }

  /* line 587, theme.scss */
  .mobile-btn em {
    font-style: normal;
    color: #c89b5b;
    font-size: 32px; } }
@media (max-width: 768px) and (max-width: 768px) {
  /* line 596, theme.scss */
  .n365-search-form {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid rgba(200, 155, 91, 0.35);
    border-radius: 16px;
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto; }

  /* line 607, theme.scss */
  .n365-search-form input {
    flex: 1;
    background: transparent;
    border: none;
    color: #fff;
    padding: 12px 14px;
    font-size: 15px; }

  /* line 616, theme.scss */
  .n365-search-form button {
    width: 54px;
    background: transparent;
    border: none;
    color: #c89b5b;
    font-size: 22px; } }
@media (max-width: 768px) {
  /* line 626, theme.scss */
  .n365-icons {
    display: none; }

  /* line 630, theme.scss */
  .n365-menu {
    flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 16px 12px; }

  /* line 637, theme.scss */
  .n365-menu a {
    color: #fff !important;
    opacity: 1; } }
@media (max-width: 768px) and (max-width: 768px) {
  /* line 644, theme.scss */
  .n365-custom-header {
    display: none !important; }

  /* line 648, theme.scss */
  .mobile-burger,
  .mobile-cart {
    width: 34px;
    text-align: center;
    background: none;
    border: none;
    color: #c89b5b;
    font-size: 26px;
    text-decoration: none; }

  /* line 659, theme.scss */
  .mobile-logo {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px; }

  /* line 667, theme.scss */
  .mobile-logo span {
    color: #c89b5b;
    font-size: 30px;
    margin-right: 6px; } }
@media (max-width: 768px) {
  /* line 674, theme.scss */
  .mobile-close {
    background: none;
    border: none;
    color: #c89b5b;
    font-size: 32px;
    cursor: pointer; } }
/* N365 UNIFIED HEADER */
/* line 684, theme.scss */
.n365-custom-header {
  background: #050505;
  color: #fff;
  border-bottom: 1px solid #c89b5b; }

/* line 690, theme.scss */
.n365-top-line {
  background: #050505;
  color: #fff; }

/* line 695, theme.scss */
.n365-main-header {
  background: #050505; }

/* line 699, theme.scss */
.n365-logo,
.n365-logo span {
  color: #fff !important; }

/* line 704, theme.scss */
.n365-logo-mark {
  color: #c89b5b !important; }

/* line 708, theme.scss */
.n365-search-form {
  background: #111;
  border: 1px solid rgba(200, 155, 91, 0.55);
  border-radius: 18px;
  overflow: hidden; }

/* line 715, theme.scss */
.n365-search-form input {
  background: transparent;
  color: #fff; }

/* line 720, theme.scss */
.n365-search-form button {
  color: #c89b5b; }

/* line 724, theme.scss */
.n365-menu {
  background: #050505; }

/* line 728, theme.scss */
.n365-menu a {
  color: #fff !important; }

/* MOBILE */
@media (max-width: 768px) {
  /* line 734, theme.scss */
  .n365-top-line {
    display: none !important; } }
@media (max-width: 768px) and (max-width: 768px) {
  /* line 739, theme.scss */
  .n365-top-line {
    display: none !important; }

  /* line 743, theme.scss */
  .n365-main-header {
    display: flex !important;
    flex-direction: column;
    padding: 14px 16px;
    gap: 12px; }

  /* line 750, theme.scss */
  .n365-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px; }

  /* line 757, theme.scss */
  .n365-search-form {
    width: 100%; }

  /* line 761, theme.scss */
  .n365-menu {
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    gap: 18px;
    padding: 10px 16px; }

  /* line 769, theme.scss */
  .n365-icons {
    display: none !important; } }
@media (max-width: 768px) {
  /* line 774, theme.scss */
  .n365-logo {
    justify-content: center;
    text-align: center;
    font-size: 18px; }

  /* line 780, theme.scss */
  .n365-logo-mark {
    font-size: 28px; }

  /* line 784, theme.scss */
  .n365-icons {
    display: flex;
    justify-content: flex-end; }

  /* line 789, theme.scss */
  .n365-icons a:not(:last-child) {
    display: none !important; }

  /* line 793, theme.scss */
  .n365-icons a:last-child span {
    display: none; }

  /* line 797, theme.scss */
  .n365-search-form {
    grid-column: 1 / 4;
    width: 100%; }

  /* line 802, theme.scss */
  .n365-menu {
    display: none !important; } }
/* HEADER FORCE FIX */
/* line 807, theme.scss */
.n365-custom-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important; }

/* line 813, theme.scss */
.n365-main-header {
  display: flex !important; }

/* line 817, theme.scss */
.n365-top-line {
  display: flex !important; }

/* line 821, theme.scss */
.n365-menu {
  display: flex !important; }

@media (max-width: 768px) {
  /* line 826, theme.scss */
  .n365-custom-header {
    display: block !important; }

  /* line 830, theme.scss */
  .n365-top-line {
    display: none !important; }

  /* line 834, theme.scss */
  .n365-main-header {
    display: flex !important;
    flex-direction: column;
    padding: 14px 16px;
    gap: 12px;
    background: #050505; }

  /* line 842, theme.scss */
  .n365-logo {
    display: flex !important;
    justify-content: center;
    color: #fff !important; }

  /* line 848, theme.scss */
  .n365-search-form {
    display: flex !important;
    width: 100%; }

  /* line 853, theme.scss */
  .n365-icons {
    display: none !important; }

  /* line 857, theme.scss */
  .n365-menu {
    display: flex !important;
    overflow-x: auto;
    white-space: nowrap;
    background: #050505; } }
/* HEADER PREMIUM STYLE */
/* line 866, theme.scss */
.n365-custom-header {
  background: #050505 !important;
  border-bottom: 1px solid #c89b5b; }

/* line 871, theme.scss */
.n365-main-header {
  background: #050505;
  padding: 18px 40px;
  align-items: center; }

/* line 877, theme.scss */
.n365-logo {
  color: #fff !important;
  font-size: 28px;
  font-weight: 700;
  text-decoration: none; }

/* line 884, theme.scss */
.n365-logo-mark {
  color: #c89b5b !important; }

/* line 888, theme.scss */
.n365-search-form {
  background: #111 !important;
  border: 1px solid rgba(200, 155, 91, 0.45);
  border-radius: 18px;
  overflow: hidden; }

/* line 895, theme.scss */
.n365-search-form input {
  background: transparent;
  color: #fff !important; }

/* line 900, theme.scss */
.n365-search-form button {
  color: #c89b5b !important; }

/* line 904, theme.scss */
.n365-menu {
  background: #050505; }

/* line 908, theme.scss */
.n365-menu a {
  color: #fff !important;
  transition: .2s; }

/* line 913, theme.scss */
.n365-menu a:hover {
  color: #c89b5b !important; }

@media (max-width: 768px) {
  /* line 917, theme.scss */
  .n365-main-header {
    padding: 14px 16px !important;
    gap: 12px; }

  /* line 922, theme.scss */
  .n365-logo {
    justify-content: center;
    font-size: 22px; }

  /* line 927, theme.scss */
  .n365-logo-mark {
    font-size: 30px; }

  /* line 931, theme.scss */
  .n365-search-form {
    width: 100%; }

  /* line 935, theme.scss */
  .n365-menu {
    overflow-x: auto;
    white-space: nowrap;
    gap: 18px;
    padding: 10px 16px; }

  /* line 942, theme.scss */
  .n365-menu a {
    flex: 0 0 auto;
    font-size: 14px; } }
@media (max-width: 768px) {
  /* line 948, theme.scss */
  .n365-menu {
    display: none !important; }

  /* line 952, theme.scss */
  .n365-main-header {
    padding-bottom: 16px !important; } }
@media (max-width: 768px) {
  /* line 957, theme.scss */
  .n365-main-header {
    position: relative;
    padding-top: 18px !important; }

  /* Бургер */
  /* line 963, theme.scss */
  .n365-main-header::before {
    content: "≡";
    position: absolute;
    left: 18px;
    top: 18px;
    color: #c89b5b;
    font-size: 34px;
    line-height: 0.8;
    font-weight: 300; } }
/* line 975, theme.scss */
.n365-logo {
  justify-content: center !important;
  text-align: center;
  width: 100%; }

/* line 981, theme.scss */
.n365-search-form {
  margin-top: 14px; }

@media (max-width: 768px) {
  /* line 986, theme.scss */
  .n365-logo {
    font-size: 18px !important; }

  /* line 990, theme.scss */
  .n365-logo-mark {
    font-size: 26px !important; } }
@media (max-width: 768px) {
  /* line 995, theme.scss */
  .n365-search-form {
    margin-top: 18px !important; }

  /* line 999, theme.scss */
  .n365-search-form input {
    padding: 14px 16px !important; } }
/* line 1003, theme.scss */
.n365-mobile-drawer {
  display: none; }

@media (max-width: 768px) {
  /* line 1008, theme.scss */
  .n365-mobile-drawer {
    display: none;
    background: #050505;
    border-top: 1px solid rgba(200, 155, 91, 0.35);
    padding: 12px 18px; }

  /* line 1015, theme.scss */
  .n365-mobile-drawer a {
    display: block;
    color: #fff !important;
    text-decoration: none;
    padding: 13px 0;
    border-bottom: 1px solid rgba(200, 155, 91, 0.18);
    font-size: 16px; }

  /* line 1024, theme.scss */
  .n365-custom-header.menu-open .n365-mobile-drawer {
    display: block; } }
/* line 1028, theme.scss */
.n365-burger-btn {
  display: none; }

@media (max-width: 768px) {
  /* line 1033, theme.scss */
  .n365-burger-btn {
    display: block !important;
    position: absolute;
    left: 18px;
    top: 18px;
    background: none;
    border: none;
    color: #c89b5b;
    font-size: 28px;
    cursor: pointer;
    z-index: 10; }

  /* line 1046, theme.scss */
  .n365-main-header::before {
    display: none !important; } }
/* line 1050, theme.scss */
.n365-search-form {
  width: 560px !important;
  max-width: 100%; }

/* line 1054, theme.scss */
.n365-icons a {
  color: #fff !important;
  opacity: 1 !important; }

/* line 1059, theme.scss */
.n365-icons a span {
  color: #fff !important; }

/* line 1063, theme.scss */
.n365-icons a:hover {
  color: #c89b5b !important; }

/* line 1067, theme.scss */
.n365-icons a:hover span {
  color: #c89b5b !important; }

@media (min-width: 769px) {
  /* line 1071, theme.scss */
  .n365-logo {
    font-size: 24px !important; }

  /* line 1075, theme.scss */
  .n365-logo-mark {
    font-size: 42px !important; } }
@media (min-width: 769px) {
  /* line 1080, theme.scss */
  .n365-main-header {
    padding: 14px 40px !important; }

  /* line 1084, theme.scss */
  .n365-search-form input {
    padding: 12px 18px !important; } }
/* line 1088, theme.scss */
.n365-menu a {
  transition: all .25s ease; }

/* line 1092, theme.scss */
.n365-menu a:hover {
  color: #c89b5b !important; }

/* line 1095, theme.scss */
.n365-logo {
  color: #f5f1e8 !important; }

/* line 1098, theme.scss */
.n365-search-form {
  transition: all .25s ease; }

/* line 1102, theme.scss */
.n365-search-form:hover {
  box-shadow: 0 0 12px rgba(200, 155, 91, 0.22); }

@media (min-width: 769px) {
  /* line 1106, theme.scss */
  .n365-main-header {
    padding: 10px 40px !important; } }
@media (min-width: 769px) {
  /* line 1111, theme.scss */
  .n365-top-line {
    padding: 8px 40px !important;
    min-height: auto !important;
    font-size: 14px !important; } }
@media (min-width: 769px) {
  /* line 1118, theme.scss */
  .n365-main-header {
    min-height: 72px !important;
    padding: 8px 40px !important; }

  /* line 1123, theme.scss */
  .n365-search-form input {
    height: 42px !important; }

  /* line 1127, theme.scss */
  .n365-icons a {
    font-size: 14px !important; } }
@media (min-width: 769px) {
  /* line 1132, theme.scss */
  .n365-menu {
    min-height: 48px !important;
    padding: 0 !important; }

  /* line 1137, theme.scss */
  .n365-menu a {
    padding: 12px 0 !important;
    font-size: 16px !important; } }
@media (min-width: 769px) {
  /* line 1143, theme.scss */
  .n365-search-form input {
    height: 36px !important;
    padding: 8px 16px !important;
    font-size: 14px !important; }

  /* line 1149, theme.scss */
  .n365-search-form button {
    height: 36px !important;
    width: 56px !important; } }
@media (min-width: 769px) {
  /* line 1155, theme.scss */
  .n365-search-form {
    height: 38px !important;
    overflow: hidden;
    border-radius: 20px !important; }

  /* line 1161, theme.scss */
  .n365-search-form button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important; } }
