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

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans 3", 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;
}

.heading {
  font-size: 4rem;
  font-weight: 700;
  color: white;
  line-height: 5.5rem;
  padding-left: 10px;
  margin-top: 80px;
}
@media (min-width: 1300px) {
  .heading {
    font-size: 5rem;
  }
}
@media (min-width: 1500px) {
  .heading {
    margin-top: 130px;
  }
}
@media (min-width: 1800px) {
  .heading {
    margin-top: 180px;
  }
}
.heading--yellow {
  color: #f7ff00;
}
.heading--red {
  color: #fd2f37;
}

.subheading {
  font-size: 2rem;
  line-height: 35px;
  padding-left: 10px;
  font-weight: 700;
  color: white;
  max-width: 440px;
}
@media (min-width: 1300px) {
  .subheading {
    font-size: 2.5rem;
  }
}

.lead {
  padding-top: 20px;
  font-size: 3.5rem;
  line-height: 3.2rem;
  font-weight: 700;
  color: #034c8c;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .lead {
    font-size: 5rem;
  }
}

.header-btn {
  padding: 10px 0;
  margin-left: 10px;
  background: transparent linear-gradient(270deg, #ff3139 0%, #ba0005 100%) 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 29px;
  color: #ffffff;
  margin-top: 30px;
  display: block;
  text-align: center;
  max-width: 300px;
  font-weight: bold;
  font-size: 29px;
  cursor: pointer;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
}
.nav img {
  max-width: 237px;
}
@media (min-width: 1450px) {
  .nav img {
    max-width: 300px;
  }
}
.nav p {
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
  display: none;
}
.nav p span {
  font-weight: bold;
}

.nav-items {
  gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 1000px) {
  .nav-items {
    display: flex;
  }
}
.nav-items a {
  cursor: pointer;
}

.nav-item {
  border: 1px solid #ffffff;
  border-radius: 29px;
  font-size: 18px;
  color: #ffffff;
  font-weight: 300;
  padding: 7px 15px;
}

.nav-item-2 {
  background: transparent linear-gradient(270deg, #ffff31 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 29px;
  color: #000000;
  padding: 3px 15px;
  font-size: 25px;
  font-weight: bold;
}

.title {
  margin-top: 130px;
  font-size: 2.2rem;
  line-height: 4.5rem;
  font-weight: 700;
  margin-bottom: 3.5rem;
  color: #0055a7;
  font-size: 35px;
  text-align: center;
}
@media (min-width: 768px) {
  .title {
    font-size: 40px;
  }
}
@media (min-width: 1300px) {
  .title {
    margin-top: 90px;
  }
}
@media (min-width: 1300px) {
  .title {
    margin-top: 120px;
  }
}
@media (min-width: 1700px) {
  .title {
    margin-top: 200px;
  }
}
.title--green-background {
  background-color: #ffb300;
  padding: 0 0.2rem;
}

.paragraph {
  font-size: 2rem;
  line-height: 28px;
  margin-bottom: 2rem;
}
.paragraph--white {
  color: white;
}
.paragraph--red {
  color: #fd2f37;
}
.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: 118rem;
  margin-inline: auto;
  padding: 0 1.5rem;
}

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

.line {
  top: 79px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  border: none;
  opacity: 0.3;
  display: none;
}
@media (min-width: 1200px) {
  .line {
    display: block;
  }
}
@media (min-width: 1450px) {
  .line {
    top: 95px;
  }
}

.list {
  padding-left: 0rem;
}

ul.list li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
}

ul.list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  background-color: #ffe400;
  border: 3px solid #D50000;
  border-radius: 50%;
}

.text {
  line-height: 28px;
  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 p {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
  background-color: #034c8c;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .figure p {
    font-size: 60px;
    width: 80px;
    height: 80px;
  }
}

.before-after {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 35px;
}

.before-after-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.before-after-text {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 25px;
}

.before-text {
  color: #d50000;
}

.after-text {
  color: #149e00;
}

