@charset "UTF-8";
.header-top, nav, main .slider,
main .mainseotext, .step-tabs, .product-page, .contacts__container, .catalog-section, .footer-top, .footer-bottom, .services-grid, .services-grid-two, .services-grid-three, .breadcrumbs, .breadcrumbs #breadcrumbs, .mainseotext2, .faq-accordion {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto; }

@font-face {
  font-family: 'Russo One';
  src: url("../fonts/RussoOne/RussoOne-Regular.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Exo2';
  src: url("../fonts/Exo2/Exo2-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Light.ttf");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Regular.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Medium.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-SemiBold.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Bold.ttf");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-ExtraBold.ttf");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-Black.ttf");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/static/Rubik-LightItalic.ttf");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }
/* ╤Б╨▒╤А╨╛╤Б ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
* {
  box-sizing: border-box; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

* {
  outline: 0 !important; }

button::-moz-focus-inner {
  border: 0; }

body {
  line-height: 1.2; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

ol {
  padding-left: 1.4em;
  list-style: decimal; }

ul {
  padding-left: 1.4em;
  list-style: square; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

/* ╨║╨╛╨╜╨╡╤Ж ╨║╨╛╨┤╨░ ╤Б╨▒╤А╨╛╤Б╨░ ╤Б╤В╨╕╨╗╨╡╨╣ ╨▒╤А╨░╤Г╨╖╨╡╤А╨░ */
html {
  -webkit-text-size-adjust: 100%; }

body {
  font-family: 'Rubik', sans-serif;
  margin: 0; }

/* ==== HEADER ==== */
header {
  background: #1e1e1e;
  color: white;
  position: sticky;
  top: 0;
  z-index: 1000; }

/* ╨Т╨╡╤А╤Е╨╜╤П╤П ╤Б╤В╤А╨╛╨║╨░ */
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px; }

.header-right {
  display: flex;
  align-items: center; }

