*, ::after, ::before { box-sizing: border-box }
html, body { margin: 0; padding: 0 }
img { max-width: 100%; height: auto; display: block }

:root {
  --agro-topbar-h: 54px;
  --agro-topbar-pad-x: 40px
}
.visually-hidden {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0,0,0,0)!important;
  white-space: nowrap!important;
  border: 0!important
}
body.page-product {
  padding-top: var(--agro-topbar-h)
}
body.page-product-home {
  padding-top: var(--agro-topbar-h)
}
.agro-site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 500;
  height: var(--agro-topbar-h);
  background: #fff;
  border-bottom: 1px solid #c1c3c4;
  border-radius: 2px
}
.agro-site-header__inner {
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 10px var(--agro-topbar-pad-x);
  gap: clamp(8px,2vw,18px);
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif
}
.agro-site-header__end {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: clamp(12px,2vw,24px);
  margin-left: auto;
  min-width: 0;
  flex: 0 1 auto
}
.agro-site-header__city {
  flex: 0 1 auto;
  min-width: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  align-self: center;
  gap: 6px;
  font-size: 14px;
  line-height: 1;
  color: #59595b
}
.agro-site-header__city-label {
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 400;
  opacity: .95;
  display: inline-flex;
  align-items: center;
  line-height: 16px;
  height: 16px
}
.agro-site-header__city-plugin {
  min-width: 0;
  max-width: 100%
}
.agro-site-header__city-plugin :where(a,button) {
  font-weight: 600;
  font-size: 14px;
  font-family: inherit;
  line-height: 16px;
  color: #252529;
  text-decoration: none;
  background: 0 0;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  max-width: min(40vw,220px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 16px;
  height: 16px;
  box-sizing: content-box;
  transition: color .15s ease,text-decoration-color .15s ease
}
.agro-site-header__city-plugin :where(a,button):focus-visible,
.agro-site-header__city-plugin :where(a,button):hover {
  color: #513172;
  text-decoration: underline;
  text-decoration-color: rgba(81,49,114,0.45);
  text-underline-offset: 3px;
  outline: 0
}
.agro-site-header__city-btn {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: 0 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  color: #252529;
  max-width: min(42vw,240px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 16px;
  height: 16px;
  box-sizing: content-box;
  transition: color .15s ease,text-decoration-color .15s ease
}
.agro-site-header__city-btn:focus-visible,
.agro-site-header__city-btn:hover {
  color: #513172;
  text-decoration: underline;
  text-decoration-color: rgba(81,49,114,0.45);
  text-underline-offset: 3px;
  outline: 0
}
.agro-site-header__city-value {
  display: block;
  line-height: 16px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis
}
.agro-city-dialog {
  position: fixed;
  inset: 0;
  z-index: 850
}
.agro-city-dialog[hidden] {
  display: none!important
}
.agro-city-dialog__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45)
}
.agro-city-dialog__panel {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: min(520px,calc(100vw - 32px));
  max-height: min(640px,calc(100vh - 48px));
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 16px 48px rgba(0,0,0,.18);
  padding: 20px 20px 16px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 12px
}
.agro-city-dialog__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 50%;
  background: #f0f0f0;
  cursor: pointer;
  font-size: 22px;
  line-height: 1;
  color: #252529
}
.agro-city-dialog__title {
  margin: 0 36px 0 0;
  font-family: Montserrat,system-ui,sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #252529
}
.agro-city-dialog__search {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 12px;
  border: 1px solid #c1c3c4;
  border-radius: 8px;
  font-size: 15px
}
.agro-city-dialog__list-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  background: #fafafa;
  contain: content
}
.agro-city-dialog__list {
  list-style: none;
  margin: 0;
  padding: 8px 0;
  columns: 2;
  column-gap: 16px
}
.agro-city-dialog__list li {
  break-inside: avoid
}
.agro-city-dialog__item {
  display: block;
  width: 100%;
  text-align: left;
  padding: 8px 14px;
  border: none;
  background: 0 0;
  font-size: 14px;
  color: #252529;
  cursor: pointer
}
.agro-city-dialog__item:focus-visible,
.agro-city-dialog__item:hover {
  background: rgba(234,179,0,.15);
  outline: 0
}
.agro-city-dialog__foot {
  padding-top: 4px;
  border-top: 1px solid #e8e8e8
}
.agro-city-dialog__hint {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: #59595b
}
.agro-city-dialog__skip {
  border: none;
  background: 0 0;
  padding: 0;
  font-size: 14px;
  color: #2563eb;
  text-decoration: underline;
  cursor: pointer
}
.agro-site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit
}
.agro-site-header__logo-img {
  width: auto;
  height: 40px;
  max-width: 180px
}
.agro-site-header__icons {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #59595b
}
.agro-site-header__phone-number {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap
}
.agro-site-header__icon {
  display: inline-flex;
  width: 26px;
  min-width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  box-sizing: border-box
}
.agro-site-header__icon svg {
  display: block;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  flex-shrink: 0;
  color: currentColor
}
.agro-site-header__icon--vk {
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px
}
.agro-site-header__icon--vk svg {
  width: 38px;
  height: 22px;
  max-width: 38px;
  max-height: 22px
}
.agro-site-header__burger {
  display: inline-flex;
  width: 26px;
  height: 26px;
  border: none;
  background: 0 0;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0
}
.agro-site-header__burger svg {
  display: block;
  width: 26px;
  height: 26px
}
body.page-product .block-hero__media-top,
body.page-product .block-hero__nav-backdrop,
body.page-product .block-hero__topbar {
  display: none!important
}
.agro-site-menu {
  position: fixed;
  inset: 0;
  z-index: 800
}
.agro-site-menu[hidden] {
  display: none!important
}
.agro-site-menu__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.45);
  opacity: 0;
  transition: opacity 220ms ease
}
.agro-site-menu__panel {
  position: absolute;
  top: 0;
  right: 0;
  height: min(824px,100%);
  width: min(705px,100%);
  background: #fcfefe;
  box-shadow: -18px 0 60px rgba(0,0,0,.18);
  display: grid;
  grid-template-rows: auto 1fr auto;
  transform: translate3d(110%,0,0);
  opacity: 0;
  transition: transform 240ms ease,opacity 220ms ease;
  will-change: transform,opacity
}
.agro-site-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px;
  border-bottom: 1px solid #c1c3c4
}
.agro-site-menu__close {
  border: none;
  background: 0 0;
  width: 30px;
  height: 30px;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center
}
.agro-site-menu__close svg {
  display: block
}
.agro-site-menu__body {
  padding: 24px 20px 20px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(18px,3vw,44px);
  overflow: auto;
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif
}
.agro-site-menu__col-title {
  margin: 0 0 10px;
  font-weight: 700;
  letter-spacing: -.02em;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #252529
}
.agro-site-menu__list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #c1c3c4
}
.agro-site-menu__list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #c1c3c4;
  font-size: 14px;
  line-height: 16px;
  color: #252529
}
.agro-site-menu__list a::after {
  content: "›";
  color: #c1c3c4;
  font-weight: 700
}
.agro-site-menu__list--primary a {
  font-weight: 700;
  text-transform: uppercase
}
.agro-site-menu__list--secondary a {
  font-weight: 400;
  color: #59595b;
  text-transform: none
}
.agro-site-menu__foot {
  padding: 20px;
  border-top: 1px solid #c1c3c4;
  display: grid;
  gap: 14px;
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif
}
.agro-site-menu__social-title {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  color: #59595b;
  opacity: .6
}
.agro-site-menu__social .agro-site-header__icon {
  width: 26px;
  min-width: 26px;
  height: 26px;
  flex: 0 0 26px
}
.agro-site-menu__social .agro-site-header__icon svg {
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px
}
.agro-site-menu__social .agro-site-header__icon--vk {
  flex: 0 0 40px;
  width: 40px;
  min-width: 40px
}
.agro-site-menu__social .agro-site-header__icon--vk svg {
  width: 38px;
  height: 22px;
  max-width: 38px;
  max-height: 22px
}
.agro-site-header__icon--rutube {
  width: 26px;
  height: 26px;
  min-width: 26px;
  flex: 0 0 26px;
  background: #59595b;
  border-radius: 999px
}
.agro-site-header__icon--rutube svg {
  width: 18px;
  height: 18px;
  max-width: 18px;
  max-height: 18px
}
.agro-site-menu__social {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  color: #59595b
}
.agro-site-menu__btns {
  display: flex;
  gap: 10px;
  flex-wrap: wrap
}
.agro-site-menu__btns .agro-site-menu__action-btn.site-footer__action-btn {
  width: 280px;
  max-width: 280px
}
body.agro-menu-open {
  overflow: hidden
}
.agro-site-menu.agro-site-menu--open .agro-site-menu__backdrop {
  opacity: 1
}
.agro-site-menu.agro-site-menu--open .agro-site-menu__panel {
  transform: translate3d(0,0,0);
  opacity: 1
}
@media (prefers-reduced-motion:reduce) {
  .agro-site-menu__backdrop,
  .agro-site-menu__panel {
    transition: none
  }
}
body.advantage-image-modal-open .block-hero__media-top,
body.advantage-image-modal-open .block-hero__topbar,
body.fancybox-active .block-hero__media-top,
body.fancybox-active .block-hero__topbar,
body.lead-modal-open .block-hero__media-top,
body.lead-modal-open .block-hero__topbar,
body.lead-thanks-modal-open .block-hero__media-top,
body.lead-thanks-modal-open .block-hero__topbar,
body.policy-modal-open .block-hero__media-top,
body.policy-modal-open .block-hero__topbar,
body.popup-frame-open .block-hero__media-top,
body.popup-frame-open .block-hero__topbar,
body.video-modal-open .block-hero__media-top,
body.video-modal-open .block-hero__topbar {
  display: none!important;
  opacity: 0!important;
  pointer-events: none!important
}
body.advantage-image-modal-open,
body.fancybox-active,
body.lead-modal-open,
body.lead-thanks-modal-open,
body.policy-modal-open,
body.popup-frame-open,
body.video-modal-open {
  padding-top: 0!important
}
.home-hero {
  position: relative;
  width: 100%;
  background: 0 0;
  height: calc(100vh - var(--agro-topbar-h))
}
.home-hero__frame {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: stretch
}
.home-hero__col--media {
  grid-column: 1;
  grid-row: 1;
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #252529 url("../images/background.webp") center/cover no-repeat;
  min-height: 0;
  pointer-events: none
}
.home-hero__col--text {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  align-self: stretch;
  background: 0 0;
  pointer-events: none
}
.home-hero__surface {
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: 0;
  width: min(44.6875rem,calc(100% - clamp(1rem,4vw,3rem)));
  height: auto;
  min-height: 0;
  max-height: 100%;
  box-sizing: border-box;
  background: #fcfefe;
  padding: clamp(28px,4.8vw,48px) clamp(28px,4vw,48px);
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  overflow: auto
}
.home-hero__title {
  flex: none;
  order: 0;
  margin: 0 0 18px 0;
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-weight: 800;
  font-size: clamp(28px, 3.5vw, 46px);
  line-height: 1.08;
  letter-spacing: -.02em;
  color: #252529
}
.home-hero__lead {
  flex: none;
  order: 1;
  flex-grow: 0;
  margin: 0 0 28px 0;
  width: 100%;
  max-width: none;
  height: auto;
  min-height: 0;
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1rem, 1.8vw + .35rem, 1.5rem);
  line-height: 1.22;
  color: #59595b
}
.home-hero__actions {
  flex: none;
  order: 2;
  flex-grow: 0;
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 16px;
  align-items: center
}
.home-hero__skolkovo-wrap {
  flex: none;
  order: 2;
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 0 0 28px 0
}
.home-hero__skolkovo {
  display: block;
  width: auto;
  height: auto;
  max-width: 170px;
  max-height: 48px;
  object-fit: contain
}
.home-hero__skolkovo-separator {
  display: block;
  width: 1px;
  height: 38px;
  background-color: #c4c4c4;
  flex-shrink: 0
}
.home-hero__skolkovo-text {
  font-family: Roboto,system-ui,-apple-system,"Segoe UI",sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #59595b
}
@supports (height:100dvh) {
  .home-hero {
    height: calc(100dvh - var(--agro-topbar-h))
  }
}
@media (max-width:900px) {
  .home-hero__frame {
    display: flex;
    flex-direction: column;
    min-height: unset;
    height: auto
  }
  .home-hero__col--media {
    position: relative;
    inset: auto;
    order: -1;
    flex: 0 0 auto;
    width: 100%;
    height: clamp(220px,52vw,380px);
    pointer-events: auto
  }
  .home-hero__col--text {
    flex: 1 1 auto;
    pointer-events: auto;
    padding: clamp(16px,4vw,24px) clamp(16px,4vw,20px) clamp(22px,5vw,32px);
    background: #fff
  }
  .home-hero__surface {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: none;
    max-height: none;
    height: auto;
    min-height: 0;
    padding: 0;
    background: 0 0;
    overflow: visible
  }
  .home-hero__title {
    text-align: left;
    font-size: clamp(22px, 6.2vw, 28px);
    line-height: 1.12;
    margin: 0 0 14px 0
  }
  .home-hero__lead {
    width: 100%;
    height: auto;
    min-height: 0;
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px 0
  }
  .home-hero__actions {
    grid-template-columns: 1fr;
    gap: 12px;
    justify-items: stretch
  }
  .home-hero__skolkovo-wrap {
    gap: 12px;
    margin: 0 0 20px 0
  }
  .home-hero__skolkovo {
    max-width: 145px;
    max-height: 40px
  }
  .home-hero__skolkovo-separator {
    height: 32px
  }
  .home-hero__skolkovo-text {
    font-size: 14px;
    line-height: 1.25
  }
  .home-hero {
    height: auto;
    min-height: 0
  }
}
@supports (height:100dvh) {
  @media (max-width:900px) {
    .home-hero {
      min-height: 0
    }
  }
}
@media (max-width:760px) {
  :root {
    --agro-topbar-h: 54px;
    --agro-topbar-pad-x: 12px
  }
  .agro-site-header__inner {
    gap: 6px;
    justify-content: space-between;
    padding-inline: var(--agro-topbar-pad-x)
  }
  .agro-site-header__logo-img {
    max-width: 140px;
    height: 34px
  }
  .agro-site-header__end {
    gap: 6px;
    min-width: 0;
    flex: 0 1 auto
  }
  .agro-site-header__city-label {
    display: none
  }
  .agro-site-header__city {
    justify-content: flex-end;
    max-width: min(22vw,78px);
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 1;
    min-width: 0
  }
  .agro-site-header__city-plugin {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .agro-site-header__city-btn,
  .agro-site-header__city-plugin :where(a,button) {
    max-width: 100%;
    font-size: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
  }
  .agro-site-header__icons {
    flex-shrink: 0;
    gap: 10px
  }
  .agro-site-header__burger {
    flex-shrink: 0
  }
  .agro-city-dialog__list {
    columns: 1
  }
  .agro-site-header__icons > .agro-site-header__icon,
  .agro-site-header__phone-number {
    display: none!important
  }
  .agro-site-menu__panel {
    width: 100%;
    height: 100%;
    min-height: 100%;
    max-height: none;
    box-shadow: none;
    border-radius: 0
  }
  .agro-site-menu__body .agro-site-menu__col:first-child .agro-site-menu__col-title {
    display: none
  }
  .agro-site-menu__body {
    grid-template-columns: 1fr
  }
  .agro-site-menu__btns .agro-site-menu__action-btn.site-footer__action-btn {
    width: 100%;
    max-width: 100%
  }
}