@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600i,700&display=swap&subset=cyrillic");
body {
  background: #fbfbfb;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

br {
  display: block;
  margin: 5px 0 15px;
  content: " ";
}

.node--unpublished {
  background: #ffdde2;
}

svg.ext {
  fill: #f45540;
}
svg.ext path {
  stroke: #f45540;
}

.page__header {
  height: 30px;
  padding: 10px 0;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 500;
  top: 0;
  left: 0;
  right: 0;
  background: #fbfbfb;
  -webkit-box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
          box-shadow: 0 0 5px rgba(100, 100, 100, 0.5);
}
@media (min-width: 500px) {
  .page__header {
    height: 60px;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-bottom: 1px solid #e5e5e5;
  }
}
@media (min-width: 900px) {
  .page__header {
    padding: 15px 0;
  }
}
.page__info-regions {
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .page__info-regions {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .page__info-regions {
    padding: 0 10%;
    max-width: 1600px;
  }
}
.page__main {
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .page__main {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .page__main {
    padding: 0 10%;
    max-width: 1600px;
  }
}
@media (min-width: 900px) {
  .page__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media (min-width: 900px) {
  .page__sidebar {
    width: 25%;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page__footer {
  margin-top: 20px;
  background: #e5e5e5;
  border-top: 1px solid #209e20;
}
.page .region--footer {
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .page .region--footer {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .page .region--footer {
    padding: 0 10%;
    max-width: 1600px;
  }
}
.page__copyright {
  background: #f8f8f8;
  padding: 5px 0;
  text-align: center;
}
@media (min-width: 900px) {
  .page__copyright {
    padding: 10px 0;
  }
}

body {
  padding-top: 50px;
}
@media (min-width: 500px) {
  body {
    padding-top: 0;
  }
}

.header__content {
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .header__content {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .header__content {
    padding: 0 10%;
    max-width: 1600px;
  }
}
.header__content {
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.region--header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: inherit;
}

@media (max-width: 359px) {
  .block--language {
    display: none;
  }
}
.block--language .links {
  list-style: none;
  height: 32px;
  padding: 0;
  cursor: pointer;
  line-height: 1.4;
}
@media (min-width: 500px) {
  .block--language .links {
    height: 42px;
  }
}
.block--language .language-link {
  position: relative;
  z-index: 500;
  display: none;
  padding: 7px;
  background: #fff;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #e5e5e5;
  border-radius: 100%;
  font-size: 0.75em;
  font-weight: bold;
  color: #000;
  text-decoration: none;
}
@media (min-width: 500px) {
  .block--language .language-link {
    padding: 10px;
    font-size: 0.875em;
  }
}
.block--language .language-link:hover {
  border: 1px solid #e3fce3;
}
.block--language .language-link.is-active {
  border: 1px solid #209e20;
  display: block;
  cursor: pointer;
  pointer-events: none;
}
.block--language .language-link--untranslated {
  border: 1px solid #e5e5e5;
  cursor: default;
  opacity: 0.2;
}
.block--language .links.opened .language-link {
  display: block;
  pointer-events: auto;
}
.block--language .links.opened .language-link.is-active {
  pointer-events: none;
}

.menu-toggle {
  width: 30px;
  padding: 10px 0;
  position: relative;
  margin-left: 30px;
  z-index: 300;
}
.menu-toggle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  height: 4px;
  width: inherit;
  background: #209e20;
  display: block;
  content: "";
}
.menu-toggle span, .menu-toggle span:before, .menu-toggle span:after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.open-menu .menu-toggle span {
  background: transparent;
}
.menu-toggle span:before {
  position: absolute;
  top: 0;
}
.open-menu .menu-toggle span:before {
  background: #ff8833;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-toggle span:after {
  position: absolute;
  top: 20px;
}
.open-menu .menu-toggle span:after {
  background: #ff8833;
  top: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.menu-container {
  position: fixed;
  top: 50px;
  bottom: 0;
  left: -100%;
  right: 100%;
  z-index: 300;
  display: block;
  background: rgba(255, 255, 255, 0.99);
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .menu-container {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .menu-container {
    padding: 0 10%;
    max-width: 1600px;
  }
}
.menu-container {
  padding: 20px 40px;
}
.menu-container {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 500px) {
  .menu-container {
    top: 77px;
  }
}
@media (min-width: 900px) {
  .menu-container {
    -webkit-transition: none;
    transition: none;
    margin: 0 auto 20px;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    background: none;
  }
}
.open-menu .menu-container {
  left: 0;
  right: 0;
  overflow: auto;
}
@media (min-width: 900px) {
  .open-menu .menu-container {
    position: static;
    background: none;
  }
}

.branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.branding__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.branding__logo img {
  height: 100%;
  width: auto;
}
.branding__info {
  margin-left: 15px;
}
.branding__name {
  margin: 0;
  font-size: 1.5em;
  font-weight: bold;
}
@media (min-width: 900px) {
  .branding__name {
    font-size: 2em;
  }
}
.branding__name a {
  color: #209e20;
  text-decoration: none;
}
.branding__slogan {
  margin: 0;
  font-size: 1em;
  font-weight: normal;
  display: none;
}
@media (min-width: 500px) {
  .branding__slogan {
    display: block;
  }
}

ul.tabs {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.tabs li {
  display: inline-block;
  margin: 0 5px 5px 0;
  background: #99bb22;
  border: 1px solid #e5e5e5;
}
ul.tabs li:hover {
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.5);
}
ul.tabs li.is-active {
  background: #33bb22;
}
ul.tabs a {
  line-height: 2;
  padding: 0 5px;
  font-size: 0.875em;
  color: #000;
  text-decoration: none;
  display: block;
}
@media (min-width: 900px) {
  ul.tabs a {
    padding: 0 10px;
  }
}

.region--primary-menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#block-mainnavigation .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 900px) {
  #block-mainnavigation .menu {
    padding: 0;
  }
}
#block-mainnavigation .menu-item {
  display: inline-block;
  width: 46%;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 900px) {
  #block-mainnavigation .menu-item {
    width: auto;
    margin: 0;
  }
}
#block-mainnavigation .menu-item a {
  font-size: 1.125em;
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 3px solid transparent;
}
#block-mainnavigation .menu-item a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  #block-mainnavigation .menu-item a {
    line-height: 2;
  }
}
#block-mainnavigation .menu-item a:hover {
  border-color: #209e20;
}
#block-mainnavigation .menu-item--active-trail a {
  font-weight: bold;
  border-bottom: 3px solid #209e20;
}

