* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

header {
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 7px 17px;
  overflow: visible;
}

.header-container {
  background-color: transparent;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 17px;
  overflow: visible;
  transition: padding 0.3s ease, background-color 0.3s ease;
}

.header-container.active {
  background-color: #084902f2;
  border-radius: 20px;
  transition: padding 0.3s ease, background-color 0.3s ease;
}

.header-logo {
  height: 52px;
  transition: height 0.3s ease;
}

.header-nav,
.header-btn {
  display: none;
}

.header-nav {
  overflow: visible;
}

.header-li {
  position: relative;
  overflow: visible;
  height: 100%;
  display: flex;
  justify-content: center;
}

.header-ul-menu {
  position: absolute;
  display: flex;
  gap: 3px;
  flex-direction: column;
  top: 140%;
  background-color: white;
  z-index: 10;
  padding: 6px 5px;
  border-radius: 12px;
  max-height: 0;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  max-height: 900px;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, transform 0.3s ease, max-height 0.3s ease;
}

.header-ul-menu.open {
  max-height: 900px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-svg {
  transition: transform 0.3s;
}

.header-li-menu {
  color: #22780b;
  font-size: 9px;
  display: flex;
  font-weight: 600;
  align-items: center;
}

.header-li-menu a {
  display: flex;
  align-items: center;
}

.header-li-menu a:hover {
  text-decoration: underline;
}

.header-btn {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  width: 126px;
  height: 36px;
  border: 2px solid #fff;
  border-radius: 1000px;
  color: white;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease,
    border-color 0.3s ease;
}

.header-btn.hover {
  background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    border-color: rgba(255, 255, 255, 0.6);
}

.nav-menu-svg {
  width: 6px;
  height: 6px;
  margin-right: 5px;
}

.header-openburger rect {
  fill: rgb(255, 255, 255);
}

.hero-container {
  background: linear-gradient(rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.4)),
    url(../imgs/bg-main.png);
  background-size: cover;
  background-position: 80% center;
  height: 431px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px 34px;
}

.hero-h2 {
  color: white;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
}

.hero-btn {
  position: relative;
  width: 121px;
  height: 34px;
  background-color: transparent;
  border: 2px solid white;
  border-radius: 1000px;
  color: white;
  font-size: 13px;
  font-weight: 600;
  margin-top: 25px;
  z-index: 3;
  transition: color 0.3s ease;
  cursor: pointer;
  transition: background-color 0.3s ease, backdrop-filter 0.3s ease,
    border-color 0.3s ease;
}

.main-container {
  background: linear-gradient(to right, #535353, #000);
  display: flex;
  justify-content: center;
  padding: 60px 0;
}

.main-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  margin-top: 30px;
}

.main-li {
  display: flex;
  width: 307px;
  height: 307px;
  background-size: cover;
  background-position: center;
  padding: 16px;
  overflow: hidden;
  border-radius: 24px;
}

.main-li:nth-child(1) {
  background-image: url(../imgs/main-img1.png);
}
.main-li:nth-child(2) {
  background-image: url(../imgs/main-img2.png);
}
.main-li:nth-child(3) {
  background-image: url(../imgs/main-img3.png);
}
.main-li:nth-child(4) {
  background-image: url(../imgs/main-img4.png);
}
.main-li:nth-child(5) {
  background-image: url(../imgs/main-img5.png);
}
.main-li:nth-child(6) {
  background-image: url(../imgs/main-img6.png);
}
.main-li:nth-child(7) {
  background-image: url(../imgs/main-img7.png);
}
.main-li:nth-child(8) {
  background-image: url(../imgs/main-img8.png);
}

.main-img-btn {
  width: 44px;
  height: 44px;
  background-color: rgb(255, 255, 255);
  border: none;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: auto;
  opacity: 1;
  /* transform: translateY(50px); */
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
}

.main-svg {
  height: 16px;
}

/* .main-li:hover .main-img-btn {
    opacity: 1;
    transform: translateY(0);
} */

.features-container {
  padding: 34px 50px;
}

.features-a {
  max-width: 307px;
}

