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

html,
body {
  margin: 0;
  padding: 0;
  background-color: #eeeced;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  font-family: "Maven Pro", sans-serif;
}

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

ul,
ol {
  list-style-type: none;
}

a {
  display: block;
  text-decoration: none;
}

img {
  display: block;
}

.w-100 {
  max-width: 100%;
}

.link {
  font-family: "Raleway", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
  color: #0000ff;
  text-decoration: underline;
  text-align: center;
  display: block;
  margin-bottom: 20px;
}

.figure {
  width: 100%;
  max-width: 792px;
  margin: 0 auto 25px;
}
.figure--main {
  transform: translateY(-60px);
  max-width: 100%;
}
.figure--small {
  max-width: 598px;
}
.figure figcaption {
  background-color: #b5838d;
  padding: 7px 10px 13px;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-align: center;
}

.article {
  margin-left: 25px;
  padding-left: 25px;
  border-left: 5px solid #e5989b;
}

.heading {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
  font-weight: 800;
  margin-bottom: 25px;
}
.heading--red {
  color: #ff0000;
}
.heading--yellow-bg {
  background-color: #e0e010;
}

.lead {
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  margin-bottom: 40px;
}
.lead--first {
  margin-top: -30px;
}

.title {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 32px;
  font-weight: 800;
  margin-bottom: 25px;
}

.text {
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  color: #36282a;
  margin-bottom: 25px;
}
.text--red {
  color: #ff0000;
}
.text--center {
  text-align: center;
}

.content {
  background-color: white;
  padding: 0 15px 10px;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto 50px;
}

.container {
  width: 100%;
  max-width: 994px;
  margin-inline: auto;
  padding: 0 20px;
}

.header {
  background-color: white;
}
.header__container {
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 15px;
}
.header__row {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
}
.header__logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.header__logo-text {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: black;
}
.header__navigation {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}
.header__link {
  font-family: "Raleway", sans-serif;
  font-size: 19px;
  line-height: 22px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}

.hero {
  background-color: #e9dcdb;
  padding-bottom: 85px;
}
.hero__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.hero__box {
  background-color: #ff0000;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 25px;
  color: white;
  font-weight: 700;
}
.hero__date {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}
.hero__title {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 37px;
  font-weight: 500;
  color: #725144;
}

