/* ================== Кнопка ГДЕ купить на мобильной ===*/
.btn-where-to-buy{display:none;}
@media (max-width:767px){
.btn-where-to-buy{
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;
    left:1.5rem;
    bottom:5%;
    z-index:8;
    background:#2e8300;
    color:#fff;
    font-size:1.3rem;
    font-weight:600;
    text-transform:none;
    text-decoration:none;
    padding:0 2.2rem;
    height:5rem;
    line-height:5rem;
    border-radius:2.5rem;
    -webkit-border-radius:2.5rem;
    box-shadow:0 0 0.5rem rgba(0,0,0,.17);
    -webkit-box-shadow:0 0 0.5rem rgba(0,0,0,.17);
}
.btn-where-to-buy:hover{background:#1a4d1c;color:#fff;}
}

/* ================== ДОП ЛОГО В ШАПКЕ =================== */
.header-brand-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-left: 16px;
  z-index: 1;
}

.header-brand-logo img {
  height: 22px;
  width: auto;
  display: block;
  opacity: 0.85;
  transition: opacity .2s;
}

.header-brand-logo:hover img {
  opacity: 1;
}
.logo-group {
  display: flex;
  align-items: center;
  z-index: 1;
}
@media (max-width: 767px) {
  .header-brand-logos {
    display: none;
  }
}

/* ============================ ДЛЯ ИНФО БАРА ============================ */
.info-bar {
  background: #071a0e;
  padding: 22px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.info-bar::before {
  content: '';
  position: absolute;
  left: -100px;
  top: 0;
  bottom: 0;
  width: 200px;
  background: linear-gradient(90deg, transparent, rgba(254,196,4,.06), transparent);
  animation: shimmer 8s linear infinite;
}
@keyframes shimmer {
  to { transform: translateX(1500px); }
}
.info-bar-main {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
}
.info-bar-highlight {
  font-size: 15px;
  font-weight: 500;
  color: #fec404;
  letter-spacing: .04em;
}
.info-bar-sub {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
  text-align: center;
}
.info-bar-line {
  white-space: nowrap;
}
.info-bar-line strong {
  color: #ffffff;
  font-weight: 700;
}
.info-bar-line + .info-bar-line::before {
  content: '|';
  margin-right: 16px;
  color: rgba(255,255,255,.25);
}
.info-bar-pipe {
  height: 18px;
  width: 1px;
  background: rgba(255,255,255,.18);
}
.info-bar-importer,
.info-bar-distributor {
  font-size: 15px;
  font-weight: 500;
  color: rgba(255,255,255,.6);
  letter-spacing: .04em;
}
.info-bar-brand {
  font-size: 15px;
  font-weight: 700;
  color: #ffffff !important;
}
/* МОБИЛЬНЫЙ */
@media (max-width: 768px) {
  .info-bar {
    padding: 16px 20px;
    gap: 12px;
  }
  .info-bar-main {
    white-space: normal;
  }
  .info-bar-sub {
    flex-direction: column;
    gap: 4px;
  }
  .info-bar-line {
    white-space: normal;
  }
  .info-bar-line + .info-bar-line::before {
    display: none;
  }
}
/* ============================ ДВА КВАДРАТА БАНЕРА ГЛАВНАЯ ============================ */
.brand-squares {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.brand-square {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 64px;
  transition: filter .3s;
  min-height: 750px;
}
.brand-square-bg-img {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .8s ease;
}
.brand-square:hover .brand-square-bg-img {
  transform: scale(1.12);
}

/* Старый .brand-square-bg больше не нужен — удалите div из HTML */
.brand-square-bg {
  display: none;
}

.brand-square-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  transition: opacity .3s;
}

.brand-square-logo {
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 3;
  pointer-events: none;
}
.brand-square-logo .logo-img {
  max-width: 140px;
  height: auto;
  display: block;
}

.brand-square-content {
  position: relative;
  z-index: 2;
  max-width: 420px;
}

/* общие элементы */
.brand-tag-line {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .1em;
  margin-bottom: 20px;
}
.brand-tag-line::before {
  content: '';
  display: block;
  width: 32px;
  height: 1px;
  background: currentColor;
}

.brand-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 3.4vw, 68px);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 18px;
  color: #fec404;
}
.brand-title strong { font-weight: 600; }
.brand-title em { font-style: italic; }