.wraplogos {
  display: flex;
  flex-flow: column nowrap;
  padding-left: 10px; }
  .wraplogos a {
    text-decoration: none;
    color: #ffffff; }

.logospan {
  font-size: 0.8rem; }

.logo {
  font-size: 1.7rem;
  text-transform: uppercase;
  font-weight: 200;
  display: flex;
  align-items: center; }

.logos {
  font-weight: 400; }

.logo-img {
  width: 64px;
  height: auto; }

.social, .socialslider {
  display: flex;
  gap: 4px;
  margin-left: 10px; }
  .social img, .socialslider img {
    width: 40px;
    height: 40px; }

.wrap-phones {
  display: flex;
  flex-flow: column;
  align-items: end; }
  .wrap-phones span {
    font-weight: 100; }

.phone {
  color: white;
  text-decoration: none;
  white-space: nowrap;
  font-size: 1.7rem; }

.phone-icon {
  display: none;
  font-size: 1.5rem;
  margin-left: 10px;
  color: white;
  text-decoration: none; }

/* ==== ╨Ь╨Х╨Э╨о ==== */
.nav-wrapper {
  display: flex;
  justify-content: center;
  background: #414141;
  padding: 10px 20px; }

nav {
  display: flex;
  gap: 20px;
  background: transparent;
  padding: 0;
  justify-content: space-between;
  /* ==== ╨Ю╨С╨л╨з╨Э╨л╨Х ╨Я╨Ю╨Ф╨Ь╨Х╨Э╨о ==== */ }
  nav a {
    color: white;
    text-decoration: none; }
  nav .has-submenu {
    position: relative; }
    nav .has-submenu > ul {
      position: absolute;
      top: calc(100% + 10px);
      /* ЁЯСИ ╨╛╤В╤Б╤В╤Г╨┐ ╨▓╨╜╨╕╨╖ */
      left: 0;
      background: #333;
      flex-direction: column;
      min-width: 180px;
      z-index: 100;
      max-height: 0;
      opacity: 0;
      overflow: hidden;
      transform: translateY(5px);
      transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease; }
    nav .has-submenu:hover > ul {
      max-height: 500px;
      opacity: 1;
      transform: translateY(0);
      padding: 0; }
    nav .has-submenu li {
      list-style: none; }
    nav .has-submenu ul a {
      padding: 10px 20px;
      display: block;
      transition: background 0.3s ease; }
    nav .has-submenu ul a:hover {
      background: #444; }

/* ==== ╨Ь╨Х╨У╨Р-╨Ь╨Х╨Э╨о ==== */
.has-submenu.mega-menu {
  position: static; }

.mega-menu-content {
  position: absolute;
  top: 100%;
  /* ЁЯСИ ╨▓╨╡╤А╨╜╤Г╨╗╨╕ ╨║╨░╨║ ╨▒╤Л╨╗╨╛ */
  left: 0;
  right: 0;
  background: #333;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 30px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  z-index: 999; }

.mega-menu:hover .mega-menu-content {
  opacity: 1;
  visibility: visible;
  transform: translateY(0); }

.mega-column h4 {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 10px 0 5px; }
.mega-column div.hef {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 10px;
  font-weight: 600;
  border-bottom: 1px solid #555;
  padding-bottom: 5px; }
.mega-column ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .mega-column ul li {
    margin: 6px 0; }
  .mega-column ul a {
    color: #ddd;
    text-decoration: none;
    transition: color 0.3s ease; }
    .mega-column ul a:hover {
      color: #fff; }

/* ==== ╨б╨в╨а╨Х╨Ы╨Ъ╨Р ==== */
.has-submenu > a {
  position: relative;
  display: inline-flex;
  align-items: center; }

.submenu-arrow {
  display: inline-block;
  margin-left: 6px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease; }

/* ╨Ф╨╡╤Б╨║╤В╨╛╨┐ тАФ ╨┐╨╛╨▓╨╛╤А╨╛╤В ╨┐╤А╨╕ ╨╜╨░╨▓╨╡╨┤╨╡╨╜╨╕╨╕ */
.has-submenu:hover > a .submenu-arrow {
  transform: rotate(-135deg); }

/* ╨Ю╤В╨║╤А╤Л╤В╨╛╨╡ ╨┐╨╛╨┤╨╝╨╡╨╜╤О тАФ ╤Б╤В╤А╨╡╨╗╨║╨░ ╨┐╨╡╤А╨╡╨▓╤С╤А╨╜╤Г╤В╨░ */
.has-submenu.open > a .submenu-arrow {
  transform: rotate(-135deg); }

/* ==== ╨С╨г╨а╨У╨Х╨а ==== */
.burger {
  display: none;
  width: 30px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
  background: transparent;
  border: none; }
  .burger span {
    position: absolute;
    height: 3px;
    width: 100%;
    background: white;
    border-radius: 2px;
    transition: all 0.3s ease;
    left: 0; }
  .burger span:nth-child(1) {
    top: 0; }
  .burger span:nth-child(2) {
    top: 10px; }
  .burger span:nth-child(3) {
    top: 20px; }
  .burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 10px; }
  .burger.active span:nth-child(2) {
    opacity: 0; }
  .burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 10px; }

h1, h2, h3 {
  font-size: 2rem;
  text-transform: uppercase;
  padding: 20px 0; }

main {
  width: 100%; }
  main .slider,
  main .mainseotext {
    padding: 30px 15px;
    color: #333333; }
    main .slider .wrapmaindescription,
    main .mainseotext .wrapmaindescription {
      display: flex; }
    main .slider .maindescription,
    main .mainseotext .maindescription {
      line-height: 1.6;
      color: #333333;
      flex: 5;
      padding-right: 10px; }
    main .slider .posobie,
    main .mainseotext .posobie {
      padding: 20px;
      border: 2px solid #057342;
      border-radius: 6px;
      flex: 2;
      display: flex;
      flex-flow: column;
      justify-content: center;
      align-items: center; }
      main .slider .posobie span,
      main .mainseotext .posobie span {
        color: #333333;
        text-align: center; }
      main .slider .posobie .price,
      main .mainseotext .posobie .price {
        color: #66281d;
        font-size: 2.3rem;
        text-transform: uppercase;
        font-weight: 600; }
        main .slider .posobie .price span,
        main .mainseotext .posobie .price span {
          text-transform: lowercase;
          color: #66281d; }
    main .slider .posobie-phone,
    main .mainseotext .posobie-phone {
      flex: 2; }
      main .slider .posobie-phone a,
      main .mainseotext .posobie-phone a {
        color: #057342;
        text-decoration: none; }
      main .slider .posobie-phone .gray,
      main .mainseotext .posobie-phone .gray {
        color: gray; }
  main .slider {
    padding: 40px;
    margin-top: 20px;
    line-height: 1.15;
    color: #333333; }
    main .slider .inner-slider {
      display: flex;
      flex-flow: row wrap;
      width: 100%; }
      main .slider .inner-slider .tel-slider {
        padding: 30px 0; }
        main .slider .inner-slider .tel-slider a {
          text-decoration: none;
          color: #66281d;
          text-transform: uppercase;
          font-weight: 700;
          font-size: 2.6rem;
          display: flex; }
          main .slider .inner-slider .tel-slider a img {
            width: 48px; }
        main .slider .inner-slider .tel-slider .main-slider-desc {
          text-transform: uppercase;
          font-weight: 700;
          font-size: 2.4rem; }
    main .slider .inner-banner-slider {
      background: rgba(255, 255, 255, 0.9);
      border-radius: 6px;
      box-sizing: border-box; }
      main .slider .inner-banner-slider .inner-slider-description {
        padding: 30px; }
      main .slider .inner-banner-slider .main-slider-title {
        text-transform: uppercase;
        font-size: 32px;
        font-weight: 700;
        line-height: 1.15; }
    main .slider .zayavka {
      margin-top: 30px; }
      main .slider .zayavka .zayavka-button {
        padding: 10px 40px;
        background-color: #064e06;
        color: #ffffff;
        text-transform: uppercase;
        border-radius: 4px;
        border: 1px solid #064e06; }
    main .slider .inner-banner-slider-second {
      flex: 1; }

.mainseotext p {
  padding-bottom: 20px;
  line-height: 1.6;
  color: #5f5c5c; }

.step-tabs {
  padding: 15px; }
  .step-tabs__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px; }
    .step-tabs__tabs .jsTabs__tab {
      cursor: pointer;
      padding: 10px 20px;
      border-radius: 4px;
      transition: background 0.3s ease, color 0.3s ease; }
      .step-tabs__tabs .jsTabs__tab.btn_red {
        background: #66281d;
        color: #ffffff; }
      .step-tabs__tabs .jsTabs__tab:hover {
        color: #ffffff; }
  .step-tabs__content .tabs__pane {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease; }
    .step-tabs__content .tabs__pane._active {
      display: block;
      opacity: 1;
      transform: translateY(0); }

.steps__items {
  display: flex;
  flex-direction: column;
  gap: 15px; }
.steps__item {
  padding: 15px;
  border-left: 4px solid #66281d;
  background: #f9f9f9;
  border-radius: 4px; }
  .steps__item p {
    margin: 0; }
  .steps__item a {
    color: #66281d;
    font-weight: bold;
    text-decoration: none; }

/* ====== ╨в╨Р╨С╨л ====== */
.tabs {
  display: flex;
  gap: 10px;
  margin: 20px 0; }
  .tabs__btn {
    padding: 10px 20px;
    border: 1px solid #057342;
    background: #057342;
    cursor: pointer;
    transition: all 0.3s ease;
    border-radius: 4px;
    font-size: 1rem;
    color: #ffffff; }
    .tabs__btn.active {
      background: #66281d;
      color: #ffffff;
      border-color: #66281d; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

/* ====== ╨С╨Ы╨Ю╨Ъ ╨в╨Р╨а╨Ш╨д╨Ю╨Т ====== */
.pack-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px; }
  @media (max-width: 768px) {
    .pack-list {
      grid-template-columns: 1fr;
      gap: 15px; } }

.pack {
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s ease; }
  .pack:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .pack__header {
    background: #f5f5f5;
    color: #1e1e1e;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ddd; }
    .pack__header .pack__name {
      font-size: 1.3rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #057342; }
    .pack__header .pack__type {
      font-size: 2rem;
      opacity: 0.85;
      color: #810202;
      margin-top: 5px; }
  .pack__content {
    padding: 15px;
    position: relative;
    flex: 1; }
    .pack__content .pack__desc {
      max-height: 120px;
      overflow: hidden;
      position: relative;
      font-size: 0.95rem;
      line-height: 1.5;
      transition: max-height 0.4s ease; }
      .pack__content .pack__desc::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 40px;
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
        pointer-events: none; }
    .pack__content.open .pack__desc {
      max-height: 1000px; }
      .pack__content.open .pack__desc::after {
        display: none; }
    .pack__content .pack__toggle {
      display: inline-block;
      margin-top: 10px;
      padding: 6px 12px;
      border: 1px solid #444;
      background: #444;
      color: #fff;
      border-radius: 4px;
      cursor: pointer;
      font-size: 0.9rem;
      transition: background 0.3s ease; }
      .pack__content .pack__toggle:hover {
        background: #1e1e1e; }
  .pack__footer {
    padding: 15px;
    border-top: 1px solid #eee;
    text-align: center; }
    .pack__footer .pack__price {
      font-size: 1.2rem;
      font-weight: 600;
      color: #66281d;
      /* ╨░╨║╤Ж╨╡╨╜╤В╨╕╤А╤Г╨╡╨╝ ╤В╨╛╨╗╤М╨║╨╛ ╤Ж╨╡╨╜╤Г */ }

/* ====== ╨Ь╨Ю╨С╨Ш╨Ы╨м╨Э╨Р╨п ╨Т╨Х╨а╨б╨Ш╨п ====== */
@media (max-width: 768px) {
  .pack__header {
    padding: 12px; }
    .pack__header .pack__name {
      font-size: 1.1rem; }
    .pack__header .pack__type {
      font-size: 1.85rem; }
  .pack__content {
    padding: 12px; }
    .pack__content .pack__desc {
      font-size: 0.9rem;
      line-height: 1.4;
      max-height: 100px; }
    .pack__content .pack__toggle {
      width: 100%;
      text-align: center;
      font-size: 0.85rem; }
  .pack__footer {
    padding: 12px; }
    .pack__footer .pack__price {
      font-size: 1.05rem; } }
.products {
  padding: 40px 20px; }
  .products__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px; }
    @media (max-width: 992px) {
      .products__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 576px) {
      .products__grid {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 320px) {
      .products__grid {
        grid-template-columns: 1fr; } }
  .products .ms2_product {
    position: relative;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center; }
    .products .ms2_product__image img {
      max-width: 100%;
      height: auto;
      border-radius: 6px;
      margin-bottom: 15px; }
    .products .ms2_product__title {
      font-weight: 600;
      font-size: 1.1rem;
      color: #333;
      text-decoration: none; }
      .products .ms2_product__title:hover {
        color: #057342; }
    .products .ms2_product__price {
      margin: 10px 0;
      font-size: 1.2rem;
      color: #222; }
      .products .ms2_product__price .old_price {
        text-decoration: line-through;
        color: #999;
        font-size: 0.9rem;
        margin-left: 8px; }
    .products .ms2_product__actions {
      margin-top: auto; }
      .products .ms2_product__actions a {
        text-decoration: none; }
      .products .ms2_product__actions .btn {
        padding: 8px 16px;
        width: 100%;
        font-size: 0.95rem;
        text-align: center; }
        .products .ms2_product__actions .btn-primary.btn {
          background: #1e1e1e;
          color: #fff; }
          .products .ms2_product__actions .btn-primary.btn:hover {
            background: #333; }
    .products .ms2_product span.badge-pill {
      position: absolute;
      left: 0;
      background: #66281d;
      padding: 5px 10px;
      color: #ffffff; }
  .products__more {
    margin-top: 30px;
    text-align: center; }
    .products__more .products .ms2_product__actions .btn, .products .ms2_product__actions .products__more .btn, .products__more .btn {
      display: inline-block;
      width: auto; }

/* ╨Ю╤Б╨╜╨╛╨▓╨╜╨░╤П ╨║╨░╤А╤В╨╛╤З╨║╨░ */
.product-page {
  display: flex;
  gap: 40px;
  padding: 40px;
  flex-wrap: wrap; }
  .product-page__gallery {
    flex: 1;
    max-width: 600px; }
    .product-page__gallery img {
      width: 100%;
      border-radius: 8px;
      cursor: zoom-in; }
    .product-page__gallery__thumbs {
      display: flex;
      gap: 10px;
      margin-top: 10px; }
      .product-page__gallery__thumbs .thumb {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border: 2px solid transparent;
        border-radius: 6px;
        cursor: pointer; }
        .product-page__gallery__thumbs .thumb.active {
          border-color: #007bff; }
  .product-page__info {
    flex: 1;
    min-width: 280px; }
    .product-page__info h2 {
      font-size: 2rem;
      margin-bottom: 10px; }
    .product-page__info .product-page__description {
      font-size: 1rem;
      color: #666;
      margin-bottom: 20px;
      line-height: 1.6; }
      .product-page__info .product-page__description p {
        padding-bottom: 20px; }
    .product-page__info .product-page__details {
      margin-bottom: 20px; }
    .product-page__info .product-page__detail {
      display: flex;
      justify-content: space-between;
      padding: 5px 0;
      font-size: 0.95rem; }
      .product-page__info .product-page__detail span:first-child {
        font-weight: 500; }
    .product-page__info .product-page__price {
      font-weight: bold;
      font-size: 1.2rem;
      margin-bottom: 20px; }
    .product-page__info .product-page__btn {
      padding: 10px 20px;
      font-size: 1rem;
      color: #fff;
      background: #007bff;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: 0.2s; }
      .product-page__info .product-page__btn:hover {
        background: #0056b3; }

/* ╨Я╨╛╨┐╤Г╨╗╤П╤А╨╜╤Л╨╡ ╤В╨╛╨▓╨░╤А╤Л */
.popular-products {
  margin-top: 50px;
  padding: 0 40px; }

.popular-products__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 20px; }

/* ╨Ь╨╛╨┤╨░╨╗╤М╨╜╤Л╨╡ ╨╛╨║╨╜╨░ */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000; }
  .modal-overlay img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 8px; }
  .modal-overlay .modal-content {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    max-width: 400px;
    width: 90%;
    position: relative; }
    .modal-overlay .modal-content form {
      display: flex;
      flex-direction: column;
      gap: 10px; }
    .modal-overlay .modal-content input,
    .modal-overlay .modal-content textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      width: 100%; }
    .modal-overlay .modal-content button[type="submit"] {
      background: #007bff;
      color: #fff;
      border: none;
      padding: 10px;
      border-radius: 6px;
      cursor: pointer; }
    .modal-overlay .modal-content .modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      background: none;
      border: none;
      font-size: 1.5rem;
      cursor: pointer; }

/* ╨Ь╨╛╨▒╨╕╨╗╤М╨╜╨░╤П ╨▓╨╡╤А╤Б╨╕╤П */
@media (max-width: 768px) {
  .product-page {
    flex-direction: column;
    padding: 20px; }

  .product-page__gallery {
    max-width: 100%; } }
.btn, .products .ms2_product__actions .btn, .products__more .btn {
  background: #057342;
  color: #fff;
  padding: 12px 25px;
  border-radius: 6px;
  font-size: 1rem;
  transition: background 0.3s;
  border: 1px solid #057342; }
  .btn:hover, .products .ms2_product__actions .btn:hover {
    background: #034226;
    cursor: pointer; }

@media (max-width: 600px) {
  .btn, .products .ms2_product__actions .btn, .products__more .btn {
    width: 100%; } }
/* ==== ╨Ъ╨Э╨Ю╨Я╨Ъ╨Р ╨Я╨Ю╨Ф ╨ж╨Х╨Э╨Р╨Ь╨Ш ==== */
.slider .price-callback {
  text-align: left; }

.price-callback {
  text-align: center;
  margin-top: 30px; }

.btn:disabled, .products .ms2_product__actions .btn:disabled {
  background: #ccc !important;
  color: #666 !important;
  cursor: not-allowed;
  opacity: 0.7; }

/* ==== ╨Ь╨Ю╨Ф╨Р╨Ы╨Ъ╨Р ==== */
.modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 5555;
  justify-content: center;
  align-items: center; }
  .modal.active {
    display: flex; }
  .modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); }
  .modal__content {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 8px;
    max-width: 420px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease; }
    .modal__content h2 {
      margin-bottom: 20px;
      font-size: 1.3rem;
      color: #66281d; }
    .modal__content .form__field {
      margin-bottom: 15px; }
      .modal__content .form__field label {
        display: block;
        margin-bottom: 5px;
        font-size: 0.9rem; }
      .modal__content .form__field input,
      .modal__content .form__field textarea {
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 6px;
        font-size: 0.95rem; }
      .modal__content .form__field textarea {
        resize: vertical;
        min-height: 80px; }
    .modal__content .form__field_checkbox {
      display: flex;
      flex-flow: row;
      align-items: center;
      font-size: 0.85rem; }
      .modal__content .form__field_checkbox input {
        margin-right: 8px; }
    .modal__content .form__actions {
      text-align: center; }
  .modal__close {
    position: absolute;
    right: 12px;
    top: 12px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer; }

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
/* ==== CONTACTS ==== */
.contacts {
  padding: 40px 20px;
  background: #f8f8f8; }
  .contacts__container {
    display: flex;
    gap: 20px; }
  .contacts__map {
    flex: 1 1 50%; }
    .contacts__map iframe {
      width: 100%;
      border: none;
      border-radius: 6px; }
  .contacts__form {
    flex: 1 1 50%;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); }
    .contacts__form .contacts__title {
      font-size: 1.4rem;
      margin-bottom: 20px;
      color: #333; }

/* ==== FORM ==== */
.form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  /* ╨з╨╡╨║╨▒╨╛╨║╤Б */ }
  .form__field {
    display: flex;
    flex-direction: column;
    gap: 5px; }
    .form__field label {
      font-size: 0.9rem;
      color: #555; }
    .form__field input,
    .form__field textarea {
      padding: 10px;
      border: 1px solid #ccc;
      border-radius: 4px;
      font-size: 0.95rem;
      transition: border 0.3s ease; }
      .form__field input:focus,
      .form__field textarea:focus {
        outline: none;
        border-color: #666; }
    .form__field textarea {
      min-height: 100px;
      resize: vertical; }
  .form__actions {
    margin-top: 10px; }
  .form__field_checkbox {
    flex-direction: row;
    align-items: center;
    gap: 8px; }
    .form__field_checkbox input[type="checkbox"] {
      width: 16px;
      height: 16px;
      cursor: pointer; }
    .form__field_checkbox label {
      font-size: 0.85rem;
      color: #444;
      cursor: pointer; }
  .form__actions {
    margin-top: 10px; }

/* ==== MOBILE ==== */
@media (max-width: 768px) {
  .contacts__container {
    flex-direction: column; }

  .contacts__map {
    order: 0; }

  .contacts__form {
    order: 1; } }
.catalog-section {
  padding: 0 15px; }

.catalog-wrapper {
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px; }
  @media (max-width: 992px) {
    .catalog-wrapper {
      grid-template-columns: 1fr; } }

/* ╨д╨╕╨╗╤М╤В╤А */
.catalog-filter {
  background: #f7f7f7;
  padding: 15px;
  border-radius: 8px;
  position: relative; }
  @media (max-width: 992px) {
    .catalog-filter {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 80%;
      max-width: 320px;
      height: 100%;
      overflow-y: auto;
      z-index: 1001;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
      background: #fff; } }
  .catalog-filter.active {
    display: block; }
  .catalog-filter .filter-title {
    font-size: 18px;
    margin-bottom: 10px; }
  .catalog-filter .filter-block {
    margin-bottom: 20px; }
    .catalog-filter .filter-block h3 {
      font-size: 16px;
      margin-bottom: 8px; }
    .catalog-filter .filter-block label {
      display: block;
      margin: 5px 0; }
    .catalog-filter .filter-block .price-range {
      display: flex;
      align-items: center;
      gap: 8px; }
      .catalog-filter .filter-block .price-range input {
        width: 80px;
        padding: 4px 6px;
        border: 1px solid #ccc;
        border-radius: 4px; }
  .catalog-filter .btn-apply {
    width: 100%;
    font-size: 16px;
    padding: 12px; }
  .catalog-filter .filter-close {
    display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 26px;
    cursor: pointer;
    color: #333; }
    @media (max-width: 992px) {
      .catalog-filter .filter-close {
        display: block; } }

/* Overlay */
.catalog-filter-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000; }
  .catalog-filter-overlay.active {
    display: block; }

/* ╨Ъ╨╜╨╛╨┐╨║╨░ ╤Д╨╕╨╗╤М╤В╤А╨░ ╨┤╨╗╤П ╨╝╨╛╨▒╨╕╨╗╨╛╨║ */
.filter-toggle {
  display: none;
  margin-bottom: 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer; }
  .filter-toggle img {
    width: 28px;
    margin-right: 5px; }
  @media (max-width: 992px) {
    .filter-toggle {
      display: inline-flex;
      align-items: center;
      width: 100%; } }

/* ╨б╨╡╤В╨║╨░ ╤В╨╛╨▓╨░╤А╨╛╨▓ */
.catalog-wrapper .products__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px; }
  @media (max-width: 992px) {
    .catalog-wrapper .products__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 576px) {
    .catalog-wrapper .products__grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 320px) {
    .catalog-wrapper .products__grid {
      grid-template-columns: 1fr; } }

/* ms2_product ╨║╨░╤А╤В╨╛╤З╨║╨╕ */
.ms2_product {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.3s; }
  .ms2_product:hover {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .ms2_product .ms2_product__image img {
    width: 100%;
    display: block; }
  .ms2_product .ms2_product__info {
    padding: 10px; }
    .ms2_product .ms2_product__info .ms2_product__title {
      font-size: 16px;
      margin-bottom: 5px;
      display: block; }
    .ms2_product .ms2_product__info .ms2_product__price {
      font-weight: bold;
      margin-bottom: 10px; }
  .ms2_product .ms2_product__actions {
    padding: 10px 0 20px 0; }

/* ╨Ч╨░╨│╤А╤Г╨╖╨╕╤В╤М ╨╡╤Й╤С */
.load-more {
  text-align: center;
  margin-top: 20px; }

/* ==== FOOTER ==== */
.footer {
  background: #1e1e1e;
  color: #ccc;
  font-size: 0.9rem;
  margin-top: 40px;
  /* ╨Т╨╡╤А╤Е╨╜╤П╤П ╤З╨░╤Б╤В╤М */
  /* ╨Э╨╕╨╢╨╜╤П╤П ╤З╨░╤Б╤В╤М */ }
  .footer a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s ease; }
    .footer a:hover {
      color: #fff; }
  .footer h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase; }
  .footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 30px 20px;
    border-bottom: 1px solid #333; }
    .footer-top .footer-block {
      flex: 1 1 200px;
      margin: 10px; }
      .footer-top .footer-block ul {
        list-style: none;
        padding: 0; }
        .footer-top .footer-block ul li {
          margin-bottom: 6px; }
    .footer-top .footer-logo {
      font-size: 1.5rem;
      font-weight: 600;
      margin-bottom: 10px;
      color: #fff; }
    .footer-top .footer-legal {
      font-size: 0.8rem;
      line-height: 1.4;
      color: #aaa; }
  .footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    font-size: 0.85rem; }
    .footer-bottom .footer-reviews a {
      font-weight: 600;
      text-transform: uppercase; }
    .footer-bottom .footer-socials {
      display: flex;
      gap: 10px; }
      .footer-bottom .footer-socials img {
        width: 24px;
        height: 24px;
        filter: brightness(0) invert(0.8);
        transition: filter 0.3s ease; }
        .footer-bottom .footer-socials img:hover {
          filter: brightness(0) invert(1); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px; }
  .services-grid .service-category {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    background: #fff;
    padding: 15px; }
    .services-grid .service-category h2.category-title {
      font-size: 1.6rem;
      text-transform: uppercase;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      .services-grid .service-category h2.category-title a {
        color: #333333; }
      .services-grid .service-category h2.category-title .accordion-toggle {
        font-size: 1.6rem;
        transition: transform 0.3s ease; }
        @media (min-width: 769px) {
          .services-grid .service-category h2.category-title .accordion-toggle {
            display: none; } }
    .services-grid .service-category .service-items {
      display: flex;
      flex-wrap: wrap;
      gap: 15px; }
      .services-grid .service-category .service-items a.service-card {
        display: block;
        background: #fff;
        border-radius: 10px;
        padding: 10px;
        flex: 1 1 calc(50% - 15px);
        text-align: left;
        text-decoration: none;
        color: #333333;
        transition: transform 0.2s ease, box-shadow 0.2s ease; }
        .services-grid .service-category .service-items a.service-card:hover {
          transform: translateY(-5px);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }

.services-grid-two .service-category {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  background: #7faa80;
  padding: 20px;
  margin: 15px; }
  .services-grid-two .service-category h2.category-title {
    font-size: 1.8rem;
    text-transform: uppercase;
    margin-bottom: 15px; }
    .services-grid-two .service-category h2.category-title .accordion-toggle {
      display: none !important; }
    .services-grid-two .service-category h2.category-title a {
      color: #333333;
      text-decoration: none; }
  .services-grid-two .service-category .service-items {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; }
    .services-grid-two .service-category .service-items a.service-card {
      display: flex;
      flex: 1 1 calc(33.333% - 15px);
      background: #fff;
      border-radius: 10px;
      padding: 10px;
      text-align: left;
      text-decoration: none;
      color: #333333;
      transition: transform 0.2s ease, box-shadow 0.2s ease; }
      .services-grid-two .service-category .service-items a.service-card::after {
        content: "\2192";
        color: #333333;
        margin-left: auto;
        transition: transform 0.2s ease; }
      .services-grid-two .service-category .service-items a.service-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12); }
@media (max-width: 768px) {
  .services-grid-two .service-category {
    padding: 15px; }
    .services-grid-two .service-category .service-items {
      flex-direction: column; }
      .services-grid-two .service-category .service-items a.service-card {
        flex: 1 1 100%; } }

.services-grid-three .service-category {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin: 15px; }
  .services-grid-three .service-category a {
    color: #333333;
    display: flex; }
    .services-grid-three .service-category a .news-description {
      padding: 0 20px; }

@media (max-width: 768px) {
  .services-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 20px 10px; }
    .services-grid .service-category h2.category-title {
      margin-bottom: 10px; }
    .services-grid .service-category .service-items {
      display: none;
      flex-direction: column;
      gap: 10px; }
      .services-grid .service-category .service-items a.service-card {
        flex: 1 1 100%; }
    .services-grid .service-category.open .service-items {
      display: flex; }

  .services-grid-three .service-category a {
    flex-flow: column nowrap; } }
.breadcrumbs {
  padding: 15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  color: #333333; }
  .breadcrumbs #breadcrumbs {
    padding: 15px 0 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    color: #333333; }
    .breadcrumbs #breadcrumbs li {
      font-size: 0.9rem;
      color: #333333; }
      .breadcrumbs #breadcrumbs li a {
        color: #9c1c28;
        text-decoration: none; }
        .breadcrumbs #breadcrumbs li a:hover {
          text-decoration: underline; }

.mainseotext2 {
  padding: 0 15px;
  color: #333333; }
  .mainseotext2 .wrapmaindescription2 {
    display: flex;
    flex-flow: column wrap;
    gap: 20px; }
    .mainseotext2 .wrapmaindescription2 .tabs {
      display: block; }
    .mainseotext2 .wrapmaindescription2 .maindescription2 {
      font-size: 1rem;
      line-height: 1.6;
      color: #333333; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 h2 {
        font-size: 1.8rem;
        text-transform: uppercase;
        margin: 0; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 h3 {
        font-size: 1.4rem;
        margin: 15px 0 5px;
        padding-left: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer; }
        .mainseotext2 .wrapmaindescription2 .maindescription2 h3 .accordion-toggle {
          border: 0;
          background: transparent;
          font-size: 1.4rem;
          transition: transform 0.3s ease;
          padding: 15px; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 p {
        margin-bottom: 15px; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 ul,
      .mainseotext2 .wrapmaindescription2 .maindescription2 ol {
        margin: 10px 0 15px 20px; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 blockquote {
        border-left: 4px solid #9c1c28;
        padding-left: 15px;
        margin: 15px 0;
        font-style: italic;
        color: #1a1a1a; }
      .mainseotext2 .wrapmaindescription2 .maindescription2 .image-text {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        margin: 25px 0; }
        .mainseotext2 .wrapmaindescription2 .maindescription2 .image-text .img-placeholder {
          width: 600px;
          flex-shrink: 0; }
          .mainseotext2 .wrapmaindescription2 .maindescription2 .image-text .img-placeholder img {
            width: 100%;
            height: auto;
            display: block;
            border-radius: 6px; }
        .mainseotext2 .wrapmaindescription2 .maindescription2 .image-text .text-float {
          flex: 1; }
        .mainseotext2 .wrapmaindescription2 .maindescription2 .image-text.right {
          flex-direction: row-reverse; }
    .mainseotext2 .wrapmaindescription2 .tabs {
      display: flex;
      flex-direction: column;
      gap: 10px; }
      .mainseotext2 .wrapmaindescription2 .tabs .tab-buttons {
        display: flex;
        gap: 5px; }
      .mainseotext2 .wrapmaindescription2 .tabs .tab-btn {
        padding: 8px 12px;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        background: #fff;
        cursor: pointer;
        transition: background 0.2s ease; }
        .mainseotext2 .wrapmaindescription2 .tabs .tab-btn.active {
          background: #9c1c28;
          color: #fff; }
      .mainseotext2 .wrapmaindescription2 .tabs .tab-content {
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        padding: 15px;
        background: #fff; }
        .mainseotext2 .wrapmaindescription2 .tabs .tab-content[hidden] {
          display: none; }

.faq-accordion {
  width: 100%;
  flex-direction: column;
  gap: 1rem; }
  .faq-accordion .faq-item {
    border-bottom: 1px solid #ddd; }
    .faq-accordion .faq-item .faq-toggle {
      width: 100%;
      text-align: left;
      background: none;
      border: none;
      padding: 1rem;
      font-size: 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      color: #333333 !important;
      -webkit-text-fill-color: #333333 !important;
      text-decoration: none !important;
      appearance: none; }
      .faq-accordion .faq-item .faq-toggle .faq-symbol {
        font-size: 1.2rem;
        margin-left: 1rem;
        transition: transform 0.3s ease; }
    .faq-accordion .faq-item .faq-content {
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, padding 0.3s ease;
      padding: 0 1rem; }
      .faq-accordion .faq-item .faq-content p {
        margin: 1rem 2rem 1rem 1rem; }
    .faq-accordion .faq-item.active .faq-content {
      padding: 0 1rem; }

/* ==== ╨Р╨┤╨░╨┐╤В╨╕╨▓ ==== */
@media (max-width: 768px) {
  .mainseotext2 .wrapmaindescription2 .image-text {
    flex-direction: column !important; }
    .mainseotext2 .wrapmaindescription2 .image-text .img-placeholder {
      width: 100% !important; }
    .mainseotext2 .wrapmaindescription2 .image-text .text-float {
      width: 100%; } }
@media (max-width: 768px) {
  /* ==== HEADER ==== */
  .header-top {
    padding: 6px; }

  .logo {
    font-size: 0.7rem; }

  .logo-img {
    display: none;
    width: 40px; }

  .wraplogos {
    padding-left: 6px; }

  .logos {
    max-width: 100px; }

  .logospan {
    display: none; }

  .wrap-phones span,
  .phone {
    display: none; }

  .phone-icon {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 1.1rem; }

  .phone-icon img {
    width: 28px;
    height: 28px;
    display: none; }

  .burger {
    display: block; }

  .nav-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #2b2b2b;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
    z-index: 999;
    display: block;
    padding: 0; }

  .nav-wrapper.active {
    max-height: 1000px;
    opacity: 1; }

  nav {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0; }

  nav a {
    padding: 10px 20px; }

  nav .has-submenu > ul {
    position: static;
    background: #3a3a3a;
    display: none;
    /* ╤Б╨║╤А╤Л╨▓╨░╨╡╨╝ ╨┐╨╛ ╤Г╨╝╨╛╨╗╤З╨░╨╜╨╕╤О */ }

  nav .has-submenu.open > ul {
    display: block; }

  .social {
    display: none; }

  .posobie-phone .social {
    display: flex; }

  nav .has-submenu a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }

  .submenu-arrow {
    display: inline-block;
    transition: transform 0.3s ease;
    margin-left: auto; }

  /* ==== ╨Ь╨Х╨У╨Р-╨Ь╨Х╨Э╨о ==== */
  .mega-menu {
    position: relative; }
    .mega-menu .mega-menu-content {
      position: static;
      display: none;
      grid-template-columns: 1fr;
      gap: 10px;
      padding: 10px 0;
      max-width: 100%;
      background: #2b2b2b;
      max-height: 70vh;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    .mega-menu.open .mega-menu-content {
      display: block;
      padding: 0 20px; }
    .mega-menu .mega-column h4 {
      font-size: 1rem;
      text-transform: uppercase;
      margin: 10px 0 5px; }
    .mega-menu .mega-column div.hef {
      font-size: 1rem;
      text-transform: uppercase;
      margin: 10px 0 5px; }
    .mega-menu .mega-column ul li {
      margin: 4px 0; }
    .mega-menu .mega-column a {
      color: #ddd; }
      .mega-menu .mega-column a:hover {
        color: #fff; }

  /* ==== MAIN ==== */
  main .slider {
    padding: 15px;
    margin-top: 0; }
    main .slider .inner-banner-slider {
      width: 100%; }
      main .slider .inner-banner-slider .inner-slider-description {
        padding: 15px; }
      main .slider .inner-banner-slider .tel-slider .main-slider-desc {
        font-size: 1.6rem; }
      main .slider .inner-banner-slider .zayavka .zayavka-button {
        width: 100%; }
      main .slider .inner-banner-slider .tel-slider a img {
        display: none; }

  .inner-slider-description {
    padding: 15px;
    font-size: 0.9rem; }

  .main-slider-title {
    font-size: 20px; }

  .main-slider-desc {
    font-size: 14px; }

  .tel-slider a {
    font-size: 1.8rem !important; }

  .zayavka-button {
    padding: 8px 12px;
    font-size: 0.9rem; }

  /* ==== MAINSEOTEXT ==== */
  .mainseotext .wrapmaindescription {
    display: flex;
    flex-flow: column wrap;
    gap: 10px; }
  .mainseotext .posobie {
    order: 1;
    flex: 1 1 100%;
    padding: 10px; }
  .mainseotext .maindescription {
    order: 0;
    flex: 1 1 100%;
    font-size: 0.95rem; }

  .footer-top {
    flex-direction: column;
    gap: 1px; }
    .footer-top .footer-block {
      margin: 0; }

  .footer-bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center; }

  .services-grid-three .service-category {
    padding: 0 10px; }
    .services-grid-three .service-category a .news-description {
      padding: 20px 0; } }

/*# sourceMappingURL=style.css.map */
