/*
Theme Name: aktavius_tg@JIRAIYAnc
Author: Evgeni / t.me/JIRAIYAnc
Description: Основа шаблона — кастомная доработка BlankSlate + Astra. 
Version: 1.0
*/
.text a {
  color: #26b468;
}


.site-header-primary-section-left {
	/*position: relative;*/
}
.site-logo-img {
	position: absolute;
    top: -50px;
}
@media (max-width: 768px) {
    .site-logo-img {
  position: inherit;
    top: 0px;
}
}
.top-bar123 {
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* Позволяет блокам переноситься при малых размерах */
}

.service-block123 {
  width: 30%; /* Ширина каждого блока */
  box-sizing: border-box; /* Учитывает padding и border в общей ширине блока */
}

.service-title123 {
  font-size: 18px;
  margin: 0;
  text-align: left; /* Выравнивание заголовка по левому краю */
}

.service-list123 {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: left; /* Выравнивание списка по левому краю */
  width: 170px;
}
.site-logo-img img {
  padding-bottom: 10px;
}

.phone-icon123 {
  margin-bottom: 3px;
  margin-left: 4px;
}

.service-link123 {
  text-decoration: none;
  color: black;
}

.service-link123:hover {
  color: #009847;
}

/* Для мобильных устройств (если нужно, можно настроить под конкретные размеры) */
@media (max-width: 768px) {
  .service-block123 {
    width: 100%; /* На маленьких экранах блоки занимают всю ширину */
  }
}

h3.service-title123 {
  color: #009847;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
}

/* Стили для кнопки "Обратный звонок" */
.callback-button123 {
  background: none;
  border: 1px solid #009847;
  color: #009847;
  padding: 8px 15px;
  border-radius: 5px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;

}
.callback-button123:hover {
  background-color: #009847;
}

/* Стиль попапа */
.popup-overlay123 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none; /* Скрыт по умолчанию */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Контейнер попапа */
.popup-content123 {
  background-color: white;
  padding: 20px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  position: relative;
}

/* Кнопка закрытия */
.close-button123 {
  position: absolute;
  top: 0px;
  right: 10px;
  font-size: 34px;
  font-weight: 500;
  cursor: pointer;
  color: #333;
}

.close-button123:hover {
  color: red;
}

/* Стили для формы */
.callback-form123 {
  margin-top: 20px;
}

.callback-form123 label {
  display: block;
  margin-bottom: 5px;
}

.callback-form123 input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.callback-form123 button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  border-radius: 5px;
  width: 100%;
  border: none;
}

.callback-form123 button:hover {
  background-color: #0056b3;
}

/* Адаптивность */
@media (max-width: 768px) {
  .popup-content123 {
    width: 90%;
  }
}

.ast-search-icon a {
  color: #009847;
}
.ast-search-menu-icon {
  padding-left: 5px;
  padding-right: 5px;
}



.mega-menu11__product-img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.mega-menu11__subcategory {
  cursor: pointer;
  color: #0073aa;
  font-weight: 500;
  margin-bottom: 8px;
  display: block;
  text-decoration: none;
}

.mega-menu11__subcategory:hover {
  text-decoration: underline;
}

/* end mega menu */

.popup-content123 h3 {
font-weight: 700;
font-size: 24px;
text-align: center;
margin-bottom: 30px;
margin-top: 20px;
padding: 0px 20px;
}
.popup-content123 p {
color: #070707;
font-weight: 500;
font-size: 16px;
}
.popup-content123 input[type="text"],
.popup-content123 input[type="tel"] {
border: none !important;
  border-bottom: 1px solid #070707 !important; /* Цвет подчёркивания */
  border-radius: 0;
  outline: none;
}
.popup-content123 span.for-form {
font-weight: 500;
font-size: 11px;
text-align: center;
}
form.wpcf7-form input.wpcf7-submit {
  display: block;
  width: 100%;
  background-color: #28a745;
  color: #fff;
  text-align: center;
  padding: 12px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
form.wpcf7-form input.wpcf7-submit:hover {
background-color: #168c31;
}
.popup-content123 .wpcf7-spinner {
display: none;
}

/* FOOTER */
/* ===== Footer ===== */
.footer124 {
  background-color: #070707;
  color: #ffffff;
  font-family: sans-serif;
  font-size: 14px;
}

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

.footer-title124 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 25px;
}

.footer-subtitle124 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 5px;
}

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

.footer-menu124 li {
  margin-bottom: 5px;
}
.footer-col124 a {
  color: #fff;
}
.footer-col124 i {
color: #009847;
}
.footer-title124 {
  color: #fff;
}
.footer-menu124 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}


.footer-menu124 a:hover {
  color: #009847;
}

.footer-col124 p {
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
  line-height: 1.4;
}

.footer-social124 a img {
  transition: transform 0.3s ease;
}

.footer-social124 a:hover img {
  transform: scale(1.1);
}

