﻿@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  color: #222;
  font-family: "Montserrat", sans-serif !important;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
div,
span,
ul,
li {
  font-family: "Montserrat", sans-serif;
}

/* input[type=text], input[type=password], select, textarea {border-color:#b5bbbd;} /*цвет элементов ввода*/
.organiser a {
  color: #555;
  font-size: 10px;
}
#top-body-wrapper header .logotype {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  flex-shrink: 0;
  max-width: none;
  width: auto;
  z-index: 501;
  white-space: nowrap;
}
#top-body-wrapper header .logotype a {
  display: flex;
  align-items: center;
  line-height: 0;
}
#top-body-wrapper header .logotype img {
  height: auto;
  width: 140px;
  max-width: 140px;
  float: none;
  margin: 0;
  display: block;
  flex: 0 0 auto;
}
#top-body-wrapper header .logotype img.logo-iagri {
  width: 90px;
  max-width: 90px;
}
#top-body-wrapper header .logotype .logo-sep {
  color: #bdbdbd;
  font-weight: 300;
  line-height: 1;
  user-select: none;
}
#top-body-wrapper header .nav {
  margin: 0;
  text-align: center;
  line-height: 15px;
  width: 100%;
}
#top-body-wrapper header .nav a {
  color: #045453;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 40px;
}
#top-body-wrapper header .nav a:hover {
  background: none;
  color: #045453 !important;
}
#top-body-wrapper header .nav .active a {
  line-height: 20px;
  color: #045453;
  font-weight: 600;
}
#top-body-wrapper header .nav li {
  line-height: 20px;
  display: inline-block;
  margin: 0 15px 0 0;
}
#top-body-wrapper header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 10px;
  height: 70px;
}
#top-body-wrapper header div {
  vertical-align: middle;
}
body.mini-navbar.isnavbar .container {
  width: auto !important;
}
#top-body-wrapper header .dental_header {
  flex: 1 1 auto;
  width: auto;
  min-width: 0;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: right;
  gap: 8px;
}

#top-body-wrapper header .dental_header .ag-header-awards {
  flex: 0 1 auto;
  margin: 0;
}
.left_sidebar .fa {
  font-family: FontAwesome;
}

.footer-bottom h5 {
  color: #555;
  margin: 0 0 15px 0;
  font-weight: normal;
  font-size: 12px;
}

.navbar-usermenu {
  background-color: #f5f5f5 !important;
  height: -webkit-fill-available;
} /* цвет фона меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li {
  font-weight: 500;
  font-size: 15px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top {
  background: #045453 !important;
}
.navbar-usermenu.navbar-static-side
  .sidebar-collapse
  .nav
  > li.nav-top
  .nav-toast
  .nav-toast-inner
  a:hover {
  color: #fff !important;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:hover,
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:focus {
  background-color: #045453 !important;
  color: #fff !important;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a {
  color: #414141 !important;
} /*цвет текста неактивных кнопок*/
.navbar-usermenu.navbar-static-side
  .sidebar-collapse
  .nav
  > li.nav-top
  .nav-toast
  .nav-toast-inner
  table
  td.uperc {
  color: #414141 !important;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top {
  min-height: 70px;
  background: url("../images/bg_menu.png") 0 0 no-repeat #074616;
  padding: 0px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active {
  border-left: 3px solid #ff8c00;
  background: #eaeaea;
} /*выделенный пункт меню*/
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active > a {
  color: #414141 !important;
}
.widgets .widget .widget-right {
  width: calc(100% - 75px) !important;
}

/* АРХИВ — E8 year dropdown (цвета из палитры agravia) */
#top-body-wrapper header li.parent {
  position: relative;
}

#top-body-wrapper header li.parent > a {
  pointer-events: auto;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(1, 48, 46, 0.12);
  transition:
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

#top-body-wrapper header li.parent > a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-1px);
  opacity: 0.5;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
  flex-shrink: 0;
}

#top-body-wrapper header li.parent > a:hover,
#top-body-wrapper header li.parent.is-open > a,
#top-body-wrapper header li.parent:hover > a,
#top-body-wrapper header li.parent:focus-within > a {
  color: #045453 !important;
}

#top-body-wrapper header li.parent.is-open > a::after,
#top-body-wrapper header li.parent:hover > a::after,
#top-body-wrapper header li.parent:focus-within > a::after {
  transform: rotate(225deg) translateY(-1px);
  opacity: 1;
}

#top-body-wrapper header li.parent ul.nav-child.unstyled.small {
  list-style: none;
  margin: 0;
  padding: 8px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 0 0 1px rgba(1, 48, 46, 0.12);
  text-align: left;
  z-index: 1000;
}

#top-body-wrapper header li.parent ul.nav-child.unstyled.small > li {
  display: block;
  margin: 0;
  padding: 0;
  line-height: normal;
}

#top-body-wrapper header li.parent ul.nav-child.unstyled.small a {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 12px;
  align-items: center;
  padding: 12px 12px;
  border-radius: 12px;
  line-height: 1.25;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #00231c !important;
  text-transform: uppercase;
  transition: background-color 0.18s ease;
}

#top-body-wrapper header li.parent ul.nav-child.unstyled.small a:hover {
  background: rgba(1, 48, 46, 0.04);
  color: #045453 !important;
}

#top-body-wrapper header li.parent .ag-dd-yr {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #045453;
}

#top-body-wrapper header li.parent .ag-dd-yr--agravia {
  color: #045554;
}

#top-body-wrapper header li.parent .ag-dd-yr--iagri {
  color: #1700ff;
}

#top-body-wrapper header li.parent .ag-dd-ttl {
  display: block;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

#top-body-wrapper header li.parent .ag-dd-sub {
  display: block;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  color: #5a726e;
}

@media screen and (min-width: 993px) {
  #top-body-wrapper header li.parent ul.nav-child.unstyled.small {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 20px 8px 10px;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.15s ease;
  }

  /* визуальная панель внутри «моста» padding-top, чтобы hover не обрывался */
  #top-body-wrapper header li.parent ul.nav-child.unstyled.small::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 0 0 1px rgba(1, 48, 46, 0.12);
    z-index: 0;
    pointer-events: none;
  }

  #top-body-wrapper header li.parent ul.nav-child.unstyled.small > li {
    position: relative;
    z-index: 1;
  }

  #top-body-wrapper header li.parent:hover ul.nav-child.unstyled.small,
  #top-body-wrapper header li.parent.is-open ul.nav-child.unstyled.small,
  #top-body-wrapper header li.parent:focus-within ul.nav-child.unstyled.small {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}

@media screen and (max-width: 992px) {
  #top-body-wrapper header li.parent > a {
    display: inline;
    width: auto;
    max-width: none;
    padding: 0;
    gap: 0;
    line-height: inherit;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    color: inherit !important;
  }

  #top-body-wrapper header li.parent > a:hover,
  #top-body-wrapper header li.parent.is-open > a,
  #top-body-wrapper header li.parent:hover > a,
  #top-body-wrapper header li.parent:focus-within > a {
    background: transparent;
    color: inherit !important;
    box-shadow: none;
  }

  #top-body-wrapper header li.parent > a::after {
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;
  }

  #top-body-wrapper header li.parent ul.nav-child.unstyled.small {
    display: none;
    position: static;
    width: 100%;
    margin-top: 12px;
    padding: 0;
    transform: none;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }

  #top-body-wrapper header li.parent.is-open ul.nav-child.unstyled.small {
    display: block;
  }

  #top-body-wrapper header li.parent ul.nav-child.unstyled.small a {
    font-size: 16px;
    grid-template-columns: 72px 1fr;
    padding: 14px 12px;
  }

  #top-body-wrapper header li.parent .ag-dd-yr {
    font-size: 20px;
  }

  #top-body-wrapper header li.parent .ag-dd-ttl {
    font-size: 16px;
  }
}

.top-line {
  padding: 8px 0 7px 0;
  font-weight: 500;
  white-space: nowrap;
  color: #bed5de;
  position: relative;
  height: 25px;
}
.logout-button {
  display: none;
}

.header__logo-title {
  color: #11330e;
  font-family: Intro;
  font-size: 56px;
  font-weight: 900;
  line-height: 67px;
}
.header__logo-sub {
  color: #363636;
  font-family: Circe;
  font-size: 12px;
  font-weight: 700;
  line-height: 0px;
  text-transform: uppercase;
  float: right;
}
.ge-header {
  height: 70px;
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  z-index: 6;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  overflow: visible;
}

#top-body-wrapper {
  overflow: visible;
}

#top-body-wrapper header {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  #top-body-wrapper header {
    gap: 6px;
  }
  #top-body-wrapper header .logotype {
    gap: 6px;
  }
  #top-body-wrapper header .logotype img {
    height: auto;
    width: 96px;
    max-width: 96px;
  }
  #top-body-wrapper header .logotype img.logo-iagri {
    width: 76px;
    max-width: 76px;
  }
}

@media screen and (max-width: 420px) {
  #top-body-wrapper header .logotype {
    gap: 4px;
  }
  #top-body-wrapper header .logotype img {
    height: auto;
    width: 78px;
    max-width: 78px;
  }
  #top-body-wrapper header .logotype img.logo-iagri {
    width: 62px;
    max-width: 62px;
  }
  .ag-header-lang {
    margin-right: 46px;
  }
}

