@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, #525665);
  --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, #616677);
  --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, #707589);
  --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, #a5a9b6);
  --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, #B0B0B1);
  --color-accent-text-is-light:var(--draft-color-accent-text-is-light, true);
  --color-accent-text-minor-shade:var(--draft-color-accent-text-minor-shade, #aaaaac);
  --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, #a3a3a5);
  --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, #575759);
  --color-accent-text-half-shade-is-dark:var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark:var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark:var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade:var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark:var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade:var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark:var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade:var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark:var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light:var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light:var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade:var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light:var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade:var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light:var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade:var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark:var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack:var(--draft-icons_pack, circle);
  --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, 'Istok Web');
  --font-size:var(--draft-font-size, 14px);
  --font-family-heading:var(--draft-font-family-heading, 'Istok Web');
  --heading-ratio:var(--draft-heading-ratio, 1.9);
  --heading-weight:var(--draft-heading-weight, 700);
  --collection_count:var(--draft-collection_count, 10);
  --search_count:var(--draft-search_count, 10);
  --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, 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 1, custom.scss */
.widget-type_system_widget_v4_header_12 .header__collections-head:hover .header__collections {
  display: flex;
  flex-direction: column; }

/* line 8, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list {
  --grid-list-min-width: 450px;
  --grid-list-row-gap: 2rem;
  --grid-list-column-gap: 2rem;
  align-items: stretch; }
/* line 15, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list.grid-list {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); }
/* line 24, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list__item {
  background: rgba(255, 255, 255, 0.05);
  padding: 1.5rem;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column; }
  /* line 33, custom.scss */
  .widget-type_system_widget_v4_benefits_3 .benefit-list__item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1); }
/* line 39, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list__item-image {
  --img-ratio: 1.2 !important;
  max-width: 100px; }
  @media screen and (min-width: 768px) {
    /* line 39, custom.scss */
    .widget-type_system_widget_v4_benefits_3 .benefit-list__item-image {
      max-width: 120px; } }
/* line 48, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list__item-title {
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.75rem; }
  /* line 55, custom.scss */
  .widget-type_system_widget_v4_benefits_3 .benefit-list__item-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--color-accent-text, #f17b47);
    border-radius: 2px; }
  @media screen and (max-width: 767px) {
    /* line 48, custom.scss */
    .widget-type_system_widget_v4_benefits_3 .benefit-list__item-title {
      font-size: 1.3rem !important; }
      /* line 69, custom.scss */
      .widget-type_system_widget_v4_benefits_3 .benefit-list__item-title::after {
        left: 50%;
        transform: translateX(-50%); } }
