@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;
}

.addicon {
  font-size: 16px;
  line-height: 2;
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 9px;
  width: 100%;
  box-sizing: border-box;
}
@media (min-width: 500px) {
  .addicon {
    padding: 10px;
    font-size: 1.125em;
  }
}
@media (min-width: 900px) {
  .addicon {
    font-size: 1.25em;
  }
}
@media (min-width: 1600px) {
  .addicon {
    font-size: 1.125em;
  }
}
@media (min-width: 2000px) {
  .addicon {
    font-size: 1.25em;
  }
}
.addicon::after {
  content: "";
  width: 100%;
  height: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.addicon--danger-0::after {
  background-image: url("../img/danger-0.svg");
}
.addicon--danger-1::after {
  background-image: url("../img/danger-1.svg");
}
.addicon--danger-2::after {
  background-image: url("../img/danger-2.svg");
}
.addicon--danger-3::after {
  background-image: url("../img/danger-3.svg");
}
.addicon--danger-4::after {
  background-image: url("../img/danger-4.svg");
}
.addicon--danger-5::after {
  background-image: url("../img/danger-5.svg");
}
.addicon__origin {
  display: flex;
  justify-content: flex-start;
  height: 17px;
}
@media (min-width: 500px) {
  .addicon__origin {
    height: 30px;
  }
}
.addicon__origin-item {
  text-indent: -9999px;
  width: 31%;
  height: 100%;
  margin-right: 2px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.addicon__origin-item--26 {
  background-image: url("../img/plant.png");
}
.addicon__origin-item--29 {
  background-image: url("../img/microbiological.png");
}
.addicon__origin-item--36 {
  background-image: url("../img/animal.png");
}
.addicon__origin-item--116 {
  background-image: url("../img/mineral.png");
}
.addicon__origin-item--159 {
  background-image: url("../img/gas.png");
}
.addicon__origin-item--37 {
  background-image: url("../img/artificial.png");
}
.addicon__origin-item--35 {
  background-image: url("../img/synthetic.png");
}
.addicon__name {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  line-height: 2.3;
}
.addicon__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  overflow: hidden;
  transition: 0.3s;
  cursor: pointer;
  border: 1px solid transparent;
  display: block;
  line-height: 0;
  font-size: 0;
  color: transparent;
}
.addicon__link:hover {
  border-color: #209e20;
  box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.addicon--big {
  font-size: 1.75em;
  padding: 15px;
  width: 140px;
}
.addicon--big .addicon__origin {
  height: 40px;
}
.addicon--big .addicon__origin-item:not(:last-child) {
  margin-right: 10px;
}
.addicon--big .addicon__danger-item {
  width: 20px;
  height: 10px;
}
.addicon--big .addicon__danger-item:not(:last-child) {
  margin-right: 5px;
}

.addprop {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 500px) {
  .addprop {
    width: auto;
    flex-wrap: nowrap;
  }
}
.addprop-item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  height: 42px;
  background-size: 30px;
  background-position: 10px;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 5px 10px;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  text-decoration: none;
  color: #000;
  font-size: 0.75em;
  transition: 0.3s all ease;
}
@media (min-width: 500px) {
  .addprop-item {
    font-size: 0.8125em;
    margin-right: 10px;
    height: 68px;
    width: 200px;
    flex: 0 0 auto;
  }
}
.addprop-item:hover {
  border-color: #209e20;
  box-shadow: 0px 0px 3px 3px rgb(217, 217, 217);
}
.addprop--origin .addprop-item {
  padding-left: 50px;
}
.addprop--origin .addprop-item--origin-26 {
  background-image: url("../img/plant.png");
}
.addprop--origin .addprop-item--origin-29 {
  background-image: url("../img/microbiological.png");
}
.addprop--origin .addprop-item--origin-36 {
  background-image: url("../img/animal.png");
}
.addprop--origin .addprop-item--origin-116 {
  background-image: url("../img/mineral.png");
}
.addprop--origin .addprop-item--origin-159 {
  background-image: url("../img/gas.png");
}
.addprop--origin .addprop-item--origin-37 {
  background-image: url("../img/artificial.png");
}
.addprop--origin .addprop-item--origin-35 {
  background-image: url("../img/synthetic.png");
}
.addprop--danger .addprop-item {
  align-items: flex-start;
  white-space: nowrap;
  background-repeat: no-repeat;
  background-position: bottom 5px left 10px;
  background-size: 60%;
}
@media (min-width: 500px) {
  .addprop--danger .addprop-item {
    background-position: bottom 20px left 10px;
  }
}
.addprop--danger .addprop-item--danger-0 {
  background-image: url("../img/danger-0.svg");
}
.addprop--danger .addprop-item--danger-1 {
  background-image: url("../img/danger-1.svg");
}
.addprop--danger .addprop-item--danger-2 {
  background-image: url("../img/danger-2.svg");
}
.addprop--danger .addprop-item--danger-3 {
  background-image: url("../img/danger-3.svg");
}
.addprop--danger .addprop-item--danger-4 {
  background-image: url("../img/danger-4.svg");
}
.addprop--danger .addprop-item--danger-5 {
  background-image: url("../img/danger-5.svg");
}

.addheader {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}
.addheader__left {
  margin-right: 10px;
  width: 49.5%;
}
@media (min-width: 500px) {
  .addheader__left {
    width: auto;
  }
}
.addheader__right {
  width: 49.5%;
}
@media (min-width: 500px) {
  .addheader__right {
    width: auto;
    flex: 1;
    overflow: auto;
  }
}
.addheader__right-bottom {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 500px) {
  .addheader__right-bottom {
    flex-wrap: nowrap;
  }
}

.field--additive-info ul {
  list-style: none;
  padding-left: 40px;
  margin: 1em 0;
}
.field--additive-info ul li {
  margin-bottom: 5px;
}
.field--additive-info ul li::before {
  content: "⁃";
  color: #209e20;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.field--additive-info a {
  text-decoration: none;
  color: #209e20;
  background-image: linear-gradient(#209e20, #209e20);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 0% 1px;
  transition: background-size 0.3s;
}
.field--additive-info a:hover, .field--additive-info a:focus {
  background-size: 100% 1px;
}
.field--additive-info h2 {
  font-size: 1.375em;
  margin: 30px 0 10px 0;
}
.field--additive-info h3 {
  display: flex;
  align-items: baseline;
  font-size: 16px;
  margin: 0 0 10px 0;
}
@media (min-width: 500px) {
  .field--additive-info h3 {
    font-size: 0.875em;
  }
}
@media (min-width: 900px) {
  .field--additive-info h3 {
    font-size: 1.125em;
  }
}
.field--additive-info h3::after {
  content: "";
  flex: 1;
  height: 1px;
  margin-left: 5px;
  background: #e5e5e5;
}
.field--additive-info h3.good {
  color: #209e20;
}
.field--additive-info h3.good::after {
  background: #209e20;
}
.field--additive-info h3.poor {
  color: #f45540;
}
.field--additive-info h3.poor::after {
  background: #f45540;
}
/*# sourceMappingURL=additive.css.map */
