@charset "UTF-8";
html, body {
  width: 100%;
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

div, p, a, span, em, strong, img, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, td, tr, form, fieldset, label, select, input, textarea, header, nav, section, article, aside, footer, blockquote, figure {
  padding: 0;
  margin: 0;
  outline: none;
  list-style: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

header, nav, section, article, aside, footer {
  display: block;
}

select, input, textarea {
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

textarea {
  vertical-align: top;
  resize: none;
}

:focus {
  outline: none;
}

input[type=submit], button {
  cursor: pointer;
}

img, fieldset {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a:hover {
  text-decoration: none;
}

html, body {
  height: auto;
  min-height: 100%;
}

html {
  scroll-behavior: auto !important;
}

body {
  font: 300 16px "Inter", sans-serif;
  height: 100%;
  min-height: 100vh;
  line-height: 1.5;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
}

body.menu-open {
  overflow: hidden;
}

.color_blue {
  color: #2B82E4;
}

.text_uppercase {
  text-transform: uppercase;
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.main {
  flex: 1 1 auto;
}

.d-flex {
  display: flex;
}

.section {
  padding-bottom: 100px;
}
.section__title-gb {
  position: relative;
  z-index: 1;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  color: #8e0e61;
  padding: 14px 12px 14px 18px;
  white-space: nowrap;
  display: inline-block;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 30px);
  border: 3px solid transparent;
  border-radius: 10px 0 0 10px;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(180deg, #056AFD 0%, #89FBC1 100%) border-box;
}
.section__title-gb:before {
  content: "";
  position: absolute;
  top: -3px;
  bottom: -3px;
  right: -28px;
  width: 34px;
  z-index: 2;
  background-image: url("../images/img/arrow-corner-title.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.section__content h3 {
  font-size: 36px;
  margin-bottom: 42px;
}
.section__content h2, .section__content h3, .section__content h4 {
  color: #8e0e61;
  font-weight: 500;
  line-height: 1.24;
}

.split-layout {
  display: flex;
}
.split-layout__col2 {
  width: 27%;
}
.split-layout__col3 {
  width: 43.3%;
}
.split-layout__col4 {
  width: 50%;
}
.split-layout__col5 {
  width: 57.7%;
}
.split-layout__col6 {
  width: 73%;
}

.btn-back {
  position: absolute;
  display: inline-block;
  padding-left: 93px;
  left: 0;
  top: 0;
}
.btn-back:before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="92" height="8" viewBox="0 0 92 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M91.7425 4.03519C91.9378 3.83993 91.9378 3.52335 91.7425 3.32809L88.5606 0.146107C88.3653 -0.0491555 88.0487 -0.0491555 87.8534 0.146107C87.6582 0.341369 87.6582 0.657951 87.8534 0.853214L90.6819 3.68164L87.8534 6.51007C87.6582 6.70533 87.6582 7.02191 87.8534 7.21717C88.0487 7.41244 88.3653 7.41244 88.5606 7.21717L91.7425 4.03519ZM0 3.68164V4.18164H91.389V3.68164V3.18164H0V3.68164Z" fill="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: contain;
  width: 73px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleX(-1);
  transition: 0.35s;
}
.btn-back:hover {
  color: #990B6E;
  text-shadow: 0.4px 0 0 currentColor, -0.4px 0 0 currentColor;
}
.btn-back:hover:before {
  filter: invert(41%) sepia(13%) saturate(2469%) hue-rotate(256deg) brightness(89%) contrast(83%);
}

/* Знаходимо контейнери з нашим атрибутом */
[data-parallax-bg] {
  position: relative;
}

[data-parallax-bg]::before {
  transform: translateY(var(--parallax-y, 0px));
  will-change: transform;
}

.dynamic-content p {
  margin: 30px 0;
  line-height: 1.95;
}
.dynamic-content img {
  max-width: 100%;
  height: auto;
}
.dynamic-content img.alignleft {
  float: left;
  margin: 8px 24px 24px 0;
}
.dynamic-content img.alignright {
  float: right;
  margin: 8px 0 24px 24px;
}
.dynamic-content img.aligncenter {
  display: block;
  margin: 24px auto;
  clear: both;
}
.dynamic-content img.alignfull {
  width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
}
.dynamic-content h2,
.dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-content h6 {
  line-height: 1.2;
  margin-top: 54px;
  margin-bottom: 32px;
  font-weight: 500;
}
.dynamic-content h2 {
  font-size: clamp(1.625rem, 1.34rem + 1.21vw, 2.25rem);
}
.dynamic-content h3 {
  font-size: clamp(1.375rem, 1.15rem + 0.97vw, 1.875rem);
}
.dynamic-content h4 {
  font-size: clamp(1.188rem, 1.05rem + 0.61vw, 1.5rem);
}
.dynamic-content ul, .dynamic-content ol {
  margin: 30px 0;
}
.dynamic-content ol {
  counter-reset: list;
}
.dynamic-content ol li {
  overflow-wrap: anywhere;
  position: relative;
  list-style: inherit;
  padding-left: 40px;
}
.dynamic-content ol li:before {
  position: absolute;
  top: 0;
  left: 16px;
  counter-increment: list;
  content: counter(list) ".";
}
.dynamic-content ul li:before {
  content: ".";
  display: block;
  position: absolute;
  left: 16px;
  top: -16px;
  font-size: 40px;
  line-height: 1;
}
.dynamic-content li {
  position: relative;
  padding-left: 34px;
  margin-bottom: 5px;
}
.dynamic-content a {
  color: #990B6E;
}
.dynamic-content a:hover, .dynamic-content a:focus {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.backdrop {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  transition: 0.35s;
  z-index: 3;
}
.backdrop.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.pulse-anim {
  transform-origin: center center;
  transform-box: fill-box;
  animation: pulse-effect 1.2s infinite ease-in-out;
}
@keyframes pulse-effect {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.15);
  }
  100% {
    transform: scale(1);
  }
}
/* =========================
   REVEAL SYSTEM
========================= */
.reveal-mask {
  overflow: hidden;
}

.reveal-line {
  will-change: transform, opacity;
  backface-visibility: hidden;
}
.heading_xl {
  font-weight: 400;
  font-size: 40px;
  line-height: 1.24;
}
.heading_lg {
  font-weight: 500;
  font-size: 36px;
  line-height: 1.24;
}
.heading_md {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.24;
}
.heading_sm {
  font-size: 24px;
}

strong {
  font-weight: 700;
}

.text_xl {
  font-size: 32px;
  line-height: 1.5;
}
.text_lg {
  font-size: 24px;
  line-height: 1.5;
}
.text_md {
  font-size: 18px;
  line-height: 1.5;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: 300;
  min-width: 225px;
  font-size: 18px;
  line-height: 1;
  padding: 0;
  border: none;
  background-color: transparent;
}
.btn__inner {
  display: inline-flex;
  align-items: center;
  gap: 0;
  height: 46px;
  width: 100%;
}
.btn__text-block {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 24px;
  flex-grow: 1;
}
.btn__text {
  position: relative;
  z-index: 2;
  font-family: sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #2A2A2A;
  white-space: nowrap;
}
.btn .text-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.btn__icon {
  display: inline-flex;
  width: 51px;
  height: 46px;
  position: relative;
  z-index: 2;
}
.btn__icon svg {
  width: 100%;
  height: auto;
}
.btn__icon, .btn__icon svg, .btn__text-block,
.btn .text-bg {
  overflow: visible !important;
}
.btn .text-path-main,
.btn .icon-path-main {
  shape-rendering: geometricPrecision;
  vector-effect: non-scaling-stroke;
}
.btn_outline {
  background-color: transparent;
  border-radius: 40px;
  border: 1px solid #FFFFFF;
  font-size: 16px;
  padding: 16px 22px;
  font-weight: 400;
  transition: 0.35s;
  min-width: 0;
}
.btn_outline:hover, .btn_outline:focus {
  background-color: #fff;
  color: #000;
}

.btn_call {
  bottom: 67px;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  position: fixed;
  right: 50px;
  z-index: 600;
}
.btn_call img, .btn_call svg {
  display: inline-block;
  width: 100%;
  height: auto;
}
.menu {
  display: flex;
  list-style: none;
  z-index: 2;
}
.menu__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
}

.menu__link {
  padding: 23px 22px;
  color: #FFFFFF;
  text-decoration: none;
  display: block;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}

.menu__link:hover,
.menu__link.active {
  color: #fff;
}

.nav-active-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: 1px solid #E2EEF0;
  border-radius: 50px;
  z-index: -1;
  pointer-events: none;
  will-change: transform, width;
}

.submenu {
  position: absolute;
  transform: translateY(100%);
  padding: 20px;
  border-radius: 20px;
  min-width: 150px;
  transition: transform 0.35s ease, opacity 0.3s;
  opacity: 0;
  pointer-events: none;
  border: 1px solid #E2EEF0;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(20px);
}
.submenu a {
  display: block;
}
.submenu li {
  font-size: 16px;
  margin-bottom: 20px;
  color: #FFFFFF;
}
.submenu li:last-child {
  margin-bottom: 0;
}

.has-submenu:before {
  position: absolute;
  content: url('data:image/svg+xml,<svg width="9" height="5" viewBox="0 0 9 5" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.397766 0.427124L3.77309 3.80245L7.71097 0.427124" stroke="white" stroke-width="1.12511"/></svg>');
  display: block;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;
  transition: 0.35s;
  font-size: 10px;
  z-index: 1;
}

.has-submenu:hover:before {
  transform: translateY(-50%) rotate(180deg);
}
.has-submenu:hover .submenu {
  transform: translateY(0);
  opacity: 1;
  pointer-events: all;
}

.has-submenu {
  position: relative;
}

.has-submenu .menu__link {
  padding-right: 32px;
}

.arrow {
  display: none;
}
.splide__arrow {
  padding: 0;
  width: 51px;
  height: 46px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.splide__arrow svg {
  width: 100%;
  height: auto;
  display: block;
  fill: #FFFFFF;
}

.splide__arrows--ttb .splide__arrow--prev {
  left: 0;
  top: 0;
  transform: none;
}

.splide__arrows--ttb .splide__arrow--next {
  left: 0;
  bottom: 0;
  transform: translateX(0) rotate(180deg);
}

.slider-category {
  padding-top: 60px;
  padding-bottom: 60px;
}
.slider-category .splide__track {
  padding: 2px !important;
}
.slider-category .splide__slide {
  display: flex;
  background-color: #fff;
  align-items: center;
  font-weight: 400;
  line-height: 1.2;
  padding: 14px 26px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.slider-category .splide__slide a {
  display: block;
}
.slider-category .splide__slide * {
  position: relative;
  z-index: 1;
}
.slider-category .splide__slide:before, .slider-category .splide__slide:after {
  border-radius: 30px;
  position: absolute;
  content: "";
  opacity: 0;
}
.slider-category .splide__slide:before {
  inset: -2px;
  background-image: linear-gradient(180deg, #056AFD 0%, #89FBC1 100%);
  z-index: -1;
}
.slider-category .splide__slide:after {
  inset: 0;
  background-color: #FFFFFF;
  z-index: 0;
}
.slider-category .splide__slide.is-custom-active {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05), 0 1px 3px rgba(0, 0, 0, 0.02);
}
.slider-category .splide__slide.is-selected-category {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  justify-content: center;
}
.slider-category .splide__slide.is-selected-category:after, .slider-category .splide__slide.is-selected-category:before {
  opacity: 1;
}
.search-box {
  max-width: 950px;
  width: 100%;
  padding-bottom: 100px;
}

.search-box__form {
  display: flex;
  gap: 16px;
}

.search-box__wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  border-radius: 30px;
  position: relative;
  padding: 12px 16px;
  flex-grow: 1;
}

.search-box__wrapper:focus-within {
  border-color: #A2CCFF;
  box-shadow: 0 0 0 2px rgba(162, 204, 255, 0.5);
}

.search-box__icon {
  width: 20px;
  height: 20px;
  margin-right: 4px;
  color: #000;
  flex-shrink: 0;
}

.search-box__input {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  width: 100%;
  border: none;
  background-color: transparent;
  color: #000;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

.search-box__input::-moz-placeholder {
  color: #B8B8B8;
}

.search-box__input::placeholder {
  color: #B8B8B8;
}
.card {
  font-size: 16px;
  line-height: 1.2;
  color: #000;
  padding: 17px 11px 0;
  position: relative;
  border-radius: 30px;
  display: inline-block;
}
.card * {
  position: relative;
  z-index: 1;
}
.card:before, .card:after {
  border-radius: 30px;
  position: absolute;
  content: "";
  opacity: 0;
  transition: opacity 0.35s;
}
.card:before {
  inset: -1px;
  background-image: linear-gradient(180deg, #056AFD 0%, #89FBC1 100%);
  z-index: -1;
}
.card:after {
  inset: 0;
  background-image: linear-gradient(180deg, #E5EFFF 0%, #E6FFF1 100%);
  z-index: 0;
}
.card:hover:before, .card:hover:after {
  opacity: 1;
}
.card__image {
  background-color: #FFFFFF;
  border-radius: 30px;
  position: relative;
  padding-top: 97.75%;
}
.card__image img {
  display: block;
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.card__content {
  display: flex;
  flex-direction: column;
  padding: 22px 12px 50px;
}
.card__title {
  min-height: 50px;
  font-weight: 700;
  font-size: 21px;
  margin-bottom: 13px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.card__text {
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
}
.card__btn {
  display: inline-block;
  font-weight: 400;
  margin-left: auto;
  position: relative;
  padding-right: 32%;
}
.card__btn:after {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg width="92" height="8" viewBox="0 0 92 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M91.7425 4.03519C91.9378 3.83993 91.9378 3.52335 91.7425 3.32809L88.5606 0.146107C88.3653 -0.0491555 88.0487 -0.0491555 87.8534 0.146107C87.6582 0.341369 87.6582 0.657951 87.8534 0.853214L90.6819 3.68164L87.8534 6.51007C87.6582 6.70533 87.6582 7.02191 87.8534 7.21717C88.0487 7.41244 88.3653 7.41244 88.5606 7.21717L91.7425 4.03519ZM0 3.68164V4.18164H91.389V3.68164V3.18164H0V3.68164Z" fill="currentColor"/></svg>');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  max-width: 68px;
  width: 36%;
  height: 8px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.card_long {
  min-height: 108px;
  padding: 34px;
  margin-bottom: 12px;
  line-height: 1.36;
  border-radius: 0;
}
.card_long:after {
  opacity: 1;
  background-color: #fff;
  background-image: none;
  border-radius: 0;
}
.card_long:before {
  opacity: 1;
  inset: 1px;
  bottom: -1px;
  border-radius: 0;
}
.card_long .card__content {
  flex-direction: row;
  align-items: center;
  padding: 0;
}
.card_long .card__title {
  align-items: center;
  display: inline-flex;
  width: 53%;
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
}
.card_long .card__date {
  width: 24%;
  padding: 0 8px;
  flex-shrink: 0;
  text-align: center;
  color: #868686;
}
.card_long .card__btn {
  display: inline-flex;
  width: 23%;
  font-weight: 300;
  max-width: 206px;
  padding-right: 12.5%;
  align-items: center;
  transition: 0.35s;
  white-space: nowrap;
}
.card_long:hover .card__btn {
  color: #990B6E;
  text-shadow: 0.4px 0 0 currentColor, -0.4px 0 0 currentColor;
}
.card_long:hover .card__btn:after {
  filter: invert(41%) sepia(13%) saturate(2469%) hue-rotate(256deg) brightness(89%) contrast(83%);
}
.card_long.card:last-of-type {
  margin-bottom: 0;
}
.tabs__nav {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 26px;
}
.tabs-nav__link {
  display: inline-block;
  padding-top: 24px;
  padding-bottom: 22px;
  width: 50%;
  text-align: left;
  border: none;
  border-bottom: 1px solid #A2CCFF;
  color: rgba(153, 11, 110, 0.29);
  cursor: pointer;
  transition: color 0.35s ease;
  background-color: transparent;
  padding-left: 0;
}
.tabs-nav__link.active {
  color: #990B6E;
}
.tabs__content {
  position: relative;
  min-height: 516px;
  width: 76%;
}

.tab-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.8s ease, visibility 0.35s;
}
.tab-content.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 1.6s;
}

.tab-active-border {
  position: absolute;
  left: 0;
  bottom: 26px;
  height: 1px;
  width: 0;
  background-color: #006BF0;
  z-index: 1;
  will-change: transform, width;
  transition: transform 0.8s ease, width 0.35s ease;
}
.pagination {
  display: flex;
  justify-content: center;
  padding-top: 64px;
  gap: 16px;
}
.pagination__arrow {
  width: 51px;
  height: 46px;
}
.pagination__prev {
  transform: scaleX(-1);
}
.pagination__list {
  display: flex;
  gap: 16px;
}
.pagination__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 45px;
  line-height: 1;
  font-weight: 500;
  font-size: 16px;
}
.pagination__item a {
  display: block;
}
.pagination__item a.is-active {
  color: #990B6E;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.accordion {
  width: 100%;
  counter-reset: accordion-counter;
}
.accordion__item {
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
  margin-bottom: 44px;
  counter-increment: accordion-counter;
  position: relative;
}
.accordion__item:before {
  position: absolute;
  content: counter(accordion-counter, decimal-leading-zero) ".";
  left: 0;
  top: 6px;
  font-weight: 400;
  font-size: 40px;
  line-height: 1;
  color: #C9CBBD;
}
.accordion__item:last-child {
  margin-bottom: 0;
}
.accordion__item.active .accordion__item-display {
  max-height: 1500px;
  transition: max-height 1.2s ease;
  will-change: max-height;
  overflow: hidden;
}
.accordion__item.active .plus-vertical {
  transform: rotate(90deg);
}
.accordion__tab-container {
  display: flex;
  padding: 0 120px 32px 77px;
  position: relative;
  min-height: 100px;
}
.accordion__item-display {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  transition: max-height 1.2s ease;
  will-change: max-height;
}
.accordion__content-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background-size: 234px 80px;
  background-repeat: repeat-x;
  animation: rotateEarth 3.5s linear infinite;
  margin: 0 auto;
}
.accordion .split-layout {
  align-items: center;
  padding: 73px 0 95px;
}
.accordion__caret {
  position: absolute;
  right: 60px;
  top: 12px;
  width: 40px;
  height: auto;
}
.accordion__caret svg {
  display: block;
  width: 100%;
}

@keyframes rotateEarth {
  0% {
    background-position: 0 0;
  }
  100% {
    /* Зміщуємо фон рівно на його ширину, щоб анімація була безшовною */
    background-position: -234px 0;
  }
}
.plus-vertical,
.plus-horizontal {
  transform-origin: center;
  transition: 0.8s ease;
}
form {
  font-weight: 300;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}
form .label {
  color: #0071FF;
  display: inline-block;
  font-weight: 500;
  line-height: 1.38;
  padding: 4px 8px;
  margin-bottom: 4px;
  font-size: 14px;
}
form input {
  display: block;
  padding: 16px 10px 16px 20px;
  line-height: 1.1;
  border: 1.05px solid #A2CCFF;
  border-radius: 30px;
  background-color: transparent;
  margin-bottom: 8px;
  width: 100%;
}
form textarea {
  padding: 23px 20px;
  border: 1.05px solid #A2CCFF;
  border-radius: 30px;
  background-color: transparent;
  display: block;
  width: 100%;
}
form input[type=checkbox],
form input[type=radio] {
  accent-color: #2B82E4;
  width: 15px;
  height: 15px;
  margin-bottom: 0;
  margin-right: 10px;
  margin-top: 2px;
  flex-shrink: 0;
}
form .label.label-textarea {
  margin-bottom: 8px;
}
form .label.label-radio,
form .label.label-checkbox {
  display: flex;
  font-weight: 400;
  margin-bottom: 16px;
  padding: 0;
}
form .label.label-radio:last-child,
form .label.label-checkbox:last-child {
  margin-bottom: 0;
}

::-moz-placeholder {
  color: rgba(0, 0, 0, 0.49);
}

::placeholder {
  color: rgba(0, 0, 0, 0.49);
}

input[type=date] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  display: block;
  padding: 16px 10px 16px 20px;
  line-height: 1.1;
  box-sizing: border-box;
  min-height: calc(1.1em + 32px);
}

input[type=date]::-webkit-date-and-time-value {
  line-height: 1.1;
  min-height: 1.1em;
  margin: 0;
  display: block;
}

.home form {
  font-size: 18px;
  color: #0071FF;
  line-height: 1.5;
}
.home form .label {
  font-size: 16px;
}
.home form input {
  padding: 17px 10px 17px 30px;
  border-radius: 32px;
}
.home form textarea {
  padding: 28px 30px;
  border-radius: 32px;
}
.home ::-moz-placeholder {
  color: rgba(0, 113, 255, 0.5);
}
.home ::placeholder {
  color: rgba(0, 113, 255, 0.5);
}
.breadcrumbs {
  padding-top: 40px;
  padding-bottom: 48px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs__item {
  color: #B8B8B8;
  position: relative;
  margin-right: 6px;
  padding-right: 6px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}
.breadcrumbs__item a {
  display: inline-block;
}
.breadcrumbs__item:before {
  position: absolute;
  content: "/";
  display: block;
  right: 0;
}
.breadcrumbs__item:last-child {
  padding-right: 0;
}
.breadcrumbs__item:last-child:before {
  display: none;
}
.breadcrumbs__item:last-child:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  left: 0;
  right: 0;
  bottom: -6px;
  z-index: 1;
}
.breadcrumbs__current {
  color: #686868;
}
.container {
  width: 100%;
  max-width: 1440px;
  padding: 0 50px;
  margin: 0 auto;
}

.header {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  z-index: 3;
  transform: translateY(-24px);
  opacity: 0;
}
.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  max-width: 323px;
  height: auto;
  margin-right: auto;
}
.header__logo svg{
  display: block;
  width: 100%;
  height: auto;
}
.header__languages {
  margin-left: 24px;
}
.header__languages li {
  display: inline-block;
  padding: 5px 3px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.header__nav {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  position: relative;
  display: flex;
  border: 1px solid #E2EEF0;
  background: linear-gradient(126.02deg, rgba(249, 244, 241, 0.4) -32.43%, rgba(255, 255, 255, 0.08) 146.07%);
  border-radius: 50px;
  z-index: 300;
}

.header__languages-mob {
  display: none;
}

.burger {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
}
.burger.active .burger__line {
  background-color: #2A2A2A;
  width: 28px;
}
.burger.active .burger__line:first-child {
  transform: rotate(45deg) translate(6px, 7px);
}
.burger.active .burger__line:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.burger.active .burger__line:last-child {
  transform: rotate(-45deg) translate(5px, -5px);
}

.burger__line {
  display: block;
  width: 30px;
  height: 2px;
  background: white;
  transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.25s ease, background-color 0.3s ease;
  transform-origin: center;
}
.footer {
  position: relative;
  overflow: hidden;
  background-color: #0F3F71;
  padding-top: 110px;
  padding-bottom: 58px;
  margin-top: -30px;
  color: #FFFFFF;
  z-index: 1;
}
.footer__grid {
  display: grid;
  -moz-column-gap: 16px;
       column-gap: 16px;
  align-items: center;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto auto;
}
.footer__logo {
  grid-area: 1/1/3/3;
  padding: 24px 24px 0 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer__logo img {
  max-width: 100%;
}
.footer__top {
  gap: 18px;
  grid-area: 1/3/2/9;
}
.footer__top .footer__part {
  width: 33.33%;
}
.footer__bottom {
  padding-top: 108px;
  font-size: 18px;
  justify-content: space-between;
  grid-area: 2/3/3/9;
}
.footer__bottom .footer__part {
  width: auto;
}
.footer__part {
  padding: 0 20px;
}
.footer__logo img {
  display: inline-block;
  width: 100%;
}
.footer__logo-decor {
  display: inline-block;
  margin-bottom: 32px;
  max-width: 256px;
  width: 100%;
  height: auto;
}
.footer__menu-item {
  margin-bottom: 12px;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.2;
}
.footer__menu-item a {
  display: inline-block;
  padding: 8px;
  font-size: inherit;
}

.form_footer {
  color: #FFFFFF;
  display: flex;
}
.form_footer input, .form_footer label {
  display: block;
}
.form_footer input {
  padding: 13px 10px 14px 23px;
  margin-bottom: 0;
  border-radius: 10px;
  margin-right: 10px;
}
.form_footer ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form_footer ::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.form_footer .btn__svg-path {
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}
.form_footer .path-left {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0s;
}
.form_footer .path-right {
  opacity: 0;
  transform: scaleX(0.88);
  transition-delay: 0.05s;
}
.form_footer .btn_submit {
  min-width: 0;
  margin-left: 10px;
  flex-shrink: 0;
}
.form_footer .btn_submit:hover .btn__svg-path {
  transition: transform 0.55s cubic-bezier(0.6, -0.28, 0.1, 1.35), opacity 0.35s ease;
  transition-delay: 0s;
}
.form_footer .btn_submit:hover .path-left {
  opacity: 0;
  transform: scaleX(0.88);
}
.form_footer .btn_submit:hover .path-right {
  opacity: 1;
  transform: scaleX(1);
}
.section-banner {
  height: 100vh;
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
  background-color: #FFFFFF;
  z-index: 1;
}
.section-banner .container {
  position: relative;
  padding-bottom: 72px;
  z-index: 2;
}
.section-banner__img {
  position: absolute;
  inset: 18px 16px;
  overflow: hidden;
  z-index: -1;
  will-change: clip-path;
  clip-path: inset(50% 50% 50% 50% round 30px);
}
.section-banner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  transform: scale(1.25);
  transform-origin: center;
  will-change: transform, opacity, filter;
  backface-visibility: hidden;
  opacity: 0.4;
}
.section-banner__title {
  max-width: 832px;
  width: 100%;
  display: block;
  line-height: 1.24;
  visibility: hidden;
}
.section-banner__title strong {
  display: inline-block;
}

.home .section-banner {
  margin-bottom: 0;
}

/* =========================
   REVEAL SYSTEM
========================= */
/* Початковий стан для тексту з лініями (data-reveal) */
[data-reveal=lines] {
  opacity: 0;
  visibility: hidden;
}

/* Захист від смикання ліній SplitText */
.reveal-mask {
  overflow: hidden;
  display: block;
}
.section-work {
  padding: 100px 0;
}
.section-work .container {
  position: relative;
}
.section-work .parallax-img {
  display: block;
  position: absolute;
  left: 50px;
  top: 100px;
  width: 100%;
  max-width: 687px;
  height: auto;
  z-index: -1;
}
.section-activity .section__header {
  padding-bottom: 60px;
}
.sticky-trigger {
  position: relative;
  width: 100%;
}

.story-section {
  position: relative;
  padding: 120px 0 240px;
  overflow: hidden;
}
.story-section .parallax-img {
  display: block;
  position: absolute;
  left: 50px;
  bottom: -25%;
  width: 100%;
  max-width: 687px;
  height: auto;
  z-index: -1;
}

.story-scroll-track {
  position: relative;
  width: 100%;
}

.story-pin-wrap {
  position: relative;
}

.story-slides {
  display: flex;
  flex-direction: column;
  gap: 140px;
}

.story-slide {
  padding-left: 43.3%;
  transition:
          opacity .45s ease,
          transform .45s ease;
}
.story-slide .heading_xl {
  color: #990B6E;
  margin-bottom: 24px;
  font-weight: 500;
}
.story-progress {
  position: relative;
  width: 100%;
  height: 2px;
  background: rgba(231, 241, 255, 0.4);
  overflow: hidden;
}
.story-progress__bar {
  position: absolute;
  inset: 0;
  background: #990B6E;
  transform: scaleX(0);
  transform-origin: left center;
  will-change: transform;
}

.story-top {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 20;
  margin: 0 50px 80px;
  background: inherit;
}

.advantages-section {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 737px;
  padding: 76px 0;
  overflow: hidden;
}
.advantages-section .section__title {
  color: #FFFFFF;
}

:root {
  --gap: 43px;
}

.slider-advantages {
  padding: 50px 0;
  margin: 0 auto;
}

.slider-viewport {
  width: 100%;
  max-width: 1207px;
  height: 380px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}

.slider-track {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  height: 400px;
  width: -moz-max-content;
  width: max-content;
  touch-action: pan-y;
}

.slider-advantages .slide {
  flex-shrink: 0;
  width: 287px;
  height: 323px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(20px);
  background: linear-gradient(126.02deg, rgba(249, 244, 241, 0.4) -32.43%, rgba(255, 255, 255, 0.08) 146.07%);
  border-radius: 15px;
  cursor: pointer;
  overflow: hidden;
}

.slider-advantages .slide-inner {
  width: 100%;
  height: 100%;
  padding: 44px 49px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #FFFFFF;
}

.slider-advantages .icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  flex-shrink: 0;
  margin-bottom: auto;
}

.slider-advantages .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.44;
  padding-top: 10px;
}

.slider-advantages .description-wrap {
  overflow: hidden;
  height: 0;
  opacity: 0;
  padding-top: 8px;
}

.slider-advantages .description {
  font-size: 18px;
  line-height: 1.5;
}

.bottom-controls {
  width: 100%;
  position: relative;
  display: flex;
}

.slider-line-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  z-index: 1;
}

.slider-line-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(231, 241, 255, 0.4);
}

