.page-template-template_home_2 {
  font-family: "Cera PRO", sans-serif;
}
.button-round,
.button-round svg path {
  transition: all 0.3s ease;
}
.button-round a {
  transition: none;
}
/************************/
/********* MENU *********/
/************************/
#menu-btn {
  z-index: 10;
}

.page-template-template_home_2 header nav {
  opacity: 1;
  z-index: 9;
}

.slick-slide {
  margin: 0 30px;
}
.slick-list {
  margin: 0 -30px;
}

header nav .social {
  display: none;
}

/************************/
/******* DEFAULTS *******/
/************************/
.button-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background: #1aa31a;
  border-radius: 26px;
  color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 1.5rem;
  border: 2px solid #1aa31a;
}
.button-round:hover {
  color: #1aa31a;
  background-color: transparent;
  border: 2px solid #1aa31a;
}
.button-round:hover svg path {
  fill: #1aa31a;
}
.button-round a {
  padding: 0.7rem 3.5rem;
}
.button-round svg {
  position: absolute;
  right: 1rem;
}
.button-round:hover svg {
  animation-name: arrowMove;
  animation-duration: 1s;
}
@keyframes arrowMove {
  0% {
    right: 1rem;
  }
  25% {
    right: 1.5rem;
  }
  50% {
    right: 0.5rem;
  }
  100% {
    right: 1rem;
  }
}

.home-banner__slider {
  background: #748974;
}

.home-banner__slider .button-round:hover {
  background: #1aa31a;
  border: 2px solid #1aa31a;
  color: #fff;
}
.home-banner__slider .button-round:hover svg path {
  fill: #fff;
}
@media screen and (max-width: 992px) {
  .home-banner__slider .button-round {
    margin-left: 0;
  }
}
.home-banner__slider .slick-dots {
  padding: 1rem 0;
  background: #fff;
}

#med_article .button-round {
  margin: 0 auto;
}
/************************/
/******** HEADER ********/
/************************/
#logo {
  max-width: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#logo img {
  width: 100%;
}
/*header .img img.header-logo__mobile {
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
}
header .img img.header-logo__mobile {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 40px;
  height: 48px;
  transition: opacity 0.3s ease-in-out;
}*/
@media screen and (min-width: 767px) {
  header .img img.header-logo__mobile {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header .img img.header-logo__fullscreen {
    display: none;
  }
}

header > .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header_right-wrappper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.open-menu .container {
  display: flex;
}
@media (max-width: 992px) {
  header #eye {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    /* transition: opacity 0.1s ease-in-out, width 0.3s ease-in-out,
      margin 0.3s ease-in-out, visibility 0.3s ease-in-out,
      order 0.3s ease-in-out; */
    width: 0.1px;
    margin: 0;
  }
  header #lang {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.1s ease-in-out, width 0.3s ease-in-out,
      margin 0.3s ease-in-out;
    width: 0.1px;
    margin: 0;
  }
  header.open-menu #lang,
  header.open-menu #eye {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    width: unset;
    transition: opacity 0.1s ease-in-out, width 0.3s ease-in-out,
      margin 0.3s ease-in-out;
  }
  header.open-menu #eye {
    margin-left: 31px;
  }
  header.open-menu #search {
    order: 3;
    margin-left: 33.71px;
    transition: margin-left 0.3s ease-in-out;
  }
  header .img img.header-logo__fullscreen {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }
  header.open-menu .img img.header-logo__fullscreen {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  header.open-menu .img img.header-logo__mobile {
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
  }

  #header_logo-wrapper {
    position: absolute;
    right: 50%;
    top: 11px;
    transform: translateX(39%);
    z-index: 10;
  }
  header #logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 129px;
  }
  header .img_slogan {
    position: absolute;
    top: 41px;
    left: 66px;
    width: 80%;
  }
  .header_right-wrappper {
    margin-left: 2.5rem;
    margin-right: 15px;
  }
  .open-menu .container {
    display: flex;
    background-color: white;
    z-index: 15;
    box-shadow: 0px 4px 4px 0px #00000040;
  }
}

