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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

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

p {
  margin: 0;
}

img {
  max-width: 100%;
}

.text-bold-26 {
  font: normal normal bold 26px/34px Space Grotesk;
}

.text-18 {
  font-size: 18px;
}

.text-red {
  color: #ce2a00;
}

.text-title {
  font: normal normal bold 26px/24px Noto Serif;
  color: #4b9222;
}

.text-green {
  color: #4b9222;
}

.mb10 {
  margin-bottom: 10px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.text-line-thru {
  text-decoration: line-through;
}

.text-blue {
  color: #00a1c6;
  font: normal normal bold 44px/54px Space Grotesk;
}

.text-bold {
  font-weight: bold;
}

.top-5 {
  margin-top: 5px;
}

.text-24 {
  font-size: 24px;
}
@media (max-width: 450px) {
  .text-24 {
    font-size: 20px;
  }
}

.text-18 {
  font-size: 18px;
}

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

.body-container {
  width: 1075px;
  margin: 0 auto;
}

.header {
  overflow: hidden;
  display: flex;
  justify-content: end;
  gap: 10rem;
}
@media (max-width: 1000px) {
  .header {
    gap: 3rem;
  }
}
@media (max-width: 700px) {
  .header {
    justify-content: center;
  }
}
.header-left {
  padding-top: 16px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .header-left {
    padding: 2rem;
  }
}
.header-left p {
  font: normal normal bold 60px/20px Calmetta;
  color: #2a4b3a;
}
@media (max-width: 700px) {
  .header-left p {
    max-width: 170px;
    padding-top: 35px;
  }
}
.header-left p span {
  color: #4b9222;
  font: normal normal normal 84px/85px Birthstone;
}
.header-left img {
  max-width: 174px;
  max-height: 174px;
}
@media (max-width: 400px) {
  .header-left img {
    max-width: 40%;
    max-height: unset;
  }
}
@media (max-width: 1500px) {
  .header-right {
    margin-right: -20%;
  }
}
@media (max-width: 1200px) {
  .header-right {
    margin-right: -40%;
  }
}
@media (max-width: 950px) {
  .header-right {
    margin-right: -60%;
  }
}
@media (max-width: 800px) {
  .header-right {
    margin-right: -80%;
  }
}
@media (max-width: 700px) {
  .header-right {
    display: none;
  }
}
.header-right img {
  max-width: 881px;
  max-height: 190px;
}

.nav {
  margin-top: -5px;
  background-color: #4b9222;
}
@media (max-width: 550px) {
  .nav {
    display: none;
  }
}
.nav-container {
  justify-content: center;
  padding: 16px 0;
  font: normal normal normal 20px/24px Calmetta;
  display: flex;
  gap: 88px;
}
.nav-container a {
  color: #ffffff;
  text-decoration: none;
}
@media (max-width: 950px) {
  .nav-container {
    gap: 44px;
  }
}
@media (max-width: 700px) {
  .nav-container {
    gap: 10px;
  }
}

.main {
  padding: 17px 20px;
  margin-top: 27px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2509803922);
  border-radius: 25px;
  display: flex;
  gap: 37px;
}
@media (max-width: 1100px) {
  .main {
    justify-content: center;
    max-width: none;
  }
}
.main-container {
  max-width: 683px;
}
@media (max-width: 1100px) {
  .main-container {
    max-width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
  }
}
.main-title {
  font: normal normal 800 55px/60px Noto Serif;
}
.main-title span {
  color: #ff0000;
}
@media (max-width: 1100px) {
  .main-title {
    text-align: center;
  }
}
@media (max-width: 550px) {
  .main-title {
    font-size: 36px;
    line-height: 40px;
  }
}
.main-img {
  max-width: 665px;
}
@media (max-width: 700px) {
  .main-img {
    max-width: 100%;
  }
}
.main-img-body {
  max-width: 683px;
}
@media (max-width: 700px) {
  .main-img-body {
    max-width: 100%;
  }
}
.main-img-under {
  text-align: center;
  margin-top: -7rem;
  max-width: 614px;
  margin-left: 20px;
  font: italic normal bold 16px/24px Roboto;
}
@media (max-width: 650px) {
  .main-img-under {
    padding: 0 20px;
    font-size: 14px;
  }
}
@media (max-width: 580px) {
  .main-img-under {
    margin-top: -5.5rem;
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 450px) {
  .main-img-under {
    margin-top: -5rem;
    font-size: 10px;
    line-height: 14px;
  }
}
@media (max-width: 430px) {
  .main-img-under {
    margin-top: -4rem;
    font-size: 8px;
    line-height: 12px;
  }
}

.note {
  position: relative;
  background-color: rgba(255, 233, 190, 0.3);
  padding: 25px;
  font: italic normal normal 15px/23px Noto Serif;
  letter-spacing: 0.23px;
  color: #000000;
}
.note-text {
  margin-top: 7px;
}
.note-container {
  display: flex;
}
@media (max-width: 700px) {
  .note-container {
    flex-direction: column;
    align-items: center;
  }
}
.note-container div {
  padding-right: 60px;
}
@media (max-width: 700px) {
  .note-container div {
    padding-right: 0;
  }
}
.note-img {
  max-width: 255px;
}
@media (max-width: 700px) {
  .note-img {
    padding: 10px 0;
  }
}
.note-space {
  padding-left: 25px;
}
.note-br {
  margin-bottom: 10px;
}
.note-quote {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.note-quote-up {
  position: absolute;
  top: 20px;
  left: 20px;
}

.under-note {
  text-align: center;
  color: #4b9222;
  margin-top: 16px;
}

.heals {
  margin-bottom: 80px;
}
.heals-title {
  text-align: center;
  color: #4b9222;
  font: normal normal bold 18px/25px Roboto;
  margin-bottom: 15px;
}
.heals-title-under {
  text-align: center;
  font-weight: bold;
}
.heals-container {
  position: relative;
  display: flex;
  justify-content: center;
  font-weight: 500;
  text-align: center;
}
@media (max-width: 700px) {
  .heals-container {
    display: none;
  }
}
.heals-container img {
  max-width: 600px;
}
.heals-container-text-1 {
  position: absolute;
  left: -10px;
  top: 105px;
  max-width: 207px;
}
@media (max-width: 1100px) {
  .heals-container-text-1 {
    left: -45px;
  }
}
.heals-container-text-2 {
  position: absolute;
  left: -10px;
  top: 310px;
  max-width: 192px;
}
@media (max-width: 1100px) {
  .heals-container-text-2 {
    left: -45px;
  }
}
.heals-container-text-3 {
  position: absolute;
  right: -10px;
  max-width: 192px;
  top: 105px;
}
@media (max-width: 1100px) {
  .heals-container-text-3 {
    right: -45px;
  }
}
.heals-container-text-4 {
  position: absolute;
  right: -10px;
  top: 310px;
  max-width: 192px;
}
@media (max-width: 1100px) {
  .heals-container-text-4 {
    right: -45px;
  }
}
.heals-container-text-5 {
  position: absolute;
  bottom: -30px;
}
.heals-mobile {
  display: none;
}
@media (max-width: 700px) {
  .heals-mobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .heals-mobile-main-img {
    max-width: 300px;
  }
  .heals-mobile-arrow {
    margin-top: -40px;
    max-width: 110px;
    margin-left: 30px;
  }
  .heals-mobile-arrow-up {
    margin-top: 2rem;
    margin-bottom: -40px;
    max-width: 110px;
    margin-left: 30px;
    transform: rotateX(180deg);
  }
  .heals-mobile-el {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: center;
    align-items: center;
    max-width: 207px;
  }
  .heals-mobile-el img {
    max-width: 88px;
  }
}

.profesor {
  display: flex;
  gap: 35px;
}
.profesor img {
  max-width: 209px;
}
@media (max-width: 700px) {
  .profesor {
    flex-direction: column;
    align-items: center;
  }
}

.testimonials {
  display: flex;
  gap: 17px;
  flex-direction: column;
}
.testimonials-el {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 550px) {
  .testimonials-el {
    flex-direction: column;
  }
}
.testimonials-el-text {
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2509803922);
  border-radius: 20px;
  background-color: rgba(254, 254, 254, 0.8);
  padding: 20px;
  padding-left: 86px;
}
@media (max-width: 550px) {
  .testimonials-el-text {
    padding-left: 20px;
    padding-top: 80px;
  }
}
.testimonials-el-text-title {
  color: #4b9222;
  font: italic normal bold 20px/24px Noto Serif;
  margin-bottom: 5px;
}
.testimonials-el-text-main {
  font: italic normal normal 15px/23px Noto Serif;
  margin-bottom: 11px;
}
.testimonials-el-text-author {
  text-align: right;
  font: normal normal bold 16px/20px Roboto;
}
.testimonials-el img {
  max-width: 122px;
  max-height: 122px;
  margin-right: -9rem;
  z-index: 2;
  position: relative;
}
@media (max-width: 550px) {
  .testimonials-el img {
    margin-right: 0;
    margin-bottom: -8rem;
  }
}

.wizka-img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 36px;
}
.wizka-img img {
  max-width: 614px;
}
@media (max-width: 650px) {
  .wizka-img img {
    max-width: 100%;
  }
}

