@charset "UTF-8";
/* (max-width: 360px)
 * Odpowiednik dla @include media-breakpoint-down(xs)
 */
/* (min-width: 361px)
 * Odpowiednik dla @include media-breakpoint-up(sm)
 */
/* (min-width: 361px) and (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-between(sm,sm);
 */
/* (max-width: 600px)
 * Odpowiednik dla @include media-breakpoint-down(sm)
 */
/* (min-width: 601px)
 * Odpowiednik dla @include media-breakpoint-up(md)
 */
/* (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-down(md)
 */
/* (min-width: 601px) and (max-width: 960px)
 * Odpowiednik dla @include media-breakpoint-only(md)
 */
/* (min-width: 961px)
 * Odpowiednik dla @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Odpowiednik dla @include media-breakpoint-between(sm,lg)
 */
/* (max-width: 1280px)
 * Odpowiednik @include media-breakpoint-down(lg)
 */
/* (min-width: 961px)
 * Odpwiednik @include media-breakpoint-up(lg)
 */
/* (min-width: 361px) and (max-width: 1280px)
 * Niestandardowy breakpoint. Brak obsługi po stronie bootstrapa
 */
/**
  1. Colors
  2. Border
  3. Font
  4. Elementy interface
  5. Space
  6. z-index
  7. Button
  8. Shadows
  9. Icon
  10. Transitions
  11. Component variables

**/
/**
  * 1. Colors
*/
/**
  * 3. Font
*/
/**
  * 4. Elementy interface
*/
/* Line height's PING */
/* Header PWA */
/**
  * 5. Space
*/
/* Spacers PING */
/**
  * 6. z-index
*/
/**
  * 6. Button
*/
/**
  * 8. Shadows
*/
/* Box shadows */
/**
  * 9. Icon
*/
/* Icon sizes */
/**
  * 10. Transitions
*/
/**
  * 11. Component variables
*/
/* Ripple */
/** Component **/
/*Paddingi na strone główną, dla zajawek i karuzeli akutalności*/
/* Motion design
 * - Hover - dostępny wyłącznie min-width: 601 - założenie koncepcyjne
 */
@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.component.agro_reports .months-switch .switch-month.next:after, .component.agro_reports .months-switch .switch-month.prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

body.state-zoom400 .rate-filters div[role=radio] {
  padding: 4px 10px;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.component.agro_reports .months-switch .switch-month.next:after, .component.agro_reports .months-switch .switch-month.prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@font-face {
  font-family: "web-fonts";
  src: url("/_static/web-fonts//web-fonts.eot?#iefix") format("eot"), url("/_static/web-fonts//web-fonts.ttf") format("ttf"), url("/_static/web-fonts//web-fonts.woff") format("woff");
}
.component.agro_reports .months-switch .switch-month.next:after, .component.agro_reports .months-switch .switch-month.prev:before {
  font-family: "web-fonts";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

@-webkit-keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.component.agro_reports {
  /* Underline From Center */
}
.component.agro_reports .underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: visible;
}
.component.agro_reports .underline-from-center:not(.active):before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -1px;
  background: var(--color-ingOrange);
  height: 2px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.component.agro_reports .underline-from-center:not(.active):hover:before, .component.agro_reports .underline-from-center:not(.active):focus:before, .component.agro_reports .underline-from-center:not(.active):active:before {
  left: 0;
  right: 0;
}
.component.agro_reports .month {
  display: none;
  position: relative;
}
.component.agro_reports .month .categories_menu {
  width: 100%;
  padding: 30px 0 30px 33%;
}
@media only screen and (max-width: 600px) {
  .component.agro_reports .month .categories_menu {
    padding: 30px 0;
  }
}
.component.agro_reports .month .categories_menu .category-link {
  cursor: pointer;
  padding: 5px 10px;
}
.component.agro_reports .month .categories_menu .category-link.active {
  border-bottom: 2px solid var(--color-ingOrange);
  color: var(--color-ingOrange);
}
.component.agro_reports .month > .category {
  display: none;
  width: 100%;
}
.component.agro_reports .month > .category.active {
  display: block;
  -webkit-animation: appear 1.5s ease forwards;
  animation: appear 1.5s ease forwards;
}
.component.agro_reports .month > .category .category-description {
  width: 33%;
  float: left;
  margin-top: 40px;
}
@media only screen and (max-width: 600px) {
  .component.agro_reports .month > .category .category-description {
    display: none;
  }
}
.component.agro_reports .month > .category .category-description > * {
  max-width: 300px;
  display: block;
}
.component.agro_reports .month > .category .reports-list {
  width: 66%;
  float: left;
  padding-left: 30px;
}
@media only screen and (max-width: 600px) {
  .component.agro_reports .month > .category .reports-list {
    width: 100%;
    padding-left: 0;
  }
}
.component.agro_reports .month > .category .reports-list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 40px 0;
  position: relative;
}
.component.agro_reports .month > .category .reports-list li > *:not(:nth-child(1)) {
  display: block;
  margin-top: 20px;
  margin-left: 110px;
}
.component.agro_reports .month > .category .reports-list li .agro_report_img {
  position: absolute;
  top: 40px;
  left: 0;
}
.component.agro_reports .month > .category .reports-list li .agro_report_img img {
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
.component.agro_reports .month > .category .reports-list li .agro_report_tag_title {
  margin-top: 0 !important;
  font-size: 24px;
}
.component.agro_reports .month > .category .reports-list li .agro_report_date {
  font-size: 12px;
  color: #939393;
}
.component.agro_reports .months-switch {
  position: relative;
  width: 100%;
  padding: 30px 0 30px 33%;
  clear: both;
}
@media only screen and (max-width: 600px) {
  .component.agro_reports .months-switch {
    padding: 30px 0;
  }
}
.component.agro_reports .months-switch .switch-month {
  display: block;
  text-align: center;
  color: #525199;
}
.component.agro_reports .months-switch .switch-month.prev {
  position: absolute;
  top: 30px;
  left: 33%;
}
@media only screen and (max-width: 600px) {
  .component.agro_reports .months-switch .switch-month.prev {
    left: 0;
  }
}
.component.agro_reports .months-switch .switch-month.prev {
  cursor: pointer;
  display: none;
  margin-left: 10px;
}
.component.agro_reports .months-switch .switch-month.prev:before {
  content: "\E03B";
  font-size: 16px;
  color: var(--color-ingOrange);
  position: absolute;
  top: 0;
  left: -15px;
  transition: all 0.5s;
}
.component.agro_reports .months-switch .switch-month.prev:hover:before {
  left: -25px;
}
.component.agro_reports .months-switch .switch-month.next {
  position: absolute;
  top: 30px;
  right: 0;
  cursor: pointer;
  display: none;
  margin-right: 10px;
}
.component.agro_reports .months-switch .switch-month.next:after {
  content: "\E057";
  font-size: 16px;
  color: var(--color-ingOrange);
  margin-left: 10px;
  position: absolute;
  top: 0;
  right: -15px;
  transition: all 0.5s;
}
.component.agro_reports .months-switch .switch-month.next:hover:after {
  right: -25px;
}
.component.agro_reports .months-switch .switch-month.current {
  margin: 0 auto;
}
.component.agro_reports .params-error {
  display: none;
  color: #FF0000;
}