.service-title {
    color: #0056b3 !important; /* Было #0066cc */
}

@media (max-width: 768px) {
 .row>* {
  padding-right: 3px;
  padding-left: 2px;
 }
  .custom-backgound {
    padding-right: 0px;
 }
  .justify-content-end {
    justify-content: center !important;
 }
  .logo a {
    padding-left: 10px !important;
 }
}
@media (max-width: 1720px) {
  .logocust {
    display: none;
  }
}
/*test*/
.custopen-feedback-btn {
  padding: 12px 24px;
  background-color: rgba(97, 250, 2, 0.7);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

/* Эффект при наведении */
.custopen-feedback-btn:hover {
  background-color: rgba(97, 250, 2, 0.9);
}

/* Для кнопки */
.custom-button {
  padding: 12px 24px;
  background-color: rgba(97, 250, 2, 0.7);
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

/* Эффект при наведении */
.custom-button:hover {
  background-color: rgba(97, 250, 2, 0.9);
}

.btn-consultation {
    display: inline-block;
    padding: 12px 24px;
    background-color: #c92a2a; /* основной цвет, можно изменить */
    color: #fff; /* цвет текста */
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s, transform 0.3s;
  }

  .btn-consultation:hover {
    background-color: #0056b3; /* цвет при наведении */
    transform: scale(1.05);
  }

/* Фон*/
 .custom-backgound {
   backdrop-filter: blur(10px); 
    border-radius: 10px; background: linear-gradient(0.25turn, rgba(29, 0, 252, 0.4) , rgba(25, 0, 36, 0.6) , rgba(1, 3, 56, 0.6) ,  rgba(13, 110, 253, 0.6) );
   /*border-radius: 10px; background: linear-gradient(0.25turn, rgba(29, 0, 252, 0.9), rgba(106, 0, 163, 0.8), rgba(0, 0, 0, 0.8) 30%,  rgba(13, 110, 253, 0.8) ); */
   padding: 25px;
   font-family: Ubuntu;
 }

/* Стиль для контейнера модуля меню - используем селектор по тегу или позицию */
#moduletable {
  backdrop-filter: blur(10px);
 background: linear-gradient(0.25turn, rgba(13, 110, 253, 0.8), rgba(0, 0, 0, 0.4) 70%, rgba(29, 0, 252, 0.6));
  /*background-color: rgba(0,0,0,0.7);*/
  padding-top: 10px;
  margin: 15px;
  border-radius: 7px;
  box-shadow: 5px 10px 20px 10px rgba(255,0,0,0.1);
  width: auto; /* ширина блока */
  list-style: "=";
}

/* Убираем маркеры у списка */
#moduletable ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Пункты списка — блоковые элементы с отступами */
#moduletable li {
  margin-bottom: 1px; /* отступ между пунктами */
}

/* Ссылки внутри пунктов — блоковые для всей области клика */
#moduletable a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  font-family: Ubuntu;
  font-style: oblique 10deg;
  padding: 8px 12px; /* внутренние отступы */
  transition: background-color 0.01s, color 0.01s;
}

/* Эффект при наведении */
#moduletable a:hover {
  background-color: #007BFF;
  color: #ihtyfr;
}

/* Стили для блоков */

@media (max-width: 1200px) {
  .containerau {
    display: flex;
    flex-direction: column;
  }
  .your-dis {
    order: -1; /* перемещает его наверх */
  }
}

.modali {
  backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  height: 100px;
  color: white;
  font-family: 'Arial', sans-serif;
  font-size: 40px;
  padding: 10px;
  border-radius: 20px;
}

.checklist {
  list-style-type: none;
  padding-left: 0;
 }
.checklist li:before {
  content: "✓ ";
  color: #bcff05;
  font-weight: 1000;
 }

/* Блок преимуществ */
.features {
   display:flex; 
   flex-wrap: wrap; 
   gap:20px; 
   justify-content:center; 
}
.feature-box {
   flex-basis: calc(50% - 40px);
   background:#ecf0f1; 
   padding:20px; 
   border-radius:8px; 
   box-shadow:0 2px 5px rgba(0,0,0,0.1);
}
@media(max-width:768px){
   .feature-box{
      flex-basis:auto; 
   }
}

  /* Кнопка */
  .btn {
    display: inline-block;
    background-color: #2980b9;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.btn:hover {
   background-color: #3498db; 
}

.customi-svg {
  width: 16px; /* размер */
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
  fill: #007BFF;
  display: initial;
}

/* Сетка галереи (3 колонки) */


/* Галерея */
.custom-bachkc {
  margin-top: 10px; 
  padding: 10px; 
  font-family: Ubuntu; 
  text-align: center; 
  border-radius: 10px; 
  background-color: rgba(13, 110, 253, 0.8);
}

