@charset "UTF-8";
section {
  background-color: #ffffff;
}

body {
  font-style: normal;
  line-height: 1.5;
  font-weight: 400;
  color: #232323;
  position: relative;
}

button {
  background-color: transparent;
  border-color: transparent;
}

.embla__button,
.carousel-control {
  background-color: #edefea !important;
  opacity: 0.8 !important;
  color: #464845 !important;
  border-color: #edefea !important;
}

.carousel .close,
.modalWindow .close {
  background-color: #edefea !important;
  color: #464845 !important;
  border-color: #edefea !important;
  opacity: 0.8 !important;
}

.carousel .close:hover,
.modalWindow .close:hover {
  opacity: 1 !important;
}

.carousel-indicators li {
  background-color: #edefea !important;
  border: 2px solid #464845 !important;
}

.carousel-indicators li:hover,
.carousel-indicators li:active {
  opacity: 0.8 !important;
}

.embla__button:hover,
.carousel-control:hover {
  background-color: #edefea !important;
  opacity: 1 !important;
}

.modalWindow-video-container {
  height: 80%;
}

section,
.container,
.container-fluid {
  position: relative;
  word-wrap: break-word;
}

a.mbr-iconfont:hover {
  text-decoration: none;
}

.article .lead p,
.article .lead ul,
.article .lead ol,
.article .lead pre,
.article .lead blockquote {
  margin-bottom: 0;
}

a {
  font-style: normal;
  font-weight: 400;
  cursor: pointer;
}
a, a:hover {
  text-decoration: none;
}

.mbr-section-title {
  font-style: normal;
  line-height: 1.3;
}

.mbr-section-subtitle {
  line-height: 1.3;
}

