.section-hero-bg {
  filter: brightness(0.9);
}

.section-potato-trials {
  background: #fdfdfd;
  padding-top: 40px;
  padding-bottom: 80px;
}

.section-potato-trials .btn-white {
  display: inline-block;
  width: max-content;
  max-width: unset;
}

/* SECTION HERO*/
.section-hero-bg {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 470px;
}

.section-hero-bg .container,
.section-hero-bg .container .row {
  height: 100%;
  z-index: 999;
  position: relative;
  /*width: 95%;*/
  /* height: 64px; */
  min-width: 285px;
  word-break: break-word;
}

@media (max-width: 992px) {
  .section-hero-bg .container,
  .section-hero-bg .container .row {
    width: 95%;
  }
}

.section-hero-title {
  font-size: 4.5vw;
  margin: 0;
  padding: 0;
  padding-bottom: 45px;
  height: 25vw;
  font-family: "Demo";
  font-weight: 400;
  color: #ffffff;
  line-height: 1.14;
  width: 90%;
}

.section-hero-title p {
  margin-bottom: 0;
}

.section-hero-title .section-hero-title span {
  font-weight: 300;
}
/*trial hero*/

.percentage-box-hero-container {
  width: 265px;
  padding: 0;
}

.percentage-box-hero {
  display: flex;
  width: 100%;
  height: 184px;
  padding: 24px;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
  border-radius: 6px;
  background: #CCF0F6;
}

