/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media (max-width: 1440px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1295px) {
  html {
    font-size: 45%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 35%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 27%;
  }
}
@media (max-width: 575px) {
  html {
    font-size: 20%;
  }
}
@media (max-width: 501px) {
  html {
    font-size: 18.5%;
  }
}

html, body {
  position: relative;
  height: 100%;
}

*, ::after, ::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

body {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #484848;
}

.wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  padding-top: 8.4rem;
  flex-grow: 1;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.white {
  color: #FFFFFF;
}

.black {
  color: #484848;
}

.green {
  color: #8AAC71;
}

.container {
  max-width: 129.6rem;
  margin: 0 auto;
  padding: 0 auto;
}

.responsive {
  max-width: 100%;
  height: auto;
}

:root {
  --animation-curve: cubic-bezier(.5,0,0,.5);
}

.fixed {
  position: fixed;
}

.title {
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 8.4rem;
  color: #FFFFFF;
  animation-name: leftToRight;
  animation-duration: 6s;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

.title-text {
  animation-name: RightToLeft;
  animation-duration: 6s;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

@keyframes leftToRight {
  0% {
    opacity: 0;
    transform: translateX(-50rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes RightToLeft {
  0% {
    opacity: 0;
    transform: translateX(50rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.section-paragraph {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.1rem;
  color: #5A843B;
  text-transform: uppercase;
  margin-bottom: 1rem;
  font-family: Montserrat;
}

.section-title {
  font-weight: 700;
  font-size: 6.4rem;
  line-height: 7.5rem;
  color: #484848;
  font-family: Montserrat;
}

.blog-title {
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.5rem;
  font-family: Montserrat;
}

.blog-paragraph {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  font-family: Montserrat;
}

.content {
  padding-top: 0rem;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

.sticky + .content {
  padding-top: 9rem;
}

/* HEADER */
.header {
  position: fixed;
  z-index: 20;
  background-color: #FFFFFF;
  padding: 1.5rem 0 1.5rem;
  max-height: 9rem;
  width: 100%;
}
.header__nav-container {
  position: relative;
}
.header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: 129.6rem;
  background-color: #FFFFFF;
}
.header__logo {
  width: 19.1rem;
}

.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 96.5rem;
  gap: 5rem;
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.menu__list-link {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.9rem;
  color: #484848 !important;
  transition: all 0.3s ease;
  position: relative;
  padding: 0.5rem 0;
}
.menu__list-link:hover {
  text-decoration: none;
  color: #5A843B !important;
}
.menu__list-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #5A843B;
  transition: width 0.3s ease;
}
.menu__list-link:hover::after {
  width: 100%;
}

.uk-link-muted a {
  color: #484848 !important;
}

.uk-link-muted a, .uk-link-toggle .uk-link-muted, a.uk-link-muted {
  color: #484848 !important;
}

.uk-link-muted:hover a {
  color: #484848 !important;
}

.phone-link {
  display: flex;
  padding-left: 3rem;
  gap: 1rem;
  align-items: center;
}

.phone-logo {
  width: 2rem;
  height: auto;
}

.menu__list > .active > a,
.menu__list-item.current-page .menu__list-link {
  color: #5A843B !important;
  font-weight: 700;
}

.menu__list > .active > a::after,
.menu__list-item.current-page .menu__list-link::after {
  width: 100%;
}



@keyframes shrink {
  0% {
    background-size: 120% 120%;
    background-position: 100% 0%;
  }
  100% {
    background-size: 100% 100%;
    background-position: 50% 50%;
  }
}
.left-wrapper {
  width: 52.7rem;
  height: 41.7rem;
  position: relative;
  top: 23.6rem;
}
.left-wrapper__text {
  color: #FFFFFF;
  padding-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.buttons {
  display: inline-flex;
}
.buttons a {
  text-decoration: none;
}
.buttons__main-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  font-weight: 500;
  color: #FFFFFF;
  border: none;
  position: absolute;
  width: 19.6rem;
  height: 6rem;
  left: 0rem;
  background: #5A843B;
  border-radius: 4rem;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  animation-name: leftToRight;
  animation-duration: 6s;
  animation-timing-function: ease;
  backface-visibility: hidden;
  text-align: center;
}
.buttons__main-btn img {
  width: 2rem;
  height: 2rem;
}
.buttons__second-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  font-weight: 500;
  color: #484848;
  position: absolute;
  width: 22rem;
  height: 6rem;
  left: 22rem;
  background: #FFFFFF;
  border-radius: 4rem;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  overflow: hidden;
  animation-name: RightToLeft;
  animation-duration: 6s;
  animation-timing-function: ease;
  backface-visibility: hidden;
}
.buttons__second-btn img {
  width: 2rem;
}

.buttons__main-btn:hover p {
  position: relative;
  z-index: 2;
}
.buttons__main-btn:hover img {
  position: relative;
  z-index: 2;
}

.buttons__main-btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
}

.buttons__main-btn:hover {
  color: #fff;
}

.buttons__main-btn:hover:after {
  width: 100%;
}

.buttons__second-btn:hover p {
  position: relative;
  z-index: 2;
}
.buttons__second-btn:hover img {
  position: relative;
  z-index: 2;
}

.buttons__second-btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.35s;
}

.buttons__second-btn:hover {
  color: #fff;
}

.buttons__second-btn:hover:after {
  width: 100%;
}

.right-wrapper {
  position: relative;
  width: 13.4rem;
  height: 24.6rem;
  right: 0rem;
  top: 24.2rem;
}
.right-wrapper img {
  width: 13.4rem;
}

.tagline {
  margin-bottom: 3.7rem;
  width: 13.4rem;
}

.main-section__right-wrapper-hiden {
  animation-name: RightToLeft;
  animation-duration: 10s;
  animation-timing-function: ease;
  backface-visibility: hidden;
}

.arrow-animation {
  animation: UpToBtn 5s infinite;
  animation-delay: 10s;
  animation-timing-function: ease-in-out;
}

@keyframes UpToBtn {
  0% {
    opacity: 1;
    transform: translateY(-2rem);
  }
  50% {
    opacity: 1;
    transform: translateY(2rem);
  }
  100% {
    opacity: 1;
    transform: translateY(-2rem);
  }
}
.second-section {
  position: relative;
  height: 127rem;
  margin-bottom: 14rem;
}
.second-section__container {
  padding-top: 9.9rem;
  position: relative;
}
.second-section__icons-box {
  display: flex;
  justify-content: space-between;
  width: 99.6rem;
  height: 12rem;
  margin-bottom: 9.9rem;
}
.second-section__icons-item img {
  width: 4rem;
}
.second-section__certified {
  margin-bottom: 14rem;
}
.second-section__certified-img {
  width: 100%;
}
.second-section__certified-img-little {
  display: none;
}
.second-section__about-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14rem;
}
.second-section__left-wrapper {
  position: relative;
  width: 54.8rem;
  height: 47.9rem;
  left: 0rem;
  top: 0rem;
}
.second-section__left-wrapper__text {
  font-size: 2rem;
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.second-section__left-wrapper_button img {
  width: 2rem;
}
.second-section__img-little {
  display: none;
}
.second-section__right-wrapper {
  position: relative;
  max-width: 64.8rem;
}
.second-section__right-wrapper img {
  width: 100%;
}

.icons-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  left: 15rem;
}
.icons-item__img {
  margin-right: 2.4rem;
}
.icons-item__text {
  font-size: 2rem;
}
.icons-item__number {
  font-size: 7.2rem;
  font-weight: bold;
  margin-right: 2.4rem;
}

.third-section {
  position: relative;
  width: 100%;
  height: 65rem;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/our-mission-parallax.jpg) center/cover no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.third-section__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  max-width: 129.6rem;
}
.third-section__cards-box {
  display: inline-flex;
  justify-content: center;
  position: relative;
  padding-top: 3rem;
}

.carousel {
  display: none;
}

.cards-item {
  position: relative;
  width: 41.6rem;
  height: 45rem;
  top: 7rem;
  background: #FFFFFF;
  border-radius: 1rem;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 2.4rem;
}
.cards-item:last-child {
  margin-right: 0;
}
.cards-item__box {
  position: relative;
  padding-top: 7rem;
  padding-left: 8.7rem;
  width: 33.3rem;
}
.cards-item__img {
  width: 7rem;
}
.cards-item__title {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.cards-item__text {
  position: relative;
  line-height: 2.6rem;
}

.our-product {
  position: relative;
  height: 68rem;
  background: #F1F1F1;
}
.our-product__container {
  position: relative;
  padding-top: 10rem;
}
.our-product__box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.our-product__left-wrapper {
  position: relative;
  width: 49rem;
  padding-top: 0.9rem;
}
.our-product__left-wrapper__title {
  margin-bottom: 3.5rem;
}
.our-product__left-wrapper_button {
  padding-top: 4rem;
  width: 2rem;
}
.our-product__img-little {
  display: none;
}
.our-product__right-wrapper {
  position: relative;
  max-width: 63.5rem;
}
.our-product__right-wrapper img {
  max-width: 100%;
}

.section-why-us {
  position: relative;
  height: 117rem;
}
.section-why-us__title {
  padding-top: 11rem;
  margin-bottom: 8rem;
  width: 95rem;
}
.section-why-us__paragraph {
  margin-bottom: 1rem;
}

.swiper {
  position: relative;
  width: 129.6rem;
  height: 69.8rem;
  margin-bottom: 10rem;
}

.swiper-slide {
  position: relative;
  text-align: start;
  font-size: 1.8rem;
  background: #F1F1F1;
  width: 100%;
  height: 30rem;
  display: flex;
  border-radius: 1rem;
  flex-direction: column;
}
.swiper-slide__item {
  width: 100%;
  padding-top: 4rem;
  padding-left: 4rem;
}
.swiper-slide__item img {
  width: 7rem;
}
.swiper-slide__item p {
  padding-top: 4rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  width: 22.6rem;
}
.swiper-slide__item p em {
  font-size: 2rem;
  font-weight: 700;
  color: #484848;
}

.swiper-pagination-bullet {
  position: relative;
  top: -1rem;
  width: 3rem;
  height: 0.6rem;
  border-radius: 0;
  background-color: #e0e0e0;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  position: relative;
  pading-top: 1rem;
  height: 0.8rem;
  background-color: #AFC845;
}

.swiper-button-next {
  position: absolute;
  color: #AFC845;
  top: 67.8rem;
  right: -69.5rem;
  width: 100%;
}

.swiper-button-prev {
  position: absolute;
  color: #AFC845;
  top: 67.8rem;
  left: -68rem;
  width: 100%;
}

.appointment {
  position: relative;
  height: 44rem;
}
.appointment__container {
  height: 30.7rem;
  background: url(../img/appointment.jpg) center/cover no-repeat;
  margin-bottom: 14rem;
}
.appointment__box {
  position: relative;
  padding-top: 7rem;
  padding-left: 8.6rem;
}
.appointment__title {
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 5.6rem;
  color: #FFFFFF;
  margin-bottom: 4rem;
}
.appointment__form {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.appointment__form_info {
  position: relative;
  display: flex;
  max-width: 58.9rem;
}
.appointment__form_img {
  width: 6.2rem;
}
.appointment__form_text {
  padding-left: 4rem;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 3.8rem;
  color: #AFC845;
}
.appointment__form_button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  position: relative;
  width: 31rem;
  height: 6rem;
  right: 8.6rem;
  top: 1rem;
  background: #AFC845;
  border-radius: 4rem;
  overflow: hidden;
}
.appointment__form_button img {
  width: 2rem;
}
.appointment__form_button p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #484848;
}

.appointment__form_button:hover p {
  position: relative;
  z-index: 2;
}
.appointment__form_button:hover img {
  position: relative;
  z-index: 2;
}

.appointment__form_button:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #FFFFFF;
  transition: all 0.5s;
}

.appointment__form_button:hover {
  color: #fff;
}

.appointment__form_button:hover:after {
  width: 100%;
}

.footer {
  height: 50.4rem;
  background-color: #5A843B;
  position: relative;
}
.footer__menu {
  display: flex;
  flex-direction: row;
  margin-bottom: 4rem;
}
.footer__menu-info {
  padding-top: 6rem;
  width: 31rem;
  margin-right: 9.6rem;
}
.footer__menu-info h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
}
.footer__menu-info p {
  font-size: 1.6rem;
  color: #FFFFFF;
  padding-top: 2.4rem;
  line-height: 2rem;
  margin-bottom: 2.4rem;
}
.footer__menu-info_btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem;
  gap: 0.8rem;
  position: relative;
  width: 31rem;
  height: 6rem;
  background: #FFFFFF;
  border-radius: 4rem;
  overflow: hidden;
}
.footer__menu-info_btn img {
  width: 2rem;
}
.footer__menu-info_btn p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #484848;
}
.footer__menu-links {
  padding-top: 6rem;
  margin-right: 9.6rem;
  width: 11.5rem;
}
.footer__menu-links li {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 3.2rem;
}
.footer__menu-links li:hover {
  text-decoration: solid;
  text-decoration-line: underline;
}
.footer__menu-links a {
  color: #FFFFFF;
}
.footer__menu-contacts {
  padding-top: 6.3rem;
  width: 23rem;
  margin-right: 6.6rem;
}
.footer__menu-contacts_name {
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: 0.6rem;
  line-height: 2.6rem;
}
.footer__menu-contacts_info {
  font-size: 1.8rem;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 2.2rem;
  line-height: 2.6rem;
  text-decoration: none;
}
.footer__menu-contacts_info a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.footer__menu-contacts a {
  color: #FFFFFF !important;
  text-decoration: none !important;
}
.footer__menu-form {
  position: relative;
  width: 40.1rem;
  height: 36.4rem;
  right: -4.8rem;
  top: 0rem;
  background: #74975B;
  border-radius: 0rem 0rem 1rem 1rem;
}
.footer__menu-form h3 {
  font-size: 2rem;
  font-weight: 500;
  color: #FFFFFF;
  width: 32.1rem;
  padding-top: 3rem;
  padding-left: 4.7rem;
  line-height: 110%;
  display: flex;
  align-items: center;
}