.features-list {
  display: flex;
  gap: 20px;
  padding: 0;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  overflow: visible;

}
.features-li {
  width: 250px;
  height: 157px;
  padding: 25px 32px 10px;
  justify-content: space-between;
  overflow: visible;
}

.features-a {
  box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
  transform: translateY(0);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.features-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 307px;
  height: 195px;
  cursor: pointer;
}

.features-img {
  display: flex;
  width: 243px;
  height: 116px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.25);
}

.features-h2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 600;
}

.footer-container {
  background-color: #084902;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.menu-container {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  background-color: #084902;
  padding: 36px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: right 0.4s ease;
  z-index: 1000;
}

.menu-btn {
  position: absolute;
  top: 36px;
  right: 34px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.menu-container.active {
  right: 0;
}

.footer-logo {
  height: 157px;
  margin-bottom: 24px;
}

.footer-list-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer-li-contacts {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.footer-li-contacts::after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 100%;
  margin-top: 8px;
}

.footer-li-contacts:not(:first-child) {
  margin-top: 12px;
}

.contacts-a {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.footer-line {
  height: 1px;
  background-color: white;
  margin-top: 12px;
  align-self: center;
}

.footer-list-nav {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 24px;
}

.list-corporate,
.list-fruits,
.list-vegetables {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
}

.footer-a-contacts {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
}

.list-contacts {
  display: none;
}

.corporate-h2,
.fruits-h2,
.vegetables-h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 7px;
}

.corporate-a,
.fruits-a,
.vegetables-a {
  font-size: 8px;
  font-weight: 600;
}

.footer-svg {
  display: none;
}

.corporate-a:not(:last-child),
.fruits-a:not(:last-child),
.vegetables-a:not(:last-child) {
  margin-bottom: 5px;
}

.link-text {
  position: relative;
  display: inline-block;
}

.link-text::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: white;
  transition: width 0.3s ease;
  visibility: hidden;
}

.link-text:hover::after {
  width: 100%;
}

.contacts-svg {
  width: 16px;
  height: 16px;
}