/************************/
/******* UNBLUR *********/
/************************/
.wrap {
  position: relative;
}
.hero_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000;
}
.blur {
  background-image: url(../img/hero-bg-blur.jpg);
  /* width: 100vw; */
  height: 518px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  /*filter: blur(8px);
  -webkit-filter: blur(8px);*/
}

.blur.no-blur {
  filter: none;
  -webkit-filter: none;
  opacity: 0.5;
}
.blur.no-darken {
  opacity: 1;
}
.home-banner__video {
  height: 518px;
}
.home-banner__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.circle {
  top: 0;
  width: 100vw;
  height: 518px;
  padding: 1rem;
  position: absolute;
  background-image: url(../img/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  mask-image: url(../img/circ.svg);
  -webkit-mask-image: url(../img/circ.svg);
  /* mask-size: 35vmin; */
  /* -webkit-mask-size: 35vmin; */
  mask-size: 311px;
  -webkit-mask-size: 311px;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  box-shadow: 5px 5px 5px black;
}
@media (max-width: 992px) {
  .circle {
    mask-size: 207px;
    -webkit-mask-size: 207px;
  }
}
/************************/
/******** HERO **********/
/************************/
.home-banner {
  /* min-height: 350px; */
}
.hero_info {
  position: absolute;
  left: 10rem;
}
.hero_title {
  max-width: 500px;
}
.hero_subtitle {
  max-width: 350px;
}
.hero_title h1 {
  color: #fff;
  font-size: 100px;
  line-height: 100%;
  margin-bottom: 4px;
  text-shadow: 5px 5px 11px #0000007a;
}
.font-large .hero_title h1 {
  font-size: 110px;
}
.font-largest .hero_title h1 {
  font-size: 120px;
}
.hero_subtitle {
  color: #fff;
  font-size: 12px;
  line-height: 110%;
  font-weight: 700;
  text-shadow: 5px 5px 11px #0000007a;
}
.hero_subtitle p {
  font-size: 26px;
  line-height: 95%;
  margin-bottom: 1rem;
}
.font-large .hero_subtitle p {
  font-size: 30px;
}
.font-largest .hero_subtitle p {
  font-size: 34px;
}
/************************/
/***** MEDICAMENTS ******/
/************************/
#medicaments {
  padding: 5rem 0;
}
.medicaments_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.logo_bg {
  position: absolute;
}
.logo_1,
.logo_1 svg {
  position: absolute;
  left: -22px;
  width: 180px;
  height: 220px;
  opacity: 0.5;
  top: -1rem;
  z-index: -2;
}
.logo_2,
.logo_2 svg {
  left: 1rem;
  width: 62px;
  height: 75px;
  opacity: 0.5;
  top: 60%;
  -webkit-transform: rotate(-52deg);
  transform: rotate(-52deg);
  z-index: -2;
}
.logo_3,
.logo_3 svg {
  right: -85px;
  width: 200px;
  height: 140px;
  opacity: 0.5;
  /* top: 60%; */
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  z-index: -2;
}
.logo_4,
.logo_4 svg {
  right: 50px;
  /* width: 200px; */
  /* height: 140px; */
  opacity: 0.5;
  top: 60%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
  z-index: -2;
}
.logo_5,
.logo_5 svg {
  width: 50px;
  height: 111px;
  height: 120px;
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
  opacity: 0.5;
  left: 0;
  z-index: -2;
}
.logo_6,
.logo_6 svg {
  top: -1px;
  right: -70px;
  width: 200px;
  height: 140px;
  opacity: 0.5;
  -webkit-transform: rotate(-95deg);
  transform: rotate(-95deg);
  z-index: -2;
}
.logo_7,
.logo_7 svg {
  left: -85px;
  width: 200px;
  height: 140px;
  opacity: 0.5;
  top: 42%;
  -webkit-transform: rotate(290deg);
  transform: rotate(290deg);
  z-index: -2;
}
.medicaments_column {
  max-width: 290px;
  position: relative;
}
.medicaments_column_divider {
  width: 1px;
  background: #c4c4c4;
  margin: 0 5rem;
}
.medicaments_column .code_search {
  position: relative;
  max-width: 216px;
  margin: 1rem 0;
  margin-left: 45px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.medicaments_column .code_search.doBigger {
  min-width: 391px;
  max-width: 100%;
}
.medicaments_column #code::-webkit-input-placeholder {
  color: #8c8c8c;
  font-size: 17px;
}
.medicaments_column #code::-moz-placeholder {
  color: #8c8c8c;
  font-size: 17px;
}
.medicaments_column #code:-ms-input-placeholder {
  color: #8c8c8c;
  font-size: 17px;
}
.medicaments_column #code::placeholder {
  color: #8c8c8c;
  font-size: 17px;
}
.medicaments_column #verification_form .codeInput {
  border-radius: 24px;
  border: 1px solid #9c9c9c;
  color: #100e0f;
  font-weight: 700;
  height: 48px;
  font-family: "Cera PRO", sans-serif;
}
.medicaments_column .doBigger #verification_form .codeInput {
  font-size: 12px;
  padding-right: 50px;
  line-height: 110%;
  overflow: hidden;
  padding-top: 17px;
}
.medicaments_column button.form--submit {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 12px 14px;
  border-radius: 50%;
  border: 0;
  background-color: #c4c4c4;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.medicaments_column .codeInput:focus + button.form--submit,
.medicaments_column .codeInput:active + button.form--submit,
.medicaments_column button.form--submit:hover {
  background-color: #1aa31a;
}
.medicaments_title {
  color: #1aa31a;
  text-transform: uppercase;
  font-size: 26px;
  font-weight: 700;
  margin-left: 13px;
  margin-bottom: 20px;
}
.medicaments_subtitle {
  font-size: 16px;
  color: #100e0f;
  line-height: 18px;
  font-weight: 400;
  margin-bottom: 1rem;
}
.medicaments_subtitle + .medicaments_subtitle {
  font-weight: 700;
}
.medicaments_list {
  font-size: 16px;
  line-height: 23px;
  color: #100e0f;
}
.medicaments_list ul {
  list-style: inside;
}
.medicaments_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.medicaments_verif_text {
  color: #1aa31a;
  font-size: 15px;
  margin-left: 45px;
}
.medicaments_verif_text a {
  font-weight: 700;
  text-decoration: underline;
}
.medicaments_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.before_subtitle svg,
.before_subtitle img {
  margin-right: 13px;
  width: 32px;
}

/************************/
/******** SLIDER ********/
/************************/
#drugs_slider {
  width: 100%;
  overflow: hidden;
  margin-bottom: 6rem;
  background: #748974;
}

