:root {
  --swiper-pagination-top: 0;
  --swiper-pagination-color: #2A3F2F;
  --swiper-pagination-bullet-size: 15px;
  --swiper-pagination-bullet-width: 15px;
  --swiper-pagination-bullet-height: 15px;
  --swiper-pagination-bullet-inactive-color: #BDE182;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 6px;
  --swiper-pagination-bullet-vertical-gap: 0px;
}

.button, .card .card-text a, .button-white, .footer .footer-list-container aside a, .footer-wrapper .footer-list-container aside a {
  position: relative;
  font-size: 20px;
  width: 199px;
  height: 53px;
  border-radius: 10px;
  border: none;
  text-align: center;
  line-height: 53px;
  background-color: #F0CD6E;
  cursor: pointer;
  color: #000000;
  letter-spacing: 0.02rem;
  overflow: hidden;
  z-index: 0;
}
.button:hover, .card .card-text a:hover, .button-white:hover, .footer .footer-list-container aside a:hover, .footer-wrapper .footer-list-container aside a:hover {
  color: #BDE182;
}
.button::after, .card .card-text a::after, .button-white::after, .footer .footer-list-container aside a::after, .footer-wrapper .footer-list-container aside a::after {
  content: "";
  position: absolute;
  left: 0;
  width: 110%;
  height: 200px;
  background-color: #03222D;
  border-radius: 50%;
  transform: translate(-10px, -70px) scale(0.1);
  opacity: 0;
  z-index: -1;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.button:hover::after, .card .card-text a:hover::after, .button-white:hover::after, .footer .footer-list-container aside a:hover::after, .footer-wrapper .footer-list-container aside a:hover::after {
  opacity: 1;
  transform: scale(1) translate(-10px, -70px);
}
.button.inverted, .card .card-text a.inverted, .inverted.button-white, .footer .footer-list-container aside a.inverted, .footer-wrapper .footer-list-container aside a.inverted {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: inherit;
  border: 2px solid #f0cd6e;
}
.button.inverted::after, .card .card-text a.inverted::after, .inverted.button-white::after, .footer .footer-list-container aside a.inverted::after, .footer-wrapper .footer-list-container aside a.inverted::after {
  top: -10%;
}
.button-white::after, .footer .footer-list-container aside a::after, .footer-wrapper .footer-list-container aside a::after {
  background-color: #FFFFFF;
}
.button-white:hover, .footer .footer-list-container aside a:hover, .footer-wrapper .footer-list-container aside a:hover {
  color: #141714;
}

.button-container {
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  gap: 20px;
  order: 3;
}

.learn-more, .card.about .about-items a, .card.reviews .reviews-text a, .card.form .form-text ul a, .card.form form label:nth-child(4) a, .learn-more-alternative, .footer .footer-list-container div .footer-list > li > a, .footer-wrapper .footer-list-container div .footer-list > li > a, .learn-more--underline-none, .project-list-container .project-list-item a:last-child, .breadcrumb a {
  display: flex;
  font-size: 16px;
  color: #467750;
  cursor: pointer;
  letter-spacing: normal;
  position: relative;
  z-index: 0;
  text-decoration: underline;
  transition: ease-in 0.1s;
}
.learn-more:hover, .card.about .about-items a:hover, .card.reviews .reviews-text a:hover, .card.form .form-text ul a:hover, .card.form form label:nth-child(4) a:hover, .learn-more-alternative:hover, .footer .footer-list-container div .footer-list > li > a:hover, .footer-wrapper .footer-list-container div .footer-list > li > a:hover, .learn-more--underline-none:hover, .project-list-container .project-list-item a:hover:last-child, .breadcrumb a:hover {
  color: #F0CD6E;
}
.learn-more--underline-none, .project-list-container .project-list-item a:last-child, .breadcrumb a {
  color: #467750;
  text-decoration: none;
}
.learn-more-alternative, .footer .footer-list-container div .footer-list > li > a, .footer-wrapper .footer-list-container div .footer-list > li > a {
  color: inherit;
}
.learn-more-alternative:hover, .footer .footer-list-container div .footer-list > li > a:hover, .footer-wrapper .footer-list-container div .footer-list > li > a:hover {
  color: #F0CD6E;
}

.card.form .form-text ul a {
  display: inline-flex !important;
}

.current-menu-item, .footer .footer-list-container div .footer-list li:first-of-type.current-menu-item, .footer-wrapper .footer-list-container div .footer-list li:first-of-type.current-menu-item, .header ul .current-menu-item {
  color: #F0CD6E;
}
.current-menu-item:hover, .footer .footer-list-container div .footer-list li.current-menu-item:hover:first-of-type, .footer-wrapper .footer-list-container div .footer-list li.current-menu-item:hover:first-of-type, .header ul .current-menu-item:hover {
  color: #F0CD6E;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.breadcrumb a {
  cursor: pointer;
  color: black;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb li:last-child {
  font-weight: 600;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-flex;
  align-items: center;
  margin: 0 0.5rem;
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='8' height='12' viewBox='0 0 8 12' fill='none'><path d='M1 1L6 6L1 11' stroke='black' stroke-width='1.5'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.w100 {
  width: 100% !important;
}

.address-without-url {
  align-items: center;
  display: flex;
  gap: 17px;
}

.fade-in {
  opacity: 1 !important;
  transition: ease-in-out 1s;
}

.card {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-block: 75px;
  gap: 24px;
  letter-spacing: 0.02em;
}
.card h1, .card h2 {
  color: #141714;
}
.card.reverse {
  flex-direction: row-reverse;
}
.card .card-text {
  display: flex;
  flex-direction: column;
  justify-content: left;
  align-items: normal;
  width: 755px;
}
.card .card-text h2 {
  font-size: 48px;
  line-height: 51.02px;
  letter-spacing: -0.01em;
}
.card .card-text ul {
  list-style-position: inside;
}
.card .card-text a {
  text-decoration: none;
}
.card .card-image, .card.main-card .main-card-image, .card.gallery .main-card-image {
  max-width: 533px;
  max-height: 508px;
}
.card .card-image img, .card.main-card .main-card-image img, .card.gallery .main-card-image img {
  object-fit: contain;
  width: 100%;
  height: auto;
  max-width: inherit;
  max-height: inherit;
  border-radius: 10px;
}
.card.main-card .card-text, .card.gallery .card-text {
  gap: unset;
  width: 644px;
}
.card.main-card .main-card-image, .card.gallery .main-card-image {
  max-width: 644px;
  max-height: 490px;
  border-radius: 10px;
}
.card.main-card h1, .card.gallery h1 {
  margin-bottom: 24px;
  font-size: 54px;
  line-height: 64.8px;
  letter-spacing: 0.02em;
}
.card.main-card p, .card.gallery p {
  margin-bottom: 31px;
}
.card.about {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.card.about .about-items-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.card.about .about-items {
  max-height: 294.93px;
  max-width: 310px;
}
.card.about h2 {
  font-size: 54px;
  line-height: 79px;
}
.card.about .about-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 14.8px 5px rgba(137, 192, 126, 0.13);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 12px;
  z-index: 1;
}
.card.about .about-items .box-icon {
  height: 39.93px;
}
.card.about .about-items h6 {
  line-height: 21.97px;
  font-size: 16px;
  margin-top: 23px;
  text-transform: uppercase;
  color: #03222D;
  letter-spacing: 0.055em;
}
.card.about .about-items p {
  font-weight: 300;
  font-size: 15px;
  text-align: center;
  line-height: 21.79px;
  margin-top: 15px;
  color: rgba(0, 0, 0, 0.66);
}
.card.about .about-items a {
  margin-top: 24px;
}
.card.reviews {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 75px 0 125px 0;
  gap: 50px;
}
.card.reviews.swiper {
  position: initial;
}
.card.reviews.swiper .swiper-wrapper {
  height: unset;
}
.card.reviews.swiper .swiper-wrapper .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card.reviews h2 {
  font-size: 56px;
  line-height: 59.53px;
  letter-spacing: -0.01em;
}
.card.reviews .review-image {
  position: absolute;
  top: -70px;
  width: 102px;
  height: 102px;
}
.card.reviews .review-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.card.reviews .reviews-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  max-width: 865px;
  width: 100%;
  gap: 20px;
  margin-top: 100px;
  padding: 56px 55px;
  border-radius: 20px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 15px 5px rgba(137, 192, 126, 0.13);
  letter-spacing: normal;
}
.card.reviews .reviews-text p {
  font-size: 18px;
  line-height: 24.55px;
  color: #3D3D3D;
}
.card.reviews .reviews-text h3 {
  font-size: 24px;
  line-height: 32.74px;
  color: #141714;
}
.card.slides {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  gap: 50px;
}
.card.slides h2 {
  font-size: 48px;
  line-height: 51.02px;
}
.card.slides.swiper {
  padding: 75px 15px;
}
.card.slides .swiper-slide {
  cursor: default;
  background-color: #FFFFFF;
  border-radius: 10px;
  transition: ease 0.15s;
  height: 104px;
  width: 199px;
  border: 1px solid #BDE182;
}
.card.slides .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card.slides .swiper-slide[href="#"]:hover {
  box-shadow: 0px 0px 17px 2px rgba(137, 192, 126, 0.6509803922);
  cursor: pointer;
}
.card.gallery {
  max-width: 1308px;
  height: unset;
  gap: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card.gallery .card-text {
  display: flex;
  max-width: 651px;
  text-align: center;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .card.gallery .card-text {
    width: 100%;
  }
}
.card.gallery h2 {
  margin-bottom: 0;
}
.card.gallery p {
  margin-bottom: 27px;
}
.card.gallery.swiper {
  padding: 0 15px;
}
.card.gallery .swiper-wrapper {
  margin-bottom: 49px;
}
.card.gallery .swiper-pagination-bullet {
  --swiper-pagination-bullet-horizontal-gap: 8px;
}
.card.gallery .swiper-slide {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.card.gallery .swiper-slide:before {
  content: "";
  display: block;
  padding-top: 84.58%;
}
.card.gallery .swiper-slide .swiper-slide-image {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  object-fit: cover;
}
.card .swiper-pagination {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  display: flex;
  bottom: 0px;
}
.card .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0px;
}
.card .swiper-button-next, .card .swiper-button-prev {
  --swiper-navigation-sides-offset: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 21px;
  width: 21px;
  margin-top: 0;
  position: absolute;
  top: 61%;
}
.card .swiper-button-next::after, .card .swiper-button-prev::after {
  display: none;
}
.card .swiper-button-next circle, .card .swiper-button-prev circle {
  transition: fill 0.3s;
}
.card .swiper-button-next:hover circle, .card .swiper-button-prev:hover circle {
  fill: #141714;
}
.card .swiper-button-next:hover path, .card .swiper-button-prev:hover path {
  stroke: #89C07E;
}
.card .swiper-button-next {
  right: 20px;
  transform: scaleX(-1);
}
.card .swiper-button-prev {
  left: 20px;
}
.card.questions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.card.questions .card-text {
  display: flex;
  text-align: center;
}
.card.questions .card-text p {
  font-family: "Roboto", system-ui;
  line-height: 27px;
}
.card.questions .questions-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 30px;
  max-width: 1088px;
  min-width: 300px;
  width: 100%;
}
.card.questions .questions-wrapper details {
  z-index: 1;
  width: 100%;
  background-color: #EDF6EC;
  transition: ease-in-out 0.3s;
}
.card.questions .questions-wrapper details .answers {
  padding: 16px 47px 35px 52px;
}
.card.questions .questions-wrapper details[open] summary {
  padding-bottom: 0;
}
.card.questions .questions-wrapper details summary::-webkit-details-marker {
  display: none;
}
.card.questions .questions-wrapper details summary {
  display: flex;
  justify-content: space-between;
  list-style: none;
  font-size: 30px;
  line-height: 40.92px;
  padding: 20px 68px 20px 52px;
  cursor: pointer;
}
.card.questions .questions-wrapper details summary svg {
  width: 40px;
  height: 40px;
  margin-left: 0.75em;
  transition: transform 0.3s ease-in-out;
}
.card.questions .questions-wrapper details summary svg path {
  transition: transform 0.3s ease-in-out;
  transform-origin: center;
}
.card.questions .questions-wrapper details p {
  font-size: 18px;
  line-height: 27px;
}
.card.questions .questions-wrapper .rotated {
  transform: rotate(180deg);
}
.card.form {
  font-family: "Roboto", system-ui;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
.card.form .form-text {
  position: relative;
  z-index: 1;
  display: inherit;
  flex-direction: column;
  gap: 24px;
  max-width: 644px;
}
.card.form .form-text h1 {
  font-size: 54px;
  line-height: 64.8px;
}
.card.form .form-text p {
  font-size: 18px;
  line-height: 26.33px;
  margin-bottom: 7px;
}
.card.form .form-text ul {
  display: inherit;
  flex-direction: column;
  list-style-type: none;
  max-width: 205px;
  width: 100%;
  gap: 32px;
}
.card.form .form-text ul a {
  align-items: center;
  gap: 17px;
  color: inherit;
}
.card.form .form-text ul a svg {
  max-width: 25px;
  height: 25px;
}
.card.form .contact-form-preloader {
  position: absolute;
  top: 42%;
  left: 45%;
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid lightblue;
  border-right-color: orange;
  animation: l2 1s infinite linear;
}
@keyframes l2 {
  to {
    transform: rotate(1turn);
  }
}
.card.form .preloader :not(.contact-form-preloader) {
  opacity: 0.5;
}
.card.form .d-none {
  display: none !important;
}
.card.form .success-block {
  z-index: 1;
  text-align: center;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background-color: #f9f9f9;
}
.card.form form {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 644px;
  width: 100%;
  gap: 20px;
}
.card.form form div {
  display: inherit;
  width: 100%;
  flex-direction: row;
  gap: 24px;
}
.card.form form label {
  width: 100%;
  display: inherit;
  flex-direction: column;
  gap: 8px;
}
.card.form form label input, .card.form form label textarea {
  transition: 0.2s ease-in-out;
  font-family: inherit;
  font-size: 18px;
}
.card.form form label textarea:focus, .card.form form label input[type=text]:focus, .card.form form label input[type=checkbox]:focus {
  border: 1px solid #F0CD6E;
  outline: #F0CD6E;
}
.card.form form label input[type=text] {
  height: 48px;
  border: 1px solid #2A3F2F;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 4px 14.8px 5px rgba(189, 225, 130, 0.0509803922);
}
.card.form form label .warning-validation {
  border: 1px solid red !important;
}
.card.form form label .warning-validation:focus {
  border: 1px solid rgb(200, 0, 0) !important;
  outline: rgb(200, 0, 0) !important;
}
.card.form form label input[type=checkbox] {
  width: 21px;
  height: 21px;
  accent-color: #89C07E;
  margin-right: 10px;
  cursor: pointer;
}
.card.form form label input[type=checkbox]:checked {
  transform: scale(1.1);
  transition: transform 0.4s ease;
}
.card.form form label input[type=checkbox]:not(:checked) {
  transition: transform 0.4s ease;
}
.card.form form label:last-of-type {
  cursor: pointer;
}
.card.form form label textarea {
  resize: none;
  height: 131px;
  border: 1px solid #2A3F2F;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0px 4px 14.8px 5px rgba(189, 225, 130, 0.0509803922);
}
.card.form form label textarea::-webkit-scrollbar {
  width: 5px;
  border-radius: 5px;
}
.card.form form label textarea::-webkit-scrollbar-track {
  background-color: transparent;
}
.card.form form label textarea::-webkit-scrollbar-thumb {
  background-color: #F0CD6E;
  border-radius: 5px;
  cursor: default;
}
.card.form form label textarea::-webkit-scrollbar-thumb:hover {
  background-color: #467750;
}
.card.form form label textarea::-webkit-scrollbar-track {
  margin-top: 3px;
  margin-bottom: 3px;
}
.card.form form label:nth-child(4) {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  gap: 0px;
}
.card.form form label:nth-child(4) a {
  align-items: center;
  margin-left: 0.25em;
  color: inherit;
}
.card.privacy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: unset;
  max-width: 1120px;
  width: 100%;
  letter-spacing: normal;
}
.card.privacy h1 {
  font-size: 54px;
  line-height: 65px;
  z-index: 1;
  margin-bottom: 50px;
}
.card.privacy article {
  z-index: 1;
}
.card.privacy article > * {
  margin-top: 1.5em;
}
.card.privacy article p + ul {
  margin-top: 0;
}
.card.blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1120px;
  gap: 16px;
}
.card.blog h2, .card.blog li, .card.blog h3, .card.blog p, .card.blog .breadcrumb {
  z-index: 1;
}
.card.blog h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: black;
}
.card.blog div {
  display: inherit;
  flex-direction: inherit;
  gap: 24px;
}