.list {
  padding-left: 20px;
}
.list li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.list__header {
  background-color: rgba(255, 205, 178, 0.2);
  margin-bottom: 10px;
  padding: 7px 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.list__number {
  font-size: 26px;
  line-height: 28px;
  font-weight: 700;
  color: #b5838d;
}
.list .lead {
  margin-bottom: 0;
}

.mail {
  background-color: #f6f8fc;
  padding: 10px;
}
.mail__content {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
}
.mail__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.mail__title {
  margin-left: 0;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
}
.mail__group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.mail__group--end {
  margin-left: auto;
}
.mail__group--start {
  justify-content: flex-start;
}
.mail__group--margin-b {
  margin-bottom: 30px;
}
.mail__icon--first {
  margin-right: 35px;
}
.mail__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #38ab00;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  line-height: 28px;
  font-weight: 600;
  color: white;
}
.mail__separator {
  margin: 0 20px;
}
.mail__row {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.mail .desktop {
  display: none;
}

.box {
  width: 100%;
  max-width: 622px;
  padding: 20px;
  margin: 0 auto;
  background-color: #d5ebde;
  border: 2px dashed #5f9b78;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.box__link {
  font-family: "Raleway", sans-serif;
  font-size: 22px;
  line-height: 27px;
  font-weight: 900;
  color: #0000ff;
  text-decoration: underline;
  text-align: center;
  margin: -70px auto 20px;
}
.box__product {
  transform: translateY(-90px);
  max-width: 330px;
}

.product {
  position: relative;
}
.product__banner {
  position: absolute;
  left: 50%;
  width: 149px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(-50%);
  top: 0;
  background: url("../images/product-flash.png") no-repeat center;
  background-size: cover;
}
.product__title {
  font-size: 13px;
  line-height: 22px;
  font-weight: 700;
  color: #f6f8fc;
  text-align: center;
}
.product__title span {
  color: #ece01f;
}

.doctor {
  width: 100%;
  max-width: 792px;
  margin: 0 auto 40px;
}
.doctor__row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.doctor__content {
  background-color: rgba(90, 151, 154, 0.15);
  padding: 21px 16px;
  border-radius: 5px;
}
.doctor .text {
  margin-bottom: 0;
}

.comments {
  background-color: white;
  width: 100%;
  max-width: 1196px;
  margin: 0 auto 50px;
  padding-bottom: 80px;
}
.comments__header {
  background-color: #656c79;
  margin-bottom: 30px;
  padding: 0 15px;
}
.comments__title {
  font-family: "Raleway", sans-serif;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: white;
}
.comments__content {
  padding: 0 15px 30px;
}

.comment {
  margin-bottom: 10px;
}
.comment:last-of-type {
  margin-bottom: 80px;
}
.comment__row {
  display: grid;
  grid-template-columns: 45px 1fr;
  grid-gap: 15px;
  margin-bottom: 20px;
}
.comment__name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #229cff;
}
.comment__time {
  font-size: 13px;
  line-height: 18px;
  color: #656c79;
}
.comment__avatar {
  max-width: 100%;
}
.comment__wrapper {
  width: 100%;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: 15px;
  margin-bottom: 80px;
}
.comment__input, .comment__textarea {
  font-family: "Maven Pro", sans-serif;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #707070;
  padding: 10px 25px;
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}
.comment__input::-moz-placeholder, .comment__textarea::-moz-placeholder {
  color: #333333;
}
.comment__input::placeholder, .comment__textarea::placeholder {
  color: #333333;
}
.comment__textarea {
  min-height: 150px;
  resize: none;
}
.comment__btn {
  font-family: "Maven Pro", sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 21px;
  line-height: 27px;
  color: white;
  text-align: center;
  padding: 8px 20px;
  background-color: #229cff;
  border-radius: 5px;
  border: 1px solid #229cff;
  transition: all 0.2s ease-in-out;
}
.comment__btn:hover {
  cursor: pointer;
  background-color: white;
  color: #229cff;
}

.footer {
  background-color: #b5838d;
  padding: 25px 0;
  font-family: "Segoe UI", sans-serif;
}
.footer__container {
  width: 100%;
  max-width: 1196px;
  margin: 0 auto;
  padding: 0 15px;
}
.footer__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer__link {
  text-decoration: underline;
}
.footer__text {
  font-size: 14px;
  color: white;
  line-height: 20px;
  text-align: center;
  margin-bottom: 15px;
  max-width: 900px;
}
.footer__logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.footer__logo-text {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  color: white;
  text-align: center;
}

@media (min-width: 768px) {
  .hero__box {
    font-size: 22px;
    line-height: 28px;
  }
  .mail__title {
    margin-left: 75px;
  }
  .mail__row {
    grid-template-columns: 46px 1fr;
  }
  .mail .desktop {
    display: flex;
  }
  .product__banner {
    width: 298px;
    height: 112px;
    background-size: 100%;
  }
  .product__title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
  }
  .link {
    font-size: 34px;
    line-height: 50px;
  }
}
@media (min-width: 992px) {
  .header__navigation {
    display: flex;
  }
  .header__row {
    justify-content: space-between;
  }
  .doctor__row {
    flex-direction: row;
  }
  .footer__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .list li {
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: row;
  }
  .content {
    padding: 0 40px 10px;
  }
  .heading {
    font-size: 66px;
    line-height: 86px;
  }
  .comments__header {
    padding: 0 100px;
  }
  .comments__content {
    padding: 0 100px 30px;
  }
  .comment__row {
    grid-template-columns: 85px 1fr;
  }
}
@media (min-width: 1180px) {
  .content {
    padding: 0 100px 10px;
  }
  .container {
    padding: 0;
  }
  .footer__container {
    padding: 0;
  }
}/*# sourceMappingURL=styles.css.map */