@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: #ecf2ee;
  color: #2e401e;
}

body {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
img {
  display: block;
  height: auto;
}
figure {
  margin: 0;
  padding: 0;
  border: 0;
}
.list {
  list-style: none;
}

button,
a {
  cursor: pointer;
  border: none;
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

.button:hover {
  scale: 120%;
}
.modal-form {
  position: fixed;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #222221;
  color: #fff;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-form.show {
  opacity: 1;
}

.hidden {
  display: none;
}

.i-p-header.is-open .i-p-header-background {
  left: 0;
}
.i-p-header-button-wrapper {
  margin-left: auto;
}
.i-p-header-icon {
  display: none;
}

.i-p-header-icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border: none;
  border-radius: 50%;
}
.i-p-navigation-list.is-open {
  right: 0;
}
.i-p-header-icon-menu {
  display: block;
}

.i-p-header-icon-button.is-open .i-p-header-icon-menu {
  display: none;
}

.i-p-header-icon-button.is-open .i-p-header-icon-close {
  display: block;
}

.i-p-header {
  position: fixed;
  width: 100%;
  z-index: 5;
  transition: background-color 0.3s ease;
  background: transparent;
  display: flex;
  height: 55px;
  background: linear-gradient(
    90deg,
    rgba(240, 248, 233, 0.2) 0%,
    rgba(125, 168, 83, 0.2) 100%
  );
}

.i-p-header-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100%;
  z-index: -1;
  transition: left 0.3s ease;
  background: #7da853;
}
.i-p-header.is-open .i-p-header-background {
  left: 0;
}
.i-p-header-button-wrapper {
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.i-p-header-icon-menu {
  display: block;
}

.i-p-header-icon-button.is-open .i-p-header-icon-menu {
  display: none;
}

.i-p-header-icon-button.is-open .i-p-header-icon-close {
  display: block;
}

.i-p-navigation {
  display: -ms-flexbox;
  -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;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2px 32px;
  position: relative;
}

.i-p-navigation-list {
  display: flex;
  flex-direction: column;
  align-items: start;
  position: absolute;
  top: 100%;
  right: -100%;
  width: 100%;
  height: auto;
  transition: 0.3s;
  z-index: 999;
  padding: 24px 52px 50px;

  gap: 24px;
  background: #7da853;
}

.i-p-navigation-list.is-open {
  right: 0;
}

.i-p-navigation-link {
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  font-family: Roboto;
  font-weight: 700;
  font-style: Bold;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #f1f5f9;
}

.i-p-navigation-link:hover,
.i-p-navigation-link:focus {
  color: #2e401e;
}

.i-p-header.is-open {
  background-color: transparent;
}

.i-p-navigation-img {
  display: none;
}

@media screen and (min-width: 1194px) {
  .i-p-navigation-img {
    display: flex;
    margin-right: 70px;
  }
  .i-p-header-icon-title {
    display: none;
  }
  .i-p-header-button-wrapper {
    display: none;
  }
  .i-p-header {
    width: 100%;
    height: 70px;

    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }

  .i-p-header-background {
  }
  .i-p-header-icon-button {
    display: none;
  }
  .i-p-navigation {
    display: flex;
    flex-direction: row;
    flex: 1;
    padding: 0;
    width: 1440px;
    margin: auto;
    padding: 0 0 0 0 76px;
  }

  .i-p-navigation-list {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    position: static;
    width: 1440px;
    margin: auto;
    padding-block: 0;
    flex: 1;
    gap: 10px;
    height: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: center;
    padding: 0;
  }

  .i-p-navigation-link {
    text-decoration: none;

    font-weight: 600;
    font-style: Semi Bold;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #2e401e;
    padding: 20px;
  }

  .i-p-navigation-link:hover,
  .i-p-navigation-link:focus {
    color: #7da853;
  }

  .i-p-navigation-item-desk {
    display: none;
  }
}
.i-p-home {
  width: 375px;
  height: 745px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/mobile.png");
  margin: auto;
}
.i-p-home-container {
  padding: 119px 32px 0px;
  margin: auto;
}

.i-p-home-title {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;

  color: #7da853;
}
.i-p-home-title-two {
  font-family: Merriweather;
  font-weight: 900;
  font-style: Italic;
  font-size: 24px;
  leading-trim: NONE;

  color: #2e401e;
  padding: 20px 0 0 32px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #f0f8e9 0%, #7da853 100%);
}
.i-p-home-text {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;

  color: #2e401e;
  padding: 333px 12px 16px;
}
.i-p-home-textq {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  padding: 0 12px;
  color: #2e401e;
}

@media screen and (min-width: 1194px) {
  .i-p-home {
    width: 1440px;
    height: 895px;
    background-image: url("/img/Frame\ 60.png");
  }
  .i-p-home-container {
    padding: 169px 0px 0px 80px;
    margin: auto;
  }
  .i-p-home-title {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
  }
  .i-p-home-title-two {
    font-family: Merriweather;
    font-weight: 900;
    font-style: Italic;
    font-size: 64px;
    leading-trim: NONE;

    margin-left: 435px;
    padding: 24px 0 0 0px;
    border-bottom: 1px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(90deg, #f0f8e9 0%, #7da853 100%);
  }
  .i-p-home-text {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 24px;
    leading-trim: NONE;

    width: 477px;
    padding: 78px 0px 24px;
    margin: 0 209px 0 auto;
  }
  .i-p-home-textq {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    leading-trim: NONE;

    width: 477px;
    padding: 0;
    color: #2e401e;

    margin: 0 209px 0 auto;
  }
}
.i-p-about {
  background: #f5f9f7;
}
.i-p-about-container {
  width: 375px;
  padding: 60px 32px;
  margin: auto;
}
.i-p-about-title {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  color: #2e401e;
  width: 257px;
  margin-bottom: 40px;
  border-bottom: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #7da853 0%, #f0f8e9 100%);
}
.i-p-about-title-two {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;

  text-align: center;
  color: #7da853;
}
.i-p-about-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  padding: 40px 0;
}

.i-p-about-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-align: right;
}

