#home-page-treatment-modal-btn {
  margin-bottom: 45px;
}

.press-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #0D2C54;
}

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

.manufacturer-pages-section {
  background: #E9EBE8;
  display: flex;
  justify-content: center;
  align-items: center;
}

.manufacturer-pages-section .container {
  padding: 100px 0;
  width: 80%;
}

.manufacturer-pages-section .container h3 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 500;
  line-height: 52px;
  text-align: left;
  margin-bottom: 60px;
}

.manufacturer-pages-section .container .card-body {
  padding: 70px;
  background-color: white;
  border-radius: 6px 6px 0 0;
}

.manufacturer-pages-section .container .card-footer {
  padding: 15px;
  background: #F6F7F4;
  border-radius: 0 0 6px 6px;
  text-align: center;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
}

.manufacturer-pages-section .container .cards-container a {
  color: black;
}

.manufacturer-pages-section .container .cards-container {
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
}

.manufacturer-pages-section .container .card-container {
  display: flex;
  flex-direction: column;
}

.manufacturer-pages-section img {
  width: 200px;
  height: 67px;
}

@media (max-width: 767px) {
  .manufacturer-pages-section .container .cards-container {
    justify-content: center;
  }
}
.page-breadcrumbs {
  margin-bottom: 65px;
}

.press-articles {
  width: 1050px;
  height: 100%;
  margin-top: 100px;
  font-weight: 700;
  font-size: 32px;
  font-family: Poppins, sans-serif;
}

.more-articles-btn-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.more-articles-btn {
  color: var(--primary-darkgreen) !important;
  text-decoration: underline !important;
  font-size: 18px;
  font-weight: 500;
}

.more-articles-btn:hover {
  cursor: pointer;
}

.press-articles .article p:hover, .press-articles .article .image:hover {
  cursor: pointer;
  text-decoration: underline;
}

.press-articles .article {
  width: 330px;
}

.press-articles .article p {
  margin-top: 15px;
  color: #0D2C54;
  font-family: Poppins, sans-serif;
  font-size: 18px;
}

.press-articles .article pre {
  color: #98A0AF;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
}

.press-articles .article-row {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 100px;
  flex-wrap: wrap;
}

.press-articles .image-container {
  height: 185px;
  width: 330px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F8F8F8;
}

.press-contact-us {
  background-color: #E7FCF7;
  border-top-right-radius: 60px;
  margin-top: 30px;
  min-height: 900px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-weight: 500;
}

.press-contact-us .upper-content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.press-contact-us .middle-content {
  display: flex;
  justify-content: start;
  align-items: center;
}

.press-contact-us .middle-content p {
  color: #0D2C54;
  font-size: 16px;
  font-weight: 500;
  font-family: Poppins, sans-serif;
}

.press-contact-us .lower-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.lower-content .tab {
  color: black;
  width: 470px;
  height: 70px;
  background-color: #FFFFFF;
  border: #EEF1F6 1px solid;
  border-radius: 12px;
  display: flex;
  align-items: center;
  flex-direction: row;
  position: relative;
}

.press-contact-us .upper-content .left-side {
  display: flex;
  justify-content: end;
  align-items: end;
  flex-direction: column;
  padding: 40px;
  width: 50%;
  height: 500px;
}

.press-contact-us .upper-content .right-side {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
  width: 50%;
  height: 100%;
}

.press-contact-us .titles {
  max-width: 400px;
}

.press-contact-us .titles p {
  margin-top: 10px;
}

.press-contact-us .attributes p {
  font-size: 10px;
  font-weight: 600;
  margin-bottom: 0px;
}

.press-contact-us .attributes b {
  font-size: 14px;
  font-weight: 600;
  color: #0d2c54;
}

.press-contact-us .attribute {
  margin-bottom: 30px;
}

.press-contact-us .photo-bg {
  width: 400px;
  height: 200px;
  border-radius: 6px 30px 6px 30px;
  background-color: #11ddac;
  position: relative;
}

