@charset "UTF-8";
/* COLORS */
body {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 21px;
  line-height: 26px; }

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

a {
  display: inline-block; }
  a:hover {
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

b {
  font-weight: 600; }

strong {
  font-weight: 900; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0;
  padding: 0;
  font-family: 'Playfair Display', serif;
  letter-spacing: 1.5px; }

h1 {
  font-size: 36px;
  line-height: 48px; }

h2 {
  font-size: 36px;
  line-height: 50px; }

h3 {
  font-size: 32px;
  line-height: 46px; }

h4 {
  font-size: 28px;
  line-height: 42px; }

h5 {
  font-size: 24px;
  line-height: 38px; }

h6 {
  font-size: 20px;
  line-height: 31px; }

p {
  font-size: 20px;
  line-height: 31px;
  margin: 0;
  padding: 0; }

@media (min-width: 1200px) {
  .container {
    padding-left: 0;
    padding-right: 0; } }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.notifyjs-corner {
  z-index: 9999999 !important; }

/* HEADER */
.logo {
  margin: 30px auto 25px;
  display: flex;
  justify-content: center;
  position: relative; }
  .logo::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 1px;
    border-bottom: 1px solid rgba(112, 112, 112, 0.25); }
  @media (max-width: 993px) {
    .logo {
      display: block;
      margin: 30px 0 25px; }
      .logo svg {
        max-width: 210px; } }

.header .container {
  position: relative; }
.header #log-in {
  position: absolute;
  right: 0;
  top: 20px;
  background: #0C4676;
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600; }
  @media (max-width: 993px) {
    .header #log-in {
      position: relative;
      padding: 10px;
      top: 0; } }
.header #my-account {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 14px;
  line-height: 14px;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  color: #000000;
  padding-right: 30px !important; }
  .header #my-account:after {
    content: "\2304";
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 30px;
    font-size: 20px;
    line-height: 18px;
    transform: scaleX(1.5);
    font-weight: 300; }
  @media (max-width: 993px) {
    .header #my-account {
      position: relative;
      padding: 10px;
      top: 0; } }
@media (max-width: 993px) {
  .header .main-header-container {
    display: flex;
    justify-content: space-between;
    align-items: center; } }
.header .navbar {
  overflow-y: auto;
  display: flex;
  justify-content: center;
  padding: 0 0 5px 0; }
  @media (max-width: 993px) {
    .header .navbar {
      justify-content: space-between; } }
  .header .navbar--top {
    justify-content: flex-end; }
    @media (max-width: 993px) {
      .header .navbar--top {
        padding: 10px 0 0;
        margin: 0;
        display: block;
        position: fixed;
        left: 10px;
        top: 5px; }
        .header .navbar--top ul {
          display: block;
          margin: 0 !important;
          padding: 0 !important; }
          .header .navbar--top ul a {
            letter-spacing: 0 !important; }
        .header .navbar--top .info {
          display: none !important; } }
  .header .navbar:first-child {
    border-top: 1px solid rgba(112, 112, 112, 0.25); }
.header .navigation {
  margin: 10px 0;
  padding: 0 22.5px; }
  .header .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .header .navigation li {
    margin: 2px 0 0;
    padding: 0 15px 0 0;
    display: inline-block;
    line-height: 14px;
    font-size: 14px;
    position: relative; }
    .header .navigation li::after {
      content: "";
      position: absolute;
      right: 5px;
      top: -3px;
      bottom: -3px;
      width: 1px;
      border: 1px solid gray;
      opacity: 0.2; }
      @media (max-width: 993px) {
        .header .navigation li::after {
          display: none; } }
    .header .navigation li.no-line::after {
      display: none; }
  .header .navigation a {
    font-size: 14px;
    line-height: 14px;
    color: #000000;
    padding: 0 2px;
    margin: 0 2px;
    transition: all 0.6s ease 0s;
    text-transform: uppercase;
    position: relative;
    font-weight: 600; }
    .header .navigation a::after {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 50%;
      transform: translateX(-50%);
      width: 30px;
      height: 2px;
      background: #1161a4;
      display: none; }
    .header .navigation a:hover {
      color: #1161a4; }
      .header .navigation a:hover::after {
        display: block; }
  .header .navigation--open {
    color: #000000;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 0;
    position: relative;
    top: 2px; }
    .header .navigation--open .navbar-toggler {
      margin-right: 5px;
      padding: 5px;
      font-size: 1.25rem;
      line-height: 1;
      border-radius: 2px;
      background-color: transparent;
      border: 1px solid transparent;
      border-top-color: transparent;
      border-right-color: transparent;
      border-bottom-color: transparent;
      border-left-color: transparent;
      border-radius: .25rem;
      outline: none; }
      .header .navigation--open .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        content: "";
        background-size: 100% 100%;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(12, 70, 118)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='3' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .header .navigation--close {
    display: none;
    color: #0C4676 !important;
    font-size: 46px !important;
    float: right;
    font-weight: 500 !important; }
    .header .navigation--close:hover::after {
      display: none !important; }
    .header .navigation--close::before {
      content: "";
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      height: 65px;
      background: #F7F7F7;
      z-index: -1; }
    @media (max-width: 993px) {
      .header .navigation--close {
        display: inline-block; } }
  @media (max-width: 993px) {
    .header .navigation--menu {
      border-right: 0;
      opacity: 0;
      position: fixed;
      background: white;
      z-index: 1059;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: 0;
      padding: 15px;
      overflow-y: auto;
      transform: translateX(-100%) rotateY(90deg); }
      .header .navigation--menu ul {
        display: block;
        padding: 20px 15px 15px;
        margin-top: 60px; }
      .header .navigation--menu li {
        display: block;
        text-align: center; }
      .header .navigation--menu a {
        font-size: 16px;
        line-height: 18px;
        margin: 10px 4px;
        padding: 2px;
        text-align: center;
        letter-spacing: 2px; }
        .header .navigation--menu a.smaller-space {
          margin: 0 4px; }
      .header .navigation--menu--visible {
        opacity: 1;
        transform: translateX(0%) rotateY(0deg);
        transition: all 0.6s ease 0s; } }
  .header .navigation--hamburger {
    display: none;
    margin: 10px 0;
    padding: 0 10px; }
    @media (max-width: 993px) {
      .header .navigation--hamburger {
        display: block; } }
  .header .navigation--settings a {
    color: #0C4676; }

@media (max-width: 993px) {
  .fu_popover_submenu {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    width: auto !important;
    padding-top: 50px !important; }

  .close_fu_popover {
    color: #0C4676 !important;
    position: absolute;
    font-size: 40px !important;
    right: 15px !important;
    top: 15px !important;
    cursor: pointer; } }
/* FOOTER */
.footer .navigation {
  margin: 30px 0;
  padding: 0 30px; }
  .footer .navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .footer .navigation li {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 12px;
    font-size: 12px; }
  .footer .navigation a {
    font-size: 12px;
    line-height: 12px;
    color: #585858;
    padding: 0 5px;
    margin: 0 5px;
    transition: all 0.6s ease 0s;
    text-transform: uppercase; }
.footer .documents ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
.footer .documents li {
  display: inline-block;
  padding: 5px;
  margin: 5px; }
.footer .documents a {
  color: #585858;
  font-size: 12px;
  line-height: 12px;
  text-decoration: none; }
  .footer .documents a:hover {
    color: #0C4676; }
.footer .copyright {
  border-top: 1px solid rgba(112, 112, 112, 0.25);
  max-width: 435px;
  width: 100%;
  margin: 20px auto;
  padding: 20px 0; }
  .footer .copyright p {
    text-align: center;
    font-size: 12px;
    color: #585858; }

.article {
  margin: 36px 52px; }
  @media (max-width: 992px) {
    .article {
      margin: 16px 0; } }
  .article h3 {
    margin: 5px 0;
    font-size: 24px;
    line-height: 32px;
    padding: 5px; }
  .article p {
    font-size: 14px;
    line-height: 23px;
    margin: 5px 0;
    padding: 5px;
    color: #585858; }

/* LOGIN */
.gate img {
  margin: 15px auto; }
.gate input[type='radio'] + label {
  font-size: 14px !important;
  font-weight: bold;
  margin: 20px auto;
  color: #0C4676;
  padding-left: 25px !important; }
.gate input[type='checkbox'] + label {
  padding-left: 25px !important;
  margin: 20px 0; }
.gate .notices p {
  font-weight: normal;
  font-size: 10px;
  line-height: 14px; }

/* LOGIN */
.login h1 {
  margin: 45px 0; }
.login .logo {
  position: relative; }
  .login .logo::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }

/* REGISTER */
.register h1 {
  margin: 45px 0; }
.register .logo {
  position: relative; }
  .register .logo::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }
.register .statements * {
  color: #858585 !important; }

/* REMIND PASSWORD */
.remind-password h1 {
  margin: 45px 0; }
.remind-password .logo {
  position: relative; }
  .remind-password .logo::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }

/* LOGIN */
.set-new-password h1 {
  margin: 45px 0; }
.set-new-password .logo {
  position: relative; }
  .set-new-password .logo::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }

/* REMIND PASSWORD */
.activation-account {
  text-align: center; }
  .activation-account h1 {
    margin: 45px 0; }
  .activation-account .logo {
    position: relative; }
    .activation-account .logo::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -25px;
      height: 1px;
      border-top: 1px solid rgba(112, 112, 112, 0.25); }

/* REMIND PASSWORD */
.thank-you-for-register {
  text-align: center; }
  .thank-you-for-register h1 {
    margin: 45px 0; }
  .thank-you-for-register p {
    color: #B8B8B8;
    font-size: 14px;
    line-height: 23px; }
  .thank-you-for-register .logo {
    position: relative; }
    .thank-you-for-register .logo::after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -25px;
      height: 1px;
      border-top: 1px solid rgba(112, 112, 112, 0.25); }

