p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.3em;
}

h1 {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
}

h2 {
  font-size: 36px;
   font-weight: 600;
  text-transform: uppercase;
}

h3 {
  font-size: 22px;
}

button {
  outline: none;
  border: none;
  text-decoration: none;
  color: inherit;
}

a {
  display: block;
  text-decoration: none;
}

div,
p,
a,
ul,
li,
span,
img {
  box-sizing: border-box;
}

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

button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.wrapper   {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}

body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  color: #1B1B1B;
  margin: 0 auto;
  overflow-x: hidden;
}

.button {
  text-transform: uppercase;
  color: #fff;
  background: #689E1F;
  text-align: center;
  max-width: 300px;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  padding: 18px 0;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: 0.3s;
}

.button:hover {
  border: 1px solid #689E1F;
  color: #689E1F;
  background: transparent;
}

.header {
  position: relative;
}

.header.main {
    padding-bottom: 50px;
}

.header-image-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.header-image-bg  img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.header__image {
  position: absolute;
  top: -100px;
  right: -70px;
}

.header__image-box {
  position: relative;
}

.header__image-box span {
  display: block;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background: #FDD702;
  filter: blur(300px);
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.header.main .header__top {
    color: #fff;
}

.header__top {
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
}

.header__nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
  font-size: 18px;
  font-weight: 500;
}

.header__nav ul li {
  transition: 0.3s;
}

.header__nav ul li:hover {
  color: #689E1F;
}

.header__box {
  text-align: right;
}

.header__box a {
  font-weight: 600;
  font-size: 20px;
}

.offer {
  padding-top: 77px;
  position: relative;
  width: 100%;
}

.header.main .offer__inner {
    color: #fff;
}

.header.main .offer__inner {
    max-width:660px;
}

.offer__inner {
  max-width: 520px;
}

.offer__subtitle {
  padding-bottom: 25px;
  color: #FDD702;
  font-weight: 500;
  font-size: 26px;
  font-family: "Cormorant Unicase", sans-serif;
}

.offer__description {
  margin-bottom: 40px;
}

.offer h1 {
  margin-bottom: 30px;
}

.section-about {
  padding-top: 300px;
  position: relative;
}

.section-about__seed {
    position: absolute;
    left: 300px;
    top: 100px;
    transform: rotate(-90deg);
}

.about-inner {
  display: flex;
  align-items: center;
  gap: 70px;
  position: relative;
}

.about-offer .text-block{
  max-width: 770px;
  margin: 0 auto;
}

.section-about__flower {
  position: absolute;
  right: -50px;
  top: -20px;
}

.text-block {
  max-width: 600px;
  width: 100%;
}

.text-block-subtitle {
  color: #689E1F;
  font-family: "Cormorant Unicase", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 30px;
}

.text-block-title {
  margin-bottom: 30px;
}

.text-block-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}

.text-block-link {
  color: #689E1F;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  width: fit-content;
}

.text-block-link:hover span {
  border-bottom: 1px solid transparent;
}

.text-block-link span {
  border-bottom: 1px solid #689E1F;
  transition: border 0.3s;
}

.section-products {
  padding-top: 140px;
}

.section-products__content {
  position: relative;
}

.section-products__flower {
  position: absolute;
left: 100px;
    top: -80px;
}

.section-products__seed-small {
  position: absolute;
    left: 200px;
    top: -20px;

    width: 60px;
    height: 60px;
}

.section-products__seed {
  position: absolute;
    right: 100px;
    top: -80px;
}

.section-products__title {
  text-align: center;
}

.section-products__title h2 {
  margin-bottom: 20px;
}

.section-products__list {
  padding-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.section-products__item {
  box-shadow: 4px 5px 31.7px 0px #689E1F2B; 
  border-radius: 30px;
  max-width: 370px;
  width: 100%;
}

.section-products__box {
  padding: 15px 20px;
}

.section-products__image {
  overflow: hidden;
    border-radius: 30px;
    width: 100%;
    height: 275px;
}

.section-products__subtitle {
  margin-bottom: 10px;
  color: #689E1F;
  font-weight: 500;
}

.section-products__name {
  font-weight: 600;
  font-size: 18px;
}

.section-products-button {
  margin: 60px auto 0;
}

.section-devivery {
  padding-top: 140px;
}

.section-deliver__inner {
  position: relative;
}

.section-delivery__flower {
  position: absolute;
  width: 60px;
  height: 60px;
    right: 100px;
    top: -120px;
}

.section-about__images {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 100px;
  top: -100px;
}

.section-delivery__image {
  position: relative;
}

.section-delivery__light {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 300px;
  height: 300px;
  filter: blur(200px);
  background: #FDD702;
}

.section-certificate {
  padding-top: 140px;
  position: relative;
}

.section-certificate__title {
  text-align: center;
  margin-bottom: 60px;
}

.section-certificate__flower {
  position: absolute;
  left: 150px;
  top: 0;
}

.section-certificate__title p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #689E1F;
  font-family: "Cormorant Unicase", sans-serif;
}