@media screen and (min-width: 1194px) {
  .i-p-about-container {
    width: 1440px;
    padding: 120px 80px;
  }
  .i-p-about-title {
    font-family: Merriweather;
    font-weight: 900;
    font-style: Italic;
    font-size: 48px;
    leading-trim: NONE;
    width: 925px;
    margin-bottom: 80px;
  }
  .i-p-about-div {
    display: flex;
    gap: 133px;
    align-items: center;
  }
  .i-p-about-title-two {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;

    text-align: center;
  }
  .i-p-about-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    width: 628px;
    padding: 0px 0 24px;
  }

  .i-p-about-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    text-align: left;
    width: 628px;
  }
}

.i-p-why-container {
  width: 375px;
  margin: auto;
  padding: 80px 32px;
}
.i-p-why-div {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.i-p-why-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.i-p-why-item {
  display: flex;
  gap: 8px;
  align-items: center;

  padding: 10px 4.95px;

  background: linear-gradient(90deg, #7da853 0%, #f0f8e9 100%);
}
.i-p-why-img {
  width: 50px;
}
.i-p-why-text-bold {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 16px;
  leading-trim: NONE;
}
.i-p-why-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;

  padding-top: 11px;
}

@media screen and (min-width: 1194px) {
  .i-p-why-container {
    width: 1440px;
    padding: 160px 80px 100px;
  }
  .i-p-why-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 133px;
  }
  .i-p-why-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 628px;
  }
  .i-p-why-item {
    width: 628px;
    gap: 16px;
    padding: 10px;
  }
  .i-p-why-img {
    width: 100px;
  }
  .i-p-why-text-bold {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
  }
  .i-p-why-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;

    padding-top: 24px;
  }
}