/* COMMUNICATION PANEL */
.communication-panel .block {
  text-align: center; }
  .communication-panel .block h4 {
    font-size: 21px;
    line-height: 28px;
    color: black;
    text-align: center;
    padding-bottom: 25px; }
  .communication-panel .block p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 800;
    color: black;
    text-align: center;
    padding: 0 0 25px; }
  .communication-panel .block a {
    margin: 0 auto; }
  .communication-panel .block .icon {
    padding: 15px 0; }
  .communication-panel .block .button {
    margin-bottom: 25px; }

/* EMAIL GROUP*/
.email-group .form {
  padding: 5% 0 15%; }
  .email-group .form .input {
    max-width: 600px; }

.contact-form {
  padding: 25px 35px 25px 160px;
  margin-bottom: 15px;
  background-color: #F4F9EB;
  background-image: url("../img/drs-email.png");
  background-position: 30px 15px;
  background-size: 90px 90px;
  background-repeat: no-repeat; }
  @media (max-width: 768px) {
    .contact-form {
      padding: 100px 15px 15px 15px;
      background-position: center 25px;
      text-align: center; } }
  .contact-form p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 5px; }
  @media (min-width: 991px) {
    .contact-form form {
      display: flex;
      align-items: flex-end; } }
  .contact-form form textarea {
    margin: 10px 5px; }
  .contact-form form button {
    margin: 10px 5px;
    padding-left: 65px;
    padding-right: 65px;
    min-width: 190px; }