.block-taxonomymenu__menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block-taxonomymenu__submenu {
  list-style: none;
  padding-left: 15px;
  border-left: 1px solid #209e20;
}
.block-taxonomymenu__submenu--collapsed, .block-taxonomymenu__submenu.collapsed-submenu {
  display: none;
}
.block-taxonomymenu__menu-item {
  position: relative;
}
.block-taxonomymenu__menu-item .parent-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid #209e20;
  border-radius: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("img/chevron.svg");
}
.block-taxonomymenu__menu-item .parent-toggle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  .block-taxonomymenu__menu-item .parent-toggle {
    border: none;
    padding: 0;
    top: 10px;
  }
}
.block-taxonomymenu__menu-item .parent-toggle.arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.block-taxonomymenu__link {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
  margin-right: 30px;
}
.block-taxonomymenu__link {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  .block-taxonomymenu__link {
    font-size: 0.875em;
  }
}
@media (min-width: 1600px) {
  .block-taxonomymenu__link {
    font-size: 16px;
  }
}
.block-taxonomymenu__link:hover {
  color: #209e20;
}
.block-taxonomymenu__link--active, .block-taxonomymenu__menu-item.active > .block-taxonomymenu__link {
  font-weight: bold;
  color: #209e20;
}

.block-menu--food-info ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 0;
  text-align: center;
}
.block-menu--food-info li a {
  display: inline-block;
  background: #209e20;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.block-menu--food-info li a:hover, .block-menu--food-info li a:focus {
  background: #33bb22;
}
.block-menu--food-info li a {
  text-align: center;
}

#block-mainnavigation-sidebar .menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
#block-mainnavigation-sidebar .menu-item {
  position: relative;
}
#block-mainnavigation-sidebar .menu-item .parent-toggle {
  position: absolute;
  right: 0;
  top: 6px;
  bottom: 0;
  width: 20px;
  height: 20px;
  padding: 2px;
  border: 1px solid #209e20;
  border-radius: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: url("img/chevron.svg");
}
#block-mainnavigation-sidebar .menu-item .parent-toggle {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  #block-mainnavigation-sidebar .menu-item .parent-toggle {
    border: none;
    padding: 0;
    top: 10px;
  }
}
#block-mainnavigation-sidebar .menu-item .parent-toggle.arrow-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#block-mainnavigation-sidebar .menu a {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
  padding: 10px 0;
  display: block;
  margin-right: 30px;
}
#block-mainnavigation-sidebar .menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
@media (min-width: 900px) {
  #block-mainnavigation-sidebar .menu a {
    font-size: 0.875em;
  }
}
@media (min-width: 1600px) {
  #block-mainnavigation-sidebar .menu a {
    font-size: 16px;
  }
}
#block-mainnavigation-sidebar .menu a:hover {
  color: #209e20;
}
#block-mainnavigation-sidebar .menu-item--active-trail > a, #block-mainnavigation-sidebar .menu a.is-active {
  font-weight: bold;
  color: #209e20;
}

#block-mainnavigation-sidebar .menu .menu {
  list-style: none;
  padding-left: 15px;
  border-left: 1px solid #209e20;
}
#block-mainnavigation-sidebar .menu .menu--collapsed {
  display: none;
}

.spoiler {
  background: white;
  margin: 0 0 10px;
}
.spoiler.spoiler--views-blockadditives-legend-block-1 {
  background-color: #f4f4f4;
}
@media (min-width: 500px) {
  .spoiler.spoiler--views-blockadditives-legend-block-1 .spoiler__title::before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    background-repeat: no-repeat;
    background-origin: content-box;
    background-size: contain;
    background-position: right bottom;
    background-image: url("img/legend.png");
    opacity: 1;
  }
  .spoiler.spoiler--views-blockadditives-legend-block-1 .spoiler__title::before {
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
  }
}
@media (min-width: 1200px) {
  .spoiler.spoiler--views-blockadditives-legend-block-1 .spoiler__title {
    line-height: 2;
  }
}
.spoiler.spoiler--views-blockadditives-legend-block-1.opened .spoiler__title::before {
  opacity: 0;
}
.spoiler__title {
  position: relative;
  background-color: #f4f4f4;
  font-size: 16px;
  font-style: italic;
  margin: 0;
  padding: 5px 10px;
  border-left: 2px solid #209e20;
  cursor: pointer;
}
@media (max-width: 359px) {
  .spoiler__title {
    font-size: 0.875em;
  }
}
.spoiler__title::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  right: 5px;
  background-image: url("img/chevron.svg");
}
.spoiler__title::after {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.opened .spoiler__title::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.spoiler__title span {
  background-color: #f4f4f4;
  padding-right: 10px;
}
.spoiler__body {
  font-size: 0.875em;
  font-weight: normal;
  padding: 10px;
  margin: 0;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  border-left: 2px solid #209e20;
  display: none;
}

.term--small-card {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 44px;
  position: relative;
  margin: 0;
}
.term--small-card .term__link {
  color: #000;
  line-height: 1.2;
  font-weight: normal;
  text-decoration: none;
  padding: 5px 10px;
}
.term--small-card .term__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.term--small-card .term__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-decoration: none;
  font-size: 0.75rem;
}
@media (min-width: 500px) {
  .term--small-card .term__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 900px) {
  .term--small-card .term__link {
    font-size: 0.875rem;
  }
}
@media (min-width: 1200px) {
  .term--small-card .term__link {
    font-size: 0.75rem;
  }
}
@media (min-width: 1600px) {
  .term--small-card .term__link {
    font-size: 0.875rem;
  }
}
.term--small-card .term__link:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.term--small-card .term__link {
  padding-left: 50px;
}