.info-block-wrapper {
  background-color: #EDF6EC;
}
.info-block-wrapper:nth-of-type(1) {
  background: linear-gradient(180deg, #FFF 0%, #EDF6EC 39%);
}
.info-block-wrapper:nth-last-of-type(1) {
  background: linear-gradient(180deg, #EDF6EC 71.5%, #FFF 100%);
}

.info-block-wrapper-bottom {
  background: linear-gradient(180deg, #FFF 0%, #EDF6EC 39%) !important;
}

.info-block-wrapper.info-block-support {
  background-color: #EDF6EC !important;
}
.info-block-wrapper.info-block-support:nth-of-type(1) {
  background: linear-gradient(180deg, #FFF 0%, #EDF6EC 39%);
}
.info-block-wrapper.info-block-support:nth-last-of-type(1) {
  background: #EDF6EC !important;
}

.info-block-wrapper.info-block-single {
  background: linear-gradient(180deg, #FFF 0%, #EDF6EC 20%, #EDF6EC 80.5%, #FFF 100%) !important;
}

.hero-with-gradient {
  background: linear-gradient(180deg, #EDF6EC 70.5%, #FFF 100%);
}

.review-full-text {
  text-align: center;
}

@media (max-width: 1200px) and (min-width: 1025px) {
  .card {
    padding-block: 45px;
  }
  .card.main-card .card-text {
    min-width: calc(100% - 54px - 350px - 50px);
  }
  .card.main-card .card-text h1 {
    font-size: 44px;
  }
  .card.main-card .main-card-image {
    max-width: 400px;
  }
  .card .card-text {
    width: calc(100% - 24px - 350px);
  }
  .card .card-text h1, .card .card-text h3, .card .card-text h2 {
    font-size: 42px;
    line-height: 1.1em;
  }
  .card .card-text p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .card .card-image, .card .main-card-image {
    max-width: 100%;
    max-width: 350px;
  }
  .card.about h1, .card.about h3, .card.about h2, .card.reviews h1, .card.reviews h3, .card.reviews h2, .card.slides h1, .card.slides h3, .card.slides h2 {
    font-size: 42px;
    line-height: 1.1em;
  }
  .card.about p, .card.reviews p, .card.slides p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 1024px) and (min-width: 769px) {
  .card {
    padding-block: 45px;
  }
  .card.main-card .card-text {
    min-width: calc(100% - 54px - 300px - 50px);
  }
  .card.main-card .card-text h1 {
    font-size: 44px;
  }
  .card.main-card .main-card-image {
    max-width: 350px;
  }
  .card .card-text {
    width: calc(100% - 24px - 300px);
  }
  .card .card-text h1, .card .card-text h3, .card .card-text h2 {
    font-size: 42px;
    line-height: 1.1em;
  }
  .card .card-text p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .card .card-image, .card .main-card-image {
    max-width: 100%;
    max-width: 300px;
  }
  .card.about h1, .card.about h3, .card.about h2, .card.reviews h1, .card.reviews h3, .card.reviews h2, .card.slides h1, .card.slides h3, .card.slides h2 {
    font-size: 42px;
    line-height: 1.1em;
  }
  .card.about p, .card.reviews p, .card.slides p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .card.privacy h1 {
    margin-bottom: 46px;
  }
  .card.privacy h1, .card.privacy h3, .card.privacy h2 {
    font-size: 42px;
    line-height: 1.1em;
  }
  .card.privacy p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 768px) {
  .main-container {
    padding-right: 0;
  }
  .button-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .card {
    flex-direction: column;
    align-items: center;
    padding: 45px 20px;
  }
  .card .card-text {
    display: contents;
    text-align: left;
    width: 100%;
  }
  .card .card-text h1, .card .card-text h3, .card .card-text h2 {
    font-size: 30px;
    line-height: 1.1em;
  }
  .card .card-text p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .card .card-text h1 {
    order: 1;
    margin-bottom: 12px;
  }
  .card .card-text .button {
    order: 4;
  }
  .card .card-text p, .card .card-text ul {
    order: 3;
  }
  .card .card-image {
    order: 2;
    align-items: center;
    height: 100%;
  }
  .card.main-card {
    justify-content: center;
  }
  .card.main-card .card-text {
    text-align: center;
    align-items: center;
    width: 100%;
    z-index: 1;
    color: #141714;
  }
  .card.main-card .card-text h1 {
    order: 0;
    font-size: 34px;
  }
  .card.main-card .card-text p {
    order: 0;
    margin-bottom: unset;
  }
  .card.about {
    gap: 24px;
    justify-content: unset;
    height: 100%;
  }
  .card.about h1, .card.about h3, .card.about h2 {
    font-size: 26px;
    line-height: 1.1em;
  }
  .card.about p {
    font-size: 18px;
    line-height: 1.2em;
  }
  .card.about .about-items {
    max-width: 100%;
  }
  .card.about .about-items-container {
    flex-direction: column;
    gap: 10px;
  }
  .card.reviews {
    gap: 10px;
    padding-inline: unset;
    padding-bottom: 35px;
  }
  .card.reviews h1, .card.reviews h3, .card.reviews h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card.reviews p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.reviews .reviews-text {
    width: auto;
  }
  .card.reviews .reviews-text h1, .card.reviews .reviews-text h3, .card.reviews .reviews-text h2 {
    font-size: 20px;
    line-height: 1.1em;
  }
  .card.reviews .reviews-text p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.reviews .swiper-slide {
    padding-inline: 15px;
  }
  .card.slides {
    gap: 25px;
  }
  .card.slides h1, .card.slides h3, .card.slides h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card.slides p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.slides .swiper-slide {
    width: 100%;
  }
  .card.slides .swiper-button-next, .card.slides .swiper-button-prev {
    top: 90%;
  }
  .card.slides .swiper-button-next {
    right: calc(48% - 20px);
  }
  .card.slides .swiper-button-prev {
    left: calc(48% - 20px);
  }
  .card.gallery .swiper-wrapper {
    margin-bottom: 20px;
  }
  .card.reverse {
    flex-direction: column;
  }
  .card.questions .questions-wrapper details {
    padding: 20px;
  }
  .card.questions .questions-wrapper details summary {
    font-size: 26px;
    line-height: unset;
  }
  .card.questions .questions-wrapper details summary p {
    font-size: 14px;
  }
  .card.questions .questions-wrapper details[open] {
    padding: 20px;
  }
  .card.questions .questions-wrapper details[open] summary > svg {
    margin-right: 0;
  }
  .card.form {
    align-items: center;
  }
  .card.form .form-text {
    align-items: center;
    text-align: center;
  }
  .card.form form {
    align-items: center;
  }
  .card.form form div {
    flex-direction: column;
  }
  .card.privacy h1 {
    margin-bottom: 32px;
  }
  .card.privacy h1, .card.privacy h3, .card.privacy h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card.privacy p {
    font-size: 18px;
    line-height: 1.2em;
  }
}
@media (max-width: 500px) {
  .card .card-text h1, .card .card-text h3, .card .card-text h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card .card-text p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.main-card .card-text h1 {
    font-size: 32px;
  }
  .card.about h1, .card.about h3, .card.about h2 {
    font-size: 24px;
    line-height: 1.1em;
  }
  .card.about p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.reviews h1, .card.reviews h3, .card.reviews h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card.reviews p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.reviews .reviews-text h1, .card.reviews .reviews-text h3, .card.reviews .reviews-text h2 {
    font-size: 20px;
    line-height: 1.1em;
  }
  .card.reviews .reviews-text p {
    font-size: 16px;
    line-height: 1.2em;
  }
  .card.slides h1, .card.slides h3, .card.slides h2 {
    font-size: 28px;
    line-height: 1.1em;
  }
  .card.slides p {
    font-size: 16px;
    line-height: 1.2em;
  }
}
.header {
  position: fixed;
  background: #FFFFFF;
  z-index: 100;
  top: 0;
  max-height: 100%;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
}
.header-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #FFFFFF;
  max-width: 1342px;
  height: 98px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.header a {
  cursor: pointer;
}
.header ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 34px;
  list-style-type: none;
}
.header ul .current-menu-item {
  color: #89C07E;
}
.header ul .current-menu-item:hover {
  color: #89C07E;
}
.header ul li {
  cursor: pointer;
  transition: color 0.2s ease-in-out;
}
.header ul li:hover {
  color: #89C07E;
}
.header img {
  width: 199px;
  height: 74px;
  object-fit: contain;
}
.header nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 53px;
  width: 689px;
  letter-spacing: 0.02rem;
  font-size: 20px;
  line-height: 29.26px;
}
.header .menu-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  position: relative;
}
.header .menu-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  background-color: #EDF6EC;
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: -1;
}
.header .menu-toggle:hover::before, .header .menu-toggle.active::before {
  transition: 0.15s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
}
.header .menu-toggle:not(:hover):not(.active)::before {
  transform: translate(-50%, -50%) scale(0);
  transition: 0.15s ease-in-out;
}
.header .menu-toggle .menu-icon {
  width: 25px;
  height: 3px;
  background-color: #141714;
  display: block;
  position: relative;
}
.header .menu-toggle .menu-icon:before, .header .menu-toggle .menu-icon:after {
  content: "";
  width: 25px;
  height: 3px;
  background-color: #141714;
  display: block;
  position: absolute;
  transition: all 0.3s;
}
.header .menu-toggle .menu-icon:before {
  top: -8px;
}
.header .menu-toggle .menu-icon:after {
  bottom: -8px;
}
.header .menu-toggle.active .menu-icon {
  background-color: transparent;
}
.header .menu-toggle.active .menu-icon:before {
  transform: rotate(45deg);
  top: 0;
}
.header .menu-toggle.active .menu-icon:after {
  transform: rotate(-45deg);
  bottom: 0;
}

#overlay {
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 980px) {
  .header-wrapper {
    padding-right: 0px;
  }
  .header-wrapper > a {
    transform-origin: left;
    scale: 0.7;
  }
  .header nav {
    overflow: auto;
    display: flex;
    position: absolute;
    align-self: flex-start;
    margin-top: 98px;
    justify-content: space-evenly;
    right: -500px;
    flex-direction: column;
    max-width: 500px;
    height: calc(100vh - 98px);
    background-color: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.06);
    transition: transform 0.4s ease;
  }
  .header nav::-webkit-scrollbar {
    width: 0px;
    border-radius: 0px;
  }
  .header nav::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .header nav::-webkit-scrollbar-thumb {
    background-color: #F0CD6E;
    border-radius: 0px;
    cursor: default;
  }
  .header nav::-webkit-scrollbar-thumb:hover {
    background-color: #467750;
  }
  .header nav .current-menu-item {
    color: #BDE182;
    background-color: #EDF6EC;
    transition: none;
  }
  .header nav ul {
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .header nav ul li {
    display: inherit;
    justify-content: center;
    width: 100%;
  }
  .header nav ul li a {
    display: inherit;
    position: relative;
    overflow: hidden;
    width: 100%;
    justify-content: center;
    padding: 10px 0;
  }
  .header nav ul li a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300%;
    height: 300%;
    background-color: #EDF6EC;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0.1);
    opacity: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-out;
    z-index: -1;
  }
  .header nav ul li a:hover::after {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  .header nav ul li a:hover {
    color: #BDE182;
  }
  .header nav .button {
    text-align: center;
    margin: 10px auto;
    min-height: 53px;
  }
  .header .menu-toggle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 101;
    margin-right: 15px;
  }
  .header.active nav {
    transform: translateX(-500px);
  }
  .header .menu-toggle.active {
    background-color: #EDF6EC;
  }
  .header .menu-toggle.active .menu-icon {
    background-color: transparent;
  }
  .header .menu-toggle.active .menu-icon:before {
    transform: rotate(45deg);
    top: 0;
  }
  .header .menu-toggle.active .menu-icon:after {
    transform: rotate(-45deg);
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .header nav {
    margin-top: 0;
    color: #141714;
    max-width: unset;
    top: 100%;
    right: -100%;
    height: calc(100vh - 98px);
    width: 100%;
    justify-content: space-evenly;
    background-color: #FFFFFF;
    padding-bottom: 68px;
  }
  .header.active nav {
    transform: translateX(-100%);
  }
}
@font-face {
  font-family: "Nunito";
  src: url("../../fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../../fonts/Nunito_Sans/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../../fonts/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
h1, h2, h3, h6, .button, .learn-more, .learn-more--underline-none, .project-list-container .project-list-item a:last-child {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
}

details p {
  font-family: "Roboto", system-ui;
  font-weight: 400;
}

nav, .card-text > ul, p {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
}

summary {
  font-family: "Nunito", sans-serif;
  font-weight: 800;
}

footer {
  font-family: "Roboto", system-ui;
  font-weight: 400;
}
footer aside h3, footer aside p {
  font-family: "Roboto", system-ui;
}

.footer, .footer-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 50px;
  border-bottom: 2px solid #2A3F2F;
  padding-bottom: 50px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: #2A3F2F;
  color: #FFFFFF;
  gap: 68px;
}
.footer-wrapper {
  position: relative;
  max-width: 1342px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}
.footer .footer-list-container, .footer-wrapper .footer-list-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
}
.footer .footer-list-container .footer-image, .footer-wrapper .footer-list-container .footer-image {
  align-self: flex-start;
  cursor: pointer;
  max-width: 199px;
  max-height: 200px;
  margin-right: 45px;
}
.footer .footer-list-container .footer-image img, .footer-wrapper .footer-list-container .footer-image img {
  display: block;
  object-fit: contain;
  width: auto;
  height: auto;
  max-width: inherit;
  max-height: inherit;
}
.footer .footer-list-container div, .footer-wrapper .footer-list-container div {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 24px;
  margin: 0 auto;
  margin-bottom: 7px;
  padding-left: 5px;
  padding-right: 5px;
  width: 421px;
}
.footer .footer-list-container div .footer-list, .footer-wrapper .footer-list-container div .footer-list {
  width: 100%;
  max-width: 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  gap: 11px;
}
.footer .footer-list-container div .footer-list .current-menu-item ul li, .footer-wrapper .footer-list-container div .footer-list .current-menu-item ul li, .footer .footer-list-container div .footer-list li:first-of-type.current-menu-item ul li, .footer-wrapper .footer-list-container div .footer-list li:first-of-type.current-menu-item ul li {
  color: #FFFFFF;
}
.footer .footer-list-container div .footer-list > li, .footer-wrapper .footer-list-container div .footer-list > li {
  display: inherit;
  flex-direction: column;
  gap: 20px;
}
.footer .footer-list-container div .footer-list > li > a, .footer-wrapper .footer-list-container div .footer-list > li > a {
  font-size: 18px;
  font-weight: 600;
}
.footer .footer-list-container div .footer-list > li > a, .footer-wrapper .footer-list-container div .footer-list > li > a, .footer .footer-list-container div .footer-list a, .footer-wrapper .footer-list-container div .footer-list a {
  cursor: pointer;
}
.footer .footer-list-container div .footer-list ul, .footer-wrapper .footer-list-container div .footer-list ul {
  display: inherit;
  flex-direction: inherit;
  gap: 11px;
  list-style-type: none;
}
.footer .footer-list-container div .footer-list ul > li > a, .footer-wrapper .footer-list-container div .footer-list ul > li > a {
  transition: 0.25s ease-in-out color;
}
.footer .footer-list-container div .footer-list ul > li > a:hover, .footer-wrapper .footer-list-container div .footer-list ul > li > a:hover {
  color: #F0CD6E;
}
.footer .footer-list-container aside, .footer-wrapper .footer-list-container aside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 421px;
  gap: 16px;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-list-container aside h3, .footer-wrapper .footer-list-container aside h3 {
  font-weight: 600;
}
.footer-copywrite {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  background: inherit;
  width: 100%;
  border-top: 1px solid #FFFFFF;
  list-style-type: none;
}

@media (max-width: 980px) {
  .footer, .footer-wrapper {
    align-items: center;
    padding-inline: 15px;
    gap: 50px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .footer .footer-list-container, .footer-wrapper .footer-list-container {
    flex-direction: column;
    gap: 50px;
  }
  .footer .footer-list-container .footer-image, .footer-wrapper .footer-list-container .footer-image {
    align-self: center;
    margin-right: 0;
  }
  .footer .footer-list-container div .footer-list, .footer-wrapper .footer-list-container div .footer-list, .footer .footer-list-container div .footer-list > li, .footer-wrapper .footer-list-container div .footer-list > li, .footer .footer-list-container div ul, .footer-wrapper .footer-list-container div ul {
    align-items: center;
    text-align: center;
  }
  .footer .footer-list-container aside, .footer-wrapper .footer-list-container aside {
    align-items: center;
    gap: 25px;
    text-align: center;
  }
  .footer-copywrite {
    gap: 15px;
    text-align: center;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  .footer, .footer-wrapper {
    gap: 50px;
  }
  .footer .footer-list-container, .footer-wrapper .footer-list-container {
    gap: 50px;
  }
  .footer .footer-list-container div, .footer-wrapper .footer-list-container div {
    gap: 50px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer .footer-list-container div .footer-list, .footer-wrapper .footer-list-container div .footer-list {
    align-items: center;
  }
  .footer aside p, .footer-wrapper aside p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .container section:nth-child(2)::after {
    height: 350px;
    top: 18.5%;
  }
  .container section:nth-child(6)::before {
    scale: 0.8;
    bottom: 18%;
  }
}
@media (max-width: 1200px) and (min-width: 768px) {
  .container section:nth-child(2)::after {
    top: 16%;
  }
}
@media (min-width: 1200px) {
  .container section:nth-child(2)::after {
    top: 18.9%;
  }
}
.container {
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.container .hero-block {
  margin-top: 98px;
}
.container section:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 350px;
  right: 0;
  background-image: url("../../images/shapes/shape.png"), url("../../images/shapes/shape-dotted.png");
  background-position: 100% 80px, 100% 90px;
  background-repeat: no-repeat;
}
.container section:nth-child(8)::before {
  content: "";
  position: absolute;
  width: 590px;
  background-image: url("../../images/shapes/circle.png");
  right: 5%;
  height: 545px;
  background-position: 0em 5em;
  background-repeat: no-repeat;
}
.container section:nth-child(8)::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 550px;
  left: 0;
  background-image: url("../../images/shapes/shape flipped.png"), url("../../images/shapes/shape-dotted flipped.png");
  background-position: 0em 3em, 0em 5.5em;
  background-repeat: no-repeat;
}

.main-container {
  max-width: 1342px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.top-gradient {
  height: 45px;
  width: 100%;
  background: linear-gradient(white, #E2EEE1);
}

.last-top-gradient {
  margin-top: 0;
}

.bottom-gradient {
  height: 45px;
  width: 100%;
  background: linear-gradient(#E2EEE1, white);
}

.atbalsts-container .hero-block {
  margin-top: 98px;
}

.project-container .hero-block {
  margin-top: 98px;
}
.project-container section:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 500px;
  left: 0;
  top: 1440px;
  background-image: url("../../images/shapes/project shape1.png"), url("../../images/shapes/project shape1-dotted.png");
  background-position: 0px 40px, 0 0;
  background-repeat: no-repeat;
}
.project-container section:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 500px;
  right: 0;
  top: 605px;
  background-image: url("../../images/shapes/project shape.png"), url("../../images/shapes/project shape-dotted.png");
  background-position: 100% 20px, 100% 0px;
  background-repeat: no-repeat;
}

.project-list-container {
  display: grid;
  z-index: 1;
  width: 100%;
  justify-content: center;
  align-items: start;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 358px), 1fr));
  row-gap: 50px;
  column-gap: 24px;
}
.project-list-container .project-list-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  transition: transform 0.3s ease;
}
.project-list-container .project-list-item h2:hover,
.project-list-container .project-list-item a:last-child:hover {
  color: #F0CD6E;
}
.project-list-container .project-list-item p {
  cursor: text;
}
.project-list-container .project-list-item a {
  display: flex;
  cursor: pointer;
}
.project-list-container h2 {
  transition: ease-in 0.1s;
  text-transform: uppercase;
  height: 22px;
  font-size: 16px;
  line-height: 21.97px;
  letter-spacing: 0.055em;
}
.project-list-container p {
  font-weight: 300;
  font-size: 15px;
  line-height: 21.79px;
  letter-spacing: 0.02em;
}

