:root {
  --lfour-bg-dark: #0f1625;
  --lfour-bg-light: #f4f6fa;
  --lfour-surface: #ffffff;
  --lfour-surface-muted: #f7f9fc;
  --lfour-border: #e5eaf2;
  --lfour-accent: #e63946;
  --lfour-accent-hover: #c72b36;
  --lfour-text-dark: #1f2937;
  --lfour-text-muted: #6b7280;
  --lfour-text-light: #ffffff;
  --lfour-border-radius: 12px;
  --lfour-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

body.theme-lfour {
  font-family: 'Open Sans', sans-serif;
  background: var(--lfour-bg-light);
  color: var(--lfour-text-dark);
  font-size: 16px;
  line-height: 1.65;
}

.theme-lfour #main {
  min-height: 60vh;
}

.theme-lfour a {
  color: var(--lfour-accent);
}

.theme-lfour a:hover {
  color: var(--lfour-accent-hover);
}

.theme-lfour .button1,
.theme-lfour button[type="submit"],
.theme-lfour .btn {
  background: var(--lfour-accent);
  color: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px 18px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.theme-lfour .button1:hover,
.theme-lfour button[type="submit"]:hover,
.theme-lfour .btn:hover {
  background: var(--lfour-accent-hover);
  color: #fff;
}

.theme-lfour .main_header {
  position: relative;
  z-index: 1001;
  background: var(--lfour-bg-dark);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Поверх слайдера/блоков главной, чтобы клик по корзине и оверлею работал */
.theme-lfour .off_canvars_overlay {
  z-index: 10040;
}
.theme-lfour .mini_cart {
  z-index: 10050;
}

.theme-lfour .lfour-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 12px 0 14px;
}

.theme-lfour .lfour-logo {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: var(--lfour-text-light);
}

.theme-lfour .lfour-logo img {
  max-height: 54px;
  width: auto;
}

.theme-lfour .lfour-logo-slogan {
  font-size: 13px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.76);
}

.theme-lfour .lfour-header-actions {
  margin-left: auto;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  text-align: right;
}

.theme-lfour .lfour-header-contact-col {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 6px;
  max-width: 100%;
}

.theme-lfour .lfour-header-phones-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 10px 14px;
}

.theme-lfour .lfour-header-phones {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
}

.theme-lfour .lfour-header-phones a {
  color: #fff;
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  text-decoration: none;
}

.theme-lfour .lfour-header-phones a:hover {
  color: #ffe6e8;
}

.theme-lfour .lfour-header-socials {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.theme-lfour .lfour-soc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.theme-lfour .lfour-soc:hover {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

.theme-lfour .lfour-soc-vk {
  font-size: 16px;
}

.theme-lfour .lfour-soc-max {
  font-size: 10px;
  letter-spacing: 0.02em;
}

.theme-lfour .lfour-callback-link {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  line-height: 1.3;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
  font-family: inherit;
}

.theme-lfour .lfour-callback-link:hover {
  color: #fff;
}

.theme-lfour .lfour-header-middle {
  position: relative;
  background: linear-gradient(180deg, #ffffff 0%, #fafbfc 100%);
  border-radius: 14px 14px 0 0;
  border: 1px solid rgba(229, 234, 242, 0.95);
  border-bottom: none;
  box-shadow: 0 8px 28px rgba(15, 23, 42, 0.07);
  overflow: hidden;
}

/* Акцентная полоса сверху — без смены position при скролле */
.theme-lfour .lfour-header-middle::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--lfour-accent) 0%, #ff7b84 50%, rgba(230, 57, 70, 0.35) 100%);
  pointer-events: none;
}

.theme-lfour .lfour-nav-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 8px 0 10px;
}

.theme-lfour .lfour-menu-list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  gap: 6px 8px;
  margin: 0;
  padding: 0;
}