.section--bg {
  padding-top: 2rem;
  display: none;
}
@media (min-width: 1300px) {
  .section--bg {
    display: block;
  }
}
.section--blue {
  padding-top: 60px;
  background: transparent radial-gradient(closest-side at 50% 50%, #001b53 0%, #001b53 100%) 0% 0% no-repeat padding-box;
  color: white;
}
.section--color {
  background-color: #d2e4fe;
  padding: 100px 10px;
}

.section--bg {
  position: relative;
}

.background-image {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.container-2 {
  position: relative;
  z-index: 2;
}

.section--bg-mobile {
  position: relative;
}
@media (min-width: 1300px) {
  .section--bg-mobile {
    display: none;
  }
}

.background-image-mobile {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  max-height: 700px;
}
@media (min-width: 768px) {
  .background-image-mobile {
    display: none;
  }
}

.background-image-mobile-2 {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
@media (min-width: 768px) {
  .background-image-mobile-2 {
    display: block;
  }
}

.product-images {
  position: relative;
}
.product-images img {
  width: 100%;
}

.product-images-2 {
  position: absolute;
  right: -10px;
  top: -60px;
  z-index: -1;
}

.flex-mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.container-2-mobile {
  position: relative;
  z-index: 2;
}

.nav-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.nav-mobile img {
  max-width: 237px;
}
@media (min-width: 1450px) {
  .nav-mobile img {
    max-width: 300px;
  }
}

.heading-mobile {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.5rem;
  text-align: center;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 500px) {
  .heading-mobile {
    line-height: 4rem;
  }
}

.heading--mobile-yellow {
  color: #f7ff00;
  font-size: 24px;
}
@media (min-width: 500px) {
  .heading--mobile-yellow {
    font-size: 30px;
  }
}
@media (min-width: 768px) {
  .heading--mobile-yellow {
    font-size: 35px;
  }
}

.heading--red-mobile {
  color: #fd2f37;
  font-size: 32px;
}
@media (min-width: 500px) {
  .heading--red-mobile {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .heading--red-mobile {
    font-size: 45px;
  }
}

.heading--white-mobile {
  color: white;
  font-size: 32px;
}
@media (min-width: 500px) {
  .heading--white-mobile {
    font-size: 45px;
  }
}

.subheading-mobile {
  font-size: 1.6rem;
  text-align: center;
  line-height: 25px;
  padding: 0 10px;
  font-weight: bold;
  color: white;
  max-width: 440px;
  margin-bottom: 50px;
}
@media (min-width: 500px) {
  .subheading-mobile {
    font-size: 18px;
  }
}

.header-btn-mobile {
  padding: 10px 0;
  margin-left: 10px;
  background: transparent linear-gradient(270deg, #ff3139 0%, #ba0005 100%) 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 29px;
  color: #ffffff;
  display: block;
  text-align: center;
  width: 100%;
  max-width: 200px;
  font-weight: bold;
  font-size: 17px;
  cursor: pointer;
}
@media (min-width: 500px) {
  .header-btn-mobile {
    font-size: 20px;
  }
}

.product-images {
  display: flex;
}

.line-mobile {
  top: 79px;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  position: absolute;
  border: none;
  opacity: 0.3;
}

.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;
  margin: 30px auto 60px;
  max-width: 704px;
}

.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;
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 50px 0;
}

.button {
  display: block;
  width: 100%;
  max-width: 74rem;
  font-size: 2.8rem;
  line-height: 3.8rem;
  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: underline;
  background: #068b48 0% 0% no-repeat padding-box;
  box-shadow: 0px 5px 0px #003f2d;
  border-radius: 46px;
}
@media (min-width: 768px) {
  .button {
    font-size: 4.3rem;
  }
}
.button:hover {
  cursor: pointer;
  background-color: #067c41;
}

.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;
}

.comment-img {
  width: 100%;
  margin-top: 5px;
  max-width: 215px;
}

.comments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1rem;
}
.comments__row {
  display: grid;
  grid-template-columns: 4.8rem 1fr;
  grid-gap: 2rem;
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 20px;
  padding: 20px;
  width: 100%;
}
.comments__inner {
  display: flex;
  align-items: flex-end;
  gap: 1rem;
  margin-bottom: 1rem;
}
.comments__date {
  line-height: 2rem;
  color: #6da216;
}
.comments__text {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

.footer__container {
  width: 100%;
  max-width: 113rem;
  margin: 0 auto;
  padding: 3.6rem 1.5rem;
}
.footer__text {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-bottom: 0.5rem;
  text-align: center;
  color: black;
}
@media (min-width: 768px) {
  .footer__text {
    font-size: 2rem;
  }
}
.footer__links {
  margin: 0.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  text-decoration: underline;
}

@media (min-width: 768px) {
  .paragraph {
    font-size: 2rem;
    line-height: 35px;
  }
  .button-phone {
    font-size: 5rem;
    line-height: 6rem;
  }
  .comments__row {
    grid-template-columns: 8.6rem 1fr;
  }
  .comments__name {
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .comments__text {
    font-size: 18px;
  }
  .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;
}

.section--comments {
  background-color: #f3f3f3;
  width: 100%;
  padding: 100px 10px 105px 10px;
}

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

.summary-button {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 45px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  margin: 3rem auto 3rem;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  color: #be0107;
  border: 5px solid #be0107;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .summary-button {
    font-size: 35px;
    line-height: 50px;
  }
}

a {
  text-decoration: none;
}

.summary-button-phone {
  font-size: 25px;
  line-height: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 45px;
  width: 80%;
  color: white;
  margin: 3rem auto 3rem;
  border-radius: 10px;
  padding: 15px 25px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
  color: #be0107;
  border: 5px solid #be0107;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .summary-button-phone {
    font-size: 35px;
    line-height: 50px;
  }
}

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;
  }
}

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