.update {
  background-color: #fffede;
  border-radius: 10px;
  border: dashed 1.5px #ff0000;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  padding: 18px 26px;
  text-align: center;
}
.update-title {
  font: normal normal 900 30px/24px Roboto;
  color: #ff0000;
  margin-bottom: 8px;
}

.main-link {
  color: #0000ff;
  font: normal normal bold 27px/38px Calmetta;
}

.comments-title {
  font: normal normal bold 32px/38px Roboto;
  margin-bottom: 20px;
}
.comments-el {
  display: flex;
  gap: 15px;
  margin-bottom: 23px;
}
.comments-el-name {
  font-weight: bold;
  margin-bottom: 5px;
}
.comments-el-img {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d66666;
  color: white;
  border-radius: 21px;
  padding: 4px 12.5px;
  width: 41px;
  height: 41px;
  font: normal normal 800 24px/35px Poppins;
}

.comments-el-img:nth-child(2) {
  background-color: #5b9c75;
}

@media (max-width: 1100px) {
  .aside {
    display: none;
  }
}
.aside-baner {
  position: relative;
}
.aside-title {
  font: normal normal 900 30px/37px Roboto;
}
.aside-title-small {
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
}
.aside-title-big {
  top: 40px;
  text-align: center;
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 32px;
  color: #ffff00;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3019607843);
  line-height: 34px;
}
.aside-baner-img {
  border-radius: 20px;
  max-width: 310px;
}
.aside-button {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  margin-top: -6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent linear-gradient(90deg, #ff5700 0%, #ffa200 100%) 0% 0% no-repeat padding-box;
  padding: 10px;
  text-decoration: none;
  font: normal normal bold 18px/27px Poppins;
  color: white;
  border: 2px solid white;
  border-radius: 25px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 6rem;
}
.aside-container {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 15px;
}
.aside-el {
  display: flex;
  gap: 16px;
  align-items: center;
}
.aside-el img {
  width: 68px;
  height: 68px;
}

.summary {
  margin: 0 auto;
  margin-top: 35px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.2509803922);
  border-radius: 25px;
  max-width: 1074px;
  text-align: center;
}
@media (max-width: 800px) {
  .summary {
    padding: 0 20px;
  }
}
.summary-title {
  font: normal normal bold 58px/64px PT Serif;
  color: #4b9222;
  padding-top: 21px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .summary-title {
    font-size: 36px;
    line-height: 48px;
  }
}
.summary p {
  margin: 0 auto;
  margin-bottom: 16px;
  max-width: 783px;
}
.summary p:last-of-type {
  padding-bottom: 32px;
}
.summary-img {
  max-width: 390px;
}
@media (max-width: 480px) {
  .summary-img {
    max-width: 100%;
  }
}
.summary-img-under {
  font: normal normal bold 24px/30px PT Serif;
}
.summary-img-under span {
  color: #ff0000;
}
@media (max-width: 480px) {
  .summary-img-under {
    font-size: 21px;
    line-height: normal;
  }
}
.summary-button {
  cursor: pointer;
  margin: 0 auto;
  background-color: #a0522d;
  color: white;
  font: normal normal normal 32px/48px PT Serif;
  max-width: 707px;
  margin-bottom: 30px;
  padding: 13px;
}
@media (max-width: 480px) {
  .summary-button {
    font-size: 21px;
    line-height: normal;
  }
}
.summary-button-hidden {
  cursor: pointer;
  margin: 0 auto;
  background-color: #a0522d;
  color: white;
  font: normal normal normal 32px/48px PT Serif;
  max-width: 707px;
  margin-bottom: 30px;
  text-decoration: none;
  padding: 13px 70px;
  display: none;
}

.footer-bgc {
  margin-top: 75px;
  background-color: #4b9222;
}

.footer {
  color: white;
  padding: 50px 0 40px;
  text-align: center;
}
.footer__text {
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.copyright {
  margin-bottom: 2.3rem;
}

.attachments {
  display: flex;
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 1.8rem;
}
.attachments a {
  text-decoration: underline;
  color: white;
}

@media (max-width: 1100px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .body-container {
    max-width: 100%;
  }
  .attachments {
    flex-direction: column;
  }
}
.display-none {
  display: none !important;
}

.display-block {
  display: block !important;
}/*# sourceMappingURL=style.css.map */