* {
  box-sizing: border-box;
}

html {
  font-family: "Roboto", sans-serif;
}

header {
  font-family: "Rubik", sans-serif;
}

.header-container {
  display: flex;
  justify-content: space-between;
  background: #FFF;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
}

.logo {
  display: flex;
}

.logo__bg {
  width: 60px;
  height: 100%;
  background: #19CE67;
}

.search-wrap {
  padding: 16px 60px 16px 0;
}

.search {
  display: flex;
  align-items: center;
  background: #FFF;
  box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
  height: 50px;
  text-decoration: none;
}
.search__input {
  border: none;
  background: none;
  height: 100%;
  padding: 11px;
  font-size: 14px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.search__btn {
  font-family: "Rubik", sans-serif;
  border-radius: 4px;
  background: #19CE67;
  border: none;
  height: 100%;
  padding: 0 25px;
  font-weight: 500;
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}

.article-img.first-img {
  display: block;
  max-width: 800px;
  width: 100%;
  margin: 62px auto 28px;
}

.container {
  max-width: 780px;
  margin: 0 auto;
  padding: 0 10px 10px;
}

.publication-info {
  display: flex;
  gap: 13px;
  align-items: center;
  font-family: "Rubik", sanf-serif;
  margin-bottom: 34px;
}
.publication-info img {
  margin-right: 8px;
}
.publication-info__item {
  display: flex;
}
.publication-info__text {
  font-weight: 400;
  line-height: 21px;
  text-transform: capitalize;
  color: #545454;
}

.article__p {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 10px;
}
.article__link {
  color: #43BD75;
  font-weight: 700;
}
.article-img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}

.title-wrap {
  margin-bottom: 10px;
}

.title-wrap .subtitle {
  margin-bottom: 0;
}

.title {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 150%;
}

.subtitle {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 10px;
}

.subtitle--accent, .title--accent {
  color: #43BD75;
}

.list {
  font-weight: 700;
  margin-bottom: 1em;
}
.list__item {
  line-height: 150%;
}

.list-italic-red {
  color: #B22222;
  font-style: italic;
}

.figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.figure__img {
  max-width: 100%;
  align-self: center;
  margin-bottom: 10px;
}
.figure__figcaption {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  font-size: 16px;
}

.note {
  width: 100%;
  border: 2px solid #B22222;
  padding: 15px 30px;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
  margin: 30px 0;
}
.note__title {
  color: #B22222;
}
.list-wrap {
  margin-bottom: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
}

.notification {
  color: #B22222;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 40px;
}

footer {
  display: block;
  padding: 20px 8px;
  margin-top: 20px;
  margin-bottom: 24px;
}

footer a {
  text-decoration: none;
  font-size: 14px;
  color: #000;
}

.order-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 56px;
  background: #19CE67;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
}

.highlight {
  font-weight: 900;
}
.red {
  color: #d20000;
}

@media screen and (max-width: 800px) {
  .logo__bg, .search {
    display: none;
  }
  .logo {
    height: 52px;
  }
  .article-img.first-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .publication-info__text {
    font-size: 12px;
  }
}

/*# sourceMappingURL=style.css.map */

.alert {
  font-family: "Roboto", sans-serif;
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px 20px;
  max-width: 90%;
  background: #F7F7F7;
  box-shadow: 2px 4px 15px rgb(0 0 0 / 10%);
  border-radius: 10px;
  transition: opacity .3s;
  opacity: 0;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 400;
  font-size: 16px;
  line-height: 135%;
}

.alert--show {
  opacity: 1;
  pointer-events: auto;
}

.alert__img {
  max-height: 50px;
  padding: 0;
  display: inline-block;
  margin-right: 5px;
}

.alert-offer {
  margin-bottom: 40px;
  text-align: center;
  color: red;
}


.alert-offer {
  margin-bottom: 40px;
  text-align: center;
  color: red
}

@media (max-width: 767.98px) {
  .alert-offer {
      margin-bottom: 15px
  }
}