.subscribe-form {
  background: #f7f4ff;
  border-radius: 1rem;
  padding-top: 2rem;
  padding-left: 2rem;
  margin-bottom: 0;
  max-width: 25rem;
  margin: 1rem auto;
  background: #74975B;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  display: flex;
  flex-direction: column;
}
.subscribe-form input {
  position: relative;
  display: block;
  width: 27rem;
  height: 6rem;
  background: #8AAC71;
  border-radius: 4rem;
  left: -3rem;
  border: none;
  box-shadow: none;
  padding-left: 2rem;
  border: 0rem solid;
  margin-bottom: 2rem;
}
.subscribe-form input::placeholder {
  color: rgba(254, 254, 254, 0.8);
}
.subscribe-form textarea:focus, .subscribe-form input:focus {
  outline: white;
  border: 0.1rem solid white;
}
.subscribe-form button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  position: relative;
  width: 27rem;
  height: 6rem;
  top: -2.5rem;
  left: -3rem;
  background: #FFFFFF;
  border-radius: 4rem;
  border: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #5A843B;
  cursor: pointer;
  overflow: hidden;
}
.subscribe-form button span {
  top: -1.5rem;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #5A843B;
  display: none;
}

.footer__menu-line {
  width: 100%;
  height: 0.1rem;
  background: #8AAC71;
}