.press-contact-us .photo {
  position: absolute;
  top: -200px;
  height: 400px;
  width: 400px;
  background-image: url(/img_v4/doctors/david.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-contact-us .support-icon {
  height: 60px;
  width: 60px;
  background-image: url(/img_v4/icons/support.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-contact-us .form-icon {
  margin-left: 30px;
  margin-right: 10px;
  height: 35px;
  width: 35px;
  background-image: url(/img_v4/icons/form.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-contact-us .download-icon {
  position: absolute;
  right: 10px;
  margin-left: 30px;
  margin-right: 10px;
  height: 25px;
  width: 25px;
  background-image: url(/img_v4/icons/download.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.press-contact-us .download-icon :hover {
  cursor: pointer;
}

.press-contact-us .support-icon-container {
  position: absolute;
  border-radius: 20px 3px 20px 3px;
  background-color: white;
  height: 65px;
  width: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1200px) {
  .lower-content .tab {
    width: 350px;
  }
  .press-contact-us .photo {
    top: -170px;
    left: -40px;
    height: 330px;
  }
  .press-contact-us .photo-bg {
    width: 317px;
    height: 160px;
  }
  .press-articles {
    width: 680px;
  }
}
@media (max-width: 768px) {
  .press-contact-us .lower-content {
    flex-direction: column;
    margin-bottom: 55px;
  }
  .press-contact-us .upper-content {
    flex-direction: column;
  }
  .press-contact-us .upper-content .right-side {
    width: auto;
  }
  .press-contact-us .upper-content .left-side {
    width: auto;
  }
  .press-articles {
    width: 330px;
  }
  .press-contact-us .middle-content {
    justify-content: center;
  }
}
.support-icon-container.first {
  top: -150px;
  left: 10px;
}

.support-icon-container.second {
  top: -250px;
  left: 305px;
}

.breadcrumbs-search-index {
  border-bottom: 1px solid #eef1f6;
  padding: 15px;
}
@media only screen and (max-width: 767px) {
  .breadcrumbs-search-index {
    padding: 10px 15px;
  }
  .breadcrumbs-search-index .back-btn {
    margin: 0;
  }
}

.breadcrumbs {
  display: flex;
}

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

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

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

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

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

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

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

.breadcrumbs-btn .back-link:before {
  content: "";
  position: absolute;
  left: 2px;
  width: 7px;
  height: 7px;
  border-left: 2px solid #11ddac;
  border-bottom: 2px solid #11ddac;
  transform: rotate(45deg);
  display: block;
}

.search-list .search-item {
  padding: 20px;
  border: 1px solid #eef1f6;
  border-radius: 12px;
  margin-bottom: 30px;
}

.search-list .search-image {
  margin-bottom: 5px;
  width: 80px;
  height: 80px;
  -ms-flex: 1 0 auto;
  position: relative;
}

.search-list .search-image img {
  width: 80px;
  height: 80px;
}

.search-list .search-image .discount-badge {
  position: absolute;
  top: 7px;
  right: 7px;
  z-index: 10;
  pointer-events: none;
  transform: rotate(15deg);
}

@media only screen and (max-width: 1199px) {
  .search-list .search-image .discount-badge {
    display: none !important;
  }
}
.search-list .search-image .discount-badge-image {
  width: 79px;
  height: 79px;
}

.search-list .search-image .discount-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-family: poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  pointer-events: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.search-list .search-title a {
  color: #0d2c54;
}

.search-list .search-desc h2 {
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.search-list .search-desc p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.search-list .search-desc p strong {
  font-family: Roboto, sans-serif;
}

.search-list .search-list__one-price {
  margin-bottom: 15px;
}

.search-list .search-list__one-price .btn {
  margin: 0 0 10px;
  padding: 0 10px;
}

.search-list .search-list__one-price .btn.desktop {
  display: block;
}

.search-list .search-list__one-price .prices-from {
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #0d2c54;
  display: block;
}

.search-list .search-list__one-price .prices-from strong {
  font-family: Roboto, sans-serif;
}

.search-list .search-category {
  color: #98a0af;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
}

.search-list .search-category span {
  font-family: Roboto, sans-serif;
}

.search-list .search-category a {
  color: #11ddac;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  font-weight: 500;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
}

.search-list .search-category a:hover {
  text-decoration: none;
}

@media only screen and (min-width: 768px) {
  .search-list__one-price .btn {
    padding: 0 60px;
  }
  #warning-container-content {
    max-width: 500px;
  }
}
.mobile-discount-badge {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 1000 !important;
  pointer-events: none;
}

/* Ensure each search-item has relative positioning for proper badge placement */
.search-item {
  position: relative;
}

.mobile-discount-badge-image {
  width: 75px;
  height: 38px;
}

.mobile-discount-badge-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 23.56px;
  font-weight: 600;
  color: white;
  text-align: center;
  pointer-events: none;
  font-family: poppins, sans-serif;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media only screen and (max-width: 1200px) {
  .mobile-discount-badge {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #warning-container {
    margin-bottom: -65px !important;
  }
  .search-list .search-item {
    display: flex;
    padding: 30px;
  }
  .search-list .search-image {
    margin-bottom: 0;
    margin-right: 30px;
    width: 200px;
    height: 200px;
  }
  .search-list .search-image img {
    width: 200px;
    height: 200px;
  }
}
.medically_approved-widget {
  margin-top: 22px;
  padding: 0 30px 60px;
  background-color: #e7fcf7;
  border-radius: 6px 90px;
}

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

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

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

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

.medically_approved-widget .widget-content, .medically_approved-widget .widget-content a {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

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

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

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

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

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

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

.home .medical-advisors {
  padding: 90px 0 0;
  background-color: #f7f7f7;
  -moz-border-top-left-radius: 90px;
  border-top-left-radius: 90px;
}

.home .medical-advisors h2 {
  margin-bottom: 15px;
}

.home .medical-advisors .subtitle {
  text-align: center;
  margin-bottom: 30px;
}

.home .medical-advisors .carousel-wrapper {
  position: relative;
  max-width: 240px;
  margin: 0 auto 30px;
}

.home .medical-advisors .carousel-wrapper .doc-next, .home .medical-advisors .carousel-wrapper .doc-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #11ddac;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.home .medical-advisors .carousel-wrapper .doc-next .icon, .home .medical-advisors .carousel-wrapper .doc-prev .icon {
  font-size: 10px;
  color: #11ddac;
  position: relative;
  font-weight: 700;
}

.home .medical-advisors .carousel-wrapper .doc-next:hover, .home .medical-advisors .carousel-wrapper .doc-prev:hover {
  background-color: #e7fcf7;
}

.home .medical-advisors .carousel-wrapper .doc-prev {
  left: -50px;
}

.home .medical-advisors .carousel-wrapper .doc-prev .icon {
  right: 1px;
}

.home .medical-advisors .carousel-wrapper .doc-next {
  right: -50px;
}

.home .medical-advisors .carousel-wrapper .doc-next .icon {
  left: 1px;
}

.home .medical-advisors .doc-carousel-nav .doc-next, .home .medical-advisors .doc-carousel-nav .doc-prev {
  z-index: 2;
}

.home .medical-advisors .doc-carousel-nav .slick-current .nav-image {
  background-color: #e7fcf7;
}

.home .medical-advisors .doc-carousel-nav .slick-current .nav-image img {
  mix-blend-mode: unset;
  transform: none;
}

.home .medical-advisors .doc-carousel-nav .slick-slide {
  text-align: center;
}

.home .medical-advisors .doc-carousel-nav .nav-image {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  width: 65px !important;
  height: 65px;
  padding: 14px 6px 0;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.home .medical-advisors .doc-carousel-nav .nav-image img {
  width: 54px;
  margin: auto;
  mix-blend-mode: luminosity;
}

.home .medical-advisors .doc-carousel__item {
  padding: 0 5px;
}

.home .medical-advisors .doc-carousel__photo {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.home .medical-advisors .doc-carousel__photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 135px;
  background-color: #11ddac;
  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;
}

.home .medical-advisors .doc-carousel__photo .image {
  position: relative;
  z-index: 2;
}

.home .medical-advisors .doc-carousel__photo .image img {
  width: 264px;
  margin: 0 auto;
}

.home .medical-advisors .doc-carousel__info {
  margin: -60px 20px 0;
  position: relative;
  z-index: 2;
  padding: 30px;
  background-color: #0d2c54;
  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;
}

.home .medical-advisors .doc-carousel__info .title {
  font-weight: 700;
  margin-bottom: 15px;
  color: #fff;
}

.home .medical-advisors .doc-carousel__info .position, .home .medical-advisors .doc-carousel__info .reg {
  font-size: 12px;
  font-size: 0.75rem;
  font-family: Roboto, sans-serif;
  color: #fff;
  margin-bottom: 15px;
}

.home .medical-advisors .doc-carousel__info .reg {
  font-weight: 700;
}

.home .medical-advisors .doc-carousel__info .reg strong {
  color: #98a0af;
}

.home .medical-advisors .doc-carousel__info .reg span {
  display: block;
}

.home .medical-advisors .doc-carousel__info .link-underlined {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
}

.home__member-of, .home__regulations, .home__regulations-de {
  background: #f7f7f7;
  padding: 90px 5px;
  -moz-border-bottom-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.home__member-of h2, .home__regulations-de h2, .home__regulations h2 {
  margin-bottom: 30px;
}

.home__member-of--row, .home__regulations--row, .home__regulations-de--row {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin: 0 -20px 0 0;
}

.home__member-of--row li, .home__regulations--row li, .home__regulations-de--row li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 12px;
  padding: 60px 20px;
  min-width: 240px;
  width: 240px;
  margin-right: 15px;
  flex: 1;
}

.home__regulations-de {
  -moz-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}

.home__member-of {
  padding-top: 0;
  -moz-border-bottom-right-radius: 90px;
  border-bottom-right-radius: 90px;
}

.home__about {
  padding: 90px 5px;
}

.home__about h2 {
  margin-bottom: 30px;
}

.home__about .picture {
  background-image: url(/img_v4/about-us-img.png.webp);
  width: 235px;
  height: 358px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 30px auto 60px;
}

@media only screen and (min-width: 768px) {
  .home .medical-advisors {
    padding: 120px 0 0;
    -moz-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
  }
  .home .medical-advisors .subtitle {
    max-width: 500px;
    margin: 0 auto 30px;
  }
  .home .medical-advisors .carousel-wrapper {
    margin: 0 auto 60px;
  }
  .home .medical-advisors .carousel-wrapper .doc-next, .home .medical-advisors .carousel-wrapper .doc-prev {
    width: 34px;
    height: 34px;
  }
  .home .medical-advisors .carousel-wrapper .doc-next .icon, .home .medical-advisors .carousel-wrapper .doc-prev .icon {
    font-size: 14px;
    font-weight: 400;
  }
  .home .medical-advisors .doc-carousel__item {
    display: flex !important;
    flex-direction: row-reverse;
    align-items: center;
    padding: 0;
  }
  .home .medical-advisors .doc-carousel__photo {
    height: 400px;
    position: relative;
    width: 445px;
    margin: 0;
  }
  .home .medical-advisors .doc-carousel__photo .image img {
    width: 363px;
  }
  .home .medical-advisors .doc-carousel__photo:after {
    height: 180px;
  }
  .home .medical-advisors .doc-carousel__info {
    width: 350px;
    margin: 0 -87px 0 0;
  }
  .home__regulations {
    padding: 90px 0 105px;
    -moz-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
  .home__regulations h2 {
    margin-bottom: 60px;
  }
  .home__regulations--row {
    overflow-x: hidden;
    flex-wrap: wrap;
  }
  .home__regulations--row li {
    padding: 30px 27px;
    margin: 0 15px 15px 0;
    flex-direction: row;
    width: 346px;
    max-width: 346px;
    min-height: 136px;
    border-radius: 6px;
  }
  .home__regulations--row li .info {
    margin: 0 0 0 27px;
    text-align: left;
  }
  .home__regulations--row li.heydata {
    padding: 14px 27px;
  }
  .home__about {
    padding: 120px 0;
  }
  .home__about h2 {
    margin-bottom: 15px;
  }
  .home__about p {
    text-align: center;
  }
  .home__about .picture {
    margin: 45px auto 120px;
    width: 320px;
    height: 488px;
  }
}
@media only screen and (min-width: 1200px) {
  .home .medical-advisors {
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
  }
  .home .medical-advisors .carousel-wrapper {
    max-width: 385px;
  }
  .home .medical-advisors .doc-carousel-nav .nav-image:hover {
    background-color: #e7fcf7;
  }
  .home .medical-advisors .doc-carousel-nav .nav-image:hover img {
    mix-blend-mode: unset;
  }
  .home .medical-advisors .doc-carousel__info {
    margin: 0 -65px 0 0;
  }
  .home__regulations {
    -moz-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .home__regulations--row {
    margin: 0 -15px 0 0;
  }
  .home__regulations--row li {
    width: 452px;
    max-width: 452px;
    min-height: 136px;
    flex: auto;
  }
  .home__about .picture {
    width: 380px;
    height: 580px;
    margin: 0;
  }
  .home__about p {
    text-align: left;
  }
  .home__about .service-heading {
    margin: 120px auto 30px;
  }
  .home .customer-services-small .cs-item {
    padding: 30px 20px;
  }
}
@media only screen and (max-width: 360px) {
  .home .medical-advisors .carousel-wrapper .doc-prev {
    left: -30px;
  }
  .home .medical-advisors .carousel-wrapper .doc-next {
    right: -30px;
  }
}
.pages.info-page {
  border-top: 1px solid #eef1f6;
  overflow: hidden;
}

.pages__content #recaptcha {
  position: relative;
  z-index: 2;
}

.pages__content .contact-p a {
  color: #11ddac;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

.pages__content .contact-p a:hover {
  text-decoration: none;
}

.pages__content .note_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: var(--primary-blue);
}

.pages__content .note_box .icon {
  font-size: 20px;
  margin-bottom: 12px;
}

.pages__content .note_box p {
  color: var(--primary-blue);
  font-size: 15px;
  font-weight: 400;
}

.pages__content .note_box p:last-of-type {
  margin-bottom: 0;
}

.pages__content .contacts {
  margin: 30px 0 30px;
}

.pages.info-page.contact_us {
  background-color: #F7F8F9;
}

.pages.info-page.contact_us .row {
  flex-direction: column;
}

.pages.info-page.contact_us .card {
  padding: 30px 40px 40px 40px;
  margin-top: 50px;
  background-color: white;
  width: 100%;
  min-height: 275px;
  position: relative;
}

.active-hours {
  font-size: 24px;
  font-weight: 500;
  color: var(--primary-blue);
  margin-bottom: 60px;
}

.pages.info-page.contact_us .card #upper-content {
  max-width: 650px;
}

.pages.info-page.contact_us h1, .pages.info-page.contact_us h2 {
  font-size: 32px;
  font-weight: 500;
}

.pages.info-page.contact_us .card p {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 400;
  max-width: 700px;
  color: rgba(13, 44, 84, 0.6);
}

.pages.info-page.contact_us .card button {
  height: 60px;
  border: var(--primary-lightgreen) 2px solid;
  border-radius: 3px;
  padding: 10px 30px 10px 30px;
  font-size: 16px;
  font-weight: 700;
  margin-right: 30px;
  margin-top: 20px;
  min-height: 60px;
}

.pages.info-page.contact_us .card #faq {
  background-color: white;
  color: var(--primary-lightgreen);
}

.pages.info-page.contact_us .card #live-chat {
  color: white;
  background-color: var(--primary-lightgreen);
}

.pages.info-page.contact_us .card #main-img {
  position: absolute;
  right: 44px;
  top: -38px;
}

.pages.info-page.contact_us #header-img {
  display: none;
  width: fit-content;
}

.pages.info-page.contact_us .card img {
  margin-right: 10px;
}

#e-recipe-modal .popup-container {
  padding: 40px;
}

#e-recipe-modal button {
  margin: 25px 0;
}

#e-recipe-modal p {
  margin: 0;
  font-size: 14px;
}

#e-recipe-modal span {
  font-family: Roboto, "sans-serif";
  font-size: 17px;
  color: var(--primary-blue);
}

@media only screen and (max-width: 1199px) {
  .pages.info-page.contact_us .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .pages.info-page.contact_us .row {
    justify-content: center;
    align-items: center;
  }
  .pages.info-page.contact_us .card #main-img {
    display: none;
  }
  .pages.info-page.contact_us #header-img {
    display: block;
    margin-bottom: 50px;
  }
  .pages.info-page.contact_us .card button {
    margin-right: 0px;
    width: 100%;
  }
  .pages.info-page.contact_us .card {
    padding: 30px 19px 30px 19px;
    margin-top: 10px;
  }
  .active-hours {
    font-size: 18px;
  }
}
.pages__content .contact_us__form {
  margin-bottom: 30px;
}

.pages__content .contact_us__form h2 {
  text-align: center;
  margin-bottom: 30px;
}

.pages__content .contact_us__form .confirm input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

.pages__content .contact_us__form .confirm-label {
  display: flex;
}

.pages__content .contact_us__form .confirm-label p {
  color: #656d79;
  font-size: 12px;
  font-size: 0.75rem;
  margin-bottom: 0;
}

.pages__content .contact_us__form .confirm-label p a {
  color: #11ddac;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

.pages__content .contact_us__form .confirm-label p a:hover {
  text-decoration: none;
}

.pages__content .contact_us__form .confirm .required-info {
  margin: 0 0 20px 26px;
}

.pages__content .contact_us__form .confirm .required-info label {
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  color: #98a0af;
}

.pages__content .contact_us__form .confirm .required-info label span {
  color: #ef4747;
}

.pages.become_partner .services {
  padding: 0 0 120px;
}

.pages__head--info {
  padding-top: 30px;
}

.pages__head--image .default-img, .pages__head--image .main-img {
  width: 100%;
  display: block;
}

.pages__head h1 {
  margin-bottom: 15px;
}

.pages__head .intro {
  font-size: 18px;
  font-size: 1.125rem;
  color: #0d2c54;
}

.pages__content {
  margin: 30px 0 60px;
}

.pages__content .contacts-description {
  text-align: center;
  margin-bottom: 30px;
}

.pages__content .contacts-description b, .pages__content .contacts-description strong {
  font-family: Roboto, sans-serif;
}

.pages__navigation {
  margin: 15px 0 76px;
}

.pages__navigation .link-underlined {
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
}

.pages .certificates {
  background-color: #f7f7f7;
  -moz-border-top-left-radius: 60px;
  border-top-left-radius: 60px;
  -moz-border-bottom-right-radius: 60px;
  border-bottom-right-radius: 60px;
  padding: 90px 5px;
  margin: 0 -5px 90px;
}

.pages .certificates__title {
  margin-bottom: 30px;
}

.pages .certificates__item {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto 15px;
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
  padding: 0 0 30px;
}

.pages .certificates__item .image {
  height: 150px;
  display: flex;
  align-items: center;
}

.pages .certificates__item .sprite {
  margin: 0 auto;
}

.pages .certificates__item:last-of-type {
  margin-bottom: 0;
}

.pages .certificates__item .info {
  flex: 1;
  padding: 0 30px;
  -ms-flex: 0 0 auto;
}

.pages .certificates__item .info p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}

.pages .certificates__item .link {
  padding: 0 30px;
  margin-top: 10px;
}

.pages .certificates__item .link-underlined {
  font-size: 13px;
  font-size: 0.8125rem;
}

