@import url("https://fonts.googleapis.com/css?family=Inter:100,200,300,regular,500,600,700,800,900");
html {
  scroll-behavior: smooth;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}

body._lock {
  overflow: hidden;
  touch-action: none;
}
[class*=__container] {
  margin: 0 auto;
  max-width: 76rem;
  box-sizing: content-box;
}
@media (max-width: 77.875em) {
  [class*=__container] {
    max-width: 60.625rem;
  }
}
@media (max-width: 62em) {
  [class*=__container] {
    max-width: 46.875rem;
  }
}
@media (max-width: 48em) {
  [class*=__container] {
    max-width: none;
    padding: 0 0.9375rem;
  }
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

body {
  color: #000;
  line-height: 1;
  font-family: "Inter";
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.tabs__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  justify-content: center;
  margin-bottom: 50px;
  overflow-x: auto;
}
@media (max-width: 62em) {
  .tabs__buttons {
    gap: 50px;
  }
}
@media (max-width: 48em) {
  .tabs__buttons {
    gap: 20px;
  }
}
@media (max-width: 30em) {
  .tabs__buttons {
    gap: 10px;
    font-size: 18px;
  }
}
.tabs__button {
  cursor: pointer;
  font-weight: 500;
}
.tabs__button.active {
  color: green;
}
.tabs__content {
  display: none;
  position: relative;
}
.tabs__content.active {
  display: block;
}

.faq .title {
  margin-bottom: 48px;
}
@media (max-width: 48em) {
  .faq .title {
    margin-bottom: 24px;
  }
}

.accordion {
  margin: 0px 0px 30px 0px;
}

.accordion__item {
  position: relative;
  border: 1px solid #219653;
  border-radius: 8px;
}
.accordion__item:not(:last-of-type) {
  margin-bottom: 16px;
}

.accordion__title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  background-color: transparent;
  position: relative;
  padding: 24px 44px 24px 24px;
  color: #2c2c2e;
}
.accordion__title::after {
  content: "";
  position: absolute;
  right: 15px;
  top: 15px;
  width: 32px;
  height: 32px;
  background-image: url("../img/generalIcons/accordionicon.svg");
  background-repeat: no-repeat;
  transition: 0.3s all;
}
.accordion__title_active::after {
  transform: translateY(-50%) rotateX(180deg);
}

.accordion._init .accordion__title {
  cursor: pointer;
}

.accordion._init .accordion__title::after {
  transform: rotateX(-180deg);
}

.accordion._init .accordion__title._active::after {
  transform: rotate(0deg);
}

.accordion__text {
  padding: 24px 48px 24px 24px;
  text-align: left;
  font-size: 20px;
  color: #565658;
  line-height: 1.6;
}

.cases, .pricing, .contacts, .catering-options, .four-cards, .dietary, .faq {
  padding: 86px 0;
}
@media (max-width: 62em) {
  .cases, .pricing, .contacts, .catering-options, .four-cards, .dietary, .faq {
    padding: 64px 0;
  }
}
@media (max-width: 48em) {
  .cases, .pricing, .contacts, .catering-options, .four-cards, .dietary, .faq {
    padding: 48px 0;
  }
}
@media (max-width: 30em) {
  .cases, .pricing, .contacts, .catering-options, .four-cards, .dietary, .faq {
    padding: 24px 0;
  }
}

button.formsapp-popup-button {
  margin: 0 !important;
  font-size: 18px !important;
  padding: 12px 16px !important;
}
button.formsapp-popup-button:hover {
  color: #219653 !important;
}

.button,
button.formsapp-popup-button {
  display: inline-flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  border-radius: 8px;
  border: 1px solid #219653;
  transition: background-color 0.3s, color 0.3s;
}
.button--green,
button.formsapp-popup-button--green {
  background-color: #219653;
  color: #fff;
}
.button--green:hover,
button.formsapp-popup-button--green:hover {
  background-color: #fff;
  color: #219653 !important;
}
.button--transparent,
button.formsapp-popup-button--transparent {
  background-color: #fff;
  color: #219653;
}
.button--transparent:hover,
button.formsapp-popup-button--transparent:hover {
  background-color: #219653;
  color: #fff;
}
.button--xl,
button.formsapp-popup-button--xl {
  padding: 11px 64px;
}
.button--large,
button.formsapp-popup-button--large {
  padding: 19px 32px;
}
.button--medium,
button.formsapp-popup-button--medium {
  padding: 19px 24px;
}
.button--small,
button.formsapp-popup-button--small {
  padding: 11px 16px;
}
@media (max-width: 30em) {
  .button--small,
  button.formsapp-popup-button--small {
    padding: 8px;
    font-size: 16px;
  }
}