.theme-lfour .lfour-menu-list li a {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 10px;
  border-radius: 8px;
  text-decoration: none;
  color: var(--lfour-text-dark);
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.theme-lfour .lfour-menu-list li a:hover,
.theme-lfour .lfour-menu-list li.selected a {
  background: #f6f8fc;
  color: var(--lfour-accent);
}

.theme-lfour .lfour-nav-controls {
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}

.theme-lfour .lfour-desktop-search {
  flex: 1 1 280px;
  min-width: 180px;
  max-width: 440px;
}

.theme-lfour .lfour-desktop-search .search_box,
.theme-lfour .lfour-mobile-search .search_box {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.theme-lfour .lfour-search-input {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--lfour-border);
  border-right: none;
  border-radius: 8px 0 0 8px;
  padding: 8px 12px;
  color: var(--lfour-text-dark);
  background: #fff;
}

.theme-lfour .lfour-search-input:focus {
  outline: none;
  border-color: #cfd7e6;
}

.theme-lfour .lfour-desktop-search button,
.theme-lfour .lfour-mobile-search button {
  flex-shrink: 0;
  min-width: 40px;
  border: 1px solid var(--lfour-accent);
  background: var(--lfour-accent);
  color: #fff;
  border-radius: 0 8px 8px 0;
}

.theme-lfour .lfour-desktop-search button:hover,
.theme-lfour .lfour-mobile-search button:hover {
  background: var(--lfour-accent-hover);
  border-color: var(--lfour-accent-hover);
}

.theme-lfour .mini_cart_wrapper #cart_informer {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  min-width: 44px;
  padding: 0 10px;
  border: 1px solid var(--lfour-border);
  border-radius: 8px;
  background: #fff;
}

.theme-lfour .mini_cart_wrapper #cart_informer:hover {
  border-color: #cfd7e6;
  background: #f8faff;
}

.theme-lfour .Offcanvas_menu_wrapper .offcanvas_main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.theme-lfour .Offcanvas_menu_wrapper .offcanvas_main_menu a {
  color: var(--lfour-text-dark);
  font-weight: 600;
}

.theme-lfour .Offcanvas_menu_wrapper .phone_menu {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
}

.theme-lfour .Offcanvas_menu_wrapper .phone_menu a {
  color: var(--lfour-text-dark);
}

.theme-lfour .Offcanvas_footer ul {
  list-style: none;
  display: flex;
  gap: 12px;
  padding: 0;
  margin: 12px 0 0;
}

.theme-lfour .Offcanvas_footer a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #f0f4fb;
  color: var(--lfour-text-dark);
}

.theme-lfour .Offcanvas_footer a:hover {
  color: #fff;
  background: var(--lfour-accent);
}

.theme-lfour .footer_widgets {
  background: var(--lfour-bg-dark);
  color: var(--lfour-text-light);
  padding-top: 40px;
}

.theme-lfour .footer_widgets h4 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 18px;
  font-size: 15px;
  letter-spacing: 0.04em;
}

.theme-lfour .lfour-footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.theme-lfour .lfour-footer-list li {
  margin-bottom: 10px;
}

.theme-lfour .footer_widgets a {
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.theme-lfour .footer_widgets a:hover {
  color: #fff;
}

.theme-lfour .lfour-footer-phone {
  font-size: 20px;
  font-weight: 700;
}

.theme-lfour .lfour-footer-cta {
  margin-top: 8px;
  display: inline-flex;
}

.theme-lfour .footer_social ul {
  list-style: none;
  padding: 0;
  margin: 16px 0 0;
  display: flex;
  gap: 10px;
}

.theme-lfour .footer_social a {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
}

.theme-lfour .footer_bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  margin-top: 26px;
  padding: 20px 0;
}

.theme-lfour .footer_payment {
  text-align: right;
}

.theme-lfour .footer_payment a {
  color: rgba(255, 255, 255, 0.75);
}

.theme-lfour .footer_payment a:hover {
  color: #fff;
}