.footer-social {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
.footer-social a {
  margin-right: 1.5rem;
}
.footer-social a:last-child {
  margin-right: 0;
}
.footer-social p {
  color: #8AAC71;
}
.footer-social__icons img {
  width: 4rem;
}

.footer__menu-info_btn:hover p {
  position: relative;
  z-index: 2;
}
.footer__menu-info_btn:hover img {
  position: relative;
  z-index: 2;
}

.footer__menu-info_btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
}

.footer__menu-info_btn:hover {
  color: #fff;
}

.footer__menu-info_btn:hover:after {
  width: 100%;
}

.footer__menu-form_btn:hover span {
  display: block;
  position: relative;
  z-index: 2;
  color: #FFFFFF;
}

.footer__menu-form_btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
  z-index: 1;
}

.footer__menu-form_btn:hover {
  color: #fff;
}

.footer__menu-form_btn:hover:after {
  width: 100%;
}

/* ABOUT US */
.top {
  position: relative;
  height: 60rem;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/about-us.jpg) center/cover no-repeat;
  margin-bottom: 12rem;
  background-size: 100% 100%;
  background-position: 0% 0%;
  animation: shrink 15s alternate;
}
.top__content-container {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.top__content-container h1 {
  position: relative;
  top: 22.5rem;
}

.top__button {
  position: relative;
  top: 20.8rem;
  right: 9.8rem;
  text-align: center;
  animation-name: RightToLeft;
  animation-duration: 6s;
  animation-timing-function: ease;
  backface-visibility: hidden;
}
.top__button img {
  width: 15.6rem;
}
.top__button p {
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #FFFFFF;
}

.introducing {
  position: relative;
  height: 55.9rem;
  margin-bottom: 14rem;
}
.introducing__content-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.introducing__left-wrapper {
  width: 55.4rem;
}
.introducing__left-wrapper_img {
  display: none;
}
.introducing__left-wrapper_title {
  margin-bottom: 3.5rem;
}
.introducing__left-wrapper_text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
}
.introducing__right-wrapper {
  padding-top: 1.5rem;
}
.introducing__right-wrapper img {
  width: 63.5rem;
}