.pages .faq-item {
  margin-bottom: 90px;
}

.pages .faq-item h2 {
  margin-bottom: 30px;
}

.pages .faq-item .accordion-item__head {
  color: #0d2c54;
}

.pages .faq-item .accordion-item__head.open {
  color: #11ddac;
}

.information-block {
  display: flex;
  padding-bottom: 90px;
}

.contacts-info {
  padding: 0 60px 0 0;
}

.contacts-info__title {
  font-family: Roboto, sans-serif;
  color: #656d79;
  font-weight: 700;
  margin-bottom: 16px;
}

.contacts-info__title, .contacts-info p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.contacts-info p:last-of-type {
  margin-bottom: 0;
}

.faq-block {
  padding: 0 0 0 16px;
}

.faq-block__title {
  font-family: Poppins, sans-serif;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin: 30px 0;
}

.faq-block__title:first-of-type {
  margin-top: 0;
}

.faq-block__info {
  font-family: Roboto, sans-serif;
  margin: 60px 0 30px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
}

.faq-block__info:last-of-type {
  margin: 60px 0 0;
}

.faq-block__info + h2 {
  margin-top: 0;
}

.information-list {
  padding: 30px 20px;
  margin: 60px 0 90px;
  background-color: #e7fcf7;
  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;
  position: relative;
}

.information-list:after {
  content: "\e997";
  font-family: icomoon;
  position: absolute;
  right: 12px;
  top: 12px;
  color: #11ddac;
  width: 20px;
  height: 20px;
  font-size: 20px;
  display: flex;
  align-items: center;
}

.information-list li {
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #0d2c54;
  position: relative;
  padding-left: 14px;
}

.information-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background-color: #0d2c54;
}

.packing, .tracking {
  margin-bottom: 90px;
}

.packing h2, .tracking h2 {
  margin-bottom: 15px;
}

.packing p b, .tracking p b {
  display: block;
}

.packing p b, .packing p strong, .tracking p b, .tracking p strong {
  font-family: Roboto, sans-serif;
}

.tracking-list {
  display: flex;
  margin-bottom: 30px;
}

.tracking-list li {
  max-width: 152px;
}

.tracking-list li:first-of-type {
  margin-right: 30px;
}

.tracking-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tracking-list li a:hover {
  text-decoration: none;
}

.tracking-list li img {
  margin-bottom: 10px;
}

.tracking-list li .link-underlined {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.packing-row img {
  width: 335px;
  height: 335px;
}

.terms-title {
  display: block;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 15px;
}

.terms-list li, .terms-title {
  font-family: Roboto, sans-serif;
  color: #656d79;
}

.terms-list li {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  padding-left: 14px;
}

.terms-list li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
  background-color: #656d79;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .pages__head--image {
    display: flex;
  }
  .pages__head--image .back-btn {
    margin-top: 30px;
  }
  .pages__head--image img {
    margin-left: 90px;
  }
  .pages__head--info {
    padding-top: 30px;
  }
  .pages__navigation {
    max-width: 585px;
    text-align: left;
    margin: 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .pages .back-btn {
    margin-bottom: 30px;
  }
  .pages .back-btn.bottom {
    margin-bottom: 120px;
  }
  .pages .back-link {
    color: var(--primary-darkgreen);
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 500;
  }
  .pages__head .default-img, .pages__head .main-img {
    width: 850px;
    height: 540px;
  }
  .pages__head h1 {
    margin: 0 -30px 5px 0;
  }
  .pages__content .contacts-description {
    margin-bottom: 60px;
  }
  .pages__content .contacts-description b, .pages__content .contacts-description strong {
    display: block;
  }
  .pages .certificates {
    margin-bottom: 120px;
    padding: 120px 0 90px;
  }
  .pages .certificates__title {
    margin-bottom: 60px;
  }
  .pages .certificates__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -26px;
  }
  .pages .certificates__item {
    max-width: 287px;
    width: 287px;
    margin: 0 15px 30px;
    min-height: 314px;
    display: flex;
    flex-direction: column;
  }
  .pages .certificates__item:last-of-type {
    margin-bottom: 30px;
  }
  .pages .information-list {
    padding: 30px;
    margin: 60px 0 120px;
  }
  .pages .information-list li {
    padding: 0 25px 0 14px;
  }
  .pages .information-list:after {
    top: 30px;
    right: 30px;
  }
  .pages .faq-item {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1200px) {
  .pages__head--info {
    padding-top: 120px;
  }
  .pages__navigation {
    margin: 30px 0 60px;
  }
  .pages__content {
    margin: 60px 0 120px;
  }
  .pages__content .note_box {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .pages__content .note_box .icon {
    margin: 0 12px 0 0;
  }
  .pages__content .contact_us__form {
    margin: 0;
  }
  .pages__content .contact_us__form .confirm .required-info {
    margin: 0 0 5px 26px;
  }
  .pages__content .contact_us__form #submit-contact-us {
    margin: 0 auto;
    min-width: 350px;
  }
  .pages .packing, .pages .tracking {
    display: flex;
    align-items: center;
  }
  .pages .tracking-info {
    margin-right: 140px;
    flex: 1;
  }
  .pages .tracking-list {
    margin-bottom: 0;
  }
  .pages .tracking-list li {
    max-width: 160px;
  }
  .pages .tracking-list li:first-of-type {
    margin-right: 15px;
  }
  .pages .tracking p:last-of-type {
    margin-bottom: 0;
  }
  .pages .packing-info {
    order: 2;
  }
  .pages .packing-row {
    margin-right: 72px;
  }
  .pages .packing-row img {
    width: 400px;
    height: 400px;
  }
}
@media only screen and (max-width: 1199px) {
  .pages .information-block {
    flex-wrap: wrap;
    display: flex;
    padding-bottom: 90px;
  }
  .pages .contacts-info {
    padding: 0;
  }
  .pages .contacts-info__title {
    font-weight: 700;
    margin-bottom: 16px;
  }
  .pages .faq-block {
    padding: 0;
  }
  .pages .faq-block__title {
    margin: 30px 0;
  }
}
.no-results-found-text {
  display: none;
  margin-bottom: 10px;
}

.search-index .search-results {
  margin: 30px 0 20px;
}

.search-index .search-results h1 {
  margin-bottom: 26px;
  font-weight: 700;
  font-size: 26px;
}

.search-index .search-results h1 .search-phrase {
  color: #11ddac;
  position: relative;
}

.search-index .search-results h1 .search-phrase:after {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
}

.search-index .search-results .main-search {
  margin: 0 0 36px;
}

.search-index .search-results .search-field {
  border: 1px solid #dbe1eb;
}

@media only screen and (min-width: 1200px) {
  .search-index .search-results .search-phrase:after {
    bottom: 9px;
  }
}
.services {
  padding: 0 0 120px;
}

.services__text-info {
  padding: 120px 0 30px;
}

.services__text-info li {
  margin-bottom: 30px;
}

.services__text-info li:before {
  color: #0d2c54;
}

.services-steps {
  display: flex;
}

.services-steps__header {
  text-align: center;
  margin: 45px 0 80px;
}

.services-step {
  width: 33.3%;
  flex: 1;
}

.services-step p:last-of-type {
  margin-bottom: 0;
}

.services-step__title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
  font-weight: 700;
  font-size: 18px;
}

.services-step__description, .services-step__title {
  text-align: center;
  padding: 0 30px;
}

.services-step__img {
  position: relative;
  margin-bottom: 60px;
}

.services-step__img .for-padding {
  width: 350px;
  height: 300px;
  margin: 0 auto;
}

.services-step__img .for-padding.services-step__img-1 {
  background: url(/img_v4/services-step-1.png) no-repeat 50%/contain;
}

.services-step__img .for-padding.services-step__img-2 {
  background: url(/img_v4/services-step-2.png) no-repeat 50%/contain;
}

.services-step__img .for-padding.services-step__img-3 {
  background: url(/img_v4/services-step-3.png) no-repeat 50%/contain;
}

.services-step__img .for-padding.services-step__img-3.fr-img {
  background: url(/img_v4/services-step-fr-3.png) no-repeat 50%/contain;
}