.brand-desc {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  margin-bottom: 32px;
  max-width: 420px;
}

.brand-features {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}
.brand-pill {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .1em;
  padding: 4px 14px;
  border: 1px solid;
  text-decoration: none;
  transition: transform 0.2s ease;
}
.brand-pill:hover {
  transform: translateY(-3px);
}

.brand-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
  text-decoration: none;
  padding: 12px 30px;
  transition: all .25s ease;
}

/* === GO! Solutions === */
/* Убираем старый .square-go .brand-square-bg */
.square-go .brand-square-overlay {
  /* background: linear-gradient(...) если нужен */
}
.square-go .brand-square-content { color: #ffffff; }
.square-go .brand-tag-line { color: #fec404; }
.square-go .brand-title strong { color: #fec404; }
.square-go .brand-desc { color: rgba(255,255,255,.78); }
.square-go .brand-pill {
  border-color: rgba(254,196,4,.45);
  color: rgba(254,196,4,.95);
  background: rgba(254,196,4,.2);
}
.square-go .brand-cta {
  background: #fec404;
  color: #0a0a0a;
  border: 1px solid #fec404;
}
.square-go .brand-cta:hover {
  background: #060606;
  color: #fec404;
  border-color: #fec404;
}

/* === Almo Nature === */
/* Убираем старый .square-almo .brand-square-bg */
.square-almo .brand-square-overlay {
  /* background: linear-gradient(...) если нужен */
}
.square-almo .brand-square-content { color: #ffffff; }
.square-almo .brand-tag-line { color: #ffffff; }
.square-almo .brand-title { color: #ffffff; }
.square-almo .brand-title em { color: #fec404; }
.square-almo .brand-desc { color: rgba(255,255,255,.85); }
.square-almo .brand-pill {
  border-color: #ffffff;
  color: #1e3d1f;
  background: rgba(255,255,255,.7);
}
.square-almo .brand-cta {
  background: #ffffff;
  color: #1e3d1f;
  border: 1px solid #ffffff;
}
.square-almo .brand-cta:hover {
  background: #1e3d1fe6;
  color: #ffffff;
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .brand-squares {
    grid-template-columns: 1fr;
  }
      .square-go .brand-square-bg-img {
        display: none;
    }
    .square-go {
        background: #0a0a0a;
    }
    .square-almo .brand-square-bg-img {
        object-position: left center;
    }
}
/* ================= ГДЕ КУПИТЬ  */
.mp-wrap { margin: 2rem 0; font-family: inherit; max-width: 100%; box-sizing: border-box; }

.mp-section-title { font-size: 22px; font-weight: 500; text-transform: none; margin: 0 0 14px; }
.mp-section-title-lg { font-size: 22px; font-weight: 500; text-transform: none; margin: 2rem 0 14px; }

.mp-buttons { display: flex; flex-wrap: wrap; gap: 10px; }
.mp-btn {
    display: inline-flex; align-items: center; justify-content: center;
    width: 180px; padding: 12px 10px;
    border-radius: 8px; color: #ffffff; text-decoration: none;
    font-size: 15px; font-weight: 500; text-align: center;
    transition: opacity 0.2s;
}
.mp-btn:hover { opacity: 0.82; color: #ffffff; }
.mp-btn-wb { background: #CB11AB; }
.mp-btn-oz { background: #005BFF; }

/* ==========================================
   PetMart — Partner Stores Map
   ========================================== */

/* Основной контейнер */
.pm-map {
    display: flex;
    width: 100%;
    height: 720px;
    max-height: 80vh;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}


/* Левая колонка со списком */
.pm-map__list {
    width: 360px;
    flex-shrink: 0;
    background: #fff;
    border-right: 1px solid #e5e5e5;
    overflow-y: auto;
}


/* Заголовок списка */
.pm-map__list-header {
    padding: 22px 24px;
    border-bottom: 1px solid #e5e5e5;
}

.pm-map__list-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}


/* Карточка магазина */
.pm-map__item {
    display: flex;
    gap: 14px;
    padding: 18px 20px;
    cursor: pointer;
    border-left: 3px solid transparent;
    border-bottom: 1px solid #eeeeee;
    transition: 
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}


.pm-map__item:hover {
    background: #fafaf7;
}


/* Активный магазин */
.pm-map__item.active {
    background: #f3f8f1;
    border-left-color: #236726;
}


/* Номер магазина */
.pm-map__number {
    width: 32px;
    height: 32px;
    min-width: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: #236726;
    color: #fff;

    font-size: 14px;
    font-weight: 600;
}


/* Активный номер */
.pm-map__item.active .pm-map__number {
    background: #c29958;
}


/* Информация */
.pm-map__content h3 {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}


.pm-map__content p {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.45;
    color: #555;
}


/* Иконки строк */
.pm-map__line {
    display: flex;
    align-items: center;
    gap: 6px;
}


/* Кнопки */
.pm-map__actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}


.pm-map__action {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 7px 12px;

    border-radius: 6px;
    border: 1px solid #e5e5e5;

    font-size: 13px;
    line-height: 1;

    background: #fff;
    color: #236726;

    transition:
        background .2s ease,
        color .2s ease,
        border-color .2s ease;
}


.pm-map__action:hover {
    background: #236726;
    color: #fff;
    border-color: #236726;
}


/* Правая часть карты */
.pm-map__map {
    flex: 1;
    position: relative;
}


#pm-yandex-map {
    width: 100%;
    height: 100%;
}


/* Скролл списка */
.pm-map__list::-webkit-scrollbar {
    width: 6px;
}

.pm-map__list::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px;
}


/* Заголовок раздела */
.pm-map-title {
    margin: 25px 0 20px;
    font-size: 22px;
    font-weight: 500;
    color: #222;
}
/* БАЛУН КОНТЕНТ */
.pm-balloon {
    font-family: Onest, Arial, sans-serif;
    width: 260px;
}


.pm-balloon__title {
    font-size: 16px;
    font-weight: 600;
    color: #236726;
    margin-bottom: 12px;
}


.pm-balloon__line {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 6px;
    color: #444;
}


.pm-balloon__line span {
    display:inline-block;
    width:22px;
}


.pm-balloon__buttons {
    display:flex;
    gap:8px;
    margin-top:14px;
}


.pm-balloon__btn {

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:8px 14px;

    background:#236726;
    color:#fff !important;

    border-radius:6px;

    font-size:13px;

    text-decoration:none !important;

}


.pm-balloon__btn-route {

    background:#c29958;

}


/* Мобильная версия */
@media (max-width: 767px) {

    .pm-map {
        flex-direction: column;
        height:auto;
        max-height:none;
    }


    .pm-map__map {
        order:1;
        height:400px;
    }


    #pm-yandex-map {
        height:400px;
        width:100%;
    }


    .pm-map__list {
        order:2;
        width:100%;
        max-height:450px;
        border-right:none;
        border-top:1px solid #e5e5e5;
    }


    .pm-map__item {
        padding:15px;
    }


    .pm-map__actions {
        flex-wrap:wrap;
    }

}

@media (max-width: 600px) {
    .mp-btn { width: calc(50% - 5px); }
    .mp-info { width: 100%; }
    .mp-map { min-width: 100%; }
}

/* ==================== Базовый стиль для кнопки МИНИ БАННЕРА на главной */
.banner-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  display: inline-block;
  padding: 6px 18px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
/*=================== для кнопок МИНИ БАНЕРОВ */
.static-top-store1 .image {
    display: block;
}
.static-top-store1 .image > a:first-child {
    display: block;
    position: static;
}
.static-top-store1 .image > a.banner-btn {
    position: absolute !important;
    display: inline-block !important;
}

.banner-btn.go {
  border-color: rgba(254,196,4,.45);
  color: rgba(254,196,4,.95);
  background: rgba(254,196,4,.2);
}
.banner-btn.go:hover {
  background: rgba(254,196,4,.95);
  color: #0a0a0a;
  border-color: rgba(254,196,4,.95);
}

.banner-btn.almo {
  border-color: #ffffff;
  color: #1e3d1f;
  background: rgba(255,255,255,.7);
}
.banner-btn.almo:hover {
  background: #ffffff;
  color: #1e3d1f;
  border-color: #ffffff;
}

/* ================= ФИКС ШАПКА-МЕНЮ с откл Sticky Header в админке */
header.scroll-fix {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 121;
    background: #ffffff;
    box-shadow: 0 1px 8px rgba(0, 0, 0, .2);
}

/* =================== Блок Наши Преимущества  */
.trust {
  background: #0c2b0d;
  padding: 30px 64px;
  position: relative;
  overflow: hidden;
  margin-top: 70px;
}

.trust::before {
  content: '';
  position: absolute;
  top: -120px;
  right: -80px;
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(254,196,4,.07) 0%, transparent 70%);
  pointer-events: none;
}

.trust::after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(45,90,39,.12) 0%, transparent 70%);
  pointer-events: none;
}

.trust-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(32px, 2.8vw, 46px);
  font-weight: 300;
  color: #ffffff;
  line-height: 1.15;
  max-width: 540px;
  margin-bottom: 24px;
}

.trust-title span {
  color: #fec404;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
}

.trust-item {
  background: #123513;
  padding: 40px 32px 36px;
  position: relative;
  overflow: hidden;
  transition: background .25s;
  margin: 5px;
}

.trust-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #fec404;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform .35s ease;
}

