@charset "UTF-8";
@import 'vendors/normalize.min.css';
/* Переменные */
/* Миксины */
/* This stylesheet generated by Transfonter (https://transfonter.org) on October 3, 2017 8:00 PM */
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Regular.eot");
  src: local("Akrobat Regular"), local("Akrobat-Regular"), url("../fonts/Akrobat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Regular.woff") format("woff"), url("../fonts/Akrobat-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-ExtraLight.eot");
  src: local("Akrobat ExtraLight"), local("Akrobat-ExtraLight"), url("../fonts/Akrobat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-ExtraLight.woff") format("woff"), url("../fonts/Akrobat-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-SemiBold.eot");
  src: local("Akrobat SemiBold"), local("Akrobat-SemiBold"), url("../fonts/Akrobat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-SemiBold.woff") format("woff"), url("../fonts/Akrobat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Light.eot");
  src: local("Akrobat Light"), local("Akrobat-Light"), url("../fonts/Akrobat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Light.woff") format("woff"), url("../fonts/Akrobat-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Black.eot");
  src: local("Akrobat Black"), local("Akrobat-Black"), url("../fonts/Akrobat-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Black.woff") format("woff"), url("../fonts/Akrobat-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Bold.eot");
  src: local("Akrobat Bold"), local("Akrobat-Bold"), url("../fonts/Akrobat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Bold.woff") format("woff"), url("../fonts/Akrobat-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-Thin.eot");
  src: local("Akrobat Thin"), local("Akrobat-Thin"), url("../fonts/Akrobat-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-Thin.woff") format("woff"), url("../fonts/Akrobat-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Akrobat";
  src: url("../fonts/Akrobat-ExtraBold.eot");
  src: local("Akrobat ExtraBold"), local("Akrobat-ExtraBold"), url("../fonts/Akrobat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Akrobat-ExtraBold.woff") format("woff"), url("../fonts/Akrobat-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
body {
  position: relative;
  font-family: Akrobat;
  width: 100vw;
  overflow-x: hidden;
  background: #fff;
}
body:before {
  pointer-events: none;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../images/noise.png");
  background-repeat: repeat;
  z-index: 999;
}

a:hover {
  color: #4DAF49;
}

a:focus, a:active {
  color: #000000;
}

section {
  overflow-x: hidden;
}

html.fa-events-icons-ready {
  margin-top: 0 !important;
}

#wpadminbar {
  display: none;
}

a:hover {
  color: #4DAF49;
}

.mvh-100 {
  min-height: 100vh;
}

.no-wrap {
  white-space: nowrap;
}

img {
  pointer-events: none;
}

.page-loader {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  background: #ffffff;
  animation: pageLoader 2s ease-in-out 3s forwards;
}

@keyframes pageLoader {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    pointer-events: none;
  }
}
.container {
  padding: 0 15px;
  width: 100%;
  max-width: 1300px;
  clear: both;
  float: none;
  margin: 0 auto;
}

@media screen and (min-width: 650px) {
  .container {
    padding: 0 30px;
  }
}
.d-flex {
  display: flex;
}

.col-2 {
  flex: 0 0 calc((100% - 20px) / 2);
}
.col-2:not(:last-child) {
  margin-right: 20px;
}

.col-3 {
  flex: 0 0 calc((100% - 40px) / 3);
}
.col-3:not(:last-child) {
  margin-right: 20px;
}

.ml-auto {
  margin-left: auto;
}

.mr-auto {
  margin-right: auto;
}

