/* [next]/internal/font/google/inter_5972bc34.module.css [app-client] (css) */
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2c55a0e60120577a-s.2447d0f0.woff2") format("woff2");
  unicode-range: U+460-52F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/9c72aa0f40e4eef8-s.a746726d.woff2") format("woff2");
  unicode-range: U+301, U+400-45F, U+490-491, U+4B0-4B1, U+2116;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/ad66f9afd8947f86-s.a23984fd.woff2") format("woff2");
  unicode-range: U+1F??;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/5476f68d60460930-s.9fa39156.woff2") format("woff2");
  unicode-range: U+370-377, U+37A-37F, U+384-38A, U+38C, U+38E-3A1, U+3A3-3FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/2bbe8d2671613f1f-s.76dcb0b2.woff2") format("woff2");
  unicode-range: U+102-103, U+110-111, U+128-129, U+168-169, U+1A0-1A1, U+1AF-1B0, U+300-301, U+303-304, U+308-309, U+323, U+329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/1bffadaabf893a1e-s.7cd81963.woff2") format("woff2");
  unicode-range: U+100-2BA, U+2BD-2C5, U+2C7-2CC, U+2CE-2D7, U+2DD-2FF, U+304, U+308, U+329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2") format("woff2");
  unicode-range: U+??, U+131, U+152-153, U+2BB-2BC, U+2C6, U+2DA, U+2DC, U+304, U+308, U+329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: Inter Fallback;
  src: local(Arial);
  ascent-override: 90.44%;
  descent-override: 22.52%;
  line-gap-override: 0.0%;
  size-adjust: 107.12%;
}

.inter_5972bc34-module__OU16Qa__className {
  font-family: Inter, Inter Fallback;
  font-style: normal;
}

/* [project]/src/app/globals.css [app-client] (css) */
@layer properties {
  @supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
    *, :before, :after {
      --tw-border-style: solid;
    }

    ::backdrop {
      --tw-border-style: solid;
    }
  }
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.col-6 {
  grid-column: 6;
}

.container {
  width: 100%;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.inline {
  display: inline;
}

.inline-flex {
  display: inline-flex;
}

.table-row {
  display: table-row;
}

.w-full {
  width: 100%;
}

.resize {
  resize: both;
}

.rounded-full {
  border-radius: 3.40282e38px;
}

.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}

.border-b-2 {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}

.object-cover {
  object-fit: cover;
}

.text-center {
  text-align: center;
}

.uppercase {
  text-transform: uppercase;
}