.trust-item:hover {
  background: #224523;
}

.trust-item:hover::after {
  transform: scaleY(1);
}

.trust-icon {
  font-family: 'Ionicons';
  font-size: 32px;
  color: #fec404;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
}

.trust-item:nth-child(1) .trust-icon::before { content: "\f4d2"; }
.trust-item:nth-child(2) .trust-icon::before { content: "\f3fe"; }
.trust-item:nth-child(3) .trust-icon::before { content: "\f417"; }
.trust-item:nth-child(4) .trust-icon::before { content: "\f455"; }

.trust-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 14px;
}

.trust-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(255,255,255,.65);
}

/* ==================== СКРЫТЬ ЗАГОЛОВОК / ХЛЕБНЫЕ КРОШКИ В СТАТЬЯХ для двух БРЕНД ЗОН */
body.information-information-8 #content > h1,
body.information-information-9 #content > h1,
body.information-information-10 #content > h1 {
    display: none !important;
}
body.information-information-9 .breadcrumbs,
body.information-information-10 .breadcrumbs,
body.information-contact .breadcrumbs {
    display: none !important;
}

/* ====================== КОНТАКТЫ Custom  */
.cf-wrap {
  font-family: 'Onest', sans-serif;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: start;
}

/* ====================== LEFT COLUMN */