.services-step__number {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.services-step__number span {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0d2c54;
  width: 48px;
  height: 48px;
  color: #fff;
  border-radius: 50%;
  z-index: 2;
}

.services-step__number:after {
  position: absolute;
  content: "";
  top: calc(50% - 0.5px);
  height: 1px;
  background-color: #eef1f6;
  width: 50%;
  z-index: 1;
}

.services-step__number.with-line:after {
  width: calc(100% + 60px);
  right: -30px;
  left: -30px;
}

.services-step__number.with-right-line:after {
  right: 0;
}

.services-step__number.with-left-line:after {
  left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .services-step__description, .services-step__title {
    padding: 0;
  }
  .services-step__img .for-padding {
    width: 205px;
    height: 175px;
  }
}
@media only screen and (max-width: 767px) {
  .services {
    padding: 0 0 90px;
  }
  .services__text-info {
    padding: 90px 0 30px;
  }
  .services-steps {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .services-steps__header {
    margin: 75px 0 80px;
  }
  .services-step {
    width: 100%;
    margin-bottom: 60px;
  }
  .services-step:last-child {
    margin-bottom: 0;
  }
  .services-step__img {
    margin-bottom: 15px;
  }
  .services-step__img .for-padding {
    width: 255px;
    height: 219px;
  }
  .services-step__number:after {
    display: none;
  }
}
.faq-section {
  padding: 120px 0 105px;
  background-color: #f7f7f7;
  border-top-left-radius: 90px;
  border-bottom-right-radius: 90px;
}

.faq-section--light-bg {
  background-color: #fff;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  padding: 60px 0 0;
}

.faq-section__title {
  margin-bottom: 60px;
}

.faq-section .accordion-wrap {
  width: 100%;
  margin-bottom: 60px;
}

.payment-methods__title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.payment-methods__description {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.payment-methods__imgs-wrap {
  margin: 0 -7.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-methods__img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  height: 60px;
  border: 1px solid #eef1f6;
  background-color: #fff;
  border-radius: 6px;
  margin: 0 7.5px 15px;
}

.who-choose {
  padding: 120px 0 0;
}

.who-choose__title {
  margin-bottom: 60px;
}

.who-choose__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.who-choose-item {
  display: flex;
  width: calc(50% - 30px);
  margin: 0 15px 30px;
  padding: 30px 30px 30px 0;
  border: 1px solid #eef1f6;
  border-radius: 12px;
}

.who-choose-item__icon {
  flex-shrink: 0;
  width: 117px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.who-choose-item__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .who-choose-item__info {
    display: block;
  }
}
.who-choose-item__title {
  margin-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #0d2c54;
}

.who-choose-item__title .circle {
  display: none;
}

.who-choose-item__descriptiom {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .faq-section {
    padding: 90px 0;
  }
  .faq-section--light-bg {
    padding: 30px 0;
  }
  .who-choose {
    padding: 90px 0 0;
  }
  .who-choose-item {
    width: 100%;
    margin: 0 20px 30px;
    padding: 0;
    border: none;
  }
  .who-choose-item__icon {
    display: none;
  }
  .who-choose-item__title {
    position: relative;
    padding-left: 34px;
  }
  .who-choose-item__title .circle {
    width: 24px;
    height: 24px;
    background-color: #11ddac;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .who-choose-item__title .circle .icon {
    font-size: 10px;
    font-width: 700;
    color: #fff;
  }
  .payment-methods__img {
    padding: 10px;
    margin: 0 5px 10px;
  }
}
.become_partner .health-revs-link-wrap {
  margin-top: 15px;
  text-align: center;
}

.become_partner .health-revs-link-wrap img {
  width: 190px;
  height: 28px;
  margin-bottom: 30px;
}

.become_partner .reasons {
  padding: 90px 0 60px;
  border-bottom: 1px solid #eef1f6;
}

.become_partner .reasons__title {
  margin-bottom: 60px;
}

.become_partner .reasons__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.become_partner .reasons .health-revs-link-wrap {
  margin-top: 62px;
}

.become_partner .reason-item {
  width: calc(50% - 30px);
  margin: 0 15px;
  padding: 60px;
  background-color: #f7f7f7;
  border-radius: 30px 6px;
}

.become_partner .reason-item__img {
  margin-bottom: 36px;
}

.become_partner .reason-item__title {
  margin-bottom: 30px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
  font-weight: 500;
}

.become_partner .reason-item__list li {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  position: relative;
  padding-left: 26px;
  margin-bottom: 14px;
}

.become_partner .reason-item__list li .circle {
  width: 20px;
  height: 20px;
  background-color: #c6f4e9;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.become_partner .reason-item__list li .circle .icon {
  font-size: 8px;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
}

.become_partner .choose-offer {
  padding: 0 0 60px;
}

.become_partner .choose-offer__description {
  margin-bottom: 60px;
}

.become_partner .offer-item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding: 30px;
  background-color: #0d2c54;
  border-radius: 6px;
}

.become_partner .offer-item:last-child {
  margin-bottom: 0;
}

.become_partner .offer-item__info {
  padding: 0 17px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  text-align: left;
}

.become_partner .offer-item .icon {
  font-size: 24px;
  color: #11ddac;
}

.become_partner .offer-item__link {
  width: 251px;
  display: block;
  margin-left: auto;
  flex-shrink: 0;
}

.become_partner .contacts-social {
  padding: 120px 0 0;
}

.become_partner .contacts-social__title {
  color: #0d2c54;
  margin-bottom: 60px;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
}

.become_partner .contacts-social__list {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 1110px) {
  .become_partner .reason-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .become_partner .choose-offer {
    padding: 0;
  }
  .become_partner .contacts-social {
    padding: 90px 0 0;
  }
  .become_partner .offer-item {
    flex-direction: column;
  }
  .become_partner .offer-item__info {
    margin: 7px 0 15px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
  }
  .become_partner .offer-item__link {
    max-width: 100%;
    margin: 0 auto;
  }
  .become_partner .reasons__list {
    margin: 0;
  }
  .become_partner .reason-item {
    padding: 60px 30px;
  }
}
@media only screen and (max-width: 480px) {
  .become_partner .health-revs-link-wrap {
    margin-top: 15px !important;
    width: 100%;
  }
  .become_partner .health-revs-link-wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .become_partner .health-revs-link-wrap .btn, .become_partner .offer-item__link {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .become_partner .reasons {
    padding: 120px 0 54px;
  }
}
.treatments-widget {
  padding: 60px 0 30px;
}

.treatments-widget__list h2 {
  margin-bottom: 30px;
}

.treatments-widget__inner h3 {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  color: #0d2c54;
}

.treatments-widget__inner .products {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -15px 0;
}

.treatments-widget__inner .products li {
  width: 160px;
  min-height: 54px;
  flex: 0 1 auto;
  margin: 0 15px 30px;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  transition: all 0.3s;
  cursor: pointer;
}

.treatments-widget__inner .products li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: Roboto, sans-serif;
  transition: all 0.3s;
}

.treatments-widget__inner .products li:hover {
  background: #e7fcf7;
  border: 1px solid #11ddac;
}

.treatments-widget__inner .products li:hover a {
  color: #0d2c54;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .treatments-widget__inner {
    margin-bottom: 30px;
  }
  .treatments-widget__inner .products {
    margin: 15px -7.5px 0;
  }
  .treatments-widget__inner .products li {
    margin: 0 7.5px 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .treatments-widget__inner h3, .treatments-widget__list h2 {
    text-align: center;
  }
  .treatments-widget__inner .products {
    justify-content: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .treatments-widget__inner .products li {
    width: calc(33.3% - 15px);
    margin: 0 7.5px 15px;
  }
}
@media only screen and (max-width: 479px) {
  .treatments-widget__inner .products li {
    width: calc(50% - 15px);
  }
}
.medical-team {
  padding: 60px 0 0;
}

.medical-team .doctor {
  flex-direction: row;
}

.doctor {
  display: flex;
  margin-bottom: 120px;
  flex-direction: column;
  justify-content: space-between;
}

.doctor:last-child {
  margin-bottom: 0;
}

.doctor__information {
  display: flex;
  flex-direction: column;
  width: calc(50% - 62.5px);
  margin-top: 60px;
}

.doctor__information p {
  margin-bottom: 0;
}

.doctor__title {
  margin: 0 0 5px;
}

.doctor__position, .doctor__register-number {
  font-family: Roboto, sans-serif;
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
}

.doctor__register-number {
  margin-bottom: 15px;
}

.doctor__register-number span {
  font-family: Roboto, sans-serif;
  font-weight: 700;
}

.doctor__about {
  margin: 0 0 15px;
  font-family: Roboto, sans-serif;
  color: #656d79;
  height: auto;
}

.doctor__about, .doctor__about p {
  font-size: 16px;
  font-size: 1rem;
}

.doctor__about.closed {
  height: 100px;
  overflow: hidden;
}

.doctor__btn {
  font-family: Poppins, sans-serif;
  color: var(--primary-darkgreen);
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  cursor: pointer;
}

.doctor__btn:hover {
  text-decoration: none;
}

.doctor__photo {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
  width: calc(50% - 62.5px);
  height: 450px;
  margin: 0;
  overflow: hidden;
}

.doctor__photo img {
  position: relative;
  display: block;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}

.doctor__photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 245px;
  background-color: #e7fcf7;
  border-radius: 60px 12px;
  z-index: 1;
}

.doctor:nth-child(2n) .doctor__photo img {
  transform: scaleX(-1);
}

.doctor:nth-child(odd) {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 1199px) {
  .doctor {
    display: flex;
    flex-direction: column;
    margin-bottom: 90px;
  }
  .doctor:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .doctor:nth-child(even) {
    flex-direction: column-reverse;
  }
  .doctor__information {
    text-align: center;
    margin-top: 0;
  }
  .doctor__information, .doctor__photo {
    width: 100%;
  }
  .doctor__photo {
    margin-bottom: 30px;
    height: 450px;
  }
}
@media only screen and (max-width: 479px) {
  .doctor__photo {
    height: 300px;
  }
  .doctor__photo img {
    width: 230px;
    height: 295px;
  }
  .doctor__photo:after {
    height: 160px;
  }
}
.doctor-page__header {
  padding: 0px 0;
}

.doctor-page__header .intro {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #0d2c54;
  margin: 15px 0;
}

.doctor-redaction-card {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.fit-content {
  height: fit-content;
  width: fit-content;
}

.doctor-redaction-card .redaction-card-content {
  display: flex;
  flex-direction: column;
  padding: 0px;
  padding-right: 5%;
}

.doctor-page__header .intro-redaction {
  font-size: 16px;
  font-weight: 400;
  color: #0d2c54;
  margin: 5px 0;
}

.doctor-page__header .intro-redaction-container {
  margin: 25px 0;
}

.doctor-page__header .reg-number {
  color: #0d2c54;
}

.doctor-page__header .reg-number strong {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
}

.doctor-page__social {
  display: flex;
  align-items: center;
}

.doctor-page__social li {
  margin-left: 20px;
}

.doctor-page__social li:first-of-type {
  margin-left: 0;
}

.doctor-page__social li.linkedin-link {
  margin-left: 15px;
}

.doctor-page__social li a {
  display: flex;
  align-items: center;
  transition: all 0.25s ease-in-out;
}

.doctor-page__social li a:hover {
  color: #0d2c54;
}

.doctor-page__social li a .icon.icon-fb {
  font-size: 18px;
}

.doctor-page__social li a .icon.icon-tw {
  font-size: 20px;
}

.doctor-page__social li a .icon.icon-in {
  font-size: 30px;
}

.doctor-page__social li a:hover {
  text-decoration: none;
}

.doctor-page__photo {
  margin: 30px 0 0;
  position: relative;
}

.doctor-page__photo img {
  position: relative;
  display: block;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
  height: 337px;
  margin: auto;
}

.doctor-page__photo:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 184px;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  background-color: #e7fcf7;
  border-radius: 60px 12px;
  z-index: 1;
}

.doctor-page__content {
  margin: 0 0 60px;
}

.doctor-page .medically_approved-widget {
  margin: 82px 0 60px;
}

.doctor-page .reviewed-content__title {
  margin: 0 0 30px;
}

.doctor-page .reviewed-content__list--item {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
}

.doctor-page .reviewed-content__list--item:last-of-type {
  margin-bottom: 0;
}

.doctor-page .reviewed-content__list--item .date {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #98a0af;
}

.doctor-page .hide-reviewed-content, .doctor-page .show-more-reviewed-content {
  cursor: pointer;
  position: relative;
  margin: 20px 0 0;
}

.doctor-page .reviewed-content {
  padding-top: 60px;
}

@media only screen and (min-width: 768px) {
  .doctor-page__header {
    padding: 30px 0 60px;
  }
  .doctor-page__header .intro {
    margin: 10px 0 20px;
  }
  .doctor-page__header .reg-number {
    margin-bottom: 20px;
  }
  .doctor-page__photo:after {
    height: 245px;
  }
  .doctor-page__photo img {
    height: auto;
  }
  .doctor-page__content {
    margin: 0 0 120px;
  }
  .doctor-page .reviewed-content {
    padding: 120px 60px;
  }
  .doctor-page .reviewed-content__list--item {
    flex-direction: row;
  }
  .doctor-page .reviewed-content__list--item .date {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .doctor-page__photo {
    margin: 0;
  }
}
@media only screen and (max-width: 374px) {
  .doctor-page__photo:after {
    border-radius: 40px 12px;
  }
}
.terms-conditions__title {
  margin: 0 0 20px;
}

.terms-conditions ol li {
  padding-left: 0;
  margin-bottom: 15px;
}

.terms-conditions ol li p {
  padding-left: 15px;
}

.terms-conditions ol li:before {
  display: none;
}

.terms-conditions .list-roman > li {
  padding-left: 10px;
}

.list-alpha {
  list-style-type: lower-alpha;
}

.list-alpha > li {
  padding-left: 10px;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.list-roman {
  list-style-type: lower-roman;
  padding-left: 35px;
}

.list-roman > li {
  padding-left: 10px;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
}

.lists-wrapper {
  padding-left: 15px;
}

.list-decimal {
  list-style-type: decimal;
}

.list-decimal ol > p.list-decimal__item-title {
  margin-bottom: 15px !important;
}

.list-decimal > li {
  margin-top: 30px;
}

.list-decimal > li, .list-decimal__item-title {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
}

.list-decimal__item-info {
  font-weight: 400;
}

@media only screen and (min-width: 1200px) {
  .terms-conditions__title {
    font-size: 32px;
    font-size: 2rem;
  }
}
.impressum__title {
  padding-bottom: 5px;
}

.impressum__header {
  padding-bottom: 50px;
}

.impressum__descrption {
  font-size: 16px;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
}

.impressum a {
  color: #656d79;
  text-decoration: underline;
}

.impressum p {
  margin-bottom: 5px;
}

.impressum p > strong {
  display: inline-block;
  margin: 25px 0 5px;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
}

.impressum .back-link {
  margin: 90px 0 0;
}

@media only screen and (max-width: 767px) {
  .impressum__header {
    padding-bottom: 35px;
  }
}
.payment-options__title {
  margin: 0 0 60px;
}

.payment-options .back-link {
  margin: 30px 0 0;
}

.payment-options-item {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #eef1f6;
  border-radius: 12px;
}

.payment-options-item:last-child {
  margin-bottom: 0;
}

.payment-options-item .sprite {
  width: 160px;
  flex-shrink: 0;
}

.payment-options-item__list p {
  margin-bottom: 0 !important;
}

.payment-options-item__info {
  padding-left: 30px;
}

.payment-options-item__info .payment-options-item__subtitle {
  display: block;
  color: #0d2c54;
  font-weight: 700;
  margin-bottom: 0;
}

.payment-options-item__info span {
  font-family: Roboto, sans-serif;
}

.payment-options-item__info p, .payment-options-item__info span {
  font-size: 15px;
  font-size: 0.9375rem;
}

.payment-options-item__info p:last-of-type {
  margin-bottom: 0;
}

.payment-options-item__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: Poppins, sans-serif;
  color: #0d2c54;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .payment-options-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 15px;
    margin-bottom: 15px;
  }
  .payment-options-item .sprite {
    margin: 0 auto 30px;
  }
  .payment-options-item__info {
    padding-left: 0;
  }
  .payment-options-item__info .payment-options-item__subtitle {
    display: inline;
  }
}
.customer_reviews .start-order-wrapper {
  margin: 60px auto 90px;
  max-width: 566px;
}

.customer_reviews .start-order-wrapper .start-order-title {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  display: block;
  margin-bottom: 15px;
  color: #0d2c54;
}

.customer_reviews .start-order-wrapper .btn {
  margin: 0 0 60px;
}

.customer_reviews .trustpilot-widget {
  margin-bottom: 30px;
}

.customer_reviews .trustpilot-widget__preloader {
  height: 115px;
}

.customer_reviews .trustpilot-widget iframe {
  height: 115px !important;
}

.customer_reviews .trustpilot__section {
  padding: 0;
  border: 0;
}

.customer_reviews .trustpilot__section .review__wrapper {
  padding: 0;
  flex-wrap: wrap;
  overflow-x: unset;
}

.customer_reviews .trustpilot__section .review__box {
  margin: 0 0 15px;
  width: 100%;
  box-shadow: 0 60px 90px rgba(0, 0, 0, 0.06);
}

.customer_reviews .steps {
  margin-bottom: 0;
}

@media only screen and (min-width: 1200px) {
  .customer_reviews .start-order-wrapper {
    text-align: center;
  }
  .customer_reviews .start-order-wrapper .start-order-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
  .customer_reviews .start-order-wrapper .btn {
    max-width: 335px;
    margin: 0 auto 60px;
  }
  .customer_reviews .trustpilot-widget {
    margin-bottom: 60px;
  }
  .customer_reviews .trustpilot__section .review__wrapper {
    margin: 0 -30px 0 0;
  }
  .customer_reviews .trustpilot__section .review__box {
    width: 286px;
    margin: 0 30px 30px 0;
  }
}
.regulations-common {
  margin: 60px 0 90px;
}

.regulations-common h1, .regulations-common h2, .regulations-common h3, .regulations-common p {
  margin-bottom: 30px;
}

.regulations-common strong {
  font-family: Roboto, sans-serif;
}

.regulations-common ul {
  margin-bottom: 30px;
}

.regulations-common ul > li {
  padding-left: 15px;
  position: relative;
  color: #656d79;
  font-size: 15px;
  font-size: 0.9375rem;
  font-family: Roboto, sans-serif;
}

.regulations-common ul > li b, .regulations-common ul > li strong {
  color: #656d79;
}

.regulations-common ul > li a {
  cursor: pointer;
}

.regulations-common ul > li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #11ddac;
  position: absolute;
  left: 0;
  top: 8px;
}

.regulations-common a {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-decoration: underline;
}

.regulations-common a:hover {
  text-decoration: none;
}

.regulations-common a.link-underlined:hover {
  text-decoration: underline;
}

.regulations-common .back-btn a {
  text-decoration: none;
}

@media only screen and (min-width: 1200px) {
  .regulations-common {
    margin: 120px 0;
  }
  .regulations-common a.link-underlined:hover {
    text-decoration: none;
  }
}
.emergency_contacts .heading {
  margin-bottom: 60px;
}

.emergency_contacts .heading p {
  max-width: 730px;
  color: #0d2c54;
  font-size: 18px;
  font-size: 1.125rem;
}

.emergency_contacts .reasons__item {
  border-radius: 12px;
  border: 1px solid #dbe1eb;
  margin: 0 0 15px;
  padding: 20px;
}

.emergency_contacts .reasons__item .title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #0d2c54;
}