.drugs_slider-wrapper {
  min-height: 262px;
  background: -webkit-linear-gradient(
    left,
    rgba(170, 214, 223, 1) 0%,
    rgba(188, 231, 188, 1) 100%
  );
}
.drugs_slider-wrapper .slick-slide {
  position: relative;
}
#drugs_slider .slide_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slide_title {
  margin-bottom: 4px;
  color: #fff;
  font-family: "Cera PRO", sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  text-shadow: 5px 5px 11px #0000007a;
}
.font-large .slide_title {
  font-size: 106px;
}
.font-largest .slide_title {
  font-size: 116px;
}
.slide_subtitle {
  color: #fff;
  font-family: "Cera PRO", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0em;
  max-width: 200px;
  text-shadow: 3px 2px 5px #0000007a;
}

.slide_pills-bg {
  position: absolute;
  right: 24%;
  top: 0;
  mix-blend-mode: hard-light;
  z-index: -1;
}
.slide_pills-bg img {
  max-height: 235px;
  max-width: 100%;
}
.slide_link {
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #1aa31a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  text-shadow: none;
}
.font-large .slide_link {
  font-size: 18px;
}
.font-largest .slide_link {
  font-size: 22px;
}
.slide_link svg {
  margin-left: 15px;
}
/************************/
/******* blocks__blockS ********/
/************************/
.blocks__block .img {
  border-radius: 11px;
}
.blocks__block .img:hover {
  -webkit-filter: rgba(120, 255, 120, 0.28);
  filter: rgba(120, 255, 120, 0.28);
}
.content_img {
  position: relative;
}
.tab_title-overlay {
  position: absolute;
  z-index: 9;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  width: 100%;
  /* top: 42%; */
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.content_overlay:hover {
  position: absolute;
  background-color: #00ff0042;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/*Blocks*/

.blocks__block .blocks__title {
  font-size: 15px;
  line-height: 1.43;
  color: #100e0f;
  font-weight: 700;
  margin-bottom: 30px;
}
.colors-darkest .blocks__title {
  color: #fff;
}

.blocks__block .blocks__text {
  font-size: 15px;
  line-height: 120%;
  color: #696767;
}
p.blocks__text {
  margin-bottom: 1.5rem;
}
.colors-darkest .blocks__text {
  color: #fff;
}

.blocks__slider_nav {
  margin-bottom: 2.5rem;
}
@media (max-width: 992px) {
  .blocks__slider {
    margin-bottom: 60px;
  }
  .blocks__block .blocks__title {
    font-size: 14px;
  }
  .blocks__block .blocks__link {
    font-size: 18px;
  }
  .blocks__block .btn-inline {
    text-align: left;
  }
}

@media (max-width: 575px) {
  .blocks__block {
    padding-left: 0;
    display: block;
    text-align: inherit;
  }
  .blocks__block .img.centered {
    width: auto;
    height: auto;
    position: relative;
    top: 0;
    padding-top: 44%;
  }

  .blocks__block .content_overlay {
    opacity: 1;
  }
  .about-content__item .blocks__block .content_overlay {
    opacity: 0;
  }
  .about-content__item .blocks__block:hover .content_overlay,
  .about-content__item .blocks__block:focus .content_overlay,
  .about-content__item .blocks__block:active .content_overlay {
    opacity: 1;
  }
  .blocks__block .text-semibold,
  .blocks__block .btn-inline {
    display: block;
  }
  .blocks__block .text-semibold + p,
  .blocks__block .btn-inline + p {
    -webkit-line-clamp: initial;
  }
}

/************************/
/******* ARTICLE ********/
/************************/
#med_article {
  position: relative;
  /* max-width: 600px; */
  /* margin: 5rem auto 12rem auto; */
  padding: 6rem 33%;
}
#med_article h2:before {
  position: absolute;
  /*content: 'Ф';*/
  top: 0;
  left: -10rem;
  font-size: 218px;
  opacity: 0.2;
}
#med_article h2 {
  color: #1aa31a;
  text-transform: uppercase;
  font-size: 50px;
}
.font-large #med_article h2 {
  font-size: 60px;
}
.font-largest #med_article h2 {
  font-size: 70px;
}
.med_article_wrap {
  font-size: 20px;
  line-height: 26px;
  color: #100e0f;
  margin-bottom: 2rem;
  position: relative;
}