.theme-lfour .lfour-home-section {
  padding: 56px 0 8px;
}

.theme-lfour .lfour-section-head {
  text-align: center;
  margin-bottom: 28px;
}

.theme-lfour .lfour-section-head h2 {
  margin-bottom: 10px;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--lfour-text-dark);
}

.theme-lfour .lfour-section-head p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--lfour-text-muted);
}

.theme-lfour .lfour-hero-section {
  margin: 0;
}

.theme-lfour .lfour-hero-slide {
  position: relative;
  min-height: 460px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: center;
}

.theme-lfour .lfour-hero-slide-static {
  background: linear-gradient(130deg, #101729 0%, #29324a 100%);
}

.theme-lfour .lfour-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(8, 14, 28, 0.6);
}

.theme-lfour .lfour-hero-content {
  position: relative;
  z-index: 1;
  max-width: 760px;
  text-align: left;
}

.theme-lfour .lfour-hero-eyebrow {
  margin-bottom: 12px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
}

.theme-lfour .lfour-hero-content h1 {
  color: #fff;
  margin: 0 0 18px;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 700;
}

.theme-lfour .lfour-hero-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 0 28px;
}

.theme-lfour .lfour-category-card {
  display: block;
  height: 100%;
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  padding: 18px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.theme-lfour .lfour-category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.14);
}

.theme-lfour .lfour-category-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  margin-bottom: 16px;
}

.theme-lfour .lfour-category-card h4 {
  margin: 0;
  color: var(--lfour-text-dark);
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.theme-lfour .lfour-category-placeholder {
  height: 180px;
  border-radius: 12px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #20252d, #3d4654);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.theme-lfour .lfour-category-placeholder span {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 2px;
}

.theme-lfour .lfour-category-placeholder small {
  font-size: 12px;
  text-transform: uppercase;
  opacity: 0.75;
}

.theme-lfour .lfour-empty-state {
  text-align: center;
  background: #fff;
  border-radius: 14px;
  border: 1px solid var(--lfour-border);
  padding: 34px 26px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
}

.theme-lfour .lfour-empty-state h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--lfour-text-dark);
}

.theme-lfour .lfour-empty-state p {
  margin: 0;
  color: var(--lfour-text-muted);
}

.theme-lfour .lfour-empty-state .btn {
  margin-top: 18px;
}

.theme-lfour .lfour-about-section {
  padding: 58px 0 72px;
}

.theme-lfour .lfour-about-card {
  background: linear-gradient(145deg, #111a2f, #1d2945);
  border-radius: 20px;
  padding: 42px 48px;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.25);
}

.theme-lfour .lfour-about-eyebrow {
  color: rgba(255, 255, 255, 0.72);
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
}

.theme-lfour .lfour-about-card h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 18px;
}

.theme-lfour .lfour-about-card p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 900px;
  margin: 0;
  font-size: 17px;
  line-height: 1.75;
}

.theme-lfour .single_product {
  background: #fff;
  border-radius: var(--lfour-border-radius);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease;
  border: 1px solid #eee;
  margin-bottom: 20px;
}

.theme-lfour .lfour-catalog-area {
  padding: 34px 0 62px;
}

.theme-lfour .lfour-widget {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 16px;
}

.theme-lfour .lfour-category-tree,
.theme-lfour .widget_dropdown_categories,
.theme-lfour .widget_dropdown_categories2 {
  list-style: none;
  padding-left: 0;
}

.theme-lfour .lfour-category-tree > li > a {
  font-weight: 600;
}

.theme-lfour .lfour-toolbar {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 12px;
  padding: 12px 14px;
  margin-bottom: 16px;
}

.theme-lfour .lfour-catalog-item {
  border: 1px solid var(--lfour-border);
  border-radius: 12px;
  background: #fff;
}

.theme-lfour .lfour-variant-select-hidden,
.theme-lfour .lfour-variant-radio-hidden,
.theme-lfour .lfour-hidden-submit {
  display: none !important;
}

