.wpfFilterButtons.wpfFilterButtonsBottom {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 800;
  line-height: 1.21;
  cursor: pointer;
  gap: 15px;
  background: rgb(42, 187, 194);
  padding: 19px 56px;
  border-radius: 5px;
  transition: 0.3s;
  width: calc(100% + 42px);
  transform: translateX(-21px) translateY(5px);
  border: 1px solid rgb(42, 187, 194);
}
.wpfFilterButton.wpfButton {
  background: none !important;
  color: white !important;
}
.wpfFilterButtons.wpfFilterButtonsBottom:hover {
  background: rgb(32.9237288136, 146.5889830508, 152.0762711864) !important;
}
.filter {
  border-bottom: 0;
}

.card_product__image img {
  aspect-ratio: 3 / 2;
  object-fit: contain;
}
.card_product__image {
  background: white;
}

/* Основной стиль для контейнера */
.reviews-ya-maps {
  display: flex;
  justify-content: center;
}

/* Стиль для внутреннего контейнера с iframe */
.reviews-ya-maps > div {
  position: relative;
  border-radius: 12px; /* Закругленные углы */
  width: 100%;
  height: 800px;
  overflow: hidden;
}

/* Стиль для самого iframe */
.reviews-ya-maps iframe {
  background: #fff;
  width: 100%;
  max-width: 762px;
  margin: 0 auto;
  height: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  box-sizing: border-box;
  display: block;
}

.form {
  max-width: unset;
}

@media screen and (max-width: 782px) {
  html #wpadminbar {
    display: none;
  }
}
.lang2 {
  display: none;
}
.lang {
  display: block;
  min-width: max-content;
}
.lang__title,
.lang .item_lang a {
  white-space: nowrap;
}
.lang__title {
  display: flex;
  align-items: center;
  color: white;
}
.lang__title span {
  margin-left: 5px;
}
.link_language img,
.link_language svg {
  display: inline-block;
}
.lang .item_lang a {
  display: flex;
  flex-wrap: nowrap;
  height: 48px;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 400px) {
  .lang__title img,
  .item_lang a img {
    display: none;
  }
}
.lang__list {
  background: #2abbc2;
}
.lang__inner {
  background: rgb(42, 187, 194);
  border-radius: 5px;
}
.lang__inner:hover,
.item_lang:hover {
  background: rgb(20, 132, 138);
  border-radius: 5px;
}
.link_callback {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
}
.link_callback svg {
  /* display: none;*/

  width: 24px;
  height: 24px;
  fill: #2abbc2;
}
@media (max-width: 720px) {
  .header .link_callback,
  .link_callback svg {
    display: block;
  }
  .header .link_callback span {
    display: none;
  }
  .link_callback svg {
    width: 40px;
    height: 40px;
    background: #2abbc2;
    fill: white;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .header__search {
    margin-right: 0px;
  }
}
@media (max-width: 500px) {
  .header__contacts {
    gap: 5px;
  }
}
.altcha {
  display: none;
}
.altcha-widget-wrap {
  margin-bottom: 0 !important;
}
.accordion__header:hover {
  cursor: pointer;
}

.card_product {
  max-width: 340px;
}
.card_product__price {
  height: 46px;
  display: flex;
  align-items: center;
}
.product-meta-categories a:hover {
  text-decoration: underline;
}
.swiper-slide {
  display: flex;
  justify-content: space-evenly;
}
.form_order label.checkbox input[type="checkbox"] {
  display: none;
}
.order-actions-button,
.order-actions--heading {
  display: none;
}
.order_details bdi,
.order_details .woocommerce-Price-amount {
  color: #2abbc2;
}
.card_product__text h3.card_product__title {
  min-height: 65px;
}
.btn {
  white-space: nowrap;
}
.item_cart__main {
  max-width: max-content;
}
.item_cart {
  display: grid;
  gap: 30px;
  grid-auto-flow: column;
  grid-template-columns: minmax(352px, 1fr) minmax(102px, 0fr) minmax(102px, 0fr) minmax(102px, 0fr) minmax(24px, 0fr);
}
button.pswp__button {
  background-image: none !important;
}
ul.product-attributes {
  list-style-type: none;
  margin-left: 0;
  font-size: 14px;
  padding: 0;
}
.altcha-widget-wrap {
  /*   display: none;*/
}
.link_catalog {
  margin: 0 auto;
}
@media (max-width: 992px) {
  .catalog_main .card_catalog:nth-child(7) {
    display: block;
  }
}
.card_catalog {
  border: 1px solid #7b9798 !important;
}

.catalog_main .link_catalog {
  background: #ffffff00;
}
.hero__image::after {
  background: #00000050;
}
.quarkod img {
  background: white;
}
.wp-block-gallery img {
  max-height: 400px;
}
/**
* Woocommerce
*/
/* =============================================
   УВЕДОМЛЕНИЯ WOOCOMMERCE
   ============================================= */

.woocommerce-notices-wrapper {
  margin-bottom: 24px;
}

.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.45;
  color: #2c2d2f;
  position: relative;
}

/* Успех */
.woocommerce-notices-wrapper .woocommerce-message {
  background-color: #edf9f9;
  border-left: 4px solid #2abbc2;
}

/* Инфо */
.woocommerce-notices-wrapper .woocommerce-info {
  background-color: #e8f0fe;
  border-left: 4px solid #14848a;
}