@media (max-width: 1161px) and (min-width: 769px) {
  .project-list-container .project-list-item:nth-last-child(3) {
    grid-column: span 1;
  }
  .project-list-container .project-list-item:nth-last-child(2) {
    grid-column: span 1;
  }
  .project-list-container .project-list-item:nth-last-of-type(1):nth-child(odd) {
    justify-self: center;
    grid-column: span 2;
  }
}
.project-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 75px;
  gap: 75px;
}
.project-list .button {
  width: 240px;
  height: 46px;
  line-height: 26.33px;
  letter-spacing: 0.02em;
  font-size: 18px;
  align-content: center;
}
.project-list .project-text {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  text-align: center;
  width: 100%;
  max-width: 644px;
}
.project-list .project-text h1 {
  font-size: 54px;
  line-height: 64.8px;
  letter-spacing: 0.02em;
  color: #141714;
}
.project-list .project-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 26.33px;
  letter-spacing: 0.02em;
}

.project-image {
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
  justify-content: center;
  position: relative;
  padding-top: 78%;
}
.project-image img {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .project-list {
    padding-block: 35px;
    gap: 35px;
  }
  .project-list-container .project-list-item {
    align-items: center;
  }
  .project-list-container p {
    text-align: center;
  }
}
.project-open-container {
  position: relative;
}
.project-open-container .hero-block {
  margin-top: 98px;
}
.project-open-container section:nth-child(3) {
  position: initial;
}
.project-open-container section:nth-child(3)::before {
  content: "";
  position: absolute;
  width: 260px;
  height: 400px;
  left: 0;
  top: 1415px;
  background-image: url("../../images/shapes/project gallery shape1.png"), url("../../images/shapes/project gallery shape1-dotted.png");
  background-position: 0px 28px, 0px 0px;
  background-repeat: no-repeat;
}
.project-open-container section:nth-child(3)::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 300px;
  right: 0;
  bottom: 22.7%;
  background-image: url("../../images/shapes/project gallery shape.png"), url("../../images/shapes/project gallery shape-dotted.png");
  background-position: 55px 90px, 26px 94px;
  background-repeat: no-repeat;
}
.project-open-container section:nth-child(4) {
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) and (min-width: 768px) {
  .project-open-container {
    background: linear-gradient(180deg, #FFFFFF 22%, #EEF7ED 24.5%, #EEF7ED 42.5%, #FFFFFF 45%, #FFFFFF 79.3%, #E2EEE1 75%, #E2EEE1 100%);
  }
  .project-open-container section:nth-child(3)::after {
    bottom: 20.7%;
  }
  .project-open-container section:nth-child(3)::before {
    top: unset;
    bottom: 35%;
  }
}
@media (max-width: 768px) {
  .project-open-container {
    background: linear-gradient(180deg, #FFFFFF 22%, #EEF7ED 24.5%, #EEF7ED 42.5%, #FFFFFF 45%, #FFFFFF 75.3%, #E2EEE1 75%, #E2EEE1 100%);
  }
  .project-open-container section:nth-child(3) .card-text {
    width: unset;
  }
  .project-open-container section:nth-child(3)::after {
    bottom: 24.7%;
  }
  .project-open-container section:nth-child(3)::before {
    top: unset;
    bottom: 30%;
  }
}
@media (max-width: 500px) {
  .project-open-container {
    background: linear-gradient(180deg, #FFFFFF 22%, #EEF7ED 24.5%, #EEF7ED 42.5%, #FFFFFF 45%, #FFFFFF 75.7%, #E2EEE1 75%, #E2EEE1 100%);
  }
  .project-open-container section:nth-child(3)::after {
    bottom: 24.3%;
  }
}
.day-centre-container {
  position: relative;
}
.day-centre-container .hero-block {
  margin-top: 98px;
}
.day-centre-container section:nth-child(4)::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 170px;
  right: 0;
  top: 76%;
  background-image: url("../../images/shapes/day centre shape1.png"), url("../../images/shapes/day centre shape1-dotted.png");
  background-position: 40px 0px, 15px 5px;
  background-repeat: no-repeat;
}
.day-centre-container section:nth-child(4)::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 320px;
  left: 0;
  top: 1960px;
  background-image: url("../../images/shapes/day centre shape.png"), url("../../images/shapes/day centre shape-dotted.png");
  background-position: 0px -100px, 0px -140px;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .day-centre-container section:nth-child(4)::after {
    top: 54%;
  }
}
@media (max-width: 768px) {
  .day-centre-container section:nth-child(4)::before {
    top: 74.7%;
  }
  .day-centre-container section:nth-child(4)::after {
    top: 60%;
  }
}
.about-us-container {
  position: relative;
}
.about-us-container .hero-block {
  margin-top: 98px;
}
.about-us-container section:nth-child(2) .about-items {
  max-width: unset;
}
.about-us-container section:nth-child(2)::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 265px;
  left: 0;
  top: 20%;
  background-image: url("../../images/shapes/about us shape1.png"), url("../../images/shapes/about us shape1-dotted.png");
  background-position: 0px 10px, 0 -2px;
  background-repeat: no-repeat;
}
.about-us-container section:nth-child(2)::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 300px;
  right: 0;
  top: 28.6%;
  background-image: url("../../images/shapes/about us shape.png"), url("../../images/shapes/about us shape-dotted.png");
  background-position: 10px 0px, 0px 13px;
  background-repeat: no-repeat;
}
.about-us-container section:nth-child(4) {
  background-image: url("../../images/shapes/circle.png");
  background-position: 100% 65%;
  background-repeat: no-repeat;
}