.cf-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .25em;
  text-transform: uppercase;
  color: #2d5a27;
  background: rgba(45, 90, 39, .1);
  padding: 6px 14px;
  margin-bottom: 20px;
}

.cf-title {
  font-size: 38px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.cf-title span {
  color: #2d5a27;
  font-style: normal;
}

.cf-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
  color: #777;
  margin-bottom: 40px;
  max-width: 400px;
}

.cf-contacts {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding-left: 5px;
background: linear-gradient(91deg, #ebefebd6, transparent);
margin-bottom: 20px;
}

.cf-contacts-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #272727;
  padding: 5px 0 0 8px;
}

.cf-contact-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0,0,0,.06);
}

.cf-contact-item:last-child {
  border-bottom: none;
}

.cf-contact-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  color: #2d5a27;
  font-size: 22px;
  line-height: 36px;
  text-align: center;
  display: block;
}

.cf-contact-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: 3px;
}

.cf-contact-val {
  font-size: 14px;
  font-weight: 400;
  color: #1a1a1a;
  line-height: 1.6;
}
@media (min-width: 992px) {
  .cf-wrap {
    align-items: flex-start;
  }
}

.cf-hidden {
  display: none !important;
}

.cf-error {
  color: #ff0000;
  font-size: 13px;
  margin-top: 5px;
}