.theme-lfour .product_rating span {
  display: inline-flex;
  color: inherit;
}

.theme-lfour .lfour-variant-spacer {
  height: 40px;
}

.theme-lfour .lfour-pagination-clear {
  clear: both;
}

.theme-lfour .lfour-product-wrap .product_details,
.theme-lfour .lfour-product-wrap .product_d_info {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 16px;
  padding: 22px;
}

.theme-lfour .lfour-product-wrap .product_d_info {
  margin-top: 16px;
}

.theme-lfour .lfour-cart-section .table_desc,
.theme-lfour .checkout_page_bg .Checkout_section {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 14px;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.05);
  padding: 18px;
}

.theme-lfour .lfour-cart-table {
  border-collapse: separate;
  border-spacing: 0;
}

.theme-lfour .lfour-cart-table th {
  background: #f7f9fc;
  color: #374151;
  font-weight: 700;
}

.theme-lfour .lfour-cart-table td,
.theme-lfour .lfour-cart-table th {
  border-color: var(--lfour-border);
}

.theme-lfour .lfour-cart-table .product_quantity input {
  min-width: 78px;
}

.theme-lfour .mini_cart .lfour-mini-cart-empty {
  text-align: center;
  color: var(--lfour-text-muted);
}

.theme-lfour .mini_cart .cart_button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.theme-lfour .lfour-cart-icon {
  margin-right: 6px;
}

.theme-lfour .single_product:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.theme-lfour .product_name a {
  color: var(--lfour-text-dark);
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
}

.theme-lfour .product_name a:hover {
  color: var(--lfour-accent);
}

.theme-lfour .price_box .current_price,
.theme-lfour .price_box .price {
  color: var(--lfour-accent);
  font-weight: 700;
  font-size: 18px;
}

.theme-lfour .add_to_cart input[type="submit"] {
  background: var(--lfour-bg-dark);
  color: #fff;
  border-radius: 10px;
  padding: 8px 15px;
  width: 100%;
  margin-top: 10px;
  border: none;
}

.theme-lfour .add_to_cart input[type="submit"]:hover {
  background: var(--lfour-accent);
}

.theme-lfour .breadcrumbs_area {
  background: #fff;
  border-bottom: 1px solid var(--lfour-border);
}

.theme-lfour .breadcrumb_content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 14px 0;
  margin: 0;
}

.theme-lfour .breadcrumb_content ul li,
.theme-lfour .breadcrumb_content ul li a {
  color: var(--lfour-text-muted);
  font-size: 14px;
}

.theme-lfour .lfour-page-section {
  padding: 48px 0 64px;
}

.theme-lfour .lfour-page-card {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 16px;
  box-shadow: var(--lfour-shadow);
}

.theme-lfour .lfour-page-card-content {
  padding: 32px 34px;
}

.theme-lfour .blog_wrapper.blog_details.lfour-page-card {
  padding: 36px 40px;
}

.theme-lfour .post_title,
.theme-lfour .faq_content_wrapper h4 {
  color: var(--lfour-text-dark);
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 24px;
}

.theme-lfour .lfour-page-content {
  max-width: 76ch;
  color: #3f4652;
  font-size: 17px;
  line-height: 1.75;
}

.theme-lfour .lfour-page-content > * + * {
  margin-top: 1.15em;
}

.theme-lfour .lfour-page-content h2,
.theme-lfour .lfour-page-content h3,
.theme-lfour .lfour-page-content h4 {
  color: var(--lfour-text-dark);
  line-height: 1.3;
  margin-top: 1.8em;
  margin-bottom: 0.65em;
}

.theme-lfour .lfour-page-content ul,
.theme-lfour .lfour-page-content ol {
  padding-left: 1.35em;
}

.theme-lfour .lfour-page-content li + li {
  margin-top: 0.45em;
}