.progress-bar-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background: #E7F1FF;
}

.slider-nav {
  position: relative;
  z-index: 2;
  display: flex;
  padding-top: 17px;
  margin-left: auto;
  gap: 8px;
}

.nav-btn {
  background-image: url(../images/img/arrow-left.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  width: 51px;
  height: 46px;
  cursor: pointer;
  transition: all 0.35s;
}

.nav-btn_right {
  transform: scaleX(-1);
}

.nav-btn:hover {
  opacity: 0.6;
}
.section-pharmacovigilance {
  padding-top: 100px;
  overflow: hidden;
}
.section-pharmacovigilance .container {
  position: relative;
  z-index: 1;
}
.section-pharmacovigilance .container:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 100px;
  width: 687px;
  height: 718px;
  background-image: url("../images/img/logo-bg.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  z-index: -1;
}
.section-pharmacovigilance .section__content p {
  margin-bottom: 32px;
  line-height: 1.5;
}
.section-pharmacovigilance .section__content p:last-child {
  margin-bottom: 0;
}

.block-appl-forms {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 42px;
}
.block-appl-forms .title {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2;
  color: #1479F7;
  margin-bottom: 32px;
}
.block-appl-forms .btn {
  margin-bottom: 24px;
}

.note {
  padding-top: 8px;
  font-weight: 200;
  font-size: 14px;
  line-height: 1.2;
  color: #757272;
}
.section-contacts {
  background-color: #FFFFFF;
  position: relative;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  z-index: 2;
}
.section-contacts .heading_lg {
  margin-bottom: 40px;
  color: #990B6E;
  text-align: center;
}
.section-contacts .fieldboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.section-contacts .form-group {
  width: calc(50% - 4px);
}
.section-contacts .form-group_big {
  width: 100%;
}
.section-contacts .logobox {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 56px;
  padding-right: 12px;
}
.section-contacts .form__footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 44px;
  padding-bottom: 30px;
}

