@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Bold.woff2') format('woff2'),
    url('../fonts/Inter-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Light.woff2') format('woff2'),
    url('../fonts/Inter-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Medium.woff2') format('woff2'),
    url('../fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-Regular.woff2') format('woff2'),
    url('../fonts/Inter-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

a,
a:visited {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
  border: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

input::placeholder,
textarea::placeholder {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

select {
  outline: none;
}

table,
tbody,
tfoot,
thead,
td,
th,
tr {
  border-collapse: collapse;
  border-spacing: 0;
  padding: 0;
}

.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Inter';
  background-color: #FCFCFC;
  font-size: .9375vw;
  line-height: 1.4;
  color: #7E7E7E;
  -webkit-tap-highlight-color: transparent;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.container {
  width: 100%;
  padding: 0 5.2083vw;
}

.header_pc {
  position: absolute;
  top: 2.0833vw;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.logo {
  line-height: 0;
}

.logo img {
  width: 10.4167vw;
}

.main_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 2.0833vw;
  line-height: 1.1;
  color: #fff;
}

.main_menu .menu-item-has-children {
  position: relative;
}

.main_menu>ul>li {
  padding: .8854vw 0;
}

.main_menu .menu-item-has-children::after {
  content: '';
  display: inline-block;
  width: .5208vw;
  height: .3125vw;
  background-image: url(..//img/drop_down_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: .2604vw;
  position: relative;
  bottom: .1042vw;
  transform: rotate(0);
  transition: 0.3s;
}

.main_menu .menu-item-has-children:hover::after {
  background-image: url(..//img/drop_down_orange.svg);
  transform: rotate(-180deg);
  transition: 0.3s;
}

.main_menu .menu-item-has-children:hover>a {
  color: #FFD6AA;
  transition: 0.2s;
}

.main_menu .sub-menu {
  position: absolute;
  top: 150%;
  left: -0.8333vw;
  min-width: 10vw;
  flex-direction: column;
  gap: 1.0417vw;
  background-color: #FCFCFC;
  border-radius: 1.0417vw;
  font-size: .8333vw;
  color: #000;
  overflow: hidden;
  opacity: 0;
  height: 0;
}

.main_menu .menu-item-has-children:hover .sub-menu {
  top: 100%;
  overflow: visible;
  opacity: 1;
  padding: 1.3021vw 1.0417vw;
  height: auto;
  transition: top 0.3s, opacity 0.3s;
}

.main_menu a {
  transition: 0.2s;
}

.main_menu a:hover {
  color: #FFD6AA;
  transition: 0.2s;
}

.main_menu .current-menu-item a {
  color: #FFD6AA;
}

.main_screen {
  position: relative;
  height: 31.1458vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main_screen video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main_screen::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 3;
}

.play_btn img {
  width: 2.6042vw;
}

.mt_140 {
  margin-top: 7.2917vw;
}

.partners h1 {
  font-size: 3.3333vw;
}

h1,
h2 {
  font-size: 2.5vw;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.0417vw;
}

h3 {
  font-size: 1.6667vw;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.0417vw;
}

h4 {
  font-size: 1.25vw;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.0417vw;
}

h5 {
  font-size: .7292vw;
  line-height: 1.2;
  color: #000;
  margin: 0 0 1.0417vw;
}

.orange {
  color: #F2AD62;
  text-transform: uppercase;
}

a.all_btn,
.all_btn {
  font-size: .8333vw;
  height: 2.5vw;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: fit-content;
  padding: 0 1.6667vw;
  min-width: 8.2292vw;
  border: 1px solid #F2AD62;
  border-radius: .625vw;
  cursor: pointer;
  transition: 0.2s;
}

a.all_btn:hover,
.all_btn:hover {
  background-color: #F2AD62;
  color: #fff;
  transition: 0.2s;
}

a.orange_btn,
.orange_btn {
  background-color: #F2AD62;
  color: #fff;
}

a.orange_btn:hover,
.orange_btn:hover {
  background-color: transparent;
  color: #000;
  transition: 0.2s;
}

.partners {
  margin-top: 1.5625vw;
}

.partners_header {
  display: flex;
  justify-content: space-between;
}

.partners_header h1 {
  max-width: 43.75vw;
}

.partners_right {
  max-width: 27.0833vw;
  padding-top: .7813vw;
}

.partner_descr {
  font-size: 1.0417vw;
}

.partners_btn {
  margin-top: 2.0833vw;
}

.partner_items_box {
  margin-top: 3.125vw;
  padding-top: 4.1667vw;
  border-top: 1px solid #D3D3D3;
}

.partner_items_box h5 {
  text-align: center;
}

.partner_items {
  margin-top: 3.125vw;
}

div.partner_item {
  line-height: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.local_agro_box {
  display: flex;
  justify-content: space-between;
  gap: 19.7917vw;
}

.local_agro_img {
  line-height: 0;
  min-width: 26.0417vw;
}

.local_agro_img img {
  width: 100%;
}

.local_agro_content {
  width: 100%;
}

.local_agro_contacts {
  margin-top: 4.1667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.0417vw 4.1667vw;
}

a.local_agro_contact {
  font-size: 1.0417vw;
  display: flex;
  align-items: center;
  gap: .5208vw;
  color: #000;
  transition: 0.2s;
}

a.local_agro_contact:hover {
  color: #F2AD62;
  transition: 0.2s;
}

.local_agro_contact_icon {
  line-height: 0;
}

.local_agro_contact_icon img {
  width: 1.0417vw;
}

.about_box {
  display: flex;
  justify-content: space-between;
  gap: 2.0833vw;
}

.about_img {
  line-height: 0;
  min-width: 43.75vw;
  position: relative;
}

.about_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 1.0417vw;
  object-fit: cover;
  object-position: top;
}

.about_company_counters {
  margin-top: 4.1667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6042vw 5.5729vw;
  max-width: 35.9896vw;
}

.about_company_counter {
  width: calc(50% - 2.8vw);
  border: 1px solid #D3D3D3;
  border-radius: 1.0417vw;
  padding: 1.3021vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.counter_value {
  font-size: 1.875vw;
  color: #000;
  font-weight: 700;
}

.counter_label {
  font-size: .8333vw;
}

.about_btn {
  margin-top: 3.4375vw;
}

.services h2 {
  text-align: center;
}

.services_list {
  margin-top: 4.1667vw;
}

.service {
  border-radius: 1.0417vw;
  padding: 7.1354vw 0;
  overflow: hidden;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s !important;
}

@media(min-width:769px) {
  .service_hide_box {
    height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
}

.service.active {
  padding: 3.125vw 0 4.1667vw;
  transition: 0.5s !important;
}

.service::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.80);
}

.service_list {
  padding: 2.0833vw 5.2083vw 4.1667vw 2.0833vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.3021vw;
}

.service_item {
  display: flex;
  align-items: center;
  gap: .7813vw;
  font-size: .9375vw;
  font-weight: 300;
}

.service_item_num {
  min-width: 1.8229vw;
  height: 1.8229vw;
  border-radius: 50%;
  background-color: #F2AD62;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.service h3 {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 1.4583vw;
  font-weight: 500;
  width: fit-content;
  margin: 0 auto;
}

.service h3::after {
  content: '';
  position: absolute;
  bottom: -0.3125vw;
  left: 0;
  width: 2.8646vw;
  height: .1042vw;
  background-color: #fff;
}

a.service_btn {
  position: relative;
  margin: 0 auto;
  color: #fff;
}

.latest_news {
  padding: 13.0208vw 0 5.7292vw;
  border-top: 1px solid #D3D3D3;
  position: relative;
}

.latest_news::before {
  content: '';
  position: absolute;
  top: 7.2917vw;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #F3F3F3;
  z-index: -1;
}

.latest_news_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.latest_news_list {
  list-style: none;
  padding: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.6042vw 2.0833vw;
}

.latest_news_list li {
  width: calc(50% - 2.1vw);
}

@media(min-width:769px) {
  .latest_news .latest_news_list li:not(:nth-child(-n+2)) {
    display: none;
  }
}

.latest_news_list a {
  border-radius: 2.0833vw;
  background-color: #fff;
  padding: 2.0833vw 3.125vw 2.9167vw;
  display: flex;
  flex-direction: column;
  gap: 1.5625vw;
}

.latest_news_img {
  line-height: 0;
}

.latest_news_img img {
  width: 100%;
  height: 17.2396vw;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.latest_news_list h3 {
  margin-bottom: 0;
}

.the_excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  flex-grow: 1;
}

.the_excerpt p {
  margin: 0;
}

.article_btn {
  font-size: .8333vw;
  font-weight: 700;
  color: #F2AD62;
  display: flex;
  align-items: center;
  gap: .1563vw;
}

.article_btn::after {
  content: '';
  width: .9375vw;
  height: .9375vw;
  background-image: url(..//img/read_more.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: relative;
  left: 0;
  transition: 0.3s;
}

.article_btn:hover:after {
  left: .3125vw;
  transition: 0.3s;
}

.reviews h2,
.reviews h5 {
  text-align: center;
}

.reviews_list {
  margin-top: 4.1667vw;
  max-width: 43.75vw;
  padding: 1px !important;
}

.reviews_list .review {
  border: 1px solid #7E7E7E;
  border-radius: 2.0833vw;
  padding: 4.1667vw 4.1667vw 8.3333vw 3.125vw;
}

.review_author {
  margin-top: 1.5625vw;
  font-weight: 700;
  color: #000;
}

.review_text {
  display: flex;
  gap: 1.0417vw;
}

.review_text::before {
  content: '';
  min-width: .1563vw;
  background-color: #F2AD62;
}

.review::after {
  content: '';
  position: absolute;
  right: 2.6042vw;
  bottom: 4.6875vw;
  width: 2.1875vw;
  height: 2.1875vw;
  background-image: url(..//img/quotes.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.swiper_box {
  position: relative;
}

.reviews .swiper_box {
  max-width: 59.0625vw;
  margin: 0 auto;
}

.reviews_arrows>div {
  position: absolute;
  bottom: 0;
  cursor: pointer;
}

.reviews_arrows>div img {
  width: 4.1667vw;
}

.reviews_prev {
  left: 0;
}

.reviews_next {
  right: 0;
}

.swiper-button-disabled {
  opacity: 0.5;
}

.questions {
  position: relative;
}

.questions_bg {
  position: relative;
  line-height: 0;
}

.questions_bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.20);
}

.questions_bg img {
  width: 100%;
}

.questions_box {
  position: absolute;
  top: 5.7292vw;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.questions_btn {
  margin: 4.1667vw auto 0;
}

.questions_box h5,
.questions_box h2,
.questions_descr {
  color: #fff;
}

.footer_cols {
  padding-top: 4.1667vw;
  border-top: 1px solid #D3D3D3;
  display: flex;
  justify-content: space-between;
  gap: 6.25vw;
}

.footer_col:first-child {
  flex-grow: 1;
}

.footer_col {
  font-size: .8333vw;
  color: #000;
}

.logo_text {
  margin-top: .7813vw;
  font-size: .7292vw;
  color: #7E7E7E;
}

.socials {
  margin-top: 1.3021vw;
  display: flex;
  gap: .5208vw;
}

.socials a {
  line-height: 0;
}

.socials img {
  width: .8333vw;
  position: relative;
  bottom: 0;
  transition: 0.2s;
}

.socials a:hover img {
  bottom: .1042vw;
  transition: 0.2s;
}

.footer_col h3 {
  font-size: 1.0417vw;
  font-weight: 500;
  line-height: 1.1;
  margin-bottom: 1.3021vw;
}

.footer_col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.footer_col a {
  transition: 0.2s;
}

.footer_col a:hover {
  color: #F2AD62;
  transition: 0.2s;
}

.footer_col ul a {
  display: flex;
  align-items: center;
  gap: .2604vw;
}

.footer_col ul a::before {
  content: '';
  display: block;
  width: .8333vw;
  height: .8333vw;
  background-image: url(..//img/footer_menu_black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: 0.2s;
}

.footer_col ul a:hover::before {
  background-image: url(..//img/footer_menu_orange.svg);
  transition: 0.2s;
}

.footer_contacts {
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.footer_contacts a {
  display: flex;
  align-items: center;
  gap: .2604vw;
}

.footer_contacts a::before {
  content: '';
  width: .8333vw;
  height: .8333vw;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.footer_contacts a:nth-child(1)::before {
  background-image: url(..//img/emai.svg);
}

.footer_contacts a:nth-child(2)::before {
  background-image: url(..//img/location.svg);
}

.footer_contacts a:nth-child(3)::before {
  background-image: url(..//img/phone.svg);
}

.copyright {
  margin-top: 2.0833vw;
  padding: 1.3021vw 0;
  border-top: 1px solid #D3D3D3;
  font-weight: 300;
  font-size: .625vw;
  line-height: 1.1;
}

.all_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 20.8333vw;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding-bottom: 2.6042vw;
}

.all_header::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.35);
}

.all_header_box {
  position: relative;
  z-index: 2;
}

.all_header_box h1,
.all_header_box h2 {
  margin-bottom: .5208vw;
  line-height: 1.2;
  color: #fff;
}

.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: .2604vw;
  color: #fff;
  font-size: .8333vw;
  line-height: 1.2;
}

.about_page_box {
  display: flex;
  gap: 2.0833vw;
}

.about_page_img {
  line-height: 0;
  min-width: 28.4896vw;
  position: relative;
}

.about_page_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.about_page_content {
  width: 100%;
  max-width: 51.3542vw;
  padding-bottom: 80px;
}

.about_page_descr {
  font-size: 1.25vw;
  margin-top: 1.8229vw;
}

.about_page_descr p:first-child {
  margin-top: 0;
}

.about_page_descr p:last-child {
  margin-bottom: 0;
}

.about_counters {
  padding: 2.9167vw 10.7813vw;
  background-color: #F2AD62;
  color: #fff;
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.about_counter {
  font-size: 3.3333vw;
  font-weight: 700;
}

.about_label {
  font-size: .8333vw;
}

.history h5,
.history h2 {
  text-align: center;
}

.history_list {
  margin-top: 4.1667vw;
  display: flex;
  flex-direction: column;
  gap: 5.2083vw;
}

.history_item {
  display: flex;
  align-items: center;
  gap: 5.2083vw;
}

.history_year {
  min-width: 24vw;
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.3333vw;
  font-weight: 500;
}

.history_year_box {
  position: relative;
  line-height: 1;
  color: #000;
}

.history_year span {
  position: absolute;
  top: 100%;
  right: .7813vw;
  font-size: 1.25vw;
  font-weight: 400;
  color: #7E7E7E;
}

.history_year::before {
  content: '';
  width: 10.4167vw;
  height: 10.4167vw;
  background-image: url(..//img/year.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-right: -3.75vw;
}

.history_descr {
  font-size: 1.6667vw;
}

.values_list {
  display: flex;
  flex-direction: column;
  gap: 5.2083vw;
}

.value_item {
  display: flex;
  gap: 2.0833vw;
}

.value_item>div {
  width: 50%;
}

.value_item:nth-child(even) {
  flex-direction: row-reverse;
}

.value_img {
  line-height: 0;
}

.value_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.articles_box {
  padding: 7.2917vw 0 4.1667vw;
  background-color: #F3F3F3;
}

.articles_box h5,
.articles_box h2 {
  text-align: center;
}

.articles_list {
  margin-top: 4.1667vw;
}

.show_more {
  margin: 4.1667vw auto 0;
}

.single_post {
  padding: 0 0 7.2917vw;
  background-color: #F3F3F3;
}

.post_content {
  padding-top: 7.2917vw;
}

.post_content article {
  background-color: #fff;
  border-radius: 2.0833vw;
  padding: 2.0833vw 3.125vw 5.2083vw;
}

.post_img {
  line-height: 0;
  margin-bottom: 1.5625vw;
}

.post_img img {
  width: 100%;
  height: 17.2396vw;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.related_news_list {
  list-style: none;
  padding: 0;
  margin: 2.3438vw 0 0;
  display: flex;
  gap: 2.0833vw;
}

.related_news_list li {
  width: calc(33.33333% - 1.4vw);
}

.related_news_list a {
  background-color: #fff;
  border-radius: 2.0833vw;
  padding: 2.6042vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.related_news_list .latest_news_img img {
  height: 8.125vw;
}

.related_news_list h3 {
  margin: 0;
  font-size: 1.0417vw;
}

.contacts_box {
  display: flex;
  justify-content: space-between;
  gap: 5.2083vw;
}

.contacts_left {
  width: 100%;
}

.contacts_right {
  min-width: 38.1771vw;
}

.contacts_list {
  display: flex;
  flex-direction: column;
  gap: 2.0833vw;
}

.contacts_item h3 {
  font-size: 1.4583vw;
}

.contact_list {
  display: flex;
  flex-direction: column;
  gap: .5208vw;
}

.contact_item {
  font-weight: 500;
  line-height: 1.2;
  color: #999999;
  transition: 0.2s;
}

.contact_item:hover {
  color: #F2AD62;
  transition: 0.2s;
}

.contacts_title {
  font-size: 2.0833vw;
}

.contacts_descr {
  font-size: 1.0417vw;
  color: #000;
  line-height: 1.2;
}

.fields_box {
  margin-top: 2.0833vw;
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

.fields_box input,
.fields_box textarea {
  width: 100%;
  border: 1px solid #999999;
  border-radius: .2604vw;
  padding: 0 1.0417vw;
  color: #999999;
  font-size: .8333vw;
  background-color: transparent;
}

.fields_box input {
  height: 2.6042vw;
}

.fields_box input.wpcf7-not-valid {
  border-color: red;
  box-shadow: inset 0 0 .2604vw red;
}

.fields_box textarea {
  height: 6.6667vw;
  padding-top: .6771vw;
  padding-bottom: .6771vw;
  resize: none;
}

.submit_btn {
  margin-top: 2.6042vw;
  position: relative;
  width: fit-content;
}

.submit_btn input {
  background-color: #F2AD62;
  border: 1px solid #F2AD62;
  color: #fff;
  min-width: 10.2083vw;
  padding: 0 2.0833vw;
  height: 2.5vw;
  border-radius: .625vw;
  font-size: .8333vw;
  cursor: pointer;
  transition: 0.2s;
}

.submit_btn input:hover {
  background-color: transparent;
  color: #000;
  transition: 0.2s;
}

.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -1.0417vw;
  width: 1.25vw;
  height: 1.25vw;
  margin: 0 1.25vw;
}

.wpcf7-spinner::before {
  top: .2083vw;
  left: .2083vw;
  width: .3125vw;
  height: .3125vw;
  transform-origin: .4167vw .4167vw;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7-not-valid-tip {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  margin: 1.0417vw 0 0;
  padding: 0;
  border: 0;
  color: rgb(10, 211, 10);
  font-weight: 700;
}

.contacts_map {
  margin-top: 11.875vw;
  line-height: 0;
}

.contacts_map iframe {
  width: 100%;
  height: 45.6771vw;
}

.payovykam_box {
  display: flex;
  justify-content: space-between;
  gap: 2.0833vw;
}

.payovykam_img {
  line-height: 0;
  min-width: 28.4896vw;
  position: relative;
  min-height: 19.0104vw;
}

.payovykam_img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.payovykam_text {
  width: 100%;
  padding-bottom: 2.6042vw;
}

.payovykam_descr {
  font-size: 1.25vw;
  margin-top: 1.8229vw;
}

.collaboration {
  position: relative;
  padding: 5.7292vw 0 7.2917vw;
}

.collaboration_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.collaboration h2 {
  color: #fff;
}

.collaboration_list {
  margin-top: 4.1667vw;
  display: flex;
  flex-direction: column;
  gap: 4.1667vw;
  position: relative;
}

.collaboration_list::before {
  content: '';
  position: absolute;
  top: 2.0833vw;
  bottom: 2.0833vw;
  left: 2.0833vw;
  width: 1px;
  background-color: #D3D3D3;
  z-index: -1;
}

.collaboration_item {
  display: flex;
  gap: 1.4063vw;
  width: 100%;
}

.collaboration_text_num {
  min-width: 4.1667vw;
  height: 4.1667vw;
  border-radius: 50%;
  background-color: #F2AD62;
  color: #fff;
  font-size: 2.0833vw;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1.5104vw;
}

.collaboration_text_box {
  padding: 2.0833vw 3.6458vw;
  border-radius: 1.0417vw;
  border: 1px solid rgba(0, 0, 0, 0.20);
  background-color: #fff;
  width: 100%;
}

.collaboration_text {
  font-size: 2.0833vw;
  font-weight: 700;
  color: #000;
}

.collaboration_descr {
  height: 0;
  padding-top: 0;
  overflow: hidden;
  transition: 0.5s;
}

.collaboration_text_box.active .collaboration_descr {
  padding-top: 1.3021vw;
  transition: 0.5s;
}

.whyus_gallery {
  height: 100%;
}

.whyus_box {
  display: flex;
  gap: 2.0833vw;
}

.whyus_box>div {
  width: 50%;
  min-width: 0;
}

.whyus_box .swiper-slide {
  height: auto;
}

.whyus_img {
  line-height: 0;
  position: relative;
  height: 100%;
}

.whyus_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.0417vw;
}

.whyus_pagination {
  margin-top: 1.3021vw;
  display: flex;
  justify-content: center;
  gap: .7813vw;
}

.whyus_pagination span {
  opacity: 1;
  width: .625vw;
  height: .625vw;
  border-radius: 50%;
  background-color: #DADADA;
  margin: 0 !important;
}

.whyus_pagination span.swiper-pagination-bullet-active {
  background-color: #F2AD62;
}

.farmers_partner_items_box h5,
.farmers_partner_items_box h2 {
  text-align: center;
}

.farmers_services_list {
  margin-top: 4.1667vw;
  display: flex;
  flex-wrap: wrap;
  gap: 4.1667vw 9.375vw;
}

.farmers_services_item {
  width: calc(25% - 7.1vw);
}

.farmers_services_icon {
  line-height: 0;
  height: 5.2083vw;
  display: flex;
  align-items: center;
}

.farmers_services_icon img {
  height: 100%;
  object-fit: contain;
}

.farmers_services_title {
  font-size: 1.25vw;
  line-height: 1.2;
  margin: 1.3021vw 0 .2604vw;
}

.farmers_services_descr {
  font-size: .8333vw;
}

.header_mob {
  display: none;
}

.services_arrows>div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 99;
}

.services_arrows>div img {
  width: 1.7708vw;
}

.services_prev {
  left: -2.0833vw;
}

.services_next {
  right: -2.0833vw;
}

.swiper_box_mob,
.history_swiper_box_mob,
.values_swiper_box_mob {
  display: none;
}

.reviews_payovykyv {
  padding: 5.7292vw 0 7.2917vw;
  background-color: #F3F3F3;
}

.reviews_payovykyv h5,
.reviews_payovykyv h2 {
  text-align: center;
}

.reviews_payovykyv_list {
  padding-top: 4.1667vw !important;
}

.reviews_payovykyv_list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.reviews_payovykyv_list li {
  background-color: #fff;
  border-radius: 1.0417vw;
  padding: 2.0833vw 3.125vw 3.125vw;
  height: auto;
  bottom: 0;
  transition: 0.5s;
}

.reviews_payovykyv_list li:hover {
  bottom: 1.7708vw;
  transition: 0.5s;
}

.reviews_payovykyv_list li::after {
  content: '';
  position: absolute;
  top: 13%;
  bottom: 13%;
  left: 0;
  width: .1563vw;
  background-color: #F2AD62;
  transform: scale(0);
  transition: 0.5s;
  z-index: 5;
}

.reviews_payovykyv_list li:hover::after {
  transform: scale(1);
  transition: 0.5s;
}

.review_media_box {
  position: relative;
  border-radius: 1.0417vw;
  overflow: hidden;
  height: 17.2396vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.review_media_box video,
.review_media_box img:not(.play_button) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.review_media_box video.active {
  z-index: 7;
}

.play_button {
  position: absolute;
  width: 2.1875vw;
  cursor: pointer;
  z-index: 5;
}

.reviews_payovykyv_text {
  margin-top: 1.8229vw;
}

.swiper_arrows {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833vw;
}

.swiper_arrows>div {
  cursor: pointer;
  line-height: 0;
}

.swiper_arrows img {
  width: 4.1667vw;
}

.value_img_mob {
  display: none;
}




@media (max-width: 768px) {
  body {
    background-color: #fff;
    font-size: 4.1026vw;
  }

  .container {
    padding: 0 4.1026vw;
  }

  h1,
  h2 {
    font-size: 7.1795vw;
    margin-bottom: 5.1282vw;
  }

  h3 {
    font-size: 5.1282vw;
    margin-bottom: 5.1282vw;
  }

  h4 {
    font-size: 4.6154vw;
    margin-bottom: 5.1282vw;
  }

  h5 {
    font-size: 3.5897vw;
    margin-bottom: 5.1282vw;
  }

  .mt_140 {
    margin-top: 17.9487vw;
  }

  .header_mob {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #FFD6AA;
    z-index: 999;
    transition: 0.3s;
  }

  .header_mob.active {
    background-color: #fff;
    box-shadow: 0 0 5.1282vw rgba(0, 0, 0, 0.2);
    transition: 0.3s;
  }

  .icon_orange {
    display: none;
  }

  .header_mob.active .icon_orange {
    display: block;
  }

  .header_mob.active .icon_white {
    display: none;
  }

  .header_pc {
    display: none;
  }

  .header_mob_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 14.359vw;
  }

  .logo {
    background-color: #fff;
    padding: 1.7949vw 2.0513vw;
  }

  .logo img {
    width: 25.641vw;
  }

  .burger {
    display: flex;
    flex-direction: column;
    gap: .7692vw;
  }

  .burger span {
    width: 7.4359vw;
    height: .5128vw;
    background-color: #fff;
    transition: 0.4s;
    margin-left: auto;
  }

  .header_mob.active .burger span {
    background-color: #000;
  }

  .burger.active span:nth-child(2) {
    width: 5.3846vw;
    transition: 0.4s;
  }

  .burger.active span:nth-child(3) {
    width: 3.5897vw;
    transition: 0.4s;
  }

  .main_menu_mob {
    position: fixed;
    top: 14.5vw;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: 0 1.5385vw 4.1026vw rgba(0, 0, 0, 0.1);
    color: #fff;
    padding: 10.2564vw 4.1026vw 15.3846vw;
    display: none;
  }

  .header_mob.active .main_menu_mob {
    background-color: #fff;
    color: #000;
  }

  .main_menu_mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .main_menu_mob>ul {
    gap: 3.8462vw;
  }

  .main_menu_mob>ul>li>a {
    font-size: 8.7179vw;
    line-height: 1.2;
    font-weight: 700;
  }

  .main_menu_mob .sub-menu {
    margin-top: 2.5641vw;
    font-size: 6.1538vw;
    line-height: 1.2;
    gap: 1.2821vw;
    display: none;
  }

  .socials_mob {
    margin-top: 7.6923vw;
    display: flex;
    gap: 1.5385vw;
  }

  .socials_mob img {
    width: 5.1282vw;
  }

  .main_menu_mob .menu-item-has-children>a {
    display: flex;
    align-items: center;
    gap: 2.5641vw;
  }

  .main_menu_mob .menu-item-has-children>a::after {
    content: '';
    width: 4.6154vw;
    height: 2.8205vw;
    background-image: url(../img/drop_down_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: relative;
    top: .5128vw;
    transform: rotate(0);
    transition: 0.4s;
  }

  .header_mob.active .main_menu_mob .menu-item-has-children>a::after {
    background-image: url(../img/drop_down_black.svg);
  }

  .main_menu_mob .menu-item-has-children>a.active::after {
    transform: rotate(-180deg);
    transition: 0.4s;
  }

  .main_screen {
    height: 178.7179vw;
  }

  .play_btn img {
    width: 12.8205vw;
  }

  .partners {
    margin-top: 10.2564vw;
  }

  .partners_header {
    flex-direction: column;
    gap: 0;
  }

  .partners_header h1 {
    max-width: 100%;
    font-size: 8.7179vw;
  }

  .partner_descr {
    font-size: 4.1026vw;
  }

  .partners_right {
    max-width: 100%;
    padding-top: 0;
  }

  a.all_btn,
  .all_btn {
    font-size: 4.1026vw;
    width: 100%;
    max-width: 100%;
    height: 12.3077vw;
    padding: 0 2.5641vw;
    border-radius: 3.0769vw;
  }

  .partners_btn {
    margin-top: 6.4103vw;
  }

  .partner_items_box {
    margin-top: 17.9487vw;
    padding-top: 17.9487vw;
  }

  .partner_items_box h5 {
    text-align: left;
  }

  .partner_items {
    margin-top: 7.6923vw;
    gap: 7.6923vw;
    overflow-x: auto;
    padding-bottom: 2.5641vw;
    margin-right: -4.1026vw;
  }

  .partner_item {
    flex: 0 0 auto;
  }

  .partner_item img {
    height: 20.5128vw;
    object-fit: contain;
  }

  .local_agro_img {
    display: none;
  }

  .local_agro_contacts {
    margin-top: 7.6923vw;
    gap: 3.8462vw;
  }

  .local_agro_contact_icon img {
    min-width: 5.1282vw;
    max-width: 5.1282vw;
  }

  a.local_agro_contact {
    font-size: 4.1026vw;
    gap: 2.5641vw;
    align-items: flex-start;
  }

  .about_box {
    flex-direction: column;
    gap: 7.6923vw;
    padding-top: 12.0513vw;
    position: relative;
  }

  .about_box h5 {
    position: absolute;
    top: 0;
  }

  .about_img img {
    position: unset;
    height: 88.7179vw;
    border-radius: 5.1282vw;
    object-position: top;
  }

  .about_page_content {
    padding-bottom: 0;
  }

  .about_company_counters {
    margin-top: 7.6923vw;
    max-width: 100%;
    gap: 5.1282vw;
  }

  .about_company_counter {
    width: 100%;
    border-radius: 5.1282vw;
    padding: 3.8462vw;
  }

  .counter_value {
    font-size: 6.1538vw;
  }

  .counter_label {
    font-size: 4.1026vw;
  }

  .about_btn {
    margin-top: 7.6923vw;
  }

  .services h2 {
    text-align: left;
  }

  .services .swiper_box,
  .swiper_box_mob {
    max-width: 81.7949vw;
    margin: 0 auto;
  }

  .services_list {
    margin-top: 7.6923vw;
  }

  .services_arrows>div img {
    width: 8.7179vw;
  }

  .services_prev,
  .latest_news_prev {
    left: -8.7179vw;
  }

  .services_next,
  .latest_news_next {
    right: -8.7179vw;
  }

  .service {
    border-radius: 5.1282vw;
    padding: 7.6923vw 5.1282vw;
    height: auto !important;
  }

  .service h3 {
    font-size: 6.1538vw;
  }

  .service h3::after {
    width: 14.1026vw;
    height: .5128vw;
    bottom: -1.5385vw;
  }

  .service_list {
    padding: 8.9744vw 0 7.6923vw;
    gap: 5.1282vw;
  }

  a.service_btn {
    display: flex;
  }

  .service_item {
    gap: 2.5641vw;
    font-size: 3.5897vw;
    align-items: flex-start;
  }

  .service_item_num {
    min-width: 6.4103vw;
    height: 6.4103vw;
    position: relative;
    bottom: .5128vw;
  }

  .latest_news {
    padding: 35.8974vw 0 37.9487vw;
    position: relative;
  }

  .latest_news::before {
    top: 17.9487vw;
  }

  .latest_news_header {
    flex-direction: column;
  }

  a.latest_news_btn {
    position: absolute;
    bottom: 17.9487vw;
    left: 4.1026vw;
    max-width: 91.7949vw;
  }

  .swiper_box_mob {
    display: block;
  }

  .latest_news .latest_news_list {
    display: none;
  }

  .latest_news_list_mob {
    margin-top: 7.6923vw;
  }

  .latest_news_list_mob ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .latest_news_list_mob a {
    border-radius: 5.1282vw;
    background-color: #fff;
    padding: 7.6923vw 5.1282vw;
    display: flex;
    flex-direction: column;
    gap: 3.8462vw;
  }

  .latest_news_img img {
    border-radius: 2.5641vw;
    height: 57.1795vw;
  }

  .latest_news_list_mob h3 {
    margin-bottom: 0;
    font-size: 5.1282vw;
  }

  .article_btn {
    font-size: 4.1026vw;
    margin-top: 1.2821vw;
    gap: 1.2821vw;
  }

  .article_btn::after {
    width: 4.6154vw;
    height: 4.6154vw;
  }

  .the_excerpt {
    -webkit-line-clamp: 6;
    line-clamp: 6;
  }

  .reviews_list {
    margin-top: 7.6923vw;
    max-width: 100%;
  }

  .reviews .swiper_box {
    max-width: 100%;
  }

  .reviews_list .review {
    border-radius: 10.2564vw;
    padding: 7.6923vw 5.1282vw 24.359vw;
  }

  .review_text {
    gap: 5.1282vw;
  }

  .review::after {
    width: 6.9231vw;
    height: 5.3846vw;
    right: 11.5385vw;
    bottom: 35.8205vw;
  }

  .review_text::before {
    min-width: .7692vw;
  }

  .review_author {
    margin-top: 7.6923vw;
    max-width: 80%;
  }

  .reviews_arrows {
    display: flex;
    justify-content: space-between;
  }

  .reviews_arrows>div {
    position: unset;
    margin-top: 7.6923vw;
  }

  .reviews_arrows>div img {
    width: 15.3846vw;
  }

  .questions_box {
    width: 100%;
    position: unset;
    transform: translate(0);
    padding: 17.9487vw 0;
  }

  .questions_box h5 {
    font-size: 3.0769vw;
    margin-bottom: 2.5641vw;
  }

  .questions_box h2 {
    margin-bottom: 2.5641vw;
  }

  .questions_descr {
    font-size: 3.5897vw;
  }

  .questions_btn {
    margin-top: 17.9487vw;
  }

  .questions {
    padding: 0;
    min-height: 135.1282vw;
  }

  .questions_bg img {
    border-radius: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 135.1282vw;
    object-fit: cover;
  }

  .questions_bg::after {
    min-height: 135.1282vw;
  }

  .footer_cols {
    padding-top: 7.6923vw;
    flex-direction: column;
    gap: 7.6923vw;
  }

  .footer_col .logo img {
    width: 51.2821vw;
  }

  .logo_text {
    margin-top: 2.5641vw;
    font-size: 3.5897vw;
  }

  .socials {
    margin-top: 5.1282vw;
    gap: 2.5641vw;
  }

  .socials img {
    width: 4.1026vw;
  }

  .footer_col h3 {
    font-size: 6.1538vw;
    margin-bottom: 3.8462vw;
  }

  .footer_col ul {
    gap: 2.5641vw;
  }

  .footer_col {
    font-size: 5.1282vw;
  }

  .footer_col ul a {
    gap: 1.2821vw;
  }

  .footer_col ul a::before {
    width: 4.1026vw;
    height: 4.1026vw;
  }

  .footer_contacts {
    gap: 2.5641vw;
  }

  .footer_contacts a {
    gap: 2.5641vw;
  }

  .footer_contacts a::before {
    min-width: 5.1282vw;
    height: 5.1282vw;
  }

  .copyright {
    margin-top: 7.6923vw;
    padding-top: 7.6923vw;
    padding: 7.6923vw 0;
    font-size: 3.0769vw;
    line-height: 1.4;
  }

  .all_header {
    height: 50vw;
    padding-bottom: 6.4103vw;
  }

  .breadcrumbs ol {
    font-size: 3.5897vw;
    gap: 1.2821vw;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 1.2821vw;
  }

  .all_header_box h1,
  .all_header_box h2 {
    margin-bottom: 2.0513vw;
  }

  .about_page {
    margin-top: 10.2564vw;
  }

  .about_page_box {
    flex-direction: column;
    gap: 7.6923vw;
    padding-top: 11.2821vw;
    position: relative;
  }

  .about_page_content h5 {
    position: absolute;
    top: 0;
  }

  .about_page_box>div {
    width: 100%;
    max-width: 100%;
  }

  .about_page_img img {
    position: unset;
    border-radius: 5.1282vw;
    height: 88.4615vw;
  }

  .about_page_descr {
    font-size: 4.1026vw;
  }

  .about_counters {
    flex-direction: column;
    gap: 10.2564vw;
    padding: 12.8205vw 4.1026vw;
  }

  .about_counter {
    font-size: 10.2564vw;
  }

  .about_label {
    font-size: 3.5897vw;
  }

  .history_list {
    display: none;
  }

  .history h2,
  .history h5 {
    text-align: left;
  }

  .history_swiper_box_mob {
    display: block;
    margin-top: 7.6923vw;
  }

  .history_year {
    font-size: 12.3077vw;
  }

  .history_year::before {
    width: 38.4615vw;
    height: 38.4615vw;
    margin-right: -13.5897vw;
  }

  .history_year span {
    font-size: 5.1282vw;
    right: 2.5641vw;
  }

  .history_descr {
    font-size: 4.6154vw;
    margin-top: 7.6923vw;
  }

  .history_descr br {
    display: none;
  }

  .value_item>div {
    width: 100%;
  }

  .value_item {
    flex-direction: column-reverse;
    gap: 5.1282vw;
    position: relative;
  }

  .value_img_pc {
    display: none;
  }

  .value_img_mob {
    display: block;
    margin: 7.6923vw 0;
  }

  .value_img img {
    height: 88.7179vw;
    border-radius: 5.1282vw;
  }

  .value_titles {
    position: absolute;
    top: 0;
  }

  .value_item:nth-child(even) {
    flex-direction: column-reverse;
  }

  .value_titles h5 {
    min-height: 4.359vw;
  }

  .articles_box h5,
  .articles_box h2 {
    text-align: left;
  }

  .articles_list {
    display: none;
  }

  .show_more {
    display: none;
  }

  .articles_box {
    padding: 10.2564vw 0 17.9487vw;
  }

  .post_content {
    padding-top: 10.2564vw;
  }

  .post_content article {
    border-radius: 5.1282vw;
    padding: 7.6923vw 4.1026vw;
  }

  .post_img img {
    border-radius: 5.1282vw;
    height: 44.8718vw;
  }

  .post_img {
    margin-bottom: 7.6923vw;
  }

  .related_news_list {
    display: none;
  }

  .contacts_box {
    margin-top: 10.2564vw;
    flex-direction: column;
    gap: 21.7949vw;
  }

  .contacts_item h3 {
    font-size: 5.1282vw;
  }

  .contacts_list {
    gap: 12.8205vw;
  }

  .contacts_title {
    font-size: 7.1795vw;
  }

  .contacts_descr {
    font-size: 4.1026vw;
  }

  .contacts_descr br {
    display: none;
  }

  .fields_box {
    margin-top: 7.6923vw;
    gap: 5.1282vw;
  }

  .fields_box input,
  .fields_box textarea {
    border-radius: 1.2821vw;
    padding: 0 5.1282vw;
    font-size: 4.1026vw;
  }

  .fields_box input {
    height: 12.8205vw;
  }

  .fields_box textarea {
    padding-top: 3.3333vw;
    padding-bottom: 3.3333vw;
    height: 32.8205vw;
  }

  .submit_btn {
    margin-top: 7.6923vw;
    width: 100%;
  }

  .submit_btn input {
    min-width: 100%;
    padding: 0 5.1282vw;
    height: 12.3077vw;
    border-radius: 3.0769vw;
    font-size: 4.1026vw;
  }

  .wpcf7-spinner {
    right: 2.5641vw;
    width: 6.1538vw;
    height: 6.1538vw;
    margin: 0 6.1538vw;
  }

  .wpcf7-spinner::before {
    top: 1.0256vw;
    left: 1.0256vw;
    width: 1.5385vw;
    height: 1.5385vw;
    transform-origin: 2.0513vw 2.0513vw;
  }

  .fields_box input.wpcf7-not-valid {
    box-shadow: inset 0 0 2.5641vw red;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 5.1282vw;
  }

  .contacts_map {
    margin-top: 17.9487vw;
  }

  .contacts_map iframe {
    height: 84.6154vw;
  }

  .payovykam {
    margin-top: 10.2564vw;
  }

  .payovykam_box {
    flex-direction: column;
    gap: 7.6923vw;
    position: relative;
    padding-top: 12.0513vw;
  }

  .payovykam_box h5 {
    position: absolute;
    top: 0;
  }

  .payovykam_box>div {
    width: 100%;
  }

  .payovykam_img img {
    position: unset;
    border-radius: 5.1282vw;
    height: 88.4615vw;
  }

  .payovykam_descr {
    font-size: 4.1026vw;
    margin-top: 5.1282vw;
  }

  .payovykam_descr br {
    display: none;
  }

  .collaboration {
    padding: 15.3846vw 0;
  }

  .collaboration_list {
    margin-top: 15.3846vw;
    gap: 7.6923vw;
  }

  .collaboration_list::before {
    display: none;
  }

  .collaboration_text_num {
    display: none;
  }

  .collaboration_text_box {
    border-radius: 5.1282vw;
    padding: 3.8462vw 7.6923vw;
    min-height: 21.0256vw;
  }

  .collaboration_text {
    font-size: 4.6154vw;
    min-height: 12.8205vw;
    display: flex;
    align-items: center;
  }

  .collaboration_text_box.active .collaboration_descr {
    padding-top: 3.8462vw;
  }

  .whyus_box {
    flex-direction: column;
    gap: 7.6923vw;
    padding-top: 12.0513vw;
    position: relative;
  }

  .whyus_box h5 {
    position: absolute;
    top: 0;
  }

  .whyus_box>div {
    width: 100%;
  }

  .whyus_img img {
    position: unset;
    height: 44.8718vw;
    border-radius: 5.1282vw;
  }

  .whyus_pagination {
    gap: 3.8462vw;
    margin-top: 5.1282vw;
  }

  .whyus_pagination span {
    width: 3.0769vw;
    height: 3.0769vw;
  }

  .farmers_services h5,
  .farmers_services h2 {
    text-align: center;
  }

  .farmers_services_list {
    margin-top: 7.6923vw;
    flex-direction: column;
    gap: 7.6923vw;
  }

  .farmers_services_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .farmers_services_icon {
    height: 15.3846vw;
  }

  .farmers_services_title {
    font-size: 5.1282vw;
    margin: 5.1282vw 0 3.8462vw;
  }

  .farmers_services_descr {
    font-size: 3.5897vw;
  }

  .page_content {
    margin-top: 10.2564vw;
  }

  .reviews_payovykyv_list li {
    border-radius: 5.1282vw;
    padding: 5.1282vw;
  }

  .reviews_payovykyv_list li:hover {
    bottom: 0;
  }

  .reviews_payovykyv_list li:hover::after {
    transform: scale(0);
  }

  .review_media_box {
    border-radius: 5.1282vw;
    height: 64.1026vw;
  }

  .play_button {
    width: 10.2564vw;
  }

  .reviews_payovykyv {
    padding: 10.2564vw 0;
  }

  .reviews_payovykyv_list {
    padding-top: 5.1282vw;
  }

  .reviews_payovykyv_text {
    margin-top: 5.1282vw;
  }

  .swiper_arrows img {
    width: 15.3846vw;
  }
}