*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3;
  color: #000000;
  background-color: #ffffff;
}

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

.testimonials {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.testimonials__container {
  display: flex;
  gap: 10px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
}
.testimonials__box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff9e9;
  border: 2px solid #efede9;
  padding: 10px 20px;
  width: 452px;
  font-size: 13px;
  color: #4e6368;
  font-style: italic;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .testimonials__box {
    height: 484px;
  }
}
.testimonials__img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.testimonials__arrow {
  cursor: pointer;
  height: -moz-fit-content;
  height: fit-content;
}
.testimonials__name {
  color: #116d85;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.testimonials__text {
  text-align: center;
  padding-bottom: 30px;
}
.testimonials__date {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.nav {
  background-color: #116d85;
  color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px;
}
.nav a {
  color: #ffffff;
}
@media (min-width: 768px) {
  .nav {
    padding: 11px 20px;
  }
}
@media (min-width: 1200px) {
  .nav {
    padding: 11px 130px;
  }
}
.nav__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
}
.nav__items {
  display: none;
}
@media (min-width: 768px) {
  .nav__items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}
.nav__icons {
  display: flex;
  gap: 12px;
}
.nav__icons img {
  cursor: pointer;
}
.nav__btn {
  color: #116d85;
  font-size: 2rem;
  border-radius: 5px;
  background: linear-gradient(359deg, #fdc02b, #fdc232, #ffd571);
  padding: 10px 20px;
  border: none;
  transition: 0.3s ease-out;
}
.nav__btn:hover {
  cursor: pointer;
  background: linear-gradient(359deg, #fdc02b, #fdc232);
}

.bgc {
  display: none;
}
@media (min-width: 1400px) {
  .bgc {
    display: block;
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    z-index: -1;
  }
}

.title-phone-center {
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  line-height: 39px;
}

.heading {
  line-height: 4rem;
  font-weight: bold;
  color: #116d85;
  margin-bottom: 7.4rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.heading--main {
  margin-bottom: 1rem;
}
.heading--red {
  color: #cf0b0b;
  max-width: 500px;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .heading--red {
    font-size: 4.2rem;
    line-height: 5rem;
  }
}

.heading-date {
  display: none;
}
@media (min-width: 768px) {
  .heading-date {
    display: block;
    font-size: 16px;
    color: #929292;
    font-weight: normal;
    margin-top: -10px;
  }
}

.heading-summary {
  position: relative;
  font-size: 3.2rem;
  line-height: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #116d85;
  text-align: center;
  margin-bottom: 7.4rem;
}
.heading-summary::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 714px;
  background-color: #808080;
}
@media (min-width: 450px) {
  .heading-summary {
    font-size: 4.2rem;
  }
}

.subheading {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  text-align: left;
  position: relative;
}
.subheading::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  max-width: 714px;
  background-color: #808080;
}

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

.title {
  line-height: 3rem;
  font-weight: bold;
}
.title--center {
  text-align: center;
  font-size: 2.6rem;
  line-height: 39px;
}

.paragraph {
  font-size: 1.6rem;
  line-height: 30px;
}
.paragraph--white {
  color: white;
}
.paragraph--red {
  color: #d50000;
}
.paragraph--green {
  color: #09a41e;
}
.paragraph--main {
  color: #116d85;
}
.paragraph--center {
  text-align: center;
  line-height: 30px;
}
.paragraph--line-through {
  text-decoration: line-through;
}
.paragraph--mb-zero {
  margin-bottom: 0;
}

.container {
  width: 100%;
  max-width: 71.4rem;
  margin-inline: auto;
  z-index: 99;
  font-size: 16px;
  padding: 15px 20px;
}

.container-testimonials {
  width: 100%;
  max-width: 1026px;
  margin-inline: auto;
  padding: 35px 10px 0;
  margin-bottom: 5px;
}

.container-summary {
  margin-top: 50px;
  width: 100%;
  max-width: 76.4rem;
  margin-inline: auto;
  padding: 25px 25px 25px 25px;
  font-size: 16px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  border-radius: 5px;
  margin-bottom: 56px;
}

.container-box {
  margin: 20px 0 15px;
  width: 100%;
  max-width: 65rem;
  margin-inline: auto;
  padding: 30px 27px 44px 27px;
  box-shadow: 0 0 0 15px #efede9;
  border: 1px solid #ffffff;
  border-radius: 2.5px;
  background-color: #f1f1f1;
  color: #666666;
}

.box-title {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #116d85;
}

.bold-color {
  color: #666666;
}

.box-price {
  margin-top: 15px;
  font-size: 16px;
}
.box-price span {
  color: #09a41e;
  font-size: 3.2rem;
  font-weight: bold;
}

.summary-box-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 17px;
}
@media (min-width: 768px) {
  .summary-box-main {
    flex-direction: row;
    align-items: start;
  }
}
.summary-box-main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 218px;
}