.mbr-text {
  font-style: normal;
  line-height: 1.7;
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-1,
.display-2,
.display-4,
.display-5,
.display-7,
span,
p,
a {
  line-height: 1.5;
  word-break: break-word;
  word-wrap: break-word;
  font-weight: 400;
}

b,
strong {
  font-weight: bold;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  transition-delay: 9999s;
  -webkit-transition-property: background-color, color;
  transition-property: background-color, color;
}

textarea[type=hidden] {
  display: none;
}

section {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
section .mbr-background-video,
section .mbr-background-video-preview {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.hidden {
  visibility: hidden;
}

.mbr-z-index20 {
  z-index: 20;
}

/*! Base colors */
.mbr-white {
  color: #ffffff;
}

.mbr-black {
  color: #111111;
}

.mbr-bg-white {
  background-color: #ffffff;
}

.mbr-bg-black {
  background-color: #000000;
}

/*! Text-aligns */
.align-left {
  text-align: left;
}

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

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

/*! Font-weight  */
.mbr-light {
  font-weight: 300;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

/*! Media  */
.media-content {
  flex-basis: 100%;
}

.media-container-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: start;
}
.media-container-row .media-size-item {
  width: 400px;
}

.media-container-column {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}
.media-container-column > * {
  width: 100%;
}

@media (min-width: 992px) {
  .media-container-row {
    flex-wrap: nowrap;
  }
}
figure {
  margin-bottom: 0;
  overflow: hidden;
}

figure[mbr-media-size] {
  transition: width 0.1s;
}

img,
iframe {
  display: block;
  width: 100%;
}

.card {
  background-color: transparent;
  border: none;
}

.card-box {
  width: 100%;
}

.card-img {
  text-align: center;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}

.media {
  max-width: 100%;
  margin: 0 auto;
}

.mbr-figure {
  align-self: center;
}

.media-container > div {
  max-width: 100%;
}

.mbr-figure img,
.card-img img {
  width: 100%;
}

@media (max-width: 991px) {
  .media-size-item {
    width: auto !important;
  }
  .media {
    width: auto;
  }
  .mbr-figure {
    width: 100% !important;
  }
}
/*! Buttons */
.mbr-section-btn {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
  font-size: 0;
}

.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}

.btn-sm {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-md {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-lg {
  font-weight: 600;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.btn-form {
  margin: 0;
}
.btn-form:hover {
  cursor: pointer;
}

nav .mbr-section-btn {
  margin-left: 0rem;
  margin-right: 0rem;
}

/*! Btn icon margin */
.btn .mbr-iconfont,
.btn.btn-sm .mbr-iconfont {
  order: 1;
  cursor: pointer;
  margin-left: 0.5rem;
  vertical-align: sub;
}

.btn.btn-md .mbr-iconfont,
.btn.btn-md .mbr-iconfont {
  margin-left: 0.8rem;
}

.mbr-regular {
  font-weight: 400;
}

.mbr-semibold {
  font-weight: 500;
}

.mbr-bold {
  font-weight: 700;
}

[type=submit] {
  -webkit-appearance: none;
}

/*! Full-screen */
.mbr-fullscreen .mbr-overlay {
  min-height: 100vh;
}

.mbr-fullscreen {
  display: flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  align-items: center;
  min-height: 100vh;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/*! Map */
.map {
  height: 25rem;
  position: relative;
}
.map iframe {
  width: 100%;
  height: 100%;
}

/*! Scroll to top arrow */
.mbr-arrow-up {
  bottom: 25px;
  right: 90px;
  position: fixed;
  text-align: right;
  z-index: 5000;
  color: #ffffff;
  font-size: 22px;
}

.mbr-arrow-up a {
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  color: #fff;
  display: inline-block;
  height: 60px;
  width: 60px;
  border: 2px solid #fff;
  outline-style: none !important;
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  text-align: center;
}
.mbr-arrow-up a:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.mbr-arrow-up a i {
  line-height: 60px;
}

.mbr-arrow-up-icon {
  display: block;
  color: #fff;
}

.mbr-arrow-up-icon::before {
  content: "›";
  display: inline-block;
  font-family: serif;
  font-size: 22px;
  line-height: 1;
  font-style: normal;
  position: relative;
  top: 6px;
  left: -4px;
  transform: rotate(-90deg);
}

/*! Arrow Down */
.mbr-arrow {
  position: absolute;
  bottom: 45px;
  left: 50%;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: rgba(80, 80, 80, 0.5);
  border-radius: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .mbr-arrow {
    display: none;
  }
}
.mbr-arrow > a {
  display: inline-block;
  text-decoration: none;
  outline-style: none;
  animation: arrowdown 1.7s ease-in-out infinite;
  color: #ffffff;
}
.mbr-arrow > a > i {
  position: absolute;
  top: -2px;
  left: 15px;
  font-size: 2rem;
}

#scrollToTop a i::before {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  width: 27.8%;
  height: 27.8%;
  left: 50%;
  top: 51%;
  transform: translateY(-30%) translateX(-50%) rotate(135deg);
}

@keyframes arrowdown {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 500px) {
  .mbr-arrow-up {
    left: 0;
    right: 0;
    text-align: center;
  }
}
/*Gradients animation*/
@keyframes gradient-animation {
  from {
    background-position: 0% 100%;
    animation-timing-function: ease-in-out;
  }
  to {
    background-position: 100% 0%;
    animation-timing-function: ease-in-out;
  }
}
.bg-gradient {
  background-size: 200% 200%;
  animation: gradient-animation 5s infinite alternate;
  -webkit-animation: gradient-animation 5s infinite alternate;
}

.menu .navbar-brand {
  display: -webkit-flex;
}
.menu .navbar-brand span {
  display: flex;
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
}
.menu .navbar-brand .navbar-logo img {
  display: -webkit-flex;
  width: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .menu .navbar-toggleable-sm .navbar-nav {
    display: -ms-flexbox;
  }
}
@media (max-width: 991px) {
  .menu .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .navbar-collapse.show {
    overflow: auto;
  }
}
@media (min-width: 992px) {
  .menu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
  }
  .menu .navbar-toggleable-sm .navbar-collapse {
    display: -webkit-flex !important;
  }
  .menu .collapsed .navbar-collapse {
    max-height: 93.5vh;
  }
  .menu .collapsed .navbar-collapse.show {
    overflow: auto;
  }
}
@media (max-width: 767px) {
  .menu .navbar-collapse {
    max-height: 80vh;
  }
}

.nav-link .mbr-iconfont {
  margin-right: 0.5rem;
}

.navbar {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  -webkit-align-items: center;
  -webkit-justify-content: space-between;
}

.navbar-collapse {
  -webkit-flex-basis: 100%;
  -webkit-flex-grow: 1;
  -webkit-align-items: center;
}

.nav-dropdown .link {
  padding: 0.667em 1.667em !important;
  margin: 0 !important;
}

.nav {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.row {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
}

.justify-content-center {
  -webkit-justify-content: center;
}

.form-inline {
  display: -webkit-flex;
}

.card-wrapper {
  -webkit-flex: 1;
}

.carousel-control {
  z-index: 10;
  display: -webkit-flex;
}

.carousel-controls {
  display: -webkit-flex;
}

.media {
  display: -webkit-flex;
}

.form-group:focus {
  outline: none;
}

.jq-selectbox__select {
  padding: 7px 0;
  position: relative;
}

.jq-selectbox__dropdown {
  overflow: hidden;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  left: 0 !important;
  width: 100% !important;
}

.jq-selectbox__trigger-arrow {
  right: 0;
  transform: translateY(-50%);
}

.jq-selectbox li {
  padding: 1.07em 0.5em;
}

input[type=range] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.modal-dialog,
.modal-content {
  height: 100%;
}

.modal-dialog .carousel-inner {
  height: calc(100vh - 1.75rem);
}
@media (max-width: 575px) {
  .modal-dialog .carousel-inner {
    height: calc(100vh - 1rem);
  }
}

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

.carousel-item img {
  margin: auto;
}

.navbar-toggler {
  align-self: flex-start;
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
  box-shadow: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

.navbar-toggler-left {
  position: absolute;
  left: 1rem;
}

.navbar-toggler-right {
  position: absolute;
  right: 1rem;
}

.card-img {
  width: auto;
}

.menu .navbar.collapsed:not(.beta-menu) {
  flex-direction: column;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: flex;
}

.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}

html,
body {
  height: auto;
  min-height: 100vh;
}

.dropup .dropdown-toggle::after {
  display: none;
}

.form-asterisk {
  font-family: initial;
  position: absolute;
  top: -2px;
  font-weight: normal;
}

.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0.357em;
  padding: 0;
}

.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
  text-align: center;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}

.form-control {
  background-color: #ffffff;
  background-clip: border-box;
  color: #232323;
  line-height: 1rem !important;
  height: auto;
  padding: 1.2rem 2rem;
  transition: border-color 0.25s ease 0s;
  border: 1px solid transparent !important;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
}
.form-active .form-control:invalid {
  border-color: red;
}

.row > * {
  padding-right: 1rem;
  padding-left: 1rem;
}

form .row {
  margin-left: -0.6rem;
  margin-right: -0.6rem;
}
form .row [class*=col] {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .mbr-section-btn {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}

form .form-check-input {
  margin-top: 0.5;
}

textarea.form-control {
  line-height: 1.5rem !important;
}

.form-group {
  margin-bottom: 1.2rem;
}

.form-control,
form .btn {
  min-height: 48px;
}

.gdpr-block label span.textGDPR input[name=gdpr] {
  top: 7px;
}

.form-control:focus {
  box-shadow: none;
}

:focus {
  outline: none;
}

.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}

blockquote {
  font-style: italic;
  padding: 3rem;
  font-size: 1.09rem;
  position: relative;
  border-left: 3px solid;
}

ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}

.mt-4 {
  margin-top: 2rem !important;
}

.mb-4 {
  margin-bottom: 2rem !important;
}

.container,
.container-fluid {
  padding-left: 16px;
  padding-right: 16px;
}

.row {
  margin-left: -16px;
  margin-right: -16px;
}
.row > [class*=col] {
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 991px) {
  .mbr-container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.app-video-wrapper > img {
  opacity: 1;
}

.app-video-wrapper {
  background: transparent;
}

.item {
  position: relative;
}

.dropdown-menu .dropdown-menu {
  left: 100%;
}

.dropdown-item + .dropdown-menu {
  display: none;
}

.dropdown-item:hover + .dropdown-menu,
.dropdown-menu:hover {
  display: block;
}

@media (min-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    height: 300% !important;
    top: -100% !important;
  }
}
@media (max-aspect-ratio: 16/9) {
  .mbr-video-foreground {
    width: 300% !important;
    left: -100% !important;
  }
}.engine {
	position: absolute;
	text-indent: -2400px;
	text-align: center;
	padding: 0;
	top: 0;
	left: -2400px;
}

/* AGRIMEC – Section About (Full CSS) */
/* Цвет бренда: #DCA600 */

.agrimec-about {
  --am-bg: #3b3b3b;   /* Основной фон — чёрный */
  --am-card: #101010;
  --am-accent: #DCA600;    /* Основной золотой */
  --am-accent-2: #F2C545;  /* Светлый оттенок золота */
  --am-text: #f2f2f2;
  --am-muted: #b5b5b5;
  --am-border: #2a2a2a;


  position: relative;
  display: block;
  background: var(--am-bg);
  color: var(--am-text);
  border-radius: var(--am-radius);
  padding: 40px 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,.55);
}

.agrimec-about * { box-sizing: border-box; }

.agrimec-about .am-wrap {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  gap: 28px;
}

.agrimec-about .am-eyebrow {
  display: inline-block;
  padding: 6px 10px;
  background: rgba(220,166,0,.15);
  border: 1px solid rgba(220,166,0,.35);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  color: var(--am-accent-2);
}

.agrimec-about h2 {
  margin: 0;
  font-size: 36px;
  font-weight: 800;
  color: var(--am-text);
}

.agrimec-about .am-lead {
  color: var(--am-muted);
  line-height: 1.6;
  max-width: 780px;
}

.agrimec-about .am-stats {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.agrimec-about .am-pill {
  padding: 22px;
  border-radius: 14px;
  border: 1px solid var(--am-border);
  background: var(--am-card);
}

.agrimec-about .am-pill b {
  font-size: 20px;
  font-weight: 800;
  color: var(--am-text);
}

.agrimec-about .am-pill span {
  font-size: 14px;
  color: var(--am-muted);
}

.agrimec-about .am-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
}

.agrimec-about .am-card {
  background: var(--am-card);
  padding: 28px;
  border-radius: 14px;
  border: 1px solid var(--am-border);
}

.agrimec-about .am-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 18px;
}