.telephone-box-hidden {
  font-size: 2.5rem;
  font-weight: bold;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  max-width: 700px;
  border: 1px solid #149e00;
  color: #149e00;
  background-color: white;
  padding: 11px 30px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  cursor: pointer;
}
@media (min-width: 450px) {
  .telephone-box-hidden {
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .telephone-box-hidden {
    font-size: 6rem;
    gap: 50px;
  }
}

.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%;
}

.text-center {
  text-align: center;
}

.box-container {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 60px;
  padding: 0 10px;
}
@media (min-width: 600px) {
  .box-container {
    gap: 50px;
  }
}

.box-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (min-width: 600px) {
  .box-wrapper {
    flex-direction: row;
    align-items: start;
  }
}

.box-item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
@media (min-width: 996px) {
  .box-item {
    flex: 1 1 200px;
  }
}
.box-item p {
  text-align: center;
  font-size: 20px;
}
.box-item img {
  width: 100%;
  max-width: 75px;
}
@media (min-width: 996px) {
  .box-item img {
    max-width: 135px;
  }
}

.section-blue-images {
  position: relative;
  display: none;
}
@media (min-width: 500px) {
  .section-blue-images {
    display: block;
  }
}
.section-blue-images img {
  width: 100%;
  padding: 28px 0 58px;
}

.before-1,
.after-1 {
  position: absolute;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.8px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}
@media (min-width: 996px) {
  .before-1,
  .after-1 {
    font-size: 40px;
  }
}

.before-1 {
  left: 34%;
  top: -10%;
  color: #fd2f37;
}

.after-1 {
  right: 37%;
  top: -10%;
  color: #2ffd2f;
}

.before-2,
.after-2 {
  position: absolute;
  font-size: 25px;
  font-weight: 900;
  font-style: italic;
  letter-spacing: 0.8px;
  font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
}

.before-2 {
  left: 45%;
  top: -10%;
  color: #fd2f37;
}

.after-2 {
  right: 40%;
  top: 41%;
  color: #2ffd2f;
}
@media (min-width: 430px) {
  .after-2 {
    right: 42%;
  }
}

.section-blue-images-mobile {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 500px) {
  .section-blue-images-mobile {
    display: none;
  }
}
.section-blue-images-mobile img {
  width: 100%;
  margin: 20px auto;
  display: block;
  max-width: 220px;
}

.triangle {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 40px solid #001B53;
}

.triangle-mobile {
  position: absolute;
  bottom: -39px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 40px solid #001B53;
}

.photo-mobile {
  width: 100%;
}
@media (min-width: 400px) {
  .photo-mobile {
    display: none;
  }
}

.photo {
  width: 100%;
  display: none;
}
@media (min-width: 400px) {
  .photo {
    display: block;
  }
}

.photo-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 70px;
  margin: 50px auto;
  max-width: 1080px;
}

.photo-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  color: #be0107;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .photo-wrapper {
    flex-direction: row;
    align-items: center;
    gap: 30px;
  }
}