/************************/
/********* TABS *********/
/************************/

#med_projects {
  margin: 0 auto;
}
#med_projects h2 {
  color: #1aa31a;
  font-size: 78px;
  line-height: 78px;
  font-weight: 300;
  text-align: center;
}
#med_projects .projects-section {
  max-width: 800px;
  margin: 0 auto;
}
.projects-section__slider {
  margin-bottom: 2.5rem;
}
.projects-section__slider .slick-slide {
  margin-bottom: 2.5rem;
}
.projects-section__slider h3 {
  font-size: 33px;
  color: #1aa31a;
  font-weight: 300;
  text-transform: none;
  margin-bottom: 0.5rem;
  line-height: 100%;
}
.font-large .projects-section__slider h3 {
  font-size: 43px;
}
.font-largest .projects-section__slider h3 {
  font-size: 53px;
}
.projects-section__slider p {
  font-size: 14px;
  line-height: 1.2;
  color: #100e0f;
}
.font-large .projects-section__slider p {
  font-size: 18px;
}
.font-largest .projects-section__slider p {
  font-size: 22px;
}
.projects-section__slider iframe,
.projects-section__slider img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 100%;
  height: 576px;
  margin-bottom: 19px;
}
.projects-section__sliderNav {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: 2.5rem;
}
.projects-section__sliderNav.disabled .slick-track {
  transform: none !important;
}
.tabs {
  margin-bottom: 2.5rem;
}
.tabs-content {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  margin-bottom: 0 !important;
}
.tabs-content.active {
  opacity: 1;
  visibility: visible;
  max-height: initial;
}