.agrimec-about .am-item {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 12px;
}

.agrimec-about .am-ico {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  border: 1px solid var(--am-border);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(220,166,0,.15);
}

.agrimec-about .am-ico svg {
  width: 20px;
  height: 20px;
  stroke: var(--am-accent);
  fill: none;
  stroke-width: 2;
}

.agrimec-about .am-item h3 {
  font-size: 18px;
  margin: 0 0 4px 0;
  color: var(--am-text);
}

.agrimec-about .am-item p {
  color: var(--am-muted);
  line-height: 1.5;
  margin: 0;
}

/* CTA BLOCK */
.agrimec-about .am-cta {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}

.agrimec-about .am-btn {
  padding: 12px 18px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}

/* Основная кнопка — золотая */
.agrimec-about .am-btn.primary {
  background: linear-gradient(90deg, var(--am-accent), var(--am-accent-2));
  color: #000; /* тёмный текст на золотом */
}

/* Второстепенная кнопка — прозрачная с рамкой */
.agrimec-about .am-btn.secondary {
  border: 1px solid var(--am-accent);
  background: transparent;
  color: var(--am-accent-2);
}

.agrimec-about .am-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
}

/* Разделительная линия */
.agrimec-about hr {
  border: 0;
  border-top: 1px solid var(--am-border);
  margin: 14px 0;
}