.contacts-list {
  display: flex;
  backdrop-filter: blur(20px);
  background: linear-gradient(90deg, #e3ecf8 0%, #edf3f6 50%, #eff7f2 100%);
  border-radius: 30px;
  gap: 32px;
  padding: 55px 70px;
  color: #2980E5;
  margin-bottom: 40px;
}
.contacts-list__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.38;
}

.contacts-list__item {
  background-color: #FFFFFF;
  border-radius: 24px;
  font-size: 18px;
  line-height: 1.5;
  padding: 23px 22px 23px 88px;
  position: relative;
  flex-grow: 1;
}
.contacts-list__item:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 32px;
  top: 50%;
  transform: translateY(-50%);
}
.contacts-list__item.phone:before {
  background-image: url(../images/img/phone.svg);
}
.contacts-list__item.address:before, .contacts-list__item.email:before {
  background-image: url(../images/img/email.svg);
}

.inner-form-contact {
  color: #0071FF;
  backdrop-filter: blur(20px);
  background: linear-gradient(90deg, #e3ecf8 0%, #edf3f6 50%, #eff7f2 100%);
  border-radius: 30px;
  padding: 68px 50px;
  font-size: 18px;
  line-height: 1.5;
}

.form_contact textarea {
  height: 262px;
}

.form__logo {
  display: block;
  width: 100%;
}

.form__logo-decor {
  display: block;
  width: 100%;
  height: auto;
}

body.page:not(.home) {
  position: relative;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  overflow: visible;
  
  z-index: 2;
}

body.page:not(.home) main {
  padding-bottom: 134px;
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  z-index: 2;
}


body.page:not(.home) .section-banner {
  height: 544px;
  margin-bottom: 0;
}

body.page:not(.home) .section-banner_small {
  height: 202px;
}

body.page:not(.home) .heading_xl {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
}

body.page:not(.home) .section__title {
  color: #990B6E;
  margin-bottom: 32px;
  text-transform: uppercase;
}

body.page:not(.home) .heading_md {
  margin-bottom: 28px;
}

body.page:not(.home) .form__footer {
  padding-top: 56px;
  text-align: right;
}

.section-banner_small .container {
  padding-bottom: 0;
}
.section-catalog__inner {
  display: flex;
  align-items: flex-start;
}

.category-filter {
  padding-right: 33px;
  width: 293px;
  flex-shrink: 0;
}

.category-filter__title {
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 33px;
}

.catalog-wrap {
  flex-grow: 1;
  min-width: 0;
  padding-left: 45px;
}

.catalog-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.catalog-grid .card {
  max-width: 323px;
  width: 32%;
  margin-bottom: 16px;
}

.btn-open-sidebar {
  display: none;
  width: 62px;
  height: 48px;
  padding: 9px 16px;
  background-color: transparent;
  border: none;
}
.btn-open-sidebar img {
  width: 100%;
  height: auto;
}
.page-news .section__footer {
  padding-top: 32px;
  text-align: center;
}
.page-news .section-news {
  padding-bottom: 100px;
}
.page-news .split-layout {
  flex-wrap: wrap;
  justify-content: flex-end;
}
.page-news .split-layout__col2 {
  width: 34%;
  padding-right: 16px;
}
.page-news .split-layout__col6 {
  width: 66%;
}
.section-news__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}
.section-news .card_without-img {
  width: 30%;
  flex-grow: 1;
  background-color: #fff;
}
.section-news .card_without-img:before {
  opacity: 1;
}

