.start-order-wrapper {
  padding: 90px 0 0;
}

.start-order-wrapper .heading {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0d2c54;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.start-order-wrapper .start-order-form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.start-order-wrapper .product-link-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.start-order-wrapper .product-link-wrap.is-empty {
  display: none;
}

.start-order-wrapper .sm-img-container {
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #eef1f6;
  box-sizing: border-box;
  border-radius: 6px 60px;
  margin-bottom: 15px;
}

.start-order-wrapper .sm-img-container img {
  width: 150px;
}

.start-order-wrapper .product-link {
  width: 100%;
  margin-bottom: 20px;
}

.start-order-wrapper .product-link:hover {
  text-decoration: none;
}

.start-order-wrapper .product-link__body {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.start-order-wrapper .product-link__img-wrap {
  display: none;
  justify-content: center;
  background-color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #eef1f6;
  box-sizing: border-box;
  border-radius: 6px 60px;
  margin-bottom: 15px;
}

.start-order-wrapper .product-link__img-wrap img {
  width: 150px;
}

.start-order-wrapper .product-link .dosages {
  flex: 1 0 auto;
  padding: 30px;
  background-color: #0d2c54;
  border-radius: 30px 6px;
}

.start-order-wrapper .product-link .dosages__inner {
  max-width: 290px;
  margin: 0 auto;
}

.start-order-wrapper .product-link .dosages .short_title {
  margin: 0 0 20px;
  color: #11ddac;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  font-family: Poppins, sans-serif;
}

.start-order-wrapper .product-link .dosages .one-price-item__row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .quantity {
  flex: 1;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info {
  text-align: right;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .item-out-of-stock, .start-order-wrapper .product-link .dosages .one-price-item__row .info .saving {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .saving {
  color: #11ddac;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .info .item-out-of-stock {
  color: #656d79;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .price {
  margin-left: 5px;
}

.start-order-wrapper .product-link .dosages .one-price-item__row .price, .start-order-wrapper .product-link .dosages .one-price-item__row .price span {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

.start-order-wrapper .trustpilot-widget {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .start-order-wrapper {
    padding: 120px 0 0;
  }
  .start-order-wrapper .heading {
    font-size: 32px;
    font-size: 2rem;
  }
  .start-order-wrapper .product-link-wrap {
    margin: 0 0 40px;
  }
  .start-order-wrapper .product-link {
    min-width: calc(33.3% - 26px);
    width: auto;
    margin-left: 13px;
    margin-right: 13px;
    max-width: 343px;
  }
  .start-order-wrapper .product-link__img-wrap {
    display: flex;
  }
  .start-order-wrapper .product-link .dosages .short_title {
    margin-bottom: 33px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .start-order-wrapper .start-order-form {
    flex-direction: row;
    justify-content: center;
  }
  .start-order-wrapper .trustpilot-widget {
    margin-bottom: 60px;
  }
  .start-order-wrapper .delivery-time {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .start-order-wrapper .button-wrapper {
    width: 100%;
  }
}
.about-product .read-more, .btn {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
  height: 56px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 3.5em;
  color: #fff;
  border: 0;
  border-radius: 3px;
  letter-spacing: 0.28px;
  text-decoration: none;
  text-align: center;
  transition: all 0.35s ease;
  cursor: pointer;
  word-break: break-all;
}

.about-product .read-more:disabled, .btn:disabled {
  cursor: not-allowed;
}

.about-product .read-more:hover, .btn:hover {
  color: #fff;
  text-decoration: none;
}

.about-product .mobile.read-more, .btn.mobile {
  display: block;
}

.about-product .desktop.read-more, .btn.desktop {
  display: none;
}

.about-product .small.read-more, .btn.small {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 44px;
  padding: 10px 40px;
  min-width: 109px;
  line-height: 24px;
}

.about-product .outline.read-more, .btn.outline {
  background-color: transparent;
  border: 2px solid;
  color: #11ddac;
}

.about-product .outline.white.read-more, .btn.outline.white {
  color: #fff;
}

.about-product .outline.white.read-more:disabled, .btn.outline.white:disabled {
  opacity: 0.5;
}

.about-product .read-more .icon.plus, .btn .icon.plus {
  position: relative;
  top: 2px;
  margin-left: 10px;
  width: 16px;
  height: 15px;
  display: inline-block;
}

.about-product .read-more .icon.plus:before, .btn .icon.plus:before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.about-product .read-more .icon.plus:after, .btn .icon.plus:after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.about-product .read-more .icon.icon-chevron-right, .btn .icon.icon-chevron-right {
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 26px;
}

.about-product .read-more .icon.icon-chevron-left, .btn .icon.icon-chevron-left {
  font-size: 14px;
  margin-right: 10px;
}

.about-product .read-more, .btn-green, .btn-select-dosage.btn-gray {
  background-color: #11ddac !important;
}

.about-product .read-more:disabled, .about-product .read-more:disabled:hover, .btn-green:disabled, .btn-green:disabled:hover, .btn-select-dosage.btn-gray:disabled, .btn-select-dosage.btn-gray:disabled:hover {
  background-color: rgba(17, 221, 172, 0.3) !important;
}

.about-product .outline.read-more, .btn-green.outline, .outline.btn-select-dosage.btn-gray {
  border-color: #11ddac;
}

.about-product .outline.read-more:hover, .btn-green.outline:hover, .outline.btn-select-dosage.btn-gray:hover {
  background-color: #11ddac;
  color: #fff;
}

.about-product .outline.read-more:disabled, .btn-green.outline:disabled, .outline.btn-select-dosage.btn-gray:disabled {
  width: 100%;
  background-color: transparent;
  opacity: 0.3;
}

.about-product .outline.read-more:disabled:hover, .btn-green.outline:disabled:hover, .outline.btn-select-dosage.btn-gray:disabled:hover {
  color: #11ddac;
}

.btn-pink {
  background: #f267c4;
}

.btn-pink:disabled {
  opacity: 0.3;
}

.btn-pink:disabled:hover {
  background: #f267c4;
}

.btn-select-dosage {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  min-height: 56px;
  max-width: 460px;
  margin: 0 auto 15px;
}

.btn-outline-long {
  padding: 10px;
  background: transparent;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700;
  color: #98a0af;
  border: 1px solid #98a0af;
  border-radius: 3px;
  transition: 0.2s ease-out;
}

.btn-outline-long:active, .btn-outline-long:focus, .btn-outline-long:hover {
  text-decoration: none;
  background: #11ddac;
  color: #fff;
  border-color: #11ddac;
}

.back-btn.fixed-m {
  position: fixed;
  background-color: #11ddac;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  z-index: 9;
}

.back-btn.fixed-m .link-underlined {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 21px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--primary, .btn--primary-small {
  height: auto;
}

@media only screen and (min-width: 1200px) {
  .about-product .read-more, .btn {
    width: auto;
    padding: 0 50px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 3.5em;
    font-family: Poppins, sans-serif;
    letter-spacing: 0.32px;
  }
  .about-product .mobile.read-more, .btn.mobile {
    display: none;
  }
  .about-product .desktop.read-more, .btn.desktop {
    display: block;
  }
  .btn-pink:hover {
    background: #ed2aac;
  }
  .about-product .read-more:hover, .btn-green:hover, .btn-select-dosage.btn-gray:hover {
    background-color: #0ebc92 !important;
  }
}
@media only screen and (max-width: 368px) {
  .btn-select-dosage {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 0 10px;
    line-height: 56px;
  }
}
.content-sources {
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.content-sources__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  width: 100%;
}

.content-sources .title {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  padding-left: 20px;
  position: relative;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.content-sources .title:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content-sources .title:after {
  content: "";
  width: 2px;
  height: 10px;
  background-color: #11ddac;
  position: absolute;
  left: 4px;
  top: calc(50% - 5px);
}

.content-sources .title.opened:after {
  display: none;
}

.content-sources__list {
  display: none;
  padding: 0 15px 15px 0;
  width: 100%;
}

.content-sources__list--item {
  position: relative;
  margin-bottom: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
}

.content-sources__list--item a {
  font-family: Roboto, sans-serif;
  color: #656d79;
  text-decoration: underline;
}

.content-sources__list--item a:hover {
  text-decoration: none;
}

.content-sources__list--item:last-of-type {
  margin-bottom: 0;
}

.content-sources .social-links a {
  margin-right: 20px;
}

.content-sources .social-links a:hover {
  text-decoration: none;
}

.content-sources .social-links a:last-child {
  margin-right: 0;
}

.content-sources .social-links .icon {
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
}

.about-product {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: #e7fcf7;
  padding: 30px;
  margin: 60px 0;
  border-radius: 60px 12px;
}

.about-product .img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  width: 160px;
  padding: 15px;
  margin: 0 auto 17px;
  background-color: #fff;
  overflow: hidden;
  border: 0;
  border-radius: 30px 6px;
  box-shadow: 0 20px 35px rgba(11, 159, 124, 0.15);
  flex: 1 0 auto;
}

.about-product .img-container img {
  width: 100%;
}

.about-product .title {
  font-size: 18px;
  font-size: 1.125rem;
  color: #11ddac;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.about-product .description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 15px;
}

.about-product .read-more {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 0 40px;
  height: 44px;
  line-height: 3em;
  border-radius: 3px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 768px) {
  .about-product {
    padding: 30px 60px;
  }
  .about-product .catalog-info {
    padding-left: 60px;
  }
}
@media only screen and (min-width: 560px) {
  .about-product {
    flex-direction: row;
  }
  .about-product .img-container {
    margin: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 767px) {
  .about-product .catalog-info {
    padding-left: 30px;
  }
}
.article-category {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 6px;
}

.article-category a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0d2c54;
}

.article-category a .icon {
  display: flex;
  margin-right: 8px;
}

.article-category a .icon:before {
  font-family: icomoon;
  font-size: 18px;
}

.article-category.mh {
  background-color: #dff5ff;
}

.article-category.mh .icon:before {
  content: "\e902";
}

.article-category.wh {
  background-color: #ffebeb;
}

.article-category.wh .icon:before {
  content: "\e903";
  color: #ef4747;
}

.article-category.gh {
  background-color: #e7fcf7;
}

.article-category.gh .icon:before {
  content: "\e900";
  color: #11ddac;
}

.article-info {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
}

.article-info > div:not(:last-of-type) {
  padding-right: 15px;
  margin-right: 15px;
  position: relative;
}

.article-info > div:not(:last-of-type):after {
  content: "";
  width: 2px;
  height: 2px;
  border-radius: 50px;
  background-color: #98a0af;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.article-info > div {
  display: flex;
  align-items: center;
}

.article-info > div .icon {
  margin-right: 5px;
}

.latest-stories-title {
  margin-bottom: 60px;
}

.all-articles {
  margin-bottom: 68px;
  padding-bottom: 90px;
  border-bottom: 1px solid #eef1f6;
}

.articles-preview {
  margin-bottom: 60px;
}

.articles-preview .article-img-container {
  margin-bottom: 20px;
}

.articles-preview .article-img-container img {
  border-radius: 12px;
  width: 100%;
  height: 176px;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles-preview .article-content .article-category {
  margin-bottom: 14px;
}

.articles-preview .article-content .open-article {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #0d2c54;
  margin-bottom: 10px;
}

.show-more-articles {
  margin: 0 15px;
  font-weight: 700;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.grouped-articles {
  margin-bottom: 60px;
  padding-bottom: 60px;
  border-bottom: 1px solid #eef1f6;
}

.grouped-articles:last-of-type {
  border-bottom: 0;
  margin-bottom: 60px;
}

.grouped-articles__heading {
  margin-bottom: 60px;
}

.grouped-articles__heading a {
  text-decoration: none;
}

.grouped-articles__heading a .link-underlined {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.grouped-articles__heading a .icon {
  font-size: 10px;
  font-weight: 700;
  margin-left: 5px;
}

.grouped-articles__heading a:hover span:after {
  width: 100%;
}

.about-product .grouped-articles .read-more, .grouped-articles .about-product .read-more, .grouped-articles .btn {
  margin: 0 15px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .all-articles {
    margin-bottom: 80px;
  }
  .articles-preview img {
    height: 186px;
  }
  .show-more-articles {
    margin: auto;
    width: auto;
    min-width: 270px;
  }
  .grouped-articles {
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .all-articles .articles-preview:nth-child(n+4), .grouped-articles .articles-preview:nth-child(n+4) {
    display: none;
    opacity: 0;
  }
  .all-articles .articles-preview.visible, .grouped-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .all-articles .articles-preview:nth-child(n+5) {
    display: none;
    opacity: 0;
  }
  .all-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .grouped-articles .articles-preview:nth-child(n+3) {
    display: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .all-articles .articles-preview:nth-child(n+4), .grouped-articles .articles-preview:nth-child(n+4) {
    display: none;
    opacity: 0;
  }
  .all-articles .articles-preview.visible, .grouped-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
  .all-articles {
    margin-bottom: 165px;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .grouped-articles {
    margin-bottom: 60px;
  }
}
.blog-container .category-description {
  flex-direction: column;
  margin: 45px 0 30px;
  padding: 50px 30px 40px;
  position: relative;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
}

.blog-container .category-description .icon {
  position: absolute;
  color: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 60px;
  top: -23px;
  border-radius: 8px;
  -moz-border-top-left-radius: 25px;
  border-top-left-radius: 25px;
  -moz-border-bottom-right-radius: 25px;
  border-bottom-right-radius: 25px;
}

.blog-container .category-description .icon:before {
  font-family: icomoon;
  font-size: 25px;
}

.blog-container .category-description .title {
  text-align: center;
  margin-bottom: 5px;
}

.blog-container .category-description .intro p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.blog-container .category-description .intro p:last-of-type {
  margin-bottom: 0;
}

.blog-container .category-description.mh {
  background-color: #dff5ff;
}

.blog-container .category-description.mh .icon {
  background: #0d2c54;
}

.blog-container .category-description.mh .icon:before {
  content: "\e902";
}

.blog-container .category-description.wh {
  background-color: #ffebeb;
}

.blog-container .category-description.wh .icon {
  background: #ef4747;
}

.blog-container .category-description.wh .icon:before {
  content: "\e903";
}

.blog-container .category-description.gh {
  background-color: #e7fcf7;
}

.blog-container .category-description.gh .icon {
  background: #11ddac;
}

.blog-container .category-description.gh .icon:before {
  content: "\e900";
}

.blog-container .category-articles {
  margin-bottom: 120px;
}

.blog-container .category-articles .article-img-container {
  margin-bottom: 17px;
}

@media only screen and (max-width: 767px) {
  .blog-container .category-articles .articles-preview:nth-child(n+4) {
    display: none;
    opacity: 0;
  }
  .blog-container .category-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .blog-container .category-articles .articles-preview:nth-child(n+7) {
    display: none;
    opacity: 0;
  }
  .blog-container .category-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
@media only screen and (min-width: 768px) {
  .blog-container .category-description {
    margin: 80px 0 60px;
    padding: 110px 90px 70px;
  }
  .blog-container .category-description .icon {
    border-radius: 10px;
    -moz-border-top-left-radius: 40px;
    border-top-left-radius: 40px;
    -moz-border-bottom-right-radius: 40px;
    border-bottom-right-radius: 40px;
    top: -30px;
    width: 108px;
    height: 95px;
  }
  .blog-container .category-description .icon:before {
    font-size: 50px;
  }
  .blog-container .category-description .title {
    margin-bottom: 17px;
  }
  .blog-container .category-description .intro p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .blog-container .category-articles .article-img-container {
    margin-bottom: 27px;
  }
}
@media only screen and (min-width: 1200px) {
  .blog-container .category-description {
    margin: 80px 0 90px;
    padding: 100px 150px 90px;
  }
  .blog-container .category-articles .articles-preview:nth-child(n+10) {
    display: none;
    opacity: 0;
  }
  .blog-container .category-articles .articles-preview.visible {
    display: block;
    -webkit-animation: fadeIn 0.2s;
    animation: fadeIn 0.2s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
  }
}
.article__head {
  margin-top: 60px;
}

.article__head .article-category {
  margin-bottom: 16px;
}

.article__head--title {
  margin-bottom: 17px;
}

.article__head--image, .article__head .article-info {
  margin-bottom: 50px;
}

.article__head--image img {
  border-radius: 6px;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
  -moz-border-bottom-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
}

.article__content h2, .article__content h3, .article__content h4 {
  margin: 30px 0 17px;
}

.article__content p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) {
  margin-bottom: 30px;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) ul li {
  padding: 0;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) ul li:before {
  display: none;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li {
  padding-left: 15px;
  position: relative;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li b, .article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li a {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

.article__content p ~ ul:not(.long-rows-list):not(.blue-text-list):not(.table_of_contents ul):not(.lg-bullets) li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

.article__content ol li {
  padding: 0;
  margin-bottom: 10px;
  font-size: 16px;
  font-size: 1rem;
}

.article__content ol li:before {
  color: #0d2c54;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

.article__content ol li:nth-child(-n+9):before {
  content: "0" counter(list-item) ". ";
}

.article__content ol li strong {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
}

.article__content img {
  width: 100%;
  border-radius: 12px;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin: 30px 0;
}

.article__content .about-product img {
  margin: 0;
  border-radius: 0;
}

.more-articles {
  margin: 94px 0 60px;
}

@media only screen and (min-width: 768px) {
  .article__head {
    margin-top: 40px;
  }
  .article__head .article-category {
    margin-bottom: 8px;
  }
  .article__head--title {
    margin-bottom: 30px;
  }
  .article__head--image, .article__head .article-info {
    margin-bottom: 60px;
  }
  .article__head--image img {
    border-radius: 12px;
    -moz-border-top-left-radius: 60px;
    border-top-left-radius: 60px;
    -moz-border-bottom-right-radius: 60px;
    border-bottom-right-radius: 60px;
  }
  .article__content h2 {
    margin: 60px 0 30px;
  }
  .article__content h3, .article__content h4 {
    margin: 30px 0;
  }
  .article__content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .article__content ol li {
    margin-bottom: 30px;
  }
  .article__content img {
    margin: 40px 0;
  }
  .content-sources {
    margin-top: 90px;
  }
  .more-articles {
    margin: 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .more-articles .articles-preview:nth-child(n+3) {
    display: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .article__head {
    margin-top: 45px;
  }
  .article__head .article-category {
    margin-bottom: 20px;
  }
  .article__head--title {
    margin-bottom: 25px;
  }
  .article__head--image {
    margin-bottom: 120px;
  }
  .more-articles {
    margin: 130px 0 60px;
  }
}
@media only screen and (max-width: 480px) {
  .article__head .article-info {
    flex-wrap: wrap;
  }
  .article__head .article-info .article-date {
    width: 60%;
  }
  .article__head .article-info .article-date:after {
    display: none;
  }
}