.values {
  height: 45.3rem;
  background: url(../img/values.jpg) center/cover no-repeat;
}
.values__content-container {
  position: relative;
}
.values__cards-box {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  top: 10rem;
}
.values__cards-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 4rem;
  gap: 1rem;
  position: relative;
  width: 52.6rem;
  height: 25.3rem;
  background: #F1F1F1;
  border-radius: 1rem;
}
.values__cards-img {
  width: 7rem;
}
.values__cards-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-left: 2.4rem;
}
.values__cards-title {
  position: relative;
  padding-top: 2.1rem;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #5A843B;
}
.values__cards-text {
  position: relative;
  padding-top: 2.1rem;
  width: 35.2rem;
}

.organic-history {
  padding: 14rem 0rem 0rem 14rem;
}

.why-us {
  padding-top: 12rem;
}
.why-us__title {
  width: 98.9rem;
}
.why-us__text {
  width: 95.9rem;
  padding: 4rem 0;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
}
.why-us__btn {
  background: #5A843B;
  margin-bottom: 10rem;
  left: 0;
}
.why-us__btn p {
  color: #FFFFFF;
}
.why-us__steps-box {
  display: flex;
  justify-content: space-around;
  gap: 2.5rem;
  margin-bottom: 5.6rem;
}
.why-us__steps-box-2 {
  margin-bottom: 14rem;
}
.why-us__steps-card {
  width: 26.6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.why-us__steps-card:last-child {
  margin-right: 0rem;
}
.why-us__steps-icon {
  width: 7rem;
  margin-bottom: 1.2rem;
}
.why-us__steps-text {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
}

.why-us__btn:hover p {
  position: relative;
  z-index: 2;
}
.why-us__btn:hover img {
  position: relative;
  z-index: 2;
}

.why-us__btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
}

.why-us__btn:hover {
  color: #fff;
}

.why-us__btn:hover:after {
  width: 100%;
}

.connect {
  position: relative;
}
.connect__content-container {
  display: flex;
  height: 30.7rem;
  width: 129.6rem;
  background-image: url(../img/connect.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 14rem;
}
.connect__info {
  width: 68.8rem;
  padding-top: 5.7rem;
  padding-left: 13.4rem;
}
.connect__info-title {
  color: #AFC845;
  margin-bottom: 3rem;
}
.connect__info-text {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #FFFFFF;
}

.connect_form {
  position: relative;
  background: #f7f4ff;
  border-radius: 1rem;
  padding: 2rem;
  width: 25rem;
  margin: 1rem auto;
  background: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  display: flex;
  flex-direction: column;
}
.connect_form input {
  display: block;
  position: relative;
  width: 47rem;
  height: 6rem;
  background: #F1F1F1;
  border-radius: 4rem;
  left: 6rem;
  top: 1.5rem;
  border: none;
  box-shadow: none;
  padding-left: 2rem;
  margin-bottom: 2rem;
  border: 0rem solid;
}
.connect_form input::placeholder {
  color: #484848;
}
.connect_form textarea:focus, .connect_form input:focus {
  outline: #F1F1F1;
  border: 0.2rem solid #5A843B;
}
.connect_form button {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  position: relative;
  width: 47rem;
  height: 6rem;
  left: 6rem;
  top: -1rem;
  background: #5A843B;
  border-radius: 4rem;
  border: none;
  box-shadow: none;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #FFFFFF;
}
.connect_form button span {
  color: #FFFFFF;
  position: relative;
  top: 1.9rem;
}

.connect_form-btn:hover span {
  display: inline;
  position: absolute;
  z-index: 2;
  top: 1.9rem;
  color: #FFFFFF;
}

.connect_form-btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
}

.connect_form-btn:hover {
  color: #fff;
}

.connect_form-btn:hover:after {
  width: 100%;
}

/* OUR-TEAM */
.our-team__wrapper {
  display: flex;
  align-items: center;
}
.our-team__title {
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 4rem;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 4.2rem;
}
.our-team__team-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}
.our-team__team-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 30.6rem;
  height: 46rem;
  margin-bottom: 6rem;
}
.our-team__team-img {
  width: 30.6rem;
}
.our-team__team-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  padding-top: 2.4rem;
  margin-bottom: 1rem;
}
.our-team__team-info {
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.3rem;
  margin-bottom: 2.4rem;
}

.mail-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  width: 22.1rem;
  height: 5rem;
  background: #5A843B;
  border-radius: 4rem;
  color: #FFFFFF;
}
.mail-button img {
  width: 2rem;
}

/* CONTACT-US */
.contact-us__connect {
  padding-top: 4rem;
  margin-bottom: 14rem;
}
.contact-us__connect_form {
  display: block;
  position: absolute;
  padding-top: 3rem;
  left: calc(50% - 23rem + 10.5rem);
  top: calc(60% - 2rem - 3.95rem);
}

.contact-us {
  height: 34.5rem;
  margin-bottom: 18rem;
  position: relative;
}
.contact-us__title {
  text-align: center;
  margin-bottom: 6rem;
}
.contact-us__info-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 27rem;
}
.contact-us__info-card {
  height: 100%;
}
.contact-us__info-icon {
  width: 7rem;
}
.contact-us__info-link {
  text-decoration: none;
  color: #484848;
}
.contact-us__info-link:hover {
  color: #5A843B;
}
.contact-us__info-title {
  padding-top: 4rem;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 2.6rem;
  margin-bottom: 1rem;
}
.contact-us__info-text {
  padding-top: 1rem;
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.6rem;
}