.emergency_contacts .reasons__item p {
  font-size: 15px;
  font-size: 0.9375rem;
}

.emergency_contacts .reasons__item p:last-of-type {
  margin-bottom: 0;
}

.emergency_contacts .reasons__item p + ul {
  margin-top: 15px;
}

.emergency_contacts .reasons__item ul {
  margin-bottom: 0;
}

.emergency_contacts .reasons__item ul + p {
  margin-top: 15px;
}

.emergency_contacts .reasons__item ul li:before {
  width: 4px;
  height: 4px;
  background-color: #656d79;
}

.emergency_contacts .reasons__item ul li p {
  margin-bottom: 0;
}

.emergency_contacts .reasons__item ul li a {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1200px) {
  .emergency_contacts .heading {
    margin-bottom: 120px;
  }
  .emergency_contacts .reasons__item {
    margin: 0 0 30px;
    padding: 60px;
  }
  .emergency_contacts .reasons__item .title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.new_year_holidays {
  border-top: 0 !important;
  overflow: hidden;
  margin: -64px 0 0;
}

.new_year_holidays .top-section {
  background-color: #f2f2f2;
  background-image: url(/img_v4/new-year/hero-mobile-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 84px 0 90px;
}

.new_year_holidays .top-section .heading {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 150%;
  margin: 0 0 15px;
  padding-right: 65px;
}

.new_year_holidays .top-section .lead {
  color: #0d2c54;
  font-size: 16px;
  font-size: 1rem;
  line-height: 150%;
  margin: 0 0 30px;
}

.new_year_holidays .top-section .discount-title {
  display: block;
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  margin-bottom: 30px;
}

.new_year_holidays .top-section .discounts {
  display: flex;
  overflow-y: auto;
  margin: 0 -20px 30px;
  padding: 0 20px 20px;
}

.new_year_holidays .js-discount {
  background: linear-gradient(66.52deg, #0d2c54 2.59%, #001d43);
  border-radius: 12px;
  padding: 30px 20px;
  position: relative;
  min-width: 240px;
  margin: 0 20px 0 0;
  cursor: pointer;
}

.new_year_holidays .js-discount:last-of-type {
  margin: 0;
}

.new_year_holidays .js-discount:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 68px;
  background-image: url(/img_v4/new-year/ribbon.png);
  background-size: cover;
}

.new_year_holidays .js-discount__content {
  margin-bottom: 20px;
}

.new_year_holidays .js-discount__value {
  color: #11ddac;
  font-size: 48px;
  font-size: 3rem;
  line-height: 125%;
  font-weight: 700;
}

.new_year_holidays .js-discount__description {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #eef1f6;
  font-weight: 500;
  margin: 0 0 30px;
}

.new_year_holidays .js-discount__active-zone {
  display: flex;
  flex-direction: column;
}

.new_year_holidays .js-discount__active-zone .text {
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.new_year_holidays .js-discount__active-zone .coupon-code {
  flex: 1;
  text-align: center;
}

.new_year_holidays .js-discount__active-zone .coupon-code-value, .new_year_holidays .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done, .valentine-day-page__coupons .new_year_holidays .js-discount__active-zone .coupon-code .copy-done {
  background: linear-gradient(0deg, hsla(0, 0%, 100%, 0.15), hsla(0, 0%, 100%, 0.15));
  border: 1px dashed #11ddac;
  color: #11ddac;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 100%;
  padding: 15px;
  letter-spacing: 0.15em;
  position: relative;
  border-radius: 57px;
  cursor: pointer;
}

.new_year_holidays .js-discount__active-zone .coupon-code-value:after, .new_year_holidays .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done:after, .valentine-day-page__coupons .new_year_holidays .js-discount__active-zone .coupon-code .copy-done:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/img_v4/new-year/copy.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.new_year_holidays .js-discount__active-zone .coupon-code .copy-done {
  border-radius: 57px;
  padding: 16px 15px;
  letter-spacing: 0.15em;
  background: hsla(0, 0%, 100%, 0.3);
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 100%;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.new_year_holidays .js-discount__barcode, .new_year_holidays .new-year-time {
  display: flex;
  justify-content: center;
}

.new_year_holidays .new-year-time {
  align-items: center;
}

.new_year_holidays .new-year-time .divider {
  display: none;
}

.new_year_holidays .new-year-time .countdown-head {
  text-align: center;
  color: #656d79;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 27px;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.new_year_holidays .new-year-time .countdown-balls {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.new_year_holidays .new-year-time .countdown-balls .colon {
  margin: 0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 30px;
  color: #98a0af;
  position: relative;
  top: -11px;
}

.new_year_holidays .new-year-time .countdown-balls .ball-wrapper {
  width: 52px;
  height: 85px;
  margin: 0 6px;
  text-align: center;
  position: relative;
}

.new_year_holidays .new-year-time .countdown-balls .ball-wrapper:first-of-type {
  margin-left: 0;
}

.new_year_holidays .new-year-time .countdown-balls .ball-wrapper:last-of-type {
  margin-right: 0;
}

.new_year_holidays .new-year-time .countdown-balls .ball-wrapper img {
  position: absolute;
  left: 0;
  top: 0;
}

.new_year_holidays .new-year-time .countdown-balls .ball-value {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 34px;
  position: relative;
  top: 3px;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 4px #bd0000;
  margin: 13px 0 20px;
}

.new_year_holidays .new-year-time .countdown-balls .ball-text {
  margin: 7px 0 0;
  color: #656d79;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 150%;
}

.new_year_holidays .categories-section {
  background-color: #f2f2f2;
  padding-bottom: 30px;
}

.new_year_holidays .categories-section h2 {
  margin-bottom: 30px;
}

.new_year_holidays .categories-section__wrapper {
  display: flex;
  padding: 0 0 38px 20px;
}

.new_year_holidays .categories-section__wrapper .category-card {
  margin-right: 20px;
}

.new_year_holidays .categories-section__wrapper.slick-initialized .category-card {
  margin-right: 0;
}

.new_year_holidays .categories-section .slick-slide {
  margin-right: 20px;
}

.new_year_holidays .categories-section .category-card {
  height: 550px;
  min-width: 305px;
  padding: 30px;
  background-size: cover;
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.new_year_holidays .categories-section .category-card:nth-child(odd) {
  border-radius: 12px;
  -moz-border-top-right-radius: 60px;
  border-top-right-radius: 60px;
  -moz-border-bottom-left-radius: 60px;
  border-bottom-left-radius: 60px;
}

.new_year_holidays .categories-section .category-card:nth-child(2n) {
  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;
}

.new_year_holidays .categories-section .category-card.ed_card {
  background-image: url(/img_v4/new-year/ed-mobile-min.png);
  background-color: #246442;
}

.new_year_holidays .categories-section .category-card.bc_card {
  background-image: url(/img_v4/new-year/bc-mobile-min.png);
  background-color: #938bb9;
}

.new_year_holidays .categories-section .category-card.asthma_card {
  background-image: url(/img_v4/new-year/asthma-mobile-min.png);
  background-color: #e9a42b;
}

.new_year_holidays .categories-section .category-card.hair_loss_card {
  background-image: url(/img_v4/new-year/hair-loss-mobile-min.png);
  background-color: #fa3048;
}

.new_year_holidays .categories-section .category-card.acne_card {
  background-image: url(/img_v4/new-year/akne-mobile-min.png);
  background-color: #80c3dd;
}

.new_year_holidays .categories-section .category-card .category-title {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 38px;
  color: #fff;
  margin: 0 0 5px;
}

.new_year_holidays .categories-section .category-card .min-price {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 150%;
  color: #fff;
  margin: 0 0 15px;
}

.new_year_holidays .categories-section .category-card .min-price .strikethrough {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  text-decoration: line-through;
  position: relative;
}

@media (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new_year_holidays .categories-section .category-card .min-price .strikethrough {
    text-decoration: none;
  }
  .new_year_holidays .categories-section .category-card .min-price .strikethrough:after {
    content: "";
    height: 1px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
.new_year_holidays .categories-section .category-card .cta-btn {
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  padding: 10px 40px;
  color: #0d2c54;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.new_year_holidays .categories-section .category-card .cta-btn:hover {
  text-decoration: none;
}

.new_year_holidays .slick-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
}

.new_year_holidays .slick-dots li {
  padding: 0 5px;
}

.new_year_holidays .slick-dots li button {
  padding: 0;
  border: 0;
  font-size: 0;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  background-color: #dbe1eb;
}

.new_year_holidays .slick-dots li.slick-active button {
  background-color: #11ddac;
}

.new_year_holidays .description-section {
  background-image: url(/img_v4/new-year/description-mobile-bg.png);
  background-size: cover;
  background-color: #f2f2f2;
  padding: 90px 0;
}

.new_year_holidays .description-section .intro {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #0d2c54;
  margin-bottom: 30px;
}

.new_year_holidays .description-section .bullets {
  margin: 0 0 30px;
}

.new_year_holidays .description-section .bullets li {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: #0d2c54;
  margin-bottom: 5px;
}

.new_year_holidays .description-section .bullets li:last-of-type {
  margin-bottom: 0;
}

.new_year_holidays .description-section .bullets li .icon {
  margin-right: 10px;
  color: #11ddac;
}

.new_year_holidays .description-section .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #98a0af;
  margin: 10px 0 0;
}

.new_year_holidays .trustpilot__section {
  border-top: 0;
}

@media only screen and (min-width: 768px) {
  .new_year_holidays {
    margin: -92px 0 0;
  }
  .new_year_holidays .top-section {
    padding: 120px 0;
  }
  .new_year_holidays .top-section .heading {
    font-size: 60px;
    font-size: 3.75rem;
    padding-right: 100px;
  }
  .new_year_holidays .top-section .lead {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 40px;
  }
  .new_year_holidays .top-section .discount-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .new_year_holidays .top-section .discounts {
    display: flex;
  }
  .new_year_holidays .js-discount {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 30px;
  }
  .new_year_holidays .js-discount:last-of-type {
    margin-right: 0;
  }
  .new_year_holidays .js-discount__barcode {
    margin-right: 20px;
  }
  .new_year_holidays .js-discount__value {
    font-size: 42px;
    font-size: 2.625rem;
  }
  .new_year_holidays .js-discount__content {
    flex: 1;
    margin-bottom: 0;
  }
  .new_year_holidays .js-discount__description {
    margin: 0 0 20px;
  }
  .new_year_holidays .js-discount__active-zone .coupon-code-value, .new_year_holidays .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done, .valentine-day-page__coupons .new_year_holidays .js-discount__active-zone .coupon-code .copy-done {
    padding: 10px 15px;
    letter-spacing: normal;
  }
  .new_year_holidays .js-discount__active-zone .coupon-code .copy-done {
    padding: 11px;
    letter-spacing: normal;
  }
  .new_year_holidays .new-year-time .divider {
    display: block;
    height: 1px;
    background-color: #cdcdcd;
    flex: 1;
  }
  .new_year_holidays .new-year-time .divider:first-of-type {
    margin-right: 35px;
  }
  .new_year_holidays .new-year-time .divider:last-of-type {
    margin-left: 35px;
  }
  .new_year_holidays .categories-section {
    padding-bottom: 0;
  }
  .new_year_holidays .categories-section h2 {
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .new_year_holidays .top-section .discounts {
    margin: 0 -30px 30px;
    padding: 0 30px 20px;
  }
  .new_year_holidays .js-discount__description {
    margin: 0 -10px 20px 0;
  }
}
@media screen and (min-width: 812px) and (max-width: 1024px) {
  .new_year_holidays .top-section .discounts {
    margin: 0 -40px 30px;
    padding: 0 0 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .new_year_holidays .top-section .discounts {
    padding: 0;
    margin: 0 0 30px;
  }
  .new_year_holidays .js-discount__active-zone {
    flex-direction: row;
    align-items: center;
  }
  .new_year_holidays .js-discount__active-zone .text {
    margin: 0 15px 0 0;
  }
  .new_year_holidays .categories-section h2 {
    margin-bottom: 60px;
  }
  .new_year_holidays .categories-section__wrapper {
    padding: 0;
    margin-left: 135px;
  }
  .new_year_holidays .categories-section__wrapper .category-card {
    margin-right: 30px;
  }
  .new_year_holidays .categories-section__wrapper.slick-initialized .category-card {
    margin-right: 0;
  }
  .new_year_holidays .categories-section .slick-slide {
    margin-right: 30px;
  }
  .new_year_holidays .categories-section .category-card {
    height: 600px;
    min-width: 400px;
    padding: 40px;
  }
  .new_year_holidays .categories-section .category-card.ed_card {
    background-image: url(/img_v4/new-year/ed-desktop-min.png);
  }
  .new_year_holidays .categories-section .category-card.bc_card {
    background-image: url(/img_v4/new-year/bc-desktop-min.png);
  }
  .new_year_holidays .categories-section .category-card.asthma_card {
    background-image: url(/img_v4/new-year/asthma-desktop-min.png);
  }
  .new_year_holidays .categories-section .category-card.hair_loss_card {
    background-image: url(/img_v4/new-year/hair-loss-desktop-min.png);
  }
  .new_year_holidays .categories-section .category-card.acne_card {
    background-image: url(/img_v4/new-year/akne-desktop-min.png);
  }
  .new_year_holidays .categories-section .category-card .cta-btn {
    width: auto;
  }
  .new_year_holidays .description-section {
    background-image: url(/img_v4/new-year/description-desktop-bg.png);
    padding: 120px 0;
  }
  .new_year_holidays .description-section .intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 0;
  }
  .new_year_holidays .description-section .btn-green {
    max-width: 340px;
  }
  .new_year_holidays .trustpilot__section {
    padding: 120px 0;
    background-image: url(/img_v4/new-year/trustpilot-bg-min.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    position: relative;
    z-index: 1;
  }
  .new_year_holidays .trustpilot__section .review__box .review-text {
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1400px) {
  .new_year_holidays .top-section {
    background-image: url(/img_v4/new-year/hero-desktop-bg-min.png);
  }
}
.valentine-day-page {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.valentine-day-page__home {
  flex: 1;
  background: url(/img_v4/valentine-day/valentine-day-home-bg-sm.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  padding: 15px 0 160px;
}

.valentine-day-page__home--title {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 36px;
  margin: 0 0 15px;
}

.valentine-day-page__home--subtitle {
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 27px;
  margin: 0 0 15px;
}

.valentine-day-page__home--welcome-text {
  line-height: 28px;
  margin: 0;
}

.valentine-day-page__home .btn-gift {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 18px;
  margin: 0 auto;
  background: #11ddac;
  border-radius: 12px;
  padding: 20px 180px 20px 30px;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  max-width: 100%;
  filter: drop-shadow(0 30px 60px rgba(0, 0, 0, 0.08));
  transition: all 0.25s ease-in-out;
}

.valentine-day-page__home .btn-gift:hover {
  background: #0ebc92;
}

.valentine-day-page__home .btn-gift:hover .btn-gift__image.giftbox {
  top: -50px;
  transform: rotate(-5deg);
}

.valentine-day-page__home .btn-gift:hover .btn-gift__image.arrow {
  right: 15px;
}

.valentine-day-page__home .btn-gift__text--heading {
  font-weight: 600;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 15px;
  display: block;
  margin-bottom: 5px;
}

.valentine-day-page__home .btn-gift__text--rabatt-val {
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 36px;
}

.valentine-day-page__home .btn-gift__text--rabatt-title {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 14px;
}

.valentine-day-page__home .btn-gift__image {
  position: absolute;
  transition: all 0.25s ease-in-out;
}

.valentine-day-page__home .btn-gift__image.giftbox {
  right: 40px;
  top: -40px;
}

.valentine-day-page__home .btn-gift__image.arrow {
  right: 10px;
}

.valentine-day-page__questions {
  padding: 0 !important;
}

.valentine-day-page__questions .modal-dialog {
  margin: 0;
  max-width: 100%;
  width: 100%;
  height: 100%;
}

.valentine-day-page__questions .modal-content {
  border: 0;
  border-radius: 0;
  height: 100%;
  overflow-y: auto;
  background: url(/img_v4/valentine-day/questions-bg-sm.png) no-repeat;
  background-size: cover;
  background-position: 50%;
}

.valentine-day-page__questions .modal-body {
  display: flex;
  position: relative;
  padding: 0;
}

.valentine-day-page__questions .modal-body .close {
  padding: 16px;
  background: #fff;
  border-radius: 300px;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #98a0af;
  font-size: 24px;
  border: 0;
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.valentine-day-page__questions--steps {
  width: 100%;
  padding: 33px 20px 128px;
  opacity: 0;
  -webkit-animation: stepShow 0.1s ease-out 0.5s forwards;
  animation: stepShow 0.1s ease-out 0.5s forwards;
}

@-webkit-keyframes stepShow {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes stepShow {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.valentine-day-page__questions--steps:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background: #eef1f6;
}

.valentine-day-page__questions--steps:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 3px;
  background: #11ddac;
}

.valentine-day-page__questions--steps.step--1:after {
  width: 20%;
}

.valentine-day-page__questions--steps.step--2:after {
  width: 40%;
}

.valentine-day-page__questions--steps.step--3:after {
  width: 60%;
}

.valentine-day-page__questions--steps.step--4:after {
  width: 80%;
}

.valentine-day-page__questions--steps.step--5:after {
  width: 100%;
}

.valentine-day-page__questions--steps .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 54px;
}

.valentine-day-page__questions--steps .head .icon-chevron-left {
  font-size: 12px;
  cursor: pointer;
  color: #11ddac;
}

.valentine-day-page__questions--steps .head .steps-counter {
  background: #fff;
  border-radius: 300px;
  padding: 5px 15px;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.valentine-day-page__questions--steps .head .steps-counter .current {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #11ddac;
  margin-right: 5px;
}

.valentine-day-page__questions--steps .head .steps-counter .divider {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #98a0af;
  margin-right: 5px;
}

.valentine-day-page__questions--steps .head .steps-counter .total {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
  color: #98a0af;
}

.valentine-day-page__questions--steps .question {
  margin: 0 0 35px;
}

.valentine-day-page__questions--steps .options {
  display: flex;
  flex-direction: column;
}

.valentine-day-page__questions--steps .options .answer, .valentine-day-page__questions--steps .options .option {
  margin: 0 0 10px;
  border: 1px solid #dbe1eb;
  border-radius: 6px;
  background: #fff;
  padding: 24px 20px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  color: #656d79;
  transition: all 0.25s ease-in-out;
}

.valentine-day-page__questions--steps .options .answer:last-of-type, .valentine-day-page__questions--steps .options .option:last-of-type {
  margin: 0;
}

.valentine-day-page__questions--steps .options .option:hover {
  border-color: #11ddac;
  background: #e7fcf7;
  color: #0d2c54;
}

.valentine-day-page__questions--steps .options .answer .custom-radio {
  border-color: #dbe1eb;
}

.valentine-day-page__questions--steps .options .answer :checked + .custom-radio {
  border-color: #11ddac;
}

.valentine-day-page__questions--steps .options .answer:hover {
  border-color: #11ddac;
  color: #0d2c54;
}

.valentine-day-page__questions--steps .options .answer:hover .custom-radio {
  border-color: #11ddac;
}

.valentine-day-page__questions--steps .options .answer.checked {
  border-color: #11ddac;
  background: #e7fcf7;
  color: #0d2c54;
}

.valentine-day-page__questions--steps .options .answer.error-empty {
  border-color: #ef4747;
  color: #ef4747;
}

.valentine-day-page__questions--steps .options .answer.error-empty .custom-radio {
  border-color: #ef4747;
}

.valentine-day-page__questions--steps .options .answer.disabled {
  background: #eef1f6;
  color: #98a0af;
  border-color: #dbe1eb;
}

.valentine-day-page__questions--steps .options .answer.disabled .custom-radio {
  border-color: #dbe1eb;
}

.valentine-day-page__questions--steps .form-group {
  margin: 0 0 10px;
}

.valentine-day-page__questions--steps .error-message {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: #ef4747;
}

.valentine-day-page__questions--steps .btn-title {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  color: #0d2c54;
  margin: 30px 0 10px;
}

.valentine-day-page__questions--transition {
  width: 540px;
  padding: 0;
  margin: auto;
  text-align: center;
}

@-webkit-keyframes heartShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes heartShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes letterOShow {
  0% {
    opacity: 0;
    left: -65px;
  }
  15% {
    opacity: 1;
    left: 6px;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  80% {
    opacity: 1;
    left: 0;
  }
  85% {
    opacity: 1;
    left: 6px;
  }
  to {
    opacity: 0;
    left: -65px;
  }
}
@keyframes letterOShow {
  0% {
    opacity: 0;
    left: -65px;
  }
  15% {
    opacity: 1;
    left: 6px;
  }
  20% {
    opacity: 1;
    left: 0;
  }
  80% {
    opacity: 1;
    left: 0;
  }
  85% {
    opacity: 1;
    left: 6px;
  }
  to {
    opacity: 0;
    left: -65px;
  }
}
@-webkit-keyframes letterKShow {
  0% {
    opacity: 0;
    right: -65px;
  }
  15% {
    opacity: 1;
    right: 6px;
  }
  20% {
    opacity: 1;
    right: 0;
  }
  80% {
    opacity: 1;
    right: 0;
  }
  85% {
    opacity: 1;
    right: 6px;
  }
  to {
    opacity: 0;
    right: -65px;
  }
}
@keyframes letterKShow {
  0% {
    opacity: 0;
    right: -65px;
  }
  15% {
    opacity: 1;
    right: 6px;
  }
  20% {
    opacity: 1;
    right: 0;
  }
  80% {
    opacity: 1;
    right: 0;
  }
  85% {
    opacity: 1;
    right: 6px;
  }
  to {
    opacity: 0;
    right: -65px;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    top: 50px;
  }
  20% {
    opacity: 0;
    top: 50px;
  }
  30% {
    opacity: 1;
    top: 0;
  }
  80% {
    opacity: 1;
    top: 0;
  }
  90% {
    opacity: 0;
    top: 50px;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    top: 50px;
  }
  20% {
    opacity: 0;
    top: 50px;
  }
  30% {
    opacity: 1;
    top: 0;
  }
  80% {
    opacity: 1;
    top: 0;
  }
  90% {
    opacity: 0;
    top: 50px;
  }
}
.valentine-day-page__questions--transition .heart {
  width: 102px;
  height: 79px;
  background: url(/img_v4/valentine-day/heart.png) no-repeat;
  background-size: cover;
  background-position: 50%;
  margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  position: relative;
}

.valentine-day-page__questions--transition .heart .heart-full {
  position: absolute;
  width: 102px;
  height: 79px;
  -webkit-animation: heartShow 3s ease-in-out forwards;
  animation: heartShow 3s ease-in-out forwards;
}

.valentine-day-page__questions--transition .heart .letter-o {
  height: 24px;
  margin-right: 4px;
  position: relative;
  opacity: 0;
  -webkit-animation: letterOShow 3s ease-in-out forwards;
  animation: letterOShow 3s ease-in-out forwards;
}

.valentine-day-page__questions--transition .heart .letter-k {
  height: 24px;
  position: relative;
  opacity: 0;
  -webkit-animation: letterKShow 3s ease-in-out forwards;
  animation: letterKShow 3s ease-in-out forwards;
}

.valentine-day-page__questions--transition .text {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  padding: 0 20px;
  display: block;
  color: #0d2c54;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeIn 3s ease-in-out forwards;
  animation: fadeIn 3s ease-in-out forwards;
}

.valentine-day-page__result .head-section {
  padding: 15px 0 60px;
}

.valentine-day-page__result .head-section .result-image {
  height: 226px;
  margin: 0 auto 15px;
  display: block;
}

.valentine-day-page__result .head-section .result .title {
  color: #ff6060;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
}

.valentine-day-page__result .head-section .result .heading {
  margin: 0 0 15px;
}

.valentine-day-page__result .head-section .result .text {
  color: #0d2c54;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}

.valentine-day-page__coupons {
  padding: 0 0 90px;
}

.valentine-day-page__coupons .title {
  padding: 0 20px;
  margin: 0 auto 30px;
}

.valentine-day-page__coupons .discounts {
  display: flex;
  overflow-y: auto;
  padding: 0 20px 20px;
}

.valentine-day-page__coupons .js-discount {
  background: radial-gradient(77.27% 58.89% at 100% 0, rgba(186, 255, 226, 0.5) 0, hsla(0, 0%, 100%, 0) 100%), radial-gradient(60.37% 36.03% at 18.48% 84.64%, rgba(255, 159, 200, 0.5) 0, hsla(0, 0%, 100%, 0) 100%), #f7f7f7;
  border-radius: 12px;
  padding: 30px;
  text-align: center;
  position: relative;
  margin: 0 20px 0 0;
  min-width: 280px;
}

.valentine-day-page__coupons .js-discount:last-of-type {
  margin: 0;
}

.valentine-day-page__coupons .js-discount__category .name {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 30px;
  color: #0d2c54;
  margin: 0 0 5px;
}

.valentine-day-page__coupons .js-discount__category .info {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  font-family: Roboto, sans-serif;
  color: #0d2c54;
}

.valentine-day-page__coupons .js-discount__category .info strike {
  font-weight: 700;
  font-family: Roboto, sans-serif;
}

.valentine-day-page__coupons .js-discount__value {
  color: #ff6060;
  margin: 30px 0;
}

.valentine-day-page__coupons .js-discount__value .discount-val {
  font-size: 64px;
  font-size: 4rem;
  line-height: 100%;
  font-weight: 700;
  position: relative;
}

.valentine-day-page__coupons .js-discount__value .discount-val:after, .valentine-day-page__coupons .js-discount__value .discount-val:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 17%;
  background-color: rgba(255, 96, 96, 0.15);
}

.valentine-day-page__coupons .js-discount__value .discount-val:before {
  left: 0;
}

.valentine-day-page__coupons .js-discount__value .discount-val:after {
  right: 0;
}

.valentine-day-page__coupons .js-discount__value .discount-title {
  display: flex;
  align-items: center;
  justify-content: center;
}

.valentine-day-page__coupons .js-discount__value .discount-title span {
  display: block;
  font-family: Roboto, sans-serif;
  font-weight: 700;
  margin-left: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 24px;
}

.valentine-day-page__coupons .js-discount__active-zone {
  display: flex;
  flex-direction: column;
  margin: 0 0 15px;
}

.valentine-day-page__coupons .js-discount__active-zone .text {
  text-align: left;
  font-family: Roboto, sans-serif;
  color: #98a0af;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 10px;
}

.valentine-day-page__coupons .js-discount__active-zone .coupon-code {
  flex: 1;
  text-align: center;
}

.valentine-day-page__coupons .js-discount__active-zone .coupon-code-value, .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done {
  border: 2px dashed #11ddac;
  background-color: #e7fcf7;
  color: #11ddac;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  line-height: 100%;
  padding: 15px;
  position: relative;
  border-radius: 60px;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.valentine-day-page__coupons .js-discount__active-zone .coupon-code-value:after, .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(/img_v4/new-year/copy.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.valentine-day-page__coupons .js-discount__active-zone .coupon-code-value:hover, .valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done:hover {
  background-color: transparent;
}

.valentine-day-page__coupons .js-discount__active-zone .coupon-code .copy-done {
  background-color: transparent;
  cursor: default;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.valentine-day-page__coupons .js-discount__link .btn {
  padding: 10px;
}

.valentine-day-page__coupons .js-discount__link .under-btn {
  font-family: Roboto, sans-serif;
  display: block;
  margin: 5px 0 0;
  color: #656d79;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
}

.valentine-day-page__coupons .under-coupons-text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 19px;
  margin: 0 0 5px;
  padding: 0 20px;
}

.valentine-day-page__coupons .under-coupons-text:first-of-type {
  margin-top: 30px;
}

.valentine-day-page__claim-discount {
  padding: 90px 0;
  background: #f7f7f7;
}

.valentine-day-page__claim-discount .intro {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  color: #0d2c54;
  margin-bottom: 30px;
}

.valentine-day-page__claim-discount .bullets {
  margin: 0 0 30px;
}

.valentine-day-page__claim-discount .bullets li {
  display: flex;
  align-items: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 25px;
  color: #0d2c54;
  margin-bottom: 5px;
}

.valentine-day-page__claim-discount .bullets li:last-of-type {
  margin-bottom: 0;
}

.valentine-day-page__claim-discount .bullets li .icon {
  margin-right: 10px;
  color: #11ddac;
}

.valentine-day-page__claim-discount .disclaimer {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  color: #98a0af;
  margin: 10px 0 0;
}

.valentine-day-page .trustpilot__section {
  border-top: 0;
}

@media screen and (min-width: 768px) {
  .valentine-day-page__home {
    margin: -92px 0 0;
    padding: 150px 0;
  }
  .valentine-day-page__home--title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 60px;
  }
  .valentine-day-page__home--subtitle {
    line-height: 30px;
  }
  .valentine-day-page__home--welcome-text {
    margin: 0 0 50px;
  }
  .valentine-day-page__home .btn-gift {
    position: relative;
    max-width: 335px;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .valentine-day-page__questions .modal-content {
    background: url(/img_v4/valentine-day/questions-bg-lg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
  }
  .valentine-day-page__questions .modal-body .close {
    right: 30px;
    top: 30px;
    bottom: auto;
    left: auto;
    transform: none;
  }
  .valentine-day-page__questions--steps {
    width: 540px;
    padding: 0;
    margin: auto;
  }
  .valentine-day-page__questions--steps:after, .valentine-day-page__questions--steps:before {
    height: 5px;
  }
  .valentine-day-page__questions--steps .head {
    margin: 0 0 30px;
  }
  .valentine-day-page__questions--steps .question {
    margin: 0 0 45px;
  }
  .valentine-day-page__questions--steps .btn-title {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    margin: 30px 0 15px;
  }
  .valentine-day-page__questions--steps .btn {
    width: 100%;
  }
  .valentine-day-page__questions--transition .heart, .valentine-day-page__questions--transition .heart .heart-full {
    width: 138px;
    height: 107px;
  }
  .valentine-day-page__questions--transition .heart .letter-k, .valentine-day-page__questions--transition .heart .letter-o {
    height: 32px;
  }
  .valentine-day-page__questions--transition .text {
    padding: 0;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38px;
  }
  .valentine-day-page__result .head-section {
    padding: 60px 0 120px;
  }
  .valentine-day-page__result .head-section .result-image {
    margin: 0 0 15px;
  }
  .valentine-day-page__coupons {
    padding: 0 0 120px;
  }
  .valentine-day-page__coupons .title {
    max-width: 50%;
    padding: 0;
    margin: 0 auto 60px;
  }
  .valentine-day-page__coupons .js-discount {
    margin-right: 30px;
  }
  .valentine-day-page__coupons .js-discount:last-of-type {
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .valentine-day-page__home {
    background: url(/img_v4/valentine-day/valentine-day-home-bg-lg.png) no-repeat;
    background-size: cover;
    background-position: 50%;
    padding: 263px 0 0;
    min-height: auto;
  }
  .valentine-day-page__result .head-section {
    padding: 60px 0 120px;
  }
  .valentine-day-page__result .head-section .result-image {
    height: 100%;
  }
  .valentine-day-page__result .head-section .result {
    margin-right: 15px;
  }
  .valentine-day-page__coupons .discounts {
    padding: 0 4% 30px;
  }
  .valentine-day-page__coupons .js-discount {
    min-width: 250px;
  }
  .valentine-day-page__coupons .js-discount__value .discount-val:after, .valentine-day-page__coupons .js-discount__value .discount-val:before {
    width: 23%;
  }
  .valentine-day-page__claim-discount {
    padding: 120px 0;
  }
  .valentine-day-page__claim-discount .intro {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 30px;
    margin-bottom: 0;
  }
  .valentine-day-page__claim-discount .btn-green {
    max-width: 340px;
  }
  .valentine-day-page .trustpilot__section {
    padding: 120px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .valentine-day-page__questions--steps {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1024px) and (orientation: landscape) {
  .valentine-day-page__questions--steps .head {
    margin: 0 0 15px;
  }
  .valentine-day-page__questions--steps .question {
    margin: 0 0 20px;
    font-size: 20px;
    font-size: 1.25rem;
  }
  .valentine-day-page__questions--steps .options .answer, .valentine-day-page__questions--steps .options .option {
    padding: 10px;
  }
}
.video-consultation {
  padding-top: 120px;
}

.video-consultation .page-title {
  font-weight: 400;
  margin-bottom: 40px;
}

.video-consultation .reg-number {
  font-size: 18px;
  font-size: 1.125rem;
}

.video-consultation .doctor-page__header {
  padding-top: 0;
}

.video-consultation .doctor-page__photo img {
  width: 60%;
}

.video-consultation .doctor-page__social {
  list-style-type: none;
}

.video-consultation .doctor-page__social li {
  padding: 0;
}

.video-consultation .doctor-page__social li:before {
  content: none;
}

.video-consultation .doctor-page__social li a {
  text-decoration: none;
}

.video-consultation .doctor-page__content {
  margin-bottom: 0;
}

.video-consultation .btn {
  color: #fff !important;
  margin-top: 40px;
  margin-bottom: 30px;
}

.video-consultation .video-precoution__title {
  color: #ef4747;
}

@media screen and (max-width: 1200px) {
  .video-consultation {
    padding-top: 30px;
  }
  .video-consultation .page-title {
    margin-bottom: 10px;
  }
  .video-consultation .doctor-page__photo img {
    width: 45%;
  }
}
@media screen and (max-width: 768px) {
  .video-consultation .doctor-page__header {
    padding-bottom: 15px;
  }
  .video-consultation .doctor-page__photo img {
    width: auto;
  }
  .doctor-redaction-card {
    flex-direction: column;
  }
}
@media screen and (max-width: 576px) {
  .video-consultation .page-title {
    font-size: 22px;
    line-height: 1.5;
  }
  .video-consultation .doctor-page__content p {
    margin: 0;
  }
  .video-consultation .btn-mobile {
    display: none;
  }
}
.advantages {
  border: 0;
  margin: 0 -15px;
  background-color: transparent;
}

.advantages.no-popups li {
  cursor: auto;
}

.advantages.slick-initialized {
  display: block;
}

.advantages li {
  border: 0;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 16px 10px 16px 0;
}

.advantages li .icon {
  color: #11ddac;
  font-size: 22px;
  margin-right: 8px;
}

.advantages li span {
  font-family: Roboto, sans-serif;
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #656d79;
}

.advantages li .popover, .advantages li .tablet-title {
  display: none;
}

.advantages-popup .popup-wrapper {
  width: 335px;
  left: 0;
  right: 0;
}

.advantages-popup .popup-wrapper .popup-container {
  padding: 60px 20px;
}

@media only screen and (min-width: 768px) {
  .advantages-wrapper {
    background-color: #fff;
    padding: 10px;
  }
  .advantages li {
    padding: 30px 10px 30px 0;
  }
  .advantages li span {
    color: #656d79;
  }
}
@media only screen and (min-width: 1200px) {
  .advantages {
    padding: 0;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
  }
  .advantages-wrapper {
    padding: 0;
  }
  .advantages li {
    padding: 30px 10px 30px 0;
    position: relative;
    cursor: pointer;
  }
  .advantages li .popover {
    width: 229px;
    font-family: Roboto, sans-serif;
    position: absolute;
    padding: 15px;
    background-color: #0d2c54;
    left: 0;
    right: 0;
    bottom: calc(100% + 15px);
    z-index: 10;
    border-radius: 6px;
    border: 0;
    display: none;
  }
  .advantages li .popover span {
    color: #fff;
    font-size: 13px;
    font-size: 0.8125rem;
    font-family: Roboto, sans-serif;
  }
  .advantages li .popover .icon {
    font-weight: 400;
    font-size: 15px;
    display: block;
  }
  .advantages li .popover:after {
    content: "";
    height: 0;
    width: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 15px solid #0d2c54;
    position: absolute;
    bottom: -15px;
    left: 30px;
  }
}
.steps.three-steps .heading-style {
  margin: 0 0 30px;
  color: #0d2c54;
}

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

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

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

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

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

@media only screen and (min-width: 768px) {
  .steps {
    margin-bottom: 120px;
    padding: 0;
  }
  .steps.three-steps .heading-style {
    margin: 0 0 60px;
  }
  .steps-item {
    max-width: 460px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .steps-icon {
    margin: 0 30px 0 0;
  }
  .steps-info {
    flex: 1;
    text-align: left;
  }
  .steps-description {
    margin: 0;
  }
  .steps-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 1200px) {
  .steps.three-steps .heading-style {
    margin: 0;
  }
}
@media only screen and (max-width: 1199px) {
  .search-list .search-item {
    padding: 15px;
    padding-top: 45px;
    display: flex;
    flex-direction: column;
  }
  .search-list .search-item .search-top-section {
    display: flex;
    align-items: flex-start;
  }
  .search-list .search-item .search-top-section .search-image {
    margin-bottom: 0;
    margin-right: 15px;
    flex-shrink: 0;
  }
  .search-list .search-item .search-top-section .search-title {
    flex: 1;
  }
  .search-list .search-item .search-top-section .search-title h4 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.3;
  }
  .search-list .search-item .search-content-bottom {
    width: 100%;
  }
  .search-index .search-results {
    margin: 10px 0 20px;
  }
  .search-index .search-results h1 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .search-index .search-results h1 .search-phrase {
    font-size: 20px;
  }
  .search-index .search-results .main-search {
    margin: 0 0 35px;
  }
  .search-list .search-desc {
    position: relative;
    line-height: 1.5;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  @supports not (-webkit-line-clamp: 3) {
    .search-list .search-desc {
      max-height: 4.5em;
      overflow: hidden;
    }
  }
  .search-list .search-desc.no-truncation {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .search-list .search-desc.expanded-content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .search-list .search-desc.simple-content:not(.expanded-content) p {
    display: none !important;
  }
  .search-list .search-desc.simple-content.expanded-content p {
    display: block !important;
  }
  .search-list .search-desc.complex-content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .search-list .search-desc.complex-content.expanded-content {
    overflow: visible;
    max-height: none;
  }
  .search-list .search-desc .read-more-inline {
    color: #0554cd;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    margin-left: 4px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    display: inline !important;
    position: relative;
    z-index: 2;
  }
  .search-list .search-desc .read-more-inline:hover {
    text-decoration: underline;
    color: #103fcf;
  }
  .search-list .search-desc .read-more-inline:focus {
    outline: none;
  }
}
@media only screen and (min-width: 1200px) {
  .search-list .search-desc {
    position: relative;
    line-height: 1.5;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  }
  @supports not (-webkit-line-clamp: 2) {
    .search-list .search-desc {
      max-height: 3em;
      overflow: hidden;
    }
  }
  .search-list .search-desc.no-truncation {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .search-list .search-desc.collapsed-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .search-list .search-desc.collapsed-content p:first-of-type {
    position: relative;
  }
  .search-list .search-desc.collapsed-content p:first-of-type::before {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 85px;
    background: white;
    z-index: 1;
    font-weight: normal;
    color: inherit;
  }
  .search-list .search-desc.collapsed-content p:first-of-type::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 1.5em;
    background: linear-gradient(to right, transparent 0%, white 30%, white 100%);
    pointer-events: none;
    z-index: 0;
  }
  .search-list .search-desc.collapsed-content .read-more-inline {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline !important;
    z-index: 2;
    background: white;
    padding-left: 4px;
  }
  .search-list .search-desc.expanded-content {
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: unset;
    overflow: visible;
  }
  .search-list .search-desc.expanded-content p:first-of-type::before, .search-list .search-desc.expanded-content p:first-of-type::after {
    display: none;
  }
  .search-list .search-desc.expanded-content .read-more-inline {
    position: static;
    background: none;
    padding-left: 0;
    z-index: auto;
    margin-left: 8px;
  }
}
.search-list .search-desc * {
  line-height: inherit;
  word-wrap: break-word;
}
.search-list .search-desc h1, .search-list .search-desc h2 {
  display: block;
  margin: 0 0 8px 0;
}
.search-list .search-desc p, .search-list .search-desc div {
  display: block;
  margin: 0 0 8px 0;
}
.search-list .search-desc p:last-child, .search-list .search-desc div:last-child {
  margin-bottom: 0;
}
.search-list .search-desc .read-more-inline {
  color: #0554cd;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: inline !important;
}
.search-list .search-desc .read-more-inline:hover {
  text-decoration: underline;
  color: #103fcf;
}
.search-list .search-desc .read-more-inline:focus {
  outline: none;
}

.search-list .search-desc {
  position: relative;
}
.search-list .search-desc.collapsed-content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@supports not (-webkit-line-clamp: 3) {
  .search-list .search-desc.collapsed-content {
    max-height: 4.5em;
    overflow: hidden;
  }
}
.search-list .search-desc.expanded-content {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: visible;
}
.search-list .search-desc:has(h1):has(p):not(:has(div)):not(:has(ul)):not(:has(ol)):not(:has(span)):not(:has(img)):not(:has(a)) p, .search-list .search-desc:has(h2):has(p):not(:has(div)):not(:has(ul)):not(:has(ol)):not(:has(span)):not(:has(img)):not(:has(a)) p {
  display: none;
}
.search-list .search-desc.simple-content.collapsed-content p {
  display: none !important;
}
.search-list .search-desc.simple-content.expanded-content p {
  display: block !important;
}
.search-list .search-desc.complex-content {
  display: block;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  overflow: hidden;
  max-height: 4.5em;
}
.search-list .search-desc .read-more-inline {
  color: #0554cd;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
  margin-left: -1px;
  font-family: Roboto, sans-serif;
  text-decoration: none;
  display: inline !important;
  position: relative;
  z-index: 2;
}
.search-list .search-desc .read-more-inline:hover {
  text-decoration: underline;
  color: #103fcf;
}
.search-list .search-desc .read-more-inline:focus {
  outline: none;
}