.contacts-container {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 49%, #E2EEE1 66%);
}
.contacts-container section:nth-child(1) {
  margin-top: 98px;
}
.contacts-container section:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 275px;
  right: 0;
  top: 27%;
  background-image: url("../../images/shapes/contacts shape1.png"), url("../../images/shapes/contacts shape1-dotted.png");
  background-position: 20px 0px, 0px 5px;
  background-repeat: no-repeat;
}
.contacts-container section:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 250px;
  left: 0;
  top: 0;
  background-image: url("../../images/shapes/contacts shape.png"), url("../../images/shapes/contacts shape-dotted.png");
  background-position: 0px -85px, 0px -100px;
  background-repeat: no-repeat;
}

.privacy-container {
  position: relative;
  background-color: #FFFFFF;
}
.privacy-container section {
  margin-top: 98px;
}
.privacy-container section::before {
  content: "";
  position: absolute;
  width: 115px;
  height: 310px;
  right: 0;
  bottom: 0;
  background-image: url("../../images/shapes/privacy shape.png"), url("../../images/shapes/privacy shape-dotted.png");
  background-position: 0px -25px, 10px -55px;
  background-repeat: no-repeat;
  z-index: 0;
}
.privacy-container section::after {
  content: "";
  position: absolute;
  width: 100px;
  height: 435px;
  left: 0;
  top: 0;
  background-image: url("../../images/shapes/privacy shape1.png"), url("../../images/shapes/privacy shape1-dotted.png");
  background-position: 0px -60px, 0px -90px;
  background-repeat: no-repeat;
  z-index: 0;
}