.term--additive-origins.term {
  background-size: 30px;
  background-position: 10px;
  background-repeat: no-repeat;
}
.term--additive-origins.term--26 {
  background-image: url("img/plant.png");
}
.term--additive-origins.term--29 {
  background-image: url("img/microbiological.png");
}
.term--additive-origins.term--36 {
  background-image: url("img/animal.png");
}
.term--additive-origins.term--116 {
  background-image: url("img/mineral.png");
}
.term--additive-origins.term--37 {
  background-image: url("img/artificial.png");
}
.term--additive-origins.term--35 {
  background-image: url("img/synthetic.png");
}
.term--additive-origins.term .term__link {
  padding-left: 50px;
}

.term--additive-dangers {
  position: relative;
}
.term--additive-dangers .term__link {
  padding: 5px 10px 20px;
}
.term--additive-dangers::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: 10px;
  right: 10px;
  height: 7px;
  background-size: cover;
  background-repeat: no-repeat;
}

.term--120.term::after {
  background-image: url("img/danger-0.svg");
}
.term--121.term::after {
  background-image: url("img/danger-1.svg");
}
.term--122.term::after {
  background-image: url("img/danger-2.svg");
}
.term--123.term::after {
  background-image: url("img/danger-3.svg");
}
.term--124.term::after {
  background-image: url("img/danger-4.svg");
}
.term--125.term::after {
  background-image: url("img/danger-5.svg");
}

.energy-table {
  width: 100%;
  background: #fff;
}
.energy-table caption {
  display: none;
}
@media (min-width: 500px) {
  .energy-table tbody {
    font-size: 0.875em;
  }
}
.energy-table tr.odd {
  background: #f8f8f8;
}
.energy-table tr.weight .label {
  background: #fff;
}
.energy-table tr.weight .hundred, .energy-table tr.weight .total {
  background: #e3fce3;
}
.energy-table tr.weight td {
  font-weight: bold;
}
.energy-table td {
  padding: 5px;
  border: 1px solid #AAA;
  text-align: right;
  border: 1px solid #e5e5e5;
}
.energy-table td.label {
  background: #e3fce3;
}
.energy-table__reference {
  font-size: 0.875em;
  line-height: 1.8;
}