.contact-us__connect_form-btn:hover span {
  display: inline;
  position: absolute;
  z-index: 2;
  top: 1.9rem;
  color: #FFFFFF;
}

.contact-us__connect_form-btn:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
  z-index: 1;
}

.contact-us__connect_form-btn:hover {
  color: #fff;
}

.contact-us__connect_form-btn:hover:after {
  width: 100%;
}

.map {
  width: 100%;
  height: 52rem;
}

/* PRODUCTS */
.green-banana {
  padding-top: 4rem;
  margin-bottom: 10rem;
}
.green-banana__content-container {
  display: flex;
}
.green-banana__left-wrapper {
  padding-top: 1.3rem;
}
.green-banana__img {
  width: 44rem;
}
.green-banana__right-wrapper {
  width: 74.6rem;
  padding-left: 11rem;
}
.green-banana__info-img {
  display: none;
}
.green-banana__info-title {
  display: flex;
  width: 74.6rem;
  margin-bottom: 3rem;
}
.green-banana__info-text_title {
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 2.8rem;
  margin-bottom: 4rem;
}
.green-banana__info-text_title span {
  color: #5A843B;
}
.green-banana__info-text {
  width: 74.6rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.green-banana__icons-box {
  display: flex;
  height: 15.3rem;
  width: 8.4rem;
  text-align: center;
  gap: 2.6rem;
  margin-bottom: 3rem;
}
.green-banana__title-logo {
  width: 11rem;
}
.green-banana__icons-logo {
  width: 8.4rem;
}
.green-banana__icons-text {
  padding-top: 1rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
}
.green-banana__weight-title {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}

.buy-button {
  width: 22rem;
  height: 6rem;
  margin-bottom: 0;
}

/* BLOG */
.blog {
  padding-top: 4rem;
}
.blog__cards-item {
  height: 37rem;
  margin-bottom: 10rem;
  display: flex;
  justify-content: space-between;
}
.blog__cards-img {
  padding-top: 0.8rem;
}
.blog__cards-info {
  width: 63.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
}

.blog-button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0rem 1.6rem;
  gap: 0.8rem;
  width: 30.6rem;
  height: 6rem;
  background: #FFFFFF;
  border: 0.1rem solid #484848;
  border-radius: 4rem;
  color: #484848;
  font-weight: 500;
  overflow: hidden;
}

.blog-button:hover {
  border: none;
}
.blog-button:hover p {
  position: relative;
  z-index: 2;
}
.blog-button:hover img {
  position: relative;
  z-index: 2;
}

.blog-button:after {
  border-radius: 4rem;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #AFC845;
  transition: all 0.5s;
  border: none;
}

.blog-button:hover {
  color: #fff;
}

.blog-button:hover:after {
  width: 100%;
}

/* BLOG-1 */
.blog__top {
  padding-top: 4rem;
  display: flex;
  align-items: start;
  justify-content: space-between;
  margin-bottom: 6rem;
}

.blog-back-button {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.blog-back-button__img {
  width: 6rem;
}
.blog-back-button__text {
  position: relative;
  top: -0.5rem;
}

.blog-1__top-img {
  width: 85.5rem;
}
.blog-1__info-img {
  display: none;
}
.blog-1__info-text-title {
  font-weight: 700;
  padding-top: 6rem;
}
.blog-1__types-box {
  margin-bottom: 10rem;
}
.blog-1__types-title {
  padding-top: 10rem;
  margin-bottom: 6rem;
}
.blog-1__types-item {
  height: 30.1rem;
  display: flex;
  margin-bottom: 6rem;
  justify-content: space-between;
}
.blog-1__types-info {
  width: 77rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4rem;
}
.blog-1__types-name {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.8rem;
  color: #5A843B;
}

/* BLOG-2 */
.blog-2__top-img {
  width: 85.5rem;
}
.blog-2__info-img {
  display: none;
}
.blog-2__info-title {
  margin-bottom: 6rem;
}
.blog-2__info-item {
  width: 120.5rem;
  padding-left: 8.6rem;
  margin-bottom: 10rem;
}
.blog-2__info-text span {
  font-weight: 700;
  color: #5A843B;
}
.blog-2__text {
  font-weight: 700;
  margin-bottom: 10rem;
}

/* MENU-BURGER */
.hamburger {
  display: none;
}

.hamburger-button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 5rem;
  height: 4rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  outline: none;
  transition: all 0.3s ease;
}

.hamburger-button span {
  display: block;
  width: 100%;
  height: 0.4rem;
  background-color: #5A843B;
  border-radius: 0.4rem;
  transition: all 0.3s var(--animation-curve);
}

.hamburger-button span:nth-child(2) {
  width: 70%;
  align-self: flex-end;
}

.hamburger-button:hover span {
  background-color: #484848;
}

.hamburger-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(1.75rem) rotate(45deg);
  background-color: #484848;
  width: 100%;
}

.hamburger-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
  width: 100%;
}

.hamburger-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-1.75rem) rotate(-45deg);
  background-color: #484848;
}

.hamburger-button:focus {
  outline: 2px solid rgba(90, 132, 59, 0.5);
  border-radius: 4px;
  outline-offset: 2px;
}

/* POPUP-THANKS */