.blog-container {
  position: relative;
}
.blog-container section:nth-child(1) {
  margin-top: 98px;
}
.blog-container section:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 75px;
  height: 330px;
  left: 0;
  top: 0;
  background-image: url("../../images/shapes/blog shape.png"), url("../../images/shapes/blog shape-dotted.png");
  background-position: 0px -80px, -5px -50px;
  background-repeat: no-repeat;
}

.blog-fix-gradient {
  margin-bottom: -98px;
}

.blog-open-container {
  position: relative;
}
.blog-open-container section:nth-child(1) {
  margin-top: 98px;
}
.blog-open-container section:nth-child(1)::before {
  content: "";
  position: absolute;
  width: 170px;
  height: 285px;
  left: 0;
  top: 0;
  background-image: url("../../images/shapes/shape flipped.png"), url("../../images/shapes/shape-dotted flipped.png");
  background-position: 0px -170px, 0px -130px;
  background-repeat: no-repeat;
}
.blog-open-container section:nth-child(1)::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 320px;
  right: 0;
  top: 49.6%;
  background-image: url("../../images/shapes/day centre shape1.png"), url("../../images/shapes/day centre shape1-dotted.png");
  background-position: 20px 0px, 0px 10px;
  background-repeat: no-repeat;
}

.wysiwyg-styles .wp-caption {
  width: 100% !important;
}
.wysiwyg-styles .wp-caption-text {
  font-size: 16px;
  font-family: "Roboto", system-ui;
  line-height: 24px;
  margin: 12px 0 0;
  padding-left: 8px;
  color: #2A3F2F;
  border-left: 2px solid #2A3F2F;
}
.wysiwyg-styles > img, .wysiwyg-styles > p > img, .wysiwyg-styles .wp-caption > img {
  max-width: 100%;
  height: auto;
  max-height: 508px;
  object-fit: cover;
  border-radius: 10px;
}
.wysiwyg-styles > img, .wysiwyg-styles .wp-caption {
  margin: 32px 0;
  object-fit: cover;
}
.wysiwyg-styles > p {
  margin-bottom: 32px;
}
.wysiwyg-styles > p .alignleft, .wysiwyg-styles > p .alignright {
  max-width: 50% !important;
  max-height: 500px !important;
  height: auto !important;
  object-fit: cover !important;
}
.wysiwyg-styles > p .alignleft {
  float: left;
  margin: 0 30px 30px 0;
}
.wysiwyg-styles > p .alignright {
  float: right;
  margin: 0 0 30px 30px;
}
.wysiwyg-styles > ul {
  list-style: none;
  padding: 0;
  margin-bottom: 32px;
}
.wysiwyg-styles > ul li {
  padding-left: 27px;
  position: relative;
}
.wysiwyg-styles > ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: black;
  position: absolute;
  left: 10px;
  top: 10px;
}
.wysiwyg-styles > p, .wysiwyg-styles > ul li {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: black;
}
.wysiwyg-styles > p a:not(.default-button), .wysiwyg-styles > ul li a:not(.default-button) {
  position: relative;
  color: black;
  text-decoration: underline;
  cursor: pointer;
  transition: ease-in 0.1s;
}
.wysiwyg-styles > p a:not(.default-button):hover, .wysiwyg-styles > ul li a:not(.default-button):hover {
  color: #F0CD6E;
}
.wysiwyg-styles > h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  color: black;
  margin-bottom: 16px;
}
.wysiwyg-styles > h2 {
  font-family: "Nunito", sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 41.6px;
  color: black;
  margin-bottom: 16px;
}
.wysiwyg-styles > h3 {
  font-family: "Nunito", sans-serif;
  font-size: 32px;
  line-height: 41.6px;
  color: black;
  font-weight: 700;
  margin-bottom: 16px;
}
.wysiwyg-styles > h4 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 20px;
  line-height: 28px;
  color: #141714;
  font-weight: 700;
  margin-bottom: 16px;
}
.wysiwyg-styles > a {
  color: black;
  text-decoration: underline;
  font-size: 18px;
  transition: all 0.2s linear;
  font-family: "Nunito Sans", sans-serif;
}
.wysiwyg-styles > a:hover {
  color: #F0CD6E;
}
.wysiwyg-styles .wysiwyg-button {
  margin-bottom: 30px;
}
.wysiwyg-styles > *:last-child {
  margin-bottom: 0 !important;
}
.wysiwyg-styles > *:first-child {
  margin-top: 0 !important;
}