.modal-contact {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 20;
  padding: 0 137px;

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.modal-contact.visible {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}

.modal-container {
  position: relative;
  background-color: white;
  padding: 30px;
  width: 100%;
  transform: translateY(-30px);
  transition: transform 0.3s ease;
}

.modal-contact.visible .modal-container {
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.modal-h2 {
  font-size: 34px;
  font-weight: 600;
}

.modal-div {
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.modal-p {
  font-size: 16px;
}

.modal-a {
  font-size: 16px;
  text-decoration: underline;
}

.modal-btn-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 17px;
}

.modal-btn {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

@media (min-width: 550px) {
  .hero-container {
    padding: 34px 44px;
  }
  .hero-h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .features-container {
    padding: 34px 50px;
  }
  .features-a {
    display: inline-block;
    max-width: 307px;
    width: auto;
  }
  .features-list {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .features-li {
    width: 307px;
    height: auto;
  }
  .contacts-a {
    font-size: 14px;
  }
  .contacts-svg {
    width: 18px;
    height: 18px;
  }
  .footer-a-contacts {
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
  }
  .corporate-a,
  .fruits-a,
  .vegetables-a {
    font-size: 10px;
    font-weight: 600;
  }
}

@media (min-width: 630px) {
  .hero-h2 {
    width: 500px;
  }
  .main-container {
    padding: 50px 34px;
    justify-content: center;
  }
  .features-container {
    padding: 34px 50px;
  }
  .features-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .main-list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
  }

  .main-li {
    width: 230px;
    height: 230px;
  }
  .main-img-btn {
    width: 30px;
    height: 30px;
  }
  .main-svg {
    height: 12px;
  }
  .features-list {
    align-items: center;
  }
  .features-a {
    max-width: 307px;
  }
}

@media (min-width: 768px) {
  header {
    display: flex;
    justify-content: center;
    padding: 5px 75px;
  }
  .header-container {
    padding: 0;
    border-bottom: 2px solid #fff;
    transition: padding 0.3s ease, border-width 0.3s ease;
  }
  .header-container.active {
    padding: 10px 10px;
    border: 0;
    transition: padding 0.3s ease, border-width 0.3s ease;
  }
  .header-container.active .header-logo {
    height: 30px;
  }
  .header-logo {
    height: 55px;
  }
  .header-nav {
    gap: 25px;
  }
  .header-openburger {
    display: none;
  }
  .header-nav {
    display: flex;
    gap: 25px;
  }
  .header-li {
    display: flex;
    align-items: center;
  }
  .header-a {
    font-size: 12px;
    color: white;
    font-weight: 500;
    display: flex;
    align-items: center;
    position: relative;
  }
  .nav-svg {
    margin-left: 3px;
    height: 4px;
  }
  .header-btn {
    display: flex;
    width: 98px;
    height: 29px;
    font-size: 12px;
  }

  .hero-container {
    padding: 69px 75px;
    height: 360px;
    background-position: center 20%;
  }
  .hero-h2 {
    font-size: 33px;
    width: 439px;
    line-height: 1.2;
  }
  .hero-btn {
    width: 119px;
    height: 36px;
    font-size: 13px;
    margin-top: 16px;
  }
  .main-container {
    padding: 50px 75px;
  }
  .main-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 40px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main-li {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 12px;
  }
  .main-img-btn {
    width: 26px;
    height: 26px;
  }
  .main-svg {
    height: 9px;
  }
  .features-container {
    padding: 45px 75px;
  }
  .features-a {
    display: inline-block;
    max-width: none;
    width: auto;
  }
  .features-list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .features-li {
    width: 184px;
    height: 122px;
    padding: 16px 20px 9px;
  }
  .features-h2 {
    font-size: 15px;
    margin-top: 10px;
  }
  .features-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .contacts-a {
    font-size: 16px;
  }
  .footer-container {
    flex-direction: row;
    padding: 13px 75px;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logo {
    margin: 0;
    height: 118px;
    width: 104px;
  }
  .footer-li-contacts {
    display: none;
  }
  .list-corporate,
  .list-fruits,
  .list-vegetables {
    text-align: left;
  }
  .list-contacts {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
  }
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2,
  .contacts-h2 {
    margin-bottom: 6px;
    font-size: 18px;
  }
  .footer-svg {
    display: flex;
    height: 6px;
    margin-right: 3px;
  }
  .corporate-a,
  .fruits-a,
  .vegetables-a,
  .contacts-a {
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: 500;
    text-decoration: none;
  }
  .corporate-a:not(:last-child),
  .fruits-a:not(:last-child),
  .vegetables-a:not(:last-child),
  .contacts-a:not(:last-child) {
    margin-bottom: 6px;
  }
  .footer-list-nav {
    gap: 20px;
    justify-content: space-between;
    margin: 0;
  }
}

@media (min-width: 859px) {
  .main-img-btn {
    width: 32px;
    height: 32px;
  }
  .main-svg {
    height: 11px;
  }
  header {
    padding: 5px 86px;
  }
  .header-a {
    font-size: 15px;
  }
  .header-btn {
    width: 129px;
    height: 38px;
    font-size: 14px;
  }
  .header-container.active {
    padding: 12px;
  }
  .header-container.active .header-logo {
    height: 40px;
  }
  /* .header-ul-menu {
    padding: 13px 10px;
  }
  .header-li-menu {
    font-size: 10px;
  } */
  .nav-menu-svg {
    height: 8px;
    width: 8px;
  }
  .hero-container {
    padding: 72px 86px;
    height: 420px;
  }
  .hero-h2 {
    font-size: 38px;
    width: 600px;
    line-height: 1.3;
  }
  .hero-btn {
    width: 139px;
    height: 42px;
    font-size: 15px;
    margin-top: 18px;
    font-weight: 500;
  }
  .main-container {
    padding: 43px 86px;
  }
  .main-list {
    gap: 38px 55px;
  }
  .features-container {
    padding: 55px 86px;
  }
  .features-li {
    width: 217px;
    height: 138px;
  }
  .features-h2 {
    font-size: 16px;
  }
  .footer-container {
    flex-direction: row;
    padding: 15px 86px;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logo {
    margin: 0;
    height: 125px;
    width: 106px;
  }
  .footer-li-contacts {
    display: none;
  }
  .list-corporate,
  .list-fruits,
  .list-vegetables {
    text-align: left;
  }
  .list-contacts {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
  }
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2,
  .contacts-h2 {
    margin-bottom: 8px;
    font-size: 20px;
  }
  .footer-svg {
    display: flex;
    height: 7px;
    margin-right: 3px;
  }
  .corporate-a,
  .fruits-a,
  .vegetables-a,
  .contacts-a {
    display: flex;
    align-items: center;
    font-size: 9px;
    font-weight: 500;
    text-decoration: none;
  }
  .corporate-a:not(:last-child),
  .fruits-a:not(:last-child),
  .vegetables-a:not(:last-child),
  .contacts-a:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer-list-nav {
    gap: 40px;
    margin: 0;
  }
}


@media (min-width: 1024px) {
  .header-logo {
    height: 67px;
  }
  header {
    padding: 6px 102px;
  }
  .header-nav {
    gap: 35px;
  }
  .header-a {
    font-size: 16px;
  }
  .header-btn {
    width: 140px;
    height: 40px;
    font-size: 17px;
  }
  .header-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    border-color: rgba(255, 255, 255, 0.6);
  }
  .header-container.active {
    padding: 15px;
  }
  .header-container.active .header-logo {
    height: 40px;
  }
  .header-ul-menu {
    padding: 13px 10px;
  }
  .header-li-menu {
    font-size: 10px;
  }
  .nav-menu-svg {
    height: 7px;
    width: 7px;
  }
  .hero-container {
    padding: 75px 102px;
    height: 510px;
  }
  .hero-h2 {
    font-size: 45px;
    width: 600px;
    line-height: 1.2;
  }
  .hero-btn {
    width: 160px;
    height: 47px;
    font-size: 17px;
    margin-top: 19px;
    font-weight: 500;
  }
  .hero-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(6px);
    border-color: rgba(255, 255, 255, 0.6);
  }
  .main-container {
    padding: 78px 102px;
  }
  .main-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .main-li {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 13px;
  }

  .main-img-btn {
    width: 40px;
    height: 40px;
  }

  .features-container {
    padding: 67px 102px;
  }

  .features-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: space-between;
    padding: 0;
  }
  .features-li {
    width: 250px;
    height: 157px;
    box-shadow: 0px 12px 30px rgba(0, 0, 0, 0.25);
  }

  .features-a:hover {
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.35);
    transform: translateY(-6px);
  }

  .footer-container {
    flex-direction: row;
    padding: 16px 102px;
    align-items: center;
    justify-content: space-between;
  }
  .footer-logo {
    margin: 0;
    height: 132px;
    width: 116px;
  }
  .footer-li-contacts {
    display: none;
  }
  .list-corporate,
  .list-fruits,
  .list-vegetables {
    text-align: left;
  }
  .list-contacts {
    display: flex;
    flex-direction: column;
    text-align: left;
    color: white;
  }
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2,
  .contacts-h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .footer-svg {
    display: flex;
    height: 9px;
    margin-right: 3px;
  }
  .corporate-a,
  .fruits-a,
  .vegetables-a,
  .contacts-a {
    display: flex;
    align-items: center;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
  }
  .corporate-a:not(:last-child),
  .fruits-a:not(:last-child),
  .vegetables-a:not(:last-child),
  .contacts-a:not(:last-child) {
    margin-bottom: 7px;
  }
  .footer-list-nav {
    gap: 40px;
    margin: 0;
  }
  .link-text::after {
    visibility: visible;
  }
}

@media (min-width: 1220px) {
  header {
    padding: 8px 112px;
  }
  .header-container.active {
    padding: 18px;
  }
  .header-container.active .header-logo {
    height: 45px;
  }
  .header-logo {
    height: 72px;
  }
  .header-a {
    font-size: 20px;
  }
  .header-li-menu {
    font-size: 12px;
  }
  .nav-menu-svg {
    height: 9px;
    width: 9px;
  }
  .nav-svg {
    margin-left: 10px;
    width: 15px;
    height: 15px;
  }
  .header-btn {
    width: 170px;
    height: 43px;
    font-size: 20px;
  }
  .hero-container {
    padding: 85px 112px;
    height: 580px;
  }
  .hero-h2 {
    font-size: 50px;
    width: 700px;
  }
  .hero-btn {
    width: 180px;
    height: 50px;
    font-size: 19px;
  }
  .main-container {
    padding: 78px 112px;
  }
  .main-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  .main-li {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .main-img-btn {
    width: 44px;
    height: 44px;
    transform: translateY(80px);
  }
  .main-li:hover .main-img-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .features-container {
    padding: 80px 112px;
  }
  .features-list {
    gap: 30px;
    padding: 0;
    justify-content: space-between;
    width: 100%;
  }
  .features-li {
    width: 280px;
    height: 175px;
  }
  .features-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .features-h2 {
    font-size: 21px;
  }
  .footer-container {
    padding: 16px 112px;
    justify-content: space-between;
  }
  .footer-logo {
    height: 142px;
    width: 126px;
    margin-right: 94px;
  }
  .contacts-h2,
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .contacts-a,
  .corporate-a,
  .fruits-a,
  .vegetables-a {
    font-size: 12px;
  }
}

@media (min-width: 1440px) {
  header {
    padding: 10px 120px;
  }
  .header-container.active {
    padding: 20px;
  }
  .header-container.active .header-logo {
    height: 50px;
  }
  .header-logo {
    height: 95px;
  }
  .header-nav {
    gap: 65px;
  }
  .header-a {
    font-size: 24px;
  }
  .header-ul-menu {
    padding: 13px 13px;
  }
  .header-li-menu {
    font-size: 14px;
  }
  .header-btn {
    width: 199px;
    height: 55px;
    font-size: 24px;
  }
  .nav-menu-svg {
    height: 11px;
    width: 11px;
  }
  .hero-container {
    padding: 98px 121px;
    height: 775px;
  }
  .hero-h2 {
    font-size: 60px;
    width: 732px;
    overflow: hidden;
  }
  .hero-btn {
    width: 214px;
    height: 61px;
    font-size: 24px;
    margin-top: 29px;
  }
  .main-container {
    padding: 78px 120px;
  }
  .main-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    padding: 0;
    margin: 0;
    width: 100%;
  }

  .main-li {
    width: auto;
    height: auto;
    aspect-ratio: 1 / 1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 14px;
  }

  .main-img-btn {
    width: 48px;
    height: 48px;
    transform: translateY(80px);
  }
  .main-svg {
    height: 16px;
  }
  .features-container {
    padding: 90px 120px;
  }
  .features-list {
    gap: 20px;
    padding: 0;
    justify-content: space-between;
    width: 100%;
  }
  .features-li {
    width: 370px;
    height: 234px;
    padding: 27px 37px 17px;
    justify-content: space-between;
  }
  .features-img {
    width: 100%;
    height: auto;
    display: block;
  }
  .features-h2 {
    font-size: 26px;
    margin-top: 17px;
  }
  .footer-container {
    padding: 22px 120px;
    justify-content: space-between;
  }
  .footer-logo {
    height: 210px;
    width: auto;
    margin-right: 0;
  }
  .list-contacts,
  .list-corporate,
  .list-fruits,
  .list-vegetables {
    margin: 0;
  }

  .contacts-h2,
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2 {
    font-size: 34px;
    margin-bottom: 16px;
  }
  .contacts-a,
  .corporate-a,
  .fruits-a,
  .vegetables-a {
    font-size: 16px;
  }
  .footer-svg {
    height: 11px;
    margin-right: 5px;
  }
}

@media (min-width: 1785px) {
  header {
    padding: 12px 140px;
  }
  .header-container.active {
    padding: 26px;
  }
  .header-container.active .header-logo {
    height: 60px;
  }
  .header-logo {
    height: 105px;
  }
  .header-nav {
    gap: 54px;
  }
  .header-a {
    font-size: 27px;
    font-weight: 500;
  }
  .header-ul-menu {
    padding: 21px 18px;
  }
  .header-li-menu {
    font-size: 15px;
  }
  .nav-menu-svg {
    height: 13px;
    width: 13px;
  }
  .nav-svg {
    margin-left: 16px;
    width: 21px;
    height: 21px;
  }
  .header-btn {
    width: 210px;
    height: 56px;
    font-size: 25px;
  }
  .hero-container {
    padding: 145px 142px;
    height: 890px;
    background-position: center 20%;
  }
  .hero-h2 {
    font-size: 72px;
    width: 880px;
  }
  .hero-btn {
    width: 235px;
    height: 62px;
    font-size: 26px;
  }
  .main-container {
    padding: 95px 142px;
  }
  .main-list {
    gap: 60px;
  }
  .main-li {
    padding: 16px;
  }
  .main-img-btn {
    width: 54px;
    height: 54px;
  }
  .main-svg {
    height: 18px;
  }
  .features-container {
    padding: 105px 130px;
  }
  .features-list {
    gap: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
  }
  .features-li {
    width: 500px;
    height: 290px;
  }
  .features-img {
    width: 410px;
    height: 210px;
  }
  .features-h2 {
    font-size: 34px;
  }
  .footer-container {
    padding: 42px 142px;
  }
  .footer-logo {
    height: 245px;
    width: auto;
    margin-right: 125px;
  }
  .contacts-h2,
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2 {
    font-size: 36px;
  }
  .contacts-a,
  .corporate-a,
  .fruits-a,
  .vegetables-a {
    font-size: 18px;
  }
  .footer-svg {
    height: 15px;
    margin-right: 7px;
  }
}

@media (min-width: 1920px) {
  header {
    padding: 12px 144px;
  }
  .header-logo {
    height: 121px;
  }
  .header-container.active .header-logo {
    height: 80px;
  }
  .header-a {
    font-size: 30px;
  }
  .header-ul-menu {
    padding: 23px 20px;
  }
  .header-li-menu {
    font-size: 18px;
  }
  .header-nav {
    gap: 48px;
  }
  .nav-svg {
    width: 19px;
    height: 25px;
  }
  .header-btn {
    width: 221px;
    height: 64px;
    font-size: 26px;
  }
  .hero-container {
    padding: 139px 144px;
    height: 1020px;
    background-position: center 20%;
  }
  .hero-h2 {
    font-size: 84px;
    width: 1000px;
    font-weight: 600;
    letter-spacing: 0.1ch;
  }
  .hero-btn {
    width: 299px;
    height: 87px;
    font-size: 32px;
    margin-top: 54px;
  }
  .main-container {
    padding: 107px 144px;
  }
  .main-list {
    max-width: 1920px;
    margin: 0;
    gap: 80px;
  }
  .main-li {
    padding: 18px;
  }
  .main-img-btn {
    width: 58px;
    height: 58px;
  }
  .main-svg {
    height: 20px;
  }
  .features-container {
    padding: 109px 144px;
    display: flex;
  }
  .features-list {
    gap: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
  }
  .features-li {
    width: 534px;
    height: 336px;
  }
  .features-img {
    width: 420px;
    height: 200px;
  }
  .features-h2 {
    font-size: 40px;
    margin-top: 26px;
  }
  .footer-container {
    padding: 38px 145px;
  }
  .footer-logo {
    height: 259px;
    width: 228px;
    margin: 0;
  }
  .footer-list-nav {
    gap: 100px;
  }
  .contacts-h2,
  .corporate-h2,
  .fruits-h2,
  .vegetables-h2 {
    font-size: 40px;
    margin-bottom: 22px;
  }
  .contacts-a,
  .corporate-a,
  .fruits-a,
  .vegetables-a {
    font-size: 20px;
  }
  .footer-svg {
    height: 16px;
    margin-right: 8px;
  }
}


.fade-in {
  opacity: 0;
  transition: opacity 1s ease;
}

.fade-in.visible {
  opacity: 1;
}