.page-pharmacovigilance .section__content {
  font-size: 20px;
  font-weight: 400;
}
.page-pharmacovigilance .section-banner__title {
  margin-bottom: 24px;
}
.page-pharmacovigilance .section-banner__subtitle {
  font-size: 20px;
  line-height: 1.36;
  font-weight: 400;
  margin-bottom: 24px;
}
.page-pharmacovigilance .btn_outline {
  margin-right: 17px;
}
.page-pharmacovigilance .btn_outline:last-child {
  margin-right: 0;
}

.section-what-it {
  padding-bottom: 77px;
}

.covigilance-contacts__list {
  display: flex;
  gap: 16px;
}
.covigilance-contacts__list-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.38;
  width: 30%;
  flex-grow: 1;
  padding: 56px 56px 64px 56px;
  border-radius: 15px;
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(20px);
  background: linear-gradient(to top, #d9e5f5 0%, #e2eff2 40%, #e0f2f1 100%);
}
.covigilance-contacts__list-item:nth-child(2) {
  background: linear-gradient(135deg, #e8ebe0 0%, #dadede 50%, #caced0 100%);
}
.covigilance-contacts__list-item a {
  transition: 0.35s;
}
.covigilance-contacts__list-item a:hover {
  color: #2B82E4;
}
.covigilance-contacts__icon {
  width: 40px;
  height: 40px;
  margin-bottom: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.covigilance-contacts .heading_md {
  font-weight: 400;
  margin-bottom: 57px;
  text-align: center;
  color: #990B6E;
}
.covigilance-contacts h4 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 8px;
}
.single-product__inner {
  display: flex;
}
.single-product__media {
  width: 46.65%;
  flex-shrink: 0;
}
.single-product__info {
  width: 53.35%;
}
.single-product__download {
  display: flex;
  align-items: center;
  gap: 6px;
  padding-top: 48px;
}
.single-product__download-icon {
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}

.product-single__media-wrapper img {
  max-height: 350px;
}
.single-product__download-icon img {
  width: 100%;
  height: auto;
}
.single-product .heading_md {
  color: #2A81E5;
  font-weight: 700;
}
.single-product__media-wrapper {
  position: relative;
  width: 100%;
  max-width: 618px;
  aspect-ratio: 618/344;
  overflow: hidden;
}
.single-product__img, .single-product__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Базові стилі для шляхів SVG (універсальні) */
.btn__svg-path {
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s cubic-bezier(0.25, 1, 0.5, 1);
}

.path-left {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0s;
}

.path-right {
  opacity: 0;
  transform: scaleX(0.88);
  transition-delay: 0.05s;
}

/* Флекс-контейнер для вирівнювання тексту та іконки в один рядок */
.link-download {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  gap: 11px;
  color: #383838;
  font-size: 16px;
  cursor: pointer;
  max-width: 177px;
  text-align: center;
  padding: 8px;
}

.btn_download {
  display: inline-flex;
  flex-shrink: 0;
  min-width: 0;
}

.link-download:hover .btn__svg-path {
  transition: transform 0.55s cubic-bezier(0.6, -0.28, 0.1, 1.35), opacity 0.35s ease;
  transition-delay: 0s;
}

.link-download:hover .path-left {
  opacity: 0;
  transform: scaleX(0.88);
}

.link-download:hover .path-right {
  opacity: 1;
  transform: scaleX(1);
}
.publications-list .card_long {
  width: 100%;
  margin-bottom: 16px;
}

.page-contacts .heading_lg {
  font-weight: 500;
  font-size: 35px;
  line-height: 1.2;
  color: #990B6E;
  margin-bottom: 65px;
  max-width: 583px;
}
.page-contacts .split-layout__col4:first-child {
  padding-right: 16px;
}
.page-contacts .form_contact {
  max-width: 546px;
  width: 100%;
}
.page-contacts textarea {
  height: 204px;
}

.contacts .container {
  position: relative;
}
.contacts .container:before {
  position: absolute;
  content: "";
  background-image: url(../images/img/logo-bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  left: -25px;
  top: 100px;
  width: 687px;
  height: 718px;
  z-index: -1;
}

.contact__item {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 24px;
}
.contact__item .small-text {
  font-weight: 300;
  font-size: 16px;
  color: #4A4A4A;
}
.post-news {
  position: relative;
  padding-left: 30%;
  padding-bottom: 80px;
}
.post-news__header {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.post-news__date {
  line-height: 1.2;
  color: #828282;
  margin-left: auto;
}
.post-news__title {
  font-weight: 500;
  font-size: clamp(1.875rem, 1.45rem + 1.82vw, 2.813rem);
  line-height: 1.2;
  color: #990B6E;
  width: 100%;
  padding-top: 45px;
}
.post-news__content {
  line-height: 1.95;
  margin-bottom: 80px;
}
.post-news__footer {
  text-align: right;
}
.post-news p {
  margin: 30px 0;
}
.post-news__category {
  display: flex;
  align-items: center;
  position: relative;
  padding: 12px 16px;
  box-sizing: border-box;
  color: #000000;
  background: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid transparent;
  border-radius: 30px;
}
.post-news__category:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -1px;
  border-radius: 30px;
  background: linear-gradient(90.42deg, #0A6DFC 3.06%, #89FDC1 99.64%);
}
.section-message-card {
  max-width: 738px;
  width: 100%;
  margin: 0 auto;
}
.section-message-card .section__title {
  font-weight: 700;
  font-size: clamp(2rem, 1.49rem + 2.18vw, 3.125rem);
  line-height: 1.2;
  text-align: center;
  color: #990B6E;
}
.section-message-card .section__sub-title {
  line-height: 1.38;
  margin-bottom: 60px;
}

.pv-form__fieldset {
  padding-bottom: 60px;
}

.pv-form__fieldset-title {
  color: #2B82E4;
  font-weight: 600;
  font-size: clamp(0.938rem, 0.85rem + 0.36vw, 1.125rem);
  line-height: 1.38;
  margin-bottom: 16px;
}

.pv-form {
  font-size: 14px;
}
.pv-form__fieldset:last-of-type {
  padding-bottom: 32px;
}
.pv-form .form-group {
  margin-bottom: 32px;
}
.pv-form .form-group:last-child {
  margin-bottom: 0;
}
.pv-form .label {
  color: #000;
}
.pv-form textarea,
.pv-form input {
  border: 1px solid #CECECE;
  margin-bottom: 0;
}
.pv-form textarea:hover, .pv-form textarea:focus,
.pv-form input:hover,
.pv-form input:focus {
  border: 1px solid #2B82E4;
}
.pv-form .form-group p, .pv-form__section p {
  font-size: clamp(0.938rem, 0.85rem + 0.36vw, 1.125rem);
  line-height: 1.3;
  font-weight: 500;
  margin-bottom: 24px;
}
.pv-form .form-group_small p {
  margin-bottom: 4px;
}
.pv-form .form-group_small input {
  max-width: 247px;
  width: 100%;
}
.pv-form .single-agreement {
  display: flex;
  align-items: center;
  font-size: clamp(0.938rem, 0.85rem + 0.36vw, 1.125rem);
  font-weight: 300;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
.pv-form .single-agreement input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 24px;
  border-radius: 5px;
}
.pv-form .form__footer {
  padding-top: 26px;
}
.pv-form .pv-form__fieldset .sub-title {
  margin-bottom: 16px;
}

.pv-form__fieldset-title:has(+ .sub-title) {
  margin-bottom: 0;
}

.form-group_single-checkbox .checkbox-btn__text {
  font-weight: 500;
  font-size: 16px;
}

.form-group_with-padding {
  padding-left: 28px;
}

.pv-form__fieldset:has(.form-group_single-checkbox) .pv-form__section p {
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (max-width: 1439px){
  .heading_xl {
    font-size: 36px;
  }
  .heading_lg {
    font-size: 34px;
  }
  .heading_md {
    font-size: 30px;
  }
  .section__content h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 30px;
  }
  .menu__link {
    padding: 15px 20px;
  }
  .menu__item {
    font-size: 16px;
  }
  .container {
    max-width: 1280px;
  }
  .header__logo {
    max-width: 224px;
  }
  .footer__bottom {
    padding-top: 64px;
    font-size: 17px;
  }
  .contacts-list__item {
    line-height: 1;
    width: 30%;
    flex-grow: 1;
  }
  .contacts-list__title {
    line-height: 1;
    margin-bottom: 9px;
  }
  body.page:not(.home) .section-banner_small {
    height: 178px;
  }
}

@media only screen and (max-width: 1280px){
  .heading_md {
    font-size: 28px;
  }
  .menu__link {
    padding-right: 16px;
    padding-left: 16px;
  }
  .has-submenu:before {
    right: 8px;
  }
  .has-submenu .menu__link {
    padding-right: 24px;
  }
  .container {
    max-width: 1180px;
  }
  .header__logo {
    max-width: 225px;
  }
  .footer__bottom {
    font-size: 16px;
    padding-top: 50px;
  }
  .footer__bottom, .footer__top {
    gap: 0;
  }
  .footer__bottom .footer__part, .footer__top .footer__part {
    padding: 0 8px;
  }
  .footer__menu-item {
    font-size: 18px;
  }
  .form.form_footer input {
    padding-left: 10px;
    font-size: 16px;
  }
  .slider-advantages .slide-inner {
    padding: 30px 25px;
  }
  .slider-advantages .description {
    font-size: 16px;
  }
  .story-section .text_xl {
    font-size: 24px;
  }
  .tabs__content {
    min-height: 714px;
  }
  .section-contacts .form-group {
    width: 100%;
  }
  .contacts-list {
    padding: 45px 50px;
    gap: 24px;
    flex-wrap: wrap;
  }
  .contacts-list__item {
    padding-left: 80px;
    width: 47%;
  }
  .contacts-list__item:before {
    width: 34px;
    height: 34px;
    left: 24px;
  }
  .catalog-wrap {
    padding-left: 16px;
  }
  .catalog-grid .card {
    width: 31%;
  }
  .page-news .split-layout {
    flex-wrap: wrap;
  }
  .page-news .split-layout__col2 {
    width: 100%;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
  }
  .page-news .split-layout__col6 {
    width: 100%;
  }
  .section-publications .section__title {
    margin-bottom: 0;
  }
  .page-contacts .heading_lg {
    font-size: 30px;
  }
}

@media screen and (max-width: 1200px){
  .header__languages {
    margin-left: 16px;
    font-size: 14px;
  }
  .footer__bottom {
    font-size: 15px;
  }
}

@media only screen and (max-width:1080px){
  .section__title-gb {
    font-size: 22px;
  }
  .text_lg {
    font-size: 20px;
  }
  .text_xl {
    font-size: 24px;
  }
  .section__content h3 {
    font-size: 30px;
  }
  .heading_xl {
    font-size: 34px;
  }
  .heading_md {
    font-size: 26px;
  }
  .menu {
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .menu__link {
    color: #2a2a2a;
    font-size: 24px;
    padding: 0;
  }
  .footer__menu-item .menu__link,
  .footer__menu-item .menu__link:hover,
  .footer__menu-item .menu__link.active {
    color: #ffffff;
   } 
  .menu__link:hover,
  .menu__link.active {
    color: #2A2A2A;
  }
  .submenu {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    background-color: #fff;
    position: static;
    padding: 0 20px;
    max-height: 0;
    transform: none;
    overflow: hidden;
    transition: max-height 0.55s, opacity 0.55s, visibility 0.6s;
  }
  .submenu li {
    color: #2A2A2A;
  }
  .menu__item.is-open .submenu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    visibility: visible;
    position: static;
    margin-top: 20px;
    padding: 20px;
    height: auto;
    max-height: 350px;
  }
  .arrow {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 4px;
    transform-origin: center;
    z-index: 1;
    transition: 0.35s;
  }
  .menu__item.is-open .arrow {
    transform: rotate(180deg);
  }
  .has-submenu:hover .submenu {
    transform: none;
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    padding: 0 20px;
  }
  .menu__item.is-open.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    max-height: 200px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .has-submenu:before {
    display: none;
  }
  .accordion br {
    display: none;
  }
  .accordion__item:before {
    font-size: 34px;
  }
  .container {
    max-width: 980px;
    padding: 0 40px;
  }
  .header__languages-mob {
    display: block;
    margin-left: 0;
    margin-top: auto;
    text-align: center;
    padding-top: 40px;
  }
  .header__languages-mob li {
    color: #2a2a2a;
    font-size: 24px;
    font-weight: 500;
  }
  .header__languages-desk {
    display: none;
  }
  .burger {
    display: flex;
    z-index: 1000;
    position: relative;
  }
  .nav-active-bg {
    display: none;
  }
  .header {
    contain: layout;
  }
  .header__nav {
    position: fixed;
    top: -60px;
    right: 0;
    left: auto;
    bottom: 0;
    transform: translateX(100%);
    visibility: visible;
    width: 100%;
    height: 100vh;
    background: #FFFFFF;
    flex-direction: column;
    padding: 120px 40px;
    border-radius: 0;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1), visibility 0.4s;
    display: flex;
  }
  .header__nav.is-open {
    transform: translateX(0);
    visibility: visible;
  }
  .footer__grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .footer__logo {
    width: 30%;
  }
  .footer__top {
    flex-wrap: wrap;
    width: 65%;
  }
  .footer__bottom {
    width: 100%;
  }
  .footer__menu-item {
    margin-bottom: 9px;
    font-size: 18px;
  }
  .footer__bottom {
    font-size: 16px;
  }
  .footer__top .footer__part {
    width: 50%;
  }
  .footer__part.wrap-form {
    width: 100%;
    margin-bottom: 50px;
  }
  .section-pharmacovigilance .split-layout__col2 {
    width: 43.3%;
  }
  .contacts-list {
    flex-wrap: wrap;
  }
  .contacts-list__item {
    width: 100%;
  }
  .catalog-wrap {
    padding-left: 45px;
  }
  .catalog-grid .card {
    width: 48%;
  }
  .covigilance-contacts__list-item {
    padding: 40px;
    font-size: 14px;
  }
  .covigilance-contacts__icon {
    width: 34px;
    height: 34px;
  }
  .covigilance-contacts h4 {
    font-size: 14px;
  }
}

@media (max-width: 1080px){
  section.advantages-section .slider-viewport .slider-track {
    gap: 20px;
    max-width: 100%;
  }
  section.advantages-section .slider-viewport .slide {
    width: calc((100% - 20px) / 2);
    max-width: 480px;
    height: 380px;
  }
  .slider-advantages .icon {
    width: 80px;
    height: 80px;
  }
}

@media only screen and (max-width: 991px){
  .dynamic-content p, .dynamic-content ul, .dynamic-content ol {
    margin: 24px 0;
    line-height: 1.85;
  }
  .dynamic-content h2,
  .dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-content h6 {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .dynamic-content li:before {
    left: 12px;
    top: -18px;
  }
  .dynamic-content li,
  .dynamic-content ol li {
    padding-left: 32px;
  }
  .dynamic-content li:before,
  .dynamic-content ol li:before {
    left: 10px;
  }
  .btn-back {
    transform: scale(0.85) translate(-18px, -100%);
  }
  .slider-category {
    transform: none !important;
    max-height: 80vh;
    overflow: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
  }
  .splide__arrows {
    display: none !important;
  }
  .splide.slider-category {
    transform: none !important;
    max-height: 80vh;
    overflow: visible;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0;
    visibility: visible;
  }
  .slider-category .splide__track {
    display: block;
    height: auto;
    overflow: visible;
  }
  .slider-category .splide__list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    transform: none;
    width: 100%;
    height: 100%;
    max-height: 80vh;
  }
  .slider-category .splide__slide {
    width: 100%;
  }
  .search-box {
    padding-bottom: 40px;
  }
  .search-box__form .hide-on-tablet {
    position: absolute !important;
    clip: rect(0, 0, 0, 0) !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
  }
  .card {
    font-size: 14px;
  }
  .card__title {
    font-size: 18px;
    min-height: 44px;
  }
  .card__btn {
    padding-right: 78px;
  }
  .card_long {
    padding-left: 16px;
    padding-right: 16px;
    width: auto;
  }
  .card_without-img {
    padding-left: 5px;
    padding-right: 5px;
  }
  .container {
    max-width: 870px;
  }
  .footer__bottom {
    flex-wrap: wrap;
  }
  .footer__bottom .footer__part {
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  .footer__bottom .footer__part:last-child {
    margin-bottom: 0;
  }
  .footer__menu-item {
    margin-bottom: 4px;
  }
  .section-activity .split-layout .split-layout__col2 {
    width: 27%;
  }
  .section-activity .split-layout .split-layout__col6 {
    width: 73%;
  }
  .catalog__top-line,
  .section-catalog__inner {
    position: relative;
  }
  .catalog-wrap {
    padding-left: 0;
  }
  .catalog-grid .card {
    width: 31%;
  }
  .category-filter {
    position: fixed;
    background-color: #fff;
    transform: translateX(-150%);
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 100;
    max-width: 287px;
    padding: 60px 16px 16px;
    transition: transform 0.35s;
  }
  .category-filter.open {
    transform: translateX(0);
  }
  .btn-open-sidebar {
    display: block;
    flex-shrink: 0;
  }
  .container.catalog__top-line {
    display: flex;
    align-items: center;
    padding-bottom: 40px;
  }
  .container.catalog__top-line .search-box {
    padding-bottom: 0;
  }
  .covigilance-contacts__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }
  .covigilance-contacts__list-item {
    padding: 32px;
  }
  .post-news__header {
    margin-bottom: 56px;
    padding-top: 32px;
  }
  .post-news__category {
    padding: 8px 14px;
  }
  .pv-form .single-agreement input[type=checkbox] {
    margin-right: 16px;
  }
}

@media screen and (max-width: 870px){
  .tabs-nav__link.heading_md {
    font-size: 24px;
  }
  .section-contacts .logobox {
    display: none;
  }
  .section-contacts .tabs__content {
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  body.page:not(.home) main {
    padding-bottom: 100px;
  }
  .btn-back {
    display: none;
  }
  .split-layout {
    flex-wrap: wrap;
  }
  .split-layout__col2,
  .split-layout__col3,
  .split-layout__col5,
  .split-layout__col6 {
    width: 100%;
  }
  .section__title-gb:not(.section-activity .section__title-gb) {
    margin-bottom: 30px;
    font-size: clamp(16px, -0.163rem + 3.21vw, 22px);
  }
  .section__content h3 {
    font-size: clamp(24px, 0.337rem + 3.21vw, 30px);
  }
  .card {
    font-size: 16px;
  }
  .card__title {
    font-size: 21px;
    min-height: 50px;
  }
  .card_long {
    padding-left: 16px;
    padding-right: 16px;
  }
  .card_long .card__content {
    flex-wrap: wrap;
  }
  .card_long .card__date {
    width: 50%;
    text-align: left;
  }
  .card_long .card__btn {
    width: 50%;
    max-width: 183px;
  }
  .card_long .card__title {
    width: 100%;
    padding-bottom: 8px;
  }
  .card_without-img {
    padding-left: 11px;
    padding-right: 11px;
  }
  .section-news .card_without-img {
    width: 48%;
  }
  .pagination__item {
    width: 20px;
  }
  .pagination {
    padding-top: 32px;
  }
  .accordion .heading_xl {
    font-size: clamp(26px, 0.074rem + 4.28vw, 34px);
  }
  .breadcrumbs {
    padding-top: 32px;
  }
  .container {
    padding: 0 20px;
    max-width: 640px;
  }
  .footer {
    padding-top: 72px;
  }
  .footer__bottom {
    font-size: 16px;
    padding-top: 0;
  }
  .footer__bottom .footer__part {
    margin-bottom: 4px;
  }
  .footer__top {
    width: 100%;
    order: -1;
  }
  .footer__logo {
    width: 100%;
    max-width: 195px;
    padding: 0;
    margin: 50px auto;
  }
  .footer__top .footer__part {
    width: 100%;
    padding: 0 20px;
  }
  .footer__label {
    flex-grow: 1;
  }
  .form.form_footer input {
    padding-left: 20px;
    font-size: 16px;
  }
  .footer__menu-item {
    font-size: 16px;
  }
  .footer__menu-item a {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .section-banner__img {
    inset: 8px;
  }
  .section-work {
    padding-bottom: 0;
  }
  .section-work .parallax-img {
    top: 0;
    left: 0;
  }
  .story-section {
    padding: 60px 0 180px;
  }
  .story-section .text_xl {
    font-size: 20px;
  }
  .story-slides {
    gap:80px;
  }
  .story-slide {
    padding:0 40px;
  }
  .story-top {
    top: 0;
  }

  .page .form__footer {
    padding-top: 32px;
  }
  .catalog-grid .card {
    width: 48%;
    max-width: 377px;
  }
  .covigilance-contacts__list-item {
    width: 48%;
    font-size: 16px;
    padding: 48px;
  }
  .covigilance-contacts h4 {
    font-size: 16px;
  }
  .single-product__media,
  .single-product__info {
    width: 100%;
  }
  .single-product__inner {
    flex-wrap: wrap;
    padding-top: 16px;
  }
  .single-product__media {
    margin-bottom: 48px;
  }
  .single-product__download {
    justify-content: center;
  }
  .page-contacts .form_contact {
    max-width: 100%;
  }
  .page-contacts .heading_lg {
    margin-bottom: 32px;
  }
  .page-contacts .split-layout__col4:nth-child(n) {
    width: 100%;
    padding-right: 0;
  }
  .contact__item {
    margin-bottom: 16px;
    font-size: 16px;
  }
  .contact__item .small-text {
    font-size: 14px;
  }
  .contact-list {
    margin-bottom: 32px;
  }
  .post-news {
    padding-left: 15%;
    padding-bottom: 56px;
  }
  .post-news__title {
    padding-top: 32px;
    font-size: 28px;
  }
  .post-news__header {
    font-size: 14px;
    margin-bottom: 32px;
    padding-top: 0;
  }
  .post-news__content {
    margin-bottom: 32px;
  }
}

@media (max-width: 600px){
  section.advantages-section .slider-viewport .slide {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
}

@media only screen and (max-width: 580px){
  .section {
    padding-bottom: 50px;
  }
  .section__title-gb {
    font-size: 16px;
  }
  .page .heading_md {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .section__content h3 {
    font-size: 24px;
  }
  .note {
    font-size: 12px;
  }
  .dynamic-content p, .dynamic-content ul, .dynamic-content ol {
    margin: 16px 0;
    line-height: 1.65;
  }
  .dynamic-content h2,
  .dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-content h6 {
    margin-top: 24px;
    margin-bottom: 16px;
  }
  .dynamic-content li:before {
    left: 12px;
    top: -18px;
  }
  .dynamic-content li,
  .dynamic-content ol li {
    padding-left: 32px;
  }
  .dynamic-content li:before,
  .dynamic-content ol li:before {
    left: 10px;
  }
  .heading_xl {
    font-size: clamp(32px, 1.612rem + 1.07vw, 34px);
  }
  .heading_lg {
    font-size: clamp(26px, 0.462rem + 3.21vw, 32px);
  }
  .heading_xl {
    font-size: 32px;
  }
  .heading_lg {
    font-size: 26px;
  }
  .text_lg {
    font-size: 18px;
  }
  .text_xl {
    font-size: 22px;
  }
  .text_md {
    font-size: 18px;
  }
  .btn {
    min-width: 200px;
  }
  .btn_call {
    width: 55px;
    height: 55px;
    right: 20px;
  }
  .btn__text {
    font-size: 16px;
  }
  .btn_outline {
    min-width: 0;
  }
  .search-box {
    padding-bottom: 32px;
  }
  .card__title {
    min-height: 0;
  }
  .card__content {
    padding-bottom: 39px;
  }
  .page-news .section-news {
    padding-bottom: 50px;
  }
  .page-news .split-layout__col2 {
    flex-wrap: wrap;
  }
  .section-publications .section__title {
    width: 100%;
    margin-bottom: 16px;
  }
  .card_long .card__date {
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }
  .card_long .card__date, .card_long .card__btn {
    width: 100%;
  }
  .tabs-nav__link.heading_md {
    font-size: 18px;
  }
  .tabs-nav__link {
    padding-bottom: 20px;
    padding-right: 20px;
  }
  .tab-active-border {
    bottom: 32px;
  }
  .tabs__nav {
    padding-bottom: 32px;
  }
  .tabs__content {
    min-height: 683px;
  }
  .page .heading_xl {
    font-weight: 600;
  }
  .accordion__item:before {
    font-size: 24px;
    top: 4px;
  }
  .accordion__caret {
    right: 10px;
    top: 2px;
    width: 20px;
  }
  .accordion__tab-container {
    padding: 0 40px 30px;
    min-height: 0;
  }
  .accordion__item {
    margin-bottom: 30px;
  }
  .accordion .heading_xl {
    font-size: 26px;
    font-weight: 400;
  }
  .accordion__content-icon {
    width: 58px;
    height: 60px;
    margin-bottom: 32px;
  }
  .accordion .split-layout {
    padding: 30px 0;
    flex-direction: column;
  }
  form input {
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
  }
  form .label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .breadcrumbs {
    padding-top: 24px;
    padding-bottom: 32px;
  }
  .container {
    max-width: 100%;
  }
  .header {
    top: 50px;
  }
  .header__logo {
    max-width: 174px;
  }
 .header__logo svg{
    display: block;
   width: 100%;
   height: auto;
  }
  .header__nav {
    top: -50px;
  }
  .section-banner .container {
    padding-bottom: 32px;
  }
  .section-work {
    padding-top: 50px;
  }
  .story-section {
    padding-bottom: 100px;
  }
  .story-slides {
    gap: 32px;
  }
  .advantages-section {
    padding-top: 60px;
    padding-bottom: 60px;
    min-height: 706px;
  }
  .advantages-section .heading_xl {
    font-size: 28px;
  }
  .slider-advantages .icon {
    width: 120px;
    height: 120px;
    margin: 0 auto auto;
  }
  .section-pharmacovigilance {
    padding-top: 50px;
  }
  .section-pharmacovigilance .split-layout__col2 {
    width: 100%;
  }
  .block-appl-forms .title {
    font-size: 20px;
  }
  .contacts-list {
    padding: 24px 12px;
    margin-bottom: 32px;
    gap: 16px;
  }
  .contacts-list__item {
    padding-left: 80px;
    font-size: 16px;
    padding-top: 26px;
    padding-bottom: 26px;
  }
  .contacts-list__item:before {
    width: 30px;
    height: 30px;
    left: 24px;
  }
  .contacts-list__title {
    font-size: 16px;
  }
  .inner-form-contact {
    font-size: 14px;
    padding: 24px 12px 0;
    background: none;
  }
  .section-contacts .form__footer {
    padding-top: 32px;
    padding-bottom: 28px;
  }
  body.page:not(.home) .section-banner_small {
    height: 144px;
  }

  .page .section__title {
    margin-bottom: 24px;
  }

  .page .text_md {
    font-size: 16px;
  }
  .section-banner_small .container {
    padding-bottom: 0;
  }
  .catalog-grid .card {
    width: 100%;
    max-width: 390px;
    margin: 0 auto;
  }
  .container.catalog__top-line {
    padding-bottom: 32px;
  }
  .btn_download {
    min-width: 0;
  }
  .covigilance-contacts__list-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    font-size: 16px;
    padding: 32px;
    align-items: center;
  }
  .covigilance-contacts__list-item h4 {
    font-size: 16px;
    width: 60%;
    flex-grow: 1;
    margin-bottom: 0;
  }
  .covigilance-contacts__list-item a, .covigilance-contacts__list-item p {
    padding-top: 8px;
  }
  .covigilance-contacts__icon {
    margin-bottom: 0;
    margin-right: 8px;
  }
  .section-what-it {
    padding-bottom: 56px;
  }
  .covigilance-contacts .heading_md {
    margin-bottom: 32px;
  }
  .page-pharmacovigilance .section__content {
    font-size: 18px;
  }
  .page-pharmacovigilance .section-banner__subtitle {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .section-banner__content .btn_outline {
    margin-right: 0;
    margin-bottom: 8px;
  }
  .section-banner__content .btn_outline:last-child {
    margin-bottom: 0;
  }
  .single-product__download {
    gap: 0;
  }
  .link-download {
    padding-left: 0;
    gap: 16px;
  }
  .page-contacts .heading_lg {
    font-size: 28px;
  }
  .post-news {
    padding-left: 0;
  }
  .post-news__title {
    font-size: 26px;
  }
  .post-news__header {
    padding-top: 32px;
    margin-bottom: 24px;
  }
  .section-message-card .section__sub-title {
    margin-bottom: 32px;
  }
  .pv-form .form-group {
    margin-bottom: 24px;
  }
  .pv-form__fieldset {
    padding-bottom: 40px;
  }
  .pv-form .form__footer {
    padding-top: 8px;
  }
  .pv-form__fieldset-title {
    margin-bottom: 24px;
  }
  .pv-form .form-group p, .pv-form__section p {
    margin-bottom: 16px;
  }
  form .label.label-radio, form .label.label-checkbox {
    margin-bottom: 8px;
  }
  .pv-form .single-agreement input[type=checkbox] {
    margin-right: 10px;
  }
  .single-agreement {
    font-size: 14px !important;
  }
}

@media only screen and (max-width: 420px){
  .post-news__footer {
    padding-bottom: 50px;
  }
  .post-news__footer .btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 389px){
  .contacts-list__item {
    padding-left: 60px;
    font-size: 14px;
  }
  .contacts-list__item:before {
    width: 24px;
    height: 24px;
  }
  .contacts-list__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 350px){
  .slider-advantages .icon {
    width: 100px;
    height: 100px;
  }
}/*# sourceMappingURL=main.css.map */


.radio-btn__text,
.wpcf7-list-item-label {
    all: inherit;
}

.checkbox-btn__text,
.single-agreement .wpcf7-list-item-label {
    all: inherit;
}

/* Кожен пункт з нового рядка */
.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 14px;
}

/* Сам label теж flex */
.wpcf7-checkbox .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Забираємо стандартні відступи CF7 */
.wpcf7-checkbox input[type="checkbox"] {
    margin: 0;
    flex-shrink: 0;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    display: block;
    line-height: 1.4;
}

/* Горизонтальна група */
.radio-inline.wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin-right: 24px;
    margin-bottom: 0;
}

/* Вертикальна група */
.radio-stack.wpcf7-radio .wpcf7-list-item,
.form-group.form-group_with-padding .wpcf7-list-item{
    display: block;
    margin-bottom: 14px;
    margin-left: 0px;
}

.radio-inline.wpcf7-radio .wpcf7-list-item label,
.radio-stack.wpcf7-radio .wpcf7-list-item label, 
.form-group.form-group_with-padding .wpcf7-list-item label {
    display: flex;
    align-items: center;
    gap: 10px;
}

section.section-news:last-of-type {
  padding-bottom: 0;
}