@charset "UTF-8";
.plonvit-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
  z-index: 1; }
  .plonvit-nav .nav-topbar {
    padding: 0.85rem 0; }
  .plonvit-nav .nav-topbar-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: .5rem 0; }
  .plonvit-nav .nav-topbar-logo-wrapper {
    width: 8.5rem;
    height: auto;
    display: block;
    transform: translateY(3px); }
    .plonvit-nav .nav-topbar-logo-wrapper img {
      width: 100%;
      height: auto;
      display: block; }
  .plonvit-nav .nav-items-list {
    display: flex;
    justify-content: flex-end; }
  .plonvit-nav .nav-items {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .plonvit-nav .nav-items {
        display: none; } }
    .plonvit-nav .nav-items .nav-item,
    .plonvit-nav .nav-items a {
      display: block;
      text-decoration: none;
      margin-left: 3rem;
      color: #727d84;
      text-transform: uppercase;
      font-size: 1rem;
      font-weight: 600;
      transition: color 0.25s; }
      .plonvit-nav .nav-items .nav-item.active,
      .plonvit-nav .nav-items a.active {
        color: #74BC47; }
  .plonvit-nav .nav-topbar-link {
    color: #8dc63f !important;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    font-size: 1rem;
    display: block;
    margin: 0;
    width: 8rem;
    text-align: right; }
    @media (max-width: 768px) {
      .plonvit-nav .nav-topbar-link {
        display: none; } }
  .plonvit-nav .nav-burger-wrapper {
    display: none; }
    @media (max-width: 768px) {
      .plonvit-nav .nav-burger-wrapper {
        display: block; } }
  .plonvit-nav .nav-burger {
    width: 1.75rem;
    height: 1.5rem;
    opacity: 0.6;
    margin-left: auto;
    background-size: cover;
    background-position: center;
    background-image: url("images/open-menu.svg"); }
    .plonvit-nav .nav-burger.active {
      background-image: url("images/close.svg");
      width: 1.5rem;
      padding: 0 0.25rem; }
  .plonvit-nav .nav-mobile-menu {
    display: none;
    position: fixed;
    z-index: 98;
    top: 4rem;
    left: 0;
    height: calc(100vh - 3rem);
    width: 100vw;
    background-color: #fff;
    justify-content: center;
    align-items: center; }
    .plonvit-nav .nav-mobile-menu.active {
      display: flex; }
    .plonvit-nav .nav-mobile-menu ul {
      padding: 0;
      margin: 0;
      text-align: center; }
    .plonvit-nav .nav-mobile-menu li {
      padding: 0;
      margin: 3rem 0;
      list-style-type: none; }
    .plonvit-nav .nav-mobile-menu a {
      text-decoration: none;
      font-weight: 600;
      font-size: 1.3rem;
      color: #727d84;
      text-transform: uppercase; }

.plonvit__hero {
  margin-top: 7rem; }
  @media (max-width: 576px) {
    .plonvit__hero {
      margin-top: 5rem; } }
  .plonvit__hero .hero__wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .plonvit__hero .hero__wrapper .hero__img {
      width: 40%;
      min-width: 300px;
      max-width: 600px;
      height: auto;
      margin: 1rem 2rem; }
      @media (max-width: 768px) {
        .plonvit__hero .hero__wrapper .hero__img {
          width: 70%;
          margin: 1rem 0; } }
      @media (max-width: 576px) {
        .plonvit__hero .hero__wrapper .hero__img {
          width: 100%; } }
      .plonvit__hero .hero__wrapper .hero__img img {
        display: block;
        width: 100%;
        height: 100%; }
    .plonvit__hero .hero__wrapper .hero__description {
      width: 40%;
      min-width: 300px;
      margin: 1rem 2rem; }
      @media (max-width: 768px) {
        .plonvit__hero .hero__wrapper .hero__description {
          width: 70%;
          margin: 1rem 0; } }
      @media (max-width: 576px) {
        .plonvit__hero .hero__wrapper .hero__description {
          width: 100%; } }
      .plonvit__hero .hero__wrapper .hero__description .hero__title {
        font-size: 3rem;
        font-weight: 800;
        color: #6F7275;
        line-height: 1; }
        @media (max-width: 768px) {
          .plonvit__hero .hero__wrapper .hero__description .hero__title {
            text-align: center; } }
        @media (max-width: 576px) {
          .plonvit__hero .hero__wrapper .hero__description .hero__title {
            font-size: 2.5rem; } }
        .plonvit__hero .hero__wrapper .hero__description .hero__title span {
          font-weight: 900;
          font-size: 6rem;
          position: relative; }
          @media (max-width: 576px) {
            .plonvit__hero .hero__wrapper .hero__description .hero__title span {
              font-size: 4rem; } }
          .plonvit__hero .hero__wrapper .hero__description .hero__title span:after {
            content: '®';
            position: absolute;
            top: 1.5rem;
            right: -1.5rem;
            font-size: 2rem; }
      .plonvit__hero .hero__wrapper .hero__description .hero__text {
        margin-top: 2rem; }
        .plonvit__hero .hero__wrapper .hero__description .hero__text .hero__series {
          font-weight: 700;
          font-size: 1.5rem;
          color: #6F7275; }
          @media (max-width: 576px) {
            .plonvit__hero .hero__wrapper .hero__description .hero__text .hero__series {
              font-size: 1.3rem; } }
        .plonvit__hero .hero__wrapper .hero__description .hero__text .series__items {
          width: 100%;
          margin-left: 1rem; }
          .plonvit__hero .hero__wrapper .hero__description .hero__text .series__items .series__item {
            position: relative; }
            .plonvit__hero .hero__wrapper .hero__description .hero__text .series__items .series__item:before {
              content: '';
              position: absolute;
              width: .4rem;
              height: .4rem;
              background: #6F7275;
              top: 1rem;
              left: -1rem;
              border-radius: 50%; }

.plonvit__fertiliser {
  margin: 3rem 0; }
  .plonvit__fertiliser .fertiliser__wrapper .fertiliser__title {
    width: 65%;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__title {
        width: 80%;
        text-align: center; } }
    @media (max-width: 576px) {
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__title {
        width: 100%; } }
  .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 1rem; }
    @media (max-width: 768px) {
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description {
        flex-direction: column;
        align-items: center;
        text-align: center; } }
    .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item {
      width: 50%;
      min-width: 300px;
      padding: 1rem 2rem; }
      @media (max-width: 768px) {
        .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item {
          width: 70%;
          padding: 1rem 0; } }
      @media (max-width: 576px) {
        .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item {
          width: 100%; } }
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item p {
        margin: 1.5rem 0; }
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item .fertiliser-green {
        color: #6FBA51;
        font-weight: 900; }
      .plonvit__fertiliser .fertiliser__wrapper .fertiliser__description .fertiliser__description_item .fertiliser-bolt {
        font-weight: 900; }

.plonvit__advantages .advantages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .plonvit__advantages .advantages__wrapper {
      flex-direction: column; } }