.leftTopRound {
  position: absolute;
  top: 0;
  left: -125px;
  width: 88px;
  height: 123px;
  border-radius: 0 100% 100% 0;
  padding: 20px 5px 2px 2px;
}
.leftTopRound img {
  max-width: 74%;
  width: 57px;
  margin-right: 5px;
}

.expo-tools {
  border-bottom: none !important;
  background-color: #fff;
  margin-top: 0;
  padding: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

#company_view #expo_exh,
#exposition_view #expo_exh {
  padding-top: 10px;
  background-color: #fff;
  margin: 0;
  border-radius: 7px 7px 0px 0px;
}
.chzn-container-active ul.chzn-choices {
  border-color: rgba(82, 168, 236, 0.8);
  box-shadow: none;
}
.chzn-container-multi .chzn-choices li.search-choice {
  background: #045453;
  border-radius: 5px;
  border: 0;
  padding: 5px 20px 5px 5px;
  box-shadow: none;
}
.chzn-container-multi .chzn-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #909090;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.img_country {
  max-height: 100%;
  position: relative;
  background-color: #eee;
  border-radius: 4px;
  padding: 5px 3px;
  text-align: center;
  max-width: 34px;
  border: 1px solid #ddd;
}
.img_country img {
  max-height: 100%;
  vertical-align: inherit;
  border: 1px solid #ddd;
  border-radius: 3px;
}
.stand_num {
  position: relative;
  background-color: #ececec;
  border-radius: 4px;
  padding: 7px;
  text-align: center;
  font-size: 12px;
  color: #444;
  font-weight: 400;
  line-height: 15px;
  border: 1px solid #ddd;
}
.expo_type {
  position: absolute;
  display: flex;
  top: 12px;
  right: 14px;
  max-height: 34px;
  background-color: #ececec;
  padding: 7px 8px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.image_expo {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-sizing: border-box;
  max-height: 100%;
  max-width: 100%;
  height: 36px;
  background-color: #ececec;
  border-radius: 5px;
  padding: 7px;
  margin-top: 5px;
  border: 1px solid #ddd;
}
.expo_exh_inner.s4 .rexc > .span3 {
  border: 1px solid #fff !important;
}
.expo_exh_inner.s4 .rexc > .span3:hover {
  border: 1px solid #045453 !important;
}
.module.module_admin
  .mod-inner
  > div
  ul.madmin-menu
  li
  a:not(.nohover-adminblock-dop):hover {
  background-color: #045453 !important;
}
.module.module_admin .mod-inner > div ul.madmin-menu li a:hover {
  background-color: #045453 !important;
  color: #fff;
}
.navbar-usermenu {
  z-index: 2001;
  position: fixed;
  left: 0;
  height: 100vh;
  top: 0;
  border-right: 1px solid #ddd;
  box-shadow: none;
}
.expo_exh_inner.catalog .numb_stand {
  position: relative;
  background-color: #ececec;
  border-radius: 4px;
  padding: 6px 6px 7px;
  text-align: center;
  font-size: 12px;
  color: #636363;
  line-height: 16px;
  height: 32px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-right: 5px;
  border: 1px solid #ddd;
}

/* .badge {
display: none;
} */
canvas {
  display: none;
}

.page-footer {
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  padding: 30px 10px;
}
.page-footer div {
  opacity: 1;
}
.sp-pagebuilder-row,
.sppb-row {
  margin: 0;
}
.body-innerwrapper {
  padding: 0;
}
.divno {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  font-weight: 300;
  text-align: left;
}
.policy {
  font-weight: 600;
  text-align: center;
}
.up:not(.stepper-arrow) {
  font-weight: 600;
  text-align: right;
  position: relative;
  padding-right: 10px;
}
.policy a {
  color: #fff;
}
.up a {
  color: #fff;
}
.policy a:hover {
  color: #fff;
}
.up a:hover {
  color: #fff;
}
.top-border {
  height: 90px;
  width: 100%;
  margin-bottom: 0 !important;
  background: #eee;
}

#sp-main-body-wrapper {
  background: #eee !important;
}

@media screen and (max-width: 992px) {
  .footer-text a {
    padding: 0 20px;
  }
  .divno {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tblok4 {
    min-width: 50%;
    min-width: 50%;
    padding: 20px 0 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .footer-text a {
    padding: 0 10px;
  }
  #page-footer:not(.iagri-ft):not(.agravia-ft) .container {
    margin: 0 !important;
  }
}
#page-footer .container hr {
  border-top: 0px solid #eee;
  border-bottom: 1px solid #eeeeee70;
}

/* Footer — same layout as iagri-ft, Agravia colors */
.page-footer.iagri-ft,
.page-footer.agravia-ft {
  background-color: #01302e;
  color: #fff;
  font-size: 14px;
  padding: 48px 20px 28px;
}
.page-footer.iagri-ft div,
.page-footer.agravia-ft div {
  opacity: 1;
}
.page-footer.iagri-ft a,
.page-footer.agravia-ft a {
  color: #fff;
  text-decoration: none;
}
.page-footer.iagri-ft a:hover,
.page-footer.agravia-ft a:hover {
  color: #9dda61;
}

.iagri-ft__top {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  align-items: start;
  justify-content: start;
  column-gap: 72px;
  row-gap: 22px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.iagri-ft__brand {
  grid-column: 1;
  grid-row: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  min-width: 0;
  padding-bottom: 2px;
}
.iagri-ft__logo {
  display: block;
  width: auto;
  height: auto;
  max-height: 44px;
  object-fit: contain;
}
.iagri-ft__logo--agravia {
  max-width: 180px;
}
.iagri-ft__logo--iagri {
  max-width: 130px;
  max-height: 40px;
}
.iagri-ft__logo-sep {
  flex: 0 0 auto;
  align-self: center;
  width: 1px;
  height: 28px;
  background: rgba(255, 255, 255, 0.35);
}
.iagri-ft__dates {
  grid-column: 1;
  grid-row: 2;
  padding-left: 0;
  border-left: 0;
  white-space: nowrap;
}
.iagri-ft__date {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}
.iagri-ft__place {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.4;
  opacity: 0.95;
  white-space: nowrap;
}
.iagri-ft__social {
  grid-column: 2;
  grid-row: 1 / 3;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  align-self: start;
  gap: 22px;
  margin: 4px 0 8px;
  padding: 4px 0 4px 48px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
}
.iagri-ft__social-text {
  margin-top: 0;
}
.iagri-ft__social-title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
  text-transform: uppercase;
}
.iagri-ft__social-sub {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-transform: uppercase;
  opacity: 0.9;
}
.iagri-ft__social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  align-self: flex-start;
}
.iagri-ft__icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.iagri-ft__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.iagri-ft__icon:hover {
  opacity: 0.85;
}

.iagri-ft__nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
.iagri-ft__col-title {
  margin-bottom: 16px;
  color: #9dda61;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.iagri-ft__col ul {
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.iagri-ft__col li {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.4;
}
.iagri-ft__col a.is-bold {
  font-weight: 700;
}

.iagri-ft__bottom {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) minmax(220px, 1.2fr) minmax(
      260px,
      1.4fr
    );
  gap: 24px 32px;
  align-items: start;
  padding-top: 22px;
}
.iagri-ft__copy {
  font-size: 12px;
  line-height: 1.45;
}
.iagri-ft__req {
  font-size: 12px;
  line-height: 1.45;
  opacity: 0.75;
}
.iagri-ft__legal {
  list-style: none;
  margin: 0;
  padding: 0 !important;
  text-align: right;
}
.iagri-ft__legal li {
  margin: 0 0 6px;
  font-size: 12px;
  line-height: 1.4;
}
.iagri-ft__legal a {
  color: rgba(255, 255, 255, 0.85);
}
.iagri-ft__legal a:hover {
  color: #9dda61;
}

@media screen and (max-width: 992px) {
  .iagri-ft__top {
    grid-template-columns: 1fr;
    row-gap: 16px;
    column-gap: 0;
  }
  .iagri-ft__brand {
    grid-column: 1;
    grid-row: 1;
    gap: 12px;
    flex-wrap: wrap;
  }
  .iagri-ft__logo--agravia {
    max-width: 150px;
    max-height: 38px;
  }
  .iagri-ft__logo--iagri {
    max-width: 110px;
    max-height: 34px;
  }
  .iagri-ft__logo-sep {
    height: 24px;
  }
  .iagri-ft__dates {
    grid-column: 1;
    grid-row: 2;
    white-space: normal;
  }
  .iagri-ft__date,
  .iagri-ft__place {
    white-space: normal;
  }
  .iagri-ft__social {
    grid-column: 1;
    grid-row: 3;
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin: 0;
    padding: 20px 0 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.35);
  }
  .iagri-ft__social-text {
    margin-top: 0;
  }
  .iagri-ft__social-icons {
    align-self: flex-start;
  }
  .iagri-ft__nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 20px;
  }
  .iagri-ft__col {
    min-width: 0;
  }
  .iagri-ft__bottom {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .iagri-ft__legal {
    text-align: left;
  }
}