.mission {
  background-color: #e9f4ee;
  padding: 86px 0 134px;
}
@media (max-width: 62em) {
  .mission {
    padding: 56px 0 86px;
  }
}

.mission .title,
.dietary .title {
  margin-bottom: 48px;
}
@media (max-width: 62em) {
  .mission .title,
  .dietary .title {
    margin-bottom: 24px;
  }
}
.mission .title--third,
.dietary .title--third {
  color: #219653;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
}
.mission p,
.dietary p {
  color: #7b7b7b;
  font-size: 18px;
}
.mission__inner,
.dietary__inner {
  text-align: center;
}
.mission__list,
.dietary__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 38px 32px;
}
.mission__item,
.dietary__item {
  flex: 1 1 300px;
}
.mission__img,
.dietary__img {
  padding: 24px;
  border-radius: 8px;
  width: 96px;
  height: 96px;
  margin: 0 auto 30px auto;
  background-color: rgba(33, 150, 83, 0.25);
}

.dietary .title + .title--third {
  color: #000;
  font-weight: 400;
  margin-bottom: 48px;
  letter-spacing: 0;
}
@media (max-width: 62em) {
  .dietary .title + .title--third {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .dietary .title + .title--third {
    margin-bottom: 24px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  line-height: 1.2;
}

h1 {
  font-size: 56px;
}
@media (max-width: 62em) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 48em) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 30em) {
  h1 {
    font-size: 32px;
  }
}

h2,
.title {
  font-size: 48px;
  color: #005524;
}
@media (max-width: 62em) {
  h2,
  .title {
    font-size: 36px;
  }
}
@media (max-width: 48em) {
  h2,
  .title {
    font-size: 32px;
  }
}
@media (max-width: 30em) {
  h2,
  .title {
    font-size: 28px;
  }
}

h3,
.title--sec {
  font-size: 40px;
}
@media (max-width: 62em) {
  h3,
  .title--sec {
    font-size: 32px;
  }
}
@media (max-width: 48em) {
  h3,
  .title--sec {
    font-size: 28px;
  }
}
@media (max-width: 30em) {
  h3,
  .title--sec {
    font-size: 24px;
  }
}

h4, .title--third {
  font-size: 24px;
}
@media (max-width: 62em) {
  h4, .title--third {
    font-size: 20px;
  }
}
@media (max-width: 48em) {
  h4, .title--third {
    font-size: 18px;
  }
}

p {
  line-height: 1.5;
  color: #2c2c2e;
}

a {
  transition: color 0.3s;
}
a:hover {
  color: #219653;
}

