/* =========================
   MODERN RESET (Production)
========================= */

/* 1. Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margins */
body,
h1, h2, h3, h4, h5, h6,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* 3. Remove list styles */
ul[role='list'],
ol[role='list'],
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 4. Core body defaults */
html:focus-within {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  -webkit-font-smoothing: antialiased;
}

/* 5. Images */
img,
picture {
  max-width: 100%;
  display: block;
}

/* 6. Form elements */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

/* 7. Remove default input styles (important for Safari/iOS) */
input,
textarea {
  border-radius: 0;
  outline: none;
}

/* 8. Remove animations for users who prefer reduced motion */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}



/* =========================
   BASE
========================= */

html {
  font-size: 16px;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  line-height: 1.4;
  font-size: 20px;
}

/* =========================
   LAYOUT
========================= */

section {
  width: 100%;
  padding: 80px 0;
}

.container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* =========================
   TYPOGRAPHY
========================= */

.title {
  font-weight: 700;
  margin-bottom: 30px;
  font-size: 40px;
}

.text {
  font-weight: 400;
  margin-bottom: 20px;
}

/* =========================
   header
========================= */
.topline {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
  border-bottom: 1px solid #0FA251;
  padding: 20px 0;
  margin-bottom: 50px;
}

.header {
  padding: 0 0 80px;
  overflow-x: hidden;
}