/* Адаптивность */
@media (max-width: 900px) {
  .agrimec-about .am-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 600px) {
  .agrimec-about .am-stats {
    grid-template-columns: 1fr;
  }

  .agrimec-about {
    padding: 28px 20px;
  }
}
/* Карточка товара AGRIMEC – белый фон */


/* GRID : 3 колонки на десктопе, 1 на мобиле */

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin: auto;
  width: 1280px;
}

/* 2 в ряд на средних экранах */
@media (max-width: 992px) {
  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* 1 в ряд на мобиле */
@media (max-width: 640px) {
  .product-grid {
    grid-template-columns: minmax(0, 1fr);
	width: 100%;
  }
}

/* КАРТОЧКА */

.product-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px 16px;
  border-radius: 16px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 6px 20px rgba(0,0,0,.04);
  color: #111;
}

/* Фото + галерея */

.product-media {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-main-image {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;

  /* Все фото одинаковые по размеру блока */
  aspect-ratio: 4 / 3; /* можешь изменить на 16/9 или 3/2 */

  /* Минимальная высота обязательно 300px */
  min-height: 300px;

  cursor: pointer;
}

.product-main-img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Чтобы фото красиво вписывалось и не растягивалось */
  display: block;
}


/* Галерея миниатюр */

.product-thumbs-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 6px;
}