.cf-req {
  color: #ff0000;
}

.cf-agreement {
  margin-bottom: 5px;
}

.cf-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: default;
}

.cf-checkbox-label input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.cf-checkbox-label span {
  font-size: 13px;
  line-height: 1.4;
  color: #333;
}

.cf-agreement .cf-error {
  margin-top: 8px;
  margin-left: 26px;
  font-size: 13px;
  color: #ff0000;
}

.cf-agreement-link {
  font-weight: 600;
  color: #333;
  cursor: pointer;
}

.cf-agreement-link:hover {
  color: #236726;
  text-decoration: underline;
}
/* ===================== RIGHT COLUMN — FORM */

.cf-right {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  padding: 25px 25px;
  position: relative;
  box-shadow: 0 4px 32px rgba(0,0,0,.06);
  margin: 20px 0 40px 0;
}

.cf-right::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #2d5a27, #5a8f52);
}

.cf-switcher {
  display: flex;
  margin-bottom: 6px;
  background: #f0f0ee;
  padding: 3px;
}

.cf-switcher-btn {
  flex: 1;
  padding: 1px 14px;
  font-family: 'Onest', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  background: transparent;
  color: #aaa;
  border: none;
  cursor: pointer;
  transition: background .2s, color .2s, box-shadow .2s;
  position: relative;
}

.cf-switcher-btn.active {
  background: #fff;
  color: #1a1a1a;
  box-shadow: 0 1px 6px rgba(0,0,0,.1);
}

.cf-switcher-btn.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0px;
  right: 0px;
  height: 2px;
  background: #2d5a27;
}

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

.cf-field {
  display: flex;
  flex-direction: column;
}

.cf-field label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #515151;
  margin-top: 7px;
}

.cf-field input,
.cf-field textarea {
  width: 100%;
  background: #fafaf8;
  border: 1px solid rgba(0,0,0,.1);
  border-bottom: 2px solid rgba(0,0,0,.1);
  color: #1a1a1a;
  font-family: 'Onest', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 5px 10px;
  outline: none;
  transition: border-color .2s, background .2s;
  -webkit-appearance: none;
  border-radius: 0;
  box-sizing: border-box;
}

.cf-field input:focus,
.cf-field textarea:focus {
  border-color: rgba(45, 90, 39, .25);
  border-bottom-color: #2d5a27;
  background: #fff;
}

.cf-field input::placeholder,
.cf-field textarea::placeholder {
  color: #ccc;
  font-size: 13px;
}

.cf-field textarea {
  resize: vertical;
  min-height: 100px;
  margin-bottom: 10px;
}

.cf-req {
  color: #2d5a27;
}

.cf-error {
  font-size: 11px;
  color: #c0392b;
  margin-top: 5px;
  letter-spacing: .02em;
}

.cf-btn {
  background: #1a1a1a;
  color: #fff;
  font-family: 'Onest', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  padding: 15px 32px;
  border: none;
  cursor: pointer;
  transition: background .25s;
  width: 100%;
  margin-top: 4px;
}

.cf-btn:hover {
  background: #2d5a27;
}

.cf-note {
  font-size: 14px;
  color: #bbb;
  margin-top: 10px;
  text-align: center;
}

.cf-hidden {
  display: none;
}

/* ========================= RESPONSIVE */

@media (max-width: 900px) {
  .cf-wrap {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 0 20px;
    max-width: 100%;
    width: 100%;
  }

  .cf-wrap .cf-left,
  .cf-wrap .cf-right {
    min-width: 0;
    max-width: 100%;
  }

  #information-contact {
    padding: 30px 0;
  }
}