@media screen and (max-width: 576px) {
  .page-footer.iagri-ft,
  .page-footer.agravia-ft {
    padding: 36px 0 24px;
  }
  .page-footer.iagri-ft .container,
  .page-footer.agravia-ft .container {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .iagri-ft__dates {
    white-space: normal;
  }
  .iagri-ft__nav {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 24px 0;
  }
  .iagri-ft__date {
    font-size: 16px;
    white-space: normal;
  }
  .iagri-ft__place {
    white-space: normal;
  }
  .iagri-ft__brand {
    gap: 10px;
    flex-wrap: nowrap;
  }
  .iagri-ft__logo--agravia {
    max-width: 130px;
    max-height: 34px;
  }
  .iagri-ft__logo--iagri {
    max-width: 94px;
    max-height: 30px;
  }
  .iagri-ft__logo-sep {
    height: 22px;
  }
  .iagri-ft__icon {
    width: 38px;
    height: 38px;
  }
  .iagri-ft__col-title {
    font-size: 13px;
  }
  .iagri-ft__copy,
  .iagri-ft__req {
    font-size: 12px;
    line-height: 1.45;
  }
  .iagri-ft__legal li {
    font-size: 11px;
  }
}

.sp-top_sec-wrapper {
  display: none;
}

#company_view .company_image img,
#exposition_view .company_image img {
  width: 100%;
}

.lang {
  display: flex;
  align-items: center;
  z-index: 501;
}
.ag-header-lang {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-left: auto;
}

/* Кнопки конкурса / премии в шапке */
.ag-header-awards,
.ag-header-awards * {
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif !important;
}

.ag-header-awards {
  --award-agravia: #f86800;
  --award-iagri: #ff377a;
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 auto;
  min-width: 0;
  max-width: min(100%, 520px);
  margin: 0 8px;
  overflow: visible;
}

.ag-header-award {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  z-index: 2;
  overflow: visible;
}

.ag-header-award:hover,
.ag-header-award:focus-within {
  z-index: 10060;
}

.ag-header-award__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 36px;
  padding: 4px 10px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  text-transform: none;
  color: #fff !important;
  border-radius: 999px;
  border: 2px solid transparent;
  cursor: pointer;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    filter 0.2s ease;
}

.ag-header-award__btn-label {
  min-width: 0;
  flex: 1 1 auto;
  overflow: visible;
  text-overflow: clip;
  white-space: nowrap;
}

.ag-header-award__info {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.22);
  color: #fff;
  overflow: hidden;
}

.ag-header-award__info-svg {
  position: absolute;
  inset: 0;
  width: 20px;
  height: 20px;
  margin: auto;
  transition:
    opacity 0.28s ease,
    transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ag-header-award__info-svg--a {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ag-header-award__info-svg--b {
  opacity: 0;
  transform: scale(0.55) rotate(-70deg);
}

.ag-header-award:hover .ag-header-award__info,
.ag-header-award:focus-within .ag-header-award__info {
  background: rgba(255, 255, 255, 0.34);
}

.ag-header-award:hover .ag-header-award__info-svg--a,
.ag-header-award:focus-within .ag-header-award__info-svg--a {
  opacity: 0;
  transform: scale(0.55) rotate(70deg);
}

.ag-header-award:hover .ag-header-award__info-svg--b,
.ag-header-award:focus-within .ag-header-award__info-svg--b {
  opacity: 1;
  transform: scale(1) rotate(0deg);
}

.ag-header-award__btn--agravia {
  background: var(--award-agravia);
  border-color: var(--award-agravia);
}

.ag-header-award__btn--iagri {
  background: var(--award-iagri);
  border-color: var(--award-iagri);
}

.ag-header-award__btn--agravia:hover,
.ag-header-award__btn--agravia:focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 0 0 2px rgba(248, 104, 0, 0.35);
}

.ag-header-award__btn--iagri:hover,
.ag-header-award__btn--iagri:focus-visible {
  filter: brightness(1.06);
  box-shadow: 0 0 0 2px rgba(255, 55, 122, 0.35);
}

.ag-header-award__tip {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  width: min(300px, 78vw);
  padding: 16px 14px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0;
  text-transform: none;
  text-align: left;
  color: #01302e;
  background: #fff;
  border-radius: 20px;
  border: 1px solid rgba(1, 48, 46, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 10070;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.ag-header-award__tip::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 80px;
  width: 10px;
  height: 10px;
  background: #fff;
  border-top: 1px solid rgba(1, 48, 46, 0.1);
  border-left: 1px solid rgba(1, 48, 46, 0.1);
  transform: rotate(45deg);
}

.ag-header-award__tip-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 6px;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  border-radius: 999px;
}

.ag-header-award--agravia .ag-header-award__tip-label {
  background: var(--award-agravia);
}

.ag-header-award--iagri .ag-header-award__tip-label {
  background: var(--award-iagri);
}

.ag-header-award__tip-text {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  color: #4a6361;
  text-transform: none;
}

.ag-header-award:hover .ag-header-award__tip,
.ag-header-award:focus-within .ag-header-award__tip {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 1200px) {
  .ag-header-awards {
    max-width: 560px;
    gap: 10px;
  }

  .ag-header-award--agravia {
    flex: 1.12 1 auto;
  }

  .ag-header-award__btn {
    justify-content: space-between;
    min-height: 40px;
    padding: 4px 4px 4px 14px;
    font-size: 11px;
    gap: 10px;
  }

  .ag-header-award__btn-label {
    flex: 1 1 auto;
    text-align: left;
  }

  .ag-header-award__info {
    width: 32px;
    height: 32px;
  }

  .ag-header-award__info-svg {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 993px) {
  .ag-header-awards {
    max-width: min(100%, 460px);
  }

  .ag-header-award--agravia {
    flex: 1.1 1 auto;
  }

  .ag-header-award__btn {
    font-size: 10px;
    padding: 4px 8px;
    gap: 6px;
  }
}

@media screen and (max-width: 992px) {
  .ge-header:has(.burger-checkbox:checked),
  #top-body-wrapper:has(.burger-checkbox:checked) {
    z-index: 2200;
  }

  #top-body-wrapper header {
    flex-wrap: nowrap;
    height: 70px;
    min-height: 70px;
    padding-bottom: 0;
  }

  .ge-header {
    height: 70px;
    min-height: 70px;
  }

  .top-border {
    height: auto;
    min-height: 0;
    margin-bottom: 0;
  }

  #top-body-wrapper header .dental_header .nav {
    width: 100%;
    flex: 1 1 auto;
  }

  #top-body-wrapper header .dental_header .ag-header-awards {
    order: -1;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 78px 16px 16px;
    gap: 14px;
    border-bottom: 1px solid rgba(1, 48, 46, 0.08);
    overflow: visible;
  }

  #top-body-wrapper header .dental_header .ag-header-award {
    flex: 0 0 auto;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: visible;
  }

  #top-body-wrapper header .dental_header .ag-header-award__btn {
    width: 100%;
    min-height: 44px;
    font-size: 12px;
    padding: 8px 14px;
    justify-content: center;
    border-radius: 999px;
  }

  #top-body-wrapper header .dental_header .ag-header-award__btn-label {
    white-space: normal;
    text-align: center;
    line-height: 1.25;
  }

  #top-body-wrapper header .dental_header .ag-header-award__info {
    display: none;
  }

  #top-body-wrapper header .dental_header .ag-header-award__tip {
    display: none !important;
  }

  #top-body-wrapper header .dental_header .ag-header-award:hover,
  #top-body-wrapper header .dental_header .ag-header-award:focus-within {
    z-index: auto;
  }
}

@media screen and (max-width: 420px) {
  #top-body-wrapper header .dental_header .ag-header-award__btn {
    font-size: 11px;
    padding: 8px 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ag-header-award__info-svg {
    transition: opacity 0.15s ease;
    transform: none !important;
  }

  .ag-header-award:hover .ag-header-award__info-svg--a,
  .ag-header-award:focus-within .ag-header-award__info-svg--a,
  .ag-header-award:hover .ag-header-award__info-svg--b,
  .ag-header-award:focus-within .ag-header-award__info-svg--b {
    transform: none;
  }
}

.lang a {
  color: #00231c;
  font-weight: 600;
  font-size: 16px;
}
.lang a:hover {
  color: #045453;
  font-weight: 600;
}
.lang1 {
  margin: 0 5px;
  cursor: pointer;
}
.disab {
  display: none;
}

.page-lang-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.28s ease-in-out;
}
.page-lang-transition.is-active {
  opacity: 1;
  pointer-events: all;
}
.page-lang-transition.is-enter {
  transition: opacity 0.32s ease-in-out;
}
.page-lang-transition.is-hold {
  transition: none;
  opacity: 1;
  pointer-events: all;
}
html.lang-transition-pending,
html.lang-transition-pending body {
  background: #fff !important;
}