.video-wysiwyg {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
}
.video-wysiwyg:before {
  content: "";
  display: block;
  padding-top: 41.4285714286%;
}
.video-wysiwyg iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
}

.wysiwyg-gallery .single-gallery-element {
  transform: perspective(1000px);
  -webkit-transform: perspective(1000px);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  border-radius: 25px;
  width: calc((100% - 45px) / 4.001);
  margin: 15px 15px 15px 0;
}
.wysiwyg-gallery .single-gallery-element > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wysiwyg-gallery .single-gallery-element:nth-of-type(4n), .wysiwyg-gallery .single-gallery-element:nth-last-of-type(1) {
  margin: 15px 0 15px;
}
.wysiwyg-gallery .single-gallery-element:before {
  content: "";
  display: block;
  padding-top: 83.7278106509%;
}
.wysiwyg-gallery .single-gallery-element .additional-number {
  font-size: 35px;
  line-height: 55px;
  right: 0;
  bottom: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-family: Booster-Next-FY;
}
.wysiwyg-gallery .single-gallery-element:hover {
  transform: translateY(-5px) perspective(1000px);
  -webkit-transform: translateY(-5px) perspective(1000px);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

p, a {
  text-decoration: none;
  cursor: default;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
}

body::-webkit-scrollbar {
  width: 10px;
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background-color: transparent;
}
body::-webkit-scrollbar-thumb {
  background-color: lightgray;
  border-radius: 10px;
  cursor: default;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgb(175, 175, 175);
}

section {
  opacity: 0;
}

.thumb-placeholder {
  object-fit: contain !important;
  padding: 16px;
}

.position-relative {
  position: relative !important;
}

.review-preview {
  text-align: center;
}
.review-preview.review-btn-container {
  text-align: center;
}

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

/*# sourceMappingURL=style.css.map */
