@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_qU7NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_m07NSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_d0nNSg.ttf) format('truetype');
}
@font-face {
  font-family: 'Plus Jakarta Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/plusjakartasans/v11/LDIbaomQNQcsA88c7O9yZ4KMCoOg4IA6-91aHEjcWuA_TknNSg.ttf) format('truetype');
}
body {
  margin: 0;
}
body .container {
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
@media (max-width: 991px) {
  body .container.navigation {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1500px) {
  body .container {
    width: 1169px;
  }
}
@media (max-width: 1199px) {
  body .container {
    width: 961px;
  }
}
@media (max-width: 991px) {
  body .container {
    width: 600px;
  }
}
@media (max-width: 660px) {
  body .container {
    width: calc(100% - 30px);
  }
}
body button {
  cursor: pointer;
}
body h1 {
  margin: 0;
  font-size: 60px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body h1 strong {
  font-weight: 700;
  color: #056b05;
}
@media (max-width: 991px) {
  body h1 {
    font-size: 28px;
  }
}
body h2 {
  margin: 0;
  font-size: 50px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body h2 strong {
  font-weight: 700;
  color: #056b05;
}
@media (max-width: 991px) {
  body h2 {
    font-size: 26px;
  }
}
body h3 {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body h3 strong {
  font-weight: 700;
  color: #056b05;
}
@media (max-width: 991px) {
  body h3 {
    font-size: 20px;
  }
}
body h4 {
  margin: 0;
  font-size: 25px;
  font-weight: 700;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body h4 strong {
  font-weight: 700;
  color: #056b05;
}
@media (max-width: 991px) {
  body h4 {
    font-size: 18px;
  }
}
body p {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
body a {
  font-weight: 500;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans', sans-serif;
}
.why_home_background {
  background-image: url("/static/images/spider.27baf759b1c3.png");
  background-size: max(100%, 1920px) auto;
  background-position: left top;
  background-repeat: no-repeat;
}
header .top-background {
  background-color: #056b05;
}
header .top-background .top {
  height: 40px;
  display: flex;
  -moz-column-gap: 70px;
       column-gap: 70px;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
header .top-background .top a {
  color: #f7f7f7;
}
header .top-background .top .contact {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-direction: row;
}
header .top-background .top .contact a {
  display: flex;
  font-size: 16px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-direction: row;
}
header .top-background .top .social {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-direction: row;
}
header .top-background .top .social a {
  font-size: 21px;
}
@media (max-width: 991px) {
  header .top-background {
    display: none;
  }
}
header .bottom {
  display: flex;
  height: 100px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header .bottom .logo {
  height: 90px;
}
header .bottom .logo img {
  height: 100%;
  width: auto;
}
@media (max-width: 1199px) {
  header .bottom .logo {
    height: 55px;
    width: auto;
  }
}
header .bottom .nav {
  height: 100%;
  z-index: 150;
  display: flex;
}
header .bottom .nav .dropdown-mob {
  display: none;
}
header .bottom .nav .dropdown-dsk {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 991px) {
  header .bottom .nav .dropdown-mob {
    display: flex;
  }
  header .bottom .nav .dropdown-mob button {
    background: transparent;
    border: 0;
    margin-left: 10px;
    cursor: pointer;
  }
  header .bottom .nav .dropdown-dsk {
    display: none;
  }
}
header .bottom .nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  align-items: center;
  flex-direction: row;
}
header .bottom .nav ul li {
  list-style: none;
}
header .bottom .nav ul li.dropdown {
  height: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  header .bottom .nav ul li.dropdown {
    flex-direction: column;
  }
}
header .bottom .nav ul li.dropdown:hover .sub_items {
  display: flex;
}
header .bottom .nav ul li a {
  color: #26292e;
  display: flex;
  font-size: 16px;
  -moz-column-gap: 5px;
       column-gap: 5px;
  align-items: center;
  flex-direction: row;
  font-weight: 600;
}
header .bottom .nav ul li a i {
  font-size: 12px;
}
header .bottom .nav ul li a:hover {
  color: #056b05;
}
header .bottom .nav ul li a.btn {
  height: 57px;
  width: 204px;
  color: #f7f7f7;
  font-weight: 700;
  border-radius: 30px;
  justify-content: center;
  background-color: #d35a32;
}
header .bottom .nav ul li a.btn:hover {
  background-color: #B23D16;
}
@media (max-width: 1199px) {
  header .bottom .nav ul li a.btn {
    width: 145px;
    height: 45px;
  }
}
@media (max-width: 991px) {
  header .bottom .nav ul li a.btn {
    width: 100%;
    height: 60px;
    max-width: 295px;
  }
}
header .bottom .nav ul li .sub_group {
  margin-top: 15px;
}
header .bottom .nav ul li .hyphen:before {
  content: '- ';
}
header .bottom .nav ul li .sub_items {
  left: 0;
  top: 100px;
  z-index: 150;
  padding: 40px;
  display: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
  position: absolute;
  border-radius: 20px;
  flex-direction: row;
  background-color: #ffffff;
  width: calc(526px - 80px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
header .bottom .nav ul li .sub_items .sub_item {
  width: 100%;
}
header .bottom .nav ul li .sub_items ul {
  row-gap: 14px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
header .bottom .nav ul li .sub_items ul .two_column {
  width: 50%;
}
header .bottom .nav ul li .sub_items ul .heading {
  font-size: 14px;
  color: #056b05;
  padding: 0 0 5px 0;
  font-weight: 600;
  font-family: 'Plus Jakarta Sans', sans-serif;
  border-bottom: 2px solid #056b05;
}
@media (max-width: 991px) {
  header .bottom .nav ul li .sub_items ul .heading {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 991px) {
  header .bottom .nav ul li .sub_items {
    top: unset;
    left: unset;
    width: auto;
    padding: unset;
    border-radius: 0;
    box-shadow: unset;
    position: relative;
    flex-direction: column;
  }
}
@media (max-width: 991px) {
  header .bottom .nav ul li {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  header .bottom .nav ul {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
}
@media (max-width: 1199px) {
  header .bottom .nav ul {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
}
@media (max-width: 991px) {
  header .bottom .nav ul {
    row-gap: 40px;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
header .bottom .nav .mobile-contact-details {
  display: none;
  row-gap: 30px;
  margin: 45px -15px 0 -15px;
  padding: 40px 15px;
  flex-direction: column;
  background-color: #056b05;
}
header .bottom .nav .mobile-contact-details a {
  color: #f7f7f7;
}
header .bottom .nav .mobile-contact-details .social {
  display: flex;
  -moz-column-gap: 50px;
       column-gap: 50px;
  flex-direction: row;
}
header .bottom .nav .mobile-contact-details .social a {
  font-size: 22px;
}
header .bottom .nav .mobile-contact-details .contact {
  display: flex;
  row-gap: 30px;
  flex-direction: column;
}
header .bottom .nav .mobile-contact-details .contact a {
  display: flex;
  font-size: 16px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (max-width: 991px) {
  header .bottom .nav .mobile-contact-details {
    display: flex;
  }
}
@media (max-width: 991px) {
  header .bottom .nav {
    top: 70px;
    width: 100%;
    left: -15px;
    height: auto;
    display: none;
    position: absolute;
    background-color: #ffffff;
    padding: 30px 15px 0 15px;
  }
}
@media (max-width: 991px) {
  header .bottom {
    height: 70px;
    position: relative;
  }
}
header .mobile_toggle {
  display: none;
}
header .mobile_toggle img {
  width: 23px;
  height: auto;
}
header .mobile_toggle:hover {
  cursor: pointer;
}
@media (max-width: 991px) {
  header .mobile_toggle {
    display: flex;
  }
}
@media (max-width: 991px) {
  header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  }
}
#banner {
  height: 600px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#banner.home {
  height: 800px;
}
@media (max-width: 991px) {
  #banner.home {
    height: auto;
  }
}
#banner .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  background-color: #26292e;
}
#banner .content {
  z-index: 100;
  height: 100%;
  position: relative;
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-image: url("../images/curve.5063267b9073.png");
}
#banner .content .text {
  width: 60%;
  display: flex;
  row-gap: 40px;
  padding: 100px 0 0 0;
  flex-direction: column;
}
#banner .content .text--full {
  width: 100%;
}
#banner .content .text h1 {
  color: #f7f7f7;
}
@media (max-width: 991px) {
  #banner .content .text h1 {
    text-align: center;
  }
}
#banner .content .text p {
  color: #f7f7f7;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 991px) {
  #banner .content .text p {
    text-align: center;
  }
}
#banner .content .text .buttons {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  flex-direction: row;
}
#banner .content .text .buttons a {
  width: 240px;
  height: 60px;
  display: flex;
  color: #f7f7f7;
  font-weight: 700;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
}
#banner .content .text .buttons a.green {
  background-color: #00A22c;
}
#banner .content .text .buttons a.green:hover {
  background-color: #056b05;
}
#banner .content .text .buttons a.orange {
  background-color: #d35a32;
}
#banner .content .text .buttons a.orange:hover {
  background-color: #B23D16;
}
@media (max-width: 991px) {
  #banner .content .text .buttons {
    row-gap: 20px;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 1199px) {
  #banner .content .text {
    width: 100%;
    padding: 100px 0 150px 0;
  }
}
@media (max-width: 991px) {
  #banner .content {
    background-image: url("../images/curve_mobile.43c2eaccf358.png");
  }
}
@media (max-width: 991px) {
  #banner {
    height: auto;
  }
}
.content_block {
  padding: 0 0 100px 0;
}
.content_block.pb-0 {
  padding-bottom: 0;
}
.content_block.intro {
  padding: 100px 0;
}
@media (max-width: 991px) {
  .content_block.intro {
    padding: 85px 0;
  }
}
.content_block .blocks {
  display: flex;
  row-gap: 100px;
  flex-direction: column;
}
.content_block .block {
  display: flex;
  -moz-column-gap: 100px;
       column-gap: 100px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
}
.content_block .block .image {
  width: 50%;
}
.content_block .block .image img {
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .content_block .block .image {
    order: 1;
    width: 100%;
  }
}
.content_block .block .content {
  width: 50%;
  display: flex;
  row-gap: 50px;
  flex-direction: column;
}
.content_block .block .content p {
  font-size: 18px;
}
.content_block .block .content .btn {
  height: 68px;
  width: 270px;
  display: flex;
  font-weight: 700;
  color: #f7f7f7;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #26292e;
}
@media (max-width: 991px) {
  .content_block .block .content .btn {
    margin: 0 auto;
  }
}
@media (max-width: 991px) {
  .content_block .block .content {
    order: 2;
    width: 100%;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .content_block .block {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media (max-width: 991px) {
  .content_block {
    padding: 0 0 85px 0;
  }
}
#latest_news {
  padding: 85px 0;
  background-color: #f7f7f7;
}
#latest_news .block {
  display: flex;
  row-gap: 75px;
  flex-direction: column;
}
#latest_news .block h2 {
  text-align: center;
}
#latest_news .block .news_items {
  display: flex;
  -moz-column-gap: 90px;
       column-gap: 90px;
  flex-direction: row;
}
#latest_news .block .news_items .news_item {
  display: flex;
  row-gap: 30px;
  border-radius: 20px;
  width: calc(100% / 3);
  flex-direction: column;
  background-color: #ffffff;
  padding: 0 0 30px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
