@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: black;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.heading {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1.5rem;
  text-align: center;
}
.heading--yellow {
  color: #ffe400;
}

.heading-summary {
  font-size: 3.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #149e00;
  text-align: center;
  margin-bottom: 5rem;
}

.subheading {
  font-size: 2.4rem;
  line-height: 4rem;
  font-weight: 700;
  color: white;
  text-align: center;
}

.lead {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
}

.title {
  font-size: 2.2rem;
  line-height: 3.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.title--center {
  text-align: center;
}
.title--green-background {
  background-color: #149e00;
  color: white;
  padding: 0 0.2rem;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 2.5rem;
  margin-bottom: 2rem;
}
.paragraph--white {
  color: white;
}
.paragraph--red {
  color: #d50000;
}
.paragraph--green {
  color: #149e00;
}
.paragraph--center {
  text-align: center;
}
.paragraph--line-through {
  text-decoration: line-through;
}
.paragraph--mb-zero {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 89rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}
@media (min-width: 960px) {
  .container {
    padding: 0;
  }
}

.list {
  padding-left: 2rem;
}

.header {
  padding: 2.5rem 0;
}

.img__logo {
  max-width: 35.2rem;
}
.img__boxes {
  max-width: 61.6rem;
}
.img__product {
  max-width: 100%;
}
.img__row {
  max-width: 24.2rem;
}
.img__avatar {
  max-width: 9.6rem;
}
.img__phone {
  max-width: 2.4rem;
}

.figure {
  text-align: center;
  margin: 0;
}
.figure img {
  margin: 0 auto;
}

.section {
  padding: 5rem 0;
}
.section--bg {
  background: url("../images/section-bg.png") no-repeat center;
  background-size: cover;
}
.section--blue {
  background-color: #e8f7fd;
}

.row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2rem;
}

.box {
  background-color: #077cab;
  border-radius: 1rem;
  margin-bottom: 3rem;
  padding: 4rem 3rem;
}
.box .paragraph {
  margin-bottom: 0;
}

.hr {
  width: 100%;
  height: 0.1rem;
  background-color: #707070;
  margin: 4.5rem 0 3rem;
}

.prices {
  text-align: center;
}

.button {
  display: block;
  width: 100%;
  max-width: 58rem;
  border: 0.1rem solid #149e00;
  background-color: #149e00;
  border-radius: 1rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
  text-align: center;
  font-weight: 700;
  color: white;
  padding: 2rem 1rem;
  margin: 3rem auto;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.button:hover {
  cursor: pointer;
  background-color: #e8f7fd;
  color: #149e00;
}

.button-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  width: 100%;
  max-width: 62rem;
  border: 0.2rem solid #d50000;
  background-color: white;
  border-radius: 1rem;
  font-size: 2.8rem;
  line-height: 3.2rem;
  text-align: center;
  font-weight: 700;
  color: black;
  padding: 2rem 1rem;
  margin: 3rem auto;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.button-phone:hover {
  cursor: pointer;
}

.comments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3rem;
}
.comments__row {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  grid-gap: 2rem;
}
.comments__inner {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.comments__date {
  line-height: 2rem;
}
.comments__name {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-weight: 700;
  color: #077cab;
}
.comments__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.footer__container {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media (min-width: 740px) {
  .footer__container {
    padding: 0;
  }
}
.footer__text {
  font-size: 1.2rem;
  line-height: 1.7rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: black;
}
.footer__links {
  margin: 2.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }
  .subheading {
    font-size: 2.8rem;
    line-height: 5rem;
  }
  .lead {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .paragraph {
    font-size: 2rem;
    line-height: 3.5rem;
  }
  .button {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .button-phone {
    font-size: 5rem;
    line-height: 6rem;
  }
  .comments__row {
    grid-template-columns: 9.6rem 1fr;
    grid-gap: 3.5rem;
  }
  .comments__name {
    font-size: 2.2rem;
    line-height: 2.5rem;
  }
  .section--comments {
    background: url("../images/comments-section-quote.svg") no-repeat;
    background-size: 36rem 26rem;
    background-position: top 6.6rem right 5rem;
  }
  .img--phone {
    max-width: 4.6rem;
  }
}
@media (min-width: 1460px) {
  .section--summary {
    background: url("../images/summary-section-bg.png") no-repeat;
    background-position: bottom 0rem right 4rem;
  }
}
.button-phone-visible {
  margin: 4rem auto;
  cursor: pointer;
  max-width: -moz-fit-content;
  max-width: fit-content;
  font-size: 32px;
  color: white;
  background-color: #149e00;
  padding: 16px;
  text-align: center;
  border-radius: 26px;
}

.hidden {
  display: none;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #111111;
  color: white;
  padding: 20px;
  z-index: 10000;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  transition: transform 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
}
.cookie-banner.show {
  transform: translateY(0);
}
.cookie-banner .cookie-banner-content {
  max-width: 1160px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.cookie-banner .cookie-banner-text {
  flex: 1;
  font-size: 13px;
  line-height: 20px;
}
.cookie-banner .cookie-banner-text p {
  margin: 0;
  color: white;
}
.cookie-banner .cookie-banner-text a {
  color: #85ccb1;
  text-decoration: underline;
}
.cookie-banner .cookie-banner-text a:hover {
  color: #85a9b3;
}
.cookie-banner .cookie-banner-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .cookie-banner .cookie-banner-buttons {
    justify-content: flex-end;
    flex-shrink: 0;
  }
}

.cookie-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto", sans-serif;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.cookie-btn-accept {
  background-color: #19ae30;
  color: white;
}
.cookie-btn-accept:hover {
  background-color: #158026;
}
.cookie-btn-essential {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-essential:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.cookie-btn-settings {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: white;
}
.cookie-btn-settings:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.cookie-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  padding: 20px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.cookie-modal-overlay.show {
  opacity: 1;
}

.cookie-modal {
  background-color: white;
  color: #333;
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
  font-family: "Roboto", sans-serif;
}
.cookie-modal-header {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cookie-modal-header h2 {
  margin: 0;
  font-size: 20px;
  color: #2e3641;
}
.cookie-modal-close {
  background: none;
  border: none;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  color: #999;
}
.cookie-modal-close:hover {
  color: #333;
}
.cookie-modal-body {
  padding: 20px;
  overflow-y: auto;
  flex: 1;
}
.cookie-modal-body p {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.cookie-modal-footer {
  padding: 20px;
  border-top: 1px solid #eee;
  display: flex;
  justify-content: flex-end;
}

.cookie-category {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.cookie-category:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.cookie-category-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}
.cookie-category-title {
  font-weight: 700;
  font-size: 16px;
  color: #2e3641;
}
.cookie-category-desc {
  font-size: 13px;
  line-height: 18px;
  color: #777;
  margin: 0;
}

/* Switch Styles */
.cookie-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}
.cookie-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.cookie-switch input:checked + .cookie-slider {
  background-color: #19ae30;
}
.cookie-switch input:focus + .cookie-slider {
  box-shadow: 0 0 1px #19ae30;
}
.cookie-switch input:checked + .cookie-slider:before {
  transform: translateX(20px);
}
.cookie-switch input:disabled + .cookie-slider {
  opacity: 0.5;
  cursor: not-allowed;
}

.cookie-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}
.cookie-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.disclaimer {
  font-size: 14px;
  line-height: 20px;
  color: #7f919e;
  margin-bottom: 10px;
}/*# sourceMappingURL=styles.css.map */