.controls {
  padding: 25px 35px 25px 160px;
  margin-bottom: 15px;
  background-color: #F4F9EB;
  background-image: url("../img/drs-calendar-clock.png");
  background-size: 90px 90px;
  background-position: 30px 15px;
  background-repeat: no-repeat; }
  @media (min-width: 1200px) {
    .controls {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media (max-width: 991px) {
    .controls {
      padding: 100px 15px 15px 15px;
      background-position: center 25px;
      text-align: center; } }
  @media (min-width: 992px) {
    .controls__navigation {
      display: flex;
      align-self: flex-start; } }
  .controls__navigation .button {
    margin: 10px 5px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 190px; }
    .controls__navigation .button--appointment-cancel {
      background: #CE0404;
      color: white; }
      .controls__navigation .button--appointment-cancel:hover {
        background: #9c0303; }
    .controls__navigation .button--appointment-materials {
      background: #0C4676;
      color: white; }
      .controls__navigation .button--appointment-materials:hover {
        background: #072b48; }
    .controls__navigation .button--appointment-waiting {
      background: #FFB300; }
      .controls__navigation .button--appointment-waiting:hover {
        background: #cc8f00; }
    .controls__navigation .button--appointment-confirmed {
      background: #C2DE8C; }
      .controls__navigation .button--appointment-confirmed:hover {
        background: #add364; }
  .controls p {
    font-size: 14px;
    line-height: 23px;
    margin: 0 5px; }

.calendar {
  padding: 0 15px;
  margin: 5px 0 0;
  background-color: rgba(226, 226, 226, 0.35);
  overflow-x: auto; }
  .calendar .error {
    text-align: center;
    color: #bb0303;
    padding: 40px 15px;
    font-size: 21px;
    line-height: 26px; }
  .calendar table, .calendar th, .calendar td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    border-spacing: 0;
    padding: 0; }
  .calendar th {
    font-size: 14px;
    line-height: 19px;
    border: 0;
    padding: 15px 0 5px 0;
    min-width: 105px;
    font-weight: 600; }
  .calendar table {
    width: 1050px;
    margin: 15px auto 30px;
    display: block;
    border-collapse: collapse;
    border: 0; }
    .calendar table button {
      background: none;
      display: block;
      width: 100%;
      text-align: center;
      color: black;
      font-size: 10px;
      line-height: 14px;
      border: 0;
      outline: none;
      padding: 10px 0;
      min-width: 102px; }
      .calendar table button:focus {
        background: #a8a8a8;
        color: black; }
        .calendar table button:focus.waiting, .calendar table button:focus.confirmed, .calendar table button:focus.past, .calendar table button:focus.inactive {
          color: black; }
      .calendar table button[data-profession='przedstawiciel'][data-status=''] {
        background: none;
        color: black; }
        .calendar table button[data-profession='przedstawiciel'][data-status='']:focus {
          background: #a8a8a8; }
      .calendar table button.waiting {
        background: #FFDD00 !important; }
      .calendar table button.confirmed {
        background: #8BDB00 !important; }
      .calendar table button.inactive {
        background: #F50384 !important; }
      .calendar table button.past {
        background: #B8B8B8; }

.statistics {
  padding: 0;
  margin: 14px auto 15px;
  overflow-x: auto; }
  .statistics table, .statistics th, .statistics td {
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
    border-spacing: 0;
    padding: 0; }
  .statistics table {
    width: 1140px;
    margin: 15px auto 30px;
    display: block;
    border-collapse: collapse;
    border: 0; }
  .statistics tr:hover {
    background: rgba(226, 226, 226, 0.6);
    cursor: pointer; }
  .statistics th {
    font-size: 14px;
    line-height: 19px;
    padding: 15px 0 5px 0;
    min-width: 50px;
    background: #94C23C;
    color: white;
    padding: 10px 15px;
    font-weight: 400; }
  .statistics td {
    font-size: 12px;
    padding: 10px 15px; }
  .statistics .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    flex-wrap: wrap; }
    .statistics .pagination a {
      text-align: center;
      display: block;
      max-width: 40px;
      width: 100%;
      padding: 5px;
      border: 1px solid rgba(0, 0, 0, 0.2);
      margin: 5px;
      cursor: pointer;
      font-size: 14px; }
      .statistics .pagination a.active {
        background: rgba(0, 0, 0, 0.2);
        color: white; }

.export {
  margin: 40px 0 0;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(226, 226, 226, 0.35); }
  .export a {
    margin: 10px; }

.quiz {
  margin: 25px 0;
  padding: 20px 0;
  position: relative; }
  .quiz::before {
    content: '';
    position: absolute;
    width: 40%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }
  .quiz h3 {
    font-size: 24px;
    line-height: 32px; }
  .quiz button {
    margin: 60px auto 0; }
  .quiz .question h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 40px 0;
    display: flex; }
    .quiz .question h4 em {
      display: block;
      min-width: 105px;
      font-style: normal; }
  .quiz .answers label {
    font-size: 14px;
    font-family: 'Poppins';
    display: block;
    margin: 30px 63px;
    position: relative;
    padding-left: 42px;
    cursor: pointer; }
    @media (max-width: 992px) {
      .quiz .answers label {
        margin: 20px 0; } }
    .quiz .answers label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      border: 1px solid #585858;
      border-radius: 50%;
      box-sizing: border-box; }
    .quiz .answers label::after {
      display: none;
      content: '';
      position: absolute;
      left: 4px;
      top: 7px;
      width: 12px;
      height: 12px;
      background: #0C4676;
      border-radius: 50%; }
  .quiz .answers input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .quiz .answers input[type="radio"]:checked + label {
      color: #94C23C; }
      .quiz .answers input[type="radio"]:checked + label::after {
        display: block; }

.bronchipret-club-quiz {
  margin: 25px 0;
  padding: 20px 0;
  position: relative; }
  .bronchipret-club-quiz::before {
    content: '';
    position: absolute;
    width: 40%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    border-top: 1px solid rgba(112, 112, 112, 0.25); }
  .bronchipret-club-quiz h3 {
    font-size: 24px;
    line-height: 32px; }
  .bronchipret-club-quiz button {
    margin: 60px auto 0; }
  .bronchipret-club-quiz .question h4 {
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
    font-family: 'Poppins';
    margin: 40px 0;
    display: flex; }
    .bronchipret-club-quiz .question h4 em {
      display: block;
      min-width: 105px;
      font-style: normal; }
  .bronchipret-club-quiz .answers label {
    font-size: 14px;
    font-family: 'Poppins';
    display: block;
    margin: 30px 63px;
    position: relative;
    padding-left: 42px;
    cursor: pointer; }
    @media (max-width: 992px) {
      .bronchipret-club-quiz .answers label {
        margin: 20px 0; } }
    .bronchipret-club-quiz .answers label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 3px;
      width: 20px;
      height: 20px;
      border: 1px solid #585858;
      border-radius: 50%;
      box-sizing: border-box; }
    .bronchipret-club-quiz .answers label::after {
      display: none;
      content: '';
      position: absolute;
      left: 4px;
      top: 7px;
      width: 12px;
      height: 12px;
      background: #0C4676;
      border-radius: 50%; }
  .bronchipret-club-quiz .answers input[type="radio"] {
    position: absolute;
    left: -9999px; }
    .bronchipret-club-quiz .answers input[type="radio"]:checked + label {
      color: #94C23C; }
      .bronchipret-club-quiz .answers input[type="radio"]:checked + label::after {
        display: block; }

.info-legend h5 {
  font-size: 15px;
  line-height: 15px;
  color: #0C4676;
  margin: 10px 40px 10px;
  font-family: 'Poppins';
  font-weight: 600;
  cursor: pointer; }
  @media (max-width: 768px) {
    .info-legend h5 {
      margin: 20px 0; } }
  .info-legend h5 img {
    display: inline; }
  .info-legend h5 span {
    display: inline;
    padding: 5px; }
.info-legend h6 {
  text-align: right;
  margin: 10px 40px 5px;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 14px; }
  @media (max-width: 768px) {
    .info-legend h6 {
      margin: 20px 0; } }
  .info-legend h6 b {
    font-weight: 800; }
.info-legend ul {
  margin: 15px 40px 5px;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between; }
  @media (max-width: 768px) {
    .info-legend ul {
      display: block;
      margin: 15px 0 5px; } }
  .info-legend ul li {
    padding: 0 0 0 28px;
    position: relative; }
    @media (max-width: 768px) {
      .info-legend ul li {
        display: inline-block;
        width: 160px;
        vertical-align: top; } }
    .info-legend ul li::before {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 18px;
      height: 18px; }
    .info-legend ul li.waiting::before {
      background: #FFDD00; }
    .info-legend ul li.confirmed::before {
      background: #8BDB00; }
    .info-legend ul li.inactive::before {
      background: #F50384; }
    .info-legend ul li.reserved::before {
      background: #F50384; }
    .info-legend ul li.past::before {
      background: #B8B8B8; }
    .info-legend ul li.event::before {
      background: #0C4676; }
  .info-legend ul p {
    font-size: 10px;
    line-height: 14px;
    font-weight: 600; }
    .info-legend ul p span {
      font-style: italic;
      display: block;
      font-weight: 400; }

.operation {
  padding: 25px 40px;
  text-align: right; }

.webinar h1 {
  font-family: 'Poppins';
  color: #0C4676;
  font-size: 18px;
  line-height: 30px;
  text-align: center; }
  .webinar h1 a, .webinar h1 span {
    color: #94C23C;
    font-weight: 800; }

.webinar-info-popover {
  padding: 20px !important;
  font-size: 14px;
  line-height: 23px;
  background: #FAFAFA; }

.webinars-calendar {
  padding: 5% 0; }
  .webinars-calendar h1 {
    font-family: 'Playfair';
    font-size: 24px;
    line-height: 38px; }
  .webinars-calendar h2 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 30px;
    color: #0C4676;
    margin-bottom: 50px; }
  .webinars-calendar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .webinars-calendar li {
    cursor: pointer;
    margin: 5px;
    padding: 15px;
    width: 30%;
    min-width: 200px;
    display: inline-block;
    border-right: 1px solid #B8B8B8;
    vertical-align: top; }
    @media (max-width: 768px) {
      .webinars-calendar li {
        width: 100%;
        border: 0; } }
    .webinars-calendar li:last-child {
      border-right: 0; }
    .webinars-calendar li p {
      font-family: 'Playfair';
      font-size: 25px;
      line-height: 33px;
      margin: 0;
      padding: 10px 0;
      color: black; }
    .webinars-calendar li span {
      font-size: 18px;
      line-height: 24px;
      color: #0C4676; }

.medical-course h1 {
  font-family: 'Poppins';
  color: #0C4676;
  font-size: 18px;
  line-height: 30px;
  text-align: center; }
  .medical-course h1 a, .medical-course h1 span {
    color: #94C23C;
    font-weight: 600; }

.medical-course-info-popover {
  padding: 20px !important;
  font-size: 14px;
  line-height: 23px;
  background: #FAFAFA; }

.medical-courses-calendar {
  padding: 5% 0; }
  .medical-courses-calendar h1 {
    font-family: 'Playfair';
    font-size: 24px;
    line-height: 38px; }
  .medical-courses-calendar h2 {
    font-family: 'Poppins';
    font-size: 18px;
    line-height: 30px;
    color: #0C4676;
    margin-bottom: 50px; }
  .medical-courses-calendar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .medical-courses-calendar li {
    cursor: pointer;
    margin: 5px;
    padding: 15px;
    width: 30%;
    min-width: 200px;
    display: inline-block;
    border-right: 1px solid #B8B8B8;
    vertical-align: top;
    position: relative; }
    .medical-courses-calendar li:nth-child(3n+3) {
      border-right: none !important; }
    .medical-courses-calendar li.is-past::before {
      content: "";
      z-index: 5;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0.7); }
    .medical-courses-calendar li.is-past .is-past-notify {
      z-index: 99;
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 200px;
      background: #0C4676;
      transform: translate(-50%, -50%);
      padding: 5px 20px; }
      .medical-courses-calendar li.is-past .is-past-notify p {
        font-family: 'Poppins', sans-serif;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        line-height: 21px;
        font-weight: 600; }
    @media (max-width: 768px) {
      .medical-courses-calendar li {
        width: 100%;
        border: 0; } }
    .medical-courses-calendar li:last-child {
      border-right: 0; }
    .medical-courses-calendar li p {
      font-family: 'Playfair';
      font-size: 21px;
      line-height: 28px;
      margin: 0;
      padding: 10px 0;
      color: black; }
    .medical-courses-calendar li span {
      font-size: 18px;
      line-height: 24px;
      color: #0C4676; }

.certificate ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.certificate li {
  margin: 0;
  padding: 10% 0;
  border-bottom: 1px solid rgba(184, 184, 184, 0.5);
  text-align: center; }
  .certificate li:last-child {
    border-bottom: 0; }

.certificate-medical-course ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.certificate-medical-course li {
  margin: 0;
  padding: 0 0 5%;
  border-bottom: 1px solid rgba(184, 184, 184, 0.5); }
  .certificate-medical-course li:last-child {
    border-bottom: 0; }

.knowledge-test {
  position: relative;
  margin: 0; }
  .knowledge-test h1 {
    font-family: 'Poppins';
    color: #0C4676;
    font-size: 18px;
    line-height: 30px;
    text-align: center; }
    .knowledge-test h1 a, .knowledge-test h1 span {
      color: #94C23C;
      font-weight: 800; }
  .knowledge-test h4 {
    font-size: 24px;
    line-height: 32px; }
  .knowledge-test button {
    margin: 60px auto 0;
    cursor: pointer !important; }
  .knowledge-test p {
    color: #585858; }
  .knowledge-test .slick-arrow {
    position: absolute;
    bottom: 30%;
    background: none;
    color: transparent;
    width: 26px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 999;
    background-color: white;
    border: 0;
    outline: none; }
    .knowledge-test .slick-arrow:focus {
      border: 0;
      outline: none; }
    @media (max-width: 992px) {
      .knowledge-test .slick-arrow {
        bottom: 20%; } }
    @media (max-width: 768px) {
      .knowledge-test .slick-arrow {
        bottom: 10%; } }
  .knowledge-test .slick-prev {
    left: 0;
    background-image: url("../img/knowledge-test/canephron/arrow-left.png"); }
  .knowledge-test .slick-next {
    right: 0;
    background-image: url("../img/knowledge-test/canephron/arrow-right.png"); }
  .knowledge-test .question {
    background-image: url("../img/knowledge-test/canephron/bg-knowledge-test-question.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    padding: 2% 5% 5%;
    margin: 0 5%;
    border: 1px solid; }
    .knowledge-test .question--no-bg {
      background: transparent; }
    .knowledge-test .question button {
      margin: 35px 15px 15px 7%; }
    .knowledge-test .question h4 {
      font-size: 24px;
      line-height: 32px;
      font-weight: 400;
      margin: 40px 0;
      display: flex; }
      .knowledge-test .question h4 em {
        padding: 5px;
        border-radius: 50%;
        width: 58px;
        height: 58px;
        display: inline-block;
        border: 2px solid #94C23C;
        font-size: 40px;
        line-height: 30px;
        font-style: normal;
        text-align: center;
        flex: 0 0 58px; }
      .knowledge-test .question h4 span {
        position: relative;
        top: 13px;
        left: 20px; }
  .knowledge-test .answers {
    padding: 0% 10% 0% 7%; }
    .knowledge-test .answers label {
      font-size: 14px;
      font-family: 'Poppins';
      display: block;
      margin: 20px 0;
      position: relative;
      padding-left: 42px;
      cursor: pointer; }
      @media (max-width: 992px) {
        .knowledge-test .answers label {
          margin: 20px 0; } }
      .knowledge-test .answers label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 20px;
        height: 20px;
        border: 2px solid #585858;
        border-radius: 50%;
        box-sizing: border-box; }
      .knowledge-test .answers label::after {
        display: none;
        content: '';
        position: absolute;
        left: 4px;
        top: 7px;
        width: 12px;
        height: 12px;
        background: #94C23C;
        border-radius: 50%; }
    .knowledge-test .answers .activated + label {
      display: block;
      color: #CE0404;
      font-weight: 800; }
    .knowledge-test .answers .activated.correct + label {
      display: block;
      color: #94C23C;
      font-weight: 800; }
    .knowledge-test .answers input[type="checkbox"] {
      position: absolute;
      left: -9999px; }
      .knowledge-test .answers input[type="checkbox"]:checked + label::after {
        display: block; }
    .knowledge-test .answers input[type="radio"] {
      position: absolute;
      left: -9999px; }
      .knowledge-test .answers input[type="radio"]:checked + label::after {
        display: block; }
    .knowledge-test .answers textarea {
      width: 100%;
      padding: 15px;
      font-size: 14px;
      line-height: 24px;
      border: 1px solid #707070;
      border-radius: 6px;
      height: 200px;
      resize: none; }
  .knowledge-test .intro {
    background-image: url("../img/knowledge-test/canephron/bg-intro.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    max-width: 965px;
    position: relative;
    margin: 0 auto;
    border: 1px solid #B8B8B8;
    padding: 5%;
    margin: 0 7%; }
    @media (max-width: 768px) {
      .knowledge-test .intro {
        background: transparent; } }
  .knowledge-test .saving-form {
    background-image: url("../img/knowledge-test/canephron/bg-knowledge-test-form.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 5%;
    margin: 5%;
    border: 1px solid #B8B8B8; }
    @media (max-width: 768px) {
      .knowledge-test .saving-form {
        background: transparent; } }
    .knowledge-test .saving-form h3 {
      font-size: 24px;
      line-height: 32px; }
      .knowledge-test .saving-form h3 span {
        color: #94C23C; }
    .knowledge-test .saving-form .input {
      margin: 5px auto; }
      .knowledge-test .saving-form .input label {
        display: block;
        font-weight: normal;
        font-size: 14px;
        line-height: 14px;
        margin: 5px 0;
        color: #585858; }
        .knowledge-test .saving-form .input label span {
          display: block;
          font-size: 8px; }
      .knowledge-test .saving-form .input input[type='text'] {
        display: block;
        width: 100%;
        padding: 8px 15px;
        text-align: left;
        border-radius: 6px !important;
        border: 1px solid #585858;
        color: #181818;
        font-size: 14px;
        line-height: 21px;
        margin: 0;
        min-height: 40px; }
        .knowledge-test .saving-form .input input[type='text']:focus {
          outline: none;
          border: 1px solid #585858; }
    .knowledge-test .saving-form .radio input[type='radio'] {
      position: absolute;
      left: -9999px; }
      .knowledge-test .saving-form .radio input[type='radio']:checked + label::after {
        display: block; }
    .knowledge-test .saving-form .radio label {
      display: block;
      font-size: 12px;
      line-height: 16px;
      color: #181818;
      display: block;
      margin: 5px auto;
      padding-left: 30px;
      position: relative;
      cursor: pointer; }
      .knowledge-test .saving-form .radio label::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #585858;
        border-radius: 50%; }
      .knowledge-test .saving-form .radio label::after {
        content: '';
        display: none;
        position: absolute;
        left: 4px;
        top: 4px;
        width: 6px;
        height: 6px;
        background: #94C23C;
        border-radius: 50%; }
  .knowledge-test .statements {
    background-image: url("../img/knowledge-test/canephron/bg-knowledge-test-form.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    padding: 4% 5%;
    margin: 5%;
    border: 1px solid #B8B8B8; }
    .knowledge-test .statements .checkbox input[type='checkbox'] {
      position: absolute;
      left: -9999px; }
      .knowledge-test .statements .checkbox input[type='checkbox']:checked + label::after {
        display: block; }
    .knowledge-test .statements .checkbox label {
      display: block;
      font-size: 8px;
      line-height: 10px;
      color: #181818;
      display: block;
      margin: 5px auto;
      padding-left: 30px;
      position: relative;
      cursor: pointer; }
      .knowledge-test .statements .checkbox label::before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        width: 14px;
        height: 14px;
        border: 1px solid #585858; }
      .knowledge-test .statements .checkbox label::after {
        content: '';
        display: none;
        position: absolute;
        left: 4px;
        top: 4px;
        width: 6px;
        height: 6px;
        background: #585858; }
  .knowledge-test .end {
    background-image: url("../img/knowledge-test/canephron/bg-end.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    max-width: 965px;
    position: relative;
    border: 1px solid #B8B8B8;
    padding: 15% 5%;
    min-height: 500px;
    margin: 5% auto; }
  .knowledge-test .select-all-container {
    margin: 0 30px; }
  .knowledge-test .accordion h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: normal; }
  .knowledge-test .information-clause h5 {
    font-size: 14px;
    text-align: center;
    margin: 15px 0 5px; }
  .knowledge-test .information-clause p {
    font-size: 10px;
    line-height: 14px;
    margin: 5px 0; }

.basic-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center; }
.basic-info li {
  display: inline-block;
  max-width: 400px;
  padding: 10px 30px;
  text-align: center; }
  .basic-info li .value {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #94C23C;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    text-align: center;
    font-size: 32px;
    line-height: 48px;
    margin: 15px auto;
    color: white !important; }
    .basic-info li .value span {
      color: white !important; }
  .basic-info li .message {
    display: inline-block;
    font-size: 18px;
    line-height: 26px;
    padding: 5px 5px 15px; }

.range ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.range .buttons-container {
  text-align: center; }
  .range .buttons-container a {
    margin: 10px; }
.range .checkbox input[type='checkbox'] {
  position: absolute;
  left: -9999px; }
  .range .checkbox input[type='checkbox']:checked + label::after {
    display: block; }
.range .checkbox label {
  display: block;
  font-size: 16px;
  line-height: 21px;
  color: #787878;
  display: block;
  margin: 15px 0;
  padding-left: 40px;
  position: relative;
  cursor: pointer; }
  .range .checkbox label::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #B8B8B8; }
  .range .checkbox label::after {
    content: '';
    display: none;
    position: absolute;
    left: 6px;
    top: 6px;
    width: 8px;
    height: 8px;
    background: #0C4676; }

.material-reminder {
  background: #0C4676;
  padding: 20px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.8); }
  .material-reminder--closed {
    display: none; }
  .material-reminder p {
    font-size: 15px;
    line-height: 20px;
    color: #ffffff;
    margin: 5px 0; }
  .material-reminder .button {
    border: 1px solid white; }
  .material-reminder .closeMaterialReminder {
    cursor: pointer;
    text-decoration: none;
    font-size: 40px;
    font-weight: 400;
    color: #ffffff; }

@media (max-width: 768px) {
  .loyalty-program-history .material-info h4 {
    font-size: 18px;
    line-height: 24px; } }
.loyalty-program-history .material-info p {
  font-size: 14px !important;
  line-height: 18px; }

.prize__item {
  height: 620px;
  background: #F7F7F7;
  margin: 5px; }
  .prize__item button {
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%); }

/* PODCAST */
#podcast-controls {
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: 15px 15px 35px 15px rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: #0C4676;
  padding: 15px;
  transform: translateY(100%);
  transition: all 0.7s ease 0s; }
  body.podcast-page .footer {
    margin-bottom: 100px; }
  @media (max-width: 1024px) {
    #podcast-controls h1 {
      font-size: 21px;
      line-height: 28px; }
    #podcast-controls p {
      font-size: 14px;
      line-height: 18px; } }
  #podcast-controls .middle {
    width: 50%; }
    @media (max-width: 768px) {
      #podcast-controls .middle {
        width: 100%; } }
  #podcast-controls.active {
    transform: translateY(0) !important; }
  #podcast-controls.fullscreen {
    top: 0 !important;
    transform: translateY(0) !important; }
    #podcast-controls.fullscreen .set-podcast-fullscreen {
      transform: rotateX(180deg);
      position: relative;
      top: 5px; }
    #podcast-controls.fullscreen .intro {
      display: block; }
  #podcast-controls .set-podcast-fullscreen {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px; }
  #podcast-controls .copy-podcast {
    display: block;
    width: 25px;
    height: 25px;
    margin: 5px;
    transition: all 1s ease 0s; }
  #podcast-controls .intro {
    display: none;
    padding: 20px; }
    #podcast-controls .intro h1, #podcast-controls .intro p {
      color: #ffffff; }

#podcast-image {
  max-width: 100px; }
  #podcast-controls.fullscreen #podcast-image {
    max-width: 100%; }
    @media (max-width: 1024px) {
      #podcast-controls.fullscreen #podcast-image {
        max-width: 150px; } }
  @media (max-width: 768px) {
    #podcast-image {
      display: none; } }

.play-podcast {
  cursor: pointer; }

.podcast .jw-controlbar {
  border: 1px solid white !important;
  border-radius: 4px !important;
  background: transparent !important; }
.podcast .jw-icon {
  color: white !important;
  font-size: 1.5em !important; }
.podcast .jw-text-elapsed, .podcast .jw-text-duration {
  display: none; }
.podcast .jw-controlbar {
  padding: 0 !important; }
.podcast .jw-controlbar-left-group .jw-text-elapsed {
  display: block !important;
  position: absolute;
  left: 40px;
  top: 0px;
  font-size: 1em !important;
  font-weight: 600 !important; }
.podcast .jw-controlbar-left-group .jw-text-duration {
  display: block !important;
  position: absolute;
  right: 40px;
  top: 0px;
  font-size: 1em !important;
  font-weight: 600 !important; }
.podcast .jw-controlbar-left-group .jw-icon-rewind {
  display: none !important; }
.podcast .jw-slider-volume {
  display: none; }
.podcast .jw-slider-container {
  width: auto !important;
  margin-left: 40px !important;
  margin-right: 40px !important; }

.jw-background-color {
  background: transparent !important; }

.button {
  font-size: 14px;
  line-height: 21px;
  margin: 0;
  padding: 10px 20px;
  min-width: 150px;
  border-radius: 4px;
  border: 0;
  outline: none;
  letter-spacing: 1.5px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  cursor: pointer; }
  .button:is(a), .button[type="submit"] {
    cursor: pointer !important; }
  .button-container {
    display: flex;
    align-items: flex-end;
    justify-content: center; }
    @media (max-width: 767px) {
      .button-container {
        display: block; } }
    .button-container > div {
      padding: 10px; }
  .button:focus {
    outline: none; }
  .button--icon-pdf {
    background-image: url(../img/icon-pdf.png);
    background-position: left 10px center;
    background-repeat: no-repeat;
    padding: 10px 20px 10px 40px; }
  .button--small {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 16px;
    min-width: 120px; }
  .button--mobile {
    display: none; }
    @media (max-width: 768px) {
      .button--mobile {
        display: inline-block; } }
  .button--blue {
    color: #ffffff !important;
    background-color: #0C4676; }
    .button--blue:is(a):hover {
      color: #ffffff;
      background-color: #072b48; }
  .button--black {
    color: #ffffff !important;
    background-color: #262626; }
    .button--black:is(a):hover, .button--black:is([type="submit"]):hover {
      color: #ffffff;
      background-color: black; }
  .button--green {
    color: #ffffff;
    background-color: #94C23C; }
    .button--green:is(a):hover, .button--green:is([type="submit"]):hover {
      color: #ffffff;
      background-color: #769b30;
      cursor: pointer; }
  .button--darkgray {
    color: black;
    background-color: #6c6c6c; }
    .button--darkgray:is(a):hover, .button--darkgray:is([type="submit"]):hover {
      color: black;
      background-color: #525252; }
  .button--pink {
    color: black;
    background-color: #FF9797; }
    .button--pink:is(a):hover, .button--pink:is([type="submit"]):hover {
      color: black;
      background-color: #ff6464; }
  .button--grey {
    background-color: white;
    border: 1px solid #B8B8B8;
    color: black; }
    .button--grey:is(a):hover, .button--grey:is([type="submit"]):hover {
      color: #ffffff;
      background-color: #B8B8B8; }

/* FORM */
.form {
  width: 100%; }
  .form input[type='text'], .form input[type='email'], .form input[type='password'], .form select, .form textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    text-align: left;
    border-radius: 0;
    border: 1px solid #B8B8B8;
    color: #787878;
    font-size: 14px;
    line-height: 21px;
    margin: 0;
    min-height: 43px; }
    .form input[type='text']:focus, .form input[type='email']:focus, .form input[type='password']:focus, .form select:focus, .form textarea:focus {
      outline: none;
      border: 1px solid #FF9797; }
  .form select {
    background: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 95% 50%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none; }
  .form label a {
    color: #0C4676;
    text-decoration: underline; }
  .form textarea {
    width: 100%;
    height: 160px;
    resize: none;
    padding: 10px; }
  .form .statements {
    margin: 35px auto; }
    .form .statements #stmt-all[type="checkbox"] + label {
      font-size: 14px !important;
      font-weight: bold; }
  .form .navigation {
    max-width: 400px;
    margin: 10px auto; }
    .form .navigation a {
      font-size: 15px;
      color: black;
      margin: 0;
      padding: 0; }
      .form .navigation a:hover {
        color: #0C4676; }
  .form .notices {
    margin: 20px auto; }
    .form .notices p {
      font-size: 10px;
      line-height: 14px;
      color: #B8B8B8;
      margin: 0;
      padding: 0; }
  .form .input {
    max-width: 400px;
    margin: 10px auto; }
    .form .input label {
      display: block;
      font-weight: bold;
      font-size: 14px;
      line-height: 14px;
      margin: 15px;
      color: #0C4676; }
      .form .input label span {
        color: #CE0404; }
  .form .checkbox input[type='checkbox'] {
    position: absolute;
    left: -9999px; }
    .form .checkbox input[type='checkbox']:checked + label::after {
      display: block; }
  .form .checkbox label {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #787878;
    display: block;
    margin: 5px auto;
    padding-left: 30px;
    position: relative;
    cursor: pointer; }
    .form .checkbox label::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #B8B8B8; }
    .form .checkbox label::after {
      content: '';
      display: none;
      position: absolute;
      left: 4px;
      top: 4px;
      width: 6px;
      height: 6px;
      background: #0C4676; }
  .form .radio input[type='radio'] {
    position: absolute;
    left: -9999px; }
    .form .radio input[type='radio']:checked + label::after {
      display: block; }
  .form .radio label {
    display: block;
    font-size: 10px;
    line-height: 14px;
    color: #B8B8B8;
    display: block;
    margin: 5px auto;
    padding-left: 30px;
    position: relative;
    cursor: pointer; }
    .form .radio label::before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #B8B8B8;
      border-radius: 50%; }
    .form .radio label::after {
      content: '';
      display: none;
      position: absolute;
      left: 4px;
      top: 4px;
      width: 6px;
      height: 6px;
      background: #0C4676;
      border-radius: 50%; }
  .form ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #C2C2C2;
    opacity: 1;
    /* Firefox */ }
  .form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #C2C2C2; }
  .form ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #C2C2C2; }

.list {
  position: relative; }
  .list--no-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .list--item {
    margin: 10px;
    padding: 10px;
    transition: all 0.7s ease 0s; }
    .list--item:hover {
      background: rgba(0, 0, 0, 0.03);
      box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1); }
  .list--no-dots h6 {
    margin: 0;
    padding: 5px;
    font-size: 21px;
    line-height: 28px;
    color: #585858; }
    @media (max-width: 768px) {
      .list--no-dots h6 {
        font-size: 16px !important;
        line-height: 21px !important; } }
  .list--no-dots p {
    margin: 0;
    padding: 10px 5px;
    font-size: 14px;
    color: #585858;
    font-weight: bold; }
    @media (max-width: 768px) {
      .list--no-dots p {
        font-size: 12px !important;
        line-height: 14px !important; } }
    .list--no-dots p span {
      display: block;
      font-weight: 400 !important; }
  .list--no-dots a {
    display: block;
    transition: all 0.6s ease 0s; }
  .list--home img {
    width: 100%;
    min-height: auto; }
    @media (min-width: 768px) {
      .list--home img {
        min-height: 186px !important; } }
    @media (min-width: 992px) {
      .list--home img {
        min-height: 268px !important; } }
    @media (min-width: 1200px) {
      .list--home img {
        min-height: 326px !important; } }
  .list--home a {
    display: inline-block; }
  .list--more {
    text-align: center; }
    .list--more img {
      min-height: auto; }
      @media (min-width: 768px) {
        .list--more img {
          min-height: 96px; } }
      @media (min-width: 992px) {
        .list--more img {
          min-height: 143px; } }
      @media (min-width: 1200px) {
        .list--more img {
          min-height: 178px; } }
    .list--more h3 {
      border-bottom: 1px solid rgba(112, 112, 112, 0.25);
      max-width: 435px;
      width: 100%;
      padding: 20px 0;
      text-transform: uppercase;
      color: #B8B8B8;
      font-size: 14px; }
    .list--more p {
      font-weight: normal;
      font-size: 14px;
      line-height: 21px;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      padding: 0; }
    .list--more h6 {
      font-size: 18px;
      line-height: 24px;
      padding: 0;
      color: black; }
  .list--bronchipret-club-knowledge-base {
    text-align: center; }
    .list--bronchipret-club-knowledge-base .list__item {
      display: inline-block;
      max-width: 320px;
      min-height: 450px;
      position: relative;
      margin: 15px 5px;
      vertical-align: top; }
      @media (max-width: 768px) {
        .list--bronchipret-club-knowledge-base .list__item {
          min-height: auto; } }
      .list--bronchipret-club-knowledge-base .list__item p {
        padding: 15px;
        text-align: left; }
      .list--bronchipret-club-knowledge-base .list__item a {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5px; }
        @media (max-width: 768px) {
          .list--bronchipret-club-knowledge-base .list__item a {
            position: relative;
            left: auto;
            transform: none;
            margin: 10px auto 20px; } }

/* MODAL */
.modal .modal-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  background: #0C4676;
  color: white;
  border: 0;
  padding: 5px;
  font-size: 25px;
  line-height: 15px;
  outline: none; }
.modal .modal-content {
  border: 0;
  border-radius: 0;
  background-color: white; }
.modal .modal-body {
  background: white;
  position: relative;
  background-color: transparent;
  padding: 0 !important; }
  .modal .modal-body > div {
    background: white; }
  .modal .modal-body h3 {
    font-size: 21px;
    line-height: 28px; }
  .modal .modal-body p {
    font-size: 18px;
    line-height: 21px; }
.modal-join-loyalty-program .modal-body {
  border: 5px solid #94C23C;
  padding: 10% !important;
  text-align: center; }
.modal-choose-prize-loyalty-program .modal-body {
  border: 5px solid #94C23C;
  padding: 5% !important;
  text-align: center; }

.modal-open {
  cursor: pointer; }

.separator {
  width: 100%;
  max-width: 1145px;
  height: 1px;
  background: #000000;
  margin: 0 auto; }
  .separator--w-10p {
    width: 10%; }
  .separator--w-20p {
    width: 20%; }
  .separator--w-50p {
    width: 50%; }
  .separator--grey {
    background: #B8B8B8; }

.block--space {
  padding: 2.5% 12.5%; }
.block--bg-grey {
  background: #f8f8f8; }
.block--bg-light-green {
  background: #F4F9EB; }
.block--bg-light-blue {
  background: #E5ECF2; }
.block--space-around {
  margin: 40px 0; }
.block--description {
  padding: 35px 40px 15px;
  max-width: 550px; }
  @media (max-width: 768px) {
    .block--description {
      padding: 15px;
      text-align: center; } }
.block h3 {
  font-size: 21px;
  line-height: 28px;
  padding: 0 0 15px; }
.block p {
  font-weight: bold;
  font-size: 14px;
  line-height: 23px;
  padding: 0 0 25px;
  color: #787878; }
  .block p span {
    font-weight: normal;
    font-style: italic; }

/* HEAD */
.multimedia--video {
  padding: 5px;
  margin: 5px 10%; }

.hero--home {
  background-image: url("/assets/img/hero-home.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center; }
  .hero--home h1 {
    font-size: 36px;
    margin: 10px 0;
    position: relative;
    z-index: 99; }
  .hero--home h2 {
    font-size: 35px;
    margin: 10px 0;
    color: #0C4676; }
.hero--loyalty-program {
  background-image: url("/assets/img/hero-home-loyalty-program.png"); }
.hero--detail {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  padding: 95px 15px;
  min-height: 295px;
  background-color: #ebebeb; }
  @media (max-width: 993px) {
    .hero--detail h1 {
      font-size: 26px;
      text-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
      z-index: 9;
      position: relative; } }
  @media (max-width: 768px) {
    .hero--detail {
      padding: 15px;
      min-height: auto;
      background-position: center center !important; } }
.hero--list {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left center;
  text-align: center;
  padding: 34px 15px;
  background-color: #ebebeb; }
  @media (max-width: 993px) {
    .hero--list h1 {
      font-size: 26px;
      text-shadow: 5px 5px 10px; } }
.hero--bg-blue {
  background: #0C4676;
  padding: 34.5px 15px;
  margin-bottom: 8px; }
  .hero--bg-blue h1 {
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 47px; }
.hero--bg-black {
  background: black;
  padding: 34.5px 15px;
  margin-bottom: 8px; }
  .hero--bg-black h1 {
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 47px; }
.hero--1 {
  background-image: url("/assets/img/hero-1.png");
  background-position: right center; }
.hero--2 {
  background-image: url("/assets/img/hero-2.png");
  background-position: left center; }
.hero--3 {
  background-image: url("/assets/img/hero-3.png");
  background-position: right center; }
.hero--4 {
  background-image: url("/assets/img/hero-4.png");
  background-position: right center; }
.hero--5 {
  background-image: url("/assets/img/hero-5.png");
  background-position: right bottom; }
.hero--6 {
  background-image: url("/assets/img/hero-6.png");
  background-position: right bottom;
  text-align: left;
  padding-left: 5%; }
.hero--7 {
  background-image: url("/assets/img/hero-7.png");
  background-position: right bottom;
  text-align: left;
  padding-left: 5%; }
.hero--8 {
  background-image: url("/assets/img/hero-8.png");
  background-position: center bottom;
  position: relative; }
  @media (max-width: 768px) {
    .hero--8::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      z-index: 0; } }
.hero--9 {
  background-image: url("/assets/img/hero-9.png");
  background-position: right center;
  position: relative; }
.hero--10 {
  background-image: url("/assets/img/hero-10.png");
  background-position: right center;
  position: relative; }
.hero--podcast {
  background-image: url("/assets/img/hero-podcast.png");
  background-position: right center;
  position: relative; }
.hero--drs {
  background-image: url("/assets/img/hero-drs.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 34.5px 15px;
  margin: 0 5px 8px 5px; }
  .hero--drs h1 {
    text-align: center;
    color: white;
    font-size: 35px;
    line-height: 47px; }
.hero--bronchipret-club {
  background-image: url("/assets/img/heading-bronchipret-club.png");
  background-position: left bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 34.5px 15px;
  margin: 5% 0; }
  .hero--bronchipret-club h1 {
    color: #0C4676;
    font-size: 48px;
    line-height: 56px; }
    @media (max-width: 768px) {
      .hero--bronchipret-club h1 {
        font-size: 28px;
        line-height: 36px; } }
.hero--gray {
  padding: 34.5px 15px;
  margin: 5% 0; }
  .hero--gray h1 {
    color: #000000;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400; }
    @media (max-width: 768px) {
      .hero--gray h1 {
        font-size: 28px;
        line-height: 36px; } }

.footnotes p {
  font-size: 12px;
  line-height: 18px;
  margin: 0;
  color: #B8B8B8; }

.bg {
  padding: 55px 45px;
  margin: 20px auto; }
  .bg--blue {
    background: #0C4676;
    color: #ffffff; }
  .bg--gray-light {
    background: #F6F6F6; }

.bg-drs-woman {
  background-image: url("/assets/img/drs-woman.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }

/* ACCORDION */
.accordion {
  margin: 15px 30px; }
  .accordion .arrow-down {
    position: relative;
    top: -9px;
    font-weight: bold; }
  .accordion button:hover, .accordion button:focus {
    text-decoration: none; }
  .accordion h3 {
    font-size: 12px;
    line-height: 21px;
    padding: 10px 80px 10px 0;
    font-weight: 500;
    color: #B8B8B8;
    outline: none;
    position: relative;
    cursor: pointer;
    font-family: 'Poppins';
    letter-spacing: 0; }
    .accordion h3:hover {
      background: rgba(0, 0, 0, 0.03);
      box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1); }
    .accordion h3::before {
      content: '';
      font-family: 'Poppins';
      font-size: 12px;
      color: #0C4676;
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%) rotateX(0deg);
      width: 8px;
      height: 7px;
      background: url("/assets/img/arrow.png"); }
    .accordion h3.ui-state-active::before {
      transform: translateY(-50%) rotateX(-180deg); }
    .accordion h3::after {
      content: 'Więcej';
      font-family: 'Poppins';
      font-size: 12px;
      color: #0C4676;
      position: absolute;
      right: 26px;
      top: 50%;
      transform: translateY(-50%); }
  .accordion p {
    font-size: 12px;
    color: #B8B8B8; }
  .accordion div {
    padding: 0; }
  .accordion--green {
    margin: 0 !important; }
    .accordion--green h3 {
      font-size: 16px;
      color: #000000;
      padding: 10px 20px 10px 30px; }
      .accordion--green h3::before {
        font-size: 14px;
        color: #94C23C;
        position: absolute;
        right: auto;
        left: 10px;
        background: url("/assets/img/arrow-green.png");
        width: 12px;
        height: 10px; }
      .accordion--green h3::after {
        content: ''; }
    .accordion--green p {
      font-size: 14px;
      line-height: 18px;
      color: #000000;
      padding: 10px 20px; }
    .accordion--green div {
      padding: 0; }

.carousel .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .carousel .slick-dots li {
    display: inline-block;
    padding: 10px 5px;
    margin: 10px 5px;
    position: relative;
    cursor: pointer; }
    .carousel .slick-dots li::after {
      content: '';
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #0C4676;
      width: 11px;
      height: 11px;
      border-radius: 50%; }
    .carousel .slick-dots li.slick-active::after {
      background: #0C4676; }
    .carousel .slick-dots li button {
      display: none; }

.cover {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  padding: 60px 15px;
  background: white;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.95) 93%);
  background: -o-linear-gradient(rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.95) 93%);
  background: linear-gradient(rgba(255, 255, 255, 0.6) 10%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 0.95) 93%);
  z-index: 999; }
  @media (max-width: 993px) {
    .cover {
      padding-top: 100px;
      background: white;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0.97) 100%);
      background: -o-linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0.97) 100%);
      background: linear-gradient(rgba(255, 255, 255, 0.85) 0%, rgba(255, 255, 255, 0.94) 40%, rgba(255, 255, 255, 0.97) 100%); } }
  .cover--content {
    max-width: 600px;
    margin: 0 auto; }
    .cover--content h2 {
      font-size: 30px;
      line-height: 37px; }
    .cover--content p {
      font-size: 12px !important;
      letter-spacing: -0.5px;
      color: black !important;
      text-transform: none; }
      @media (min-width: 768px) {
        .cover--content p {
          margin-bottom: -25px;
          z-index: -1; } }

.arrow_top_default::after {
  border-bottom-color: #FAFAFA !important; }
.arrow_top_default::before {
  border-bottom-color: transparent !important; }

.arrow_bottom_default::after {
  border-top-color: #FAFAFA !important; }
.arrow_bottom_default::before {
  border-top-color: transparent !important; }

.fu_popover_default {
  background: #FAFAFA !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.4) !important;
  padding: 15px; }
  .fu_popover_default .fu_popover_content_default {
    padding: 0; }
  .fu_popover_default .submenu a {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    display: block;
    margin: 20px 0;
    padding-left: 40px;
    text-indent: -37px; }
    .fu_popover_default .submenu a:first-child {
      margin-top: 10px; }
    .fu_popover_default .submenu a:last-child {
      margin-top: 40px;
      margin-bottom: 10px;
      position: relative; }
      .fu_popover_default .submenu a:last-child::before {
        content: "";
        position: absolute;
        top: -20px;
        left: 20px;
        right: 20px;
        height: 1px;
        border-bottom: 1px solid rgba(112, 112, 112, 0.25); }
    .fu_popover_default .submenu a img {
      display: inline; }
    .fu_popover_default .submenu a span {
      display: inline;
      padding: 5px 0  5px 15px; }
  @media (min-width: 768) {
    .fu_popover_default .instruction {
      background-image: url("../img/icon-info-big.png");
      background-position: right top;
      background-repeat: no-repeat; } }
  .fu_popover_default .instruction * {
    font-family: 'Poppins';
    font-weight: 500; }
  .fu_popover_default .instruction h6 {
    color: #0C4676;
    font-size: 19px;
    margin: 15px; }
  .fu_popover_default .instruction ol {
    margin: 25px 15px;
    padding-left: 15px; }
    .fu_popover_default .instruction ol li {
      color: #0C4676;
      font-size: 15px;
      margin: 5px 0; }
    .fu_popover_default .instruction ol p {
      color: #000000;
      font-size: 14px;
      line-height: 19px;
      padding-left: 10px; }
  .fu_popover_default .calendar_details p {
    font-size: 14px;
    line-height: 23px; }
  .fu_popover_default .calendar_link {
    margin-top: 10px; }
    .fu_popover_default .calendar_link p {
      font-size: 14px;
      line-height: 23px; }
    .fu_popover_default .calendar_link textarea {
      resize: none;
      width: 100%;
      font-size: 12px;
      line-height: 14px;
      height: 66px;
      border: 1px solid #B8B8B8; }
  .fu_popover_default .calendar_controls {
    text-align: center;
    margin-top: 10px; }
    .fu_popover_default .calendar_controls p {
      font-size: 14px;
      line-height: 19px;
      margin-bottom: 10px;
      text-align: center; }
    .fu_popover_default .calendar_controls a {
      display: inline-block;
      margin: 0 2px;
      padding: 5px;
      color: #0C4676;
      font-size: 14px;
      line-height: 20px; }
      .fu_popover_default .calendar_controls a:hover {
        background: #C2DE8C;
        color: white; }
      .fu_popover_default .calendar_controls a.ctrl-btn--delete {
        color: #CE0404; }

/* 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: #0C4676;
    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: #94C23C;
    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: #CE0404;
    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: #FF9797;
    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); } }
.d-inline-block {
  display: inline-block; }

.c-blue {
  color: #0C4676 !important; }

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

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

.c-dark-grey {
  color: #585858 !important; }

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

.c-green {
  color: #94C23C !important; }

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

.bg-light-grey {
  background: #F7F7F7; }

.bg-light-green {
  background: #F4F9EB; }

.bg-light-blue {
  background: #E5ECF2; }

.bg-blue {
  background: #0C4676 !important; }

.bg-green {
  background: #94C23C !important; }

.bg-none {
  background: none; }

.p-0-5 {
  padding: 0 5px !important; }

.p-10 {
  padding: 10px !important; }

.p-10-0 {
  padding: 10px 0 !important; }

.p-15 {
  padding: 15px !important; }

.p-30 {
  padding: 30px !important; }

.p-0-30 {
  padding: 0 30px !important; }

.p-10-30 {
  padding: 10px 30px !important; }

.p-10-10p {
  padding: 10px 10% !important; }

.p-5p {
  padding: 5%; }

.m-5 {
  margin: 5px !important; }

.m-10-auto {
  margin: 10px auto; }

.m-top-10 {
  margin-top: 10px; }

.m-top-15 {
  margin-top: 15px; }

.m-top-20 {
  margin-top: 20px; }

.m-top-40 {
  margin-top: 40px; }

.m-top-45 {
  margin-top: 45px; }

.m-top-50 {
  margin-top: 50px; }

.m-top-80 {
  margin-top: 80px; }

.m-top-120 {
  margin-top: 120px; }

.m-top--30 {
  margin-top: -30px; }

.m-20-0 {
  margin: 20px 0 !important; }

.m-0-30 {
  margin: 0 30px !important; }

.m-i-30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.m-i-15p {
  margin-left: 15% !important;
  margin-right: 15% !important; }

.m-25-0 {
  margin: 25px 0; }

.m-0-auto {
  margin: 0 auto !important; }

.ff-1 {
  font-family: 'Poppins', sans-serif !important; }

.ff-2 {
  font-family: 'Playfair Display', serif !important; }

.f-8 {
  font-size: 8px !important;
  line-height: 12px !important; }

.f-10 {
  font-size: 10px !important;
  line-height: 14px !important; }

.f-12 {
  font-size: 12px !important;
  line-height: 18px; }

.f-14 {
  font-size: 14px !important;
  line-height: 21px; }

.f-16 {
  font-size: 16px !important;
  line-height: 24px; }

.f-18 {
  font-size: 18px !important;
  line-height: 24px; }

.f-21 {
  font-size: 21px !important;
  line-height: 24px; }

.f-24 {
  font-size: 24px !important;
  line-height: 32px; }

.f-25 {
  font-size: 25px !important;
  line-height: 38px; }

.f-33 {
  font-size: 33px !important;
  line-height: 44px; }
  @media (max-width: 992px) {
    .f-33 {
      font-size: 23px !important;
      line-height: 31px; } }

.f-36 {
  font-size: 36px !important;
  line-height: 48px; }
  @media (max-width: 992px) {
    .f-36 {
      font-size: 26px !important;
      line-height: 35px; } }

.f-50 {
  font-size: 50px !important;
  line-height: 60px !important; }

.fw-400 {
  font-weight: 400 !important; }

.fw-600 {
  font-weight: 600 !important; }

.fw-800 {
  font-weight: 800 !important; }

.f-uc {
  text-transform: uppercase; }

.min-h-310 {
  min-height: 310px; }

.min-h-360 {
  min-height: 360px; }

.min-h-420 {
  min-height: 420px; }

.max-w-500 {
  max-width: 500px; }

.max-w-100 {
  max-width: 100px; }

.items-inside-2 > div {
  width: 48%;
  margin: 1%; }
  @media (max-width: 992px) {
    .items-inside-2 > div {
      width: 100%;
      margin: 2% auto;
      max-width: 580px; } }
@media (max-width: 1200px) {
  .items-inside-2 h6 {
    font-size: 16px;
    line-height: 21px; } }
@media (max-width: 992px) {
  .items-inside-2 {
    display: block !important; } }
.items-inside-3 > div {
  width: 33%;
  margin: 1%; }
  @media (max-width: 992px) {
    .items-inside-3 > div {
      width: 100%;
      margin: 2% auto;
      max-width: 580px; } }
@media (max-width: 1200px) {
  .items-inside-3 h6 {
    font-size: 16px;
    line-height: 21px; } }
@media (max-width: 992px) {
  .items-inside-3 {
    display: block !important; } }

.button-on-bottom {
  padding-bottom: 60px !important;
  position: relative; }
  .button-on-bottom .button-bottom {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px; }

.inactive {
  opacity: 0.5; }

.min-h-420 {
  min-height: 420px; }
  @media (max-width: 992px) {
    .min-h-420 {
      min-height: 320px; } }

.h-420 {
  height: 420px; }

.b-r-20 {
  border-radius: 20px; }

.line-b-1-black {
  border-bottom: 1px solid #000000; }

.line-b-1-grey {
  border-bottom: 1px solid #B8B8B8; }

.img-100p {
  width: 100%; }

.icon--question-mark {
  background: #0C4676;
  color: #ffffff;
  font-weight: 600;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -1px; }
.icon--info-mark {
  background: #ffffff;
  color: #0C4676;
  font-weight: 800;
  font-size: 13px;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 22px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: -10px; }