.mlr-auto {
  margin-right: auto;
  margin-left: auto;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.header {
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.header.scroll:before {
  max-width: calc(100% - 0px);
  background: rgb(255, 255, 255);
}
.header.white {
  background: rgb(255, 255, 255);
}
.header:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(10px);
  max-width: 1300px;
  box-shadow: 1px 1px 6px rgba(138, 138, 138, 0.3);
  transition: all 0.3s ease;
}
.header .container {
  display: flex;
  align-items: center;
  min-height: 70px;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
.header .logo {
  margin-bottom: -10px;
}
.header .logo svg {
  height: 50px;
  width: auto;
}
@media (min-width: 830px) {
  .header .logo svg {
    height: 60px;
  }
}
.header input[type=checkbox], .header .tr_setdeflang {
  display: none;
}
.header .transposh_flags {
  display: flex;
  gap: 8px;
  margin-left: 30px;
}
@media (max-width: 930px) {
  .header .transposh_flags {
    margin-left: auto;
  }
}
.header .transposh_flags a {
  display: flex;
}
.header .transposh_flags a img {
  width: 22px;
}

.footer {
  background: #252525;
  color: #595959;
  font-size: 15px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  padding: 10px 0;
}

.nav {
  margin-left: auto;
}
.nav ul {
  display: flex;
  list-style: none;
  color: #000;
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
}
.nav ul li {
  display: flex;
  padding: 35px 20px;
}
.nav ul .nav__line {
  position: absolute;
  left: -100px;
  bottom: 0;
  height: 4px;
  width: 0;
  background: #4DAF49;
  transition: all 0.3s ease;
}
@media (max-width: 910px) {
  .nav {
    display: none;
  }
}

.nav-mobile {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
@media (min-width: 910px) {
  .nav-mobile {
    display: none;
  }
}
.nav-mobile ul {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-mobile.nav-mobile--active li {
  transform: translateX(0);
}
.nav-mobile.revers li:nth-child(4) {
  transition-delay: 0s;
}
.nav-mobile.revers li:nth-child(3) {
  transition-delay: 0.2s;
}
.nav-mobile.revers li:nth-child(2) {
  transition-delay: 0.4s;
}
.nav-mobile.revers li:nth-child(1) {
  transition-delay: 0.6s;
}
.nav-mobile li {
  display: flex;
  width: 100%;
  border-top: 1px solid #cdcdcd;
  transform: translateX(-100%);
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
  box-shadow: 1px 1px 6px rgba(138, 138, 138, 0.3);
}
.nav-mobile li:nth-child(1) {
  transition-delay: 0s;
}
.nav-mobile li:nth-child(2) {
  transition-delay: 0.2s;
}
.nav-mobile li:nth-child(3) {
  transition-delay: 0.4s;
}
.nav-mobile li:nth-child(4) {
  transition-delay: 0.6s;
}
.nav-mobile li:nth-child(5) {
  transition-delay: 0.8s;
}
.nav-mobile li:nth-child(6) {
  transition-delay: 1s;
}
.nav-mobile li:nth-child(7) {
  transition-delay: 1.2s;
}
.nav-mobile a {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  width: 100%;
  padding: 20px 30px;
  background: #ffffff;
}
.nav-mobile a:not(:last-child) {
  border-bottom: 1px solid #cdcdcd;
}

.burger-button {
  cursor: pointer;
  width: 40px;
  height: 24px;
  position: relative;
  margin-left: 30px;
}
@media (min-width: 910px) {
  .burger-button {
    display: none;
  }
}
.burger-button--active > span {
  transform: translateX(-100%);
  opacity: 0;
}
.burger-button--active:after {
  transform: translate(0px, 12px) rotate(45deg);
}
.burger-button--active:before {
  transform: translate(0px, -10px) rotate(-45deg);
}
.burger-button:before, .burger-button:after, .burger-button > span {
  content: "";
  background: #000;
  position: absolute;
  height: 2px;
  width: 100%;
  transition: all 0.3s ease;
}
.burger-button:after {
  top: 0;
}
.burger-button > span {
  top: calc(50% - 2px);
}
.burger-button:before {
  bottom: 0;
}

.block-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #000;
  max-width: 600px;
}
.block-info--left {
  align-items: flex-start;
  text-align: left;
}
.block-info--right {
  align-items: flex-end;
  text-align: right;
}
.block-info--right .block-info__title:before {
  bottom: 0;
  right: 0;
  left: unset;
}
.block-info--right .block-info__title:after {
  right: unset;
  left: -50px;
}
.block-info--light {
  color: #fff;
}
.block-info--light .block-info__title:before {
  border-color: #fff;
}
.block-info--light .block-info__title:after {
  background: #fff;
}

.block-info__title {
  color: inherit;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 375px) {
  .block-info__title {
    font-size: 28px;
  }
}
.block-info__title:before {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
}
.block-info__title:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  bottom: -2px;
  right: -50px;
  background: #000;
}
.block-info__title--icon-sugar span.icon {
  display: flex;
  align-items: center;
  position: absolute;
  right: -90px;
  top: 0;
  height: 100%;
  width: 70px;
  padding-bottom: 20px;
}

.block-info__text {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
}
@media (max-width: 375px) {
  .block-info__text {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .block-info__text .no-wrap {
    white-space: unset !important;
  }
}

.block-info__note {
  padding: 15px 30px;
  color: #4DAF49;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: black; stroke-width: 4; stroke-dasharray: 10 10; opacity: .2;'/></svg>");
}
@media (max-width: 375px) {
  .block-info__note {
    font-size: 18px;
  }
}

.btn-primary {
  cursor: pointer;
  color: #FFF !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  position: relative;
  background: #4DAF49;
  padding: 13px 60px 13px 20px;
  transition: 0.3s all ease;
}
@media (max-width: 375px) {
  .btn-primary {
    font-size: 18px;
  }
}
.btn-primary:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: 0.3s all ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='14' viewBox='0 0 9 14' fill='none'%3E%3Cpath d='M0.999349 1L7.66602 7L0.999348 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.btn-primary:hover {
  opacity: 0.8;
}
.btn-primary:hover:before {
  right: 20px;
}

.first-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.first-screen__title {
  color: #FFF;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  animation: opacityNone 1s ease 5s forwards;
}
@media (min-width: 480px) {
  .first-screen__title {
    font-size: 80px;
  }
}

@keyframes opacityNone {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.first-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.first-screen__bg video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0;
  animation: opacityVideo 1s linear forwards 1;
}
@keyframes opacityVideo {
  to {
    opacity: 1;
  }
}
.first-screen__bg img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.first-screen__bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #212121;
  opacity: 0.2;
}

.first-screen__arrows {
  position: absolute;
  bottom: 30px;
  left: 50%;
  animation: arrow1Animation 1.5s ease-in-out infinite;
  z-index: 3;
}

@keyframes arrow1Animation {
  0% {
    transform: translateY(0) translateX(-50%);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    transform: translateY(6px) translateX(-50%);
  }
  100% {
    transform: translateY(0px) translateX(-50%);
    opacity: 1;
  }
}
.about-us {
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 450px) {
  .about-us {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (min-width: 930px) {
  .about-us {
    padding-top: 150px;
    padding-bottom: 100px;
  }
}

.about-us__top {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  gap: 50px;
}
@media (min-width: 930px) {
  .about-us__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}

@media (max-width: 930px) {
  .about-us__info {
    order: 2;
  }
}

.about-us__img {
  display: flex;
  justify-content: center;
}
.about-us__img svg {
  height: auto;
  width: 100%;
  max-width: 450px;
}

.advantages {
  display: grid;
  background-image: url("data:image/svg+xml;utf8,<svg width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill: none; stroke: black; stroke-width: 4; stroke-dasharray: 10 10; opacity: .2;'/></svg>");
  padding: 20px;
  gap: 30px;
  margin-top: 100px;
  justify-content: center;
  grid-template-columns: repeat(1, minmax(auto, 250px));
}
@media (min-width: 600px) {
  .advantages {
    grid-template-columns: repeat(2, minmax(auto, 250px));
  }
}
@media (min-width: 1100px) {
  .advantages {
    grid-template-columns: repeat(4, minmax(auto, 250px));
    justify-items: center;
  }
}
@media (min-width: 830px) {
  .advantages {
    padding: 20px 30px;
  }
}

.advantages__item {
  flex: 1 1 100%;
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
@media (min-width: 630px) {
  .advantages__item {
    flex: 0 0 calc((100% - 40px) / 2);
  }
}
@media (min-width: 1200px) {
  .advantages__item {
    flex: none;
  }
}

.advantages__text {
  max-width: 200px;
  color: #000;
  text-align: right;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding-right: 15px;
  min-width: min-content;
  border-right: 3px solid #000;
}
@media (min-width: 1000px) {
  .advantages__text {
    max-width: 150px;
  }
}
@media (max-width: 375px) {
  .advantages__text {
    font-size: 18px;
  }
}

.advantages__icon {
  max-width: 74px;
  min-width: 74px;
}

.geography {
  display: flex;
  align-items: center;
  background: #000;
  position: relative;
}
@media (max-width: 930px) {
  .geography {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
@media (min-width: 930px) {
  .geography {
    min-height: 830px;
  }
}
.geography .container {
  display: grid;
  align-items: flex-end;
  grid-template-columns: 1fr;
  gap: 50px;
  justify-items: flex-end;
}
@media (min-width: 930px) {
  .geography .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
  }
}
.geography .block-info__text {
  max-width: 532px;
}

@media (max-width: 930px) {
  .geography__img {
    width: 100%;
  }
  .geography__img img {
    width: 100%;
    height: auto;
  }
}
.geography__img img {
  pointer-events: none;
  transition: all 0.3s ease;
}
@media (min-width: 1350px) {
  .geography__img img {
    transform: scale(1.3) translateX(-50px);
  }
}

.geography__content {
  z-index: 1;
}

.supplier {
  display: flex;
  align-items: center;
  min-height: 830px;
  position: relative;
  background: #fff;
}
.supplier .container {
  display: flex;
  flex-direction: column;
  gap: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 930px) {
  .supplier .container {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.supplier .supplier__top {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 50px;
  justify-items: flex-end;
}
@media (min-width: 930px) {
  .supplier .supplier__top {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    align-items: center;
  }
}
.supplier .block-info__text {
  max-width: 532px;
}

.supplier__img img {
  pointer-events: none;
}
@media (min-width: 930px) {
  .supplier__img img {
    transform: scale(1.1);
  }
}

.supplier__content {
  z-index: 1;
}

.supplier__advantages {
  display: flex;
  justify-content: space-around;
  gap: 60px;
}
@media (max-width: 1260px) {
  .supplier__advantages {
    flex-wrap: wrap;
  }
}

.supplier__advantages-item {
  display: flex;
  justify-content: flex-end;
  flex: 0 0 calc((100% - 80px) / 3);
}
@media (min-width: 1260px) {
  .supplier__advantages-item {
    flex: 0 0 calc((100% - 120px) / 4);
  }
}

.supplier-item {
  max-width: 265px;
}
@media (max-width: 460px) {
  .supplier-item {
    max-width: 250px;
    flex: 1 0 100%;
  }
}

.supplier-item__value {
  position: relative;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  line-height: normal;
  color: #4DAF49;
  margin-bottom: 10px;
}
.supplier-item__value:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #000;
}
.supplier-item__value:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  bottom: -2px;
  left: -2px;
  background: #000;
}

.supplier-item__text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  line-height: normal;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 15px;
  min-width: min-content;
}
@media (max-width: 375px) {
  .supplier-item__text {
    font-size: 18px;
  }
}

.supplier-item__right {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  -webkit-text-stroke: 1px black;
  color: transparent;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.supplier-item:nth-child(1) .supplier-item__right {
  font-size: 56px;
  letter-spacing: 3.64px;
}
.supplier-item:nth-child(2) .supplier-item__right {
  font-size: 45px;
  letter-spacing: 0.45px;
}
.supplier-item:nth-child(3) .supplier-item__right {
  font-size: 30px;
  letter-spacing: 1.2px;
}
.supplier-item:nth-child(4) .supplier-item__right {
  font-size: 45px;
  line-height: normal;
}

.main-crops {
  display: flex;
  align-items: center;
  position: relative;
  background: #000;
}
.main-crops .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.main-crops .container:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  background-image: url("../images/bg-circle-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(calc(50% - 100px)) scale(0.8);
}
@media (max-width: 760px) {
  .main-crops .container:before {
    display: none;
  }
}
.main-crops .container * {
  position: relative;
  z-index: 1;
}

.main-crops__info {
  max-width: 500px;
}

.crops {
  display: flex;
  gap: 50px;
  row-gap: 25px;
  flex-wrap: wrap;
  max-width: 700px;
}
@media (max-width: 480px) {
  .crops {
    flex-direction: column;
    align-items: center;
  }
}
.crops--light {
  color: #fff;
}

.crop {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  max-width: 200px;
}
@media (max-width: 480px) {
  .crop {
    max-width: 250px;
  }
}

.crop__title {
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
}

.crop__img img {
  border-radius: 50%;
  pointer-events: none;
}

.niche-crops {
  display: flex;
  align-items: center;
  position: relative;
}
.niche-crops .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}
.niche-crops .container:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 900px;
  width: 300px;
  background-image: url("../images/bg-crops.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translate(50px, -50px) scale(1);
}
@media (max-width: 980px) {
  .niche-crops .container:before {
    display: none;
  }
}

.main-crops__info {
  max-width: 500px;
}

.sugar__top {
  background: #000;
}
@media (max-width: 830px) {
  .sugar__top {
    padding-top: 240px;
  }
}
.sugar__top .container {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  position: relative;
}
@media (min-width: 830px) {
  .sugar__top .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.sugar__top .block-info {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 830px) {
  .sugar__top .block-info {
    order: 2;
  }
}
.sugar__top .block-info__text {
  max-width: 400px;
}

.sugar__info {
  margin-right: 80px;
}

.sugar__bottom {
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 80px;
  padding-bottom: 100px;
}
@media (min-width: 1220px) {
  .sugar__bottom {
    padding-top: 110px;
    grid-template-columns: 0.5fr 1fr;
  }
}

.sugar__img img {
  height: 100%;
  max-height: 413px;
  width: auto;
  min-width: 620px;
  object-fit: cover;
  transform: translateX(50px);
}
@media (max-width: 830px) {
  .sugar__img {
    display: flex;
    position: absolute;
    top: -240px;
    left: 0;
    width: 100%;
    height: 240px;
  }
  .sugar__img img {
    width: 100%;
    height: 100%;
    transform: none;
    min-width: unset;
  }
}

.sugar__left {
  position: relative;
}
@media (max-width: 1220px) {
  .sugar__left {
    display: flex;
    justify-content: center;
    padding-bottom: 100px;
  }
  .sugar__left img {
    width: 100%;
    height: auto;
  }
}
.sugar__left img {
  max-width: 380px;
}
.sugar__left:before {
  content: "";
  position: absolute;
  width: 50px;
  height: 86px;
  right: -60px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='51' height='86' viewBox='0 0 51 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.76681 0H0L43.2332 42.9849L0 86H7.76681L51 42.9849L7.76681 0Z' fill='black'/%3E%3C/svg%3E%0A");
}
@media (max-width: 1220px) {
  .sugar__left:before {
    bottom: 0;
    top: unset;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
}

.sugar__right {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1220px) {
  .sugar__right {
    justify-content: center;
    margin-top: 50px;
  }
  .sugar__right .crops {
    justify-content: center;
    row-gap: 50px;
  }
}

.crop__subtitle {
  display: flex;
  flex-direction: column;
  color: #4DAF49;
  text-align: center;
  font-family: Akrobat;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  margin-top: -10px;
}
.crop__subtitle span:last-child {
  font-size: 20px;
}

.elevator {
  display: flex;
  align-items: center;
  position: relative;
  background: #000;
}
.elevator .container {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  justify-items: center;
}
@media (min-width: 1120px) {
  .elevator .container {
    justify-items: unset;
    grid-template-columns: 1.2fr minmax(auto, 1fr);
  }
}
.elevator .elevator__content {
  position: relative;
  padding-left: 20px;
}
@media (max-width: 720px) {
  .elevator .elevator__content {
    justify-self: flex-end;
  }
}
@media (max-width: 1120px) {
  .elevator .elevator__content {
    padding: 100px 0;
  }
}
.elevator .elevator__content * {
  z-index: 2;
}
.elevator .elevator__content:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -150px;
  height: 300px;
  width: 300px;
  background-image: url("../images/bg-circle-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: translate(-10%, -50%);
}

.elevator__items {
  display: flex;
}
@media (max-width: 1120px) {
  .elevator__items {
    order: 2;
  }
}
@media (max-width: 720px) {
  .elevator__items {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr;
  }
}

.elevator__item-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  padding: 8px 0;
}
@media (max-width: 420px) {
  .elevator__item-title {
    font-size: 18px;
  }
}

.elevator__item-content {
  display: flex;
}
.elevator__item-content img {
  height: 400px;
  width: 160px;
  object-fit: cover;
}
@media (max-width: 720px) {
  .elevator__item-content img {
    width: 100%;
    height: auto;
  }
}

.elevator__item-content--col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.compound-feed .container {
  display: grid;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  grid-template-columns: 1fr;
  justify-items: flex-start;
  gap: 80px;
}
@media (min-width: 900px) {
  .compound-feed .container {
    justify-items: unset;
    grid-template-columns: 1fr 1fr;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .compound-feed .container .niche-crops__info {
    padding-right: 30px;
  }
}
@media (max-width: 730px) {
  .compound-feed .container .compound-feed__img img {
    max-width: 600px;
  }
}
.compound-feed .block-info__note {
  max-width: 410px;
}

.compound-feed__img img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

.dashed {
  position: relative;
}
.dashed svg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.dashed svg path {
  width: 100%;
  height: 100%;
}

.contacts {
  display: flex;
  align-items: center;
  position: relative;
  background: #000;
  overflow-y: hidden;
}
.contacts .container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (min-width: 830px) {
  .contacts .container {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.contacts .block-info__btn {
  margin-top: 20px;
}
.contacts .contacts__info {
  position: relative;
}
@media (max-width: 830px) {
  .contacts .contacts__info {
    order: 2;
  }
}
.contacts .contacts__info * {
  z-index: 2;
}
.contacts .contacts__info:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 740px;
  width: 740px;
  background-image: url("../images/bg-circle-dark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
  transform: translate(-50%, 0);
}

.contacts__img {
  display: flex;
}
@media (max-width: 830px) {
  .contacts__img {
    max-width: 300px;
    margin-bottom: 50px;
  }
}

.block-info__contact {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #fff !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
}
.block-info__contact:hover {
  opacity: 0.7;
}
.block-info__contact svg {
  font-size: 24px;
}