/* Адаптив */
@media (max-width: 768px) {
  .container124 {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }

  .footer-col124 {
    width: 100%;
  }
  .footer-col124 {
    flex: 1 1 80px;
    text-align: center;
  }
  .footer-col124 p {
    justify-content: center;
  }
  .footer-social124 {
    justify-content: center;
  }
}
.footer-col124 ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.footer-politics {
    padding: 0px 15px 40px 15ox;
    font-size: 14px;
    max-width: 1200px;
  margin: 0 auto;

}
.contact-block-117 {
      background-color: #070707;
      padding-bottom: 40px;
}
.wraper-footer-politic {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .footer-politics {
    padding: 40px 20px;
  }
}

.mega-menu11__main {
    display: flex;
    flex-wrap: wrap;
    gap: 0 !important; /* убираем gap, чтобы не мешал границам */
    padding: 10px;
    list-style: none;
}
/* mega menu */
.mega-menu11__item {
    flex: 0 0 calc(100% / 7);
    box-sizing: border-box;
    text-align: center;
    border-left: 1px solid #e1e1e1; /* Полоска между элементами */
}

/* Убираем левую границу у первого */
.mega-menu11__item:first-child {
    border-left: none;
}

.mega-menu11 {
      padding: 10px 10px 0px 10px;
    border-radius: 5px;
    background: #f8f8f8;
    margin-top: 10px;
    z-index: 999;
}
/* SLIDER слайдер */
.slider-class-position {
  margin-top: -25vh !important;
}
@media (max-width: 768px) {
  .slider-class-position {
  margin-top: 0 !important;
}
}

.custom-title-css-midle h3 {
font-weight: 700;
font-size: 38px !important;
text-align: center;
}
.title-block-tovar1 {
text-align: center;
font-weight: 600;
font-size: 20px;
}

.btn-more-wrapper125 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.btn-more125 {
  display: inline-block;
  padding: 5px 18px;
  border: 2px solid #009847;
  color: #009847;
  border-radius: 6px;
  text-decoration: none !important; /* убирает подчеркивание */
  transition: all 0.3s ease;
  background-color: transparent;
  font-size: 18px;
}

.btn-more125:hover {
  background-color: #009847;
  color: #fff;
}

.btn-more-wrapper126 {
  display: flex;
  margin-top: 20px;
}

.btn-more126 {
  display: inline-block;
  padding: 6px 20px;
  border: 2px solid #009847;
  background-color: #009847;
  color: #fff;
  border-radius: 6px;
  text-decoration: none !important;
  font-size: 18px;
  transition: all 0.3s ease;
}

.btn-more126:hover {
  background-color: #007a39; /* чуть темнее */
  border-color: #007a39;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 152, 71, 0.4);
}


.title-block-tovar1-left h3 {
font-weight: 600;
font-size: 38px !important;
}

.checklist125 {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checklist125 li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.checklist125 li::before {
  content: '✔';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #009847;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-weight: bold;
}

.numbered-list {
  counter-reset: checklist-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}

.numbered-list li {
  counter-increment: checklist-counter;
  position: relative;
  padding-left: 40px; /* увеличили, чтобы было место под кружок */
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.numbered-list li::before {
  content: counter(checklist-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0; /* выравнивание по верхнему краю текста */
  transform: none;
  background-color: #009847;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: bold;
}



.text-corect-o-companyy {
font-family: Montserrat;
font-weight: 400;
font-size: 16px;
line-height: 100%;
letter-spacing: 0%;
color: #070707;
}
.footer-categories-menu li {
  margin-bottom: 5px;
}
.title-preimuschestva1 {
font-weight: 700;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;

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

.contakt-form-glavnaia {
  text-align: center;
}

.contakt-form-glavnaia input[type="text"],
.contakt-form-glavnaia input[type="tel"] {
border: none !important;
  border-bottom: 1px solid #070707 !important; /* Цвет подчёркивания */
  border-radius: 0;
  outline: none;
}



.contact-block-112 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

.contact-item-112 {
  display: flex;
  align-items: flex-start;
}

.contact-item-112 i {
  margin-top: 5px;
  font-size: 18px;
  margin-right: 15px;
  color: #009847;
  flex-shrink: 0;
}

.contact-details-112 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
}

.contact-details-112 a {
  text-decoration: none !important; /* убираем подчёркивание */
  color: #000000; /* обычный цвет ссылок */
  display: block;
  word-break: break-word;
  transition: color 0.3s ease; /* плавное изменение цвета */
}

.contact-details-112 a:hover {
  color: #009847; /* цвет ссылок при наведении */
}

.title-112 {
  color: #009847;
  font-weight: 500;
  font-size: 18px;
  margin-top: 8px;
}

.text-112 {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.title-1122 {
font-weight: 600;
font-size: 18px;
}

@media screen and (max-width: 768px) {
  .contact-block-112 {
    flex-direction: column;
    align-items: flex-start;
  }
}


/* Стили для выбранного чекбокса */
.bapf_body li.checked input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background-color: #009847;
  border: 2px solid #009847;
  position: relative;
  cursor: pointer;
}

.bapf_body li.checked input[type="checkbox"]::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Не выбранный чекбокс — белый фон, зеленая рамка */
.bapf_body li input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #009847;
  background-color: #ffffff;
  position: relative;
  cursor: pointer;
}

.ast-left-sidebar #primary {
    border-left: none !important;
}
.ast-left-sidebar #secondary {
    border-right: none !important;
        padding: 15px !important;
      background-color: #F8F8F8;
}