.img-product {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 80px auto 30px;
}

.product-title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .product-title {
    font-size: 40px;
    line-height: 50px;
  }
}
.product-title .red {
  color: #ff0000;
}
.product-title .blue {
  color: #006ed7;
}
@media (min-width: 768px) {
  .product-title .blue {
    font-size: 40px;
    line-height: 50px;
  }
}

.nav-summary {
  background-color: #000c32;
}

.nav-summary-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 10px;
}
.nav-summary-container img {
  display: block;
  width: 100%;
  max-width: 300px;
}
.nav-summary-container p {
  color: white;
  font-size: 30px;
  text-align: center;
  margin: 0 auto;
  line-height: 30px;
}
.nav-summary-container p span {
  font-weight: bold;
}

.summary-nav-items {
  gap: 10px;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (min-width: 1200px) {
  .summary-nav-items {
    display: flex;
  }
}
.summary-nav-items a {
  cursor: pointer;
}

.summary-nav-item {
  border: 1px solid #ffffff;
  border-radius: 29px;
  font-size: 18px;
  color: #ffffff;
  padding: 10px;
}

.summary-nav-item-2 {
  background: transparent linear-gradient(270deg, #ffff31 0%, #ff9100 100%) 0% 0% no-repeat padding-box;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  border-radius: 29px;
  color: #000000;
  padding: 5px 15px;
  font-size: 25px;
  font-weight: bold;
}

.heading-summary {
  position: relative;
  font-size: 3.2rem;
  line-height: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  background: #00c700 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 3rem;
  color: #ffffff;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 34px;
  padding: 20px;
}
@media (min-width: 450px) {
  .heading-summary {
    padding: 20px 40px;
    font-size: 4rem;
  }
}
@media (min-width: 768px) {
  .heading-summary {
    padding: 20px 40px;
    font-size: 6rem;
  }
}

.summary-img {
  max-width: 470px;
  width: 100%;
  height: 100%;
  display: none;
  margin-top: 120px;
}
@media (min-width: 1200px) {
  .summary-img {
    display: block;
  }
}
@media (min-width: 1400px) {
  .summary-img {
    max-width: 570px;
  }
}

.summary-img-mobile {
  display: flex;
  justify-content: center;
  margin: 20px auto;
}
.summary-img-mobile img {
  width: 100%;
  max-width: 400px;
}
@media (min-width: 1200px) {
  .summary-img-mobile {
    display: none;
  }
}

.section--summary {
  display: flex;
  gap: 60px;
  max-width: 1800px;
  margin: 80px auto 100px;
}
@media (min-width: 768px) {
  .section--summary {
    margin: 80px auto 150px;
  }
}

.container-summary {
  width: 100%;
  max-width: 1203px;
  margin-inline: auto;
  padding: 0 1.5rem;
}

.title-summary {
  color: #000000;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .title-summary {
    font-size: 30px;
  }
}

.footer-summary {
  padding-bottom: 40px;
}

.paragraph-box {
  background-color: rgba(255, 0, 0, 0.1019607843);
  border: 1px solid #ff0000;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  margin: 70px auto;
}

.form-add-comment {
  padding: 20px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  border-radius: 20px;
}
.form-add-comment input {
  margin-bottom: 0.8rem;
}
.form-add-comment textarea {
  margin-bottom: 2.2rem;
  resize: none;
  min-height: 10rem;
}
.form-add-comment input,
.form-add-comment textarea {
  max-width: 715px;
  padding: 10px 15px;
  outline: none;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2.1rem;
  border: 1px solid #868e96;
  border-radius: 27px;
}
.form-add-comment input::-moz-placeholder, .form-add-comment textarea::-moz-placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
}
.form-add-comment input::placeholder,
.form-add-comment textarea::placeholder {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
  color: #000000;
}
.form-add-comment .form-buttons {
  display: flex;
  gap: 1.1rem;
  margin-bottom: 10px;
  font-size: 17px;
}
.form-add-comment .form-buttons .form-btn {
  padding: 0.9rem;
  color: white;
  background-color: #868e96;
  border-radius: 21px;
  border: none;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}
.form-add-comment .form-buttons .form-btn:hover {
  background-color: #5f6468;
}

.picture-error {
  color: red;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 2rem;
}/*# sourceMappingURL=styles.css.map */