#latest_news .block .news_items .news_item .image {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#latest_news .block .news_items .news_item .image img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#latest_news .block .news_items .news_item .text {
  display: flex;
  row-gap: 15px;
  padding: 0 25px;
  flex-direction: column;
}
#latest_news .block .news_items .news_item .text p {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  flex-direction: row;
}
#latest_news .block .news_items .news_item .text a {
  display: flex;
  font-size: 18px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-weight: 700;
  color: #00A22c;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 991px) {
  #latest_news .block .news_items .news_item {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 1199px) {
  #latest_news .block .news_items {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
}
@media (max-width: 991px) {
  #latest_news .block .news_items {
    row-gap: 30px;
    flex-direction: column;
  }
}
#latest_news .block .link {
  display: flex;
  justify-content: center;
}
#latest_news .block .link a {
  height: 60px;
  width: 240px;
  display: flex;
  color: #ffffff;
  font-weight: 700;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #26292e;
}
#accreditations {
  padding: 15px 0;
  background-color: #f7f7f7;
}
#accreditations .items img {
  margin: 0 auto;
  height: 90px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.why_green_zone {
  row-gap: 50px;
  display: flex;
  padding: 100px 0;
  flex-direction: column;
}
.why_green_zone h2 {
  text-align: center;
}
.why_green_zone .snippet {
  max-width: 60%;
  margin: 0 auto;
}
.why_green_zone .snippet p {
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .why_green_zone .snippet p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .why_green_zone .snippet {
    max-width: 100%;
  }
}
.why_green_zone .blocks {
  display: flex;
  margin: 30px 0;
  -moz-column-gap: 90px;
       column-gap: 90px;
  flex-direction: row;
}
.why_green_zone .blocks .block {
  display: flex;
  padding: 45px 15px;
  text-align: center;
  border-radius: 20px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #ffffff;
  width: calc((100% / 3) - 30px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.why_green_zone .blocks .block .icon {
  margin: 0 0 50px 0;
}
@media (max-width: 991px) {
  .why_green_zone .blocks .block .icon img {
    width: 190px;
  }
}
.why_green_zone .blocks .block .content {
  row-gap: 20px;
  display: flex;
  flex-direction: column;
}
.why_green_zone .blocks .block .content h3 {
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 991px) {
  .why_green_zone .blocks .block .content h3 {
    font-size: 20px;
  }
}
.why_green_zone .blocks .block .content p {
  font-size: 18px;
}
@media (max-width: 991px) {
  .why_green_zone .blocks .block .content p {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .why_green_zone .blocks .block {
    width: calc(100% - 30px);
  }
}
@media (max-width: 1500px) {
  .why_green_zone .blocks {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media (max-width: 991px) {
  .why_green_zone .blocks {
    row-gap: 30px;
    flex-direction: column;
  }
}
.why_green_zone .btn {
  height: 60px;
  width: 240px;
  color: #ffffff;
  font-weight: 700;
  display: flex;
  margin: 0 auto;
  text-align: center;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #00A22c;
}
#testimonials {
  background-color: #f7f7f7;
}
.testimonials {
  display: flex;
  row-gap: 50px;
  padding: 80px 0;
  flex-direction: column;
}
.testimonials h2 {
  text-align: center;
}
.testimonials .snippet h2 {
  text-align: center;
}
.testimonials .snippet p {
  max-width: 60%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 991px) {
  .testimonials .snippet p {
    font-size: 18px;
    max-width: 100%;
  }
}
.testimonials .testimonial_wrapper {
  width: 100%;
  display: flex;
  -moz-column-gap: 85px;
       column-gap: 85px;
  flex-direction: row;
}
.testimonials .testimonial_wrapper .testimonial {
  display: block;
  width: 50%;
  row-gap: 25px;
  display: flex;
  padding: 30px 25px;
  border-radius: 20px;
  flex-direction: column;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #26292e;
}
.testimonials .testimonial_wrapper .testimonial .said {
  padding: 0 0 0 15px;
  border-left: 5px solid;
  border-color: #056b05;
}
.testimonials .testimonial_wrapper .testimonial .said p {
  font-size: 18px;
  line-height: 1.5;
}
.testimonials .testimonial_wrapper .testimonial .who p {
  font-size: 20px;
  color: #056b05;
  font-weight: 700;
}
@media (max-width: 991px) {
  .testimonials .testimonial_wrapper .testimonial {
    width: calc(100% - 50px);
  }
}
@media (max-width: 1199px) {
  .testimonials .testimonial_wrapper {
    -moz-column-gap: 45px;
         column-gap: 45px;
  }
}
@media (max-width: 991px) {
  .testimonials .testimonial_wrapper {
    row-gap: 50px;
    flex-direction: column;
  }
}
.testimonials .btn {
  height: 60px;
  width: 240px;
  display: flex;
  color: #ffffff;
  margin: 0 auto;
  border-radius: 38px;
  align-items: center;
  justify-content: center;
  background-color: #056b05;
}
footer {
  background-color: #26292e;
  padding: 100px 0;
}
footer .footer-block {
  display: flex;
  row-gap: 100px;
  flex-direction: column;
}
footer .footer-block .top {
  display: flex;
  row-gap: 50px;
  flex-wrap: wrap;
  flex-direction: row;
}
footer .footer-block .top p {
  color: #f7f7f7;
  font-size: 16px;
}
footer .footer-block .top .block {
  width: 25%;
}
footer .footer-block .top .block p {
  color: #f7f7f7;
  font-size: 16px;
}
footer .footer-block .top .block p.title {
  font-weight: 700;
  margin: 0 0 20px 0;
}
footer .footer-block .top .block p.title i {
  display: none;
}
@media (max-width: 991px) {
  footer .footer-block .top .block p.title i {
    display: block;
  }
}
@media (max-width: 991px) {
  footer .footer-block .top .block p.title {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  footer .footer-block .top .block p.title:hover {
    cursor: pointer;
  }
}
footer .footer-block .top .block .logo {
  width: 130px;
  margin: 0 0 40px 0;
}
footer .footer-block .top .block .logo img {
  width: 100%;
}
footer .footer-block .top .block .address {
  margin: 0 0 40px 0;
}
footer .footer-block .top .block .contact {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
footer .footer-block .top .block .contact a {
  color: #f7f7f7;
}
footer .footer-block .top .block ul {
  margin: 0;
  padding: 0;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
footer .footer-block .top .block ul li {
  list-style: none;
}
footer .footer-block .top .block ul li a {
  color: #f7f7f7;
}
@media (max-width: 991px) {
  footer .footer-block .top .block ul li {
    margin: 0 0 20px 0;
  }
}
@media (max-width: 991px) {
  footer .footer-block .top .block ul {
    display: none;
  }
}
footer .footer-block .top .block .generic {
  display: flex;
  row-gap: 20px;
  margin: 0 0 140px 0;
  flex-direction: column;
}
footer .footer-block .top .block .generic a {
  color: #f7f7f7;
}
@media (max-width: 991px) {
  footer .footer-block .top .block .generic {
    margin: 0 0 70px 0;
  }
}
footer .footer-block .top .block .legal {
  display: flex;
  row-gap: 20px;
  flex-direction: column;
}
footer .footer-block .top .block .legal p a {
  color: #f7f7f7;
}
footer .footer-block .top .block .legal p a:hover {
  color: #00A22c;
}
@media (max-width: 1199px) {
  footer .footer-block .top .block {
    width: 50%;
  }
}
@media (max-width: 991px) {
  footer .footer-block .top .block {
    width: 100%;
  }
  footer .footer-block .top .block--show ul {
    display: block;
  }
}
footer .footer-block .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-block .bottom p {
  color: #f7f7f7;
  font-size: 16px;
}
@media (max-width: 991px) {
  footer .footer-block .bottom p {
    order: 2;
  }
}
footer .footer-block .bottom .social {
  display: flex;
  -moz-column-gap: 25px;
       column-gap: 25px;
  flex-direction: row;
}
footer .footer-block .bottom .social a {
  color: #f7f7f7;
  font-size: 18px;
}
@media (max-width: 991px) {
  footer .footer-block .bottom .social {
    order: 1;
  }
}
@media (max-width: 991px) {
  footer .footer-block .bottom {
    row-gap: 50px;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 991px) {
  footer .footer-block {
    row-gap: 50px;
  }
}
@media (max-width: 991px) {
  footer {
    padding: 75px 0;
  }
}
.title {
  row-gap: 50px;
  display: flex;
  flex-direction: column;
}
.title h2 {
  text-align: center;
}
.title p {
  max-width: 60%;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
}
@media (max-width: 991px) {
  .title p {
    max-width: 100%;
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .title {
    row-gap: 20px;
  }
}
.s-cookie {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  left: 70px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.16);
  border-radius: 12px;
  background-color: #ffffff;
  width: 100%;
  max-width: 525px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 1s;
}
.s-cookie__close {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  border: 0;
  background-color: transparent;
  padding: 0;
}
.s-cookie__policy {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #26292E;
}
.s-cookie__policy p {
  margin-bottom: 22px;
}
.s-cookie__policy p:last-child {
  margin-bottom: 0;
}
.s-cookie__policy a {
  text-decoration: underline;
  color: #056B05;
}
.s-cookie__policy a:hover {
  color: #056B05;
}
@media (max-width: 736px) {
  .s-cookie {
    left: 70px;
    right: 70px;
    width: auto;
    max-width: auto;
  }
}
@media (max-width: 575px) {
  .s-cookie {
    left: 15px;
    right: 15px;
  }
}
.s-cookie--show {
  padding: 30px 35px;
  height: auto;
  overflow: auto;
  opacity: 1;
}