.list li {
  display: flex;
  align-items: start;
  gap: 7px;
  margin-left: -40px;
}

.text {
  margin-bottom: 15px;
}

.header {
  padding: 2.5rem 0 0;
}

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

.header-baner {
  margin-top: 10px;
  width: 100%;
}

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

.img-index {
  width: 100%;
}

.arrow {
  width: 65px;
  height: 41px;
}
@media (min-width: 500px) {
  .arrow {
    width: 95px;
    height: 51px;
  }
}

.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-main {
  padding: 100px 0;
}

.footer {
  padding-bottom: 5rem;
}
.footer__container {
  z-index: -99;
  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: #808080;
}
.footer__links {
  margin: 2rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}

@media (min-width: 768px) {
  .heading {
    font-size: 4rem;
    line-height: 5rem;
  }
  .lead {
    font-size: 3rem;
    line-height: 4.2rem;
  }
  .paragraph {
    font-size: 1.6rem;
    line-height: 30px;
  }
  .button {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .button-phone {
    font-size: 5rem;
    line-height: 6rem;
  }
  .img--phone {
    max-width: 4.6rem;
  }
}
.orange {
  color: #ff8800;
}

.red {
  color: #d50000;
}

.blue {
  color: #077cab;
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px;
}

.summary-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.summary-button {
  font-size: 13px;
  line-height: 35px;
  font-weight: bold;
  width: 100%;
  max-width: 46.6rem;
  color: #116d85;
  background: linear-gradient(359deg, #fdc02b, #fdc232, #ffd571);
  margin: 3rem auto 3rem;
  border-radius: 5px;
  padding: 10px 5px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-out;
}
@media (min-width: 370px) {
  .summary-button {
    font-size: 14px;
  }
}
@media (min-width: 400px) {
  .summary-button {
    font-size: 15px;
  }
}
@media (min-width: 420px) {
  .summary-button {
    font-size: 16px;
  }
}
@media (min-width: 530px) {
  .summary-button {
    font-size: 20px;
    padding: 10px 25px;
  }
}
.summary-button:hover {
  cursor: pointer;
  background: linear-gradient(359deg, #fdc02b, #fdc232);
}

.box-button {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  width: 100%;
  max-width: 28rem;
  color: #116d85;
  background: linear-gradient(359deg, #fdc02b, #fdc232, #ffd571);
  margin: 3rem auto 1rem;
  border-radius: 5px;
  padding: 10px 20px;
  cursor: pointer;
  text-align: center;
  transition: 0.3s ease-out;
}
@media (min-width: 530px) {
  .box-button {
    font-size: 20px;
  }
}
.box-button:hover {
  cursor: pointer;
  background: linear-gradient(359deg, #fdc02b, #fdc232);
}

a {
  text-decoration: none;
}

.summary-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media (min-width: 768px) {
  .summary-box {
    flex-direction: row;
    align-items: start;
  }
}
.summary-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-width: 197px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .summary-box img {
    margin-top: -15px;
    margin-bottom: unset;
  }
}

.telephone-box {
  margin: 16px 0 39px;
  display: flex;
  justify-content: center;
}

.telephone-box-hidden {
  font-size: 3rem;
  font-weight: bold;
  width: 100%;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  border: 2px solid #fdc02b;
  color: #fdc02b;
  background-color: #ffffff;
  padding: 5px 25px;
  cursor: pointer;
}
@media (min-width: 450px) {
  .telephone-box-hidden {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .telephone-box-hidden {
    font-size: 5.2rem;
  }
}

.index-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.img__logo {
  width: 140px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
}

.img-width,
.img__avatar {
  max-width: 100%;
}

.section--blue {
  position: relative;
}
.section--blue p {
  margin-left: 35px;
}

.section--blue::before {
  content: "";
  width: 15px;
  height: 95%;
  background-color: #116d85;
  position: absolute;
}/*# sourceMappingURL=styles.css.map */