@charset "UTF-8";
html {
  font-family: "Montserrat", sans-serif;
  font-size: calc((10 / 1920) * 100vw);
}
@media (max-width: 991px) {
  html {
    font-size: calc((10 / 991) * 100vw);
  }
}
@media (max-width: 575px) {
  html {
    font-size: calc((12 / 576) * 100vw);
  }
}

body {
  font-size: 1.6rem;
}

@media (min-width: 576px) {
  .container-sm,
.container {
    max-width: 54rem;
  }
}
@media (min-width: 768px) {
  .container-md,
.container-sm,
.container {
    max-width: 72rem;
  }
}
@media (min-width: 992px) {
  .container-lg,
.container-md,
.container-sm,
.container {
    max-width: 96rem;
  }
}
@media (min-width: 1200px) {
  .container-xl,
.container-lg,
.container-md,
.container-sm,
.container {
    max-width: 114rem;
  }
}
.font-serif {
  font-family: "Libre Baskerville", sans-serif;
}

.main-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, hr {
  margin: 0;
}

input {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input:focus {
  outline: none;
}

a {
  color: inherit;
  text-decoration: none;
}

@font-face {
  font-family: CabinetGrotesk;
  font-weight: 900;
  src: url(../fonts/CabinetGrotesk-Black.woff);
}
.cabinetgrotesk {
  font-family: CabinetGrotesk;
}

.footer__line_hide {
  display: none;
}
@media (max-width: 991px) {
  .footer__line_hide {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  .footer {
    margin-left: -4rem;
    margin-right: -1.5rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  .footer {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-bottom: 10rem;
  }
}
@media (max-width: 991px) {
  .footer {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
    padding-bottom: 7rem;
    padding-right: 1.5rem;
  }
}
.footer__header {
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .footer__header {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .footer__header {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .footer__header {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
  }
}
.footer__line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0.1;
}
.footer__span {
  margin-bottom: 4rem;
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  opacity: 0.6;
}
@media (max-width: 575px) {
  .footer__span {
    margin-top: 0.5rem;
    margin-left: 2.5rem;
  }
}
@media (max-width: 767px) {
  .footer__span {
    margin-left: 2.5rem;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}
@media (max-width: 991px) {
  .footer__span {
    margin-left: 2.5rem;
    text-align: center;
    font-size: 1.4rem;
    margin-top: 1rem;
  }
}
.footer__bottom-section {
  height: 19.3rem;
}
.footer__spanupperbutton {
  margin-bottom: 2rem;
  margin-top: 4rem;
  opacity: 0.2;
  font-size: 2.4rem;
  font-family: "Libre Baskerville" sans-serif;
  font-style: italic;
  display: block;
}
@media (max-width: 575px) {
  .footer__spanupperbutton {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer__spanupperbutton {
    text-align: center;
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .footer__spanupperbutton {
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 1rem;
  }
}
.footer__input {
  padding-left: 2.2rem;
  color: #000;
  font-style: italic;
  width: 43rem;
  height: 6rem;
  margin-left: 9.9rem;
  border: 2px solid #fff;
}
.footer__input:focus {
  outline: none;
}
@media (max-width: 991px) {
  .footer__input {
    margin-left: 15.9rem;
  }
}
@media (max-width: 575px) {
  .footer__input {
    margin-left: 4.5rem;
  }
}
.footer__input--white {
  border: 3px solid #000;
}
.footer__inputbutton {
  width: 6rem;
  background-color: #1C4548;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 900;
}
@media (max-width: 575px) {
  .footer__inputbutton {
    width: 11rem;
  }
}
.footer__inputbutton--white {
  border: 3px solid #000;
  background-color: #fff;
  border-left-style: none;
}
.footer__rightbutton {
  margin-left: 7rem;
  width: 5.8rem;
  border: 2px solid #fff;
  background-color: transparent;
}
@media (max-width: 575px) {
  .footer__rightbutton {
    width: 9.8rem;
    margin-left: 2rem;
    margin-right: 1rem;
  }
}
.footer__rightcol {
  margin-bottom: 4rem;
}
.footer__botton_img {
  width: 1.6rem;
  height: auto;
}
@media (max-width: 575px) {
  .footer__botton_img {
    width: 1.6rem;
  }
}
.footer__input_botton_img {
  width: 0.8rem;
  height: auto;
}
@media (max-width: 575px) {
  .footer__input_botton_img {
    width: 1rem;
  }
}
.footer__margin_top_bottom {
  margin-top: 2.2rem;
}
.footer__links {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 575px) {
  .footer__links {
    text-align: center;
  }
}

.articles {
  position: relative;
}
.articles__margin_top {
  margin-top: 2.8rem;
}
.articles__public_news {
  color: #fff;
  background-color: #4E6A94;
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
  margin-top: 6.5rem;
  font-size: 2.4rem;
  font-weight: 900;
}
.articles__public_news--color {
  background-color: #6A944E;
}
.articles__position {
  margin-left: 8.6rem;
}
.articles__header {
  margin-top: 2.1rem;
  font-size: 7rem;
  font-weight: 700;
  margin-right: 18.8rem;
}
.articles__underheader {
  color: #878787;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 3.4rem;
  margin-right: 16.8rem;
  margin-top: 0;
}
.articles__hands {
  background-image: url(../images/articles_hands.svg);
  width: 94rem;
  height: calc(100% + 2rem);
  background-repeat: no-repeat;
  position: absolute;
  margin-top: -2rem;
  line-height: 7.4rem;
}
.articles__badge_icon {
  background-image: url(../images/articles_badge_icon.svg);
  height: 2.2rem;
  width: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.articles__clock {
  background-image: url(../images/articles_clock.svg);
  height: 2.2rem;
  width: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2.9rem;
  vertical-align: middle;
}
.articles__star {
  background-image: url(../images/articles_star.svg);
  height: 2.2rem;
  width: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2.7rem;
}
.articles__up_line {
  width: 1px;
  height: 2.2rem;
  background-color: #B5BECC;
  margin-left: 3rem;
}
.articles__clock_time {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.6rem;
  line-height: 1.9rem;
  vertical-align: middle;
}
.articles__star_point {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.6rem;
  line-height: 1.9rem;
  vertical-align: middle;
}
.articles__boxes {
  border: 2px solid #878787;
  color: #878787;
  background: transparent;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 2.8rem;
  margin-top: 0.6rem;
  padding: 0.7rem 1.2rem 0.7rem 1.3rem;
}
.articles__links {
  text-decoration: none;
  color: #878787;
}
.articles__link_down {
  font-size: 1.2rem;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  margin-top: 7rem;
  margin-bottom: 3rem;
}
.articles__line_header {
  width: 55.3rem;
  height: 1px;
  background-color: #B5BECC;
}

.text_and_picture {
  margin-top: 9.4rem;
}
.text_and_picture__small_text {
  font-size: 1.4rem;
  line-height: 2.8rem;
  margin-left: 42.8rem;
  margin-right: 49.1rem;
  margin-top: 0;
  margin-bottom: 0;
}
.text_and_picture__first_letter {
  font-size: 8rem;
  line-height: 8rem;
  float: left;
  margin-right: 3.1rem;
  color: #4E6A94;
  font-weight: 700;
}
.text_and_picture__picture_doctor {
  background-image: url(../images/text_and_picture_doctors.svg);
  height: 60rem;
  width: 144rem;
  margin-left: 13.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.text_and_picture__picture_phone {
  background-image: url(../images/text_and_picture_phone.svg);
  height: 60rem;
  width: 144rem;
  margin-left: 13.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.text_and_picture__text_uder_picture {
  font-size: 1.2rem;
  line-height: 3.4rem;
  color: #878787;
  display: inline-block;
  margin-left: 13.2rem;
}
.text_and_picture__margin_top_phone {
  display: inline-block;
  margin-top: 9rem;
}
.text_and_picture__margin_bottom_phone {
  display: inline-block;
  margin-bottom: 12.1rem;
}
.text_and_picture__margin_top_doctor {
  display: inline-block;
  margin-top: 9rem;
}
.text_and_picture__margin_bottom_doctor {
  display: inline-block;
  margin-bottom: 5.5rem;
}
.text_and_picture__margin_quotation {
  display: inline-block;
  margin-top: 5.9rem;
  margin-bottom: 5.6rem;
}
.text_and_picture__quotation {
  color: #4E6A94;
  font-style: italic;
  line-height: 4.4rem;
  font-size: 20rem;
  margin-left: 25.5rem;
  margin-top: 12rem;
}
.text_and_picture__quotation_text {
  color: #4E6A94;
  font-style: italic;
  line-height: 4.4rem;
  font-size: 2.1rem;
  margin-left: 5.9rem;
  margin-right: 34.3rem;
}
.text_and_picture__line_margin {
  display: inline-block;
  margin-bottom: 6.5rem;
  margin-top: 19.5rem;
}
.text_and_picture__down_line {
  height: 1px;
  background-color: #B5BECC;
}

.other_articles {
  margin-left: 20.1rem;
  margin-right: 20.1rem;
}
.other_articles__end {
  opacity: 0;
}
.other_articles__down_news {
  color: #fff;
  background-color: #6A944E;
  display: inline-block;
  text-align: left;
  margin-bottom: 7rem;
  font-size: 2.4rem;
  font-weight: 900;
  margin-top: 0;
}
.other_articles__rightbutton {
  margin-left: 1.5rem;
  width: 4rem;
  height: 4rem;
  border: 2px solid #000000;
  background-color: transparent;
  position: relative;
  z-index: 10;
  opacity: 0.3;
}
.other_articles__rightbutton--active {
  border: 2px solid #000000;
  background-color: black;
  opacity: 1;
  transform: rotate(180deg);
}
.other_articles__rightbutton:focus {
  outline: none;
}
.other_articles__leftbutton {
  margin-left: 1.5rem;
  width: 4rem;
  height: 4rem;
  border: 2px solid #000000;
  background-color: black;
  position: relative;
  z-index: 10;
  opacity: 1;
}
.other_articles__leftbutton--active {
  background-color: transparent;
  border: 2px solid #000000;
  transform: rotate(180deg);
  opacity: 0.3;
}
.other_articles__leftbutton:focus {
  outline: none;
}
.other_articles__botton_img {
  width: 1.1rem;
  height: 2.4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
.other_articles__right_margin_arrow {
  margin-right: 20rem;
  display: inline-block;
}
.other_articles__img_left {
  background-image: url(../images/articles_left.svg);
  height: 18rem;
  width: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.other_articles__img_mid {
  background-image: url(../images/articles_mid.svg);
  height: 18rem;
  width: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.other_articles__img_right {
  background-image: url(../images/articles_right.png);
  height: 18rem;
  width: 40rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.other_articles__headerh2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.1rem;
}
.other_articles__last_margin_left {
  margin-left: 0;
  margin-right: 0;
}
.other_articles__badge_icon {
  background-image: url(../images/articles_badge_icon.svg);
  height: 2.2rem;
  width: 1.4rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 2.9rem;
  margin-right: 4rem;
}
.other_articles__circle_margin {
  margin-top: 5rem;
  margin-bottom: 5.5rem;
  display: inline-block;
}
.other_articles__star {
  background-image: url(../images/articles_star.svg);
  height: 2.2rem;
  width: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.other_articles__clock {
  background-image: url(../images/articles_clock.svg);
  height: 2.2rem;
  width: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.other_articles__on_picture {
  background-color: #fff;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 0;
  border-radius: 2rem;
}
.other_articles__clock_time {
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 1.6rem;
  line-height: 1rem;
  vertical-align: middle;
  margin-right: 1.1rem;
}
.other_articles__badge_margin {
  margin-top: 3rem;
  margin-right: 3rem;
}

.presentation {
  position: relative;
  margin-left: 9.3rem;
  margin-right: 15.6rem;
}
@media (max-width: 991px) {
  .presentation {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .presentation__no_margin {
    width: 20.6rem;
  }
}
@media (max-width: 575px) {
  .presentation .w-256 {
    width: auto;
  }
}
.presentation__show_lg {
  display: inline;
}
@media (max-width: 575px) {
  .presentation__show_lg {
    display: none;
  }
}
.presentation__show_sm {
  display: none;
}
@media (max-width: 575px) {
  .presentation__show_sm {
    display: inline;
    text-align: center;
  }
}
.presentation__arrow_to_right {
  transform: translate(-50%, -50%) rotate(90deg);
}
.presentation__black_circle {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  color: #fff;
  background-color: #000;
  border: 2px solid #000;
  border-radius: 2rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  margin: 0;
}
.presentation__circle_number {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 0;
  margin-top: 0.8rem;
}
.presentation__mid_text {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.8rem;
  margin: 0;
}
@media (max-width: 991px) {
  .presentation__mid_text {
    font-size: 2.6rem;
    margin-top: 1rem;
  }
}
.presentation__up_grey_circles {
  background-image: url(../images/presentation_left_grey.svg);
  height: 17.7rem;
  width: 17.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: auto;
  left: -14rem;
  z-index: -1;
}
.presentation__doctor_img {
  background-image: url(../images/presentation_doctor.svg);
  height: 15.7rem;
  width: 15.7rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 22rem;
  top: 13rem;
  left: 0;
}
@media (max-width: 991px) {
  .presentation__doctor_img {
    left: -16rem;
    top: 12.5rem;
  }
}
@media (max-width: 575px) {
  .presentation__doctor_img {
    position: static;
    background-position: center;
    width: 15.7rem;
    margin-left: 0;
    margin-top: 4rem;
  }
}
.presentation__text_doctor {
  font-size: 3.4rem;
  font-weight: 400;
  font-style: italic;
  line-height: 5.2rem;
  color: #A5AAB2;
  margin-left: 44.5rem;
  margin-right: 15.4rem;
  margin-top: 4.3rem;
  margin-bottom: 4.3rem;
}
@media (max-width: 991px) {
  .presentation__text_doctor {
    font-size: 2.4rem;
    margin-right: 4.4rem;
    margin-left: 23.5rem;
  }
}
@media (max-width: 575px) {
  .presentation__text_doctor {
    margin-left: 1rem;
    margin-right: 1rem;
    margin-top: 1rem;
    text-align: center;
  }
}
.presentation__up_red_circles {
  background-image: url(../images/presentation_circles_red.svg);
  height: 40.1rem;
  width: 40.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 141.2rem;
  margin-top: auto;
  right: -42.5rem;
  z-index: -1;
}
.presentation__background {
  background-color: #fff;
  margin-top: 3.9rem;
  box-shadow: 0 0 1rem 0 rgba(63, 86, 120, 0.3);
  margin-bottom: 3.9rem;
}
.presentation__red_text {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 5.5rem;
  color: #D43C4A;
}
@media (max-width: 991px) {
  .presentation__red_text {
    font-size: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .presentation__red_text {
    text-align: center;
    display: inline-block;
    margin-top: 1.5rem;
  }
}
.presentation__red_text_small {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 6.5rem;
  color: #D43C4A;
}
@media (max-width: 991px) {
  .presentation__red_text_small {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .presentation__red_text_small {
    text-align: center;
    display: inline-block;
    width: auto;
  }
}
.presentation__white_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #fff;
  margin: 3.6rem 2.6rem 3.6rem 2.6rem;
  text-align: center;
}
@media (max-width: 991px) {
  .presentation__white_text {
    font-size: 1.2rem;
  }
}
.presentation__red_conteiner {
  height: 16.4rem;
  width: 25.6rem;
  background-color: #D43C4A;
}
@media (max-width: 991px) {
  .presentation__red_conteiner {
    height: 12.4rem;
    width: 20.6rem;
  }
}
.presentation__margin_section {
  margin-bottom: 5.9rem;
}
.presentation__grey_text {
  font-size: 1.2rem;
  line-height: 2.1rem;
  color: #707070;
  text-decoration: none;
}
.presentation__triange_position {
  margin-right: -10rem;
}
@media (max-width: 991px) {
  .presentation__triange_position {
    right: 9.5rem;
  }
}
.presentation__last_section_presentation_margin {
  margin-top: 8rem;
  margin-bottom: 4.1rem;
}
.presentation__presentation_top_margin {
  margin-top: 3.5rem;
}
.presentation__left_grey_circle {
  background-image: url(../images/presentation_left_grey.svg);
  height: 49.6rem;
  width: 49.6rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: auto;
  z-index: -1;
  left: 9.5rem;
}
.presentation__right_grey_circle {
  background-image: url(../images/presentation_right_grey.svg);
  height: 57.5rem;
  width: 57.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-top: auto;
  z-index: -1;
  right: -29rem;
}
.presentation__mid_margin_box {
  margin-bottom: 3.9rem;
}
@media (max-width: 991px) {
  .presentation__mid_margin_box {
    margin-bottom: 1rem;
    width: 20.6rem;
  }
}
.presentation__blue {
  color: #1ABDCE;
}
.presentation__background_blue {
  background-color: #1ABDCE;
}
.presentation__another_margin {
  margin-bottom: 1rem;
}
.presentation__doctor_img_blue {
  background-image: url(../images/presentation_doctor_blue.svg);
  height: 15.7rem;
  width: 15.7em;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 22rem;
  top: 13rem;
  left: 0;
}
@media (max-width: 991px) {
  .presentation__doctor_img_blue {
    left: -16rem;
    top: 9.5rem;
  }
}
@media (max-width: 575px) {
  .presentation__doctor_img_blue {
    position: static;
    background-position: center;
    width: 15.7rem;
    margin-left: 0;
    margin-top: 4rem;
  }
}
.presentation__up_blue_circles {
  background-image: url(../images/presentation_circles_blue.svg);
  height: 40.1rem;
  width: 40.1rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  margin-left: 141.2rem;
  margin-top: auto;
  right: -42.5rem;
  z-index: -1;
}

.pulse__background {
  background-image: url(../images/pulse_background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: -19rem;
  z-index: -10;
  padding-top: 19rem;
}
.pulse__headerh1 {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #fff;
}
@media (max-width: 991px) {
  .pulse__headerh1 {
    font-size: 3rem;
    line-height: 4.2rem;
  }
}
.pulse__normal_text {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #fff;
}
@media (max-width: 991px) {
  .pulse__normal_text {
    font-size: 1.8rem;
  }
}
.pulse__upper_text_header {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.1rem;
}
.pulse__margin_h1_first {
  margin-top: 8.7rem;
  margin-left: 10.1rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 991px) {
  .pulse__margin_h1_first {
    margin-top: 1.7rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.pulse__margin_normal_first {
  margin-left: 10.1rem;
}
@media (max-width: 991px) {
  .pulse__margin_normal_first {
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.tv {
  background-color: #0B2426;
}
.tv__news {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.8rem;
  background-color: #4E6A94;
  display: inline-block;
  margin-left: 6.2rem;
  margin-top: 6.3rem;
  margin-bottom: 3.8rem;
}
.tv__wideo_text {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 5.2rem;
  color: #fff;
  margin-bottom: 3.2rem;
}
@media (max-width: 991px) {
  .tv__wideo_text {
    font-size: 3rem;
  }
}
@media (max-width: 575px) {
  .tv__wideo_text {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
.tv__wideo_number {
  font-size: 7.5rem;
  font-weight: 300;
  line-height: 6.2rem;
  color: #fff;
  text-align: center;
}
@media (max-width: 991px) {
  .tv__wideo_number {
    font-size: 5rem;
  }
}
@media (max-width: 575px) {
  .tv__wideo_number {
    font-size: 4rem;
  }
}
.tv__wideo_background {
  background-color: #102b2d;
  background-image: linear-gradient(180deg, #102b2d, #081d1e);
}
@media (max-width: 991px) {
  .tv__wideo_background {
    width: auto;
  }
}
.tv__text_margin_wideo {
  margin-left: 4rem;
}
@media (max-width: 991px) {
  .tv__text_margin_wideo {
    margin-left: 0;
  }
}

.movies {
  background-color: #0B2426;
}
.movies__end {
  opacity: 0;
}
.movies__right_button {
  width: 4rem;
  height: 4rem;
  margin-left: 1.5rem;
  border: 2px solid #000;
  background-color: #fff;
  position: relative;
  margin-right: 6.7rem;
  opacity: 1;
}
@media (max-width: 991px) {
  .movies__right_button {
    margin-right: 3.7rem;
  }
}
.movies__right_button--active {
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.3;
  transform: rotate(180deg);
}
.movies__right_button:focus {
  outline: none;
}
.movies__left_button {
  margin-left: 5.3rem;
  background-color: transparent;
  border: 2px solid #fff;
  opacity: 0.3;
  width: 4rem;
  height: 4rem;
  position: relative;
}
.movies__left_button--active {
  border: 2px solid #000;
  background-color: #fff;
  opacity: 1;
  transform: rotate(-180deg);
}
.movies__left_button:focus {
  outline: none;
}
.movies__text_button {
  line-height: 1.2rem;
  color: #6A944E;
  margin-top: 0.2rem;
  font-size: 1.4rem;
}
.movies__news {
  margin-top: 6.3rem;
  font-size: 2.4rem;
  background-color: #6A944E;
  padding: 0.3rem 0.2rem 0.2rem 0.2rem;
}
@media (max-width: 991px) {
  .movies__news {
    margin-left: auto;
    margin-right: auto;
    padding: 0.3rem 0.2rem 0.4rem 0.2rem;
  }
}
.movies__video {
  min-height: 18rem;
  width: 40rem;
  background-size: cover;
  background-repeat: no-repeat;
}
.movies__arrow {
  background-color: transparent;
  border: transparent;
  height: 5rem;
  width: 5rem;
}
.movies__video_doctor {
  background-image: url(../images/webinary_movie_doctor.jpg);
}
.movies__video_micro {
  background-image: url(../images/webinary_movie_micro.jpg);
}
.movies__video_operation {
  background-image: url(../images/webinary_movie_operation.jpg);
}
.movies__video_heart {
  background-image: url(../images/webinary_movie_heart.jpg);
}
.movies__data {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #fff;
}
.movies__line {
  width: 102%;
  height: 1px;
  background-color: #646464;
}
.movies__donw_line {
  font-size: 2.1rem;
  color: #fff;
  line-height: 3.4rem;
}
.movies__a_text {
  font-size: 2.4rem;
  line-height: 3.1rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  flex-basis: 100%;
  flex-grow: 1f;
}
.movies__button_movies {
  background-color: #1ABDCE;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  padding: 1.3rem 4.8rem 1.3rem 1.4rem;
  position: relative;
}
.movies__ding_dong {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  width: 2rem;
  height: 2.4rem;
}
.movies__div_ran {
  position: relative;
}
.movies__ran {
  position: absolute;
  right: 0;
  bottom: 6rem;
}

.doctors {
  background-color: #fff;
}
.doctors__news {
  background-color: #1ABDCE;
  font-size: 2.4rem;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
}
@media (max-width: 991px) {
  .doctors__news {
    margin-left: 0;
  }
}
.doctors__img_up {
  width: 24.6rem;
  height: 18rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.doctors__img_down {
  width: 18rem;
  height: 18rem;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
  position: relative;
  left: -5rem;
}
.doctors__img_text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.6rem;
  color: #000;
  text-align: center;
  margin-right: 9.1rem;
}
.doctors__box {
  position: relative;
}
.doctors__size {
  display: block;
  width: 24.6rem;
  height: 18rem;
}
.doctors__img_all {
  display: inline-block;
  border-radius: 100%;
  position: relative;
  width: 18rem;
  height: 18rem;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 3.3rem;
  margin-bottom: auto;
  margin-right: 9.1rem;
  background-color: transparent;
}
.doctors__img_all:after {
  content: "";
  display: block;
  position: absolute;
  width: 4.8rem;
  height: 3px;
  background-color: #000;
  top: 50%;
  left: -2.4rem;
}
.doctors__circle {
  display: inline-block;
  position: absolute;
  right: 5.8rem;
  border-radius: 100%;
  top: 4rem;
  width: 18rem;
  height: 18rem;
  background-color: #fff;
  background-image: linear-gradient(180deg, #fff 50%, #aff0f6 50%, #fff 100%);
}
.doctors__margin_doctors_img {
  margin-left: 32rem;
  margin-right: 18rem;
}
@media (max-width: 991px) {
  .doctors__margin_doctors_img {
    margin-left: 7.8rem;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .doctors__margin_doctors_img {
    margin-left: 11rem;
    margin-right: 2rem;
  }
}

.program {
  margin-left: 5.7rem;
  position: relative;
}
@media (max-width: 991px) {
  .program {
    margin-left: 0;
  }
}
.program__line {
  width: 100%;
  height: 1px;
  background-color: #B5BECC;
  margin-top: 5.9rem;
  margin-bottom: 6rem;
  display: inline-block;
}
.program__news {
  margin: 0;
  margin-bottom: 4.3rem;
}
@media (max-width: 991px) {
  .program__news {
    margin-bottom: 0;
    font-size: 3.5rem;
    padding: 1rem 0.5rem 1.3rem 0.5rem;
  }
}
@media (max-width: 575px) {
  .program__news {
    margin-bottom: 0;
  }
}
.program__header_number {
  font-size: 15rem;
  font-weight: 700;
  line-height: 12.3rem;
  white-space: nowrap;
}
@media (max-width: 575px) {
  .program__header_number {
    font-size: 12rem;
  }
}
.program__header_text {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 3.4rem;
  position: relative;
  white-space: nowrap;
}
.program__header_text:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #000;
  top: 0;
  right: 0;
}
@media (max-width: 575px) {
  .program__header_text {
    font-size: 4.2rem;
  }
}
.program__header_year {
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #878787;
  margin-top: 3.4rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 575px) {
  .program__header_year {
    font-size: 3rem;
  }
}
.program__line_header {
  width: 100%;
  height: 1px;
  background-color: #B5BECC;
  margin-bottom: 3.7rem;
  display: inline-block;
}
.program__normal_time {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 3.4rem;
}
@media (max-width: 575px) {
  .program__normal_time {
    font-size: 1.4rem;
  }
}
.program__normal_grey {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 3.4rem;
  color: #878787;
}
@media (max-width: 575px) {
  .program__normal_grey {
    font-size: 1.8rem;
  }
}
.program__h3 {
  margin-top: 2.1rem;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 4.4rem;
}
@media (max-width: 575px) {
  .program__h3 {
    font-size: 2.8rem;
    margin-top: 1.1rem;
  }
}
.program__down_text {
  margin-top: 2rem;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 3.1rem;
  margin-bottom: 2.9rem;
}
.program__camera {
  background-image: url(../images/program_camera.svg);
  height: 1.6rem;
  width: 2.3rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.9rem;
}
.program__live {
  background-color: #D43C4A;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.7rem;
  width: 9.7rem;
  height: auto;
  padding: 0.3rem 2.1rem;
  border-radius: 4.5rem;
  margin-top: 2.5rem;
  margin-left: 2rem;
}
@media (max-width: 991px) {
  .program__live {
    margin-left: 0;
  }
}
.program__right_button {
  width: 4rem;
  height: 4rem;
  border: 2px solid #000;
  background-color: transparent;
  position: absolute;
  right: -2rem;
  top: 30rem;
  z-index: 10;
  opacity: 0.3;
}
@media (max-width: 991px) {
  .program__right_button {
    right: 1rem;
    width: 5rem;
    height: 5rem;
    top: 27rem;
  }
}
@media (max-width: 575px) {
  .program__right_button {
    right: 0;
    top: 18rem;
    width: 4rem;
    height: 4rem;
  }
}
.program__right_button--active {
  border: 2px solid #000;
  background-color: #000;
  opacity: 1;
  transform: rotate(180deg);
}
.program__right_button:focus {
  outline: none;
}
.program__left_button {
  width: 4rem;
  height: 4rem;
  border: 2px solid #000;
  background-color: #000;
  position: absolute;
  right: 3rem;
  top: 30rem;
  z-index: 10;
}
@media (max-width: 991px) {
  .program__left_button {
    right: 8rem;
    width: 5rem;
    height: 5rem;
    top: 27rem;
  }
}
@media (max-width: 575px) {
  .program__left_button {
    right: 5rem;
    top: 18rem;
    width: 4rem;
    height: 4rem;
  }
}
.program__left_button--active {
  background-color: transparent;
  border: 2px solid #000;
  transform: rotate(180deg);
  opacity: 0.3;
}
.program__left_button:focus {
  outline: none;
}
.program__back_text {
  font-size: 27rem;
  font-weight: 700;
  opacity: 0.03;
  position: absolute;
  top: 6rem;
}
@media (max-width: 575px) {
  .program__back_text {
    font-size: 6rem;
  }
}
.program__end {
  opacity: 0;
}

.no_box {
  box-sizing: border-box;
}

.newsletter08__logo_brilique {
  height: 5rem;
  width: 18rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 2rem;
  margin-right: 2rem;
}
.newsletter08__logo_astra {
  height: 3.4rem;
  width: 14.1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.newsletter08__line {
  width: 100%;
  height: 1px;
  background-color: #A5AAB2;
}
.newsletter08__circle {
  height: 21.8rem;
  width: 21.8rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.newsletter08__back_text {
  font-size: 27rem;
  font-weight: 700;
  opacity: 0.03;
  position: absolute;
  top: -6rem;
  left: -4.5rem;
  z-index: -1;
}
@media (max-width: 991px) {
  .newsletter08__back_text {
    left: -1rem;
    font-size: 14rem;
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .newsletter08__back_text {
    left: -1.5rem;
    font-size: 14rem;
    top: -3rem;
  }
}
@media (max-width: 575px) {
  .newsletter08__back_text {
    left: 2.5rem;
    font-size: 6rem;
    top: -6rem;
  }
}
.newsletter08__position_news {
  position: relative;
}
.newsletter08__box_white {
  background-color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.newsletter08__box_white--active {
  background-color: #878787;
  border: 2px solid #878787;
}
.newsletter08__rwd_input {
  margin-left: 0;
}
@media (max-width: 575px) {
  .newsletter08__rwd_input--active {
    margin-left: 0;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .newsletter08__rwd_input--small_button_rwd {
    width: 6rem;
  }
}
@media (max-width: 575px) {
  .newsletter08__rwd_input--input_button_rwd {
    width: 33rem;
  }
}
@media (max-width: 991px) {
  .newsletter08__rwd_karuzela {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

.text_color_white {
  color: #fff;
}

.kidneys_pdf__news {
  margin-top: 3.6rem;
  margin-left: -14.5rem;
  background-color: #784E94;
}
.kidneys_pdf__line {
  width: 100%;
  height: 1px;
  background-color: #000;
}
.kidneys_pdf__box {
  height: 25rem;
  width: 100%;
}
.kidneys_pdf__text {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 3.4rem;
}
.kidneys_pdf__link {
  color: #784E94;
  font-size: 1.4rem;
  height: 1.2rem;
  font-weight: 800;
  margin-right: 1.6rem;
}
.kidneys_pdf__news_violet {
  background-color: #784E94;
}
.kidneys_pdf__references {
  font-size: 1rem;
  line-height: 1.6rem;
}
.kidneys_pdf__down_reference {
  font-size: 1.2rem;
  line-height: 1.6rem;
  text-align: right;
}

button {
  padding: 0;
  background-color: inherit;
  border: inherit;
  cursor: pointer;
  font-family: inherit;
}

body {
  margin: 0;
}
body.no-scroll {
  overflow: hidden;
}

hr {
  border: none;
  color: #000;
  box-sizing: border-box;
  margin: 0;
}

img {
  display: block;
}

ul,
ol {
  margin: 0;
}

input {
  border: none;
}

.no-focus:focus {
  outline: none;
}

.svg__chevron--rounded--red, .svg__chevron--rounded--light-navy, .svg__chevron--rounded--orange, .svg__chevron--rounded--blue, .svg__chevron--rounded--white, .svg__chevron--rounded--grey {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 0.62rem;
  height: 0.92rem;
}
.svg__chevron--rounded--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%23D43C4A' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--rounded--light-navy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%234E6A94' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--rounded--orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%23D98852' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--rounded--grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%23878787' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--rounded--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%231ABDCE' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--rounded--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.2'%3E%3Cpath fill='none' stroke='%23FFF' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' d='M1.5,1.5l3.2,3.1L1.5,7.8'/%3E%3C/svg%3E");
}
.svg__chevron--up--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.19rem;
  height: 0.74rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.9 7.4'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,6.4L6,1l5,5.4'/%3E%3C/svg%3E");
}
.svg__chevron--dropdown--up--black {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,13L12,1l11,12'/%3E%3C/svg%3E");
}
.svg__clock--black, .svg__clock--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}
.svg__clock--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(1 1)'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpolyline points='15,16 11,11 11,4'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__clock--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 25 25'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(1 1)'%3E%3Ccircle cx='11.5' cy='11.5' r='11.5'/%3E%3Cpolyline points='15,16 11,11 11,4'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__star--black, .svg__star--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.77rem;
  height: 1.77rem;
}
.svg__star--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.7 17.7'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3,13.5c-0.3-0.2-0.6-0.2-0.9,0l-4.6,3.1c-0.2,0.2-0.4,0.1-0.3-0.2l1.4-4.9c0.1-0.3,0-0.7-0.2-0.9L1.1,7 C0.9,6.8,1,6.6,1.3,6.5L6,6.1c0.3,0,0.6-0.3,0.8-0.5l1.9-4.4c0.1-0.3,0.3-0.3,0.4,0l1.9,4.4c0.1,0.3,0.4,0.5,0.8,0.5l4.7,0.4 c0.3,0,0.4,0.2,0.2,0.4L13,10.6c-0.2,0.2-0.3,0.6-0.2,0.9l1.4,4.9c0.1,0.3-0.1,0.4-0.3,0.2L9.3,13.5z'/%3E%3C/svg%3E");
}
.svg__star--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.7 17.7'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M9.3,13.5c-0.3-0.2-0.6-0.2-0.9,0l-4.6,3.1c-0.2,0.2-0.4,0.1-0.3-0.2l1.4-4.9c0.1-0.3,0-0.7-0.2-0.9L1.1,7 C0.9,6.8,1,6.6,1.3,6.5L6,6.1c0.3,0,0.6-0.3,0.8-0.5l1.9-4.4c0.1-0.3,0.3-0.3,0.4,0l1.9,4.4c0.1,0.3,0.4,0.5,0.8,0.5l4.7,0.4 c0.3,0,0.4,0.2,0.2,0.4L13,10.6c-0.2,0.2-0.3,0.6-0.2,0.9l1.4,4.9c0.1,0.3-0.1,0.4-0.3,0.2L9.3,13.5z'/%3E%3C/svg%3E");
}
.svg__tree--black, .svg__tree--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.6rem;
  height: 2.4rem;
}
.svg__tree--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(-1518 -8573)'%3E%3Cpath d='M1533,8582c0-4.4-3.1-8-7-8s-7,3.6-7,8s3.1,8,7,8S1533,8586.4,1533,8582z'/%3E%3Cline x1='1526' y1='8578' x2='1526' y2='8596'/%3E%3Cline x1='1529' y1='8580' x2='1526' y2='8582.8'/%3E%3Cline x1='1523' y1='8583' x2='1526' y2='8585.7'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__tree--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(-1518 -8573)'%3E%3Cpath d='M1533,8582c0-4.4-3.1-8-7-8s-7,3.6-7,8s3.1,8,7,8S1533,8586.4,1533,8582z'/%3E%3Cline x1='1526' y1='8578' x2='1526' y2='8596'/%3E%3Cline x1='1529' y1='8580' x2='1526' y2='8582.8'/%3E%3Cline x1='1523' y1='8583' x2='1526' y2='8585.7'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__calendar--certain-date--black, .svg__calendar--certain-date--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
}
.svg__calendar--certain-date--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2,3h20c0.6,0,1,0.4,1,1v18c0,0.6-0.4,1-1,1H2c-0.6,0-1-0.4-1-1V4C1,3.4,1.4,3,2,3z'/%3E%3Cline x1='8' y1='1' x2='8' y2='5'/%3E%3Cline x1='16' y1='1' x2='16' y2='5'/%3E%3Cline x1='19' y1='15' x2='15' y2='19'/%3E%3Cline x1='19' y1='19' x2='15' y2='15'/%3E%3C/g%3E%3Cg fill='%23000'%3E%3Crect x='6' y='10' width='2' height='2'/%3E%3Crect x='11' y='10' width='2' height='2'/%3E%3Crect x='6' y='16' width='2' height='2'/%3E%3Crect x='11' y='16' width='2' height='2'/%3E%3Crect x='16' y='10' width='2' height='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg__calendar--certain-date--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cg%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2,3h20c0.6,0,1,0.4,1,1v18c0,0.6-0.4,1-1,1H2c-0.6,0-1-0.4-1-1V4C1,3.4,1.4,3,2,3z'/%3E%3Cline x1='8' y1='1' x2='8' y2='5'/%3E%3Cline x1='16' y1='1' x2='16' y2='5'/%3E%3Cline x1='19' y1='15' x2='15' y2='19'/%3E%3Cline x1='19' y1='19' x2='15' y2='15'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Crect x='6' y='10' width='2' height='2'/%3E%3Crect x='11' y='10' width='2' height='2'/%3E%3Crect x='6' y='16' width='2' height='2'/%3E%3Crect x='11' y='16' width='2' height='2'/%3E%3Crect x='16' y='10' width='2' height='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.svg__map-pin--black, .svg__map-pin--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.8rem;
  height: 2.4rem;
}
.svg__map-pin--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(-1443 -3718)'%3E%3Ccircle cx='1452' cy='3727' r='3'/%3E%3Cpath d='M1444,3727c0,7.1,8,14,8,14s8-6.9,8-14c0-4.4-3.6-8-8-8S1444,3722.6,1444,3727z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__map-pin--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 24'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(-1443 -3718)'%3E%3Ccircle cx='1452' cy='3727' r='3'/%3E%3Cpath d='M1444,3727c0,7.1,8,14,8,14s8-6.9,8-14c0-4.4-3.6-8-8-8S1444,3722.6,1444,3727z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__arrow--black, .svg__arrow--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.67rem;
  height: 1.3rem;
}
.svg__arrow--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.2,1l5.5,5.5L20.2,12'/%3E%3Cline x1='25' y1='6.5' x2='1' y2='6.5'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__arrow--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26.7 13'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.2,1l5.5,5.5L20.2,12'/%3E%3Cline x1='25' y1='6.5' x2='1' y2='6.5'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__arrow--lg {
  width: 3.6rem;
  height: 1.75333rem;
}
.svg__badge--white, .svg__badge--green, .svg__badge--light-navy, .svg__badge--red, .svg__badge--orange, .svg__badge--grey2, .svg__badge--violet {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.6rem;
  height: 2.4rem;
}
.svg__badge--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%236A944E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--light-navy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%234E6A94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%23D43C4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%23D98852' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--grey2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%23A5AAB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--violet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='none' stroke='%23784E94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--white, .svg__badge--full--green, .svg__badge--full--light-navy, .svg__badge--full--red, .svg__badge--full--orange, .svg__badge--full--grey2, .svg__badge--full--violet {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.6rem;
  height: 2.4rem;
}
.svg__badge--full--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%236A944E' stroke='%236A944E' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--light-navy {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%234E6A94' stroke='%234E6A94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--red {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%23D43C4A' stroke='%23D43C4A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--orange {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%23D98852' stroke='%23D98852' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--grey2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%23A5AAB2' stroke='%23A5AAB2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__badge--full--violet {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 24'%3E%3Cpath fill='%23784E94' stroke='%23784E94' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,23l-7-6l-7,6V1h14V23z'/%3E%3C/svg%3E");
}
.svg__mouse--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.7rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 28'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round'%3E%3Cpath d='M8.5,1L8.5,1C12.6,1,16,4.4,16,8.5v11c0,4.1-3.4,7.5-7.5,7.5l0,0C4.4,27,1,23.6,1,19.5v-11C1,4.4,4.4,1,8.5,1z'/%3E%3Cline x1='8.5' y1='6.2' x2='8.5' y2='12'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__user--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M15,16c3-2.3,3-6.4,3-6.4V5.3C17.6,2.9,14.6,1,12,1l0,0C9.4,1,6.4,2.9,6,5.3v4.3c0,0,0,4.1,3,6.4v0l-8,4.8v1.5 C1,22.7,1.3,23,1.7,23h20.5c0.4,0,0.7-0.3,0.7-0.7v-1.5L15,16z'/%3E%3C/svg%3E");
}
.svg__log--black, .svg__log--white, .svg__log--light-green {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.6rem;
  height: 2.6rem;
}
.svg__log--black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.1,19.5c-3.6,5.6-11,7.2-16.6,3.6c-5.6-3.6-7.2-11-3.6-16.6c3.6-5.6,11-7.2,16.6-3.6c1.4,0.9,2.7,2.1,3.6,3.6'/%3E%3Cline x1='25' y1='12.9' x2='14' y2='12.9'/%3E%3Cpath d='M18,8.9l-4,4l4,4'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__log--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.1,19.5c-3.6,5.6-11,7.2-16.6,3.6c-5.6-3.6-7.2-11-3.6-16.6c3.6-5.6,11-7.2,16.6-3.6c1.4,0.9,2.7,2.1,3.6,3.6'/%3E%3Cline x1='25' y1='12.9' x2='14' y2='12.9'/%3E%3Cpath d='M18,8.9l-4,4l4,4'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__log--light-green {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26'%3E%3Cg fill='none' stroke='%234CAEAB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M23.1,19.5c-3.6,5.6-11,7.2-16.6,3.6c-5.6-3.6-7.2-11-3.6-16.6c3.6-5.6,11-7.2,16.6-3.6c1.4,0.9,2.7,2.1,3.6,3.6'/%3E%3Cline x1='25' y1='12.9' x2='14' y2='12.9'/%3E%3Cpath d='M18,8.9l-4,4l4,4'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__search--candy-blue {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 2.3rem;
  height: 2.3rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 23 23'%3E%3Cg fill='none' stroke='%236E9DFB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' transform='translate(1 1)'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5'/%3E%3Cline x1='12.8' y1='12.8' x2='21' y2='21'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__search--nav--black {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.49rem;
  height: 1.49rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.9 14.9'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5.5' cy='5.5' r='4.5'/%3E%3Cline x1='8.9' y1='8.9' x2='13.9' y2='13.9'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__search--nav--lg {
  width: 6rem;
  height: 6rem;
}
.svg__font-scales--black {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 3.7rem;
  height: 1.47rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37 14.7'%3E%3Cg fill='%23000'%3E%3Cpath d='M8.3,14.7H6.2l-0.6-1.9h-3l-0.6,1.9H0l3.1-8.4h2.2L8.3,14.7z M5.2,11.4L4.3,8.6C4.2,8.3,4.2,8.1,4.2,7.8h0 C4.1,8,4,8.3,4,8.5L3,11.4H5.2z'/%3E%3Cpath d='M20.7,14.7H18l-0.8-2.5h-4l-0.8,2.5H9.7l4.1-11.2h3L20.7,14.7z M16.6,10.3l-1.2-3.8c-0.1-0.3-0.2-0.6-0.2-1h-0.1 c0,0.3-0.1,0.7-0.2,1l-1.2,3.8H16.6z'/%3E%3Cpath d='M37,14.7h-3.6l-1-3.3h-5.2l-1,3.3h-3.6L27.9,0h3.9L37,14.7z M31.6,8.9L30,3.9c-0.1-0.4-0.2-0.8-0.2-1.3h-0.1 c0,0.4-0.1,0.9-0.3,1.3l-1.6,5H31.6z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__play {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50'%3E%3Cg transform='translate(-314 -1921)'%3E%3Ccircle fill='%23fff' cx='339' cy='1946' r='25'/%3E%3Cpath fill='%23D43C4A' d='M333.1,1954.8c-0.4,0.2-0.7,0-0.7-0.4v-17c0-0.5,0.3-0.7,0.7-0.4l14.5,8.8c0.2,0.1,0.4,0.3,0.3,0.6 c0,0.1-0.1,0.2-0.3,0.3L333.1,1954.8z'/%3E%3C/g%3E%3C/svg%3E");
}
.svg__play--lg {
  width: 12rem;
  height: 12rem;
}
.svg__chevron--newsletter--right--white {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 0.65rem;
  height: 1.02rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.5 10.2'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,1l4.5,4.1L1,9.2'/%3E%3C/svg%3E");
}

.border-none {
  border: none;
}

.border-1 {
  border-width: 1px;
}

.border-2 {
  border-width: 2px;
}

.flip-horizontal {
  transform: scaleX(-1);
}

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

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

.rounded-20 {
  border-radius: 2rem;
}

.rounded-full {
  border-radius: 9999px;
}

.custom-select {
  position: relative;
}
.custom-select select {
  display: none;
}
.custom-select .select-selected {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  cursor: pointer;
}
.custom-select .select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 30vh;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 3;
}
.custom-select .select-items div {
  cursor: pointer;
}
.custom-select .select-items div:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select .select-hide {
  display: none;
}
.custom-select .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.custom-select--calendar {
  box-shadow: 0 0.4rem 3.2rem rgba(32, 44, 101, 0.16);
}
.custom-select--calendar .select-selected {
  padding: 2rem 3.2rem;
}
.custom-select--calendar .select-selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,13L12,1l11,12'/%3E%3C/svg%3E");
  transform: translateY(-50%) scaleY(-1);
}
.custom-select--calendar .select-selected.active::after {
  transform: translateY(-50%);
}
.custom-select--calendar .select-items div {
  padding: 2rem 3.2rem;
}
.custom-select--form {
  box-shadow: 0 0.4rem 3.2rem rgba(32, 44, 101, 0.16);
}
.custom-select--form .select-selected {
  padding: 1.5rem;
}
.custom-select--form .select-selected::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.4rem;
  height: 1.4rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 14'%3E%3Cpath fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,13L12,1l11,12'/%3E%3C/svg%3E");
  transform: translateY(-50%) scaleY(-1);
}
.custom-select--form .select-selected.active::after {
  transform: translateY(-50%);
}
.custom-select--form .select-items div {
  padding: 2rem 3.2rem;
}
.custom-select--drawer .select-selected {
  justify-content: center;
  border: 2px solid #fff;
}
.custom-select--drawer .select-selected::after {
  content: "";
  display: block;
  margin-left: 0.8rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  flex-shrink: 0;
  width: 1.19rem;
  height: 0.74rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.9 7.4'%3E%3Cpath fill='none' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M1,6.4L6,1l5,5.4'/%3E%3C/svg%3E");
}
.custom-select--drawer .select-selected.active::after {
  transform: scaleY(-1);
}
.custom-select--drawer .select-items {
  background-color: #000;
}

.custom-input {
  position: relative;
}
.custom-input__input {
  position: relative;
}
.custom-input__icon {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}

.btn__font-scale {
  opacity: 0.5;
}
.btn__font-scale.active {
  opacity: 1;
}
.btn__tag--violet, .btn__tag--light-green, .btn__tag--light-navy, .btn__tag--orange, .btn__tag--red, .btn__tag--green, .btn__tag--kardiologia, .btn__tag--diabetologia, .btn__tag--nefrologia {
  border-style: solid;
  border-width: 1px;
}
.btn__tag--violet {
  border-color: #784E94;
  color: #784E94;
}
.btn__tag--light-green {
  border-color: #4CAEAB;
  color: #4CAEAB;
}
.btn__tag--light-navy {
  border-color: #4E6A94;
  color: #4E6A94;
}
.btn__tag--orange {
  border-color: #D98852;
  color: #D98852;
}
.btn__tag--red {
  border-color: #D43C4A;
  color: #D43C4A;
}
.btn__tag--green {
  border-color: #6A944E;
  color: #6A944E;
}
.btn__tag--kardiologia {
  border-color: #D43C4A;
  color: #D43C4A;
}
.btn__tag--diabetologia {
  border-color: #4CAEAB;
  color: #4CAEAB;
}
.btn__tag--nefrologia {
  border-color: #4E6A94;
  color: #4E6A94;
}
.btn__tag--gold {
  border-color: #EBD19D;
  color: #EBD19D;
}
.btn__outline {
  border: 2px solid #1ABDCE;
}
.btn__outline--white {
  border: 2px solid #fff;
}
.btn__outline--gold {
  border: 2px solid #EBD19D;
}

.logo__e-az-scientific-summit--white {
  width: 49.019rem;
  height: auto;
}
.logo__e-az-scientific-summit--black {
  width: 49.019rem;
  height: auto;
}

.icon__arrow--thin {
  width: 2.67rem;
  height: auto;
}
.icon__map-pin--white {
  width: 1.8rem;
  height: auto;
}
.icon__ptk {
  width: 7.7rem;
  height: auto;
}
.icon__panel {
  width: 12rem;
  height: auto;
}
.icon__education {
  width: 9.6198rem;
  height: auto;
}
.icon__research {
  width: 7.8rem;
  height: auto;
}
.icon__responsive {
  width: 9.2003rem;
  height: auto;
}
.icon__notification {
  width: 12.0001rem;
  height: auto;
}
.icon__btn__calendar-view {
  position: absolute;
  top: 50%;
  right: 1.6rem;
  transform: translateY(-50%);
}
.icon__btn__add-to-calendar {
  top: 50%;
  left: 1.6rem;
  transform: translateY(-50%);
}

.calendar__days-of-the-week--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.calendar__day-label {
  width: 100%;
  flex-basis: 14.2857142857%;
  flex-shrink: 0;
  max-width: 14.2857142857%;
}
.calendar__body--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.calendar__day-cell--outer {
  width: 100%;
  flex-basis: 14.2857142857%;
  flex-shrink: 0;
  max-width: 14.2857142857%;
  position: relative;
}
.calendar__day-cell--outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
.calendar__day-cell--outer.current-month .calendar__day-cell--inner {
  background-color: #20587C;
  opacity: 1;
}
.calendar__day-cell--outer.selected-day .calendar__day-cell--inner {
  border: 2px solid #fff;
  cursor: default;
}
.calendar__day-cell--outer.kardiologia .calendar__day-cell--inner {
  background-color: #D43C4A;
}
.calendar__day-cell--outer.diabetologia .calendar__day-cell--inner {
  background-color: #4CAEAB;
}
.calendar__day-cell--outer.nefrologia .calendar__day-cell--inner {
  background-color: #4E6A94;
}
.calendar__day-cell--inner {
  position: absolute;
  top: 0;
  right: 0.6rem;
  bottom: 0;
  left: 0.6rem;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
}

.div-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 576px) and (max-width: 991px) {
  .events__calendar,
.events__tags {
    width: calc(50% - 7rem - 1px);
  }
}
.e-az-scientific-summit__globe-bubble {
  overflow: hidden;
  border-radius: 9999px;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.e-az-scientific-summit__globe-bubble--01 {
  width: 16rem;
  height: 16rem;
  top: 2.6rem;
  right: 15.6rem;
}
.e-az-scientific-summit__globe-bubble--02 {
  width: 21rem;
  height: 21rem;
  top: 17rem;
  left: -11rem;
}
.e-az-scientific-summit__globe-bubble--03 {
  width: 7.8rem;
  height: 7.8rem;
  top: 27rem;
  left: 20rem;
}
.e-az-scientific-summit__globe-bubble--04 {
  width: 26rem;
  height: 26rem;
  top: 17rem;
  right: -12rem;
}

.program__back_text--home {
  transform: translateX(-50%);
  left: 50%;
  top: 0;
}

.absolute-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.overflow-hidden {
  overflow: hidden;
}

.rectangle {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.comming-soon-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comming-soon-bg--diabetologia {
  background-image: url(../images/diabetologia_bg.svg);
}
.comming-soon-bg--kardiologia {
  background-image: url(../images/kardiologia_bg.png);
}
.comming-soon-bg--nefrologia {
  background-image: url(../images/nefrologia_bg.png);
}

.ul--custom {
  list-style-type: none;
}
.ul--custom > li {
  padding-left: 2rem;
  position: relative;
}
.ul--custom > li::before {
  content: "\2022";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: inherit;
  line-height: inherit;
}

.ol--custom {
  list-style-type: none;
  counter-reset: section;
  /* Set a counter named 'section', and its initial value is 0. */
}
.ol--custom > li::before {
  counter-increment: section;
  /* Increment the value of section counter by 1 */
  content: counter(section) ". ";
  /* Display the word 'Section ', the value of section counter, and a colon before the content of each li */
  display: inline;
  font-size: inherit;
  line-height: inherit;
}

.wednesdays-with-nwd-badge {
  position: absolute;
  top: 6rem;
  right: 4.4rem;
}

.panel--other-services {
  transform: translateY(calc(-100% - 10rem));
  transition: transform 0.5s ease;
}
@media (min-width: 992px) {
  .panel--other-services {
    top: 11.5rem;
    left: 10rem;
  }
}
.panel--other-services.active {
  transform: translateY(0);
}
.panel--font-scales {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  transform: translateY(calc(-100% - 10rem)) translateX(-50%);
  transition: transform 0.5s ease;
  left: 50%;
  top: 6rem;
}
@media (min-width: 992px) {
  .panel--font-scales {
    transform: translateY(calc(-100% - 10rem));
    top: 11.5rem;
    right: 10rem;
    left: auto;
  }
}
.panel--font-scales.active {
  transform: translateY(0) translateX(-50%);
}
@media (min-width: 992px) {
  .panel--font-scales.active {
    transform: translateY(0);
  }
}
.panel--submenu {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  transform: translateY(calc(-100% - 10rem)) translateX(-50%);
  transition: transform 0.5s ease;
  left: 20%;
  top: 6rem;
}
@media (min-width: 992px) {
  .panel--submenu {
    transform: translateY(calc(-100% - 10rem));
    top: 11.5rem;
    right: 60rem;
    left: auto;
  }
}
.panel--submenu.active {
  transform: translateY(0) translateX(-50%);
}
@media (min-width: 992px) {
  .panel--submenu.active {
    transform: translateY(0);
  }
}

.img__logo__nwd {
  width: 26.83rem;
  height: auto;
}
@media (max-width: 991px) {
  .img__logo__nwd--header {
    width: auto;
    height: 4rem;
  }
}
.img__logo__nwd--light {
  width: 21.79rem;
  height: auto;
}
.img__logo__nwd--light--2 {
  width: 23.692rem;
  height: auto;
}
.img__logo__nwk {
  width: 25.73rem;
  height: auto;
}
.img__logo__nwk--light {
  width: 20.73rem;
  height: auto;
}
.img__logo__nwn {
  width: 25.73rem;
  height: auto;
}
.img__logo__nwn--light {
  width: 21.77rem;
  height: auto;
}
.img__logo__wz {
  width: 15.97rem;
  height: auto;
}
.img__logo__wz--light {
  width: 13.08rem;
  height: auto;
}
.img__logo__astra-zeneca {
  width: 19.9rem;
  height: auto;
}
.img__logo__astra-zeneca--patron {
  width: 28.82rem;
  height: auto;
}
.img__logo__ptd {
  width: 4.4rem;
  height: auto;
}
.img__icon__chevron--thick--white {
  width: 1.19rem;
  height: auto;
}

.drawer__logo {
  opacity: 0.5;
  transition: opacity 0.2s ease;
}
.drawer__logo:hover, .drawer__logo.active {
  opacity: 1;
}

.btn__badge .badge--outlined, .btn__badge .badge--full {
  transition: opacity 0.3s ease;
}
.btn__badge .badge--full {
  opacity: 0;
}
.btn__badge.active .badge--outlined, .btn__badge.active .badge--full {
  transition: opacity 0.1s ease;
}
.btn__badge.active .badge--outlined {
  opacity: 0;
}
.btn__badge.active .badge--full {
  opacity: 1;
}

.hr--blue {
  background-image: linear-gradient(90deg, transparent, #2B578C, transparent);
  height: 1px;
}

.scroll-to--second-section {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%) translateY(10rem);
  transition: transform 0.4s ease;
}
.scroll-to--second-section.active {
  transform: translateX(-50%) translateY(0);
}

.dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.dialog__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.9;
}
.dialog__close {
  position: absolute;
  top: 5rem;
  right: 5rem;
  font-size: 5rem;
  line-height: 3rem;
  color: #000;
  font-weight: 700;
  overflow: hidden;
}
.dialog__content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
}
.article--aside__parent {
  margin-bottom: 4rem;
}

.article-preview--summit__btn--play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumbs {
  margin-bottom: 2.3rem;
}
.breadcrumbs__link {
  font-size: 1.2rem;
  color: #A5AAB2;
  font-weight: 700;
  text-decoration: none;
  margin-right: 1rem;
}
.breadcrumbs__link:hover {
  text-decoration: none;
  color: #A5AAB2;
}
.breadcrumbs__link--active {
  color: #000;
}
.breadcrumbs__link--active:hover {
  text-decoration: none;
  color: #000;
}
.breadcrumbs__link--white {
  color: #fff;
}
.breadcrumbs__link--white .breadcrumbs__link--active {
  color: #fff;
}
.breadcrumbs__link--white .breadcrumbs__link--active:hover {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs__link--white:hover {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs__link--green {
  color: #6A944E;
}
.breadcrumbs__link--green .breadcrumbs__link--active {
  color: #6A944E;
}
.breadcrumbs__link--green .breadcrumbs__link--active:hover {
  text-decoration: none;
  color: #6A944E;
}
.breadcrumbs__link--green:hover {
  text-decoration: none;
  color: #6A944E;
}
.breadcrumbs__spacer {
  font-size: 1.2rem;
  color: #A5AAB2;
  font-weight: 700;
  display: inline-block;
}
.breadcrumbs__spacer--white {
  color: #fff;
}
.breadcrumbs__spacer--white:hover {
  text-decoration: none;
  color: #fff;
}
.breadcrumbs__spacer--green {
  color: #6A944E;
}
.breadcrumbs__spacer--green:hover {
  text-decoration: none;
  color: #6A944E;
}

.icon__home {
  width: 1.46rem;
  height: 1.46rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.9rem;
  background-image: url(../images/icon__home.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.icon__home--white {
  background-image: url(../images/profile/home_icon_white.svg);
}

.header_badge {
  position: relative;
}
.header_badge:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 2.2rem;
  position: absolute;
  top: 0;
  right: 0;
}
.header_badge--blue:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%233c8a9e' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--blue--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%233c8a9e'/%3E%3C/svg%3E");
}
.header_badge--cyan:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%234CAEAB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--cyan--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%234CAEAB'/%3E%3C/svg%3E");
}
.header_badge--red:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%23D43C4A' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--red--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%23D43C4A'/%3E%3C/svg%3E");
}
.header_badge--orange:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%23D98852' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--orange--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%23D98852'/%3E%3C/svg%3E");
}
.header_badge--violet:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%23784E94' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--violet--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%23784E94'/%3E%3C/svg%3E");
}
.header_badge--green:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='24' viewBox='0 0 16 24'%3E%3Cg transform='translate(1 1)'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='none' stroke='%236A944E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E");
}
.header_badge--green--full:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='22' viewBox='0 0 14 22'%3E%3Cpath d='M439,6489l-7-6-7,6v-22h14Z' transform='translate(-425 -6467)' fill='%236A944E'/%3E%3C/svg%3E");
}

.publications__image {
  background-size: cover;
  background-position: center;
  position: relative;
}
.publications__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.publications__image:hover:before {
  transition: opacity 0.4s ease;
  opacity: 0.4;
}
.publications__badges {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
.publications__badge {
  background-color: #fff;
  border-radius: 50px;
  padding: 0.5rem 1rem;
}

.black-hr {
  width: 100%;
  height: 1px;
  background-color: #000;
  display: block;
}
.black-hr--75 {
  width: 75%;
  margin-right: auto;
  margin-left: 0;
}

.grey-hr {
  width: 100%;
  height: 1px;
  background-color: #B5BECC;
  display: block;
}
.grey-hr--75 {
  width: 75%;
  margin-right: auto;
  margin-left: 0;
}

.gradient-hr {
  width: 100%;
  height: 2px;
  background-image: radial-gradient(circle, #34666A 0%, transparent 100%);
  display: block;
  border: 0;
  outline: 0;
}

.triangle--right-corner {
  position: relative;
}
.triangle--right-corner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  right: 0;
  border-top: 1rem solid transparent;
  border-left: 1rem solid transparent;
}
.triangle--light-light-navy::after {
  border-right: 1rem solid #B5BECC;
  border-bottom: 1rem solid #B5BECC;
}
.triangle--white::after {
  border-right: 1rem solid #fff;
  border-bottom: 1rem solid #fff;
}
.triangle--black::after {
  border-right: 1rem solid #000;
  border-bottom: 1rem solid #000;
}

.padding-box {
  padding-left: 7.8rem;
  padding-right: 7.8rem;
  position: relative;
}
@media (max-width: 991px) {
  .padding-box {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.drawer {
  padding: 1.5rem;
  position: fixed;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(0, 0, 0, 0.3);
  z-index: 3;
}
@media (min-width: 992px) {
  .drawer {
    top: 0;
    left: 0;
    height: 100%;
    width: 6.3rem;
  }
}
@media (max-width: 991px) {
  .drawer {
    bottom: 0;
    right: 0;
    padding: 1.1rem;
  }
}
.drawer__container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.4s ease;
}
.drawer__container.active {
  transform: translateX(0);
  transition: transform 0.4s ease;
}
.drawer__container .inner {
  position: fixed;
  transform: translateX(-100%);
  min-height: 100%;
  top: 0;
  left: 0;
  transition: transform 0.4s ease;
}
@media (max-width: 767px) {
  .drawer__container .inner {
    width: 100%;
  }
}
.drawer__container .inner::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.96;
  background-image: linear-gradient(45deg, #09101A, #112D51);
  -webkit-backdrop-filter: blur(0.8rem);
          backdrop-filter: blur(0.8rem);
}
@media (max-width: 991px) {
  .drawer__container .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 3rem;
  }
}
.drawer__container .inner.active {
  transform: translateX(0);
  transition: transform 0.6s ease;
}
.drawer__tags__container {
  padding: 3rem;
  background-color: #151F2E;
  max-height: 30vh;
  position: absolute;
  bottom: 6rem;
  left: 0;
  width: 100%;
  display: none;
}
.drawer__tags__tag {
  width: 26rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #FFF;
  transition: background-color 0.4s ease;
  border: 2px solid #FFF;
}
.drawer__tags__tag:hover, .drawer__tags__tag:focus {
  background-color: #151F2E;
}

.person-icon {
  width: 2.2rem;
}

.nav__inner {
  box-shadow: 0.2rem 0.2rem 1.2rem rgba(63, 86, 120, 0.3);
  background-color: #fff;
  height: 11.5rem;
}
@media (max-width: 991px) {
  .nav__inner {
    height: 6rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav__inner .nav__logo-astrea {
    display: none;
  }
}
.nav__logo-nwd, .nav__logo-astrea {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.nav__logo-nwd {
  min-width: 26.8rem;
  height: 6.3rem;
  background-image: url(../images/ui/nav_logo_nwd.svg);
}
@media (max-width: 991px) {
  .nav__logo-nwd {
    min-width: 15.8rem;
    height: 4rem;
  }
}
.nav__logo-astrea {
  min-width: 12.7rem;
  height: 4.2rem;
  background-image: url(../images/ui/nav_logo_astra.svg);
}
@media (max-width: 991px) {
  .nav__logo-astrea {
    min-width: 10.2rem;
    height: 3.5em;
  }
}
.nav__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  width: 100%;
  padding-bottom: 3rem;
  position: relative;
}
@media (max-width: 991px) {
  .nav__container {
    display: none;
    position: absolute;
    top: 6rem;
    left: 0;
    width: 100%;
    background-color: #fff;
    height: auto;
    box-shadow: 1px 1px 12px rgba(63, 86, 120, 0.3);
  }
  .nav__container .nav__logo-astrea {
    display: block;
    margin: 0 auto;
    position: absolute;
    bottom: 2rem;
    right: 3rem;
  }
}
.nav__menu {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .nav__menu {
    flex-direction: column;
    align-items: flex-start;
  }
}
.nav__menu__item {
  font-weight: 700;
  text-decoration: none;
  position: relative;
}
.nav__menu__item:hover:after {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.nav__menu__item.active:after {
  transition: opacity 0.4s ease;
  opacity: 1;
}
.nav__menu__item:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1ABDCE;
  bottom: -3.4rem;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity 0.4s ease;
}
@media (max-width: 991px) {
  .nav__menu__item {
    margin-bottom: 3rem;
  }
  .nav__menu__item:last-child {
    margin-bottom: 0;
  }
  .nav__menu__item:after {
    bottom: -1.4rem;
  }
}
.nav__menu__item--submenu:hover .nav__menu__submenu {
  transform: translateY(0);
}
.nav__menu__item--submenu:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4rem;
  left: 0;
  width: 100%;
  height: 6rem;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .nav__menu__item--submenu:after {
    display: none;
  }
}
.nav__menu__submenu {
  z-index: -1;
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: auto;
  padding: 4rem 2rem 2rem 2rem;
  background-color: #FFF;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.16);
  transform: translateY(-300%);
  transition: transform 0.4s ease;
  border-radius: 0 0 20px 20px;
}
.nav__menu__submenu .nav__menu__item:after {
  bottom: -1rem;
}
@media screen and (max-width: 991px) {
  .nav__menu__submenu {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    box-shadow: none;
    z-index: 0;
    padding: 0;
    margin-top: 3rem;
  }
}
.nav__actionbar {
  background-color: #fff;
  box-shadow: 0 0.4rem 0.6rem rgba(54, 84, 163, 0.16);
  border-radius: 0 0 2rem 2rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .nav__actionbar {
    font-size: 1.2rem;
  }
}
@media (min-width: 992px) {
  .nav__actionbar {
    margin-left: auto;
    margin-right: 2rem;
  }
}
.nav__actionbar__search {
  box-shadow: 0 0.4rem 0.6rem rgba(54, 84, 163, 0.16);
  height: 4.5rem;
  width: 100%;
  border-radius: 0 0 0 2rem;
  background-color: #fff;
}
@media (min-width: 992px) {
  .nav__actionbar__search {
    width: 4.5rem;
  }
}
.nav__actionbar__fontsize {
  box-shadow: 0 0.4rem 0.6rem rgba(54, 84, 163, 0.16);
  height: 4.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .nav__actionbar__fontsize {
    width: 4.5rem;
  }
}
.nav__actionbar__login {
  box-shadow: 0 0.4rem 0.6rem rgba(54, 84, 163, 0.16);
  height: 4.5rem;
  border-radius: 0 0 2rem 0;
}
@media (max-width: 991px) {
  .nav__actionbar__login {
    font-size: 1.2rem;
    width: 12rem;
  }
}

.hamburger {
  width: 3rem;
  height: 3rem;
  position: relative;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.hamburger .menu_text {
  transition: 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger .menu_text {
    font-size: 9px;
  }
}
@media (max-width: 991px) {
  .hamburger {
    width: 30px;
    height: 22px;
  }
}
.hamburger span {
  display: block;
  position: absolute;
  height: 0.4rem;
  width: 100%;
  background-color: #fff;
  border-radius: 0.9rem;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger span {
    height: 4px;
  }
}
.hamburger span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
.hamburger span:nth-child(2) {
  top: 0.9rem;
  transform-origin: left center;
  width: 70%;
}
@media (max-width: 991px) {
  .hamburger span:nth-child(2) {
    top: 9px;
  }
}
.hamburger span:nth-child(2):before {
  position: absolute;
  content: "";
  top: 50%;
  right: -40%;
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  background-color: #878787;
  transform: translateY(-50%);
  border-radius: 0.9rem;
}
@media (max-width: 991px) {
  .hamburger span:nth-child(2):before {
    height: 4px;
    width: 7px;
  }
}
.hamburger span:nth-child(3) {
  top: 1.8rem;
  transform-origin: left center;
}
@media (max-width: 991px) {
  .hamburger span:nth-child(3) {
    top: 18px;
  }
}
.hamburger.open .menu_text {
  top: 2.9rem;
  transition: 0.25s ease-in-out;
}
@media (max-width: 991px) {
  .hamburger.open .menu_text {
    top: 25px;
    font-size: 9px;
  }
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: -0.3rem;
  left: 0.3rem;
  width: 85%;
}
@media (max-width: 991px) {
  .hamburger.open span:nth-child(1) {
    top: -3px;
    left: 3px;
  }
}
.hamburger.open span:nth-child(1)::before {
  position: absolute;
  content: "";
  top: 50%;
  right: -1rem;
  display: block;
  width: 0.7rem;
  height: 0.4rem;
  background-color: #878787;
  transform: translateY(-50%);
  border-radius: 0.9rem;
}
@media (max-width: 991px) {
  .hamburger.open span:nth-child(1)::before {
    right: -10px;
    width: 7px;
    height: 4px;
  }
}
.hamburger.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 2.1rem;
  left: 0.3rem;
  width: 110%;
}
@media (max-width: 991px) {
  .hamburger.open span:nth-child(3) {
    top: 21px;
    left: 3px;
  }
}
.hamburger--black span {
  background-color: #000;
}
.hamburger--black .menu_text {
  display: none;
}

.custom-checkbox input {
  display: none;
}
.custom-checkbox input:checked + label {
  background-color: #4E6A94;
}
.custom-checkbox input:checked + label::before {
  transform: translateY(-50%) translateX(1.5rem);
  background-color: #fff;
}
.custom-checkbox label {
  width: 4.5rem;
  height: 3rem;
  position: relative;
  background-color: #151F2E;
  border-radius: 3rem;
  cursor: pointer;
  display: block;
  transition: background-color 0.2s ease;
}
.custom-checkbox label::before {
  content: "";
  display: block;
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  top: 50%;
  left: 0.3rem;
  border-radius: 9999px;
  background-color: #2E3C51;
  transition: transform 0.2s ease, background-color 0.2s ease;
  transform: translateY(-50%);
}

.search {
  background-color: #0D121A;
  padding: 2rem 2rem 2rem 3rem;
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 3rem;
}
.search__input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  outline: none;
  border: 0;
  color: #1C4548;
}
.search__input::-moz-placeholder {
  color: #1C4548;
  opacity: 1;
}
.search__input:-ms-input-placeholder {
  color: #1C4548;
  opacity: 1;
}
.search__input::placeholder {
  color: #1C4548;
  opacity: 1;
}

.tags__button {
  width: 26.6rem;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
}
.tags__button.active .img__icon__chevron--thick--white {
  transform: rotate(-180deg);
}

.icon__chevron--rounded {
  width: 0.62rem;
  height: auto;
}
.icon__bookmark {
  width: 1.6rem;
  height: auto;
}
.icon__clock {
  width: 2.4rem;
  height: auto;
}
.icon__star {
  width: 2.41rem;
  height: auto;
}

.article--main {
  background-position-x: right;
  background-position-y: bottom;
  background-repeat: no-repeat;
  position: relative;
  background-color: #FFF;
}
@media (max-width: 991px) {
  .article--main {
    background-color: #fff;
    box-shadow: 0 3px 33px rgba(0, 0, 0, 0.16);
    padding-bottom: 10rem;
  }
}
.article--main__image {
  width: 54.9rem;
  height: 65.1rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .article--main__image {
    display: none;
  }
}
.article--main__recktangle--horizontal {
  width: 100%;
  height: 8rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0.3rem 3.3rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .article--main__recktangle--horizontal {
    display: none;
  }
}
.article--main__recktangle--vertical {
  width: 16.7rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 0 0.3rem 3.3rem rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .article--main__recktangle--vertical {
    display: none;
  }
}

.btn-reset {
  padding: 0;
  border: none;
  background-color: transparent;
}

.vr {
  width: 1px;
  background-color: #B5BECC;
}

.full-bleed {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}
@media (min-width: 992px) {
  .full-bleed {
    margin-right: -7.8rem;
    margin-left: -1.5rem;
  }
}

.two-column-text {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
@media (max-width: 575px) {
  .two-column-text {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}

.register {
  background-image: url(../images/profile/login_bg.jpg);
  width: calc(100% + 9.3rem);
  margin-right: -9.3rem;
  height: 97rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
}
.register--thx {
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 28rem;
}

.login {
  height: 76rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn--blue {
  background-color: #1ABDCE;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  text-align: center;
  padding: 1.3rem 0;
  font-weight: 700;
}
.btn--gold {
  background-color: #EBD19D;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 1.3rem 0;
  font-weight: 700;
}
.btn--white {
  background-color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  color: #1ABDCE;
  text-align: center;
  padding: 1.3rem 0;
  font-weight: 700;
}

.white-input-100 {
  width: 100%;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 3.2rem;
  padding: 1.5rem 1.5rem;
  box-shadow: 0 3px 33px rgba(32, 44, 101, 0.16);
  border: 0;
  outline: none;
}
.white-input-100--mb-1 {
  margin-bottom: 1rem;
}

.blue_label {
  color: #1ABDCE;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 1.2rem;
  display: block;
}

.white-checkbox {
  display: none;
}
.white-checkbox:checked + label:before {
  background-image: url(../images/profile/checkmark.svg);
  background-size: 12.5rem 1.1rem;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s ease;
}
.white-checkbox + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 1.5rem;
  color: #1ABDCE;
  position: relative;
  padding-left: 5rem;
  line-height: 2.1rem;
}
.white-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  margin-right: 2rem;
  color: transparent;
  transition: all 0.2s ease;
  background-image: url(../images/profile/checkmark.svg);
  background-repeat: no-repeat;
  background-position: center -4rem;
  background-color: #fff;
  box-shadow: 0 3px 11px rgba(32, 44, 101, 0.18);
}
.white-checkbox--navy + label {
  color: #3C8A9E;
}
.white-checkbox--dark-blue2 + label {
  color: #023E65;
}

.quote_p {
  position: relative;
  padding-left: 11rem;
  padding-right: 10rem;
}
.quote_p:before {
  content: '"';
  display: block;
  position: absolute;
  left: -3rem;
  font-style: italic;
  font-size: 20rem;
  line-height: 20rem;
  color: #4E6A94;
  font-family: "Libre Baskerville", sans-serif;
  top: 0;
}
@media (max-width: 991px) {
  .quote_p {
    padding-right: 0;
  }
}

@media (max-width: 991px) {
  .articles__position {
    margin-left: 0;
  }

  .articles__hands {
    height: 30rem;
    margin-top: 0;
    position: relative;
    width: 100%;
    background-position: center;
  }
}
@media (max-width: 575px) {
  .articles__boxes:first-child {
    margin-left: 0;
  }
}
.register_page_bg {
  width: calc(50% + 7.8rem);
  margin-right: -7.8rem;
  height: 100%;
  z-index: -1;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  background-image: url(../images/profile/register_bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .register_page_bg {
    display: none;
  }
}

.shadow-card {
  width: 25.6rem;
  height: 25rem;
  background-color: #fff;
  box-shadow: 1px 1px 12px rgba(63, 86, 120, 0.3);
}

.chevron {
  padding-left: 1.5rem;
  position: relative;
}
.chevron:before {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.3'%3E%3Cpath fill='%231ABDCE' d='M1.5,9.3c-0.4,0-0.8-0.2-1.1-0.5c-0.6-0.6-0.6-1.5,0-2.1l2.1-2l-2.1-2c-0.6-0.6-0.6-1.5,0-2.1 c0.6-0.6,1.5-0.6,2.1,0l3.2,3.1c0.3,0.3,0.5,0.7,0.5,1.1S6.1,5.4,5.8,5.7L2.5,8.8C2.3,9.1,1.9,9.3,1.5,9.3z'/%3E%3C/svg%3E");
  position: absolute;
  top: 0.3rem;
  left: 0;
  width: 0.6rem;
  height: 1.2rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.chevron--violet:before {
  top: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.3'%3E%3Cpath fill='%23784E94' d='M1.5,9.3c-0.4,0-0.8-0.2-1.1-0.5c-0.6-0.6-0.6-1.5,0-2.1l2.1-2l-2.1-2c-0.6-0.6-0.6-1.5,0-2.1 c0.6-0.6,1.5-0.6,2.1,0l3.2,3.1c0.3,0.3,0.5,0.7,0.5,1.1S6.1,5.4,5.8,5.7L2.5,8.8C2.3,9.1,1.9,9.3,1.5,9.3z'/%3E%3C/svg%3E");
  transform-origin: center;
}
.chevron--green:before {
  top: 0.8rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6.2 9.3'%3E%3Cpath fill='%236A944E' d='M1.5,9.3c-0.4,0-0.8-0.2-1.1-0.5c-0.6-0.6-0.6-1.5,0-2.1l2.1-2l-2.1-2c-0.6-0.6-0.6-1.5,0-2.1 c0.6-0.6,1.5-0.6,2.1,0l3.2,3.1c0.3,0.3,0.5,0.7,0.5,1.1S6.1,5.4,5.8,5.7L2.5,8.8C2.3,9.1,1.9,9.3,1.5,9.3z'/%3E%3C/svg%3E");
  transform-origin: center;
}

.white-transparent-gradient {
  background-image: linear-gradient(90deg, #fff 0%, transparent 100%);
}

.profile {
  background-image: url(../images/profile/profile_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  margin-left: -1.5rem;
  margin-right: -7.8rem;
  padding-top: 15rem;
}
.profile__tab {
  border: 2px solid #fff;
  color: #fff;
  padding: 2.5rem 7.5rem;
  cursor: pointer;
}
.profile__tab--active {
  background-color: #fff;
  color: #1ABDCE;
}

.blue-shadow {
  box-shadow: 1px 1px 12px rgba(63, 86, 120, 0.3);
}

.error_label {
  padding: 0.5rem 0.9rem;
  background-color: #FFDBDE;
  position: absolute;
  top: -1rem;
  border-radius: 20px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #D43C4A;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  font-weight: 700;
}
.error_label:before {
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/ui/error_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 1rem;
}
.error_label:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 0.9rem solid transparent;
  border-right: 0.9rem solid transparent;
  border-top: 0.9rem solid #FFDBDE;
  position: absolute;
  bottom: -0.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.pwz_popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-image: url(../images/ui/pwz_popup_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.pwz_popup .inner {
  max-width: 84.7rem;
  background-color: #293C59;
  padding: 7rem 12rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .pwz_popup .inner {
    padding: 1.5rem;
    width: 90vw;
  }
}

.btn__outline, .btn--blue {
  cursor: pointer;
}
.btn__outline:focus, .btn--blue:focus {
  outline: none;
}

.forxiga-gradient {
  background-image: linear-gradient(90deg, #D3E3EF 0%, #B2CEE4 100%);
}
.forxiga__logo, .forxiga__logo--why {
  padding: 1rem;
  background-color: #DD1B18;
  border-radius: 0 0 0 4rem;
  font-size: 2.1rem;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
}
.forxiga__logo--why {
  margin-right: 3rem;
  padding: 1rem 1rem 2rem 1rem;
}
.forxiga__logo__inner, .forxiga__logo__inner--3, .forxiga__logo__inner--2 {
  width: 100%;
  height: 22rem;
  background-image: url(../images/forxiga/logo.svg);
  background-size: 20.5rem 15.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 0 0 4rem;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(63, 86, 120, 0.3);
  margin-bottom: 1rem;
}
.forxiga__logo__inner--2 {
  height: 18rem;
  background-size: 20.5rem 13.2rem;
}
.forxiga__logo__inner--3 {
  width: 30rem;
  height: 24rem;
  background-size: 20.5rem 13.2rem;
}
.forxiga__arrow-border, .forxiga__arrow-border--3, .forxiga__arrow-border--2, .forxiga__arrow-border--1 {
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: 5rem;
}
.forxiga__arrow-border--1 {
  background-image: url(../images/forxiga/new2/border_green.svg);
  padding-top: 1rem;
}
.forxiga__arrow-border--2 {
  background-image: url(../images/forxiga/new2/border_red.svg);
  padding-top: 2rem;
}
.forxiga__arrow-border--3 {
  background-image: url(../images/forxiga/new2/border_blue.svg);
  padding-top: 2rem;
}
.forxiga__arrow-border__image--1 {
  width: 10rem;
  height: auto;
  margin: 0 auto;
}
.forxiga__arrow-border__image--2 {
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.forxiga__arrow-border__image--3 {
  width: 20rem;
  height: auto;
  margin: 0 auto;
}
.forxiga__arrow-border__text, .forxiga__arrow-border__text--blue, .forxiga__arrow-border__text--red {
  font-size: 1.8rem;
  font-weight: 600;
  color: #D3D800;
  text-align: center;
}
.forxiga__arrow-border__text--red {
  color: #DD1B18;
}
.forxiga__arrow-border__text--blue {
  color: #0088CE;
}
.forxiga__arrow-border__procent, .forxiga__arrow-border__procent--blue, .forxiga__arrow-border__procent--red {
  font-size: 8rem;
  font-weight: bold;
  color: #D3D800;
  display: flex;
  align-items: center;
  justify-content: center;
}
.forxiga__arrow-border__procent--red {
  color: #DD1B18;
}
.forxiga__arrow-border__procent--blue {
  color: #0088CE;
}
.forxiga__arrow-border__procent__small div:first-child, .forxiga__arrow-border__procent__small--blue div:first-child, .forxiga__arrow-border__procent__small--red div:first-child {
  font-size: 3rem;
}
.forxiga__arrow-border__procent__small div:last-child, .forxiga__arrow-border__procent__small--blue div:last-child, .forxiga__arrow-border__procent__small--red div:last-child {
  font-weight: 400;
  font-size: 2rem;
  color: #000;
}
.forxiga__arrow-border__procent__small--red {
  color: #DD1B18;
}
.forxiga__arrow-border__procent__small--blue {
  color: #0088CE;
}
.forxiga__person {
  width: 57.7rem;
  height: 41.7rem;
  background-image: url(../images/forxiga/person.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 991px) {
  .forxiga__person {
    width: 100%;
    height: 31rem;
  }
}
.forxiga__carousel {
  background-color: #F6F6F4;
  position: relative;
}
.forxiga__carousel .js-prev_slide4 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .forxiga__carousel .js-prev_slide4 {
    left: -1rem;
  }
}
.forxiga__carousel .js-next_slide4 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.forxiga__case-video {
  width: 44rem;
  height: 26rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
}
@media (max-width: 991px) {
  .forxiga__case-video {
    width: 100%;
  }
}
.forxiga__slide__container {
  position: relative;
  background-color: #fff;
  box-shadow: 0 3px 13px rgba(0, 0, 0, 0.16);
  padding: 5rem 10rem;
  margin: 0 3rem 3rem;
}
@media (max-width: 991px) {
  .forxiga__slide__container {
    padding: 1rem;
    margin: 2rem 0;
  }
}
.forxiga__table1 {
  position: relative;
}
@media (min-width: 992px) {
  .forxiga__table1:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 5%;
    left: 33.3%;
    width: 1px;
    background-color: #000;
    height: 80%;
  }
  .forxiga__table1:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 5%;
    left: calc(66.6% + 1.5rem);
    width: 1px;
    background-color: #000;
    height: 80%;
  }
}

.ptd-carousel {
  margin: 0 -3rem;
  position: relative;
}
@media (max-width: 991px) {
  .ptd-carousel {
    margin: 0;
  }
}
.ptd-carousel .swiper-wrapper {
  box-sizing: border-box;
}

.forxiga-play {
  position: relative;
}
.forxiga-play:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9.4rem;
  height: 9.4rem;
  background-image: url(../images/forxiga/play_icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.forxlga__row_padding {
  padding: 0 7.5rem;
  margin-top: -9rem;
}
@media (max-width: 991px) {
  .forxlga__row_padding {
    margin-top: 0;
    padding: 0 1.5rem;
  }
}
.forxlga__forxlga_logo {
  height: 12.2rem;
  width: 17.5rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__text_header_color_blue {
  color: #0097DF;
}
.forxlga__text_header_color_red {
  color: #E82721;
}
.forxlga__text_header {
  font-size: 5.5rem;
  line-height: 6rem;
  letter-spacing: -1px;
  position: relative;
}
.forxlga__text_header sup {
  position: absolute;
}
@media (max-width: 991px) {
  .forxlga__text_header {
    font-size: 3.8rem;
  }
  .forxlga__text_header sup {
    position: relative;
  }
}
.forxlga__forxlga_header_man {
  height: 17.9rem;
  width: 15.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 8rem;
}
.forxlga__box {
  height: 22rem;
  width: 100%;
}
.forxlga__box_images {
  height: 12rem;
}
.forxlga__image_heart {
  height: 10rem;
  width: 7.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__image_lungs {
  height: 8.8rem;
  width: 10.1rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__image_blood {
  height: 9.5rem;
  width: 8.4rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__image_pressure {
  height: 10rem;
  width: 11.3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__image_paper {
  height: 9.2rem;
  width: 8.3rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.forxlga__box_text_normal {
  font-size: 2.1rem;
  line-height: 3.1rem;
}
.forxlga__box_text_red {
  font-size: 2.1rem;
  line-height: 3.1rem;
  color: #E82721;
  font-weight: 700;
}
.forxlga__box_text_bold {
  font-size: 2.1rem;
  line-height: 3.1rem;
  font-weight: 700;
}
.forxlga__line {
  height: 1px;
  width: 100%;
  background-color: #707070;
  opacity: 0.44;
}
.forxlga__color_grey {
  background-color: #A5AAB2;
  margin-top: 3.7rem;
}
@media (max-width: 991px) {
  .forxlga__col_rwd {
    padding-bottom: 4rem;
  }
}

.forxiga-border-radius-top {
  border-radius: 2rem 2rem 0 0;
  background-color: #FFA7A7;
}

.forxiga-border-radius-bottom {
  border-radius: 0 0 2rem 2rem;
}

@media (max-width: 991px) {
  .overflow-x-scroll {
    overflow-x: scroll;
  }
}

.video-popup {
  background-color: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: none;
}
.video-popup .inner {
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-popup .close-video-popup {
  content: "\2715";
  font-size: 2rem;
  color: #000;
  border-radius: 100%;
  border: 2px solid #000;
  width: 4rem;
  display: flex;
  align-items: center;
  font-weight: 700;
  justify-content: center;
  height: 4rem;
  position: absolute;
  right: 1rem;
  cursor: pointer;
  top: 1rem;
}

.line-hover {
  display: inline;
  background-image: linear-gradient(180deg, transparent 90%, #000 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
.line-hover:hover {
  background-size: 100% 100%;
}

.line-hover-white {
  display: inline;
  background-image: linear-gradient(180deg, transparent 90%, #FFF 0);
  background-repeat: no-repeat;
  background-size: 0 100%;
  transition: background-size 0.4s ease;
}
.line-hover-white:hover {
  background-size: 100% 100%;
}

.bg-text-404 {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 70rem;
  font-weight: 700;
  color: #1ABDCE;
  opacity: 0.08;
  line-height: 60rem;
}

.autocomplete {
  position: relative;
}

.autocomplete-items {
  position: absolute;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  box-shadow: 1px 1px 12px rgba(63, 86, 120, 0.3);
}

.autocomplete-items div {
  padding: 3rem 1rem;
  padding-left: 5rem;
  cursor: pointer;
  border-bottom: 1px solid #d4d4d4;
  position: relative;
}
.autocomplete-items div:before {
  content: "";
  display: block;
  top: 50%;
  left: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14.9 14.9'%3E%3Cg fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='5.5' cy='5.5' r='4.5'/%3E%3Cline x1='8.9' y1='8.9' x2='13.9' y2='13.9'/%3E%3C/g%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  transform: translateY(-50%);
  position: absolute;
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.tag-checkbox input {
  display: none;
}
.tag-checkbox input:checked + label {
  border: 1px solid #1ABDCE;
  background-color: #1ABDCE;
  transition: all 0.4s ease;
  color: white;
}
.tag-checkbox label {
  position: relative;
  background-color: transparent;
  border: 1px solid #878787;
  color: #878787;
  padding: 0.7rem 1.5rem;
  transition: all 0.4s ease;
  font-weight: 700;
}
.tag-checkbox--drawer input {
  display: none;
}
.tag-checkbox--drawer input:checked + label {
  border: 1px solid #FFF;
  background-color: #FFF;
  transition: all 0.4s ease;
  color: #142526;
}
.tag-checkbox--drawer label {
  position: relative;
  background-color: transparent;
  border: 1px solid #FFF;
  font-size: 1.3rem;
  color: #FFF;
  padding: 0.7rem 1.5rem;
  transition: all 0.4s ease;
  font-weight: 400;
}

.video__arrow-up, .video__arrow-down {
  width: 4rem;
  height: 4rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #FFF;
}
.video__arrow-up {
  background-image: url(../images/video/arrow_up.svg);
}
.video__arrow-down {
  background-image: url(../images/video/arrow_down.svg);
}
.video__poster {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.video__poster__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 25rem;
  height: 14rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.video__poster__icon--small {
  width: 7rem;
  height: 7rem;
}
.video__poster__play-btn {
  width: 9rem;
  height: 9rem;
  top: 50%;
  position: absolute;
  left: 15%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/video/play_button.svg);
}
.video__poster__play-btn--small {
  width: 4.5rem;
  height: 4.5rem;
}

.playlist {
  height: 64rem;
  padding-right: 1.5rem;
}
.playlist__item {
  padding: 1.5rem;
}
.playlist__item:nth-of-type(odd) {
  background-color: #202F46;
}
.playlist__item--active {
  background-color: #344E74 !important;
}

.simplebar-scrollbar:before {
  background-color: #1ABDCE;
}

.simplebar-track.simplebar-vertical {
  background-color: #151F2E;
  border-radius: 5px;
}

.xigduo-gradient {
  background-image: linear-gradient(90deg, #D3E3EF 0%, #B2CEE4 100%);
}
.xigduo__color {
  background-color: #0097DF;
}
.xigduo__teresa {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.xigduo__green-bg {
  background-color: #cdd310;
}
.xigduo__red-bg {
  background-color: #e82721;
}
.xigduo__logo {
  width: 22rem;
  height: 22rem;
  background-image: url(../images/xigduo/xigduo_logo.svg);
  background-size: 17.5rem 12.2rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 0 2rem 0;
  background-color: #fff;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(63, 86, 120, 0.3);
  margin-top: -1rem;
}
.xigduo__person {
  width: 57.7rem;
  height: 41.7rem;
  background-image: url(../images/xigduo/person.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 991px) {
  .xigduo__person {
    width: 100%;
  }
}
.xigduo__ul {
  padding: 0;
}
@media screen and (max-width: 991px) {
  .xigduo__ul {
    margin-bottom: 5rem;
  }
}
.xigduo__ul li {
  list-style-type: none;
  padding-left: 3rem;
  position: relative;
  font-size: 1.9rem;
  margin-bottom: 1.6rem;
}
.xigduo__ul li:before {
  width: 13px;
  height: 13px;
  display: block;
  border: 4px solid #4898C5;
  content: "";
  position: absolute;
  top: 15%;
  left: 0;
  border-radius: 100%;
}
.xigduo__chart {
  width: 12.7rem;
  border-radius: 50px 0 0 0;
}
.xigduo__chart--red {
  background-color: #EF4030;
  color: #FFF;
  height: 50%;
}
.xigduo__chart--blue {
  background-color: #00A7E5;
  color: #FFF;
  height: 76%;
}
.xigduo__chart--green {
  background-color: #CBDB2A;
  color: #FFF;
  height: 88%;
}
.xigduo__chart__procent--red {
  color: #EF4030;
}
.xigduo__chart__procent--blue {
  color: #00A7E5;
}
.xigduo__chart__procent--green {
  color: #CBDB2A;
}
.xigduo__boxes-with-icons {
  border-radius: 0px 40px 0px 40px;
  position: relative;
}
.xigduo__boxes-with-icons:before {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 30%;
  height: 80%;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.xigduo__boxes-with-icons--blue {
  background-color: #1E95BC;
}
.xigduo__boxes-with-icons--red {
  background-color: #EE402F;
}
.xigduo__boxes-with-icons--green {
  background-color: #9CAA11;
}
.xigduo__boxes-with-icons--grey {
  background-color: #ADB1BB;
}
.xigduo__boxes-with-icons--1:before {
  background-image: url(../images/xigduo/1.svg);
}
.xigduo__boxes-with-icons--2:before {
  background-image: url(../images/xigduo/2.svg);
}
.xigduo__boxes-with-icons--3:before {
  background-image: url(../images/xigduo/3.svg);
}
.xigduo__boxes-with-icons--4:before {
  background-image: url(../images/xigduo/4.svg);
}
.xigduo__packshots {
  width: 64rem;
  height: 19.7rem;
  background-image: url(../images/xigduo/packshots_2.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -3rem;
  position: relative;
}
@media screen and (max-width: 575px) {
  .xigduo__packshots {
    width: 100%;
    height: 15rem;
  }
}
.xigduo__packshots__text {
  background-color: #e63323;
  color: #FFF;
  padding: 5rem 4rem 2rem 4rem;
  font-size: 3.2rem;
  border-radius: 4rem 0 0 0;
}
@media (max-width: 991px) {
  .xigduo__packshots__text {
    margin-bottom: 6rem;
  }
}
.xigduo__packshots__text span {
  font-size: 6.2rem;
  font-weight: bold;
}
@media screen and (max-width: 575px) {
  .xigduo__packshots__text span {
    font-size: 5.2rem;
  }
}
.xigduo__pills, .xigduo__pills--blue, .xigduo__pills--green {
  width: 10rem;
  height: 5.3rem;
  margin-left: 2rem;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 991px) {
  .xigduo__pills, .xigduo__pills--blue, .xigduo__pills--green {
    width: 9rem;
  }
}
.xigduo__pills--green {
  background-image: url(../images/xigduo/pill_green.png);
}
.xigduo__pills--blue {
  background-image: url(../images/xigduo/pill_blue.png);
}
.xigduo__arrow-icon, .xigduo__arrow-icon--5, .xigduo__arrow-icon--4, .xigduo__arrow-icon--3, .xigduo__arrow-icon--2, .xigduo__arrow-icon--1 {
  width: 100%;
  background-position: center center;
  height: 34rem;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 3.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 5rem;
}
.xigduo__arrow-icon span, .xigduo__arrow-icon--5 span, .xigduo__arrow-icon--4 span, .xigduo__arrow-icon--3 span, .xigduo__arrow-icon--2 span, .xigduo__arrow-icon--1 span {
  font-size: 5.2rem;
  font-size: bold;
}
.xigduo__arrow-icon--1 {
  margin-bottom: 3rem;
  background-image: url(../images/xigduo/arrow_1.png);
}
.xigduo__arrow-icon--2 {
  margin-bottom: 3rem;
  background-image: url(../images/xigduo/arrow_2.png);
}
.xigduo__arrow-icon--3 {
  margin-bottom: 3rem;
  background-image: url(../images/xigduo/arrow_3.png);
}
.xigduo__arrow-icon--4 {
  background-image: url(../images/xigduo/arrow_4.png);
}
.xigduo__arrow-icon--5 {
  background-image: url(../images/xigduo/arrow_5.png);
}
.xigduo__checkmark {
  width: 8rem;
  height: 4rem;
  background-image: url(../images/xigduo/checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.xigduo__logo__footer {
  background-size: contain;
  background-repeat: no-repeat;
  width: 28rem;
  height: 24rem;
}
.xigduo__show-more {
  background-image: url(../images/xigduo/show_more.png);
  width: 5.4rem;
  height: 5.4rem;
  position: relative;
  margin-left: 3rem;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 9;
}
.xigduo__show-more:after {
  background-image: url(../images/xigduo/show_more_active.png);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  transition: opacity 0.4s ease;
  opacity: 0;
  left: 0;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
}
.xigduo__show-more:hover:after {
  opacity: 1;
}
.xigduo__show-more.active:after {
  opacity: 1;
}
.xigduo__show-more__content {
  position: absolute;
  top: 200%;
  right: -2rem;
  padding: 3rem;
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0px 16px 13px rgba(0, 0, 0, 0.16);
  width: 80rem;
  font-size: 1.6rem;
  line-height: 3rem;
  z-index: 999;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .xigduo__show-more__content {
    width: 90vw;
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
.xigduo__show-more .triangle {
  display: block;
  font-family: Arial;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  transform: scaleX(2.5);
  position: absolute;
  font-size: 7rem;
  top: 4.7rem;
  right: 0.5rem;
  z-index: 999;
  opacity: 0.95;
}

tspan[baseline-shift] {
  font-size: 80%;
}

.js-xigduo-content {
  z-index: 999;
  opacity: 0;
  transition: opacity 0.4s ease;
  pointer-events: none;
}
.js-xigduo-content.active {
  opacity: 1;
  pointer-events: all;
}

.xigduo-border-top {
  border-top: 1px solid #0098df81;
}

.xigduo-border-top--grey {
  border-top: 1px solid #707070;
}

.xigduo-border-bottom {
  border-bottom: 1px solid #707070;
}

.xigduo-border-right {
  border-right: 1px solid #707070;
}

.xigduo-radius {
  border-radius: 40px 40px 0px 0px;
  border: 3px solid #ACACAC;
}

.xigduo-corner-header {
  width: 39.7rem;
  height: 34.3rem;
  padding-left: 5rem;
  padding-top: 0.5rem;
  background-image: url(../images/xigduo/corner-header.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .xigduo-corner-header {
    padding-left: 1rem;
  }
}

.line-background {
  border-top: 2px solid #BDDAF1;
  border-bottom: 3px solid #707070;
  background: linear-gradient(to bottom, transparent, transparent 95%, #BDDAF1 50%, #BDDAF1);
  background-size: 100% 4.5rem;
}

.chart-rotate-text {
  transform: rotate(-90deg);
  position: absolute;
  height: 100%;
  white-space: nowrap;
  bottom: 0%;
  left: 1rem;
}

.numbers-height {
  margin-top: -0.5rem;
  height: calc(100% + 1.5rem);
}

.qtern__person {
  width: 44.4rem;
  height: 45.6rem;
  background-image: url(../images/qtern/person.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
@media (max-width: 991px) {
  .qtern__person {
    width: 100%;
  }
}
.qtern__bg {
  background-color: #5F277B;
}
.qtern__logo {
  width: 22rem;
  height: 22rem;
  background-image: url(../images/qtern/logo.svg);
  background-size: 19.9rem 9.7rem;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 0 2rem 0;
  background-color: #5F277B;
  box-shadow: 0.1rem 0.1rem 1.2rem rgba(0, 0, 0, 0.3);
  margin-top: -1rem;
}
.qtern__icon {
  width: 8rem;
  height: 8rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
}
.qtern__icon--1 {
  background-image: url(../images/qtern/icons/1.svg);
}
.qtern__icon--2 {
  background-image: url(../images/qtern/icons/2.svg);
}
.qtern__icon--3 {
  background-image: url(../images/qtern/icons/3.svg);
}
.qtern__icon--4 {
  background-image: url(../images/qtern/icons/4.svg);
}
.qtern__icon--5 {
  background-image: url(../images/qtern/icons/5.svg);
}
.qtern__icon--6 {
  background-image: url(../images/qtern/icons/6.svg);
}
.qtern__icon--7 {
  background-image: url(../images/qtern/icons/7.svg);
}
.qtern__icon--8 {
  background-image: url(../images/qtern/icons/8.svg);
}
.qtern__mechanix__logo {
  background-image: url(../images/qtern/mechanix_logo.svg);
  width: 35.5rem;
  height: 19.3rem;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .qtern__mechanix__logo {
    width: 19.5rem;
    height: 11.3rem;
  }
}
.qtern__mechanix__lines {
  border-top: 1rem solid #603A9E;
  border-right: 1rem solid #603A9E;
  border-left: 1rem solid #603A9E;
  width: 100rem;
  height: 3rem;
}
@media screen and (max-width: 991px) {
  .qtern__mechanix__lines {
    width: 22rem;
  }
}
.qtern__mechanix__gears {
  width: 90rem;
  height: 40rem;
  background-image: url(../images/qtern/zebatki.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .qtern__mechanix__gears {
    width: 100%;
    height: 17rem;
  }
}
.qtern__vicon {
  width: 5.1rem;
  height: 5.1rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.qtern__vicon--1 {
  background-image: url(../images/qtern/icons/next_1.svg);
}
.qtern__vicon--2 {
  background-image: url(../images/qtern/icons/next_2.svg);
}
.qtern__vicon--water-drop {
  background-image: url(../images/qtern/icons/water_drop.svg);
}
.qtern__circle {
  background-image: url(../images/qtern/qtern_circle.svg);
  height: 60rem;
  width: 60rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 3;
}
@media screen and (max-width: 991px) {
  .qtern__circle {
    position: relative;
    left: auto;
    transform: none;
    height: 44rem;
    width: 100%;
  }
}
.qtern__circle__hr {
  border-bottom: 2px dotted #5F277B;
  margin: 1rem 0;
  position: absolute;
  width: 120%;
}
.qtern__circle__hr--left {
  left: 1.5rem;
}
.qtern__circle__hr--right {
  right: 1.5rem;
}
.qtern__last-logo {
  background-image: url(../images/qtern/mechanix_logo.svg);
  width: 36rem;
  height: 18rem;
  background-size: contain;
  background-repeat: no-repeat;
}
.qtern__triangle {
  padding-left: 6rem;
  padding-top: 0rem;
  position: relative;
}
.qtern__triangle:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-left: 2.5rem solid #AA1E32;
  position: absolute;
  top: 0;
  left: 0;
}
.qtern__packshot {
  width: 79rem;
  height: 37rem;
  position: absolute;
  right: 0;
  top: 10rem;
  background-image: url(../images/qtern/packshot.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 991px) {
  .qtern__packshot {
    position: relative;
    left: auto;
    transform: none;
    height: 20rem;
    width: 100%;
    top: auto;
  }
}

.specialNewsPagination {
  position: absolute;
  bottom: 3rem !important;
  left: 17rem !important;
  width: auto !important;
}
.specialNewsPagination .swiper-pagination-bullet {
  border: 2px solid #000;
  background-color: transparent;
  margin-right: 1rem;
}
.specialNewsPagination .swiper-pagination-bullet-active {
  background-color: #000;
}

.homepage-banner {
  width: 100%;
  background-image: url(../images/homepage/banner_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.forxiga-art__banner {
  background-color: #D8E4F0;
  position: relative;
  padding: 6rem 5rem 6rem 23%;
}
@media screen and (max-width: 991px) {
  .forxiga-art__banner {
    padding: 6rem 5rem 6rem 30%;
  }
}
@media screen and (max-width: 767px) {
  .forxiga-art__banner {
    padding: 0rem 2rem 3rem 2rem;
  }
}
.forxiga-art__badge {
  background-color: #FF0000;
  text-align: center;
  font-size: 3.5rem;
  color: white;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 2.4rem;
  height: 110%;
  transform: translateY(-50%);
  border-radius: 10px;
  padding: 0rem 1rem;
}
@media screen and (max-width: 767px) {
  .forxiga-art__badge {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    display: block;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    transform: translateY(-1rem);
    height: auto;
  }
}
.forxiga-art__line {
  position: relative;
  padding-bottom: 3rem;
}
.forxiga-art__line--i {
  content: "i";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 2.3rem;
  height: 2.3rem;
  left: -3.5rem;
  top: 0.5rem;
  border: 2px solid black;
  border-radius: 100%;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
}
.forxiga-art__line--i__content {
  width: 35rem;
  padding: 3rem;
  background-color: #FFF;
  display: none;
  position: absolute;
  left: 150%;
  font-size: 2rem;
  line-height: 2.4rem;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.3);
  text-align: left;
  font-weight: 400;
  border-radius: 10px;
  z-index: 4;
}
.forxiga-art__line--i__content:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: 0;
  height: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  transform: translateY(-50%);
  border-right: 1.5rem solid white;
}
@media screen and (max-width: 767px) {
  .forxiga-art__line--i {
    position: relative;
    left: 0;
    margin-bottom: 1rem;
  }
}
.forxiga-art__line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 108%;
  height: 3px;
}
@media screen and (max-width: 991px) {
  .forxiga-art__line:after {
    width: 100%;
  }
}
.forxiga-art__line--red .forxiga-art__line--i {
  left: 5rem;
}
.forxiga-art__line--red:after {
  background-color: #F26167;
}
.forxiga-art__line--green:after {
  background-color: #C8DC45;
  right: 0;
  left: auto;
  width: 128%;
}
@media screen and (max-width: 991px) {
  .forxiga-art__line--green:after {
    width: 100%;
  }
}
.forxiga-art__line--blue:after {
  background-color: #72BAD7;
  right: 0;
  left: auto;
  width: 107%;
}
@media screen and (max-width: 991px) {
  .forxiga-art__line--blue:after {
    width: 100%;
  }
}
.forxiga-art__btn {
  padding: 1rem 2rem;
  color: white;
  background-color: #FF0000;
  margin-bottom: 1rem;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 2.3rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  border-radius: 10px;
}

.questionaire-button {
  border: 3px solid #0097DF;
  transition: all 0.4s ease;
  color: white;
}
.questionaire-button:hover {
  background-color: #FFF;
  color: #0097DF;
  transition: all 0.4s ease;
}
.questionaire-button--active {
  color: #0097DF;
  background-color: #FFF;
  transition: all 0.4s ease;
}

.calendar__days-of-the-week--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.calendar__day-label {
  width: 100%;
  flex-basis: 14.2857142857%;
  flex-shrink: 0;
  max-width: 14.2857142857%;
}

.calendar__body--inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.calendar__day-cell--outer {
  width: 100%;
  flex-basis: 14.2857142857%;
  flex-shrink: 0;
  max-width: 14.2857142857%;
  position: relative;
}

.calendar__day-cell--outer::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.calendar__day-cell--outer.current-month .calendar__day-cell--inner {
  background-color: #20587C;
  opacity: 1;
}

.calendar__day-cell--outer.selected-day .calendar__day-cell--inner {
  border: 2px solid #fff;
  cursor: default;
}

.calendar__day-cell--outer.kardiologia .calendar__day-cell--inner {
  background-color: #D43C4A;
}

.calendar__day-cell--outer.diabetologia .calendar__day-cell--inner {
  background-color: #4CAEAB;
}

.calendar__day-cell--outer.nefrologia .calendar__day-cell--inner {
  background-color: #4E6A94;
}

.calendar__day-cell--inner {
  position: absolute;
  top: 0;
  right: 0.6rem;
  bottom: 0;
  left: 0.6rem;
  height: 100%;
  border: 2px solid transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.4rem;
  color: #fff;
  opacity: 0.3;
  cursor: pointer;
}

.div-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-popup2 {
  position: fixed;
  z-index: 999;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.close_popup2 {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 3rem;
  color: #FFF;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

@media (min-width: 576px) and (max-width: 991px) {
  .events__calendar,
.events__tags {
    width: calc(50% - 7rem - 1px);
  }
}
.event-bar-with-date {
  background: #00e7ff;
  background: linear-gradient(90deg, rgba(0, 231, 255, 0.8) 0%, rgba(146, 33, 131, 0) 90%);
}
.event-bar-with-date--af {
  background: #008FD3;
}

.event-bar-with-header {
  background: #00e7ff;
  background: linear-gradient(90deg, rgba(0, 231, 255, 0.8) 0%, rgba(146, 33, 131, 0) 90%);
  border-radius: 5rem 0 0 5rem;
}
@media screen and (max-width: 991px) {
  .event-bar-with-header {
    border-radius: 0rem 0 0 0rem;
  }
}

.event-small-letter-spacing {
  letter-spacing: -0.1rem;
}

.event-af-logo {
  width: 50rem;
  height: 30rem;
}
@media screen and (max-width: 575px) {
  .event-af-logo {
    width: 80%;
    height: auto;
  }
}

.event-af-cards {
  width: 89rem;
  height: 53rem;
  margin-right: 10rem;
}
@media screen and (max-width: 575px) {
  .event-af-cards {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}

.js-af-parallax {
  background-image: url(../images/af/counter_bg.jpg);
  background-position: center;
}

.paralax-img {
  position: relative;
  overflow: hidden;
}

.paralax-img .page-text-image {
  width: 100%;
  margin: 0 auto;
  height: auto;
  max-width: none;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .paralax-img .page-text-image {
    width: auto;
    height: 130%;
    top: 0;
  }
}
@media screen and (max-width: 575px) {
  .paralax-img .page-text-image {
    width: auto;
    height: 130%;
    top: 0;
  }
}

.af-counter-container {
  position: relative;
}
.af-counter-container:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  background: linear-gradient(90deg, white 0%, #ecf2fa 100%);
  opacity: 0.3;
  z-index: 2;
}
.af-counter-container--playlist:before {
  background: #000;
}
.af-counter-container .playlist__item:nth-of-type(odd) {
  background-color: rgba(0, 143, 211, 0.6);
}
.af-counter-container .playlist__item:nth-of-type(even) {
  background-color: rgba(0, 143, 211, 0.7);
}
.af-counter-container .playlist__item--active {
  background-color: #008fd3 !important;
}
.af-counter-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-image: url(../images/af/counter_inner_bg.png);
  height: 40rem;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 3;
}
.af-counter--2023 .af-counter-inner {
  background: transparent;
  background-image: none;
}
.af-counter--2023:before {
  display: none;
}

.af-decoration-3 {
  position: absolute;
  top: 0;
  right: 3rem;
  width: 59rem;
  height: 95rem;
}
@media (max-width: 991px) {
  .af-decoration-3 {
    right: -5rem;
    width: 30rem;
    height: auto;
    top: 20rem;
  }
}

.af-days, .af-hours, .af-minutes, .af-secounds {
  font-size: 7.5rem;
  line-height: 4rem;
  color: #DD1815;
  font-weight: 700;
  text-align: center;
  margin-right: 3rem;
  font-family: "Libre Baskerville";
}
@media screen and (max-width: 575px) {
  .af-days, .af-hours, .af-minutes, .af-secounds {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.af-days:last-child, .af-hours:last-child, .af-minutes:last-child, .af-secounds:last-child {
  margin-right: 0rem;
}
.af-days span, .af-hours span, .af-minutes span, .af-secounds span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000;
}
@media screen and (max-width: 575px) {
  .af-days span, .af-hours span, .af-minutes span, .af-secounds span {
    font-size: 1.6rem;
  }
}

.af-counter--2023 .af-days, .af-counter--2023 .af-hours, .af-counter--2023 .af-minutes, .af-counter--2023 .af-secounds {
  font-size: 9.7rem;
  line-height: 4rem;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  margin-right: 3rem;
  font-family: "Libre Baskerville";
}
@media screen and (max-width: 575px) {
  .af-counter--2023 .af-days, .af-counter--2023 .af-hours, .af-counter--2023 .af-minutes, .af-counter--2023 .af-secounds {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}
.af-counter--2023 .af-days:last-child, .af-counter--2023 .af-hours:last-child, .af-counter--2023 .af-minutes:last-child, .af-counter--2023 .af-secounds:last-child {
  margin-right: 0rem;
}
.af-counter--2023 .af-days span, .af-counter--2023 .af-hours span, .af-counter--2023 .af-minutes span, .af-counter--2023 .af-secounds span {
  font-size: 3rem;
  font-weight: 600;
  color: #EBD19D;
  font-family: "Libre Baskerville";
}
@media screen and (max-width: 575px) {
  .af-counter--2023 .af-days span, .af-counter--2023 .af-hours span, .af-counter--2023 .af-minutes span, .af-counter--2023 .af-secounds span {
    font-size: 1.6rem;
  }
}

.af__2023-text-color {
  color: #291D1A;
}
.af__day-selection {
  border: 0.4rem solid #EBEBEB;
  padding: 6rem 2rem;
  position: relative;
  margin-bottom: 5rem;
  cursor: pointer;
  transition: all 0.4s ease;
}
.af__day-selection:hover {
  border-color: #afafaf;
}
.af__day-selection:hover .af__day-selection__number {
  color: #afafaf;
}
.af__day-selection:hover .af__day-selection__month {
  color: #afafaf;
}
.af__day-selection:hover .af__day-selection__letters {
  color: #afafaf;
}
@media screen and (max-width: 575px) {
  .af__day-selection {
    padding: 2rem 1rem;
  }
}
.af__day-selection__number {
  font-size: 22rem;
  font-weight: 500;
  line-height: 18rem;
  color: #EBEBEB;
  margin-bottom: 2rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .af__day-selection__number {
    font-size: 6.4rem;
    padding: 1rem 0.5rem;
    line-height: 3rem;
  }
}
.af__day-selection__month {
  font-size: 5rem;
  font-weight: 500;
  line-height: 5rem;
  color: #EBEBEB;
  position: absolute;
  right: 2rem;
  top: 7rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .af__day-selection__month {
    font-size: 3.2rem;
    right: 2rem;
    top: 1rem;
  }
}
.af__day-selection__letters {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 5rem;
  color: #EBEBEB;
  margin-left: 1rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .af__day-selection__letters {
    font-size: 3rem;
    text-align: center;
    margin-left: 0;
  }
}
.af__day-selection--active {
  border: 0.4rem solid #008FD3;
}
.af__day-selection--active .af__day-selection__number {
  color: #008FD3;
}
.af__day-selection--active .af__day-selection__month {
  color: #008FD3;
}
.af__day-selection--active .af__day-selection__letters {
  color: #008FD3;
}
.af__day-selection--active:hover {
  border-color: #008FD3;
}
.af__day-selection--active:hover .af__day-selection__number {
  color: #008FD3;
}
.af__day-selection--active:hover .af__day-selection__month {
  color: #008FD3;
}
.af__day-selection--active:hover .af__day-selection__letters {
  color: #008FD3;
}
.af__day-selection--2023 .af__day-selection {
  padding: 5rem 5rem;
  border: 0.4rem solid #291D1A;
  margin-bottom: 3rem;
}
.af__day-selection--2023 .af__day-selection:hover {
  border-color: #916E35;
}
.af__day-selection--2023 .af__day-selection:hover .af__day-selection__number {
  color: #916E35;
}
.af__day-selection--2023 .af__day-selection:hover .af__day-selection__month {
  color: #916E35;
}
.af__day-selection--2023 .af__day-selection:hover .af__day-selection__letters {
  color: #916E35;
}
.af__day-selection--2023 .af__day-selection__number {
  font-size: 23rem;
  font-weight: 700;
  line-height: 18rem;
  color: #291D1A;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .af__day-selection--2023 .af__day-selection__number {
    font-size: 6.4rem;
    padding: 1rem 0.5rem;
    line-height: 3rem;
  }
}
.af__day-selection--2023 .af__day-selection__month {
  font-size: 4rem;
  font-weight: 400;
  line-height: 5rem;
  color: #291D1A;
  transition: all 0.4s ease;
  position: relative;
  top: auto;
  right: auto;
}
.af__day-selection--2023 .af__day-selection__letters {
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 5rem;
  color: #291D1A;
  margin-left: 1rem;
  transition: all 0.4s ease;
}
@media screen and (max-width: 575px) {
  .af__day-selection--2023 .af__day-selection__letters {
    font-size: 3rem;
    text-align: left;
    margin-left: 0;
  }
}
.af__day-selection--2023 .af-time {
  display: inline-block;
  padding: 2rem;
  font-size: 3rem;
  font-weight: 700;
  color: #291D1A;
  border: 0.4rem solid #291D1A;
}
.af__hours-selection {
  border: 0.2rem solid #EBEBEB;
  padding: 2rem 3rem;
  position: relative;
  margin-bottom: 3rem;
  font-size: 3rem;
  line-height: 5rem;
  color: #EBEBEB;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.4s ease;
}
.af__hours-selection:hover {
  border-color: #afafaf;
  color: #afafaf;
}
@media screen and (max-width: 991px) {
  .af__hours-selection {
    padding: 2rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .af__hours-selection {
    font-size: 1.6rem;
    padding: 1rem 0.5rem;
    line-height: 3rem;
  }
}
.af__hours-selection--active {
  border: 0.2rem solid #008FD3;
  color: #008FD3;
}
.af__hours-selection--active:hover {
  transition: all 0.4s ease;
  border-color: #008FD3;
  color: #008FD3;
}
.af__text-gold {
  color: #EBD19D;
}

.af__2023-register .white-input-100 {
  background: transparent;
  border: 1px solid #fff;
}
.af__2023-register .white-checkbox--dark-blue2 + label {
  color: #EBD19D;
}
.af__2023-register .select-selected {
  border: 1px solid #FFF;
}
.af__2023-register .white-checkbox:checked + label:before {
  background-image: url(../images/af-2023/checkmark.svg);
}

.af-2023-decoration-4 {
  position: absolute;
  left: 0;
  bottom: 30rem;
  width: 30rem;
  height: 95rem;
  z-index: 3;
}
@media (max-width: 991px) {
  .af-2023-decoration-4 {
    display: none;
  }
}

.line-vertical-af {
  height: 100%;
  background-color: #0E1B44;
  margin: 0 3rem;
  opacity: 0.2;
  width: 0.1rem;
}

.event-header {
  margin-top: -14.5rem;
  padding-top: 14rem;
  background-image: url(../images/hero__srody-z-nowosciami-w-diabetologii.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.event-header--new {
  background-image: url(../images/hero__srody-z-nowosciami-w-diabetologii-new.jpg);
}
.event-header--af {
  padding-top: 12rem;
  background: white;
  background: linear-gradient(90deg, white 0%, #ecf2fa 100%);
}
.event-header--af-new {
  padding-top: 12rem;
  background-image: url(../images/af-2023/bg.jpg);
  background-size: cover;
}
@media (max-width: 991px) {
  .event-header--af-new {
    background-position: -50rem center;
  }
}
@media (max-width: 575px) {
  .event-header--af-new {
    background-position: -90rem center;
  }
}
.event-header--af-gradient {
  background-color: #EBD19D;
  position: relative;
}
.event-header--af-gradient:before {
  height: 70rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(201, 188, 160, 0.95) 51.42%, #33201c 100%);
  opacity: 1;
  content: "";
  transform: scale(-1);
  mix-blend-mode: multiply;
}
.event-header--af-gradient:after {
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(201, 188, 160, 0.95) 47.78%, #33201c 100%);
  mix-blend-mode: multiply;
  height: 120rem;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 1;
  content: "";
}
@media (max-width: 575px) {
  .event-header--af-gradient:after {
    height: 180rem;
  }
}
.event-header--af-gradient-top:before {
  height: 90rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(rgba(255, 255, 255, 0) 0%, rgba(201, 188, 160, 0.95) 51.42%, #33201c 100%);
  opacity: 1;
  content: "";
  transform: scale(-1);
  mix-blend-mode: multiply;
}

.wyswig-styles h2, #tinymce h2 {
  padding-top: 3rem;
  color: #000;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 3.4rem;
  margin-bottom: 3rem;
}
.wyswig-styles h3, #tinymce h3 {
  padding-top: 2.4rem;
  color: #000;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.wyswig-styles ul li, .wyswig-styles ol li, #tinymce ul li, #tinymce ol li {
  font-size: 1.8rem;
  line-height: 2.8rem;
}
.wyswig-styles table, #tinymce table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.wyswig-styles table td, #tinymce table td {
  border: 1px solid #000;
  vertical-align: middle;
  padding: 0.5rem;
}
.wyswig-styles p, #tinymce p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.wyswig-styles p.lead, #tinymce p.lead {
  font-size: 2.1rem;
  line-height: 2.8rem;
  margin-bottom: 3rem;
}
.wyswig-styles p.references, #tinymce p.references {
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-top: 5rem;
}
.wyswig-styles p.references:before, #tinymce p.references:before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  opacity: 0.5;
  margin-bottom: 3rem;
}
.wyswig-styles p.references:after, #tinymce p.references:after {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  background-color: #000;
  opacity: 0.5;
  margin-top: 3rem;
}
.wyswig-styles p.references.no-line, #tinymce p.references.no-line {
  margin-top: 0;
}
.wyswig-styles p.references.no-line:after, .wyswig-styles p.references.no-line:before, #tinymce p.references.no-line:after, #tinymce p.references.no-line:before {
  display: none;
}
.wyswig-styles img, #tinymce img {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.wyswig-styles .col-lg-4 img, #tinymce .col-lg-4 img {
  max-width: 70% !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto;
}
.wyswig-styles .mb-0, #tinymce .mb-0 {
  margin-bottom: 0;
}
.wyswig-styles .mt-0, #tinymce .mt-0 {
  margin-bottom: 0;
}
.wyswig-styles .mb-10, #tinymce .mb-10 {
  margin-bottom: 1rem;
}
.wyswig-styles .mt-10, #tinymce .mt-10 {
  margin-bottom: 1rem;
}
.wyswig-styles .mb-20, #tinymce .mb-20 {
  margin-bottom: 2rem;
}
.wyswig-styles .mt-20, #tinymce .mt-20 {
  margin-bottom: 2rem;
}

.virtual_stand {
  position: fixed;
  bottom: 3rem;
  right: 3rem;
  width: 17rem;
  height: 17rem;
  border-radius: 100%;
  background-color: #FFF;
}

.virtual_stand:before {
  content: "Zobacz nasze wirtualne stoisko";
  font-size: 2.1rem;
  position: absolute;
  right: 0;
  top: 50%;
  white-space: nowrap;
  color: #fff;
  padding: 10px 0;
  transform: translateY(-50%);
  background: #D43C4A;
  font-weight: 700;
  z-index: -1;
  transition: all 0.5s cubic-bezier(0.34, 0.21, 0.25, 1.13);
  overflow: hidden;
  max-width: 0;
  opacity: 0;
}

.virtual_stand:after {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/images/avatar_azsummit.png);
  width: 15rem;
  height: 15rem;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  position: absolute;
}

.virtual_stand:hover:before {
  opacity: 1;
  padding: 1rem 6rem 1rem 2rem;
  margin-right: 12rem;
  max-width: 100vw;
}

.debate_online {
  position: fixed;
  bottom: 6rem;
  right: 3rem;
  width: 50rem;
  height: 10rem;
  border-radius: 14.5rem;
  background-color: #23C8CE;
  display: flex;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.5);
}
.debate_online .text {
  font-size: 3.2rem;
  font-weight: 600;
  color: #FFF;
}
.debate_online .number_ml {
  font-size: 1.4rem;
  line-height: 1.6rem;
  text-align: right;
  color: #FFF;
}
@media screen and (max-width: 575px) {
  .debate_online {
    width: 90%;
  }
}

.ring-container {
  position: relative;
  width: 3rem;
  height: 100%;
  margin-right: 12rem;
}
@media screen and (max-width: 575px) {
  .ring-container {
    margin-right: 9rem;
  }
}
.ring-container .circle {
  width: 4rem;
  height: 4rem;
  background-color: #F90F46;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 575px) {
  .ring-container .circle {
    left: 3rem;
  }
}
.ring-container .circle:before {
  content: "";
  border: 3rem solid #F90F46;
  border-radius: 100%;
  height: 6rem;
  width: 6rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-animation: pulsate 1s ease-out;
          animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  opacity: 0;
}

@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 0;
  }
}

@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2, 1.2);
    opacity: 0;
  }
}
.watch__news-image {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 16rem;
  padding: 1rem;
}
.watch__line {
  background-color: #FFF;
  opacity: 0.2;
  width: 100%;
  height: 1px;
  margin: 1.5rem 0;
}
.watch__radio {
  border: 2px solid #3acbdc;
  padding: 0.5rem 2rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.watch__radio__letter {
  font-size: 6rem;
  font-weight: 700;
  line-height: 6rem;
  color: #3acbdc;
  margin-right: 2rem;
}
.watch__radio__text {
  font-size: 1.6rem;
  color: #3acbdc;
}
.watch__radio.active {
  background: #415c9f;
  border-color: #415c9f;
}
.watch__radio.active .watch__radio__letter {
  color: #FFF;
}
.watch__radio.active .watch__radio__text {
  color: #FFF;
}
.watch__textarea {
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  height: 15rem;
  margin-bottom: 3rem;
  display: block;
}
.watch__textarea:focus {
  outline: none;
}
.watch__border-button {
  border: 2px solid #3acbdc;
  padding: 1rem 2rem;
  color: #3acbdc;
  font-size: 1.6rem;
  text-transform: uppercase;
  font-weight: 700;
}

.absolute-prize-badge {
  position: absolute;
  top: 0;
  left: 5rem;
  background-color: #9BD8F5;
  width: 18rem;
  height: 18rem;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.forxiga-article-new--image-1 {
  width: 69rem;
  height: 44rem;
  margin: 0 auto;
  margin-top: -5rem;
}
@media (max-width: 991px) {
  .forxiga-article-new--image-1 {
    width: 100%;
    height: auto;
    margin-top: 5rem;
  }
}
.forxiga-article-new--image-2 {
  width: 59rem;
  height: 26rem;
  margin: 0 auto;
  margin-bottom: 8rem;
  margin-top: 5rem;
}
@media (max-width: 991px) {
  .forxiga-article-new--image-2 {
    width: 100%;
    height: auto;
  }
}
.forxiga-article-new--dot-text {
  display: flex;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #000;
  font-weight: 700;
  margin-top: -3rem;
}
.forxiga-article-new--dot-text::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-color: #FE1A0E;
  margin-right: 2rem;
  border-radius: 100%;
}
.forxiga-article-new__table {
  border-right: 1px solid #CCCCCC;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.forxiga-article-new__table:after {
  content: "lub";
  display: block;
  border: 1px solid #CCCCCC;
  background-color: #FFF;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  font-size: 2.2rem;
  color: #FE1A0E;
  position: absolute;
  top: 50%;
  right: -4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  z-index: 3;
}
@media (max-width: 991px) {
  .forxiga-article-new__table:after {
    bottom: -4rem;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.forxiga-article-new__table--no-after::after {
  display: none;
}
.forxiga-article-new__table__header {
  width: 100%;
  height: 12rem;
  background-color: #F3F3F3;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media (max-width: 991px) {
  .forxiga-article-new__table__header {
    padding-top: 5rem;
  }
  .forxiga-article-new__table__header--no-padding {
    padding-top: 0rem;
  }
}

.video-slider.swiper-container {
  overflow: visible;
}
.video-slider .swiper-slide {
  width: 42rem;
  height: auto;
}
.video-slider .swiper-slide.disabled {
  background-color: #000;
  opacity: 0.3;
}
.video-slider .swiper-button-prev {
  left: -3rem;
  height: 100%;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
  align-items: flex-start;
  padding-top: 9rem;
  margin-top: 0;
}
.video-slider .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.video-slider .swiper-button-prev:after {
  color: #FFF;
  font-size: 3rem;
}
.video-slider .swiper-button-next {
  top: 25%;
}
@media (max-width: 991px) {
  .video-slider .swiper-button-next {
    right: 2px;
  }
}
.video-slider .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.video-slider .swiper-button-next:after {
  color: #FFF;
  font-size: 3rem;
}

.video-category-list-item .swiper-pagination {
  position: relative;
  left: auto;
  text-align: right;
}
.video-category-list-item .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 2rem;
  height: 1rem;
  border: 2px solid #FFF;
  margin-right: 1rem;
}
.video-category-list-item .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFF;
}

.audio-player {
  position: relative;
  height: 23.4rem;
  background-color: #FFF;
  border-radius: 20rem;
  border: 1px solid #1ABDCE;
  margin-bottom: 10rem;
  /* Top Info */
  /* Controls */
  /* Progress */
  /* Loading */
  /* Plylist */
  /* Volume */
  /* Fade-In */
}
.audio-player #timer {
  position: absolute;
  bottom: 15%;
  left: 7%;
  text-align: left;
  font-size: 3.4rem;
  opacity: 0.9;
  font-weight: 700;
  color: #1ABDCE;
}
.audio-player #duration {
  position: absolute;
  bottom: 15%;
  right: 7%;
  text-align: right;
  font-size: 3.4rem;
  font-weight: 700;
  color: #1ABDCE;
}
.audio-player .controlsOuter {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.audio-player .controlsInner {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.audio-player .btn {
  position: absolute;
  cursor: pointer;
  opacity: 0.9;
  filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.33));
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.audio-player .btn:hover {
  opacity: 1;
}
.audio-player #playBtn {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_5682'  xmlns='http://www.w3.org/2000/svg' data-name='Group 5682' width='120' height='120' viewBox='0 0 120 120'%3E%3Ccircle id='Ellipse_927' data-name='Ellipse 927' cx='60' cy='60' r='60' fill='%23fff'/%3E%3Cpath id='Polygon_1' data-name='Polygon 1' d='M20.329,7.739a6,6,0,0,1,10.061,0l14.3,22.006a6,6,0,0,1-5.031,9.27H11.056a6,6,0,0,1-5.031-9.27Z' transform='translate(87.606 34.64) rotate(90)' fill='%231ABDCE'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 12rem;
  height: 12rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.audio-player #pauseBtn {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEUAAABGCAYAAACaGVmHAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTExIDc5LjE1ODMyNSwgMjAxNS8wOS8xMC0wMToxMDoyMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDE4MjkzRjNDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDE4MjkzRjRDNzI0MTFFNTk2RTBDMTRBMkYyNjVGMzQiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBOERFOEQ1Q0M2QkQxMUU1OTZFMEMxNEEyRjI2NUYzNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowMTgyOTNGMkM3MjQxMUU1OTZFMEMxNEEyRjI2NUYzNCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pne5d1AAAAB8SURBVHja7NCxCQAwAALBuP/QZoEUlinua0G4tD1j83Asv/4GChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFChQoUKBAgQIFCpRXV4ABAOgpXYTDYwEwAAAAAElFTkSuQmCC");
  width: 69px;
  height: 70px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
.audio-player #waveform {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: none;
  opacity: 0.8;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
.audio-player #waveform:hover {
  opacity: 1;
}
.audio-player #bar {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1rem;
  cursor: pointer;
  background-color: #98B4C2;
}
.audio-player #progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #1ABDCE;
  z-index: -1;
}
.audio-player #loading {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -35px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
  display: none;
}
@-webkit-keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.audio-player #playlist {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.audio-player #list {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.audio-player .list-song {
  width: 100%;
  height: 120px;
  font-size: 50px;
  line-height: 120px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
.audio-player .list-song:hover {
  background-color: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.audio-player #volume {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  touch-action: none;
  display: none;
}
.audio-player .bar {
  position: absolute;
  top: 50%;
  left: 5%;
  margin: -5px auto;
  height: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.33);
}
.audio-player #barEmpty {
  width: 90%;
  opacity: 0.5;
  box-shadow: none;
  cursor: pointer;
}
.audio-player #barFull {
  width: 90%;
}
.audio-player #sliderBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 93.25%;
  margin: -25px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.33);
  border-radius: 25px;
  cursor: pointer;
}
.audio-player .fadeout {
  -webkit-animation: fadeout 0.5s;
          animation: fadeout 0.5s;
}
.audio-player .fadein {
  -webkit-animation: fadein 0.5s;
          animation: fadein 0.5s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.algorithm__checkbox {
  display: none;
}
.algorithm__checkbox:checked + label:after {
  opacity: 1;
}
.algorithm__checkbox + label {
  display: block;
  margin: 0.2rem;
  cursor: pointer;
  padding: 0.2rem;
  font-size: 2rem;
  color: #000;
  position: relative;
  padding-left: 5rem;
  line-height: 2.1rem;
  margin-bottom: 3rem;
}
.algorithm__checkbox + label:before {
  position: absolute;
  top: 0.5rem;
  left: 0;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  margin-right: 2rem;
  color: transparent;
  transition: all 0.2s ease;
  border: 0.1rem solid #750240;
}
.algorithm__checkbox + label:after {
  opacity: 0;
  position: absolute;
  top: 1rem;
  left: 0.5rem;
  content: "";
  display: inline-block;
  background-color: #750240;
  width: 1rem;
  height: 1rem;
  color: transparent;
  transition: all 0.2s ease;
}
.algorithm__checkbox--navy + label {
  color: #3C8A9E;
}
.algorithm__checkbox--dark-blue2 + label {
  color: #023E65;
}
.algorithm__color {
  background-color: #F6F6F4;
  padding-bottom: 8rem;
}
.algorithm__header {
  background-color: #D3E3EF;
}
.algorithm__header__text {
  font-size: 3.6rem;
  line-height: 6rem;
  color: #4898c5;
}
.algorithm__content {
  margin-top: 3rem;
  background: #fff;
  box-shadow: 0px 3px 13px rgba(0, 0, 0, 0.16);
  padding: 2rem 4rem;
}
@media (max-width: 991px) {
  .algorithm__content {
    padding: 2rem;
  }
}
.algorithm__content__back {
  font-weight: 500;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 1rem;
  cursor: pointer;
}
.algorithm__content__question {
  background-color: #750240;
  border-radius: 0.6rem;
  font-weight: 500;
  font-size: 2.4rem;
  text-align: center;
  color: #FFF;
  padding: 2rem 4rem;
  margin-bottom: 5rem;
  position: relative;
  min-height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .algorithm__content__question {
    padding: 2rem;
  }
}
.algorithm__content__question--left {
  justify-content: space-between;
  text-align: left;
  margin-bottom: 2rem;
}
.algorithm__content__question--left div {
  margin-left: 3rem;
}
@media (max-width: 991px) {
  .algorithm__content__question--left {
    display: block;
  }
  .algorithm__content__question--left br {
    display: none;
  }
  .algorithm__content__question--left div {
    margin-left: 0;
    margin-top: 1rem;
  }
}
.algorithm__content__question img {
  margin-right: 3rem;
  width: 9rem;
  height: auto;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
@media (max-width: 991px) {
  .algorithm__content__question img {
    position: relative;
    top: auto;
    left: auto;
  }
}
.algorithm__content__alert__text {
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 2.4rem;
  text-align: center;
  color: #000;
}
.algorithm__button {
  border-radius: 0.2rem;
  background: #909090;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: center;
  color: #fff;
  padding: 1.1rem 4rem;
  display: inline-block;
  cursor: pointer;
  margin-right: 4.5rem;
}
.algorithm__button--cukrzyca-fix {
  padding: 2.4rem 4rem;
}
@media (max-width: 991px) {
  .algorithm__button {
    padding: 2rem;
    margin-right: 2rem;
  }
}
.algorithm__button:last-child {
  margin-right: 0;
}
.algorithm__button.active {
  background: #FFA600;
}
.algorithm__button--red {
  background: #FF4227;
}
.algorithm__button--blue {
  background: #4898C5;
}
.algorithm__button--ugly-green {
  background: #d2d200;
}
.algorithm__button--claret {
  background: #750240;
}
.algorithm__button--claret:first-child {
  margin-right: 0rem;
}
.algorithm .js-alert-nope .algorithm__content__alert__text {
  color: red;
}
.algorithm .js-alert-yes .algorithm__content__alert__text {
  color: #0B9114;
}

.blue_bg_text {
  width: 67rem;
  background-image: url(../images/srodyznwd/background_blue_new.svg);
  background-size: contain;
  background-repeat: no-repeat;
  padding: 4rem 10rem 4rem 4rem;
  font-weight: normal;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: #fff;
  font-weight: 700;
  position: relative;
}
@media (max-width: 991px) {
  .blue_bg_text {
    padding: 4rem 2rem;
  }
}

.red_bg_text {
  background: linear-gradient(-90deg, #d80d49 0%, rgba(112, 7, 38, 0.04) 95%, rgba(108, 7, 37, 0) 100%);
  font-size: 4.5rem;
  line-height: 3.4rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  color: #FFF;
  padding: 4rem 10rem 4rem 15rem;
  margin-left: -10rem;
  width: 135rem;
}
@media (max-width: 991px) {
  .red_bg_text {
    display: block;
    line-height: 4rem;
    font-size: 3.5rem;
    margin-left: 0;
    padding: 2rem;
    width: auto;
  }
}

.text-article-2023-red {
  color: #750240;
}

.red_box_with_link {
  background: #750240;
  border: 3px solid #750240;
  padding: 3rem;
  margin-bottom: 3rem;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3rem;
  color: #fff;
}
.red_box_with_link__link {
  display: inline-block;
  border-radius: 0.2rem;
  background: #fff;
  padding: 1.5rem 3rem;
  color: #750240;
  border: 3px solid #750240;
  transition: all 0.4s ease;
  margin-top: 2rem;
  background-color: #FFF;
}
.red_box_with_link__link:hover {
  background-color: #750240;
  color: #FFF;
  transition: all 0.4s ease;
  border-color: #FFF;
}

.article-2023-icon-boxes {
  position: relative;
  margin: 5rem 0;
}
.article-2023-icon-boxes:before {
  content: "";
  display: block;
  background-color: #ECECEC;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  height: 130%;
  z-index: 1;
}

.article-2023-icon-box {
  position: relative;
  z-index: 2;
  padding: 3rem;
  height: 20rem;
  text-align: center;
  display: flex;
  justify-content: center;
  width: 32%;
  border-radius: 0 3rem 0 3rem;
  font-size: 2.1rem;
  color: #FFF;
}
.article-2023-icon-box img {
  margin: 0 auto 2rem auto;
  height: 8rem;
}
@media (max-width: 575px) {
  .article-2023-icon-box img {
    height: 5rem;
  }
}
@media (max-width: 575px) {
  .article-2023-icon-box {
    font-size: 1.4rem;
  }
}
.article-2023-icon-box--1 {
  background-color: #D3D800;
}
.article-2023-icon-box--2 {
  background-color: #0099DB;
}
.article-2023-icon-box--3 {
  background-color: #E63323;
}

.changes__header {
  position: relative;
  border-radius: 0 3rem 0 3rem;
  padding: 2rem;
  color: #fff;
  background: #D6CF00;
}

.changes__header__red {
  color: #e73733;
}

.changes__header--2 {
  background: #DD1A18;
}

.changes__header--3 {
  background: #008AD5;
}

.changes__box {
  background: #F6F6F4;
  margin-bottom: 3rem;
  height: 100%;
}

.change__box__badge {
  position: absolute;
  top: -3.5rem;
  left: 0;
  border-radius: 2rem 0 2rem 0;
  padding: 1rem 2rem;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  text-align: center;
  border: 2px solid #fff;
  background: #DD1A18;
  text-transform: uppercase;
}

.rounded_border_text_article_2023 {
  border-radius: 0rem 3rem 0rem 3rem;
  border: 2px solid #e73733;
  color: #e73733;
  text-align: center;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.8rem;
  padding: 1rem;
}

.rounded_border_text_article_2023_blue {
  border-radius: 0rem 3rem 0rem 3rem;
  border: 2px solid #0099DB;
  color: #0099DB;
  text-align: center;
  padding: 1rem;
  width: 120%;
  margin-left: -10%;
  margin-right: -10%;
  position: relative;
}

.divide_line {
  position: relative;
}
.divide_line:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.2rem;
  left: 0;
  background-color: #0099DB;
}

.rounded-red-box {
  border-radius: 0px 5rem 0px 0px;
  background: #e8301a;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.3rem;
}

.rounded-blue-box {
  border-radius: 0px 5rem 0px 0px;
  background: #E7F6FD;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 2.3rem;
  padding-bottom: 3rem;
  min-height: 15rem;
}
.rounded-blue-box--right {
  border-radius: 5rem 0px 0px 0px;
}
.rounded-blue-box img {
  margin-top: -5rem;
}

.light-blue-background {
  background-color: rgba(96, 194, 239, 0.15);
}

.text-article-forxiga-blue {
  color: #00A0E3;
}

.text-article-forxiga-red {
  color: #E8301A;
}

.new-article-forxiga-ul li {
  margin-bottom: 1rem;
  list-style-type: none;
  position: relative;
  line-height: 2.1rem;
}
.new-article-forxiga-ul li:before {
  position: absolute;
  top: 0.4rem;
  left: -2rem;
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #00a0e3;
  border: 1px solid #00a0e3;
  opacity: 1;
  border-radius: 0px 6px 0px 0px;
}

.post {
  border-radius: 0 2rem 0 2rem;
  overflow: hidden;
  height: 100%;
}
.post__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  height: 100%;
}
.post__content, .post__content--news {
  padding: 3.5rem 2rem 2.8rem 2rem;
  position: relative;
  flex: 1 1 auto;
}
.post__content--news {
  min-height: 18rem;
}
.post__badges {
  position: absolute;
  display: flex;
  align-items: center;
  top: -1.6rem;
}
.post__arrow {
  position: absolute;
  bottom: 1.5rem;
  right: 2rem;
  width: 1.5rem;
  height: auto;
  transform: translateX(0rem);
  transition: transform 0.4s ease;
}
.post__arrow path {
  stroke: #FFF;
}
.post__arrow.white path {
  stroke: #4E6A94;
}
.post:hover .post__arrow {
  transform: translateX(1rem);
  transition: transform 0.4s ease;
}

.stroke-light-navy {
  stroke: #4E6A94;
}

.stroke-products {
  stroke: #D43C4A;
}

.stroke-green {
  stroke: #6A944E;
}

.stroke-violet {
  stroke: #784E94;
}

.stroke-white {
  stroke: #FFF;
}

.special-news {
  padding: 4rem 3rem;
  border-radius: 0 2rem 0 2rem;
  background-color: #4CAEAB;
  min-height: 55rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .special-news {
    min-height: 0;
  }
}
.special-news__header {
  font-size: 5.8rem;
  line-height: 7rem;
  color: white;
}
@media (max-width: 991px) {
  .special-news__header {
    font-size: 3.2rem;
    line-height: 4.2rem;
  }
}
.special-news__content {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 2.6rem;
  text-align: left;
  color: #fff;
  width: 65%;
  display: block;
  margin-bottom: 3rem;
}
@media (max-width: 991px) {
  .special-news__content {
    width: 100%;
  }
}
.special-news__btn {
  font-family: Arial;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
  line-height: 1.6rem;
  text-align: center;
  color: #fff;
  padding: 1.1rem 2.2rem;
  border-radius: 2rem;
  background: transparent;
  border: 2px solid #fff;
  text-decoration: none;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.special-news__btn:hover {
  background-color: #FFF;
  color: #FFF;
  transition: background-color 0.4s ease, color 0.4s ease;
}
.special-news__hr {
  width: 25%;
  height: 1px;
  background-color: #FFF;
  margin: 3rem 0;
}
@media (max-width: 991px) {
  .special-news__hr {
    width: 100%;
  }
}
.special-news__next {
  border-radius: 2rem;
  background: transparent;
  border: 2px solid #f90f46;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  height: 4.2rem;
  position: relative;
}
.special-news__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(../images/news/arrow.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.special-news__prev {
  border-radius: 2rem;
  background: transparent;
  border: 2px solid #f90f46;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 5rem;
  margin-right: 3rem;
  height: 4.2rem;
}
.special-news__prev:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(180deg);
  background-image: url(../images/news/arrow.svg);
  width: 1.5rem;
  height: 1.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.specialNewsNavigation {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.h-90procent {
  height: calc(100% - 4rem);
}

.w-110procent {
  width: 103%;
}