/* line 76, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list__item-description {
  font-size: 1rem !important;
  line-height: 1.5;
  flex-grow: 1; }
  /* line 81, custom.scss */
  .widget-type_system_widget_v4_benefits_3 .benefit-list__item-description ul {
    list-style: none;
    padding-left: 0;
    margin: 0.75rem 0; }
    /* line 86, custom.scss */
    .widget-type_system_widget_v4_benefits_3 .benefit-list__item-description ul li {
      margin-bottom: 0.5rem;
      padding-left: 1.5rem;
      position: relative; }
      /* line 91, custom.scss */
      .widget-type_system_widget_v4_benefits_3 .benefit-list__item-description ul li::before {
        content: '✓';
        position: absolute;
        left: 0;
        color: var(--color-accent-text, #f17b47);
        font-weight: bold; }

/* line 104, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list .benefit-list__item .benefit-list__item-image {
  width: 100%;
  max-width: 100% !important; }

/* line 108, custom.scss */
.img-ratio.img-fit {
  width: 100%;
  height: 100%; }

/* line 113, custom.scss */
.widget-type_system_widget_v4_benefits_3 .benefit-list .benefit-list__item img {
  object-fit: contain; }

@media (max-width: 640px) {
  /* line 118, custom.scss */
  .widget-type_system_widget_v4_benefits_3 .benefit-list .benefit-list__item .benefit-list__item-description {
    text-align: left; }

  /* line 121, custom.scss */
  .widget-type_system_widget_v4_benefits_3 .benefit-list .benefit-list__item {
    grid-template-columns: auto 150px auto !important; } }
/* line 143, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 5px; }
  @media screen and (max-width: 767px) {
    /* line 143, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .feedback {
      padding: 1.5rem; } }
/* line 154, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__title {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  margin-bottom: 2rem;
  position: relative;
  padding-bottom: 1rem; }
  /* line 161, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: var(--color-accent-text, #f17b47);
    border-radius: 2px; }
  @media screen and (max-width: 767px) {
    /* line 154, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .feedback__title {
      font-size: 1.5rem !important; } }
/* line 179, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__field-area {
  margin-bottom: 1.75rem;
  position: relative; }
/* line 185, custom.scss */
.widget-type_system_widget_v4_feedback_2 .form-control {
  background: rgba(255, 255, 255, 0.03) !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 5px !important;
  padding: 1rem 1.25rem !important;
  height: auto !important;
  font-size: 1rem !important;
  color: var(--color-text) !important;
  transition: all 0.3s ease !important;
  width: 100% !important; }
  /* line 197, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .form-control::placeholder {
    color: rgba(255, 255, 255, 0.5) !important;
    transition: opacity 0.3s ease; }
  /* line 203, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .form-control:focus {
    border-color: var(--color-accent-text, #f17b47) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    outline: none;
    box-shadow: 0 0 0 3px rgba(241, 123, 71, 0.2); }
    /* line 209, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .form-control:focus::placeholder {
      opacity: 0.7; }
  /* line 215, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .form-control:hover {
    border-color: rgba(255, 255, 255, 0.3); }
/* line 221, custom.scss */
.widget-type_system_widget_v4_feedback_2 textarea.form-control {
  min-height: 120px;
  resize: none; }
/* line 227, custom.scss */
.widget-type_system_widget_v4_feedback_2 .agree {
  background: rgba(255, 255, 255, 0.02);
  padding: 1rem;
  border-radius: 5px;
  margin-bottom: 1.75rem !important; }
  /* line 233, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .agree .agree__btn {
    border-radius: 3px !important;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.2s ease; }
    /* line 238, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .agree .agree__btn:before {
      font-size: 0.875rem !important; }
  /* line 243, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .agree .agree__field:checked + .agree__content .agree__btn {
    border-color: var(--color-accent-text, #f17b47) !important;
    background: rgba(241, 123, 71, 0.1); }
  /* line 248, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .agree .agree__label {
    font-size: 0.875rem;
    line-height: 1.4; }
    /* line 252, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .agree .agree__label a {
      color: var(--color-accent-text, #f17b47);
      text-decoration: none; }
      /* line 256, custom.scss */
      .widget-type_system_widget_v4_feedback_2 .agree .agree__label a:hover {
        text-decoration: underline; }
/* line 264, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__submit {
  margin-top: 0.5rem; }
  /* line 267, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback__submit .button {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    color: var(--color-text) !important;
    border-radius: 5px !important;
    padding: 1rem 2rem !important;
    height: auto !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    width: 100%;
    transition: all 0.3s ease !important; }
    /* line 279, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .feedback__submit .button:hover {
      background: var(--color-accent-text, #f17b47) !important;
      border-color: var(--color-accent-text, #f17b47) !important;
      color: #fff !important;
      transform: translateY(-2px);
      box-shadow: 0 5px 15px rgba(241, 123, 71, 0.3); }
    /* line 287, custom.scss */
    .widget-type_system_widget_v4_feedback_2 .feedback__submit .button:active {
      transform: translateY(0); }
/* line 294, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__success-message {
  background: rgba(46, 204, 113, 0.9);
  color: #fff;
  padding: 1rem;
  border-radius: 5px;
  text-align: center; }
/* line 303, custom.scss */
.widget-type_system_widget_v4_feedback_2 .feedback__field-error {
  font-size: 0.75rem !important;
  color: #e74c3c !important;
  margin-top: 0.25rem;
  padding-left: 0.5rem; }

@media screen and (max-width: 767px) {
  /* line 314, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback {
    padding: 1.25rem; }
  /* line 318, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .form-control {
    padding: 0.875rem 1rem !important;
    font-size: 0.95rem !important; }
  /* line 323, custom.scss */
  .widget-type_system_widget_v4_feedback_2 .feedback__submit .button {
    padding: 0.875rem 1.5rem !important; } }
/* line 330, custom.scss */
.widget-type_system_widget_v4_feedback_2 {
  padding-top: 50px;
  padding-bottom: 70px; }

/* line 354, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer-top {
  max-width: 100% !important;
  width: 100%;
  grid-template-columns: 2fr 1.5fr 1fr !important;
  gap: 2rem; }
  @media screen and (max-width: 768px) {
    /* line 354, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer-top {
      grid-template-columns: 1fr !important;
      grid-template-areas: "menu" "sidebar" !important;
      gap: 1rem; } }
/* line 368, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__area-menu {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.5rem; }
  /* line 373, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding-right: 0 !important; }
    /* line 380, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item .menu-link:first-child {
      font-weight: 700;
      font-size: 1.1rem;
      margin-bottom: 0.5rem;
      color: var(--color-text) !important;
      pointer-events: none; }
    /* line 389, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item .menu-link {
      font-size: 0.9rem;
      color: rgba(255, 255, 255, 0.7) !important;
      transition: color 0.3s ease; }
      /* line 394, custom.scss */
      .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item .menu-link:hover {
        color: var(--color-accent-text, #f17b47) !important; }
/* line 402, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__area-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1.5rem; }
/* line 409, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__area-social {
  padding-bottom: 0 !important; }
  /* line 412, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-social .title {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block; }
    /* line 419, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-social .title::after {
      content: '';
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 40px;
      height: 2px;
      background: var(--color-accent-text, #f17b47);
      border-radius: 2px; }
  /* line 431, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem; }
    /* line 436, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items .social-img-item {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      background: rgba(255, 255, 255, 0.08);
      border-radius: 50%;
      transition: all 0.3s ease;
      margin: 0 !important; }
      /* line 447, custom.scss */
      .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items .social-img-item:hover {
        background: var(--color-accent-text, #f17b47);
        transform: translateY(-3px); }
        /* line 451, custom.scss */
        .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items .social-img-item:hover .icon-link {
          color: #fff !important; }
      /* line 456, custom.scss */
      .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items .social-img-item .icon-link {
        font-size: 1.3rem !important;
        color: rgba(255, 255, 255, 0.8);
        transition: color 0.3s ease; }
/* line 466, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__area-contacts {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
/* line 473, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__phone {
  font-weight: 700 !important;
  font-size: 1.4rem !important;
  padding-bottom: 0 !important; }
  /* line 478, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__phone a {
    color: var(--color-text) !important;
    text-decoration: none !important;
    transition: color 0.3s ease; }
    /* line 483, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__phone a:hover {
      color: var(--color-accent-text, #f17b47) !important; }
  /* line 488, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__phone .phone-info {
    font-size: 0.75rem !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.25rem; }
/* line 497, custom.scss */
.widget-type_system_widget_v4_footer_18_1 .footer__manager {
  margin-top: 0.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  /* line 502, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__manager .manager-name {
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--color-text); }
  /* line 508, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__manager .work-time {
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25rem; }

@media screen and (max-width: 768px) {
  /* line 519, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer-top {
    padding: 0 1rem; }
  /* line 523, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-menu {
    grid-template-columns: 1fr;
    gap: 0; }
    /* line 527, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 1rem 0 !important; }
      /* line 531, custom.scss */
      .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item:last-child {
        border-bottom: none; }
      /* line 535, custom.scss */
      .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item .menu-link {
        display: block !important; }
        /* line 538, custom.scss */
        .widget-type_system_widget_v4_footer_18_1 .footer__area-menu .menu-item .menu-link:first-child {
          pointer-events: auto !important; }
  /* line 545, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-sidebar {
    flex-direction: column; }
  /* line 550, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-social .social-items {
    justify-content: center; }
  /* line 554, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-social .title {
    text-align: center;
    display: block; }
    /* line 558, custom.scss */
    .widget-type_system_widget_v4_footer_18_1 .footer__area-social .title::after {
      left: 50%;
      transform: translateX(-50%); }
  /* line 565, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__phone {
    text-align: center;
    font-size: 1.3rem !important; } }
@media (min-width: 720px) {
  /* line 574, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-sidebar {
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
    margin-left: auto;
    width: 100%;
    justify-content: space-around;
    /* align-items: center; */ }

  /* line 584, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer__area-menu {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, max-content));
    gap: 20%; }

  /* line 590, custom.scss */
  .widget-type_system_widget_v4_footer_18_1 .footer-top {
    max-width: 100% !important;
    width: 100%;
    grid-template-columns: 2fr 1.5fr !important;
    gap: 2rem; } }