.tabs-caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 2.5rem;
}

.blocks__slider_nav .slick-list {
  margin: 0 -1rem;
}
.blocks__slider_nav .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
}
.caption {
  margin: 0 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #b2b2b2;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  line-height: 1.25;
  padding: 5px 0 7px 0;
}
.caption.active,
.caption.slick-current {
  color: #1aa31a;
  border-bottom: solid;
}

#med_projects .button-round {
  margin: 0 auto;
  margin-bottom: 6rem;
}

/************************/
/******* FOOTER *********/
/************************/

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 230px;
  /* margin-left: auto; */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 1rem;
}
.social-links img {
  width: 100%;
  height: 40px;
}

.footer-copyright {
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  max-width: 230px;
  /* margin-left: auto; */
  margin: 0 auto;
}
footer .img img {
  margin-bottom: 2rem;
}

/************************/
/***** RESPONSIVE *******/
/************************/

@media screen and (max-width: 992px) {
  .circle,
  .blur,
  .home-banner__video {
    height: 500px;
  }
  nav {
    width: 100%;
    height: 100vh;
    text-align: left;
    padding: 100px 66px 65px 69px;
  }
  .hero_wrap .blur {
    width: 100vw;
  }
  .hero_info {
    left: unset;
    padding: 0 2rem;
    top: initial;
    bottom: 1rem;
  }
  .hero_title h1 {
    font-size: 92px;
  }
  .font-large .hero_title h1 {
    font-size: 102px;
  }
  .font-largest .hero_title h1 {
    font-size: 112px;
  }
  .hero_subtitle {
    font-size: 15px;
  }
  /******* MEDICAMENTS *********/
  .logo_bg {
    display: none;
  }
  .button-round {
    margin: 1rem auto;
  }
  .medicaments_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .medicaments_column_divider {
    width: 80%;
    height: 1px;
    margin: 2rem 5rem;
  }

  .medicaments_column .code_search {
    margin: 1rem auto;
  }
  .medicaments_column .code_search.doBigger {
    min-width: 100%;
  }
  .medicaments_verif_text {
    margin: 0 auto;
    text-align: center;
    padding: 0 3rem;
  }
  .medicaments_verif_text a {
    display: block;
  }
  .medicaments_icon {
    padding: 0 10px;
  }

  /******* SLIDER *********/
  #drugs_slider .slide_item {
    min-height: 325px;
  }
  #drugs_slider .slide_pills-bg {
    right: 11rem;
    bottom: 7rem;
    mix-blend-mode: hard-light;
  }
  #drugs_slider .slide_title {
    position: absolute;
    font-size: 40px;
    top: 2rem;
  }
  .font-large #drugs_slider .slide_title {
    font-size: 65px;
  }
  .font-largest #drugs_slider .slide_title {
    font-size: 75px;
  }
  #drugs_slider .slide_subtitle {
    max-width: 130px;
    position: absolute;
    bottom: 2rem;
  }

  #drugs_slider .slide_photo_wrap {
    position: relative;
    bottom: -3rem;
    right: -3rem;
  }

  #med_article {
    margin: 4rem auto;
    padding: unset;
  }
  #med_projects h2 {
    font-size: 58px;
    line-height: 100%;
    text-align: left;
    margin-left: 1rem;
  }
  /****** ARTICLE ******/
  #med_article h2 {
    font-size: 30px;
    text-align: center;
  }
  .font-large #med_article h2 {
    font-size: 40px;
  }
  .font-largest #med_article h2 {
    font-size: 50px;
  }
  #med_article h2:before {
    font-size: 133px;
    left: -2.9rem;
    top: -14px;
  }
  #med_article .med_article_wrap {
    font-size: 18px;
    line-height: 22px;
    margin: 1rem 2.5rem 1rem;
  }

  .projects-section__slider .slick-slide {
    padding: 0 30px;
  }
  .projects-section__slider h3 {
    font-size: 25px;
    margin-bottom: 1rem;
  }
  .font-large .projects-section__slider h3 {
    font-size: 29px;
  }
  .font-largest .projects-section__slider h3 {
    font-size: 33px;
  }
  .projects-section__slider p {
    font-size: 16px;
  }
  .font-large .projects-section__slider p {
    font-size: 20px;
  }
  .font-largest .projects-section__slider p {
    font-size: 24px;
  }

  /****** TABS ******/
  .tabs-caption {
    margin-left: 0;
    margin-right: 0;
    overflow-x: auto;
  }
  .projects-section__sliderNav {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .projects-section__sliderNav .caption {
    font-size: 12px;
    margin: 0 0.5rem;
  }
  .projects-section__slider iframe,
  .projects-section__slider img {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    height: 285px;
  }
  .tabs-caption::-webkit-scrollbar {
    display: none;
  }
  .tabs-caption {
    scrollbar-width: none;
  }
  /****** FOOTER ******/
  .footer_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .hero_title h1 {
    font-size: 50px;
  }
  .font-large .hero_title h1 {
    font-size: 60px;
  }
  .font-largest .hero_title h1 {
    font-size: 70px;
  }
}

