.farmer {
  font-size: 18px;
}
.farmer > div:not(:first-child) {
  margin: 40px 0 0 0;
}
.farmer__banner img {
  width: 100%;
}
.farmer__title {
  color: #036739;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  text-wrap: balance;
}
.farmer__title.text-bold {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .farmer__title.text-bold {
    font-size: 22px;
  }
}
.farmer__form-text {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .farmer__form-text {
    flex-direction: column;
    align-items: center;
  }
}
.farmer__form-text-text {
  width: 66.6666666667%;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .farmer__form-text-text {
    width: 100%;
  }
}
.farmer__form-text-text .farmer__title {
  margin: 0 0 30px 0;
}
.farmer__form-text-form {
  width: 33.3333333333%;
}
@media screen and (max-width: 768px) {
  .farmer__form-text-form {
    width: 100%;
    max-width: 550px;
  }
}
.farmer__form-text-title {
  font-family: "OpenSansBold";
}
.farmer__form-text-description {
  margin: 10px 0 0 0;
  color: #6b6b6b;
}
.farmer__form-text .main-user-consent-request-announce-link {
  color: #6b6b6b;
}
.farmer__form-text .main-user-consent-request-announce-link a {
  color: #036739;
}
.farmer__form-text [name=web_form_submit] {
  max-width: 100%;
  border-radius: 8px;
  font-family: "OpenSansBold";
}
.farmer__form-text form > a {
  text-decoration: none;
}
.farmer__text {
  font-size: 22px;
}
.farmer__assortment-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 768px) {
  .farmer__assortment-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.farmer__assortment-item {
  position: relative;
  cursor: pointer;
}
.farmer__assortment-item:nth-child(n+4) .farmer__assortment-text {
  top: unset;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .farmer__assortment-item:nth-child(n+4) .farmer__assortment-text {
    top: 0;
    bottom: unset;
  }
}
.farmer__assortment-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  min-height: 68px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(34, 60, 80, 0.2);
  font-size: 22px;
  text-wrap: balance;
  text-align: center;
}
.farmer__assortment-image {
  padding: 10px;
  aspect-ratio: 1/1;
}
.farmer__assortment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.farmer__form-pictures {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 992px) {
  .farmer__form-pictures {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.farmer__form-pictures-form {
  width: 100%;
  max-width: 575px;
  padding: 30px 50px;
  background-color: #f1f4f5;
  border-radius: 12px;
}
.farmer__form-pictures-title {
  background-color: #fff;
  padding: 10px;
  border-radius: 20px;
  font-size: 18px;
}
.farmer__form-pictures-slide {
  aspect-ratio: 1/1;
}
.farmer__form-pictures-pictures {
  background-color: #F9F9F9;
  padding: 30px 50px 70px;
  border-radius: 12px;
  width: 100%;
  overflow: hidden;
  --swiper-pagination-bottom: -35px;
  --swiper-pagination-color: #00703E;
  --swiper-pagination-bullet-inactive-color: #A5C747;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-navigation-size: 35px;
  --swiper-navigation-sides-offset: -30px;
  --swiper-navigation-color: #486A54;
}
.farmer__form-pictures-pictures-wrapper {
  position: relative;
}
.farmer__form-pictures-pictures img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.farmer__form-pictures .swiper {
  max-height: 580px;
  aspect-ratio: 1/1;
}
.farmer__form-pictures .form-table {
  margin: 0 0 24px 0;
}
.farmer__form-pictures form > a {
  text-decoration: none;
}
.farmer__form-pictures input[type=submit] {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .farmer__form-pictures input[type=submit] {
    max-width: 100%;
  }
}
.farmer__teasers-vertical {
  display: flex;
  flex-direction: column;
  gap: 5px;
  max-width: 885px;
  margin: 30px auto 0;
}
.farmer__teasers-vertical-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.farmer__teasers-vertical-image {
  width: 75px;
}
.farmer__teasers-vertical-text {
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .farmer__teasers-vertical-text {
    font-size: 18px;
  }
}
.farmer__teasers-horizontal {
  margin: 20px 0 0 0;
}
@media screen and (min-width: 992px) {
  .farmer__teasers-horizontal-wrapper, .farmer__teasers-horizontal-wrapper.swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 20px;
  }
}
.farmer__teasers-horizontal-item {
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 5px;
}
.farmer__teasers-horizontal-item:nth-child(4), .farmer__teasers-horizontal-item:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 4;
}
.farmer__teasers-horizontal-image img {
  max-width: 150px;
  max-height: 150px;
}
.farmer__purchase-terms {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.farmer__purchase-terms-item {
  padding: 25px;
  border: 2px solid #608A66;
  border-radius: 40px;
}
.farmer__purchase-terms-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 775px;
  margin: 0 auto;
}
.farmer__minimum-order-price-text {
  font-size: 22px;
  line-height: 1.5;
}
.farmer__minimum-order-price-text b {
  font-family: "OpenSansBold";
}
.farmer__minimum-order-price-discount {
  margin-top: 10px;
}
.farmer__minimum-order-price-discount strong {
  color: #036739;
}
.Main_content .farmer__minimum-order-price li {
  padding: unset;
}
.farmer__packing-image {
  width: 325px;
  height: 225px;
}
@media screen and (max-width: 768px) {
  .farmer__packing-image {
    display: none;
  }
}
.farmer__packing-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.farmer__packing-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .farmer__packing-content {
    justify-content: center;
  }
}
.farmer__packing-content p, .Main_content .farmer__packing-content p {
  margin: 0;
}
.farmer__packing-content strong {
  color: #036739;
}
.farmer__packing-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.farmer__packing-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.farmer__packing-item-image img {
  width: 75px;
}
@media screen and (max-width: 500px) {
  .farmer__packing-item-image img {
    width: 50px;
  }
}
.farmer__delivery-content {
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 992px) {
  .farmer__delivery-content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.farmer__delivery-images {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .farmer__delivery-images {
    flex-direction: column;
  }
}
.farmer__delivery-image {
  width: 100px;
}
.farmer__delivery-image--dl {
  width: 175px;
}
.farmer__delivery-note-text {
  color: #dc3545;
}
@media screen and (max-width: 992px) {
  .farmer__delivery-note-text {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .farmer__delivery-note-text {
    font-size: 16px;
  }
}
.farmer__presentations-description {
  margin: 10px 0 0 0;
}
.farmer__presentations-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 30px 0 0 0;
}
@media screen and (max-width: 992px) {
  .farmer__presentations-items {
    grid-template-columns: 100%;
  }
}
.farmer__presentations-item {
  border-radius: 10px;
  overflow: hidden;
  transition: box-shadow 0.3s ease-in-out;
}
@media screen and (max-width: 992px) {
  .farmer__presentations-item {
    max-height: 33.3333333333vh;
  }
}
@media (hover: hover) {
  .farmer__presentations-item:hover {
    box-shadow: 0 0 8px 0 #f9a225;
  }
}
.farmer__presentations-item img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .farmer__presentations-item img {
    object-fit: contain;
    height: 100%;
  }
}
.farmer__reviews-items {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 40px 0 0 0;
}
@media screen and (max-width: 992px) {
  .farmer__reviews-items {
    flex-direction: column;
  }
}
.farmer__reviews-item {
  position: relative;
  background-color: #32683A;
  width: calc(50% - 60px);
  min-height: 150px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f3f3f3;
  margin: 0 0 0 50px;
  padding: 25px;
}
.farmer__reviews-item::before {
  content: "";
  position: absolute;
  top: -4px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 55px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 28px solid #32683A;
  transform: rotate(225deg);
}
@media screen and (max-width: 992px) {
  .farmer__reviews-item {
    width: calc(100% - 60px);
  }
}
.farmer__footer {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 992px) {
  .farmer__footer {
    flex-direction: column;
  }
}
.farmer__footer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .farmer__footer-item {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .farmer__footer-item {
    gap: 20px;
  }
}
.farmer__footer-item--badge {
  background-color: #32683A;
}
.farmer__footer-item--badge, .farmer__footer-item--badge a {
  color: #f3f3f3;
  text-decoration: none;
}
.farmer__footer-item-bg {
  width: 150px;
}
@media screen and (max-width: 500px) {
  .farmer__footer-item-bg {
    width: 100px;
  }
}
@media screen and (max-width: 360px) {
  .farmer__footer-item-bg {
    width: 75px;
  }
}
.farmer__footer-item--logo {
  justify-content: center;
  background-color: #E2ECE3;
}
.farmer__footer-item--logo img {
  max-width: 250px;
  max-height: 200px;
}
.farmer__footer-item-content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  font-size: 24px;
}
@media screen and (max-width: 1100px) {
  .farmer__footer-item-content {
    font-size: clamp(18px, -1.171rem + 3.8vw, 22px);
  }
}
@media screen and (max-width: 992px) {
  .farmer__footer-item-content {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .farmer__footer-item-content {
    font-size: 18px;
  }
}
@media screen and (max-width: 400px) {
  .farmer__footer-item-content {
    font-size: 16px;
  }
}
.farmer .text-center {
  text-align: center;
}
.farmer .text-bold {
  font-family: "OpenSansBold";
}
