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

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

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

p {
  margin: 0;
}

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

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

.text-red {
  color: #ce2a00;
}

.text-green {
  color: #07aa58;
}

.mb20 {
  margin-bottom: 20px;
}

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

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

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

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

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

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

.main {
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #666666;
  padding: 0 20px;
  margin-top: 42px;
}
@media (max-width: 500px) {
  .main {
    padding: 0 10px;
  }
}

.header {
  background-image: url(../img/LUS_2005_hero.png);
  background-size: cover;
  background-repeat: no-repeat;
  height: 176px;
  padding-left: 20px;
}
@media (max-width: 630px) {
  .header {
    height: auto;
    padding-left: 0;
    background-image: none;
  }
}
.header p:first-of-type {
  font: normal normal 900 36px/41px Arial;
  letter-spacing: 0px;
  color: #ff0000;
  text-shadow: 2px 2px 0px #000000;
  padding-top: 20px;
  margin-bottom: 10px;
}
@media (max-width: 630px) {
  .header p:first-of-type {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
}
.header p:last-of-type {
  font: normal normal bold 18px/21px Arial;
  margin-bottom: 20px;
}
@media (max-width: 630px) {
  .header p:last-of-type {
    text-align: center;
  }
}

.content {
  background-color: #e6e6e6;
  border: 0.5px solid #999999;
  padding: 20px;
}
@media (max-width: 500px) {
  .content {
    padding: 20px 10px;
  }
}

.title {
  color: #0066ff;
  font-weight: bold;
  font-size: 18px;
}
.title span {
  color: #ff0000;
}

.specialist {
  display: flex;
}
@media (max-width: 750px) {
  .specialist {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.specialist img {
  max-width: 165px;
  height: 140px;
}
.specialist-text {
  background-color: #fff;
  padding-left: 48px;
  padding-right: 20px;
  line-height: 24px;
  max-height: 140px;
}
@media (max-width: 750px) {
  .specialist-text {
    max-height: 100%;
    padding: 0 10px;
    text-align: center;
  }
}
.specialist p:first-of-type {
  padding-top: 20px;
  padding-bottom: 10px;
}
.specialist p:last-of-type {
  padding-bottom: 20px;
}

.greenbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.greenbox-el {
  display: flex;
  gap: 16px;
  justify-content: center;
  background-color: #02926b;
  padding: 8px 0;
}
@media (max-width: 500px) {
  .greenbox-el {
    padding: 8px 10px;
  }
}
.greenbox-el p {
  color: #ffffff;
  font-weight: bold;
}

.redbox {
  border: 3px solid #ff0000;
  background-color: #f6eaea;
}
.redbox p {
  padding: 0 16px;
  padding-bottom: 20px;
}
.redbox-exlamation {
  display: flex;
  gap: 16px;
  justify-content: center;
  margin-bottom: 20px;
  margin-top: 16px;
}
.redbox-title {
  font: normal normal 900 22px/31px Arial;
  letter-spacing: 0px;
  color: #ff0000;
  text-align: center;
}

.bluebox {
  background-color: #eaf6f5;
  border: 3px solid #00b9ff;
  padding: 20px;
}
.bluebox-title {
  font: normal normal 900 22px/31px Arial;
  text-align: center;
  margin-bottom: 20px;
}
.bluebox-img-container {
  display: flex;
  justify-content: center;
  gap: 88px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .bluebox-img-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.bluebox-img-container img {
  max-width: 222px;
}
.bluebox-button {
  color: white;
  background-color: #09c52f;
  padding: 20px 0;
  font: normal normal 900 22px/31px Arial;
  text-align: center;
  margin-bottom: 20px;
}
.bluebox-el {
  display: flex;
  gap: 15px;
  line-height: 24px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .bluebox-el {
    flex-direction: column;
    align-items: center;
  }
}
.bluebox-el img {
  max-width: 217px;
  border: 5px solid #ffffff;
}

.link {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: flex-end;
  font: normal normal bold 20px/32px Arial;
  color: #ff0000;
  text-decoration: underline;
}
.link img {
  flex-shrink: 0;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-el {
  display: flex;
  gap: 14px;
  align-items: center;
}
.list-el img {
  flex-shrink: 0;
}

.belly {
  position: relative;
  display: flex;
  gap: 20px;
}
@media (max-width: 800px) {
  .belly {
    flex-direction: column;
    align-items: center;
  }
}
.belly-arrow {
  position: absolute;
  left: 53%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 800px) {
  .belly-arrow {
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
.belly-right, .belly-left {
  max-width: 350px;
}
@media (max-width: 500px) {
  .belly-right, .belly-left {
    max-width: 100%;
  }
}

.minibluebox {
  background-color: #eaf6f5;
  border: 3px solid #00b9ff;
  padding: 20px;
  padding-right: 12px;
}

.divider {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: #999999;
}

.cta {
  background-color: #d8f6de;
  border: 0.5px solid #999999;
  padding: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cta-title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  color: white;
  background-color: #09c52f;
  font: normal normal 900 22px/31px Arial;
  align-items: center;
}
@media (max-width: 500px) {
  .cta-title {
    flex-direction: column;
    gap: 10px;
    padding: 10px;
  }
}
.cta-link {
  text-decoration: underline;
  font: normal normal bold 22px/32px Arial;
  color: #000fff;
}

.summary {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  margin-top: 40px;
  background-color: #fff;
  border: 2px solid #666666;
}
@media (max-width: 800px) {
  .summary {
    margin: 0 20px;
  }
}
@media (max-width: 500px) {
  .summary {
    margin: 0 10px;
    padding: 10px;
    margin-top: 20px;
  }
}
.summary-title {
  background-color: #09c52f;
  color: white;
  text-align: center;
  font: normal normal 900 36px/50px Arial;
  padding: 10px 0;
  margin-bottom: 20px;
}
.summary-product {
  display: flex;
  gap: 40px;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .summary-product {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.summary-product img {
  max-width: 198px;
  max-height: 153px;
}
.summary-button {
  cursor: pointer;
  background-color: #09c52f;
  color: white;
  font-size: 28px;
  line-height: 35px;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 500px) {
  .summary-button {
    font-size: 18px;
  }
}
.summary-button-hidden {
  margin: 0 auto;
  cursor: pointer;
  border: 2px solid #09c52f;
  padding: 10px 30px;
  font-size: 36px;
  font-weight: bold;
  color: #09c52f;
  display: none;
  text-align: center;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .summary-button-hidden {
    font-size: 28px;
  }
}

.footer {
  max-width: 800px;
  padding: 50px 0 40px;
  text-align: center;
  margin-bottom: 2rem;
}
@media (max-width: 700px) {
  .footer {
    padding: 40px 10px;
  }
}
.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;
}

@media (max-width: 1160px) {
  .body-container {
    width: 768px;
  }
}
@media (max-width: 768px) {
  .body-container {
    width: 500px;
  }
}
@media (max-width: 500px) {
  .body-container {
    width: 100%;
  }
}
@media (max-width: 370px) {
  .body-container {
    max-width: 100%;
  }
  .attachments {
    flex-direction: column;
  }
}/*# sourceMappingURL=style.css.map */