.theme-lfour .lfour-page-content a {
  color: var(--lfour-accent);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.theme-lfour .lfour-contact-list {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.theme-lfour .lfour-contact-list li {
  margin-bottom: 12px;
  color: #374151;
}

.theme-lfour .lfour-contact-list i {
  margin-right: 8px;
  color: var(--lfour-accent);
}

.theme-lfour .lfour-contact-form p {
  margin-bottom: 14px;
}

.theme-lfour .lfour-contact-form label {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  color: #4b5563;
  font-weight: 600;
}

.theme-lfour .lfour-contact-form input,
.theme-lfour .lfour-contact-form textarea,
.theme-lfour .lfour-contact-form .input_captcha {
  width: 100%;
  border: 1px solid var(--lfour-border);
  border-radius: 10px;
  padding: 10px 12px;
  color: var(--lfour-text-dark);
  background: #fff;
}

.theme-lfour .lfour-contact-form textarea {
  min-height: 150px;
  resize: vertical;
}

.theme-lfour .lfour-contact-form input:focus,
.theme-lfour .lfour-contact-form textarea:focus {
  outline: none;
  border-color: #cfd7e6;
}

.theme-lfour .lfour-form-success {
  margin-bottom: 14px;
  border: 1px solid #bce4c9;
  background: #edf9f1;
  color: #207245;
  border-radius: 10px;
  padding: 10px 12px;
}

.theme-lfour .accordion.lfour-page-card {
  padding: 12px;
}

.theme-lfour .accordion-item {
  border: 1px solid var(--lfour-border);
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 12px;
}

.theme-lfour .accordion-button {
  font-weight: 600;
  color: var(--lfour-text-dark);
  background: #fff;
}

.theme-lfour .accordion-button:not(.collapsed) {
  color: var(--lfour-text-dark);
  background: var(--lfour-surface-muted);
}

.theme-lfour .card-body,
.theme-lfour .card-body p {
  color: #3f4652;
  font-size: 16px;
  line-height: 1.7;
}

.theme-lfour .error_form {
  background: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 16px;
  box-shadow: var(--lfour-shadow);
  padding: 48px 32px;
}

.theme-lfour .error_form p {
  color: #586070;
  font-size: 17px;
  line-height: 1.7;
}

.theme-lfour .lfour-404-actions {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.theme-lfour .lfour-404-secondary {
  border: 1px solid var(--lfour-border);
  background: #fff;
  color: var(--lfour-text-dark);
}

.theme-lfour .lfour-404-secondary:hover {
  background: #f4f6fa;
  color: var(--lfour-text-dark);
}

.theme-lfour .sidebar_widget .widget_list h3 {
  background: var(--lfour-bg-dark);
  color: #fff;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 15px;
}

.theme-lfour .widget_dropdown_categories li a,
.theme-lfour .title_dropdown_categories li a {
  color: var(--lfour-text-dark);
  padding: 5px 0;
  display: block;
}

.theme-lfour .widget_dropdown_categories li a:hover,
.theme-lfour .title_dropdown_categories li a:hover {
  color: var(--lfour-accent);
  padding-left: 5px;
  transition: all 0.3s;
}

.theme-lfour .autocomplete-suggestions {
  background-color: #fff;
  border: 1px solid var(--lfour-border);
  border-radius: 8px;
  overflow-y: auto;
}

.theme-lfour .autocomplete-suggestions .selected {
  background: #f0f4fb;
}

.theme-lfour .autocomplete-suggestions strong {
  color: var(--lfour-accent);
}

.theme-lfour .lfour-callback-modal .modal-header {
  border-bottom: 1px solid var(--lfour-border);
  padding: 16px 20px;
}

.theme-lfour .lfour-callback-modal .modal-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--lfour-text-dark);
}

.theme-lfour .lfour-callback-modal .modal-body {
  padding: 18px 20px 22px;
}

.theme-lfour .lfour-callback-hint {
  margin: 0 0 14px;
  font-size: 14px;
  color: var(--lfour-text-muted);
}

.theme-lfour .lfour-callback-field {
  margin-bottom: 12px;
}

.theme-lfour .lfour-callback-field label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lfour-text-dark);
}