.i-p-uniqueness {
  background: #f5f9f7;
}
.i-p-uniqueness-container {
  margin: auto;
  width: 375px;
  padding: 40px 32px;
}
.i-p-uniqueness-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.i-p-uniqueness-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.i-p-uniqueness-item-two {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18.2px;
  leading-trim: NONE;

  text-align: center;
}
.i-p-uniqueness-img {
  width: 125px;
}
.i-p-uniqueness-text-bold {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 44px;
  leading-trim: NONE;

  color: #7da853;
}

.i-p-uniqueness-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  leading-trim: NONE;

  text-align: center;
}
.i-p-uniqueness-i {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;

  text-align: center;
  padding-top: 40px;
}
@media screen and (min-width: 1194px) {
  .i-p-uniqueness-container {
    margin: auto;
    width: 1440px;
    padding: 60px 80px;
  }
  .i-p-uniqueness-list {
    padding-top: 60px;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .i-p-uniqueness-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    width: 410px;
  }
  .i-p-uniqueness-item-two {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;

    text-align: center;
  }
  .i-p-uniqueness-img {
    width: 140px;
  }
  .i-p-uniqueness-text-bold {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 64px;
    leading-trim: NONE;
  }

  .i-p-uniqueness-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    text-align: center;
  }
  .i-p-uniqueness-i {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    leading-trim: NONE;

    text-align: center;
    padding: 80px 200px 0;
  }
}

.i-p-how-container {
  margin: auto;
  width: 375px;
  padding: 80px 32px;
}
.i-p-how-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.i-p-how-item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.i-p-how-text-bold {
  font-family: Merriweather;
  font-weight: 900;
  font-style: Italic;
  font-size: 16px;
  leading-trim: NONE;
  padding: 10px 0;
  background: linear-gradient(90deg, #7da853 0%, #f0f8e9 100%);
}

.i-p-how-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
}

@media screen and (min-width: 1194px) {
  .i-p-how-container {
    margin: auto;
    width: 1440px;
    padding: 100px 80px;
  }
  .i-p-how-list {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 60px;
  }

  .i-p-how-item {
    display: flex;
    flex-direction: row;
    gap: 25px;
  }

  .i-p-how-text-bold {
    width: 845px;
    font-family: Merriweather;
    font-weight: 900;
    font-style: Italic;
    font-size: 36px;
    leading-trim: NONE;
  }

  .i-p-how-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;

    text-align: center;
  }
}

.i-p-reviews-container {
  margin: auto;
  padding: 40px 16px;
  width: 375px;
}
.i-p-reviews-list {
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 30px;
}

.i-p-reviews-item {
  border-right-width: 0.76px;
  border-bottom-width: 0.76px;

  padding: 14px;
  border-width: 0px, 0.76px, 0.76px, 0px;
  box-shadow: 0px 1.51px 6.05px 0px #00000040;
  border-image-slice: 1;
  border-style: solid;

  border-image-source: linear-gradient(90deg, #f0f8e9 0%, #7da853 100%);
}

.i-p-reviews-item-top {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  leading-trim: NONE;
  text-align: center;
}

.i-p-reviews-text-bold {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  color: #7da853;
  text-align: center;
}

.i-p-reviews-text {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  leading-trim: NONE;
  padding-top: 24px;
  text-align: center;
}

.i-p-reviewss {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 36px;
  leading-trim: NONE;
  text-align: center;
  color: #7da853;
}
@media screen and (min-width: 1194px) {
  .i-p-reviews-container {
    margin: auto;
    padding: 80px 80px;
    width: 1440px;
  }
  .i-p-reviews-list {
    display: flex;
    flex-direction: row;
    padding-top: 80px;
    gap: 24px;
  }

  .i-p-reviews-item {
    width: 411px;
    height: 238px;

    padding: 20px;
  }

  .i-p-reviews-item-top {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
    text-align: center;
  }

  .i-p-reviews-text-bold {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 32px;
    leading-trim: NONE;
    text-align: center;
    white-space: nowrap;
  }

  .i-p-reviews-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    text-align: center;
    padding-top: 40px;
  }

  .i-p-reviewss {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 48px;
    leading-trim: NONE;
    text-align: center;
  }
}