.container-popup {
  position: absolute;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup {
  position: relative;
  width: 46.4rem;
  height: 43.2rem;
  background: #FFFFFF;
  border-radius: 1rem;
}

.popup-button {
  position: relative;
  width: 3rem;
  height: 3rem;
  left: 33.3rem;
  top: 2.5rem;
}

.popup-info {
  position: relative;
}
.popup-info__img {
  width: 10rem;
  height: 10rem;
  left: 18.2rem;
  top: 10rem;
  position: absolute;
}
.popup-info__title {
  position: absolute;
  left: 9.8rem;
  top: 19rem;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 6.3rem;
  color: #5A843B;
}
.popup-info__text {
  position: absolute;
  left: 10.4rem;
  top: 26.8rem;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2.8rem;
}

/* Tablet styles */
@media only screen and (max-width: 1024px) {
  .hamburger {
    display: block;
    position: relative;
    z-index: 100;
    margin-right: 2rem;
  }

  .menu__list {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    transform: translateY(-100%);
    transition: transform 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
    z-index: 90;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  }

  .menu__list--active {
    transform: translateY(0);
  }

  .menu__list-link {
    font-size: 2.2rem;
    padding: 1rem 2rem;
    display: block;
  }

  .menu__list-link:hover {
    background-color: rgba(90, 132, 59, 0.1);
    border-radius: 4px;
  }

  .phone-link {
    padding-left: 0;
    margin-top: 2rem;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 2rem;
  }

  .header__logo {
    width: 16rem;
  }

  .menu {
    width: auto;
    justify-content: flex-end;
  }
}

/* MOBILE - 414px */
@media only screen and (max-width: 450px) {
  html {
    font-size: 47%;
    height: auto;
  }
  .content {
    padding-top: 0rem;
  }
  .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }
  .sticky + .content {
    padding-top: 0rem;
  }
  .hamburger-button span {
    height: 0.4rem;
  }
  .section-title {
    width: 95dvw;
  }
  .header {
    background-color: #FFFFFF;
    padding-top: 2rem;
    padding-bottom: 1rem;
    position: fixed;
    height: 100%;
    width: 100dvw;
    display: block;
    padding-right: 0;
    padding-left: 0;
    justify-content: space-between;
  }
  .header__nav-container {
    padding-right: 0;
    padding-left: 0;
  }
  .header__logo {
    position: relative;
    z-index: 4;
    width: 18.2rem;
    display: flex;
    justify-content: start;
    padding-left: 2rem;
  }
  .header__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100dvw;
  }
  .menu {
    width: 30rem;
  }
  .menu__list {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    height: 100vh;
    width: 100dvw;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #FFFFFF;
    transform: translateY(-100%);
    padding-top: 4.2rem;
    gap: 2.5rem;
  }
  .menu__list-link {
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .phone-link {
    padding: 0;
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
  .menu__list.menu__list--active {
    transform: translateY(0%);
    position: fixed;
  }
  .menu__list.menu__list--active .logo {
    display: none;
  }
  .container {
    margin: 0;
    padding: 0;
    width: 95dvw;
  }
  .wrapper {
    width: 50dvw;
  }
  .hamburger {
    display: flex;
    align-items: center;
    z-index: 10;
    width: 5rem;
    position: relative;
    left: -2.5rem;
  }
  .main {
    width: 100dvw;
  }
  .main-section {
    padding-left: 2rem;
    padding-top: 0;
    height: 110dvh;
    width: 100dvw;
    margin-bottom: 10rem;
    background: url(../img/background-about-little-01.jpg) center/cover no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
    animation: shrink 15s normal;
  }
  .main-section__left-wrapper {
    top: 15rem;
  }
  .main-section__left-wrapper__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .main-section__right-wrapper {
    display: none;
  }
  .second-section {
    padding-left: 2rem;
    padding-right: 2rem;
    margin-bottom: 20rem;
    height: 245dvh;
    width: 100dvw;
  }
  .second-section__icons-box {
    flex-direction: column;
    gap: 6rem;
    justify-content: space-around;
    align-items: flex-start;
    left: -13rem;
    position: relative;
    width: 100dvw;
  }
  .second-section__certified {
    margin-bottom: 9rem;
  }
  .second-section__certified-img {
    display: none;
  }
  .second-section__certified-img-little {
    display: block;
    padding-top: 1rem;
    left: -2rem;
    position: relative;
  }
  .second-section__img-little {
    display: block;
    padding-top: 3rem;
    padding-bottom: 1rem;
    border-radius: 1.1rem;
    width: 100%;
  }
  .second-section__left-wrapper {
    padding-right: 2rem;
    width: 95dvw;
  }
  .second-section__left-wrapper__text {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
  .second-section__left-wrapper_button {
    width: 22rem;
  }
  .second-section__right-wrapper {
    display: none;
  }
  .icons-item__text {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .third-section {
    height: 62dvh;
    width: 100dvw;
    display: flex;
    flex-direction: row;
    padding-left: 2rem;
    background-attachment: local;
    overflow: hidden;
  }
  .third-section__container {
    padding-right: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .third-section__cards-box {
    display: none;
  }
  .carousel {
    display: block;
    width: 32.7rem;
    height: 55rem;
    padding-top: 5rem;
  }
  .carousel-item {
    width: 32.7rem;
    height: 45rem;
  }
  .swiper-card {
    width: 100%;
  }
  .carousel-control-prev {
    color: #fff;
    opacity: 1;
    left: -7rem;
    position: absolute;
    top: 44%;
    width: 1rem;
    width: 6rem;
    height: 6rem;
  }
  .carousel-control-prev-icon {
    width: 6rem;
    height: 6rem;
  }
  .carousel-control-next {
    color: #fff;
    opacity: 1;
    right: -7rem;
    position: absolute;
    top: 44%;
    width: 6rem;
    height: 6rem;
  }
  .carousel-control-next-icon {
    width: 6rem;
    height: 6rem;
  }
  .our-product {
    height: 134dvh;
    padding-top: 8rem;
    padding-left: 2rem;
    padding-right: 0;
  }
  .our-product__left-wrapper__text {
    padding-top: 3rem;
    font-size: 2.4rem;
    line-height: 3.2rem;
    width: 91dvw;
  }
  .our-product__img-little {
    display: block;
    border-radius: 1.1rem;
    padding-right: 2rem;
    width: 95dvw;
  }
  .our-product__right-wrapper {
    display: none;
  }
  .section-why-us {
    padding-top: 1rem;
    padding-left: 2rem;
    height: 110dvh;
    width: 100dvw;
  }
  .section-why-us__title {
    width: 95dvw;
    padding-top: 8rem;
  }
  .swiper {
    top: -2rem;
    width: 28.8rem;
    height: 36.3rem;
    left: -1rem;
  }
  .swiper-slide {
    font-size: 2rem;
    width: 28rem;
    height: 27.3rem;
  }
  .swiper-slide__item {
    padding-top: 3rem;
    padding-left: 3rem;
  }
  .swiper-slide__item p {
    padding-top: 1.5rem;
    width: 23.5rem;
  }
  .swiper-slide:active {
    width: 100%;
    margin-right: 1rem;
    height: 28.8rem;
  }
  .swiper-button-next {
    top: 69rem;
    right: 5rem;
    position: absolute;
    width: 2rem;
  }
  .swiper-button-prev {
    top: 69rem;
    left: 5rem;
    position: absolute;
    width: 2rem;
  }
  .appointment {
    padding-left: 0rem;
    padding-bottom: 2rem;
    width: 95dvw;
    height: 95dvh;
  }
  .appointment__container {
    height: 75rem;
    width: 100dvw;
    background: url(../img/appointment-little.jpg) center/cover no-repeat;
    margin-bottom: 8rem;
    border-radius: 1.1rem;
  }
  .appointment__title {
    display: none;
  }
  .appointment__form_info {
    display: none;
  }
  .appointment__form_button {
    width: 34rem;
    right: 0rem;
    top: 52.7rem;
    left: 0;
  }
  .appointment__form_button p {
    font-size: 2.2rem;
  }
  .footer {
    height: 100%;
    width: 100dvw;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .footer__menu {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100dvw;
  }
  .footer__menu-info {
    width: 43rem;
    justify-content: center;
    margin-right: 0;
  }
  .footer__menu-info h3 {
    font-size: 2.4rem;
    font-weight: 500;
  }
  .footer__menu-info p {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .footer__menu-info_btn {
    left: 6rem;
  }
  .footer__menu-links {
    justify-content: center;
    margin-right: 0;
  }
  .footer__menu-links li {
    font-size: 2.2rem;
    line-height: 5rem;
  }
  .footer__menu-contacts {
    justify-content: center;
    margin-right: 0;
    padding-top: 5rem;
    padding-bottom: 5rem;
    width: 30rem;
  }
  .footer__menu-contacts li {
    font-size: 2.2rem;
    line-height: 2.8rem;
  }
  .footer__menu-form {
    width: 100dvw;
    height: 38rem;
    right: 0rem;
    padding-left: 0rem;
    padding-top: 0rem;
    border-radius: 1rem 1rem 1rem 1rem;
  }
  .footer__menu-form h3 {
    width: 47.5rem;
    padding-top: 5rem;
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
  }
  .footer__menu-form input {
    width: 42.5rem;
    left: -10.6rem;
  }
  .footer__menu-form button {
    width: 42.5rem;
    left: -10.6rem;
    top: -2rem;
    font-size: 2.2rem;
  }
  .footer__menu-line {
    display: none;
  }
  .footer .footer-social {
    padding-top: 0.5rem;
    flex-direction: column;
    gap: 2.5rem;
    margin-bottom: 2rem;
  }
  .footer .footer-social__icons img {
    width: 6rem;
  }
  .footer .footer-social p {
    left: 1.5rem;
    position: relative;
  }
  .buttons {
    font-size: 2.2rem;
    width: 20.5rem;
  }
  .buttons__second-btn {
    width: 22rem;
  }
  /* ABOUT-US */
  .top {
    position: relative;
    height: 65dvh;
    width: 100vw;
    margin-bottom: 10rem;
    background: url(../img/about-us-little.jpg) center/cover no-repeat;
    background-size: 100% 100%;
    background-position: 0% 0%;
    animation: shrink 15s alternate;
  }
  .top__content-container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .top__content-container h1 {
    top: 8.2rem;
  }
  .top__button {
    top: 15rem;
    right: 0;
  }
  .top__button img {
    width: 13rem;
  }
  .top__button p {
    font-size: 2.2rem;
    line-height: 2.8rem;
    padding-top: 0.5rem;
  }
  .introducing {
    padding-left: 2rem;
    height: 138dvh;
    margin-bottom: 10rem;
  }
  .introducing__left-wrapper {
    width: 95dvw;
  }
  .introducing__left-wrapper_img {
    display: block;
    width: 95dvw;
    padding-right: 2rem;
  }
  .introducing__left-wrapper_text {
    padding-top: 3rem;
    font-size: 2.4rem;
    line-height: 3rem;
    width: 91dvw;
  }
  .introducing__right-wrapper {
    display: none;
  }
  .values {
    height: 90rem;
  }
  .values__cards-box {
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    top: 6rem;
    gap: 3rem;
    padding-left: 2rem;
  }
  .values__cards-item {
    flex-direction: column;
    width: 44rem;
    height: 37.5rem;
  }
  .values__cards-info {
    padding-left: 0;
  }
  .values__cards-title {
    font-size: 2.8rem;
  }
  .values__cards-text {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 36.9rem;
  }
  .organic-history {
    height: 100%;
    padding-left: 2rem;
    padding-top: 10rem;
  }
  .why-us {
    height: 100%;
    padding-top: 10rem;
    padding-left: 2rem;
  }
  .why-us__info {
    display: flex;
    flex-direction: column;
  }
  .why-us__title {
    width: 95dvw;
  }
  .why-us__text {
    width: 92dvw;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .why-us__btn {
    top: 0;
    left: 0rem;
    margin-bottom: 7rem;
  }
  .why-us__steps-box {
    flex-direction: column;
    padding-left: 2rem;
    gap: 0rem;
    margin-bottom: 0rem;
  }
  .why-us__steps-box-2 {
    margin-bottom: 10rem;
  }
  .why-us__steps-card {
    width: 41rem;
    flex-direction: row;
    text-align: left;
    margin-bottom: 2.2rem;
  }
  .why-us__steps-icon {
    margin-right: 2rem;
  }
  .why-us__steps-text {
    font-weight: 500;
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .connect__content-container {
    display: flex;
    flex-direction: column;
    height: 70.7rem;
    width: 100vw;
    margin-bottom: 10rem;
    border-radius: 1rem;
  }
  .connect__info {
    width: 100dvw;
    padding-top: 8rem;
    padding-left: 2rem;
    margin-bottom: 5rem;
  }
  .connect__info-text {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 90dvw;
  }
  .connect_form {
    position: relative;
  }
  .connect_form input {
    width: 42rem;
    left: -9rem;
    top: 0;
  }
  .connect_form button {
    width: 42rem;
    left: -9rem;
    top: -2.5rem;
    font-size: 2.2rem;
  }
  /* OUR-TEAM */
  .our-team__team-box {
    flex-direction: column;
    gap: 0;
  }
  .our-team__team-card {
    padding-top: 0rem;
    margin-bottom: 0rem;
    height: 46rem;
  }
  .our-team__team-card_email {
    margin-bottom: 5rem;
  }
  /* CONTACT-US */
  .contact-us {
    height: 83rem;
    margin-bottom: 14rem;
    position: relative;
  }
  .contact-us__form input {
    left: -9rem;
  }
  .contact-us__form button {
    left: -9rem;
  }
  .contact-us__info-box {
    height: 100%;
  }
  .contact-us__info-card {
    margin-bottom: 4rem;
  }
  .contact-us__info-title {
    padding-top: 3rem;
  }
  .contact-us__info-text {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .contact-us__connect {
    padding-top: 4rem;
    margin-bottom: 10rem;
  }
  .contact-us__info-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .map {
    height: 60rem;
    width: 100vw;
  }
  /* BLOG */
  .blog {
    height: 290dvh;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .blog__cards-item {
    height: 100%;
    width: 94dvw;
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .blog__cards-img {
    width: 95dvw;
    padding-right: 2rem;
  }
  .blog__cards-title {
    padding-top: 3rem;
    width: 48rem;
  }
  .blog__cards-info {
    width: 96dvw;
  }
  .blog-button {
    font-size: 2.2rem;
    font-weight: 500;
  }
  .blog-paragraph {
    font-size: 2.4rem;
    line-height: 3rem;
    width: 95dvw !important;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .blog-paragraph:last-child {
    margin-bottom: 0rem !important;
  }
  .blog-title {
    width: 95dvw !important;
    padding-right: 2rem;
  }
  .blog__top {
    display: flex;
    align-items: end;
    flex-direction: column;
    padding-right: 1rem;
  }
  .blog-1 {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 540dvh;
  }
  .blog-1__top-img {
    display: none;
  }
  .blog-1__info-img {
    display: block;
    width: 95vw;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .blog-1__info-box {
    flex-direction: column;
    margin-bottom: 6rem;
  }
  .blog-1__types-box {
    margin-bottom: 6rem;
  }
  .blog-1__types-item {
    height: 100%;
    flex-direction: column;
    margin-bottom: 4rem;
  }
  .blog-1__types-img {
    padding-right: 2rem;
  }
  .blog-1__types-info {
    width: 95dvw;
  }
  .blog-1__types-name {
    padding-top: 4rem;
    font-size: 2.8rem;
    width: 95dvw;
  }
  .blog-1__types-text {
    margin-bottom: 0;
  }
  .blog-title {
    padding-top: 3rem;
  }
  .blog-paragraph {
    margin-bottom: 3rem;
    width: 95dvw;
  }
  .blog-2 {
    padding-left: 2rem;
    padding-right: 2rem;
    height: 375dvh;
  }
  .blog-2__top-img {
    display: none;
  }
  .blog-2__info-img {
    display: block;
    width: 95dvw;
    padding-right: 2rem;
    margin-bottom: 3rem;
  }
  .blog-2__info-item {
    padding-left: 2rem;
    margin-bottom: 6rem;
    width: 95dvw;
  }
  .blog-2__info-text {
    width: 92dvw !important;
    margin-bottom: 0.1rem;
  }
  .blog-2__text {
    margin-bottom: 6rem;
  }
  /* PRODUCT */
  .green-banana {
    padding-left: 2rem;
    margin-bottom: 10rem;
    height: 255rem;
  }
  .green-banana__left-wrapper {
    display: none;
  }
  .green-banana__right-wrapper {
    padding-left: 0rem;
  }
  .green-banana__info-img {
    display: block;
    width: 95dvw;
    padding-right: 2rem;
    margin-bottom: 4rem;
  }
  .green-banana__info-text_title {
    width: 93vw;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .green-banana__info-title {
    width: 95dvw;
    flex-direction: column;
  }
  .green-banana__info-text {
    width: 91vw;
    font-weight: 400;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .green-banana__icons-box {
    height: 30rem;
    width: 47.8rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 8rem;
    padding-top: 1rem;
  }
  .green-banana__weight {
    margin-bottom: 5rem;
  }
}/*# sourceMappingURL=style.css.map */