.joomla-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
  margin: 2rem 0;
}

.gallery-item {
  cursor: pointer;
  transition: transform 0.3s;
  backdrop-filter: blur(10px); 
  border-radius: 10px; 
  background-color: rgba(0, 0, 0, 0.7); 
  box-shadow: 3px 3px 8px rgba(255, 255, 255, 0.7); 
  padding: 2px;
  style="text-align: center;
}

.gallery-item:hover {
  transform: scale(1.03);
}

.gallery-item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 8px;
}

/* Лайтбокс */
.lightbox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
  display: none;
  z-index: 1000;
  align-items: center;
  justify-content: center;
}

.lightbox-container {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
}

.lightbox-image {
  max-height: 80vh;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.lightbox-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 2rem;
  cursor: pointer;
}

.lightbox-caption {
  color: white;
  text-align: center;
  padding: 15px;
  font-size: 1.1rem;
}

/* для Наши работы плитки*/
.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 10px;    
  }
  .project {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    overflow: hidden;
    width: 300px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.5);
    transition: transform 0.2s;
  }
  .project:hover {
    transform: scale(1.02);
  }
  .project img {
    width: 100%;
    height: auto;
    display: block;
  }
  .project-details {
    padding: 15px;
  }
  .project-title {
    font-size: 1.2em;
    margin-bottom: 10px;
    color: #333;
  }
  .project-description {
    font-size: 0.95em;
    color: #555;
  }
/* маркер*/
  .custom-marker {
    list-style-type: "\01F539"; /* Убираем стандартные маркеры */
    padding-left: 30px; /* Добавляем отступ слева */
 }
/* попап */
/* Стили попапа */
.feedback-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  animation: fadeIn 0.3s;
}

.feedback-content {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  position: relative;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

/* Форма */
.callback-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 20px 0;
}