.ast-filter-wrap h3.berocket_ajax_group_filter_title {
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #828282;
}
.ast-on-card-button {
  display: none !important;
}





/* Обёртка кнопок */
.product-buttons-wrap-21 {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

/* Кнопка "Подробнее" */
.btn-more-21 {
  flex: 1;
  border: 1px solid #009847;
  color: #000000;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s;
}

/* Кнопка "Арендовать" */
.btn-rent-21 {
      line-height: 0.9;
  flex: 1;
  background-color: #009847;
  color: #ffffff;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 500;
  transition: background-color 0.3s;
}

/* Hover эффекты */
.btn-more-21:hover {
  background-color: #e0e0e0;
}

.btn-rent-21:hover {
  background-color: #007c3d;
  color: #FFF;
}

form.cart {
  display: none;
}
.product_meta {
  display: none;
}

.single-product-rent-wrap-21 {
  margin-top: 20px;
}

.btn-single-rent-21 {
  display: inline-block;
  background-color: #009847;
  color: #ffffff;
  padding: 12px 24px;
  text-align: center;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.btn-single-rent-21:hover {
  background-color: #007c3d;
  color: #FFF;
}

.all-features-link-21 {
font-weight: 600;
font-size: 18px;
text-decoration: underline;
color: #009847;
}
.single-product-category {
  display: none !important;
}

 .filter-link126 {
        display: none;
    }
@media (max-width: 768px) {
    .filter-link126 {
        display: block;
    }
}


.container-112 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  box-sizing: border-box;
  align-items: flex-start;
}

.contact-block-112 {
  width: 33.3333%;
  box-sizing: border-box;
}

.map-block-112 {
      margin-top: auto;
    margin-bottom: auto;
  width: 66.6667%;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .container-112 {
    flex-direction: column;
  }

  .contact-block-112,
  .map-block-112 {
    width: 100%;
  }
}


.new-title-css1 h3 {
  font-weight: 600;
font-size: 38px !important;
}

#text-3 h2.widget-title {
      padding-top: 20px;
      padding-left: 15px;
}
#custom_html-6 h2.widget-title {
   padding-left: 15px;
}

.container-for-wiget .service-block123{
   padding: 8px 15px;
}
.container-for-wiget button {
  margin: 8px 15px;
}

.soc-seti-mobile-menu h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}
.soc-seti-mobile-menu {
  padding: 8px 15px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.soc-seti-mobile-menu .footer-social124 a {
  margin-left: 5px;
  margin-right: 5px;
}
.soc-seti-mobile-menu .footer-social124 a img {
      height: 32px;
    width: 32px;
}

.contact-page-contacts a {
  text-decoration: none !important;
}

.otziv-all-page-corect .tss-left {
  margin-top: auto;
    margin-bottom: auto;
    padding-right: 5px;

}

.woocommerce-Price-amount {
font-weight: 700;
font-size: 20px;
color: #009847;
}

.with-nds {
 /* margin-left: 5px;*/
     color: #999;
    font-size: 14px;
    font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.site {
      background: #fff;
}

ul.mega-menu11__main {
      margin-left: 0px;
}
ul.mega-menu11__main li {
      padding: 5px;
}

.site-header.sticky-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  background: white; /* или любой другой цвет фона */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: top 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
  animation: slideDown 0.3s ease forwards;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}



.woocommerce-product-gallery {
    padding-left: 8% ;
    padding-right: 8%;

}
.woocommerce-product-gallery .woocommerce-product-gallery__wrapper img {
  max-height: 500px;
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}

.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
        right: 3.5em !important;
}
@media (max-width: 768px) {
    .woocommerce-product-gallery {
    padding-left: 0px;
    padding-right: 0px;
}
.woocommerce-js div.product div.images .woocommerce-product-gallery__trigger {
        right: .5em !important;
}

/* Ограничение максимальной высоты изображений и центрирование */
.woocommerce div.product div.images img {
  max-height: 500px;
  width: auto;
  margin: 0 auto;
  display: block;
  object-fit: contain;
}


.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  background: #fff; /* или любой фон, если изображение не заполняет контейнер */
  padding: 10px;
  box-sizing: border-box;
}


.woocommerce ul.products li.product .woocommerce-LoopProduct-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-LoopProduct-link img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  padding: 10px;
  background-color: #fff;
  box-sizing: border-box;
}


.mega-menu11__product img {
  max-height: 50px;
}

.grecaptcha-badge {
  visibility: hidden;
}