@media (max-width: 480px) {
  .cf-wrap {
    padding: 0 16px;
  }

  .cf-right {
    padding: 28px 20px;
  }

  .cf-title {
    font-size: 28px;
  }
}


/* =======================  БЛОК ПАРТНЕРОВ ГЛАВНАЯ */
.b2b-strip {
  position: relative;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}

.b2b-bg {
  position: absolute;
  left: 0;
  top: -20%;
  width: 100%;
  height: 140%;
  background-size: cover;
  background-position: center;
  will-change: transform;
}

.b2b-overlay {
  position: absolute;
  inset: 0;
}

.b2b-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 1fr auto;
}

.b2b-col {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px 44px;
}

.b2b-col--intro::after,
.b2b-col--text::after {
  content: '';
  position: absolute;
  top: 52px;
  bottom: 52px;
  right: 0;
  width: 1px;
  background: rgba(20,20,18,.12);
}

.b2b-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.b2b-eyebrow::before {
  content: '';
  display: block;
  width: 22px;
  height: 1px;
  background: currentColor;
}

.b2b-title {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 500;
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1.22;
  color: #201f1a;
  margin: 0;
  letter-spacing: -.01em;
}
.b2b-title em {
  font-style: normal;
  font-weight: 500;
  color: #c1602f;
}

.b2b-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
  margin: 0;
  max-width: 380px;
}

.b2b-col--cta { padding-left: 44px; padding-right: 44px; }

.b2b-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #201f1a;
  background: transparent;
  border: 1px solid #bfbfbf;
  padding: 15px 28px;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}
