@charset "UTF-8";
@import url('https://fonts.cdnfonts.com/css/steelfish');
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font-family: 'Geist', sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #111;
}

img {
  vertical-align: top;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

input,
button {
  border: none;
  font-family: inherit;
  font-size: inherit;
}

input:focus,
button:focus {
  outline: none;
}

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

._container {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0px 15px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.wrap {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}
iframe {
  width: 100%;
  height: 100vh;
}
._ibg {
  position: relative;
}
._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.home__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper {
  margin: 30px 0;
  width: 100%;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 420px;
  max-height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

.swiper-pagination {
  bottom: 10% !important;
}

.swiper-pagination-bullet-active {
  background: #00b33a !important;
}

.custom-button-prev,
.custom-button-next {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  bottom: 40%;
}

.custom-button-prev {
  left: 10%;
}

.custom-button-next {
  right: 10%;
}

.custom-button-prev img,
.custom-button-next img {
  width: 40px;
  height: 40px;
  pointer-events: none;
}

/*----------------------*/
label {
  display: none;
}
@media (max-width: 900px) {
  .header__info {
    font-size: 16px;
  }
  .header__link {
    font-size: 16px;
  }
}
.header__nav {
  max-width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__nav > a img {
  width: 100px;
  border-radius: 50%;
}

.header__list {
  display: flex;
  gap: 20px;
  transition: 0.5s;
}

.header__li a {
  color: white;
  text-decoration: none;
  font-size: 18px;
}

label {
  display: none;
}

#burger-toggle {
  display: none;
}

@media (max-width: 784px) {
  label {
    position: relative;
    display: block;
    height: 25px;
    width: 30px;
  }

  label::after,
  label::before,
  label span {
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: white;
    transition: 0.3s;
  }

  label::before {
    content: '';
    top: 0;
  }

  label::after {
    content: '';
    bottom: 0;
  }

  label span {
    top: 11px;
  }

  #burger-toggle:checked ~ label::after {
    transform: rotate(45deg);
    bottom: 10px;
  }

  #burger-toggle:checked ~ label::before {
    transform: rotate(-45deg);
    top: 12px;
  }

  #burger-toggle:checked ~ label span {
    transform: rotate(-45deg);
    top: 12px;
  }

  .header__list {
    position: fixed;
    left: 0;
    right: 0;
    background-color: #151515;
    padding-top: 350px;
    z-index: -1;
    flex-direction: column;
    text-align: center;
    opacity: 0.5;
    left: -100vw;
    right: 100vw;
    padding-bottom: 50px;
  }

  #burger-toggle:checked ~ .header__list {
    left: 0;
    right: 0;
  }

  .header__li a {
    font-size: 24px;
  }
}
.header {
  background-color: transparent;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.header__body {
  width: 100%;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}
.header__nav {
  display: flex;
}
.header__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header__link {
  color: #fff;
}
#burger-toggle {
  display: none;
}
.header__info {
  display: flex;
  gap: 25px;
  align-items: center;
}
.header__line {
  border: 1px solid #d0d5dd;
  height: 90%;
}

.hero {
  position: relative;
  height: 100vh;
}
.hero__container {
}
._container {
}
.hero__body {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  z-index: 100;
  height: 100vh;
  justify-content: flex-end;
  padding-bottom: 50px;
}
.hero__title {
  color: #fff;
  font-size: 68px;
  font-style: normal;
  z-index: 100;
  max-width: 800px;
  font-weight: 600;
  line-height: 100%; /* 86.4px */
  letter-spacing: -2.16px;
}

.hero__title span {
  color: #8fb173;
  font-weight: 800;
  font-size: 76px;
}