.view-energy-table .view-filters {
  margin: 10px 0;
}
.view-energy-table .view-filters .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-energy-table .view-filters .form-item {
  width: 100%;
}
@media (min-width: 900px) {
  .view-energy-table .view-filters .form-item {
    width: unset;
  }
}
.view-energy-table .view-filters select, .view-energy-table .view-filters option, .view-energy-table .view-filters input {
  max-width: 100%;
  width: 100%;
  height: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 900px) {
  .view-energy-table .view-filters select, .view-energy-table .view-filters option, .view-energy-table .view-filters input {
    width: unset;
  }
}
.view-energy-table table {
  width: 100%;
  max-width: 100%;
}
.view-energy-table table a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.view-energy-table table a:hover, .view-energy-table table a:focus {
  background-size: 100% 1px;
}
.view-energy-table table a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.view-energy-table thead, .view-energy-table tbody {
  border: 1px solid #bebebe;
}
.view-energy-table th {
  background: #e3fce3;
}
.view-energy-table tr:nth-child(even) {
  background: #e5e5e5;
}
.view-energy-table tr td, .view-energy-table tr th {
  padding: 5px;
  border-left: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
  font-size: 0.875em;
}
.view-energy-table .views-field-field-protein, .view-energy-table .views-field-field-fat, .view-energy-table .views-field-field-carb, .view-energy-table .views-field-field-calories {
  text-align: right;
}
.view-energy-table .views-field-field-protein.th a:first-letter, .view-energy-table .views-field-field-fat.th a:first-letter, .view-energy-table .views-field-field-carb.th a:first-letter, .view-energy-table .views-field-field-calories.th a:first-letter {
  color: red;
}
.view-energy-table th.views-field-field-protein a, .view-energy-table th.views-field-field-fat a, .view-energy-table th.views-field-field-carb a, .view-energy-table th.views-field-field-calories a {
  display: block;
  position: relative;
  visibility: hidden;
  width: 30px;
}
@media (min-width: 500px) {
  .view-energy-table th.views-field-field-protein a, .view-energy-table th.views-field-field-fat a, .view-energy-table th.views-field-field-carb a, .view-energy-table th.views-field-field-calories a {
    visibility: visible;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 15px;
  }
}
.view-energy-table th.views-field-field-protein a:first-letter, .view-energy-table th.views-field-field-fat a:first-letter, .view-energy-table th.views-field-field-carb a:first-letter, .view-energy-table th.views-field-field-calories a:first-letter {
  visibility: visible;
}
.view-energy-table th.views-field-field-protein a span.tablesort, .view-energy-table th.views-field-field-fat a span.tablesort, .view-energy-table th.views-field-field-carb a span.tablesort, .view-energy-table th.views-field-field-calories a span.tablesort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 2px;
  bottom: 0;
  right: 0;
  visibility: visible;
}
.view-energy-table th.views-field-title {
  text-align: left;
}
.view-energy-table th.views-field-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-title {
  color: #ff8833;
  line-height: 1.2;
  font-size: 0.875em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .sub-title {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}

.field--block .field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media (min-width: 500px) {
  .field--block .field__label {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .field--block .field__label {
    font-size: 1.125em;
  }
}
.field--block .field__label::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 5px;
  background: #e5e5e5;
}
.field--inline .field__label {
  display: inline;
  font-size: 1.125em;
  margin: 0 0 10px 0;
  display: inline;
}
.field--inline .field__label::after {
  content: ": ";
}
.field--inline .field__label + div {
  display: inline;
}
.field--inline .field__label::after {
  content: ": ";
}
.field--inline .field__content {
  display: inline;
}
.field--headline, .field--product-name {
  color: #ff8833;
  line-height: 1.2;
  font-size: 0.875em;
  margin-bottom: 10px;
}
@media (min-width: 900px) {
  .field--headline, .field--product-name {
    font-size: 1.25em;
    margin-bottom: 20px;
  }
}
.field--additive-name {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #209e20;
}
@media (min-width: 500px) {
  .field--additive-name {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .field--additive-name {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .field--additive-name {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .field--additive-name {
    font-size: 1.125em;
  }
}
.field--companies .field__item, .field--components .field__item, .field--trademarks .field__item, .field--standards .field__item {
  display: inline-block;
}
.field--component-origins {
  margin-bottom: 20px;
}

.big-card .field--title {
  display: block;
}
.big-card .field--headline .field__content {
  margin: 0;
}
.big-card .field--additive-danger .field__content {
  font-weight: bold;
  margin-bottom: 5px;
}

.region--highlighted {
  width: 100%;
}
.region--highlighted .messages {
  background: lightgreen;
  padding: 10px;
  margin: 10px 0 20px;
}
@media (min-width: 900px) {
  .region--highlighted .messages {
    margin-top: 0;
  }
}

.js-pager__items.pager {
  padding: 0;
  list-style: none;
  text-align: center;
  margin: 10px auto 40px;
}
.js-pager__items.pager a.button {
  display: inline-block;
  background: green;
  color: white;
  padding: 5px 10px;
  text-decoration: none;
}

.view-additives .view-content,
.view-additives .views-infinite-scroll-content-wrapper,
.view-components .view-content,
.view-components .views-infinite-scroll-content-wrapper,
.view-new-products .view-content,
.view-new-products .views-infinite-scroll-content-wrapper,
.view-product-card .view-content,
.view-product-card .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.view-product-card {
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .view-product-card {
    margin: 0 -10px;
  }
}
.view-product-card .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media (min-width: 500px) {
  .view-product-card .views-row {
    width: 25%;
  }
}

.view-new-products {
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .view-new-products {
    margin: 0 -10px;
  }
}
.view-new-products .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}
@media (min-width: 500px) {
  .view-new-products .views-row {
    width: 33.33%;
  }
}
@media (min-width: 1200px) {
  .view-new-products .views-row {
    width: 16.66%;
  }
}

.view-main,
.view-search,
.view-taxonomy,
.view-big-cards,
.view-components,
.view-product-page {
  margin: 0 -5px;
}
@media (min-width: 1200px) {
  .view-main,
  .view-search,
  .view-taxonomy,
  .view-big-cards,
  .view-components,
  .view-product-page {
    margin: 0 -10px;
  }
}
.view-main .view-content,
.view-search .view-content,
.view-taxonomy .view-content,
.view-big-cards .view-content,
.view-components .view-content,
.view-product-page .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-main .views-infinite-scroll-content-wrapper,
.view-search .views-infinite-scroll-content-wrapper,
.view-taxonomy .views-infinite-scroll-content-wrapper,
.view-big-cards .views-infinite-scroll-content-wrapper,
.view-components .views-infinite-scroll-content-wrapper,
.view-product-page .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}
.view-main .views-row,
.view-search .views-row,
.view-taxonomy .views-row,
.view-big-cards .views-row,
.view-components .views-row,
.view-product-page .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 5px;
}
@media (min-width: 500px) {
  .view-main .views-row,
  .view-search .views-row,
  .view-taxonomy .views-row,
  .view-big-cards .views-row,
  .view-components .views-row,
  .view-product-page .views-row {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .view-main .views-row,
  .view-search .views-row,
  .view-taxonomy .views-row,
  .view-big-cards .views-row,
  .view-components .views-row,
  .view-product-page .views-row {
    padding: 10px;
  }
}
@media (min-width: 1600px) {
  .view-main .views-row,
  .view-search .views-row,
  .view-taxonomy .views-row,
  .view-big-cards .views-row,
  .view-components .views-row,
  .view-product-page .views-row {
    width: 33.33%;
  }
}

.view-additives-legend .view-content, .view-additives-legend .views-infinite-scroll-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-additives-legend .views-row {
  width: 48%;
}
@media (min-width: 500px) {
  .view-additives-legend .views-row {
    width: 32%;
  }
}
@media (min-width: 1200px) {
  .view-additives-legend .views-row {
    width: 24%;
  }
}
@media (min-width: 2000px) {
  .view-additives-legend .views-row {
    width: 15%;
  }
}
.view-additives-legend .views-row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; /* align items in Cross Axis */
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.view-additives .view-content {
  margin: 0 -3px;
}
@media (min-width: 500px) {
  .view-additives .view-content {
    margin: 0 -5px;
  }
}
@media (min-width: 2000px) {
  .view-additives .view-content {
    margin: 0 -10px;
  }
}
.view-additives.view-display-id-additives .views-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 3px;
}
@media (min-width: 500px) {
  .view-additives.view-display-id-additives .views-row {
    width: 16.66%;
    padding: 5px;
  }
}
@media (min-width: 1200px) {
  .view-additives.view-display-id-additives .views-row {
    width: 12.5%;
  }
}
@media (min-width: 1600px) {
  .view-additives.view-display-id-additives .views-row {
    width: 10%;
  }
}
@media (min-width: 2000px) {
  .view-additives.view-display-id-additives .views-row {
    padding: 10px;
  }
}
.view-additives.view-display-id-additives_promo .views-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  padding: 3px;
}
.view-additives.view-display-id-additives_promo .views-row:nth-child(9), .view-additives.view-display-id-additives_promo .views-row:nth-child(10), .view-additives.view-display-id-additives_promo .views-row:nth-child(11), .view-additives.view-display-id-additives_promo .views-row:nth-child(12) {
  display: none;
}
@media (min-width: 500px) {
  .view-additives.view-display-id-additives_promo .views-row {
    width: 16.66%;
    padding: 5px;
  }
  .view-additives.view-display-id-additives_promo .views-row:nth-child(9), .view-additives.view-display-id-additives_promo .views-row:nth-child(10), .view-additives.view-display-id-additives_promo .views-row:nth-child(11), .view-additives.view-display-id-additives_promo .views-row:nth-child(12) {
    display: block;
  }
}
@media (min-width: 900px) {
  .view-additives.view-display-id-additives_promo .views-row {
    width: 12.5%;
    padding: 5px;
  }
  .view-additives.view-display-id-additives_promo .views-row:nth-child(9), .view-additives.view-display-id-additives_promo .views-row:nth-child(10), .view-additives.view-display-id-additives_promo .views-row:nth-child(11), .view-additives.view-display-id-additives_promo .views-row:nth-child(12) {
    display: none;
  }
}
@media (min-width: 1200px) {
  .view-additives.view-display-id-additives_promo .views-row {
    width: 10%;
  }
  .view-additives.view-display-id-additives_promo .views-row:nth-child(9), .view-additives.view-display-id-additives_promo .views-row:nth-child(10) {
    display: block;
  }
}
@media (min-width: 1600px) {
  .view-additives.view-display-id-additives_promo .views-row {
    width: 8.33%;
  }
  .view-additives.view-display-id-additives_promo .views-row:nth-child(11), .view-additives.view-display-id-additives_promo .views-row:nth-child(12) {
    display: block;
  }
}
@media (min-width: 2000px) {
  .view-additives.view-display-id-additives_promo .views-row {
    padding: 10px;
  }
}