.section-certificate .text-block-link {
  margin: 0 auto;
}

.cerfiticate__list {
  padding: 50px 0;
}

.cerfiticate__item {
  width: 270px;
  height: 310px;
  box-shadow: 4px 5px 31.7px 0px #689E1F2B;
  border-radius: 30px;
}

.cerfiticate__item a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cerfiticate__item img {
  width: 220px;
  height: 310px;
}


.section-contacts {
  padding-top: 140px;
  padding-bottom: 60px;
  position: relative;
}

.section-contacts__flower {
  position: absolute;
  right: 300px;
  top: 100px;
}

.section-contacts__title {
  margin-bottom: 90px;
  max-width: 600px;
}

.section-contacts__title p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  color: #689E1F;
  font-family: "Cormorant Unicase", sans-serif;
}

.section-contacts__content {
    position: relative;
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.section-contacts__item {
  margin-bottom: 30px;
  max-width: 320px;
}

.section-contacts__item p {
    color: #689E1F;
    margin-bottom: 15px;
}

.section-contacts__item a {
  font-size: 20px;
  font-weight: 500;
}

.section-contacts__link {
    color: #689E1F;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    width: fit-content;
}

.section-contacts__map {
  width: 100%;
  max-width: 700px;
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(0.5);
}

.section-contacts__light {
  display: block;
  position: absolute;
  right: 100px;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  width: 200px;
  height: 200px;
  filter: blur(200px);  
  background: #FDD702;
}

.section-contacts__link span {
    border-bottom: 1px solid #689E1F;
    transition: border 0.3s;
}

.footer {
  padding-bottom: 80px;
}

.footer__inner {
  border-top: 1px solid #689E1F33;
  padding-top: 32px;
  display: flex;
  justify-content: space-between;
}

.footer__info {
  padding-top: 30px;
  display: flex;
  gap: 40px;
  font-size: 14px;
  color: #7D7D7D;
}

.footer__info p:nth-child(2) {
  text-decoration: underline;
}

.footer__menu {
  display: flex;
  align-items: center;
  gap: 65px;
  font-size: 18px;
  font-weight: 500;
}

.footer__menu li {
  transition: 0.3s;
}

.footer__menu li:hover {
  color: #689E1F;
}

.footer__box a {
  font-size: 20px;
  font-weight: 600;
}

.d-none {
  display: none!important;
}

.lb-next {
  transform: translateX(20%);
  opacity: 1!important;
}

.lb-prev {
  transform: translateX(-30%);
  opacity: 1!important;
}

.products-offer {
  display: flex;
  max-width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding-top: 0;
}

.products-offer-light {
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #FDD702;
  filter: blur(300px);
  position: absolute;
  top: 55%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.product-offer__description {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.products {
  padding-top: 140px;
}

.products__wrapper h2 {
   text-align: center;
}

.certificate-products {
  padding-bottom: 60px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #689E1F;
}


.about-delivey__title {
  text-align: center;
  display: flex;
  max-width: 770px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.about-delivery {
  padding-top: 140px;
}

.about-delivey__title h2 {
  margin-bottom: 30px;
}

.about-delivery__subtitle {
  color: #689E1F;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  font-family: "Cormorant Unicase", sans-serif;
}

.about-delivery__box p:not(:last-child) {
  margin-bottom: 20px;
}

.about-delivey__content {
  padding-top: 60px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.about-page-certificate {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.about-offer-light {
  display: block;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #FDD702;
  filter: blur(300px);
  position: absolute;
  top: 20%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.contacts-page {
  padding: 45px 0 60px;
}

.contacts-page__subtitle {
  color: #689E1F;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 22px;
  font-family: "Cormorant Unicase", sans-serif;
}

.contacts-page__title {
  margin-bottom: 60px;
}

.contacts-page__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.contacts-page__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.contacts-page__item:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #689E1F33;
}

.contacts-page__name {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.contacts-page__el {
  max-width: 370px;
  width: 100%;
}

.contacts-page__caption {
 padding-bottom: 15px;
  font-size: 20px;
}

.contacts-page__caption  span {
  color: #689E1F;
  font-size: 16px;
}

.contacts-page__text {
  font-size: 20px;
  font-weight: 500;
}

.contacts-page__text.small {
  font-size: 16px;
}

.contacts-page__text.small span {
  color: #689E1F;
}

.contacts-page__map {
  border-radius: 20px;
  overflow: hidden;
  filter: grayscale(1);
}















.burger {
  position: relative;
  padding: 0;
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  z-index: 101;
  cursor: pointer;
}

.burger span {
  width: 100%;
  height: 2px;
  transition: 0.3s ease;
   background-color: #000;
}

.header.main .burger span {
 background-color: #fff;
}

.burger.active span:nth-child(1) {
  transform: rotate(45deg) translateY(8px);
  transform-origin: 9px;
  background-color: #000;
}

.burger.active span:nth-child(2) {
  opacity: 0;
}

.burger.active span:nth-child(3) {
  transform: rotate(-45deg) translateY(-8px);
  transform-origin: 11px;
    background-color: #000;
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -100%;
  height: 100%;
  width: 100%;
  max-width: 360px;
  background: white;
  z-index: 100;
  transition: right 0.3s ease;
  padding: 60px 20px;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
}

.mobile-nav.active {
  right: 0;
}

.mobile-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-nav li {
  margin-bottom: 20px;
}

.mobile-nav a {
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}

/* Закрытие меню при клике на ссылку */
.mobile-nav a:focus,
.mobile-nav a:hover {
  color: #0077cc;
}


@media screen and (max-width: 1200px) {
  .header__image {
    position: absolute;
    top: 30px;
    right: 0px; 
  }
  .header__image-box {
    max-width: 630px;
  }

  .section-about__flower {
    position: absolute;
    right: 0;
    top: -70px;
  }

}

@media screen and (max-width: 991px) {
   .burger {
    display: flex;
  }

  .header__logo {
    width: 70px;
  }

  .header__nav {
    display: none;
  }

  .header__image {
    z-index: -1;
    opacity: 50%;
    top: -30px;
  }

  .section-products__item {
    max-width:352px
  }

  .section-products__list {
    justify-content: center;
  }

  .about-inner {
    flex-direction: column;
    align-items: flex-start;
  }


  .section-products__flower {
    position: absolute;
    left: 0;
    top: -100px;
  }

  .section-products__seed-small {
    left: 100px;
  }

  .section-products__seed {
    width: 65px;
  }

  .section-about__images {
    width: 80px;
  }

  .section-contacts__flower {
    right: 100px;
    top: 50px;
  }

  .section-about__seed {
    display: none;
  }

  .section-about {
    padding-top: 200px;
  }

  .about-inner {
    gap: 40px;
  }

  .section-contacts__content {
    flex-direction: column;
    gap: 40px;
  }

  .section-contacts__info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    padding: 0 20px;
  }

  .footer__inner,
  .footer__info {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .footer__info {
    gap: 10px;
  }

  .products-offer {
    flex-direction: column;
    padding-top: 60px;
  }


.about-offer {
  padding-top: 60px;
}


}

@media (max-width: 768px) {
  .mobile-nav {
    width: 100%;
  }

  .section-about__flower {
    display: none;
  }

  .section-about {
    padding-top: 100px;
  }

  h2 {
    font-size: 28px;
  }

  .section-products__flower {
    width: 80px;
  }

  .section-products__seed-small {
    left: 50px;
    top: -60px;
  }

    .section-products__item {
    max-width:47%
  }

  .section-products__image {
    height: auto;
  }

  .section-products__list {
    gap: 15px;
    justify-content: center;
  }

  .section-delivery__flower {
    right: 80px;
    top: -70px;
  }

  .section-about__images {
    width: 74px;
    left: 125px;
  }

  .section-certificate__flower {
    display: none;
  }

  .section-certificate {
    padding-top: 80px;
  }

  .section-certificate__title {
    margin-bottom: 20px;
  }

  .footer__menu {
    gap: 30px;
  }
 
}

@media (max-width: 540px) {
  h1 {
    font-size: 34px;
  }

  .header {
    overflow: hidden;
  }

  .header__logo {
    width: 60px;
  }

  .footer__menu {
    flex-direction: column;
  }

  .section-products__item {
    max-width: 370px;
    margin: 0 auto;
  }

  .section-products__list {
    gap: 20px;
  }

  .section-about__images,
  .section-delivery__flower {
    display: none;
  }

  .section-devivery {
    padding-top: 60px;
  }

  .section-contacts__flower {
    right: 50px;
  }

  .section-contacts__item {
    width: 100%;
  }

  .section-contacts__info {
    gap: 0;
  }

  .section-contacts__title {
    margin-bottom: 40px;
  }

  .mobile-nav {
    max-width: 100%;
    text-align: center;
    padding-top: 100px;
  }

  .about-page-certificate {
    justify-content: center;
  }

  .about-delivey__content {
    justify-content: center;
  }

}