.percentage-box-hero .percent-wrapper {
  color: #002B46;
  font-family: DemoNumber;
  font-size: 70px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.percentage-box-hero .percent-wrapper:before{
  content: '';
  width: 28px;
  height: 40px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/icons/arrow-up-hero.svg");
}

.percentage-box-hero .percent-wrapper.down:before{
  background-image: url("../images/icons/arrow-down-hero.svg");
}

.percentage-box-hero .percentage-box-text {
  color: rgba(0, 43, 70, 0.70);
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .percentage-box-hero {
    height: 140px;
    padding: 20px;
    align-items: center;
    gap: 3.16px;
  }

  .percentage-box-hero .percent-wrapper {
    font-size: 48px;
    column-gap: 1.71px;
  }

  .percentage-box-hero .percent-wrapper:before{
    width: 23px;
    height: 23px;
  }

  .percentage-box-hero .percentage-box-text {
    font-size: 13.271px;
    text-align: center;
    max-width: 163px;
  }
}


/* SECTION FERTILIZER*/

.section-fertilizer-title {
  font-family: Inter;
  font-size: 24px;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  font-weight: 400;
  color: #002c45;
}

.trial-page .section-fertilizer .list-produst-doc {
  width: fit-content !important;
  padding-top: 18px;
  margin-bottom: 0;
}

/* SECTION OBJECTIVE */
.section-object {
  padding-top: 0;
  margin-bottom: 80px !important;
}

.section-object .section-title p,
.section-object-desc {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

/*SECTION KEY-CONCLUSIONS*/
.section-key-concl {
  /* background-color: #f8f8f8; */
  /*padding-top: 77px;*/
  padding-bottom: 80px;
}
@media (min-width: 768px) {
  .section-key-concl p,
  .section-key-concl ul li,
  .section-key-concl ol li {
    font-family: Inter;
    font-size: 24px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }
}

@media (max-width: 768px) {
  .section-object .section-title p,
  .section-object-desc {
    font-family: Inter;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .section-key-concl p,
  .section-key-concl ul li,
  .section-key-concl ol li{
    font-family: Inter;
    font-size: 20px !important;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
    margin-bottom: 0;
  }
  .section-key-concl p {
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .section-key-concl .rich-text-wrap ul li,
  .section-key-concl .rich-text-wrap ol li {
    font-size: 20px !important;
  }
}
@media (min-width: 768px) {
  .section-key-concl .rich-text-wrap ul li,
  .section-key-concl .rich-text-wrap ol li {
    font-size: 24px !important;
  }
}
.section-key-concl .object-video iframe {
  width: 100%;
  height: 440px;
  border-radius: 5px;
}

/*SECTION trial-DETAILS-*/
.trial-details {
  font-family: "Inter";
  color: #002c45;
  background: white;
  padding-top: 0;
}

.trial-details p {
  margin: 0;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  color: #002c45;
}

.trial-details .trial-details-product {
  text-decoration: none;
}
.trial-details .trial-details-product p:hover {
  color: #00b5d3;
}

.trial-details .trial-details-product:not(:last-of-type) p {
  margin-bottom: 4px;
}

.trial-details table {
  margin-left: 10px;
  width: 98%;
}

.sec-treatments table {
  width: 98%;
}

.sec-treatments .tablepress {
  margin-left: 0;
}

.tablepress td {
  padding: 10px 0;
}

.trial-details table th {
  color: rgba(0, 44, 69, 0.7);
  height: 21px;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

/*.trial-details table th.column-1 {*/
/*  color: #00b5d3;*/
/*}*/

.row.-trial1 {
  /*margin-bottom: 24px;*/
}

@media (max-width: 768px) {
  .row.-trial1 {
    margin-bottom: 22px;
  }
}

.row.-trial1 p {
  max-width: 300px !important;
}

/*width of table columns*/
@media (min-width: 768px) {
  .row.-trial1 {
    width: 100%;
    max-width: 100%;
  }
  .trial-details-table-col-4 {
    max-width: 25%;
  }
  .trial-details-table-col-3 {
    max-width: 33.3%;
  }
  .trial-details-table-col-2 {
    max-width: 50%;
  }
  .trial-details-table-col-2,
  .trial-details-table-col-3,
  .trial-details-table-col-4 {
    width: auto;
    padding-right: 80px;
    padding-bottom: 24px;
    border-bottom: 2px solid #ebebeb;
  }
  .trial-details-table-col-2:not(:first-child),
  .trial-details-table-col-3:not(:first-child),
  .trial-details-table-col-4:not(:first-child) {
    padding-left: 0;
  }
  .trial-details-table-col-2:last-child,
  .trial-details-table-col-3:last-child,
  .trial-details-table-col-4:last-child {
    padding-right: 16px;
  }
  .trial-details-table-col-2 p,
  .trial-details-table-col-3 p,
  .trial-details-table-col-4 p {
    padding-right: 0;
  }
  .line-bottom.trial-details-table {
    border: unset;
  }
  .row.-trial1 p {
    width: 100%;
    max-width: 100% !important;
  }
}

.line-bottom {
  border-bottom: 2px solid#ebebeb;
}
.trial-details-table {
  margin-bottom: 80px !important;
}
.trial-details-table h3.title-chart {
  margin-bottom: 24px;
}
.digital_tools__area_block_container.digital_tools__area {
  padding-top: 30px !important;
  padding-bottom: 80px !important;
}
.results-rich-text {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .results-rich-text {
    width: 816px;
  }
}
@media (max-width: 768px) {
  .trial-details-table {
    margin-bottom: 40px !important;
  }
  .results-rich-text {
    margin-bottom: 40px;
  }
  .digital_tools__area_block_container.digital_tools__area {
    padding-bottom: 40px !important;
    padding-top: 10px !important;
  }
  .trial-details-table h3.title-chart {
    margin-bottom: 16px;
  }
}

.text-blue {
  color: #00b5d3;
  font-weight: 400;
  font-size: 18px;
  font-weight: bold;
}

h3.title-chart {
  font-family: "Demo";
  font-size: 48px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #002c45;
}

h3.title-chart.title-big-chart {
  margin-bottom: 16px;
}

.canvas-chart {
  max-width: 240px;
  max-height: 240px;
  width: 380px;
  height: 240px;
}

.canvas-chart-full {
  width: 900px;
  height: 240px;
  max-height: 240px;
}

.chart-img-small {
  width: 380px;
  height: 240px;
  max-width: 380px;
  max-height: 240px;
  object-fit: contain;
  object-position: center;
}

.chart-img-big {
  width: 100%;
  height: 280px;
  max-width: 1200px;
  max-height: 300px;
  object-fit: contain;
  object-position: center;
}

.image-result-wrap {
  padding-top: 54px;
}
.image-result {
  width: 790px;
  height: 440px;
  max-width: 790px;
  max-height: 440px;
  object-fit: contain;
  border-radius: 5px;
}

.trial-table:not(:last-child) {
  margin-bottom: 80px;
}

.trial-details table.trial-table td {
  padding: 24px 0;
}

.trial-table tr:first-child td {
  padding-top: 0;
}

.trial-table .table-mobile-sub-title {
  white-space: wrap;
}

.title-table {
  font-family: "Inter";
  font-size: 18px;
  line-height: 1.6;
  color: #002c45;
}

.sec-treatments .title-chart {
  margin-bottom: 16px;
}
/* list downloads documents */

.list-produst-doc {
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  width: 70%;
  flex-wrap: wrap;
  row-gap: 16px;
}

.list-item-product-doc {
  list-style: none;
  font-size: 16px;
  line-height: 1.39;
  color: #002c45;
}

.list-item-product-doc a {
  display: inline-block;
  width: 100%;
}

.list-item-product-doc:after {
  content: "";
  margin-right: 8px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

.list-produst-doc img {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  max-width: 22px;
  max-height: 22px;
  object-fit: contain;
}

ul.list-produst-doc li a {
  display: flex;
  align-items: start;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

ul.list-produst-doc li.underline a span {
  border-bottom: 1px solid#002c45;
}

/* SECTION BRAND_NAVIGATION*/

.section-brand-navigation {
  padding-top: 40px;
  margin-bottom: 77px;
  border-bottom: 1px solid#ebebeb;
}

.section-brand-navigation > div {
  max-width: fit-content !important;
}

.section-brand-navigation .container {
  /* max-width: fit-content !important; */
}
.brand-navigation .nav-link:hover,
.brand-navigation .nav-link:focus {
  color: #00b5d3;
  background-color: unset;
  border: 0;
  border-bottom: 3px solid;
}

.brand-navigation .nav-item:not(:last-child) {
  margin-right: 3.5vw;
}

.brand-navigation .nav-link {
  color: #002c45;
  font-size: 18px;
  font-family: "Inter";
  padding: 6px 0;
  border: 0;
  border-bottom: 3px solid transparent;
}

li.nav-item.brand-navigation-item a {
  padding: 0;
  list-style: none;
}

/* SECTION BRAND_NAVIGATION_MOBILE*/

.brand-navigation-mobile-list {
  display: grid;
}
.brand-navigation-mobile-list:has(li:nth-child(6)) {
  grid-template-columns: repeat(2, 1fr);
}

.brand-navigation-mobile-list li:nth-child(6) { --row-num: 1; }
.brand-navigation-mobile-list li:nth-child(7) { --row-num: 2; }
.brand-navigation-mobile-list li:nth-child(8) { --row-num: 3; }

.brand-navigation-mobile-list li:nth-child(-n+5) {
  grid-column: 1;
}

.brand-navigation-mobile-list li:nth-child(n+6) {
  grid-column: 2;
  grid-row: calc(var(--row-num));
}

.brand-navigation-mobile-title,
.brand-navigation-mobile-item a {
  padding-left: 0;
  font-size: 16px;
  line-height: 1.44;
  color: #002b46;
  font-weight: normal;
}
.brand-navigation-mobile-title {
  padding-top: 20px;
  font-weight: bold;
  font-family: Inter;
}

.text-intro-title {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #002c45;
}

.text-intro-text {
  font-size: 18px;
  color: #002c45;
  line-height: 1.4;
}

/* SECTION POTATO-TRIALS */
.section-potato-trials .counter {
  margin-bottom: 64px;
}

/* ANIMATION COUNTER */
.counter-item.counter-item-header {
  margin-bottom: 62px;
  padding-top: 45px;
  padding-right: 35px;
  padding-bottom: 38px;
  padding-left: 15px;
  justify-content: center;
  width: 282px;
  flex-direction: row;
}

.counter-item-header h3.count {
  padding-top: 0;
}
.counter-item-header h3.count3 {
  padding-top: 0;
}

.counter-item {
  flex-basis: 32%;
  /* width: 30%!important; */
  background-color: #00b5d3;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 60px 65px 49px 65px;
}

.counter-item h6 {
  margin-bottom: 0;
  font-family: Inter;
  font-size: 32px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.img-counter-cart {
  width: 38px;
  height: 38px;
  object-fit: cover;
  /* object-position: center; */
  opacity: 0.6;
  transform: translate(-3px, -23px);
  padding: 0;
}

.section-hero-bg .img-counter-cart {
  min-width: 38px;
  min-height: 38px;
  max-width: 38px;
  max-height: 38px;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
  transform: translate(-1px, -23px);
  padding: 0;
}

.count:after {
  content: "%";
  transform: translate(0px, -29px);
  font-family: InterPercent;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.count3:after {
  content: "%";
  transform: translate(0px, -29px);
  font-family: InterPercent;
  font-size: 23px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.96;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}

.counter-item span {
  display: block;
  font-size: 18px;
  color: #002c45;
  margin-left: 2px;
  line-height: 1.4;
  font-family: "Inter";
  opacity: 0.9;
  margin-top: 4px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-hero span.after-count {
  margin-left: 27px;
  font-size: 16px;
  font-weight: 500 !important;
  margin-top: -14px;
}

.section-potato-trials .after-count {
  /* margin-left: 73px; */
  font-size: 16px;
  font-weight: 500 !important;
  /* margin-top: -20px; */
  padding-left: 52px;
  font-family: Inter;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  transform: translate(-1px, -11px);
}

/* SECTION section-Q&A */

.read-more a {
  color: #00b5d3;
  line-height: 1.7;
  font-size: 18px;
}

.read-more svg {
  transform: rotate(90deg);
}

.title-read-more {
  font-size: 18px;
  font-weight: 600;
  color: #002c45;
}

/* SECTION TESTEMONIAL_PRODUCTS */

.section-testemonial-products {
  padding: 64px 0;
}

.title-testemonial-product {
  font-family: "Inter";
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.28;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.testemonial-logo {
  max-width: 66px;
  height: 74px;
  object-fit: contain;
}

.testemonial-desc {
  font-family: "Inter";
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.39;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

.item-testemonial-product {
  display: flex;
  flex-direction: column;
  flex-basis: 30%;
}

/* Section Product cart */

.section-product-cart {
  padding-top: 40px;
  padding-bottom: 80px;
  font-family: "Inter";
  background: #fdfdfd;
}

.section-product-cart .section-intro-text {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
}

@media (max-width: 768px){
  .section-product-cart .section-intro-text {
    font-size: 18px;
  }
}

.section-product-cart .read-more-dark {
  padding: 0;
  font-size: 18px;
  color: #002b46;
}

.section-product-cart .logo-product {
  margin-bottom: 20px;
  max-width: 486px;
  object-fit: contain;
}
.section-product-cart .trail-related-brand-container{
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;

}
.section-product-cart .trail-brand-subtitle-container{
  margin: 0 0 0 79px;
}

.section-product-cart .trail-logo-brand {
  max-width: 486px;
  object-fit: contain;
  height: 180px;
}
.section-product-cart .trail-brand-subtitle{
  font-size: 32px;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
  margin-bottom: 30.6px;
  font-weight: normal;
}
@media (max-width: 768px){
  .section-product-cart .trail-related-brand-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .section-product-cart .trail-logo-brand {
    max-width: 240px;
    object-fit: contain;
    height: 120px;
  }
  .section-product-cart .trail-brand-subtitle{
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
    font-weight: normal;
    margin-bottom: 16px;
  }
  .section-product-cart .trail-brand-subtitle-container{
    margin: 24px 0;
  }
}

.single-trial-img {
  padding: 0;
  width: 280px;
height: 280px;

  display: inline-block !important;
  overflow: hidden;
}



img.item-slider-products {
  padding: 0;
  width: 280px;
  height: 280px;
  object-fit: contain;
  transition: 0.25s all;
  display: block;
  cursor: pointer;
}

.subtitle {
  padding-bottom: 20px;
}

.section-fertilizer ul.list-produst-doc li a {
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  word-break: break-word;
  color: #002b46;
}
@media (max-width: 768px) {
  .section-fertilizer ul.list-produst-doc li a {
    font-size: 16px;
  }
  .section-fertilizer ul.list-produst-doc li.Download a:before{
    margin-top: -3px;
  }
}
.section-fertilizer ul.list-produst-doc li.Download a:before {
  content: "";
  margin-right: 8px;
  min-width: 24px;
  height: 24px;
  max-width: 40px;
  max-height: 40px;
  background-image: url(../../../../assets/icons/download.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: auto;
}

.section-fertilizer ul.list-produst-doc li.Video a:before {
  content: "";
  margin-right: 8px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/play_circle_outline_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

.section-fertilizer ul.list-produst-doc li.Other a:before,
.section-fertilizer ul.list-produst-doc li.Link a:before{
  content: "";
  margin-right: 8px;
  margin-top: 1px;
  min-width: 24px;
  height: 24px;
  background-image: url(../../../../assets/icons/link_red.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  background-size: contain;
}

.filter-bg {
  width: 100%;
  height: 100%;
  color: black;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.4);
}

.section-fertilizer .actions-container {
  padding-bottom: 35px;
  padding-left: 12px;
}

.sec-treatments {
  margin-top: 0;
  margin-bottom: 80px;
  width: 816px;
  /* margin-bottom: 75px; */
}

/* mobile */
@media (min-width: 992px) {
  .pre-footer .btn-white {
    min-width: unset;
    display: block;
    margin: auto;
  }
}

@media (max-width: 992px) {
  .section-hero-bg {
    height: 210px;
  }

  .section-hero-title {
    padding-bottom: 20px;
    width: 100%;
    font-size: 34px;
    left: 6%;
    font-size: 65px;
  }

  .section-hero-title p {
    font-size: 34px;
  }

  .trial-page .section-fertilizer .list-produst-doc {
    padding-top: 0;
  }

  .section-fertilizer-title {
    font-size: 20px;
    margin-bottom: 24px;
    line-height: 1.4;
  }

  .section-fertilizer .list-produst-doc {
    width: 100%;
  }

  .section-fertilizer .bnt-blue {
    width: 100%;
    margin: 26px 0 40px 0;
  }

  .section-fertilizer .list-produst-doc {
    flex-direction: column;
  }

  .section-fertilizer ul.list-produst-doc li {
    align-items: start;
    justify-content: start;
  }

  .section-fertilizer ul.list-produst-doc li:not(:last-child) {
    margin-bottom: 5px;
  }

  .container-counter-one {
    padding: 20px;
    padding-bottom: 0;
    background: #fdfdfd;
    display: flex;
    justify-content: center;
  }

  .container-counter-one .counter-item {
    margin-right: 0;
    padding-top: 0;
    padding-left: 35px;
    padding-bottom: 20px;
    flex-basis: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .counter-item.counter-item-mobile {
    margin-right: 0;
    flex-basis: 100%;
    display: flex;
    align-items: center;
  }

  .counter {
    flex-wrap: nowrap;
    overflow: scroll;
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  .counter::-webkit-scrollbar {
    display: none !important;
  }

  .counter-item {
    margin-right: 16px;
    padding-top: 0;
    padding-left: 35px;
    padding-bottom: 35px;
    flex-basis: 80%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }

  .section-potato-trials .counter-item {
    padding-top: 35px;
    min-width: 250px;
    min-height: 300px;
    flex-direction: column;
  }

  .counter-item h6 {
    font-size: 32px;
  }

  .counter-item span {
    font-size: 18px;
  }

  .counter-item .after-count {
    font-size: 16px;
  }

  h3.count {
    font-size: 88px;
    padding-left: 0;
  }

  h3.count3 {
    font-size: 88px;
    padding-left: 0;
  }

  .section-object {
    margin-bottom: 24px;
    padding-top: 0;
    margin-bottom: 40px !important;
    margin-top: 0;
  }

  .section-object .section-title p {
    font-size: 16px;
  }

  .section-key-concl {
    /*margin-top: 32px;*/
    padding-top: 0px;
    padding-bottom: 40px;
  }
  .space-after-list{
    margin-bottom: 32px;
  }

  .section-key-concl .text-intro-text {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4;
  }

  .section-key-concl .text-intro-text strong {
    font-weight: normal;
  }

  .section-key-concl .text-intro-text.mb-40:not(:last-child) {
    margin-bottom: 16px;
  }

  .section-key-concl .object-video iframe {
    height: 200px;
  }

  .title-vide0-mobile {
    font-size: 16px;
    line-height: 1.56;
    color: #002c45;
  }

  .trial-details.section-pt-120 {
    padding-top: 40px;
  }

  h3.title-chart {
    margin-bottom: 8px;
    font-size: 32px;
  }

  .chart-img-small {
    width: 100%;
    max-width: unset;
    max-height: 240px;
    object-fit: contain;
    object-position: center;
  }

  .chart-img-big {
    width: 100%;
    height: auto;
    max-width: unset;
    max-height: unset;
    object-fit: cover;
    object-position: left;
  }

  .trial-details h3.title-chart.pb-40 {
    padding-bottom: 0;
  }
  .table-trial1 {
    padding-bottom: 24px;
  }

  .item-trail1:not(:last-child) {
    margin-bottom: 24px;
  }

  h6.text-blue {
    margin-bottom: 4px;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.3;
    font-weight: bold;
  }

  .trial-details p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
  }

  .charts-container.section-pt-120 {
    padding-top: 32px;
    padding-bottom: 0;
  }

  .charts-container.section-pt-120 .col-12.pb-40 {
    padding-bottom: 16px;
  }

  .charts-margin-40 {
    margin-bottom: 0;
  }

  .canvas-chart {
    max-width: 100%;
    max-height: 240px;
    width: 100%;
    height: 300px;
  }

  .none-line-mob {
    border-bottom: 0;
  }

  .title-chart {
    margin: 0;
  }

  .sec-treatments.section-pt-120 {
    padding-top: 0;
  }

  .trial-details.section-pt-120 {
    padding-bottom: 40px;
    padding-bottom: 0;
    padding-top: 0;
  }

  table.table.no-border-table2.trial-table-mobile {
    padding-bottom: 16px;
  }

  table.table.no-border-table2.trial-table-mobile.mb-40 td {
    border-bottom: 0 !important;
  }

  .table-mobile-title {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 16px;
  }

  .table-mobile-sub-title {
    font-size: 16px;
    width: 68%;
    color: #002b46;
  }

  .section-potato-trials {
    padding-bottom: 40px;
    padding-top: 20px;
  }

  .section-potato-trials .section-title h3 {
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .section-potato-trials .btn-white.btn-view-more {
    max-width: unset;
    width: 100%;
    margin-top: 40px;
  }

  .section-product-cart {
    /*margin-bottom: 59px;*/
    padding-bottom: 40px;
  }

  .section-product-cart .logo-product {
    max-width: 240px;
  }
  .section-product-cart .trail-logo-brand {
    max-width: 240px;
  }

  .section-product-cart .prodact-cart-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.35;
    color: #002c45;
  }

  /*SECTION TESTEMONIAL_PRODUCTS*/

  .section-testemonial-products {
    padding-top: 40px;
  }

  .item-testemonial-product {
    flex-basis: 100%;
  }

  .item-testemonial-product:not(:last-child) {
    margin-bottom: 40px;
  }
  .title-testemonial-product {
    font-size: 24px;
  }

  .testemonial-desc {
    font-size: 16px;
  }

  .testemonial-logo {
    max-width: 40px;
    height: 40px;
    object-fit: contain;
  }

  .section-testemonial-products .item-testemonial-product a.btn-white {
    max-width: 100%;
    background-color: transparent;
  }
}

/* acordion */

.accordion-item {
  margin-bottom: 40px;
  border-radius: 30px;
  background: transparent;
  border: none;
}

.accordion-header {
  border-radius: 30px;
}

button.accordion-button.collapsed {
  background-color: rgba(0, 181, 211, 0.1);
}

.accordion-button:not(.collapsed) {
  background-color: rgba(0, 181, 211, 0.1);
  color: #002c45;
}

.accordion-button:focus {
  border-color: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 20px;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  border-radius: 30px;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.accordion-item:first-of-type,
.accordion-item:last-of-type .accordion-button {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.accordion-button::after,
.accordion-button:not(.collapsed)::after {
  background-image: unset !important;
}

.accordion-button::before {
  margin-right: 15px;
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("../icons/add_black_@2x.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.accordion-button:not(.collapsed)::before {
  content: "";
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("../icons/remove_black_@2x.webp");
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.accordion-body .nav-tabs .nav-link {
  color: #002c45;
  font-size: 24px;
  font-family: "Inter";
  padding: 6px 0;
  border: 0;
  border-bottom: 3px solid transparent;
}

.accordion-body .nav-tabs .nav-link:not(:last-child) {
  margin-right: 65px;
}

.accordion-body .nav-tabs .nav-link.active {
  color: #00b5d3;
  background-color: unset;
  border: 0;
  border-bottom: 3px solid;
}

.accordion-body .nav-tabs .nav-link:hover {
  border-bottom: 3px solid #002c45;
}

.accordion-body.desc-product {
  display: block;
}

table.table b {
  display: inline-block;
}

.acordion-list {
  padding: 0;
}

.acordion-list li {
  list-style: none;
  margin-bottom: 20px;
}

.accordion-doc {
  margin-bottom: 20px;
}

.accordion-body .table > :not(caption) > * > * {
  padding-top: 24px;
  padding-bottom: 24px;
}

button.accordion-button {
  outline: none;
  border: 0;
  box-shadow: none !important;
  line-height: 1.2;
}

.accordion-body p {
  color: var(--angle-blue);
}

.counter .counter-item {
  /* min-width: 384px !important; */
  max-width: 384px !important;
}

.counter {
  display: flex;
  justify-content: space-around;
  /* width: fit-content; */
  column-gap: 24px;
  min-height: 350px;
  height: fit-content;
}

@media (max-width: 768px) {
  .section-hero-title {
    font-size: 28px;
    margin-bottom: 50px;
  }
  .accordion {
    overflow: hidden;
  }

  .accordion-body .nav-tabs .nav-link {
    font-size: 16px;
  }

  button.accordion-button {
    width: 100%;
  }

  .accordion-button {
    font-size: 16px;
  }

  .accordion-body .table.table-to-use > :not(caption) > * > * {
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 100px;
  }

  .trial-details table {
    margin-left: 0;
  }

  .tablepress {
    display: block;
    font-size: 15px;
    block-size: -23px;
    width: 720px;
    white-space: nowrap;
    margin-left: 20px;
  }
  table.tablepress:not(.sticky-header table.tablepress){
    overflow-x: scroll;
  }

  /*.tablepress td {*/
  /*  min-width: 100px;*/
  /*}*/

  /*.tablepress td:first-child {*/
  /*  min-width: 250px;*/
  /*}*/
  .section-potato-trials {
    /*margin-top: 32px !important;*/
  }

  .sec-treatments {
    margin-top: 0 !important;
    margin-bottom: 0;
  }
  .sec-treatments-mobile {
    margin-bottom: 40px;
  }
}

@media (max-width: 1200px) {
  .counter .counter-item {
    min-width: 250px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .img-counter-cart {
    margin-left: -10px;
  }
}

@media (max-width: 572px) {
  .section-hero-title {
    font-size: 28px;
  }

  .title-section-Demo {
    text-align: start !important;
  }
}

.assess-text {
  width: 390px;
  max-width: 420px !important;
  display: flex;
  white-space: initial !important;
  padding-right: 10px;
}
.assess-text sup {
  padding-top: 5%;
  margin-right: 4px;
}

.rich-text ul li,
.section-title ul li {
  list-style: disc !important;
  margin-left: 20px !important;
  color: #002c45;
  font-size: 18px;
}

.results-rich-text ul{
  padding-left: 30px !important;
}

.trial-details ol li {
  font-size: 18px;
}
@media (max-width: 768px) {
  .rich-text ul li,
  .section-title ul li,
  .trial-details ul li,
  .trial-details ol li{
    font-size: 16px;
  }
}

.rich-text ol li,
.section-title ol li,
.trial-details ol li {
  margin-left: 24px !important;
  color: #002c45;
}

.rich-text ol,
.section-title ol {
  padding-left: 0;
}

@media (max-width: 400px) {
  .counter .counter-item {
    /* min-width: 300px !important; */
    /* max-height: 300px; */
  }
}

iframe {
  /* width: 80%; */
  /* height: auto; */
max-width: 100%;}

.section-brand-navigation > div {
  justify-content: space-between;
  display: flex;
  width: 100%;
  display: block;
  max-width: unset !important;
  width: 1238px;
}

@media (max-width: 1400px) {
  .section-brand-navigation > div {
    padding-left: 30px;
  }
}

@media (max-width: 1200px) {
  .section-brand-navigation > div {
    padding-left: 25px;
  }
}

.main-subtitle {
  font-family: Inter;
  font-size: 32px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.53;
  letter-spacing: normal;
  text-align: left;
  color: #002b46;
}
@media (min-width: 768px) {
  .section-title-wrapper {
    width: 816px;
  }
  .main-subtitle {
    width: 792px;
  }
}

@media (max-width: 1400px) {
  .navbar-expand .navbar-nav:first-of-type {
    margin-left: 26px;
  }
}
@media (max-width: 1135px) {
  .navbar-expand .navbar-nav:first-of-type {
    margin-left: 5vw;
  }
}
@media (max-width: 768px) {
  .navbar-menu-mobile.navbar-expand .navbar-nav:first-of-type {
    margin-left: 0;
  }
}

@media (max-width: 768px) {
  .main-subtitle {
    font-size: 20px;
  }

  .counter {
    margin-bottom: 0;
  }
}

.trial-details img,
.section-object img {
  height: auto;
}

.trial-block:hover {
  cursor: pointer;
}

.counter-item span.title-span {
  opacity: 0.6;
  font-family: Inter;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #002c45;
  margin-top: -2px;
  margin-left: 0px;
}

.title-section-Demo {
  margin-bottom: 8px;
}

.section-hero-title {
  position: relative;
  text-shadow: 1px 2px 20px rgb(0 0 0 / 20%);
  display: flex;
  align-items: start;
  max-width: 1024px;
  max-height: 100%;
  font-family: Demo;
  font-size: 80px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.14;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
  padding-bottom: 40px;
  overflow: hidden;
  padding-left: 12px;
}

@media (max-width: 1400px) {
  .section-hero-title {
    font-size: 64px;
  }
}

@media (max-width: 1200px) {
  .section-hero-title {
    font-size: 52px;
  }

  .section-hero-bg {
    min-height: 400px !important;
  }
}

@media (max-width: 1000px) {
  .section-hero-title {
    font-size: 48px;
  }

  .section-hero-bg {
    min-height: 350px !important;
  }
}

@media (max-width: 992px) {
  .section-hero-title {
    font-size: 42px;
  }

  .section-hero-bg {
    min-height: 300px !important;
  }
}

@media (max-width: 768px) {
  .section-hero-title {
    font-size: 34px;
    padding-left: 0;
  }
}

@media (max-width: 460px) {
  .section-hero-title {
    font-size: 28px;
  }

  .section-hero-bg {
    min-height: 211px !important;
  }
}

@media (min-width: 575px) and (max-width: 768px) {
  .trials-view-more-button {
    margin-top: 60px;
  }
}

.breadcrumb-container {
  transform: translateX(-4px);
}

.trial-percent-data-contaienr {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}

@media (max-width: 575px) {
  .section-potato-trials h6 {
    font-family: Inter;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #002b46;
  }

  .section-potato-trials .title-span {
    opacity: 0.6;
    font-family: Inter;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: left;
    color: #002c45;
  }

  .section-potato-trials h3.count {
    font-family: DemoNumber;
    font-size: 80px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.41;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .section-potato-trials h3.count3 {
    font-family: Demo;
    font-size: 80px;
    font-weight: 200;
    font-stretch: normal;
    font-style: normal;
    line-height: 0.41;
    letter-spacing: normal;
    text-align: left;
    color: #fff;
  }

  .section-potato-trials .counter-item {
    min-height: 256px;
    height: 256px;
    /* padding-bottom: 40px; */
    padding-left: 45px;
    padding-right: 30px;margin-right: 0;
  }

  .section-potato-trials .img-counter-cart {
    transform: translate(1px, 24px);
  }

  .section-potato-trials .trial-percent-data-contaienr {
    transform: translate(-16px, 4px);
  }

  .section-potato-trials .after-count {
    padding-left: 38px;
    margin-top: 20px;
    transform: translate(-4px, 10px);
  padding-right: 0;}

  .section-potato-trials .counter {
    min-height: 310px;
    column-gap: 16px;
    justify-content: flex-start !important;
    width: calc(100% + 40px);
    padding: 0 20px;
    margin-left: -20px;
    margin-bottom: 0;
  }
}

.hero-arrow-counter-container {
  display: flex;
  justify-content: start;
  align-items: flex-end;
}

.tablet-blue-block {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.section-fertilizer .counter-item span {
  width: 100%;
  text-align: center;
  margin-top: -12px; /* padding-left: 40px; */
}

.header-trial-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-width: 280px;
  width: fit-content;
  height: 200px;
  margin-bottom: 57px;
  background-color: #00b5d3;
  border-radius: 5px;
  padding-left: 46px;
  padding-top: 20px;
  padding-right: 20px;
}

.header-trial-block-content-wapper {
  display: flex;
  justify-content: start;
  flex-direction: column;
}

h3.count {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "DemoNumber";
  font-size: 100px;
  font-weight: 300;
  position: relative;
  width: 100%;
}


h3.count3 {
  display: flex;
  align-items: center;
  justify-content: start;
  font-family: "DemoNumber";
  font-size: 100px;
  font-weight: 300;
  position: relative;
  width: 100%;
}




.header-trial-block h3.count:before {
  margin-bottom: 10%;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icons/arrow-up2-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: flex-end;
  opacity: 0.6;
  transform: translate(-43px, -7px);
}


.header-trial-block h3.count3:before {
  margin-bottom: 10%;
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background: url("../images/icons/arrow-up2-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  align-self: flex-end;
  opacity: 0.6;
  transform: translate(-43px, -7px);
}



.header-trial-block .after-count {
  transform: translate(0px, -13px);
  font-family: Inter;
  font-size: 16px;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  text-align: left;
  color: #fff !important;
}

.mobile-top-blue-block {
  display: flex;
  justify-content: flex-start;
}

.mobile-top-blue-block .img-counter-cart {
  width: 28px;
  height: 28px;
  object-fit: cover;
  /* object-position: center; */
  opacity: 0.6;
  transform: translate(-3px, 55px);
  padding: 0;
}

.top-blue-box .counter-item {
  padding-top: 24px;
  height: 155px;
  width: 100%;
  padding-left: 21px;
  padding-right: 0;
  margin-right: 0 !important;
  max-width: 480px;
}

.top-blue-box h3.count {
  font-size: 80px;
  font-weight: 200;
}

.top-blue-box h3.count3 {
  font-size: 80px;
  font-weight: 200;
}

.top-blue-box .tablet-blue-block {
  justify-content: flex-start;
  padding-left: 0;
}

.top-blue-box .counter-item .after-button-text span {
  padding-left: 22px;
  padding-top: 6px;
  text-align: left; /* white-space: pre; */ /* overflow: visible; */
  min-width: 200px;
}

.top-blue-box .count:after {
  transform: translate(0px, -19px);
}
.top-blue-box .count3:after {
  transform: translate(0px, -19px);
}

.top-blue-box .after-button-text {
  display: flex;
  justify-content: flex-start;
  padding-right: 0;
}

.trial-blocks-number-container {
  transform: translate(-10.4px, 0px);
}

@media (max-width: 768px) {
  .count:after {
    transform: translate(0px, -20px);
  }  .count3:after {
    transform: translate(0px, -20px);
  }

  .trial-blocks-number-container {
    transform: translate(-13.6px, 0px);
  }
}


/*.single-trial-img {*/
/*  display: inline-block !important;*/
/*  overflow: hidden!important;*/
/*}*/

/*.single-trial-img img {*/
/*  transition: 0.25s all!important;*/
/*  display: block!important;*/
/*}*/


.gravity-form-container{
  padding-top: 24px;
}

.bottom-form-banner{
  padding-top: 40px;
  padding-bottom: 64px;
}

@media (max-width: 768px) {
  .bottom-form-banner{
    padding-top: 20px;
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .counter .counter-item{
    max-width: 355px !important;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .counter .counter-item{
    max-width: 295px !important;
  }
}

main {
  background-color: unset;
}

.header-trial-details-container{
  margin-left: auto;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .header-title-container{
    width: 70% !important;
  }
}

@media (max-width: 1000px) {
  .header-trial-details-container{
    margin-left: unset;
  }
}

@media (max-width: 768px){
  .section-product-cart{
    /*margin-bottom: 40px;*/
    padding-top: 20px;
  }

  .single-trial-img{
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: unset;
    margin-top: 8px;
  }

  img.item-slider-products{
    width: 146px;
    height: 202px;
  }

  img.item-slider-products.commodity{
    width: 170px;
    height: 200px;
    object-fit: cover;
  }
}

[catslug="turf-landscape"] .section-fertilizer ul.list-produst-doc li.Download a:before {
  background-image: url(../../../../assets/icons/download-tl.svg);
}

[catslug="turf-landscape"] .section-fertilizer ul.list-produst-doc li.Video a:before{
  background-image: url(../../../../assets/icons/play_circle_outline_tl.svg);
}

[catslug="turf-landscape"] .section-fertilizer ul.list-produst-doc li.Link a:before,
[catslug="turf-landscape"] .section-fertilizer ul.list-produst-doc li.Other a:before  {
  background-image: url(../../../../assets/icons/link_tl.svg);
}


[catslug="ornamental-horticulture"] .section-fertilizer ul.list-produst-doc li.Download a:before {
  background-image: url(../../../../assets/icons/ohdownload2.svg);
}


[catslug="ornamental-horticulture"] .section-fertilizer ul.list-produst-doc li.Video a:before{
  background-image: url(../../../../assets/icons/play_circle_outline_oh.svg);
}

[catslug="ornamental-horticulture"] .section-fertilizer ul.list-produst-doc li.Link a:before,
[catslug="ornamental-horticulture"] .section-fertilizer ul.list-produst-doc li.Other a:before {
  background-image: url(../../../../assets/icons/link_oh.svg);
}

.rich-text-wrap .wp-caption {
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .tablepress::-webkit-scrollbar {
    all: initial !important;
    height: 8px !important;
    background: #ebebeb !important;
  }

  .tablepress::-webkit-scrollbar-thumb{
    all: initial !important;
    background: #c9c9c9 !important;
  }
  .tablepress:not(.sticky-header > .tablepress) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {

  .row.align-items-end.jusify-content-between {
    column-gap: 100px;
    flex-wrap: nowrap;
  }
  .section-hero-title {
    color: #FFF;
    font-family: Demo;
    font-size: 72px;
    font-style: normal;
    font-weight: 400;
    line-height: 91.2px; /* 126.667% */
    padding-bottom: 0px;
    padding-left: unset;
    width: 100%;
  }
  .header-trial-block {
    margin-bottom: 0px;
  }
  .section-hero-bg div.container{
    padding: 58px 0;
  }
  .header-trial-details-container{
    /*margin-left: auto;*/
    /*margin-right: 8px;*/
    margin: 0;
    padding: 0;
    /*width: auto;*/
  }
  }