.headcont {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
  gap: 5%;
  position: relative;
}
.headcont__left {
  width: 50%;
  
}
.predtitle {
  font-size: 23px;
  font-weight: bold;
  color: #0FA251;
  margin-bottom: 20px;
}
.header .title {
  font-size: 45px;
}
.subtitle {
}
.product {
  position: absolute;
  left: 469px;
  bottom: -20px;
  width: 485px;
}
.bullits {
  font-weight: 700;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 1em;
  margin: 90px 0;
}
.bullits li {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 1em;
  
}
.bullits li img {
  width: 31px;
  height: 23px;
  
}
.bullits li span {

}
.btn {
}
.headcont__right {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.about-img {
  border-radius: 20px;
  
} 
.price {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
}
.price-price {
  font-size: 52px;
  font-weight: 700;
  color: #0FA251;
  flex-grow: 1;
  text-align: center;
}
.price-avs {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  gap: 1.5em;
  margin-left: auto; 
}
.price-avs-info {
  font-size: 23px;
}
.price-avs-info span {
  font-weight: 700;
  color: #0FA251;
}
/* =========================
   block2
========================= */
.block2-tlt {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 2em;
  margin-bottom: 50px;
}

.block2-tlt .title {
  flex: 3;
padding: 0;
margin: 0;
}
.block2-tlt .text {
flex: 4;
margin: 0;
}

.joy {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
  gap: 2em;
}
.joy-item {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 68px 0 rgba(15,162,81,.14);
box-shadow: 0 0 68px 0 rgba(15,162,81,.14);

display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;

  text-align: center;
}
.joy-item__img {
  border-radius: 10px;
  margin-bottom: 30px;
}
.joy-item__tlt {
  font-weight: 700;

}
.joy-item__txt {
  padding: 30px 20px 50px;
}



/* =========================
   block3
========================= */
.block3 {
  padding: 0;
}
.block3 .container {
  border-top: 1px solid #0FA251;
  border-bottom: 1px solid #0FA251;
  padding: 50px 10px 80px;
}
.block3 .btn {
  margin: 60px auto 0;
}
.block3 .title {
  text-align: center;

}
.block3 .subtitle {
  text-align: center;
  max-width: 980px;
  width: 100%;
  margin: 0 auto 50px;
}

.power {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
  gap: 10px;
  
}
.power-item {
  border-radius: 10px;
  border: 2px solid #0FA251;
  padding: 140px 20px 0px 20px;
  width: 320px;
  text-align: center;
  background: url(../img/power1.png) no-repeat center 22px;
}
.power>:nth-child(2) {
  background: url(../img/power2.png) no-repeat center 32px;
}
.power>:nth-child(3) {
  background: url(../img/power3.png) no-repeat center 27px;
}
.power-item__tlt {
  font-weight: 700;
}
.power-item__txt {
  padding: 40px 0;
}


/* =========================
   block4
========================= */
.block4 {
 padding: 0;
}
.block4 .title {
 text-align: center;
}
.block4 .subtitle {
text-align: center;
margin-bottom: 80px;
}
.block4 .container {
  padding: 80px 20px 100px 480px;
  background: url(../img/5-removebg-preview.png) no-repeat left center;
}
.method {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
  position: relative;
  gap: 1em;
}
.method::before {
  content: "";
  height: 1px;
  width: 680px;
  border-top: 2px dotted #0FA251;
  position: absolute;
  top: 35px;
  left: 187px;
}
.method-item {
  text-align: center;
}
.method__num {
  width: 71px;
  height: 71px;
  background: #0FA251;
  color: #fff;
  text-align: center;
  line-height: 71px;
  font-size: 40px;
  font-weight: 700;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  flex-shrink: 0;

}
.method__tlt {
  font-weight: 700;
  padding: 30px 0;
}
.method___txt {
}
/* =========================
   block5
========================= */
.block5 {
  background: #EEFFF2;
}
.block5 .title {
  text-align: center;
  margin-bottom: 60px;
}
.reviews {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: baseline;
	align-content: stretch;
  gap: 2em;
}
.reviews-item {
  background: #fff url(../img/stars.png) no-repeat left 40px top 40px;
  border-radius: 10px;
  padding: 100px 40px 40px;
  flex: 1;
  -webkit-box-shadow: 0 0 68px 0 rgba(15,162,81,.14);
box-shadow: 0 0 68px 0 rgba(15,162,81,.14);


}
.reviews-item__text {
  margin-bottom: 30px;
}
.reviews-item__name {
  color: #0FA251;
  font-weight: 600;
}

/* =========================
   block6
========================= */
.block6 {
  
}

.foot-cont {
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
  gap: 2em;
}
.foot-cont__left {
  flex: 1;
}
.foot-cont__right {
  flex: 1;

  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}


.form {
  background: #EEFFF2;
  border-radius: 10px;
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  padding: 40px 40px 40px;
}
.form__price {
  font-size: 40px;
  font-weight: 700;
  color: #0FA251;
  text-align: center;
  margin-bottom: 30px;
}
.form label {
  font-weight: 700;
  margin-bottom: 5px;
}
.form .btn {
  width: 100%;
}
.input {
}
.btn {
}

.foot-cont__title {
  font-size: 49px;
  font-weight: 700;
  line-height: 1.3em;
  margin-bottom: 30px;
}

.foot-bullits {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 1em;
  margin-bottom: 30px;
}
.foot-bullits__item {
}

.proffer {
  text-align: center;

}
/* =========================
   BUTTON
========================= */

.btn {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #0FA251;
  color: #ffffff;
  width: 500px;
  height: 95px;
  line-height: 95px;
  border-radius: 10px;
  font-size: 25px;
  font-weight: 700;
  transition: 0.3s ease;
}
.btn-small {
  height: 75px;
  line-height: 75px;
  width: 300px;
}
.btn:hover {
  opacity: 0.9;
}

/* =========================
   INPUTS
========================= */

.input {
  width: 100%;
  height: 95px;
  background: #ffffff;
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  border-radius: 10px;
  padding: 0 20px;
  border: none;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 0 68px 0 rgba(15,162,81,.14);
box-shadow: 0 0 68px 0 rgba(15,162,81,.14);

}

/* =========================
   FORM
========================= */


.footer {
    background: #f9fafb;
    padding: 1.5rem;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.footer-text {
    font-size: 0.875rem;
    color:#6b7280;
}
/* =========================
   BREAKPOINTS
========================= */

@media (max-width: 1579px) {
  .container {
    width: 1200px;
    padding: 0 10px;
  }
  .headcont {
    gap: 1em;
  }
  .headcont__left {
    width: 80%;
  }
  .header .title {
      font-size: 38px;
  }
  .bullits {
    margin: 50px 0;
}
  .product {
    width: 465px;
    height: 400px;
    bottom: inherit;
    left: inherit;
    top:0;
    right: 0;
    background: url(../img/peopl.jpg) no-repeat right -80px bottom / 400px;
  }
  .product img {
    left: -129px;
    top: 31px;
    position: absolute;
    width: 458px;
  }
  .about-img {
    visibility: hidden;
  }
  .price-avs {
    gap: 15px;
  }
  .price-avs img {
    width: 150px;
  }
  .price-avs-info {
    font-size: 18px;
  }
  .price-price {
    padding: 0px 50px;
}
.block4 .container {
    padding: 80px 10px 100px 340px;
    background: url(../img/5-removebg-preview.png) no-repeat left -30px center / 400px;
}
  .method::before {
      width: 581px;
      left: 152px;
  }

}

@media (max-width: 1199px) {
  .container {
    width: 1024px;
  }
      .header .title {
        font-size: 30px;
    }
  
    .product {
        width: 480px;
        height: 400px;
        top: 35px;
        right: 0;
        background: none;
    }
    .product img {
      width: 100%;
      left: 0px;
        top: 0px;
    }
        .price-price {
        padding: 0px 40px;
    }

    .block4 .container {
    padding: 80px 10px 100px 290px;
    background: url(../img/5-removebg-preview.png) no-repeat left -30px center / 320px;
}
      .method::before {
        width: 496px;
        left: 129px;
    }

    .reviews-item {
      background: #fff url(../img/stars.png) no-repeat left 30px top 40px;
      padding: 100px 30px 30px;
}

.foot-cont__title {
    font-size: 40px;
}


}

@media (max-width: 1023px) {
  .container {
    width: 768px;
  }
  .header {
    padding: 0 0 40px;
}
.about-img {
  display: none;
}
  .headcont {
    display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  }
  .headcont__left {
    width: 100%;
  }
  .product {
    position: relative;
    width: 100%;
    height: 480px;
    background: url(../img/peopl.jpg) no-repeat right center / 400px;
  
  }
 
    .product img {
        width: auto;
        height: auto;
        left: 0px;
        top: 0px;
    }
    .headcont .btn {
      margin: 0 auto;
    }
    .bullits {
        margin: 50px 0 140px;
    }
    .price {
        top: -207px;
        position: relative;
        width: 500px;
        margin: 0 auto -79px;
}
.price-price {
        padding: 0px;
    }

    .block2-tlt {
      display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
    gap: 1em;
    }

    .joy {
      gap: 1em;
    }

    .block4 .container {
        padding: 70px 10px;
        background: url(../img/5-removebg-preview.png) no-repeat left -30px top 55px / 320px;
    }
    .block4 .title,
    .block4 .subtitle {
      padding-left: 230px;
    }

    .reviews {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch;
    }

    .foot-cont {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: flex-start;
      align-items: stretch;
      align-content: stretch;
    }
.proffer {
    margin-bottom: 30px;
}

}

@media (max-width: 767px) {
  .container {
    width: 480px;
  }
  section {
    padding: 40px 0;
  }
  .title,
  .foot-cont__title {
    font-size: 30px;
  }

  .btn-small {
    height: 50px;
    line-height: 50px;
    width: 200px;
    font-size: 18px;
    margin-left: 20px;
}

body {
    font-size: 18px;
  }
  .topline {
    margin-bottom: 20px;
}
  .predtitle {
    font-size: 20px;
}
    .product {
        background: url(../img/peopl.jpg) no-repeat right -99px center / 400px;
        height: 329px;
        margin-bottom: 40px;
        top: 0;
    }
    .product img {
        width: 364px;
        height: auto;
        left: -80px;
        top: 35px;
    }
    .subtitle {
      margin-bottom: 30px;
    }
    .price {
      width: 100%;
    }
    .btn {
        width: 100%;
    }
    .btn.btn-small {
      width: 50%;
    }
    .joy {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: stretch;
    align-content: stretch;
}

.power {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 1.5em;
}
.power-item {
  width: 100%;
}
.method::before {
  display: none;
}
.method {
  display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 3em;
}
.method-item {
  text-align: left;
  display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  gap: 1em;
  
}
.method__tlt {
    padding: 0 0 15px 0;
}

}

@media (max-width: 479px) {
  .container {
    width: 100%;
  }
  .price-avs img {
        width: 110px;
    }
  .price-price {
        padding: 0px 20px;
        font-size: 45px;
    }
    .bullits li img {
    width: 29px;
    height: 21px;
}
    .product {
        background: url(../img/peopl.jpg) no-repeat right -63px bottom / 320px;
    }

  .joy-item__txt {
    padding: 20px 10px 30px;
}

.power-item__txt {
    padding: 30px 0;
}

.block4 .container {
        padding: 50px 10px;
        background: url(../img/5-removebg-preview.png) no-repeat left -30px top 55px / 180px;
    }
    .block4 .title, .block4 .subtitle {
        padding-left: 100px;
    }

    .form {

    padding: 40px 20px 40px;
}
  

 
}