@charset "UTF-8";
.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;
}

.product-article__content p {
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.product-article__content p a {
  font-family: Roboto;
  font-size: 18px !important;
  font-weight: 400;
}

.product-article__content h1 {
  text-align: center;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 600;
  color: rgb(13, 44, 84);
}

.product-article__content h2 {
  font-family: Poppins;
  font-size: 32px;
  font-weight: 500;
  color: rgb(43, 43, 43);
}

.product-article__content h3 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 500;
  color: rgb(43, 43, 43);
}

.product-article__content h5 {
  color: black;
  font-weight: 600;
  margin-bottom: 5px;
}

.product-article__content ul.default-list li,
.product-article__content ul.default-list strong,
.product-article__content ul.long-rows-list li,
.product-article__content ul.long-rows-list strong {
  font-size: 18px;
  font-weight: 400;
  color: rgb(43, 43, 43);
}

.product-article__content ul.long-rows-list strong,
.product-article__content ul.default-list strong {
  font-weight: 700;
}

.product-article__content .table_of_contents .title {
  font-family: Poppins;
  font-size: 18px !important;
  font-weight: 600;
  color: rgb(10, 146, 129);
}

.product-article__content .table_of_contents a {
  font-size: 16px !important;
}

.product-article__content .table_of_contents .title:before {
  transform: rotate(0deg) !important;
  height: 23px;
  width: 22px;
  content: "" !important;
  background-image: url(/img_v4/icons/book-open.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.product-article__content .table_of_contents li {
  display: flex;
  align-items: center;
}

.product-article__content .table_of_contents li:before {
  content: "•" !important;
  margin-right: 5px;
}

.product-article__content .inform-wrapper {
  background-color: rgb(255, 243, 230);
  padding: 30px;
  border-radius: 12px;
}

.product-article__content .inform-wrapper .inform-title {
  color: rgb(183, 114, 8);
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

.product-article__content .inform-wrapper .inform-content {
  margin: 0px;
}

.product-article__content .inform-wrapper .inform-content a {
  color: black;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

.product-article__content .inform-wrapper .inform-content ul {
  flex-direction: column;
  flex-wrap: nowrap;
}

.product-article__content .inform-wrapper .inform-content li {
  display: flex;
}

.product-article__content .inform-wrapper .inform-content li::before {
  text-decoration: none;
  content: "•";
  color: rgb(254, 159, 47);
  margin-right: 5px;
}

.product-article__content .intro-block {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  color: black;
  margin: 60px 0;
}

.product-article__content .intro-block a {
  font-family: Poppins;
  font-size: 22px !important;
  font-weight: 500;
}

.product-article__content .colored-block {
  border-radius: 12px;
  border-style: none;
  padding: 30px 55px 30px 55px;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 60px 0;
}

.product-article__content .colored-block ul {
  list-style-type: disc;
}

.product-article__content .colored-block li {
  font-family: "Roboto";
}

.product-article__content .colored-block .title {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.product-article__content .info-sticker {
  position: absolute;
  height: 34px;
  width: 40px;
  top: 30px;
  left: 0;
  border-radius: 0px 12px 12px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-article__content .colored-block.blue {
  background: rgb(238, 245, 255);
}

.product-article__content .colored-block.red {
  background: rgb(255, 243, 250);
}

.product-article__content .colored-block.green {
  background: rgb(242, 255, 249);
}

.product-article__content .colored-block.blue .info-sticker {
  background: rgb(81, 154, 221);
}

.product-article__content .colored-block.red .info-sticker {
  background: rgb(239, 71, 111);
}

.product-article__content .colored-block.green .info-sticker {
  background: rgb(10, 146, 97);
}

.product-article__content .info-icon {
  height: 18px;
  width: 18px;
  background-image: url(/img_v4/icons/info_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (max-width: 767px) {
  .product-article__content h1 {
    font-size: 28px;
    text-align: left;
  }
  .product-article__content h2 {
    font-size: 24px;
  }
  .product-article__content .intro-block {
    font-size: 20px;
  }
  .product-article__content .intro-block a {
    font-size: 20px !important;
  }
}
@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;
  }
}
.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs li {
  margin-right: 10px;
  padding-right: 16px;
  position: relative;
}

.breadcrumbs li, .breadcrumbs li .link-underlined {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.breadcrumbs li .link-underlined:after {
  background: #98a0af;
}

.breadcrumbs li:after {
  content: "/";
  position: absolute;
  right: 0;
  color: #dbe1eb;
}

.breadcrumbs li:last-of-type {
  margin: 0;
  padding: 0;
}

.breadcrumbs li:last-of-type:after {
  display: none;
}

.breadcrumbs-btn .back-link {
  position: relative;
  padding-left: 29px;
  display: flex;
  align-items: center;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
}

.breadcrumbs-btn .back-link:before {
  content: "\e988";
  font-family: icomoon;
  position: absolute;
  left: 0;
  color: #11ddac;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.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;
  }
}
.medically_approved-widget {
  margin-top: 22px;
  padding: 0 30px 60px;
  background-color: #e7fcf7;
  border-radius: 6px 90px;
}

.medically_approved-widget .doc-about .image-wrapper {
  position: relative;
  top: -22px;
  background-color: #fff;
  width: 140px;
  height: 130px;
  margin-bottom: 12px;
  box-shadow: 0 20px 30px rgba(17, 221, 172, 0.15);
  border-radius: 0 0 30px 6px;
  overflow: hidden;
}

.medically_approved-widget .doc-about .image-wrapper img {
  width: 100%;
}

.medically_approved-widget .widget-title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #0d2c54;
}

.medically_approved-widget .widget-description {
  margin-bottom: 18px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.medically_approved-widget .widget-content, .medically_approved-widget .widget-content a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: black;
}

.medically_approved-widget .widget-content strong {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 14px;
  font-weight: 600;
}

.medically_approved-widget .widget-content p:last-child {
  margin-bottom: 0;
}

.medically_approved-widget .widget-content a {
  text-decoration: underline;
}

.medically_approved-widget .widget-content a:hover {
  text-decoration: none;
}

.medically_approved-widget .reviewed {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 400;
  color: #98a0af;
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .medically_approved-widget {
    padding: 0 60px 60px;
  }
  .medically_approved-widget .doc-about {
    display: flex;
    align-items: flex-end;
  }
  .medically_approved-widget .doc-about .image-wrapper {
    margin-right: 16px;
    margin-bottom: 0;
  }
  .medically_approved-widget .doc-about .widget-header {
    margin-bottom: 4px;
  }
  .medically_approved-widget .reviewed {
    display: inline-block;
    margin-left: 2px;
  }
}
.delivery-time {
  text-align: center;
  margin: 0 0 15px;
}

.delivery-time .icon-delivery {
  width: 67px;
  min-width: 67px;
  height: 54px;
  margin: 0 auto 15px;
  background: url(/img_v4/hand2.svg) no-repeat 50%;
}

.delivery-time__description {
  max-width: 235px;
  margin-bottom: 0;
  color: #ef4747;
  font-family: Roboto, sans-serif;
}

.delivery-time-timer {
  width: 100%;
  margin: -20px 0 20px;
}

.delivery-time-timer__description {
  flex-direction: column;
}

.delivery-time-timer .timer-wrap {
  width: 100%;
  margin: 10px 0;
}

.delivery-time-timer .timer-wrap .delivery-timer {
  position: relative;
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  padding: 13px 0 8px;
  margin: 0 12.5px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  color: #656d79;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 6px 10px #d9f2ec;
}

.delivery-time-timer .timer-wrap .delivery-timer:last-child:after, .delivery-time-timer .timer-wrap .delivery-timer:last-child:before {
  display: none;
}

.delivery-time-timer .timer-wrap .delivery-timer strong {
  font-family: Arial, sans-serif;
  margin-bottom: 7px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #0d2c54;
}

.delivery-time-timer .timer-wrap .delivery-timer:after, .delivery-time-timer .timer-wrap .delivery-timer:before {
  content: "";
  position: absolute;
  right: -15px;
  width: 4px;
  height: 4px;
  background-color: #11ddac;
  border-radius: 50%;
}

.delivery-time-timer .timer-wrap .delivery-timer:after {
  top: 22px;
}

.delivery-time-timer .timer-wrap .delivery-timer:before {
  bottom: 22px;
}

.delivery-time-timer .timer-text-1, .delivery-time-timer .timer-text-2 {
  flex: 1;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  text-align: center;
}

@media only screen and (min-width: 1200px) {
  .delivery-time {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
  .delivery-time__description {
    margin: 0 0 15px 17px;
  }
  .delivery-time__description strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .delivery-time-timer .timer-wrap {
    width: 22%;
  }
  .delivery-time-timer .timer-text-1 {
    text-align: right;
  }
  .delivery-time-timer .timer-text-2 {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .delivery-time-timer {
    margin-top: 0;
  }
  .delivery-time-timer .timer-wrap {
    width: 34%;
  }
  .delivery-time-timer .timer-text-1, .delivery-time-timer .timer-text-2 {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media only screen and (min-width: 768px) {
  .delivery-time-timer {
    margin-bottom: 40px;
  }
  .delivery-time-timer .timer-wrap {
    margin: 0;
  }
  .delivery-time-timer__description {
    flex-direction: row;
  }
  .delivery-time-timer .timer-text-1 {
    text-align: right;
  }
  .delivery-time-timer .timer-text-2 {
    text-align: left;
  }
}
.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;
}

.product-article {
  border-top: 1px solid #eef1f6;
}

.product-article .top-image-wrapper 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%;
}

.product-article p > a, .product-article p strong > a, .product-article ul.long-rows-list li a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
}

.product-article ul.long-rows-list li a {
  font-size: 15px;
  font-size: 0.9375rem;
}

.product-article ul.default-list li:before, .product-article ul.long-rows-list li:before {
  width: 4px;
  height: 4px;
  background-color: #656d79;
}

.product-article h2, .product-article h3, .product-article h4 {
  margin: 60px 0 15px;
}

.product-article .start-consultation-widget h2 {
  margin: 0 0 15px;
}

.product-article h1 {
  margin-bottom: 50px;
}

.product-article .top-image-wrapper {
  margin-bottom: 60px;
}

.product-article .table_of_contents {
  margin: 60px 0 0;
}

.product-article .table_of_contents + p {
  margin-top: 60px;
}

.product-article .table_of_contents .title {
  position: relative;
  display: flex;
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 22px;
  padding-left: 34px;
}

.product-article .table_of_contents .title:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e96e";
  height: 22px;
  font-family: icomoon;
  line-height: 1;
  font-weight: 500;
  transform: rotate(180deg);
  color: #11ddac;
  font-size: 22px;
  font-size: 1.375rem;
}

.product-article .table_of_contents ul > li {
  margin-bottom: 10px;
}

.product-article .table_of_contents ul > li a {
  text-decoration: underline;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.product-article .steps-three-wrapper {
  padding-top: 75px;
}

.product-article .medically_approved-widget {
  margin: 72px 0 30px;
}

.product-article .after-steps-btn {
  margin: 30px 0 90px;
}

.product-article__faq {
  margin: 60px 0 90px;
}

.product-article__faq--heading {
  margin: 60px 0 30px;
  font-size: 21px;
  font-weight: 500;
  color: black;
}

@media only screen and (max-width: 767px) {
  .product-article__faq {
    margin: 0 -15px 60px;
    padding: 60px 20px;
    background: #f7f7f7;
  }
}
@media only screen and (min-width: 1200px) {
  .product-article .inform-wrapper .links-list {
    display: flex;
    flex-wrap: wrap;
  }
  .product-article .inform-wrapper .links-list li {
    width: 50%;
  }
  .product-article .steps-three-wrapper {
    padding-top: 105px;
  }
}
.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%;
  }
}
.order-treatment {
  background-color: #f7f7f7;
  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;
  padding: 60px 22px;
  margin: 60px auto;
  max-width: 920px;
}

.order-treatment.green {
  background-color: #e7fcf7;
}

.order-treatment.green .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
}

.order-treatment.green .order-treatment__products--item .img-wrapper {
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

.order-treatment.blue {
  background-color: #0d2c54;
}

.order-treatment.blue .order-treatment__title {
  color: #fff;
}

.order-treatment.blue .order-treatment__products .slick-arrow {
  border: 2px solid #11ddac;
  background-color: transparent;
}

.order-treatment.blue .order-treatment__products--item .img-wrapper {
  box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.order-treatment.blue .order-treatment__products--item .product-link {
  color: #11ddac;
}

.order-treatment.blue .order-treatment__products--item .prices {
  color: #fff;
}

.order-treatment__title {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}

.order-treatment__products {
  margin-bottom: 22px;
}

.content-wrap {
  padding: 60px 0 90px;
}

.order-treatment__products .slick-arrow {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #e7fcf7;
  position: absolute;
  top: 69px;
  z-index: 2;
}

.order-treatment__products .slick-arrow:before {
  font-family: icomoon;
  font-size: 10px;
  color: #11ddac;
  font-weight: 700;
}

.order-treatment__products .slick-arrow.slick-prev {
  left: 0;
}

.order-treatment__products .slick-arrow.slick-prev:before {
  content: "\e988";
}

.order-treatment__products .slick-arrow.slick-next {
  right: 0;
}

.order-treatment__products .slick-arrow.slick-next:before {
  content: "\e989";
}

.order-treatment__products--item {
  text-align: center;
}

.order-treatment__products--item .img-wrapper {
  display: block;
  width: 160px;
  height: 160px;
  padding: 15px;
  margin: 0 auto 27px;
  background-color: #fff;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  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;
}

.order-treatment__products--item .img-wrapper img {
  width: 130px;
  height: 130px;
}

.order-treatment__products--item .product-link {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.order-treatment__products--item .prices {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
  color: #656d79;
  font-family: Roboto, sans-serif;
}

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

.about-product .order-treatment__cta .read-more, .order-treatment__cta .about-product .read-more, .order-treatment__cta .btn {
  width: auto;
  display: inline-block;
}

.order-treatment__cta .cta-note {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.order-treatment__cta .cta-note strong {
  font-family: Roboto, sans-serif;
}

.order-treatment__cta .cta-note.bottom {
  margin-top: 10px;
}

.official-resources {
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

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

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

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

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

.official-resources .title-resources.opened:after {
  display: none;
}

.official-resources__list {
  display: none;
  padding: 0 15px 15px 0;
  width: 100%;
}

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

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

.official-resources__list--item a:hover {
  text-decoration: none;
}

.official-resources__list--item:last-of-type {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .order-treatment {
    padding: 60px;
  }
  .order-treatment.green .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(7, 54, 48, 0.15);
  }
  .order-treatment__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .order-treatment__products {
    text-align: center;
    margin: 0 0 44px;
  }
  .order-treatment__products .slick-arrow.slick-prev {
    left: -50px;
  }
  .order-treatment__products .slick-arrow.slick-next {
    right: -50px;
  }
  .order-treatment__products--item {
    display: inline-block;
  }
  .order-treatment__products--item .img-wrapper {
    box-shadow: 0 30px 30px -15px rgba(0, 0, 0, 0.15);
  }
  .order-treatment__products--item .product-link {
    text-decoration: underline;
  }
  .order-treatment__products--item .product-link:hover {
    text-decoration: none;
  }
}
@media only screen and (min-width: 1200px) {
  .order-treatment {
    padding: 60px 95px;
  }
  .order-treatment__products .slick-arrow {
    transition: all 0.25s ease-in-out;
  }
  .order-treatment__products .slick-arrow:hover {
    background-color: #11ddac;
  }
  .order-treatment__products .slick-arrow:hover:before {
    color: #fff;
  }
}
.steps.three-steps .heading-style {
  margin: 0 0 30px;
  color: #0d2c54;
}

.steps-item {
  max-width: 295px;
  margin: 0 auto 30px;
  position: relative;
}

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

.steps-icon {
  margin: 0 auto 5px;
}

.steps-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}

.steps-description {
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 23px;
}

@media only screen and (min-width: 768px) {
  .steps {
    margin-bottom: 120px;
    padding: 0;
  }
  .steps.three-steps .heading-style {
    margin: 0 0 60px;
  }
  .steps-item {
    max-width: 460px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-icon {
    margin: 0 30px 0 0;
  }
  .steps-info {
    flex: 1;
    text-align: left;
  }
  .steps-description {
    margin: 0;
  }
  .steps-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .steps.three-steps .heading-style {
    margin: 0;
  }
}