/* VARIABLES BREAK POINTS */
/* VARIABLES COLORS */
/* VARIABLES FONTS */
/* TYPINGS*/
/* FUNCTIONS COLORS */
/* FUNCTIONS FONTS */
/* BASE */
html {
  scroll-behavior: smooth;
  padding-top: 170px; }
  @media (max-width: 1200px) {
    html.toggle-menu {
      overflow: hidden; } }
  @media (max-width: 1200px) {
    html {
      padding-top: 100px; } }

body {
  background: #FFFFFF;
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif; }

a {
  text-decoration: none; }

b, strong {
  font-weight: 600; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  margin: 0 auto; }

p {
  font-size: 18px;
  line-height: 27px;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h1 {
  font-size: 72px;
  line-height: 75px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h2 {
  font-size: 50px;
  line-height: 56px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h3 {
  font-size: 40px;
  line-height: 46px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h4 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h5 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

h6 {
  font-size: 18px;
  line-height: 29px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  margin: 0; }

sup {
  top: -0.9em;
  font-size: 0.5em; }

/* COLORS */
.c-green {
  color: #185230 !important; }

.c-green-light {
  color: #00967D !important; }

.c-green-lighter {
  color: #97C001 !important; }

.c-gray-light {
  color: #CCCCCC !important; }

.c-gray {
  color: #222222 !important; }

.c-lavender {
  color: #E6FAF9 !important; }

.c-red {
  color: #FF0000 !important; }

.c-blue-dark {
  color: #303D56 !important; }

.c-blue-light {
  color: #B3E1F0 !important; }

.c-text {
  color: #000000 !important; }

.c-background {
  color: #FFFFFF !important; }

.c-black {
  color: #000000 !important; }

.c-white {
  color: #FFFFFF !important; }

/* MARGINS */
.m-0-auto {
  margin: 0 auto; }

/* PADDINGS */
/* BG */
.bg-green {
  background: #185230; }
.bg-green-light {
  background: #00967D; }
.bg-green-lighter {
  background: #97C001; }
.bg-gray-light {
  background: #CCCCCC; }
.bg-gray {
  background: #222222; }
.bg-lavender {
  background: #E6FAF9; }
.bg-red {
  background: #FF0000; }
.bg-blue-dark {
  background: #303D56; }
.bg-blue-light {
  background: #B3E1F0; }
.bg-text {
  background: #000000; }
.bg-background {
  background: #FFFFFF; }
.bg-black {
  background: #000000; }
.bg-white {
  background: #FFFFFF; }

/* HEIGHTS */
.h-100vh {
  height: 100vh; }

.min-h-auto {
  min-height: auto !important; }

.h-100p {
  height: 100%; }

/* WIDTHS */
.max-w-none {
  max-width: none !important; }

.w-auto {
  width: auto !important; }

/* BORDERS */
/* FONTS */
.f-primary {
  font-family: 'Poppins', sans-serif !important; }

.f-secondary {
  font-family: !important; }

.ft-uppercase {
  text-transform: uppercase; }

.ft-lowercase {
  text-transform: lowercase; }

.ft-full-width {
  text-transform: full-width; }

.ft-none {
  text-transform: none; }

/* BG */
.v-a-top {
  vertical-align: top; }

/* POSITIONS */
.pos--abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
.pos--rel {
  position: relative; }

/* UNDERSCORES */
/* BUTTONS */
.button {
  position: relative;
  z-index: 100;
  display: inline-block;
  padding: 20px 40px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1px;
  border: 0;
  outline: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  border-radius: 60px;
  transition: all 0.4s ease 0s; }
  .button span {
    display: inline-block;
    margin: 0 0 0 5px;
    position: relative;
    top: 2.5px; }
  @media (max-width: 576px) {
    .button {
      display: block; } }
  .button__wrapper--center {
    text-align: center; }
  .button__wrapper--right {
    text-align: right; }
    @media (max-width: 992px) {
      .button__wrapper--right {
        text-align: center; } }
  .button--inactive {
    cursor: not-allowed; }
  .button__green {
    background: #185230;
    color: #FFFFFF; }
    .button__green:hover {
      background: #0c2b19;
      color: #FFFFFF; }
  .button__green-light {
    background: #00967D;
    color: #FFFFFF; }
    .button__green-light:hover {
      background: #006353;
      color: #FFFFFF; }
  .button__gray-light {
    background: #CCCCCC;
    color: #FFFFFF; }
    .button__gray-light:hover {
      background: #b3b3b3;
      color: #FFFFFF; }
  .button__gray {
    background: #222222;
    color: #FFFFFF; }
    .button__gray:hover {
      background: #090909;
      color: #FFFFFF; }

/* RADIOS */
.radio input[type="radio"] {
  position: absolute;
  left: -9999px; }
  .radio input[type="radio"]:checked + label::after {
    display: block; }
.radio label {
  position: relative;
  padding-left: 45px;
  cursor: pointer;
  color: #00967D;
  font-size: 18px;
  line-height: 26px;
  margin: 20px 0 15px; }
  .radio label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 3px solid #00967D;
    border-radius: 50%; }
  .radio label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #00967D;
    background-image: url("../img/arrow-down.png");
    background-position: center;
    background-repeat: no-repeat;
    display: none; }

/* CHECKBOX */
.checkbox.hiddeable {
  position: relative;
  height: 40px;
  overflow: hidden; }
  .checkbox.hiddeable .toggler {
    color: #185230;
    background: #FFFFFF;
    display: block;
    padding: 5px 10px;
    position: absolute;
    right: 5px;
    bottom: 0;
    cursor: pointer;
    transform: rotate(-90deg);
    font-size: 30px;
    z-index: 99; }
  .checkbox.hiddeable.show {
    height: auto;
    overflow: hidden; }
    .checkbox.hiddeable.show .toggler {
      transform: rotate(-270deg);
      right: 0; }
.checkbox input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  .checkbox input[type="checkbox"]:checked ~ label::before {
    border: 1px solid #303D56; }
  .checkbox input[type="checkbox"]:checked ~ label::after {
    display: block; }
.checkbox label {
  position: relative;
  padding: 10px 10px 10px 40px;
  cursor: pointer;
  font-size: 18px;
  line-height: 26px;
  color: #000000; }
  .checkbox label::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 1px solid #303D56;
    border-radius: 4px; }
  .checkbox label::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 14px;
    background: #303D56;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    display: none; }
  .checkbox label a {
    color: #00967D; }

/* INPUTS */
.input--button {
  position: relative; }
  .input--button button {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 41px;
    background-color: transparent;
    background-image: url("../img/eye.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 55px;
    border: 0;
    outline: none; }
.input input[type="text"], .input input[type="password"], .input select {
  font-size: 18px;
  line-height: 22px;
  padding: 15px 25px;
  border: 2px solid #00967D;
  width: 100%;
  border-radius: 41px;
  color: #185230;
  background: rgba(255, 255, 255, 0.26); }
  .input input[type="text"]:focus, .input input[type="password"]:focus, .input select:focus {
    outline: none; }
.input label {
  display: block;
  color: #185230;
  margin: 20px 17px 10px;
  font-size: 18px;
  line-height: 27px; }

.ui-helper-hidden-accessible {
  display: none !important; }

.ui-autocomplete {
  background: #FFFFFF;
  z-index: 9;
  width: 400px !important;
  max-height: 300px !important;
  overflow: hidden;
  overflow-y: scroll !important;
  border: 1px solid;
  border-radius: 10px;
  padding: 10px 15px;
  list-style: none;
  color: #000000 !important; }
  .ui-autocomplete li {
    font-size: 16px;
    line-height: 27px;
    margin: 0;
    padding: 5px;
    cursor: pointer; }
  .ui-autocomplete div {
    color: #000000 !important;
    font-size: 20px;
    line-height: 27px; }

/* FIGURES */
/* LISTS */
.list ul {
  margin: 0;
  padding: 0 0 0 15px; }
.list li {
  position: relative;
  color: #185230;
  font-size: 14px;
  line-height: 35px; }

/* header */
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #FFFFFF;
  z-index: 9999; }
  .header__content {
    max-width: 1650px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5%; }
  .header__brand img {
    margin: 25px 0 15px; }
    @media (max-width: 1200px) {
      .header__brand img {
        margin: 10px 0; } }
  .header__menu {
    width: 100%; }
  .header__navigation {
    background: #FFFFFF; }
    @media (max-width: 1200px) {
      .header__navigation {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        transform: translateX(-100%);
        opacity: 0;
        z-index: 9991;
        transition: all 0.7s ease 0s;
        padding-top: 90px; }
        .header__navigation.toggle-menu {
          opacity: 1;
          transform: translateX(0); } }
    .header__navigation ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      gap: 3%; }
      @media (max-width: 1200px) {
        .header__navigation ul {
          flex-direction: column; } }
    .header__navigation li {
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: center; }
    .header__navigation a {
      display: block;
      font-size: 18px;
      line-height: 27px;
      color: #185230;
      padding: 5px 0;
      margin: 5px;
      position: relative; }
      .header__navigation a.btn-login {
        background: #00967D;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 20px;
        padding: 20px 45px;
        border-radius: 50px;
        transition: all 0.4s ease 0s;
        word-break: keep-all;
        font-weight: 600; }
        .header__navigation a.btn-login:hover {
          background: #0c2b19; }
        .header__navigation a.btn-login::after {
          display: none !important; }
      .header__navigation a.btn-my-account {
        background: #00967D;
        color: #FFFFFF;
        font-size: 20px;
        line-height: 20px;
        padding: 20px 45px;
        border-radius: 50px;
        transition: all 0.4s ease 0s;
        word-break: keep-all;
        font-weight: 600; }
        .header__navigation a.btn-my-account:hover {
          background: #0c2b19; }
        .header__navigation a.btn-my-account::after {
          display: none !important; }
      .header__navigation a::after {
        display: block;
        position: absolute;
        content: "";
        left: 0;
        width: 0;
        bottom: 0;
        height: 1px;
        border-top: 1px solid #185230;
        transition: all 0.4s ease 0s; }
      .header__navigation a:hover::after {
        width: 100%; }
  .header .close-menu {
    color: #185230;
    display: none;
    position: fixed;
    z-index: 9992;
    padding: 15px 5px;
    font-weight: 100;
    font-size: 50px;
    width: 40px;
    top: 15px;
    right: 10px; }
    @media (max-width: 1200px) {
      .toggle-menu .header .close-menu {
        display: block; } }

/* footer */
.footer {
  position: relative;
  background: #E6FAF9;
  padding: 60px 15px; }
  .footer::before {
    display: block;
    content: "";
    position: absolute;
    z-index: 0;
    right: 90px;
    top: -200px;
    background-image: url("../img/bacteria-5.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 285px;
    height: 302px; }
    @media (max-width: 768px) {
      .footer::before {
        display: none; } }
  .footer__content {
    position: relative;
    z-index: 1;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5%; }
    @media (max-width: 992px) {
      .footer__content {
        flex-direction: column;
        align-items: center; } }
    .footer__content a, .footer__content p {
      display: block;
      font-size: 16px;
      line-height: 19px;
      margin: 15px 0;
      color: #185230;
      padding: 0 10px; }
      @media (max-width: 992px) {
        .footer__content a, .footer__content p {
          text-align: center; } }
  .footer__address {
    position: relative;
    padding-left: 25px; }
    .footer__address::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      width: 21px;
      height: 26px;
      background-image: url("../img/icon-localization.png");
      background-repeat: no-repeat;
      background-position: center; }
  .footer__phone {
    position: relative;
    padding-left: 20px; }
    .footer__phone::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      width: 15px;
      height: 26px;
      background-image: url("../img/icon-phone.png");
      background-repeat: no-repeat;
      background-position: center; }
  .footer__e-mail {
    position: relative;
    padding-left: 29px; }
    .footer__e-mail::before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 10px;
      width: 24px;
      height: 18px;
      background-image: url("../img/icon-e-mail.png");
      background-repeat: no-repeat;
      background-position: center; }
  .footer__navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row; }
    @media (max-width: 1400px) {
      .footer__navigation ul {
        flex-direction: column; } }
    @media (max-width: 992px) {
      .footer__navigation ul {
        align-items: center; } }
  .footer__navigation li {
    margin: 0;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 1400px) {
      .footer__navigation li::after {
        display: none !important; } }
    .footer__navigation li::after {
      content: "/";
      position: absolute;
      right: -5px;
      top: 0;
      font-size: 16px;
      line-height: 16px;
      top: 50%;
      transform: translateY(-50%); }
    .footer__navigation li:last-child::after {
      display: none; }
  .footer__social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px; }
    @media (max-width: 992px) {
      .footer__social {
        justify-content: center; } }

/* main */
/* section */
/* PRELOADER */
.preloader {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999; }
  .preloader__container {
    position: fixed;
    width: 200px;
    height: 200px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(0.35, 0.35); }
  .preloader__item {
    width: 100px;
    height: 100px;
    position: absolute; }
  .preloader__item-1 {
    background-color: #185230;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-1_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-2 {
    background-color: #FFFFFF;
    top: 0;
    right: 0;
    -webkit-animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-2_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-3 {
    background-color: #FF0000;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-3_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
  .preloader__item-4 {
    background-color: #303D56;
    bottom: 0;
    left: 0;
    -webkit-animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite;
    animation: item-4_move 1.8s cubic-bezier(0.6, 0.01, 0.4, 1) infinite; }
@-webkit-keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }
@keyframes item-1_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); }
  50% {
    -webkit-transform: translate(100px, 100px);
    transform: translate(100px, 100px); }
  75% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); } }
@-webkit-keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }
@keyframes item-2_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); }
  50% {
    -webkit-transform: translate(-100px, 100px);
    transform: translate(-100px, 100px); }
  75% {
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px); } }
@-webkit-keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }
@keyframes item-3_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); }
  50% {
    -webkit-transform: translate(-100px, -100px);
    transform: translate(-100px, -100px); }
  75% {
    -webkit-transform: translate(-100px, 0);
    transform: translate(-100px, 0); } }
@-webkit-keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }
@keyframes item-4_move {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  25% {
    -webkit-transform: translate(100px, 0);
    transform: translate(100px, 0); }
  50% {
    -webkit-transform: translate(100px, -100px);
    transform: translate(100px, -100px); }
  75% {
    -webkit-transform: translate(0, -100px);
    transform: translate(0, -100px); } }
/* HAMBURGER */
.hamburger {
  width: 70px;
  display: none;
  position: relative;
  z-index: 9999;
  padding: 15px;
  float: right; }
  @media (max-width: 1200px) {
    .hamburger {
      display: block; }
      .toggle-menu .hamburger {
        display: none; } }
  .hamburger input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
  .hamburger label {
    position: relative;
    display: block;
    cursor: pointer; }
    .hamburger label span {
      display: block;
      height: 4px;
      margin: 6px 0;
      border-radius: 5px;
      background: #185230; }

/* breadcrumbs */
/* FOOTNOTES */
/* VIDEO MODAL */
.video-modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
  display: none; }
  .video-modal--corner {
    left: auto;
    right: 15px;
    bottom: 15px;
    top: auto;
    width: 75%;
    max-width: 545px; }
    .video-modal--corner .video-modal__content {
      max-width: none;
      position: relative;
      left: auto;
      top: auto;
      transform: none; }
  .video-modal--active {
    display: block; }
  .video-modal__content {
    position: absolute;
    max-width: 992px;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 1px; }
    @media (max-width: 768px) {
      .video-modal__content {
        position: relative;
        top: 70px;
        left: auto;
        transform: none; } }
  .video-modal__close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 50px;
    line-height: 50px;
    cursor: pointer;
    color: #FFFFFF;
    z-index: 99; }
    @media (max-width: 768px) {
      .video-modal__close {
        font-size: 30px;
        line-height: 30px; } }

/* CAROUSEL */
.carousel__wrapper--dots .slick-slider {
  position: relative;
  padding-bottom: 120px; }
.carousel__wrapper--dots .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%); }
  .carousel__wrapper--dots .slick-dots li {
    margin: 5px;
    padding: 5px;
    position: relative;
    display: inline-block; }
    .carousel__wrapper--dots .slick-dots li::before {
      content: "";
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #E6FAF9; }
    .carousel__wrapper--dots .slick-dots li.slick-active::before {
      background: #185230; }
  .carousel__wrapper--dots .slick-dots button {
    display: none; }
.carousel__wrapper--arrows .slick-slider {
  position: relative;
  padding-bottom: 120px; }
.carousel__wrapper--arrows .slick-arrow {
  position: absolute;
  bottom: 5px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  display: block;
  outline: 0;
  border: 0;
  background-position: center;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  overflow: hidden; }
.carousel__wrapper--arrows .slick-prev {
  background-color: #185230;
  background-image: url("../img/arrow-left.png");
  border: 1px solid #185230;
  margin-left: -120px; }
.carousel__wrapper--arrows .slick-next {
  background-color: #FFFFFF;
  background-image: url("../img/arrow-right.png");
  border: 1px solid #185230;
  margin-left: 120px; }

.fade-right-anim {
  transform: translateX(50px);
  transition: 1s;
  opacity: 0; }

.fade-right-anim-play {
  transform: translateX(0px);
  opacity: 1; }

.insta-modal {
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .insta-modal .close {
    position: absolute;
    text-shadow: none;
    top: 10px;
    right: 10px;
    cursor: pointer;
    transition: .3s;
    opacity: .75;
    z-index: 9999;
    border-radius: 50%;
    border: 1px solid #FFFFFF; }
    .insta-modal .close svg {
      transform: scale(0.8); }
      .insta-modal .close svg path {
        fill: white; }
    .insta-modal .close:hover {
      opacity: 1 !important; }

.insta-slider .slick-arrow {
  z-index: 9999; }
  .insta-slider .slick-arrow.slick-disabled {
    opacity: 0 !important;
    pointer-events: none; }
  .insta-slider .slick-arrow:before {
    transition: .3s; }
  .insta-slider .slick-arrow:focus:before {
    opacity: .75; }
  .insta-slider .slick-arrow:hover:before {
    opacity: 1; }
.insta-slider .slick-prev {
  left: 1rem; }
.insta-slider .slick-next {
  right: 1rem; }
@media only screen and (max-width: 575px) {
  .insta-slider .slick-prev {
    left: .15rem; }
  .insta-slider .slick-next {
    right: .15rem; } }

.insta-slide {
  display: flex !important;
  justify-content: center;
  align-items: center; }
  .insta-slide.slick-current .insta-box {
    transform: scale(1); }
    .insta-slide.slick-current .insta-box:after {
      opacity: 0; }

.insta-box {
  transform: scale(0.925);
  transition: .3s;
  position: relative;
  margin: 15% 15px 0;
  overflow: hidden;
  background-color: black;
  max-width: 450px; }
  .insta-box .main-img {
    image-rendering: -webkit-optimize-contrast;
    max-height: calc(100vh - 3rem);
    max-width: calc(100vw - 3rem); }
  .insta-box .anim {
    position: absolute;
    left: 0;
    max-width: 100%;
    z-index: 1; }
    @media (max-width: 992px) {
      .insta-box .anim {
        max-width: 85%; } }
    @media (max-height: 768px) {
      .insta-box .anim {
        max-width: 85%; } }
  .insta-box:hover:after {
    opacity: .25; }
  .insta-box:after {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    pointer-events: none;
    opacity: .5;
    transition: .6s;
    z-index: 2; }

.insta-box[id="0"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="1"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="2"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="3"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="4"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="5"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="6"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="7"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="8"] .anim-1 {
  bottom: 4%;
  left: 9%; }

.insta-box[id="9"] .anim-1 {
  top: 8%;
  left: 8%; }

/* widget */
.widget {
  position: fixed;
  z-index: 999;
  right: 15px;
  top: 25%; }
  @media (max-width: 992px) {
    .widget {
      transform: scale(0.75);
      transform-origin: right; } }
  @media (max-width: 768px) {
    .widget {
      display: none !important; } }
  .widget__content {
    display: flex;
    flex-direction: column;
    gap: 5px; }
  .widget__image {
    flex-shrink: 0; }
  .widget__close {
    position: absolute;
    left: 10px;
    top: 10px;
    padding: 5px;
    font-size: 35px;
    color: rgba(0, 0, 0, 0.3); }
  .widget__button {
    font-size: 18px !important;
    line-height: 22px !important; }
    .widget__button b {
      font-weight: 800; }

/* HERO */
.hero {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 60px 15px; }
  .hero::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .hero::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .hero::after {
        display: none; } }
  @media (max-width: 1200px) {
    .hero {
      background-size: cover; } }
  .hero__content {
    max-width: 1470px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    position: relative; }
    @media (max-width: 768px) {
      .hero__content {
        flex-direction: column; } }
  .hero__image {
    flex-shrink: 0; }
    @media (max-width: 1400px) {
      .hero__image {
        flex-shrink: 1; } }
    .hero__image img {
      margin: 15px; }
      @media (max-width: 768px) {
        .hero__image img {
          margin-top: 50px; } }
  .hero__text h1 {
    font-size: 107px;
    line-height: 107px;
    font-weight: 800;
    color: #185230;
    margin-bottom: 10%; }
    @media (max-width: 1400px) {
      .hero__text h1 {
        font-size: 70px;
        line-height: 70px; } }
    @media (max-width: 768px) {
      .hero__text h1 {
        font-size: 36px;
        line-height: 36px; } }
  .hero__text p {
    font-size: 25px;
    line-height: 38px;
    color: #185230; }
    @media (max-width: 768px) {
      .hero__text p {
        font-size: 20px;
        line-height: 26px; } }
    .hero__text p span {
      color: #97C001; }

/* HERO */
.hero-steps {
  position: relative;
  background-image: url("../img/bg-hero-steps.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 15px 60px; }
  @media (max-width: 768px) {
    .hero-steps .animate__animated {
      /*CSS transitions*/
      -o-transition-property: none !important;
      -moz-transition-property: none !important;
      -ms-transition-property: none !important;
      -webkit-transition-property: none !important;
      transition-property: none !important;
      /*CSS transforms*/
      -o-transform: none !important;
      -moz-transform: none !important;
      -ms-transform: none !important;
      -webkit-transform: none !important;
      transform: none !important;
      /*CSS animations*/
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important; } }
  .hero-steps__content {
    max-width: 1500px;
    margin: 0 auto; }
  .hero-steps__text h1 {
    font-size: 75px;
    line-height: 95px;
    font-weight: 800;
    color: #185230; }
    @media (max-width: 1200px) {
      .hero-steps__text h1 {
        font-size: 45px;
        line-height: 60px; } }
    @media (max-width: 768px) {
      .hero-steps__text h1 {
        font-size: 30px;
        line-height: 36px; } }
  .hero-steps__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
    position: relative;
    margin-top: -100px; }
    @media (max-width: 992px) {
      .hero-steps__list {
        margin-top: -70px; } }
    @media (max-width: 768px) {
      .hero-steps__list {
        flex-direction: column;
        margin-top: 0;
        align-items: center; } }
    .hero-steps__list p {
      font-size: 20px;
      line-height: 26px;
      color: #97C001;
      text-align: center; }
      @media (max-width: 992px) {
        .hero-steps__list p {
          font-size: 18px;
          line-height: 23px; } }
  @media (max-width: 768px) {
    .hero-steps__register {
      margin: 35px 0 15px; } }
  .hero-steps__arrow {
    margin: 90px 15px; }
    @media (max-width: 992px) {
      .hero-steps__arrow {
        margin: 80px 15px; } }
    @media (max-width: 768px) {
      .hero-steps__arrow {
        display: none; } }
  .hero-steps__watch {
    min-width: 235px; }
    @media (max-width: 1400px) {
      .hero-steps__watch {
        min-width: auto; } }
  .hero-steps__quiz {
    margin: 140px 0 0 -20px;
    align-self: flex-start; }
    @media (max-width: 992px) {
      .hero-steps__quiz {
        margin: 120px 0 0; } }
    @media (max-width: 768px) {
      .hero-steps__quiz {
        align-self: center;
        margin: 15px 0; } }
  .hero-steps__prize {
    margin-bottom: 100px;
    max-width: 500px;
    padding: 0 5%; }
    @media (max-width: 768px) {
      .hero-steps__prize {
        margin: 15px 0; } }

/* HOME MICROLESSONS INTRO */
.home-microlessons-intro {
  padding: 10% 15px 15px; }
  .home-microlessons-intro__content {
    padding: 15px 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15%; }
    @media (max-width: 1400px) {
      .home-microlessons-intro__content {
        align-items: center;
        gap: 5%; }
        .home-microlessons-intro__content > div {
          max-width: 50%; } }
    @media (max-width: 1400px) and (max-width: 768px) {
      .home-microlessons-intro__content > div {
        max-width: none; } }

    @media (max-width: 768px) {
      .home-microlessons-intro__content {
        flex-direction: column; } }
  .home-microlessons-intro__image {
    flex-shrink: 0;
    padding: 15px; }
    @media (max-width: 1400px) {
      .home-microlessons-intro__image {
        flex-shrink: 1; } }
    @media (max-width: 768px) {
      .home-microlessons-intro__image img {
        margin-top: 50px; } }
  .home-microlessons-intro__text {
    margin: 20px; }
    .home-microlessons-intro__text h2 {
      font-size: 42px;
      line-height: 48px;
      font-weight: 800;
      color: #00967D;
      margin-top: 5%; }
      @media (max-width: 768px) {
        .home-microlessons-intro__text h2 {
          font-size: 36px;
          line-height: 36px; } }
    .home-microlessons-intro__text p {
      font-size: 17px;
      line-height: 35px;
      color: #185230;
      margin: 20px 0 40px; }

/* HOME MICROLESSONS INTRO */
.home-presentation-insta-intro {
  padding: 5% 15px 15px; }
  .home-presentation-insta-intro__content {
    padding: 15px 0;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 5%; }
    @media (max-width: 1400px) {
      .home-presentation-insta-intro__content {
        gap: 0; }
        .home-presentation-insta-intro__content > div {
          max-width: 50%; } }
    @media (max-width: 1400px) and (max-width: 768px) {
      .home-presentation-insta-intro__content > div {
        max-width: none; } }

    @media (max-width: 768px) {
      .home-presentation-insta-intro__content {
        flex-direction: column; } }
  .home-presentation-insta-intro__image {
    flex-shrink: 0; }
    @media (max-width: 1400px) {
      .home-presentation-insta-intro__image {
        flex-shrink: 1; } }
    .home-presentation-insta-intro__image img {
      margin: 15px; }
      @media (max-width: 768px) {
        .home-presentation-insta-intro__image img {
          margin-top: 50px; } }
  .home-presentation-insta-intro__text {
    margin: 20px; }
    .home-presentation-insta-intro__text h2 {
      font-size: 50px;
      line-height: 65px;
      font-weight: 800;
      color: #185230;
      margin: 5% 0 40px; }
      @media (max-width: 1200px) {
        .home-presentation-insta-intro__text h2 {
          font-size: 36px;
          line-height: 44px; } }
      @media (max-width: 576px) {
        .home-presentation-insta-intro__text h2 {
          font-size: 26px;
          line-height: 32px; } }

/* HOME MICROLESSONS INTRO */
.home-materials-to-download {
  padding: 10% 15px 15px; }
  .home-materials-to-download__content {
    padding: 15px 0;
    max-width: 1400px;
    margin: 0 auto; }
  .home-materials-to-download__intro {
    max-width: 930px; }
    .home-materials-to-download__intro h2 {
      font-size: 42px;
      line-height: 48px;
      font-weight: 800;
      color: #185230; }
    .home-materials-to-download__intro p {
      margin: 10% 0 5%;
      font-size: 17px;
      line-height: 35px;
      font-weight: 800;
      color: #185230; }
  .home-materials-to-download__list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 5%;
    gap: 5%; }
    @media (max-width: 768px) {
      .home-materials-to-download__list {
        flex-direction: column;
        align-items: center; } }
    .home-materials-to-download__list > div {
      max-width: 50%;
      flex-shrink: 0; }
      @media (max-width: 1200px) {
        .home-materials-to-download__list > div {
          max-width: 40%; } }
      @media (max-width: 768px) {
        .home-materials-to-download__list > div {
          max-width: none; } }
      .home-materials-to-download__list > div p {
        max-width: 530px;
        min-height: 160px;
        margin-bottom: 35px; }
        @media (max-width: 768px) {
          .home-materials-to-download__list > div p {
            max-width: none;
            min-height: auto; } }
  .home-materials-to-download__image img {
    margin: 75px 0 0; }
  .home-materials-to-download__text p {
    font-size: 14px;
    line-height: 19px;
    margin: 15% 0 0;
    color: #185230; }

/* HOME PRESENTATION */
.home-presentation {
  max-width: 1700px;
  margin: 0 auto;
  padding: 5% 15px 15px; }
  .home-presentation__item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 5%; }
    @media (max-width: 768px) {
      .home-presentation__item {
        flex-direction: column; } }
  .home-presentation__image {
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .home-presentation__image {
        flex-shrink: 1;
        max-width: 50%; } }
    @media (max-width: 768px) {
      .home-presentation__image {
        max-width: none;
        margin-bottom: 20px; } }
  .home-presentation__text {
    max-width: 690px; }
    @media (max-width: 1200px) {
      .home-presentation__text {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .home-presentation__text {
        max-width: none; } }
    .home-presentation__text h1 {
      font-size: 30px;
      line-height: 35px;
      color: #185230;
      font-weight: 800; }
    .home-presentation__text h2 {
      font-size: 24px;
      line-height: 35px;
      color: #185230;
      font-weight: 800; }
    .home-presentation__text p {
      font-size: 20px;
      line-height: 35px;
      color: #185230; }

/* MICROLESSONS INTRO */
.microlessons-intro {
  padding: 5% 15px 15px; }
  @media (max-width: 768px) {
    .microlessons-intro {
      padding: 50px 15px 15px; } }
  .microlessons-intro__info {
    max-width: 812px;
    margin: 0 auto; }
    .microlessons-intro__info h3 {
      font-size: 25px;
      line-height: 38px;
      font-weight: 800;
      color: #185230;
      text-align: center; }
      @media (max-width: 768px) {
        .microlessons-intro__info h3 {
          font-size: 20px;
          line-height: 26px; } }
  .microlessons-intro__item {
    max-width: 1400px;
    margin: 5% auto 10%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 5%; }
    .microlessons-intro__item--reverse {
      flex-direction: row-reverse; }
      @media (max-width: 768px) {
        .microlessons-intro__item--reverse {
          flex-direction: column; } }
    @media (max-width: 768px) {
      .microlessons-intro__item {
        flex-direction: column;
        margin: 50px auto; } }
  .microlessons-intro__image {
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .microlessons-intro__image {
        flex-shrink: 1;
        max-width: 50%; } }
    @media (max-width: 768px) {
      .microlessons-intro__image {
        max-width: none;
        padding-bottom: 20px; }
        .microlessons-intro__image img {
          max-width: 75%; } }
  .microlessons-intro__text {
    display: flex;
    flex-direction: column;
    align-items: start; }
    @media (max-width: 1200px) {
      .microlessons-intro__text {
        max-width: 50%; } }
    @media (max-width: 768px) {
      .microlessons-intro__text {
        max-width: none;
        align-items: center; } }
    .microlessons-intro__item--reverse .microlessons-intro__text {
      align-items: end; }
      @media (max-width: 768px) {
        .microlessons-intro__item--reverse .microlessons-intro__text {
          align-items: center; } }
      .microlessons-intro__item--reverse .microlessons-intro__text h2 {
        text-align: right; }
        @media (max-width: 768px) {
          .microlessons-intro__item--reverse .microlessons-intro__text h2 {
            text-align: center; } }
      .microlessons-intro__item--reverse .microlessons-intro__text p {
        text-align: right; }
        @media (max-width: 768px) {
          .microlessons-intro__item--reverse .microlessons-intro__text p {
            text-align: center; } }
    .microlessons-intro__text h2 {
      font-size: 42px;
      line-height: 48px;
      font-weight: 800;
      color: #00967D; }
      @media (max-width: 768px) {
        .microlessons-intro__text h2 {
          font-size: 24px;
          line-height: 30px;
          text-align: center; } }
    .microlessons-intro__text p {
      font-size: 21px;
      line-height: 35px;
      color: #185230;
      margin: 25px 0 35px; }
      @media (max-width: 768px) {
        .microlessons-intro__text p {
          font-size: 16px;
          line-height: 21px;
          text-align: center; } }

/* MATERIAL VIDEO */
.material-video {
  position: relative;
  padding: 0 15px; }
  .material-video::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 60%;
    display: block;
    opacity: 0.5; }
  .material-video--blue-light::before {
    background: #B3E1F0; }
  .material-video--green-light::before {
    background: rgba(209, 250, 243, 0.7); }
  .material-video--purple-light::before {
    background: rgba(159, 161, 211, 0.7); }
  .material-video__content {
    position: relative;
    max-width: 1170px;
    margin: 0 auto;
    z-index: 3; }
  .material-video__title h2 {
    font-size: 34px;
    line-height: 40px;
    font-weight: 800;
    color: #185230;
    padding: 45px 0 35px; }
    @media (max-width: 768px) {
      .material-video__title h2 {
        font-size: 26px;
        line-height: 32px; } }

/* MICROBIOTA INFO */
.microbiota-info {
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px; }
  .microbiota-info__intro h2 {
    font-size: 42px;
    line-height: 48px;
    color: #185230;
    text-align: center;
    margin-top: 7.5%; }
    @media (max-width: 768px) {
      .microbiota-info__intro h2 {
        font-size: 26px;
        line-height: 34px; } }
  .microbiota-info__intro h3 {
    font-size: 35px;
    line-height: 48px;
    color: #185230;
    text-align: center;
    margin-top: 7.5%; }
    @media (max-width: 768px) {
      .microbiota-info__intro h3 {
        font-size: 21px;
        line-height: 28px; } }
  .microbiota-info__list {
    margin: 5% auto 2.5%;
    text-align: center; }
  .microbiota-info__item {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 35px;
    max-width: 540px;
    margin: 40px; }
    @media (max-width: 768px) {
      .microbiota-info__item {
        flex-direction: column; } }
  .microbiota-info__image {
    flex-shrink: 0; }
  .microbiota-info__text p {
    font-size: 21px;
    line-height: 30px;
    color: #00967D;
    text-align: left; }
    @media (max-width: 768px) {
      .microbiota-info__text p {
        text-align: center;
        font-size: 18px;
        line-height: 26px; } }

/* WHAT INFLUENCES MICROBIOTA */
.what-influences-microbiota {
  background-color: #E6FAF9;
  background-image: url("../img/intestinal-microbiota/bacterias.png");
  background-position: center;
  background-repeat: no-repeat;
  padding: 5% 15px; }
  @media (max-width: 768px) {
    .what-influences-microbiota {
      padding: 30px 15px; } }
  .what-influences-microbiota__intro h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #185230; }
    @media (max-width: 768px) {
      .what-influences-microbiota__intro h2 {
        font-size: 30px;
        line-height: 38px; } }
  .what-influences-microbiota__list {
    max-width: 725px;
    margin: 5% auto 2.5%;
    display: grid;
    gap: 5px;
    grid-template-columns: 260px 450px; }
    @media (max-width: 768px) {
      .what-influences-microbiota__list {
        display: block;
        margin: 50px auto 30px; } }
    .what-influences-microbiota__list p {
      margin: 5px;
      padding: 5px;
      font-size: 21px;
      line-height: 30px;
      color: #00967D; }
      @media (max-width: 768px) {
        .what-influences-microbiota__list p {
          text-align: center; } }
      .what-influences-microbiota__list p span {
        color: #FF0000; }
    .what-influences-microbiota__list div:nth-child(2n+1) p {
      font-weight: 800;
      text-align: right; }
      @media (max-width: 768px) {
        .what-influences-microbiota__list div:nth-child(2n+1) p {
          text-align: center; } }
  .what-influences-microbiota__legend {
    max-width: 700px;
    margin: 0 auto;
    display: grid;
    gap: 5px;
    grid-template-columns: 260px 450px; }
    @media (max-width: 768px) {
      .what-influences-microbiota__legend {
        display: block; } }
    .what-influences-microbiota__legend p {
      padding: 2.5px 0 2.5px 30px;
      font-size: 16px;
      line-height: 30px;
      color: #00967D;
      position: relative; }
      .what-influences-microbiota__legend p::before {
        content: "";
        position: absolute;
        display: block;
        width: 15px;
        height: 15px;
        left: 0;
        top: 10px; }
      .what-influences-microbiota__legend p:first-child::before {
        background: #00967D; }
      .what-influences-microbiota__legend p:nth-child(2)::before {
        background: #FF0000; }

/* abdominal pain info */
.abdominal-pain-info {
  max-width: 1400px;
  margin: 0 auto;
  padding: 15px; }
  .abdominal-pain-info__intro {
    margin: 80px 0 50px; }
    .abdominal-pain-info__intro h3 {
      font-size: 35px;
      line-height: 48px;
      font-weight: 400;
      color: #185230;
      text-align: center; }
  .abdominal-pain-info__list {
    text-align: center; }
    .abdominal-pain-info__list__item {
      padding: 15px;
      margin: 80px 25px;
      display: inline-block;
      vertical-align: top; }
      @media (max-width: 1366px) {
        .abdominal-pain-info__list__item {
          margin: 50px 25px; } }
      @media (max-width: 1200px) {
        .abdominal-pain-info__list__item {
          display: block;
          max-width: none !important;
          margin: 20px; } }
      .abdominal-pain-info__list__item--empty {
        width: 150px; }
        @media (max-width: 1200px) {
          .abdominal-pain-info__list__item--empty {
            display: none; } }
      .abdominal-pain-info__list__item--functional-pain {
        max-width: 310px; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--functional-pain {
            max-width: 250px; } }
      .abdominal-pain-info__list__item--boundary-pain {
        max-width: 310px; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--boundary-pain {
            max-width: 250px; } }
      .abdominal-pain-info__list__item--severity-of-complaints {
        max-width: 420px; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--severity-of-complaints {
            max-width: 350px; } }
      .abdominal-pain-info__list__item--characteristic {
        max-width: 330px;
        position: relative; }
        @media (max-width: 1200px) {
          .abdominal-pain-info__list__item--characteristic {
            display: none; } }
        .abdominal-pain-info__list__item--characteristic--mobile {
          display: none;
          max-width: 330px !important;
          position: relative;
          margin: 150px auto; }
          .abdominal-pain-info__list__item--characteristic--mobile::before {
            content: "";
            position: absolute;
            width: 365px;
            height: 365px;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            border: 1px solid #185230;
            display: block;
            border-radius: 50%; }
            @media (max-width: 1366px) {
              .abdominal-pain-info__list__item--characteristic--mobile::before {
                width: 280px;
                height: 280px; } }
          @media (max-width: 1200px) {
            .abdominal-pain-info__list__item--characteristic--mobile {
              display: block; } }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--characteristic {
            max-width: 260px; } }
        .abdominal-pain-info__list__item--characteristic::before {
          content: "";
          position: absolute;
          width: 365px;
          height: 365px;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          border: 1px solid #185230;
          display: block;
          border-radius: 50%; }
          @media (max-width: 1366px) {
            .abdominal-pain-info__list__item--characteristic::before {
              width: 280px;
              height: 280px; } }
      .abdominal-pain-info__list__item--in-paedatrist {
        max-width: 420px; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--in-paedatrist {
            max-width: 350px; } }
      .abdominal-pain-info__list__item--school-absence {
        max-width: 600px;
        margin-top: 30px; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item--school-absence {
            max-width: 450px;
            margin-top: 20px; } }
      .abdominal-pain-info__list__item h2 {
        font-size: 50px;
        line-height: 50px;
        font-weight: 800;
        color: #185230; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item h2 {
            font-size: 36px;
            line-height: 36px; } }
      .abdominal-pain-info__list__item h3 {
        font-size: 38px;
        line-height: 48px;
        font-weight: 400;
        color: #185230; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item h3 {
            font-size: 30px;
            line-height: 36px; } }
      .abdominal-pain-info__list__item p {
        margin-top: 5px;
        font-size: 25px;
        line-height: 38px;
        font-weight: 400;
        color: #185230; }
        @media (max-width: 1366px) {
          .abdominal-pain-info__list__item p {
            font-size: 20px;
            line-height: 26px; } }

/* reasons of abdominal pain */
.reasons-of-abdominal-pain {
  padding: 80px 15px 50px;
  background: rgba(209, 250, 243, 0.5); }
  @media (max-width: 992px) {
    .reasons-of-abdominal-pain {
      padding: 40px 15px; } }
  .reasons-of-abdominal-pain__intro h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 400;
    color: #185230;
    text-align: center; }
    @media (max-width: 768px) {
      .reasons-of-abdominal-pain__intro h2 {
        font-size: 26px;
        line-height: 34px; } }
  .reasons-of-abdominal-pain__content {
    max-width: 1350px;
    margin: 80px auto 0; }
    @media (max-width: 992px) {
      .reasons-of-abdominal-pain__content {
        margin: 40px auto 0; } }
  .reasons-of-abdominal-pain__list {
    display: flex;
    flex-direction: row;
    gap: 250px; }
    @media (max-width: 1200px) {
      .reasons-of-abdominal-pain__list {
        flex-direction: column;
        gap: 0;
        align-items: center; } }
    @media (max-width: 1200px) {
      .reasons-of-abdominal-pain__list__column:last-child {
        margin-top: -50px; } }
    .reasons-of-abdominal-pain__list__item {
      display: flex;
      flex-direction: row;
      align-items: center;
      gap: 40px;
      margin: 50px 0;
      max-width: 520px; }
      .reasons-of-abdominal-pain__list__item__image {
        flex-shrink: 0; }
      .reasons-of-abdominal-pain__list__item__text p {
        font-size: 21px;
        line-height: 30px;
        font-weight: 800;
        color: #185230; }
      .reasons-of-abdominal-pain__list__item__text ul li p {
        font-size: 18px;
        line-height: 26px; }

/* Probiotic */
.probiotic-intro {
  margin: 90px 0;
  padding: 15px;
  text-align: center; }
  @media (max-width: 992px) {
    .probiotic-intro {
      margin: 30px 0; } }
  .probiotic-intro h3 {
    font-size: 35px;
    line-height: 48px;
    font-weight: 400;
    color: #185230;
    text-align: center; }
    @media (max-width: 768px) {
      .probiotic-intro h3 {
        font-size: 24px;
        line-height: 32px; } }

/* characteristics of probiotic */
.characteristics-of-probiotic {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px; }
  .characteristics-of-probiotic__intro {
    margin: 50px 0; }
    @media (max-width: 992px) {
      .characteristics-of-probiotic__intro {
        margin: 20px 0; } }
    .characteristics-of-probiotic__intro h2 {
      font-size: 42px;
      line-height: 48px;
      font-weight: 400;
      color: #185230;
      text-align: center; }
      @media (max-width: 768px) {
        .characteristics-of-probiotic__intro h2 {
          font-size: 28px;
          line-height: 36px; } }
  .characteristics-of-probiotic__list {
    display: flex;
    flex-direction: row;
    gap: 15%; }
    @media (max-width: 768px) {
      .characteristics-of-probiotic__list {
        flex-direction: column; } }
    .characteristics-of-probiotic__list__item {
      display: flex;
      flex-direction: row;
      gap: 25px;
      margin: 45px 0 0; }
      @media (max-width: 768px) {
        .characteristics-of-probiotic__list__item {
          margin: 20px 0 0; } }
    .characteristics-of-probiotic__list__image {
      flex-shrink: 0;
      min-width: 60px; }
      .characteristics-of-probiotic__list__image img {
        position: relative;
        top: -5px; }
    .characteristics-of-probiotic__list__text p {
      font-size: 21px;
      line-height: 31px;
      font-weight: 400;
      color: #185230; }
      @media (max-width: 768px) {
        .characteristics-of-probiotic__list__text p {
          font-size: 16px;
          line-height: 21px; } }

/* APPLICATION OF PROBIOTIC */
.application-of-probiotic {
  background: rgba(216, 241, 157, 0.2);
  padding: 40px 15px 0;
  margin: 100px 0 0; }
  @media (max-width: 992px) {
    .application-of-probiotic {
      margin: 40px 0 0; } }
  .application-of-probiotic__content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0 40px;
    background-image: url("../img/probiotic/packshot-bacterias.png");
    background-position: center bottom;
    background-repeat: no-repeat; }
    @media (max-width: 992px) {
      .application-of-probiotic__content {
        background-image: url("../img/probiotic/packshot.png");
        background-size: 375px;
        padding: 0 0 500px; } }
  .application-of-probiotic__intro {
    margin: 50px 0; }
    @media (max-width: 992px) {
      .application-of-probiotic__intro {
        margin: 20px 0; } }
    .application-of-probiotic__intro h2 {
      font-size: 42px;
      line-height: 48px;
      font-weight: 400;
      color: #185230;
      text-align: center; }
      @media (max-width: 768px) {
        .application-of-probiotic__intro h2 {
          font-size: 28px;
          line-height: 36px; } }
  .application-of-probiotic__list {
    display: flex;
    flex-direction: row;
    gap: 0 300px;
    justify-content: space-between; }
    @media (max-width: 1200px) {
      .application-of-probiotic__list {
        gap: 0 350px; } }
    @media (max-width: 992px) {
      .application-of-probiotic__list {
        flex-direction: column;
        gap: 0; } }
    .application-of-probiotic__list__column {
      display: flex;
      flex-direction: column;
      justify-content: space-around; }
      @media (max-width: 992px) {
        .application-of-probiotic__list__column {
          align-items: center; } }
      .application-of-probiotic__list__column:first-child > div:nth-child(2n) {
        align-self: end; }
        @media (max-width: 992px) {
          .application-of-probiotic__list__column:first-child > div:nth-child(2n) {
            align-self: auto; } }
    .application-of-probiotic__list__item--bg p {
      background: #D8F19D; }
    .application-of-probiotic__list__item p {
      font-size: 24px;
      line-height: 39px;
      font-weight: 800;
      color: #185230;
      margin: 30px 0;
      padding: 10px 40px;
      border: 5px solid #D8F19D;
      border-radius: 100px;
      display: inline-block;
      max-width: 370px; }
      @media (max-width: 992px) {
        .application-of-probiotic__list__item p {
          max-width: none;
          margin: 15px 0;
          text-align: center; } }
      @media (max-width: 768px) {
        .application-of-probiotic__list__item p {
          font-size: 18px;
          line-height: 26px; } }

/* ABDOBINAL PAIN */
.abdominal-pain {
  padding: 2.5% 15px; }
  @media (max-width: 768px) {
    .abdominal-pain {
      padding: 30px 15px; } }
  .abdominal-pain__intro h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #185230; }
    @media (max-width: 768px) {
      .abdominal-pain__intro h2 {
        font-size: 30px;
        line-height: 38px; } }
  .abdominal-pain__content {
    max-width: 1350px;
    margin: 45px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 5%; }
    @media (max-width: 768px) {
      .abdominal-pain__content {
        flex-direction: column-reverse; } }
  .abdominal-pain__description li {
    font-size: 26px;
    line-height: 40px;
    color: #303D56;
    margin: 30px 0; }
    @media (max-width: 992px) {
      .abdominal-pain__description li {
        margin: 10px 0; } }
  .abdominal-pain__description p {
    font-size: 21px;
    line-height: 31px;
    color: #303D56; }
    @media (max-width: 992px) {
      .abdominal-pain__description p {
        font-size: 18px;
        line-height: 26px; } }
  .abdominal-pain__image {
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .abdominal-pain__image {
        flex-shrink: 0.25; } }
    @media (max-width: 992px) {
      .abdominal-pain__image {
        flex-shrink: 0.75; } }
    @media (max-width: 768px) {
      .abdominal-pain__image img {
        max-width: 300px; } }

/* IBS AFTER COVID */
.ibs-after-covid {
  background-color: rgba(158, 161, 210, 0.2);
  background-image: url("../img/functional-disorders-after-covid-19/bacterias.png");
  background-position: 85% center;
  background-repeat: no-repeat;
  padding: 2.5% 15px; }
  @media (max-width: 992px) {
    .ibs-after-covid {
      background-position: 85% 50px; } }
  @media (max-width: 768px) {
    .ibs-after-covid {
      padding: 30px 15px; } }
  .ibs-after-covid__intro h2 {
    font-size: 42px;
    line-height: 48px;
    text-align: center;
    color: #185230; }
    @media (max-width: 768px) {
      .ibs-after-covid__intro h2 {
        font-size: 30px;
        line-height: 38px; } }
  .ibs-after-covid__content {
    max-width: 1350px;
    margin: 45px auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 5%; }
    @media (max-width: 992px) {
      .ibs-after-covid__content {
        flex-direction: column;
        margin: 45px auto 15px; } }
  .ibs-after-covid__column {
    max-width: 47.5%; }
    @media (max-width: 992px) {
      .ibs-after-covid__column {
        max-width: 100%; }
        .ibs-after-covid__column:last-child {
          margin-top: -10px; } }
    .ibs-after-covid__column li {
      font-size: 26px;
      line-height: 40px;
      color: #303D56;
      margin: 30px 0; }
      @media (max-width: 992px) {
        .ibs-after-covid__column li {
          margin: 10px 0; } }
    .ibs-after-covid__column p {
      font-size: 21px;
      line-height: 31px;
      color: #303D56; }
      @media (max-width: 992px) {
        .ibs-after-covid__column p {
          font-size: 18px;
          line-height: 26px; } }

/* QUIZ */
.quiz {
  max-width: 1150px;
  margin: 0 auto;
  padding: 15px; }
  .quiz__intro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 7.5%;
    padding: 10% 0; }
    @media (max-width: 1200px) {
      .quiz__intro {
        gap: 2.5%; } }
    @media (max-width: 768px) {
      .quiz__intro {
        flex-direction: column;
        padding: 0; } }
  .quiz__image {
    flex-shrink: 0; }
    @media (max-width: 1200px) {
      .quiz__image {
        flex-shrink: 0.5; } }
  .quiz__text h2 {
    font-size: 42px;
    line-height: 48px;
    font-weight: 800;
    color: #185230; }
    @media (max-width: 768px) {
      .quiz__text h2 {
        font-size: 26px;
        line-height: 34px;
        margin-top: 20px; } }
  .quiz__text p {
    font-size: 21px;
    line-height: 30px;
    font-weight: 800;
    color: #00967D;
    margin-top: 30px; }
    @media (max-width: 768px) {
      .quiz__text p {
        font-size: 18px;
        line-height: 26px; } }
  .quiz__text a {
    margin: 80px 0 0; }
    @media (max-width: 768px) {
      .quiz__text a {
        margin: 30px 0; } }
  .quiz__content {
    max-width: 1090px;
    margin: 30px auto 100px; }
  .quiz__number {
    font-size: 50px;
    line-height: 50px;
    color: #00967D;
    margin: 40px 0;
    font-weight: 100; }
  .quiz__question {
    font-size: 21px;
    line-height: 30px;
    color: #00967D;
    font-weight: 800;
    margin: 30px 140px; }
  .quiz__answer {
    margin: 0 140px; }
    .quiz__answer label::before {
      border: 1px solid #185230;
      width: 26px;
      height: 26px; }
    .quiz__answer label::after {
      background: unset;
      width: 18px;
      height: 18px;
      left: 4px;
      top: 4px;
      background: #185230; }
  .quiz__button {
    margin: 50px 150px 0; }

/* LOGIN */
.login {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 100px 15px 150px; }
  @media (max-width: 768px) {
    .login {
      padding: 25px 15px 50px; } }
  .login::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .login::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .login::after {
        display: none; } }
  @media (max-width: 1200px) {
    .login {
      background-size: cover; } }
  .login__text {
    max-width: 1090px;
    margin: 0 auto 50px; }
    .login__text h1 {
      font-size: 36px;
      line-height: 41px;
      color: #185230; }
      @media (max-width: 768px) {
        .login__text h1 {
          font-size: 21px;
          line-height: 26px; } }
  .login__content {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 150px;
    z-index: 2;
    position: relative; }
    @media (max-width: 992px) {
      .login__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px; } }
  .login__form {
    min-width: 400px; }
    @media (max-width: 768px) {
      .login__form {
        min-width: 100%; } }
    .login__form h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }
    .login__form a {
      font-size: 18px;
      line-height: 27px;
      color: #185230;
      margin: 15px auto 25px;
      text-align: right;
      display: block;
      max-width: 200px;
      margin-right: 0; }
  .login__info {
    min-width: 400px; }
    @media (max-width: 768px) {
      .login__info {
        min-width: 100%; } }
    .login__info h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }

/* RESET PASSWORD */
.reset-password {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 150px 15px; }
  @media (max-width: 768px) {
    .reset-password {
      padding: 50px 15px; } }
  .reset-password::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .reset-password::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .reset-password::after {
        display: none; } }
  @media (max-width: 1200px) {
    .reset-password {
      background-size: cover; } }
  .reset-password__content {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 150px;
    z-index: 2;
    position: relative; }
    @media (max-width: 992px) {
      .reset-password__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px; } }
  .reset-password__form {
    width: 500px; }
    @media (max-width: 768px) {
      .reset-password__form {
        min-width: 100%;
        width: auto; } }
    .reset-password__form h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }
    .reset-password__form p {
      font-size: 18px;
      line-height: 27px;
      color: #185230;
      margin: 15px auto 25px;
      margin-right: 0; }
    .reset-password__form button {
      margin-top: 25px; }
  .reset-password__info {
    min-width: 500px; }
    @media (max-width: 768px) {
      .reset-password__info {
        min-width: 100%; } }
    .reset-password__info h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }

/* SET NEW PASSWORD */
.set-new-password {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 150px 15px; }
  @media (max-width: 768px) {
    .set-new-password {
      padding: 50px 15px; } }
  .set-new-password::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .set-new-password::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .set-new-password::after {
        display: none; } }
  @media (max-width: 1200px) {
    .set-new-password {
      background-size: cover; } }
  .set-new-password__content {
    max-width: 1090px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 150px;
    z-index: 2;
    position: relative; }
    @media (max-width: 992px) {
      .set-new-password__content {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 50px; } }
  .set-new-password__form {
    min-width: 400px; }
    @media (max-width: 768px) {
      .set-new-password__form {
        min-width: 100%; } }
    .set-new-password__form h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }
    .set-new-password__form button {
      margin-top: 25px; }
  .set-new-password__info {
    min-width: 400px; }
    @media (max-width: 768px) {
      .set-new-password__info {
        min-width: 100%; } }
    .set-new-password__info h2 {
      font-size: 30px;
      line-height: 46px;
      font-weight: 800;
      color: #185230;
      margin-bottom: 45px; }

/* REGISTER */
.register__hero {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 60px 15px; }
  .register__hero::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .register__hero::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .register__hero::after {
        display: none; } }
  @media (max-width: 1200px) {
    .register__hero {
      background-size: cover; } }
.register__intro {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  position: relative;
  gap: 30px; }
  @media (max-width: 768px) {
    .register__intro {
      flex-direction: column-reverse; } }
.register__image {
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .register__image {
      flex-shrink: 0.5; } }
.register__text h1 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 800;
  color: #185230; }
  @media (max-width: 768px) {
    .register__text h1 {
      font-size: 36px;
      line-height: 42px; } }
.register__text h2 {
  font-size: 30px;
  line-height: 46px;
  color: #185230; }
  @media (max-width: 768px) {
    .register__text h2 {
      font-size: 24px;
      line-height: 30px; } }
.register__text h3 {
  font-size: 24px;
  line-height: 30px;
  color: #185230; }
  @media (max-width: 768px) {
    .register__text h3 {
      font-size: 18px;
      line-height: 26px; } }
.register__form {
  max-width: 820px;
  margin: 50px auto 100px; }
  .register__form h2 {
    margin: 50px 0 0;
    font-size: 30px;
    line-height: 46px;
    font-weight: 800;
    color: #185230; }
    @media (max-width: 768px) {
      .register__form h2 {
        font-size: 24px;
        line-height: 30px; } }
  .register__form p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 27px;
    color: #303D56; }

/* My account */
.my-account__hero {
  position: relative;
  background-color: #E6FAF9;
  background-image: url("../img/clouds.png");
  background-position: center;
  padding: 60px 15px; }
  .my-account__hero::after {
    content: "";
    position: absolute;
    display: block;
    width: 333px;
    height: 286px;
    background: url("../img/cloud.png");
    left: -110px;
    bottom: -65px;
    z-index: 1;
    background-size: cover; }
    @media (max-width: 1400px) {
      .my-account__hero::after {
        width: 249px;
        height: 214px; } }
    @media (max-width: 768px) {
      .my-account__hero::after {
        display: none; } }
  @media (max-width: 1200px) {
    .my-account__hero {
      background-size: cover; } }
.my-account__intro {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  z-index: 2;
  position: relative;
  gap: 30px; }
  @media (max-width: 768px) {
    .my-account__intro {
      flex-direction: column-reverse; } }
.my-account__image {
  flex-shrink: 0; }
  @media (max-width: 1200px) {
    .my-account__image {
      flex-shrink: 0.5; } }
.my-account__text h1 {
  font-size: 50px;
  line-height: 76px;
  font-weight: 800;
  color: #185230; }
  @media (max-width: 768px) {
    .my-account__text h1 {
      font-size: 36px;
      line-height: 42px; } }
.my-account__text h2 {
  font-size: 30px;
  line-height: 46px;
  color: #185230; }
  @media (max-width: 768px) {
    .my-account__text h2 {
      font-size: 24px;
      line-height: 30px; } }
.my-account__text h3 {
  font-size: 24px;
  line-height: 30px;
  color: #185230; }
  @media (max-width: 768px) {
    .my-account__text h3 {
      font-size: 18px;
      line-height: 26px; } }
.my-account__form {
  max-width: 820px;
  margin: 50px auto 100px; }
  .my-account__form h2 {
    margin: 50px 0 0;
    font-size: 30px;
    line-height: 46px;
    font-weight: 800;
    color: #185230; }
    @media (max-width: 768px) {
      .my-account__form h2 {
        font-size: 24px;
        line-height: 30px; } }
  .my-account__form p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 27px;
    color: #303D56; }

/* QUIZ THANK YOU*/
.quiz-thank-you {
  padding: 7.5% 15px 12.5%;
  text-align: center; }
  .quiz-thank-you h1 {
    font-size: 30px;
    line-height: 36px;
    margin: 50px 0; }
  .quiz-thank-you a {
    margin-bottom: 50px; }

/* backgrounds */