/* Ошибка */
.woocommerce-notices-wrapper .woocommerce-error {
  background-color: #fdebeb;
  border-left: 4px solid #e74c3c;
}

/* Кнопка внутри уведомления */
.woocommerce-notices-wrapper .button.wc-forward {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  background-color: #2abbc2;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  white-space: nowrap;
}

.woocommerce-notices-wrapper .button.wc-forward:hover {
  background-color: #14848a;
  color: #fff;
}

/* Список ошибок */
.woocommerce-notices-wrapper .woocommerce-error ul,
.woocommerce-notices-wrapper .woocommerce-error li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-notices-wrapper .woocommerce-error li:not(:last-child) {
  margin-bottom: 6px;
}

/* Крестик закрытия (опционально) */
.woocommerce-notices-wrapper .woocommerce-message::before,
.woocommerce-notices-wrapper .woocommerce-info::before,
.woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}

/* Адаптив */
@media (max-width: 576px) {
  .woocommerce-notices-wrapper .woocommerce-message,
  .woocommerce-notices-wrapper .woocommerce-info,
  .woocommerce-notices-wrapper .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 16px;
    font-size: 14px;
  }

  .woocommerce-notices-wrapper .button.wc-forward {
    width: 100%;
    justify-content: center;
  }
}

/* Активный пункт меню */
.header__menu .item_menu.current-menu-item > a,
.menu_header .item_menu.current-menu-item > a,
.menu_mobile .item_menu.current-menu-item > a,
.menu_footer .item_menu.current-menu-item > a {
  color: #2abbc2;
  /* или твой цвет активного пункта */
}

/* Можно добавить подчёркивание или фон */
.header__menu .item_menu.current-menu-item > a {
  border-bottom: 2px solid #2abbc2;
}
.cart .cart__note {
  margin-top: 30px;
}
.cart .cart__note h3 {
  text-align: center;
  margin-bottom: 30px;
}
.contacts .item_contact__inner a.privacy {
  font-weight: normal;
  font-size: 13px;
}
.catalog__text p,
.catalog__text li {
  text-align: justify;
}
/* ========== БЛОК ЗАПРОСА В КАТАЛОГЕ ========== */
.catalog__request {
  padding: 60px 0;
  margin-top: -1px;
}

.catalog__request-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
}

.catalog__request-title {
  font-size: 28px;
  font-weight: 700;
  color: #2c2d2f;
  margin-bottom: 15px;
}

.catalog__request-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  line-height: 1.5;
}

.catalog__request-help h3 {
  font-size: 20px;
  font-weight: 600;
  color: #2c2d2f;
  margin-bottom: 15px;
}

.catalog__request-help ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.catalog__request-help ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}

.catalog__request-help ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background: #2abbc2;
  border-radius: 50%;
}

.catalog__request-form {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.catalog__request-form .form__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-bottom: 15px;
}

.catalog__request-form .form__bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.catalog__request-form .btn[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.catalog__request-form small {
  display: block;
  margin-bottom: 15px;
  color: #888;
}

@media (max-width: 768px) {
  .catalog__request-inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .catalog__request-form .form__inner {
    grid-template-columns: 1fr;
  }
}

.pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  background: var(--gradient-final, linear-gradient(84deg, #55e4eb -41.04%, #61e3e4 30.88%, #0baaa9 125.29%));
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
/* Ajax поиск */
.searchwp-live-search-results {
  width: 90%;
}
.gallery-video-wrapper {
  width: 100%;
}
.searchwp-live-search-results {
  max-height: max-content;
}

.card_news.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.ajax__item_search {
  display: grid;
  grid-template-columns: 50px 1fr 57px;
  align-items: flex-start;
  gap: 50px;
  padding-top: 15px;
  border-top: 1px solid #bbb;
  margin-top: 10px;
}

.ajax__item_search:hover .item_search__title {
  color: #2abbc2;
}

.item_characteristic li {
  list-style-type: none;
}
.item_characteristic ul {
  margin-left: 0;
  padding-left: 0;
}
.professionalitet__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
h2.accordion__title{
    color: #2a374a;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.44px;
    transition: all .3s;
    text-align: left; 
    margin-bottom: 0px;
}
.pswp__caption, .pswp__top-bar {
    background-color: rgb(0 0 0 / 0%);
}
button.pswp__button.pswp__button--zoomm,
button.pswp__button.pswp__button--close{
  background-color: rgba(0, 0, 0, .5);
}
.country__list{
  width: fit-content;
}
.lang__list {
    left: auto;
}

@media (max-width: 1280px) {
    .header__menu {
        display: block;
    }
    .burger {
        display: none;
    }
}
@media (max-width: 1024px) {
    .header__menu {
        display: none;
    }
    .burger {
        display: block;
    }
}
@media (max-width: 578px) {
  .product__buttons {
    flex-direction: column;
  }
}
ol,
ul{
  padding-inline-start:0;
}
.tabs__container ul,
.tabs__container ol{
  padding-inline-start:40px;
}
.page ul{
  margin-left: 0;
}

.wplife-stock-category-button {
  display: none;
}
.cf7-autosave-bottom-container{
  display: none;
}
.btn_cat{
    white-space: wrap;
}
.director__image{
  padding-top: 0;
  background: unset;
}
.director__text{
  padding-left: 30px;
}
.director__text::before{
  left: 30px;
}