@import url("../external/fonts-cdnfonts/css/geologica.css");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

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

a, button {
  cursor: pointer;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
a:hover, button:hover {
  -webkit-filter: brightness(0.85);
          filter: brightness(0.85);
  -webkit-transition: 0.15s;
  transition: 0.15s;
}

html {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background: #F4F1E5;
}

body {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  font-family: "Geologica", sans-serif;
}

section {
  padding: 50px 0;
}

.container {
  width: 100%;
  max-width: 1160px;
  padding: 0 15px;
  margin: 0 auto;
}

.header {
  color: #fff;
  padding: 17px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header.scrolled {
  background: #1b3a33;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 100px;
}
.header__logo {
  height: 58px;
  width: auto;
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 36px;
  width: 100%;
}
.header__nav__a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.header .main-btn {
  font-weight: 400;
  white-space: nowrap;
}

.main-btn {
  font-size: 18px;
  padding: 24px 48px;
  background: -webkit-gradient(linear, left bottom, left top, from(#76D348), to(#9EFB71));
  background: linear-gradient(0deg, #76D348 0%, #9EFB71 100%);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.iti__selected-flag {
  border-radius: 10px 0 10px 0;
}

span.green {
  color: #54A72A;
  text-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3019607843);
}

.accordion__header {
  gap: 20px;
}

.hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/hero.png) no-repeat top center/100% 100%;
  color: #fff;
  padding: 250px 0 0;
  min-height: 100vh;
}
.hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
.hero__content {
  max-width: 750px;
}
.hero__content h1 {
  font-size: 40px;
  margin-bottom: 42px;
  font-weight: 400;
  border: 1px solid rgba(245, 245, 245, 0.2509803922);
  -webkit-backdrop-filter: blur(35px);
          backdrop-filter: blur(35px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2509803922);
  padding: 24px;
  border-radius: 32px;
}
.hero__content p {
  margin-bottom: 42px;
  font-size: 18px;
  max-width: 686px;
  line-height: 1.4;
  color: #54A72A;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2509803922);
}
.hero__img {
  display: none;
}

.title {
  text-align: center;
  color: #1B3A33;
}
.title h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 40px;
}
.title h2 b {
  font-weight: 600;
}
.title p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 28px;
}

.gradient-bg {
  background: #F4F1E5;
}

.about {
  background: url(../img/about-bg.png) no-repeat center right/360px auto;
}
.about__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__video {
  width: 100%;
  max-width: 550px;
}
.about__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 22px;
  margin-bottom: 24px;
}
.about__text__item img {
  height: 21px;
  width: auto;
}
.about__text__item p {
  font-size: 18px;
  color: #1B3A33;
  line-height: 1.5;
}
.about__text .main-btn {
  margin: 0 auto;
  display: block;
  max-width: 250px;
}

.why .main-btn {
  padding: 22px 108px;
}
.why .title {
  color: #5A5E63;
}
.why__content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.why__item {
  border-radius: 25px;
  background: #1B3A33;
  width: 100%;
  max-width: 360px;
  padding: 20px 19px 35px;
  text-align: center;
  color: #fff;
}
.why__item img {
  height: 75px;
  width: auto;
}
.why__item h3 {
  margin: 12px 0 8px;
  font-size: 20px;
  font-weight: 600;
}
.why__item p {
  font-size: 14px;
  line-height: 1.4;
}

.dark-bg {
  background: #1B3A33 url(../img/dark-bg.png) no-repeat left center/360px auto;
  color: #fff;
}
.dark-bg .title {
  color: #fff;
}

.how__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.how__text {
  max-width: 450px;
}
.how__text h4 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 48px;
}
.how__text__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 36px;
}
.how__text__item h5 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.how__text__item p {
  font-size: 14px;
  font-weight: 300;
  opacity: 0.5;
}
.how__text__item + .how__text__item {
  margin-top: 32px;
}
.how__img {
  width: 100%;
  max-width: 900px;
  height: auto;
  position: absolute;
  right: -200px;
  top: -150px;
}