.hero__text {
  z-index: 100;
  max-width: 400px;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%; /* 28px */
  letter-spacing: -0.4px;
}
.hero__button {
  z-index: 100;
  padding: 12px 20px;
  gap: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: -0.16px;
  border-radius: 100px;
  background: #6d8c54;
  display: flex;
  transition: all 0.4s ease-in-out 0.2s;
}
.hero__button:hover {
  gap: 25px;
  background-color: #00b33a;
  padding: 12px 35px;
}
.aboutModel {
  position: relative;
}
.aboutModel__container {
}
._container {
}
.aboutModel__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0px;
  justify-content: center;
  gap: 30px;
}
.aboutModel__subtitle {
  color: #fff;
  text-align: center;
  font-size: 36px;
  z-index: 100;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
}
.aboutModel__title {
  color: #fff;
  text-align: center;
  font-size: 72px;
  max-width: 800px;
  font-style: normal;
  font-weight: 600;
  z-index: 100;
  line-height: 68px;
}
.aboutModel__text {
  color: #fff;
  text-align: center;
  max-width: 600px;
  font-size: 20px;
  z-index: 100;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 28px */
  letter-spacing: -0.4px;
}
/*----------------------*/

.aboutUs {
  z-index: 1;
  padding: 100px 0px;
  background: linear-gradient(182deg, #050608 41.94%, #6d8c54 71.75%, #fff 92.76%), #fff;
}
.aboutUs__body {
  display: flex;
  justify-content: space-between;
}
.aboutUs__text-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.aboutUs__title {
  color: #fff;
  font-size: 62px;
  font-style: normal;
  max-width: 500px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.86px;
}
.aboutUs__text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  max-width: 500px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.072px;
  margin: auto 0px 0px 0px;
}
.aboutUs__image-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.aboutUs__row {
  display: flex;
  align-items: center;
  gap: 15px;
}

/*----------------------*/
.gallery {
  z-index: 1;
  background-color: #fff;
  padding: 100px 0px;
  position: relative;
}
.gallery__body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-direction: column;
}
.gallery__title {
  color: #010101;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.86px;
}
.gallery__subtitle {
  color: #010101;
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 36px */
  text-transform: uppercase;
}

.gallery__aside {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

.gallery__aside-2 {
  flex-direction: row-reverse;
}

.gallery__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  justify-content: center;
}
.gallery__column-row {
  display: flex;
  gap: 10px;
  align-items: center;
}
.gallery__column-horizontal {
}
.gallery__imageVertical {
}
/*---------------------------*/
.aboutNumbs {
  z-index: 1;
  background-color: #fff;
  padding: 100px 0px;
}
.aboutNumbs__body {
  display: flex;
  gap: 50px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.aboutNumbs__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}