.product-page__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media (min-width: 500px) {
  .product-page__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.product-page__top-image {
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .product-page__top-image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 20px;
  }
}
@media (min-width: 900px) {
  .product-page__top-image {
    margin-right: 40px;
  }
}
.product-page__top-image img {
  display: block;
  border: 1px solid #e5e5e5;
}
.product-page__top-content {
  margin-bottom: 20px;
}
@media (min-width: 500px) {
  .product-page__top-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product-page__bottom-banner {
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 500px) {
  .product-page__bottom-banner {
    float: right;
    margin-left: 20px;
    width: 336px;
  }
}
@media (min-width: 900px) {
  .product-page__bottom-banner {
    margin-left: 40px;
  }
}
.product-page__bottom-banner img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 500px) {
  .product-page__country-code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.product-page .field {
  margin-bottom: 20px;
}
.product-page .field__label--green {
  color: #209e20;
}
.product-page .field__content a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.product-page .field__content a:hover, .product-page .field__content a:focus {
  background-size: 100% 1px;
}
.product-page .field__content a.mark-components {
  color: #1891ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1891ff), to(#1891ff));
  background-image: linear-gradient(#1891ff, #1891ff);
}
@media (min-width: 500px) {
  .product-page .field--barcode, .product-page .field--country {
    white-space: nowrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.product-page .field--barcode .field__label, .product-page .field--country .field__label {
  white-space: nowrap;
  margin-right: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-page .field--barcode, .product-page .field--country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (min-width: 500px) {
  .product-page .field--barcode {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) {
  .product-page .field--barcode {
    margin-right: 40px;
  }
}
.product-page .field--components a {
  color: #1891ff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1891ff), to(#1891ff));
  background-image: linear-gradient(#1891ff, #1891ff);
}
.product-page .field--additives {
  margin: 20px 0;
}
.product-page .field--additives a {
  color: #000;
  text-decoration: none;
  padding: 0 5px;
  border: 1px solid #e5e5e5;
  font-weight: bold;
  font-size: 0.875em;
  line-height: 2;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.product-page .field--additives a.danger-0 {
  background: #e8ffe5;
}
.product-page .field--additives a.danger-1 {
  background: #33bb22;
}
.product-page .field--additives a.danger-2 {
  background: #99bb22;
}
.product-page .field--additives a.danger-3 {
  background: #ffcc11;
}
.product-page .field--additives a.danger-4 {
  background: #ff8833;
}
.product-page .field--additives a.danger-5 {
  background: #ff5544;
}
.product-page .field--additives a.danger-6 {
  background: #888;
}
.product-page .field--standards .field__item:not(:last-child)::after, .product-page .field--companies .field__item:not(:last-child)::after, .product-page .field--components .field__item:not(:last-child)::after, .product-page .field--trademarks .field__item:not(:last-child)::after {
  content: ",";
  margin-right: 5px;
}

.product-small-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 5px;
}
@media (min-width: 1200px) {
  .product-small-card {
    margin: 10px;
  }
}
.product-small-card__name {
  font-size: 0.8125em;
}
@media (min-width: 1200px) {
  .product-small-card__name {
    font-size: 0.75em;
  }
}
@media (min-width: 1600px) {
  .product-small-card__name {
    font-size: 0.8125em;
  }
}
.product-small-card h3 {
  margin: 0;
}
.product-small-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.product-small-card__link {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.product-small-card__link:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}

.admin-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 0 10px 10px;
  margin-bottom: 10px;
}
.admin-card__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.admin-card__title {
  margin: 0 20px 10px 0;
}
.admin-card__title a {
  color: #209e20;
  font-size: 16px;
  line-height: 1.2;
}
.admin-card__date-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875em;
}
.admin-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin-card__image {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
  font-size: 1.125em;
}
.admin-card__info {
  font-size: 0.875em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.admin-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.admin-card__link {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.admin-card__link:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.admin-card__link-wrapper {
  margin: 0;
}
.admin-card .field--additives {
  margin-bottom: 5px;
  padding: 5px;
  background: #e4e4e4;
}
.admin-card .field--additives a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.admin-card .field--additives a:hover, .admin-card .field--additives a:focus {
  background-size: 100% 1px;
}
.admin-card .field--additives a::after {
  content: ", ";
  margin-right: 5px;
}
.admin-card .field--ingredients a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.admin-card .field--ingredients a:hover, .admin-card .field--ingredients a:focus {
  background-size: 100% 1px;
}

.view-food-by-author .form--inline,
.view-food-content .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.view-food-by-author .form--inline .form-item, .view-food-by-author .form--inline .form-actions,
.view-food-content .form--inline .form-item,
.view-food-content .form--inline .form-actions {
  display: inline-block;
  margin-right: 10px;
}
.view-food-by-author td,
.view-food-content td {
  border: 1px solid lightgray;
  padding: 2px 5px;
}

.big-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
@media (min-width: 1200px) {
  .big-card {
    padding: 20px;
  }
}
.big-card__title {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #209e20;
}
@media (min-width: 500px) {
  .big-card__title {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .big-card__title {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .big-card__title {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .big-card__title {
    font-size: 1.125em;
  }
}
.big-card__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.big-card__image {
  width: 30%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 20px;
  font-size: 1.125em;
}
.big-card__info {
  font-size: 0.875em;
}
.big-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.big-card__link {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.big-card__link:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.big-card__link-wrapper {
  margin: 0;
}

.product-big-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
}
@media (min-width: 1200px) {
  .product-big-card {
    padding: 20px;
  }
}
.product-big-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-big-card__title {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 16px;
  color: #209e20;
}
@media (min-width: 500px) {
  .product-big-card__title {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .product-big-card__title {
    font-size: 1.125em;
    margin-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .product-big-card__title {
    font-size: 16px;
  }
}
@media (min-width: 2000px) {
  .product-big-card__title {
    font-size: 1.125em;
  }
}
.product-big-card__center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.75em;
}
@media (min-width: 500px) {
  .product-big-card__center {
    font-size: 0.75em;
  }
}
@media (min-width: 1200px) {
  .product-big-card__center {
    font-size: 0.875em;
  }
}
@media (min-width: 1600px) {
  .product-big-card__center {
    font-size: 0.75em;
  }
}
@media (min-width: 2000px) {
  .product-big-card__center {
    font-size: 0.875em;
  }
}
.product-big-card__image {
  width: 33%;
}
.product-big-card__table {
  text-align: left;
}
.product-big-card__bottom {
  border-top: 1px solid rgba(32, 158, 32, 0.29);
  margin-top: 10px;
  padding-top: 10px;
}
.product-big-card .field {
  margin-bottom: 5px;
}
.product-big-card .field__label {
  font-size: 0.875em;
  margin: 0;
  font-weight: bold;
}
.product-big-card .field__content {
  font-size: 0.875em;
}
.product-big-card__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.product-big-card__link {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.product-big-card__link:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.product-big-card__link-wrapper {
  margin: 0;
}

.energy-table-short {
  margin-left: 20px;
  font-size: 1.125em;
}
.energy-table-short th {
  display: block;
  margin: 5px 0;
}
.energy-table-short tr {
  display: block;
}

.add-banner {
  padding: 0 15px;
  height: inherit;
}
@media (min-width: 900px) {
  .add-banner {
    margin: 0 auto;
    padding: 0 5%;
  }
}
@media (min-width: 1200px) {
  .add-banner {
    padding: 0 10%;
    max-width: 1600px;
  }
}
.add-banner img {
  width: 100%;
  height: auto;
}

#block-footer .menu {
  list-style: none;
  margin: 5px 0;
}
@media (min-width: 900px) {
  #block-footer .menu {
    margin: 20px 0;
  }
}
#block-footer .menu a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
#block-footer .menu a:hover, #block-footer .menu a:focus {
  background-size: 100% 1px;
}

.block--views.block--views-exposed-filter-blocksearch-main-page {
  display: none;
}
@media (min-width: 900px) {
  .block--views.block--views-exposed-filter-blocksearch-main-page {
    display: block;
    margin: 0 20px;
  }
}
.block--views.block--views-exposed-filter-blocksearch-main-page .form--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
.block--views.block--views-exposed-filter-blocksearch-main-page .form-item-text {
  width: 100%;
  margin-bottom: 0;
}
.block--views.block--views-exposed-filter-blocksearch-main-page .form-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 1px;
}
.block--views.block--views-exposed-filter-blocksearch-main-page input[type=text] {
  padding: 10px 40px 10px 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.block--views.block--views-exposed-filter-blocksearch-main-page input[type=submit] {
  background-image: url("img/search.png");
  background-repeat: no-repeat;
  background-color: white;
  background-position: center;
  font-size: 0;
  height: 34px;
  width: 34px;
  border: none;
}
.block--views.block--views-exposed-filter-blocksearch-main-page input[type=submit]:focus {
  outline: 0;
}
.block--views.block--views-exposed-filter-blocksearch-main-page .form-item--error-message {
  display: none;
}

.paragraph > .field--title {
  text-align: left;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.5em;
  color: #209e20;
}
@media (min-width: 1200px) {
  .paragraph > .field--title {
    margin-bottom: 20px;
  }
}
.paragraph > .field--views {
  margin-bottom: 20px;
}
.paragraph > .field--views .viewsreference--view-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: normal;
  margin: 0 0 5px 0;
  font-size: 0.875em;
  color: #209e20;
}
.paragraph > .field--views .viewsreference--view-title::before, .paragraph > .field--views .viewsreference--view-title::after {
  content: "";
  display: block;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #209e20;
}
.paragraph > .field--views .viewsreference--view-title::before {
  margin-right: 10px;
}
.paragraph > .field--views .viewsreference--view-title::after {
  margin-left: 10px;
}
@media (min-width: 2000px) {
  .paragraph > .field--views .viewsreference--view-title {
    font-size: 16px;
  }
}
.paragraph--wide-image-block {
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .paragraph--wide-image-block {
    margin-bottom: 40px;
  }
}
.paragraph--wide-image-block .field--text {
  margin-top: 10px;
}
.paragraph--universal-block {
  margin-bottom: 40px;
}
@media (min-width: 1200px) {
  .paragraph--universal-block {
    margin-bottom: 40px;
  }
}
.paragraph--universal-block .flex-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 500px) {
  .paragraph--universal-block .flex-wrapper {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.paragraph--universal-block .flex-wrapper > .field--image img {
  border: 1px solid #e5e5e5;
}
.paragraph--universal-block .field--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.paragraph--universal-block .field--text p {
  margin: 0 0 10px;
}
.paragraph--universal-block .field--text ul {
  list-style: none;
  padding-left: 40px;
  margin: 1em 0;
}
.paragraph--universal-block .field--text ul li {
  margin-bottom: 5px;
}
.paragraph--universal-block .field--text ul li::before {
  content: "⁃";
  color: #209e20;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.paragraph--universal-block .field--link {
  text-align: center;
  margin-top: 10px;
}
.paragraph--universal-block .field--link a {
  display: inline-block;
  background: #209e20;
  padding: 10px 20px;
  border-radius: 5px;
  color: white;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.paragraph--universal-block .field--link a:hover, .paragraph--universal-block .field--link a:focus {
  background: #33bb22;
}
@media (min-width: 500px) {
  .paragraph--image-left .field--image, .paragraph--image-right .field--image {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 33.33%;
  }
}
@media (min-width: 500px) {
  .paragraph--image-left .field--image {
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .paragraph--image-left .field--image {
    padding-right: 40px;
  }
}
.paragraph--image-right .flex-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 500px) {
  .paragraph--image-right .field--image {
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .paragraph--image-right .field--image {
    padding-left: 40px;
  }
}

/**
 * Hide elements visually, but keep them available for screen readers.
 *
 * Used for information required for screen reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user.
 * "!important" is used to prevent unintentional overrides.
 */
.visually-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.bef-exposed-form .js-hide {
  display: none;
}

.form-item {
  margin-bottom: 10px;
}

body {
  margin: 0;
}

.page-node-type-document .field--additives {
  margin-top: 20px;
}
.page-node-type-document .field--additives a {
  line-height: 2;
}
.page-node-type-document .field--additives a::after {
  content: "";
  display: block;
}

.view-related-documents .view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
}
.view-related-documents .views-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
@media (min-width: 500px) {
  .view-related-documents .views-row {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
@media (min-width: 1600px) {
  .view-related-documents .views-row {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}
.view-related-documents .node--view-mode-small-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin: 5px;
}
@media (min-width: 1200px) {
  .view-related-documents .node--view-mode-small-card {
    margin: 10px;
  }
}
.view-related-documents .node--view-mode-small-card .field--country-organization {
  font-size: 14px;
}
.view-related-documents .node--view-mode-small-card .field--headline {
  font-size: 14px;
  margin: 10px 0;
}
.view-related-documents .node--view-mode-small-card .field--node-link a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
}
.view-related-documents .node--view-mode-small-card .field--node-link a {
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.view-related-documents .node--view-mode-small-card .field--node-link a:hover {
  border-color: #209e20;
  -webkit-box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
          box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}

.node--type-document.node--view-mode-full .field--country-organization {
  margin-top: 10px;
}

.color-e {
  -webkit-animation: colorCycle 10s infinite;
          animation: colorCycle 10s infinite;
}

@-webkit-keyframes colorCycle {
  0% {
    color: #209e20;
  }
  33.33% {
    color: #e50800;
  }
  50% {
    color: #e50800;
  }
  83.33% {
    color: #209e20;
  }
  100% {
    color: #209e20;
  }
}

@keyframes colorCycle {
  0% {
    color: #209e20;
  }
  33.33% {
    color: #e50800;
  }
  50% {
    color: #e50800;
  }
  83.33% {
    color: #209e20;
  }
  100% {
    color: #209e20;
  }
}
blockquote {
  border-left: 3px solid #3b9d24;
  padding: 1px 10px 1px 10px;
  margin: 0 10px;
  background: #dcf5cf;
}
@media (min-width: 900px) {
  blockquote {
    margin: 0 20px;
  }
}

.field--additive-image img {
  position: absolute;
  left: -9999px;
}

@media (min-width: 900px) {
  .field--additive-info {
    line-height: 1.6;
  }
}

.social-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #d0ffcf;
  border: 1px solid #209e20;
  padding: 5px;
}
.social-login__title {
  font-size: 14px;
  margin-bottom: 5px;
}
@media (min-width: 900px) {
  .social-login__title {
    font-size: 16px;
  }
}
.social-login__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.social-login__links a {
  display: block;
  margin-left: 10px;
}
.social-login__links img {
  display: block;
}

.comments {
  margin-bottom: 20px;
  border-top: 1px solid #209e20;
  margin-top: 30px;
}
.comments__items {
  margin-bottom: 20px;
}
.comments h2.comments__title {
  color: #209e20;
}
.comments h2.comment-form__title {
  font-size: 16px;
}

.comment {
  border-bottom: 1px solid lightgray;
  margin-bottom: 10px;
}
.comment__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.comment__author {
  margin-right: 5px;
  font-weight: bold;
}
.comment__date {
  font-size: 12px;
  color: grey;
}
.comment__content p {
  margin: 10px 0 10px;
}

#comment-form label {
  display: none;
}
#comment-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  padding: 10px;
}

.view-user-comments .views-field-title,
.view-user-comments .views-field-created {
  display: inline-block;
  margin-right: 5px;
}
.view-user-comments .views-row {
  border-top: 1px solid lightgray;
  padding-top: 10px;
}
.view-user-comments p {
  margin: 5px 0 15px;
}

.node--type-document.node--view-mode-small-card.neutral {
  background: #f7d05e;
}
.node--type-document.node--view-mode-small-card.permitted {
  background: #a3fb8e;
}
.node--type-document.node--view-mode-small-card.prohibited {
  background: #ff9176;
}
.node--type-document.node--view-mode-small-card .field--headline {
  color: #333;
}

.node--type-document.node--view-mode-full .field--document-type {
  margin-top: 10px;
}
.node--type-document.node--view-mode-full.neutral .field--document-type {
  background: #f7d05e;
}
.node--type-document.node--view-mode-full.permitted .field--document-type {
  background: #a3fb8e;
}
.node--type-document.node--view-mode-full.prohibited .field--document-type {
  background: #ff9176;
}
.node--type-document.node--view-mode-full .field--document-file .field--media-file {
  display: inline-block;
}
.node--type-document.node--view-mode-full .field--document-file .field--media-language {
  display: inline-block;
  font-size: 0.875em;
}
.node--type-document.node--view-mode-full .field--document-file .field--media-language::before {
  padding-left: 5px;
  content: "(";
}
.node--type-document.node--view-mode-full .field--document-file .field--media-language::after {
  content: ")";
}

.button {
  display: inline-block;
  color: #f8f8f8;
  line-height: 2;
  font-size: 16px;
  padding: 0 10px;
  border-radius: 5px;
  background-color: #4f4f4f;
  border: 1px solid rgb(71.1, 71.1, 71.1);
  text-decoration: none;
  cursor: pointer;
}
.button:hover {
  background: rgb(87.8, 87.8, 87.8);
  color: #f8f8f8;
  border: 1px solid rgb(71.1, 71.1, 71.1);
}
.button--primary {
  background-color: #209e20;
  border: 1px solid rgb(28.8, 142.2, 28.8);
  color: #f8f8f8;
}
.button--primary:hover {
  border: 1px solid rgb(28.8, 142.2, 28.8);
  background: rgb(34.6947368421, 171.3052631579, 34.6947368421);
}
.button#edit-delete-translation, .button.button--danger {
  background-color: #ff5544;
  border: 1px solid rgb(255, 55.6363636364, 35.7);
}
.button#edit-delete-translation:hover, .button.button--danger:hover {
  background: rgb(255, 93.5, 77.35);
}

.pager {
  text-align: center;
}
.pager__items {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
.pager__item {
  display: inline-block;
}
.pager__item.is-active a {
  pointer-events: none;
  background: rgb(40.0842105263, 197.9157894737, 40.0842105263);
}
.pager__item a {
  display: block;
  text-decoration: none;
  border-radius: 5px;
  background: #209e20;
  color: white;
  border: 1px solid rgb(30.4, 150.1, 30.4);
  padding: 5px 10px;
}
.pager__item a:hover {
  background: rgb(40.0842105263, 197.9157894737, 40.0842105263);
}

body {
  background: #fff;
}

.layout-container {
  padding: 0 15px;
}

.page-title {
  color: #209e20;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 20px 0 10px 0;
}
@media (min-width: 900px) {
  .page-title {
    font-size: 1.625em;
    margin-top: 0;
  }
}
.page-title .barcode {
  display: block;
  font-size: 0.6em;
  font-weight: normal;
  padding: 5px 0;
  margin-bottom: 5px;
  color: grey;
}
html:lang(en) .page-title .barcode::before {
  content: "Barcode: ";
}

html:lang(ru) .page-title .barcode::before {
  content: "Штрих-код: ";
}

html:lang(uk) .page-title .barcode::before {
  content: "Штрих-код: ";
}

body.open-menu {
  overflow: hidden;
}

.heading-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media (min-width: 500px) {
  .heading-2 {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .heading-2 {
    font-size: 1.125em;
  }
}
.heading-2::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  margin-left: 5px;
  background: #e5e5e5;
}

.block--views h2 {
  text-align: left;
  font-weight: bold;
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #209e20;
}
@media (min-width: 500px) {
  .block--views h2 {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .block--views h2 {
    font-size: 1.375em;
  }
}

.region--after-content {
  clear: both;
  border-top: 1px solid #209e20;
  margin-top: 20px;
  padding-top: 20px;
}

.block--views, .block--advert-block {
  margin-bottom: 20px;
}

.more-link {
  text-align: right;
}
.more-link a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.more-link a:hover, .more-link a:focus {
  background-size: 100% 1px;
}
.more-link a::after {
  content: " »";
}

input, textarea {
  max-width: 100%;
}

.node__content a {
  text-decoration: none;
  color: #209e20;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#209e20), to(#209e20));
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.3s;
  transition: background-size 0.3s;
}
.node__content a:hover, .node__content a:focus {
  background-size: 100% 1px;
}