.callback-form input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.callback-form button {
  padding: 10px;
  background: #4CAF50;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Кнопки действий */
.action-buttons {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}

.action-btn {
  padding: 10px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  flex: 1;
}

.email-btn {
  background: #FF9800;
  color: white;
}

.message-btn {
  background: #2196F3;
  color: white;
}

/* Соцсети */
.social-links {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.social-btn {
  padding: 10px 15px;
  border-radius: 5px;
  color: white;
  text-decoration: none;
  text-align: center;
}

.whatsapp { background: #25D366; }
.vk { background: #4C75A3; }
.telegram { background: #0088CC; }

/* Анимация */
@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* Кнопка открытия */
.open-feedback-btn {
  padding: 10px 20px;
  background: #333;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
}
/* Контакты*/

/* Reset */
/** {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
  background-color: #f8f9fa;
  color: #333;
}*/

.containeri {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

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

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

@media (max-width: 768px) {
  .coli-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .containeri {
  padding: 0 0px;
}
}

/* Header */
.heroi {
  background: linear-gradient(to right, rgba(13, 110, 253, 0.9), rgba(201, 42, 42, 0.9));
  /*background: linear-gradient(to right, #0d6efd, #c92a2a);*/
  color: white;
  padding: 4rem 1rem 3rem;
  text-align: center;
}

.heroi h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}

.heroi p {
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

/* Main Content */
.maini-content {
  padding: 3rem 1rem;
}

.contacti-info,
.contacti-form,
.messengeri-links,
.mapi-section {
  background: #fff;
  border-radius: 8px;
  padding: 1.5rem;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
  margin-bottom: 2rem;
}

.contacti-info h2,
.contacti-form h2,
.messengeri-links h3,
.mapi-section h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #212529;
}

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

.contacti-info li {
  margin-bottom: 0.75rem;
}

.contacti-info a {
  color: #ffff;
  text-decoration: underline;
}

.contacti-info hr {
  margin: 1.5rem 0;
}

/* Form */
.contacti-form label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.contacti-form input,
.contacti-form textarea {
  width: 100%;
  padding: 0.75rem;
  margin-bottom: 1.25rem;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
}

.contacti-form button {
  background-color: #c92a2a;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contacti-form button:hover {
  background-color: #a61e2a;
}

/* Messengers */
.messengeri-links h3 {
  margin-bottom: 1rem;
}

.btni {
  display: inline-block;
  padding: 0.6rem 1rem;
  border-radius: 4px;
  font-size: 1rem;
  text-decoration: none;
  color: white;
  margin-right: 1rem;
  margin-bottom: 1rem;
  transition: background-color 0.3s ease;
}

.btni-whatsapp {
  background-color: #25d366;
}

.btni-whatsapp:hover {
  background-color: #128c7e;
}

.btni-telegram {
  background-color: #0095f9;
}

.btni-telegram:hover {
  background-color: #007ac9;
}

.btni-vk {
  background-color: #4c75a3;
}

.btni-vk:hover {
  background-color: #3b5a87;
}

.sociali-links {
  margin-top: 1rem;
}

/* Map */
.mapi-container {
  overflow: hidden;
  position: relative;
  padding-top: 56.25%; /* 16:9 */
}

.mapi-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Footer */
.site-footer {
  background-color: #1e2a37;
  color: #dcdcdc;
  padding: 4rem 1rem 2rem;
}

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

.footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
}

.footer-column {
  flex: 1 1 200px;
  min-width: 200px;
}

.footer-column h3,
.footer-column h4 {
  font-size: 1.2rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.footer-column p {
  font-size: 0.95rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 0.5rem;
  font-size: 0.95rem;
}

.footer-column a {
  color: #adb5bd;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #ffffff;
}

.social-links a {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem;
  color: #adb5bd;
  font-weight: 500;
}

.social-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.1);
  text-align: center;
  font-size: 0.9rem;
  color: #888;
}

/* Крошки */
.breadcrumbsi {
    padding: 15px 0;
    font-size: 0.9rem;
}

.breadcrumbi {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-itemi {
    display: flex;
    align-items: center;
}

.breadcrumb-itemi + .breadcrumb-itemi::before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-itemi a {
    color: #4a6ea9;
    text-decoration: none;
    transition: all 0.3s;
    padding: 5px 0;
}

.breadcrumb-itemi a:hover {
    color: #2a4b7c;
    text-decoration: underline;
}

.breadcrumb-itemi.active {
    color: #666;
    font-weight: 500;
}
.breadcrumb {
    padding: 0.75rem 1rem;
    background-color: rgba(0,0,0, 0.5);
    border-radius: 0.25rem;
  --bs-breadcrumb-item-active-color: #fff;
}
.com-content #sp-main-body { padding: 10px 0; }

.consultation-btn {
  position: relative;
  padding: 16px 32px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background: linear-gradient(45deg, #00b09b, #96c93d);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.consultation-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  background: linear-gradient(45deg, #88d3ce, #6e45e2);
}

.consultation-btn:active {
  transform: translateY(1px);
}

.icon {
  transition: transform 0.3s ease;
}

.consultation-btn:hover .icon {
  transform: translateX(5px);
}

/* Эффект "блеска" при наведении */
.consultation-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.7s ease;
}

.desktop-text { display: inline; }
  .mobile-text { display: none; }

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

.consultation-btn:hover::after {
  left: 100%;
}

	.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler,  
	.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler {
	  font-size: 2em; color: green; 
	}
.offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > a > .menu-toggler::after, .offcanvas-menu .offcanvas-inner ul.menu > li.menu-parent > .menu-separator > .menu-toggler::after {
  font-family: "Font Awesome 6 Free";
  content: "";
  font-weight: 900;
  }
.offcanvas-menu .offcanvas-inner ul.menu, .offcanvas-menu .offcanvas-inner ul.menu ul li {
  margin: 10px 0;
  }
.inner-wrapper-sticky {
    background-color: rgba(0,0,0, 0.0) !important;
}
.max-btn-container {
  display: inline-block;
  padding: 5px;
  background: linear-gradient(145deg, #f6f9fc, #e3e8ee);
  border-radius: 14px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.max-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: white;
  border-radius: 10px;
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 4px 12px rgba(44,62,80,0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(44,62,80,0.1);
}

.max-btn:hover {
  transform: translateY(-2px);
  box-shadow: 
    inset 0 1px 0 rgba(255,255,255,0.4),
    0 6px 20px rgba(44,62,80,0.15);
}

.max-btn:active {
  transform: translateY(0);
  box-shadow: 
    inset 0 1px 2px rgba(0,0,0,0.1),
    0 2px 5px rgba(44,62,80,0.1);
}

.max-logo {
  height: 28px;
  width: auto;
  transition: transform 0.3s ease;
}

.max-btn:hover .max-logo {
  transform: scale(1.05);
}

/* Эффект блика при наведении */
.max-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 45%,
    rgba(255,255,255,0.8) 50%,
    rgba(255,255,255,0) 55%
  );
  transform: rotate(30deg);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.max-btn:hover::after {
  opacity: 1;
  animation: shine 1.5s ease;
}

@keyframes shine {
  0% { left: -50%; opacity: 0; }
  50% { opacity: 0.8; }
  100% { left: 150%; opacity: 0; }
}

.article-details .article-can-edit {
margin-bottom: 0 !important;
}