a.support {
  width: 30px;
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.support:hover {
  color: #045453;
}

.page-footer {
  background-color: #045453;
  color: #fff;
  font-size: 14px;
  padding-top: 60px;
  padding-bottom: 30px;
}
.page-footer div {
  opacity: 1;
}
.footer-flex {
  display: flex;
  justify-content: space-between;
}
.footer-flex .block3 {
  margin-left: 20px;
  margin-right: 20px;
  width: calc(33.3333333% - 40px);
}
.footer-logo img {
  max-width: 150px;
  margin-right: auto;
  margin-left: 0;
}
.social-icons {
  display: flex;
  margin-top: 30px;
  justify-content: flex-start;
}
.social-icons .icon {
  width: 35px;
  height: 35px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  border-radius: 100%;
}
.social-icons .icon i {
  color: #2e2d2d;
  font-size: 15px;
}
.footer-dates ul {
  padding: 0 !important;
  margin: 0;
  list-style: none;
}
.footer-dates li {
  display: block;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.55;
}

.block3 .title-block {
  margin-bottom: 14px;
  font-size: 16px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #9dda61;
}

.block3 a {
  color: #e6e6e6;
  text-decoration: none;
}

.dim-color,
a.dim-color {
  color: #9dda61;
}

/* *** СКРЫТЬ ВИДЖЕТ ЧАТА ТЕХ.ПОДДРЕЖКИ *** */

#cleversite_clever_container {
  opacity: 0;
  max-width: 1px !important;
  max-height: 1px !important;
  right: -90px;
}

@media screen and (max-width: 992px) {
  .lang1 {
    margin: 0;
    line-height: 1;
    font-size: 14px;
  }
  .ag-header-lang {
    position: relative;
    right: auto;
    margin-left: auto;
    margin-right: 70px;
    z-index: 502;
  }
  .lang {
    position: static;
    right: auto;
  }
  a.support {
    margin: 0 35px 0 10px !important;
    line-height: 70px;
  }
}

#yt-totop {
  display: none;
}

/* Цвета бренда для кнопок, модулей, экспозиции и админ панели */

.days-of-week > th {
  background-color: #045453 !important;
  color: #fff;
}

.names-row > th {
  background: #04545330 !important;
}

.offset-top > td > a {
  color: #045453 !important;
}

.expo-tools .expo-tools-container-bar .btn-wrapper button.btn:hover {
  background: #045453 !important; /* цвет бренда */
  color: #fff;
}

.expo_exh_inner .rexc > .span3:hover {
  border-color: #045453 !important; /* цвет бренда */
}

.rexc > .span4:hover {
  border-color: #045453 !important; /* цвет бренда */
}

.module.module_admin
  .mod-inner
  > div
  ul.madmin-menu
  li
  a:not(.nohover-adminblock-dop):hover {
  background-color: #045453 !important; /* цвет бренда */
}

.module.module_admin .mod-inner > div ul.madmin-menu li.active a {
  color: #fff;
  background-color: #045453 !important; /* цвет бренда */
}

.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover {
  border-color: #045453 !important; /* цвет бренда */
}

.btn-success:hover,
.btn-green:hover {
  background: #045453 !important; /* цвет бренда */
  color: #fff !important;
}
.btn-primary:hover {
  background: #045453 !important; /* цвет бренда */
  color: #fff !important;
}

.btn:hover {
  background: #045453 !important; /* цвет бренда */
  color: #fff !important;
}

.dropdown-menu li a:hover {
  background: #045453; /* цвет бренда */
}

span.title.ng-scope.ng-binding.editable:hover {
  color: #045453 !important; /* цвет бренда */
}

.btn-primary:hover {
  background: #045453 !important; /* цвет бренда */
  color: #fff !important;
}

#nextend-accordion-menu dl.level1 > dt:hover {
  background-color: #045453; /* цвет бренда */
  color: #fff;
}

#nextend-accordion-menu dl.level2 > dt:hover {
  background-color: #045453; /* цвет бренда */
  color: #fff;
}

#nextend-accordion-menu dl dt.active {
  background-color: #045453; /* цвет бренда */
  color: #fff !important;
}

#serv_item
  .cmitems
  .cmitem-box
  .cmitem
  .cmitem_header
  .labellist
  .label-primary {
  background-color: #045453; /* цвет бренда */
}

.checkbox label:after {
  color: #045453; /* цвет бренда */
}

.visitors_page a .exc_image:hover {
  border-color: #045453 !important; /* цвет бренда */
}

.active_button {
  background-color: #045453 !important;
  color: #fff !important;
}
.active_button:hover {
  color: #fff !important;
}

/* каталог услуг */
.service-box:hover {
  border-color: #045453 !important;
}
.service-box__image {
  border: 1px solid #045453 !important;
}
.service-box__group {
  background-color: #045453 !important;
}
.service-box__rubricator {
  background-color: #333333 !important;
}
.service-box__add-cart {
  color: #fff !important;
  background-color: #045453 !important;
  border: 1px solid #045453 !important;
  border-radius: 30px !important;
  font-weight: 600 !important;
}
.service-box__add-cart:hover {
  color: #045453 !important;
  background-color: #93d160 !important;
  border: 1px solid #93d160 !important;
}

.service-box__add-cart.active {
  color: #045453 !important;
  background-color: #fff !important;
  border-color: #045453 !important;
}

.services-cart {
  border: 1px solid #045453 !important;
}
.services-cart .btn-buy {
  background-color: #045453 !important;
  color: #fff !important;
}
.services-cart__group td > a {
  color: #045453 !important;
}

.button-cart__icon svg path {
  fill: #045453;
  stroke: #045453;
}

.button-cart__counter {
  background-color: #045453 !important;
}

#services_list .expotab .nav-tabs > li.active > a {
  background-color: #045453 !important;
  color: #fff !important;
}

.btn-set-expo {
  border: 2px solid #ececec !important;
}

.btn-set-expo:hover {
  border: 2px solid #045453 !important;
  background-color: #ececec !important;
}

.btn-set-expo.active {
  border: 2px solid #a6dabc !important;
  background-color: #a6dabc !important;
}

/* end цвета бренда */

.service-box__group,
.service-box__rubricator {
  white-space: wrap !important;
}
.service-box__manage-box {
  min-width: 240px !important;
}

/* *** СКРЫТЬ ВИДЖЕТ JIVOCHAT *** */

#cleversite_clever_container {
  opacity: 0;
  max-width: 1px !important;
  max-height: 1px !important;
  right: -90px;
}

#jvlabelWrap {
  /* для пк версии */
  opacity: 0;
  max-width: 1px !important;
  max-height: 1px !important;
  right: -90px;
}

.__jivoMobileButton {
  /* для мобильной версии */
  width: 1px;
  height: 1px;
  opacity: 0;
  right: -100px !important;
}
#cleversite_clever_button {
  display: none;
}

#cleversite_chat,
#cleversite_call {
  display: none !important;
}

#exposition_view .company_image {
  display: none;
}

/* ***** Cкрыть кнопку связаться ***** */
#user_view .button_message > a:first-child {
  display: none;
}

/* ***** Скрываем ненужные элементы ***** */

#user_visit_stend {
  display: none;
}

/* ***** БУРГЕР МЕНЮ ***** */

.burger-btn {
  display: none;
}
@media screen and (max-width: 992px) and (min-width: 768px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .module.mgray .mod-inner > div {
    margin-top: 80px;
  }

  .divno {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .copyright {
    width: 100%;
    text-align: center;
  }
  .policy {
    width: 100%;
    text-align: center;
    padding: 28px 0;
  }
  .up {
    width: 100%;
    text-align: center;
  }

  .copyright br {
    display: none;
  }
  #top-body-wrapper header {
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 8px;
    overflow: visible;
  }
  #top-body-wrapper header .logotype {
    flex: 0 1 auto;
    min-width: 0;
    margin-left: 90px;
  }
  #top-body-wrapper header .logotype img {
    height: auto;
    width: 100px;
    max-width: 100px;
    float: none;
    margin: 0;
  }
  #top-body-wrapper header .logotype img.logo-iagri {
    width: 80px;
    max-width: 80px;
  }
  .burger-btn {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 30px;
    cursor: pointer;
    top: 50%;
    right: 0;
    margin: 0 12px 0 0;
    transform: translateY(-50%);
    transition: 0.4s;
    z-index: 2201;
  }
  .burger-icon {
    display: block;
    position: relative;
    background: #414141;
    width: 90%;
    height: 4px;
    transition: 0.4s;
  }
  .burger-icon:after,
  .burger-icon:before {
    content: "";
    display: block;
    position: absolute;
    background: #414141;
    width: 100%;
    height: 4px;
    transition: 0.4s;
  }
  .burger {
    display: block;
    position: relative;
    background: #000631 !important;
    width: 90%;
    height: 4px;
    transition: 0.4s;
  }
  .burger::after,
  .burger::before {
    content: "";
    display: block;
    position: absolute;
    background: #000631 !important;
    width: 100%;
    height: 4px;
    transition: 0.4s;
  }
  .burger-icon::after {
    top: 10px;
  }
  .burger-icon::before {
    top: -10px;
  }

  #top-body-wrapper header .dental_header {
    position: fixed;
    top: 0;
    left: 0;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    width: 100%;
    z-index: 2200;
    height: 100%;
    opacity: 1;
    transform: translate(100%, 0);
    overflow-x: hidden;
    overflow-y: auto;
    transition: transform 0.5s;
    background: #fff;
    flex: none;
    min-width: 0;
  }
  body.mini-navbar.isnavbar #top-body-wrapper header .dental_header {
    left: 70px;
    width: calc(100% - 70px);
  }
  #top-body-wrapper header .nav li {
    display: block;
    text-align: left;
    padding: 28px 14px;
    white-space: nowrap;
    margin: 0;
  }
  .top-border {
    min-height: 0px;
    width: 100%;
  }
  #top-body-wrapper header .nav li {
    float: none;
  }
  #top-body-wrapper header .nav li a {
    color: #414141;
    display: inline;
    font-size: 22px;
  }
  #top-body-wrapper header .nav .active a {
    color: #414141;
  }
  #top-body-wrapper header .nav li:first-child {
    padding-top: 24px;
  }
  #top-body-wrapper header .nav li:last-child {
    padding-bottom: 30px;
  }
  body.mini-navbar.isnavbar .container {
    margin-left: 70px !important;
  }

  body.mini-navbar.isnavbar .container {
    width: auto !important;
  }
}