.product-thumbs {
  display: flex;
  gap: 6px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.product-thumbs::-webkit-scrollbar {
  height: 5px;
}
.product-thumbs::-webkit-scrollbar-thumb {
  background: #c8c8c8;
  border-radius: 999px;
}

.product-thumb {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  cursor: pointer;
  border: 2px solid transparent;
  flex-shrink: 0;
  transition: border-color .15s ease, transform .15s ease, opacity .15s ease;
  opacity: 0.65;
  background: #f3f3f3;
}

.product-thumb:hover {
  transform: translateY(-1px);
  opacity: 1;
}

.product-thumb.is-active {
  border-color: #DCA600;
  opacity: 1;
}

.thumb-arrow {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #d4d4d4;
  background: #ffffff;
  color: #777;
  cursor: pointer;
  font-size: 16px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .15s ease, border-color .15s ease, color .15s ease, transform .15s ease;
}

.thumb-arrow:hover {
  background: #DCA600;
  border-color: #DCA600;
  color: #000;
  transform: translateY(-1px);
}

/* Текст */

.product-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #111;
}

.product-description {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
}

/* Кнопка "характеристики" */

.product-specs-toggle {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid #DCA600;
  background: #fffaf0;
  color: #7a5a00;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background .15s ease, transform .15s ease, box-shadow .15s ease;
}

.product-specs-toggle .chevron {
  transition: transform .2s ease;
}

.product-specs-toggle:hover {
  background: #ffe7a6;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.product-specs-toggle.is-open .chevron {
  transform: rotate(180deg);
}

/* Аккордеон характеристик – БЕЗ max-height, чтобы всё открывалось полностью */

.product-specs-wrapper {
  display: none;
  margin-top: 8px;
}

.product-specs-wrapper.is-open {
  display: block;
}

.product-specs {
  margin-top: 4px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}

.product-specs h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 6px;
  color: #222;
}

.product-specs ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 3px;
  font-size: 13px;
  color: #555;
}

.product-specs li::marker {
  color: #DCA600;
}

/* МОДАЛКА ДЛЯ КРУПНОГО ФОТО */

.image-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: rgba(0,0,0,.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
  z-index: 9999;
}

.image-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}

.image-modal-backdrop {
  position: absolute;
  inset: 0;
}