.theme-lfour .lfour-callback-field .lfour-opt {
  font-weight: 400;
  color: var(--lfour-text-muted);
}

.theme-lfour .lfour-callback-field input,
.theme-lfour .lfour-callback-field textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid var(--lfour-border);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  font-family: inherit;
}

.theme-lfour .lfour-callback-field textarea {
  resize: vertical;
  min-height: 64px;
}

.theme-lfour .lfour-callback-submit {
  width: 100%;
  margin-top: 6px;
}

.theme-lfour .lfour-callback-result {
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 14px;
}

.theme-lfour .lfour-callback-msg--ok {
  background: #ecfdf5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}

.theme-lfour .lfour-callback-msg--err {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.theme-lfour .lfour-scroll-up {
  position: fixed;
  right: 16px;
  bottom: 18px;
  z-index: 1000;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--lfour-accent);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(230, 57, 70, 0.4);
}

.theme-lfour .lfour-scroll-up:hover {
  color: #fff;
  background: var(--lfour-accent-hover);
}

@media (max-width: 1199px) {
  .theme-lfour .lfour-hero-content h1 {
    font-size: 42px;
  }

  .theme-lfour .lfour-header-phones a {
    font-size: 18px;
  }

  .theme-lfour .lfour-search-input {
    width: 180px;
  }
}

@media (max-width: 991px) {
  .theme-lfour .lfour-hero-slide {
    min-height: 380px;
  }

  .theme-lfour .lfour-hero-content {
    text-align: center;
  }

  .theme-lfour .lfour-hero-content h1 {
    font-size: 34px;
  }

  .theme-lfour .lfour-hero-content p {
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .theme-lfour .lfour-home-section {
    padding: 44px 0 6px;
  }

  .theme-lfour .lfour-section-head h2 {
    font-size: 30px;
  }

  .theme-lfour .lfour-about-card {
    padding: 30px 26px;
  }

  .theme-lfour .lfour-about-card h2 {
    font-size: 30px;
  }

  .theme-lfour .lfour-header-top {
    padding: 14px 0;
  }

  .theme-lfour .lfour-logo-slogan {
    display: none;
  }

  .theme-lfour .lfour-header-actions {
    gap: 10px;
  }

  .theme-lfour .lfour-header-phones a {
    font-size: 16px;
  }

  .theme-lfour .lfour-nav-layout {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .theme-lfour .lfour-nav-controls {
    justify-content: space-between;
    width: 100%;
  }

  .theme-lfour .lfour-desktop-search {
    flex: 1 1 auto;
  }

  .theme-lfour .lfour-desktop-search .search_box {
    width: 100%;
  }

  .theme-lfour .lfour-search-input {
    width: 100%;
  }

  .theme-lfour .blog_wrapper.blog_details.lfour-page-card {
    padding: 28px 24px;
  }

  .theme-lfour .lfour-page-card-content {
    padding: 24px 20px;
  }

  .theme-lfour .post_title,
  .theme-lfour .faq_content_wrapper h4 {
    font-size: 28px;
  }

  .theme-lfour .lfour-page-content {
    font-size: 16px;
  }

  .theme-lfour .footer_payment {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .theme-lfour .lfour-hero-slide {
    min-height: 340px;
  }

  .theme-lfour .lfour-hero-content h1 {
    font-size: 28px;
  }

  .theme-lfour .lfour-about-card h2 {
    font-size: 26px;
  }

  .theme-lfour .lfour-menu-list {
    gap: 6px;
  }

  .theme-lfour .lfour-menu-list li a {
    min-height: 32px;
    font-size: 12px;
    padding: 7px 10px;
  }

  .theme-lfour .lfour-call-btn {
    padding: 9px 12px;
    font-size: 13px;
  }
}