.testimonials {
  padding: 50px 20px;
  text-align: center;
  background: url(../img/reviews.svg) no-repeat center/100% 100%;
}
.testimonials .container {
  max-width: 1400px;
}
.testimonials__slider {
  padding: 0 10px;
}
.testimonials__item {
  width: 100%;
  background-color: #BFE8BA;
  padding: 30px 30px 40px;
  scroll-snap-align: center;
  text-align: center;
  min-height: 455px;
  border-radius: 25px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonials__item h3 {
  font-size: 1.2rem;
  color: #1B3A33;
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
}
.testimonials__photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonials__text {
  color: #1B3A33;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
}
.testimonials__rating {
  width: 100%;
  height: auto;
  max-width: 262px;
  display: block;
  margin: auto auto 0;
}

.slick-track {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.slick-slide {
  margin: 0 50px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.slick-dots {
  bottom: -45px;
}

.slick-dots li button:before {
  height: 14px;
  width: 14px;
  font-size: 16px;
  color: #D9D9D9;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFB200;
}

.slick-dots li {
  height: 10px;
  width: 10px;
}

.slick-next, .slick-prev {
  height: 50px;
  width: auto;
}

.slick-center {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.calculator {
  padding: 50px 0;
}
.calculator .slider-container {
  text-align: left;
}
.calculator .slider-container + .slider-container {
  margin-top: 42px;
}
.calculator h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.5);
}
.calculator .slider-labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #666;
}
.calculator input[type=range] {
  width: 100%;
  margin-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 8px;
  background: #e0e0e0;
  outline: none;
  border-radius: 5px;
}
.calculator input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #6fcf97;
  border-radius: 50%;
  cursor: pointer;
}
.calculator .button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #6fcf97;
  color: #fff;
  font-size: 16px;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.calculator .button:hover {
  background-color: #57b87f;
}
.calculator .output {
  margin-top: 15px;
  font-size: 16px;
  color: #333;
}
.calculator__text {
  border-radius: 32px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  padding: 56px 70px 30px;
}
.calculator__text .main-btn {
  width: 100%;
  display: block;
  border: none;
  font-family: "Geologica", sans-serif;
  text-align: center;
  margin-top: 50px;
}

.calculator .section-title {
  margin-bottom: 21px;
}

.calculator__description {
  font-size: 20px;
  color: #000;
  margin-bottom: 24px;
}

.calculator__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  padding: 50px 0;
}

.calculator__text {
  width: 100%;
  max-width: 550px;
  position: relative;
  z-index: 5;
}

.calculator__form {
  background-color: #F7F3E9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 38px;
  width: 100%;
  max-width: 420px;
  text-align: left;
}

.calculator__image--mob img {
  display: none;
}

.calculator__image img {
  position: absolute;
  max-width: 842px;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -200px;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #F5F5F5 !important;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
}

.popup__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 90;
}

.popup__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4274509804);
  z-index: 80;
}

.popup__content {
  position: absolute;
  top: 0;
  right: -100vw;
  width: 50%;
  min-width: 500px;
  height: 100%;
  background: #fff;
  z-index: 90;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup__content__wrapper {
  padding: 40px;
  position: absolute;
  min-height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 70;
}

.popup__content.active {
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.popup__content p {
  font-size: 16px;
}

.popup__content h3 {
  font-size: 30px;
}

.popup form h3 {
  text-align: center;
  margin-bottom: 20px;
}

.accordion {
  overflow: hidden;
  margin-top: 32px;
}
.accordion__item + .accordion__item {
  margin-top: 24px;
}
.accordion__header {
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 26px;
  background: linear-gradient(153.38deg, #9BF76D 3.88%, #76D348 83.31%);
  border-radius: 100px;
}
.accordion__header::-moz-selection {
  background: transparent;
}
.accordion__header::selection {
  background: transparent;
}
.accordion__header:after {
  content: "+";
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  min-height: 40px;
  min-width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.accordion__header.active:after {
  content: "-";
  font-size: 50px;
}
.accordion__content {
  padding-top: 18px;
  padding-top: 25px;
  display: none;
  font-size: 20px;
  background: #BFE8BA;
  font-weight: 300;
  padding: 35px 72px 45px;
  border-radius: 37px;
  margin-top: 12px;
  color: #fff;
}
.accordion__content::-moz-selection {
  background: transparent;
}
.accordion__content::selection {
  background: transparent;
}
.accordion__content p {
  margin: 0;
  font-size: 16px;
}

.contacts {
  background: url(../img/contacts-bg.png) no-repeat center/auto 120%;
}
.contacts .title p {
  text-align: center;
}
.contacts__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contacts__form {
  background: #EBEEED;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
  padding: 50px 70px 8px;
  width: 100%;
  max-width: 550px;
  text-align: left;
}
.contacts__form .form-input {
  border: none;
  width: 100%;
  padding: 24px;
  margin-bottom: 18px;
  background: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  font-family: "Geologica", sans-serif;
}
.contacts__form .form-input::-webkit-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::-moz-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input:-ms-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::-ms-input-placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::placeholder {
  color: #5A5E63;
}
.contacts__form .form-input::-webkit-outer-spin-button, .contacts__form .form-input::-webkit-inner-spin-button {
  appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.contacts__form p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
  margin-top: 14px;
}
.contacts__form p a {
  color: #76D348;
}
.contacts__form .form-btn {
  width: 100%;
  display: block;
  border: none;
  font-family: "Geologica", sans-serif;
}

.iti__flag-container {
  padding: 0 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: #F5F5F5 !important;
}

.footer {
  padding: 60px 0;
  background: url(../img/footer-bg.png) no-repeat bottom right/233px auto;
  color: #fff;
  border-top: 2px solid #bce7b6;
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 84px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 170px;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 50px;
}
.footer__bottom p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
}
.footer__logo {
  height: 50px;
  width: auto;
}
.footer__nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__nav a {
  font-size: 14px;
}

.policy h1 {
  font-size: 32px;
  margin-bottom: 20px;
}
.policy p, .policy li {
  font-size: 16px;
  margin-bottom: 16px;
}
.policy h2 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 16px;
}/*# sourceMappingURL=styles.css.map */