.plonvit__advantages .advantages__description {
  width: 40%;
  height: auto;
  margin: 1rem; }
  @media (max-width: 768px) {
    .plonvit__advantages .advantages__description {
      width: 70%; } }
  @media (max-width: 576px) {
    .plonvit__advantages .advantages__description {
      width: 100%; } }
  .plonvit__advantages .advantages__description .advantages__title {
    font-weight: 800;
    color: #6FBA51; }
    @media (max-width: 768px) {
      .plonvit__advantages .advantages__description .advantages__title {
        text-align: center; } }
  .plonvit__advantages .advantages__description .advantages__items .advantages__item {
    margin-left: 1rem;
    position: relative; }
    .plonvit__advantages .advantages__description .advantages__items .advantages__item:before {
      content: '';
      width: .3rem;
      height: .3rem;
      border-radius: 50%;
      position: absolute;
      top: 1.1rem;
      left: -1rem;
      background-color: #6FBA51; }
  .plonvit__advantages .advantages__description .advantage__text {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.4; }
    @media (max-width: 768px) {
      .plonvit__advantages .advantages__description .advantage__text {
        text-align: center; } }
    .plonvit__advantages .advantages__description .advantage__text span {
      color: #6FBA51;
      font-weight: 800; }
.plonvit__advantages .advantages__img {
  width: 60%;
  height: auto;
  margin: 1rem; }
  @media (max-width: 768px) {
    .plonvit__advantages .advantages__img {
      width: 70%; } }
  @media (max-width: 576px) {
    .plonvit__advantages .advantages__img {
      width: 100%; } }
  .plonvit__advantages .advantages__img img {
    width: 100%;
    height: 100%;
    display: block; }

.plonvit__products {
  margin: 7rem 0 5rem; }
  @media (max-width: 768px) {
    .plonvit__products {
      margin: 1.5rem 0 4rem; } }
  .plonvit__products .products__item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 768px) {
      .plonvit__products .products__item {
        flex-direction: column-reverse;
        text-align: center; } }
  .plonvit__products .products__item:nth-child(2n-1) {
    flex-direction: row-reverse; }
    @media (max-width: 768px) {
      .plonvit__products .products__item:nth-child(2n-1) {
        flex-direction: column-reverse; } }
  .plonvit__products .products__item:nth-child(1) span {
    color: #F19400; }
  .plonvit__products .products__item:nth-child(2) span {
    color: #004993; }
  .plonvit__products .products__item:nth-child(3) span {
    color: #00957E; }
  .plonvit__products .products__item:nth-child(4) span {
    color: #9B6CAC; }
  .plonvit__products .products__item:nth-child(5) span {
    color: #9D5300; }
  .plonvit__products .products__item:nth-child(6) span {
    color: #A88E00; }
  .plonvit__products .products__item:nth-child(7) span {
    color: #C6B41D; }
  .plonvit__products .products__img {
    width: 50%;
    min-width: 200px;
    max-width: 500px;
    height: auto;
    margin: 1rem; }
    @media (max-width: 768px) {
      .plonvit__products .products__img {
        width: 70%; } }
    @media (max-width: 576px) {
      .plonvit__products .products__img {
        width: 100%; } }
    .plonvit__products .products__img img {
      width: 65%;
      height: 100%;
      display: block;
      margin: 0 auto; }
  .plonvit__products .products__description {
    width: 50%;
    height: auto;
    margin: 1rem; }
    @media (max-width: 768px) {
      .plonvit__products .products__description {
        width: 70%; } }
    @media (max-width: 576px) {
      .plonvit__products .products__description {
        width: 100%; } }
    .plonvit__products .products__description .products__title {
      width: 90%;
      display: block;
      margin: 0 auto;
      font-weight: 600;
      font-size: 2.5rem;
      line-height: 45px;
      color: #737373; }
      @media (max-width: 576px) {
        .plonvit__products .products__description .products__title {
          width: 100%;
          font-size: 2.2rem; } }
    .plonvit__products .products__description .products__text {
      width: 90%;
      display: block;
      margin: .5rem auto 0;
      font-size: 1.2rem;
      color: #6F7275;
      font-weight: 300; }
      @media (max-width: 576px) {
        .plonvit__products .products__description .products__text {
          width: 100%;
          font-size: 1.1rem; } }

.plonvit__structure .structure__title {
  text-align: center;
  margin-bottom: 3rem; }
  @media (max-width: 768px) {
    .plonvit__structure .structure__title {
      width: 70%;
      text-align: center;
      margin: 0 auto 3rem; } }
  @media (max-width: 576px) {
    .plonvit__structure .structure__title {
      width: 100%; } }
.plonvit__structure .structure__img {
  width: 90%;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .plonvit__structure .structure__img {
      width: 100%; } }
  .plonvit__structure .structure__img img {
    display: block;
    width: 100%;
    height: 100%; }
.plonvit__structure .structure__description {
  width: 80%;
  margin: 5rem auto 3rem;
  text-align: center;
  font-size: 1.5rem; }
  @media (max-width: 768px) {
    .plonvit__structure .structure__description {
      width: 90%; } }
  @media (max-width: 576px) {
    .plonvit__structure .structure__description {
      width: 100%;
      font-size: 1.3rem; } }
  .plonvit__structure .structure__description span {
    color: #F19400; }
.plonvit__structure .structure__graph {
  width: 50%;
  height: auto;
  margin: 0 auto; }
  @media (max-width: 768px) {
    .plonvit__structure .structure__graph {
      width: 70%; } }
  @media (max-width: 576px) {
    .plonvit__structure .structure__graph {
      width: 100%; } }
  .plonvit__structure .structure__graph img {
    display: block;
    width: 100%;
    height: 100%; }

.plonvit__series {
  margin: 4rem auto 7rem; }
  .plonvit__series .series__title {
    text-align: center; }
    @media (max-width: 768px) {
      .plonvit__series .series__title {
        width: 90%;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .plonvit__series .series__title {
        width: 100%; } }
  .plonvit__series .structure__img {
    width: 60%;
    height: auto;
    margin: 3rem auto; }
    @media (max-width: 768px) {
      .plonvit__series .structure__img {
        width: 80%; } }
    @media (max-width: 576px) {
      .plonvit__series .structure__img {
        width: 100%; } }
    .plonvit__series .structure__img img {
      display: block;
      width: 100%;
      height: 100%; }
  .plonvit__series .series__description {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 300; }
    @media (max-width: 768px) {
      .plonvit__series .series__description {
        width: 90%;
        margin: 0 auto; } }
    @media (max-width: 576px) {
      .plonvit__series .series__description {
        width: 100%;
        font-size: 1.4rem; } }
  .plonvit__series .series__items {
    text-align: center;
    margin: 5rem 0; }
    .plonvit__series .series__items .series__item {
      font-size: 1.6rem;
      font-weight: 600;
      color: #535558;
      line-height: 1.4; }
      @media (max-width: 576px) {
        .plonvit__series .series__items .series__item {
          font-size: 1.3rem;
          line-height: 1.3; } }
    .plonvit__series .series__items .series__item:nth-child(1) {
      font-weight: 300; }
    .plonvit__series .series__items .series__item:nth-child(2) span {
      color: #0072B2; }
    .plonvit__series .series__items .series__item:nth-child(3) span {
      color: #C91157; }
    .plonvit__series .series__items .series__item:nth-child(4) span {
      color: #00913E; }
    .plonvit__series .series__items .series__item:nth-child(5) span {
      color: #69398A; }
    .plonvit__series .series__items .series__item:nth-child(6) span {
      color: #F19400; }
  .plonvit__series .series__table {
    width: 100%;
    height: auto;
    margin: 0 auto; }
    .plonvit__series .series__table img {
      display: block;
      width: 100%;
      height: 100%; }

.plonvit-contact {
  margin-top: 5rem;
  margin-bottom: 3rem; }
  @media (max-width: 576px) {
    .plonvit-contact {
      margin: 2.5rem 0 0; } }
  .plonvit-contact .contact-title {
    text-align: center;
    margin: 4rem 0;
    font-size: 2.5rem;
    font-weight: 300;
    color: #737373; }
    @media (max-width: 576px) {
      .plonvit-contact .contact-title {
        font-size: 1.5rem;
        margin: 0 0 2.5rem; } }
    .plonvit-contact .contact-title span {
      color: #74BC47;
      font-weight: 900; }
  .plonvit-contact p {
    margin: 0; }

@media (max-width: 768px) {
  .plonvit-contact {
    margin-top: 2.5rem;
    margin-bottom: 5rem; } }
.plonvit-contact .plonvit__title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  color: #74BC47;
  margin: 0 auto 3rem;
  text-align: center; }

.plonvit-contact .plonvit__subtitle {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.75rem;
  margin: 2rem 0 1rem;
  color: #74BC47; }

.plonvit-contact .section__title {
  margin: 4rem 0 2rem 0; }

.plonvit-contact .accordion__items {
  margin-left: 1rem; }

@media (max-width: 768px) {
  .plonvit-contact .accordion__items {
    margin: 0; } }
.plonvit-contact .accordion {
  color: #000;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border: 1px solid #b3b2b2;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .plonvit-contact .accordion {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.plonvit-contact .accordion span {
  font-weight: 600; }

.plonvit-contact .accordion1 {
  background-color: #74BC47;
  color: #fff; }

.plonvit-contact .accordion2 {
  background-color: #000;
  color: #fff; }

.plonvit-contact .accordion3 {
  background-color: #706f6f;
  color: #fff; }

.plonvit-contact .accordion4 {
  color: #74BC47;
  border: none;
  cursor: auto;
  margin: 2rem 0 1rem;
  padding: 0.5rem 1rem 0.5rem 0;
  width: 100%;
  font-weight: 600;
  text-align: left;
  font-size: 1.3rem;
  transition: 0.4s;
  position: relative;
  border-bottom: none;
  font-weight: 300; }

@media (max-width: 768px) {
  .plonvit-contact .accordion4 {
    padding-right: 2.5rem;
    font-size: 1.1rem; } }
.plonvit-contact .accordion4 span {
  font-weight: 600; }

.plonvit-contact .accordion:after {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 30%;
  margin: 0 0.5rem;
  transition: all 0.3s;
  transform-origin: center; }

.plonvit-contact .active:after {
  transform: rotate(-90deg); }

.plonvit-contact .panel {
  transition: max-height 0.2s ease-out;
  color: #706f6f;
  font-weight: 300; }

.plonvit-contact .panel .panel__title {
  display: block;
  width: 25%;
  padding: 1rem;
  font-size: 1rem;
  background-color: #ececec; }

@media (max-width: 768px) {
  .plonvit-contact .panel .panel__title {
    width: 100%;
    font-size: 0.9rem; } }
.plonvit-contact .panel .panel__title span {
  font-weight: 600; }

.plonvit-contact .panel .panel__text {
  width: 75%;
  padding: 1rem;
  font-size: 0.9rem; }

@media (max-width: 768px) {
  .plonvit-contact .panel .panel__text {
    width: 100%;
    font-size: 0.8em; } }
.plonvit-contact .panel .panel__text span {
  font-weight: 600; }

.plonvit-contact .panel__row {
  max-height: max-content;
  display: flex;
  border: 1px solid #b3b2b2;
  border-bottom: none; }

@media (max-width: 768px) {
  .plonvit-contact .panel__row {
    flex-direction: column; } }
.plonvit-contact .panel__row-bottom {
  border-bottom: 1px solid #b3b2b2; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

ul {
  list-style: none; }

.plonvit-body {
  margin: 0;
  font-family: kyrial-display-pro, sans-serif;
  font-size: 16px; }

.plonvit__container {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto; }

.plonvit__title {
  font-size: 2rem;
  font-weight: 300;
  line-height: 52px;
  color: #7E888F; }
  @media (max-width: 576px) {
    .plonvit__title {
      font-size: 1.8rem;
      line-height: 40px; } }
  .plonvit__title span {
    font-weight: 900;
    line-height: 42px;
    color: #6F7275; }

.plonvit__text {
  font-size: 1.3rem;
  font-weight: 300;
  color: #7E888F;
  line-height: 34px; }
  @media (max-width: 576px) {
    .plonvit__text {
      font-size: 1.2rem;
      line-height: 28px; } }

/*# sourceMappingURL=style.css.map */