.image-modal-content {
  position: relative;
  max-width: 960px;
  width: 100%;
  max-height: 100%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.image-modal-img {
  max-width: 100%;
  max-height: calc(100vh - 80px);
  border-radius: 10px;
  box-shadow: 0 16px 40px rgba(0,0,0,.7);
  background: #000;
}

.image-modal-close {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(0,0,0,.35);
}
/* ====== SECTIONS APRÈS LES PRODUITS ====== */

.agrimec-after-products {
  margin-top: 40px;
}

/* Общие секции */

.agrimec-section {
  padding: 40px 16px;
}

.agrimec-section-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.agrimec-section-dark {
  background: #3b3b3b;
  color: #f5f5f5;
}

.agrimec-section-light {
  background: #111111;
  color: #f5f5f5;
}

.agrimec-section-header {
  max-width: 800px;
  margin-bottom: 24px;
}

.agrimec-section-header h2 {
  margin: 0 0 10px;
  font-size: 26px;
  font-weight: 800;
}

.agrimec-section-header p {
  margin: 0;
  color: #c8c8c8;
  line-height: 1.7;
}

/* Bloc "Pourquoi AGRIMEC" */

.agrimec-features-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.agrimec-feature {
  border-radius: 14px;
  padding: 16px 14px;
  background: #151515;
  border: 1px solid #2a2a2a;
}

.agrimec-feature h3 {
  margin: 0 0 6px;
  font-size: 16px;
  font-weight: 700;
}

.agrimec-feature p {
  margin: 0;
  font-size: 14px;
  color: #c8c8c8;
  line-height: 1.6;
}

/* Bloc services / 3 colonnes */

.agrimec-columns-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.agrimec-columns-3 article h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.agrimec-columns-3 article p {
  margin: 0 0 8px;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 1.6;
}

.agrimec-list {
  margin: 0;
  padding-left: 18px;
  font-size: 14px;
  color: #cccccc;
}

.agrimec-badges {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 6px;
  font-size: 14px;
}

.agrimec-badges li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

/* Contact section */

.agrimec-contact-section {
  border-top: 1px solid #222;
}

.agrimec-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 30px;
}

.agrimec-contact-info h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
}

.agrimec-contact-info p {
  margin: 0 0 16px;
  color: #d0d0d0;
  line-height: 1.7;
}

.agrimec-contact-block {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 16px;
}

.agrimec-contact-block h3 {
  margin: 0 0 4px;
  font-size: 16px;
}

.agrimec-contact-block p {
  margin: 0;
  font-size: 14px;
  color: #e0e0e0;
}

.agrimec-contact-block a {
  color: #DCA600;
  text-decoration: none;
}

.agrimec-contact-block a:hover {
  text-decoration: underline;
}

/* Social */

.agrimec-social h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.agrimec-social-icons {
  display: flex;
  gap: 8px;
}

.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  color: #f5f5f5;
  text-decoration: none;
  background: #151515;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.social-icon:hover {
  background: #DCA600;
  border-color: #DCA600;
  color: #000;
  transform: translateY(-1px);
}

/* Contact form */

.agrimec-contact-form h3 {
  margin: 0 0 10px;
  font-size: 18px;
}

.agrimec-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.agrimec-form-row {
  width: 100%;
}

.agrimec-form-row-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.agrimec-form label {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 13px;
  color: #e0e0e0;
}

.agrimec-form input,
.agrimec-form textarea {
  padding: 8px 10px;
  border-radius: 8px;
  border: 1px solid #333;
  background: #121212;
  color: #f5f5f5;
  font-size: 14px;
  outline: none;
}

.agrimec-form input:focus,
.agrimec-form textarea:focus {
  border-color: #DCA600;
}

.agrimec-btn-primary {
  margin-top: 4px;
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  background: linear-gradient(120deg, #DCA600, #F2C545);
  color: #000;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0,0,0,.5);
  transition: transform .15s ease, box-shadow .15s ease;
}

.agrimec-btn-primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0,0,0,.6);
}

.agrimec-form-note {
  margin: 4px 0 0;
  font-size: 11px;
  color: #a0a0a0;
}

/* Footer */