@font-face {
  font-family: icomoon;
  src: url("/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@layer base {
  body {
    font-family: Open Sans, sans-serif;
  }
}

@layer components {
  .hero-bg {
    background-image: url("/images/templates/main_bg.jpg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    align-items: center !important;
    min-height: 100vh !important;
    display: flex !important;
    position: relative !important;
  }

  .hero-bg:before {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5) !important;
  }

  .hero-bg > * {
    z-index: 2;
    position: relative;
  }

  .header_main {
    z-index: 1000;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }

  .header_main.height_header {
    height: 90px;
  }

  .text_center {
    text-align: center;
    margin-left: 40%;
  }

  .text_center a:hover {
    text-decoration: none;
  }

  .icon_logo:before {
    content: "";
    color: #fff;
    font-family: icomoon;
    font-size: 35px;
  }

  .header_main [class*=" icon-"]:before, .header_main [class^="icon-"]:before {
    color: #fff;
    display: block;
  }

  .header_flex {
    align-items: center;
    display: flex;
    position: relative;
  }

  .header_flex .icon-target {
    cursor: pointer;
  }

  .header_flex .form-inline {
    display: none;
  }

  .icon-target + .block_form {
    display: block;
  }

  .header_posr {
    position: relative;
  }

  .header_posa {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .nav__menu-ul {
    align-items: center;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .nav__menu-ul li {
    margin: 0 15px;
  }

  .nav__menu-ul a {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    text-decoration: none;
  }

  .marg_left {
    margin-left: 6%;
  }

  .padd_10px {
    padding-left: 10px;
  }

  .button--menu-mobile {
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    justify-content: center;
    align-items: center;
    padding: 5px;
    display: flex;
  }

  .button--menu-mobile .line {
    background-color: #fff;
    width: 25px;
    height: 3px;
    margin: 3px 0;
    transition: all .3s;
  }

  .button--close-menu {
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    font-size: 20px;
  }

  .mobil-menu__button {
    display: none;
  }

  .nav__menu-header, .navigation__mobile-active {
    display: flex;
  }

  .navigation-menu__li--button {
    display: none;
  }

  .msMiniCart {
    position: relative;
  }

  .msMiniCart .empty span {
    color: #fff;
  }

  .msMiniCart .not_empty a {
    color: #fff;
    text-decoration: none;
  }

  .cart-count {
    color: #fff;
    background: #f60;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    font-size: 10px;
    display: flex;
    position: absolute;
    top: -8px;
    right: -8px;
  }

  .icon-head-icon-search:before {
    content: "";
    font-family: icomoon;
    font-size: 20px;
  }

  .icon-head-icon-basket:before {
    content: "";
    font-family: icomoon;
    font-size: 20px;
  }

  .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .row {
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
  }

  .col-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-sm-4, .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-md-7 {
    flex: 0 0 58.3333%;
    max-width: 58.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-5 {
    flex: 0 0 41.6667%;
    max-width: 41.6667%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .offset-lg-1, .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .padd_0px {
    padding: 0 1px;
  }

  .main-menu_list {
    color: #fff !important;
    opacity: .9 !important;
    background-color: #000 !important;
    border-radius: 10px !important;
    height: 160px !important;
    margin-bottom: 2px !important;
    padding: 10px !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 14px !important;
    text-decoration: none !important;
    display: block !important;
    position: relative !important;
  }

  .main-menu_list span {
    position: absolute;
    bottom: 10px;
  }

  .main-menu_list:hover {
    background-color: #f60;
    text-decoration: none;
  }

  .main-menu_list [class*=" icon-"], .main-menu_list [class^="icon-"] {
    text-align: center;
    padding: 35px 0;
    font-size: 40px;
    display: block;
  }

  .main-menu_list [class*=" icon-"]:before, .main-menu_list [class^="icon-"]:before {
    color: #fff;
  }

  .main-title {
    color: #fff !important;
    font-family: Open Sans, sans-serif !important;
    font-size: 30px !important;
    font-weight: bold !important;
    line-height: 40px !important;
  }

  .header-logo {
    align-items: center;
    gap: .75rem;
    display: flex;
  }

  .logo-icon {
    background-color: #2563eb;
    border-radius: 3.40282e38px;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 2rem;
    display: flex;
  }

  .icon-primary-icon-1:before {
    content: "" !important;
    color: #fff !important;
    font-family: icomoon !important;
  }

  .icon-primary-icon-2:before {
    content: "";
    color: #fff;
    font-family: icomoon;
  }

  .icon-primary-icon-3:before {
    content: "";
    color: #fff;
    font-family: icomoon;
  }

  .icon-primary-icon-4:before {
    content: "";
    color: #fff;
    font-family: icomoon;
  }

  .icon-primary-icon-5:before {
    content: "";
    color: #fff;
    font-family: icomoon;
  }

  .icon-primary-icon-6:before {
    content: "";
    color: #fff;
    font-family: icomoon;
  }
}

.filter-sort-panel {
  margin-bottom: 2rem;
}

.filter-sort-mobile-header {
  margin-bottom: 1rem;
  display: none;
}

.filter-sort-content {
  background: #f8f9fa;
  border-radius: 8px;
  margin-bottom: 2rem;
  padding: 1.5rem;
}

.filter-sort-grid {
  grid-template-columns: 2fr 1fr;
  gap: 2rem;
  display: grid;
}

.filters-section, .sort-section {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1.5rem;
}

.filters-title, .sort-title {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
}

.filter-group {
  margin-bottom: 1rem;
}

.filter-label {
  color: #555;
  margin-bottom: .5rem;
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

.filter-select, .filter-input {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: .75rem;
  font-size: .9rem;
  transition: border-color .2s;
}

.filter-select:focus, .filter-input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

.diameter-range {
  align-items: center;
  gap: .5rem;
  display: flex;
}

.diameter-range .filter-input {
  flex: 1;
}

.range-separator {
  color: #666;
  font-weight: 500;
}

.clear-filters-btn {
  width: 100%;
  margin-top: 1rem;
}

.filter-icon {
  margin-right: .5rem;
}

.filter-badge {
  color: #dc3545;
  margin-left: .5rem;
  font-weight: bold;
}

.filter-sort-compact {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 6px;
  padding: 1rem;
}

.filters-row {
  flex-wrap: wrap;
  align-items: end;
  gap: 1rem;
  display: flex;
}

.filter-item {
  flex: 1;
  min-width: 150px;
}

.filter-label-compact {
  color: #555;
  margin-bottom: .5rem;
  font-size: .8rem;
  font-weight: 500;
  display: block;
}

.filter-select-compact, .filter-input-compact {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  padding: .5rem;
  font-size: .85rem;
  transition: border-color .2s;
}

.filter-select-compact:focus, .filter-input-compact:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, .25);
}

.diameter-range-compact {
  align-items: center;
  gap: .25rem;
  display: flex;
}

.diameter-range-compact .filter-input-compact {
  flex: 1;
  min-width: 60px;
}

.range-separator-compact {
  color: #666;
  font-size: .8rem;
  font-weight: 500;
}

.clear-filters-btn-compact {
  height: auto;
  min-height: 38px;
  padding: .5rem 1rem;
  font-size: .85rem;
}

@media (max-width: 768px) {
  .filter-sort-mobile-header {
    display: block;
  }

  .filter-sort-content {
    padding: 1rem;
    display: none;
  }

  .filter-sort-content.open {
    display: block;
  }

  .filters-row {
    flex-direction: column;
    gap: .75rem;
  }

  .filter-item {
    min-width: auto;
  }

  .diameter-range-compact {
    flex-direction: column;
    gap: .25rem;
  }

  .range-separator-compact {
    display: none;
  }
}

@media (max-width: 480px) {
  .filter-sort-compact {
    padding: .75rem;
  }

  .filter-label-compact {
    font-size: .75rem;
  }

  .filter-select-compact, .filter-input-compact {
    padding: .4rem;
    font-size: .8rem;
  }
}

.results-counter {
  background: #e9ecef;
  border-left: 4px solid #007bff;
  border-radius: 4px;
  margin-bottom: 1rem;
  padding: .75rem;
}

.results-counter p {
  color: #666;
  margin: 0;
  font-size: .9rem;
  font-weight: 500;
}

.service-hero {
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-hero-bg {
  opacity: .5;
  background: url("/images/templates/main_bg.jpg") center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-overlay {
  background: linear-gradient(135deg, rgba(30, 58, 138, .9) 0%, rgba(59, 130, 246, .8) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.service-hero-content {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 3rem;
  padding: 4rem 0;
  display: grid;
  position: relative;
}

.service-hero-title {
  margin-bottom: 1.5rem;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.service-hero-subtitle {
  opacity: .95;
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.6;
}

.service-hero-cta {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.service-hero-visual {
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-master-image {
  border-radius: 20px;
  width: 400px;
  height: 400px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.master-working {
  color: #fff;
  background: linear-gradient(45deg, #f59e0b, #f97316);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.master-working svg {
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, .3));
  width: 120px;
  height: 120px;
}

.service-description {
  background: #f8fafc;
  padding: 5rem 0;
}

.service-section-title {
  text-align: center;
  color: #1e293b;
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.service-benefits {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.benefit-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.benefit-item h3 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.benefit-item p {
  color: #64748b;
  font-size: 1rem;
  line-height: 1.6;
}

.service-applications {
  background: #fff;
  padding: 5rem 0;
}

.applications-grid {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.application-item {
  text-align: center;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  transition: transform .3s, background-color .3s;
}

.application-item:hover {
  background: #f1f5f9;
  transform: translateY(-5px);
}

.application-icon {
  color: #3b82f6;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.application-icon svg {
  width: 48px;
  height: 48px;
  transition: transform .3s;
}

.application-item:hover .application-icon svg {
  transform: scale(1.1);
}

.application-item h3 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.application-item p {
  color: #64748b;
  font-size: .95rem;
  line-height: 1.5;
}

.service-form-section {
  color: #fff;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  padding: 5rem 0;
}

.service-form-container {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

.service-form-title {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.service-form-subtitle {
  opacity: .9;
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.service-form {
  flex-direction: column;
  gap: 1.5rem;
  display: flex;
}

.form-group {
  flex-direction: column;
  display: flex;
}

.form-input {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 2px solid rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 1rem;
  font-size: 1rem;
  transition: border-color .3s;
}

.form-input::placeholder {
  color: rgba(255, 255, 255, .7);
}

.form-input:focus {
  background: rgba(255, 255, 255, .15);
  border-color: rgba(255, 255, 255, .5);
  outline: none;
}

.form-submit-btn {
  color: #fff;
  background: #f59e0b;
  border: none;
  font-weight: 600;
  transition: background-color .3s;
}

.form-submit-btn:hover {
  background: #d97706;
}

.service-news-section {
  background: #f8fafc;
  padding: 5rem 0;
}

.news-grid {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.news-item {
  background: #fff;
  border-radius: 12px;
  transition: transform .3s, box-shadow .3s;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.news-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, .1);
}

.news-image {
  background: #e2e8f0;
  height: 200px;
  position: relative;
}

.news-placeholder {
  color: #94a3b8;
  background: linear-gradient(45deg, #f1f5f9, #e2e8f0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 2rem;
  display: flex;
}

.news-content {
  padding: 1.5rem;
}

.news-content h3 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.news-content p {
  color: #64748b;
  margin-bottom: 1rem;
  font-size: .95rem;
  line-height: 1.5;
}

.news-link {
  color: #3b82f6;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.news-link:hover {
  color: #1d4ed8;
}

@media (max-width: 768px) {
  .service-hero-content {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .service-hero-title {
    font-size: 2.5rem;
  }

  .service-hero-subtitle {
    font-size: 1.1rem;
  }

  .service-master-image {
    width: 300px;
    height: 300px;
  }

  .service-section-title {
    font-size: 2rem;
  }

  .service-benefits, .applications-grid, .news-grid {
    grid-template-columns: 1fr;
  }

  .service-form-container {
    padding: 0 1rem;
  }
}

@media (max-width: 480px) {
  .service-hero-title {
    font-size: 2rem;
  }

  .service-hero-subtitle {
    font-size: 1rem;
  }

  .service-master-image {
    width: 250px;
    height: 250px;
  }

  .master-working svg {
    width: 80px;
    height: 80px;
  }

  .service-section-title {
    font-size: 1.75rem;
  }

  .benefit-item, .application-item {
    padding: 1.5rem;
  }

  .application-icon svg {
    width: 36px;
    height: 36px;
  }
}

.prices-hero {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  margin-top: 80px;
  padding: 6rem 0 4rem;
}

.prices-hero-title {
  margin-bottom: 1rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.prices-hero-subtitle {
  opacity: .9;
  font-size: 1.25rem;
}

.prices-content {
  background: #f8fafc;
  padding: 3rem 0;
}

.diameter-filter {
  text-align: center;
  margin-bottom: 3rem;
}

.filter-title {
  color: #1e293b;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.filter-buttons {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  display: flex;
}

.filter-btn {
  color: #64748b;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e2e8f0;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .3s;
}

.filter-btn:hover {
  color: #3b82f6;
  border-color: #3b82f6;
}

.filter-btn.active {
  color: #fff;
  background: #3b82f6;
  border-color: #3b82f6;
}

.prices-tabs {
  justify-content: center;
  gap: 1rem;
  margin-bottom: 3rem;
  display: flex;
}

.tab-btn {
  color: #3b82f6;
  cursor: pointer;
  text-transform: uppercase;
  background: #fff;
  border: 2px solid #3b82f6;
  border-radius: 8px;
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.tab-btn:hover {
  background: #f1f5f9;
}

.tab-btn.active {
  color: #fff;
  background: #3b82f6;
}

.tab-content {
  margin-bottom: 3rem;
}

.prices-table-container {
  background: #fff;
  border-radius: 12px;
  margin-bottom: 3rem;
  overflow: hidden;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.prices-section-title {
  color: #fff;
  background: #1e293b;
  margin: 0;
  padding: 1.5rem 2rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.prices-table {
  border: 1px solid #e2e8f0;
}

.table-header {
  color: #374151;
  background: #f8fafc;
  border-bottom: 2px solid #e2e8f0;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  font-weight: 600;
  display: grid;
}

.table-header > div {
  border-right: 1px solid #e2e8f0;
  padding: 1rem 1.5rem;
}

.table-header > div:last-child {
  border-right: none;
}

.table-row {
  border-bottom: 1px solid #e2e8f0;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  transition: background-color .3s;
  display: grid;
}

.table-row:hover {
  background: #f8fafc;
}

.table-row > div {
  border-right: 1px solid #e2e8f0;
  align-items: center;
  padding: 1rem 1.5rem;
  display: flex;
}

.table-row > div:last-child {
  border-right: none;
}

.row-note {
  color: #64748b;
  margin-top: .5rem;
  font-size: .9rem;
  font-style: italic;
}

.row-weight {
  text-align: center;
  font-weight: 500;
}

.row-specs {
  color: #64748b;
  margin-top: .5rem;
  font-size: .9rem;
}

.row-product {
  color: #1e293b;
  font-weight: 500;
}

.row-price {
  color: #059669;
  justify-content: center;
  font-weight: 600;
}

.row-action {
  justify-content: center;
}

.order-btn {
  color: #fff;
  cursor: pointer;
  background: #f59e0b;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  font-weight: 600;
  transition: background-color .3s;
}

.order-btn:hover {
  background: #d97706;
}

.prices-info {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  display: grid;
}

.info-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, .05);
}

.info-card h3 {
  color: #1e293b;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.info-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.info-card li {
  color: #64748b;
  border-bottom: 1px solid #f1f5f9;
  padding: .5rem 0 .5rem 1.5rem;
  position: relative;
}

.info-card li:before {
  content: "✓";
  color: #059669;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.info-card li:last-child {
  border-bottom: none;
}

@media (max-width: 768px) {
  .prices-hero-title {
    font-size: 2rem;
  }

  .prices-hero-subtitle {
    font-size: 1.1rem;
  }

  .prices-tabs {
    flex-direction: column;
    align-items: center;
  }

  .tab-btn {
    width: 100%;
    max-width: 300px;
  }

  .filter-buttons {
    gap: .5rem;
  }

  .filter-btn {
    padding: .5rem 1rem;
    font-size: .9rem;
  }

  .table-header, .table-row {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  .table-header > div, .table-row > div {
    border-bottom: 1px solid #e2e8f0;
    border-right: none;
    justify-content: flex-start;
    padding: .75rem 1rem;
  }

  .table-header > div:last-child, .table-row > div:last-child {
    border-bottom: none;
  }

  .row-price, .row-action {
    justify-content: flex-start;
  }

  .prices-info {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .prices-hero-title {
    font-size: 1.75rem;
  }

  .prices-hero-subtitle {
    font-size: 1rem;
  }

  .filter-title {
    font-size: 1.25rem;
  }

  .prices-section-title {
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
  }

  .info-card {
    padding: 1.5rem;
  }
}

.cookie-consent {
  color: #fff;
  z-index: 9999;
  background: #1e293b;
  padding: 1rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, .15);
}

.cookie-content {
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.cookie-text h4 {
  margin: 0 0 .5rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.cookie-text p {
  color: #cbd5e1;
  margin: 0;
  font-size: .875rem;
  line-height: 1.5;
}

.cookie-actions {
  flex-shrink: 0;
  gap: 1rem;
  display: flex;
}

.btn-accept {
  color: #fff;
  cursor: pointer;
  background: #10b981;
  border: none;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .3s;
}

.btn-accept:hover {
  background: #059669;
}

.btn-decline {
  color: #cbd5e1;
  cursor: pointer;
  background: none;
  border: 1px solid #475569;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: all .3s;
}

.btn-decline:hover {
  color: #fff;
  background: #475569;
}

@media (max-width: 768px) {
  .cookie-content {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .cookie-actions {
    justify-content: center;
    width: 100%;
  }

  .cookie-text h4 {
    font-size: 1rem;
  }

  .cookie-text p {
    font-size: .8rem;
  }
}

.header-buttons {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.user-name {
  display: none;
}

.btn-admin {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
}

.btn-admin:hover {
  background: #2563eb;
}

.btn-logout {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s;
}

.btn-logout:hover {
  background: #2563eb;
}

.btn-login {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  transition: all .3s;
}

.btn-login:hover {
  color: #1e3a8a;
  background: #fff;
}

.auth-modal {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  max-width: 400px;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.auth-modal .modal-header {
  background: #f8fafc;
  border-bottom: 1px solid #e5e7eb;
  border-radius: 12px 12px 0 0;
}

.auth-modal .modal-header h3 {
  color: #1f2937;
  font-weight: 600;
}

.auth-modal .modal-body {
  background: #fff;
  border-radius: 0 0 12px 12px;
}

.auth-form {
  flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem;
  display: flex;
}

.auth-form .form-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.auth-form label {
  color: #374151;
  font-weight: 500;
}

.auth-form input {
  background: #fff;
  border: 3px solid #6b7280;
  border-radius: 8px;
  outline: none;
  padding: .875rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  color: #000 !important;
}

.auth-form input::placeholder {
  color: #374151;
  font-weight: 500;
}

.auth-form input:-webkit-autofill {
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000 !important;
}

.auth-form input:-webkit-autofill:hover {
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000 !important;
}

.auth-form input:-webkit-autofill:focus {
  transition: background-color 5000s ease-in-out;
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  -webkit-text-fill-color: #000 !important;
}

.auth-form input:focus {
  border-width: 3px;
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .2), 0 4px 12px rgba(0, 0, 0, .2);
}

.auth-form .btn-submit {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 4px 6px -1px rgba(59, 130, 246, .2);
}

.auth-form .btn-submit:hover {
  background: #2563eb;
}

.auth-error {
  color: #dc2626;
  background: #fef2f2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: .875rem;
  font-weight: 500;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.auth-hint {
  background: #f0f9ff;
  border: 1px solid #7dd3fc;
  border-radius: 8px;
  margin-top: 1.5rem;
  padding: 1.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.auth-hint p {
  color: #0369a1;
  margin: .25rem 0;
  font-size: .875rem;
}

@media (max-width: 768px) {
  .header-buttons {
    flex-direction: column;
    gap: .5rem;
  }

  .btn-login {
    padding: .4rem .8rem;
    font-size: .8rem;
  }

  .auth-modal {
    max-width: 90%;
    margin: 1rem;
  }
}

.admin-layout-wrapper {
  background: #f8fafc;
  min-height: 100vh;
}

.admin-layout {
  min-height: 100vh;
  display: flex;
}

.admin-sidebar {
  color: #fff;
  background: #1e293b;
  flex-direction: column;
  width: 280px;
  display: flex;
}

.sidebar-header {
  border-bottom: 1px solid #334155;
  padding: 2rem 1.5rem;
}

.sidebar-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.sidebar-nav {
  flex: 1;
  padding: 1rem 0;
}

.nav-item {
  color: #cbd5e1;
  text-align: left;
  cursor: pointer;
  background: none;
  border: none;
  width: 100%;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  transition: all .3s;
}

.nav-item:hover {
  color: #fff;
  background: #334155;
}

.nav-item.active {
  color: #fff;
  background: #3b82f6;
}

.sidebar-footer {
  border-top: 1px solid #334155;
  padding: 1.5rem;
}

.back-link {
  color: #cbd5e1;
  text-decoration: none;
  transition: color .3s;
}

.back-link:hover {
  color: #fff;
}

.admin-main {
  background: #f8fafc;
  flex: 1;
}

.admin-header {
  background: #fff;
  border-bottom: 1px solid #e2e8f0;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.admin-header h1 {
  color: #1e293b;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.admin-user {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.logout-btn {
  color: #fff;
  cursor: pointer;
  background: #ef4444;
  border: none;
  border-radius: 6px;
  padding: .5rem 1rem;
  transition: background-color .3s;
}

.logout-btn:hover {
  background: #dc2626;
}

.btn-home {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 6px;
  align-items: center;
  gap: .5rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-flex;
}

.btn-home:hover {
  color: #fff;
  background: #2563eb;
  text-decoration: none;
}

.admin-content {
  padding: 2rem;
}

.stats-grid {
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
  margin-bottom: 2rem;
  display: grid;
}

.stat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.stat-card h3 {
  color: #64748b;
  margin: 0 0 .5rem;
  font-size: .875rem;
  font-weight: 500;
}

.stat-number {
  color: #1e293b;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
}

.orders-table, .products-table, .users-table {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  border-bottom: 1px solid #e2e8f0;
  padding: 1rem;
}

th {
  color: #374151;
  background: #f8fafc;
  font-size: .875rem;
  font-weight: 600;
}

td {
  color: #1e293b;
}

.status-badge {
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.btn-primary {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .3s;
}

.btn-primary:hover {
  background: #2563eb;
}

.btn-small {
  color: #fff;
  cursor: pointer;
  background: #6b7280;
  border: none;
  border-radius: 4px;
  padding: .25rem .75rem;
  font-size: .75rem;
  transition: background-color .3s;
}

.btn-small:hover {
  background: #4b5563;
}

.btn-danger {
  background: #ef4444;
}

.btn-danger:hover {
  background: #dc2626;
}

.action-buttons {
  gap: .5rem;
  display: flex;
}

.page-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  display: flex;
}

.page-header h2 {
  color: #1e293b;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .admin-layout {
    flex-direction: column;
  }

  .admin-sidebar {
    width: 100%;
    height: auto;
  }

  .sidebar-nav {
    padding: 0;
    display: flex;
    overflow-x: auto;
  }

  .nav-item {
    white-space: nowrap;
    padding: 1rem;
  }
}

.admin-layout-wrapper .chat-button, .admin-layout-wrapper .chat-window {
  display: none !important;
}

.leads-page {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.header-actions {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.filter-select {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: .5rem;
  font-size: .875rem;
}

.type-badge {
  border-radius: 9999px;
  padding: .25rem .75rem;
  font-size: .75rem;
  font-weight: 500;
}

.type-consultation {
  color: #1e40af;
  background: #dbeafe;
}

.type-order {
  color: #166534;
  background: #dcfce7;
}

.type-contact {
  color: #92400e;
  background: #fef3c7;
}

.type-callback {
  color: #7c3aed;
  background: #f3e8ff;
}

.contact-info {
  font-size: .875rem;
  line-height: 1.4;
}

.status-select {
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: .25rem .5rem;
  font-size: .75rem;
}

.status-new {
  color: #dc2626;
}

.status-contacted {
  color: #2563eb;
}

.status-qualified {
  color: #059669;
}

.status-converted {
  color: #7c3aed;
}

.status-lost {
  color: #6b7280;
}

.traffic-page {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.traffic-stats {
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 2rem;
  display: grid;
}

.stats-section {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 1.5rem;
}

.stats-section h3 {
  color: #1e293b;
  margin: 0 0 1rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.traffic-sources, .recent-sessions {
  flex-direction: column;
  gap: .75rem;
  display: flex;
}

.source-item, .session-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.source-name, .session-source {
  color: #1e293b;
  font-weight: 500;
}

.source-info {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.traffic-source {
  color: #64748b;
  align-items: center;
  gap: .5rem;
  font-size: .75rem;
  display: flex;
}

.campaign-tag {
  color: #1e40af;
  background: #dbeafe;
  border-radius: 4px;
  padding: .125rem .375rem;
  font-size: .625rem;
  font-weight: 500;
}

.source-count, .session-date {
  color: #64748b;
  font-size: .875rem;
}

.session-info {
  flex-direction: column;
  gap: .25rem;
  display: flex;
}

.session-campaign {
  color: #059669;
  background: #dcfce7;
  border-radius: 4px;
  margin-top: .5rem;
  padding: .25rem .5rem;
  font-size: .75rem;
}

.no-data {
  text-align: center;
  color: #64748b;
  padding: 2rem;
  font-style: italic;
}

@media (max-width: 1024px) {
  .traffic-stats {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .traffic-stats, .stats-section {
    padding: 1rem;
  }

  .source-item, .session-item {
    flex-direction: column;
    align-items: flex-start;
    gap: .5rem;
  }

  .admin-content {
    padding: 1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
  }

  .admin-header, .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  table {
    font-size: .875rem;
  }

  th, td {
    padding: .75rem .5rem;
  }
}

.modal-overlay {
  z-index: 1000;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  background: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.modal-header {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1.5rem 1.5rem 0;
  display: flex;
}

.modal-header h2 {
  color: #111827;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.modal-form {
  padding: 0 1.5rem 1.5rem;
}

.modal-form .form-group {
  margin-bottom: 1.5rem;
}

.form-row {
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  display: grid;
}

.modal-form .form-group label {
  color: #374151;
  margin-bottom: .5rem;
  font-size: .875rem;
  font-weight: 500;
  display: block;
}

.modal-form .form-group input, .modal-form .form-group select, .modal-form .form-group textarea {
  color: #000;
  background: #fff;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  width: 100%;
  padding: .75rem;
  font-size: .875rem;
  transition: all .3s;
}

.modal-form .form-group input:focus, .modal-form .form-group select:focus, .modal-form .form-group textarea:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
}

.modal-form .form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.modal-actions {
  border-top: 1px solid #e5e7eb;
  justify-content: flex-end;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  display: flex;
}

.modal-actions .btn-primary {
  color: #fff;
  cursor: pointer;
  background: #3b82f6;
  border: none;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
}

.modal-actions .btn-primary:hover {
  background: #2563eb;
}

.modal-actions .btn-secondary {
  color: #374151;
  cursor: pointer;
  background: #f3f4f6;
  border: 2px solid #d1d5db;
  border-radius: 8px;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  transition: all .3s;
}

.modal-actions .btn-secondary:hover {
  background: #e5e7eb;
  border-color: #9ca3af;
}

.image-upload {
  width: 100%;
}

.upload-area {
  text-align: center;
  cursor: pointer;
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  padding: 2rem;
  transition: all .3s;
}

.upload-area:hover {
  background: #f0f9ff;
  border-color: #3b82f6;
}

.upload-area.drag-active {
  background: #dbeafe;
  border-color: #3b82f6;
}

.upload-icon {
  color: #6b7280;
  margin-bottom: 1rem;
}

.upload-area:hover .upload-icon {
  color: #3b82f6;
}

.upload-text {
  color: #374151;
  margin-bottom: .5rem;
  font-weight: 500;
}

.upload-hint {
  color: #6b7280;
  font-size: .875rem;
}

.image-preview {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.image-preview img {
  object-fit: cover;
  width: 100%;
  height: 200px;
  display: block;
}

.image-actions {
  gap: .5rem;
  display: flex;
  position: absolute;
  top: .5rem;
  right: .5rem;
}

.btn-change, .btn-remove {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: .5rem .75rem;
  font-size: .75rem;
  font-weight: 500;
  transition: all .3s;
}

.btn-change {
  color: #fff;
  background: #3b82f6;
}

.btn-change:hover {
  background: #2563eb;
}

.btn-remove {
  color: #fff;
  background: #ef4444;
}

.btn-remove:hover {
  background: #dc2626;
}

.product-image {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product-image-placeholder {
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.product-image-placeholder span {
  color: #6b7280;
  text-align: center;
  font-size: .75rem;
}

.product-image-container {
  border: 2px solid #e5e7eb;
  border-radius: 8px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.product-image-container .product-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mobile-menu-toggle {
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  padding: .5rem;
  display: none;
}

.mobile-sidebar-toggle {
  display: none;
}

.hamburger {
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 18px;
  display: flex;
}

.hamburger span {
  background-color: #374151;
  border-radius: 1px;
  width: 100%;
  height: 2px;
  transition: all .3s;
  display: block;
}

.hamburger.active span:first-child {
  transform: rotate(45deg)translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg)translate(7px, -6px);
}

.nav-menu {
  transition: all .3s;
  display: none;
}

.nav-menu.mobile-open {
  z-index: 1000;
  background: rgba(0, 0, 0, .95);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 6rem 2rem 2rem;
  animation: .3s ease-out slideIn;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  display: flex !important;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 769px) {
  .nav-menu {
    z-index: auto;
    background: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    padding: 0;
    animation: none;
    display: block;
    position: static;
    overflow: visible;
  }

  .mobile-header-right {
    display: none;
  }

  .mobile-hidden, .header-info, .mobile-hidden {
    display: block;
  }

  .header-social {
    display: flex;
  }

  .mobile-menu-btn, .mobile-menu-close, .mobile-contacts, .mobile-buttons, .mobile-menu-container, .mobile-social, .mobile-header-right {
    display: none;
  }
}

@media (max-width: 1200px) {
  .container {
    max-width: 960px;
    padding: 0 1rem;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .header_flex {
    flex-direction: column;
    gap: 1rem;
  }

  .nav__menu-ul {
    flex-direction: column;
    gap: .5rem;
  }

  .nav__menu-ul li {
    width: 100%;
  }

  .nav__menu-ul a {
    border-radius: 8px;
    padding: .75rem 1rem;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 540px;
    padding: 0 .75rem;
  }

  .mobile-menu-toggle {
    display: block;
  }

  .header-navigation {
    display: none;
  }

  .nav-menu.mobile-open {
    z-index: 1000;
    background: rgba(0, 0, 0, .95);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 6rem 2rem 2rem;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    display: flex !important;
  }

  .nav__menu-ul--first-row, .nav__menu-ul--second-row {
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem;
    margin-bottom: 1rem;
    display: flex;
  }

  .nav__menu-ul--first-row {
    margin-bottom: .75rem;
  }

  .nav__menu-ul--second-row {
    margin-bottom: 1.5rem;
  }

  .nav__menu-ul--first-row li, .nav__menu-ul--second-row li {
    flex: none;
  }

  .nav__menu-ul--first-row a, .nav__menu-ul--second-row a {
    white-space: nowrap;
    padding: .5rem .75rem;
    font-size: .9rem;
  }

  .nav-menu.mobile-open {
    transform: translateX(0);
    display: flex !important;
  }

  .nav__menu-ul {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .nav__menu-ul li {
    width: 100%;
  }

  .nav__menu-ul a {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: .75rem 1.5rem;
    font-size: 1rem;
    transition: all .3s;
  }

  .nav__menu-ul a:hover {
    background: rgba(255, 255, 255, .2);
  }

  .mobile-social {
    justify-content: center;
    gap: 1rem;
    width: 100%;
    margin-top: 1.5rem;
    display: flex;
  }

  .mobile-social .social-icon {
    width: 24px;
    height: 24px;
  }

  .mobile-contacts {
    border-top: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
    padding-top: 1rem;
  }

  .mobile-contacts .contact-item {
    color: #fff;
    align-items: center;
    gap: .5rem;
    margin-bottom: .75rem;
    display: flex;
  }

  .mobile-contacts .contact-item a {
    color: #fff;
    text-decoration: none;
  }

  .mobile-contacts .contact-item a:hover {
    text-decoration: underline;
  }

  .mobile-contacts .contact-icon {
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    display: flex;
  }

  .mobile-buttons {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
    display: flex;
  }

  .mobile-buttons .user-menu {
    flex-direction: column;
    align-items: center;
    gap: .5rem;
    display: flex;
  }

  .mobile-buttons .user-name {
    color: #fff;
    font-weight: bold;
  }

  .mobile-buttons .btn-admin, .mobile-buttons .btn-logout, .mobile-buttons .btn-login, .mobile-buttons .btn-consultation {
    text-align: center;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    width: 100%;
    max-width: 280px;
    padding: .75rem 1rem;
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    transition: all .3s;
  }

  .mobile-buttons .btn-admin, .mobile-buttons .btn-login {
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .3);
  }

  .mobile-buttons .btn-admin:hover, .mobile-buttons .btn-login:hover {
    background: rgba(255, 255, 255, .2);
    border-color: rgba(255, 255, 255, .5);
  }

  .mobile-buttons .btn-logout {
    color: #ef4444;
    background: rgba(239, 68, 68, .2);
    border-color: rgba(239, 68, 68, .3);
  }

  .mobile-buttons .btn-logout:hover {
    background: rgba(239, 68, 68, .3);
    border-color: rgba(239, 68, 68, .5);
  }

  .mobile-buttons .btn-consultation {
    color: #fff;
    background: #2563eb;
    border-color: #2563eb;
  }

  .mobile-buttons .btn-consultation:hover {
    background: #1d4ed8;
    border-color: #1d4ed8;
  }

  .header_main {
    height: auto;
    min-height: auto;
    padding: 0;
  }

  body {
    padding-top: 35px;
  }

  .header_flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: .125rem;
    padding: .125rem 0;
  }

  .mobile-header-right {
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    width: auto;
    display: flex;
  }

  .header_flex {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  @media (max-width: 768px) {
    .header_flex {
      flex-wrap: nowrap;
    }

    .header-logo-section {
      flex: none;
    }

    .mobile-header-right {
      flex: none;
      margin-left: auto;
    }
  }

  .mobile-header-social {
    align-items: center;
    gap: .5rem;
    display: flex;
  }

  .mobile-header-social .social-link {
    background: rgba(255, 255, 255, .1);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    transition: all .3s;
    display: flex;
  }

  .mobile-header-social .social-link:hover {
    background: rgba(255, 255, 255, .2);
  }

  .mobile-header-social .social-icon {
    width: 14px;
    height: 14px;
  }

  .mobile-header-social .social-icon img {
    filter: brightness(0) invert();
  }

  @media (max-width: 480px) {
    .mobile-header-right {
      gap: .5rem;
    }

    .mobile-header-social .social-link {
      width: 24px;
      height: 24px;
    }

    .mobile-header-social .social-icon {
      width: 12px;
      height: 12px;
    }

    .nav-menu.mobile-open {
      padding: 5rem 1rem 1rem;
    }
  }

  .header-right {
    flex-direction: row;
    align-items: center;
    gap: .125rem;
  }

  .header-social {
    align-items: center;
    gap: .0625rem;
    display: flex;
  }

  .header-social .social-icon {
    width: 12px;
    height: 12px;
  }

  .header-logo {
    font-size: .625rem;
  }

  .icon_logo:before {
    font-size: 16px;
  }

  .header-logo-section, .header-right {
    flex-shrink: 0;
  }

  .mobile-hidden {
    display: none;
  }

  .mobile-menu-container {
    align-items: center;
    display: flex;
  }

  .mobile-menu-toggle {
    color: #fff;
    cursor: pointer;
    background: none;
    border: none;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: .0625rem;
    transition: all .3s;
    display: flex;
  }

  .mobile-menu-toggle:hover {
    background: rgba(255, 255, 255, .1);
  }

  .hamburger {
    width: 16px;
    height: 12px;
    position: relative;
  }

  .hamburger span {
    background-color: #fff;
    width: 100%;
    height: 1.5px;
    transition: all .3s;
    position: absolute;
    left: 0;
  }

  .hamburger span:first-child {
    top: 0;
  }

  .hamburger span:nth-child(2) {
    top: 5px;
  }

  .hamburger span:nth-child(3) {
    top: 10px;
  }

  .btn-login, .btn-admin, .btn-logout {
    white-space: nowrap;
    min-width: auto;
    padding: .25rem .5rem;
    font-size: .625rem;
  }

  .user-menu {
    flex-direction: row;
    justify-content: center;
    gap: .5rem;
  }

  .logo-icon {
    width: 100px;
    height: auto;
  }

  .nav__menu-ul a {
    padding: .375rem .5rem;
    font-size: .75rem;
  }

  .modal-content {
    width: 95%;
    max-width: none;
    margin: 1rem;
  }

  .modal-form {
    padding: 0 1rem 1rem;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: .75rem;
  }

  .modal-actions {
    flex-direction: column;
    gap: .75rem;
  }

  .modal-actions .btn-primary, .modal-actions .btn-secondary {
    width: 100%;
  }

  .upload-area {
    padding: 1.5rem;
  }

  .upload-icon svg {
    width: 32px;
    height: 32px;
  }

  .image-preview img {
    height: 150px;
  }

  .image-actions {
    flex-direction: column;
    gap: .25rem;
  }

  .btn-change, .btn-remove {
    padding: .25rem .5rem;
    font-size: .625rem;
  }

  .mobile-sidebar-toggle {
    z-index: 1001;
    color: #fff;
    cursor: pointer;
    background: #3b82f6;
    border: none;
    border-radius: 8px;
    padding: .5rem;
    display: block;
    position: fixed;
    top: 1rem;
    left: 1rem;
  }

  .admin-layout {
    flex-direction: column;
  }

  .admin-sidebar {
    z-index: 1000;
    width: 100%;
    height: 100vh;
    transition: transform .3s;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .admin-sidebar.open {
    transform: translateX(0);
  }

  .sidebar-nav {
    flex-flow: wrap;
    gap: .5rem;
    padding: 1rem;
  }

  .nav-item {
    text-align: center;
    flex: 1;
    min-width: 120px;
  }

  .admin-main {
    margin-left: 0;
    padding: 1rem;
  }

  .admin-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .stats-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .page-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .header-actions {
    flex-direction: column;
    gap: .75rem;
    width: 100%;
  }

  .filter-select {
    width: 100%;
  }

  .orders-table, .products-table, .leads-table {
    overflow-x: auto;
  }

  table {
    min-width: 600px;
    font-size: .75rem;
  }

  th, td {
    white-space: nowrap;
    padding: .5rem .25rem;
  }

  .action-buttons {
    flex-direction: column;
    gap: .25rem;
  }

  .btn-small {
    padding: .25rem .5rem;
    font-size: .625rem;
  }

  .product-image, .product-image-placeholder {
    width: 40px;
    height: 40px;
  }

  .filter-sort-compact, .filters-row {
    flex-direction: column;
    gap: .75rem;
  }

  .filter-item {
    width: 100%;
  }

  .diameter-range-compact {
    flex-direction: column;
    gap: .5rem;
  }

  .range-separator-compact {
    display: none;
  }

  .service-hero-content {
    flex-direction: column;
    gap: 2rem;
  }

  .service-hero-title {
    font-size: 2rem;
  }

  .service-hero-subtitle {
    font-size: 1rem;
  }

  .service-benefits, .applications-grid, .news-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .prices-hero-title {
    font-size: 2rem;
  }

  .prices-hero-subtitle {
    font-size: 1rem;
  }

  .filter-buttons {
    flex-wrap: wrap;
    gap: .5rem;
  }

  .filter-btn {
    padding: .5rem 1rem;
    font-size: .875rem;
  }

  .prices-table-container {
    overflow-x: auto;
  }

  .prices-table {
    min-width: 600px;
  }

  .prices-info, .product-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .product-actions {
    flex-direction: column;
    gap: .75rem;
  }

  .btn {
    text-align: center;
    width: 100%;
  }

  .cookie-content {
    flex-direction: column;
    gap: 1rem;
    padding: 1rem;
  }

  .cookie-actions {
    flex-direction: column;
    gap: .75rem;
  }

  .btn-accept, .btn-decline {
    width: 100%;
  }

  .auth-modal {
    width: 95%;
    margin: 1rem;
  }

  .auth-form {
    padding: 1rem;
  }

  .auth-form input {
    padding: .75rem;
    font-size: .875rem;
  }

  .footer-content {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-brand {
    flex-direction: column;
    gap: 1rem;
  }

  .footer-contacts, .footer-links, .footer-services {
    text-align: center;
  }

  .footer-social {
    justify-content: center;
  }

  .footer-policies {
    flex-direction: column;
    gap: .5rem;
  }

  .footer-content {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1.5rem 0;
  }

  .footer-brand, .footer-contacts, .footer-links {
    text-align: center;
  }

  .footer-menu {
    justify-content: center;
  }

  .footer-bottom-content {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
  }

  .footer-title {
    margin-bottom: .75rem;
    font-size: 1.1rem;
  }

  .contact-item {
    margin-bottom: .75rem;
    font-size: .9rem;
  }

  .footer-menu li {
    margin-bottom: .5rem;
  }

  .footer-menu a {
    font-size: .9rem;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
  }

  .product-card {
    padding: .75rem;
  }

  .product-card h3 {
    font-size: 1rem;
    line-height: 1.3;
  }

  .product-card p {
    font-size: .875rem;
    line-height: 1.4;
  }

  .product-card .text-xl {
    font-size: 1.125rem;
  }

  .product-card button {
    padding: .5rem .75rem;
    font-size: .875rem;
  }

  .category-grid {
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
  }

  .category-card {
    padding: 1rem;
  }

  .category-card h3 {
    font-size: 1.1rem;
  }

  .category-card p {
    font-size: .875rem;
  }

  .catalog-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    display: grid;
  }

  @media (max-width: 1200px) {
    .catalog-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  }

  @media (max-width: 768px) {
    .catalog-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 1rem;
    }

    .category-content {
      padding: 15px;
    }

    .category-title {
      min-height: 44px;
    }

    .category-button-area {
      padding: 12px 15px;
    }

    .btn-category {
      padding: 7px 14px;
      font-size: 13px;
    }
  }

  @media (max-width: 480px) {
    .catalog-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: .75rem;
    }
  }

  .mobile-filter-overlay {
    z-index: 1000;
    background: rgba(0, 0, 0, .5);
    align-items: flex-end;
    display: flex;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }

  .mobile-filter-panel {
    background: #fff;
    border-radius: 12px 12px 0 0;
    width: 100%;
    max-height: 80vh;
    padding: 1rem;
    overflow-y: auto;
  }

  .mobile-filter-header {
    border-bottom: 1px solid #e5e7eb;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    display: flex;
  }

  .mobile-filter-header h3 {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 600;
  }

  .mobile-filter-close {
    cursor: pointer;
    color: #6b7280;
    background: none;
    border: none;
    padding: .25rem;
    font-size: 1.5rem;
  }

  .mobile-filter-content {
    margin-bottom: 1rem;
  }

  .mobile-filter-content .filter-group {
    margin-bottom: 1.5rem;
  }

  .mobile-filter-content .filter-group label {
    color: #374151;
    margin-bottom: .5rem;
    font-weight: 500;
    display: block;
  }

  .mobile-filter-content .filter-group select, .mobile-filter-content .filter-group input {
    border: 2px solid #d1d5db;
    border-radius: 8px;
    width: 100%;
    padding: .75rem;
    font-size: 1rem;
  }

  .diameter-inputs {
    align-items: center;
    gap: .5rem;
    display: flex;
  }

  .diameter-inputs input {
    flex: 1;
  }

  .diameter-inputs span {
    color: #6b7280;
    font-weight: 500;
  }

  .mobile-filter-actions {
    gap: 1rem;
    display: flex;
  }

  .mobile-filter-actions button {
    cursor: pointer;
    border-radius: 8px;
    flex: 1;
    padding: .75rem;
    font-weight: 500;
    transition: all .3s;
  }

  .mobile-filter-actions .btn-primary {
    color: #fff;
    background: #3b82f6;
    border: none;
  }

  .mobile-filter-actions .btn-secondary {
    color: #374151;
    background: #f3f4f6;
    border: 2px solid #d1d5db;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 .5rem;
  }

  .header_main {
    padding: .125rem 0;
  }

  .header_flex, .header-buttons {
    gap: .25rem;
  }

  .btn-login, .btn-admin, .btn-logout {
    padding: .375rem .75rem;
    font-size: .75rem;
  }

  .logo-icon {
    width: 80px;
  }

  .nav__menu-ul a {
    padding: .375rem .5rem;
    font-size: .75rem;
  }

  .nav__menu-ul--first-row, .nav__menu-ul--second-row {
    gap: .25rem;
    margin-bottom: .5rem;
  }

  .nav__menu-ul--first-row a, .nav__menu-ul--second-row a {
    min-width: auto;
    padding: .4rem .6rem;
    font-size: .8rem;
  }

  .mobile-buttons .btn-consultation {
    width: 100%;
    max-width: 280px;
    padding: .75rem 1rem;
    font-size: .9rem;
  }

  .mobile-buttons .btn-login, .mobile-buttons .btn-admin, .mobile-buttons .btn-logout {
    width: 100%;
    max-width: 200px;
    padding: .6rem 1rem;
    font-size: .85rem;
  }

  .mobile-contacts .contact-item {
    margin-bottom: .5rem;
    font-size: .85rem;
  }

  .mobile-contacts .contact-icon {
    width: 14px;
    height: 14px;
  }

  .mobile-social {
    gap: .75rem;
    margin-top: 1rem;
  }

  .mobile-social .social-icon {
    width: 20px;
    height: 20px;
  }

  .modal-content {
    margin: .5rem;
  }

  .modal-header {
    padding: .75rem .75rem 0;
  }

  .modal-header h2 {
    font-size: 1.25rem;
  }

  .modal-form {
    padding: 0 .75rem .75rem;
  }

  .upload-area {
    padding: .75rem;
  }

  .upload-text {
    font-size: .875rem;
  }

  .upload-hint {
    font-size: .75rem;
  }

  .admin-content {
    padding: .5rem;
  }

  .admin-header h1 {
    font-size: 1.5rem;
  }

  .stat-card {
    padding: .75rem;
  }

  .stat-card h3 {
    font-size: .875rem;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  table {
    min-width: 500px;
    font-size: .625rem;
  }

  th, td {
    padding: .25rem .125rem;
  }

  .service-hero-title {
    font-size: 1.75rem;
  }

  .service-hero-subtitle {
    font-size: .875rem;
  }

  .service-section-title {
    font-size: 1.25rem;
  }

  .prices-hero-title {
    font-size: 1.75rem;
  }

  .prices-hero-subtitle {
    font-size: .875rem;
  }

  .prices-section-title, .section-title {
    font-size: 1.25rem;
  }

  .section-subtitle {
    font-size: .75rem;
  }

  .product-title, .cookie-text h4 {
    font-size: .875rem;
  }

  .cookie-text p {
    font-size: .75rem;
  }

  .auth-modal .modal-header h3 {
    font-size: 1.125rem;
  }

  .auth-form input {
    padding: .5rem;
    font-size: .625rem;
  }

  .header-buttons {
    flex-direction: column;
    gap: .25rem;
  }

  .btn-login, .btn-admin, .btn-logout {
    text-align: center;
    width: 100%;
  }

  .user-menu {
    flex-direction: column;
    gap: .25rem;
  }
}

@media (max-width: 768px) and (orientation: portrait) {
  .service-hero-visual, .category-hero-visual {
    display: none;
  }

  .service-hero-content, .category-hero-content {
    text-align: center;
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .admin-sidebar {
    z-index: 1000;
    height: 100vh;
    transition: transform .3s;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }

  .admin-sidebar.open {
    transform: translateX(0);
  }

  .admin-main {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .header-desktop, .header-nav {
    display: none !important;
  }

  body {
    padding-top: 100px;
  }

  .hero-bg {
    margin-top: -100px;
    padding-top: 100px;
  }

  button, .btn, .nav__menu-ul a, .filter-btn, .action-buttons button {
    min-width: 44px;
    min-height: 44px;
  }

  input, select, textarea {
    min-height: 44px;
    font-size: 16px;
  }

  .modal-close {
    min-width: 44px;
    min-height: 44px;
  }
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .product-image img, .image-preview img {
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
  }
}

@media (prefers-color-scheme: dark) {
  .modal-content {
    color: #f9fafb;
    background: #1f2937;
  }

  .modal-form .form-group input, .modal-form .form-group select, .modal-form .form-group textarea {
    color: #f9fafb;
    background: #374151;
    border-color: #4b5563;
  }

  .upload-area {
    background: #374151;
    border-color: #4b5563;
  }

  .upload-area:hover {
    background: #4b5563;
  }
}

.modal-overlay {
  z-index: 2000;
  background: rgba(0, 0, 0, .5);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
}

.modal-content {
  background: #fff;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  max-height: 90vh;
  position: relative;
  overflow-y: auto;
}

.modal-header {
  border-bottom: 1px solid #e5e7eb;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  display: flex;
}

.modal-header h3 {
  color: #111827;
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
}

.modal-close {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 4px;
  padding: .25rem;
  font-size: 1.5rem;
  transition: all .2s;
}

.modal-close:hover {
  color: #374151;
  background: #f3f4f6;
}

.modal-body {
  padding: 1.5rem;
}

.consultation-form, .auth-form {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.form-group {
  flex-direction: column;
  gap: .5rem;
  display: flex;
}

.form-group label {
  color: #374151;
  font-size: .875rem;
  font-weight: 500;
}

.form-group input, .form-group textarea {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: .75rem;
  font-size: .875rem;
  transition: border-color .2s;
}

.form-group input:focus, .form-group textarea:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, .1);
}

.form-group textarea {
  resize: vertical;
  min-height: 100px;
}

.btn-submit {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 6px;
  padding: .75rem 1.5rem;
  font-weight: 500;
  transition: background-color .2s;
}

.btn-submit:hover {
  background: #0056b3;
}

.auth-error {
  color: #dc2626;
  text-align: center;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 6px;
  padding: .75rem;
  font-size: .875rem;
}

.auth-hint {
  color: #0369a1;
  text-align: center;
  background: #f0f9ff;
  border: 1px solid #bae6fd;
  border-radius: 6px;
  padding: 1rem;
  font-size: .875rem;
}

.auth-hint p {
  margin: .25rem 0;
}

.header {
  color: #fff;
  z-index: 1000;
  background: #000;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.header_main {
  background: none;
}

.header_scrolled {
  background: #000;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1rem;
}

.header-desktop {
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: .5rem 0;
  display: flex;
}

.header-logo {
  flex-shrink: 0;
}

.header-logo a {
  color: #fff;
  align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration: none;
  display: flex;
}

.icon_logo {
  margin-right: .5rem;
  font-size: 2rem;
}

.header-contacts {
  white-space: nowrap;
  flex-wrap: nowrap;
  flex: 1;
  justify-content: center;
  gap: 1rem;
  margin: 0 1rem;
  display: flex;
}

.contact-item {
  white-space: nowrap;
  align-items: center;
  gap: .375rem;
  font-size: .9rem;
  display: flex;
}

.contact-icon {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.contact-icon img {
  filter: brightness(0) invert();
}

.contact-item a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.contact-item a:hover {
  color: #007bff;
}

.header-right {
  white-space: nowrap;
  flex-wrap: nowrap;
  align-items: center;
  gap: .75rem;
  display: flex;
}

.header-social {
  gap: .375rem;
  display: flex;
}

.social-link {
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  transition: all .3s;
  display: flex;
}

.social-link:hover {
  background: rgba(255, 255, 255, .2);
}

.social-icon {
  width: 11px;
  height: 11px;
}

.social-icon img {
  filter: brightness(0) invert();
}

.header-buttons {
  white-space: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: .5rem;
  width: auto;
  display: flex;
}

.btn-login, .btn-consultation {
  color: #fff;
  cursor: pointer;
  text-align: center;
  background: none;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s;
}

.btn-login:hover, .btn-consultation:hover {
  color: #000;
  background: #fff;
}

.btn-admin {
  color: #fff;
  background: #007bff;
  border: 1px solid #007bff;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: .9rem;
  text-decoration: none;
  transition: all .3s;
}

.btn-admin:hover {
  background: #0056b3;
  border-color: #0056b3;
}

.btn-logout {
  color: #fff;
  cursor: pointer;
  background: #dc3545;
  border: 1px solid #dc3545;
  border-radius: 4px;
  padding: .5rem 1rem;
  font-size: .9rem;
  transition: all .3s;
}

.btn-logout:hover {
  background: #c82333;
  border-color: #c82333;
}

.user-menu {
  align-items: center;
  gap: 1rem;
  display: flex;
}

.user-name {
  color: #fff;
  font-weight: 500;
}

.header-mobile {
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  display: none;
}

.mobile-social {
  gap: .5rem;
  display: flex;
}

.mobile-social .social-link {
  width: 28px;
  height: 28px;
}

.mobile-social .social-icon {
  width: 16px;
  height: 16px;
}

.mobile-menu-btn {
  cursor: pointer;
  background: none;
  border: none;
  flex-direction: column;
  gap: 4px;
  padding: .5rem;
  display: flex;
}

.mobile-menu-btn span {
  background: #fff;
  width: 20px;
  height: 2px;
  transition: all .3s;
}

.header_scrolled .mobile-menu-btn span {
  background: #333;
}

.mobile-menu-btn.active span:first-child {
  transform: rotate(45deg)translate(5px, 5px);
}

.mobile-menu-btn.active span:nth-child(2) {
  opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
  transform: rotate(-45deg)translate(7px, -6px);
}

.header_scrolled .mobile-menu-btn.active span:first-child, .header_scrolled .mobile-menu-btn.active span:nth-child(3) {
  background: #333;
}

.nav-desktop {
  align-items: stretch;
  gap: 0;
  width: 100%;
  display: flex;
}

.nav-desktop .nav-item {
  flex: 1 1 0;
  display: flex;
}

.nav-desktop .nav-item a {
  text-align: center;
  width: 100%;
  padding: 0;
  font-size: .8rem;
  line-height: 1;
}

.header-nav {
  border-top: 1px solid rgba(255, 255, 255, .1);
  justify-content: center;
  padding: 0;
  display: flex;
}

.nav-mobile {
  display: none;
}

.nav-column {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.nav-item a {
  color: #fff;
  white-space: nowrap;
  border-radius: 1px;
  padding: .0025rem .05rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.nav-item a:hover {
  color: #007bff;
  background: rgba(255, 255, 255, .1);
}

.nav-item.first a {
  color: #007bff;
  font-weight: bold;
}

.nav-item.last a {
  color: #007bff;
}

@media (max-width: 768px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: flex;
  }

  .header-nav {
    z-index: 1000;
    background: rgba(0, 0, 0, .95);
    border-top: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 100vh;
    padding: 6rem 2rem 2rem;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
  }

  .header-nav.mobile-open {
    animation: .3s ease-out slideIn;
    display: flex;
  }

  @keyframes slideIn {
    from {
      opacity: 0;
      transform: translateY(-20px);
    }

    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .nav-desktop {
    display: none;
  }

  .nav-mobile {
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    max-width: 300px;
    display: flex;
  }

  .nav-column {
    gap: 1.5rem;
  }

  .nav-item a {
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    padding: 1rem;
    transition: all .3s;
  }

  .nav-item a:hover {
    background: rgba(255, 255, 255, .1);
    border-color: #007bff;
  }

  .mobile-buttons {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
    display: flex;
  }

  .mobile-buttons .btn-login, .mobile-buttons .btn-consultation, .mobile-buttons .btn-admin, .mobile-buttons .btn-logout {
    text-align: center;
    width: 100%;
    padding: 1rem;
    font-size: 1rem;
  }

  .mobile-contacts {
    text-align: center;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
    max-width: 300px;
    margin-top: 2rem;
    display: flex;
  }

  .mobile-contacts .contact-item {
    background: rgba(255, 255, 255, .05);
    border-radius: 8px;
    justify-content: center;
    padding: 1rem;
  }

  .mobile-contacts .contact-item a, .mobile-contacts .contact-item span {
    color: #fff;
  }
}

@media (max-width: 480px) {
  .mobile-social .social-link {
    width: 24px;
    height: 24px;
  }

  .mobile-social .social-icon {
    width: 14px;
    height: 14px;
  }

  .header-nav.mobile-open {
    padding: 5rem 1rem 1rem;
  }
}

.mobile-menu-close {
  color: #fff;
  cursor: pointer;
  z-index: 1001;
  background: rgba(0, 0, 0, .8);
  border: 2px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  height: 40px;
  padding: 8px 12px;
  font-size: 1.5rem;
  font-weight: bold;
  transition: all .3s;
  display: flex;
  position: fixed;
  top: 20px;
  right: 20px;
}

.mobile-menu-close:hover {
  background: rgba(0, 0, 0, .9);
  border-color: #007bff;
  transform: scale(1.05);
}

@media (min-width: 769px) {
  .mobile-menu-close {
    display: none;
  }
}

.product-image-container {
  flex-shrink: 0;
  padding: 1rem;
}

.product-image {
  background-color: #f3f4f6;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  width: 192px !important;
  min-width: 192px !important;
  max-width: 192px !important;
  height: 192px !important;
  min-height: 192px !important;
  max-height: 192px !important;
}

.product-image img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 100%;
  max-width: 300px;
  height: 100%;
  margin: 0 auto;
  padding: 20px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.product-header {
  margin-bottom: 15px;
}

.product-title {
  color: #333;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.product-image {
  text-align: center;
  margin-bottom: 15px;
}

.product-image-container {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.product-image-container .product-image {
  background-color: #f3f4f6;
  border-radius: .5rem;
  position: relative;
  overflow: hidden;
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
}

.product-image-container .product-image img {
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}

.product-image-placeholder {
  background: #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pipes-pile {
  background: linear-gradient(45deg, #666, #999);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.pipes-pile:before, .pipes-pile:after {
  content: "";
  background: #555;
  border-radius: 2px;
  position: absolute;
}

.pipes-pile:before {
  width: 60px;
  height: 4px;
  top: 20px;
  left: 10px;
  transform: rotate(45deg);
}

.pipes-pile:after {
  width: 60px;
  height: 4px;
  top: 40px;
  left: 10px;
  transform: rotate(-45deg);
}

.product-price {
  color: #fff;
  text-align: center;
  background: #2c3e50;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 10px 12px;
}

.price-label {
  font-size: 16px;
  font-weight: bold;
}

.product-description {
  color: #2c3e50;
  text-align: center;
  background: #ecf0f1;
  border-radius: 8px;
  flex: 1;
  margin-bottom: 15px;
  padding: 10px 12px;
}

.description-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.product-actions {
  gap: 10px;
  margin-top: auto;
  display: flex;
}

.btn-small {
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-small.btn-primary {
  color: #fff;
  background: #f39c12;
}

.btn-small.btn-primary:hover {
  background: #e67e22;
  transform: translateY(-2px);
}

.btn-small.btn-outline {
  color: #000;
  background: none;
  border: 2px solid #000;
  font-weight: 500;
}

.btn-small.btn-outline:hover {
  color: #fff;
  background: #000;
}

.product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  width: 100%;
  display: grid;
}

@media (min-width: 1280px) {
  .product-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .product-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
  }
}

@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}

/* [project]/src/app/custom.css [app-client] (css) */
@font-face {
  font-family: icomoon;
  src: url("/fonts/icomoon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
}

html, body {
  background: #fff;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
}

.page-content, .wrapper {
  padding-top: 120px;
}

.hero-bg {
  background-image: url("/images/templates/main_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
}

.page-content, .page-content ~ body, body .page-content {
  background: #fff !important;
}

.section-with-bg {
  color: #fff;
  background-image: url("/images/templates/section_text_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.contact-section {
  padding: 0;
}

.section-title {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.section-subtitle {
  text-align: center;
  color: #ccc;
  margin-bottom: 30px;
}

.text-content {
  padding: 20px;
}

.text-content .section-title {
  text-align: left;
  margin-bottom: 30px;
}

.text-content p {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
}

.hero-buttons .btn-outline {
  color: #fff !important;
  border-color: #fff !important;
}

.hero-buttons .btn-outline:hover {
  color: #333 !important;
  background-color: #fff !important;
}

.cart-content {
  padding: 40px 0;
}

.empty-cart {
  text-align: center;
  padding: 60px 20px;
}

.empty-cart p {
  color: #666;
  margin-bottom: 30px;
  font-size: 18px;
}

.page-content .text-content {
  padding: 20px 0;
}

.page-content .text-content h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
}

.page-content .text-content h3 {
  color: #333;
  margin: 30px 0 15px;
  font-size: 20px;
  font-weight: bold;
}

.page-content .text-content p {
  color: #666;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.6;
}

.page-content .text-content ul {
  margin: 15px 0;
  padding-left: 20px;
}

.page-content .text-content li {
  color: #666;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.header_main {
  z-index: 1000;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .9) !important;
}

.header {
  z-index: 1000;
  border-bottom: none;
  padding: 20px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .9) !important;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.header_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.text_center {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.header-logo, .header-logo:hover {
  text-decoration: none;
}

.icon_logo:before {
  content: "";
  color: #fff;
  font-family: icomoon;
  font-size: 35px;
}

.header:not(.header_main) .icon_logo:before {
  color: #fff;
}

.header:not(.header_main) .btn-consultation {
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .3s;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.header:not(.header_main) .btn-consultation:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
}

.header_posa {
  margin-left: auto;
}

.nav__menu-ul {
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav__menu-ul li {
  margin: 0 4px;
}

.nav__menu-ul li a {
  color: #fff;
  white-space: nowrap;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.nav__menu-ul li a:hover {
  color: gold;
  background: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.nav__menu-ul li a:active {
  background: rgba(255, 255, 255, .2);
  transform: translateY(0);
}

.header_main .nav__menu-ul li a {
  color: #fff;
}

.header_main .nav__menu-ul li a:hover {
  background: rgba(255, 255, 255, .1);
  transform: translateY(-1px);
}

.header_icons {
  align-items: center;
  margin-left: 15px;
  display: flex;
}

.header_icons i {
  color: #fff;
  cursor: pointer;
  margin-left: 12px;
  font-size: 18px;
  transition: opacity .3s;
}

.header_icons i:hover {
  opacity: .8;
}

.header_main .header_icons i {
  color: #fff;
}

.icon-head-icon-search:before {
  content: "";
  color: inherit;
  font-family: icomoon;
}

.icon-head-icon-basket:before {
  content: "";
  color: inherit;
  font-family: icomoon;
}

.hero-bg {
  align-items: center;
  min-height: 100vh;
  padding-top: 80px;
  display: flex;
}

.row {
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 -15px;
  display: flex;
}

.col-md-6, .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-sm-4, .col-lg-4, .col-xl-4 {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 15px;
}

.padd_0px {
  padding: 0 5px;
}

.main-title {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  padding: 0;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.3;
}

.main-menu_list {
  color: #fff;
  opacity: .9;
  background-color: #000;
  border-radius: 10px;
  height: 180px;
  margin-bottom: 10px;
  padding: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s;
  display: block;
  position: relative;
}

.main-menu_list span {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
}

.main-menu_list:hover {
  background-color: #f60;
  text-decoration: none;
}

.main-menu_list [class*=" icon-"], .main-menu_list [class^="icon-"] {
  text-align: center;
  padding: 40px 0;
  font-size: 50px;
  display: block;
}

.main-menu_list [class*=" icon-"]:before, .main-menu_list [class^="icon-"]:before {
  color: #fff;
}

.icon-primary-icon-1:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.icon-primary-icon-2:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.icon-primary-icon-3:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.icon-primary-icon-4:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.icon-primary-icon-5:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.icon-primary-icon-6:before {
  content: "";
  color: #fff;
  font-family: icomoon;
}

.page-content {
  background: #fff;
  min-height: 100vh;
  padding-top: 140px;
  background: #fff !important;
}

.page-content h1 {
  color: #333;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 32px;
  font-weight: bold;
}

.page-content p {
  color: #666;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.product-card {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 20px;
}

.product-card h3 {
  color: #333;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.product-card p {
  color: #666;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
}

.product-card .price {
  color: #f60;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

.catalog-title {
  color: #06c;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: Open Sans, sans-serif;
  font-size: 36px;
  font-weight: bold;
}

.catalog {
  margin: 40px 0;
}

.catalog div {
  padding: 0 10px;
}

.catalog_trubi div {
  padding: 1px 2px;
}

.catalog-menu_list {
  color: #4d4d4d;
  align-items: center;
  height: 100%;
  padding: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.catalog-menu_list.active, .catalog-menu_list.active i:before {
  color: #f60;
}

.catalog-menu_list:hover {
  color: #f60;
  text-decoration: none;
}

.catalog-menu_list:hover i:before {
  color: #f60;
}

.catalog-menu_list i {
  padding-right: 10px;
  font-size: 30px;
}

.catalog_trubi {
  margin-top: 30px;
}

.catalog-trubi_list {
  color: #7c7c7c;
  text-align: center;
  background: #292929;
  border: 1px solid #a9a9a9;
  flex-direction: column;
  height: 220px;
  padding: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.catalog-trubi_list:hover {
  color: #fff;
  background: #f60;
  text-decoration: none;
}

.catalog-trubi_list img {
  width: auto;
  max-width: 207px;
  height: auto;
  max-height: 130px;
  margin: auto;
  display: block;
}

.catalog-trubi_list span {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}

.col-lg-2, .col-xl-2 {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  padding: 0 15px;
}

.col-sm-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}

.col-lg-3, .col-xl-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}

.bg_2 {
  background: none;
  margin-top: 40px;
  padding: 40px 0;
}

.hero-bg .bg_2 {
  margin-top: 0;
  padding: 0;
}

.bg_2 .h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.bg_2 p {
  text-align: center;
  color: #ccc;
  margin-bottom: 30px;
}

.mvtForm2 {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  box-sizing: border-box;
  color: #fff;
  background: #333;
  border: 1px solid #666;
  border-radius: 4px;
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
}

.form-control:focus {
  border-color: #f60;
  outline: none;
  box-shadow: 0 0 0 2px rgba(255, 102, 0, .2);
}

.form-control::placeholder {
  color: #ccc;
}

.input-lg {
  padding: 15px;
  font-size: 16px;
}

.mvtFormPhone {
  font-family: Open Sans, sans-serif;
}

textarea.form-control {
  resize: vertical;
  min-height: 120px;
}

.invalid-feedback {
  color: #dc3545;
  margin-top: 5px;
  font-size: 12px;
  display: none;
}

.form-control:invalid + .invalid-feedback {
  display: block;
}

.result_form {
  border-radius: 4px;
  margin: 15px 0;
  padding: 10px;
}

.shop_zakazat {
  color: #333;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  background: #ccc;
  border: none;
  border-radius: 10px;
  width: 45%;
  margin-bottom: 15px;
  padding: 10px 0;
  font-family: Open Sans, sans-serif;
  font-size: 13px;
  font-weight: bold;
  transition: background-color .3s;
  display: inline-block;
}

.shop_zakazat:hover {
  background: #bbb;
}

.small {
  color: #ccc;
  text-align: center;
  font-size: 12px;
  display: block;
}

.small a {
  color: #06c;
  text-decoration: none;
}

.small a:hover {
  text-decoration: underline;
}

.footer {
  color: #ccc;
  background: #000;
  padding-top: 50px;
  font-family: Open Sans, sans-serif;
}

.footer-content {
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 30px;
  display: grid;
}

.footer-brand {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.footer-logo {
  margin-bottom: 15px;
}

.logo-link {
  text-decoration: none;
  display: inline-block;
}

.logo-link .icon-logo {
  color: #f60;
  font-size: 32px;
}

.logo-link .icon-logo:before {
  content: "";
  font-family: icomoon;
}

.company-name {
  color: #fff;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.company-description {
  color: #ccc;
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-title {
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
}

.footer-contacts {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.contact-item {
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.contact-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: flex;
}

.contact-icon img {
  filter: brightness(0) saturate() invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
  width: 100%;
  height: 100%;
}

.contact-item span {
  color: #ccc;
}

.footer-links {
  flex-direction: column;
  display: flex;
}

.footer-menu {
  flex-direction: column;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.footer-menu li a {
  color: #ccc;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: block;
}

.footer-menu li a:hover {
  color: #f60;
}

.footer-social {
  flex-direction: column;
  display: flex;
}

.social-links {
  flex-direction: column;
  gap: 12px;
  display: flex;
}

.social-link {
  color: #ccc;
  align-items: center;
  gap: 10px;
  padding: 5px 0;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.social-link:hover {
  color: #f60;
}

.social-icon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.social-icon img {
  filter: brightness(0) saturate() invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
  width: 100%;
  height: 100%;
  transition: filter .3s;
}

.social-link:hover .social-icon img {
  filter: brightness(0) saturate() invert(48%) sepia(79%) saturate(2476%) hue-rotate(346deg) brightness(118%) contrast(119%);
}

.footer-bottom {
  background: #000;
  border-top: 1px solid rgba(255, 255, 255, .08);
  padding: 20px 0;
}

.footer-bottom-content {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  display: flex;
}

.copyright {
  color: #ccc;
  margin: 0;
  font-size: 14px;
}

.footer-description {
  color: #999;
  margin: 0;
  font-size: 14px;
}

.footer-policies {
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: .5rem 0;
  display: flex;
}

.footer-policies a {
  color: #999;
  font-size: 14px;
  text-decoration: none;
  transition: color .3s;
}

.footer-policies a:hover {
  color: #007bff;
}

.icon-email:before, .icon-address:before {
  content: "";
  font-family: icomoon;
}

.icon-logo:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 1024px) {
  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-contacts, .footer-links, .footer-social {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .footer {
    padding-top: 30px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 0 20px;
  }

  .footer-brand {
    text-align: center;
    grid-column: 1 / -1;
    gap: 15px;
  }

  .footer-logo {
    margin-bottom: 10px;
  }

  .company-name {
    margin-bottom: 8px;
    font-size: 18px;
  }

  .company-description {
    font-size: 13px;
    line-height: 1.4;
  }

  .footer-title {
    text-align: center;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .footer-contacts, .footer-links, .footer-social {
    text-align: center;
    gap: 12px;
  }

  .contact-item {
    justify-content: center;
    gap: 8px;
    font-size: 13px;
  }

  .contact-icon {
    width: 14px;
    height: 14px;
  }

  .footer-menu {
    gap: 10px;
  }

  .footer-menu li a {
    text-align: center;
    padding: 4px 0;
    font-size: 13px;
  }

  .social-links {
    gap: 10px;
  }

  .social-link {
    justify-content: center;
    padding: 4px 0;
    font-size: 13px;
  }

  .social-icon {
    width: 18px;
    height: 18px;
  }

  .footer-bottom {
    padding: 15px 0;
  }

  .footer-bottom-content {
    text-align: center;
    flex-direction: column;
    gap: 15px;
    padding: 0 20px;
  }

  .footer-policies {
    justify-content: center;
    gap: 1rem;
  }

  .copyright, .footer-description {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer {
    padding-top: 25px;
  }

  .footer-content {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    padding: 0 15px;
  }

  .footer-brand {
    grid-column: 1 / -1;
    gap: 12px;
  }

  .company-name {
    font-size: 16px;
  }

  .company-description {
    font-size: 12px;
  }

  .footer-title {
    margin-bottom: 12px;
    font-size: 14px;
  }

  .contact-item, .footer-menu li a, .social-link {
    font-size: 12px;
  }

  .footer-bottom-content {
    gap: 12px;
    padding: 0 15px;
  }

  .footer-policies {
    flex-direction: column;
    gap: .5rem;
  }

  .footer-policies a {
    font-size: 12px;
  }

  .copyright, .footer-description {
    font-size: 11px;
  }
}

.chat-button {
  color: #fff;
  cursor: pointer;
  z-index: 1000;
  background: #333;
  border: none;
  border-radius: 50px;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
  display: flex;
  position: fixed;
  bottom: 20px;
  right: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .3);
}

.chat-button:hover {
  background: #444;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .4);
}

.chat-button.active {
  background: #007bff;
}

.chat-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.chat-icon i {
  font-size: 16px;
}

.chat-window {
  z-index: 1000;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  width: 350px;
  height: 520px;
  display: flex;
  position: fixed;
  bottom: 80px;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, .3);
}

.chat-header {
  color: #fff;
  background: #333;
  border-bottom: 1px solid #444;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  display: flex;
}

.chat-title {
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.chat-title i {
  font-size: 18px;
}

.chat-close {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  font-size: 24px;
  transition: background-color .3s;
  display: flex;
}

.chat-close:hover {
  background: rgba(255, 255, 255, .1);
}

.chat-messages {
  background: #f8f9fa;
  flex-direction: column;
  flex: 1;
  gap: 12px;
  padding: 16px;
  display: flex;
  overflow-y: auto;
}

.message {
  flex-direction: column;
  max-width: 80%;
  display: flex;
}

.message.user {
  align-self: flex-end;
}

.message.ai {
  align-self: flex-start;
}

.message-content {
  word-wrap: break-word;
  border-radius: 18px;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.4;
}

.message.user .message-content {
  color: #fff;
  background: #007bff;
  border-bottom-right-radius: 4px;
}

.message.ai .message-content {
  color: #333;
  background: #e9ecef;
  border-bottom-left-radius: 4px;
}

.message-time {
  color: #999;
  text-align: right;
  margin-top: 4px;
  font-size: 11px;
}

.message.ai .message-time {
  text-align: left;
}

.chat-input {
  background: #fff;
  border-top: 1px solid #e9ecef;
  align-items: flex-end;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.chat-input textarea {
  resize: none;
  border: 1px solid #ddd;
  border-radius: 20px;
  outline: none;
  flex: 1;
  padding: 10px 14px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.4;
}

.chat-input textarea:focus {
  border-color: #007bff;
}

.send-button {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: background-color .3s;
  display: flex;
}

.send-button:hover:not(:disabled) {
  background: #0056b3;
}

.send-button:disabled {
  cursor: not-allowed;
  background: #ccc;
}

.send-button i {
  font-size: 14px;
}

.icon-chat:before {
  content: "";
  font-family: icomoon;
}

.icon-send:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 768px) {
  .chat-window {
    width: calc(100vw - 40px);
    height: 65vh;
  }

  .chat-quick {
    gap: 6px;
    padding: 8px 10px;
  }

  .quick-btn {
    padding: 6px 10px;
    font-size: 12px;
  }
}

.hero-subtitle {
  color: #fff;
  opacity: .9;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 18px;
}

.hero-buttons {
  gap: 15px;
  margin-top: 30px;
  display: flex;
}

.btn {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-primary {
  color: #fff;
  background: #007bff;
}

.btn-primary:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.btn-outline {
  color: #000;
  background: none;
  border: 2px solid #000;
  font-weight: 500;
}

.btn-outline:hover {
  color: #fff;
  background: #000;
  transform: translateY(-2px);
}

.catalog-section, .services-section, .reviews-section {
  padding: 80px 0;
}

.services-section {
  background: #f8f9fa;
}

.reviews-section {
  background: #fff;
}

.section-header {
  text-align: center;
  margin-bottom: 50px;
}

.section-title {
  color: #333;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: bold;
}

.section-subtitle {
  color: #666;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
}

.service-card {
  text-align: center;
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.service-icon {
  background: #007bff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  display: flex;
}

.service-icon i {
  color: #fff;
  font-size: 32px;
}

.service-title {
  color: #333;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
}

.service-description {
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
  line-height: 1.6;
}

.service-link {
  color: #007bff;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.service-link:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-title {
    margin-bottom: 15px;
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media (max-width: 480px) {
  .section-header {
    margin-bottom: 25px;
  }

  .section-title {
    margin-bottom: 12px;
    font-size: 24px;
  }

  .section-subtitle {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media (max-width: 768px) {
  .reviews-section {
    padding: 40px 0;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
  }

  .review-card {
    padding: 20px;
  }

  .review-header {
    margin-bottom: 15px;
  }

  .review-rating .star {
    font-size: 16px;
  }

  .review-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .review-author {
    margin-top: 15px;
  }

  .author-name {
    font-size: 14px;
  }

  .author-city {
    font-size: 11px;
  }

  .placeholder-image {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 480px) {
  .reviews-section {
    padding: 30px 0;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 15px;
    margin-bottom: 25px;
  }

  .review-card {
    padding: 15px;
  }

  .review-header {
    margin-bottom: 12px;
  }

  .review-rating .star {
    font-size: 14px;
  }

  .review-text {
    font-size: 13px;
    line-height: 1.4;
  }

  .review-author {
    margin-top: 12px;
  }

  .author-name {
    font-size: 13px;
  }

  .author-city {
    font-size: 10px;
  }

  .placeholder-image {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 768px) {
  .reviews-container {
    max-width: 100% !important;
    padding: 0 15px !important;
  }

  .reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 20px !important;
  }

  .review-card {
    margin-bottom: 0 !important;
    padding: 20px !important;
  }

  .review-header {
    margin-bottom: 15px !important;
  }

  .review-rating .star {
    font-size: 16px !important;
  }

  .review-text {
    font-size: 14px !important;
    line-height: 1.5 !important;
  }

  .review-author {
    margin-top: 15px !important;
  }

  .author-name {
    font-size: 14px !important;
  }

  .author-city {
    font-size: 11px !important;
  }

  .placeholder-image {
    width: 40px !important;
    height: 40px !important;
  }

  .reviews-controls {
    justify-content: space-between !important;
    gap: 15px !important;
    margin-top: 15px !important;
    padding: 0 20px !important;
  }

  .review-nav {
    width: 35px !important;
    height: 35px !important;
    font-size: 18px !important;
  }

  .review-dots, .dot {
    display: none !important;
  }
}

@media (max-width: 480px) {
  .reviews-container {
    padding: 0 10px !important;
  }

  .reviews-grid {
    grid-template-columns: 1fr !important;
    gap: 0 !important;
    margin-bottom: 15px !important;
  }

  .review-card {
    margin-bottom: 0 !important;
    padding: 15px !important;
  }

  .review-header {
    margin-bottom: 12px !important;
  }

  .review-rating .star {
    font-size: 14px !important;
  }

  .review-text {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .review-author {
    margin-top: 12px !important;
  }

  .author-name {
    font-size: 13px !important;
  }

  .author-city {
    font-size: 10px !important;
  }

  .placeholder-image {
    width: 35px !important;
    height: 35px !important;
  }

  .reviews-controls {
    justify-content: space-between !important;
    gap: 10px !important;
    margin-top: 10px !important;
    padding: 0 15px !important;
  }

  .review-nav {
    width: 30px !important;
    height: 30px !important;
    font-size: 16px !important;
  }

  .review-dots, .dot {
    display: none !important;
  }
}

.category-card-wrapper {
  border: 1px solid #eef1f5;
  align-items: stretch;
  transition: transform .3s, box-shadow .3s;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.category-image {
  background: #f3f4f6;
  height: 119px;
  line-height: 0;
  border-radius: 0 !important;
}

.category-img {
  transition: transform .35s;
}

.category-content {
  text-align: left;
  align-items: stretch;
  height: calc(100% - 119px);
  padding: 0 12px 10px !important;
}

.category-title {
  color: #1f2937;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 2px !important;
}

.category-image > span {
  display: block !important;
}

.category-description {
  color: #4b5563;
  margin: 0 0 8px;
  font-size: 13px;
  line-height: 1.4;
}

.category-button-container {
  text-align: left;
  margin-top: auto;
}

.category-count {
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 600;
}

.category-card-wrapper .btn-category {
  color: #fff;
  text-align: center;
  background: #111827;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 700;
  transition: all .25s;
}

.category-card-wrapper .btn-category:hover {
  background: #000;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, .2);
}

.category-badge {
  z-index: 2;
  color: #fff;
  -webkit-backdrop-filter: saturate(120%) blur(2px);
  backdrop-filter: saturate(120%) blur(2px);
  background: rgba(17, 24, 39, .8);
  border-radius: 9999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top: 10px;
  left: 10px;
}

.reviews-controls {
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
  display: flex;
}

.review-nav {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
}

.review-nav:hover {
  background: #0056b3;
  transform: scale(1.1);
}

.review-dots {
  gap: 8px;
  display: flex;
}

.dot {
  cursor: pointer;
  background: #ddd;
  border: none;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  transition: background .3s;
}

.dot.active {
  background: #007bff;
}

.icon-tube:before {
  content: "";
  font-family: icomoon;
}

.icon-delivery:before {
  content: "";
  font-family: icomoon;
}

.icon-cut:before {
  content: "";
  font-family: icomoon;
}

.icon-insulation:before {
  content: "";
  font-family: icomoon;
}

.icon-rent:before {
  content: "";
  font-family: icomoon;
}

.icon-consultation:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .section-title {
    font-size: 28px;
  }

  .service-card {
    padding: 20px;
  }

  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .review-card {
    padding: 25px 20px;
  }
}

.header {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 1000;
  background: rgba(0, 0, 0, .9);
  padding: 6px 0;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(0);
}

.header-hidden {
  transform: translateY(-100%);
}

.header_main {
  background: none;
}

.header_flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-logo-section {
  flex-shrink: 0;
}

.header-logo {
  text-decoration: none;
  display: block;
}

.header-info {
  flex: 1;
  margin: 0 30px;
}

.header-contacts {
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  display: flex;
}

.contact-item {
  color: #fff;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  transition: color .3s;
  display: flex;
}

.contact-item .contact-icon {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.contact-item .contact-icon img {
  filter: brightness(0) saturate() invert() sepia(0%) saturate(0%) hue-rotate() brightness() contrast();
  width: 100%;
  height: 100%;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
  transition: color .3s;
}

.contact-item a:hover {
  color: #007bff;
}

.header-right {
  flex-shrink: 0;
  align-items: center;
  gap: 20px;
  display: flex;
}

.header-social {
  gap: 10px;
  display: flex;
}

.social-link {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.header_scrolled .social-link {
  color: #333;
  background: rgba(0, 0, 0, .1);
}

.social-link:hover {
  color: #fff;
  background: #007bff;
  transform: scale(1.1);
}

.social-link .social-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.social-link .social-icon img {
  filter: brightness(0) saturate() invert() sepia(0%) saturate(0%) hue-rotate() brightness() contrast();
  width: 100%;
  height: 100%;
}

.btn-consultation {
  color: #fff;
  cursor: pointer;
  white-space: nowrap;
  background: #007bff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all .3s;
}

.btn-consultation:hover {
  background: #0056b3;
  transform: translateY(-2px);
}

.header-navigation {
  border-top: 1px solid rgba(255, 255, 255, .1);
  margin-top: 15px;
  padding-top: 15px;
}

.header_scrolled .header-navigation {
  border-top: 1px solid rgba(0, 0, 0, .1);
}

.nav__menu-ul {
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.nav__menu-ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.header_scrolled .nav__menu-ul li a {
  color: #333;
}

.nav__menu-ul li a:hover {
  color: #f60;
}

.header .nav-desktop .nav-item a, .header .nav-mobile .nav-item a {
  text-transform: uppercase;
}

.header .nav-desktop .nav-item.active a, .header .nav-mobile .nav-item.active a {
  font-weight: 600;
  color: #007bff !important;
  background: none !important;
}

.header .nav-desktop .nav-item.active, .header .nav-mobile .nav-item.active {
  background: none !important;
}

.header .nav-desktop .nav-item a, .header .nav-mobile .nav-item a {
  color: #fff !important;
}

.header .nav-desktop .nav-item.active a, .header .nav-mobile .nav-item.active a {
  color: #007bff !important;
}

.modal-overlay {
  z-index: 2000;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-content {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
}

.modal-header {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  display: flex;
}

.modal-header h3 {
  color: #333;
  margin: 0;
  font-size: 20px;
}

.modal-close {
  cursor: pointer;
  color: #6b7280;
  background: none;
  border: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 0;
  font-size: 24px;
  font-weight: 300;
  transition: all .3s;
  display: flex;
}

.modal-close:hover {
  color: #333;
  background: #f5f5f5;
}

.modal-body {
  padding: 25px;
}

.form-group label.required:after {
  content: " *";
  color: #dc3545;
  font-weight: bold;
}

.form-group label.optional:after {
  content: " (необязательно)";
  color: #6c757d;
  font-size: 12px;
  font-weight: normal;
}

.form-group input, .form-group textarea {
  background: #fff;
  border: 3px solid #6b7280;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 600;
  transition: all .3s;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .15);
  color: #000 !important;
}

.form-group input:focus, .form-group textarea:focus {
  border-width: 3px;
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 4px rgba(59, 130, 246, .2), 0 4px 12px rgba(0, 0, 0, .2);
}

.btn-submit {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
}

.btn-submit:hover {
  background: #0056b3;
}

.icon-clock:before {
  content: "";
  font-family: icomoon;
}

.icon-email:before {
  content: "";
  font-family: icomoon;
}

.icon-phone:before {
  content: "";
  font-family: icomoon;
}

.icon-telegram:before {
  content: "";
  font-family: icomoon;
}

.icon-whatsapp:before {
  content: "";
  font-family: icomoon;
}

.icon-vk:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 768px) {
  .header_flex {
    flex-direction: column;
    gap: 15px;
  }

  .header-info {
    order: 3;
    margin: 0;
  }

  .header-contacts {
    text-align: center;
    flex-direction: column;
    gap: 10px;
  }

  .header-right {
    flex-direction: column;
    order: 2;
    gap: 15px;
  }

  .header-social {
    justify-content: center;
  }

  .nav__menu-ul {
    text-align: center;
    flex-direction: column;
    gap: 15px;
  }

  .modal-content {
    margin: 20px;
  }
}

.hero-bg {
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  align-items: center;
  min-height: 100vh;
  padding: 120px 0 80px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .hero-bg {
    min-height: auto;
    padding: 100px 0 60px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 15px;
  }

  .mobileHeader {
    justify-content: center !important;
    display: flex !important;
  }

  .mobileHeader .container {
    width: 100% !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 15px !important;
  }
}

@media (max-width: 480px) {
  .hero-bg {
    padding: 80px 0 40px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 10px;
  }

  .mobileHeader .container {
    padding: 0 10px !important;
  }
}

.hero-overlay {
  opacity: .3;
  z-index: 1;
  background: url("/images/templates/main_bg.jpg") center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-content {
  z-index: 2;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  position: relative;
}

.hero-text {
  color: #fff;
}

.hero-title {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, .3);
  margin-bottom: 20px;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.2;
}

@media (max-width: 768px) {
  .hero-title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.1;
  }

  .hero-subtitle {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .hero-cta-text {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .hero-buttons {
    gap: 15px;
  }

  .btn-large {
    padding: 14px 24px;
    font-size: 16px;
  }

  .hero-section {
    padding-top: 20px;
  }
}

@media (max-width: 480px) {
  .hero-title {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 1.1;
  }

  .hero-subtitle {
    margin-bottom: 15px;
    font-size: 14px;
  }

  .hero-cta-text {
    margin-bottom: 20px;
    font-size: 12px;
  }

  .hero-buttons {
    gap: 10px;
  }

  .btn-large {
    padding: 12px 20px;
    font-size: 14px;
  }

  .hero-section {
    padding-top: 15px;
  }
}

.hero-subtitle {
  opacity: .9;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 1.5;
}

.hero-cta-text {
  color: gold;
  margin-bottom: 40px;
  font-size: 18px;
  font-weight: 500;
}

.hero-buttons {
  flex-wrap: wrap;
  gap: 20px;
  display: flex;
}

.btn-large {
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
}

.btn-large.btn-outline {
  color: #000;
  background: none;
  border: 2px solid #000;
  font-weight: 500;
}

.btn-large.btn-outline:hover {
  color: #fff;
  background: #000;
  transform: translateY(-2px);
}

.hero-visual {
  position: relative;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.hero-image {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .3);
}

.hero-pipes-image {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: relative;
}

.savings-card {
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  border-radius: 12px;
  min-width: 150px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
}

.savings-text {
  flex-direction: column;
  align-items: center;
  gap: 8px;
  display: flex;
}

.savings-title {
  opacity: .9;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
}

.savings-percent {
  color: gold;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .hero-content {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .hero-buttons {
    justify-content: center;
  }

  .hero-visual {
    height: auto !important;
    min-height: auto !important;
  }

  .savings-card {
    min-width: 140px;
    padding: 15px;
  }

  .savings-title {
    font-size: 12px;
  }

  .savings-percent {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .hero-overlay-card {
    top: 120px !important;
  }
}

@media (max-width: 768px) {
  .hero-overlay-card {
    top: 40px !important;
    left: 12px !important;
  }
}

.catalog-section {
  background: #fff;
  padding: 80px 0;
}

@media (max-width: 768px) {
  .catalog-section {
    padding: 40px 0;
  }
}

@media (max-width: 480px) {
  .catalog-section {
    padding: 30px 0;
  }
}

.catalog-grid {
  grid-template-columns: repeat(auto-fit, 312px);
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  display: grid;
}

.catalog-item {
  height: 100%;
}

@media (max-width: 1200px) {
  .catalog-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .catalog-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 15px;
  }

  .catalog-item {
    min-height: auto;
  }

  .category-content {
    padding: 12px;
  }

  .category-title {
    min-height: 36px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.2;
  }

  .category-description {
    margin-bottom: 8px;
    font-size: 11px;
    line-height: 1.3;
  }

  .category-count {
    margin-bottom: 6px;
    padding: 2px 5px;
    font-size: 10px;
  }

  .category-button-area {
    padding: 8px 10px;
  }

  .btn-category {
    min-height: 40px;
    padding: 10px 16px;
    font-size: 12px;
  }

  .category-card-wrapper {
    width: 100%;
    height: auto;
    min-height: 280px;
  }

  .category-image {
    height: 140px;
  }
}

@media (max-width: 480px) {
  .catalog-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .category-content {
    padding: 10px;
  }

  .category-title {
    min-height: 32px;
    margin-bottom: 5px;
    font-size: 13px;
  }

  .category-description {
    margin-bottom: 6px;
    font-size: 10px;
  }

  .category-count {
    padding: 1px 4px;
    font-size: 9px;
  }

  .category-button-area {
    padding: 6px 8px;
  }

  .btn-category {
    min-height: 36px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .category-image {
    height: 120px;
  }
}

.category-card-wrapper {
  cursor: pointer;
  background: #fff;
  border-radius: 14px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: center;
  gap: 0;
  width: 312px;
  height: 358px;
  padding: 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .12);
}

.category-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.category-card-wrapper:focus {
  outline-offset: 2px;
  outline: 2px solid #007bff;
}

.category-card-wrapper:active {
  transform: translateY(-2px);
}

.category-image {
  background: #f8f9fa;
  border-radius: 8px;
  width: 100%;
  height: 179px;
  position: relative;
  overflow: hidden;
}

.category-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .3s;
}

.category-card-wrapper:hover .category-img {
  transform: scale(1.05);
}

.category-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 179px;
  padding: 0;
  display: flex;
}

.category-title {
  color: #333;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 2px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
}

.category-description {
  color: #666;
  text-align: center;
  flex: 1;
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3;
}

.category-count {
  color: #007bff;
  background: rgba(0, 123, 255, .1);
  border-radius: 3px;
  margin-bottom: 8px;
  padding: 2px 5px;
  font-size: 11px;
  font-weight: 500;
  display: inline-block;
}

.category-button-container {
  text-align: center;
  width: 100%;
  margin-top: auto;
  padding: 8px;
}

.btn-category {
  color: #fff;
  text-align: center;
  background: #007bff;
  border-radius: 8px;
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-category:hover {
  color: #fff;
  background: #0056b3;
  text-decoration: none;
  transform: translateY(-1px);
}

.calculator-section {
  color: #fff;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 60px 0;
}

.calculator-header {
  text-align: center;
  margin-bottom: 40px;
}

.calculator-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.calculator-subtitle {
  opacity: .9;
  max-width: 600px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 1.6;
}

.calculator-form-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px;
}

.calculator-form {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.form-row {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  display: grid;
}

.form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.form-group.full-width {
  grid-column: 1 / 5;
}

.form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.form-group input, .form-group select, .form-group textarea {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all .3s;
}

.form-group input::placeholder, .form-group textarea::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-group input:focus, .form-group select:focus, .form-group textarea:focus {
  background: rgba(255, 255, 255, .15);
  border-color: gold;
  outline: none;
}

.form-group select option {
  color: #fff;
  background: #333;
}

.form-group textarea {
  resize: vertical;
  min-height: 80px;
}

.form-submit {
  text-align: center;
  grid-column: 1 / 5;
  margin-top: 20px;
}

.icon-calculator:before {
  content: "";
  font-family: icomoon;
}

.icon-discount:before {
  content: "";
  font-family: icomoon;
}

.icon-user:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 768px) {
  .calculator-title {
    font-size: 28px;
  }

  .form-row {
    grid-template-columns: 1fr 1fr;
  }

  .form-group.full-width, .form-submit {
    grid-column: 1 / 3;
  }

  .calculator-form-container {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .form-row {
    grid-template-columns: 1fr;
  }

  .form-group.full-width, .form-submit {
    grid-column: 1;
  }
}

.services-section {
  background: #fff;
  padding: 80px 0;
}

.services-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  display: grid;
}

@media (max-width: 768px) {
  .services-section {
    padding: 40px 0;
  }

  .services-grid {
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    gap: 20px;
    margin-bottom: 30px;
  }

  .service-card-wrapper {
    width: 100%;
    height: auto;
    min-height: 300px;
  }

  .service-image {
    height: 140px;
  }

  .service-content {
    padding: 0 10px 8px !important;
  }

  .service-title {
    font-size: 16px;
    margin: 0 0 10px !important;
  }

  .service-description {
    margin: 0 0 12px;
    font-size: 13px;
    line-height: 1.4;
  }

  .btn-service {
    min-height: 32px;
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .services-section {
    padding: 30px 0;
  }

  .services-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 15px;
    margin-bottom: 25px;
  }

  .service-card-wrapper {
    min-height: 280px;
  }

  .service-image {
    height: 120px;
  }

  .service-content {
    padding: 0 8px 6px !important;
  }

  .service-title {
    font-size: 14px;
    margin: 0 0 8px !important;
  }

  .service-description {
    margin: 0 0 10px;
    font-size: 11px;
    line-height: 1.3;
  }

  .btn-service {
    min-height: 28px;
    padding: 5px 10px;
    font-size: 11px;
  }
}

.service-item {
  height: 100%;
}

.service-card-wrapper {
  background: #fff;
  border: 1px solid #eef1f5;
  border-radius: 14px;
  flex-direction: column;
  flex-shrink: 0;
  align-items: stretch;
  gap: 0;
  width: 312px;
  height: 358px;
  padding: 0;
  transition: transform .3s, box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.service-card-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .18);
}

.service-image {
  background: #f3f4f6;
  width: 100%;
  height: 160px;
  line-height: 0;
  position: relative;
  overflow: hidden;
}

.service-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .35s;
}

.service-card-wrapper:hover .service-img {
  transform: scale(1.05);
}

.service-icon-placeholder {
  background: #e9ecef;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.service-icon-placeholder i {
  color: #6c757d;
  font-size: 40px;
}

.service-content {
  text-align: left;
  flex-direction: column;
  align-items: stretch;
  height: calc(100% - 160px);
  display: flex;
  overflow: hidden;
  padding: 0 12px 10px !important;
}

.service-title {
  color: #1f2937;
  text-transform: uppercase;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 12px !important;
}

.service-description {
  color: #4b5563;
  text-align: center;
  margin: 0 0 16px;
  font-size: 15px;
  line-height: 1.5;
}

.service-button-container {
  text-align: left;
  margin-top: auto;
  padding-bottom: 8px;
}

.btn-service {
  color: #fff;
  background: #111827;
  border-radius: 8px;
  width: auto;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s;
  display: inline-block;
}

.btn-service:hover {
  color: #fff;
  background: #000;
  text-decoration: none;
  transform: translateY(-1px);
}

.service-image > span {
  display: block !important;
}

.reviews-container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.reviews-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  display: grid;
}

.review-card {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  height: 100%;
  padding: 30px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.review-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.review-rating {
  gap: 2px;
  display: flex;
}

.star {
  color: #ddd;
  font-size: 18px;
}

.star.filled {
  color: #ffc107;
}

.review-date {
  color: #999;
  font-size: 12px;
}

.review-content {
  flex-grow: 1;
  margin-bottom: 20px;
}

.review-text {
  color: #333;
  margin: 0;
  font-size: 16px;
  font-style: italic;
  line-height: 1.6;
}

.review-author {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.author-info {
  flex-direction: column;
  gap: 2px;
  display: flex;
}

.author-name {
  color: #333;
  font-size: 16px;
  font-weight: bold;
}

.author-city {
  color: #999;
  font-size: 12px;
}

.review-placeholder {
  flex-shrink: 0;
  position: relative;
}

.placeholder-image {
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.placeholder-image.hidden {
  display: none;
}

.placeholder-image i {
  color: #999;
  font-size: 20px;
}

.author-avatar {
  object-fit: cover;
  border: 2px solid #e9ecef;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  transition: all .3s;
}

.author-avatar:hover {
  border-color: #007bff;
  transform: scale(1.05);
}

.about-section {
  background: #f8f9fa;
  padding: 80px 0;
}

.about-content {
  grid-template-columns: 1fr 1fr;
  align-items: start;
  gap: 60px;
  margin-bottom: 60px;
  display: grid;
}

.about-text {
  padding-right: 40px;
}

.about-title {
  color: #333;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.about-description {
  color: #666;
  line-height: 1.8;
}

.about-description p {
  margin-bottom: 20px;
  font-size: 16px;
}

.about-description p:last-child {
  margin-bottom: 0;
}

.about-gallery {
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.gallery-title {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}

.gallery-container {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.gallery-main {
  background: #f8f9fa;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
}

.gallery-image {
  border-radius: 12px;
  height: 300px;
  position: relative;
  overflow: hidden;
}

.gallery-main-image {
  object-fit: cover;
  filter: brightness(.7);
  width: 100%;
  height: 100%;
}

.image-placeholder {
  color: #666;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  display: flex;
}

.image-placeholder i {
  color: #999;
  font-size: 48px;
}

.image-placeholder span {
  font-size: 16px;
  font-weight: 500;
}

.gallery-controls {
  pointer-events: none;
  justify-content: space-between;
  padding: 0 20px;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.gallery-nav {
  color: #fff;
  cursor: pointer;
  pointer-events: auto;
  background: rgba(0, 123, 255, .9);
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  transition: all .3s;
}

.gallery-nav:hover {
  background: #007bff;
  transform: scale(1.1);
}

.gallery-thumbnails {
  grid-template-columns: repeat(8, 1fr);
  gap: 10px;
  display: grid;
}

.thumbnail {
  cursor: pointer;
  background: none;
  border: none;
  border-radius: 8px;
  padding: 0;
  transition: all .3s;
  overflow: hidden;
}

.thumbnail.active {
  border: 2px solid #007bff;
}

.thumbnail-image {
  object-fit: cover;
  filter: brightness(.8);
  border-radius: 6px;
  width: 100%;
  height: 60px;
  transition: all .3s;
}

.thumbnail:hover .thumbnail-image {
  filter: brightness();
  transform: scale(1.05);
}

.thumbnail.active .thumbnail-image {
  filter: brightness();
  border: 2px solid #007bff;
}

.seo-section {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.seo-title {
  color: #333;
  text-align: center;
  margin-bottom: 25px;
  font-size: 28px;
  font-weight: bold;
}

.seo-content {
  color: #666;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.8;
}

.seo-content p {
  margin-bottom: 20px;
  font-size: 16px;
}

.seo-content p:last-child {
  margin-bottom: 0;
}

.icon-gallery:before {
  content: "";
  font-family: icomoon;
}

.icon-gallery-small:before {
  content: "";
  font-family: icomoon;
}

@media (max-width: 768px) {
  .about-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .about-text {
    padding-right: 0;
  }

  .about-title {
    font-size: 28px;
  }

  .gallery-thumbnails {
    grid-template-columns: repeat(4, 1fr);
  }

  .gallery-image {
    height: 200px;
  }

  .seo-section {
    padding: 30px 20px;
  }

  .seo-title {
    font-size: 24px;
  }
}

.consultation-form-section {
  color: #fff;
  background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
  padding: 80px 0;
}

.consultation-form-content {
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
}

.consultation-info {
  padding-right: 40px;
}

.consultation-title {
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
}

.consultation-subtitle {
  opacity: .9;
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 1.6;
}

.consultation-features {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.consultation-features .feature-item {
  align-items: center;
  gap: 15px;
  font-size: 16px;
  display: flex;
}

.consultation-features .feature-item i {
  color: gold;
  font-size: 20px;
}

.consultation-form-container {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 20px;
  padding: 40px;
}

.consultation-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.consultation-form .form-row {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
}

.consultation-form .form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.consultation-form .form-group.full-width {
  grid-column: 1 / 3;
}

.consultation-form .form-group label {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

.consultation-form .form-group input {
  color: #fff;
  background: rgba(255, 255, 255, .1);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all .3s;
}

.consultation-form .form-group input::placeholder {
  color: rgba(255, 255, 255, .6);
}

.consultation-form .form-group input:focus {
  background: rgba(255, 255, 255, .15);
  border-color: gold;
  outline: none;
}

.consultation-form .form-submit {
  text-align: center;
  grid-column: 1 / 3;
  margin-top: 10px;
}

@media (max-width: 768px) {
  .consultation-form-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .consultation-info {
    text-align: center;
    padding-right: 0;
  }

  .consultation-title {
    font-size: 28px;
  }

  .consultation-form .form-row {
    grid-template-columns: 1fr;
  }

  .consultation-form .form-group.full-width, .consultation-form .form-submit {
    grid-column: 1;
  }

  .consultation-form-container {
    padding: 30px 20px;
  }
}

.news-section {
  background: #fff;
  padding: 80px 0;
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 40px;
  display: grid;
}

.news-card {
  background: #f8f9fa;
  border-radius: 12px;
  height: 100%;
  transition: all .3s;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.news-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.news-content {
  flex-direction: column;
  height: 100%;
  padding: 25px;
  display: flex;
}

.news-title {
  margin-bottom: 15px;
}

.news-title a {
  color: #333;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  text-decoration: none;
  transition: color .3s;
}

.news-title a:hover {
  color: #007bff;
}

.news-excerpt {
  color: #666;
  flex-grow: 1;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.6;
}

.news-meta {
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.news-date {
  color: #999;
  font-size: 12px;
}

.news-link {
  color: #007bff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

.news-link:hover {
  color: #0056b3;
}

@media (max-width: 768px) {
  .news-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 480px) {
  .news-grid {
    grid-template-columns: 1fr;
  }
}

.category-description {
  margin-bottom: 30px;
}

.category-description p {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

.category-features {
  margin-bottom: 40px;
}

.category-features h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.category-features ul {
  padding: 0;
  list-style: none;
}

.category-features li {
  color: #555;
  padding: 8px 0 8px 25px;
  position: relative;
}

.category-features li:before {
  content: "✓";
  color: #f60;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.product-grid {
  margin-bottom: 40px;
}

.product-grid h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.products-list {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  display: grid;
}

.product-item h3 {
  color: #333;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}

.product-item p {
  color: #666;
  margin: 5px 0;
  font-size: 14px;
}

.application-areas {
  margin-bottom: 40px;
}

.application-areas h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.application-areas ul {
  padding: 0;
  list-style: none;
}

.application-areas li {
  color: #555;
  padding: 8px 0 8px 25px;
  position: relative;
}

.application-areas li:before {
  content: "•";
  color: #f60;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.delivery-info {
  margin-bottom: 40px;
}

.delivery-info h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.delivery-info p {
  color: #555;
  line-height: 1.6;
}

.contact-section {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 30px;
}

.contact-section h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 24px;
}

.contact-section p {
  color: #333;
  margin-bottom: 20px;
}

.contact-info p {
  color: #333;
  margin: 10px 0;
}

.contact-info a {
  color: #333;
  text-decoration: underline;
}

.category-hero {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  align-items: center;
  min-height: 100vh;
  padding-top: 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.category-hero-bg {
  opacity: .1;
  z-index: 1;
  background: url("/images/templates/main_bg.jpg") center / cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.pipes-overlay {
  opacity: .05;
  z-index: 2;
  background: url("/images/catalog/truby-bu.png") center / contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.category-hero-content {
  z-index: 3;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  display: grid;
  position: relative;
}

.category-hero-text {
  color: #333;
}

.category-hero-title {
  color: #6f42c1;
  text-transform: uppercase;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 900;
  line-height: 1.2;
}

.category-hero-subtitle {
  color: #555;
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.8;
}

.category-hero-subtitle p {
  margin-bottom: 1rem;
}

.category-hero-cta {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.category-hero-visual {
  height: 500px;
  position: relative;
}

.category-hero-image {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.pipes-stack {
  z-index: 1;
  background: url("/images/catalog/truby-bu.png") center / contain no-repeat;
  width: 300px;
  height: 400px;
  position: relative;
}

.price-overlay {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.price-card {
  color: #fff;
  text-align: center;
  background: #343a40;
  border-radius: 8px;
  min-width: 140px;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 600;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.cta-card {
  color: #212529;
  cursor: pointer;
  text-align: center;
  background: #ffc107;
  border-radius: 8px;
  min-width: 140px;
  padding: 12px 24px;
  font-size: 1.1rem;
  font-weight: 700;
  transition: all .3s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
}

.cta-card:hover {
  background: #e0a800;
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .price-overlay {
    gap: 8px;
    bottom: 15px;
  }

  .price-card, .cta-card {
    min-width: 120px;
    padding: 10px 20px;
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .price-overlay {
    gap: 6px;
    bottom: 10px;
  }

  .price-card, .cta-card {
    min-width: 100px;
    padding: 8px 16px;
    font-size: .9rem;
  }

  .nav__menu-ul li a {
    min-height: 60px;
    padding: 18px 24px;
    font-size: 18px;
  }

  .nav__menu-ul li {
    margin: 0 1px;
  }
}

.category-content {
  background: #fff;
  padding: 4rem 0;
}

.category-content .text-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
}

.category-content h2 {
  color: #6f42c1;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.category-content h3 {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.category-features ul, .application-areas ul {
  padding: 0;
  list-style: none;
}

.category-features li, .application-areas li {
  padding: .5rem 0 .5rem 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  position: relative;
}

.category-features li:before, .application-areas li:before {
  content: "✓";
  color: #28a745;
  font-size: 1.2rem;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.products-list {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 2rem 0;
  display: grid;
}

.product-item {
  background: #f8f9fa;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  padding: 2rem;
  transition: all .3s;
}

.product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .1);
}

.product-item h3 {
  color: #6f42c1;
  margin-bottom: 1rem;
}

.product-item p {
  color: #666;
  margin-bottom: .5rem;
}

.delivery-info, .contact-section {
  background: #f8f9fa;
  border-radius: 12px;
  margin-top: 3rem;
  padding: 2rem;
}

.contact-info {
  margin-top: 1rem;
}

.contact-info p {
  margin-bottom: .5rem;
  font-size: 1.1rem;
}

.contact-info a {
  color: #6f42c1;
  font-weight: 600;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .category-hero {
    padding-top: 100px;
  }

  .category-hero-content {
    text-align: center;
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .category-hero-title {
    font-size: 2.5rem;
  }

  .category-hero-visual {
    height: 300px;
  }

  .pipes-stack {
    width: 200px;
    height: 250px;
  }

  .price-overlay {
    flex-direction: column;
    gap: .5rem;
  }

  .category-hero-cta {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .category-hero {
    padding-top: 100px;
  }

  .category-hero-title {
    font-size: 2rem;
  }

  .category-hero-subtitle {
    font-size: 1rem;
  }

  .products-list {
    grid-template-columns: 1fr;
  }
}

.product-assortment {
  background: #f8f9fa;
  padding: 80px 0;
}

.product-assortment .section-header {
  text-align: center;
  margin-bottom: 50px;
}

.product-assortment .section-title {
  color: #333;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 32px;
  font-weight: bold;
}

.product-assortment .section-subtitle {
  color: #666;
  margin-bottom: 0;
  font-size: 18px;
}

.product-assortment .product-grid {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
  display: grid;
}

.product-card {
  background: #fff;
  border-radius: 12px;
  flex-direction: column;
  padding: 25px;
  transition: all .3s;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
}

.product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
}

.product-header {
  margin-bottom: 20px;
}

.product-title {
  color: #333;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}

.product-image {
  text-align: center;
  margin-bottom: 20px;
}

.product-image-placeholder {
  background: #f0f0f0;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pipes-pile {
  background: linear-gradient(45deg, #666, #999);
  border-radius: 50%;
  width: 80px;
  height: 80px;
  position: relative;
}

.pipes-pile:before, .pipes-pile:after {
  content: "";
  background: #555;
  border-radius: 2px;
  position: absolute;
}

.pipes-pile:before {
  width: 60px;
  height: 4px;
  top: 20px;
  left: 10px;
  transform: rotate(45deg);
}

.pipes-pile:after {
  width: 60px;
  height: 4px;
  top: 40px;
  left: 10px;
  transform: rotate(-45deg);
}

.product-price {
  color: #fff;
  text-align: center;
  background: #2c3e50;
  border-radius: 8px;
  margin-bottom: 15px;
  padding: 12px 16px;
}

.price-label {
  font-size: 16px;
  font-weight: bold;
}

.product-application {
  color: #2c3e50;
  text-align: center;
  background: #ecf0f1;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 12px 16px;
}

.application-label {
  font-size: 14px;
  font-weight: 500;
}

.product-actions {
  gap: 10px;
  margin-top: auto;
  display: flex;
}

.btn-small {
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  flex: 1;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
}

.btn-small.btn-primary {
  color: #fff;
  background: #f39c12;
}

.btn-small.btn-primary:hover {
  background: #e67e22;
  transform: translateY(-2px);
}

.btn-small.btn-outline {
  color: #000;
  background: none;
  border: 2px solid #000;
  font-weight: 500;
}

.btn-small.btn-outline:hover {
  color: #fff;
  background: #000;
}

@media (max-width: 768px) {
  .product-assortment {
    padding: 60px 0;
  }

  .product-assortment .section-title {
    font-size: 28px;
  }

  .product-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
  }

  .product-card {
    padding: 20px;
  }

  .product-actions {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .product-grid {
    grid-template-columns: 1fr;
  }

  .product-assortment .section-title {
    font-size: 24px;
  }
}

.contact-section .contact-card, .contact-section .contact-card * {
  color: #333 !important;
}

.contact-section .contact-card a {
  text-decoration: underline;
  color: #333 !important;
}

.contact-section .contact-item {
  color: #333 !important;
}

.header_main .icon_logo:before {
  color: #fff !important;
}

.header_scrolled .icon_logo:before {
  color: #333 !important;
}

.header .contact-item .contact-icon img {
  filter: brightness(0) saturate() invert() sepia(0%) saturate(0%) hue-rotate() brightness() contrast();
}

.header .contact-item, .header .contact-item a {
  color: #fff;
}

.header .contact-item a:hover {
  color: gold;
}

.header_scrolled .contact-item .contact-icon img {
  filter: brightness(0) saturate() invert(0%) sepia(0%) saturate(0%) hue-rotate() brightness(0%) contrast();
}

.btn-consultation {
  border-radius: 5px;
  padding: 10px 20px;
  font-weight: 500;
  transition: all .3s;
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.btn-consultation:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
}

.header_main:not(.header_scrolled) .btn-admin, .header_main:not(.header_scrolled) .btn-logout, .header_main:not(.header_scrolled) .btn-login, .header_main:not(.header_scrolled) .btn-consultation {
  color: #fff !important;
  background: none !important;
  border: 1px solid rgba(255, 255, 255, .85) !important;
}

.header_main:not(.header_scrolled) .btn-admin:hover, .header_main:not(.header_scrolled) .btn-logout:hover, .header_main:not(.header_scrolled) .btn-login:hover, .header_main:not(.header_scrolled) .btn-consultation:hover {
  color: #fff !important;
  background: rgba(255, 255, 255, .15) !important;
}

.header:not(.header_main) .btn-admin, .header:not(.header_main) .btn-logout, .header:not(.header_main) .btn-login, .header:not(.header_main) .btn-consultation {
  color: #fff !important;
  background: #111 !important;
  border: 1px solid #111 !important;
}

.header:not(.header_main) .btn-admin:hover, .header:not(.header_main) .btn-logout:hover, .header:not(.header_main) .btn-login:hover, .header:not(.header_main) .btn-consultation:hover {
  color: #fff !important;
  background: #000 !important;
  border-color: #000 !important;
}

.header .social-link .social-icon img {
  filter: brightness(0) saturate() invert() sepia(0%) saturate(0%) hue-rotate() brightness() contrast();
}

@media (max-width: 768px) {
  .btn-consultation {
    border-radius: 5px;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s;
    color: #fff !important;
    background: #111 !important;
    border: 1px solid #111 !important;
  }

  .btn-consultation:hover {
    color: #fff !important;
    background: #000 !important;
    border-color: #000 !important;
  }

  .nav__menu-ul li a {
    min-height: 56px;
    padding: 16px 20px;
    font-size: 16px;
  }

  .nav__menu-ul li {
    margin: 0 2px;
  }
}

.news-form {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.news-form .form-group {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.news-form label {
  color: #374151;
  font-size: 14px;
  font-weight: 600;
}

.news-form input, .news-form textarea {
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .2s;
}

.news-form input:focus, .news-form textarea:focus {
  border-color: #3b82f6;
  outline: none;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, .1);
}

.news-form .form-actions {
  justify-content: flex-end;
  gap: 12px;
  margin-top: 20px;
  display: flex;
}

.news-form .btn-secondary {
  color: #374151;
  cursor: pointer;
  background: #fff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  padding: 10px 20px;
  font-size: 14px;
  transition: all .2s;
}

.news-form .btn-secondary:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}

.chat-quick {
  background: #fff;
  border-top: 1px solid #e9ecef;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 12px;
  display: flex;
}

.quick-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #333;
  cursor: pointer;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  transition: all .2s;
}

.quick-btn:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}

.quick-btn:active {
  background: #eef2f7;
}

.hero-visual {
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

.hero-visual[style*="height"] {
  height: var(--js-height) !important;
  min-height: var(--js-height) !important;
  height: inherit !important;
  min-height: inherit !important;
  max-height: inherit !important;
}

.hero-image {
  height: auto !important;
  min-height: auto !important;
  margin-top: 50px !important;
}

.hero-overlay-card {
  z-index: 3 !important;
  position: absolute !important;
  top: 20px !important;
  left: 20px !important;
}

/* [project]/src/app/pages.css [app-client] (css) */
.wrapper {
  background: #fff;
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.h1 {
  color: #333;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
}

.h2 {
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}

.callback {
  background: #f8f9fa;
  margin-top: 2rem;
  padding: 2rem 0;
}

.callback .flex {
  gap: 0;
  max-width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
}

.callback .bg_1 {
  background: url("/images/templates/section_text_bg.png") center / cover;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
}

.callback .bg_1 div {
  width: 100%;
  max-width: 500px;
}

.callback .bg_1 .h2 {
  color: #ccc;
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: bold;
}

.callback .bg_1 p {
  color: #ccc;
  margin-bottom: .8rem;
  font-size: 14px;
  line-height: 1.5;
}

.callback .bg_2 {
  background: #333;
  flex: 1;
  align-items: center;
  padding: 2rem 2.5rem;
  display: flex;
}

.callback .bg_2 div {
  width: 100%;
  max-width: 500px;
}

.callback .bg_2 .h2 {
  color: #fff;
  margin-bottom: .5rem;
  font-size: 24px;
  font-weight: bold;
}

.callback .bg_2 p {
  color: #ccc;
  margin-bottom: 1rem;
  font-size: 14px;
}

.mvtForm2 {
  flex-direction: column;
  gap: .8rem;
  display: flex;
}

.form-control {
  color: #fff;
  background: none;
  border: 1px solid #4d4d4d;
  border-radius: 6px;
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  transition: border-color .3s;
}

.form-control::placeholder {
  color: #999;
}

.form-control:focus {
  border-color: #fff;
  outline: none;
}

.form-control.input-lg {
  padding: 10px 12px;
  font-size: 14px;
}

textarea.form-control {
  resize: vertical;
  min-height: 80px;
}

.invalid-feedback {
  color: #ff6b6b;
  margin-top: 3px;
  font-size: 12px;
  display: none;
}

.form-control.is-invalid + .invalid-feedback {
  display: block;
}

.form-control.is-invalid {
  border-color: #ff6b6b;
}

#callback_nalichie_form_submit {
  color: #333;
  cursor: pointer;
  text-transform: uppercase;
  background: #fff;
  border: none;
  border-radius: 6px;
  margin-top: .5rem;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  transition: background-color .3s;
}

#callback_nalichie_form_submit:hover {
  background: #f0f0f0;
}

.small {
  color: #ccc;
  margin-top: .5rem;
  font-size: 12px;
  line-height: 1.4;
}

.small a {
  color: #fff;
  text-decoration: underline;
}

.small a:hover {
  color: #ccc;
}

.result_form {
  border-radius: 4px;
  margin-top: 1rem;
  padding: 10px;
  display: none;
}

.result_form.success {
  color: #155724;
  background: #d4edda;
  border: 1px solid #c3e6cb;
  display: block;
}

.result_form.error {
  color: #721c24;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  display: block;
}

@media (max-width: 768px) {
  .callback .flex {
    flex-direction: column;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.5rem;
  }

  .callback {
    padding: 2rem 0;
  }

  .callback .bg_1, .callback .bg_2 {
    padding: 1.5rem;
  }
}

/* [project]/src/components/Header/MobileHeader.module.css [app-client] (css) */
.MobileHeader-module__mQZVxa__mobileHeader {
  z-index: 1000;
  color: #fff;
  -webkit-backdrop-filter: none;
  background: #000;
  height: 80px;
  transition: transform .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .3);
  justify-content: center !important;
  display: flex !important;
}

.MobileHeader-module__mQZVxa__headerHidden {
  transform: translateY(-100%);
}

.MobileHeader-module__mQZVxa__mobileHeader .MobileHeader-module__mQZVxa__container {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
}

@media (max-width: 768px) {
  .MobileHeader-module__mQZVxa__mobileHeader .MobileHeader-module__mQZVxa__container {
    padding: 0 15px !important;
  }
}

@media (max-width: 480px) {
  .MobileHeader-module__mQZVxa__mobileHeader .MobileHeader-module__mQZVxa__container {
    padding: 0 10px !important;
  }
}

.MobileHeader-module__mQZVxa__headerMain {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, .9);
}

.MobileHeader-module__mQZVxa__container {
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.MobileHeader-module__mQZVxa__headerMobile {
  z-index: 1002;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  display: flex;
  position: relative;
}

.MobileHeader-module__mQZVxa__headerLogo {
  z-index: 1002;
  flex-shrink: 0;
  position: relative;
}

.MobileHeader-module__mQZVxa__headerLogo .MobileHeader-module__mQZVxa__icon-logo {
  color: #fff;
  z-index: 1002;
  font-size: 32px;
  position: relative;
}

.MobileHeader-module__mQZVxa__mobileSocial {
  align-items: center;
  gap: 15px;
  display: flex;
}

.MobileHeader-module__mQZVxa__socialLink {
  z-index: 1002;
  background: none;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.MobileHeader-module__mQZVxa__socialLink:hover {
  background: rgba(255, 255, 255, .1);
  transform: scale(1.1);
}

.MobileHeader-module__mQZVxa__socialIcon {
  z-index: 1002;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.MobileHeader-module__mQZVxa__socialIcon img {
  filter: brightness(0) invert();
  width: 16px;
  height: 16px;
}

.MobileHeader-module__mQZVxa__mobileMenuBtn {
  cursor: pointer;
  z-index: 1002;
  color: #fff;
  background: none;
  border: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 20px;
  padding: 0;
  display: flex;
  position: relative;
}

.MobileHeader-module__mQZVxa__mobileMenuBtn span {
  transform-origin: center;
  background: #fff;
  width: 100%;
  height: 2px;
  transition: all .3s;
  display: block;
}

.MobileHeader-module__mQZVxa__mobileMenuBtn.MobileHeader-module__mQZVxa__active span:first-child {
  transform: rotate(45deg)translate(6px, 6px);
}

.MobileHeader-module__mQZVxa__mobileMenuBtn.MobileHeader-module__mQZVxa__active span:nth-child(2) {
  opacity: 0;
}

.MobileHeader-module__mQZVxa__mobileMenuBtn.MobileHeader-module__mQZVxa__active span:nth-child(3) {
  transform: rotate(-45deg)translate(6px, -6px);
}

.MobileHeader-module__mQZVxa__headerNav {
  z-index: 1000;
  background: #fff;
  flex-direction: column;
  width: 100%;
  height: 100vh;
  transition: transform .3s;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: auto;
  transform: translateX(-100%);
}

.MobileHeader-module__mQZVxa__headerNav.MobileHeader-module__mQZVxa__mobileOpen {
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.MobileHeader-module__mQZVxa__mobileMenuClose {
  color: #000;
  cursor: pointer;
  z-index: 1001;
  background: none;
  border: none;
  font-size: 32px;
  position: absolute;
  top: 20px;
  right: 20px;
}

.MobileHeader-module__mQZVxa__navMobile {
  flex: 1;
  justify-content: space-between;
  gap: 40px;
  padding: 80px 20px 20px;
  display: flex;
}

.MobileHeader-module__mQZVxa__navColumn {
  flex-direction: column;
  flex: 1;
  gap: 20px;
  min-width: 0;
  display: flex;
}

.MobileHeader-module__mQZVxa__navItem {
  text-align: left;
  margin-bottom: 15px;
}

.MobileHeader-module__mQZVxa__navItem a {
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding: 12px 0;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: block;
}

.MobileHeader-module__mQZVxa__navItem a:hover {
  color: gold;
  transform: translateX(5px);
}

.MobileHeader-module__mQZVxa__navItem.MobileHeader-module__mQZVxa__active a {
  color: gold;
  border-bottom-color: gold;
}

.MobileHeader-module__mQZVxa__navItem.MobileHeader-module__mQZVxa__first a, .MobileHeader-module__mQZVxa__navItem.MobileHeader-module__mQZVxa__last a {
  font-weight: 600;
}

.MobileHeader-module__mQZVxa__mobileButtons {
  text-align: center;
  padding: 20px;
}

.MobileHeader-module__mQZVxa__btnConsultation {
  color: #fff;
  cursor: pointer;
  background: #000;
  border: none;
  border-radius: 8px;
  width: 100%;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 500;
  transition: all .3s;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .3);
}

.MobileHeader-module__mQZVxa__btnConsultation:hover {
  background: #0056b3;
}

.MobileHeader-module__mQZVxa__mobileContacts {
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 20px;
}

.MobileHeader-module__mQZVxa__contactItem {
  background: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: 8px;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
  padding: 15px;
  transition: all .3s;
  display: flex;
}

.MobileHeader-module__mQZVxa__contactItem:hover {
  background: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .2);
  transform: translateX(5px);
}

.MobileHeader-module__mQZVxa__contactIcon {
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.MobileHeader-module__mQZVxa__contactItem span, .MobileHeader-module__mQZVxa__contactItem a {
  color: #000;
  font-size: 14px;
  text-decoration: none;
}

.MobileHeader-module__mQZVxa__contactItem a:hover {
  color: gold;
}

.MobileHeader-module__mQZVxa__modalOverlay {
  z-index: 2000;
  background: rgba(0, 0, 0, .8);
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.MobileHeader-module__mQZVxa__modalContent {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 500px;
  max-height: 90vh;
  overflow-y: auto;
}

.MobileHeader-module__mQZVxa__modalHeader {
  border-bottom: 1px solid #eee;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.MobileHeader-module__mQZVxa__modalHeader h3 {
  color: #333;
  margin: 0;
  font-size: 20px;
}

.MobileHeader-module__mQZVxa__modalClose {
  cursor: pointer;
  color: #666;
  background: none;
  border: none;
  font-size: 24px;
}

.MobileHeader-module__mQZVxa__modalBody {
  padding: 20px;
}

.MobileHeader-module__mQZVxa__consultationForm {
  flex-direction: column;
  gap: 20px;
  display: flex;
}

.MobileHeader-module__mQZVxa__formGroup {
  flex-direction: column;
  gap: 8px;
  display: flex;
}

.MobileHeader-module__mQZVxa__formGroup label {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

.MobileHeader-module__mQZVxa__formGroup label.MobileHeader-module__mQZVxa__required:after {
  content: " *";
  color: #dc3545;
}

.MobileHeader-module__mQZVxa__formGroup label.MobileHeader-module__mQZVxa__optional:after {
  content: " (необязательно)";
  color: #666;
  font-size: 12px;
}

.MobileHeader-module__mQZVxa__formGroup input, .MobileHeader-module__mQZVxa__formGroup textarea {
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 12px;
  font-size: 14px;
  transition: border-color .3s;
}

.MobileHeader-module__mQZVxa__formGroup input:focus, .MobileHeader-module__mQZVxa__formGroup textarea:focus {
  border-color: #007bff;
  outline: none;
}

.MobileHeader-module__mQZVxa__formGroup textarea {
  resize: vertical;
  min-height: 80px;
}

.MobileHeader-module__mQZVxa__btnSubmit {
  color: #fff;
  cursor: pointer;
  background: #007bff;
  border: none;
  border-radius: 6px;
  padding: 15px;
  font-size: 16px;
  font-weight: 500;
  transition: background .3s;
}

.MobileHeader-module__mQZVxa__btnSubmit:hover {
  background: #0056b3;
}

@media (max-width: 480px) {
  .MobileHeader-module__mQZVxa__navMobile {
    flex-direction: column;
    gap: 20px;
  }

  .MobileHeader-module__mQZVxa__navColumn {
    gap: 15px;
  }

  .MobileHeader-module__mQZVxa__navItem a {
    font-size: 16px;
  }

  .MobileHeader-module__mQZVxa__container {
    padding: 0 15px;
  }

  .MobileHeader-module__mQZVxa__headerMobile {
    padding: 12px 0;
  }

  .MobileHeader-module__mQZVxa__headerLogo .MobileHeader-module__mQZVxa__icon-logo {
    font-size: 28px;
  }
}

/*# sourceMappingURL=%5Broot-of-the-server%5D__5086ed14._.css.map*/