/* checkbox */

.burger-checkbox {
  display: none;
}
#top-body-wrapper .burger-checkbox:checked ~ .dental_header {
  transform: translate(0, 0);
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn {
  position: absolute;
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger-icon {
  background: transparent;
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger {
  background: transparent !important;
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger-icon::before,
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger-icon::after {
  top: 0;
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger::before,
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger::after {
  top: 0;
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger-icon::after {
  transform: rotate(-45deg);
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger-icon::before {
  transform: rotate(45deg);
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger::after {
  transform: rotate(-45deg);
}
#top-body-wrapper .burger-checkbox:checked ~ .burger-btn .burger::before {
  transform: rotate(45deg);
}

/* Рекламный баннер  - start */
.agros-infobox {
  margin: 20px;
}

.agros-infobox h3 {
  margin: 20px 0px 15px;
}

.agros-infobox.agros-white-blk {
  padding: 20px;
}

.agros-infobox.agros-white-blk p {
  margin-bottom: 10px;
}

/* Инфоблок с лицензией */
.compact-banner-v2 {
  background: #ff8c00;
  border-radius: 7px;
  padding: 15px 20px;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0;
  border: 1px solid #ff8c00;
  position: relative;
  overflow: hidden;
}

.compact-banner-v2::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -50%;
  width: 100px;
  height: 100px;
  background: radial-gradient(
    circle,
    rgba(4, 84, 83, 0.15) 0%,
    transparent 70%
  );
  border-radius: 50%;
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  position: relative;
  z-index: 1;
  flex-wrap: wrap;
}

.license-container {
  flex-shrink: 0;
  display: inline-block;
  width: 14px;
}

.license-circle {
  width: 70px;
  height: 70px;
  background: #9dda61;
  border: 2px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  animation: licenseFloat 3s ease-in-out infinite;
  box-shadow: 0 4px 12px rgba(157, 218, 97, 0.3);
  overflow: hidden;
}

.license-circle .license-img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

@keyframes licenseFloat {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.text-content {
  flex: 1;
}

.banner-label {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.highlight .gift {
  width: 40px;
  height: 40px;
  margin-right: 6px;
  vertical-align: -10px;
}

.highlight {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

.app-name {
  color: #045453;
  font-size: 18px;
  font-weight: 600;
}

.banner-subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-top: 4px;
}

.activate-btn {
  background: #fff;
  color: #045453;
  text-decoration: none;
  border-radius: 5px;
  padding: 12px 55px;
  font-weight: 800;
  font-size: 16px;
  text-transform: uppercase;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
  overflow: hidden;
  border: none;
}

.activate-btn:hover {
  background: #9dda61;
  color: #045453;
}

@media (max-width: 768px) {
  .banner-content {
    flex-wrap: wrap;
    gap: 14px;
  }

  .text-content {
    flex: 1 1 100%;
  }

  .activate-btn {
    flex: 1 1 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .license-container {
    align-self: center;
    display: none;
  }
  .license-circle {
    width: 60px;
    height: 60px;
  }

  .license-circle .license-img {
    width: 42px;
    height: 42px;
  }

  .highlight {
    font-size: 16px;
  }

  .app-name {
    font-size: 15px;
  }

  .banner-subtitle {
    font-size: 15px;
  }
}

@media (max-width: 480px) {
  .banner-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .license-container {
    align-self: center;
    display: none;
  }

  .license-circle {
    width: 50px;
    height: 50px;
  }

  .license-circle .license-img {
    width: 32px;
    height: 32px;
  }

  .highlight {
    font-size: 15px;
  }

  .app-name {
    font-size: 14px;
  }

  .banner-subtitle {
    font-size: 14px;
    margin-top: 6px;
  }

  .activate-btn {
    width: 100%;
    font-size: 15px;
    padding: 14px 0;
  }
}

@media (max-width: 360px) {
  .compact-banner-v2 {
    padding: 12px 14px;
  }

  .highlight {
    font-size: 14px;
  }
  .license-container {
    align-self: center;
    display: none;
  }
  .app-name {
    font-size: 13px;
  }

  .banner-subtitle {
    font-size: 13px;
  }

  .license-circle {
    width: 45px;
    height: 45px;
  }

  .license-circle .license-img {
    width: 28px;
    height: 28px;
  }

  .activate-btn {
    font-size: 14px;
    padding: 12px 0;
  }
}
/* END */

/* Инфоблок - Заказ услуг START */
.stand-more-button {
  font-family: "Montserrat", sans-serif !important;
  display: inline-block;
  margin: 15px 0 10px 0;
  padding: 10px 22px;
  background: #005145;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s ease;
}

.stand-more-button:hover {
  background: #003a34;
  color: #fff;
}

.agros-stand-buttons {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.stand-button {
  font-family: "Montserrat", sans-serif !important;
  background: #005145;
  color: #fff;
  border-radius: 5px;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background 0.3s ease;
}

.stand-button:hover {
  background: #003a34;
  color: #fff;
}

/* Инфоблок - Заказ услуг END */

.agros-section-wrng {
  font-family: "Montserrat", sans-serif;
  background: #ffe7e7;
  border-radius: 8px;
  padding: 15px 25px;
  color: #cf0202;
  margin-bottom: 15px;
  border: 1px solid #cf0202;
}
.agros-section-wrng h3 {
  line-height: 24px;
  font-size: 20px;
  color: #cf0202;
}
/* Инфоблок 2 - START */
.agros-section {
  font-family: "Montserrat", sans-serif;
  background: #f7f9fa;
  border-radius: 16px;
  padding: 30px 25px;
  color: #003a34;
  margin-bottom: 30px;
  border: 1px solid #003a34;
}

.agros-section h3 {
  color: #005145;
  font-weight: 700;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1.4;
}

.agros-section p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.agros-section ul {
  padding-left: 18px;
  margin-top: 0;
  margin-bottom: 20px;
}

.agros-section li {
  margin-bottom: 8px;
}

.agros-share-buttons {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 20px;
  overflow-x: auto;
}

.alert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 600;
  width: auto;
  border-radius: 8px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease;
}

.fa-telegram::before {
  content: "\f2c6";
}
.fa-vk::before {
  content: "\f189";
}
.fa-whatsapp::before {
  content: "\f232";
}
.fa.fa-envelope-o::before {
  content: "\f0e0";
}

.alert-button em {
  margin-right: 8px;
}

.alert-button.telegram {
  background-color: #1f5bff;
}

.alert-button.telegram:hover {
  background-color: #1541c7;
}

.alert-button.vkontakte {
  background-color: #4c75a3;
}

.alert-button.vkontakte:hover {
  background-color: #3a5b81;
}

.alert-button.whatsapp {
  background-color: #25d366;
}

.alert-button.whatsapp:hover {
  background-color: #1da851;
}

.alert-button.mail {
  background-color: #005145;
}

.alert-button.mail:hover {
  background-color: #003a34;
}

.alert-text {
  color: #fff;
}
@media (max-width: 768px) {
  .agros-section {
    padding: 20px 15px;
  }

  .agros-section h3 {
    font-size: 18px;
  }

  .agros-section p,
  .agros-section li {
    font-size: 15px;
  }

  .agros-share-buttons {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    overflow-x: visible;
  }

  .alert-button {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .agros-section h3 {
    font-size: 16px;
  }

  .agros-section p,
  .agros-section li {
    font-size: 14px;
  }

  .alert-button {
    font-size: 15px;
    padding: 12px;
  }
}
/* Инфоблок 2 - END */
/* Инфоблок - START */
.alert {
  border-radius: 7px;
  margin-bottom: 15px;
}

.alert.alert-info h3 {
  color: #fff !important;
}

.alert.alert-info h5 {
  color: #fff !important;
}

.info-alert .btn.btn-small {
  display: none !important;
}

.alert {
  padding: 15px 30px;
  margin-bottom: 20px;
  text-shadow: 0 0px 0 rgba(255, 255, 255, 0) !important;
  background-color: #045453;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #045453;
  color: #fff !important;
}

.alert-info {
  color: #fff !important;
  background-color: #045453;
  border-color: #045453;
  border: 1px solid #045453;
}

.alert-button {
  padding: 10px;
  background: #045453;
  color: white;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  display: flex; /* Включаем Flexbox */
  justify-content: center; /* Горизонтальное выравнивание по центру */
  align-items: center; /* Вертикальное выравнивание по центру */
  font-weight: 700;
  text-transform: uppercase;
}

.alert-button:hover {
  background: #9dda61;
  color: #045453;
  text-decoration: none;
}

.alert-info a {
  color: #045453;
  text-decoration: none;
}

.alert-info a:hover {
  color: #045453;
  text-decoration: underline;
}

.alert-info a:hover {
  color: #045453 !important;
  text-decoration: none;
}

.alert-text {
  color: white !important;
  padding-left: 10px;
}

.telegram {
  background: #0088cc;
}
.telegram:hover {
  background: #33a0d6;
}

.vkontakte {
  background: #07f;
}
.vkontakte:hover {
  background: #3392ff;
}

.whatsapp {
  background: #25d366;
}
.whatsapp:hover {
  background: #51dc85;
}

.mail {
  background: #fc3f1d;
}
.mail:hover {
  background: #fd654a;
}

.table-width {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 0px 0px 20px;
}
.alert p {
  margin: 10px 0px;
}
.agros-list-item {
  list-style: none; /* Скрываем маркеры списка */
  text-indent: -1em; /* Сдвигаем элементы списка влево */
}
.agros-list-item::before {
  content: "\2714";
  padding-right: 10px; /* Расстояние от маркеров до текста */
  color: #045453; /* Маркеры красного цвета */
}

.line-green {
  background: #045453;
  border: 1px solid #045453;
}

/* Адаптация для мобильных устройств */
@media (max-width: 768px) {
  .table-width {
    grid-template-columns: 1fr 1fr; /* две колонки на экранах с шириной менее 768px */
  }
}

@media (max-width: 480px) {
  .table-width {
    grid-template-columns: 1fr; /* одна колонка на экранах с шириной менее 480px */
  }
}
/* Инфоблок - END */

/* Рекламный баннер  - start */
.banner-container {
  background-color: #259254;
  padding: 0px;
  border-radius: 5px;
  margin-bottom: 15px !important;
  position: relative;
  overflow: hidden;
}
.banner-container h3 {
  color: #fff;
  padding: 10px 0;
  margin: 0px;
}
.banner-container p {
  font-size: 18px;
  color: #fff;
}
.banner-container a {
  color: #ffdd2d;
}
.banner-button {
  margin: 10px 0 0;
  width: 250px;
  white-space: normal;
  word-break: break-all;
  background: #fff;
  margin-right: 0px;
  line-height: 16px;
  color: #000 !important;
  border-radius: 0px;
  border: 14px solid #fff;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  border-radius: 5px;
}
.agros-box-img {
  width: 220px;
}
.agros-box-container {
  display: flex;
  flex-direction: column;
}
.agros-box {
  width: 100%;
  margin: 20px;
}
.agros-box.left {
  width: 75%;
}
.agros-box.right {
  width: 25%;
  vertical-align: middle;
  margin: 20px;
}
.agros-box.right-dop {
  width: 25%;
  vertical-align: middle;
  margin: 20px;
  margin-right: -0px;
  text-align: right;
}
.agros-data-container {
  margin: 0 20px 10px;
}
.agros-green {
  background-image: url("https://expodat.com/video/repository/green-bg-agros-2025_b77f81f5.png");
  background-size: 100%;
  background-repeat: repeat-y;
}
.agros-white-blk {
  background-image: url("https://expodat.com/video/repository/bg-color-white_923f0506.png");
  background-size: 100%;
  background-repeat: repeat-y;
  margin: 0px;
  border-radius: 8px;
  border: 1px solid #b4d8b9;
}

.agros-white {
  background: #fff !important;
  color: #000 !important;
}
.alert-text-black {
  color: #000;
}
hr {
  margin: 0px;
  opacity: 0.2;
}

.table-width-video {
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr;
  padding: 20px 0px;
}

.table-width-video video {
  width: 100%; /* Занимает 100% ширины контейнера */
  height: auto; /* Автоматическая высота для сохранения пропорций */
  border-radius: 5px; /* Закругление углов видео */
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .table-width-video {
    grid-template-columns: 1fr; /* 1 колонка на мобильных устройствах */
  }
}

@media screen and (min-width: 600px) {
  .row-banner {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .agros-box-container {
    flex-direction: row;
  }
  .box {
    width: auto;
  }
}
@media screen and (max-width: 700px) {
  .banner-container {
    width: auto;
    text-align: center;
  }
  .banner-container h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-container p {
    font-size: 16px;
    margin: 0 auto 10px;
  }
  .agros-box-img {
    display: none;
  }
  .agros-box.left {
    width: auto;
  }
  .agros-box.right {
    display: none;
  }
  .banner-container h3 {
    font-size: 21px;
    padding: 15px 0;
    text-align: center;
    margin: 0px;
  }
}

.service-box__nds {
  display: none;
}
/* Рекламный баннер  - end */

/* Кампус агротех - start */

.agros-box.right-img {
  width: 220px;
  vertical-align: top;
}
.agros-box-container.agro-campus {
  margin: 20px 0 15px !important;
}
.agros-box.left-text {
  margin: 0px !important;
}
.agros-box.left-text p {
  padding-left: 20px;
}
.agros-box-img2 {
  width: 220px;
}

@media screen and (max-width: 700px) {
  .agros-box-container {
    display: flex;
    flex-direction: column;
  }
  .agros-box-img2 {
    width: 300px !important;
    display: block !important;
    margin: 15px auto;
  }
  .agros-box.right-img {
    width: 100% !important;
    vertical-align: top;
  }
  .agros-box.left-text p {
    padding-left: 0px;
  }
}
/* Кампус агротех - end */

a.butlk {
  background: #045453;
  color: #fff;
  padding: 3px 35px;
  border-radius: 100px;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
  margin-right: 20px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Эффект переливающейся волны */
a.butlk::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(157, 218, 97, 0.3),
    rgba(157, 218, 97, 0.6),
    rgba(157, 218, 97, 0.3),
    transparent
  );
  z-index: -1;
  animation: waveFlow 5s infinite;
}

@keyframes waveFlow {
  0% {
    left: -100%;
  }
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

/* Эффект при наведении */
a.butlk:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(1, 79, 85, 0.4);
  color: #fff;
}

a.butlk:hover::before {
  animation-duration: 0;
}

.expo_section {
  display: none;
}

.ag-lk-stack {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
}

.ag-lk-stack,
.ag-lk-stack * {
  box-sizing: border-box;
}

.ag-lk-stack {
  --navy: #01302e;
  --teal: #035453;
  --mint: #9dda61;
  --blue: #013df6;
  --blue-hover: #c9d4ff;
  color: var(--navy);
}

.ag-lk-section {
  border-radius: 24px;
  padding: 24px 28px;
  margin-bottom: 16px;
  background: #d4ecd8;
  box-shadow: 0 0 0 1px rgba(3, 84, 83, 0.22);
}

.ag-lk-section:last-child {
  margin-bottom: 0;
}

.ag-lk-section--soft {
  background: #e8f5ea;
}

.ag-lk-title {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--teal);
  text-transform: uppercase;
}

.ag-lk-title--sm {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  text-transform: none;
  color: var(--navy);
}

.ag-lk-section p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.ag-lk-section p:last-child {
  margin-bottom: 0;
}

.ag-lk-section a:not(.ag-lk-btn):not(.ag-lk-share__btn) {
  color: var(--teal);
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.ag-lk-section a:not(.ag-lk-btn):not(.ag-lk-share__btn):hover {
  opacity: 0.85;
}

.ag-lk-list {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
}

.ag-lk-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}

.ag-lk-list li:last-child {
  margin-bottom: 0;
}

.ag-lk-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--teal);
}

.ag-lk-head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px 16px;
  margin-bottom: 0;
}

.ag-lk-head .ag-lk-title {
  margin-bottom: 0;
  flex: 1 1 auto;
  min-width: min(100%, 260px);
}

.ag-lk-actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 230px));
  gap: 10px;
  justify-content: start;
  margin-top: 4px;
}

.ag-lk-actions .ag-lk-btn {
  width: 100%;
  max-width: 230px;
}

.ag-lk-actions--top {
  margin-top: 0;
  margin-bottom: 14px;
}

.ag-lk-actions + .ag-lk-actions {
  margin-top: 10px;
}

.ag-lk-btn,
.ag-lk-share__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: var(--teal);
  border: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.ag-lk-btn:hover,
.ag-lk-share__btn:hover {
  color: var(--teal);
  background: var(--mint);
}

.ag-lk-btn--agravia {
  background: var(--teal);
}

.ag-lk-btn--agravia:hover {
  color: var(--teal);
  background: var(--mint);
}

.ag-lk-btn--iagri {
  background: var(--blue);
}

.ag-lk-btn--iagri:hover {
  color: var(--blue);
  background: var(--blue-hover);
}

.ag-lk-share__btn {
  border-radius: 999px;
  line-height: 1;
}

.ag-lk-share__btn .fa {
  font-size: 16px;
}

.ag-lk-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px 20px;
  margin: 0 0 16px;
}

.ag-lk-points--single {
  grid-template-columns: 1fr;
}

.ag-lk-points__item {
  position: relative;
  padding-left: 16px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--navy);
  hyphens: none;
  word-break: normal;
}