.agrimec-footer {
  background: #000000;
  color: #f5f5f5;
  border-top: 1px solid #222;
  padding: 30px 16px 18px;
  margin-top: 40px;
}

.agrimec-footer-inner {
  max-width: 1200px;
  margin: 0 auto 18px;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.agrimec-footer-col h4 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
}

.agrimec-footer-col p {
  margin: 0;
  font-size: 13px;
  color: #c8c8c8;
  line-height: 1.6;
}

.agrimec-footer-badges {
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  display: grid;
  gap: 4px;
}

.agrimec-footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  display: grid;
  gap: 5px;
}

.agrimec-footer-links a {
  color: #f5f5f5;
  text-decoration: none;
}

.agrimec-footer-links a:hover {
  text-decoration: underline;
}

.agrimec-payment-badges {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  color: #d0d0d0;
  display: grid;
  gap: 4px;
}

.agrimec-footer-social {
  display: flex;
  gap: 6px;
  margin-top: 8px;
}

.agrimec-footer-social a {
  width: 26px;
  height: 26px;
  border-radius: 999px;
  border: 1px solid #444;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  text-transform: uppercase;
  color: #f5f5f5;
  text-decoration: none;
  background: #151515;
  transition: background .15s ease, border-color .15s ease, transform .15s ease;
}

.agrimec-footer-social a:hover {
  background: #DCA600;
  border-color: #DCA600;
  color: #000;
  transform: translateY(-1px);
}

/* Нижняя полоска */

.agrimec-footer-bottom {
  max-width: 1200px;
  margin: 0 auto;
  border-top: 1px solid #222;
  padding-top: 10px;
  font-size: 11px;
  color: #8a8a8a;
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

/* Адаптив */

@media (max-width: 992px) {
  .agrimec-features-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agrimec-columns-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .agrimec-contact-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .agrimec-contact-block {
    grid-template-columns: minmax(0, 1fr);
  }
  .agrimec-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .agrimec-features-grid,
  .agrimec-columns-3 {
    grid-template-columns: minmax(0, 1fr);
  }
  .agrimec-footer-inner {
    grid-template-columns: minmax(0, 1fr);
  }
  .agrimec-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Consentement RGPD */

.agrimec-consent {
  margin-top: 6px;
}

.agrimec-consent-label {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: #e0e0e0;
  line-height: 1.5;
}

.agrimec-consent-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border-radius: 4px;
  cursor: pointer;
}

.agrimec-consent-label a {
  color: #DCA600;
  text-decoration: underline;
}

.agrimec-consent-label a:hover {
  text-decoration: none;
}

.acs{
    color: #fff;
    background: #000;
    padding: 7px;
    max-width: 243px;
    text-align: center;
    border-radius: 20px;
    margin-top: 16px;
}

.wa-popup {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
    display: none;
}

.wa-popup-inner {
    background: #ffffff;
    width: 280px;
    padding: 18px 16px;
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.2);
    font-family: Arial, sans-serif;
    position: relative;
}

.wa-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}

.wa-subtitle {
    font-size: 14px;
    color: #444;
    margin-bottom: 10px;
}

.wa-status {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 12px;
}

.wa-status.open {
    color: #25D366;
}

.wa-status.closed {
    color: #d62828;
}

.wa-button {
    display: block;
    background: #25D366;
    color: #fff;
    text-decoration: none;
    padding: 10px 14px;
    border-radius: 8px;
    text-align: center;
    font-weight: 600;
    transition: 0.2s;
}

.wa-button:hover {
    background: #1ebe5a;
}

.wa-close {
    position: absolute;
    top: 6px;
    right: 8px;
    cursor: pointer;
    font-size: 14px;
    opacity: 0.7;
}
.wa-close:hover {
    opacity: 1;
}

.wa-footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25D366;
    color: #fff;
    padding: 10px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: .2s;
}

.wa-footer-btn:hover {
    background: #1ebe5a;
    transform: translateY(-2px);
}

.wa-ico {
    font-size: 18px;
    line-height: 1;
}
