<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.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;
  }
}
.choose-quantity-row, .nav-pills {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
}

.choose-quantity-row.active {
  display: flex;
}

.choose-quantity-row .quantity-btn {
  padding: 18px 5px;
}

.nav-pills &gt; .nav-item, .quantity-btn-wrapper {
  margin: 0 14px 10px 0;
  width: calc(33.33333% - 15px);
}

.nav-pills &gt; .nav-item &gt; .nav-link, .quantity-btn {
  display: block;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  padding: 18px 20px;
  margin-bottom: 5px;
  word-break: break-word;
  text-align: center;
  position: relative;
  text-decoration: none;
  font-weight: 500;
  color: #656d79;
}

.nav-pills &gt; .nav-item &gt; .nav-link.disabled, .quantity-btn.disabled {
  color: #98a0af;
  background-color: #f7f7f7;
  cursor: not-allowed;
}

.nav-pills &gt; .nav-item &gt; .nav-link.disabled .category-name, .quantity-btn.disabled .category-name {
  color: #98a0af;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
}

.nav-pills &gt; .nav-item &gt; .nav-link.disabled .category-name .badge, .quantity-btn.disabled .category-name .badge {
  display: none;
}

.nav-pills &gt; .nav-item &gt; .nav-link.active, .quantity-btn.active {
  border-color: #11ddac;
  background-color: #e7fcf7;
  color: #0d2c54;
}

.nav-pills &gt; .nav-item &gt; .nav-link.active:after, .quantity-btn.active:after {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: -4px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

.nav-pills &gt; .nav-item &gt; .nav-link.active .category-name .badge-warning, .quantity-btn.active .category-name .badge-warning {
  background-color: #fe9f2f;
  color: #fff;
}

.nav-pills &gt; .nav-item.long-lines, .quantity-btn-wrapper.long-lines {
  min-width: calc(100% - 15px);
  font-size: 14px;
  font-size: 0.875rem;
}

.nav-pills &gt; .nav-item.long-lines .nav-link, .quantity-btn-wrapper.long-lines .nav-link {
  text-align: left;
}

.quantity-btn-wrapper input {
  display: none;
}

.quantity-btn-wrapper input:disabled {
  cursor: not-allowed;
}

.quantity-btn-wrapper .quantity-btn--quantity {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 3px;
}

.quantity-btn-wrapper .quantity-btn--quantity-type {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 10px;
  font-weight: 400;
}

.quantity-btn-wrapper .quantity-btn--price {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.quantity-btn-wrapper .quantity-btn.active .quantity-btn--price, .quantity-btn-wrapper .quantity-btn.active .quantity-btn--quantity, .quantity-btn-wrapper .quantity-btn.active .quantity-btn--quantity-type {
  color: #0d2c54;
}

.quantity-btn-wrapper .quantity-btn.disabled .quantity-btn--price, .quantity-btn-wrapper .quantity-btn.disabled .quantity-btn--quantity, .quantity-btn-wrapper .quantity-btn.disabled .quantity-btn--quantity-type {
  color: #98a0af;
}

.quantity-btn-wrapper .quantity-badge {
  font-size: 10px;
  font-size: 0.625rem;
  text-align: center;
  color: #656d79;
  margin: 5px auto 0;
}

.quantity-btn-wrapper--default.long-lines .quantity-btn {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 20px;
  margin-bottom: 0 !important;
}

.quantity-btn-wrapper--default.long-lines .quantity-btn--price {
  margin-left: auto;
  margin-right: 5px;
  font-weight: 500;
  flex-shrink: 0;
}

.quantity-btn-wrapper--default.long-lines .quantity-btn--quantity-type {
  margin-bottom: 0;
}

.category-name, .quantity-btn-wrapper--default.long-lines .quantity-btn--price, .quantity-btn-wrapper--default.long-lines .quantity-btn--quantity, .quantity-btn-wrapper--default.long-lines .quantity-btn--quantity-type {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.category-name {
  margin-right: 5px;
  flex: 1;
}

.category-name .badge {
  padding: 3px 8px;
  border-radius: 100px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 11px;
  font-size: 0.6875rem;
}

.category-name .badge-warning {
  background-color: #fff3e6;
  color: #fe9f2f;
}

.category-price {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}

.category-price &gt; i {
  font-size: 11px;
  font-size: 0.6875rem;
  margin-right: 5px;
}

.category-price &gt; i, .category-price span {
  display: inline-block;
}

@media only screen and (max-width: 374px) {
  .nav-pills &gt; .nav-item:not(.long-lines) &gt; .nav-link:not(.category-row) {
    padding: 18px 5px;
  }
}
@media only screen and (max-width: 400px) {
  .nav-pills &gt; .nav-item.evaluation, .quantity-btn-wrapper.evaluation {
    width: calc(50% - 15px);
  }
  .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .nav-pills &gt; .nav-item.long-lines, .quantity-btn-wrapper.long-lines {
    min-width: calc(100% - 15px);
  }
  .quantity-btn-wrapper .quantity-badge {
    max-width: 100%;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  .quantity-btn-wrapper .quantity-btn--quantity {
    margin-right: 0;
  }
}
.with-counter {
  padding-right: 70px !important;
}

.company-counter {
  font-size: 14px;
  font-size: 0.875rem;
  color: #98a0af;
  position: absolute;
  right: 20px;
  margin: auto;
  top: 21px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  justify-content: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  background-color: #fff;
}

.my-account.prescription .card, .reorder-prescription.prescription .card {
  padding: 30px 20px;
  margin: 30px 0;
}

.my-account.prescription .prescription-details, .reorder-prescription.prescription .prescription-details {
  margin-bottom: 30px;
}

.my-account.prescription .prescription-details:last-of-type, .reorder-prescription.prescription .prescription-details:last-of-type {
  margin-bottom: 0;
}

.my-account.prescription .prescription-details .details-row-container strong, .reorder-prescription.prescription .prescription-details .details-row-container strong {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  font-family: Roboto, sans-serif;
  color: #98a0af;
}

.my-account.prescription .prescription-details .details-row, .reorder-prescription.prescription .prescription-details .details-row {
  margin-top: 30px;
}

.my-account.prescription #new-answer-form, .reorder-prescription.prescription #new-answer-form {
  background: #e7fcf7;
  -moz-border-top-right-radius: 30px;
  border-top-right-radius: 30px;
  padding: 30px 20px;
  margin: 30px -20px -30px;
}

.my-account.prescription .new-prescription-answer label, .reorder-prescription.prescription .new-prescription-answer label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  margin-bottom: 15px;
}

.my-account.prescription .new-prescription-answer .write-message, .reorder-prescription.prescription .new-prescription-answer .write-message {
  padding: 20px;
  resize: none;
}

.my-account.prescription .new-prescription-answer .write-message::-moz-placeholder, .reorder-prescription.prescription .new-prescription-answer .write-message::-moz-placeholder {
  color: #98a0af;
  font-size: 15px;
}

.my-account.prescription .new-prescription-answer .write-message:-ms-input-placeholder, .reorder-prescription.prescription .new-prescription-answer .write-message:-ms-input-placeholder {
  color: #98a0af;
  font-size: 15px;
}

.my-account.prescription .new-prescription-answer .write-message::placeholder, .reorder-prescription.prescription .new-prescription-answer .write-message::placeholder {
  color: #98a0af;
  font-size: 15px;
}

.my-account.prescription .new-prescription-answer .choose-file, .reorder-prescription.prescription .new-prescription-answer .choose-file {
  margin: 0 0 30px;
  color: #11ddac;
  display: flex;
  align-items: center;
}

.my-account.prescription .new-prescription-answer .choose-file .icon, .reorder-prescription.prescription .new-prescription-answer .choose-file .icon {
  font-size: 16px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.my-account.prescription .new-prescription-answer .choose-file span, .reorder-prescription.prescription .new-prescription-answer .choose-file span {
  font-size: 13px;
  font-size: 0.8125rem;
  word-break: break-all;
}

.my-account.prescription .new-prescription-answer .btn, .reorder-prescription.prescription .new-prescription-answer .btn {
  margin: 0;
}

.my-account.prescription .prescription-row, .reorder-prescription.prescription .prescription-row {
  padding: 30px 0;
  border-top: 1px solid #dbe1eb;
  display: flex;
  flex-direction: column;
}

.my-account.prescription .prescription-row:first-of-type, .reorder-prescription.prescription .prescription-row:first-of-type {
  margin-top: 30px;
}

.my-account.prescription .prescription-row:last-of-type, .reorder-prescription.prescription .prescription-row:last-of-type {
  border-bottom: 1px solid #dbe1eb;
}

.my-account.prescription .prescription-row--title, .reorder-prescription.prescription .prescription-row--title {
  padding-top: 40px;
}

.my-account.prescription .prescription-row--title .prescription-question, .reorder-prescription.prescription .prescription-row--title .prescription-question {
  margin-bottom: 0;
}

.my-account.prescription .prescription-row.photo-selection, .reorder-prescription.prescription .prescription-row.photo-selection {
  flex-direction: column;
  align-items: flex-start;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__selected, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__selected {
  width: 100%;
  margin: 15px 0;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item {
  width: 100%;
  margin: 0;
  padding: 30px 15px 15px;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item img, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item img {
  width: 100%;
  max-width: 245px;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item .custom-text, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__selected .photo-selection__result--item .custom-text {
  font-size: 18px;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result {
  margin: 15px -15px 0 0;
  max-width: 760px;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result--item, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item {
  display: flex;
  flex-direction: column;
  background: #f7f7f7;
  border-radius: 6px;
  border: 1px solid #dbe1eb;
  min-width: 92px;
  margin: 0 15px 15px 0;
  padding: 10px 10px 5px;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result--item img, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item img {
  width: 62px;
  display: block;
  margin: auto;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-radio, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-radio {
  border-color: #dbe1eb;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-text, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-text {
  font-size: 12px;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
}

.my-account.prescription .prescription-row.photo-selection .photo-selection__result--item.active, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item.active {
  border: 2px solid #11ddac;
}

.my-account.prescription .prescription-question, .reorder-prescription.prescription .prescription-question {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  margin: 0 0 15px;
}

.my-account.prescription .prescription-question ul, .reorder-prescription.prescription .prescription-question ul {
  list-style-type: disc;
  padding-left: 16px;
}

.my-account.prescription .prescription-question ul li, .reorder-prescription.prescription .prescription-question ul li {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}

.my-account.prescription .prescription-question a, .reorder-prescription.prescription .prescription-question a {
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  text-decoration: underline;
}

.my-account.prescription .prescription-question a:hover, .reorder-prescription.prescription .prescription-question a:hover {
  text-decoration: none;
}

.my-account.prescription .prescription-question .h1, .reorder-prescription.prescription .prescription-question .h1 {
  font-size: 24px;
  font-size: 1.5rem;
}

.my-account.prescription .prescription-answer, .reorder-prescription.prescription .prescription-answer {
  padding: 10px 30px;
  border-radius: 3px;
  border: 1px solid #dbe1eb;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
  text-align: center;
}

.my-account.prescription .prescription-answer.is-empty, .reorder-prescription.prescription .prescription-answer.is-empty {
  display: none;
}

.my-account.prescription .photo-diagnose__answer, .reorder-prescription.prescription .photo-diagnose__answer {
  margin: 0 -15px 0 0;
}

.my-account.prescription .photo-diagnose__item, .reorder-prescription.prescription .photo-diagnose__item {
  margin: 0 20px 20px 0;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  overflow: hidden;
}

.my-account.prescription .photo-diagnose__item .image, .reorder-prescription.prescription .photo-diagnose__item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #dbe1eb;
}

.my-account.prescription .photo-diagnose__item .image img, .reorder-prescription.prescription .photo-diagnose__item .image img {
  width: 136px;
  height: 136px;
  -o-object-fit: cover;
  object-fit: cover;
}

.my-account.prescription .photo-diagnose__item .info, .reorder-prescription.prescription .photo-diagnose__item .info {
  padding: 0;
  display: flex;
  justify-content: center;
}

.my-account.prescription .photo-diagnose__item .info .image-id, .reorder-prescription.prescription .photo-diagnose__item .info .image-id {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #656d79;
  flex: 1;
}

.my-account.prescription .photo-diagnose__item .info a, .reorder-prescription.prescription .photo-diagnose__item .info a {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 14px;
  border-right: 1px solid #dbe1eb;
}

.my-account.prescription .photo-diagnose__item .info a:last-of-type, .reorder-prescription.prescription .photo-diagnose__item .info a:last-of-type {
  border-right: 0;
}

.my-account.prescription .photo-diagnose__item .info a.enlarge, .reorder-prescription.prescription .photo-diagnose__item .info a.enlarge {
  cursor: pointer;
}

.my-account.prescription .photo-diagnose__item .info img, .reorder-prescription.prescription .photo-diagnose__item .info img {
  width: 24px;
}

.my-account.prescription .enlarge-modal.show, .reorder-prescription.prescription .enlarge-modal.show {
  background-color: #000;
}

.my-account.prescription .enlarge-modal .modal-dialog, .reorder-prescription.prescription .enlarge-modal .modal-dialog {
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

.my-account.prescription .enlarge-modal .close, .reorder-prescription.prescription .enlarge-modal .close {
  position: absolute;
  width: 14px;
  height: 14px;
  top: 5%;
  right: 5%;
  opacity: 1;
  outline: none;
  background: transparent;
  border: 0;
  padding: 0;
}

.my-account.prescription .enlarge-modal .close-cross, .reorder-prescription.prescription .enlarge-modal .close-cross {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  width: 14px;
  height: 14px;
}

.my-account.prescription .enlarge-modal .close-cross:after, .my-account.prescription .enlarge-modal .close-cross:before, .reorder-prescription.prescription .enlarge-modal .close-cross:after, .reorder-prescription.prescription .enlarge-modal .close-cross:before {
  position: absolute;
  content: " ";
  height: 14px;
  width: 2px;
  background-color: #fff;
  border-radius: 2px;
}

.my-account.prescription .enlarge-modal .close-cross:before, .reorder-prescription.prescription .enlarge-modal .close-cross:before {
  transform: rotate(45deg);
}

.my-account.prescription .enlarge-modal .close-cross:after, .reorder-prescription.prescription .enlarge-modal .close-cross:after {
  transform: rotate(-45deg);
}

.my-account.prescription .enlarge-modal .modal-content, .reorder-prescription.prescription .enlarge-modal .modal-content {
  margin: auto;
  border: 0;
  background: transparent;
  max-width: 455px;
}

.my-account.prescription .enlarge-modal .modal-content .attached-img, .reorder-prescription.prescription .enlarge-modal .modal-content .attached-img {
  border-radius: 0;
  margin: 0 0 20px;
  filter: drop-shadow(0 59px 83px rgba(0, 0, 0, 0.3));
  width: 100%;
}

.my-account.prescription .enlarge-modal .modal-content .info, .reorder-prescription.prescription .enlarge-modal .modal-content .info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

.my-account.prescription .enlarge-modal .modal-content .info .image-id, .reorder-prescription.prescription .enlarge-modal .modal-content .info .image-id {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.my-account.prescription .enlarge-modal .modal-content .info .download, .reorder-prescription.prescription .enlarge-modal .modal-content .info .download {
  border: 2px solid #11ddac;
  border-radius: 50%;
  padding: 16px;
}

.my-account.prescription .enlarge-modal .modal-content .info .download img, .reorder-prescription.prescription .enlarge-modal .modal-content .info .download img {
  width: 24px;
}

.reorder-prescription.prescription .prescription-row {
  padding: 20px 0 30px;
}

.reorder-prescription.prescription .prescription-row:first-of-type {
  margin-top: 0;
  border-top: 0;
}

.reorder-prescription.prescription .prescription-row--title {
  margin-top: 30px;
}

.reorder-prescription.prescription .prescription-question {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 20px;
}

.reorder-prescription.prescription .prescription-question p {
  font-size: 14px;
  font-size: 0.875rem;
}

.reorder-prescription.prescription .prescription-answer {
  color: #fff;
  border-color: #11ddac;
  background-color: #11ddac;
}

.reorder-prescription__buttons {
  padding: 30px 0 0;
  border-top: 1px solid #dbe1eb;
}

.reorder-prescription__buttons form {
  display: flex;
  flex-direction: column;
  max-width: 585px;
  margin: 0 auto;
}

.reorder-prescription__buttons form .btn:not(:last-child) {
  margin-bottom: 15px;
}

.reorder-prescription__buttons form .btn {
  height: auto;
  width: 100%;
  padding: 10px;
  word-break: break-word;
}

.reorder-prescription__buttons form .btn:hover {
  color: #fff;
  background-color: #11ddac;
  border-color: #11ddac;
}

@media only screen and (min-width: 768px) {
  .my-account.prescription .prescription-row.photo-selection .photo-selection__result, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result {
    margin: 15px 0 0;
  }
  .my-account.prescription .prescription-row.photo-selection .photo-selection__result--item, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item {
    min-width: 205px;
    margin: 0 30px 30px 0;
    padding: 34px 15px 15px;
  }
  .my-account.prescription .prescription-row.photo-selection .photo-selection__result--item img, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item img {
    width: auto;
    max-width: 135px;
  }
  .my-account.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-text, .reorder-prescription.prescription .prescription-row.photo-selection .photo-selection__result--item .custom-text {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account.prescription .card, .reorder-prescription.prescription .card {
    padding: 30px;
    margin: 60px 0;
  }
  .my-account.prescription .prescription-details .details-row, .reorder-prescription.prescription .prescription-details .details-row {
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 15px;
    font-size: 0.9375rem;
    color: #0d2c54;
  }
  .my-account.prescription #new-answer-form, .reorder-prescription.prescription #new-answer-form {
    padding: 30px;
    margin: 30px -30px -30px;
  }
  .my-account.prescription .new-prescription-answer .choose-file, .reorder-prescription.prescription .new-prescription-answer .choose-file {
    margin: 0 30px 0 0;
  }
  .my-account.prescription .prescription-row, .reorder-prescription.prescription .prescription-row {
    padding: 20px 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .my-account.prescription .prescription-row:first-of-type, .reorder-prescription.prescription .prescription-row:first-of-type {
    margin-top: 60px;
  }
  .my-account.prescription .prescription-row--title, .reorder-prescription.prescription .prescription-row--title {
    padding-top: 40px;
  }
  .my-account.prescription .prescription-question, .reorder-prescription.prescription .prescription-question {
    margin: 0 15px 0 0;
  }
  .my-account.prescription .photo-diagnose__answer, .reorder-prescription.prescription .photo-diagnose__answer {
    margin: 0 -40px 0 0;
    padding: 0 0 30px;
  }
  .my-account.prescription .photo-diagnose__item, .reorder-prescription.prescription .photo-diagnose__item {
    margin: 0 40px 0 0;
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .my-account.prescription .photo-diagnose__item .image img, .reorder-prescription.prescription .photo-diagnose__item .image img {
    width: 180px;
    height: 180px;
  }
  .my-account.prescription .photo-diagnose__item .info, .reorder-prescription.prescription .photo-diagnose__item .info {
    padding: 5px 15px;
    justify-content: space-between;
  }
  .my-account.prescription .photo-diagnose__item .info a, .reorder-prescription.prescription .photo-diagnose__item .info a {
    margin: 0 15px;
    padding: 0;
    border: 0;
    width: auto;
  }
  .my-account.prescription .photo-diagnose__item .info a:last-of-type, .reorder-prescription.prescription .photo-diagnose__item .info a:last-of-type {
    margin: 0;
  }
  .my-account.prescription .photo-diagnose__item .info img, .reorder-prescription.prescription .photo-diagnose__item .info img {
    width: auto;
  }
  .my-account.prescription .enlarge-modal .modal-content .attached-img, .reorder-prescription.prescription .enlarge-modal .modal-content .attached-img {
    border-radius: 6px;
    margin: 0 0 15px;
  }
  .my-account.prescription .enlarge-modal .modal-content .info, .reorder-prescription.prescription .enlarge-modal .modal-content .info {
    padding: 0;
  }
  .my-account.prescription .enlarge-modal .modal-content .info .image-id, .reorder-prescription.prescription .enlarge-modal .modal-content .info .image-id {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .my-account.prescription .enlarge-modal .modal-content .info .download, .reorder-prescription.prescription .enlarge-modal .modal-content .info .download {
    border: 0;
    padding: 0;
  }
  .my-account.prescription .enlarge-modal .modal-content .info .download img, .reorder-prescription.prescription .enlarge-modal .modal-content .info .download img {
    width: 32px;
  }
  .reorder-prescription.prescription .prescription-row:first-of-type {
    margin-top: 0;
  }
  .reorder-prescription.prescription .prescription-row--title {
    margin-top: 20px;
    padding: 40px 0 30px;
  }
  .reorder-prescription.prescription .prescription-row--title:first-of-type {
    padding: 30px 0;
  }
  .reorder-prescription.prescription .prescription-question {
    max-width: 600px;
  }
  .reorder-prescription__buttons {
    padding: 60px 0 0;
  }
}
.questionnaire a {
  color: #0d2c54;
  text-decoration: underline;
}

.questionnaire a:hover {
  text-decoration: none;
  color: #0d2c54;
}

.questionnaire p &gt; a, .questionnaire p &gt; a:hover {
  color: #656d79;
}

.questionnaire .buttons .btn.btn-green {
  margin: 0 auto;
}

.questionnaire__title {
  max-width: 540px;
  margin: 0 auto 30px;
}

.questionnaire__title:empty {
  margin: 0;
}

.questionnaire .questionnaire-item {
  padding: 30px 0;
  border-top: 1px solid #dbe1eb;
  display: flex;
}

.questionnaire .questionnaire-item.questionnaire-item-title {
  padding: 30px 0 0;
  border-top: none;
}

.questionnaire .questionnaire-item.questionnaire-item-title + .questionnaire-item {
  border-top: none;
}

.questionnaire .questionnaire-item__body, .questionnaire .questionnaire-item__buttons {
  width: 100%;
}

.questionnaire .questionnaire-item__buttons .form-check.form-check-inline {
  flex: 1;
}

.questionnaire .questionnaire-item__question-answer {
  width: 100%;
}

.questionnaire .questionnaire-item__question-answer .answer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
}

.questionnaire .questionnaire-item__question-answer .answer.photo-diagnosis {
  margin-bottom: 30px;
}

.questionnaire .questionnaire-item__question-answer .question {
  margin-bottom: 15px;
}

.questionnaire .questionnaire-item__question-answer .question:empty {
  display: none;
}

.questionnaire .questionnaire-item__heading ul &gt; li {
  position: relative;
  padding-left: 14px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #656d79;
}

.questionnaire .questionnaire-item__heading ul &gt; li:after {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #656d79;
}

.questionnaire .questionnaire-item__title {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.questionnaire .questionnaire-item__title, .questionnaire .questionnaire-item__title p {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.questionnaire .questionnaire-item__title a {
  font-family: Roboto, sans-serif;
}

.questionnaire .questionnaire-item__help-block {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

.questionnaire .questionnaire-item__help-block:last-child {
  margin-bottom: 0;
}

.questionnaire .questionnaire-item .answer &gt; div {
  display: flex;
  align-items: center;
}

.questionnaire .questionnaire-item .answer .questionnaire-desc {
  margin-right: 5px;
}

.questionnaire .questionnaire-item .additional &gt; div &gt; .questionnaire-item__body {
  margin-top: 15px;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body {
  background: #fff;
  padding: 15px;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body .answer {
  width: 100%;
  margin-left: 0;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body .answer &gt; div:first-child {
  margin-right: auto;
  width: 100%;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body:first-child {
  border-top-right-radius: 12px;
  border-top-left-radius: 12px;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body:last-child {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.questionnaire .questionnaire-item .additional .questionnaire-item__body + .questionnaire-item__body {
  padding: 30px;
}

.questionnaire .questionnaire-item .additional .additional .questionnaire-item__body {
  padding: 0;
}

.questionnaire .questionnaire-item .additional .additional &gt; div:not(.textarea-wrapper) {
  margin-top: 0;
  padding: 0;
}

.questionnaire .questionnaire-item .additional .alert-window {
  margin-top: 15px;
  padding: 15px;
  border-radius: 5px;
  display: flex;
}

.questionnaire .questionnaire-item .additional .alert-window .stop-message {
  margin-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.questionnaire .questionnaire-item .additional .alert-window .alert-img {
  position: relative;
  margin-right: 10px;
  height: 17px;
  width: 17px;
  flex-shrink: 0;
}

.questionnaire .questionnaire-item .additional .alert-window .alert-img:after {
  position: absolute;
  top: calc(50% - 8.5px);
  left: 0;
  font-family: icomoon;
  line-height: 1;
  font-weight: 500;
  width: 17px;
  height: 19px;
  font-size: 17px;
}

.questionnaire .questionnaire-item .additional .alert-window .alert-img-danger:after {
  content: "\e997";
  width: 17px;
  height: 19px;
  font-size: 19px;
  color: #ef4747;
  transform: rotate(180deg);
}

.questionnaire .questionnaire-item .additional .alert-window .alert-img-success:after {
  content: "\e986";
  width: 14px;
  height: 17px;
  font-size: 17px;
  color: #19d845;
}

.questionnaire .questionnaire-item .additional .alert-window .alert-img-warning:after {
  content: "\e997";
  width: 17px;
  height: 19px;
  font-size: 19px;
  color: #fe9f2f;
}

.questionnaire .questionnaire-item .additional .alert-window .alert-heading {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: Roboto, sans-serif;
}

.questionnaire .questionnaire-item .additional .alert-window p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.questionnaire .questionnaire-item .additional .alert-window p:last-of-type {
  margin-bottom: 0;
}

.questionnaire .questionnaire-item .additional .alert-window-info {
  background-color: rgba(37, 164, 207, 0.1);
}

.questionnaire .questionnaire-item .additional .alert-window-info .alert-heading, .questionnaire .questionnaire-item .additional .alert-window-info p {
  color: #0d2c54;
}

.questionnaire .questionnaire-item .additional .alert-window-success {
  background-color: #e8fbec;
}

.questionnaire .questionnaire-item .additional .alert-window-success .alert-heading, .questionnaire .questionnaire-item .additional .alert-window-success p {
  color: #19d845;
}

.questionnaire .questionnaire-item .additional .alert-window-warning {
  background-color: #fff3e6;
}

.questionnaire .questionnaire-item .additional .alert-window-warning .alert-heading, .questionnaire .questionnaire-item .additional .alert-window-warning p {
  color: #fe9f2f;
}

.questionnaire .questionnaire-item .additional .alert-window-danger {
  background-color: #ffebeb;
}

.questionnaire .questionnaire-item .additional .alert-window-danger .alert-heading, .questionnaire .questionnaire-item .additional .alert-window-danger p {
  color: #ef4747;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper {
  overflow: hidden;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper .questionnaire-item__body {
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper .questionnaire-item__body .form-check--checkbox .custom-switch {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper .questionnaire-item__body .form-check--checkbox .custom-checkbox {
  background-color: transparent;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper .answer &gt; div:first-child {
  margin-right: 0;
}

.questionnaire .questionnaire-item .additional .check_list-wrapper .answer .form-check {
  margin-left: 0;
}

.questionnaire .form-check {
  flex: 1;
  margin: 0 -5px;
  flex-wrap: wrap;
}

.questionnaire .form-check--checkbox {
  width: 100%;
}

.questionnaire .form-check .form-check-label {
  min-width: 100%;
  margin: 0;
  line-height: 1.67;
  background-color: transparent;
}

.questionnaire .form-check .form-check-label.custom-radio {
  width: auto;
  min-height: 42px;
  text-align: center;
  padding: 10px 30px;
  border-radius: 3px;
  margin-bottom: 0;
  border: 1px solid #98a0af;
}

.questionnaire .form-check .form-check-label.custom-radio.checked, .questionnaire .form-check .form-check-label.custom-radio:hover {
  background-color: #11ddac;
  border: 1px solid #11ddac;
  transition: all 0.35s ease;
}

.questionnaire .form-check .form-check-label.custom-radio.checked .custom-text, .questionnaire .form-check .form-check-label.custom-radio:hover .custom-text {
  color: #fff;
}

.questionnaire .form-check .form-check-label.custom-radio.is-invalid {
  color: #ef4747;
  border: 1px solid #ef4747;
  background-color: #ffebeb;
}

.questionnaire .form-check .form-check-label.custom-radio.is-invalid .custom-text {
  color: #ef4747;
}

.questionnaire .form-check .form-check-label.custom-radio.disabled {
  border: 1px solid #dbe1eb;
}

.questionnaire .form-check .form-check-label.custom-switch {
  display: block;
}

.questionnaire .form-check .form-check-label .custom-text {
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  color: #656d79;
}

.questionnaire .questionnaire-item .form-group {
  flex-grow: 1;
  margin: 0 5px;
}

.questionnaire .questionnaire-item .form-group.date-box {
  margin: 0;
}

.questionnaire .questionnaire-item .form-group.date-box ~ .form-text {
  display: none;
}

.questionnaire .questionnaire-item .form-group .form-check-input.is-invalid, .questionnaire .questionnaire-item .form-group .form-control.is-invalid {
  color: #ef4747;
  border: 1px solid #ef4747;
  background-color: #ffebeb;
}

.questionnaire .questionnaire-item .form-group .form-check-input.is-invalid .custom-text, .questionnaire .questionnaire-item .form-group .form-control.is-invalid .custom-text {
  color: #ef4747;
}

.questionnaire .questionnaire-item .form-group .form-check-input.is-invalid .select2-container .select2-selection--single, .questionnaire .questionnaire-item .form-group .form-control.is-invalid .select2-container .select2-selection--single {
  background-color: #ffebeb;
}

.questionnaire .questionnaire-item .form-group .form-check-input.is-invalid .select2-container .select2-selection--single .select2-selection__placeholder, .questionnaire .questionnaire-item .form-group .form-control.is-invalid .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #ef4747;
}

.questionnaire .questionnaire-item .form-group--fixed {
  width: 100%;
}

.questionnaire .questionnaire-item .form-group--select-wrapper {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.questionnaire .questionnaire-item .form-group--select-wrapper .select-wrapper {
  width: 100%;
}

.questionnaire .questionnaire-item .form-group .select2-container .select2-selection--single {
  height: 42px;
  border-radius: 3px;
  background-color: transparent;
  border-color: #98a0af;
}

.questionnaire .questionnaire-item .form-group .select2-container .select2-selection--single .select2-selection__placeholder {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
}

.questionnaire .questionnaire-item .form-group .select2-container .select2-selection--single .select2-selection__arrow:after {
  font-size: 10px;
}

.questionnaire .questionnaire-item .questionnaire-login-form {
  background-color: #fff;
  padding: 30px 20px;
  margin-top: 20px;
}

.questionnaire .questionnaire-item .questionnaire-login-form__title {
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
  font-weight: 700;
}

.questionnaire .questionnaire-item .questionnaire-login-form .reset-password {
  margin-bottom: 0;
}

.questionnaire .questionnaire-item .questionnaire-login-form .reset-password a {
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  color: #11ddac;
  text-decoration: underline;
}

.questionnaire .questionnaire-item .questionnaire-login-form .reset-password a:hover {
  text-decoration: none;
}

.questionnaire .questionnaire-item .questionnaire-login-form .form-check {
  margin: 0 -15px;
}

.questionnaire .questionnaire-item .questionnaire-login-form .form-group {
  margin: 0 15px 15px;
}

.questionnaire .questionnaire-item .questionnaire-login-form #login_password {
  height: 56px;
  padding: 10px 20px 0;
  border-radius: 6px;
}

.questionnaire .questionnaire-item .questionnaire-login-form .btn-form-group {
  margin: 0;
}

.questionnaire .questionnaire-item .questionnaire-login-form .btn-form-group .btn {
  width: 100%;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item {
  width: 33.333%;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input {
  padding-left: 0;
  text-align: center;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input::-webkit-inner-spin-button, .questionnaire .questionnaire-item .birthday__block .birthday__item input::-webkit-outer-spin-button, .questionnaire .questionnaire-item .birthday__block .birthday__item input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input.is-invalid {
  color: #ef4747;
  border: 1px solid #ef4747;
  background-color: #ffebeb;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input.is-invalid::-moz-placeholder {
  color: #ef4747;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input.is-invalid:-ms-input-placeholder {
  color: #ef4747;
}

.questionnaire .questionnaire-item .birthday__block .birthday__item input.is-invalid::placeholder {
  color: #ef4747;
}

.questionnaire input[type=number], .questionnaire input[type=search], .questionnaire input[type=tel], .questionnaire input[type=text] {
  height: 42px;
  border-radius: 3px;
  padding: 10px 15px;
  background-color: transparent;
}

.questionnaire input[type=number] {
  padding: 10px 15px;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
  color: #0d2c54;
  border-color: #98a0af;
}

.questionnaire input[type=number]:focus::-moz-placeholder {
  color: transparent;
}

.questionnaire input[type=number]:focus:-ms-input-placeholder {
  color: transparent;
}

.questionnaire input[type=number]:focus::placeholder {
  color: transparent;
}

.questionnaire input[type=number]::-webkit-inner-spin-button, .questionnaire input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.questionnaire input[type=number] {
  -moz-appearance: textfield;
}

.questionnaire input[type=number]::-webkit-input-placeholder {
  color: #98a0af;
}

.questionnaire input[type=number]:-moz-placeholder, .questionnaire input[type=number]::-moz-placeholder {
  color: #98a0af;
}

.questionnaire input[type=number]:-ms-input-placeholder {
  color: #98a0af;
}

.questionnaire .textarea-wrapper {
  margin: 0;
}

.questionnaire textarea {
  padding: 20px;
}

.questionnaire .date-template &gt; div:last-child {
  margin-right: 0;
}

.questionnaire .date-template select {
  position: relative;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.4;
  text-align: left;
  color: #98a0af;
  min-width: 90px;
  height: 42px;
  padding: 10px 10px 10px 15px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #98a0af;
  z-index: 2;
  cursor: pointer;
}

.questionnaire .date-template select.error {
  color: #ef4747;
  border: 1px solid #ef4747;
  background-color: #ffebeb;
}

.questionnaire .date-template option {
  text-align: left;
}

.questionnaire .date-template &gt; div {
  margin-right: 10px;
  position: relative;
}

.questionnaire .date-template &gt; div:nth-child(2n) select {
  min-width: 120px;
}

.questionnaire .date-template &gt; div:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  font-family: icomoon;
  content: "\e987";
  width: 12px;
  height: 7px;
  font-size: 10px;
  color: #11ddac;
  z-index: 2;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.questionnaire .questionnaire-login-form-wrap {
  display: none;
}

.questionnaire .photo-diagnosis__head {
  margin-bottom: 15px;
}

.questionnaire .photo-diagnosis__head .optional {
  background-color: #e7fcf7;
  border: 1px solid #c6f4e9;
  border-radius: 6px;
  margin-left: 10px;
  padding: 6px 10px;
  color: #11ddac;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 11px;
  font-weight: 500;
}

.questionnaire .photo-diagnosis__title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: Poppins, sans-serif;
}

.questionnaire .photo-diagnosis__help-block {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.questionnaire .photo-diagnosis__illustration {
  background-color: #fff;
  box-shadow: 0 14px 21px rgba(152, 149, 169, 0.15);
  margin: 0 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.questionnaire .photo-diagnosis__illustration img {
  max-width: 100%;
  max-height: 500px;
}

.questionnaire .photo-diagnosis__illustration--text {
  color: #0d2c54;
  margin: 30px 15px 20px;
}

.questionnaire .photo-diagnosis__upload {
  width: 100%;
  flex-direction: column;
}

.questionnaire .photo-diagnosis__upload--zone {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px dashed #dbe1eb;
  padding: 30px 55px;
  position: relative;
  height: 100%;
  width: 100%;
}

.questionnaire .photo-diagnosis__upload--zone.drag-enter {
  background-color: #fff;
}

.questionnaire .photo-diagnosis__upload--zone.drag-enter * {
  pointer-events: none;
}

.questionnaire .photo-diagnosis__upload--title {
  font-family: Roboto, sans-serif;
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.questionnaire .photo-diagnosis__upload--subtitle {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0;
}

.questionnaire .photo-diagnosis__upload--note p {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
}

.questionnaire .photo-diagnosis__upload .btn {
  margin: 0 0 15px;
  position: relative;
  z-index: 2;
}

.questionnaire .photo-diagnosis__upload .alert {
  width: 100%;
}

.questionnaire .photo-diagnosis__upload .alert.warning {
  margin: 15px 0 0;
}

.questionnaire .photo-diagnosis__upload .alert.danger {
  margin: 15px 0 5px;
}

.questionnaire .photo-diagnosis__preview {
  width: 100%;
}

.questionnaire .photo-diagnosis__preview.error .photo-diagnosis__image-container {
  border-color: #ef4747;
}

.questionnaire .photo-diagnosis__preview.error .photo-diagnosis__image-container .file-status:before {
  content: "!";
  background: #ef4747;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  box-shadow: 0 10px 15px rgba(239, 71, 71, 0.25);
}

.questionnaire .photo-diagnosis__preview .error-message {
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ef4747;
}

.questionnaire .photo-diagnosis__image-container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 10px 0 0;
  padding: 0 20px 0 0;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
  min-height: 64px;
}

.questionnaire .photo-diagnosis__image-container .unknown-image {
  width: 64px;
  height: 64px;
  background-image: url(/img_v4/unknown.png);
  background-size: cover;
}

.questionnaire .photo-diagnosis__image-container .file-image {
  width: 64px;
  height: 64px;
  border-right: 1px solid #eef1f6;
  -o-object-fit: cover;
  object-fit: cover;
}

.questionnaire .photo-diagnosis__image-container .file-name {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
  margin: 0 20px;
  flex: 1;
  word-break: break-all;
}

.questionnaire .photo-diagnosis__image-container .file-remove {
  display: flex;
  cursor: pointer;
  margin-right: 10px;
  font-size: 24px;
  color: #98a0af;
  padding: 0;
  border: 0;
  background: transparent;
}

.questionnaire .photo-diagnosis__image-container .file-status {
  position: relative;
  width: 28px;
  height: 28px;
}

.questionnaire .photo-diagnosis__image-container .file-status:before {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
  border-radius: 50%;
}

.questionnaire .photo-selection {
  margin: 30px 0 0;
}

.questionnaire .photo-selection .form-group {
  margin: 0 15px 5px 0;
  width: 165px;
}

.questionnaire .photo-selection__wrapper {
  margin: 0 -15px 0 0;
}

.questionnaire .photo-selection__answer {
  background-color: #fff;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  padding: 20px 15px 10px;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.questionnaire .photo-selection__answer.checked {
  box-shadow: 0 43px 69px rgba(152, 149, 169, 0.15);
  border-color: #11ddac;
}

.questionnaire .photo-selection__answer.is-invalid {
  border-color: #ef4747;
}

.questionnaire .photo-selection__answer .custom-radio {
  border: 2px solid #dbe1eb;
}

.questionnaire .photo-selection__answer :checked + .custom-radio {
  border-color: #11ddac;
}

.questionnaire .photo-selection__answer .custom-text {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
}

.questionnaire .photo-selection__answer--img {
  margin-bottom: 5px;
}

.questionnaire .photo-selection__answer--img img {
  width: 115px;
  display: block;
  margin: 0 auto;
}

.q-info-block {
  padding: 0 15px;
}

.q-info-block p:empty {
  display: none;
}

.q-info-block__steps {
  padding: 0 0 6px;
}

.q-info-block__steps .my-2 br {
  display: none;
}

.q-info-block__steps p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.q-info-block__steps .q-info-step {
  margin-bottom: 5px;
}

.q-info-block__additional {
  padding: 0 0 20px;
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.q-info-block__additional, .q-info-block__additional p {
  font-size: 12px;
  font-size: 0.75rem;
}

.questionnaire_default__description {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  font-weight: 400;
}

.questionnaire_default .questionnaire .questionnaire-item:first-child {
  border-top: none;
}

@media only screen and (min-width: 1200px) {
  .questionnaire .questionnaire-item .questionnaire-login-form {
    border-radius: 12px;
    padding: 55px 40px;
  }
  .questionnaire .questionnaire-item .questionnaire-login-form__title {
    margin-bottom: 25px;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #0d2c54;
  }
  .questionnaire .photo-diagnosis__title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .questionnaire .photo-diagnosis__help-block {
    color: #656d79;
  }
  .questionnaire .photo-diagnosis__illustration {
    box-shadow: 0 43px 69px rgba(152, 149, 169, 0.15);
    border-radius: 6px;
    padding: 30px 36px 40px;
    margin: 0 30px 0 0;
    width: 50%;
  }
  .questionnaire .photo-diagnosis__illustration img {
    max-width: 335px;
    max-height: inherit;
  }
  .questionnaire .photo-diagnosis__illustration--text {
    margin: 40px 0 0;
  }
  .questionnaire .photo-diagnosis__upload {
    width: 50%;
    flex: 1;
  }
  .questionnaire .photo-diagnosis__upload--zone {
    padding: 30px;
  }
  .questionnaire .photo-diagnosis__upload .head-icon {
    margin: 0 0 10px;
  }
  .questionnaire .photo-diagnosis__upload .btn {
    margin: 15px 0;
  }
  .questionnaire .photo-selection .form-group {
    margin: 0 30px 20px 0;
    width: 210px;
    max-width: 210px;
  }
  .questionnaire .photo-selection__wrapper {
    margin: 0 -30px 0 0;
  }
  .questionnaire .photo-selection__answer {
    padding: 27px 15px 15px;
  }
  .questionnaire .photo-selection__answer .custom-text {
    font-size: 16px;
    font-size: 1rem;
  }
  .questionnaire .photo-selection__answer--img img {
    width: 135px;
  }
}
@media only screen and (min-width: 768px) {
  .questionnaire .questionnaire-item {
    padding: 30px 0;
  }
  .questionnaire .questionnaire-item.questionnaire-item-title {
    padding: 90px 0 30px;
    border-top: 1px solid #dbe1eb;
  }
  .questionnaire .questionnaire-item.questionnaire-item-title + .questionnaire-item {
    border-top: 1px solid #dbe1eb;
  }
  .questionnaire .questionnaire-item__heading {
    padding-right: 30px;
  }
  .questionnaire .questionnaire-item__buttons, .questionnaire .questionnaire-item__question-answer {
    width: auto;
  }
  .questionnaire .questionnaire-item__question-answer .answer {
    flex-wrap: nowrap;
    margin-left: auto;
  }
  .questionnaire .questionnaire-item__question-answer .answer .questionnaire-desc {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .questionnaire .questionnaire-item__question-answer .answer.photo-diagnosis {
    display: flex;
    margin: 30px 0;
    width: 100%;
    flex-wrap: wrap;
  }
  .questionnaire .questionnaire-item .question {
    margin-bottom: 0;
    max-width: 660px;
  }
  .questionnaire .questionnaire-item .question.photo-diagnosis {
    max-width: 100%;
  }
  .questionnaire .questionnaire-item .additional .questionnaire-item__body {
    padding: 30px;
  }
  .questionnaire .questionnaire-item .additional .questionnaire-item__body .additional &gt; div {
    margin-top: 15px;
  }
  .questionnaire .questionnaire-item .additional .questionnaire-item__body .additional .answer &gt; div:first-child {
    width: auto;
  }
  .questionnaire .questionnaire-item .additional .check_list-wrapper {
    margin-top: 15px;
  }
  .questionnaire .questionnaire-item .birthday__block .birthday__item {
    width: 70px;
  }
  .questionnaire .questionnaire-item .birthday__block .birthday__item--year {
    width: 76px;
  }
  .questionnaire .form-check {
    flex: 0 0 auto;
  }
  .questionnaire .form-check .form-check-label {
    min-width: 83px;
  }
  .questionnaire .questions-group .form-group--fixed, .questionnaire .questions-group .form-group--select-wrapper {
    width: 250px;
    max-width: 250px;
  }
  .q-info-block {
    border-top: 1px solid #dbe1eb;
  }
  .q-info-block__steps {
    padding: 36px 0 18px;
  }
  .q-info-block__additional {
    border-left: 1px solid #dbe1eb;
    padding: 36px 0 18px 30px;
  }
}
.questionnaire-info-wrap {
  position: relative;
  overflow: hidden;
  padding-right: 2px;
  border: 1px solid #dbe1eb;
  width: 100%;
}

.questionnaire-info-wrap:after, .questionnaire-info-wrap:before {
  content: "";
  width: calc(100% - 20px);
  height: 20px;
  position: absolute;
  left: 1px;
  background-color: #f7f7f7;
  z-index: 1;
  pointer-events: none;
}

.questionnaire-info-wrap:after {
  bottom: 0;
}

.questionnaire-info-wrap:before {
  top: 0;
}

.questionnaire-info-scroll {
  overflow-y: scroll;
  max-height: 100px;
  width: 100%;
}

.questionnaire-info-scroll::-webkit-scrollbar {
  width: 4px;
  background-color: transparent;
}

.questionnaire-info-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: rgba(101, 109, 121, 0.7);
  color: rgba(101, 109, 121, 0.7);
}

.questionnaire-info-scroll::-webkit-scrollbar-track {
  background-color: transparent;
}

.questionnaire-info-scroll .questionnaire-info {
  padding: 20px;
}

.questionnaire-info-scroll .questionnaire-info p {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-weight: 400;
}

.questionnaire-info-scroll .questionnaire-info a {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  text-decoration: underline;
}

.questionnaire-info-scroll .questionnaire-info a:active, .questionnaire-info-scroll .questionnaire-info a:focus, .questionnaire-info-scroll .questionnaire-info a:hover {
  text-decoration: none;
}

.user-account .current-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.user-account .current-tab li {
  color: #11ddac;
  font-size: 14px;
  font-size: 0.875rem;
}

.user-account .current-tab li div {
  display: flex;
}

.user-account .current-tab li span {
  font-family: Roboto, sans-serif;
}

.user-account .current-tab li .icon {
  font-size: 20px;
  margin-right: 10px;
}

.user-account .current-tab li .icon-chevron-down {
  font-size: 12px;
  margin: 0;
  transition: all 0.25s ease-in-out;
}

.user-account .current-tab li .icon-chevron-down.opened {
  transform: rotate(180deg);
}

.user-account .current-tab li .badge-new {
  display: none;
}

.user-account .user-profile {
  margin-bottom: 10px;
}

.user-account .user-profile .name {
  color: #656d79;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}

.user-account .user-profile .customer-id {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #98a0af;
}

.user-account .user-profile-menu li {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 12px 0;
  display: flex;
  align-items: center;
  position: relative;
}

.user-account .user-profile-menu li a {
  color: #98a0af;
  text-decoration: none;
  display: flex;
}

.user-account .user-profile-menu li a .link {
  margin-right: 10px;
  font-family: Roboto, sans-serif;
  display: flex;
  align-items: center;
}

.user-account .user-profile-menu li a:hover .link {
  text-decoration: underline;
}

.user-account .user-profile-menu li a:hover .icon-refresh-cw ~ .link {
  text-decoration: none;
}

.user-account .user-profile-menu li a:hover .icon-refresh-cw ~ .link .link-text {
  text-decoration: underline;
}

.user-account .user-profile-menu li .icon {
  font-size: 20px;
  color: #11ddac;
  margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
  .user-account .navigation {
    background: #fff;
    margin: 0 -15px 60px;
    padding: 20px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .user-account .user-profile-menu {
    display: none;
    margin: 20px -20px 0;
    padding: 10px 20px 0;
    border-top: 1px solid #eef1f6;
  }
  .user-account .user-profile-menu.opened {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .user-account .navigation {
    margin: 0 -30px 60px;
  }
}
@media only screen and (min-width: 1200px) {
  .user-account .user-profile {
    margin-bottom: 60px;
  }
  .user-account .user-profile-menu {
    display: block !important;
  }
  .user-account .user-profile-menu li .icon {
    display: none;
    font-size: 24px;
  }
  .user-account .user-profile-menu li a {
    color: #656d79;
    align-items: center;
  }
  .user-account .user-profile-menu li.active a {
    color: #11ddac;
    font-weight: 700;
  }
  .user-account .user-profile-menu li.active .icon {
    display: block;
  }
}
.user-account {
  background-color: #f7f7f7;
  border-top: 1px solid #eef1f6;
  flex: 1;
  -ms-flex: auto;
}

.my-account {
  padding: 0 0 60px;
}

.my-account .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 30px;
}

.my-account .btn-green {
  font-weight: 700;
}

.my-account.address .help-block {
  margin: 0 0 15px;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account.password .form-group {
  margin-bottom: 10px;
}

.my-account.password .submit-container {
  margin: 0;
}

.my-account .submit-container {
  margin: 15px 0 0;
}

.my-account .form-group-btn {
  width: 100%;
  margin-bottom: 30px;
}

.my-account .delete-account-row .close-account {
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.my-account .delete-account-row .close-account:hover {
  text-decoration: underline;
}

@media only screen and (min-width: 1200px) {
  .user-account {
    padding: 90px 0;
  }
  .my-account {
    padding: 0;
  }
  .my-account .form-group-btn {
    width: auto;
    margin-bottom: 0;
  }
  .my-account .delete-account {
    width: 50%;
    position: absolute;
    bottom: 45px;
  }
  .my-account.password .form-group {
    margin-bottom: 15px;
  }
  .my-account.password .submit-container {
    margin: 15px 0 0;
  }
}
.my-account.orders-index .other-orders {
  border-radius: 6px;
  background-color: #fff3e6;
  padding: 20px;
  margin-bottom: 30px;
}

.my-account.orders-index .other-orders__head {
  margin-bottom: 5px;
}

.my-account.orders-index .other-orders__head span, .my-account.orders-index .other-orders__head strong {
  display: block;
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.my-account.orders-index .other-orders__head strong {
  font-size: 15px;
  font-size: 0.9375rem;
}

.my-account.orders-index .other-orders__head span {
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account.orders-index .other-orders__row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.my-account.orders-index .other-orders__row .locale {
  margin-right: 7px;
}

.my-account.orders-index .other-orders__row .orders-count {
  position: relative;
  padding: 0 7px;
  color: #656d79;
  font-size: 13px;
  font-size: 0.8125rem;
}

.my-account.orders-index .other-orders__row .orders-count:after, .my-account.orders-index .other-orders__row .orders-count:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.my-account.orders-index .other-orders__row .orders-count:before {
  content: "(";
  left: 0;
}

.my-account.orders-index .other-orders__row .orders-count:after {
  content: ")";
  right: 0;
}

.my-account.orders-index .other-orders__row .link-underlined {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
}

.my-account.orders-index .other-orders__row .msg-badge {
  margin-left: 7px;
  position: relative;
  top: -1px;
}

.my-account.orders-index .plan-disclaimer {
  padding: 20px;
  background-color: #0d2c54;
  border-radius: 6px;
  margin: 0 0 30px;
}

.my-account.orders-index .plan-disclaimer .banner {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ef4747;
  color: #fff;
  border-radius: 100px;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.03em;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.my-account.orders-index .plan-disclaimer .title {
  color: #fff;
  margin: 0 0 5px;
}

.my-account.orders-index .plan-disclaimer p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0 10px;
}

.my-account.orders-index .plan-disclaimer p:last-of-type {
  margin: 0;
}

.my-account.orders-index .plan-disclaimer p b, .my-account.orders-index .plan-disclaimer p strong {
  font-family: Roboto, sans-serif;
}

.my-account.orders-index .plan-disclaimer .panel {
  margin: 20px 0 0;
}

.my-account.orders-index .plan-disclaimer .panel-title a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}

.my-account.orders-index .plan-disclaimer .panel-title a:hover {
  text-decoration: none;
}

.my-account.orders-index .plan-disclaimer .panel-title a .icon {
  display: inline-block;
  margin-left: 7px;
  font-size: 10px;
  font-weight: 700;
  position: relative;
  top: -1px;
  transition: all 0.25s ease-in-out;
}

.my-account.orders-index .plan-disclaimer .panel-title a[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.my-account.orders-index .plan-disclaimer .panel-body {
  margin: 5px 0 0;
}

.my-account.orders-index .card-order .order-head {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 20px;
}

.my-account.orders-index .card-order .order-head .product-img {
  margin: 0 0 20px;
  width: 100px;
  height: 100px;
}

.my-account.orders-index .card-order .alert {
  margin: -15px 20px 20px;
  word-break: break-word;
}

.my-account.orders-index .card-order .alert:before {
  top: 15px;
  transform: none;
}

.my-account.orders-index .card-order .order-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.my-account.orders-index .card-order .order-info__name {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
  margin-bottom: 10px;
}

.my-account.orders-index .card-order .order-info__heading {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  margin: 0 10px 0 0;
}

.my-account.orders-index .card-order .order-info__item {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  margin: 0;
}

.my-account.orders-index .card-order .order-info__col {
  padding: 0;
}

.my-account.orders-index .card-order .order-price {
  position: absolute;
  right: 20px;
  left: 130px;
}

.my-account.orders-index .card-order .order-price .price-value {
  text-align: right;
}

.my-account.orders-index .card-order .order-price__price {
  font-weight: 700;
  color: #0d2c54;
}

.my-account.orders-index .card-order .order-price__treatment-fee {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  word-break: break-all;
}

.my-account.orders-index .card-order .order-price__bonus-value {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.my-account.orders-index .card-order .order-files {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px;
  border-top: 1px solid #eef1f6;
}

.my-account.orders-index .card-order .order-files .link-underlined {
  margin: 8px 0 0;
  position: relative;
}

.my-account.orders-index .card-order .order-files .link-underlined:first-of-type {
  margin: 0;
}

.my-account.orders-index .card-order .order-files .link-underlined.w-msg {
  padding-right: 23px;
}

.my-account.orders-index .card-order .order-files .msg-badge {
  position: absolute;
  right: 0;
  display: inline-block;
  text-align: center;
}

.my-account.orders-index .card-order .order-files .btn-wrapper {
  width: 100%;
  margin: 20px 0 0;
}

.my-account.orders-index .card-order .order-files .btn-green:hover {
  color: #fff;
}

.my-account.orders-index .card-order .order-footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 20px 20px;
}

.my-account.orders-index .card-order .order-footer .tracking-info {
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 20px;
  color: #656d79;
  font-family: Roboto, sans-serif;
  flex: 1;
}

.my-account.orders-index .card-order .order-footer .tracking-info.is-empty {
  margin-bottom: 0;
}

.my-account.orders-index .card-order .order-footer .tracking-info .head-top {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #98a0af;
}

.my-account.orders-index .card-order .order-footer .express-reorder-buttons, .my-account.orders-index .card-order .order-footer .express-reorder-buttons form {
  width: 100%;
}

.my-account.orders-index .card-order .order-footer .reorder-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.my-account.orders-index .card-order .order-footer .reorder-buttons form {
  width: 100%;
}

.my-account.orders-index .card-order .order-footer .reorder-buttons form:last-of-type .btn {
  margin-bottom: 0;
}

.my-account.orders-index .card-order .order-footer .reorder-buttons .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  padding: 10px;
}

.my-account.orders-index .card-order .plan-info {
  display: flex;
  align-items: flex-end;
  color: #fe9f2f;
  margin: 20px 0 0;
  font-weight: 500;
}

.my-account.orders-index .card-order .plan-info.er-plan-info {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 500;
  position: relative;
}

.my-account.orders-index .card-order .plan-info.er-plan-info .er-plan-info__msg {
  font-size: 11px;
  font-size: 0.6875rem;
}

.my-account.orders-index .card-order .plan-info.er-plan-info .tooltip {
  bottom: 21px;
  left: -9px;
  z-index: 2;
}

.my-account.orders-index .card-order .plan-info .icon {
  font-size: 14px;
  margin-right: 5px;
}

.my-account.orders-index .card-order .plan-info__msg {
  cursor: pointer;
}

.my-account.orders-index .card-order .plan-info .tooltip {
  display: none;
  position: absolute;
  background: #656d79;
  border-radius: 6px;
  color: #fff;
  padding: 10px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  bottom: 43px;
  left: 10px;
  width: 222px;
  filter: drop-shadow(0 60px 90px rgba(0, 0, 0, 0.06));
}

.my-account.orders-index .card-order .plan-info .tooltip:after {
  content: "";
  height: 0;
  width: 0;
  border-left: 6.5px solid transparent;
  border-right: 6.5px solid transparent;
  border-top: 6.5px solid #656d79;
  position: absolute;
  bottom: -6px;
  left: 10px;
}

.my-account.orders-index .card-order .plan-info .tooltip.show {
  display: block;
}

.my-account.orders-index .card-order .autorenew {
  background-color: #e8fbec;
  border-radius: 20px;
  padding: 10px 20px;
  margin: 0 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #19d845;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

.my-account.orders-index .card-order .autorenew .icon {
  margin-right: 5px;
}

.my-account.orders-index .card-order .autorenew span {
  font-size: 11px;
  font-size: 0.6875rem;
}

@media only screen and (min-width: 1200px) {
  .my-account.orders-index .other-orders {
    box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .my-account.orders-index .other-orders__head {
    margin-bottom: 0;
  }
  .my-account.orders-index .plan-disclaimer {
    padding: 30px;
    -moz-border-top-left-radius: 30px;
    border-top-left-radius: 30px;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .my-account.orders-index .plan-disclaimer .heading {
    flex: 1;
    margin-right: 30px;
  }
  .my-account.orders-index .plan-disclaimer .heading .description {
    margin: 0 30px 0 0;
  }
  .my-account.orders-index .plan-disclaimer .panel-title a {
    font-size: 16px;
    font-size: 1rem;
  }
  .my-account.orders-index .plan-disclaimer .panel-title a .icon {
    font-size: 12px;
  }
  .my-account.orders-index .card-order .order-head {
    flex-direction: row;
  }
  .my-account.orders-index .card-order .order-head .product-img {
    margin: 0 20px 0 0;
  }
  .my-account.orders-index .card-order .order-info__name {
    margin-bottom: 15px;
  }
  .my-account.orders-index .card-order .order-info__heading {
    margin: 0;
  }
  .my-account.orders-index .card-order .order-info__col {
    padding: 0 30px 0 0;
  }
  .my-account.orders-index .card-order .order-price {
    position: relative;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .my-account.orders-index .card-order .order-files {
    padding: 10px 20px;
    flex-direction: row;
    align-items: center;
  }
  .my-account.orders-index .card-order .order-files .link-underlined {
    margin: 0 0 0 25px;
  }
  .my-account.orders-index .card-order .order-files .link-underlined:first-of-type {
    margin: 0;
  }
  .my-account.orders-index .card-order .order-files .btn-wrapper {
    width: auto;
    margin: 10px 0;
  }
  .my-account.orders-index .card-order .order-footer {
    align-items: center;
    flex-direction: row;
    padding: 20px;
    border-top: 1px solid #eef1f6;
  }
  .my-account.orders-index .card-order .order-footer .tracking-info {
    margin-bottom: 0;
  }
  .my-account.orders-index .card-order .order-footer .express-reorder-buttons, .my-account.orders-index .card-order .order-footer .express-reorder-buttons form {
    width: auto;
  }
  .my-account.orders-index .card-order .order-footer .reorder-buttons {
    align-items: center;
    flex-direction: row;
    width: auto;
  }
  .my-account.orders-index .card-order .order-footer .reorder-buttons form {
    width: auto;
  }
  .my-account.orders-index .card-order .order-footer .reorder-buttons .btn {
    margin: 0 0 0 13px;
  }
  .my-account.orders-index .card-order .order-footer .reorder-buttons form {
    order: 2;
  }
  .my-account.orders-index .card-order .order-footer .reorder-buttons form:last-of-type {
    order: 1;
  }
  .my-account.orders-index .card-order .plan-info {
    justify-content: center;
    height: 100%;
    padding: 0 0 11px;
    margin: 0;
  }
  .my-account.orders-index .card-order .plan-info.er-plan-info {
    margin: 0 20px;
  }
  .my-account.orders-index .card-order .plan-info__msg:hover ~ .tooltip {
    display: block;
  }
  .my-account.orders-index .card-order .plan-info .tooltip {
    bottom: 34px;
    left: -10px;
  }
  .my-account.orders-index .card-order .autorenew {
    margin: 5px 0 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-account.orders-index .other-orders__row .link-underlined {
    text-decoration: underline;
  }
  .my-account.orders-index .other-orders__row .link-underlined:after {
    display: none;
  }
  .my-account.orders-index .other-orders__row .link-underlined:hover {
    text-decoration: none;
  }
}
.my-account.order-show .card {
  margin: 30px 0 60px;
}

.my-account.order-show .thank-you-row {
  border-bottom: 1px solid #eef1f6;
  padding: 20px;
}

.my-account.order-show .thank-you-row .title {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
}

.my-account.order-show .thank-you-row .value {
  color: #656d79;
  font-size: 13px;
  font-size: 0.8125rem;
}

.my-account.order-show .thank-you-row .value__col-1 {
  color: #98a0af;
  margin-right: 30px;
}

.my-account.order-show .thank-you-row .value #current-payment-info {
  margin: 20px 0;
}

.my-account.order-show .thank-you-row .value #current-payment-info .payment-instructions {
  margin: 0 0 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.my-account.order-show .thank-you-row .value #current-payment-info .payment-instructions b, .my-account.order-show .thank-you-row .value #current-payment-info .payment-instructions strong {
  font-family: Roboto, sans-serif;
}

.my-account.order-show .thank-you-row .value #current-payment-info ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.my-account.order-show .thank-you-row .value #current-payment-info ul li {
  margin-right: 15px;
}

.my-account.order-show .thank-you-row .value #current-payment-info ul li:last-of-type {
  margin-right: 0;
}

.my-account.order-show .thank-you-row .value #current-payment-info .dl-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.my-account.order-show .thank-you-row .value #current-payment-info .dl-horizontal dt {
  flex: 50%;
  max-width: 140px;
  margin: 0 30px 0 0;
  font-weight: 400;
  color: #98a0af;
}

.my-account.order-show .thank-you-row .value #current-payment-info .dl-horizontal dd {
  flex: 50%;
  margin: 0;
}

.my-account.order-show .thank-you-row .value #change-payment-form {
  margin: 15px 0;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-box {
  border: 1px solid #eef1f6;
  border-radius: 6px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-box:last-of-type {
  margin-bottom: 0;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-box.active {
  border-color: #11ddac;
  background-color: #e7fcf7;
}

.my-account.order-show .thank-you-row .value #change-payment-form .custom-switch {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d2c54;
  margin: 20px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .custom-switch.disabled {
  color: #98a0af;
}

.my-account.order-show .thank-you-row .value #change-payment-form .help-block {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  padding: 0 20px 20px;
  width: 100%;
}

.my-account.order-show .thank-you-row .value #change-payment-form .help-block strong {
  font-family: Roboto, sans-serif;
}

.my-account.order-show .thank-you-row .value #change-payment-form ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.my-account.order-show .thank-you-row .value #change-payment-form ul .payment-icon {
  margin: 0 10px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon {
  margin: 9px 15px;
  display: block;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon.credit {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -887px -625px;
  width: 65px;
  height: 33px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon.paypal {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -887px -757px;
  width: 65px;
  height: 33px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon.transfer {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -887px -526px;
  width: 65px;
  height: 33px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon.wire-transfer-en {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -887px -592px;
  width: 65px;
  height: 33px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .payment-icon.klarna {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -887px -691px;
  width: 65px;
  height: 33px;
}

.my-account.order-show .thank-you-row .value #change-payment-form .btn {
  width: 100%;
}

.my-account.order-show .thank-you-row:last-of-type {
  border-bottom: 0;
}

.my-account.order-show .thank-you-row--with-btn .value {
  flex-grow: 1;
}

.my-account.order-show .thank-you-row--with-btn .btn-wrap {
  margin-top: 10px;
  width: auto;
}

.my-account.order-show .thank-you-row--with-btn .btn-wrap .btn {
  display: inline-block;
  width: auto;
}

.my-account.order-show .order-notes {
  margin-bottom: 30px;
}

.my-account.order-show .order-notes h3 {
  margin-bottom: 15px;
}

.my-account.order-show .order-notes h3 + p {
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
}

.my-account.order-show .order-notes p {
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 30px;
}

.my-account.order-show .order-notes p:last-of-type {
  margin-bottom: 0;
}

.my-account.order-show .order-notes p a {
  font-family: Roboto, sans-serif;
}

.my-account.order-show .order-notes b {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  display: block;
  color: #0d2c54;
  margin-bottom: 15px;
}

.my-account.order-show .order-notes b + br {
  display: none;
}

.my-account.order-show .show-cancel-form {
  display: inline;
}

.my-account.order-show .order-cancel-form .reasons-header, .my-account.order-show .show-cancel-form a {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

.my-account.order-show .order-cancel-form .reasons-header {
  font-weight: 700;
  color: #0d2c54;
  margin-bottom: 15px;
}

.my-account.order-show .order-cancel-form .form-group {
  margin-bottom: 0;
}

.my-account.order-show .order-cancel-form .custom-switch {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
}

.my-account.order-show .order-cancel-form .comment-content {
  margin: 15px 0 0;
}

.my-account.order-show .order-cancel-form .comment-content textarea {
  resize: none;
  padding: 20px;
}

.my-account.order-show .order-cancel-form .comment-content textarea::-moz-placeholder {
  font-size: 15px;
  color: #98a0af;
}

.my-account.order-show .order-cancel-form .comment-content textarea:-ms-input-placeholder {
  font-size: 15px;
  color: #98a0af;
}

.my-account.order-show .order-cancel-form .comment-content textarea::placeholder {
  font-size: 15px;
  color: #98a0af;
}

@media only screen and (min-width: 1200px) {
  .my-account.order-show .card {
    margin: 30px 0 90px;
  }
  .my-account.order-show .thank-you-row {
    padding: 14px 20px;
    display: flex;
  }
  .my-account.order-show .thank-you-row .title {
    min-width: 150px;
    margin-right: 20px;
  }
  .my-account.order-show .thank-you-row .value #change-payment-form {
    margin: 30px 0 15px;
  }
  .my-account.order-show .thank-you-row--with-btn .btn-wrap {
    margin-top: 0;
  }
  .my-account.order-show .order-notes b {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media print {
  .btn, .covid-strip, .footer, .header, .hidden-print, .navigation, .print-button-container {
    display: none !important;
  }
  .container, main {
    width: auto;
    min-width: 1px;
  }
  .is-print {
    display: block;
  }
  .my-account {
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
  }
  .my-account, .thank-you-row {
    display: flex;
  }
  .thank-you-row .title {
    min-width: 150px;
    margin-right: 20px;
  }
}
.my-account.conversations .post {
  margin-bottom: 30px;
}

.my-account.conversations .post:last-of-type {
  margin-bottom: 0;
}

.my-account.conversations .post-stuff .post-content {
  background: #e7fcf7;
  border-radius: 12px;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}

.my-account.conversations .post-customer {
  text-align: right;
}

.my-account.conversations .post-customer .post-content {
  background: #f7f7f7;
  border-radius: 12px;
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.my-account.conversations .post-customer .post-time {
  text-align: right;
}

.my-account.conversations .post-content {
  display: inline-block;
  padding: 10px 15px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
}

.my-account.conversations .post-content a:not(.link-underlined) {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 6px;
  padding: 5px 10px;
  border: 1px solid;
}

.my-account.conversations .post-content a:not(.link-underlined):hover {
  text-decoration: none;
}

.my-account.conversations .post-info {
  margin: 15px 0 0;
}

.my-account.conversations .post-info .consultation-attachment:last-of-type .links {
  margin-bottom: 0;
}

.my-account.conversations .post-info .links {
  display: inline-block;
  background: #fff;
  border-radius: 6px;
  padding: 5px 10px;
  margin-bottom: 10px;
  color: #11ddac;
}

.my-account.conversations .post-info .links .icon {
  font-size: 16px;
  position: relative;
  top: 2px;
}

.my-account.conversations .post-info .links a {
  line-height: normal;
  padding: 0;
  border: 0;
  color: #11ddac;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account.conversations .post-time {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  margin-top: 5px;
}

.my-account.conversations .consultation {
  border-radius: 6px;
  border: 1px solid #11ddac;
  background-color: #fff;
  margin: 0 0 10px;
  overflow: hidden;
}

.my-account.conversations .consultation-chat {
  padding: 20px;
  max-height: 380px;
  overflow-y: auto;
}

.my-account.conversations .consultation-chat-history .conversation-tabs {
  display: flex;
  padding: 20px;
}

.my-account.conversations .consultation-chat-history .conversation-tabs li {
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.my-account.conversations .consultation-chat-history .conversation-tabs li .icon {
  font-size: 18px;
  margin-right: 6px;
}

.my-account.conversations .consultation-chat-history .conversation-tabs li:hover span {
  text-decoration: underline;
}

.my-account.conversations .consultation-chat-history .conversation-tabs li.active {
  color: #11ddac;
}

.my-account.conversations .consultation-chat-history .conversation-tabs li:last-of-type {
  margin-right: 0;
}

.my-account.conversations .consultation-chat-history .conversation-tab_content {
  padding: 20px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  border-top: 1px solid #eef1f6;
}

.my-account.conversations .consultation-chat-history .conversation-tab_content strong {
  font-family: Roboto, sans-serif;
}

.my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-attachment a, .my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-mention a {
  display: inline-block;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  border-radius: 6px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  border: 1px solid #dbe1eb;
}

.my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-attachment a:hover, .my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-mention a:hover {
  text-decoration: none;
}

.my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-attachment a .icon-paperclip, .my-account.conversations .consultation-chat-history .conversation-tab_content .consultation-mention a .icon-paperclip {
  position: relative;
  top: 2px;
}

.my-account.conversations .consultation .new-consultation-post {
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.my-account.conversations .consultation-message {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 20px;
}

.my-account.conversations .consultation-message textarea {
  border: 0;
  border-radius: 0;
  padding: 13px 53px;
}

.my-account.conversations .consultation-message textarea::-moz-placeholder {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #98a0af;
}

.my-account.conversations .consultation-message textarea:-ms-input-placeholder {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #98a0af;
}

.my-account.conversations .consultation-message textarea::placeholder {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #98a0af;
}

.my-account.conversations .consultation-message .consultation-attach {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.my-account.conversations .consultation-message .consultation-attach-files {
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 4px;
  background: #e7fcf7;
  border-radius: 50%;
}

.my-account.conversations .consultation-message .btn-message {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  background: #11ddac;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

.my-account.conversations .consultation-message .btn-message .icon-send {
  font-size: 22px;
}

.my-account.conversations .consultation-message .btn-message:hover {
  background-color: #0ebc92;
}

.my-account.conversations .consultation .selected-files label {
  background: #f7f7f7;
  border-radius: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 5px 10px;
  margin: 15px;
}

.my-account.conversations .consultation .selected-files label span {
  font-family: Roboto, sans-serif;
  margin-right: 10px;
}

.my-account.conversations .consultation .selected-files label .icon {
  color: #11ddac;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  top: 1px;
}

.my-account.conversations .archive .accordion-item {
  margin-bottom: 10px;
  border: 1px solid #eef1f6;
  background-color: #fff;
  border-radius: 6px;
}

.my-account.conversations .archive .accordion-item.is-active .accordion-content {
  display: block;
}

.my-account.conversations .archive .accordion-header {
  padding: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.my-account.conversations .archive .accordion-header .icon {
  font-size: 22px;
  color: #dbe1eb;
  margin-right: 15px;
  line-height: 25px;
}

.my-account.conversations .archive .accordion-header p {
  color: #98a0af;
  margin: 0 10px 0 0;
  display: flex;
  align-items: center;
}

.my-account.conversations .archive .accordion-header p .msg-badge {
  margin-left: 10px;
  line-height: normal;
  position: relative;
  top: -1px;
}

.my-account.conversations .archive .accordion-content {
  display: none;
}

.my-account.conversations .archive-wrapper {
  border-top: 1px solid #eef1f6;
  display: flex;
}

.my-account.conversations .archive .consultation-chat {
  border-right: 1px solid #eef1f6;
}

@media only screen and (min-width: 1200px) {
  .my-account.conversations .consultation {
    display: flex;
    margin: 0 0 15px;
  }
  .my-account.conversations .consultation-chat-wrapper {
    border-right: 1px solid #eef1f6;
    flex: 1;
  }
  .my-account.conversations .consultation-chat {
    padding: 30px;
    max-height: 335px;
    flex: 1;
  }
  .my-account.conversations .consultation-chat-history {
    flex: 1;
    max-width: 40%;
  }
  .my-account.conversations .consultation-message {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .my-account.conversations .consultation-chat-history {
    margin: 15px;
    border: 1px solid #eef1f6;
    border-radius: 6px;
  }
  .my-account.conversations .consultation-chat-history .conversation-tabs {
    padding: 15px 10px;
    justify-content: center;
    flex-wrap: wrap;
  }
  .my-account.conversations .consultation-chat-history .conversation-tabs li {
    margin-right: 12px;
  }
  .my-account.conversations .consultation-chat-history.is-empty {
    display: none;
  }
  .my-account.conversations .archive-wrapper {
    flex-direction: column;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .my-account.conversations textarea {
    overflow-y: auto !important;
  }
}
.my-account.reorder-other-dosage .reorder-product {
  margin: 30px 0;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.my-account.reorder-other-dosage .reorder-product__image {
  margin: 0 0 5px;
  padding: 3px 19px;
}

.my-account.reorder-other-dosage .reorder-product__image img {
  width: 74px;
  height: 74px;
}

.my-account.reorder-other-dosage .reorder-product__information {
  flex: 1;
}

.my-account.reorder-other-dosage .reorder-product__information .title {
  text-align: center;
  font-weight: 500;
  color: #0d2c54;
  margin-bottom: 15px;
}

.my-account.reorder-other-dosage .reorder-product__information .description {
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #0d2c54;
}

.my-account.reorder-other-dosage .reorder-product .check-bullets {
  margin-bottom: 15px;
}

.my-account.reorder-other-dosage .reorder-product .check-bullets li span {
  color: #656d79;
}

.my-account.reorder-other-dosage .reorder-product .delivery-time {
  margin: 0;
  flex-direction: column;
}

.my-account.reorder-other-dosage .reorder-product .delivery-time .icon-delivery {
  display: none;
}

.my-account.reorder-other-dosage .reorder-product .delivery-time__description {
  max-width: 100%;
  margin: 0;
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account.reorder-other-dosage .reorder-product .delivery-time__description strong {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.my-account.reorder-other-dosage .reorder-form h4 {
  margin-bottom: 35px;
}

.my-account.reorder-other-dosage .reorder-form .hint-top {
  margin-bottom: 15px;
  cursor: default;
}

.my-account.reorder-other-dosage .reorder-form .choose-quantity, .my-account.reorder-other-dosage .reorder-form .chose-dosage {
  margin-bottom: 5px;
}

.my-account.reorder-other-dosage .reorder-form .btn {
  padding: 0 10px;
}

.my-account.reorder-other-dosage .reorder-form .sp-price-text {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #0d2c54;
}

@media only screen and (min-width: 768px) {
  .my-account.reorder-other-dosage .reorder-product {
    flex-direction: row;
    padding: 30px;
  }
  .my-account.reorder-other-dosage .reorder-product__image {
    margin: 0 20px 0 0;
    padding: 5px 30px;
  }
  .my-account.reorder-other-dosage .reorder-product__image img {
    width: 120px;
    height: 120px;
  }
  .my-account.reorder-other-dosage .reorder-product__information .title {
    margin-bottom: 5px;
    text-align: left;
  }
  .my-account.reorder-other-dosage .reorder-product .check-bullets {
    margin: 0;
  }
  .my-account.reorder-other-dosage .reorder-product .delivery-time .icon-delivery {
    display: block;
  }
  .my-account.reorder-other-dosage .reorder-product .delivery-time__description {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .my-account.reorder-other-dosage .reorder-product .delivery-time__description strong {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .my-account.reorder-other-dosage .reorder-product {
    padding: 30px 60px;
  }
  .my-account.reorder-other-dosage .reorder-form h4 {
    margin-bottom: 30px;
  }
  .my-account.reorder-other-dosage .reorder-form .choose-quantity, .my-account.reorder-other-dosage .reorder-form .chose-dosage {
    margin-bottom: 15px;
  }
  .my-account.reorder-other-dosage .reorder-form .btn {
    min-width: 385px;
  }
  .my-account.reorder-other-dosage .reorder-form .sp-price-text {
    margin-left: auto;
    width: 385px;
    padding: 0 10px;
  }
}
.my-account.newsletter .current-status__title {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
}

.my-account.newsletter .current-status .text-success {
  margin-bottom: 30px;
}

.my-account.newsletter .link-underlined {
  padding: 0;
  margin: 0;
  background: transparent;
  border: 0;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
}

.my-account.newsletter .preferences-form {
  margin: 30px 0;
}

.my-account.newsletter .fz-15 {
  margin-bottom: 30px;
}

.my-account.newsletter b {
  display: block;
  color: #0d2c54;
}

.my-account.newsletter b + p:not(.fz-15) {
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
}

.my-account.newsletter .custom-text {
  font-size: 14px;
  font-size: 0.875rem;
}

.my-account.newsletter .custom-checkbox {
  position: relative;
  top: 2px;
}

.my-account.newsletter .preferences-options .form-group {
  margin: 15px 0;
}

.my-account.newsletter .preferences-footer p {
  font-size: 14px;
  font-size: 0.875rem;
}

.my-account.newsletter .hidden {
  display: none;
}

@media only screen and (min-width: 1200px) {
  .my-account.newsletter .subscription {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .my-account.newsletter .current-status .text-success, .my-account.newsletter .current-status__result {
    margin-bottom: 0;
  }
}
.subscription__description {
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  font-weight: 400;
}

.subscription .cancel-subscription {
  font-family: Poppins, sans-serif;
  color: #98a0af;
  text-decoration: underline;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

.subscription .cancel-subscription:hover {
  text-decoration: none;
}

.subscription-box .questionnaire-wrapper .subscription .btn, .subscription .btn.small, .subscription .subscription-box .questionnaire-wrapper .btn {
  margin: 0;
}

.subscription .cancel-subscription {
  margin-top: 30px;
}

.subscription .save-subscription {
  transition: all 0.25s ease-in-out;
}

.subscription .save-subscription.hide {
  opacity: 0;
  pointer-events: none;
}

.subscription__steps {
  margin-bottom: 60px;
  padding: 60px 20px;
  background-color: #e7fcf7;
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  border-radius: 30px 6px;
}

.subscription__steps .steps-title {
  margin-bottom: 15px;
  color: #11ddac;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.subscription__steps .steps-description {
  margin-bottom: 30px;
  color: #11ddac;
  font-weight: 500;
}

.subscription__steps .steps-list {
  margin: 0 -15px;
}

.subscription__steps .steps-item {
  width: 100%;
  margin: 0 15px 30px;
}

.subscription__steps .steps-item:last-child {
  margin-bottom: 0;
}

.subscription__steps .steps-item .number {
  color: #11ddac;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
}

.subscription__steps .steps-item .steps-text {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

.subscription .good-to-know__title {
  margin-bottom: 30px;
}

.subscription .good-to-know__list li {
  display: flex;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.subscription .good-to-know__list .circle-icon {
  flex-shrink: 0;
  margin-right: 6px;
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c6f4e9;
}

.subscription .good-to-know__list .circle-icon:after {
  font-family: icomoon;
  position: absolute;
  content: "\e904";
  color: #11ddac;
  font-size: 8px;
  top: 4px;
  left: 5px;
}

.subscription__unavailable .heading {
  color: #0d2c54;
  display: block;
  text-align: center;
  margin: 0 auto 30px;
}

.subscription__unavailable .image {
  max-height: 365px;
  margin: auto;
  display: block;
  width: 100%;
}

.subscription-box {
  margin-bottom: 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 6px;
}

.subscription-box .title {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
  font-weight: 700;
}

.subscription-box__row {
  position: relative;
  padding: 20px;
  border-top: 1px solid #eef1f6;
}

.subscription-box__row:first-child {
  border-top: none;
}

.subscription-box__image-container {
  margin: 0;
  width: 100px;
  height: 100px;
}

.subscription-box__image-container img {
  max-width: 100%;
  vertical-align: middle;
}

.subscription-box__heading {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.subscription-box__heading .confirm-plan {
  display: flex;
  align-items: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 20px;
  background-color: #ffebeb;
  border-radius: 20px;
}

.subscription-box__heading .confirm-plan--link {
  font-family: Poppins, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ef4747;
  font-weight: 700;
}

.subscription-box__heading .confirm-plan--link span {
  margin-left: 5px;
  text-decoration: underline;
}

.subscription-box__heading .confirm-plan--link:hover, .subscription-box__heading .confirm-plan--link:hover .icon {
  text-decoration: none;
}

.subscription-box__heading .confirm-plan .icon {
  color: #ef4747;
  font-weight: 700;
  font-size: 15px;
}

.subscription-box__product-name {
  color: #0d2c54;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.subscription-box__product-price {
  position: absolute;
  max-width: 90px;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.subscription-box__product-price .subscription_price {
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
}

.subscription-box__product-price .regular-price {
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.subscription-box__product-info {
  display: flex;
}

.subscription-box__product-info.hidden {
  display: none;
}

.subscription-box__product-info .product-info-list__item {
  margin-right: 30px;
  margin-bottom: 15px;
}

.subscription-box__product-info .product-info-list__item.flex-shrink-0 {
  flex-shrink: 0;
}

.subscription-box__product-info .product-info-list__item .title {
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.subscription-box__product-info .product-info-list__item .value {
  color: #656d79;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.subscription-box .edit {
  margin-left: 30px;
  color: #11ddac;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  cursor: pointer;
}

.subscription-box .edit span {
  text-decoration: underline;
}

.subscription-box .edit .icon {
  margin-left: 10px;
  font-weight: 500;
  font-size: 20px;
}

.subscription-box .edit.edit-m-1 {
  position: absolute;
  top: 20px;
  right: 20px;
}

.subscription-box .edit:hover, .subscription-box .edit:hover span {
  text-decoration: none;
}

.subscription-box__edit-box {
  padding: 20px;
}

.subscription-box .edit-subscription-box__wrap {
  margin: 0 -7.5px;
}

.subscription-box .edit-subscription-box__row {
  width: 100%;
}

.subscription-box .edit-subscription-box__row .item {
  flex: 1;
  margin: 0 7.5px 10px;
  position: relative;
}

.subscription-box .edit-subscription-box__row .item .select2-container--disabled .discount-label {
  background-color: #98a0af;
}

.subscription-box .data-change-wrapper .data-row {
  border-radius: 6px;
  background-color: #e7fcf7;
  margin-bottom: 10px;
}

.subscription-box .data-change-wrapper .custom-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px;
}

.subscription-box .data-change-wrapper .custom-row .value {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  font-weight: 700;
}

.subscription-box .data-change-wrapper .delivery-address-form {
  width: 100%;
}

.subscription-box .data-change-wrapper .address-form-item .form-group {
  flex: 1;
  margin: 0 7.5px 10px;
}

.subscription-box .data-change-wrapper .edit-body__wrap {
  padding: 0 20px 20px;
}

.subscription-box .data-change-wrapper .edit-body.delivery-address-form .edit-body__wrap {
  padding: 20px;
  border-top: 1px solid #c6f4e9;
}

.subscription-box .data-change-wrapper .delivery-address__container {
  margin: 0 -7.5px;
}

.subscription-box .data-change-wrapper .custom-switch {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  line-height: 2;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.subscription-box .data-change-wrapper .custom-switch .custom-radio {
  border-color: #dbe1eb;
}

.subscription-box .data-change-wrapper .custom-switch :checked + .custom-radio {
  border-color: #11ddac;
}

.subscription-box .data-change-wrapper .delivery-radio {
  margin-bottom: 15px;
}

.subscription-box .data-change-wrapper .input-row {
  width: 100%;
}

.subscription-box .questionnaire-wrapper #questionnaire-toggle-wrapper ~ .questionnaire-list {
  margin-top: 30px;
}

.subscription-box .questionnaire-wrapper .questionnaire-edit-message {
  background: #0d2c54;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  padding: 20px;
}

.subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-text p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-buttons .btn {
  margin-bottom: 15px;
  line-height: 20px;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-title:not(:first-child) {
  margin-top: 30px;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  padding: 20px 0;
  box-shadow: inset 0 -1px 0 #dbe1eb;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons {
  align-items: stretch;
  padding: 0;
  box-shadow: none;
  margin: 30px 0 0;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons .btn {
  padding: 10px;
  height: auto;
  width: 100%;
  word-break: break-word;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons .btn.open-questionnaire-edit {
  margin-bottom: 15px;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-title {
  font-size: 16px;
  font-size: 1rem;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-question {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  margin: 0 0 10px;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-question ul li {
  font-family: Roboto, sans-serif;
  padding: 0 0 0 15px;
  position: relative;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-question ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: #656d79;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

.subscription-box .questionnaire-wrapper .questionnaire-list .prescription-answer {
  border: 1px solid #98a0af;
  color: #98a0af;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 30px;
  width: 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.subscription-box .questionnaire-wrapper .questionnaire-item-title {
  padding: 0;
}

.subscription-box .questionnaire-wrapper .questionnaire-item-title .question-title {
  font-size: 16px;
  font-size: 1rem;
}

.subscription-box .questionnaire-wrapper .form-check .form-check-label.custom-radio {
  line-height: 20px;
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .subscription .cancel-subscription {
    margin-top: 0;
  }
  .subscription .save-subscription {
    max-width: 40%;
  }
  .subscription__unavailable .heading {
    margin: 60px auto 30px;
  }
  .subscription-box .data-change-wrapper .data-row {
    margin-bottom: 15px;
  }
  .subscription-box .questionnaire-wrapper #questionnaire-toggle-wrapper ~ .questionnaire-list {
    margin-top: 45px;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message {
    padding: 30px;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-text {
    text-align: center;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-buttons .btn {
    width: auto;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-buttons .btn.open-questionnaire-edit {
    margin-right: 15px;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-buttons .btn:hover {
    background-color: #11ddac;
    color: #fff;
    border-color: #11ddac;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-edit-message .promo-link {
    text-align: center;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-title:not(:first-child) {
    margin-top: 45px;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row {
    flex-direction: row;
    align-items: center;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons {
    margin: 45px 0 0;
    flex-direction: column;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons .btn:hover {
    background-color: #11ddac;
    color: #fff;
    border-color: #11ddac;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-question {
    margin: 0 30px 0 0;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-answer {
    width: auto;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-item-title {
    border: 0;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-item-title:first-of-type {
    padding-top: 0;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-item-title .question-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-item-title + .questionnaire-item {
    border-top: 0;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-item {
    padding: 20px 0;
  }
  .subscription-box .questionnaire-wrapper .submit-checkout .btn {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .subscription__steps {
    margin-bottom: 90px;
    padding: 60px;
    border-radius: 30px 6px;
  }
  .subscription__steps .steps-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 15px;
    margin-left: 80px;
    margin-right: 80px;
  }
  .subscription__steps .steps-description {
    margin-bottom: 50px;
  }
  .subscription__steps .steps-list {
    margin: 0 -30px;
  }
  .subscription__steps .steps-item {
    width: calc(33.3% - 60px);
    margin: 0 30px;
  }
  .subscription-box__image-container {
    margin: 0 30px 0 0;
  }
  .subscription-box__heading {
    margin: 0;
  }
  .subscription-box__product-price {
    max-width: 100%;
  }
  .subscription-box .data-change-wrapper .form-group, .subscription-box__product-info .product-info-list__item {
    margin-bottom: 0;
  }
  .subscription-box .data-change-wrapper .custom-row {
    padding: 30px;
  }
  .subscription-box .data-change-wrapper .delivery-address-form .btn {
    margin: 0 auto;
  }
  .subscription-box .data-change-wrapper .edit-body__wrap {
    padding: 0 30px 30px;
  }
  .subscription-box .data-change-wrapper .edit-body.delivery-address-form .edit-body__wrap {
    padding: 30px;
  }
  .subscription-box .questionnaire-wrapper .questionnaire-list .prescription-row.buttons {
    margin: 45px 30px 0;
  }
  .subscription-box .edit-subscription-box__row .item {
    margin: 0 7.5px 15px;
  }
}
.questionnaire_default .questionnaire .buttons {
  display: flex;
  justify-content: flex-end;
}

.questionnaire_default .questionnaire .buttons .btn.btn-green {
  margin: 0;
}

@media screen and (min-width: 768px) {
  .questionnaire_default .questionnaire .questionnaire-item .question {
    max-width: 70%;
  }
  .questionnaire_default .questionnaire .questionnaire-item .answer:not(.photo-diagnosis):not(.photo-selection) {
    max-width: 30%;
  }
}
.questionnaire-confirmed-page {
  background-color: #f7f7f7;
  flex: 1;
  -ms-flex: none;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.questionnaire-confirmed-page .header-image {
  margin: 0 0 30px;
}

.questionnaire-confirmed-page .header-image .image {
  height: 180px;
  display: block;
  margin: auto;
}

.questionnaire-confirmed-page .title {
  margin: 0 0 15px;
}

.questionnaire-confirmed-page .body-text {
  color: #0d2c54;
  font-size: 18px;
  font-size: 1.125rem;
}

.questionnaire-confirmed-page .login-btn-wrapper {
  margin: 30px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .questionnaire-confirmed-page {
    align-items: flex-start;
    padding: 90px 0;
  }
}
@media screen and (min-width: 768px) {
  .questionnaire-confirmed-page .header-image {
    margin: 0 0 60px;
  }
  .questionnaire-confirmed-page .header-image .image {
    height: 240px;
  }
  .questionnaire-confirmed-page .title {
    margin: 0 0 5px;
  }
  .questionnaire-confirmed-page .login-btn-wrapper {
    margin: 60px 0 0;
  }
  .questionnaire-confirmed-page .login-btn-wrapper .btn {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding: 0 60px;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), screen and (min-width: 768px) and (-ms-high-contrast: none) {
  .questionnaire-confirmed-page .login-btn-wrapper .btn {
    max-width: 360px;
  }
}
@media screen and (min-width: 1200px) {
  .questionnaire-confirmed-page {
    padding: 120px 0;
  }
}
.treatment-instructions__title {
  margin-bottom: 30px;
}

.treatment-instructions__wrap {
  background-color: #fff;
  padding: 20px 16px 5px;
  border: 1px solid #eef1f6;
  border-top: none;
}

.treatment-instructions__info-title {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
  font-weight: 700;
}

.treatment-instructions__info-description {
  font-size: 14px;
  font-size: 0.875rem;
}

.treatment-instructions__btn-wrap {
  text-align: center;
}

.treatment-instructions__btn-wrap .btn {
  display: inline-block;
  margin-top: 60px;
}

.treatment-instructions .orders-item {
  display: flex;
  background-color: #fff;
  border: 1px solid #eef1f6;
}

.treatment-instructions .orders-item__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 45px;
}

.treatment-instructions .orders-item__image img {
  width: 170px;
  height: 170px;
}

.treatment-instructions .orders-item__description {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 0 20px 24px;
  border-bottom: 1px solid #eef1f6;
}

.treatment-instructions .orders-item__description .orders-name {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 16px;
}

.treatment-instructions .orders-item__description .description-links li {
  margin-right: 25px;
}

.treatment-instructions .orders-item__description .description-links__item {
  font-size: 12px;
  font-size: 0.75rem;
}

.treatment-instructions .orders-item__info {
  max-width: 100%;
  padding: 20px 20px 30px;
}

.treatment-instructions .orders-item__info .orders-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.treatment-instructions .orders-item__info .orders-info__col {
  margin-bottom: 6px;
}

.treatment-instructions .orders-item__info .orders-info__col:last-child {
  margin-bottom: 0;
}

.treatment-instructions .orders-item__info .orders-info__col + .btn-wrapper {
  margin-top: 20px;
}

.treatment-instructions .orders-item__info .orders-info__item, .treatment-instructions .orders-item__info .orders-info__title {
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
}

.treatment-instructions .orders-item__info .orders-info__title {
  margin-right: 10px;
  color: #98a0af;
}

.treatment-instructions .orders-item__info .orders-info__item {
  color: #656d79;
}

.treatment-instructions .btn-wrapper, .treatment-instructions .btn-wrapper .btn {
  width: auto;
}

@media only screen and (min-width: 1200px) {
  .treatment-instructions__wrap {
    padding: 40px 44px 25px;
  }
  .treatment-instructions__info-title {
    margin-bottom: 10px;
  }
  .treatment-instructions .orders-item {
    border: 1px solid #eef1f6;
  }
  .treatment-instructions .orders-item__image {
    padding: 27px 45px;
    border-right: 1px solid #eef1f6;
    border-bottom: none;
  }
  .treatment-instructions .orders-item__description {
    padding: 32px 14px 32px 35px;
    border-right: 1px solid #eef1f6;
    border-bottom: none;
  }
  .treatment-instructions .orders-item__description .orders-name {
    margin-bottom: 16px;
  }
  .treatment-instructions .orders-item__description .description-links {
    margin-bottom: 28px;
  }
  .treatment-instructions .orders-item__description .description-links li {
    margin-right: 25px;
  }
  .treatment-instructions .orders-item__info {
    max-width: 210px;
    padding: 24px 35px;
  }
  .treatment-instructions .orders-item__info .orders-info__title {
    margin-right: 0;
  }
}
.my-id-data__title {
  margin-bottom: 30px;
}

.id-data__status-box {
  padding: 20px;
}

.id-data__form-wrap, .id-data__status-box {
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 6px;
}

.id-data__form-wrap {
  padding: 30px 20px;
}

.id-data__form-head {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.id-data__form-input {
  position: relative;
}

.id-data__form-input .file-name {
  display: none;
  position: relative;
  padding-left: 35px;
}

.id-data__form-input .file-name:before {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  position: absolute;
  top: -4px;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
  border-radius: 50%;
}

.id-data__form-input .select-file {
  position: relative;
  margin-bottom: 15px;
  width: 100%;
  padding: 12px 38px 12px 18px;
  border: 1px solid #eef1f6;
  border-radius: 6px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.id-data__form-input .select-file:not(:first-child) {
  display: none;
}

.id-data__form-input .select-file.events-none {
  pointer-events: none;
}

.id-data__form-input .file-remove {
  position: absolute;
  right: 20px;
  top: calc(50% - 9px);
  width: 20px;
  height: 20px;
  margin-left: auto;
  color: #98a0af;
  font-size: 18px;
  font-weight: 700;
}

.id-data__form-input a {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.id-data__form-input .click-to-select {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #98a0af;
}

.id-data__form-input .click-to-select:after {
  position: absolute;
  right: -20px;
  top: -5px;
  content: "\e99d";
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #e7fcf7;
  color: #11ddac;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: icomoon;
  text-align: center;
}

.id-data__files-info .type-doc-title {
  margin-bottom: 10px;
  font-weight: 700;
}

.id-data__files-info .type-doc-name, .id-data__files-info .type-doc-title {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

.id-data__files-info .type-doc-name {
  position: relative;
  padding-left: 13px;
  margin: 0 0 5px 5px;
  font-weight: 400;
}

.id-data__files-info .type-doc-name:before {
  position: absolute;
  left: 0;
  top: 8.5px;
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #0d2c54;
}

.id-data__after-submit .file-icon-check {
  position: relative;
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
  border-radius: 50%;
}

.id-data__after-submit .file-icon-check:before {
  font-family: icomoon;
  content: "\e986";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}

.id-data__after-submit .id-data__form-head {
  margin-bottom: 5px;
}

.id-data .file-name, .id-data .file-size {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
}

.id-data .status-box__name {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
}

.id-data .status-box__not-verified {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #ef4747;
}

.id-data .form-text {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
}

.id-data .file-remove {
  display: none;
  pointer-events: auto;
}

.id-data .btn.btn-disabled:not(:disabled) {
  pointer-events: none;
}

.id-data .btn.btn-green.btn-disabled:not(:disabled) {
  background-color: rgba(17, 221, 172, 0.3) !important;
}

@media only screen and (min-width: 1200px) {
  .id-data__form-wrap, .id-data__status-box {
    margin-bottom: 30px;
    padding: 35px 30px;
  }
  .id-data__form-head {
    margin-bottom: 15px;
  }
  .id-data__form-input .select-file {
    padding: 16px 20px;
  }
  .id-data__form-input .select-file .file-name {
    padding-left: 48px;
  }
  .id-data__form-input .select-file .file-name, .id-data__form-input .select-file .file-size {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .id-data__form-input .select-file:not(:first-child) {
    display: none;
  }
  .id-data__form-input .click-to-select {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .id-data__form-input .click-to-select:after {
    top: -3px;
    right: 0;
  }
  .id-data__after-submit {
    margin: 30px 0;
  }
  .id-data .form-text {
    margin-bottom: 20px;
  }
}
.auth.login-page {
  padding: 90px 0 60px;
}

.auth.login-page h2 {
  text-align: center;
  margin: 0 0 30px;
}

.auth.login-page .tm-auth-form .form-group {
  margin-bottom: 10px;
}

.auth.register-form {
  padding: 60px 0 30px;
  background-color: #f7f7f7;
}

.auth.register-form .hint-top {
  margin-bottom: 5px;
}

.auth.register-form .hint-top:after {
  content: " *";
  color: #ef4747;
}

.auth.register-form .form-group, .auth.register-form .form-text {
  margin-bottom: 10px;
}

.auth.register-form .heading {
  color: #11ddac;
  margin-bottom: 5px;
  text-align: center;
}

.auth.register-form .sub-heading {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #98a0af;
  margin-bottom: 60px;
  text-align: center;
}

.auth.register-form .agree-block {
  margin: 10px 0 5px;
}

.auth.register-form .back-link {
  margin: 45px 0 0;
}

.auth.password-reset {
  padding: 90px 0 120px;
  flex: 1;
  -ms-flex: auto;
}

.auth.password-reset ~ .footer {
  background-color: #fff;
}

.auth.password-reset h2:not(.set-password__title) {
  text-align: center;
  margin: 0 0 30px;
}

.auth.password-reset .form-group {
  margin-bottom: 10px;
}

.auth.password-reset .form-text {
  margin-bottom: 20px;
}

.auth .set-password__title {
  margin: 0 0 5px;
}

.auth .set-password__subtitle {
  color: #0d2c54;
  margin: 0 0 30px;
}

.auth .btn-green {
  width: 100%;
  font-weight: 700;
}

.auth .help-block {
  margin: 15px 0 30px;
  text-align: center;
}

.auth .go-to-reg {
  margin-bottom: 60px;
  text-align: center;
}

.auth .go-to-reg .title {
  margin: 0;
  color: #0d2c54;
}

.auth .go-to-reg .link-underlined {
  font-family: Roboto, sans-serif;
}

.auth .link-underlined.gray {
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.auth .link-underlined.gray:after {
  background-color: #98a0af;
}

@media only screen and (min-width: 1200px) {
  .auth.login-page {
    padding: 120px 0;
  }
  .auth.login-page h2 {
    text-align: left;
    margin: 0 -60px 30px 0;
  }
  .auth.register-form {
    padding: 60px 0 90px;
  }
  .auth.register-form .form-group, .auth.register-form .form-text, .auth.register-form .hint-top {
    margin-bottom: 15px;
  }
  .auth.password-reset h2:not(.set-password__title) {
    margin: 0 -40px 60px;
  }
  .auth .help-block {
    text-align: left;
  }
  .auth .go-to-reg {
    display: flex;
    margin-bottom: 0;
    text-align: left;
  }
  .auth .go-to-reg .title {
    margin: 0 10px 0 0;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .auth.password-reset ~ .footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.office {
  padding: 0 15px;
  margin-top: 60px;
}

.office-header {
  text-align: center;
  display: block;
  max-width: 330px;
  margin: 0 auto 30px;
  color: #0d2c54;
}

.office-adv {
  position: relative;
  padding: 30px 0;
}

.office-adv:before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 0;
  bottom: 0;
  background-color: #e7fcf7;
  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;
}

.office-item {
  position: relative;
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 20px 35px rgba(11, 159, 124, 0.15);
  border-radius: 6px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.office-item .icon {
  font-size: 22px;
  margin-right: 20px;
  color: #11ddac;
}

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

.office-title {
  display: block;
  color: #11ddac;
  font-family: Roboto, sans-serif;
}

.office-desc {
  display: none;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .office {
    padding: 0;
    margin-left: 70px;
    margin-top: 0;
  }
  .office-adv {
    padding: 0 60px;
  }
  .office-adv:before {
    left: 0;
    right: 0;
    top: 60px;
    bottom: 60px;
  }
  .office-item {
    border-radius: 12px;
  }
  .office-desc {
    display: block;
  }
}
.auth.identification {
  padding: 90px 0 60px;
}

.auth.identification h2 {
  text-align: center;
  margin: 0 0 30px;
}

.auth.identification .identification__title {
  margin-bottom: 0;
}

.auth.identification .identification__subtitle {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.auth.identification .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.checkout-step-identification h2 {
  text-align: center;
  margin: 0 0 30px;
}

.checkout-step-identification .identification__title {
  margin-bottom: 0;
}

.checkout-step-identification .identification__subtitle {
  margin-bottom: 30px;
  display: block;
  text-align: center;
}

.checkout-step-identification .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.signicat-register-form {
  padding: 90px 0 60px;
  background-color: #f7f7f7;
  min-height: inherit;
}

.signicat-register-form .identification__form {
  margin: 0 auto;
  border-radius: 30px 6px;
  padding: 30px;
  max-width: 460px;
  background-color: #fff;
}

.signicat-register-form .identification__form .heading {
  margin-bottom: 10px;
}

.signicat-register-form .identification__form .identification__subtitle {
  font-size: 16px;
  font-size: 1rem;
  color: #656d79;
  margin-bottom: 30px;
  display: block;
}

.signicat-register-form .identification__form .agree-block {
  margin: 5px 0;
}

.signicat-register-form .identification__form .custom-switch {
  flex-wrap: wrap;
  flex-direction: column;
}

.signicat-register-form .identification__form .text__privacy {
  margin-top: 15px;
  color: #98a0af !important;
  width: 100%;
}

.signicat-register-form .identification__form .text__privacy * {
  color: #98a0af;
}

.signicat-register-form .identification__form .btn {
  display: block;
}

.footer {
  margin-top: auto;
}

@media only screen and (min-width: 1200px) {
  .auth.identification {
    padding: 120px 0;
  }
  .auth.identification h2 {
    text-align: left;
    margin: 0 -60px 30px 0;
  }
  .auth.identification .identification__title {
    margin-bottom: 0;
  }
  .auth.identification .identification__subtitle {
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
  .checkout-step-identification h2 {
    text-align: left;
    margin: 0 -60px 30px 0;
  }
  .checkout-step-identification .identification__title {
    margin-bottom: 0;
  }
  .checkout-step-identification .identification__subtitle {
    margin-bottom: 30px;
    display: block;
    text-align: left;
  }
  .signicat-register-form {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 576px) {
  .auth.identification .btn, .checkout-step-identification .btn[type=submit] {
    white-space: normal;
    word-break: normal;
    padding: 15px 30px;
    line-height: 1.6;
    height: auto;
  }
}
i::after, i::before {
  font-family: icomoon !important;
}

:root {
  --primary-white:white;
  --primary-black:black;
  --primary-green: #E7FCF7;
  --primary-blue: #0D2C54;
  --primary-lightgreen: #11DDAC;
  --primary-darkgreen: #00B086;
  --primary-gray:#f7f7f7;
  --sub-lightgreen: #3df5ca;
  --primary-danger:#ef4747;
  --sub-danger:#ffebeb;
  --primary-warning:#fe9f2f;
  --sub-warning:#fff3e6;
  --primary-success:#19d845;
  --sub-success:#e8fbec;
  --sub-gray:#dbe1eb;
  --deep-teal:#0A9281;
  --radiobutton-text-color:#656d79;
  --questionnaire-scrollbar-gray:#9295a0;
  --questionnaire-select-placeholder:#98A0AF;
  --desktop-container-padding:0px 15px;
  --desktop-col-12:1140px;
  --desktop-col-10:920px;
  --desktop-col-8:730px;
  --desktop-col-6:540px;
  --tablet-container:100%;
  --tablet-container-padding:0px 30px;
  --mobile-container-padding:0px 20px;
}

.checkout-step-prescription + .footer.footer-backlink, .checkout-step-prescription.checkout {
  background-color: #fff;
}

.footer.footer-purchase {
  margin-top: auto;
}

.consultation {
  padding: 0 0 40px;
}

.consultation__inform-icon-wrap {
  margin-bottom: 15px;
}

.consultation__inform-icon-wrap div {
  margin-right: 54px;
}

.consultation__inform-icon-wrap div:last-child {
  margin-right: 0;
}

.consultation__title {
  max-width: 100%;
  margin-bottom: 5px;
}

.consultation__subtitle-weight_loss_2 {
  color: black;
  font-size: 20px;
  font-weight: 500;
  font-family: Poppins;
}

.consultation__title-weight_loss_2 {
  max-width: 100%;
  color: black;
  font-size: 32px;
  font-weight: 700;
  font-family: Poppins;
  max-width: 610px;
}

.content-section-header .consultation__subtitle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
  color: #0d2c54;
}

.consultation__subtitle {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 30px;
  color: #0d2c54;
}

.consultation__footer {
  margin-top: 100px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.consultation__footer .popup-links {
  margin: 0 -15px 10px;
}

.consultation__footer .popup-links__item {
  margin: 0 15px;
}

.consultation__footer .popup-links__item .consultation-link {
  display: block;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

.consultation__slider {
  position: relative;
  max-width: 480px;
  flex: 1;
  margin: 0 auto 20px;
  border-radius: 60px 12px;
  background-color: #f7f7f7;
  padding: 30px 20px;
}

.consultation-new {
  flex-direction: column;
}

.consultation__slider-new {
  display: flex;
  justify-content: center;
  padding: 80px;
}

.consultation__slider-new .step-slider-new {
  display: flex;
  flex-direction: row;
  height: 300px;
  gap: 30px;
}

.start-consultation-erecipe-button {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 5px;
}

.start-consultation-erecipe-button * {
  font-family: Roboto, "sans-serif";
}

.consultation__slider--item .block__photo .step_1-new-DE {
  background: url(/img_v4/start-consultation/slide_1.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_1-new-FR {
  background: url(/img_v4/start-consultation/slide_1_fr.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_1-e_recipe-DE {
  background: url(/img_v4/start-consultation/slide_1_e_recipe.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_2-new-DE, .consultation__slider--item .block__photo .step_2-new-FR, .consultation__slider--item .block__photo .step_2-e_recipe-DE {
  background: url(/img_v4/start-consultation/slide_2.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_3-new-DE {
  background: url(/img_v4/start-consultation/slide_3.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_4-new-DE, .consultation__slider--item .block__photo .step_3-e_recipe-DE {
  background: url(/img_v4/start-consultation/slide_4.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_1-medical_cannabis-DE {
  background: url(/img_v4/start-consultation/slide_1.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_2-medical_cannabis-DE {
  background: url(/img_v4/start-consultation/step_2_cannabis.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_3-medical_cannabis-DE {
  background: url(/img_v4/start-consultation/slide_3.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_4-medical_cannabis-DE {
  background: url(/img_v4/start-consultation/slide_4.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_3-new-FR {
  background: url(/img_v4/start-consultation/slide_3.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_4-new-FR {
  background: url(/img_v4/start-consultation/slide_4_fr.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo-weight_loss_2 .step_1-weight_loss_2 {
  background: url(/img_v4/start-consultation/weight_loss_2/slide_1.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo-weight_loss_2 .step_2-weight_loss_2 {
  background: url(/img_v4/start-consultation/weight_loss_2/slide_2.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo-weight_loss_2 .step_3-weight_loss_2 {
  background: url(/img_v4/start-consultation/weight_loss_2/slide_3.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo-weight_loss_2 .step_4-weight_loss_2 {
  background: url(/img_v4/start-consultation/weight_loss_2/slide_4.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_1-sti-FR {
  background: url(/img_v4/start-consultation/slide_1_fr.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_2-sti-FR {
  background: url(/img_v4/start-consultation/slide_2.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_3-sti-FR {
  background: url(/img_v4/start-consultation/slide_3.png) no-repeat top/cover;
}

.consultation__slider--item .block__photo .step_4-sti-FR {
  background: url(/img_v4/start-consultation/slide_4_fr.png) no-repeat top/cover;
}

.block__photo {
  display: flex;
  width: 100%;
  justify-content: center;
}

.block__photo-weight_loss_2 {
  display: flex;
  width: fit-content;
  justify-content: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

.consultation-cards-container {
  display: flex;
  width: 100%;
  padding: 50px 0px;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.consultation-cards-container .slide-wrapper-new {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 38px 7.5px;
  background: #F7F7F7;
  padding: 38px 18px 0px 18px;
  width: 250px;
}

.slide-wrapper-new.de-sizing {
  height: 320px;
}

.slide-wrapper-cannabis {
  width: 300px !important;
}

@media screen and (max-width: 1200px) {
  .slide-wrapper-cannabis {
    width: 100% !important;
  }
}
.slide-wrapper-new.fr-sizing {
  height: 385px;
  min-width: 265px;
}

.consultation-cards-container .slide-wrapper-weight_loss_2 {
  position: relative;
  display: flex;
  border-radius: 10px;
  background: #F7F7F7;
  padding: 20px 18px 0px 18px;
  min-height: 356px;
  width: 255px;
}

.consultation__slider--item .step-block-new {
  display: flex;
  flex-direction: column;
  height: 50%;
}

.consultation__slider--item .step-block-new.carousel-card {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.consultation-carousel-arrows {
  display: flex;
  margin-top: 20px;
  gap: 90px;
}

.consultation-carousel-button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: var(--primary-lightgreen) solid 1px;
  color: var(--primary-lightgreen);
  background: white;
  transition: 0.5s;
}

.consultation-carousel-button:hover {
  color: white;
  background: var(--primary-lightgreen);
  transition: 0.5s;
}

.consultation-carousel-dots .slick-dots {
  gap: 10px;
}

.consultation-carousel-dots {
  padding-top: 9px;
}

.consultation-carousel-dots .slick-dots li button {
  padding: 0;
  box-sizing: border-box;
  background-color: #D9D9D9;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  font-size: 0;
}

.consultation-carousel-arrows .slick-dots {
  flex-direction: row;
  display: flex;
  height: 10px;
}

.consultation-carousel-dots .slick-dots .slick-active button {
  background-color: #747474;
}

.consultation-cards-container .slick-list {
  overflow: visible;
  margin-top: 20px;
}

.consultation-cards-container .slick-slide {
  margin-top: 100px;
  margin-right: 50px;
  margin-left: 50px;
  min-height: 200px;
}

.consultation__slider--item .block__photo .step {
  height: 150px;
  width: 150px;
  position: absolute;
  bottom: 0;
}

.consultation__slider--item .block__photo-weight_loss_2 .step {
  height: 190px;
  width: 190px;
}

.consultation__slider--item .block__photo .carousel_step {
  height: 150px;
  width: 150px;
  position: absolute;
  top: -100px;
}

.step_counter {
  color: #0D2C54;
  margin-top: 30px;
  margin-bottom: 20px;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}

.step_counter.counter_total {
  color: #9D9D9D;
}

.consultation__slider--item .block__photo .carousel_step::after {
  content: ""; /* Create a pseudo-element for the gradient */
  position: absolute; /* Position it over the image */
  bottom: 0; /* Place it at the bottom */
  left: 0;
  right: 0;
  height: 100px; /* Adjust the height of the fade as needed */
  background: linear-gradient(to bottom, transparent 50%, #F7F7F7);
}

.step-block-new .step-title-new {
  color: var(--secondary-700, #0D2C54);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.5%; /* 23.65px */
  margin-bottom: 21px;
  display: inline-block;
}

.step-title-new.fr-sizing {
  height: 65px;
}

.step-block-weight_loss_2 .step-title-weight_loss_2 {
  color: black;
  text-align: left;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 7px;
}

.step-block-new .carousel-card-title {
  color: var(--secondary-700, #0D2C54);
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 107.5%; /* 23.65px */
  margin-bottom: 21px;
  display: inline-block;
}

.step-block-new .step-text-new {
  margin-bottom: 10px;
  color: var(--neutrals-900, #2B2B2B);
  text-align: center;
  font-family: Poppins;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
}

.step-block-weight_loss_2 .step-text-weight_loss_2 {
  margin-bottom: 10px;
  color: black;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
}

.step-block-new .carousel-card-text {
  margin-bottom: 10px;
  color: var(--neutrals-600, #616161);
  text-align: center;
  font-family: Poppins;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
}

.slide-wrapper-new .blue-circle {
  position: absolute;
  top: -25px;
  background-color: #0D2C54;
  color: white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide-wrapper-weight_loss_2 .white-circle {
  position: absolute;
  bottom: 25px;
  background-color: white;
  color: black;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blue-circle .circle-text {
  text-align: center;
  color: white;
  font-weight: 700;
  font-size: 23px;
}

.mobile-button-container {
  margin-bottom: 30px;
}

.content-section-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.consultation-new .btn {
  width: auto;
  background-color: var(--primary-lightgreen);
  color: white;
  border-radius: 5px;
  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;
  min-width: 418px;
}

.content-section-container .submit-button {
  background-color: var(--primary-lightgreen);
  border-radius: 5px;
  min-width: 350px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-section-container .submit-button-new {
  background-color: var(--primary-lightgreen);
  border-radius: 35px;
  min-width: 350px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.submit-button-new .submit-button-text {
  color: white;
  font-size: 20px;
  font-weight: 700;
}

.submit-button .submit-button-text {
  color: white;
  font-size: 16px;
  font-weight: 700;
}

.consultation__inform {
  margin-bottom: 20px;
}

.start-consultation-sticky-button-container {
  display: none;
}

@media only screen and (max-width: 1200px) {
  .consultation__slider--item .block__photo .step {
    height: 110px;
    width: 110px;
    position: static;
  }
  .start-consultation-sticky-button-container {
    width: 100%;
    height: 90px;
    background-color: white;
    position: fixed;
    bottom: 0;
    transition: display 1s ease;
    display: flex;
    justify-content: center;
  }
  .consultation__slider--item .block__photo-weight_loss_2 .step_1-weight_loss_2 {
    background: url(/img_v4/start-consultation/weight_loss_2/slide_1_mobile.png) no-repeat top/cover;
  }
  .consultation__slider--item .block__photo-weight_loss_2 .step_2-weight_loss_2 {
    background: url(/img_v4/start-consultation/weight_loss_2/slide_2_mobile.png) no-repeat top/cover;
  }
  .consultation__slider--item .block__photo-weight_loss_2 .step_3-weight_loss_2 {
    background: url(/img_v4/start-consultation/weight_loss_2/slide_3_mobile.png) no-repeat top/cover;
  }
  .consultation__slider--item .block__photo-weight_loss_2 .step_4-weight_loss_2 {
    background: url(/img_v4/start-consultation/weight_loss_2/slide_4_mobile.png) no-repeat top/cover;
  }
  .step-text-weight_loss_2 {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .step-title-weight_loss_2 {
    font-size: 18px !important;
  }
  .consultation__slider--item .block__photo-weight_loss_2 .step {
    height: 124px;
    width: 114px;
  }
  .slide-wrapper-weight_loss_2 .white-circle {
    bottom: 10px;
    left: 10px;
    height: 20px;
    width: 20px;
  }
  .white-circle .circle-text {
    text-align: center;
    font-weight: 500;
    font-size: 13px;
  }
  .content-section-container .submit-button {
    margin-top: 15px;
  }
  .content-section-container .submit-button-new {
    margin-top: 30px;
  }
  .start-consultation-sticky-button-container .submit-button-new {
    margin-top: 15px;
    width: 100px;
  }
  .block__photo-weight_loss_2 {
    position: static;
    align-items: end;
    margin-right: 15px;
  }
  .consultation__title-weight_loss_2 {
    font-size: 24px;
  }
  .consultation__subtitle-weight_loss_2 {
    font-size: 18px;
  }
  .consultation-cards-container {
    flex-direction: column;
    padding: 0px;
  }
  .consultation-cards-container .step-slider-new {
    display: flex;
    flex-direction: column;
    text-align: left;
  }
  .consultation-cards-container .slide-wrapper-weight_loss_2 {
    width: 100%;
    min-height: 145px;
  }
  .consultation-cards-container .block__photo {
    width: fit-content;
    margin-right: 19px;
    display: flex;
    align-items: end;
  }
  .step-block-new.carousel-card .block__photo {
    margin-right: 0px;
  }
  .consultation-cards-container .step-title-new {
    text-align: left;
  }
  .consultation-cards-container .step-text-new {
    text-align: left;
    font-size: 10px;
  }
  .step-block-new .step-title-new {
    margin-bottom: 10px;
    height: auto;
  }
  .slide-wrapper-new .consultation__slider--item {
    display: flex;
    flex-direction: row-reverse;
  }
  .slide-wrapper-weight_loss_2 .consultation__slider--item {
    display: flex;
    flex-direction: row;
  }
  .consultation__slider-new .slide-wrapper-new {
    display: flex;
    width: 530px;
    height: 300px;
    margin-bottom: 20px;
    gap: 20px;
  }
  .consultation-cards-container .slide-wrapper-new {
    height: auto;
    width: auto;
  }
  .slide-wrapper-new .blue-circle {
    position: absolute;
    left: 0px;
    top: -20px;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 581px) {
  .step-block-new .step-text-new {
    font-size: 14px;
  }
}
@media only screen and (max-width: 764px) {
  .consultation__inform {
    margin-bottom: 25px;
  }
  .consultation-cards-container .slide-wrapper-new {
    padding-top: 15px;
  }
  .consultation-cards-container .step-title-new {
    font-size: 14px;
  }
  .consultation-cards-container .blue-circle {
    width: 35px;
    height: 35px;
    top: -10px;
  }
  .consultation-cards-container .circle-text {
    font-size: 21px;
  }
  .consultation-cards-container .white-circle .circle-text {
    font-size: 13px;
  }
}
.consultation__slider .step-slider {
  display: flex;
  flex-direction: column;
  position: relative;
  height: 300px;
  overflow-x: hidden;
}

.consultation__slider .step-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
}

.consultation__slider .step-slider .slick-track {
  display: flex;
  height: 100%;
}

.consultation__slider--item {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.consultation__slider--item .step-block {
  height: 100%;
  margin-bottom: 30px;
}

.consultation__slider--item .step-title {
  font-weight: 700;
}

.consultation__slider--item .step-bag, .consultation__slider--item .step-title {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
  text-align: center;
}

.consultation__slider--item .step-bag b, .consultation__slider--item .step-title b {
  display: inline-block;
}

.consultation__slider--item .step-text {
  margin-top: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #656d79;
  text-align: center;
}

.consultation__slider--item .doctor-block {
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}

.consultation__slider--item .doctor-block__message {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #656d79;
}

.consultation__slider--item .doctor-block__details {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #656d79;
}

.consultation__slider--item .doctor-block__photo {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #fff;
}

.consultation__slider--item .doctor-block__photo .step {
  height: 100%;
}

.consultation__slider--item .doctor-block__photo .step .step-photo img {
  background: no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .hasan_igde, .consultation__slider--item .doctor-block__photo .step_1 {
  background: url(/img_v4/doctors/step_1.png?v=2) no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .step_2 {
  background: url(/img_v4/doctors/step_2.png?v=2) no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .step_3 {
  background: url(/img_v4/doctors/step_3.png?v=2) no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .step_4, .consultation__slider--item .doctor-block__photo .yusuf_bobat {
  background: url(/img_v4/doctors/step_4.png?v=2) no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .austin {
  background: url(/img_v4/doctors/dr-austin.png?v=2) no-repeat top/cover;
}

.consultation__slider--item .doctor-block__photo .martina {
  background: url(/img_v4/doctors/martina.png?v=2) no-repeat top/cover;
}

.consultation__slider .arrow-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.consultation__slider .slide-wrapper {
  height: 100%;
  position: absolute;
  background-color: #f7f7f7;
  z-index: -2;
  transition: transform 0.25s ease-in-out;
}

.step-slider .leave-left {
  z-index: 0;
  transform: translateX(-100%);
}

.step-slider .show {
  z-index: 0;
}

.step-slider .setup-left {
  z-index: -2;
  transform: translateX(100%);
  transition: none;
}

.step-slider .leave-right {
  z-index: 0;
  transform: translateX(100%);
}

.step-slider .setup-right {
  z-index: -2;
  transform: translateX(-100%);
  transition: none;
}

.consultation__slider .arrow-left, .consultation__slider .arrow-right {
  position: relative;
  top: auto;
  transform: translateY(0);
  margin: 0 7.5px;
  background-color: transparent;
  border: 2px solid #11ddac;
}

.consultation .main-cta {
  width: 100%;
}

.consultation .btn.btn-green {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
}

@media (-ms-high-contrast: none), screen and (-ms-high-contrast: active) {
  .slide-wrapper {
    max-width: 360px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .consultation .btn.btn-green {
    max-width: 385px;
    min-width: 385px;
  }
  .consultation-new .btn {
    min-width: 418px;
  }
  .consultation__slider .arrow-wrap {
    gap: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .checkout-step-prescription .content-checkout {
    padding-bottom: 30px;
  }
  .consultation {
    padding: 60px 0 83px;
  }
  .consultation .main-cta {
    width: auto;
  }
  .consultation .btn.btn-green {
    margin-bottom: 0;
    width: auto;
    padding: 0 40px;
  }
  .consultation__slider {
    padding: 60px;
  }
  .consultation__slider--item .doctor-block__photo {
    width: 80px;
    height: 80px;
  }
}
.consultation-old-user {
  display: none;
}

.consultation-new-user {
  display: none;
}

.checkout {
  flex-grow: 1;
  background-color: #f7f7f7;
}

.checkout .hey__iframe {
  height: 93vh !important;
}

.content-checkout {
  padding: 0px 0 0px;
}

.content-checkout.title {
  margin-bottom: 0;
}

.content-checkout .subtitle {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  color: #656d79;
}

.content-checkout .desktop-form {
  margin: 0 -15px;
}

.content-checkout .mobile-form .nav-pills.column {
  padding-right: 15px;
}

.content-checkout .mobile-form .nav-pills.column &gt; .nav-item {
  margin-right: 0;
}

.content-checkout .mobile-form .nav-pills &gt; .nav-item.active {
  border: 1px solid #11ddac;
  border-radius: 6px;
  background-color: #fff;
}

.content-checkout .mobile-form .nav-pills &gt; .nav-item.active &gt; .nav-link {
  background-color: #e7fcf7;
  border-bottom: 0;
  -moz-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 0;
}

.content-checkout .nav-pills-wrap .nav-pills {
  margin-right: 0;
}

.content-checkout .nav-pills-wrap .nav-pills .hint-top {
  margin-top: 25px;
  margin-bottom: 15px;
}

.content-checkout .nav-pills-scroll-wrap {
  max-height: 481px;
  overflow-y: auto;
}

.content-checkout .nav-pills.column {
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}

.content-checkout .nav-pills.column &gt; .nav-item {
  width: 100%;
}

.content-checkout .nav-pills.column &gt; .nav-item .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  text-align: left;
}

.content-checkout .nav-pills.column &gt; .nav-item .nav-link.active {
  background-color: #e7fcf7;
}

.content-checkout .nav-pills.column &gt; .nav-item &gt; .nav-link.active:after {
  display: none;
}

.content-checkout .nav-pills.column &gt; .nav-item .category-price {
  display: block;
}

.content-checkout .nav-pills.column &gt; .nav-item .category-price.out-of-stock {
  font-size: 11px;
  font-size: 0.6875rem;
}

.content-checkout .nav-pills.column .long-lines .nav-link {
  justify-content: flex-start;
}

.content-checkout .nav-pills .nav-item.active .custom-radio:not(.subs-plan-radio), .content-checkout .nav-pills .nav-link.active .custom-radio:not(.subs-plan-radio) {
  position: relative;
  border: 2px solid #11ddac;
  background-color: transparent;
  transition: 0.2s ease-out;
}

.content-checkout .nav-pills .nav-item.active .custom-radio:not(.subs-plan-radio):after, .content-checkout .nav-pills .nav-link.active .custom-radio:not(.subs-plan-radio):after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto;
  border-radius: 50%;
  background-color: #11ddac;
}

.content-checkout .nav-pills .nav-item.active .category-price {
  color: #0d2c54;
}

.content-checkout .choose-product-dosage {
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  overflow: hidden;
  margin: 0 -15px 0 0;
  background-color: #fff;
}

.content-checkout .choose-product-dosage .catalog-name {
  display: block;
  padding: 0 0 30px;
  font-weight: 700;
  color: #0d2c54;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.content-checkout .choose-product-dosage .quantity-btn-wrapper {
  margin: 0 15px 15px 0;
}

.content-checkout .choose-treatment-wrapper {
  padding: 15px 20px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;
}

.content-checkout .choose-treatment-wrapper .btn.submit-button {
  margin-top: 15px;
  width: 100%;
  padding: 0 10px;
}

.content-checkout .choose-treatment-wrapper .no-preference .title {
  color: #0d2c54;
  margin: 0 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.content-checkout .choose-treatment-wrapper .no-preference .description {
  font-size: 14px;
  font-size: 0.875rem;
}

.content-checkout .choose-treatment-wrapper .error-message {
  margin: 5px 0 0;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #ef4747;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (min-width: 768px) {
  .content-checkout {
    padding: 40px 0 90px;
  }
  .content-checkout .title {
    margin-bottom: 60px;
  }
  .content-checkout .title.mb-0 {
    margin-bottom: 0;
  }
  .content-checkout .subtitle.lg {
    max-width: 920px;
    margin: 0 auto 60px;
  }
  .content-checkout .choose-product-dosage .chose-dosage {
    margin-bottom: 15px;
  }
  .content-checkout .choose-product-dosage .chose-dosage .nav-item {
    margin: 0 15px 15px 0;
  }
  .content-checkout .choose-product-dosage .hint-top {
    margin-bottom: 15px;
  }
  .content-checkout .choose-treatment-wrapper .no-preference .title {
    margin: 0 0 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .content-checkout .choose-treatment-wrapper .no-preference .description {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .content-checkout .choose-treatment-wrapper {
    padding: 30px;
  }
  .content-checkout .choose-treatment-wrapper .no-preference {
    padding: 30px 30px 125px;
  }
}
.content-checkout .mobile-form .discount-notification {
  margin: 30px 0;
}

.content-checkout .quote-doctor {
  margin: 30px 0 0;
}

.content-checkout .quote-doctor__text {
  margin: 0 20px;
  position: relative;
}

.content-checkout .quote-doctor__text p {
  position: relative;
  font-weight: 400;
  color: #0d2c54;
  font-size: 13px;
  font-size: 0.8125rem;
}

.content-checkout .quote-doctor__text p .first, .content-checkout .quote-doctor__text p .last {
  font-size: 32px;
  font-size: 2rem;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  line-height: 0.2;
}

.content-checkout .quote-doctor__text p .first {
  position: absolute;
  left: -20px;
  top: 9px;
}

.content-checkout .quote-doctor__text p .last {
  position: relative;
  right: -5px;
  bottom: -20px;
}

.content-checkout .quote-doctor__about-doktor {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-checkout .quote-doctor__details .name {
  margin-bottom: 0;
  color: #0d2c54;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
}

.content-checkout .quote-doctor__details .profession {
  margin-bottom: 0;
  color: #656d79;
  font-size: 12px;
  font-size: 0.75rem;
}

.content-checkout .prescribing {
  margin-top: 30px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .content-checkout .desktop-form .pl-0 {
    padding-left: 0;
  }
  .content-checkout .desktop-form .pr-45 {
    padding-right: 45px;
  }
  .content-checkout .desktop-form h2 {
    margin: 0 0 15px;
    text-align: left;
  }
  .content-checkout .desktop-form .discount-notification {
    margin: 30px 0;
  }
  .content-checkout .quote-doctor {
    margin: 30px 0;
    padding: 0 0 0 18px;
  }
  .content-checkout .quote-doctor__text {
    margin: 0;
  }
  .content-checkout .quote-doctor__text p .first, .content-checkout .quote-doctor__text p .last {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .content-checkout .quote-doctor__text p .first {
    left: -20px;
    top: 15px;
  }
  .content-checkout .quote-doctor__text p .last {
    bottom: -28px;
  }
  .content-checkout .quote-doctor__about-doktor {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .content-checkout .quote-doctor__details {
    margin: 0 0 0 25px;
  }
  .content-checkout .nav-pills-wrap.evaluation {
    margin: 0 -30px 0 0;
  }
}
/*! * Bootstrap Grid v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col, .no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.modal, .modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}

.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer &gt; :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer &gt; :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

label {
  cursor: pointer;
}

:focus {
  outline: none;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], select, textarea {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.resetList {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  border-color: transparent;
}

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

img[data-src], img[data-srcset] {
  min-height: 1px !important;
  min-width: 1px !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.alert {
  border-radius: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  padding: 15px 15px 15px 40px !important;
  margin: 0 0 30px;
  position: relative;
}

.alert:before {
  font-family: icomoon;
  width: 18px;
  height: 18px;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert.warning {
  background-color: #fff3e6;
  color: #fe9f2f;
}

.alert.warning:before {
  content: "\e997";
}

.alert.danger {
  background-color: #ffebeb;
  color: #ef4747;
}

.alert.danger:before {
  content: "\e96e";
}

.alert.success {
  background-color: #e8fbec;
  color: #19d845;
}

.alert.success:before {
  content: "\e986";
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .alert {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
* {
  font-family: Poppins, sans-serif;
  line-height: 150%;
}

:focus {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

main {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.heading-style, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  word-break: break-word;
  color: #0d2c54;
  line-height: 150%;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.heading-style, h2 {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3.title-small, h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4.title-small, h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  color: #656d79;
  margin-top: 0;
}

p.fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

p.fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

p.fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

p strong {
  font-family: Roboto, sans-serif;
}

.body-l, .body-m, .body-s, .body-xl, .body-xs {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.body-l.bold, .body-m.bold, .body-s.bold, .body-xl.bold, .body-xs.bold {
  font-weight: 700;
}

.body-xl {
  font-size: 18px;
  font-size: 1.125rem;
}

.body-l {
  font-size: 16px;
  font-size: 1rem;
}

.body-m {
  font-size: 15px;
  font-size: 0.9375rem;
}

.body-s {
  font-size: 14px;
  font-size: 0.875rem;
}

.body-xs {
  font-size: 12px;
  font-size: 0.75rem;
}

a, a:hover {
  color: #11ddac;
}

a[href^=tel] {
  color: inherit;
}

.text-green {
  color: #11ddac;
}

.o-h, .oh {
  overflow: hidden;
}

.hidden, .is-print {
  display: none;
}

.hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.width-100 {
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.card {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eef1f6;
}

.card-order {
  padding: 0;
  margin-bottom: 30px;
}

.card.border-none {
  border: 0;
}

.card.w-shadow {
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
}

.check-bullets {
  padding: 0;
  list-style-type: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.check-bullets li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}

.check-bullets li span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  display: block;
}

.check-bullets li .circle {
  width: 20px;
  height: 20px;
  background-color: #c6f4e9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-bullets li .circle .icon {
  font-size: 8px;
  position: relative;
  top: 1px;
}

.check-bullets.green li .circle {
  background-color: #11ddac;
}

.check-bullets.green li .circle .icon {
  color: #fff;
  font-size: 13px;
}

.check-bullets.small li, .cookieAcceptBar .check-bullets.btn-accept-cookies li, .cookieAcceptBar .manage-preferences span.check-bullets li {
  margin-bottom: 0;
}

.check-bullets.small li .circle, .cookieAcceptBar .check-bullets.btn-accept-cookies li .circle, .cookieAcceptBar .manage-preferences span.check-bullets li .circle {
  top: 3px;
  transform: none;
}

.check-bullets.small li span, .cookieAcceptBar .check-bullets.btn-accept-cookies li span, .cookieAcceptBar .manage-preferences span.check-bullets li span {
  font-size: 14px;
  font-size: 0.875rem;
}

.check-bullets.lg-bullets {
  flex-direction: column;
  align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.check-bullets.lg-bullets li {
  position: relative;
  line-height: 150%;
  margin: 0 0 14px;
  padding-left: 40px;
  text-align: left;
}

.check-bullets.lg-bullets li:last-of-type {
  margin-bottom: 0;
}

.check-bullets.lg-bullets li:before {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

.discount-label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  color: #fff;
  font-family: Roboto, sans-serif;
  background: #ef4747;
  border-radius: 3px;
  padding: 4px;
  margin: 0 3px;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-bullets.lg-bullets {
    max-width: 275px;
  }
}
.trustpilot-widget__preloader {
  display: block;
  height: 25px;
  width: 100%;
  z-index: 20;
  max-width: 540px;
  margin: auto;
}

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0.4;
    transform: scale(1);
  }
}
.trustpilot-widget__preloader .loading-dots {
  width: 100%;
  text-align: center;
}

.trustpilot-widget__preloader .loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s ease-in-out infinite;
  animation: dot-keyframes 1.5s ease-in-out infinite;
  background-color: #00b67a;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 3px;
}

.trustpilot-widget__preloader .loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.trustpilot-widget__preloader .loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sprite-main-legitscript {
  position: relative;
}

.sprite-main-legitscript .date {
  height: 10px;
  background-color: #fff;
  width: 35px;
  color: #000;
  position: absolute;
  left: 33px;
  top: 42px;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  font-family: Arial, sans-serif;
}

.covid-strip, .holiday-delivery-strip {
  padding: 10px;
  background-color: #0d2c54;
}

.covid-strip p, .holiday-delivery-strip p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.holiday-delivery-strip a, .holiday-delivery-strip p {
  font-family: Arial, sans-serif;
}

.holiday-delivery-strip a {
  text-decoration: underline;
}

.backlink {
  justify-content: center;
}

.backlink, .backlink a {
  display: flex;
  align-items: center;
}

.backlink a {
  text-decoration: none;
}

.backlink .icon {
  color: #11ddac;
  font-size: 24px;
  margin-right: 7px;
  position: relative;
  left: -5px;
}

.backlink span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  position: relative;
  left: -5px;
}

.g-recaptcha {
  position: relative;
  z-index: 25;
}

.coming-soon {
  font-size: 14px;
  font-size: 0.875rem;
}

.coming-soon, .coming-soon-badge {
  color: #656d79;
  vertical-align: middle;
}

.coming-soon-badge {
  font-size: 10px;
  font-size: 0.625rem;
}

.msg-badge {
  font-size: 12px;
  font-size: 0.75rem;
  background: #ef4747;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.badge-new, .msg-badge {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
}

.badge-new {
  padding: 2px 12px 0;
  min-height: 19px;
  background-color: #ef4747;
  border-radius: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 10px;
}

.right {
  display: flex;
  justify-content: flex-end;
}

.doc-carousel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  max-height: 476px;
}

.doc-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
  overflow: inherit;
}

.doc-carousel-nav {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 65px;
}

.doc-carousel-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
  overflow: inherit;
}

.doc-carousel-nav.short-nav .slick-track {
  transform: translateZ(0) !important;
}

ol {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}

ol li {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 150%;
  margin-bottom: 10px;
  padding-left: 25px;
}

ol li, ol li b, ol li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

ol li:before {
  content: counter(list-item) ". ";
  counter-increment: item;
  color: #11ddac;
  margin-right: 5px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

ol li:last-of-type {
  margin-bottom: 0;
}

table:not(.frame-table) tbody tr td ul, ul.default-list {
  margin-bottom: 30px;
}

table:not(.frame-table) tbody tr td ul li, ul.default-list li {
  padding-left: 15px;
  position: relative;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li b, table:not(.frame-table) tbody tr td ul li strong, ul.default-list li b, ul.default-list li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li a, ul.default-list li a {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li:before, ul.default-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.blue-text-list {
  margin-bottom: 30px;
}

ul.blue-text-list li {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

ul.blue-text-list li, ul.blue-text-list li b, ul.blue-text-list li strong {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
}

ul.blue-text-list li a {
  cursor: pointer;
}

ul.blue-text-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0d2c54;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.long-rows-list {
  margin-bottom: 30px;
}

ul.long-rows-list li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

ul.long-rows-list li, ul.long-rows-list li b, ul.long-rows-list li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

ul.long-rows-list li a {
  cursor: pointer;
}

ul.long-rows-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.long-rows-list li:last-of-type {
  margin-bottom: 0;
}

.table_of_contents {
  margin: 60px 0;
}

.table_of_contents .title {
  position: relative;
  display: flex;
  font-weight: 700;
  color: #11ddac;
  margin: 0 0 15px;
  padding-left: 34px;
}

.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;
}

.table_of_contents ul li {
  margin-bottom: 18px;
}

.table_of_contents ul li:last-of-type {
  margin-bottom: 0;
}

.table_of_contents ul li a {
  font-family: Roboto, sans-serif;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  text-decoration: underline;
}

.table_of_contents ul li a:hover {
  text-decoration: none;
}

.buyer-journey {
  margin: 60px 0;
  background-color: #0d2c54;
  display: flex;
  align-items: center;
  padding: 60px 30px;
  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;
  flex-direction: column;
}

.buyer-journey .main-title {
  margin-bottom: 45px;
  color: #11ddac;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  flex: 1;
}

.buyer-journey .journey-list {
  flex: 1;
  width: 100%;
}

.buyer-journey .journey-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.buyer-journey .journey-list li a span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.buyer-journey .journey-list li a .icon.icon-arrow {
  position: relative;
  font-size: 14px;
  color: rgba(17, 221, 172, 0.3);
  transition: all 0.25s ease-in-out;
}

.buyer-journey .journey-list li a .icon.icon-arrow:before {
  content: "\e989";
}

.buyer-journey .journey-list li a:hover, .buyer-journey .journey-list li a:hover .icon-arrow:before {
  color: #11ddac;
}

.buyer-journey .journey-list li:last-of-type a {
  border-bottom: 0;
}

.next-article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px 0;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 12px;
}

.next-article .title {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ef4747;
  display: block;
  font-family: Roboto, sans-serif;
}

.next-article .info .heading {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.next-article .info p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  margin-bottom: 0;
}

.next-article .button-wrapper {
  flex-shrink: 0;
}

.next-article .button-wrapper .read-more {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  height: 49px;
  font-size: 14px;
  font-size: 0.875rem;
}

.delivery-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.delivery-info__description {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  text-align: center;
}

.delivery-info__description span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.danger-block, .info-block, .warning-block {
  padding: 60px 30px;
  margin: 60px 0;
  border: 10px solid;
}

.danger-block .title, .info-block .title, .warning-block .title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2c54;
  margin-bottom: 30px;
}

.danger-block p, .info-block p, .warning-block p {
  color: #0d2c54;
}

.danger-block p:last-of-type, .info-block p:last-of-type, .warning-block p:last-of-type {
  margin-bottom: 0;
}

.info-block {
  border-color: #eef1f6;
}

.warning-block {
  border-color: #fff3e6;
}

.danger-block {
  border-color: #ffebeb;
}

blockquote {
  border-radius: 6px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #eef1f6;
  padding: 60px 35px;
  margin: 60px 0;
  position: relative;
}

blockquote:before {
  content: "\e9a5";
  font-family: icomoon;
  color: #dbe1eb;
  position: absolute;
  left: 30px;
  top: -20px;
  font-size: 82px;
  width: 82px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

blockquote strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0d2c54;
  margin-bottom: 15px;
}

blockquote p {
  color: #0d2c54;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p strong, blockquote span strong {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
}

.stand-out-block {
  background-color: #fff;
  padding: 60px 20px;
  margin: 60px 0;
}

.stand-out-block strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #656d79;
  margin-bottom: 20px;
}

.stand-out-block p {
  margin-bottom: 25px;
}

.stand-out-block p:last-of-type {
  margin-bottom: 0;
}

.stand-out-block .info {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
  display: block;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
}

.product-carousel, .product-carousel-preview, .related-products__carousel {
  opacity: 0;
  visibility: hidden;
}

.product-carousel-preview img, .product-carousel img, .related-products__carousel img {
  margin: 0 auto;
}

.product-carousel-preview img.slick-loading, .product-carousel img.slick-loading, .related-products__carousel img.slick-loading {
  opacity: 0;
}

.product-carousel-preview.slick-initialized, .product-carousel.slick-initialized, .related-products__carousel.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.product-loader {
  height: 24px;
  width: 47px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 12px);
  margin: auto;
  z-index: 1;
  background: url(/img_v4/loader.gif) no-repeat 50%;
}

#toast-container .toast {
  margin: 0;
  width: 100% !important;
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px;
  background-image: none !important;
}

#toast-container .toast-error {
  background: #ef4747;
}

#toast-container .toast-success {
  background: #11ddac;
}

#toast-container .toast-title {
  padding: 0 25px 0 34px;
  word-break: break-word;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
}

#toast-container .toast-title:before {
  content: "\e997";
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  width: 22px;
  height: 22px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
}

#toast-container .toast-message {
  padding-right: 25px;
}

#toast-container .toast-message ul li {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

#toast-container button.toast-close-button {
  font-size: 0;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 35px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#toast-container button.toast-close-button:after {
  content: "\e98d";
  font-family: icomoon;
  font-size: 20px;
  font-weight: 400;
}

.inform-wrapper {
  padding: 60px 20px;
  background: #0d2c54;
  border-radius: 60px 12px;
}

.inform-wrapper .inform-title {
  color: #11ddac;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.inform-wrapper .inform-content, .inform-wrapper .links-list {
  margin-bottom: 30px;
}

.inform-wrapper .links-list:last-child {
  margin-bottom: 0;
}

.inform-wrapper .links-list li {
  margin-bottom: 10px;
}

.inform-wrapper .links-list li:last-child {
  margin-bottom: 0;
}

.inform-wrapper .links-list li a {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  text-decoration: underline;
  display: inline-block;
}

.slider-btn-next, .slider-btn-prev {
  position: absolute;
  width: 36px;
  height: 36px;
  display: flex;
  flex-shrink: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  font-size: 0.625rem;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  background-color: #e7fcf7;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.slider-btn-next .icon, .slider-btn-prev .icon {
  display: block;
  font-width: 600;
  color: #11ddac;
  transition: all 0.25s ease-in-out;
}

.slider-btn-next:hover, .slider-btn-prev:hover {
  background-color: #11ddac;
}

.slider-btn-next:hover .icon, .slider-btn-prev:hover .icon {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .heading-style, h1.title-small, h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .heading-style.title-small, h2.title-small, h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h3.title-small {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4.title-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .on-mobile-show {
    display: none;
  }
  .check-bullets {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .check-bullets li:last-of-type {
    margin-bottom: 0;
  }
  .doc-carousel {
    height: 400px;
  }
  .certificates {
    justify-content: flex-start;
    padding: 0;
  }
  .certificates li {
    margin-right: 40px;
  }
  .certificates li:last-of-type {
    margin-right: 0;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .covid-strip {
    padding: 10px;
  }
  .covid-strip p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .holiday-delivery-strip {
    padding: 11px;
  }
  .holiday-delivery-strip p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .danger-block, .info-block, .warning-block {
    padding: 60px 90px;
  }
  blockquote {
    padding: 60px 94px;
  }
  blockquote strong {
    margin-bottom: 30px;
  }
  .inform-wrapper {
    padding: 60px;
  }
  .inform-wrapper .links-list li a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 1200px) {
  .pl-7-5 {
    padding-left: 7.5px;
  }
  .pr-7-5 {
    padding-right: 7.5px;
  }
  .card {
    padding: 30px;
  }
  .card-order {
    padding: 0;
  }
  .check-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .check-bullets li {
    margin: 0 20px 5px 0;
  }
  .check-bullets li:last-of-type {
    margin: 0;
  }
  #toast-container .toast-error {
    padding: 30px 60px;
  }
  #toast-container .toast-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .buyer-journey {
    padding: 70px 60px;
    flex-direction: row;
  }
  .buyer-journey .main-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 226px;
    margin-bottom: 0;
  }
  .inform-wrapper {
    padding: 60px 95px;
  }
  .inform-wrapper .links-list {
    margin-bottom: 30px;
  }
  .inform-wrapper .links-list:last-child {
    margin-bottom: 0;
  }
  .next-article .info {
    width: 65%;
  }
  .next-article .info .heading {
    margin-bottom: 5px;
  }
  .next-article .button-wrapper .read-more {
    margin-top: 0;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (-ms-high-contrast: active), only screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .trustpilot__section .trustpilot__wrapper {
    padding-left: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inform-wrapper {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .inform-wrapper .inform-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    min-height: auto;
  }
}
table:not(.frame-table) {
  box-shadow: inset 0 0 0 1px #eef1f6;
  border-radius: 6px;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

table:not(.frame-table) thead {
  background-color: #11ddac;
}

table:not(.frame-table) td, table:not(.frame-table) th {
  border: 1px solid #eef1f6;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) th {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px;
  font-family: Poppins, sans-serif;
}

table:not(.frame-table) tbody tr:nth-child(2n) {
  background-color: #e7fcf7;
}

table:not(.frame-table) tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 50px;
  padding: 15px 20px;
  color: #656d79;
  vertical-align: top;
}

table:not(.frame-table) tbody tr td b, table:not(.frame-table) tbody tr td strong {
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td small {
  font-size: 12px;
  font-size: 0.75rem;
}

table:not(.frame-table) tbody tr td ul {
  margin: 0;
}

table:not(.frame-table) tbody tr td ul li {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-word;
}

table:not(.frame-table) tbody tr td ul li:before {
  background-color: #656d79;
  width: 4px;
  height: 4px;
  top: 8px;
}

table:not(.frame-table) p {
  font-size: 14px;
  font-size: 0.875rem;
}

table:not(.frame-table).small-table {
  display: table;
  width: 100%;
}

table:not(.frame-table).keynotes-table {
  table-layout: auto;
}

table:not(.frame-table).keynotes-table tbody tr td {
  text-align: left;
}

table:not(.frame-table).keynotes-table tbody tr td:first-of-type {
  min-width: 265px;
}

table:not(.frame-table).keynotes-table b, table:not(.frame-table).keynotes-table strong {
  color: #20262d;
}

.scrollable .slide-button {
  display: none;
}

.scrollable table thead {
  background-color: #e7fcf7;
}

.scrollable table th, .scrollable table th strong {
  color: #11ddac;
}

.scrollable table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}

@media only screen and (max-width: 767px) {
  table:not(.frame-table) {
    table-layout: auto;
    display: block;
    margin-bottom: 50px;
  }
  table:not(.frame-table) th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 13px;
  }
  table:not(.frame-table) tbody tr td {
    min-width: 160px;
  }
  table:not(.frame-table).small-table {
    table-layout: fixed;
  }
  table:not(.frame-table).keynotes-table {
    display: block;
    width: 100%;
  }
  table:not(.frame-table).keynotes-table td, table:not(.frame-table).keynotes-table th, table:not(.frame-table).keynotes-table tr {
    display: block;
  }
  table:not(.frame-table).keynotes-table tbody tr td {
    position: relative;
    border: 0;
    height: auto;
    padding: 20px;
  }
  table:not(.frame-table).keynotes-table tbody tr td:first-of-type {
    padding: 20px 20px 0;
    min-width: inherit;
  }
  .scrollable {
    padding-bottom: 15px;
    overflow-x: auto;
    margin: 0 -20px 50px 0;
  }
  .scrollable table {
    display: table;
    margin-bottom: 0;
    overflow-x: hidden;
  }
  .scrollable::-webkit-scrollbar {
    height: 4px;
    background-color: transparent;
  }
  .scrollable::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #b1b5b9;
  }
}
@font-face {
  font-family: icomoon;
  src: url(/fonts_v4/icomoon/icomoon.woff?v=8) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
  content: "\e905";
}

.icon-pulse:before {
  content: "\e900";
  color: #656d79;
}

.icon-male:before {
  content: "\e902";
  color: #0d2c54;
}

.icon-female:before {
  content: "\e903";
  color: #ef4747;
}

.icon-lock-small:before {
  content: "\e901";
}

.icon-check-green:before {
  content: "\e904";
  color: #11ddac;
}

.icon-fb:before {
  content: "\e933";
}

.icon-ig:before {
  content: "\e934";
}

.icon-in:before {
  content: "\e935";
}

.icon-sk:before {
  content: "\e962";
}

.icon-tw:before {
  content: "\e979";
}

.icon-whatsapp:before {
  content: "\e982";
}

.icon-youtube:before {
  content: "\e983";
}

.icon-activity:before {
  content: "\e925";
}

.icon-alert-circle:before {
  content: "\e96e";
}

.icon-at-sign:before {
  content: "\e97a";
}

.icon-award:before {
  content: "\e984";
}

.icon-calendar:before {
  content: "\e985";
}

.icon-check:before {
  content: "\e986";
}

.icon-chevron-down:before {
  content: "\e987";
}

.icon-chevron-left:before {
  content: "\e988";
}

.icon-chevron-right:before {
  content: "\e989";
}

.icon-chevron-up:before {
  content: "\e98a";
}

.icon-clipboard:before {
  content: "\e98b";
}

.icon-clock:before {
  content: "\e98c";
}

.icon-cross:before {
  content: "\e98d";
}

.icon-edit:before {
  content: "\e98e";
}

.icon-eye:before {
  content: "\e98f";
}

.icon-eye-off:before {
  content: "\e990";
}

.icon-file-plus:before {
  content: "\e991";
}

.icon-gift:before {
  content: "\e992";
}

.icon-globe:before {
  content: "\e993";
}

.icon-hash:before {
  content: "\e994";
}

.icon-heart:before {
  content: "\e995";
}

.icon-help:before {
  content: "\e996";
}

.icon-info:before {
  content: "\e997";
}

.icon-lock:before {
  content: "\e998";
}

.icon-log-out:before {
  content: "\e999";
}

.icon-mail:before {
  content: "\e99a";
}

.icon-message-circle:before {
  content: "\e99b";
}

.icon-orders:before {
  content: "\e99c";
}

.icon-paperclip:before {
  content: "\e99d";
}

.icon-phone:before {
  content: "\e99e";
}

.icon-plus:before {
  content: "\e9a3";
}

.icon-printer:before {
  content: "\e9a4";
}

.icon-quote:before {
  content: "\e9a5";
}

.icon-refresh-cw:before {
  content: "\e9a6";
}

.icon-search:before {
  content: "\e9a7";
}

.icon-send:before {
  content: "\e9a8";
}

.icon-settings:before {
  content: "\e9a9";
}

.icon-shield:before {
  content: "\e9aa";
}

.icon-shopping-bag:before {
  content: "\e9ab";
}

.icon-star-fill:before {
  content: "\e9ac";
}

.icon-star-line:before {
  content: "\e9ad";
}

.icon-tag:before {
  content: "\e9ae";
}

.icon-truck:before {
  content: "\e9af";
}

.icon-users:before {
  content: "\e9b1";
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-300.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-regular.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-500.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-600.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-700.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-regular.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-700.woff);
}
.btn, .cookieAcceptBar .btn-accept-cookies, .cookieAcceptBar .manage-preferences span, .next-article .button-wrapper .read-more {
  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;
}

.btn:disabled, .cookieAcceptBar .btn-accept-cookies:disabled, .cookieAcceptBar .manage-preferences span:disabled, .next-article .button-wrapper .read-more:disabled {
  cursor: not-allowed;
}

.btn:hover, .cookieAcceptBar .btn-accept-cookies:hover, .cookieAcceptBar .manage-preferences span:hover, .next-article .button-wrapper .read-more:hover {
  color: #fff;
  text-decoration: none;
}

.btn.mobile, .cookieAcceptBar .manage-preferences span.mobile, .cookieAcceptBar .mobile.btn-accept-cookies, .next-article .button-wrapper .mobile.read-more {
  display: block;
}

.btn.desktop, .cookieAcceptBar .desktop.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.desktop, .next-article .button-wrapper .desktop.read-more {
  display: none;
}

.btn.small, .cookieAcceptBar .btn-accept-cookies, .cookieAcceptBar .btn.btn-accept-cookies, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span, .cookieAcceptBar .next-article .button-wrapper .read-more.btn-accept-cookies, .cookieAcceptBar .small.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .cookieAcceptBar .read-more.btn-accept-cookies, .next-article .button-wrapper .small.read-more {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 44px;
  padding: 10px 40px;
  min-width: 109px;
  line-height: 24px;
}

.btn.outline, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span, .cookieAcceptBar .outline.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .outline.read-more {
  background-color: transparent;
  border: 2px solid;
  color: #11ddac;
}

.btn.outline.white, .cookieAcceptBar .manage-preferences span.white, .cookieAcceptBar .outline.white.btn-accept-cookies, .next-article .button-wrapper .outline.white.read-more {
  color: #fff;
}

.btn.outline.white:disabled, .cookieAcceptBar .manage-preferences span.white:disabled, .cookieAcceptBar .outline.white.btn-accept-cookies:disabled, .next-article .button-wrapper .outline.white.read-more:disabled {
  opacity: 0.5;
}

.btn .icon.plus, .cookieAcceptBar .btn-accept-cookies .icon.plus, .cookieAcceptBar .manage-preferences span .icon.plus, .next-article .button-wrapper .read-more .icon.plus {
  position: relative;
  top: 2px;
  margin-left: 10px;
  width: 16px;
  height: 15px;
  display: inline-block;
}

.btn .icon.plus:before, .cookieAcceptBar .btn-accept-cookies .icon.plus:before, .cookieAcceptBar .manage-preferences span .icon.plus:before, .next-article .button-wrapper .read-more .icon.plus:before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn .icon.plus:after, .cookieAcceptBar .btn-accept-cookies .icon.plus:after, .cookieAcceptBar .manage-preferences span .icon.plus:after, .next-article .button-wrapper .read-more .icon.plus:after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn .icon.icon-chevron-right, .cookieAcceptBar .btn-accept-cookies .icon.icon-chevron-right, .cookieAcceptBar .manage-preferences span .icon.icon-chevron-right, .next-article .button-wrapper .read-more .icon.icon-chevron-right {
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 26px;
}

.btn .icon.icon-chevron-left, .cookieAcceptBar .btn-accept-cookies .icon.icon-chevron-left, .cookieAcceptBar .manage-preferences span .icon.icon-chevron-left, .next-article .button-wrapper .read-more .icon.icon-chevron-left {
  font-size: 14px;
  margin-right: 10px;
}

.btn-green, .btn-select-dosage.btn-gray, .cookieAcceptBar .btn-accept-cookies, .next-article .button-wrapper .read-more {
  background-color: #11ddac !important;
}

.btn-green:disabled, .btn-green:disabled:hover, .btn-select-dosage.btn-gray:disabled, .btn-select-dosage.btn-gray:disabled:hover, .cookieAcceptBar .btn-accept-cookies:disabled, .cookieAcceptBar .btn-accept-cookies:disabled:hover, .next-article .button-wrapper .read-more:disabled, .next-article .button-wrapper .read-more:disabled:hover {
  background-color: rgba(17, 221, 172, 0.3) !important;
}

.btn-green.outline, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.btn-green, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, .cookieAcceptBar .outline.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .outline.read-more, .outline.btn-select-dosage.btn-gray {
  border-color: #11ddac;
}

.btn-green.outline:hover, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:hover, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:hover, .cookieAcceptBar .manage-preferences span.btn-green:hover, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:hover, .cookieAcceptBar .outline.btn-accept-cookies:hover, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:hover, .next-article .button-wrapper .outline.read-more:hover, .outline.btn-select-dosage.btn-gray:hover {
  background-color: #11ddac;
  color: #fff;
}

.btn-green.outline:disabled, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:disabled, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:disabled, .cookieAcceptBar .manage-preferences span.btn-green:disabled, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:disabled, .cookieAcceptBar .outline.btn-accept-cookies:disabled, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:disabled, .next-article .button-wrapper .outline.read-more:disabled, .outline.btn-select-dosage.btn-gray:disabled {
  width: 100%;
  background-color: transparent;
  opacity: 0.3;
}

.btn-green.outline:disabled:hover, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-green:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:disabled:hover, .cookieAcceptBar .outline.btn-accept-cookies:disabled:hover, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:disabled:hover, .next-article .button-wrapper .outline.read-more: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) {
  .btn, .next-article .button-wrapper .read-more {
    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;
  }
  .btn.mobile, .cookieAcceptBar .manage-preferences span.mobile, .cookieAcceptBar .mobile.btn-accept-cookies, .next-article .button-wrapper .mobile.read-more {
    display: none;
  }
  .btn.desktop, .cookieAcceptBar .desktop.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.desktop, .next-article .button-wrapper .desktop.read-more {
    display: block;
  }
  .btn-pink:hover {
    background: #ed2aac;
  }
  .btn-green:hover, .btn-select-dosage.btn-gray:hover, .cookieAcceptBar .btn-accept-cookies:hover, .next-article .button-wrapper .read-more: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;
  }
}
#manage-preferences-popup {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 16000006 !important;
  position: fixed;
}

#manage-preferences-popup.modal-opened {
  opacity: 1;
  visibility: visible !important;
  display: block !important;
}

#manage-preferences-popup .modal-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  cursor: pointer;
  right: 0;
  bottom: 0;
  background-color: #0d2c54;
  transition: 0.2s ease-out;
  filter: alpha(opacity=96);
  opacity: 0.96;
}

#manage-preferences-popup .modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-height: 578px;
  max-width: 708px;
  padding: 0;
  overflow: inherit;
  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;
  overflow: hidden;
}

#manage-preferences-popup .modal-content .modal-header {
  padding: 30px 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  border-radius: 0;
  position: relative;
}

#manage-preferences-popup .modal-content .modal-header .subtitle {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2c54;
}

#manage-preferences-popup .modal-content .modal-header .modal-close {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 25px;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}

#manage-preferences-popup .modal-content .modal-header .modal-close:after {
  content: "✖";
  color: #98a0af;
}

#manage-preferences-popup .modal-content .main-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 392px;
  padding: 0 20px 30px 30px;
  margin-right: 10px;
}

#manage-preferences-popup .modal-content .main-content p {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

#manage-preferences-popup .modal-content .main-content p.sm {
  font-size: 12px;
  font-size: 0.75rem;
}

#manage-preferences-popup .modal-content .main-content a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

#manage-preferences-popup .modal-content .main-content a:hover {
  text-decoration: none;
}

#manage-preferences-popup .modal-content .modal-footer {
  display: inline-block;
  text-align: center;
  border-top: 0;
  padding: 30px;
  background-color: #e7fcf7;
}

#manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error {
  display: none;
  margin: -15px 0 30px;
  flex: 1 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}

#manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error:before {
  top: 16px;
}

#manage-preferences-popup .modal-content .modal-footer .close {
  float: none;
  margin: 0 30px 0 0;
  display: inline-block;
  opacity: 1;
}

#manage-preferences-popup .modal-content .modal-footer .close-link {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

#manage-preferences-popup .modal-content .modal-footer .save {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#manage-preferences-popup .modal-content .modal-footer .save .btn, #manage-preferences-popup .modal-content .modal-footer .save .cookieAcceptBar .btn-accept-cookies, #manage-preferences-popup .modal-content .modal-footer .save .cookieAcceptBar .manage-preferences span, #manage-preferences-popup .modal-content .modal-footer .save .next-article .button-wrapper .read-more, .cookieAcceptBar #manage-preferences-popup .modal-content .modal-footer .save .btn-accept-cookies, .cookieAcceptBar .manage-preferences #manage-preferences-popup .modal-content .modal-footer .save span, .next-article .button-wrapper #manage-preferences-popup .modal-content .modal-footer .save .read-more {
  border: 0;
}

#manage-preferences-popup .overflow {
  overflow: visible;
}

.cookies-table {
  border: 1px solid #dbe1eb;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 0;
}

.cookies-table-wrapper {
  margin-top: 30px;
}

.cookies-table thead tr th {
  background-color: #f7f7f7;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #656d79;
  text-align: left;
  padding: 8px 10px;
}

.cookies-table thead tr th:first-of-type {
  padding-right: 0;
}

.cookies-table tbody tr {
  border-bottom: 1px solid #dbe1eb;
}

.cookies-table tbody tr:last-of-type {
  border-bottom: 0;
}

.cookies-table tbody tr td {
  border: 0;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  padding: 8px 10px;
  vertical-align: top;
  font-family: Roboto, sans-serif;
}

.cookies-table tbody tr td:first-of-type {
  min-width: 110px;
  font-weight: 700;
}

.cookies-table tbody tr td .cookiebot-modal-error {
  font-size: 13px;
  font-size: 0.8125rem;
  color: red;
  margin: 20px 0 -15px !important;
  vertical-align: middle;
  text-align: center;
}

.cookies-table tbody tr td .col {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.cookies-table tbody tr td .col label {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 8px;
  cursor: pointer;
}

.cookies-table tbody tr td .col label:last-of-type {
  margin-bottom: 0;
}

.cookies-table tbody tr td .col input[type=radio] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.cookies-table tbody tr td .col .cookiebot-radio-error {
  border-color: #ef4747;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #manage-preferences-popup .modal-content {
    max-height: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #manage-preferences-popup .modal-content {
    max-height: 85%;
  }
  #manage-preferences-popup .modal-content .modal-header {
    padding: 30px 20px 5px;
  }
  #manage-preferences-popup .modal-content .modal-header .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #manage-preferences-popup .modal-content .main-content {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 8px 20px 20px;
    margin-right: 6px;
    max-height: 398px;
  }
  #manage-preferences-popup .modal-content .modal-footer {
    padding: 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    flex-flow: row wrap;
  }
  #manage-preferences-popup .modal-content .modal-footer .save {
    display: inline-block;
  }
  #manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error {
    margin: 0 0 15px;
  }
  .cookies-table {
    overflow-y: scroll;
    display: block;
    border: 0;
    table-layout: auto;
    margin-bottom: 0;
  }
  .cookies-table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    border: 1px solid #dbe1eb;
  }
}
@media only screen and (max-width: 359px) {
  #manage-preferences-popup .modal-content .modal-footer .close {
    margin-right: 10px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #manage-preferences-popup .modal-content {
    height: 580px;
  }
}
.popup-wrapper {
  max-width: 460px;
  position: fixed;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  margin: auto;
}

.popup-backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: #0d2c54;
  filter: alpha(opacity=96);
  opacity: 0.96;
  cursor: pointer;
}

.popup-title {
  margin-bottom: 5px;
  color: #0d2c54;
  font-size: 18px;
  font-size: 1.125rem;
}

.popup-title--small {
  font-size: 16px;
  font-size: 1rem;
}

.popup-description {
  margin-bottom: 15px;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-container {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  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;
}

.popup-container h3, .popup-container h4 {
  margin-bottom: 5px;
}

.popup-container h4.text-left {
  padding-left: 8px;
}

.popup-container p:not(.popup-description) {
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 30px;
}

.popup-container .form-group {
  text-align: left;
}

.popup-container .form-group:last-of-type {
  margin-bottom: 1px;
}

.cookieAcceptBar .manage-preferences .popup-container span, .cookieAcceptBar .popup-container .btn-accept-cookies, .next-article .button-wrapper .popup-container .read-more, .popup-container .btn, .popup-container .cookieAcceptBar .btn-accept-cookies, .popup-container .cookieAcceptBar .manage-preferences span, .popup-container .next-article .button-wrapper .read-more {
  width: 100%;
  margin-top: 15px;
}

.popup-image {
  margin: 0 auto 40px;
}

.popup-image.sprite-main-sended {
  margin-bottom: 15px;
}

.popup-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.popup-navigation .dot-green {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #11ddac;
  opacity: 0.25;
  cursor: pointer;
}

.popup-navigation .dot-green:last-child {
  margin-right: 0;
}

.popup-navigation .dot-green.active {
  opacity: 1;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 14px;
}

.popup-close .line {
  transition: all 0.25s ease-in-out;
  background-color: #656d79;
  width: 14px;
  height: 2px;
  display: block;
  border-radius: 3px;
}

.popup-close .line:first-child {
  transform: translateY(6px) rotate(45deg);
}

.popup-close .line:nth-child(2) {
  transform: translateY(4px) rotate(-45deg);
}

.popup-close:hover .line {
  background-color: #dbe1eb;
}

.popup-info, .popup-info p {
  text-align: left;
}

.popup-info .name, .popup-info .reg {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #656d79;
}

.popup-info .address {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.popup-info .title {
  display: inline-block;
  margin-bottom: 5px;
  color: #0d2c54;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-close-button {
  cursor: pointer;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
}

#modal-doctors .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-doctors .popup-wrapper .content {
  margin-top: 30px;
  max-height: 325px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-doctors .popup-wrapper .close {
  padding: 30px 0;
  margin: 0 -30px;
  background-color: #e7fcf7;
}

#modal-doctors .popup-image {
  min-height: 61px;
  margin-bottom: 10px;
}

#modal-doctors .popup-info {
  margin-bottom: 30px;
}

#modal-doctors .popup-info p {
  margin-bottom: 0;
}

#are-you-sure .close {
  margin-top: 15px;
}

#modal-limitations .popup-container, #privacy-modal .popup-container, #terms-modal .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-limitations .popup-wrapper, #privacy-modal .popup-wrapper, #terms-modal .popup-wrapper {
  max-width: 708px;
}

#modal-limitations .popup-wrapper .content, #privacy-modal .popup-wrapper .content, #terms-modal .popup-wrapper .content {
  margin-top: 30px;
  max-height: 415px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-limitations .popup-wrapper .close, #privacy-modal .popup-wrapper .close, #terms-modal .popup-wrapper .close {
  padding: 30px 0;
  margin: 0 -30px;
  background-color: #e7fcf7;
}

#modal-limitations .popup-image, #privacy-modal .popup-image, #terms-modal .popup-image {
  margin-bottom: 10px;
}

#modal-limitations .popup-info p, #privacy-modal .popup-info p, #terms-modal .popup-info p {
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-limitations .popup-info .default-list, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul, #privacy-modal .popup-info .default-list, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul, #terms-modal .popup-info .default-list, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul {
  margin-top: -20px;
}

#modal-limitations .popup-info .default-list li, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul li, #privacy-modal .popup-info .default-list li, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul li, #terms-modal .popup-info .default-list li, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul li, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul li, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul li, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul li {
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-limitations .popup-info .default-list li:before, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul li:before, #privacy-modal .popup-info .default-list li:before, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul li:before, #terms-modal .popup-info .default-list li:before, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul li:before, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul li:before, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul li:before, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul li:before {
  top: 7px;
}

#privacy-modal .popup-container ol &gt; li, #privacy-modal .popup-container p, #privacy-modal .popup-container ul &gt; li, #terms-modal .popup-container ol &gt; li, #terms-modal .popup-container p, #terms-modal .popup-container ul &gt; li {
  text-align: left;
}

#modal-reset-password .btn.btn-green, #modal-reset-password .btn.btn-select-dosage.btn-gray, #modal-reset-password .cookieAcceptBar .btn-accept-cookies, #modal-reset-password .cookieAcceptBar .manage-preferences span.btn-green, #modal-reset-password .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, #modal-reset-password .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-reset-password .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-reset-password span.btn-green, .cookieAcceptBar .manage-preferences #modal-reset-password span.btn-select-dosage.btn-gray, .next-article .button-wrapper #modal-reset-password .read-more {
  width: 100%;
  margin-bottom: 15px;
}

#modal-login .popup-container .title, #modal-login .popup-image {
  margin-bottom: 30px;
}

#modal-login .popup-container .btn.btn-green, #modal-login .popup-container .btn.btn-select-dosage.btn-gray, #modal-login .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-login .popup-container .cookieAcceptBar .manage-preferences span.btn-green, #modal-login .popup-container .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, #modal-login .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-login .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-login .popup-container span.btn-green, .cookieAcceptBar .manage-preferences #modal-login .popup-container span.btn-select-dosage.btn-gray, .next-article .button-wrapper #modal-login .popup-container .read-more {
  width: 100%;
}

#modal-login .help-block {
  margin: 15px 0 0;
}

#modal-login .help-block a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

#modal-subscription .popup-image {
  margin: 0 0 20px;
}

#modal-subscription .popup-container p {
  text-align: left;
}

#modal-subscription .popup-container .steps {
  margin: 15px 0 23px;
}

#modal-subscription .popup-container .steps .circle {
  margin: 0 8px 8px 0;
}

#modal-subscription .popup-container .steps .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e7fcf7;
  color: #11ddac;
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-subscription .popup-container .steps p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#modal-subscription .popup-container .info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

#modal-subscription .popup-container .good-to-know li {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

#modal-subscription .popup-container .good-to-know li .icon.icon-check {
  margin-right: 8px;
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #11ddac;
  font-weight: 500;
}

#modal-pharmacies .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-pharmacies .popup-wrapper .content {
  margin-top: 30px;
  max-height: 325px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-pharmacies .popup-wrapper .close {
  padding-bottom: 60px;
}

#modal-pharmacies .popup-image {
  margin-bottom: 10px;
  min-height: 61px;
}

#modal-pharmacies .popup-info {
  margin-bottom: 30px;
}

#modal-pharmacies .popup-info p {
  margin-bottom: 0;
}

#modal-cancel-subscription .popup-wrapper {
  max-width: 560px;
}

#modal-cancel-subscription .popup-wrapper .reasons-list .reason-title {
  color: #0d2c54;
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-cancel-subscription .popup-wrapper .closed {
  display: none;
}

#modal-cancel-subscription .popup-wrapper .comment-content textarea {
  padding: 10px;
  min-height: 92px;
  resize: none;
}

#modal-cancel-subscription .popup-wrapper .close {
  margin-top: 30px;
}

#modal-cancel-subscription .popup-wrapper .close .popup-close-button {
  color: #98a0af;
}

#modal-cancel-subscription .popup-wrapper .close .popup-close-button:after {
  background-color: #98a0af;
}

#modal-holiday-delivery .popup-backdrop, #modal-holiday-delivery ~ .modal-backdrop {
  display: none !important;
}

#modal-holiday-delivery .popup-container {
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
}

#modal-holiday-delivery .popup-container h4 {
  text-align: left;
  padding: 0 25px 0 0;
}

#modal-holiday-delivery .popup-container .subtitle {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

#modal-holiday-delivery .popup-container table {
  margin-bottom: 30px;
}

#modal-holiday-delivery .popup-container table th {
  padding: 10px 15px 10px 20px;
  text-align: left;
}

#modal-holiday-delivery .popup-container table th strong {
  font-family: Roboto, sans-serif;
}

#modal-holiday-delivery .popup-container table tr td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
}

#modal-holiday-delivery .popup-close .line {
  background-color: #98a0af;
}

#modal-holiday-delivery .popup-close-button {
  line-height: 21px;
  font-weight: 500;
}

#modal-about-subscription .popup-backdrop {
  background-color: rgba(13, 44, 84, 0.36);
  opacity: 1;
  cursor: default;
}

#modal-about-subscription .popup-close {
  top: 13px;
}

#modal-about-subscription .popup-close .line {
  background-color: #98a0af;
}

#modal-about-subscription .popup-wrapper {
  max-width: 920px;
}

#modal-about-subscription .popup-container {
  padding: 30px 20px;
}

#modal-about-subscription .popup-container .content .heading {
  margin: 0 0 5px;
}

#modal-about-subscription .popup-container .content .subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
  margin-bottom: 30px;
}

#modal-about-subscription .popup-container .content .bullets-list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 30px;
}

#modal-about-subscription .popup-container .content .bullets-list li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

#modal-about-subscription .popup-container .content .bullets-list li:last-of-type {
  margin-bottom: 0;
}

#modal-about-subscription .popup-container .content .bullets-list li:before {
  font-family: icomoon;
  content: "\e986";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

#modal-about-subscription .popup-container .btn, #modal-about-subscription .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-about-subscription .popup-container .cookieAcceptBar .manage-preferences span, #modal-about-subscription .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-about-subscription .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-about-subscription .popup-container span, .next-article .button-wrapper #modal-about-subscription .popup-container .read-more {
  margin: 0 0 10px;
}

#modal-about-subscription .popup-container .under-btn {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

#modal-about-subscription .green-scroll::-webkit-scrollbar-track, #modal-cancel-subscription .green-scroll::-webkit-scrollbar-track {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .popup-container {
    padding: 30px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-close-btn {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  #modal-pharmacies .popup-container .close {
    padding-bottom: 30px;
  }
  #modal-doctors .popup-container, #modal-limitations .popup-container, #modal-pharmacies .popup-container {
    display: flex;
    flex-direction: column;
  }
}
#wisepops-root .wisepops-container {
  z-index: 10000 !important;
}

[title*="live chat button"] &gt; div {
  z-index: 1200 !important;
}

.i-embedded-chat.hidden, [title*="live chat button"].hidden {
  z-index: 1000 !important;
}

[id*=trustbadge-container] {
  z-index: 100 !important;
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
  .popup-container {
    padding: 30px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-close-btn {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  #modal-pharmacies .popup-container .close {
    padding-bottom: 30px;
  }
  #modal-doctors .popup-container .close, #modal-limitations .popup-container .close {
    padding: 10px 0 !important;
  }
  #modal-doctors .popup-wrapper .content, #modal-limitations .popup-wrapper .content, #modal-pharmacies .popup-wrapper .content {
    max-height: 40vh;
  }
  #modal-doctors .popup-container, #modal-limitations .popup-container, #modal-pharmacies .popup-container {
    display: flex;
    flex-direction: column;
  }
  #modal-cancel-subscription .popup-wrapper .content, #modal-limitations .popup-wrapper .content {
    max-height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .popup-wrapper {
    width: 100%;
  }
  .popup-container {
    padding: 60px;
  }
  #modal-doctors .popup-container {
    padding: 60px 60px 0;
  }
  #modal-doctors .popup-wrapper .content {
    margin-top: 30px;
    margin-right: -50px;
    padding-right: 40px;
  }
  #modal-doctors .popup-wrapper .close {
    padding: 30px 0;
    margin: 0 -60px;
  }
  #modal-pharmacies .popup-container {
    padding: 60px 60px 0;
  }
  #modal-holiday-delivery .popup-wrapper {
    max-width: 708px;
  }
  #modal-holiday-delivery .popup-container {
    padding: 60px 84px 30px;
  }
  #modal-holiday-delivery .popup-container h4 {
    padding: 0;
  }
  #modal-holiday-delivery .popup-container .subtitle {
    margin-bottom: 30px;
  }
  #modal-holiday-delivery .popup-container table th, #modal-holiday-delivery .popup-container table tr td {
    padding-left: 50px;
  }
  #modal-about-subscription .popup-wrapper {
    width: auto;
  }
  #modal-about-subscription .popup-close {
    top: 25px;
  }
  #modal-about-subscription .popup-container {
    padding: 90px;
  }
  #modal-about-subscription .popup-container .content .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  #modal-about-subscription .popup-container .btn, #modal-about-subscription .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-about-subscription .popup-container .cookieAcceptBar .manage-preferences span, #modal-about-subscription .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-about-subscription .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-about-subscription .popup-container span, .next-article .button-wrapper #modal-about-subscription .popup-container .read-more {
    margin: 0 auto 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  #modal-holiday-delivery .popup-wrapper {
    max-width: 660px;
  }
  #modal-holiday-delivery .popup-container {
    padding: 60px 60px 30px;
  }
  #modal-about-subscription .popup-container {
    padding: 90px 180px;
  }
}
.gray-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.gray-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #98a0af;
  color: #98a0af;
}

.gray-scroll.horizontal {
  scrollbar-color: #dbe1eb transparent;
  scrollbar-width: thin;
}

.gray-scroll.horizontal::-webkit-scrollbar {
  height: 4px;
}

.gray-scroll.horizontal::-webkit-scrollbar-thumb {
  background-color: #dbe1eb;
  color: #dbe1eb;
}

.green-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.green-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #11ddac;
  color: #11ddac;
}

.green-scroll::-webkit-scrollbar-track {
  background-color: rgba(17, 221, 172, 0.2);
  border-radius: 3px;
}

.link-underlined {
  display: inline-block;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}

.link-underlined.bold {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.link-underlined.medium {
  font-size: 15px;
  font-size: 0.9375rem;
}

.link-underlined.light {
  font-size: 14px;
  font-size: 0.875rem;
}

.link-underlined.thin {
  font-size: 12px;
  font-size: 0.75rem;
}

.link-underlined:after {
  content: "";
  display: block;
  position: relative;
  top: -4px;
  width: 0;
  height: 1px;
  z-index: -1;
  transition: width 0.3s;
}

.link-underlined.green {
  color: var(--primary-darkgreen);
}

.link-underlined.green:after {
  background: var(--primary-darkgreen);
  z-index: 1;
}

.link-underlined.gray {
  color: #656d79;
}

.link-underlined.gray:after {
  background: #656d79;
  z-index: 1;
}

.link-underlined.gray-mid-dark {
  color: #98a0af;
}

.link-underlined.gray-mid-dark:after {
  background: #98a0af;
  z-index: 1;
}

.link-underlined.white {
  color: #fff;
}

.link-underlined.white:after {
  background: #fff;
  z-index: 1;
}

.link-underlined.pink {
  color: #f267c4;
}

.link-underlined.pink:after {
  background: #f267c4;
  z-index: 1;
}

.link-underlined.underlined, .link-underlined:hover {
  text-decoration: underline;
}

.link-underlined.underlined:hover {
  text-decoration: none;
}

.link-underlined.roboto {
  font-family: Roboto, sans-serif;
}

.gray-link {
  color: #656d79;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}

.gray-link:hover {
  color: #11ddac;
}

@media only screen and (min-width: 768px) {
  .link-underlined:hover {
    text-decoration: none;
  }
  .link-underlined:hover:after {
    width: 100%;
  }
  .link-underlined.underlined {
    text-decoration: none;
  }
  .link-underlined.underlined:after {
    width: 100%;
  }
  .link-underlined.underlined:hover:after {
    width: 0;
  }
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
  border-radius: 6px;
  border: 1px solid #dbe1eb;
  background-color: #fff;
  padding: 10px 20px 0;
  height: 56px;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

input[type=email]:-webkit-autofill ~ .hint, input[type=number]:-webkit-autofill ~ .hint, input[type=password]:-webkit-autofill ~ .hint, input[type=search]:-webkit-autofill ~ .hint, input[type=tel]:-webkit-autofill ~ .hint, input[type=text]:-webkit-autofill ~ .hint {
  font-size: 10px;
  font-size: 0.625rem;
  top: 9px;
  line-height: 12px;
  margin: 0;
}

input.error {
  border-color: #ef4747;
}

input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=text]:disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
  position: relative;
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
  color: #98a0af;
}

input[type=password] {
  padding: 10px 45px 0 20px;
}

input::-ms-clear {
  display: none;
}

input[type=search] {
  -webkit-appearance: none;
}

input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none;
}

input[type=checkbox].error ~ .custom-checkbox {
  border-color: #ef4747;
}

input.search_address {
  padding-right: 45px;
}

input.search_address ~ .icon-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #dbe1eb;
  font-size: 20px;
}

textarea {
  border-radius: 6px;
  border: 1px solid #dbe1eb;
  max-width: 100%;
  width: 100%;
  padding: 45px 20px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

textarea::-moz-placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea:-ms-input-placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea::placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea.error {
  border-color: #ef4747;
}

label:not(.hint):not(.hint-top) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #656d79;
}

label:not(.hint):not(.hint-top).error {
  display: block;
  color: #ef4747;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 5px 0 0;
}

label:not(.hint):not(.hint-top).error.valid {
  margin: 0;
}

label:not(.hint):not(.hint-top):not(.custom-switch-item):not(.choose-subscription-plan__item):not(.quantity-btn) {
  margin-bottom: 10px;
}

.input-col.message {
  margin-bottom: 30px;
}

.input-col.message .form-group {
  margin-bottom: 0;
}

.input-col.message .hint.top ~ textarea[name=content] {
  padding-top: 25px;
  min-height: 193px;
}

.input-col.message textarea {
  font-weight: 500;
}

select.error ~ .select2-container .select2-selection--single {
  border-color: #ef4747;
}

select.error ~ label.error {
  display: block;
  line-height: 1.2;
  order: 2;
}

select.with-hint ~ .select2-container .select2-selection__rendered {
  padding-top: 10px;
}

select.disabled {
  color: #98a0af;
  background-color: #eef1f6;
  border-color: 1px solid #eef1f6;
}

select::-ms-expand {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group.mb-5 {
  margin-bottom: 5px;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-group-inline .inline-input {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.form-group-inline .inline-input:nth-child(2) {
  margin: 0 10px;
}

.form-group-inline.gender {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group-inline.gender .toggle {
  flex: 1;
}

.form-group-inline.gender .toggle .custom-switch {
  width: 100%;
  margin: 0;
  padding: 16.5px 0;
  border: 1px solid #dbe1eb;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.form-group-inline.gender .toggle .custom-switch.male {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group-inline.gender .toggle .custom-switch.female {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.form-group-inline.gender .toggle .custom-switch span {
  display: block;
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #98a0af;
  font-weight: 400;
}

.form-group-inline.gender .toggle .custom-switch.checked {
  background-color: #e7fcf7;
}

.form-group-inline.gender .toggle .custom-switch.checked span {
  color: #11ddac;
}

.form-group-inline.gender .toggle .custom-switch.checked span:before {
  content: "\e904";
  font-family: icomoon;
  font-size: 10px;
  margin-right: 8px;
}

.form-group-inline.gender .toggle .custom-switch.disabled.checked span:before {
  content: "\e901";
}

.form-group-inline.gender .toggle .custom-switch.disabled span {
  color: #98a0af;
}

.form-group-inline.gender.error-group .custom-switch, .form-group-inline.gender .toggle .custom-switch.error {
  border-color: #ef4747;
}

.form-group.disabled:after {
  content: "\e998";
  font-family: icomoon;
  font-size: 22px;
  color: #dbe1eb;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group-btn {
  margin-top: 15px;
}

.form-group .search-btn {
  position: absolute;
  display: flex;
  align-items: center;
  right: 7px;
  top: 7px;
  bottom: 7px;
  width: 54px;
  border-radius: 6px;
  background-color: #11ddac;
  color: #fff;
  transition: all 0.25s ease-in-out;
  transform: translateY(0);
  justify-content: center;
}

.form-group .search-btn .icon {
  font-size: 24px;
}

.form-group .search-btn.hidden {
  display: none;
}

.form-group .search-btn:hover {
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-group .clear-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}

.form-group .clear-search .icon {
  font-size: 24px;
  color: #11ddac;
}

.form-group .clear-search.hidden {
  display: none;
}

.form-group .show-hide-password {
  position: absolute;
  right: 20px;
  top: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-group .show-hide-password .icon {
  font-size: 22px;
  color: #dbe1eb;
}

.form-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  margin-bottom: 15px;
}

.pass-notice-block {
  margin-bottom: 10px;
}

.pass-notice-block .pass-notice {
  display: block;
  max-width: 75%;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #656d79;
}

.mail-consent {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 30px;
}

.mail-consent, .mail-consent a {
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.mail-consent a {
  text-decoration: underline;
}

.mail-consent a:hover {
  text-decoration: none;
}

.hint {
  cursor: default;
  pointer-events: none;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0;
  line-height: 56px;
  text-align: left;
  color: #98a0af;
  font-size: 14px;
  font-size: 0.875rem;
  transition: 0.2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hint-top {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.hint.top {
  font-size: 10px;
  font-size: 0.625rem;
  top: 9px;
  line-height: 12px;
  margin: 0;
}

.hint:after {
  content: " *";
  color: #ef4747;
}

.hint.optional:after {
  display: none;
}

.custom-switch {
  position: relative;
  display: flex;
}

.custom-switch input[type=checkbox], .custom-switch input[type=radio] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-switch .custom-text {
  font-family: Roboto, sans-serif;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  font-weight: 400;
}

.custom-switch.disabled {
  cursor: not-allowed;
}

.custom-switch.disabled:hover {
  background: transparent;
}

.custom-switch.disabled.checked {
  background-color: #f7f7f7 !important;
}

.custom-switch.disabled.checked span:before {
  content: "\e901";
  font-family: icomoon;
  font-size: 12px;
  margin-right: 15px;
  color: #98a0af;
}

.custom-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #dbe1eb;
  border-radius: 2px;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.custom-checkbox:after {
  display: none;
  font-family: icomoon;
  content: "\e986";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background-color: #11ddac;
}

.custom-checkbox, .custom-radio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}

.custom-radio {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 2px solid #eef1f6;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s ease-out;
}

.custom-radio:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto;
  border-radius: 50%;
  background-color: transparent;
}

:checked + .custom-checkbox {
  border-color: #11ddac;
}

:checked + .custom-checkbox:after {
  display: flex;
  align-items: center;
  justify-content: center;
}

:checked + .custom-radio {
  border-color: #11ddac;
}

:checked + .custom-radio.blue {
  border-color: #0d2c54;
}

:checked + .custom-radio.blue:after {
  background-color: #0d2c54;
}

:checked + .custom-radio:after {
  background-color: #11ddac;
}

.search-treatment-form ::-webkit-input-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form :-moz-placeholder, .search-treatment-form ::-moz-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form :-ms-input-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form .s-input {
  padding-right: 45px;
}

#register-form-checkout .hint-top {
  margin-bottom: 5px;
}

#register-form-checkout .hint-top:after {
  content: " *";
  color: #ef4747;
}

@media only screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group.birthday {
    margin-bottom: 10px;
  }
  .form-group.agree-block {
    margin: 20px 0 5px;
  }
  .pass-notice-block {
    margin: -10px 0 20px;
  }
  .one-row {
    display: flex;
  }
  .one-row .form-group {
    flex: 1;
  }
  .one-row .form-group:first-of-type {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .input-row {
    display: flex;
    margin-bottom: 15px;
  }
  .input-col {
    flex: 1;
    margin-right: 30px;
  }
  .input-col:last-of-type {
    margin-right: 0;
  }
  .input-col.message {
    margin-bottom: 0;
  }
  .input-col.confirm {
    max-width: 540px;
    margin: 0 auto;
  }
  #register-form-checkout .hint-top {
    margin-bottom: 15px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input-col {
    flex: auto;
    width: 100%;
  }
}
.geo-page {
  background-color: #e7fcf7;
  text-align: center;
  height: 100%;
  background-image: url(/img_v4/svg/geo-bg/map-m.png.webp);
  background-repeat: repeat-x;
  background-position: bottom;
}

.geo-page .logo {
  width: 190px;
}

.geo-page__title {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  margin: 30px 0;
}

.geo-page__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

.geo-page__list--item {
  min-width: 86px;
}

.geo-page__list--item:last-of-type {
  margin-right: 0;
}

.geo-page__list--item a {
  display: block;
  color: #656d79;
  transition: all 0.25s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}

.geo-page__list--item a:hover {
  color: #11ddac;
}

.de-geo-flag {
  height: 56px;
  width: 115px !important;
}

.geo-page__list--item a img {
  width: 56px;
}

.geo-page__list--item a span {
  display: block;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
}

@media only screen and (max-width: 767px) {
  .geo-page {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-height: 860px) and (min-width: 768px) {
  .geo-page {
    padding-top: 120px !important;
  }
}
@media only screen and (min-width: 768px) {
  .geo-page {
    padding-top: 240px;
    background-image: url(/img_v4/svg/geo-bg/map-t.png.webp);
  }
  .geo-page .logo {
    width: 264px;
  }
  .geo-page__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 60px 0 30px;
  }
  .geo-page__list--item {
    margin-right: 73px;
  }
  .geo-page__list--item:last-of-type {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .geo-page {
    background-image: url(/img_v4/svg/geo-bg/map.png.webp);
    background-repeat: no-repeat;
  }
}
body, html {
  height: 100%;
}

html {
  line-height: 1.15;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

main {
  margin-top: 74px;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.unselectable-text {
  user-select: none; /* Disable text selection */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari and Chrome */
  -ms-user-select: none; /* Internet Explorer/Edge */
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  font-style: normal;
  line-height: inherit;
}

address, dl, ol, ul {
  margin-bottom: 1rem;
}

dl, ol, ul {
  margin-top: 0;
}

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b, strong {
  font-weight: bolder;
}

a {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  text-decoration: underline;
}

a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input {
  overflow: visible;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

.position-relative {
  position: relative;
}

@media (min-width: 768px) {
  main {
    margin-top: 90px;
  }
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #545b62 !important;
}

.text-success {
  color: #19d845 !important;
}

.text-primary {
  color: var(--primary-lightgreen) !important;
}

a.text-success:focus, a.text-success:hover {
  color: #14aa36 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #fe9f2f !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #f98701 !important;
}

.text-danger {
  color: #ef4747 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #eb1818 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/*! * Bootstrap Grid v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 738px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters &gt; .col, .no-gutters &gt; [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.underline {
  text-decoration: underline;
}

@media (max-width: 768px) {
  .d-mobile-none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.gap-1 {
  gap: 4px;
}

.gap-2 {
  gap: 8px;
}

.gap-3 {
  gap: 12px;
}

.gap-4 {
  gap: 16px;
}

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
.modal, .modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1103;
  display: none;
  outline: 0;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translateY(-25%);
}

.modal.show .modal-dialog {
  transform: translate(0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer &gt; :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer &gt; :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.modal-dialog {
  max-width: 500px;
  margin: 1.75rem auto;
}

.modal-dialog-centered {
  min-height: calc(100% - 3.5rem);
}

.modal-sm {
  max-width: 300px;
}

@media (min-width: 1200px) {
  .modal-lg {
    max-width: 800px;
  }
}
.dropdown, .dropup {
  position: relative;
}

.dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropright .dropdown-toggle:after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}

.dropleft .dropdown-toggle:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty:after {
  margin-left: 0;
}

.dropleft .dropdown-toggle:before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active, .nav-pills .show &gt; .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content &gt; .tab-pane {
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

@font-face {
  font-family: icomoon;
  src: url(/fonts_v4/icomoon/icomoon.woff?v=8) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
[class*=" icon-"], [class^=icon-] {
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-map:before {
  content: "\e905";
}

.icon-pulse:before {
  content: "\e900";
  color: #656d79;
}

.icon-male:before {
  content: "\e902";
  color: #0d2c54;
}

.icon-female:before {
  content: "\e903";
  color: #ef4747;
}

.icon-lock-small:before {
  content: "\e901";
}

.icon-check-green:before {
  content: "\e904";
  color: #11ddac;
}

.icon-fb:before {
  content: "\e933";
}

.icon-ig:before {
  content: "\e934";
}

.icon-in:before {
  content: "\e935";
}

.icon-sk:before {
  content: "\e962";
}

.icon-tw:before {
  content: "\e979";
}

.icon-whatsapp:before {
  content: "\e982";
}

.icon-youtube:before {
  content: "\e983";
}

.icon-activity:before {
  content: "\e925";
}

.icon-alert-circle:before {
  content: "\e96e";
}

.icon-at-sign:before {
  content: "\e97a";
}

.icon-award:before {
  content: "\e984";
}

.icon-calendar:before {
  content: "\e985";
}

.icon-check:before {
  content: "\e986";
}

.icon-chevron-down:before {
  content: "\e987";
}

.icon-chevron-left:before {
  content: "\e988";
}

.icon-chevron-right:before {
  content: "\e989";
}

.icon-chevron-up:before {
  content: "\e98a";
}

.icon-clipboard:before {
  content: "\e98b";
}

.icon-clock:before {
  content: "\e98c";
}

.icon-cross:before {
  content: "\e98d";
}

.icon-edit:before {
  content: "\e98e";
}

.icon-eye:before {
  content: "\e98f";
}

.icon-eye-off:before {
  content: "\e990";
}

.icon-file-plus:before {
  content: "\e991";
}

.icon-gift:before {
  content: "\e992";
}

.icon-globe:before {
  content: "\e993";
}

.icon-hash:before {
  content: "\e994";
}

.icon-heart:before {
  content: "\e995";
}

.icon-help:before {
  content: "\e996";
}

.icon-info:before {
  content: "\e997";
}

.icon-lock:before {
  content: "\e998";
}

.icon-log-out:before {
  content: "\e999";
}

.icon-mail:before {
  content: "\e99a";
}

.icon-message-circle:before {
  content: "\e99b";
}

.icon-orders:before {
  content: "\e99c";
}

.icon-paperclip:before {
  content: "\e99d";
}

.icon-phone:before {
  content: "\e99e";
}

.icon-plus:before {
  content: "\e9a3";
}

.icon-printer:before {
  content: "\e9a4";
}

.icon-quote:before {
  content: "\e9a5";
}

.icon-refresh-cw:before {
  content: "\e9a6";
}

.icon-search:before {
  content: "\e9a7";
}

.icon-send:before {
  content: "\e9a8";
}

.icon-settings:before {
  content: "\e9a9";
}

.icon-shield:before {
  content: "\e9aa";
}

.icon-shopping-bag:before {
  content: "\e9ab";
}

.icon-star-fill:before {
  content: "\e9ac";
}

.icon-star-line:before {
  content: "\e9ad";
}

.icon-tag:before {
  content: "\e9ae";
}

.icon-truck:before {
  content: "\e9af";
}

.icon-user::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translateX(-50%);
  width: 140%; /* Match icon width */
  height: 60px; /* Invisible bridge height */
  background: transparent;
  pointer-events: auto;
}

.small-user-avatar::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  transform: translateX(-50%);
  width: 140%; /* Match icon width */
  height: 60px; /* Invisible bridge height */
  background: transparent;
  pointer-events: auto;
}

.icon-user {
  background-image: url(/img_v4/icons/disconnected-user.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 27px; /* Adjust as needed */
  height: 27px; /* Adjust as needed */
  display: inline-block;
  content: ""; /* Remove pseudo-element */
}

.user-arrow {
  background-image: url(/img_v4/icons/chevron-up-grey.svg);
  position: absolute;
  bottom: -6px;
  right: -8px;
  width: 16px; /* Adjust size */
  height: 16px;
  z-index: 10;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s ease-in-out;
  display: block; /* Ensures it takes up space */
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
}

.user-arrow.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

.user-hover-container {
  position: relative;
  display: inline-block;
  overflow: visible;
}

/* Hidden by default */
.user-details-hover {
  display: none;
  position: absolute;
  top: 70px;
  right: -190px;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
  width: 375px;
  height: 259px;
  z-index: 10;
}

/* Make the card visible on hover */
.user-hover-container:hover .user-details-hover {
  display: block;
}

/* Close button */
.close-btn {
  position: absolute;
  top: 8px;
  right: 8px;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

/* Background rectangle */
.disconnected-background-header {
  width: 100%;
  height: 50%;
  background-color: var(--primary-gray);
  border-radius: 10px 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* Grid layout */
.disconnected-content-grid-container {
  display: grid;
  grid-template-rows: 60% 30%;
  height: 100%;
}

.disconnected-grid-row1 {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  margin-bottom: 30px;
}

.disconnected-grid-row2 {
  align-items: center;
  justify-content: center;
  margin-top: 1px;
}

.user-icon-container {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.disconnected-user-icon {
  background-size: contain;
  background-image: url(/img_v4/icons/disconnected-user.svg);
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.user-message {
  font-size: 16px;
  color: #656D79;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
  padding-left: 5px;
}

.disconnected-login-btn {
  margin-left: 23%;
  background-color: #0A9281;
  color: white;
  font-weight: 700;
  border: none;
  padding: 10px;
  width: 54%;
  height: 72%;
  border-radius: 50px;
  cursor: pointer;
  font-size: 14px;
}

.disconnected-login-icon {
  margin-bottom: -6px;
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.log-out-icon {
  background-image: url(/img_v4/icons/log-out-white.svg);
}

.register-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  font-size: 12px;
  margin-top: 8px;
}

.register-link a {
  color: #0A9281;
  text-decoration: none;
  border-bottom: 1px solid #0A9281;
  padding-bottom: 2px;
}

@media (max-width: 768px) {
  .user-details-hover {
    width: min(90vw, 308px);
    height: 259px;
    left: min(40vw, 150px);
    top: 70px;
    transform: translateX(-50%);
    height: auto;
    border-radius: 12px;
    padding: 20px;
  }
  .disconnected-background-header {
    height: 50%;
    border-radius: 12px 12px 0 0;
  }
  .disconnected-content-grid-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
  }
  .disconnected-grid-row1 {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 20px;
  }
  .user-message {
    font-size: 15px;
    text-align: center;
  }
  .disconnected-login-btn {
    width: min(184px, 70vw);
    height: min(46px, 70vw);
    padding: 12px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    font-size: 14px;
  }
  .register-link {
    font-size: 12px;
    margin-top: 12px;
  }
  .register-link a {
    display: block;
    text-align: center;
  }
  .close-btn {
    top: 10px;
    right: 15px;
    font-size: 22px;
  }
}
.user-hover-container.hidden-hover:hover .user-details-hover,
.user-hover-container.hidden-hover:hover .user-details-hover-connected {
  display: none !important;
}

.small-user-avatar {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #0A9281;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12.74px;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  padding-top: 0px;
}

.user-details-hover-connected {
  position: absolute;
  display: flex;
  display: none;
  flex-direction: column;
  top: 50px;
  right: -200px;
  transform: translateX(-50%);
  background: white;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  width: 375px;
  height: min(90vh, 631px);
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
}

.fr-card {
  height: min(90vh, 537px);
}

.user-hover-container:hover .user-details-hover-connected {
  display: block;
}

.connected-user-flexbox-top {
  display: flex;
  flex: 20%;
}

.connected-user-flexbox-buttom {
  display: flex;
  flex: 80%;
}

.connected-background-header {
  width: 100%;
  height: 136px;
  background-color: var(--primary-gray);
  border-radius: 10px 10px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.close-btn {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  z-index: 100;
}

.user-info {
  display: flex;
  align-items: center;
  padding-bottom: 12px;
  margin-top: 6px;
  margin-bottom: 24px;
}

.user-avatar {
  width: 58.03px;
  height: 58.03px;
  border-radius: 50%;
  background-color: #0A9281;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 29.57px;
  font-family: "Roboto", sans-serif;
  margin-right: 12px;
  margin-left: 10px;
  padding-top: 4px;
}

.user-text .connected-user-name {
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin-top: 17px;
  margin-bottom: 0px;
  color: #000000;
}

.user-text .connected-user-email {
  font-size: 16px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  color: #656D79;
}

.user-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.bottom-border {
  border-bottom: 1px solid #ddd;
}

.user-menu li {
  padding: 10px;
  font-size: 17px;
  color: #656D79;
}

.user-menu .card-link {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #656D79;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.connected-user-icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.connected-logout-button {
  cursor: pointer;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #656D79;
}

/* Specific icons */
.connected-user-icon-my-orders {
  background-image: url(/img_v4/icons/secondery-green/My-Orders.svg);
}

.connected-user-icon-change-password {
  background-image: url(/img_v4/icons/secondery-green/change-password.svg);
}

.connected-user-icon-delivery {
  background-image: url(/img_v4/icons/secondery-green/Delivery.svg);
}

.connected-user-icon-file-plus {
  background-image: url(/img_v4/icons/secondery-green/File-Plus.svg);
}

.connected-user-icon-help {
  background-image: url(/img_v4/icons/secondery-green/Help.svg);
}

.connected-user-icon-message {
  background-image: url(/img_v4/icons/secondery-green/Message.svg);
}

.connected-user-icon-refresh {
  background-image: url(/img_v4/icons/secondery-green/Refresh.svg);
}

.connected-user-icon-shopping-bag {
  background-image: url(/img_v4/icons/secondery-green/Shopping-Bag.svg);
}

.connected-user-icon-user {
  background-image: url(/img_v4/icons/secondery-green/User.svg);
}

.connected-user-icon-settings {
  background-image: url(/img_v4/icons/secondery-green/Settings.svg);
}

.connected-user-icon-log-out {
  background-image: url(/img_v4/icons/secondery-green/Log-Out.svg);
}

.connected-user-icon-question-mark {
  background-image: url(/img_v4/icons/secondery-green/Question-Mark.svg);
}

@media (max-width: 764px) {
  .connected-background-header {
    height: 145px;
  }
  .user-details-hover-connected {
    top: 50px;
    left: min(40vw, 180px);
    width: min(90vw, 308px);
    height: min(90vh, 609px);
  }
  .fr-card {
    height: min(90vh, 557px);
  }
  .mobile-bottom-bar {
    width: 120%;
    left: -5%;
    height: 60px;
    background-color: var(--primary-gray);
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    margin-top: auto;
    z-index: -10;
  }
  .log-out {
    margin-top: 20px;
  }
  .user-menu li {
    color: #656D79;
    font-size: 15px;
    padding: 7px;
  }
  .connected-user-flexbox-top {
    justify-content: center;
  }
  .user-info {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .user-text {
    margin-top: -12px;
  }
  .connected-user-flexbox-top {
    display: flex;
    margin-bottom: -35px;
  }
}
.icon-users:before {
  content: "\e9b1";
}

@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-300.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-regular.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-500.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-600.woff);
}
@font-face {
  font-family: Poppins;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/poppins/poppins-v19-latin-700.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-regular.woff);
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/fonts_v4/roboto/roboto-v29-latin-700.woff);
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
}

label {
  cursor: pointer;
}

:focus {
  outline: none;
}

[type=email], [type=number], [type=password], [type=search], [type=tel], [type=text], select, textarea {
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.resetList {
  margin: 0;
  padding: 0;
  list-style: none;
}

* {
  border-color: transparent;
}

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

img[data-src], img[data-srcset] {
  min-height: 1px !important;
  min-width: 1px !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.main-banner {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  z-index: 3;
  pointer-events: none;
  height: auto;
  max-height: 80px; /* Control the maximum height */
  overflow: hidden;
  opacity: 0; /* Hide initially */
  animation: fadeInBanner 0.3s forwards 0.1s; /* Delay appearance slightly to let page load */
}

@keyframes fadeInBanner {
  from {
    opacity: 0;
    max-height: 0;
  }
  to {
    opacity: 1;
    max-height: 80px;
  }
}
.banner-margin {
  margin-top: 30px !important;
}

.centered-flex-column {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.home__top {
  padding: 30px 5px 0;
  margin-bottom: 75px;
  position: relative;
}

.home__top .main-search {
  width: 540px;
}

.home__top .main-search, .home__top h1 {
  margin-bottom: 15px;
}

.home__top .trustpilot {
  height: 22px;
  margin-bottom: 30px;
  width: 540px;
}

.home__top:before {
  top: 0;
  bottom: 273px;
  background-color: #e7fcf7;
  -moz-border-bottom-left-radius: 90px;
  border-bottom-left-radius: 90px;
}

.home__top:after, .home__top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
}

.home__top:after {
  bottom: 0;
  height: 273px;
  background-color: #fff;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .home__top {
    padding: 60px 0 0;
    margin-bottom: 120px;
  }
  .home__top:before {
    bottom: 112px;
  }
  .home__top:after {
    height: 112px;
  }
  .home__top .main-search {
    max-width: 540px;
    margin: 0 auto 15px;
  }
  .home__top .trustpilot {
    margin-bottom: 50px;
  }
  .home__top .trustpilot iframe {
    height: 22px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .home__top {
    padding: 90px 0 0;
  }
  .home__top:before {
    bottom: 177px;
  }
  .home__top:after {
    height: 177px;
  }
  .home__top h1 {
    max-width: 635px;
    margin: 0 auto 15px;
  }
  .home__top .trustpilot {
    margin-bottom: 60px;
  }
}
.dropdown-menu.customer-service-dropdown .modal-services .link, .link-underlined {
  display: inline-block;
  text-decoration: none;
  font-family: Poppins, sans-serif;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1103;
  border-bottom: 1px solid #eef1f6;
}

.hide-header {
  background: rgba(255, 255, 255, 0) !important;
  border: none;
}

.hide-navbar {
  display: none !important;
}

#filters-menu .parent-category :hover {
  cursor: pointer;
}

.header .hamburger-menu__items .parent-category .children .child-category a {
  text-decoration: underline;
  display: block;
  position: relative;
  width: fit-content;
}

.header .hamburger-menu__items .parent-category .children .child-category a::after {
  content: " &gt;";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.dropdown-menu.customer-service-dropdown .modal-services .bold.link, .header .hamburger-menu__items .parent-category .children .child-category a.bold, .link-underlined.bold {
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .medium.link, .header .hamburger-menu__items .parent-category .children .child-category a.medium, .link-underlined.medium {
  font-size: 15px;
  font-size: 0.9375rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .light.link, .header .hamburger-menu__items .parent-category .children .child-category a, .link-underlined.light {
  font-size: 14px;
  font-size: 0.875rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .thin.link, .header .hamburger-menu__items .parent-category .children .child-category a.thin, .link-underlined.thin {
  font-size: 12px;
  font-size: 0.75rem;
}

.dropdown-menu.customer-service-dropdown .modal-services .link:after, .link-underlined:after {
  content: "";
  display: block;
  position: relative;
  top: -4px;
  width: 0;
  height: 1px;
  z-index: -1;
  transition: width 0.3s;
}

.dropdown-menu.customer-service-dropdown .modal-services .link, .header .hamburger-menu__items .parent-category .children .child-category a.green, .link-underlined.green {
  color: var(--primary-darkgreen);
}

.dropdown-menu.customer-service-dropdown .modal-services .link:after, .header .hamburger-menu__items .parent-category .children .child-category a.green:after, .link-underlined.green:after {
  background: var(--primary-darkgreen);
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray.link, .header .hamburger-menu__items .parent-category .children .child-category a, .link-underlined.gray {
  color: #656d79;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray.link:after, .link-underlined.gray:after {
  background: #656d79;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray-mid-dark.link, .header .hamburger-menu__items .parent-category .children .child-category a.gray-mid-dark, .link-underlined.gray-mid-dark {
  color: #98a0af;
}

.dropdown-menu.customer-service-dropdown .modal-services .gray-mid-dark.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.gray-mid-dark:after, .link-underlined.gray-mid-dark:after {
  background: #98a0af;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .white.link, .header .hamburger-menu__items .parent-category .children .child-category a.white, .link-underlined.white {
  color: #fff;
}

.dropdown-menu.customer-service-dropdown .modal-services .white.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.white:after, .link-underlined.white:after {
  background: #fff;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .pink.link, .header .hamburger-menu__items .parent-category .children .child-category a.pink, .link-underlined.pink {
  color: #f267c4;
}

.dropdown-menu.customer-service-dropdown .modal-services .pink.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.pink:after, .link-underlined.pink:after {
  background: #f267c4;
  z-index: 1;
}

.dropdown-menu.customer-service-dropdown .modal-services .link:hover, .dropdown-menu.customer-service-dropdown .modal-services .underlined.link, .header .hamburger-menu__items .parent-category .children .child-category a.underlined, .link-underlined.underlined, .link-underlined:hover {
  text-decoration: underline;
}

.dropdown-menu.customer-service-dropdown .modal-services .underlined.link:hover, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:hover, .link-underlined.underlined:hover {
  text-decoration: none;
}

.dropdown-menu.customer-service-dropdown .modal-services .roboto.link, .header .hamburger-menu__items .parent-category .children .child-category a.roboto, .link-underlined.roboto {
  font-family: Roboto, sans-serif;
}

.gray-link {
  color: #656d79;
  transition: all 0.25s ease-in-out;
  font-size: 14px;
  font-size: 0.875rem;
  cursor: pointer;
  text-decoration: none;
}

.gray-link:hover {
  color: #11ddac;
}

@media only screen and (min-width: 768px) {
  .dropdown-menu.customer-service-dropdown .modal-services .link:hover, .link-underlined:hover {
    text-decoration: none;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .link:hover:after, .header .hamburger-menu__items .parent-category .children .child-category a:hover:after, .link-underlined:hover:after {
    width: 100%;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link, .header .hamburger-menu__items .parent-category .children .child-category a.underlined, .link-underlined.underlined {
    text-decoration: none;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link:after, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:after, .link-underlined.underlined:after {
    width: 100%;
  }
  .dropdown-menu.customer-service-dropdown .modal-services .underlined.link:hover:after, .header .hamburger-menu__items .parent-category .children .child-category a.underlined:hover:after, .link-underlined.underlined:hover:after {
    width: 0;
  }
}
.dropdown-toggle:after {
  display: none;
}

.dropdown.show .nav-link {
  color: #fff !important;
}

.dropdown.show .icon-chevron-down {
  transform: rotate(180deg);
}

.dropdown.show .icon-search {
  color: #fff !important;
}

.dropdown-menu {
  width: 100%;
  padding: 0;
  margin: 16px 0;
  border: 0;
  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;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1110px;
  margin: 35px 0px;
}

.dropdown-menu.show {
  z-index: 1102;
}

.dropdown-menu .title {
  margin: 60px 0 0;
  color: #0d2c54;
  text-align: center;
}

.dropdown-menu.customer-service-dropdown .custom-col {
  max-width: 322px;
  text-align: center;
  display: flex;
  flex-direction: column;
  -ms-flex: 1 0 auto;
}

.dropdown-menu.customer-service-dropdown .custom-col .main {
  height: 100%;
}

.dropdown-menu.customer-service-dropdown .modal-services {
  margin: 60px;
}

.dropdown-menu.customer-service-dropdown .modal-services .sprite {
  margin: 0 auto 12px;
}

.dropdown-menu.customer-service-dropdown .modal-services .service-title {
  display: block;
  margin-bottom: 8px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.dropdown-menu.customer-service-dropdown .modal-services .service-title.bottom {
  margin-bottom: 13px;
}

.dropdown-menu.customer-service-dropdown .modal-services .link {
  font-size: 16px;
  font-size: 1rem;
  color: #11ddac;
}

.dropdown-menu.treatments-dropdown .treatments-body {
  padding: 60px;
}

.dropdown-menu.treatments-dropdown h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  font-weight: 700;
  margin: 0 0 15px;
}

.dropdown-menu.treatments-dropdown .parent-category {
  margin-bottom: 30px;
}

.dropdown-menu.treatments-dropdown .parent-category span {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  font-weight: 700;
  margin: 0 0 15px;
}

.dropdown-menu.treatments-dropdown .children .child-category {
  margin-bottom: 15px;
  position: relative;
}

.dropdown-menu.treatments-dropdown .children .child-category:last-of-type {
  margin-bottom: 0;
}

.dropdown-menu.treatments-dropdown .children a {
  display: inline-block;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: all 0.25s ease-in-out;
  text-decoration: underline;
  position: relative;
  width: max-content;
}

.sticker-parent {
  text-decoration-color: var(--primary-darkgreen) !important;
  text-decoration-thickness: 2px !important;
}

.dropdown-menu.treatments-dropdown .children a::after {
  content: " &gt;";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.dropdown-menu.search-dropdown {
  padding: 10px;
  overflow: visible;
}

.dropdown-menu.search-dropdown .head-search-form {
  margin: 0;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown {
  padding-right: 70px;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown.not-empty ~ .clear-search-dropdown {
  display: flex;
}

.dropdown-menu.search-dropdown .head-search-form .search-field-dropdown.not-empty ~ .close {
  display: none;
}

.dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown {
  display: none;
  transform: translateY(-50%);
  background: transparent;
  padding: 0;
  border: 0;
  position: absolute;
  top: 50%;
  right: 52px;
}

.dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown .icon {
  color: #98a0af;
}

.dropdown-menu.search-dropdown .head-search-form .close {
  position: absolute;
  bottom: -40px;
  background: transparent;
  padding: 0;
  border: 0;
  left: 50%;
  transform: translateX(-50%);
}

.dropdown-menu.search-dropdown .head-search-form .close .icon {
  color: #98a0af;
  font-weight: 700;
}

.dropdown-menu.blog-topics-dropdown {
  padding: 60px 50px;
  width: auto;
  left: 0;
  transform: none;
  min-width: 340px;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item {
  margin-bottom: 30px;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item:last-of-type {
  margin-bottom: 0;
}

.dropdown-menu.blog-topics-dropdown .dropdown-menu-item a {
  color: #0d2c54;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.steps.three-steps {
  display: flex;
  justify-content: center;
}

.three-steps-container {
  display: flex;
  width: 1120px;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  margin-bottom: 60px;
}

.three-steps-title {
  margin-bottom: 90px;
}

.three-steps-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 700px;
  position: relative;
  margin-bottom: 70px;
}

.three-steps-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#three-steps-second-item {
  position: absolute;
  top: 70px;
}

#three-steps-vector1 {
  height: 70px;
  width: 250px;
  background-image: url(/img_v4/three-steps/vector1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 130px;
  left: 205px;
}

#three-steps-vector2 {
  height: 70px;
  width: 250px;
  background-image: url(/img_v4/three-steps/vector2.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 190px;
  top: 200px;
}

.three-steps-info {
  max-width: 300px;
  text-align: center;
}

.three-steps-icon {
  height: 70px;
  width: 70px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
}

.three-steps-icon-1 {
  background-image: url(/img_v4/three-steps/001.png);
}

.three-steps-icon-2 {
  background-image: url(/img_v4/three-steps/002.png);
}

.three-steps-icon-3 {
  background-image: url(/img_v4/three-steps/003.png);
}

.three-steps-icon-3-fr {
  background-image: url(/img_v4/three-steps/003-fr.png);
}

#home-page-treatment-modal-top-btn {
  margin-bottom: 70px !important;
  margin-top: 0px !important;
}

.autocomplete-results {
  position: absolute;
  background: white;
  border: 1px solid #ddd;
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 1000;
}

.autocomplete-results li {
  padding: 10px;
  cursor: pointer;
}

.autocomplete-results li:hover {
  background-color: #f0f0f0;
}

.highlight {
  font-weight: bold;
}

.autocomplete-item:hover,
.autocomplete-item.hover {
  background-color: rgb(240, 239, 239);
}

@media only screen and (max-width: 1200px) {
  .xmas-banner-2024 {
    width: 200px;
  }
  .xmas-hat {
    top: -37px;
    left: 62px;
  }
  .three-steps-container {
    position: static;
  }
  .three-steps-title {
    margin-bottom: 0px;
  }
  .three-steps-content {
    flex-direction: column;
    gap: 20px;
    position: static;
    height: fit-content;
    margin-bottom: 70px;
  }
  .three-steps-item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #three-steps-second-item {
    position: static;
  }
  #three-steps-vector1 {
    display: none;
  }
  #three-steps-vector2 {
    display: none;
  }
  .three-steps-icon-1 {
    background-image: url(/img_v4/three-steps/001-alt.png);
  }
}
@media only screen and (max-width: 500px) {
  .xmas-banner {
    background-image: url(/img_v4/new-year/xmas-banner-mobile.png.webp);
  }
  .xmas-banner-2024 {
    width: 170px;
    top: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .xmas-banner {
    background-image: url(/img_v4/new-year/xmas-banner-mobile.png.webp);
  }
  .home__top {
    padding-top: 60px !important;
  }
  .xmas-hat {
    top: -19px;
    left: 44px;
    height: 48px;
  }
  .xmas-hat-fr {
    position: absolute;
    top: -14px;
    left: -12px;
    z-index: 1;
    height: 41px;
  }
  .home__top h1 {
    width: 330px;
  }
  .home__top .main-search {
    width: 100%;
  }
  .home__top .trustpilot {
    width: 100%;
  }
  .header-purchase .dropdown-menu {
    overflow-y: auto;
  }
  .header-purchase .dropdown-menu .title {
    padding: 25px 30px;
    background-color: #11ddac;
    -moz-border-bottom-right-radius: 30px;
    border-bottom-right-radius: 30px;
    color: #fff;
    text-align: left;
    margin: 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services {
    margin: 0;
    padding: 30px;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services .service-title {
    margin-bottom: 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .modal-services .sprite {
    margin: 0 20px 0 0;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col {
    flex: 1;
    margin: 0 0 30px;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col .main {
    display: flex;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .custom-col .main &gt; div {
    text-align: left;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .close {
    padding: 0;
    background: transparent;
    border: 0;
    width: 24px;
    height: 24px;
    margin: auto;
  }
  .header-purchase .dropdown-menu.customer-service-dropdown .close .icon {
    font-size: 24px;
    color: #98a0af;
  }
  .header-purchase .dropdown.show-customer-service .nav-link {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 500;
    color: #98a0af;
    text-decoration: underline;
  }
  .header-purchase .dropdown.show-customer-service .nav-link span {
    font-family: Roboto, sans-serif;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .dropdown-menu {
    max-height: 80vh;
    overflow-y: auto;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field-dropdown {
    padding-right: 85px;
  }
  .dropdown-menu.search-dropdown .head-search-form .clear-search-dropdown {
    right: 70px;
  }
  .header-purchase .dropdown-menu .modal-services {
    margin: 60px 30px;
  }
  .header-purchase .dropdown-menu .btn-green.services {
    color: #fff !important;
    display: inline-block;
    width: auto;
  }
  .header-purchase .dropdown.show-customer-service .modal-services .btn {
    display: inline-block;
    color: #fff !important;
  }
}
@media screen and (min-width: 768px) {
  .header-purchase .dropdown.show-customer-service .nav-link {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    color: #11ddac;
    text-decoration: underline;
  }
  .header-purchase .dropdown.show-customer-service .nav-link:hover {
    text-decoration: none;
  }
  .header-purchase .dropdown.show-customer-service .nav-link span {
    font-family: Roboto, sans-serif;
  }
}
@media only screen and (min-width: 1200px) {
  .opens-treatments-modal {
    margin-bottom: 0px !important;
    margin-top: 20px !important;
  }
  .dropdown-menu {
    margin: 35px 0;
    max-height: 83vh;
    overflow-y: auto;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field {
    padding: 20px 90px 20px 15px;
  }
  .dropdown-menu.search-dropdown .head-search-form .search-field.not-empty ~ .clear-search-dropdown {
    right: 70px;
  }
  .dropdown-menu.search-dropdown .head-search-form .close {
    bottom: -60px;
  }
  .dropdown-menu.search-dropdown .head-search-form .close .icon {
    font-weight: 400;
    font-size: 24px;
  }
}
.main-search .search-form {
  position: relative;
  height: 53px;
}

.main-search .search-form .search-field {
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 15px 45px 15px 15px;
  background-color: #fff;
  color: #0d2c54;
  height: auto;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-search .search-form .search-btn, .main-search .search-form .search-field {
  border: 0;
  border-radius: 6px;
  transition: all 0.25s ease-in-out;
}

.main-search .search-form .search-btn {
  position: absolute;
  width: 36px;
  height: 36px;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  padding: 0;
  background: #11ddac;
  display: flex;
  align-items: center;
  justify-content: center;
}

.main-search .search-form .search-btn .icon {
  color: #fff;
  font-size: 24px;
}

.main-search .search-form .search-btn:hover {
  background: #10cb9e;
}

.main-search .search-form ::-webkit-input-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.main-search .search-form ::-moz-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

.main-search .search-form :-ms-input-placeholder {
  color: #98a0af;
  line-height: 26px;
  font-weight: 500;
  font-size: 16px;
  font-family: Roboto, sans-serif;
}

@media only screen and (min-width: 768px) {
  .main-search .search-form {
    position: relative;
    height: 63px;
  }
  .main-search .search-form .search-field {
    padding: 20px 65px 20px 15px;
  }
  .main-search .search-form .search-btn {
    height: 46px;
    width: 46px;
  }
  .main-search .search-form ::-webkit-input-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
  .main-search .search-form :-moz-placeholder, .main-search .search-form ::-moz-placeholder {
    font-size: 18px;
    font-weight: 400;
  }
  .main-search .search-form :-ms-input-placeholder {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
  }
}
.accordion-item {
  position: relative;
  width: 100%;
  border-top: 1px solid #eef1f6;
  border-bottom: 1px solid #eef1f6;
}

.accordion-item__head {
  position: relative;
  width: 100%;
  padding: 16px 16px 16px 0;
  cursor: pointer;
  font-family: Poppins, sans-serif;
  margin-bottom: 0;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  transition: color 0.3s;
}

.accordion-item__head--light {
  color: #656d79;
}

.accordion-item__head.open {
  color: #11ddac;
}

.accordion-item__head.open:before {
  opacity: 0;
}

.accordion-item__head:after, .accordion-item__head:before {
  position: absolute;
  content: "";
  background-color: #11ddac;
}

.accordion-item__head:after {
  top: calc(50% - 1px);
  right: 0;
  width: 14px;
  height: 2px;
}

.accordion-item__head:before {
  top: calc(50% - 7px);
  width: 2px;
  right: 6px;
  height: 14px;
  opacity: 1;
  transition: opacity 0.3s;
}

.accordion-item__body {
  display: none;
}

.accordion-item__body p, .accordion-item__body span {
  display: block;
  color: #656d79;
  font-family: Roboto, sans-serif;
  margin: 0 0 16px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.accordion-item + .accordion-item {
  border-top: none;
}

.accordion-item__head.open + .accordion-item__body {
  display: block;
}

.notification-block {
  margin-top: 30px;
  font-size: 12px;
  max-height: 100px;
  padding-right: 5px;
  overflow-y: scroll;
  color: #98a0af;
}

.notification-block::-webkit-scrollbar {
  width: 5px;
}

.notification-block::-webkit-scrollbar-track {
  border-radius: 10px;
}

.notification-block::-webkit-scrollbar-thumb {
  background: #11ddac;
  border-radius: 10px;
}

.notification-block::-webkit-scrollbar-thumb:hover {
  background: #0ebc92;
}

.user-account .notification-block {
  margin-top: 30px;
  padding: 5px 10px 5px 30px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eef1f6;
}

.checkout-step-registration .notification-block {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .user-account .notification-block {
    padding: 5px 5px 5px 20px;
  }
}
.header {
  padding: 0;
  background-color: white;
}

.dark {
  background-color: rgba(255, 255, 255, 0) !important;
}

.dropdown-menu.customer-service-dropdown .modal-services .header.link, .header.green {
  background-color: #e7fcf7;
}

.header.content_type_bc {
  background-color: #f8eff5;
}

.header.header-purchase {
  background-color: #fff;
  border-bottom: 1px solid #eef1f6;
}

.header.header-purchase.dark .treatments-backlink a &gt; .icon, .header.header-purchase.dark .treatments-backlink span {
  color: #fff;
}

.header.header-purchase .treatments-backlink {
  margin: 0;
  z-index: 1102;
  flex: 1;
}

.header.header-purchase .treatments-backlink a {
  display: flex;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #656d79;
}

.header.header-purchase .treatments-backlink a span {
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  margin-left: 5px;
}

.header.header-purchase .navbar-nav.header-logo {
  justify-content: center;
}

.header.header-purchase .navbar-nav.header-links {
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-right: 0;
}

.header.header-purchase .navbar-nav.header-links .nav-item {
  margin-right: 20px;
}

.header.header-purchase .navbar-nav.header-links .nav-item:last-of-type {
  margin-right: 0;
}

.header.blog-header {
  border-bottom: 1px solid #eef1f6;
}

.header.blog-header .navbar {
  justify-content: space-between;
}

.header.blog-header .dok-logo img {
  width: 137px;
  height: 27px;
}

.header.blog-header .header-links {
  justify-content: flex-end;
  margin-right: 0;
}

.header.blog-header .header-links .nav-item {
  margin-right: 0;
  margin-left: 30px;
}

.header.blog-header .header-links .nav-item .nav-link {
  cursor: pointer;
}

.header.blog-header .show-blog-topics {
  position: relative;
}

.header.blog-header .hamburger-menu__header {
  padding: 27px 30px;
  margin-bottom: 0;
}

.header.blog-header .hamburger-menu__header .dok-logo img {
  width: 128px;
  height: 25px;
}

.header.blog-header .hamburger-menu__items {
  border-top: 1px solid #eef1f6;
  padding-top: 10px;
}

.header.blog-header .hamburger-menu__items .item {
  padding: 14px 30px;
}

.header.blog-header .hamburger-menu__items .item a {
  font-weight: 500;
  color: #0d2c54;
}

.header.blog-header .hamburger-menu__items .item a:hover {
  text-decoration: underline;
}

.header.header-heyflow {
  padding: 13px 20px;
}

.header.header-heyflow.dark .header-logo {
  z-index: 2;
}

.header.header-heyflow.dark .header-links .nav-item {
  z-index: auto;
}

.header.header-heyflow .navbar-nav {
  flex: 1;
}

.header.header-heyflow .navbar-nav.header-logo {
  justify-content: flex-start;
}

.header.header-heyflow .navbar-nav .dok-logo img {
  height: 24px;
  width: 24px;
}

.header.header-heyflow .navbar-nav.header-links {
  display: flex;
  flex: 1;
  margin: 0;
  justify-content: flex-end;
}

.header.header-heyflow .navbar-nav.header-links .nav-item {
  margin: 0 0 0 15px;
}

.header.header-heyflow .navbar-nav.header-links .nav-item:last-of-type {
  margin-right: 0;
}

.header.header-heyflow .navbar-nav.header-links .nav-item .nav-link .icon {
  color: #656d79;
}

.header.header-heyflow .title-text {
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.header a {
  text-decoration: none;
}

.header .navbar, .header a {
  display: flex;
  align-items: center;
  position: relative;
}

.header .navbar {
  justify-content: center;
}

.header .login-sm {
  flex: 1;
  display: flex;
  align-items: center;
}

.header .dok-logo img {
  height: 21px;
  width: 128px;
}

.header .dok-logo .logo-dark {
  display: block;
}

.header-links, .header .dok-logo .logo-white {
  display: none;
}

.header-navigation {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header .nav-item {
  position: static;
}

.header .nav-item .nav-link {
  padding: 0;
}

.header .nav-item .nav-link .icon {
  font-size: 24px;
  color: #98a0af;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.header .nav-item .nav-link .icon:hover {
  color: #11ddac;
}

.header .nav-item .nav-link.logged .icon {
  position: relative;
}

.header .nav-item .nav-link.logged .icon:after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #19d845;
  position: absolute;
  right: -2px;
  bottom: 0;
}

.header .nav-item .nav-link .msg-badge {
  position: absolute;
  right: -7px;
  top: -9px;
}

.header .nav-item.continue-order {
  margin-left: 20px;
  position: relative;
}

.header .nav-item.continue-order .msg-badge {
  width: 9px;
  height: 9px;
  font-size: 0;
  bottom: 0;
  top: auto;
  right: 0;
}

.header.dark .header-logo {
  z-index: 1102;
}

.header.dark .dok-logo .logo-dark {
  display: none;
}

.header.dark .dok-logo .logo-white {
  display: block;
}

.header.dark .nav-item {
  z-index: 1102;
}

.header.dark .nav-item .icon, .header.dark .nav-item .nav-link.show-treatments-link {
  color: #656d79;
}

.header.dark .hamburger .line {
  background-color: #656d79;
}

.header .hamburger {
  margin-left: 15px;
  position: relative;
  z-index: 1102;
}

.header .hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #98a0af;
  display: block;
  margin: 4px auto;
}

.header .hamburger-menu {
  display: flex;
  flex-direction: column;
  z-index: 1200;
  background: #fff;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 60px;
  will-change: transform, opacity;
  overflow: auto;
  visibility: hidden;
  filter: alpha(opacity=100);
  opacity: 1;
  box-sizing: border-box;
  transition: all 0.6s;
  transform: translateX(100%);
}

.header .hamburger-menu.is-active {
  visibility: visible !important;
  transform: translateX(0);
}

.header .hamburger-menu .dok-logo {
  flex: 1;
  justify-content: flex-start;
}

.header .hamburger-menu .dok-logo img {
  width: 135px;
  height: 22px;
}

.header .hamburger-menu__header {
  padding: 30px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eef1f6;
  margin-bottom: 10px;
}

.header .hamburger-menu__items {
  margin-bottom: 35px;
}

.header .hamburger-menu__items .row {
  margin: 0;
}

.header .hamburger-menu__items .col {
  padding: 0;
  flex-basis: auto;
  max-width: 100%;
}

.header .hamburger-menu__items .parent-category {
  padding: 14px 30px;
}

.header .hamburger-menu__items .parent-category span {
  color: #0d2c54;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  margin: 0;
  position: relative;
  display: flex;
}

.header .hamburger-menu__items .parent-category span.opened {
  color: #11ddac;
}

.header .hamburger-menu__items .parent-category span.opened ~ .children {
  display: block;
}

.header .hamburger-menu__items .parent-category span.opened:after {
  transform: rotate(180deg);
}

.header .hamburger-menu__items .parent-category span:after {
  font-family: icomoon;
  content: "\e987";
  font-size: 11px;
  color: #11ddac;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 1px;
  transition: all 0.25s ease-in-out;
}

.header .hamburger-menu__items .parent-category .children {
  margin-top: 14px;
  display: none;
}

.header .hamburger-menu__items .parent-category .children .child-category {
  padding: 12px 0;
  position: relative;
}

.header .hamburger-menu__items .parent-category .children .child-category:last-of-type {
  padding-bottom: 0;
}

.header .hamburger-menu__links {
  margin-bottom: 40px;
  flex: 1;
}

.header .hamburger-menu__links .nav-item {
  padding: 0 30px;
  margin-bottom: 20px;
}

.header .hamburger-menu__links .nav-item a {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
  display: inline-block;
  font-weight: 500;
}

.header .hamburger-menu__footer {
  padding: 30px;
  background-color: #e7fcf7;
  -moz-border-top-left-radius: 30px;
  border-top-left-radius: 30px;
}

.header .hamburger-menu__footer .links {
  display: flex;
}

.header .hamburger-menu__footer .links li {
  flex: 1;
}

.header .hamburger-menu__footer .links .cs-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header .hamburger-menu__footer .links .cs-link .icon {
  color: #11ddac;
  font-size: 20px;
  margin-bottom: 8px;
}

.header .hamburger-menu__footer .links .cs-link span {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #11ddac;
  text-align: center;
}

.header .hamburger-menu__footer .links .cs-link span.sprite {
  margin-bottom: 5px;
}

.header .close-hamburger {
  position: fixed;
  left: 19px;
  top: 20px;
  z-index: 1200;
  height: 18px;
  display: none;
}

.header .close-hamburger .line {
  width: 18px;
  height: 2px;
  background-color: #98a0af;
  display: block;
}

.header .close-hamburger .line:first-child {
  transform: translateY(8px) rotate(45deg);
}

.header .close-hamburger .line:nth-child(2) {
  transform: translateY(6px) rotate(-45deg);
}

@media only screen and (max-width: 767px) {
  .header .hamburger-menu__items .parent-category {
    padding: 14px 10px 14px 15px;
  }
  .header.header-purchase .treatments-backlink a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .header.header-purchase .dok-logo .logo-dark, .header.header-purchase .dok-logo .logo-white {
    display: none;
  }
  .header.header-purchase .dok-logo img {
    width: 24px;
    height: 24px;
  }
  .header.header-purchase .navbar-nav.header-links .nav-item:not(.whatsapp) {
    margin-right: 0;
  }
  .header.header-purchase .navbar-nav.header-links .whatsapp .icon {
    font-size: 24px;
    color: #11ddac;
  }
  .header.blog-header {
    padding: 16px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header {
    padding: 0;
  }
  .header.dark .header-navigation .nav-item.show-treatments {
    background: transparent;
  }
  .header.blog-header .dok-logo img {
    width: 186px;
    height: 38px;
  }
  .header.blog-header .header-links {
    display: flex;
    flex: 1;
  }
  .header.header-heyflow {
    padding: 18px 30px;
  }
  .header.header-heyflow .title-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .header .dok-logo img {
    height: 28px;
    width: 171px;
  }
  .header .nav-item .nav-link {
    position: relative;
  }
  .header .nav-item .nav-link.show-treatments-link {
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    color: #11ddac;
    transition: all 0.25s ease-in-out;
  }
  .header .nav-item .nav-link.show-treatments-link:hover {
    color: #32efc2;
  }
  .header .nav-item .nav-link .icon-chevron-down {
    font-weight: 700;
    margin-left: 10px;
    font-size: 10px;
    color: #11ddac;
  }
  .header .nav-item.continue-order {
    margin-left: 30px;
  }
  .header .nav-item.continue-order .msg-badge {
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-size: 0.75rem;
    bottom: auto;
    top: -9px;
    right: -7px;
  }
  .header .nav-item:last-of-type {
    margin-right: 0;
  }
  .header-navigation .nav-item {
    margin-left: 30px;
  }
  .header-navigation .nav-item.show-treatments {
    padding: 10px 15px 10px 20px;
    background: #e7fcf7;
    border-radius: 30px;
  }
  .header-navigation .nav-item:first-of-type {
    margin-left: 0;
  }
  .header .hamburger {
    margin-left: 30px;
  }
  .header .hamburger-menu {
    left: 200px;
  }
  .header #categories-menu.hamburger-menu {
    left: 200px;
  }
  .header #filters-menu.hamburger-menu {
    left: 75vw;
  }
  .header .hamburger-menu__search {
    background-color: #fff;
  }
  .header .hamburger-menu__search .main-search {
    max-width: inherit;
  }
  .header .hamburger-menu__search .search-form .search-field {
    padding: 0 50px 0 20px;
    background-color: #11ddac;
    border: 0;
    border-radius: 0;
  }
  .header .hamburger-menu__search .search-form .search-field.not-empty {
    border: 0;
  }
  .header .hamburger-menu__search .search-form .search-field.not-empty ~ .search-btn .icon {
    color: #11ddac;
  }
  .header .hamburger-menu__search .search-form .search-btn {
    border: 0;
    width: auto;
    padding: 0;
    background: transparent;
  }
  .header .hamburger-menu__search .search-form .search-btn .icon {
    font-size: 24px;
  }
  .header .hamburger-menu__search .search-form .search-btn:hover {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
  }
  .header .hamburger-menu__search .search-form ::-webkit-input-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .hamburger-menu__search .search-form :-moz-placeholder, .header .hamburger-menu__search .search-form ::-moz-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .hamburger-menu__search .search-form :-ms-input-placeholder {
    color: #fff;
    font-family: Roboto, sans-serif;
  }
  .header .treatments-menu__header h1 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  .header .treatments-menu__items .parent-category span {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .header {
    padding: 0;
  }
  .header .navbar-nav {
    display: flex;
    align-items: center;
    flex: 1;
    -ms-flex: auto;
  }
  .header .navbar-nav.header-links {
    flex: auto;
  }
  .header-links {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 15px;
  }
  .header-links .nav-item {
    margin-right: 30px;
  }
  .header-links .nav-item:last-of-type {
    margin-right: 0;
  }
  .header-links .nav-item a {
    color: #656d79;
    font-size: 14px;
    font-size: 0.875rem;
    transition: all 0.25s ease-in-out;
  }
  .header-links .nav-item a:hover, .header.dark .header-links .nav-item a:hover {
    color: #11ddac;
  }
  .header.dark .header-links .nav-item a.btn-green {
    color: #fff;
    display: inline-block;
  }
  .header.dark .nav-item .nav-link .icon:not(.icon-chevron-down), .header.dark .nav-item .nav-link.show-treatments-link {
    color: #656d79;
  }
  .header.dark .nav-item .nav-link .icon:not(.icon-chevron-down):hover {
    color: #11ddac;
  }
}
@media only screen and (max-width: 359px) {
  .header .nav-item.continue-order {
    margin-left: 10px;
  }
}
.last-article {
  margin-bottom: 60px;
}

.last-article__content .article-category {
  margin-bottom: 38px;
}

.last-article__content .article-title {
  margin-bottom: 13px;
}

.last-article__content .article-title a {
  color: #0d2c54;
}

.last-article__content .article-info {
  justify-content: center;
}

.last-article__img {
  height: 300px;
  -moz-border-bottom-left-radius: 80px;
  border-bottom-left-radius: 80px;
  overflow: hidden;
  margin: 0 -15px 25px;
}

.last-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767px) {
  .last-article {
    position: relative;
    padding-bottom: 60px;
  }
  .last-article:after {
    content: "";
    height: 1px;
    background-color: #eef1f6;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .last-article {
    margin-bottom: 112px;
  }
  .last-article__content .article-category {
    margin-bottom: 0;
  }
  .last-article__content .article-title {
    margin-bottom: 18px;
  }
  .last-article__img {
    height: 366px;
    margin: 0 -30px 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .last-article {
    margin-bottom: 120px;
  }
  .last-article__content .article-category {
    margin-bottom: 21px;
  }
  .last-article__content .article-title {
    margin-bottom: 13px;
  }
  .last-article__content .article-info {
    justify-content: flex-start;
  }
  .last-article__img {
    width: 940px;
    height: 500px;
    margin: 0;
  }
}
.tiles__item {
  display: flex;
  align-items: flex-end;
  background-color: #0d2c54;
  margin-bottom: 15px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  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;
}

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

.tiles__item .treatments {
  padding: 30px 0 30px 30px;
  flex: 1;
}

.tiles__item .treatments .title {
  display: block;
  color: #11ddac;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
}

.tiles__item .treatments .list li:not(:last-of-type) {
  margin-bottom: 5px;
}

.tiles__item .treatments .list a {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.tiles__item .treatments .list a::after {
  content: " &gt;";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.tiles__item .treatments .home-page-tiles-show-more {
  font-size: 13px;
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
  position: relative;
}

.tiles__item .treatments .home-page-tiles-show-more::after {
  content: " &gt;";
  display: inline;
  position: absolute;
  top: 2px;
  right: -12px;
}

.categories_menu_sticker {
  background-color: var(--primary-darkgreen);
  font-size: 11px;
  width: fit-content;
  border-radius: 3px;
  color: white;
  padding: 1px 7px;
  font-weight: 600;
  position: absolute;
  top: 3px;
  left: calc(100% + 17px);
}

.tiles__item .treatments .coming-soon, .tiles__item .treatments .coming-soon-badge {
  color: #98a0af;
}

.tiles__item .treatments .coming-soon-badge {
  font-size: 12px;
  font-size: 0.75rem;
  position: relative;
  top: 1px;
}

.tiles__item .cover {
  width: 115px;
  height: 155px;
  text-align: center;
}

.tiles__item .cover img {
  width: 160px;
}

@media only screen and (min-width: 768px) {
  .tiles__item .treatments {
    padding: 40px 0 40px 40px;
  }
  .tiles__item .treatments .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .tiles__item .treatments .coming-soon, .tiles__item .treatments .list a {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .tiles__item .cover {
    width: 280px;
    height: 205px;
  }
  .tiles__item .cover img {
    width: 280px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tiles {
    margin: 0 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .tiles {
    display: flex;
    justify-content: center;
  }
  .tiles__item {
    align-items: flex-start;
    flex-direction: column;
    margin: 0 30px 0 0;
    flex: 1;
    max-width: 33.3%;
  }
  .tiles__item:last-of-type {
    margin: 0;
  }
  .tiles__item .treatments {
    width: 100%;
    padding: 40px 25px 5px;
    -ms-flex: auto;
  }
  .tiles__item .cover {
    height: 180px;
    width: 100%;
  }
  .tiles__item .cover img {
    margin: auto;
  }
}
/* Toast related classes were deleted for lack of use */
#coupon-applied-pop-up {
  display: none;
  gap: 15px;
  flex-direction: column;
  height: 335px;
  width: 444px;
  background: white;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1102;
  border-radius: 30px 6px 30px 6px;
  padding: 35px;
}

#coupon-applied-pop-up p {
  color: #566B87;
  font-size: 18px;
  font-weight: 500;
}

#coupon-applied-pop-up button {
  background: var(--primary-lightgreen);
  height: 56px;
  border-radius: 6px;
  color: white;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
  padding: 11px 0px 11px 0px;
}

#coupon-applied-pop-up .popup-title {
  color: var(--primary-blue);
  font-size: 32px;
  font-weight: 700;
}

#coupon-applied-strip {
  display: none;
  padding: 5px 20px;
  width: 100%;
  background-color: var(--primary-lightgreen);
  text-align: center;
}

#coupon-applied-strip-text {
  color: white;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}

.header-container {
  padding: 25px 30px;
}

@media only screen and (max-width: 768px) {
  #coupon-applied-pop-up {
    width: 350px;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
  padding-right: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: 700;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0 0 0 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #000;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(180deg, #fff 50%, #eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(180deg, #eee 50%, #ccc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFCCCCCC",GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888;
  border-width: 0 4px 5px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(180deg, #fff 0, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF",endColorstr="#FFEEEEEE",GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(180deg, #eee 50%, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE",endColorstr="#FFFFFFFF",GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: 700;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.slick-slider {
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list, .slick-slider {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translateZ(0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

* {
  font-family: Poppins, sans-serif;
  line-height: 150%;
}

:focus {
  outline: none !important;
}

body {
  overflow-x: hidden;
}

main {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.heading-style, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  word-break: break-word;
  color: #0d2c54;
  line-height: 150%;
}

h1 {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
}

.heading-style, h2 {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

h3 {
  font-size: 20px;
  font-size: 1.25rem;
}

h3.title-small, h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

h4.title-small, h5 {
  font-size: 16px;
  font-size: 1rem;
}

h6 {
  font-size: 14px;
  font-size: 0.875rem;
}

p {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  color: #656d79;
  margin-top: 0;
}

p.fz-15 {
  font-size: 15px;
  font-size: 0.9375rem;
}

p.fz-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

p.fz-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

p strong {
  font-family: Roboto, sans-serif;
}

.body-l, .body-m, .body-s, .body-xl, .body-xs {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  line-height: 150%;
}

.body-l.bold, .body-m.bold, .body-s.bold, .body-xl.bold, .body-xs.bold {
  font-weight: 700;
}

.body-xl {
  font-size: 18px;
  font-size: 1.125rem;
}

.body-l {
  font-size: 16px;
  font-size: 1rem;
}

.body-m {
  font-size: 15px;
  font-size: 0.9375rem;
}

.body-s {
  font-size: 14px;
  font-size: 0.875rem;
}

.body-xs {
  font-size: 12px;
  font-size: 0.75rem;
}

a, a:hover {
  color: var(--primary-darkgreen);
}

a[href^=tel] {
  color: inherit;
}

.text-green {
  color: #11ddac;
}

.o-h, .oh {
  overflow: hidden;
}

.hidden, .is-print {
  display: none;
}

.hide {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.width-100 {
  width: 100%;
}

.p-0 {
  padding: 0 !important;
}

.card {
  padding: 20px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #eef1f6;
}

.card-order {
  padding: 0;
  margin-bottom: 30px;
}

.card.border-none {
  border: 0;
}

.card.w-shadow {
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
}

.check-bullets {
  padding: 0;
  list-style-type: none;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.check-bullets li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 5px;
}

.check-bullets li span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  display: block;
}

.check-bullets li .circle {
  width: 20px;
  height: 20px;
  background-color: #c6f4e9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.check-bullets li .circle .icon {
  font-size: 8px;
  position: relative;
  top: 1px;
}

.check-bullets.green li .circle {
  background-color: #11ddac;
}

.check-bullets.green li .circle .icon {
  color: #fff;
  font-size: 13px;
}

.check-bullets.small li, .cookieAcceptBar .check-bullets.btn-accept-cookies li, .cookieAcceptBar .manage-preferences span.check-bullets li {
  margin-bottom: 0;
}

.check-bullets.small li .circle, .cookieAcceptBar .check-bullets.btn-accept-cookies li .circle, .cookieAcceptBar .manage-preferences span.check-bullets li .circle {
  top: 3px;
  transform: none;
}

.check-bullets.small li span, .cookieAcceptBar .check-bullets.btn-accept-cookies li span, .cookieAcceptBar .manage-preferences span.check-bullets li span {
  font-size: 14px;
  font-size: 0.875rem;
}

.check-bullets.lg-bullets {
  flex-direction: column;
  align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.check-bullets.lg-bullets li {
  position: relative;
  line-height: 150%;
  margin: 0 0 14px;
  padding-left: 40px;
  text-align: left;
}

.check-bullets.lg-bullets li:last-of-type {
  margin-bottom: 0;
}

.check-bullets.lg-bullets li:before {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

.discount-label {
  display: inline-block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  color: #fff;
  font-family: Roboto, sans-serif;
  background: #ef4747;
  border-radius: 3px;
  padding: 4px;
  margin: 0 3px;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .check-bullets.lg-bullets {
    max-width: 275px;
  }
}
.trustpilot-widget__preloader {
  display: block;
  height: 25px;
  width: 100%;
  z-index: 20;
  max-width: 540px;
  margin: auto;
}

@-webkit-keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0.4;
    transform: scale(1);
  }
}
@keyframes dot-keyframes {
  0% {
    opacity: 0.4;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.2);
  }
  to {
    opacity: 0.4;
    transform: scale(1);
  }
}
.trustpilot-widget__preloader .loading-dots {
  width: 100%;
  text-align: center;
}

.trustpilot-widget__preloader .loading-dots--dot {
  -webkit-animation: dot-keyframes 1.5s ease-in-out infinite;
  animation: dot-keyframes 1.5s ease-in-out infinite;
  background-color: #00b67a;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  width: 6px;
  margin: 0 3px;
}

.trustpilot-widget__preloader .loading-dots--dot:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.trustpilot-widget__preloader .loading-dots--dot:nth-child(3) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.sprite-main-legitscript {
  position: relative;
}

.sprite-main-legitscript .date {
  height: 10px;
  background-color: #fff;
  width: 35px;
  color: #000;
  position: absolute;
  left: 33px;
  top: 42px;
  font-size: 8px;
  line-height: 1.5;
  text-align: center;
  font-weight: 700;
  border-radius: 6px;
  font-family: Arial, sans-serif;
}

.covid-strip, .holiday-delivery-strip {
  padding: 10px;
  background-color: #0d2c54;
}

.covid-strip p, .holiday-delivery-strip p {
  margin: 0;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff;
}

.holiday-delivery-strip a, .holiday-delivery-strip p {
  font-family: Arial, sans-serif;
}

.holiday-delivery-strip a {
  text-decoration: underline;
}

.backlink {
  justify-content: center;
}

.backlink, .backlink a {
  display: flex;
  align-items: center;
}

.backlink a {
  text-decoration: none;
}

.backlink .icon {
  color: #11ddac;
  font-size: 24px;
  margin-right: 7px;
  position: relative;
  left: -5px;
}

.backlink span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #656d79;
  position: relative;
  left: -5px;
}

.g-recaptcha {
  position: relative;
  z-index: 25;
}

.coming-soon {
  font-size: 14px;
  font-size: 0.875rem;
}

.coming-soon, .coming-soon-badge {
  color: #656d79;
  vertical-align: middle;
}

.coming-soon-badge {
  font-size: 10px;
  font-size: 0.625rem;
}

.msg-badge {
  font-size: 12px;
  font-size: 0.75rem;
  background: #ef4747;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.badge-new, .msg-badge {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 700;
}

.badge-new {
  padding: 2px 12px 0;
  min-height: 19px;
  background-color: #ef4747;
  border-radius: 20px;
  font-size: 11px;
  font-size: 0.6875rem;
  margin-left: 10px;
}

.right {
  display: flex;
  justify-content: flex-end;
}

.doc-carousel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  max-height: 476px;
}

.doc-carousel.slick-initialized {
  visibility: visible;
  opacity: 1;
  overflow: inherit;
}

.doc-carousel-nav {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  height: 65px;
}

.doc-carousel-nav.slick-initialized {
  visibility: visible;
  opacity: 1;
  overflow: inherit;
}

.doc-carousel-nav.short-nav .slick-track {
  transform: translateZ(0) !important;
}

ol {
  margin-bottom: 30px;
  padding: 0;
  list-style-type: none;
}

ol li {
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 150%;
  margin-bottom: 10px;
  padding-left: 25px;
}

ol li, ol li b, ol li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

ol li:before {
  content: counter(list-item) ". ";
  counter-increment: item;
  color: #11ddac;
  margin-right: 5px;
  font-weight: 700;
  position: absolute;
  left: 0;
}

ol li:last-of-type {
  margin-bottom: 0;
}

table:not(.frame-table) tbody tr td ul, ul.default-list {
  margin-bottom: 30px;
}

table:not(.frame-table) tbody tr td ul li, ul.default-list li {
  padding-left: 15px;
  position: relative;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li b, table:not(.frame-table) tbody tr td ul li strong, ul.default-list li b, ul.default-list li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li a, ul.default-list li a {
  cursor: pointer;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td ul li:before, ul.default-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.blue-text-list {
  margin-bottom: 30px;
}

ul.blue-text-list li {
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}

ul.blue-text-list li, ul.blue-text-list li b, ul.blue-text-list li strong {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
}

ul.blue-text-list li a {
  cursor: pointer;
}

ul.blue-text-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #0d2c54;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.long-rows-list {
  margin-bottom: 30px;
}

ul.long-rows-list li {
  padding-left: 15px;
  margin-bottom: 15px;
  position: relative;
  font-size: 15px;
  font-size: 0.9375rem;
}

ul.long-rows-list li, ul.long-rows-list li b, ul.long-rows-list li strong {
  color: #656d79;
  font-family: Roboto, sans-serif;
}

ul.long-rows-list li a {
  cursor: pointer;
}

ul.long-rows-list li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

ul.long-rows-list li:last-of-type {
  margin-bottom: 0;
}

.table_of_contents {
  margin: 60px 0;
}

.table_of_contents .title {
  position: relative;
  display: flex;
  font-weight: 700;
  color: #11ddac;
  margin: 0 0 15px;
  padding-left: 34px;
}

.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;
}

.table_of_contents ul li {
  margin-bottom: 18px;
}

.table_of_contents ul li:last-of-type {
  margin-bottom: 0;
}

.table_of_contents ul li a {
  font-family: Roboto, sans-serif;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  text-decoration: underline;
}

.table_of_contents ul li a:hover {
  text-decoration: none;
}

.buyer-journey {
  margin: 60px 0;
  background-color: #0d2c54;
  display: flex;
  align-items: center;
  padding: 60px 30px;
  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;
  flex-direction: column;
}

.buyer-journey .main-title {
  margin-bottom: 45px;
  color: #11ddac;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  flex: 1;
}

.buyer-journey .journey-list {
  flex: 1;
  width: 100%;
}

.buyer-journey .journey-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.12);
  text-decoration: none;
  color: #fff;
  transition: all 0.25s ease-in-out;
}

.buyer-journey .journey-list li a span {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.buyer-journey .journey-list li a .icon.icon-arrow {
  position: relative;
  font-size: 14px;
  color: rgba(17, 221, 172, 0.3);
  transition: all 0.25s ease-in-out;
}

.buyer-journey .journey-list li a .icon.icon-arrow:before {
  content: "\e989";
}

.buyer-journey .journey-list li a:hover, .buyer-journey .journey-list li a:hover .icon-arrow:before {
  color: #11ddac;
}

.buyer-journey .journey-list li:last-of-type a {
  border-bottom: 0;
}

.next-article {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 60px 0;
  justify-content: space-between;
  padding: 30px;
  background-color: #fff;
  border: 1px solid #eef1f6;
  border-radius: 12px;
}

.next-article .title {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ef4747;
  display: block;
  font-family: Roboto, sans-serif;
}

.next-article .info .heading {
  font-size: 16px;
  font-size: 1rem;
  color: #0d2c54;
  display: block;
  font-weight: 500;
  margin-bottom: 15px;
}

.next-article .info p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  margin-bottom: 0;
}

.next-article .button-wrapper {
  flex-shrink: 0;
}

.next-article .button-wrapper .read-more {
  margin-top: 15px;
  padding-left: 40px;
  padding-right: 40px;
  height: 49px;
  font-size: 14px;
  font-size: 0.875rem;
}

.delivery-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.delivery-info__description {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  text-align: center;
}

.delivery-info__description span {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}

.danger-block, .info-block, .warning-block {
  padding: 60px 30px;
  margin: 60px 0;
  border: 10px solid;
}

.danger-block .title, .info-block .title, .warning-block .title {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2c54;
  margin-bottom: 30px;
}

.danger-block p, .info-block p, .warning-block p {
  color: #0d2c54;
}

.danger-block p:last-of-type, .info-block p:last-of-type, .warning-block p:last-of-type {
  margin-bottom: 0;
}

.info-block {
  border-color: #eef1f6;
}

.warning-block {
  border-color: #fff3e6;
}

.danger-block {
  border-color: #ffebeb;
}

blockquote {
  border-radius: 6px;
  -moz-border-bottom-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: #eef1f6;
  padding: 60px 35px;
  margin: 60px 0;
  position: relative;
}

blockquote:before {
  content: "\e9a5";
  font-family: icomoon;
  color: #dbe1eb;
  position: absolute;
  left: 30px;
  top: -20px;
  font-size: 82px;
  width: 82px;
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

blockquote strong {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  color: #0d2c54;
  margin-bottom: 15px;
}

blockquote p {
  color: #0d2c54;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

blockquote p strong, blockquote span strong {
  display: inline;
  font-size: 16px;
  font-size: 1rem;
}

.stand-out-block {
  background-color: #fff;
  padding: 60px 20px;
  margin: 60px 0;
}

.stand-out-block strong {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #656d79;
  margin-bottom: 20px;
}

.stand-out-block p {
  margin-bottom: 25px;
}

.stand-out-block p:last-of-type {
  margin-bottom: 0;
}

.stand-out-block .info {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
  display: block;
  font-family: Roboto, sans-serif;
  margin-bottom: 30px;
}

.product-carousel, .product-carousel-preview, .related-products__carousel {
  opacity: 0;
  visibility: hidden;
}

.product-carousel-preview img, .product-carousel img, .related-products__carousel img {
  margin: 0 auto;
}

.product-carousel-preview img.slick-loading, .product-carousel img.slick-loading, .related-products__carousel img.slick-loading {
  opacity: 0;
}

.product-carousel-preview.slick-initialized, .product-carousel.slick-initialized, .related-products__carousel.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.product-loader {
  height: 24px;
  width: 47px;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 12px);
  margin: auto;
  z-index: 1;
  background: url(/img_v4/loader.gif) no-repeat 50%;
}

.inform-wrapper {
  padding: 60px 20px;
  background: #0d2c54;
  border-radius: 60px 12px;
}

.inform-wrapper .inform-title {
  color: #11ddac;
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 18px;
}

.inform-wrapper .inform-content, .inform-wrapper .links-list {
  margin-bottom: 30px;
}

.inform-wrapper .links-list:last-child {
  margin-bottom: 0;
}

.inform-wrapper .links-list li {
  margin-bottom: 10px;
}

.inform-wrapper .links-list li:last-child {
  margin-bottom: 0;
}

.inform-wrapper .links-list li a {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-decoration: underline;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .heading-style, h1.title-small, h2 {
    font-size: 32px;
    font-size: 2rem;
  }
  .heading-style.title-small, h2.title-small, h3 {
    font-size: 28px;
    font-size: 1.75rem;
  }
  h3.title-small {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h4 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  h4.title-small {
    font-size: 18px;
    font-size: 1.125rem;
  }
  h5 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .on-mobile-show {
    display: none;
  }
  .check-bullets {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .check-bullets li:last-of-type {
    margin-bottom: 0;
  }
  .doc-carousel {
    height: 400px;
  }
  .certificates {
    justify-content: flex-start;
    padding: 0;
  }
  .certificates li {
    margin-right: 40px;
  }
  .certificates li:last-of-type {
    margin-right: 0;
    width: auto;
    text-align: center;
    margin-top: 0;
  }
  .covid-strip {
    padding: 10px;
  }
  .covid-strip p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .holiday-delivery-strip {
    padding: 11px;
  }
  .holiday-delivery-strip p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .danger-block, .info-block, .warning-block {
    padding: 60px 90px;
  }
  blockquote {
    padding: 60px 94px;
  }
  blockquote strong {
    margin-bottom: 30px;
  }
  .inform-wrapper {
    padding: 60px;
  }
  .inform-wrapper .links-list li a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .pl-7-5 {
    padding-left: 7.5px;
  }
  .pr-7-5 {
    padding-right: 7.5px;
  }
  .card {
    padding: 30px;
  }
  .card-order {
    padding: 0;
  }
  .check-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: 0 0 30px;
  }
  .check-bullets li {
    margin: 0 20px 5px 0;
  }
  .check-bullets li:last-of-type {
    margin: 0;
  }
  #toast-container .toast-error {
    padding: 30px 60px;
  }
  #toast-container .toast-title {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .buyer-journey {
    padding: 70px 60px;
    flex-direction: row;
  }
  .buyer-journey .main-title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-right: 226px;
    margin-bottom: 0;
  }
  .inform-wrapper {
    padding: 60px 95px;
  }
  .inform-wrapper .links-list {
    margin-bottom: 30px;
  }
  .inform-wrapper .links-list:last-child {
    margin-bottom: 0;
  }
  .next-article .info {
    width: 65%;
  }
  .next-article .info .heading {
    margin-bottom: 5px;
  }
  .next-article .button-wrapper .read-more {
    margin-top: 0;
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (-ms-high-contrast: active), only screen and (min-width: 1200px) and (-ms-high-contrast: none) {
  .trustpilot__section .trustpilot__wrapper {
    padding-left: 47px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .inform-wrapper {
    padding: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .inform-wrapper .inform-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  main {
    min-height: auto;
  }
}
table:not(.frame-table) {
  box-shadow: inset 0 0 0 1px #eef1f6;
  border-radius: 6px;
  display: table;
  table-layout: fixed;
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
}

table:not(.frame-table) thead {
  background-color: #11ddac;
}

table:not(.frame-table) td, table:not(.frame-table) th {
  border: 1px solid #eef1f6;
  border-top: 0;
  border-bottom: 0;
  text-align: center;
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) th {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 10px;
  font-family: Poppins, sans-serif;
}

table:not(.frame-table) tbody tr:nth-child(2n) {
  background-color: #e7fcf7;
}

table:not(.frame-table) tbody tr td {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  height: 50px;
  padding: 15px 20px;
  color: #656d79;
  vertical-align: top;
}

table:not(.frame-table) tbody tr td b, table:not(.frame-table) tbody tr td strong {
  font-family: Roboto, sans-serif;
}

table:not(.frame-table) tbody tr td small {
  font-size: 12px;
  font-size: 0.75rem;
}

table:not(.frame-table) tbody tr td ul {
  margin: 0;
}

table:not(.frame-table) tbody tr td ul li {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-word;
}

table:not(.frame-table) tbody tr td ul li:before {
  background-color: #656d79;
  width: 4px;
  height: 4px;
  top: 8px;
}

table:not(.frame-table) p {
  font-size: 14px;
  font-size: 0.875rem;
}

table:not(.frame-table).small-table {
  display: table;
  width: 100%;
}

table:not(.frame-table).keynotes-table {
  table-layout: auto;
}

table:not(.frame-table).keynotes-table tbody tr td {
  text-align: left;
}

table:not(.frame-table).keynotes-table tbody tr td:first-of-type {
  min-width: 265px;
}

table:not(.frame-table).keynotes-table b, table:not(.frame-table).keynotes-table strong {
  color: #20262d;
}

.scrollable .slide-button {
  display: none;
}

.scrollable table thead {
  background-color: #e7fcf7;
}

.scrollable table th, .scrollable table th strong {
  color: #11ddac;
}

.scrollable table tbody tr:nth-child(2n) {
  background-color: #f7f7f7;
}

.scrollable {
  padding-bottom: 15px;
  overflow-x: auto;
  margin: 0 -20px 50px 0;
}

.scrollable table {
  display: table;
  margin-bottom: 0;
  overflow-x: scroll;
}

.scrollable::-webkit-scrollbar {
  height: 4px;
  background-color: transparent;
  width: 6px;
}

.scrollable::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #b1b5b9;
}

@media only screen and (max-width: 767px) {
  table:not(.frame-table) {
    table-layout: auto;
    display: block;
    margin-bottom: 50px;
    overflow-x: scroll;
  }
  table:not(.frame-table) th {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 13px;
  }
  table:not(.frame-table) tbody tr td {
    min-width: 160px;
  }
  table:not(.frame-table).small-table {
    table-layout: fixed;
  }
  table:not(.frame-table).keynotes-table {
    display: block;
    width: 100%;
  }
  table:not(.frame-table).keynotes-table td, table:not(.frame-table).keynotes-table th, table:not(.frame-table).keynotes-table tr {
    display: block;
  }
  table:not(.frame-table).keynotes-table tbody tr td {
    position: relative;
    border: 0;
    height: auto;
    padding: 20px;
  }
  table:not(.frame-table).keynotes-table tbody tr td:first-of-type {
    padding: 20px 20px 0;
    min-width: inherit;
  }
}
.alert {
  border-radius: 6px;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Roboto, sans-serif;
  padding: 15px 15px 15px 40px !important;
  margin: 0 0 30px;
  position: relative;
}

.alert:before {
  font-family: icomoon;
  width: 18px;
  height: 18px;
  font-size: 18px;
  position: absolute;
  left: 15px;
  top: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.alert.warning {
  background-color: #fff3e6;
  color: #fe9f2f;
}

.alert.warning:before {
  content: "\e997";
}

.alert.danger {
  background-color: #ffebeb;
  color: #ef4747;
}

.alert.danger:before {
  content: "\e96e";
}

.alert.success {
  background-color: #e8fbec;
  color: #19d845;
}

.alert.success:before {
  content: "\e986";
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (min-width: 1200px) {
  .alert {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.popup-wrapper {
  max-width: 460px;
  position: fixed;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  right: 20px;
  margin: auto;
}

.popup-backdrop {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 998;
  background-color: #0d2c54;
  filter: alpha(opacity=96);
  opacity: 0.96;
  cursor: pointer;
}

.popup-title {
  margin-bottom: 5px;
  color: #0d2c54;
  font-size: 18px;
  font-size: 1.125rem;
}

.popup-title--small {
  font-size: 16px;
  font-size: 1rem;
}

.popup-description {
  margin-bottom: 15px;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-container {
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 60px 30px;
  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;
}

.popup-container h3, .popup-container h4 {
  margin-bottom: 5px;
}

.popup-container h4.text-left {
  padding-left: 8px;
}

.popup-container p:not(.popup-description) {
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 0 30px;
}

.popup-container .form-group {
  text-align: left;
}

.popup-container .form-group:last-of-type {
  margin-bottom: 1px;
}

.cookieAcceptBar .manage-preferences .popup-container span, .cookieAcceptBar .popup-container .btn-accept-cookies, .next-article .button-wrapper .popup-container .read-more, .popup-container .btn, .popup-container .cookieAcceptBar .btn-accept-cookies, .popup-container .cookieAcceptBar .manage-preferences span, .popup-container .next-article .button-wrapper .read-more {
  width: 100%;
  margin-top: 15px;
}

.popup-image {
  margin: 0 auto 40px;
}

.popup-image.sprite-main-sended {
  margin-bottom: 15px;
}

.popup-navigation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.popup-navigation .dot-green {
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 16px;
  border-radius: 50%;
  background-color: #11ddac;
  opacity: 0.25;
  cursor: pointer;
}

.popup-navigation .dot-green:last-child {
  margin-right: 0;
}

.popup-navigation .dot-green.active {
  opacity: 1;
}

.popup-close {
  cursor: pointer;
  position: absolute;
  top: 25px;
  right: 25px;
  height: 14px;
}

.popup-close .line {
  transition: all 0.25s ease-in-out;
  background-color: #656d79;
  width: 14px;
  height: 2px;
  display: block;
  border-radius: 3px;
}

.popup-close .line:first-child {
  transform: translateY(6px) rotate(45deg);
}

.popup-close .line:nth-child(2) {
  transform: translateY(4px) rotate(-45deg);
}

.popup-close:hover .line {
  background-color: #dbe1eb;
}

.popup-info, .popup-info p {
  text-align: left;
}

.popup-info .name, .popup-info .reg {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #656d79;
}

.popup-info .address {
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

.popup-info .title {
  display: inline-block;
  margin-bottom: 5px;
  color: #0d2c54;
  font-size: 15px;
  font-size: 0.9375rem;
}

.popup-close-button {
  cursor: pointer;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 22px;
}

#modal-doctors .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-doctors .popup-wrapper .content {
  margin-top: 30px;
  max-height: 325px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-doctors .popup-wrapper .close {
  padding: 30px 0;
  margin: 0 -30px;
  background-color: #e7fcf7;
}

#modal-doctors .popup-image {
  min-height: 61px;
  margin-bottom: 10px;
}

#modal-doctors .popup-info {
  margin-bottom: 30px;
}

#modal-doctors .popup-info p {
  margin-bottom: 0;
}

#are-you-sure .close {
  margin-top: 15px;
}

#modal-limitations .popup-container, #privacy-modal .popup-container, #terms-modal .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-limitations .popup-wrapper, #privacy-modal .popup-wrapper, #terms-modal .popup-wrapper {
  max-width: 708px;
}

#modal-limitations .popup-wrapper .content, #privacy-modal .popup-wrapper .content, #terms-modal .popup-wrapper .content {
  margin-top: 30px;
  max-height: 415px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-limitations .popup-wrapper .close, #privacy-modal .popup-wrapper .close, #terms-modal .popup-wrapper .close {
  padding: 30px 0;
  margin: 0 -30px;
  background-color: #e7fcf7;
}

#modal-limitations .popup-image, #privacy-modal .popup-image, #terms-modal .popup-image {
  margin-bottom: 10px;
}

#modal-limitations .popup-info p, #privacy-modal .popup-info p, #terms-modal .popup-info p {
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-limitations .popup-info .default-list, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul, #privacy-modal .popup-info .default-list, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul, #terms-modal .popup-info .default-list, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul {
  margin-top: -20px;
}

#modal-limitations .popup-info .default-list li, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul li, #privacy-modal .popup-info .default-list li, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul li, #terms-modal .popup-info .default-list li, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul li, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul li, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul li, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul li {
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-limitations .popup-info .default-list li:before, #modal-limitations .popup-info table:not(.frame-table) tbody tr td ul li:before, #privacy-modal .popup-info .default-list li:before, #privacy-modal .popup-info table:not(.frame-table) tbody tr td ul li:before, #terms-modal .popup-info .default-list li:before, #terms-modal .popup-info table:not(.frame-table) tbody tr td ul li:before, table:not(.frame-table) tbody tr td #modal-limitations .popup-info ul li:before, table:not(.frame-table) tbody tr td #privacy-modal .popup-info ul li:before, table:not(.frame-table) tbody tr td #terms-modal .popup-info ul li:before {
  top: 7px;
}

#privacy-modal .popup-container ol &gt; li, #privacy-modal .popup-container p, #privacy-modal .popup-container ul &gt; li, #terms-modal .popup-container ol &gt; li, #terms-modal .popup-container p, #terms-modal .popup-container ul &gt; li {
  text-align: left;
}

#modal-reset-password .btn.btn-green, #modal-reset-password .btn.btn-select-dosage.btn-gray, #modal-reset-password .cookieAcceptBar .btn-accept-cookies, #modal-reset-password .cookieAcceptBar .manage-preferences span.btn-green, #modal-reset-password .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, #modal-reset-password .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-reset-password .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-reset-password span.btn-green, .cookieAcceptBar .manage-preferences #modal-reset-password span.btn-select-dosage.btn-gray, .next-article .button-wrapper #modal-reset-password .read-more {
  width: 100%;
  margin-bottom: 15px;
}

#modal-login .popup-container .title, #modal-login .popup-image {
  margin-bottom: 30px;
}

#modal-login .popup-container .btn.btn-green, #modal-login .popup-container .btn.btn-select-dosage.btn-gray, #modal-login .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-login .popup-container .cookieAcceptBar .manage-preferences span.btn-green, #modal-login .popup-container .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, #modal-login .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-login .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-login .popup-container span.btn-green, .cookieAcceptBar .manage-preferences #modal-login .popup-container span.btn-select-dosage.btn-gray, .next-article .button-wrapper #modal-login .popup-container .read-more {
  width: 100%;
}

#modal-login .help-block {
  margin: 15px 0 0;
}

#modal-login .help-block a {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

#modal-subscription .popup-image {
  margin: 0 0 20px;
}

#modal-subscription .popup-container p {
  text-align: left;
}

#modal-subscription .popup-container .steps {
  margin: 15px 0 23px;
}

#modal-subscription .popup-container .steps .circle {
  margin: 0 8px 8px 0;
}

#modal-subscription .popup-container .steps .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #e7fcf7;
  color: #11ddac;
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-subscription .popup-container .steps p {
  margin-bottom: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#modal-subscription .popup-container .info {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

#modal-subscription .popup-container .good-to-know li {
  display: flex;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

#modal-subscription .popup-container .good-to-know li .icon.icon-check {
  margin-right: 8px;
  margin-top: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #11ddac;
  font-weight: 500;
}

#modal-pharmacies .popup-container {
  padding: 30px 30px 0;
  overflow: hidden;
}

#modal-pharmacies .popup-wrapper .content {
  margin-top: 30px;
  max-height: 325px;
  overflow-y: auto;
  margin-right: -20px;
  padding-right: 10px;
}

#modal-pharmacies .popup-wrapper .close {
  padding-bottom: 60px;
}

#modal-pharmacies .popup-image {
  margin-bottom: 10px;
  min-height: 61px;
}

#modal-pharmacies .popup-info {
  margin-bottom: 30px;
}

#modal-pharmacies .popup-info p {
  margin-bottom: 0;
}

#modal-cancel-subscription .popup-wrapper {
  max-width: 560px;
}

#modal-cancel-subscription .popup-wrapper .reasons-list .reason-title {
  color: #0d2c54;
  font-size: 12px;
  font-size: 0.75rem;
}

#modal-cancel-subscription .popup-wrapper .closed {
  display: none;
}

#modal-cancel-subscription .popup-wrapper .comment-content textarea {
  padding: 10px;
  min-height: 92px;
  resize: none;
}

#modal-cancel-subscription .popup-wrapper .close {
  margin-top: 30px;
}

#modal-cancel-subscription .popup-wrapper .close .popup-close-button {
  color: #98a0af;
}

#modal-cancel-subscription .popup-wrapper .close .popup-close-button:after {
  background-color: #98a0af;
}

#modal-holiday-delivery .popup-backdrop, #modal-holiday-delivery ~ .modal-backdrop {
  display: none !important;
}

#modal-holiday-delivery .popup-container {
  box-shadow: 0 60px 120px rgba(0, 0, 0, 0.15);
  padding: 30px 20px;
}

#modal-holiday-delivery .popup-container h4 {
  text-align: left;
  padding: 0 25px 0 0;
}

#modal-holiday-delivery .popup-container .subtitle {
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

#modal-holiday-delivery .popup-container table {
  margin-bottom: 30px;
}

#modal-holiday-delivery .popup-container table th {
  padding: 10px 15px 10px 20px;
  text-align: left;
}

#modal-holiday-delivery .popup-container table th strong {
  font-family: Roboto, sans-serif;
}

#modal-holiday-delivery .popup-container table tr td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
}

#modal-holiday-delivery .popup-close .line {
  background-color: #98a0af;
}

#modal-holiday-delivery .popup-close-button {
  line-height: 21px;
  font-weight: 500;
}

#modal-about-subscription .popup-backdrop {
  background-color: rgba(13, 44, 84, 0.36);
  opacity: 1;
  cursor: default;
}

#modal-about-subscription .popup-close {
  top: 13px;
}

#modal-about-subscription .popup-close .line {
  background-color: #98a0af;
}

#modal-about-subscription .popup-wrapper {
  max-width: 920px;
}

#modal-about-subscription .popup-container {
  padding: 30px 20px;
}

#modal-about-subscription .popup-container .content .heading {
  margin: 0 0 5px;
}

#modal-about-subscription .popup-container .content .subtitle {
  font-family: Poppins, sans-serif;
  font-weight: 500;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
  margin-bottom: 30px;
}

#modal-about-subscription .popup-container .content .bullets-list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto 30px;
}

#modal-about-subscription .popup-container .content .bullets-list li {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  text-align: left;
  padding: 0 0 0 40px;
  margin: 0 0 10px;
}

#modal-about-subscription .popup-container .content .bullets-list li:last-of-type {
  margin-bottom: 0;
}

#modal-about-subscription .popup-container .content .bullets-list li:before {
  font-family: icomoon;
  content: "\e986";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

#modal-about-subscription .popup-container .btn, #modal-about-subscription .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-about-subscription .popup-container .cookieAcceptBar .manage-preferences span, #modal-about-subscription .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-about-subscription .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-about-subscription .popup-container span, .next-article .button-wrapper #modal-about-subscription .popup-container .read-more {
  margin: 0 0 10px;
}

#modal-about-subscription .popup-container .under-btn {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
}

#modal-about-subscription .green-scroll::-webkit-scrollbar-track, #modal-cancel-subscription .green-scroll::-webkit-scrollbar-track {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .popup-container {
    padding: 30px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-close-btn {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  #modal-pharmacies .popup-container .close {
    padding-bottom: 30px;
  }
  #modal-doctors .popup-container, #modal-limitations .popup-container, #modal-pharmacies .popup-container {
    display: flex;
    flex-direction: column;
  }
}
#wisepops-root .wisepops-container {
  z-index: 10000 !important;
}

[title*="live chat button"] &gt; div {
  z-index: 1200 !important;
}

.i-embedded-chat.hidden, [title*="live chat button"].hidden {
  z-index: 1000 !important;
}

[id*=trustbadge-container] {
  z-index: 100 !important;
}

@media screen and (max-width: 1366px) and (orientation: landscape) {
  .popup-container {
    padding: 30px;
    max-height: 90vh;
    overflow-y: auto;
  }
  .popup-close-btn {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
  #modal-pharmacies .popup-container .close {
    padding-bottom: 30px;
  }
  #modal-doctors .popup-container .close, #modal-limitations .popup-container .close {
    padding: 10px 0 !important;
  }
  #modal-doctors .popup-wrapper .content, #modal-limitations .popup-wrapper .content, #modal-pharmacies .popup-wrapper .content {
    max-height: 40vh;
  }
  #modal-doctors .popup-container, #modal-limitations .popup-container, #modal-pharmacies .popup-container {
    display: flex;
    flex-direction: column;
  }
  #modal-cancel-subscription .popup-wrapper .content, #modal-limitations .popup-wrapper .content {
    max-height: 40vh;
  }
}
@media screen and (min-width: 768px) {
  .popup-wrapper {
    width: 100%;
  }
  .popup-container {
    padding: 60px;
  }
  #modal-doctors .popup-container {
    padding: 60px 60px 0;
  }
  #modal-doctors .popup-wrapper .content {
    margin-top: 30px;
    margin-right: -50px;
    padding-right: 40px;
  }
  #modal-doctors .popup-wrapper .close {
    padding: 30px 0;
    margin: 0 -60px;
  }
  #modal-pharmacies .popup-container {
    padding: 60px 60px 0;
  }
  #modal-holiday-delivery .popup-wrapper {
    max-width: 708px;
  }
  #modal-holiday-delivery .popup-container {
    padding: 60px 84px 30px;
  }
  #modal-holiday-delivery .popup-container h4 {
    padding: 0;
  }
  #modal-holiday-delivery .popup-container .subtitle {
    margin-bottom: 30px;
  }
  #modal-holiday-delivery .popup-container table th, #modal-holiday-delivery .popup-container table tr td {
    padding-left: 50px;
  }
  #modal-about-subscription .popup-wrapper {
    width: auto;
  }
  #modal-about-subscription .popup-close {
    top: 25px;
  }
  #modal-about-subscription .popup-container {
    padding: 90px;
  }
  #modal-about-subscription .popup-container .content .subtitle {
    font-size: 16px;
    font-size: 1rem;
  }
  #modal-about-subscription .popup-container .btn, #modal-about-subscription .popup-container .cookieAcceptBar .btn-accept-cookies, #modal-about-subscription .popup-container .cookieAcceptBar .manage-preferences span, #modal-about-subscription .popup-container .next-article .button-wrapper .read-more, .cookieAcceptBar #modal-about-subscription .popup-container .btn-accept-cookies, .cookieAcceptBar .manage-preferences #modal-about-subscription .popup-container span, .next-article .button-wrapper #modal-about-subscription .popup-container .read-more {
    margin: 0 auto 10px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (min-width: 1200px) {
  #modal-holiday-delivery .popup-wrapper {
    max-width: 660px;
  }
  #modal-holiday-delivery .popup-container {
    padding: 60px 60px 30px;
  }
  #modal-about-subscription .popup-container {
    padding: 90px 180px;
  }
}
input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
  border-radius: 6px;
  border: 1px solid #dbe1eb;
  background-color: #fff;
  padding: 10px 20px 0;
  height: 56px;
  transition: all 0.25s ease-in-out;
  box-sizing: border-box;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

input[type=email]:-webkit-autofill ~ .hint, input[type=number]:-webkit-autofill ~ .hint, input[type=password]:-webkit-autofill ~ .hint, input[type=search]:-webkit-autofill ~ .hint, input[type=tel]:-webkit-autofill ~ .hint, input[type=text]:-webkit-autofill ~ .hint {
  font-size: 10px;
  font-size: 0.625rem;
  top: 9px;
  line-height: 12px;
  margin: 0;
}

input.error {
  border-color: #ef4747;
}

input[type=email]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=tel]:disabled, input[type=text]:disabled {
  background-color: #f7f7f7;
  cursor: not-allowed;
  position: relative;
  -webkit-text-fill-color: currentcolor;
  opacity: 1;
  color: #98a0af;
}

input[type=password] {
  padding: 10px 45px 0 20px;
}

input::-ms-clear {
  display: none;
}

input[type=password]::-ms-clear, input[type=password]::-ms-reveal {
  display: none;
}

input[type=checkbox].error ~ .custom-checkbox {
  border-color: #ef4747;
}

input.search_address {
  padding-right: 45px;
}

input.search_address ~ .icon-search {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #dbe1eb;
  font-size: 20px;
}

textarea {
  border-radius: 6px;
  border: 1px solid #dbe1eb;
  max-width: 100%;
  width: 100%;
  padding: 45px 20px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
}

textarea::-moz-placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea:-ms-input-placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea::placeholder {
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
}

textarea.error {
  border-color: #ef4747;
}

label:not(.hint):not(.hint-top) {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #656d79;
}

label:not(.hint):not(.hint-top).error {
  display: block;
  color: #ef4747;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 5px 0 0;
}

label:not(.hint):not(.hint-top).error.valid {
  margin: 0;
}

label:not(.hint):not(.hint-top):not(.custom-switch-item):not(.choose-subscription-plan__item):not(.quantity-btn) {
  margin-bottom: 10px;
}

.input-col.message {
  margin-bottom: 30px;
}

.input-col.message .form-group {
  margin-bottom: 0;
}

.input-col.message .hint.top ~ textarea[name=content] {
  padding-top: 25px;
  min-height: 193px;
}

.input-col.message textarea {
  font-weight: 500;
}

select.error ~ .select2-container .select2-selection--single {
  border-color: #ef4747;
}

select.error ~ label.error {
  display: block;
  line-height: 1.2;
  order: 2;
}

select.with-hint ~ .select2-container .select2-selection__rendered {
  padding-top: 10px;
}

select.disabled {
  color: #98a0af;
  background-color: #eef1f6;
  border-color: 1px solid #eef1f6;
}

select::-ms-expand {
  display: none;
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group.mb-5 {
  margin-bottom: 5px;
}

.form-group-inline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.form-group-inline .inline-input {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.form-group-inline .inline-input:nth-child(2) {
  margin: 0 10px;
}

.form-group-inline.gender {
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.form-group-inline.gender .toggle {
  flex: 1;
}

.form-group-inline.gender .toggle .custom-switch {
  width: 100%;
  margin: 0;
  padding: 16.5px 0;
  border: 1px solid #dbe1eb;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  transition: all 0.25s ease-in-out;
}

.form-group-inline.gender .toggle .custom-switch.male {
  margin-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.form-group-inline.gender .toggle .custom-switch.female {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

.form-group-inline.gender .toggle .custom-switch span {
  display: block;
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #98a0af;
  font-weight: 400;
}

.form-group-inline.gender .toggle .custom-switch.checked {
  background-color: #e7fcf7;
}

.form-group-inline.gender .toggle .custom-switch.checked span {
  color: #11ddac;
}

.form-group-inline.gender .toggle .custom-switch.checked span:before {
  content: "\e904";
  font-family: icomoon;
  font-size: 10px;
  margin-right: 8px;
}

.form-group-inline.gender .toggle .custom-switch.disabled.checked span:before {
  content: "\e901";
}

.form-group-inline.gender .toggle .custom-switch.disabled span {
  color: #98a0af;
}

.form-group-inline.gender.error-group .custom-switch, .form-group-inline.gender .toggle .custom-switch.error {
  border-color: #ef4747;
}

.form-group.disabled:after {
  content: "\e998";
  font-family: icomoon;
  font-size: 22px;
  color: #dbe1eb;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.form-group-btn {
  margin-top: 15px;
}

.form-group .search-btn {
  position: absolute;
  display: flex;
  align-items: center;
  right: 7px;
  top: 7px;
  bottom: 7px;
  width: 54px;
  border-radius: 6px;
  background-color: #11ddac;
  color: #fff;
  transition: all 0.25s ease-in-out;
  transform: translateY(0);
  justify-content: center;
}

.form-group .search-btn .icon {
  font-size: 24px;
}

.form-group .search-btn.hidden {
  display: none;
}

.form-group .search-btn:hover {
  right: 1px;
  top: 1px;
  bottom: 1px;
  width: 60px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-group .clear-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  padding: 0;
  display: flex;
  align-items: center;
}

.form-group .clear-search .icon {
  font-size: 24px;
  color: #11ddac;
}

.form-group .clear-search.hidden {
  display: none;
}

.form-group .show-hide-password {
  position: absolute;
  right: 20px;
  top: 18px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.form-group .show-hide-password .icon {
  font-size: 22px;
  color: #dbe1eb;
}

.form-text {
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  margin-bottom: 15px;
}

.pass-notice-block {
  margin-bottom: 10px;
}

.pass-notice-block .pass-notice {
  display: block;
  max-width: 75%;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #656d79;
}

.mail-consent {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 30px;
}

.mail-consent, .mail-consent a {
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.mail-consent a {
  text-decoration: underline;
}

.mail-consent a:hover {
  text-decoration: none;
}

.hint {
  cursor: default;
  pointer-events: none;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding-left: 20px;
  padding-right: 10px;
  margin: 0;
  line-height: 56px;
  text-align: left;
  color: #98a0af;
  font-size: 14px;
  font-size: 0.875rem;
  transition: 0.2s ease-out;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.hint-top {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 5px;
  font-weight: 700;
}

.hint.top {
  font-size: 10px;
  font-size: 0.625rem;
  top: 9px;
  line-height: 12px;
  margin: 0;
}

.hint:after {
  content: " *";
  color: #ef4747;
}

.hint.optional:after {
  display: none;
}

.custom-switch {
  position: relative;
  display: flex;
}

.custom-switch input[type=checkbox], .custom-switch input[type=radio] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.custom-switch .custom-text {
  font-family: Roboto, sans-serif;
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  font-weight: 400;
}

.custom-switch.disabled {
  cursor: not-allowed;
}

.custom-switch.disabled:hover {
  background: transparent;
}

.custom-switch.disabled.checked {
  background-color: #f7f7f7 !important;
}

.custom-switch.disabled.checked span:before {
  content: "\e901";
  font-family: icomoon;
  font-size: 12px;
  margin-right: 15px;
  color: #98a0af;
}

.custom-checkbox {
  width: 16px;
  min-width: 16px;
  height: 16px;
  background-color: #fff;
  border: 2px solid #dbe1eb;
  border-radius: 2px;
  position: relative;
  transition: all 0.25s ease-in-out;
}

.custom-checkbox:after {
  display: none;
  font-family: icomoon;
  content: "\e986";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  background-color: #11ddac;
}

.custom-checkbox, .custom-radio {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  box-sizing: border-box;
}

.custom-radio {
  width: 22px;
  min-width: 22px;
  height: 22px;
  border: 2px solid #eef1f6;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.2s ease-out;
}

.custom-radio:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  margin: 3px auto;
  border-radius: 50%;
  background-color: transparent;
}

:checked + .custom-checkbox {
  border-color: #11ddac;
}

:checked + .custom-checkbox:after {
  display: flex;
  align-items: center;
  justify-content: center;
}

:checked + .custom-radio {
  border-color: #11ddac;
}

:checked + .custom-radio.blue {
  border-color: #0d2c54;
}

:checked + .custom-radio.blue:after {
  background-color: #0d2c54;
}

:checked + .custom-radio:after {
  background-color: #11ddac;
}

.search-treatment-form ::-webkit-input-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form :-moz-placeholder, .search-treatment-form ::-moz-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form :-ms-input-placeholder {
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
}

.search-treatment-form .s-input {
  padding-right: 45px;
}

#register-form-checkout .hint-top {
  margin-bottom: 5px;
}

#register-form-checkout .hint-top:after {
  content: " *";
  color: #ef4747;
}

@media only screen and (min-width: 768px) {
  .form-group {
    margin-bottom: 15px;
  }
  .form-group.birthday {
    margin-bottom: 10px;
  }
  .form-group.agree-block {
    margin: 20px 0 5px;
  }
  .pass-notice-block {
    margin: -10px 0 20px;
  }
  .one-row {
    display: flex;
  }
  .one-row .form-group {
    flex: 1;
  }
  .one-row .form-group:first-of-type {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .input-row {
    display: flex;
    margin-bottom: 15px;
  }
  .input-col {
    flex: 1;
    margin-right: 30px;
  }
  .input-col:last-of-type {
    margin-right: 0;
  }
  .input-col.message {
    margin-bottom: 0;
  }
  .input-col.confirm {
    max-width: 540px;
    margin: 0 auto;
  }
  #register-form-checkout .hint-top {
    margin-bottom: 15px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input-col {
    flex: auto;
    width: 100%;
  }
}
.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--single {
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  height: 56px;
  display: flex;
  align-items: center;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #0d2c54;
  width: 100%;
  padding: 0 40px 0 20px;
  text-align: left;
}

.select2-container .select2-selection--single .select2-selection__placeholder {
  color: #98a0af;
  font-weight: 400;
}

.select2-container .select2-selection--single.has-error {
  border-color: #ef4747;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  padding: 0 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  font-family: icomoon;
  content: "\e987";
  display: block;
  color: #11ddac;
  font-size: 13px;
  transition: all 0.25s ease-in-out;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow:after {
  transform: rotate(180deg);
}

.select2-container--disabled {
  cursor: not-allowed !important;
}

.select2-container--disabled .select2-selection--single {
  background-color: #f7f7f7 !important;
  pointer-events: none;
}

.select2-container--disabled .select2-selection--single .select2-selection__rendered {
  color: #98a0af;
}

.select2-container--disabled .select2-selection--single .select2-selection__arrow:after {
  content: "\e998";
  font-size: 22px;
  color: #dbe1eb;
}

.select2-dropdown {
  border: 1px solid #dbe1eb;
  border-radius: 0;
  overflow: hidden;
}

.select2-dropdown--below {
  -moz-border-bottom-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -moz-border-bottom-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.select2-dropdown--above {
  -moz-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -moz-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
}

.select2-results ul {
  max-height: 220px !important;
}

.select2-results__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  border-bottom: 1px solid #eef1f6;
  background-color: #fff;
  color: #656d79;
  font-weight: 500;
}

.select2-results__option--selected {
  background-color: #fff !important;
  color: #0d2c54 !important;
}

.select2-results__option[aria-selected=true] {
  background-color: #fff !important;
}

.select2-results__option[aria-disabled=true] {
  color: #eef1f6 !important;
}

.select2-results__option[aria-disabled=true] .item-out-of-stock {
  color: #656d79;
}

.select2-results__option--highlighted {
  background-color: #e7fcf7 !important;
  color: #0d2c54 !important;
}

.select2-results__option--highlighted[aria-selected=true] {
  background-color: #e7fcf7 !important;
}

.select2-results__option:last-of-type {
  border-bottom: 0;
}

.select2-results__options::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.select2-results__options::-webkit-scrollbar-track {
  background-color: #e7fcf7;
}

.select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #11ddac;
  color: #11ddac;
}

.select2-results__options::-webkit-scrollbar-button {
  display: none;
}

.coupon {
  display: flex;
  margin-top: 90px;
  padding: 120px 0;
  background: #0d2c54;
  border-radius: 60px 12px;
}

.coupon__title {
  margin-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  color: #11ddac;
  font-size: 24px;
  font-size: 1.5rem;
}

.coupon__description {
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
}

.coupon__info {
  margin: 15px 0 50px;
  font-size: 14px;
  font-size: 0.875rem;
  color: #dbe1eb;
}

.coupon__info a {
  color: #dbe1eb;
  text-decoration: underline;
}

.cookieAcceptBar .coupon__form .btn-accept-cookies, .cookieAcceptBar .manage-preferences .coupon__form span, .coupon__form .btn, .coupon__form .cookieAcceptBar .btn-accept-cookies, .coupon__form .cookieAcceptBar .manage-preferences span, .coupon__form .next-article .button-wrapper .read-more, .coupon__form input, .coupon__form label, .next-article .button-wrapper .coupon__form .read-more {
  width: 100%;
}

.coupon__form label {
  margin-bottom: 15px;
}

.coupon + p {
  font-size: 13px;
  font-size: 0.8125rem;
}

.coupon .show-coupon__title {
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 30px;
}

.coupon .show-coupon .coupon-code {
  display: inline-block;
  margin-bottom: 30px;
}

.coupon .show-coupon .coupon-code-value, .coupon .show-coupon .coupon-code .copy-done {
  min-width: 180px;
  padding: 12px;
  background: rgba(17, 221, 172, 0.1);
  border: 1px dashed #11ddac;
  border-radius: 6px;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #11ddac;
}

.coupon .show-coupon .coupon-code .copy-done {
  cursor: default;
  color: #fff;
  background: transparent;
}

.coupon .show-coupon p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  margin: 0 0 5px;
}

.coupon .show-coupon p.bold {
  font-weight: 700;
}

.coupon-after-text {
  margin: 30px auto 0;
}

.coupon-after-text p {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .coupon {
    display: flex;
    margin-top: 90px;
    padding: 60px 0;
  }
  .coupon .show-coupon {
    padding: 0 5px;
  }
  .coupon .show-coupon__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .coupon .show-coupon .coupon-code {
    display: block;
  }
  .coupon .show-coupon .coupon-code-value, .coupon .show-coupon .coupon-code .copy-done {
    font-size: 16px;
    font-size: 1rem;
  }
  .coupon .show-coupon p {
    margin: 0;
  }
}
.gray-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.gray-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #98a0af;
  color: #98a0af;
}

.gray-scroll.horizontal {
  scrollbar-color: #dbe1eb transparent;
  scrollbar-width: thin;
}

.gray-scroll.horizontal::-webkit-scrollbar {
  height: 4px;
}

.gray-scroll.horizontal::-webkit-scrollbar-thumb {
  background-color: #dbe1eb;
  color: #dbe1eb;
}

.green-scroll::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.green-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #11ddac;
  color: #11ddac;
}

.green-scroll::-webkit-scrollbar-track {
  background-color: rgba(17, 221, 172, 0.2);
  border-radius: 3px;
}

.trustpilot-modal {
  background: #e7fcf7;
  padding: 30px;
  height: 80px;
}

.trustpilot__section {
  padding: 90px 0;
  border-top: 1px solid #eef1f6;
}

.trustpilot__section .heading-style {
  text-align: center;
  margin-bottom: 30px;
}

.trustpilot__section .review {
  margin: 60px -15px 30px;
  position: relative;
}

.trustpilot__section .review:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 48%;
  z-index: -1;
  background-color: #11ddac;
  -moz-border-top-right-radius: 60px;
  border-top-right-radius: 60px;
  -moz-border-bottom-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.trustpilot__section .review__wrapper {
  display: flex;
  padding: 60px 0 60px 40px;
  overflow-x: auto;
}

.trustpilot__section .review__box {
  background-color: #fff;
  box-shadow: 0 15px 60px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  margin-right: 30px;
  padding: 30px;
  min-width: 255px;
  width: 255px;
  min-height: 243px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.trustpilot__section .review__box .quotes {
  position: absolute;
  right: 19px;
  top: 24px;
}

.trustpilot__section .review__box .title {
  font-family: Roboto, sans-serif;
  display: block;
  margin-right: 30px;
  color: #000;
}

.trustpilot__section .review__box .info {
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}

.trustpilot__section .review__box .date, .trustpilot__section .review__box .name {
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.trustpilot__section .review__box .name {
  font-weight: 400;
}

.trustpilot__section .review__box .review-text {
  color: #000;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 -1px 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.trustpilot__section .review__box .rating {
  display: flex;
  align-items: flex-end;
}

.trustpilot__section .review__box .icon-star-fill {
  color: #ffe66d;
  margin-right: 5px;
}

.trustpilot__section .link-underlined {
  font-family: Roboto, sans-serif;
}

.trustpilot__wrapper {
  height: 115px;
}

.trustpilot__wrapper iframe {
  height: 115px !important;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trustpilot__wrapper iframe {
    height: auto !important;
  }
}
@media only screen and (min-width: 768px) {
  .trustpilot__section {
    padding: 120px 0;
  }
  .trustpilot__section .review {
    margin: 60px -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .trustpilot__section .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .trustpilot__section {
    padding: 30px 0 120px;
    border-top: 0;
  }
  .trustpilot__section .review {
    margin: 0 0 0 -60px;
  }
  .trustpilot__section .review:before {
    width: 539px;
    border-radius: 6px;
    -moz-border-top-right-radius: 90px;
    border-top-right-radius: 90px;
    -moz-border-bottom-left-radius: 90px;
    border-bottom-left-radius: 90px;
  }
  .trustpilot__section .review__wrapper {
    padding: 60px 0 30px 60px;
    flex-wrap: wrap;
    overflow: inherit;
  }
  .trustpilot__section .review__box {
    margin: 0 30px 30px 0;
  }
  .trustpilot__section .review__box:nth-child(2n) {
    margin: 0 0 30px;
  }
  .trustpilot__section .heading-style {
    text-align: left;
  }
  .trustpilot__section .trustpilot__wrapper {
    position: relative;
    left: -47px;
    margin-bottom: 30px;
  }
  .trustpilot__section .trustpilot__wrapper .trustpilot-widget__preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }
  .trustpilot__section .trustpilot__wrapper .trustpilot-widget__preloader .loading-dots {
    position: relative;
    text-align: left;
    left: 50px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .trustpilot__section .review__box .review-text {
    max-height: 100px;
  }
}
.service-heading {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 500;
}

.service-heading strong {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.customer-services-small {
  max-width: 460px;
  margin: auto;
}

.customer-services-small .cs-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  border-radius: 12px;
  border: 1px solid #eef1f6;
  margin-bottom: 15px;
  background-color: white;
}

.customer-services-small .cs-item:last-of-type {
  margin-bottom: 0;
}

.customer-services-small .cs-item .link-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  color: #11ddac;
  font-size: 0;
}

.customer-services-small .cs-item .link-overlay:active ~ .info .link-underlined, .customer-services-small .cs-item .link-overlay:hover ~ .info .link-underlined {
  text-decoration: underline;
}

.customer-services-small .cs-item .main-icon {
  background-repeat: no-repeat;
  display: block;
  margin-right: 15px;
  width: 52px;
  height: 52px;
  background-size: cover;
}

.customer-services-small .cs-item .main-icon.chat {
  background-image: url(/img_v4/svg/icons/chat-lg.svg);
}

.customer-services-small .cs-item .main-icon.phone {
  background-image: url(/img_v4/svg/icons/phone-lg.svg);
}

.customer-services-small .cs-item .main-icon.mail {
  background-image: url(/img_v4/svg/icons/mail-lg.svg);
}

.customer-services-small .cs-item .main-icon.mail--lg-big {
  width: 58px;
  height: 58px;
  background-size: 110%;
  background-position: 50%;
}

.customer-services-small .cs-item .main-icon.skype {
  background-image: url(/img_v4/svg/icons/skype.svg);
}

.customer-services-small .cs-item .main-icon.whatsapp {
  background-image: url(/img_v4/svg/icons/whatsapp.png);
}

.customer-services-small .cs-item .info {
  display: flex;
  flex-direction: column;
  flex: 1;
  -ms-flex: auto;
  margin-right: 10px;
}

.customer-services-small .cs-item .info .service-title {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
}

.customer-services-small .cs-item .info .link-underlined {
  font-size: 16px;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  color: #11ddac !important;
}

.customer-services-small .cs-item .icon {
  color: #11ddac;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .service-heading {
    margin: 0 auto 30px;
  }
  .customer-services-small {
    max-width: 100%;
    display: flex;
    justify-content: center;
  }
  .customer-services-small .cs-item .main-icon {
    width: 72px;
    height: 72px;
  }
  .customer-services-small .cs-item .main-icon.skype {
    width: 52px;
    height: 52px;
  }
  .customer-services-small .cs-item .main-icon.mail.mail-sm {
    width: 62px;
    height: 62px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .customer-services-small.info-p {
    max-width: 460px;
    margin: auto;
    display: block;
  }
  .customer-services-small.info-p .cs-item {
    display: flex;
    padding: 20px;
    margin: 0 0 15px;
  }
  .customer-services-small.info-p .cs-item .main-icon {
    margin: 0 15px 0 0;
  }
  .customer-services-small.info-p .cs-item .info {
    margin: 0 10px 0 0;
    text-align: left;
  }
  .customer-services-small .cs-item {
    display: block;
    margin: 0 15px 0 0;
    flex: 1 0 auto;
    text-align: center;
    padding: 60px 20px;
    height: auto;
  }
  .customer-services-small .cs-item:last-of-type {
    margin-right: 0;
  }
  .customer-services-small .cs-item .main-icon {
    margin: 0 auto 15px;
  }
  .customer-services-small .cs-item .info {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .customer-services-small .cs-item .icon, .customer-services-small .cs-item .info .link-underlined {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .contacts .service-heading {
    margin-bottom: 60px;
  }
  .customer-services-small.info-p .cs-item {
    flex-direction: column;
    text-align: center;
  }
  .customer-services-small.info-p .main-icon {
    margin: 0 0 15px;
  }
  .customer-services-small .cs-item {
    margin: 0 30px 0 0;
    padding: 60px 20px;
    flex: 1;
    transition: all 0.25s ease-in-out;
  }
  .customer-services-small .cs-item:last-of-type {
    margin: 0;
  }
  .customer-services-small .cs-item:hover {
    border-color: #fff;
    box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  }
  .customer-services-small .cs-item.square-lg {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    flex: 0;
    min-width: 255px;
    max-width: 255px;
    height: 255px;
  }
  .customer-services-small .cs-item.square-lg .info {
    flex: 0;
    -ms-flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-right: 0;
  }
  .customer-services-small--desctop .cs-item {
    width: 255px;
    height: 255px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .customer-services-small--desctop .cs-item .main-icon {
    margin-right: 0;
  }
  .customer-services-small--desctop .cs-item .icon {
    display: none;
    margin-right: 0;
  }
  .customer-services-small--desctop .cs-item .icon .mail.mail-sm, .customer-services-small--desctop .cs-item .icon.skype {
    width: 52px;
    height: 52px;
  }
  .customer-services-small--desctop .cs-item .info {
    flex: 0;
    margin-right: 0;
  }
  .customer-services-small--desctop .cs-item .info .service-title {
    margin: 20px 0 5px;
  }
}
.banner.promotion-banner {
  border-radius: 12px;
  background: #fff3e6;
  padding: 30px;
  margin-bottom: 90px;
  display: flex;
  flex-direction: column;
}

.banner__img {
  display: none;
}

.banner__body strong {
  display: block;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 5px;
  color: #fe9f2f;
}

.banner__body p {
  font-size: 14px;
  font-size: 0.875rem;
}

.banner__btn {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  display: inline-block;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .banner.promotion-banner {
    padding: 30px 60px;
    margin-bottom: 120px;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .banner__body {
    flex: 1;
    margin-right: 100px;
  }
  .banner__body strong {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .banner__body p:last-of-type {
    margin-bottom: 0;
  }
}
.product__widget {
  margin: 60px 0;
  padding: 30px;
  background-color: #e7fcf7;
  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;
}

.product__widget--img {
  width: 190px;
  height: 190px;
  margin: 0 auto 15px;
  background-size: cover;
  background-repeat: no-repeat;
}

.product__widget--info .title {
  color: #11ddac;
  font-weight: 700;
  margin-bottom: 5px;
}

.product__widget--info .description {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.cookieAcceptBar .manage-preferences span.product__widget--btn, .cookieAcceptBar .product__widget--btn.btn-accept-cookies, .product__widget--btn.small {
  padding: 10px 20px !important;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .product__widget {
    padding: 30px 55px 30px 60px;
    display: flex;
    align-items: center;
  }
  .product__widget--img {
    margin: 0 35px 0 0;
  }
  .product__widget--info {
    flex: 1;
  }
  .product__widget--info .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.testkit__widget {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  max-width: 350px;
  padding: 20px 35px 30px 50px;
  margin: 0 0 30px;
  display: flex;
  flex-direction: column-reverse;
  text-align: center;
}

.testkit__widget .testkit__img {
  width: 250px;
  height: 250px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
}

.testkit__widget .testkit__info .title {
  color: #0d2c54;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}

.cookieAcceptBar .manage-preferences .testkit__widget .testkit__info span, .cookieAcceptBar .testkit__widget .testkit__info .btn-accept-cookies, .next-article .button-wrapper .testkit__widget .testkit__info .read-more, .testkit__widget .testkit__info .btn, .testkit__widget .testkit__info .cookieAcceptBar .btn-accept-cookies, .testkit__widget .testkit__info .cookieAcceptBar .manage-preferences span, .testkit__widget .testkit__info .next-article .button-wrapper .read-more {
  margin-bottom: 10px;
}

.testkit__widget .testkit__info .more-info {
  display: inline-block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 15px;
  text-decoration: underline;
}

.testkit__widget .testkit__info .cta-note {
  color: #656d79;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .testkit__widget {
    padding: 20px 50px 30px;
  }
}
.more-about-widget {
  border-radius: 12px;
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  max-width: 445px;
  overflow: hidden;
  margin: 30px auto;
}

.more-about-widget .more-about-image {
  height: 233px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.more-about-widget .more-about-content {
  padding: 40px 25px 60px;
}

.more-about-widget .title {
  color: #0d2c54;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.cookieAcceptBar .manage-preferences .more-about-widget span, .cookieAcceptBar .more-about-widget .btn-accept-cookies, .more-about-widget .btn, .more-about-widget .cookieAcceptBar .btn-accept-cookies, .more-about-widget .cookieAcceptBar .manage-preferences span, .more-about-widget .next-article .button-wrapper .read-more, .next-article .button-wrapper .more-about-widget .read-more {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media only screen and (min-width: 768px) {
  .more-about-widget {
    margin: 60px auto;
  }
  .more-about-widget .more-about-image {
    height: 257px;
  }
  .more-about-widget .more-about-content {
    padding: 18px 60px 60px;
  }
}
.start-consultation-widget {
  background-color: #eef1f6;
  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;
  margin: 60px 0;
  padding: 60px 30px;
  text-align: center;
}

.start-consultation-widget .title, .start-consultation-widget h2 {
  display: block;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
  margin-bottom: 15px;
}

.start-consultation-widget p {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  max-width: 570px;
  margin: 0 auto 30px;
}

.start-consultation-widget ul {
  flex-direction: column;
  align-items: flex-start;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: 0 auto 30px;
}

.start-consultation-widget ul li {
  font-size: 14px;
  font-size: 0.875rem;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  position: relative;
  margin: 0 0 14px;
  padding-left: 40px;
  text-align: left;
}

.start-consultation-widget ul li:last-of-type {
  margin-bottom: 0;
}

.start-consultation-widget ul li:before {
  font-family: icomoon;
  content: "\e986";
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 10px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #11ddac;
  box-shadow: 0 10px 15px rgba(17, 221, 172, 0.3);
}

.cookieAcceptBar .manage-preferences .start-consultation-widget span, .cookieAcceptBar .start-consultation-widget .btn-accept-cookies, .next-article .button-wrapper .start-consultation-widget .read-more, .start-consultation-widget .btn, .start-consultation-widget .cookieAcceptBar .btn-accept-cookies, .start-consultation-widget .cookieAcceptBar .manage-preferences span, .start-consultation-widget .next-article .button-wrapper .read-more {
  max-width: 380px;
  padding: 0 10px;
}

.start-consultation-widget .cta-note {
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  color: #0d2c54;
}

.start-consultation-widget .cta-note.bottom {
  font-weight: 400;
}

.start-consultation-widget .cta-note strong {
  font-family: Roboto, sans-serif;
}

@media only screen and (min-width: 768px) {
  .start-consultation-widget {
    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 80px;
  }
  .start-consultation-widget .title, .start-consultation-widget h2 {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .start-consultation-widget p {
    margin-bottom: 23px;
  }
  .cookieAcceptBar .manage-preferences .start-consultation-widget span, .cookieAcceptBar .start-consultation-widget .btn-accept-cookies, .next-article .button-wrapper .start-consultation-widget .read-more, .start-consultation-widget .btn, .start-consultation-widget .cookieAcceptBar .btn-accept-cookies, .start-consultation-widget .cookieAcceptBar .manage-preferences span, .start-consultation-widget .next-article .button-wrapper .read-more {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .start-consultation-widget .cta-note {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 368px) {
  .start-consultation-widget {
    padding: 60px 10px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .start-consultation-widget ul {
    max-width: 290px;
  }
}
.btn, .cookieAcceptBar .btn-accept-cookies, .cookieAcceptBar .manage-preferences span, .next-article .button-wrapper .read-more {
  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;
}

.btn:disabled, .cookieAcceptBar .btn-accept-cookies:disabled, .cookieAcceptBar .manage-preferences span:disabled, .next-article .button-wrapper .read-more:disabled {
  cursor: not-allowed;
}

.btn:hover, .cookieAcceptBar .btn-accept-cookies:hover, .cookieAcceptBar .manage-preferences span:hover, .next-article .button-wrapper .read-more:hover {
  color: #fff;
  text-decoration: none;
}

.btn.mobile, .cookieAcceptBar .manage-preferences span.mobile, .cookieAcceptBar .mobile.btn-accept-cookies, .next-article .button-wrapper .mobile.read-more {
  display: block;
}

.btn.desktop, .cookieAcceptBar .desktop.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.desktop, .next-article .button-wrapper .desktop.read-more {
  display: none;
}

.btn.small, .cookieAcceptBar .btn-accept-cookies, .cookieAcceptBar .btn.btn-accept-cookies, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span, .cookieAcceptBar .next-article .button-wrapper .read-more.btn-accept-cookies, .cookieAcceptBar .small.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .cookieAcceptBar .read-more.btn-accept-cookies, .next-article .button-wrapper .small.read-more {
  margin: auto;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: 44px;
  padding: 10px 40px;
  min-width: 109px;
  line-height: 24px;
}

.btn.outline, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span, .cookieAcceptBar .outline.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .outline.read-more {
  background-color: transparent;
  border: 2px solid;
  color: #11ddac;
}

.btn.outline.white, .cookieAcceptBar .manage-preferences span.white, .cookieAcceptBar .outline.white.btn-accept-cookies, .next-article .button-wrapper .outline.white.read-more {
  color: #fff;
}

.btn.outline.white:disabled, .cookieAcceptBar .manage-preferences span.white:disabled, .cookieAcceptBar .outline.white.btn-accept-cookies:disabled, .next-article .button-wrapper .outline.white.read-more:disabled {
  opacity: 0.5;
}

.btn .icon.plus, .cookieAcceptBar .btn-accept-cookies .icon.plus, .cookieAcceptBar .manage-preferences span .icon.plus, .next-article .button-wrapper .read-more .icon.plus {
  position: relative;
  top: 2px;
  margin-left: 10px;
  width: 16px;
  height: 15px;
  display: inline-block;
}

.btn .icon.plus:before, .cookieAcceptBar .btn-accept-cookies .icon.plus:before, .cookieAcceptBar .manage-preferences span .icon.plus:before, .next-article .button-wrapper .read-more .icon.plus:before {
  content: "";
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.btn .icon.plus:after, .cookieAcceptBar .btn-accept-cookies .icon.plus:after, .cookieAcceptBar .manage-preferences span .icon.plus:after, .next-article .button-wrapper .read-more .icon.plus:after {
  content: "";
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.btn .icon.icon-chevron-right, .cookieAcceptBar .btn-accept-cookies .icon.icon-chevron-right, .cookieAcceptBar .manage-preferences span .icon.icon-chevron-right, .next-article .button-wrapper .read-more .icon.icon-chevron-right {
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 26px;
}

.btn .icon.icon-chevron-left, .cookieAcceptBar .btn-accept-cookies .icon.icon-chevron-left, .cookieAcceptBar .manage-preferences span .icon.icon-chevron-left, .next-article .button-wrapper .read-more .icon.icon-chevron-left {
  font-size: 14px;
  margin-right: 10px;
}

.btn-green, .btn-select-dosage.btn-gray, .cookieAcceptBar .btn-accept-cookies, .next-article .button-wrapper .read-more {
  background-color: #11ddac !important;
}

.btn-green-inverted {
  background-color: white;
  border: var(--primary-lightgreen) solid 2px;
  color: var(--primary-lightgreen);
}

.btn-green-inverted:hover {
  background-color: var(--primary-lightgreen);
  border: white solid 2px;
  color: white;
}

.btn-green:disabled, .btn-green:disabled:hover, .btn-select-dosage.btn-gray:disabled, .btn-select-dosage.btn-gray:disabled:hover, .cookieAcceptBar .btn-accept-cookies:disabled, .cookieAcceptBar .btn-accept-cookies:disabled:hover, .next-article .button-wrapper .read-more:disabled, .next-article .button-wrapper .read-more:disabled:hover {
  background-color: rgba(17, 221, 172, 0.3) !important;
}

.btn-green.outline, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more, .cookieAcceptBar .manage-preferences span.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.btn-green, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray, .cookieAcceptBar .outline.btn-accept-cookies, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more, .next-article .button-wrapper .outline.read-more, .outline.btn-select-dosage.btn-gray {
  border-color: #11ddac;
}

.btn-green.outline:hover, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:hover, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:hover, .cookieAcceptBar .manage-preferences span.btn-green:hover, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:hover, .cookieAcceptBar .outline.btn-accept-cookies:hover, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:hover, .next-article .button-wrapper .outline.read-more:hover, .outline.btn-select-dosage.btn-gray:hover {
  background-color: #11ddac;
  color: #fff;
}

.btn-green.outline:disabled, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:disabled, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:disabled, .cookieAcceptBar .manage-preferences span.btn-green:disabled, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:disabled, .cookieAcceptBar .outline.btn-accept-cookies:disabled, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:disabled, .next-article .button-wrapper .outline.read-more:disabled, .outline.btn-select-dosage.btn-gray:disabled {
  width: 100%;
  background-color: transparent;
  opacity: 0.3;
}

.btn-green.outline:disabled:hover, .cookieAcceptBar .manage-preferences .next-article .button-wrapper span.read-more:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-accept-cookies:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-green:disabled:hover, .cookieAcceptBar .manage-preferences span.btn-select-dosage.btn-gray:disabled:hover, .cookieAcceptBar .outline.btn-accept-cookies:disabled:hover, .next-article .button-wrapper .cookieAcceptBar .manage-preferences span.read-more:disabled:hover, .next-article .button-wrapper .outline.read-more: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) {
  .btn, .next-article .button-wrapper .read-more {
    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;
  }
  .btn.mobile, .cookieAcceptBar .manage-preferences span.mobile, .cookieAcceptBar .mobile.btn-accept-cookies, .next-article .button-wrapper .mobile.read-more {
    display: none;
  }
  .btn.desktop, .cookieAcceptBar .desktop.btn-accept-cookies, .cookieAcceptBar .manage-preferences span.desktop, .next-article .button-wrapper .desktop.read-more {
    display: block;
  }
  .btn-pink:hover {
    background: #ed2aac;
  }
  .btn-green:hover, .btn-select-dosage.btn-gray:hover, .cookieAcceptBar .btn-accept-cookies:hover, .next-article .button-wrapper .read-more: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;
  }
}
#manage-preferences-popup {
  -webkit-overflow-scrolling: touch;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  z-index: 16000006 !important;
  position: fixed;
}

#manage-preferences-popup.modal-opened {
  opacity: 1;
  visibility: visible !important;
  display: block !important;
}

#manage-preferences-popup .modal-overlay {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1;
  cursor: pointer;
  right: 0;
  bottom: 0;
  background-color: #0d2c54;
  transition: 0.2s ease-out;
  filter: alpha(opacity=96);
  opacity: 0.96;
}

#manage-preferences-popup .modal-content {
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-sizing: border-box;
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 12;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-height: 578px;
  max-width: 708px;
  padding: 0;
  overflow: inherit;
  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;
  overflow: hidden;
}

#manage-preferences-popup .modal-content .modal-header {
  padding: 30px 30px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0;
  border-radius: 0;
  position: relative;
}

#manage-preferences-popup .modal-content .modal-header .subtitle {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0d2c54;
}

#manage-preferences-popup .modal-content .modal-header .modal-close {
  cursor: pointer;
  width: 14px;
  height: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 25px;
  overflow: hidden;
  font-family: Poppins, sans-serif;
}

#manage-preferences-popup .modal-content .modal-header .modal-close:after {
  content: "✖";
  color: #98a0af;
}

#manage-preferences-popup .modal-content .main-content {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-height: 392px;
  padding: 0 20px 30px 30px;
  margin-right: 10px;
}

#manage-preferences-popup .modal-content .main-content p {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

#manage-preferences-popup .modal-content .main-content p.sm {
  font-size: 12px;
  font-size: 0.75rem;
}

#manage-preferences-popup .modal-content .main-content a {
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

#manage-preferences-popup .modal-content .main-content a:hover {
  text-decoration: none;
}

#manage-preferences-popup .modal-content .modal-footer {
  display: inline-block;
  text-align: center;
  border-top: 0;
  padding: 30px;
  background-color: #e7fcf7;
}

#manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error {
  display: none;
  margin: -15px 0 30px;
  flex: 1 100%;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: left;
}

#manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error:before {
  top: 16px;
}

#manage-preferences-popup .modal-content .modal-footer .close {
  float: none;
  margin: 0 30px 0 0;
  display: inline-block;
  opacity: 1;
}

#manage-preferences-popup .modal-content .modal-footer .close-link {
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  cursor: pointer;
}

#manage-preferences-popup .modal-content .modal-footer .save {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}

#manage-preferences-popup .modal-content .modal-footer .save .btn, #manage-preferences-popup .modal-content .modal-footer .save .cookieAcceptBar .btn-accept-cookies, #manage-preferences-popup .modal-content .modal-footer .save .cookieAcceptBar .manage-preferences span, #manage-preferences-popup .modal-content .modal-footer .save .next-article .button-wrapper .read-more, .cookieAcceptBar #manage-preferences-popup .modal-content .modal-footer .save .btn-accept-cookies, .cookieAcceptBar .manage-preferences #manage-preferences-popup .modal-content .modal-footer .save span, .next-article .button-wrapper #manage-preferences-popup .modal-content .modal-footer .save .read-more {
  border: 0;
}

#manage-preferences-popup .overflow {
  overflow: visible;
}

.cookies-table {
  border: 1px solid #dbe1eb;
  border-collapse: collapse;
  table-layout: auto;
  margin-bottom: 0;
}

.cookies-table-wrapper {
  margin-top: 30px;
}

.cookies-table thead tr th {
  background-color: #f7f7f7;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #656d79;
  text-align: left;
  padding: 8px 10px;
}

.cookies-table thead tr th:first-of-type {
  padding-right: 0;
}

.cookies-table tbody tr {
  border-bottom: 1px solid #dbe1eb;
}

.cookies-table tbody tr:last-of-type {
  border-bottom: 0;
}

.cookies-table tbody tr td {
  border: 0;
  text-align: left;
  font-size: 12px;
  font-size: 0.75rem;
  color: #656d79;
  padding: 8px 10px;
  vertical-align: top;
  font-family: Roboto, sans-serif;
}

.cookies-table tbody tr td:first-of-type {
  min-width: 110px;
  font-weight: 700;
}

.cookies-table tbody tr td .cookiebot-modal-error {
  font-size: 13px;
  font-size: 0.8125rem;
  color: red;
  margin: 20px 0 -15px !important;
  vertical-align: middle;
  text-align: center;
}

.cookies-table tbody tr td .col {
  display: flex;
  flex-direction: column;
  padding: 0;
}

.cookies-table tbody tr td .col label {
  display: flex;
  align-items: center;
  line-height: normal;
  margin-bottom: 8px;
  cursor: pointer;
}

.cookies-table tbody tr td .col label:last-of-type {
  margin-bottom: 0;
}

.cookies-table tbody tr td .col input[type=radio] {
  position: absolute;
  z-index: -1;
  filter: alpha(opacity=0);
  opacity: 0;
}

.cookies-table tbody tr td .col .cookiebot-radio-error {
  border-color: #ef4747;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #manage-preferences-popup .modal-content {
    max-height: 90%;
  }
}
@media only screen and (max-width: 767px) {
  #manage-preferences-popup .modal-content {
    max-height: 85%;
  }
  #manage-preferences-popup .modal-content .modal-header {
    padding: 30px 20px 5px;
  }
  #manage-preferences-popup .modal-content .modal-header .subtitle {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #manage-preferences-popup .modal-content .main-content {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    padding: 0 8px 20px 20px;
    margin-right: 6px;
    max-height: 398px;
  }
  #manage-preferences-popup .modal-content .modal-footer {
    padding: 15px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    box-sizing: border-box;
    flex-flow: row wrap;
  }
  #manage-preferences-popup .modal-content .modal-footer .save {
    display: inline-block;
  }
  #manage-preferences-popup .modal-content .modal-footer .cookiebot-footer-error {
    margin: 0 0 15px;
  }
  .cookies-table {
    overflow-y: scroll;
    display: block;
    border: 0;
    table-layout: auto;
    margin-bottom: 0;
  }
  .cookies-table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    border: 1px solid #dbe1eb;
  }
}
@media only screen and (max-width: 359px) {
  #manage-preferences-popup .modal-content .modal-footer .close {
    margin-right: 10px;
  }
}
@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #manage-preferences-popup .modal-content {
    height: 580px;
  }
}
.cqc-block {
  max-width: 205px;
  padding: 10px;
  background: #fff;
  border-radius: 6px;
  color: #282832;
  line-height: normal;
}

.cqc-block .bottom-block, .cqc-block .top-block {
  margin-right: 0 !important;
  display: flex;
}

.cqc-block .content {
  margin-left: auto;
}

.cqc-block .rating-label {
  font-size: 8px;
  font-size: 0.5rem;
  margin-right: 0 !important;
}

.cqc-block .rating {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.cqc-block .rating .indicator {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #458f00;
  border-radius: 100%;
  margin-right: 8px;
}

.cqc-block .rating .indicatorText {
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: aeonikbold, Arial, sans-serif;
  font-weight: 700;
}

.cqc-block .bottom-block {
  margin-top: 5px;
  flex-wrap: wrap;
}

.cqc-block .company-name {
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: auto;
  line-height: normal;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}

.cqc-block .inspection-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  font-size: 8px;
  font-size: 0.5rem;
  text-align: right;
  margin-left: auto;
}

.cqc-block .inspection-info .inspection-label {
  display: inline-block;
  width: 100%;
}

.cqc-block .report-button {
  font-size: 12px;
  font-size: 0.75rem;
  background-color: #11dbab;
  color: #fff;
  border-radius: 4px;
  font-weight: 700;
  margin-top: 5px;
}

.footer {
  padding: 60px 5px;
  background-color: #e7fcf7;
  -moz-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
}

.footer .footer__subcription-block {
  display: block;
  text-align: center;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.footer.footer-backlink, .footer.footer-purchase {
  padding: 30px 0;
  background-color: #f7f7f7;
  border-top: 1px solid #eef1f6;
  border-radius: 0;
}

.footer.footer-backlink .rabatt-disclaimer, .footer.footer-purchase .rabatt-disclaimer {
  display: block;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #656d79;
}

.footer.footer-backlink .copyright-text, .footer.footer-purchase .copyright-text {
  display: block;
  margin: 0 auto;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #98a0af;
}

.footer.footer-backlink-mobile .back-link, .footer.footer-backlink .back-link {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.footer.footer-backlink-mobile {
  background-color: #f7f7f7;
  margin-top: 6px;
  padding: 0 0 30px;
  border-radius: 0;
}

.footer.bg-white {
  background-color: #fff;
}

.footer.bg-white .copyright-text {
  color: #98a0af;
}

.footer .dok-logo {
  margin-bottom: 30px;
  text-align: center;
}

.footer .dok-logo img {
  width: 165px;
  height: 27px;
}

.footer__top {
  margin-bottom: 30px;
}

.footer__top--heading {
  position: relative;
  font-weight: 500;
  color: #0d2c54;
  margin: 0;
  cursor: pointer;
}

.footer__top--heading.show-links {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__top--heading.show-links .icon-chevron-down {
  margin-right: 5px;
  font-size: 14px;
  color: #11ddac;
  transition: all 0.25s ease-in-out;
}

.footer__top--heading.show-links.opened .icon-chevron-down {
  transform: rotate(180deg);
}

.footer__top--heading.show-links.opened ~ .footer__top--list {
  display: block;
}

.footer__top--list {
  margin-bottom: 11px;
  display: none;
}

.footer__top--list li {
  margin-bottom: 5px;
}

.footer__top--list li a, .footer__top--list li span {
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #656d79;
  display: inline-block;
}

.footer__top--list li a:hover, .footer__top--list li span:hover {
  text-decoration: none;
  color: #11ddac;
}

.footer__top--list li:last-of-type, .footer__top--list li:last-of-type a, .footer__top--list li:last-of-type span {
  margin-bottom: 0;
}

.footer__certificates .partners {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.footer__certificates .partners li {
  margin: 0 10px;
  flex: 1;
}

.footer__certificates .partners .headline {
  color: #0d2c54;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  margin-bottom: 15px;
  display: block;
  text-align: center;
  word-break: break-word;
}

.footer__certificates .partners-text {
  color: #656d79;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  text-align: center;
}

.footer__certificates .partners .sprite {
  margin: auto;
}

.footer__certificates .partners .legit-script {
  margin-bottom: 15px;
}

.footer-links {
  border-bottom: 1px solid #c6f4e9;
}

.footer-links.top {
  border-top: 1px solid #c6f4e9;
}

.footer-certificates-heading {
  margin-top: 30px;
  color: #656d79;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-family: Roboto, sans-serif;
  margin-bottom: 20px;
}

.footer__methods--payment {
  margin: 0 -15px 20px 0;
}

.footer__methods--payment li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  height: 44px;
  min-width: 74px;
  border: 1px solid #c6f4e9;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 10px 10px 0;
}

.footer__methods--secure li {
  margin-bottom: 20px;
  margin-left: 20px;
}

.footer__methods--secure li a {
  display: inline-block;
}

.footer .social {
  margin-bottom: 25px;
}

.footer .social li:not(:last-of-type) {
  margin-right: 30px;
}

.footer .social a {
  display: block;
  text-decoration: none;
  color: #0d2c54;
  transition: all 0.25s ease-in-out;
}

.footer .social a:hover {
  color: #11ddac;
}

.footer .social a .icon {
  font-size: 20px;
}

.footer .social a .icon-twitter {
  font-size: 17px;
}

.footer .region {
  margin-bottom: 30px;
}

.footer .region-info {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer .region-info .title {
  margin-right: 15px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
  font-weight: 700;
}

.footer .region-info .title span {
  font-family: Roboto, sans-serif;
  display: inline-block;
}

.footer .region .locales, .footer .region .locales-item {
  display: flex;
  align-items: center;
}

.footer .region .locales-item {
  margin-right: 15px;
}

.footer .region .locales-item a:after {
  display: none;
}

.footer .region .locales-item:last-of-type {
  margin-right: 0;
}

.footer .region .locales-item .sprite, .footer__bottom span {
  display: block;
}

.footer .copyright-disclaimer {
  font-family: Roboto, sans-serif;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0d2c54;
  max-width: 285px;
  margin: 0 auto 25px;
}

.footer .copyright-text {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #656d79;
  margin: 30px 0 15px;
  text-align: center;
}

.footer .copyright-text.footer__reorder-disclaimer {
  margin-bottom: 5px;
}

.footer .copyright-info {
  margin-bottom: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
}

.checkout-step-prescription ~ .footer {
  background-color: #fff;
}

.blackout {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: #0d2c54;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.2s ease-out;
}

.blackout.is-active {
  visibility: visible;
  filter: alpha(opacity=96);
  opacity: 0.96;
  z-index: 1101;
}

.blackout-light {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  background-color: black;
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: 0.2s ease-out;
}

.blackout-light.is-active {
  visibility: visible;
  filter: alpha(opacity=96);
  opacity: 0.3;
  z-index: 1101;
}

.footer__certificates .partners .regulation-links__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 35px;
  }
  .footer .footer__subcription-block {
    text-align: right;
  }
  .footer .dok-logo {
    margin-bottom: 10px;
  }
  .footer .copyright-disclaimer {
    margin: 0 auto 15px;
  }
  .footer .copyright-text {
    margin: 0 0 15px;
  }
  .footer .copyright-text.footer__reorder-disclaimer {
    margin-bottom: 0;
  }
  .footer .social {
    margin-bottom: 20px;
  }
  .footer .region {
    margin-bottom: 0;
  }
  .footer .region .locales-item a:hover {
    text-decoration: none;
  }
  .footer .region .locales-item a:hover:after {
    display: none;
  }
  .footer__methods--secure li:nth-child(n+2) {
    margin-left: 25px;
  }
  .footer-links {
    padding: 0;
    border: 0;
  }
  .footer-links.top {
    border-top: 0;
  }
  .footer__top {
    margin-bottom: 0;
    padding: 0 15px;
  }
  .footer__top--header {
    padding-bottom: 30px;
    border-bottom: 1px solid #c6f4e9;
    margin-bottom: 30px;
  }
  .footer__top--heading {
    margin: 0 0 15px;
    font-weight: 500;
    cursor: text;
  }
  .footer__top--heading.show-links {
    padding: 0;
  }
  .footer__top--heading.show-links .icon {
    display: none;
  }
  .footer__top--list {
    margin: 0 0 30px;
    display: block;
  }
  .footer__top--list li a, .footer__top--list li span {
    font-family: Roboto, sans-serif;
  }
  .footer__certificates {
    padding: 30px 0 10px;
    border-top: 1px solid #c6f4e9;
  }
  .footer__certificates .partners {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
    justify-content: center;
  }
  .footer__certificates .partners li {
    margin: 0;
    flex: none;
  }
  .footer__certificates .partners .sprite {
    margin: 0;
  }
  .footer__certificates .partners-text, .footer__certificates .partners .regulation-links .headline {
    text-align: left;
  }
  .footer__certificates .partners .regulation-links div {
    margin-right: 15px;
  }
  .footer__certificates .partners .regulation-links div:last-of-type {
    margin-right: 0;
  }
  .footer__certificates .partners .legit-script {
    margin-bottom: 0;
  }
  .footer__methods--wrapper {
    padding: 30px 0 20px;
    border-top: 1px solid #c6f4e9;
  }
  .footer__methods--payment {
    margin: 0;
  }
  .footer__methods--payment li {
    border: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .footer {
    padding: 120px 0 90px;
  }
  .footer__top {
    padding: 0;
  }
  .footer__top--header {
    padding: 0;
    border: 0;
    margin-bottom: 40px;
  }
  .footer__top--list {
    margin: 0 0 40px;
  }
  .footer .copyright-disclaimer, .footer .dok-logo {
    text-align: left;
  }
  .footer .region-info {
    justify-content: flex-start;
  }
  .footer__certificates .partners li {
    display: flex;
    align-items: center;
  }
  .footer__certificates .partners li .headline {
    max-width: 130px;
    margin-right: 50px;
    text-align: left;
  }
  .footer__certificates .partners li.regulation-links .headline {
    max-width: inherit;
    margin: 0 50px 0 0;
  }
}
.sprite-main-adyen-bt-de {
  background-position: -887px -526px;
}

.sprite-main-adyen-bt-de, .sprite-main-adyen-bt-se {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 65px;
  height: 33px;
}

.sprite-main-adyen-bt-se {
  background-position: -887px -559px;
}

.sprite-main-adyen-bt-uk {
  background-position: -887px -592px;
  width: 65px;
}

.sprite-main-adyen-bt-uk, .sprite-main-adyen-cartes-bancaires {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  height: 33px;
}

.sprite-main-adyen-cartes-bancaires {
  background-position: -887px -493px;
  width: 67px;
}

.sprite-main-adyen-credit {
  background-position: -887px -625px;
}

.sprite-main-adyen-credit, .sprite-main-adyen-giropay {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 65px;
  height: 33px;
}

.sprite-main-adyen-giropay {
  background-position: -887px -658px;
}

.sprite-main-adyen-google-pay {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -815px -715px;
  width: 56px;
  height: 33px;
}

.sprite-main-adyen-klarna {
  background-position: -887px -691px;
}

.sprite-main-adyen-klarna, .sprite-main-adyen-maestro {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 65px;
  height: 33px;
}

.sprite-main-adyen-maestro {
  background-position: -887px -724px;
}

.sprite-main-adyen-paypal {
  background-position: -887px -757px;
  width: 65px;
  height: 33px;
}

.sprite-main-adyen-paypal, .sprite-main-axcessms {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-axcessms {
  background-position: -660px -329px;
  width: 60px;
  height: 30px;
}

.sprite-main-bank-transfer-fr-b-old {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -347px -596px;
  width: 182px;
  height: 40px;
}

.sprite-main-bank-transfer-fr-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -533px -651px;
  width: 81px;
  height: 21px;
}

.sprite-main-bank-transfer-fr-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -250px -231px;
  width: 160px;
  height: 80px;
}

.sprite-main-bank-transfer-fr-old {
  background-position: -203px -724px;
  width: 120px;
  height: 30px;
}

.sprite-main-bank-transfer-fr, .sprite-main-bank-transfer-fr-old {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-bank-transfer-fr {
  background-position: -614px -651px;
  width: 81px;
  height: 21px;
}

.sprite-main-bank-transfer-se-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -529px -596px;
  width: 182px;
  height: 40px;
}

.sprite-main-bank-transfer-se-lg {
  background-position: -410px 0;
  width: 160px;
  height: 80px;
}

.sprite-main-bank-transfer-se, .sprite-main-bank-transfer-se-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-bank-transfer-se {
  background-position: -570px -507px;
  width: 123px;
  height: 30px;
}

.sprite-main-bim {
  background-position: -480px -461px;
  width: 87px;
  height: 72px;
}

.sprite-main-bim, .sprite-main-box {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-box {
  background-position: -887px -120px;
  width: 55px;
  height: 54px;
}

.sprite-main-bt-short-uk {
  background-position: -935px -282px;
}

.sprite-main-bt-short, .sprite-main-bt-short-uk {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 32px;
  height: 32px;
}

.sprite-main-bt-short {
  background-position: -935px -343px;
}

.sprite-main-camera {
  background-position: -887px -402px;
  width: 55px;
  height: 43px;
}

.sprite-main-camera, .sprite-main-cards-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-cards-lg {
  background-position: -250px 0;
  width: 160px;
  height: 120px;
}

.sprite-main-cartes-bancaires-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -82px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-cartes-bancaires-lg {
  background-position: -410px -80px;
  width: 160px;
  height: 80px;
}

.sprite-main-cartes-bancaires, .sprite-main-cartes-bancaires-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-cartes-bancaires {
  background-position: -660px -359px;
  width: 60px;
  height: 30px;
}

.sprite-main-cash-delivery {
  background-position: -102px -724px;
  width: 101px;
  height: 50px;
}

.sprite-main-cash-delivery, .sprite-main-certificate {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-certificate {
  background-position: -887px -343px;
  width: 48px;
  height: 59px;
}

.sprite-main-chat-lg {
  background-position: -730px -157px;
  width: 72px;
  height: 72px;
}

.sprite-main-chat-lg, .sprite-main-chat-sm {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-chat-sm {
  background-position: -672px -80px;
  width: 42px;
  height: 42px;
}

.sprite-main-clock {
  background-position: -887px -282px;
  width: 48px;
  height: 61px;
}

.sprite-main-clock, .sprite-main-cod-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-cod-b {
  background-position: -163px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-cqc-dark {
  background-position: -404px -541px;
}

.sprite-main-cqc-dark, .sprite-main-cqc-light {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 172px;
  height: 55px;
}

.sprite-main-cqc-light {
  background-position: 0 -596px;
}

.sprite-main-creditcard-b {
  background-position: 0 -818px;
  width: 82px;
  height: 40px;
}

.sprite-main-creditcard-b, .sprite-main-creditcard-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-creditcard-lg {
  background-position: -410px -160px;
  width: 160px;
  height: 80px;
}

.sprite-main-creditcard {
  background-position: -660px -418px;
  width: 60px;
  height: 30px;
}

.sprite-main-creditcard, .sprite-main-de_cod-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-de_cod-lg {
  background-position: -410px -240px;
  width: 160px;
  height: 80px;
}

.sprite-main-de_cod {
  background-position: -887px -820px;
  width: 61px;
  height: 31px;
}

.sprite-main-de_cod, .sprite-main-de_klarna-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-de_klarna-b {
  background-position: -244px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-de_klarna-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: 0 -381px;
  width: 160px;
  height: 80px;
}

.sprite-main-de_klarna {
  background-position: -815px -436px;
}

.sprite-main-de_klarna, .sprite-main-de_paypal {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 61px;
  height: 31px;
}

.sprite-main-de_paypal {
  background-position: -815px -467px;
}

.sprite-main-de_uberweisung {
  background-position: -815px -498px;
  width: 61px;
  height: 31px;
}

.sprite-main-de_uberweisung, .sprite-main-Deutsch {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-Deutsch {
  background-position: -942px -126px;
  width: 69px;
  height: 26px;
}

.sprite-main-dhl-express {
  background-position: -815px -529px;
}

.sprite-main-dhl-express, .sprite-main-dhl-packstation {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 61px;
  height: 31px;
}

.sprite-main-dhl-packstation {
  background-position: -815px -560px;
}

.sprite-main-dmca-footer {
  background-position: 0 -724px;
  width: 102px;
  height: 52px;
}

.sprite-main-dmca, .sprite-main-dmca-footer {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-dmca {
  background-position: -730px -661px;
  width: 85px;
  height: 43px;
}

.sprite-main-dpo {
  background-position: -172px -596px;
  width: 175px;
  height: 44px;
}

.sprite-main-dpo, .sprite-main-dr-hasan-bigger {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-dr-hasan-bigger {
  background-position: 0 0;
  width: 250px;
  height: 381px;
}

.sprite-main-dr-hasan-ev {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -250px -120px;
  width: 123px;
  height: 111px;
}

.sprite-main-English {
  background-position: -948px -183px;
}

.sprite-main-English, .sprite-main-français {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 25px;
  height: 26px;
}

.sprite-main-français {
  background-position: -950px -155px;
}

.sprite-main-giropay-b {
  background-position: -325px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-giropay-b, .sprite-main-giropay-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-giropay-lg {
  background-position: -160px -381px;
  width: 160px;
  height: 80px;
}

.sprite-main-googlepay-b, .sprite-main-googlepay-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-googlepay-lg {
  background-position: -320px -381px;
  width: 160px;
  height: 80px;
}

.sprite-main-giropay {
  background-position: -815px -591px;
  width: 61px;
  height: 31px;
}

.sprite-main-giropay, .sprite-main-google-pay-b, .sprite-main-apple-pay-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-google-pay-b {
  background-position: -406px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-apple-pay-b {
  background-position: -135px -910px;
  width: 60px;
  height: 40px;
}

.sprite-main-google-pay-lg {
  background-position: -320px -381px;
  width: 160px;
  height: 80px;
}

.sprite-main-apple-pay-lg {
  background-position: -2px -1002px;
  width: 160px;
  height: 102px;
}

.sprite-main-google-pay, .sprite-main-apple-pay, .sprite-main-google-pay-lg, .sprite-main-apple-pay-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-google-pay {
  background-position: -815px -622px;
  width: 61px;
  height: 31px;
}

.sprite-main-apple-pay {
  background-position: -210px -910px;
  width: 44px;
  height: 27px;
}

.sprite-main-HealthRevs {
  background-position: -341px -651px;
  width: 192px;
  height: 28px;
}

.sprite-main-HealthRevs, .sprite-main-heydata-reg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-heydata-reg {
  background-position: -887px -174px;
  width: 55px;
  height: 54px;
}

.sprite-main-heydata {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -570px -80px;
  width: 102px;
  height: 105px;
}

.sprite-main-ico {
  background-position: -570px -261px;
  height: 68px;
}

.sprite-main-ico, .sprite-main-klarna-ch {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 120px;
}

.sprite-main-klarna-ch {
  background-position: -410px -320px;
  height: 60px;
}

.sprite-main-legitscript {
  background-position: 0 -651px;
  width: 100px;
  height: 73px;
}

.sprite-main-legitscript, .sprite-main-logo {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-logo {
  background-position: -887px -445px;
  width: 48px;
  height: 48px;
}

.sprite-main-maestro-b {
  background-position: -487px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-maestro-b, .sprite-main-maestro-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-maestro-lg {
  background-position: 0 -461px;
  width: 160px;
  height: 80px;
}

.sprite-main-maestro {
  background-position: -660px -448px;
  width: 60px;
  height: 30px;
}

.sprite-main-maestro, .sprite-main-mail-sm {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-mail-sm {
  background-position: -672px -122px;
  width: 42px;
  height: 42px;
}

.sprite-main-message {
  background-position: -815px -320px;
  width: 58px;
  height: 58px;
}

.sprite-main-message, .sprite-main-mhra-nl {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-mhra-nl {
  background-position: -480px -381px;
  width: 86px;
  height: 73px;
}

.sprite-main-monitor {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -815px -378px;
  width: 58px;
  height: 58px;
}

.sprite-main-original_med_de {
  background-position: -570px -329px;
}

.sprite-main-original_med_de, .sprite-main-original_med_uk {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 90px;
  height: 89px;
}

.sprite-main-original_med_uk {
  background-position: -570px -418px;
}

.sprite-main-paypal-b {
  background-position: -568px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-paypal-b, .sprite-main-paypal-ch {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-paypal-ch {
  background-position: -250px -311px;
  width: 120px;
  height: 60px;
}

.sprite-main-paypal-lg {
  background-position: -160px -461px;
  width: 160px;
  height: 80px;
}

.sprite-main-paypal, .sprite-main-paypal-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-paypal {
  background-position: -887px -40px;
  width: 80px;
  height: 40px;
}

.sprite-main-pci {
  background-position: -570px -185px;
  width: 121px;
  height: 76px;
}

.sprite-main-pci, .sprite-main-phone-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-goldsponsor {
  background-image: url(/img_v4/sprite-main/Goldsponsor.png);
  width: 150px;
  height: 121px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.sprite-main-phone-lg {
  background-position: -730px -229px;
  width: 72px;
  height: 72px;
}

.sprite-main-phone-sm {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: 0 -858px;
  width: 42px;
  height: 42px;
}

.sprite-main-prescribe {
  background-position: -815px -205px;
  width: 60px;
}

.sprite-main-prescribe, .sprite-main-prescribing {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  height: 61px;
}

.sprite-main-prescribing {
  background-position: -815px -144px;
  width: 61px;
}

.sprite-main-quotes {
  background-position: -815px -748px;
  width: 36px;
  height: 27px;
}

.sprite-main-quotes, .sprite-main-registered-pharmacy {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-registered-pharmacy {
  background-position: -84px -776px;
  width: 91px;
  height: 37px;
}

.sprite-main-result-rejected {
  background-position: -730px -301px;
  width: 72px;
  height: 72px;
}

.sprite-main-result-rejected, .sprite-main-royal-mail-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-royal-mail-b {
  background-position: -649px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-royal-mail-lg {
  background-position: -320px -461px;
  width: 160px;
  height: 80px;
}

.sprite-main-royal-mail, .sprite-main-royal-mail-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-royal-mail {
  background-position: -323px -724px;
  width: 60px;
  height: 30px;
}

.sprite-main-sdg-dark {
  background-position: 0 -541px;
}

.sprite-main-sdg-dark, .sprite-main-sdg-light {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 202px;
  height: 55px;
}

.sprite-main-sdg-light {
  background-position: -202px -541px;
}

.sprite-main-sended {
  background-position: -730px -373px;
}

.sprite-main-sended, .sprite-main-step-1 {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 72px;
  height: 72px;
}

.sprite-main-step-1 {
  background-position: -730px -445px;
}

.sprite-main-step-2 {
  background-position: -730px -517px;
}

.sprite-main-step-2, .sprite-main-step-3-fr {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 72px;
  height: 72px;
}

.sprite-main-step-3-fr {
  background-position: -730px -589px;
}

.sprite-main-step-3 {
  background-position: -730px -85px;
  width: 73px;
  height: 72px;
}

.sprite-main-step-3, .sprite-main-tp-about {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-tp-about {
  background-position: -100px -651px;
  width: 121px;
  height: 56px;
}

.sprite-main-tp-reg {
  background-position: -576px -541px;
  width: 118px;
  height: 54px;
}

.sprite-main-tp-reg, .sprite-main-tr-list {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-tr-list {
  background-position: -815px 0;
  width: 72px;
  height: 72px;
}

.sprite-main-track {
  background-position: -815px -266px;
  width: 65px;
  height: 54px;
}

.sprite-main-track, .sprite-main-transfer-b {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-transfer-b {
  background-position: -730px -818px;
  width: 81px;
  height: 40px;
}

.sprite-main-trusted-logo {
  background-position: -730px 0;
  width: 85px;
  height: 85px;
}

.sprite-main-trusted-logo, .sprite-main-trusted-shop-text {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-trusted-shop-text {
  background-position: -221px -651px;
  width: 120px;
  height: 49px;
}

.sprite-main-trusted-shops {
  background-position: -887px -228px;
  width: 55px;
  height: 54px;
}

.sprite-main-trusted-shops, .sprite-main-trustpilot-logo {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-trustpilot-logo {
  background-position: -730px -704px;
  width: 83px;
  height: 19px;
}

.sprite-main-uberweisung-lg {
  background-position: -570px 0;
  width: 160px;
  height: 80px;
}

.sprite-main-uberweisung, .sprite-main-uberweisung-lg {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-uberweisung {
  background-position: -887px 0;
  width: 81px;
  height: 40px;
}

.sprite-main-uk_cod {
  background-position: -815px -653px;
}

.sprite-main-uk_cod, .sprite-main-uk_wiretransfer {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  width: 61px;
  height: 31px;
}

.sprite-main-uk_wiretransfer {
  background-position: -815px -684px;
}

.sprite-main-ups-sm {
  background-position: -887px -790px;
  width: 68px;
  height: 30px;
}

.sprite-main-ups, .sprite-main-ups-sm {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-ups {
  background-position: -887px -80px;
  width: 80px;
  height: 40px;
}

.sprite-main-whatsapp-lg {
  background-position: -815px -72px;
  width: 72px;
  height: 72px;
}

.sprite-main-whatsapp-lg, .sprite-main-whatsapp-sm {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
}

.sprite-main-whatsapp-sm {
  background-position: -42px -858px;
  width: 42px;
  height: 42px;
}

.sprite-main-wire {
  background-image: url(/img_v4/spritesmith/sprite-main.4423ce.png.webp);
  background-position: -383px -724px;
  width: 60px;
  height: 30px;
}

.sprite-main-sanco-logo {
  background-image: url(/img_v4/sprite-main/LogoSancoInternet.png);
  width: 100px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.carousel-b-test {
  margin: 80px auto;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.carousel-b-test-mob {
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  width: 100%;
}

.group-b-test,
.group-b-test-mob {
  display: flex;
  will-change: transform;
  gap: 60px;
}

.carousel-animation {
  animation: scrolling 30s linear infinite;
}

.manufacture-img-card,
.manufacture-img-card-mob {
  height: 150px;
  width: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.target-hidden-carousel {
  display: none;
}

.behandlungen-manufactures-title {
  width: 380px;
  color: #0d2c54;
  font-family: Poppins;
  line-height: 48px;
  font-weight: 700;
  font-size: 32px;
  margin: 50px auto 5px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer__top .order-md-4 {
    display: none;
  }
  .carousel-b-test {
    margin: 0 auto;
    height: 80px;
  }
  .carousel-b-test-mob {
    display: flex;
    height: 80px;
  }
  .manufacture-img-card,
  .manufacture-img-card-mob {
    height: 50px;
    width: 165px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .group-b-test,
  .group-b-test-mob {
    display: flex;
    will-change: transform;
    gap: 0;
  }
  .target-hidden-carousel {
    display: flex;
  }
  .carousel-animation-mob {
    animation: scrolling 30s linear infinite;
  }
  .behandlungen-manufactures-title {
    width: 375px;
    height: 36px;
    font-size: 24px;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 30px;
  }
}
@keyframes scrolling {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
.one_a_pharma {
  background-image: url(/img_v4/common/manufactures/one_a_pharma.png);
}

.avaay_medical {
  background-image: url(/img_v4/common/manufactures/avaay_medical.png);
}

.bedrocan {
  background-image: url(/img_v4/common/manufactures/bedrocan.png);
}

.cannamedical {
  background-image: url(/img_v4/common/manufactures/cannamedical.png);
}

.cantourage {
  background-image: url(/img_v4/common/manufactures/cantourage.png);
}

.demecan {
  background-image: url(/img_v4/common/manufactures/demecan.png);
}

.four_twenty_pharma {
  background-image: url(/img_v4/common/manufactures/four_twenty_pharma.png);
}

.hexal {
  background-image: url(/img_v4/common/manufactures/hexal.png);
}

.ratiopharm {
  background-image: url(/img_v4/common/manufactures/ratiopharm.png);
}

.medizinisches_b_test {
  background-image: url(/img_v4/common/cannabis_img/medizinisches_b_test.png);
}

.loading-container.visible {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-around;
}

/* Cookie banner Preferences */
.cookiePreferencesModal-background {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(24, 53, 90, 0.98);
  height: 100%;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding: var(--tablet-container-padding);
}

.content {
  padding: 30px;
  overflow-y: scroll;
  max-height: 500px;
}

.cookiePreferencesModal-card {
  background-color: var(--primary-white) !important;
  border-top-right-radius: 6px;
  border-top-left-radius: 30px;
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  max-height: 700px;
  position: relative;
  width: 100%;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 30px;
}

#title {
  font-size: 24px !important;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  color: var(--primary-blue);
  align-self: flex-start;
  margin-bottom: 20px;
}

#close-button {
  font-size: 16px;
  color: #99a0af;
  position: absolute;
  right: 20px;
  top: 20px;
}

#close-button:hover {
  cursor: pointer;
}

#text {
  font-size: 14px;
  color: var(--radiobutton-text-color);
  font-family: Roboto, sans-serif;
}

#link {
  font-size: 14px;
  color: var(--radiobutton-text-color);
  font-family: Roboto, sans-serif;
  text-decoration: underline;
}

#link:hover {
  text-decoration: none;
}

.frame-table {
  margin-top: 30px;
  border-collapse: collapse;
  border: 1px solid #e7eaf1;
  width: 100%;
  color: var(--radiobutton-text-color);
  font-size: 12px;
  text-align: left;
  font-weight: 400;
  font-family: Roboto, sans-serif;
  overflow-x: auto;
}

.frame-table td, .frame-table th {
  border-bottom: 1px solid #e7eaf1;
  padding: 8px;
}

.frame-table th {
  border-top: 1px solid #e7eaf1;
  background-color: #f7f7f7;
  font-weight: 400;
}

.frame-table .explanation {
  font-weight: 400;
}

.frame-table .allow-cell {
  display: flex;
  justify-content: flex-start;
}

.frame-table td {
  color: var(--radiobutton-text-color);
  font-size: 12px;
  text-align: left;
  font-weight: 600;
  font-family: Roboto, sans-serif;
}

#footer-banner {
  background-color: #e9fcf7;
  height: 100px;
  width: 100%;
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content::-webkit-scrollbar {
  width: 6px;
  height: 3px;
}

.content::-webkit-scrollbar-thumb {
  background-color: var(--primary-lightgreen);
  border-radius: 10px;
}

/* Cookie banner */
.cookieAcceptBar {
  position: sticky;
  align-items: center;
  justify-content: center;
  left: 0;
  right: 0;
  background-color: var(--primary-white) !important;
  border-radius: 6px;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 60px 120px rgba(0, 0, 0, 0.15);
  opacity: 1 !important;
  margin: auto;
  max-width: 540px;
  min-height: 276px;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
  z-index: 100 !important;
}

.cookieAcceptBar.white {
  background-color: #fff !important;
  top: auto;
  transform: none;
  bottom: 98px !important;
  overflow: hidden;
  max-width: 878px;
  min-height: auto;
  overflow-y: hidden !important;
  padding: 30px;
}

.cookieAcceptBar .row {
  flex-direction: column;
  display: flex;
}

.cookieAcceptBar .col-12 {
  padding: 0;
  max-width: 100%;
  flex: auto;
}

.cookieAcceptBar .agreement-info .title {
  font-size: 24px;
  font-weight: bold;
  color: var(--primary-blue);
  margin-bottom: 10px;
}

.cookieAcceptBar .agreement-info p {
  font-family: Roboto, sans-serif;
  font-size: 13px !important;
  line-height: 1.5 !important;
  color: var(--primary-white);
}

.cookieAcceptBar .agreement-info a {
  color: var(--radiobutton-text-color) !important;
  font-weight: normal !important;
  display: inline;
  text-decoration: underline;
  font-family: Roboto, sans-serif;
}

.cookieAcceptBar .agreement-info a:hover {
  text-decoration: none;
}

.cookieAcceptBar .buttons {
  display: flex;
}

.cookieAcceptBar .buttons &gt; * {
  width: 100%;
  min-width: auto;
  max-width: inherit !important;
}

.cookieAcceptBar .manage-preferences {
  font-size: 13px;
  line-height: 40px;
  padding: 0 20px;
  min-width: 200px;
  text-decoration: underline;
  font-weight: 300;
  font-family: Roboto, sans-serif;
  align-self: center !important;
  color: var(--radiobutton-text-color);
  text-align: center;
  margin: 0 10px 0 0;
}

.cookieAcceptBar .manage-preferences.desktop {
  display: block;
}

.cookieAcceptBar .manage-preferences.mobile {
  display: none;
}

.cookieAcceptBar .manage-preferences:hover {
  text-decoration: none;
  cursor: pointer;
}

.cookieAcceptBar .btn-accept-cookies {
  margin: 0;
  min-width: 215px;
  font-size: 14px;
  line-height: 44px;
  padding: 0 20px;
  background-color: var(--primary-lightgreen);
  color: var(--primary-white);
  border-radius: 3px;
  border-style: none;
  font-weight: 700;
  width: 100%;
  transition-duration: 0.4s;
  white-space: nowrap;
}

#cookieModalButton {
  width: 25%;
}

.cookieAcceptBar .btn-accept-cookies:hover {
  background-color: #00ca94;
  cursor: pointer;
}

.cookieAcceptBar .refuse-btn-container {
  margin-top: 15px;
}

.cookieAcceptBar .refuse-btn-container a {
  font-size: 13px;
  font-weight: 400 !important;
  color: var(--sub-gray) !important;
  text-align: center;
  text-decoration-line: underline;
}

.cookieAcceptBar.white .row {
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center;
}

.cookieAcceptBar.white .agreement-info {
  min-width: 550px;
}

.cookieAcceptBar.white .agreement-info .text {
  font-size: 14px;
  font-family: Roboto, sans-serif !important;
  line-height: 1.5 !important;
  color: var(--radiobutton-text-color) !important;
  padding-right: 30px;
  justify-self: end;
}

.cookieAcceptBar.white .agreement-info a {
  display: inline;
  padding: 0px 5px;
}

.radio-select,
.radio-select-disabled {
  width: 18px;
  height: 18px;
  aspect-ratio: 1 !important;
  background-color: white;
  outline: 3px solid #eef1f6;
  border-radius: 50%;
  margin-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.radio-select-selected {
  width: 18px;
  height: 18px;
  aspect-ratio: 1 !important;
  background-color: var(--primary-lightgreen);
  border: 3px solid var(--primary-white);
  outline: 2px solid var(--primary-lightgreen);
  border-radius: 50%;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer;
  transition: background-color 0.25s, outline 0.25s;
}

@media only screen and (max-width: 767px) {
  .cookieAcceptBar.white .row {
    flex-direction: column !important;
    align-items: center;
  }
  .cookieAcceptBar.white {
    max-width: 350px;
    box-shadow: 0px 30px 120px rgba(2, 2, 2, 0.27);
    max-height: 95vh;
    overflow-y: auto;
    align-items: flex-start;
    bottom: 26px !important;
  }
  .cookieAcceptBar.white .row {
    flex-direction: column;
  }
  .cookieAcceptBar.white .agreement-info {
    margin-bottom: 15px;
    margin-right: 0;
    text-shadow: none;
    font-size: 12px;
    min-width: 0px;
    /* line-height: 1.5; */
    padding-right: 0px;
  }
  .cookieAcceptBar.white .agreement-info .title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 5px;
  }
  .cookieAcceptBar.white .agreement-info .text {
    font-size: 12px;
  }
}
/*
 * CKEditor 5 (v41.4.2) content styles.
 * Generated on Thu, 13 Jun 2024 06:55:12 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
 */
:root {
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-color-selector-caption-background: hsl(0, 0%, 97%);
  --ck-color-selector-caption-text: hsl(0, 0%, 20%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
  --ck-todo-list-checkmark-size: 16px;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table .ck-table-resized {
  table-layout: fixed;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table table {
  overflow: hidden;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */
.ck-content .table td,
.ck-content .table th {
  overflow-wrap: break-word;
  position: relative;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table {
  margin: 0.9em auto;
  display: table;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double hsl(0, 0%, 70%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid hsl(0, 0%, 75%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content .table table th {
  font-weight: bold;
  background: hsla(0, 0%, 0%, 0.05);
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir=rtl] .table th {
  text-align: right;
}

/* @ckeditor/ckeditor5-table/theme/table.css */
.ck-content[dir=ltr] .table th {
  text-align: left;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed hsl(0, 0%, 77%);
  width: 100%;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */
.ck-content .media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list {
  list-style: none;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li {
  position: relative;
  margin-bottom: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label &gt; input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content[dir=rtl] .todo-list .todo-list__label &gt; input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label &gt; input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label &gt; input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label &gt; input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label &gt; input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; input,
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input {
  cursor: pointer;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; input:hover::before, .ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input:hover::before {
  box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input::before {
  display: block;
  position: absolute;
  box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  transition: 250ms ease-in-out box-shadow;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input::after {
  display: block;
  position: absolute;
  box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */
.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline {
  /*
   * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
   * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
   * This strange behavior does not happen with inline-flex.
   */
  display: inline-flex;
  max-width: 100%;
  align-items: flex-start;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline picture {
  display: flex;
}

/* @ckeditor/ckeditor5-image/theme/image.css */
.ck-content .image-inline picture,
.ck-content .image-inline img {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content img.image_resized {
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  box-sizing: border-box;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized img {
  width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */
.ck-content .image.image_resized &gt; figcaption {
  display: block;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol {
  list-style-type: decimal;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol {
  list-style-type: lower-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol {
  list-style-type: lower-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol ol {
  list-style-type: upper-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ol ol ol ol ol {
  list-style-type: upper-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul {
  list-style-type: disc;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul {
  list-style-type: circle;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-list/theme/list.css */
.ck-content ul ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
  clear: none;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
  margin-top: 0;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */
.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */
.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */
.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}

/* @ckeditor/ckeditor5-basic-styles/theme/code.css */
.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-tiny {
  font-size: 0.7em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-small {
  font-size: 0.85em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-big {
  font-size: 1.4em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */
.ck-content .text-huge {
  font-size: 1.8em;
}

/* @ckeditor/ckeditor5-mention/theme/mention.css */
.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

/* @ckeditor/ckeditor5-table/theme/tablecaption.css */
.ck-content .table &gt; figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: var(--ck-color-selector-caption-text);
  background-color: var(--ck-color-selector-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-image/theme/imagecaption.css */
.ck-content .image &gt; figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */
.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: hsl(0, 0%, 87%);
  border: 0;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */
.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

@media print {
  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break {
    padding: 0;
  }
  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */
  .ck-content .page-break::after {
    display: none;
  }
}
@media (prefers-reduced-motion: reduce) {
  /* @ckeditor/ckeditor5-list/theme/todolist.css */
  .ck-content .todo-list .todo-list__label &gt; input::before {
    transition: none;
  }
  /* @ckeditor/ckeditor5-list/theme/todolist.css */
  .ck-editor__editable.ck-content .todo-list .todo-list__label &gt; span[contenteditable=false] &gt; input::before {
    transition: none;
  }
}
@media (forced-colors: active) {
  /* @ckeditor/ckeditor5-table/theme/tablecaption.css */
  .ck-content .table &gt; figcaption {
    background-color: unset;
    color: unset;
  }
  /* @ckeditor/ckeditor5-image/theme/imagecaption.css */
  .ck-content .image &gt; figcaption {
    background-color: unset;
    color: unset;
  }
}</pre></body></html>