.aboutNumbs__title {
  color: #010101;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  max-width: 500px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.86px;
}
.aboutNumbs__text {
  color: #010101;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  max-width: 800px;
  font-weight: 400;
  line-height: 26px; /* 144.444% */
  letter-spacing: -0.072px;
}
.aboutNumbs__aside {
  gap: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.aboutNumbs__group {
  display: flex;
  padding: 40px 60px;
  background-color: #6d8c54;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  transition: all 0.5s ease 0s;
  gap: 10px;
}
.aboutNumbs__group:hover {
  background-color: #010101;
}
.aboutNumbs__group-title {
  color: #fff;
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: 105%; /* 125% */
  letter-spacing: -1px;
}
.aboutNumbs__group-subtitle {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 95%; /* 144.444% */
  letter-spacing: -0.072px;
}
.contacts {
  background: linear-gradient(178deg, #6d8c54 48.67%, #050608 95.72%);
  padding: 100px 0px;
}
._container {
}
.contacts__body {
  display: flex;
  flex-direction: column;
  gap: 50px;
  align-items: center;
  justify-content: space-around;
}
.contacts__form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border-radius: 20px;
  background-color: #fff;
}
.form__row {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
}
.form__body {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 50%;
  align-items: flex-start;
}
.form__title {
  color: #010101;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.6px;
}
.form__text {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.16px;
}
.formMain {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.formLink {
  border-radius: 5px;
  border: 1px solid rgba(1, 1, 1, 0.2);
  background: rgba(1, 1, 1, 0.05);
  display: flex;
  padding: 12px 14px;
  gap: 10px;
  width: 450px;
}
.formButton {
  display: flex;
  padding: 12px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  color: #fff;
  background: #009c3b;
  gap: 10px;
  align-self: stretch;
}
/*------------------------*/
.whyUs {
  background-color: #fff;
  position: relative;
}
.whyUs__body {
  padding: 80px 0px;
  display: flex;
  z-index: 100;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.whyUs__title {
  color: #fff;
  font-size: 62px;
  font-style: normal;
  font-weight: 400;
  z-index: 100;
  line-height: 58px;
  letter-spacing: -1.86px;
}
.whyUs__list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.whyUs__link {
  color: #fff;
  z-index: 100;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
/*-------------------------*/
.whatsReady {
  background-color: #fff;
  padding: 50px 0px;
}
.whatsReady__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.whatsReady__title {
  color: #010101;
  text-align: center;
  font-size: 62px;
  font-style: normal;
  max-width: 500px;
  font-weight: 400;
  line-height: 58px;
  letter-spacing: -1.86px;
}
.whatsReady__row {
  display: flex;
  justify-content: space-around;
  gap: 10px;
}
.whatsReady__item {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: space-around;
}
.whatsReady__text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.whatsReady__line {
  height: 120px;
  width: 1px;
  background-color: #010101;
}
/*----------------------------------*/
.footer {
  display: flex;
  align-items: center;
  background-color: #010101;
  padding: 50px 0px;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.footer__container {
  padding: 0px 15px;
}
._container {
}
.footer__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 100px;
}
.footer__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.footer__about {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
}
.footer__about-text {
  color: #fff;
  opacity: 0.8;
  color: #fff;
  font-size: 18px;
  max-width: 400px;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.footer__nav {
  display: flex;
}
.footer__lists {
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
  gap: 40px;
}
.footer__list-agroGlory,
.footer__list-resourceCenter,
.footer__list-customerSupport {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
.footer__subtitle {
  color: #fff;
  padding-bottom: 10px;
}
.footer__link {
  color: #d0d5dd;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.32px;
}
.footer__link:hover {
  text-decoration: underline;
}

.footer__line {
  width: 100%;
  border: 1px solid #d0d5dd;
}
.footer__asideInfo {
}
.footer__reserved {
  color: #fff;
}
.footer__bigLogo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.video__body {
  position: relative; /* Important for positioning the button */
}

#playPauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* Center the button */
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 1.2em;
  cursor: pointer;
  border-radius: 5px;
  z-index: 1; /* Ensure button is on top of video */
  background: transparent;
}

.play-button img {
  width: 100px;
  border-radius: 50%;
}

.playing {
  opacity: 0.3;
}

.darker-bg {
  background-color: rgba(0, 0, 0, 1); /* Черный цвет с прозрачностью 50% */
}

.hero__button--fixed {
  position: fixed;
  bottom: 40px; /* Закрепляем внизу */
  left: 50%; /* Центрируем горизонтально */
  transform: translateX(-50%); /* Корректируем центрирование */
  z-index: 1000; /* Убедитесь, что кнопка поверх всего */
  /* Добавьте другие стили по желанию (цвет, размер, отступы) */
}

/*  Опционально:  Возвращаем кнопке её исходные стили */
.hero__button {
  /* Ваши исходные стили для кнопки */
  transition: all 0.3s ease; /* Добавьте плавный переход */
}

.footer__contacts {
  margin-top: 5px;
  display: flex;
  gap: 20px;
}

.footer__contact {
  cursor: pointer;
}

.footer__contact img {
  width: 30px;
}
.thanks {
  padding: 20vh 0px;
}
.thanks__container {
}
._container {
}
.thanks__body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
.thanks__text-block {
  display: flex;
  gap: 10px;
  flex-direction: column;
  justify-content: center;
}
.thanks__title {
  font-size: 64px;
  text-align: center;
  color: #8fb173;
}
.thanks__text {
  font-size: 26px;
  color: #010101;
  opacity: 0.6;
  text-align: center;
  font-weight: 400;
  line-height: 24px;
}
.thanks__button {
  padding: 10px 60px;
  transition: all 0.5s ease 0s;
  border-radius: 10px;
  background-color: #010101;
  color: #fff;
  font-size: 16px;
}
.thanks__button:hover{
  padding: 16px 100px;
  background-color: #6d8c54;
}
@media(max-width:600px){
  .thanks__title {
    font-size: 46px;
  }
  .thanks__text {
    font-size: 14px;
    line-height: 12px;
  }
  .thanks__button {
    padding: 8px 40px;
    font-size: 14px;
  }
}