.b2b-btn:hover {
  background-color: #153916;
  color: #fff;
  transform: translateY(-3px);
}
.b2b-arrow {
  font-style: normal;
}
.b2b-btn:hover .b2b-arrow { color: #fff; }

@media (max-width: 860px) {
  .b2b-grid { grid-template-columns: 1fr; }
  .b2b-col { padding: 36px 28px; }
  .b2b-col--cta { padding-top: 8px; padding-bottom: 40px; }
  .b2b-btn { width: 100%; justify-content: center; }

  .b2b-col--intro::after,
  .b2b-col--text::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 1px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .b2b-bg { transform: none !important; }
}

/*================= ОПИСАНИЕ ДЛЯ GO! Solutinos ================= */
.go-product{font-family:sans-serif;font-size:15px;line-height:1.75;color:#222}
.go-lead{background:#f0faf5;border: 1px solid #e5e5e0;padding:14px 18px;border-radius:8px;font-size:16px;font-weight:500;color:#222;margin-bottom:20px}
.go-benefits{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;margin:16px 0 20px}
.go-benefit{background:#f9f9f7;border:1px solid #e5e5e0;border-radius:10px;padding:14px 12px;text-align:center}
.go-num{display:block;font-size:20px;font-weight:700;color:#258b29;line-height:1.1}
.go-blabel{display:block;font-size:13px;color:#555;margin-top:4px;line-height:1.4}
.go-badges{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:20px}
.go-badge{font-size:12px;padding:4px 12px;border-radius:20px;border:1px solid #e5e5e0;color:#555;background:#f9f9f7}
.go-hr{border:none;border-top:1px solid #e5e5e0;margin:22px 0}
.go-h3{font-size:15px;font-weight:700;color:#1a1a1a;margin:18px 0 8px;display:flex;align-items:center;gap:8px}
.go-h3::before{content:'';width:9px;height:9px;border-radius:50%;background:#258b29;display:inline-block;flex-shrink:0}
.go-ingredients{font-size:15px;color:#222;background:#f9f9f7;padding:12px 16px;border-radius:8px;border:1px solid #e5e5e0;line-height:1.7}
.go-stats-cols{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:14px 0}
.go-stats-block{background:#f9f9f7;border:1px solid #e5e5e0;border-radius:10px;padding:14px 16px}
.go-stats-title{font-size:12px;font-weight:700;color:#222;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
.go-table{width:100%;border-collapse:collapse;font-size:13px}
.go-table td{padding:5px 0;border-bottom:1px solid #e5e5e0;color:#333}
.go-table td:last-child{text-align:right;font-weight:600;color:#236726}
.go-table tr:last-child td{border-bottom:none}
.go-probiotic{font-size:12px;color:#666;margin-top:10px}
.go-package{font-size:13px;background:#f9f9f7;border:1px solid #e5e5e0;color:#555;padding:4px 14px;border-radius:20px;display:inline-block;margin-top:10px}
.go-note{font-size:12px;color:#aaa;margin-top:18px;border-top:1px solid #e5e5e0;padding-top:14px;line-height:1.6}
@media(max-width:600px){.go-benefits{grid-template-columns:repeat(2,1fr)}.go-stats-cols{grid-template-columns:1fr}}

/* =======================LEGAL PAGES: Политика конфиденциальности/Пользовательское соглашение */

.legal-page {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.8;
  color: #222;

  padding: 0 0px 40px;
}

.legal-page h1 {
  font-size: 22px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  line-height: 1.3;
}

.legal-page .legal-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 28px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e0;
}

.legal-page .legal-intro {
  background: #f9f9f7;
  border: 1px solid #e5e5e0;
  border-radius: 8px;
  padding: 16px 20px;
  font-size: 15px;
  color: #333;
  margin-bottom: 28px;
  line-height: 1.7;
}

.legal-page h2 {
  font-size: 16px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 32px 0 10px;
  padding-left: 14px;
  border-left: 3px solid #258b29;
  line-height: 1.4;
}

.legal-page h3 {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin: 20px 0 8px;
}

.legal-page p {
  margin: 0 0 12px;
  color: #333;
}

.legal-page ul,
.legal-page ol {
  margin: 8px 0 14px 20px;
  padding: 0;
}

.legal-page li {
  margin-bottom: 6px;
  color: #333;
}

.legal-page .legal-section {
  margin-bottom: 8px;
}

.legal-page .legal-box {
  background: #f9f9f7;
  border: 1px solid #e5e5e0;
  border-radius: 8px;
  padding: 14px 18px;
  margin: 14px 0;
}

.legal-page .legal-box p {
  margin: 0 0 6px;
}

.legal-page .legal-box p:last-child {
  margin: 0;
}

.legal-page .legal-contacts {
  background: #f0faf5;
  border: 1px solid #c8e6c9;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 28px;
}

.legal-page .legal-contacts h2 {
  border-left-color: #258b29;
  margin-top: 0;
}

.legal-page .legal-contacts p {
  margin-bottom: 6px;
}

.legal-page .legal-num {
  color: #888;
  font-size: 13px;
  margin-right: 4px;
}

.legal-page hr {
  border: none;
  border-top: 1px solid #e5e5e0;
  margin: 28px 0;
}

.legal-page .legal-footer-note {
  font-size: 12px;
  color: #aaa;
  border-top: 1px solid #e5e5e0;
  padding-top: 14px;
  margin-top: 28px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .legal-page h1 { font-size: 19px; }
  .legal-page h2 { font-size: 15px; }
}

.ul-top-items > .li-top-item > a[href*="gde-kupit"] {
    background: #236726 !important;
    color: #fff !important;
    margin-top: 5px;
    padding: 4px 20px !important;
}

.ul-top-items > .li-top-item > a[href*="gde-kupit"] span {
    color: #fff !important;
}

.ul-top-items > .li-top-item > a[href*="gde-kupit"]:hover {
    background: #1b5120 !important;
    color: #fff !important;
}

@media (max-width: 767px) {
    .ul-top-items .li-top-item a[href*="gde-kupit"] {
        background: none !important;
        background-color: transparent !important;
        color: #333 !important;
        padding: 0 !important;
        -webkit-text-fill-color: #333 !important;
    }
}