.hero {
  min-height: 726px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: right top;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 62em) {
  .hero {
    background-size: cover;
  }
}
.hero--background {
  background-color: #e9f4ee;
}
.hero h1 {
  color: #000;
}
@media (max-width: 62em) {
  .hero::after {
    position: absolute;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media (max-width: 48em) {
  .hero {
    min-height: 500px;
  }
}
.hero h1,
.hero h2 {
  margin-bottom: 24px;
}
@media (max-width: 48em) {
  .hero h1,
  .hero h2 {
    margin-bottom: 12px;
  }
}
.hero__container {
  width: 100%;
}
.hero__inner {
  position: relative;
  z-index: 3;
  max-width: 560px;
  padding-top: 110px;
}
.hero p {
  font-size: 20px;
}
@media (max-width: 48em) {
  .hero p {
    font-size: 18px;
  }
}
.hero p {
  margin-bottom: 32px;
}

.information {
  padding: 112px 0;
  text-align: left;
}
@media (max-width: 62em) {
  .information {
    padding: 32px 0;
  }
}
@media (max-width: 48em) {
  .information {
    padding: 28px 0;
  }
}
.information.reverse [class*=__inner] {
  flex-direction: row-reverse;
}
@media (max-width: 62em) {
  .information.reverse [class*=__inner] {
    flex-direction: column-reverse;
  }
}
.information li {
  padding-left: 30px;
}
.information li p {
  margin: 0;
  position: relative;
}
.information li p::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -18px;
  width: 6px;
  height: 6px;
  background-color: #000;
  border-radius: 50%;
}
.information [class*=__inner] {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}
@media (max-width: 62em) {
  .information [class*=__inner] {
    gap: 24px;
    justify-content: center;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.information [class*=__inner] [class*=__img] {
  flex: 493px 0 1;
}
@media (max-width: 30em) {
  .information [class*=__inner] [class*=__img] {
    flex: 1 1;
  }
}
.information [class*=__inner] [class*=__img] img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
}
@media (max-width: 62em) {
  .information [class*=__inner] [class*=__img] img {
    max-height: 600px;
    height: 100%;
  }
}
@media (max-width: 48em) {
  .information [class*=__inner] [class*=__img] img {
    max-height: 550px;
    aspect-ratio: 18/13;
    object-fit: cover;
  }
}
@media (max-width: 30em) {
  .information [class*=__inner] [class*=__img] img {
    max-height: 350px;
  }
}
.information [class*=__text] {
  flex: 596px 0 1;
}
@media (max-width: 62em) {
  .information [class*=__text] {
    flex: 100% 1 1;
  }
}
.information [class*=__text] p {
  font-size: 20px;
  line-height: 1.6;
}
.information [class*=__text] h2,
.information [class*=__text] p {
  margin-bottom: 24px;
}
@media (max-width: 48em) {
  .information [class*=__text] h2,
  .information [class*=__text] p {
    margin-bottom: 12px;
  }
}

.four-cards {
  background-color: #e9f4ee;
}
.four-cards .title {
  margin-bottom: 64px;
}
@media (max-width: 62em) {
  .four-cards .title {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .four-cards .title {
    margin-bottom: 24px;
  }
}
.four-cards .title--third {
  margin-bottom: 8px;
  letter-spacing: 0.02em;
}
@media (max-width: 75em) {
  .four-cards .title--third {
    min-height: 58px;
  }
}
@media (max-width: 62em) {
  .four-cards .title--third {
    min-height: auto;
  }
}
.four-cards span {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.four-cards p {
  color: #2c2c2e;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
}
@media (max-width: 48em) {
  .four-cards p {
    font-size: 18px;
  }
}
@media (max-width: 30em) {
  .four-cards p {
    font-size: 16px;
  }
}
.four-cards__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 32px 16px;
}
@media (max-width: 62em) {
  .four-cards__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 30em) {
  .four-cards__list {
    grid-template-columns: 1fr;
    justify-content: center;
  }
}
.four-cards__item {
  background-color: #fff;
  border-radius: 8px;
}
.four-cards__img img {
  max-width: 100%;
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
@media (max-width: 48em) {
  .four-cards__img img {
    max-height: 200px;
  }
}
.four-cards__text {
  padding: 24px 16px;
}

.catering-options__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 390px));
  gap: 50px 23px;
  justify-content: center;
}
.catering-options__list--five-cards .catering-options__item:first-of-type {
  grid-row: span 2;
  align-self: center;
}
@media (max-width: 62em) {
  .catering-options__list--five-cards .catering-options__item:first-of-type {
    grid-row: span 1;
    grid-column: span 2;
    text-align: center;
  }
}
@media (max-width: 30em) {
  .catering-options__list--five-cards .catering-options__item:first-of-type {
    grid-column: span 1;
  }
}
@media (max-width: 62em) {
  .catering-options__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.catering-options__item .title {
  font-weight: 600;
}
.catering-options__item img {
  margin-bottom: 24px;
}
.catering-options__item h3 {
  font-size: 20px;
  font-weight: 600;
  color: #073e57;
  margin-bottom: 24px;
}
.catering-options__item p {
  letter-spacing: 0.02em;
}

.blog {
  padding: 88px 0 84px;
  text-align: center;
}
.blog--page {
  padding: 190px 0 86px;
}
@media (max-width: 62em) {
  .blog--page {
    padding: 150px 0 86px;
  }
}
@media (max-width: 48em) {
  .blog--page {
    padding: 120px 0 48px;
  }
}
.blog--page .title--sec + p {
  margin: 32px 0 48px 0;
  font-size: 20px;
}
.blog__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 48px;
}
@media (max-width: 62em) {
  .blog__heading {
    margin-bottom: 24px;
  }
}
.blog__heading .title--sec {
  font-size: 36px;
  font-weight: 700;
}
.blog__heading a {
  color: #219653;
  font-size: 18px;
  font-weight: 500;
}
.blog__heading a span {
  margin-right: 10px;
}
@media (max-width: 62em) {
  .blog__container {
    max-width: 860px;
    padding: 0 15px;
  }
}
.blog__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px 24px;
}
@media (max-width: 62em) {
  .blog__list {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    justify-content: center;
    gap: 24px;
  }
}
.blog__item {
  min-height: 444px;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: flex-end;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: left;
}
.blog__item article {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
@media (max-width: 62em) {
  .blog__item {
    min-height: 350px;
  }
}
@media (max-width: 48em) {
  .blog__item {
    min-height: 300px;
  }
}
.blog__item a {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 4;
  padding: 24px;
}
.blog__item a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 125.65%);
  border-radius: 8px;
  z-index: 3;
}
.blog__item .title--third {
  position: relative;
  z-index: 3;
  line-height: 1.5;
  color: #fff;
  bottom: 0;
}
.blog__item img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  border-radius: 8px;
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