.i-p-faq-container {
  padding: 40px 16px;
  width: 375px;
  margin: auto;
}
.i-p-faq-list {
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.i-p-faq-item {
}

.i-p-faq-question {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  leading-trim: NONE;

  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(2.067509651184082px);

  padding: 18px 23px;

  background: linear-gradient(90deg, #7da853 0%, #f0f8e9 100%);
}

.i-p-faq-answer {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;

  text-align: center;
}
.i-p-toggle-button {
  background: none;
  border: none;
  cursor: pointer;
}

.i-p-toggle-button img {
  width: 20px;
  transition: transform 0.3s ease;
}
.i-p-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
}

.i-p-faq-answer.open {
  max-height: 200px;
  opacity: 1;
  padding-top: 4px;
}

.i-p-toggle-button img.rotated {
  transform: rotate(180deg);
}
@media screen and (min-width: 1194px) {
  .i-p-faq-container {
    padding: 80px;
    width: 1440px;
    margin: auto;
  }
  .i-p-faq-list {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 1068px;
    margin: auto;
  }

  .i-p-faq-question {
    font-weight: 500;
    font-style: Medium;
    font-size: 28px;
    leading-trim: NONE;

    backdrop-filter: blur(2.067509651184082px);

    padding: 20px 80px;

    background: linear-gradient(90deg, #7da853 0%, #f0f8e9 100%);
  }

  .i-p-faq-answer {
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;

    text-align: center;
  }
  .i-p-toggle-button {
    background: none;
    border: none;
    cursor: pointer;
  }

  .i-p-toggle-button img {
    width: 50px;
    transition: transform 0.3s ease;
  }
}

.i-p-features-container {
  width: 375px;
  margin: auto;
  padding: 80px 32px;
}
.i-p-features-div {
  width: 311px;
  height: 501px;
  margin: auto;
  padding-top: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/img/Frame\ 166.png");
}

.i-p-features-div-item {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}
.i-p-features-div-item-text {
  text-decoration: none;
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  leading-trim: NONE;
}
.i-p-features-div-item-text span {
  color: #7da853;
}
.i-p-features-textq {
  font-family: Merriweather;
  font-weight: 900;
  font-style: Italic;
  font-size: 18px;
  leading-trim: NONE;
  text-align: center;
  color: #7da853;
  padding: 40px 0 20px;
}
.i-p-features-link {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 151%;
  letter-spacing: 0%;
  color: #ffffff;
  background: #7da853;
  width: 311px;
  padding: 10px;
  display: block;
  text-align: center;
}
@media screen and (min-width: 1194px) {
  .i-p-features-container {
    width: 1440px;
    margin: auto;
    padding: 80px 80px 200px;
  }
  .i-p-features-div {
    padding: 0 0 0 654px;
    width: 1280px;
    height: 456px;

    background-image: url("/img/Frame\ 166\ \(1\).png");
  }

  .i-p-features-div-item {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 24px;
  }
  .i-p-features-div-item-text {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 24px;
    leading-trim: NONE;
  }

  .i-p-features-textq {
    font-family: Merriweather;
    font-weight: 900;
    font-style: Italic;
    font-size: 40px;
    leading-trim: NONE;
    text-align: center;

    padding: 72px 0 53px;
  }
  .i-p-features-link {
    font-family: Roboto;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 151%;
    letter-spacing: 0%;
    width: 628px;
  }
}

.i-p-container {
  padding: 112px 32px 40px;
  width: 375px;
  margin: auto;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.i-p-container h1 {
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 32px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7da853;
  margin-bottom: 30px;
  text-align: center;
}

.i-p-container h2 {
  margin-top: 24px;
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7da853;
}

.i-p-container h3 {
  margin-top: 24px;
  font-family: Merriweather;
  font-weight: 700;
  font-style: Bold;
  font-size: 20px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  color: #7da853;
}

.i-p-container ul {
  margin-top: 24px;
  list-style-type: disc;
  margin-left: 20px;
}

.i-p-container ul li {
  margin-top: 24px;
}
.i-p-container p {
  margin-top: 24px;
}
.i-p-container a {
  text-decoration: none;
  color: #2a3aa0;
  transition: all 0.3s ease-in-out;
}

.i-p-container a:hover {
  text-decoration: underline;
}

strong {
  color: #000;
}
@media screen and (min-width: 1194px) {
  .i-p-container {
    padding: 152px 80px 80px;
    width: 1440px;
    margin: auto;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .i-p-container h1 {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .i-p-container h2 {
    font-family: Merriweather;
    font-weight: 700;
    font-style: Bold;
    font-size: 64px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .i-p-container h3 {
    font-family: Merriweather;
    font-weight: 900;
    font-style: Italic;
    font-size: 48px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .i-p-container ul {
    margin-top: 20px;
  }

  .i-p-container ul li {
    margin-bottom: 10px;
  }
  .i-p-container p {
    margin-top: 20px;
  }
}

.i-p-footer-container {
  width: 375px;
  margin: auto;
  background: #1e1e1e;

  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  color: #f0f1f1;
}
.i-p-footerq {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.i-p-footer-wrapper {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  gap: 52px;
  row-gap: 24px;
  height: 96px;
}

.i-p-footer-text {
  text-decoration: none;
  color: inherit;
  background: #1e1e1e;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

.i-p-footer-copyright {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
}
.i-p-footer-img {
  height: 50px;
}
.i-p-footer-qq {
  display: flex;
  align-items: center;
  margin-top: -10px;
  gap: 6px;
}
.i-p-footer-q {
  font-family: Roboto;
  font-weight: 500;
  font-style: Medium;
  font-size: 10px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
}

@media screen and (min-width: 1194px) {
  .i-p-footer-container {
    width: 1440px;
    padding: 60px 80px;
    display: flex;
    flex-direction: column;

    align-items: center;
    gap: 60px;
  }
  .i-p-footerq {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 270px;
  }
  .i-p-footer-img {
    height: 59px;
  }
  .i-p-footer-qq {
    display: flex;
    align-items: center;
    margin-top: -10px;
    gap: 40px;
  }
  .i-p-footer-q {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }
  .i-p-footer-wrapper {
    display: flex;
    flex-direction: column;
    column-gap: 270px;
    height: 117px;
  }

  .i-p-footer-text {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
  }

  .i-p-footer-copyright {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    width: 246px;
  }
  .i-p-footer-qqq {
    display: flex;
    align-items: center;
  }
}

.i-p-cookie-popup {
  position: fixed;
  bottom: 10px;
  width: 375px;
  padding: 32px;
  background: #7da853;
  box-shadow: 0px 2px 2px 0px #00000040;

  z-index: 1000;
  display: none;
}

.i-p-cookie-popup-text-two {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;
  color: #f1f5f9;
  text-align: center;
}

.i-p-cookie-button-container {
  padding: 30px 0 0;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.i-p-cookie-button {
  width: 148px;
  height: 50px;
  padding: 16px 0;
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  leading-trim: NONE;

  text-transform: uppercase;
  color: #f1f5f9;
  border: none;
  background-color: transparent;
  border: 1px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(90deg, #f0f8e9 0%, #7da853 100%);
}

.i-p-close-popup {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}

@media screen and (min-width: 1194px) {
  .i-p-cookie-popup-text-two {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 32px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
  }

  .i-p-cookie-button {
    width: 519px;
    height: 60px;
    padding: 16px;
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    leading-trim: NONE;
  }
  .i-p-cookie-button-container {
    margin: auto;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .i-p-cookie-popup {
    position: fixed;
    bottom: 10px;
    width: 1280px;
    padding: 32px;
    display: none;
  }
}