.slick-arrow {
  display: none !important;
}

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  list-style-type: none;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: static;
}

.slick-dots button {
  background-color: #d9d9d9;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  margin: 5px;
  color: transparent;
  cursor: pointer;
}

#drugs_slider .slick-dots {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 3rem;
  top: 37%;
  width: unset;
  position: absolute;
}
#drugs_slider li button {
  background-color: #fff;
}
.slick-dots li.slick-active button,
#drugs_slider li.slick-active button {
  background-color: #1aa31a;
}
.slick-dots li button::before {
  display: none;
}

@media screen and (max-width: 992px) {
  #drugs_slider .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    right: unset;
  }
  #drugs_slider .slick-dots li button::before {
    color: #d9d9d9;
  }

  #drugs_slider .slick-dots {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    top: initial;
    bottom: -70px;
  }
  #drugs_slider {
    overflow: visible;
  }
  #drugs_slider li button {
    background-color: #d9d9d9;
  }
}

.font-large .hero_subtitle {
  font-size: 16px;
}
.font-largest .hero_subtitle {
  font-size: 18px;
}

.font-large .medicaments_title {
  font-size: 28px;
}
.font-largest .medicaments_title {
  font-size: 30px;
}
.font-large .medicaments_list {
  font-size: 18px;
}
.font-largest .medicaments_list {
  font-size: 20px;
}
.font-large .medicaments_verif_text {
  font-size: 18px;
}
.font-largest .medicaments_verif_text {
  font-size: 20px;
}
.font-large .medicaments_subtitle {
  font-size: 18px;
}
.font-largest .medicaments_subtitle {
  font-size: 20px;
}

.font-large .button-round {
  font-size: 20px;
}
.font-largest .button-round {
  font-size: 22px;
}

.font-large .codeInput {
  font-size: 20px;
}

.font-largest .codeInput {
  font-size: 22px;
}

.font-large .slide_subtitle {
  font-size: 16px;
  max-width: 300px;
}
.font-largest .slide_subtitle {
  font-size: 18px;
  max-width: 300px;
}
.font-large .test123 {
  font-size: 28px;
}
.font-largest .test123 {
  font-size: 30px;
}

.font-large .med_article_wrap {
  font-size: 22px;
}
.font-largest .med_article_wrap {
  font-size: 24px;
}

.font-large .caption {
  font-size: 18px;
}
.font-largest .caption {
  font-size: 20px;
}
.font-large .projects-section__slider p {
  font-size: 18px;
}
.font-largest .projects-section__slider p {
  font-size: 20px;
}