.article {
  padding: 152px 0 48px;
  font-size: 20px;
}
@media (max-width: 48em) {
  .article {
    padding: 100px 0 24px;
  }
}
.article .title--sec {
  margin-bottom: 16px;
  max-width: 675px;
}
.article p {
  font-weight: 300;
  margin-bottom: 16px;
}
.article span {
  font-weight: 600;
  display: inline-block;
  margin-bottom: 20px;
}
.article img {
  max-width: 100%;
  border-radius: 8px;
  float: right;
  margin: 0 0 16px 24px;
}
@media (max-width: 48em) {
  .article img {
    float: none;
    margin: 0 0 16px 0;
    width: 100%;
    object-fit: cover;
  }
}
@media (max-width: 30em) {
  .article img {
    max-height: 300px;
  }
}
.article__list img {
  float: left;
  margin: 16px 24px 16px 0;
}

.header {
  background-color: #fff;
  position: fixed;
  color: #000;
  top: 24px;
  left: 48px;
  right: 48px;
  border-radius: 8px;
  max-width: 1344px;
  margin: 0 auto;
  padding: 16px;
  z-index: 6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
@media (max-width: 62em) {
  .header._active .menu__inner {
    overflow: auto;
    padding-top: 160px;
  }
  .header._active::before {
    top: -15px;
  }
}
@media (max-width: 62em) {
  .header::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 5;
    transition: top 2.2s;
    transition-timing-function: steps(1);
    border-radius: 8px;
  }
}
@media (max-width: 48em) {
  .header {
    padding: 16px;
    top: 12px;
    left: 24px;
    right: 24px;
  }
}
@media (max-width: 30em) {
  .header {
    top: 0;
    right: 0;
    left: 0;
    border-radius: 0;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  gap: 16px;
  position: relative;
}
@media (max-width: 30em) {
  .header__inner {
    gap: 8px;
  }
}

.logo {
  position: relative;
  z-index: 9;
  margin-right: auto;
}
@media (max-width: 1250px) {
  .logo img {
    max-width: 200px;
  }
}
@media (max-width: 30em) {
  .logo img {
    max-width: 175px;
  }
}

.menu {
  display: flex;
  align-items: center;
  gap: 2px;
}
.menu._active .menu__inner {
  top: 0;
}
@media (max-width: 62em) {
  .menu__inner {
    position: fixed;
    top: -1000%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fff;
    transition: top 0.3s;
    z-index: 8;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
.menu__buttons {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 8;
}
@media (max-width: 48em) {
  .menu__buttons .button {
    display: none;
  }
}
.menu__list {
  display: flex;
  align-items: center;
  gap: 26px;
}
.menu__list .button {
  display: none;
}
@media (max-width: 48em) {
  .menu__list .button {
    display: inline-block;
    font-size: 24px;
  }
}
@media (max-width: 75em) {
  .menu__list {
    gap: 12px;
  }
}
@media (max-width: 62em) {
  .menu__list {
    flex-direction: column;
    gap: 24px;
    font-size: 24px;
  }
}
@media (max-width: 30em) {
  .menu__list {
    flex-direction: column;
    position: relative;
  }
}
.menu__link.active {
  color: #219653;
}

.burger {
  display: none;
}
.burger._active span {
  height: 0;
}
.burger._active span::before {
  top: calc(50% - 0.0625rem);
  transform: rotate(45deg);
}
.burger._active span::after {
  top: calc(50% - 0.0625rem);
  transform: rotate(-45deg);
}
.burger span {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #219653;
}
.burger span::after, .burger span::before {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  background-color: #219653;
  transition: transform, top 0.3s;
}
.burger span::after {
  top: 0;
  left: 0;
}
.burger span::before {
  bottom: 0;
  left: 0;
}
@media (max-width: 62em) {
  .burger {
    display: block;
    position: relative;
    width: 15px;
    height: 14px;
    z-index: 9;
  }
}

.footer__container {
  display: flex;
  align-items: center;
  gap: 0 32px;
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 1200px) {
  .footer__container {
    gap: 12px;
  }
}
@media (max-width: 62em) {
  .footer__container {
    justify-content: stretch;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
}
@media (max-width: 30em) {
  .footer__container {
    align-items: flex-start;
  }
}
@media (max-width: 62em) {
  .footer .logo {
    margin: 0 auto;
    margin-bottom: 8px;
    z-index: 1;
  }
}
.footer .menu {
  gap: 32px;
}
@media (max-width: 62em) {
  .footer .menu {
    align-items: center;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    z-index: 1;
  }
  .footer .menu__inner {
    position: static;
    flex: 1 1;
    justify-content: center;
    z-index: 1;
  }
  .footer .menu__list {
    font-size: 16px;
    gap: 8px;
    flex-direction: row;
  }
  .footer .menu__buttons {
    z-index: 1;
  }
  .footer .menu .button {
    padding: 8px;
    font-size: 16px;
  }
}
@media (max-width: 48em) {
  .footer .menu .button:last-of-type {
    display: inline-flex;
  }
}
.footer .menu__list {
  flex-wrap: wrap;
  justify-content: center;
}

.copyrights {
  background-color: #005524;
  padding: 25px 0;
  text-align: center;
}
.copyrights a,
.copyrights p {
  color: #fff;
}
.copyrights__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 10px;
}
@media (max-width: 611px) {
  .copyrights__container {
    justify-content: center;
  }
}
.copyrights__copyright {
  margin: 0;
}
.copyrights__rules {
  display: flex;
  gap: 48px;
}
.copyrights__rules a {
  display: inline-block;
}
.copyrights__rules a:hover {
  text-decoration: underline;
  color: #fff;
}
@media (max-width: 48em) {
  .copyrights__rules {
    gap: 18px;
  }
}

.contacts {
  background-color: #27AE60;
}
.contacts h3 {
  text-align: center;
  color: #fff;
  margin-bottom: 48px;
}
@media (max-width: 62em) {
  .contacts h3 {
    margin-bottom: 24px;
  }
}

.form {
  background-color: #fff;
  max-width: 800px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
  padding: 34px 32px;
}
.form__inputs {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}

input,
textarea {
  background-color: #f2f2f2;
  padding: 16px;
  border-radius: 8px;
  color: #2c2c2e;
  outline: none;
  max-width: 736px;
  max-height: 200px;
}

textarea {
  min-height: 156px;
  max-width: 100%;
  resize: none;
}

.form__button {
  padding-top: 10px;
  padding-bottom: 10px;
}

.discover {
  padding-top: 108px;
}
@media (max-width: 62em) {
  .discover {
    padding-top: 56px;
  }
}
@media (max-width: 30em) {
  .discover {
    padding-top: 28px;
  }
}
.discover__inner {
  display: grid;
  grid-template-columns: minmax(330px, 493px) minmax(415px, 600px);
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  align-items: center;
  padding-bottom: 64px;
}
@media (max-width: 62em) {
  .discover__inner {
    grid-template-columns: 1fr;
    gap: 24px;
    padding-bottom: 32px !important;
  }
}
@media (max-width: 30em) {
  .discover__inner {
    padding-bottom: 28px;
  }
}
.discover__text p {
  font-size: 20px;
}
.discover__text h2,
.discover__text p {
  margin-bottom: 24px;
}
@media (max-width: 48em) {
  .discover__text h2,
  .discover__text p {
    margin-bottom: 12px;
  }
}
.discover__img img {
  max-width: 100%;
  width: 100%;
}
@media (max-width: 48em) {
  .discover__img img {
    max-height: 500px;
  }
}
@media (max-width: 30em) {
  .discover__img img {
    max-height: 350px;
  }
}

.services,
.offerings {
  text-align: center;
}
.services .title--sec,
.offerings .title--sec {
  margin-bottom: 47px;
}
@media (max-width: 62em) {
  .services .title--sec,
  .offerings .title--sec {
    margin-bottom: 24px;
  }
}
.services h3,
.offerings h3 {
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 5px;
}
.services p,
.offerings p {
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 1.6;
}
@media (max-width: 62em) {
  .services p,
  .offerings p {
    margin-bottom: 16px;
  }
}
.services__list,
.offerings__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 24px;
  margin-bottom: 53px;
}
@media (max-width: 48em) {
  .services__list,
  .offerings__list {
    grid-template-columns: repeat(auto-fit, minmax(220px, 370px));
    justify-content: center;
  }
}
.services__item,
.offerings__item {
  border-radius: 8px;
  text-align: left;
}
.services__item a,
.offerings__item a {
  color: #219653;
  font-size: 18px;
  font-weight: 500;
}
.services__item a span,
.offerings__item a span {
  margin-right: 10px;
}
@media (max-width: 62em) {
  .services__item a,
  .offerings__item a {
    font-size: 16px;
  }
  .services__item a span,
  .offerings__item a span {
    margin-right: 5px;
  }
}
.services__img img,
.offerings__img img {
  border-radius: 8px 8px 0 0;
  max-width: 100%;
  width: 100%;
}
.services__text,
.offerings__text {
  padding: 28px 24px;
}
@media (max-width: 62em) {
  .services__text,
  .offerings__text {
    padding: 16px 12px;
  }
}

.services {
  padding: 100px 0;
  background-color: #e9f4ee;
}
@media (max-width: 62em) {
  .services {
    padding: 50px 0;
  }
}
.services__item {
  background-color: #fff;
}

.offerings {
  padding: 77px 0;
}
.offerings__item {
  background-color: #e9f4ee;
}
@media (max-width: 62em) {
  .offerings {
    padding: 40px 0;
  }
}

.reviews {
  padding: 86px 0 28px;
}
.reviews .title--sec {
  margin-bottom: 48px;
}
@media (max-width: 62em) {
  .reviews .title--sec {
    margin-bottom: 24px;
  }
}
.reviews__list {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.reviews__item {
  background-color: #e9f4ee;
  padding: 32px 24px;
  border-radius: 8px;
  font-size: 18px;
  flex: 1 1;
}
@media (max-width: 48em) {
  .reviews__item {
    flex: 100%;
  }
}
.reviews__text {
  margin-bottom: 24px;
  line-height: 1.6;
}
.reviews__name {
  font-weight: 600;
}
@media (max-width: 62em) {
  .reviews {
    padding: 40px 0;
  }
}

.menu-list {
  padding: 40px 96px;
  text-align: center;
}
.menu-list--green {
  padding: 96px 0;
  background-color: #e9f4ee;
}
@media (max-width: 62em) {
  .menu-list--green {
    padding: 48px 0;
  }
}
@media (max-width: 62em) {
  .menu-list {
    padding: 30px 48px;
  }
}
@media (max-width: 48em) {
  .menu-list {
    padding: 24px 0;
  }
}
.menu-list .title {
  margin-bottom: 40px;
}
@media (max-width: 62em) {
  .menu-list .title {
    margin-bottom: 30px;
  }
}
@media (max-width: 48em) {
  .menu-list .title {
    margin-bottom: 20px;
  }
}
.menu-list img {
  object-fit: cover;
  border-radius: 8px;
  max-width: 100%;
}
@media (max-width: 48em) {
  .menu-list img {
    max-height: 150px;
  }
}
.menu-list__text {
  padding: 24px;
  text-align: left;
}
@media (max-width: 62em) {
  .menu-list__text {
    padding: 16px;
  }
}
.menu-list__text .title--third {
  margin-bottom: 17px;
  letter-spacing: 0.02em;
}
.menu-list__text p {
  font-size: 14px;
}
.menu-list .slider {
  position: relative;
}
.menu-list .swiper-button-prev,
.menu-list .swiper-button-next {
  color: #219653;
}
@media (max-width: 48em) {
  .menu-list .swiper-button-prev,
  .menu-list .swiper-button-next {
    display: none;
  }
}
.menu-list .swiper-button-next {
  right: -60px;
}
@media (max-width: 75em) {
  .menu-list .swiper-button-next {
    right: -15px;
  }
}
.menu-list .swiper-button-prev {
  left: -60px;
}
@media (max-width: 75em) {
  .menu-list .swiper-button-prev {
    left: -15px;
  }
}
.menu-list .swiper-pagination {
  bottom: -5px !important;
  display: none;
}
.menu-list .swiper-pagination-bullet-active {
  background-color: #219653 !important;
}
@media (max-width: 48em) {
  .menu-list .swiper-pagination {
    display: block;
  }
}
@media (max-width: 30em) {
  .menu-list .swiper-pagination {
    bottom: 0 !important;
  }
}

.pricing {
  text-align: center;
}
.pricing .title {
  margin-bottom: 32px;
}
.pricing .title + .title--third {
  color: #000;
  font-weight: 400;
  margin: 0 auto 64px auto;
  max-width: 800px;
}
@media (max-width: 62em) {
  .pricing .title + .title--third {
    margin-bottom: 48px;
  }
}
@media (max-width: 48em) {
  .pricing .title + .title--third {
    margin-bottom: 24px;
  }
}
.pricing__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: center;
  gap: 38px 32px;
}
@media (max-width: 48em) {
  .pricing__list {
    grid-template-columns: 450px;
  }
}
@media (max-width: 30em) {
  .pricing__list {
    grid-template-columns: 1fr;
  }
}
.pricing__item {
  text-align: left;
  padding: 30px;
  box-shadow: 0px 4px 40px 0px rgba(0, 126, 218, 0.0784313725);
  background-color: #fff;
  border-radius: 32px;
}
.pricing__item h3 {
  font-size: 20px;
  color: #219653;
  margin: 24px 0;
}
@media (max-width: 62em) {
  .pricing__item {
    padding: 15px;
  }
  .pricing__item h3 {
    margin: 16px 0;
  }
}

.cases {
  text-align: center;
}
.cases .title {
  margin-bottom: 24px;
}
.cases .title + .title--third {
  color: #000;
  font-weight: 400;
  margin-bottom: 37px;
  letter-spacing: 0;
}
@media (max-width: 62em) {
  .cases .title + .title--third {
    margin-bottom: 32px;
  }
}
@media (max-width: 48em) {
  .cases .title + .title--third {
    margin-bottom: 24px;
  }
}
.cases--green {
  background-color: #e9f4ee;
}
@media (max-width: 62em) {
  .cases__container {
    max-width: 900px;
    padding: 0 30px;
  }
}
.cases .slider {
  position: relative;
}
.cases .swiper-button-prev,
.cases .swiper-button-next {
  color: #219653;
  display: none;
}
.cases .swiper-button-next {
  right: -60px;
}
@media (max-width: 75em) {
  .cases .swiper-button-next {
    right: -15px;
  }
}
.cases .swiper-button-prev {
  left: -60px;
}
@media (max-width: 75em) {
  .cases .swiper-button-prev {
    left: -15px;
  }
}
.cases .swiper-pagination {
  bottom: -35px !important;
}
.cases .swiper-pagination-bullet-active {
  background-color: #219653 !important;
}
@media (max-width: 30em) {
  .cases .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
  }
}
.cases img {
  max-width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 48em) {
  .cases {
    padding: 50px 0 !important;
  }
}

.policy {
  padding: 190px 0 86px;
}
@media (max-width: 62em) {
  .policy {
    padding: 150px 0 86px;
  }
}
@media (max-width: 48em) {
  .policy {
    padding: 120px 0 48px;
  }
}
.policy .title--sec {
  text-align: center;
  margin-bottom: 48px;
}
.policy .title--third {
  margin-bottom: 24px;
}
.policy p {
  margin-bottom: 16px;
}
.policy .title--sec,
.policy .title--third {
  color: #000;
}