.ag-lk-points__item::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--teal);
  font-weight: 700;
}

.ag-lk-videos {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr));
  gap: 20px;
  margin-top: 8px;
}

.ag-lk-video__label {
  margin: 0 0 10px;
  font-size: 15px;
  font-weight: 600;
  color: var(--navy);
}

.ag-lk-video video {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(3, 84, 83, 0.2);
  background: #000;
}

.ag-lk-share {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.ag-lk-title--after {
  margin-top: 18px;
}

@media (max-width: 900px) {
  .ag-lk-points:not(.ag-lk-points--single) {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .ag-lk-section {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .ag-lk-section p,
  .ag-lk-list li {
    font-size: 15px;
  }

  .ag-lk-head {
    flex-direction: column;
    align-items: stretch;
  }

  .ag-lk-head .ag-lk-btn {
    width: 100%;
  }

  .ag-lk-points:not(.ag-lk-points--single) {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

/* Верхний баннер — только скругление */
.compact-banner-v2 {
  border-radius: 30px;
  overflow: hidden;
}

/* Нижний блок — стиль ag-lk (если ag-lk уже на странице — этот блок можно пропустить) */
.ag-lk-stack {
  margin: 0 auto;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
}

.ag-lk-stack,
.ag-lk-stack * {
  box-sizing: border-box;
}

.ag-lk-stack {
  --navy: #01302e;
  --teal: #035453;
  --mint: #9dda61;
  --blue: #013df6;
  --blue-hover: #c9d4ff;
  color: var(--navy);
}

.ag-lk-section {
  border-radius: 24px;
  padding: 24px 28px;
  margin-bottom: 15px !important;
  background: #d4ecd8;
  box-shadow: 0 0 0 1px rgba(3, 84, 83, 0.22);
}

.ag-lk-section:last-child {
  margin-bottom: 0;
}

.ag-lk-title {
  margin: 0 0 14px;
  font-size: clamp(1.05rem, 1.8vw, 1.35rem);
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: var(--teal);
  text-transform: uppercase;
}

.ag-lk-title--sm {
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  text-transform: none;
  color: var(--navy);
}

.ag-lk-section p {
  margin: 0 0 14px;
  font-size: 16px;
  line-height: 1.65;
  font-weight: 500;
}

.ag-lk-section p:last-child {
  margin-bottom: 0;
}

.ag-lk-actions {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 230px));
  gap: 10px;
  justify-content: start;
  margin-top: 4px;
}

.ag-lk-actions .ag-lk-btn {
  width: 100%;
  max-width: 230px;
}

.ag-lk-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: var(--teal);
  border: 0;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

.ag-lk-btn:hover {
  color: var(--teal);
  background: var(--mint);
}

.ag-lk-actions + .ag-lk-actions {
  margin-top: 10px;
}

.ag-lk-btn--agravia {
  background: var(--teal);
}

.ag-lk-btn--agravia:hover {
  color: var(--teal);
  background: var(--mint);
}

.ag-lk-btn--iagri {
  background: var(--blue, #013df6);
}

.ag-lk-btn--iagri:hover {
  color: var(--blue, #013df6);
  background: var(--blue-hover, #c9d4ff);
}

@media (max-width: 767px) {
  .ag-lk-section {
    padding: 20px 18px;
    border-radius: 20px;
  }

  .ag-lk-section p {
    font-size: 15px;
  }

  .ag-lk-actions .ag-lk-btn {
    max-width: none;
  }
}

.btn-white {
  background-color: #04545314 !important;
}

.service-box__image-box {
  display: none;
}

#scroll_list .flat_box {
  padding: 25px !important;
  background: #fff;
  border-radius: 30px !important;
}

#scroll_list .service-box {
  display: flex;
  margin-top: 15px;
  border: 2px solid #045453;
  transition: 0.2s;
}

.button-cart {
  background-color: #0454531f !important;
}

.service-box__rubricator {
  background-color: #bfe2cd !important;
  font-weight: 600 !important;
  color: #045453 !important;
}

.btn.btn-white.user_button.active_button.active {
  background: #045453 !important;
}

.madmin {
  border-radius: 30px !important;
}

.module.mgray .mod-inner > div {
  border-radius: 30px !important;
}

.module_pers {
  border-radius: 30px !important;
}

.expo_content > .company_image {
  border-radius: 30px 30px 0 0 !important;
}

.box_company_desc {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#company_view .expo_inner .expo_content .company_logo {
  border-radius: 30px !important;
}

#tab_items {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#tab_gallery_flat {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#tab_news_flat {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#tab_contacts_flat {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#tab_events_flat {
  border-radius: 30px !important;
  padding: 25px 35px;
}

#tab_jobs_flat {
  border-radius: 30px !important;
  padding: 25px 35px;
}

.module.mgray .mod-inner > div.madmin {
  padding: 25px 35px;
}

.module.module_admin
  .mod-inner
  > div
  ul.madmin-menu
  li
  a:not(.nohover-adminblock-dop):hover {
  background-color: #035453 !important;
  border-radius: 30px !important;
}

.module.mgray .mod-inner > div.madmin ul.madmin-menu li a {
  border-radius: 30px !important;
}

.ag-stand,
.ag-stand * {
  box-sizing: border-box;
}
.ag-stand {
  --navy: #01302e;
  --teal: #045453;
  --mint: #9dda61;
  --orange: #e05e00;
  --pink: #e83a72;
  --blue: #1700ff;
  --ink: #1a2e2c;
  --muted: #5a6f6d;
  --line: rgba(1, 48, 46, 0.12);
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
}
.ag-stand a {
  color: var(--teal);
  text-decoration: none;
}
.ag-stand a:hover {
  color: var(--orange);
}

.ag-stand__warn {
  display: grid;
  gap: 10px;
  margin: 0 0 16px;
}
@media (min-width: 860px) {
  .ag-stand__warn {
    grid-template-columns: 1fr 1fr 1.15fr;
  }
}
.ag-stand__chip {
  margin: 0;
  padding: 12px 14px;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 0 0 1px var(--line);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: var(--ink);
}
.ag-stand__chip strong {
  display: block;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.ag-stand__chip--50 {
  background: rgba(224, 94, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(224, 94, 0, 0.22);
}
.ag-stand__chip--50 strong {
  color: var(--orange);
}
.ag-stand__chip--100 {
  background: rgba(224, 94, 0, 0.08);
  box-shadow: 0 0 0 1px rgba(224, 94, 0, 0.22);
}
.ag-stand__chip--100 strong {
  color: var(--orange);
}
.ag-stand__chip--end {
  background: rgba(157, 218, 97, 0.22);
  box-shadow: 0 0 0 1px rgba(4, 84, 83, 0.16);
}
.ag-stand__chip--end strong {
  color: var(--teal);
}

.ag-stand__card {
  padding: 20px 22px 22px;
  border-radius: 30px;
  background: #fff;
}
.ag-stand__head {
  display: grid;
  gap: 12px;
  margin: 0 0 12px;
}
@media (min-width: 900px) {
  .ag-stand__head {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px 20px;
  }
  .ag-stand__title {
    margin: 0;
  }
}
.ag-stand__title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}
.ag-stand__type {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  margin: 0;
  padding: 12px 14px;
  border-radius: 20px;
  background: #f4f8f5;
}
.ag-stand__type-label {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--muted);
}
.ag-stand__type-name {
  margin: 0;
  flex: 1 1 auto;
  font-size: 18px;
  font-weight: 800;
  color: var(--navy);
}
.ag-stand__intro {
  display: grid;
  gap: 8px;
  margin: 0 0 14px;
}
@media (min-width: 900px) {
  .ag-stand__intro {
    grid-template-columns: 1.15fr 0.68fr;
    gap: 16px 20px;
    align-items: start;
  }
}
.ag-stand__lead {
  margin: 0;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}
.ag-stand__note {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: var(--muted);
}

.ag-stand__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 18px;
  border-radius: 999px;
  background: var(--mint);
  color: var(--navy) !important;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.ag-stand__btn:hover {
  background: var(--navy);
  color: var(--mint) !important;
}
.ag-stand__btn svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ag-stand__catalog {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ag-stand__row {
  display: grid;
  gap: 12px;
  align-items: stretch;
}
@media (min-width: 960px) {
  .ag-stand__row {
    grid-template-columns: minmax(0, 1fr) minmax(200px, 0.38fr);
    gap: 12px 18px;
    align-items: start;
  }
}
.ag-stand__group {
  margin: 0;
  min-width: 0;
}
.ag-stand__group-title {
  margin: 0 0 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--navy);
}
.ag-stand__grid {
  display: grid;
  gap: 8px;
}
.ag-stand__grid--pair {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ag-stand__grid--modern {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .ag-stand__grid--modern {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 960px) {
  .ag-stand__grid--modern {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.ag-stand__group--aside .ag-stand__grid {
  grid-template-columns: 1fr;
}
.ag-stand__dl {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px 8px 8px;
  border-radius: 130px;
  background: #f4f8f5;
  color: var(--navy) !important;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.ag-stand__dl:hover {
  background: var(--navy);
  color: #fff !important;
}
.ag-stand__dl-ico {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(1, 48, 46, 0.1);
}
.ag-stand__dl:hover .ag-stand__dl-ico {
  background: #9dda61;
  color: var(--navy);
}
.ag-stand__dl-ico svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 0.2s ease,
    transform 0.25s ease;
}
.ag-stand__dl-ico .i-doc {
  opacity: 1;
}
.ag-stand__dl-ico .i-dl {
  opacity: 0;
  transform: scale(0.7);
}
.ag-stand__dl:hover .ag-stand__dl-ico .i-doc {
  opacity: 0;
  transform: scale(0.7);
}
.ag-stand__dl:hover .ag-stand__dl-ico .i-dl {
  opacity: 1;
  transform: scale(1);
}
.ag-stand__dl-txt {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}
.ag-stand__dl--iagri {
  background: rgba(23, 0, 255, 0.06);
}
.ag-stand__dl--iagri:hover {
  background: var(--blue);
}

@media (max-width: 640px) {
  .ag-stand__card {
    padding: 18px 14px 20px;
  }
  .ag-stand__type {
    align-items: stretch;
  }
  .ag-stand__btn {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .ag-stand__grid--pair,
  .ag-stand__grid--modern {
    grid-template-columns: 1fr;
  }
}

.ag-docs,
.ag-docs * {
  box-sizing: border-box;
}
.ag-docs {
  --navy: #045453;
  --teal: #045453;
  --mint: #9dda61;
  --orange: #e05e00;
  --ink: #1a2e2c;
  --muted: #5a6f6d;
  --line: rgba(1, 48, 46, 0.12);
  margin: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
}
.ag-docs a {
  color: var(--teal);
  text-decoration: none;
}
.ag-docs a:hover {
  color: var(--orange);
}

.ag-docs__card {
  padding: 20px 22px 22px;
  border-radius: 30px;
  background: #fff;
  margin-bottom: 15px;
}
.ag-docs__title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}
.ag-docs__lead {
  margin: 0 0 16px;
  font-size: 16px;
  line-height: 1.55;
  font-weight: 500;
}
.ag-docs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 8px;
}
.ag-docs__dl {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 12px 8px 8px;
  border-radius: 130px;
  background: #f4f8f5;
  color: var(--navy) !important;
  text-decoration: none !important;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}
.ag-docs__dl:hover {
  background: var(--navy);
  color: #fff !important;
}
.ag-docs__dl-ico {
  position: relative;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(1, 48, 46, 0.1);
}
.ag-docs__dl:hover .ag-docs__dl-ico {
  background: rgba(157, 218, 97, 0.22);
}
.ag-docs__dl-ico svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition:
    opacity 0.2s ease,
    transform 0.25s ease;
}
.ag-docs__dl-ico .i-doc {
  opacity: 1;
}
.ag-docs__dl-ico .i-dl {
  opacity: 0;
  transform: scale(0.7);
}
.ag-docs__dl:hover .ag-docs__dl-ico .i-doc {
  opacity: 0;
  transform: scale(0.7);
}
.ag-docs__dl:hover .ag-docs__dl-ico .i-dl {
  opacity: 1;
  transform: scale(1);
}
.ag-docs__dl-txt {
  min-width: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
}

@media (max-width: 640px) {
  .ag-docs__card {
    padding: 25px;
  }
}
@media (max-width: 480px) {
  .ag-docs__grid {
    grid-template-columns: 1fr;
  }
}

/* Промокод экспонента */
.ag-promo,
.ag-promo * {
  box-sizing: border-box;
}
.ag-promo {
  --navy: #01302e;
  --teal: #045453;
  --mint: #9dda61;
  --ink: #1a2e2c;
  font-family: "Montserrat", sans-serif;
  color: var(--ink);
}
.ag-promo__card {
  display: grid;
  gap: 14px;
  padding: 25px;
  border-radius: 30px;
  background: #e8f3ea;
}
.ag-promo__top {
  display: grid;
  gap: 14px;
  align-items: stretch;
}
@media (min-width: 820px) {
  .ag-promo__top {
    grid-template-columns: minmax(0, 1.25fr) minmax(220px, 0.75fr);
    gap: 18px 20px;
  }
}
.ag-promo__main {
  min-width: 0;
}
.ag-promo__title {
  margin: 0 0 8px;
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  font-weight: 800;
  line-height: 1.25;
  color: var(--navy);
}
.ag-promo__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 500;
  color: var(--ink);
}
.ag-promo__code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  padding: 16px 18px;
  border-radius: 18px;
  background: var(--navy);
  align-self: stretch;
}
.ag-promo__code-label {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.ag-promo__code-value {
  margin: 0;
  font-size: clamp(1.3rem, 2.4vw, 1.75rem);
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.15;
  word-break: break-word;
  color: var(--mint);
  font-family: "Source Code Pro", "Montserrat", monospace;
}
.ag-promo__how-title {
  margin: 2px 0 0;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--teal);
}
.ag-promo__ways {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: promo-way;
}
@media (min-width: 760px) {
  .ag-promo__ways {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.ag-promo__way {
  counter-increment: promo-way;
  position: relative;
  margin: 0;
  padding: 14px 14px 14px 42px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(4, 84, 83, 0.1);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.55;
  color: var(--ink);
  min-height: 100%;
}
.ag-promo__way::before {
  content: counter(promo-way);
  position: absolute;
  left: 12px;
  top: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--teal);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}
@media (max-width: 819px) {
  .ag-promo__code {
    order: -1;
  }
}

.ag-promo__share-title {
  margin: 4px 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: var(--navy);
}
.ag-promo .share-buttons {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.ag-promo .share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 44px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
  color: #fff !important;
  transition:
    filter 0.2s ease,
    opacity 0.2s ease;
}
.ag-promo .share-btn img {
  display: block;
  width: 24px;
  height: 24px;
  object-fit: contain;
  flex: 0 0 auto;
}
.ag-promo .share-btn:hover {
  filter: brightness(1.06);
  opacity: 0.95;
}
.ag-promo .share-btn.vk {
  background: #0077ff;
}
.ag-promo .share-btn.telegram {
  background: #2aabee;
}
.ag-promo .share-btn.whatsapp {
  background: #25d366;
}
.ag-promo .share-btn.max {
  background: #572dff;
}
.ag-promo .share-btn.mail {
  background: #ffc82c;
}
@media (max-width: 900px) {
  .ag-promo .share-buttons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 480px) {
  .ag-promo .share-buttons {
    grid-template-columns: 1fr;
  }
}

.return_exposition {
  background: #045453;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
}

.return_exposition:hover {
  background: #9dda61;
  color: #045453;
  font-weight: 600;
  border-radius: 30px;
}

.expo-filters-filter .btn-white {
  border-radius: 30px !important;
}

/* Кнопки конкурса и премии в инфоблоке  */

.ag-lk-awards-block {
  --award-agravia: #f86800;
  --award-iagri: #ff377a;
  --award-navy: #01302e;
  --award-mint: #9dda61;
  overflow: visible;
}
.ag-lk-awards-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 14px;
  overflow: visible;
}
.ag-lk-award {
  position: relative;
  z-index: 1;
  overflow: visible;
}
.ag-lk-award:hover,
.ag-lk-award:focus-within {
  z-index: 20;
}
.ag-lk-award__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 999px;
  border: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-align: center;
  text-decoration: none !important;
  color: #fff !important;
  transition:
    filter 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease;
}
.ag-lk-award--agravia .ag-lk-award__btn {
  background: var(--award-agravia);
}
.ag-lk-award--iagri .ag-lk-award__btn {
  background: var(--award-iagri);
}
.ag-lk-award__btn:hover,
.ag-lk-award__btn:focus-visible {
  background: var(--award-mint) !important;
  color: var(--award-navy) !important;
  filter: none;
}
.ag-lk-award__tip {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  width: 100%;
  padding: 14px 14px 16px;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(1, 48, 46, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}
.ag-lk-award__tip::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 28px;
  width: 10px;
  height: 10px;
  background: #fff;
  box-shadow: -1px -1px 0 rgba(1, 48, 46, 0.12);
  transform: rotate(45deg);
}
.ag-lk-award:hover .ag-lk-award__tip,
.ag-lk-award:focus-within .ag-lk-award__tip {
  opacity: 1;
  visibility: visible;
}
.ag-lk-award__tip-label {
  display: inline-flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
}
.ag-lk-award--agravia .ag-lk-award__tip-label {
  background: var(--award-agravia);
}
.ag-lk-award--iagri .ag-lk-award__tip-label {
  background: var(--award-iagri);
}
.ag-lk-award__tip-text {
  display: block;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  color: #4a6361;
}
.ag-lk-awards-note {
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-weight: 500 !important;
  color: var(--award-navy) !important;
  opacity: 0.85;
}
@media (max-width: 700px) {
  .ag-lk-awards-grid {
    grid-template-columns: 1fr;
  }
  .ag-lk-award__btn {
    min-height: 48px;
    font-size: 13px;
  }
}

.flat_box {
  border-radius: 30px !important;
}
