

/* Start:/local/templates/boiron_2021/css/normalize.css?16502711096138*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* End */


/* Start:/local/templates/boiron_2021/css/variables.css?1650271109827*/
:root {
	--bean-blue: #4A7C8C;
	--light-text: #313131;
	--silver: #D1CDCD;
	--lighter-text: #727272;
	--the-lightest-text: #EFEFEF;
	--dark-text: #141414;
	--link-text: #009AD4;
	--colored-1: #6C759C;
	--colored-2: #7FB500;
	--colored-3: #94C8D6;
	--colored-4: #4A7C8C;
	--colored-5: #F99C7D;
	--colored-brown: #A85F54;
	--border: #D5D5D5;
	--max-width: 1980px;
	--light: 'MontserratLight';
	--regular: 'MontserratRegular';
	--bold: 'MontserratBold';
	--text-shadow: 0px 0px 1px var(--lighter-text);
	--box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);
	--box-shadow-12: 0 0 12px 0 rgb(0 0 0 / 15%);
	--banner-inner-shadow: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 67%, rgba(0, 0, 0, 0.7));
	--animation: all 0.3s ease-in-out;
	--text-20: calc( (100vw - 320px)/(1980 - 320) * (20 - 18) + 18px);
}
/* End */


/* Start:/local/templates/boiron_2021/js/slick/slick.css?17062798951775*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/local/templates/boiron_2021/js/slick/slick-theme.css?17062799203144*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/boiron_2021/js/slick/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/local/templates/boiron_2021/js/slick/./fonts/slick.eot');
    src: url('/local/templates/boiron_2021/js/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/boiron_2021/js/slick/./fonts/slick.woff') format('woff'), url('/local/templates/boiron_2021/js/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/boiron_2021/js/slick/./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/* End */


/* Start:/local/templates/boiron_2021/js/magnific/jquery.magnific-popup.css?16502711106951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/main-top/style.css?16502711101840*/
.header__top-submenu {
	position: fixed;
	padding: 35px 0;
	top: -240px;
	left: 0;
	width: 100%;
	z-index: 102;
	background: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.header__top-parent:hover > .header__top-submenu,
.header__top-parent > .header__top-submenu.showed {
	top: 30px;
}

.header__top-submenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__mobile-you-btn .container {
	padding-bottom: 110px;
}

.header__mobile-you-btn .header__mobile-submenu-head a {
	font-size: 26px;
	font-family: var(--bold);
	text-transform: uppercase;
	color: var(--lighter-text);
}

.header__top-submenu li,
.header__mobile-you-btn li {
	display: block;
	position: relative;
	width: 25%;
	height: 147px;
	margin-right: 22px;
}

.header__mobile-you-btn li {
	margin: 10px 0;
	height: 107px;
	width: 100%;
}

.header__mobile-submenu.header__mobile-you-submenu li a {
	margin: 0;
	font-size: 20px;
	color: #fff;
}

.header__mobile-submenu.header__mobile-you-submenu .container {
	overflow-y: auto;
}

.header__top-submenu li img,
.header__mobile-you-btn li img {
	-o-object-fit: cover;
	object-fit: cover;
}

.header__top-submenu li a,
.header__mobile-you-btn li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background-color: rgba(114, 114, 114, 0.45);
}

.header__top-submenu li,
.header__mobile-you-btn li {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__top-submenu li:last-child,
.header__mobile-you-btn li:last-child {
	margin: 0;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/main/style.css?17205229015216*/
.header__nav > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 60px;
	z-index: 100;
}

.header__nav {
	position: relative;
	width: 100%;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	background-color: #fff;
}

.header__menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__menu > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.header__parent::after {
	content: ' ';
	display: block;
	width: 1px;
	height: 25px;
	background-color: var(--silver);
}

.header__parent > a {
	padding: 0 10px;
	height: 100%;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	color: var(--lighter-text);
}

.header__parent > a:hover {
	text-shadow: var(--text-shadow);
}

.header__logo {
	display: block;
	position: relative;
	width: 130px;
	z-index: 1;
}

.header__logo img {
	width: 100%;
}

.header__logo::after {
	content: '';
	z-index: -1;
	position: absolute;
	background: #fff;
	border-radius: 50%;
	left: 39px;
	top: -8px;
	width: 28px;
	height: 29px;
}

.header__submenu {
	position: absolute;
	top: -150%;
	/* top: 60px; */
	left: 0;
	width: 100%;
	z-index: -2;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: var(--animation);
	transition: var(--animation);
}

.header__parent:hover > .header__submenu {
	top: 60px;
	opacity: 1;
	visibility: visible;
}

a.header__submenu-h1 {
	margin-top: 50px;
	display: block;
	font-size: 28px;
	font-family: var(--bold);
	text-transform: uppercase;
	color: var(--lighter-text);
}

.header__submenu-ul {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 26px;
}

.header__submenu-ul > li {
	padding-left: 20px;
	border-left: 1px solid var(--lighter-text);
}

.header__submenu-ul > li a {
	margin-right: 15px;
	font-size: 16px;
	color: var(--lighter-text);
	line-height: 150%;
}
.header__submenu-ul > li a.common-rigth-arrow {
	align-items: flex-start;
}
.header__submenu-ul > li a.common-rigth-arrow::before {
	margin-top: 6px;
}

.header__submenu-ul > li:not(:first-child):not(:nth-child(2)) {
	padding-top: 30px;
}

.header__submenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 350px;
}

.header__submenu-main {
	width: 65%;
	flex-grow: 1;
	padding-bottom: 50px;
}

.header__submenu-right-wrapper {
	width: 35%;
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.15);
	box-shadow: -2px 0px 4px 0 rgba(0, 0, 0, 0.15);
}

.header__submenu-right-content {
	width: 100%;
	height: calc(100% - 90px);
	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-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative;
	color: #fff;
	line-height: 150%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__submenu-right-content::before {
	content: ' ';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.2;
	z-index: 5;
}

.header__submenu-circle {
	width: 100px;
	height: 100px;
	position: absolute;
	border-radius: 50%;
	z-index: 6;
	top: -20%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__submenu-circle-mask {
	width: 120px;
	height: 120px;
	position: absolute;
	z-index: 7;
	top: -20%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__submenu-h2 {
	z-index: 5;
	margin: 0 16px;
	font-size: var(--text-20);
	font-family: var(--bold);
	text-transform: uppercase;
	text-align: center;
	line-height: 150%;
}

.header__submenu-p {
	width: 80%;
	margin: 0 16px;
	z-index: 5;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
}

.header__submenu-right-content .common-white-btn {
	z-index: 5;
}
/*
.header__menu li.header__parent:nth-child(3) .header__submenu ul.header__submenu-ul li:nth-child(3) {
	opacity: 0;
}
*/
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/search.title/search-top/style.css?16502711102404*/
.search-top__container {
	width: 34px;
	min-width: 34px;
	height: 50px;
	max-width: 50vw;
	overflow: hidden;
	position: relative;
	transition: all 0.3s linear;
}

.search-top__container.-focus:before {
	content: '';
	position: absolute;
	height: 20px;
	width: 2px;
	left: 0px;
	top: 25px;
	background-color: #4a7c8c;
}

.search-top__container.-show {
	/*width: 635px;*/
}

.search-top__container.-overflow {
	overflow: visible;
}

.search-top__container .search-top__container__inner {
	display: flex;
	align-items: flex-end;
	position: absolute;
	right: 0;
	/*width: 635px;*/
	top: 50%;
	transform: translateY(-50%);
}

.search-top {
	display: flex;
	opacity: 1;
	/*width: 600px;*/
	transition: all 0.3s linear;
	z-index: 1;
	position: relative;
}

.search-top .search-item {
	padding: 10px 0;
}

.search-top .search-item:not(:last-child) {
	border-bottom: 1px solid #4a7c8c;
}

.search-top .search-item-highlighted {
	font-weight: bold;
}

.search-top > div {
	width: 100%;
}

.search-top input {
	border: 2px solid #4a7c8c;
	color: #4a7c8c;
	border-radius: 100px 0 0 100px;
	height: 40px;
	outline: none;
	font-size: 18px;
	padding-left: 20px;
	width: 100%;
}

.search-top input[type="submit"] {
	font-size: 20px;
	color: #fff;
	background-color: #4a7c8c;
	border-radius: 0 100px 100px 0;
	width: auto;
	height: 40px;
	display: block;
	display: flex;
	justify-content: flex-start;
	padding-left: 7px;
	padding-right: 14px;
	align-items: center;
}

.search-top__btn {
	z-index: 2;
	vertical-align: top;
	font-family: inherit;
	text-align: left;
	background: none;
	line-height: normal;
	border: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	appearance: none;
	outline: none;
	text-decoration: none;
	font-size: inherit;
	color: inherit;
	-webkit-border-radius: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	position: relative;
	min-width: 34px;
	width: 34px;
	height: 34px;
	padding: 0 5px;
	margin-left: 5px;
}

.search-top__btn:after,
.search-top__btn:before {
	content: '';
	display: block;
	position: absolute;
	border-top: solid 2px transparent;
	width: 20px;
	top: 14px;
    /*right: calc(50% - 10px);*/
	transform-origin: center;
}
.search-top__btn:after {
    transform: rotate(45deg);
}
.search-top__btn:before {
    transform: rotate(-45deg);
}
.search-top__btn.opened:after,
.search-top__btn.opened:before {
	border-color: #727272;
}
.search-top__btn.opened img {
	display: none;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/search.title/search-mobile/style.css?16502711101036*/
.header__mobile-search {
	margin-top: 40px;
	width: 100%;
	padding: 10px 0;
	position: relative;
	border-bottom: 2px solid var(--lighter-text);
}

.header__mobile-search input[type="text"] {
	padding-left: 28px;
	padding-right: 10px;
	width: 100%;
	font-size: 18px;
	border: 0px solid transparent;
	color: var(--lighter-text);
}

.header__mobile-search input[type="text"]::-webkit-input-placeholder {
	font-family: var(--light);
}

.header__mobile-search input[type="text"]:-ms-input-placeholder {
	font-family: var(--light);
}

.header__mobile-search input[type="text"]::-ms-input-placeholder {
	font-family: var(--light);
}

.header__mobile-search input[type="text"]::placeholder {
	font-family: var(--light);
}

.header__mobile-search input[type="submit"] {
	appearance: none;
	color: transparent;
	position: absolute;
	width: 24px;
	height: 100%;
	top: 0;
	left: 0;
	border: 0px solid transparent;
	background: url("/local/templates/boiron_2021/images/search.svg") center/100% no-repeat;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/main-mobile/style.css?16502711105966*/
.header__mobile-nav {
	display: none;
	background-color: #fff;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
}

.header__mobile-nav > .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 50px;
}

.header__mobile-nav .header__logo {
	width: 105px;
}

.header__mobile-burger-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
	margin-right: -10px;
	font-size: 18px;
	cursor: pointer;
	background-color: transparent;
	border: 0px;
	color: var(--colored-4);
}

.header__mobile-burger {
	width: 30px;
	height: 22px;
	position: relative;
	cursor: pointer;
}

.header__mobile-burger-wrapper div:first-child {
	margin-right: 13px;
}

.header__mobile-burger::after,
.header__mobile-burger::before,
.header__mobile-burger span {
	position: absolute;
	left: 0;
	height: 2px;
	width: 100%;
	background-color: var(--colored-4);
	border-radius: 1px;
	-webkit-transition: var(--animation);
	transition: var(--animation);
}

.header__mobile-burger::before {
	content: ' ';
	top: 0;
}

.header__mobile-burger.-opened::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
}

.header__mobile-burger span {
	top: 50%;
	margin-top: -1px;
	cursor: pointer;
}

.header__mobile-burger.-opened span {
	opacity: 0;
}

.header__mobile-burger::after {
	content: ' ';
	bottom: 0;
}

.header__mobile-burger.-opened::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	bottom: 10px;
}

.header__mobile-menu,
.header__mobile-submenu {
	position: fixed;
	top: 0;
	right: -100%;
	width: 390px;
	height: 100%;
	padding-top: 50px;
	z-index: -1;
	overflow: auto;
	overflow-x: hidden;
	background: #fff;
	-webkit-box-shadow: var(--box-shadow);
	box-shadow: var(--box-shadow);
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.header__mobile-menu.-opened {
	right: 0;
}

.header__mobile-submenu.-opened {
	right: 0;
}

.header__mobile-submenu {
	z-index: 1;
}

.header__mobile-menu ul {
	margin-top: 36px;
}

.header__mobile-main-list > li {
	width: 100%;
	position: relative;
	font-size: 18px;
	color: var(--lighter-text);
	border-bottom: 1px solid var(--lighter-text);
	line-height: 150%;
}

.header__mobile-main-list .common-rigth-arrow {
	padding: 20px 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header__mobile-main-list .header__mobile-submenu .common-rigth-arrow {
	justify-content: flex-start;
	align-items: flex-start;
}
.header__mobile-main-list .common-rigth-arrow,
.header__mobile-main-list .common-rigth-arrow a {
	font-size: 18px;
    color: var(--lighter-text);
}

.header__mobile-menu ul li:last-child {
	border-bottom: 0px;
}

.header__mobile-menu .common-rigth-arrow::before {
	width: 30px;
	min-width: 30px;
	height: 20px;
	margin-top: 3px;
}

.header__mobile-menu .common-border-btn {
	display: block;
	padding: 10px 15px;
	font-size: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header__mobile-menu .common-link_grey-icon {
	margin-top: 55px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 67px;
}

.header__back-btn.common-rigth-arrow {
  position: absolute;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  bottom: 0;
  left: 22px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}


.header__mobile-submenu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.header__mobile-submenu-head {
	order: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 30px;
	position: relative;
}

.header__mobile-submenu .common-rigth-arrow {
	padding: 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.header__mobile-submenu-head a {
	position: relative;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}

.header__mobile-submenu-head a svg {
	display: block;
	width: 210px;
}

.header__mobile-info-box.container {
	margin: 10px 0 0;
	padding-top: 18px;
	padding-bottom: 18px;
	background: var(--colored-4);
}
.header__mobile-submenu .header__mobile-info-box.container {
	order: 2;
}

.header__mobile-submenu-h2 {
	margin-bottom: 8px;
	font-size: 18px;
	font-family: var(--bold);
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	line-height: 150%;
}

.header__mobile-submenu-p {
	margin-bottom: 8px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	line-height: 150%;
}

.header__mobile-info-box a.common-border-btn {
	margin-top: 10px;
	color: #fff;
	border-color: #fff;
}

.header__mobile-info-box a.common-border-btn:hover {
	background-color: #fff;
	color: var(--lighter-text);
}

.header__mobile-submenu li a {
	margin: 20px 0;
	font-size: 16px;
	color: var(--lighter-text);
	line-height: 150%;
}

.header__mobile-submenu .container {
	padding-bottom: 50px;
	margin: 0;
	order: 3;
}

@media (max-width: 1150px) {
	.header__mobile-nav {
		display: block;
	}
}
@media (max-width: 769px) {
	.header__mobile-menu,
	.header__mobile-submenu {
		width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.header__mobile-menu .common-border-btn {
		font-size: 14px;
	}
}
@media (max-width: 426px) {
	.header__back-btn.common-rigth-arrow {
		left: 12px;
	}
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/main-top-mobile/style.css?16502711101840*/
.header__top-submenu {
	position: fixed;
	padding: 35px 0;
	top: -240px;
	left: 0;
	width: 100%;
	z-index: 102;
	background: #fff;
	-webkit-transition: all .4s linear;
	transition: all .4s linear;
}

.header__top-parent:hover > .header__top-submenu,
.header__top-parent > .header__top-submenu.showed {
	top: 30px;
}

.header__top-submenu .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header__mobile-you-btn .container {
	padding-bottom: 110px;
}

.header__mobile-you-btn .header__mobile-submenu-head a {
	font-size: 26px;
	font-family: var(--bold);
	text-transform: uppercase;
	color: var(--lighter-text);
}

.header__top-submenu li,
.header__mobile-you-btn li {
	display: block;
	position: relative;
	width: 25%;
	height: 147px;
	margin-right: 22px;
}

.header__mobile-you-btn li {
	margin: 10px 0;
	height: 107px;
	width: 100%;
}

.header__mobile-submenu.header__mobile-you-submenu li a {
	margin: 0;
	font-size: 20px;
	color: #fff;
}

.header__mobile-submenu.header__mobile-you-submenu .container {
	overflow-y: auto;
}

.header__top-submenu li img,
.header__mobile-you-btn li img {
	-o-object-fit: cover;
	object-fit: cover;
}

.header__top-submenu li a,
.header__mobile-you-btn li a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	font-size: 20px;
	color: #fff;
	background-color: rgba(114, 114, 114, 0.45);
}

.header__top-submenu li,
.header__mobile-you-btn li {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.header__top-submenu li:last-child,
.header__mobile-you-btn li:last-child {
	margin: 0;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/header-socials/style.css?1650271110398*/
.header__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.header__social-list a {
	display: block;
	width: 35px;
	margin: 0 7px;
}

.header__social-list img {
	width: 100%;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/news.list/banners-list-main/style.css?16502711107473*/
.pages-slider {
	position: relative;
}

.pages-slider__logo {
	position: absolute;
	padding-top: 23px;
}

.pages-slider__logo img {
	width: 100px;
}


.pages-slide__bgs,
.pages-slide__bgs.slick-slider {
    position: absolute;
    width: 50%;
    right: 0;
    top: 0;
    height: 100%;
}
.pages-slide__bgs.slick-slider .slick-list,
.pages-slide__bgs.slick-slider .slick-track {
	height: 100%;
}
.pages-slide__bgs::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0) 100%), linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.pages-slide__bgs .pages-slide__bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
	display: block;
}

.pages-slider__wrapper.container {
	display: flex;
	position: relative;
	justify-content: space-between;
	align-items: center;
	height: 810px;
	overflow: hidden;
	z-index: 1;
}

.pages-slider__tub {
	display: block;
	margin-bottom: 30px;
	font-size: 26px;
	text-transform: uppercase;
	color: var(--lighter-text);
	line-height: 150%;
}

.pages-slider__tub.-active {
	font-family: var(--bold);
}

.pages-slider__tubs {
	padding-right: 20px;
	padding-top: 0;
	position: relative;
	z-index: 1;
	max-width: 450px;
}

.pages-slider__content {
	width: 50%;
}


.pages-slider__content-slide {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding-left: 260px;
	padding-right: 10%;
  /* background-color: #fff; */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.pages-slider__content-slide .pages-slider__h1,
.pages-slider__content-slide .pages-slider__p,
.pages-slider__content-slide .common-white-btn {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}

.pages-slider__h1,
.pages-slider__p {
	position: relative;
	font-weight: 900;
	color: #fff;
	line-height: 150%;
}

.pages-slider__h1 {
	margin-bottom: 10px;
	padding-top: 0;
	font-size: 35px;
	text-transform: uppercase;
}

.pages-slider__p {
	font-size: 16px;
}

.pages-slider__content .common-white-btn {
	display: block;
	padding: 10px 15px;
	margin-top: 20px;
	z-index: 1;
	position: relative;
	font-size: 18px;
	text-align: center;
}

.circle__wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: var(--max-width);
	height: 810px;
	overflow: hidden;
}

.circle__bkg {
	position: absolute;
	top: 0;
	left: 50%;
	top: 50%;
	padding-bottom: 500px;
	width: 500px;
	height: 500px;
	z-index: 0;
	overflow: hidden;
	border-radius: 50%;
	background-color: #fff;
	transform: translate(-50%, -50%);
}

.circle__bkg div {
	width: 1920px;
	height: 810px;
	position: absolute;
	max-width: var(--max-width);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.circle__mask-wrapper {
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	width: 500px;
	padding-bottom: 500px;
	transform: translate(-50%, -50%);
}

.circle__mask {
	position: absolute;
	margin: 0;
  /* z-index: 99; */
  /* width: 1440px; */
	width: 1440px;
	max-width: var(--max-width);
	height: 810px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.circle__border-mask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 77%;
	transition: background-size .5s ease-in, opacity .1s ease;
}

.circle__border-mask.-animated {
	background-size: auto 400%;
}

.pages-slider__tubs {
	position: absolute;
}
.pages-slider__content {
	width: 100%;
	height: 100%;
}
.pages-slider__content .slick-list,
.pages-slider__content .slick-track {
	height: 100%;
}


.pages-slider__content:not(.slick-initialized) .pages-slide__wrapper:nth-child(n+2),
.pages-slide__bgs:not(.slick-initialized) .pages-slide__bg-wrap:nth-child(n+2) {
	display: none;
}
.pages-slide__bgs:not(.slick-initialized) .pages-slide__bg-wrap {
	width: 100%;
	height: 100%;
}

@media (max-width: 1440px) {

  .pages-slider__wrapper.container,
  .circle__wrapper {
    height: calc(100vw / 1.7777778);
  }

  .circle__bkg {
    left: 50%;
    top: 50%;
    width: 36%;
    height: 36%;
    padding-bottom: 36%;
  }

  .circle__bkg div {
    width: 100vw;
    height: calc(100vw / 1.7777778);
  }

  .circle__mask-wrapper {
    left: 50%;
    top: 50%;
    width: 36%;
    height: 36%;
    padding-bottom: 36%;
  }

  .circle__mask {
	    width: 100vw;
    height: calc(100vw / 1.7777778);
    transform: translate(-50%, -50%);
    margin: auto;
    left: 50%;
    top: 50%;
    max-width: var(--max-width);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  .circle__border-mask {
    background-size: 44% auto;
  }

  .circle__border-mask.-animated {
    background-size: 210% auto;
  }
}

@media (max-width: 1399px) {
  .pages-slider__content-slide {
    padding-left: 19%;
    padding-right: 4%;
    padding-top: 13%;
  }

  .pages-slider__h1 {
    padding-top: 0;
    font-size: 2.4vw;
  }

  .pages-slider__p {
    font-size: 1.19vw;
  }

  .pages-slider__tub {
    font-size: 1.85vw;
    margin-bottom: 2vw;
  }
}

@media (max-width: 1025px) {
	.pages-slider {
		padding-top: 15px;
	}
	.circle__border-mask {
	    background-size: contain;
	}
	.circle__wrapper {
		height: 80vw;
	}
	.circle__bkg {
		left: 50%;
		top: 50%;
		width: 70vw;
		height: 70vw;
		padding-bottom: 0;
	}
	.circle__mask {
		width: 100vw;
	    height: 100vw;
	}
	.circle__mask-wrapper {
	    left: 50%;
	    top: 50%;
	    width: 70vw;
	    height: 70vw;
	    padding-bottom: 0;
	  }

	.circle__bkg div {
		width: 100vw;
		height: 100vw;
	}
	.pages-slider__wrapper.container {
		height: initial;
		flex-direction: column-reverse;
		padding: 0;
	}

	.pages-slider__content {
		width: 100%;
		height: auto;
		position: relative;
	}

	.pages-slider__content-slide {
		width: 100%;
		padding: 13% 20px 0;
		text-align: center;
	}

	.pages-slider__content-slide .pages-slider__h1,
	.pages-slider__content-slide .pages-slider__p,
	.pages-slider__content-slide .common-white-btn {
		margin-top: 10px;
		display: inline-block;
	}

	.pages-slider__h1 {
		font-size: 23px;
		margin-bottom: 5px;
	}

	.pages-slider__p {
		font-size: 12px;
	}

	.pages-slider__tubs {
		padding-top: 48px;
		padding-right: 0;
		height: 112px;
		display: flex;
		justify-content: center;
		column-gap: 30px;
		position: initial;
	}

	.pages-slider__tub {
		width: 15px;
		height: 15px;
		font-size: 0;
		margin-bottom: 0;
		position: relative;
	}

	.pages-slider__tub::before {
		content: '';
		width: 15px;
		height: 15px;
		border-radius: 8px;
		position: absolute;
		left: 0;
		top: 0;
		background: #000;
		opacity: 0.2;
	}

	.pages-slider__tub.-active::before {
		background: #4a7c8c;
		opacity: 1;
	}
	.pages-slide {
		padding-top: 40vw;
	}
	.pages-slider__content-slide {
		width: 100%;
		padding: 40vw 20px 15px;
		text-align: center;
		position: initial;
	}
	.pages-slide__bgs, .pages-slide__bgs.slick-slider {
		width: 100%;
		top: 40vw;
		height: calc(100% - 40vw - 112px);
	}
}

@media (max-width: 575px) {
	.pages-slider__h1 {
		font-size: 18px;
	}

	.circle__wrapper {
		top: 0;
	}
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/news.list/news-list/style.css?16502711104656*/
.actual-news {
	--padding-top: 51px;
	padding-top: var(--padding-top);
}

.actual-news__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 32px;
	margin: 0 0 50px;
}

.actual-news .block-title {
	margin-top: calc(0% - var(--padding-top));
}

.actual-news .actual-news-item__wrap:first-child {
	padding: 0 96px 0 0;
	display: flex;
	color: #fff;
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 90px 80px;
	background-color: var(--bean-blue);
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__img {
	height: 230px;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__date, .actual-news .actual-news-item__wrap:first-child .actual-news-item__title, .actual-news .actual-news-item__wrap:first-child .actual-news-item__button {
	color: #fff;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__title {
	font-size: 24px;
	line-height: 130%;
	min-height: 160px;
	display: flex;
	align-items: end;
	text-transform: uppercase;
	order: 1;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__date {
	margin-bottom: 20px;
	order: 2;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__img {
	margin-bottom: 20px;
	order: 3;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__desc {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
	order: 4;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__button {
	order: 5;
}

.actual-news .actual-news-item__wrap:first-child .actual-news-item__button .common-border-btn {
	border-color: #fff;
	color: #fff;
	display: inline-block;
}

@media (max-width: 1023px) {
	.actual-news .actual-news-item__wrap:first-child .actual-news-item {
		padding: 22px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.actual-news .actual-news-item__wrap:first-child .actual-news-item__title {
		min-height: initial;
		font-size: 23px;
	}

	.actual-news .actual-news-item__wrap:first-child .actual-news-item__date, .actual-news .actual-news-item__wrap:first-child .actual-news-item__title {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.actual-news .actual-news-item__wrap:first-child .actual-news-item__img {
		height: 198px;
	}

	.actual-news .actual-news-item__wrap:first-child .actual-news-item__title {
		font-size: 20px;
	}
}

@media (max-width: 1499px) {
	.actual-news .actual-news-item__wrap:first-child {
		padding-right: 60px;
	}
}

@media (max-width: 1199px) {
	.actual-news .actual-news-item__wrap:first-child {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.actual-news .actual-news-item__wrap:first-child {
		grid-column: initial;
	}
}

.actual-news__more-button {
	text-align: center;
}

.actual-news__all-button {
	margin: 0 auto;
	width: max-content;
	padding: 30px 0 0;
}

@media (max-width: 1299px) {
	.actual-news__inner {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 1199px) {
	.actual-news {
		--padding-top: 30px;
	}

	.actual-news__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1023px) {
	.actual-news__more-button .common-border-btn {
		display: block;
	}
}

@media (max-width: 767px) {
	.actual-news__inner {
		grid-template-columns: repeat(1, 1fr);
	}
}

.actual-news-item {
	position: relative;
	text-align: center;
}

.actual-news-item__img {
	height: 190px;
	position: relative;
	margin: 0 0 8px;
}

.actual-news-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.actual-news-item__img img.mask {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: initial;
}

.actual-news-item__label {
	padding: 2px 21px 2px 30px;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: var(--colored-4);
	color: #fff;
	font-family: var(--light);
	font-size: 14px;
}

.actual-news-item__date {
	color: var(--lighter-text);
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 150%;
}

.actual-news-item__title {
	color: var(--dark-text);
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	min-height: 80px;
	margin: 0 0 17px;
}

.actual-news-item__desc {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 10px;
	min-height: 123px;
}

.actual-news-item__button {
	text-align: center;
}

.actual-news-item__button .common-rigth-arrow {
	justify-content: center;
}

@media (max-width: 1023px) {
	.actual-news-item__title {
		min-height: initial;
	}

	.actual-news-item__desc {
		min-height: 110px;
	}
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/socials/style.css?1650271110468*/
.socials-block__inner {
	margin: 0 auto;
	padding: 45px 0 0;
}

.socials-block__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 35px;
}

.socials-block-item {
	text-align: center;
}

.socials-block-item__img {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	margin-bottom: 20px;
}

@media (max-width: 575px) {
	.socials-block__list {
		flex-direction: column;
		align-items: center;
		row-gap: 23px;
	}
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/footer-sites/style.css?16673775192358*/
.footer__slider-wrapper {
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 34px;
}

.footer__slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	min-width: 0;
	padding: 0 60px;
}

.footer__slider .slick-arrow:not(.slick-disabled) {
	cursor: none !important;
	-webkit-transition: var(--animation);
	transition: var(--animation);
}

.footer__slider .slick-list {
	margin: 0 auto;
}

.footer__slider .slick-arrow {
	width: 50px;
	height: 50px;
	position: absolute;
	font-size: 0px;
	background: url("/local/templates/boiron_2021/images/slider-cursor.svg") center/cover no-repeat;
	border-radius: 50%;
	border: 0px;
	opacity: 0;
	-webkit-transition: var(--animation);
	transition: var(--animation);
	z-index: 10;
}

.footer__slider .slick-prev::before,
.footer__slider .slick-next::before {
	opacity: 0;
}

.footer__slider .slick-prev.slick-disabled::before,
.footer__slider .slick-next.slick-disabled::before {
	opacity: 0;
}

.footer__slider .slick-prev.slick-disabled,
.footer__slider .slick-next.slick-disabled {
	/*opacity: 0.25;*/
}

.footer__slider .slick-prev:hover::before,
.footer__slider .slick-prev:focus::before,
.footer__slider .slick-next:hover::before,
.footer__slider .slick-next:focus::before {
	opacity: 0;
}

.footer__slider .slick-prev:hover,
.footer__slider .slick-prev:focus,
.footer__slider .slick-next:hover,
.footer__slider .slick-next:focus {
	background: url("/local/templates/boiron_2021/images/slider-cursor.svg") center/cover no-repeat;
}

.footer__slider a {
	padding-right: 5px;
	-webkit-transition: var(--animation);
	transition: var(--animation);
}

.footer__slider a:hover {
	font-weight: bold;
}

.footer__slider .slick-arrow.slick-prev {
	background: url("/local/templates/boiron_2021/images/slider-cursor-prev.svg") center/cover no-repeat;
}

.footer__slider .slick-arrow:not(.slick-disabled):hover {
	opacity: 1;
}

.footer__slider-arrow {
	display: none;
	width: 150px;
	height: 100px;
	top: 0;
	position: absolute;
	background-color: red;
}

.footer__slider-next {
	right: 0;
}

.footer__slider .slick-arrow.slick-next {
	right: 0;
}

.footer__slider .slick-arrow.slick-prev {
	left: 0;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/footer-column/style.css?1650271110891*/
.footer__column-menu {
  display: flex;
  max-width: 1300px;
  margin: auto;
}

.footer__column-h1 {
  margin-bottom: 10px;
  font-size: 16px;
  font-family: var(--bold);
  text-transform: uppercase;
  color: var(--colored-4);
  line-height: 150%;
}

.footer__column-menu li a {
  display: block;
  font-size: 16px;
  color: var(--lighter-text);
  -webkit-transition: var(--animation);
  transition: var(--animation);
  line-height: 1.3;
}

.footer__column-menu li:first-child a {
	font-size: 16px;
    color: #4a7c8c;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer__column-menu li + li {
	margin-top: 7px;
}

.footer__column-menu li a:hover {
  text-shadow: var(--text-shadow);
}

.footer__column-wrapper {
  width: 100%;
  padding: 0 40px;
  border-right: 1px solid var(--colored-4);
}

.footer__column-wrapper:last-child {
  border-right: 0px;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/footer-bottom/style.css?1650271110771*/
/* 4.FOOTER ROW MENU START */
.footer__row-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  padding: 12px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.footer__row-menu li {
  margin: 16px;
}

.footer__row-menu li a {
  display: block;
  font-size: 16px;
  text-decoration: underline;
  color: var(--lighter-text);
  text-align: center;
  line-height: 150%;
  -webkit-transition: var(--animation);
  transition: var(--animation);
}

.footer__row-menu li a:hover {
  text-shadow: var(--text-shadow);
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/menu/footer-socials/style.css?1650271110583*/
.footer__social {
  margin-top: 24px;
}

.footer__social .common-h3 {
  font-size: 16px;
  font-family: var(--regular);
  text-align: center;
}

.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 11px;
  padding-bottom: 17px;
}

.footer__social-list a {
  display: block;
  width: 35px;
  margin: 0 7px;
}

.footer__social-list img {
  width: 100%;
}
/* End */


/* Start:/local/templates/boiron_2021/components/bitrix/form.result.new/popup2/style.css?17048794301928*/
.hide{display:none;}
.formSubscribe__container{background:#fff;border-radius:8px;max-width:460px;width:100%;margin:auto;}
.formSubscribe__img{width:100%;border-radius:8px 8px 0 0;}
.formSubscribe__wrap,.formSubscribe__answer{padding:19px 24px 24px;}
.formSubscribe__title{font-family:var(--bold);font-size:18px;font-weight:600;line-height:1.5;}
.formSubscribe__text{padding:12px 0 0;font-size:13px;line-height:1.8;font-weight:700;}
.formSubscribe__box{padding:26px 0 0;display:flex;}
.formSubscribe__field {width:100%;max-width:292px;height:40px;border:1px solid #E3E3E3;border-right:0;border-radius:4px 0 0 4px;}
.formSubscribe__field input {
	border: none;
	width: 100%;
	height: 100%;
	padding:0 13px;
	font-size:13px;
}
.formSubscribe__btn{height:40px;line-height:40px;padding:0 7px;width:120px;background-color:#4a7c8c;border:0;border-radius:0 4px 4px 0;color:#FFF;font-size:14px;}
.formSubscribe__btn:hover{background-color:#65a7bd;}
.formSubscribe__accept{display:flex;align-items:flex-start;font-size:9px;color:rgb(94, 122, 138);padding:12px 0 0;}
.formSubscribe__acceptInput{display:none;}
.formSubscribe__accept input{width:15px;height:15px;}
.formSubscribe__accept label {padding:0 0 0 9px;}
.formSubscribe__accept label a{color:rgb(94, 122, 138);text-decoration:underline;}
.formSubscribe__answer{text-align:center;border-top: 1px solid var(--silver);}
.formSubscribe__download{display: block; border: 1px solid var(--link-text); color: var(--link-text); padding: 11px 10px 10px; border-radius: 4px;transition:.32s;}
.formSubscribe__download:hover{background: var(--link-text); color: #fff;}
.mfp-inline-holder .mfp-content .formSubscribe .mfp-close{right:50%;top:0;margin:0 -230px 0 0;}
.mfp-bg{opacity:.35}
@media (max-width: 600px) {
	.mfp-inline-holder .mfp-content{max-width:460px;width:100%;}
	.mfp-inline-holder .mfp-content .formSubscribe .mfp-close{right:0;top:0;margin:0;}
}

/* End */


/* Start:/local/templates/boiron_2021/styles.css?17065977684309*/
[id^="wait_"],
[id^="wait_comp_"] {
    border: none !important;
    padding: 0 !important;
    background: none !important;
    position: fixed !important;
    width: 160px !important;
    height: 160px !important;
    top: calc(50% - 80px) !important;
    left: calc(50% - 80px) !important;
    text-align: center !important;
    z-index: 9999 !important;
    content: '' !important;
    color: transparent !important;
}

[id^="wait_"]:before,
[id^="wait_comp_"]:before {
    content: '' !important;
    background: rgba(0,0,0,0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
}

[id^="wait_"]:after,
[id^="wait_comp_"]:after {
    position: absolute !important;
    content: '' !important;
    display: block !important;
    width: 160px !important;
    height: 160px !important;
    top: 0 !important;
    left: 0 !important;
    border-radius: 80px !important;
    z-index: 9999 !important;
    background: url(/local/templates/boiron_2021/images/Spinner-long-grey.svg) no-repeat;
    background-size: contain;
}

.agreement-cookies-wrap, .agreement-cookies-wrap {
    opacity: 0;
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    max-width: 100%;
    width: 620px;
    padding: 10px 20px;
    background-color: white;
    text-align: left;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: opacity .5s, visibility;
    -moz-transition: opacity .5s, visibility;
    -o-transition: opacity .5s, visibility;
    transition: opacity .5s, visibility;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px 5px 0 0;
    border: 1px solid rgba(0, 0, 0, 0.33);
    z-index: 7
}

.agreement-cookies-wrap .agreement-cookies-text {
    font-size: 12px
}

.agreement-cookies-wrap .btn-text {
    text-decoration: none;
    border-bottom: 1px dashed currentColor
}

.agreement-cookies-buttons {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
    padding-left: 15px
}

.agreement-cookies-wrap .agreement-cookies {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.agreement-cookies-wrap .btn-cookie {
    display: inline-block;
    color: white;
    background-color: var(--bean-blue);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
    margin: 0;
    padding: 9px 20px;
    border: none;
    border-top: 2px solid var(--bean-blue);
    border-radius: 20px;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    max-width: none;
    text-decoration: none;
    transition: background-color 300ms ease-in-out
}

.agreement-cookies-wrap .btn-cookie:hover {
    background-color: var(--bean-blue)
}

.agreement-cookies-buttons > * + * {
    margin-top: 5px
}


@media (max-width: 1160px) {
    .slider-august-wr ~ .agreement-cookies-wrap, .agreement-cookies-wrap {
        left: 0;
        max-width: 100%;
        border: none;
        border-top: 1px solid rgba(0, 0, 0, 0.33);
        border-radius: 0
    }
}

@media (max-width: 720px) {
    .agreement-cookies-wrap .agreement-cookies {
        flex-direction: column
    }

    .agreement-cookies-buttons {
        flex-direction: row;
        margin-left: 0;
        padding-left: 0;
        margin-top: 5px;
        padding-top: 5px
    }

    .agreement-cookies-buttons > * + * {
        margin-top: 0;
        margin-left: 15px
    }

    .agreement-cookies-wrap .agreement-cookies-text {
        text-align: center
    }
}

@media (max-width: 500px) {
    .agreement-cookies-wrap .agreement-cookies-text {
        font-size: 12px;
        line-height: 1.2
    }
}

img.lazy[data-src] {
    visibility: hidden;
}
/* End */


/* Start:/local/templates/boiron_2021/template_styles.css?172059483672343*/
@font-face {
  font-family: 'MontserratLight';
  font-style: normal;
  font-weight: 100;
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.eot");
  /* IE9 Compat Modes */
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.eot?#iefix") format("embedded-opentype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.woff2") format("woff2"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.woff") format("woff"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.ttf") format("truetype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-100.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'MontserratRegular';
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.eot");
  /* IE9 Compat Modes */
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.woff") format("woff"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.ttf") format("truetype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-regular.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'MontserratBold';
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.eot");
  /* IE9 Compat Modes */
  src: url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.woff") format("woff"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.ttf") format("truetype"), url("/local/templates/boiron_2021/./fonts/montserrat-v18-latin_cyrillic-700.svg#Montserrat") format("svg");
  /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  src: local(""), url("/local/templates/boiron_2021/./fonts/Montserrat-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: local(""), url("/local/templates/boiron_2021/./fonts/Montserrat-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local(""), url("/local/templates/boiron_2021/./fonts/Montserrat-Italic.ttf") format("truetype");
}

/*
-------------------------------------------------
FONTS END
-------------------------------------------------
*/
* {
  margin: 0;
  padding: 0;
  font-family: var(--regular);
  list-style: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
  cursor: url("/local/templates/boiron_2021/./images/cursor.svg"), progress !important;
}

:root {
  --bean-blue: #4A7C8C;
  --light-text: #313131;
  --silver: #D1CDCD;
  --lighter-text: #727272;
  --the-lightest-text: #EFEFEF;
  --dark-text: #141414;
  --link-text: #009AD4;
  --colored-1: #6C759C;
  --colored-2: #7FB500;
  --colored-3: #94C8D6;
  --colored-4: #4A7C8C;
  --colored-5: #F99C7D;
  --colored-brown: #A85F54;
  --border: #D5D5D5;
  --max-width: 1980px;
  --light: 'MontserratLight';
  --regular: 'MontserratRegular';
  --bold: 'MontserratBold';
  --text-shadow: 0px 0px 1px var(--lighter-text);
  --box-shadow: 0 0 7px 0 rgb(0 0 0 / 15%);
  --box-shadow-12: 0 0 12px 0 rgb(0 0 0 / 15%);
  --banner-inner-shadow: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 67%, rgba(0, 0, 0, 0.7));
  --animation: all 0.3s ease-in-out;
  --text-20: calc((100vw - 320px)/(1980 - 320) * (20 - 18) + 18px);
}

nobr {
  font-family: inherit;
}

.container {
  max-width: 1980px;
  padding-left: 30px;
  padding-right: 30px;
  margin: auto;
  width: 100%;
}

.common-link_icon,
.common-link_white-icon,
.common-link_grey-icon {
  display: flex;
  align-items: center;
}

.common-link_icon {
  color: var(--link-text);
}

.common-link_white-icon::after,
.common-link_icon::after,
.common-link_grey-icon::after {
  content: '';
  display: block;
  width: 12px;
  height: 18px;
  margin-left: 5px;
  background: url("/local/templates/boiron_2021/./images/link_white.svg") center/100% no-repeat;
}

.common-link_icon::after {
  background: url("/local/templates/boiron_2021/./images/link.svg") center/100% no-repeat;
}

.common-link_grey-icon::after {
  background: url("/local/templates/boiron_2021/./images/link_grey.svg") center/100% no-repeat;
}

.common-h2 {
  margin: 25px auto;
  max-width: 600px;
  font-family: var(--bold);
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 130%;
}

.common-h3 {
  margin: 10px;
  font-size: var(--text-20);
  font-family: var(--bold);
  color: #000;
  line-height: 150%;
}

.common-p {
  margin: 0 10px;
  font-size: 18px;
  font-family: var(--regular);
  color: #000;
  line-height: 140%;
}

.common-mini-p {
  font-size: 16px;
  font-family: var(--regular);
  color: var(--lighter-text);
  line-height: 150%;
}

.common-rigth-arrow {
  display: flex;
  align-items: center;
  position: relative;
}

.common-rigth-arrow::before {
  content: '';
  width: 20px;
  min-width: 20px;
  height: 11px;
  display: block;
  position: relative;
  margin-right: 8px;
  background: url("/local/templates/boiron_2021/./images/right-arrow.svg") center/cover no-repeat;
  transition: var(--animation);
}

.common-rigth-arrow:hover::before {
  transform: translateX(-8px);
}

.back-btn {
  padding: 3px 17px;
  display: inline-block;
  margin-top: 12px;
  border: 2px solid var(--lighter-text);
  border-radius: 20px;
}

.back-btn img {
  transition: var(--animation);
}

.back-btn:hover img {
  transform: translateX(-8px);
}

.slick-track {
  display: flex;
}

.slick-list {
  overflow: hidden;
}

.common-white-btn {
  display: block;
  margin: 10px 0;
  padding: 0 15px;
  font-size: 14px;
  color: var(--lighter-text);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 22px;
  transition: var(--animation);
}

.common-white-btn:hover,
.common-border-btn:hover {
  background-color: var(--lighter-text);
  color: #fff;
}

.common-border-btn {
  padding: 5px 15px;
  font-size: 18px;
  text-align: center;
  border: 1px solid var(--lighter-text);
  color: var(--lighter-text);
  transition: var(--animation);
  border-radius: 22px;
  display: inline-block;
}

.common-border-btn_white {
  color: #fff;
  border-color: #fff;
  background: transparent;
}

@media (max-width: 767px) {
  .common-border-btn {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .common-border-btn {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

body.-opened {
  overflow-y: hidden !important;
}

.mfp-inline-holder .mfp-content {
  width: 75%;
}

.mfp-inline-holder .mfp-content .mfp-close {
  position: absolute;
  right: 0px;
  top: -30px;
}

.yt-player-wrap {
  height: 75vh;
}

.align-center,
*.align-center {
  text-align: center !important;
}

.lighter-text {
  color: var(--lighter-text);
}

.close-button {
  display: block;
  width: 30px;
  height: 30px;
  position: relative;
}

.close-button::before, .close-button::after {
  content: '';
  position: absolute;
  left: 0;
  top: 15px;
  width: 100%;
  border-bottom: 2px solid #fff;
}

.close-button::before {
  transform: rotate(45deg);
}

.close-button::after {
  transform: rotate(-45deg);
}

.introduction-block {
  --padding-bottom: 47px;
  background: var(--bean-blue);
  padding: 40px 20px var(--padding-bottom);
  color: #fff;
  text-align: center;
  position: relative;
  font-family: "MontserratRegular", sans-serif;
  font-size: 20px;
  line-height: 130%;
  min-height: 200px;
  display: flex;
  align-items: center;
}

.introduction-block__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.introduction-block p, .introduction-block li {
  margin: 0 0 20px;
}

.introduction-block__title, .introduction-block__title:is(p) {
  margin: 0 0 40px;
  line-height: 130%;
}

.introduction-block__mask {
  width: 100%;
  height: var(--padding-bottom);
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media (max-width: 1199px) {
  .introduction-block {
    min-height: initial;
  }
}

@media (max-width: 767px) {
  .introduction-block {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .introduction-block {
    font-size: 16px;
  }
}

@media (max-width: 426px) {
  .container {
    padding: 0 20px;
  }

  .common-h2 {
    font-size: 16px;
  }
}

/*
-------------------------------------------------
PRODUCT PAGE STYLES START
-------------------------------------------------
*/
/* 1.BANNER START */
.product-banner {
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 67%, rgba(0, 0, 0, 0.7)), url("/local/templates/boiron_2021/./images/product-bkg.png.png");
}

/* 1.BANNER END */
/* 2.PRODUCT LIST START */
.product-list__img {
  position: relative;
  overflow: hidden;
  height: 255px;
}

.product-list__img .mask {
  position: absolute;
  bottom: 0;
  left: 0;
}

.product-list__img img:first-child {
  height: 100%;
  object-fit: cover;
}

.product-list__ul {
  display: flex;
  margin-top: 100px;
  justify-content: center;
  flex-wrap: wrap;
}

.product-list__ul li {
  padding-bottom: 0;
  position: relative;
  width: 450px;
  margin: 10px;
  text-align: center;
  padding-bottom: 15px;
  transition: var(--animation);
}
.product-list__ul li a {
	display: block;
}

.product-list__ul li .common-h3 {
  text-transform: uppercase;
}

.product-list__ul li:hover {
  box-shadow: var(--box-shadow-12);
}

.product-list__mini-p {
  /*position: absolute;*/
  /*bottom: 20px;*/
  margin-top: 20px;
  width: 100%;
  justify-content: center;
}

.product-list__ul li img {
  width: 100%;
}

/* 2.PRODUCT LIST END */
/* 3.PRODUCT MEDIA START */
/* 1025px */
@media (max-width: 1025px) {
  .product-list__ul li img:first-child {
    display: block;
    position: relative;
    object-fit: cover;
    height: 250px;
  }

  .product-list__ul {
    margin: 0;
  }

  .product-list__ul .product-list__img {
    position: relative;
  }

  .product-list__ul li {
    width: 100%;
    max-width: 300px;
  }
}

/* 3.PRODUCT MEDIA END */
/*
-------------------------------------------------
PRODUCT PAGE STYLES END
-------------------------------------------------
*/
/* 2.LAZY LOAD WRAPPER START */
.lazyload__product {
  position: relative;
  margin-top: 95px;
}

.lazyload__product img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transition: all 0.3s linear;
  transform: translateY(50px);
  opacity: 0;
}

.lazyload__product_contacts {
  padding-bottom: 71px;
}

.lazyload__product_contacts img,
.lazyload__product_contacts .lazyload__info-box,
.lazyload__product_contacts .lazyload__h2,
.lazyload__product_contacts *.lazyload__p,
.lazyload__product_contacts .lazyload__btn {
  transform: none;
  opacity: 1;
}

.lazyload__product_contacts .lazyload__info-box {
  bottom: 0;
}

.lazyload__product_contacts .lazyload__h2 {
  font-size: 42px;
}

.lazyload__product_contacts *.lazyload__p {
  font-size: 30px;
}

.lazyload__product_contacts .lazyload__btn {
  transition: all linear 0.2s;
}

.lazyload__product_contacts .lazyload__btn:hover {
  color: var(--lighter-text);
  background-color: #fff;
}

@media (max-width: 1025px) {
  .lazyload__product .lazyload__h2 {
    font-size: 25px;
  }

  .lazyload__product *.lazyload__p {
    font-size: 15px;
  }
}

@media (max-width: 1025px) {
  .lazyload__product {
    margin-top: 65px;
  }
}

@media (max-width: 1100px) {
  .lazyload__product img {
    /*height: 450px;*/
    height: auto;
  }
}

@media (max-width: 767px) {
  .lazyload__product {
    margin: 35px 0;
  }
}

.lazyload__product.-visible img,
.lazyload.-visible .lazyload__info-box,
.lazyload.-visible .lazyload__h2,
.lazyload.-visible p,
.lazyload.-visible .lazyload__btn {
  transform: translateY(0px);
  opacity: 1;
}

.lazyload__info-box {
  position: absolute;
  width: 59%;
  padding: 40px 45px;
  bottom: -85px;
  right: 0;
  transition: all 0.3s linear 0.2s;
  transform: translateY(50px);
  background-color: var(--colored-brown);
  opacity: 0;
}

@media (max-width: 1100px) {
	.lazyload__info-box {
		position: initial;
		width: 100%;
		bottom: -70px;
		padding: 23px 20px;
	}
}

.lazyload__h2 {
  z-index: 1;
  position: relative;
  font-size: 35px;
  font-family: var(--bold);
  text-transform: uppercase;
  transition: all 0.2s linear 0.5s;
  transform: translateY(30px);
  color: #fff;
  opacity: 0;
}

@media (max-width: 1100px) {
  .lazyload__h2 {
    font-size: 23px;
  }
}

.lazyload__product p {
  margin-top: 17px;
  margin-bottom: 27px;
  z-index: 1;
  position: relative;
  font-size: 40px;
  font-weight: 300;
  line-height: 1.18;
  color: #fff;
  transition: all 0.2s linear 0.6s;
  transform: translateY(30px);
  opacity: 0;
}

@media (max-width: 1100px) {
  .lazyload__product p {
    font-size: 25px;
  }
}

@media (max-width: 450px) {
  .lazyload__product p {
    font-size: 18px;
  }
}

.lazyload__btn {
  margin-top: 0;
  z-index: 1;
  position: relative;
  font-size: 20px;
  padding: 5px 15px;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.2s linear 0.7s;
  transform: translateY(15px);
  color: #fff;
  border-radius: 22px;
  opacity: 0;
}

@media (max-width: 1025px) {
  .lazyload__btn {
    font-size: 18px;
  }
}

@media (max-width: 500px) {
  .lazyload__btn {
    display: block;
    font-size: 16px;
  }
}

/* 2.LAZY LOAD WRAPPER END */
.lazyload__video-block {
  margin-top: 150px;
  position: relative;
}

.lazyload__video-block_about {
  margin-top: 79px;
}

@media (max-width: 1025px) {
  .lazyload__video-block {
    margin-top: 40px;
  }
}

.lazyload__video {
  height: 580px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .lazyload__video {
    height: 300px;
  }
}

.lazyload__video video {
  position: absolute;
  z-index: 1;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.lazyload__video .playBtn {
  width: 90px;
  height: 90px;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 300ms ease-in-out;
}
.lazyload__video:hover .playBtn {
	transform: translate(-50%, -50%) scale(1.5);
}

@media (max-width: 1025px) {
  .lazyload__video .playBtn {
    width: 60px;
    height: 60px;
  }
}

.lazyload__text,
.lazyload__text div {
  font-size: 70px;
  font-weight: 300;
}

.lazyload__text {
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 20;
  width: calc(80% + 50vw - 50%);
  color: #fff;
  line-height: 1;
}

.lazyload__text div {
  padding-left: 80px;
}

@media (max-width: 1600px) {
	.lazyload__text,
	.lazyload__text div {
		font-size: 50px;
	}
}

@media (max-width: 1200px) {
  .lazyload__text {
    top: 15px;
    height: 15px;
    font-size: 25px;
  }

  .lazyload__text div {
    padding-left: 20px;
    font-size: 25px;
  }
}

@media (max-width: 500px) {

  .lazyload__text,
  .lazyload__text div {
    font-size: 16px;
  }
}

/* 3.1.YOUTUBE POPUP START */
.lazyload__youtube-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: -10;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all .2s linear;
  opacity: 0;
}

.lazyload__youtube-video.-visible {
  opacity: 1;
  z-index: 1000000000000000000;
}

.lazyload__youtube-container {
  position: relative;
  width: 90%;
  max-width: 953px;
}

.lazyload__youtube-container>div {
  padding-bottom: 56.25%;
}

.lazyload__youtube-container>div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 3.1.YOUTUBE POPUP END */
/* 3.VIDEO START */
.background {
  height: 150px;
  width: 100%;
  background-color: var(--colored-4);
}

@media (max-width: 1200px) {
  .background {
    height: 60px;
  }
}

/* 3.VIDEO END */
/* 4.PERSONAL APPROACHE BLOCK START */
.approache {
  display: flex;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
}

.approache a {
  color: inherit;
}

.approache__mask_right {
  position: absolute;
  top: 0;
  right: -1px;
  height: calc(100% + 1px);
  width: auto;
  transform: rotate(180deg);
}

.approache_contacts .approache__left-column {
  width: 56%;
  padding-left: 0;
  padding-right: 5%;
}

.approache_contacts .approache__left-column>* {
  max-width: 95%;
}

.approache_contacts .approache__right-column {
  width: 44%;
  padding-left: 0;
}

.approache_contacts .approache__img,
.approache_contacts .approache__h3,
.approache_contacts .approache__p,
.approache_contacts .approache__mask_bottom,
.approache_contacts .approache__btn.common-border-btn {
  transform: none;
  opacity: 1;
}

.approache_mirrored {
  flex-direction: row-reverse;
}

.approache_mirrored .approache__left-column {
  padding-right: 0;
  padding-left: 9%;
}

.approache_mirrored .approache__mask_left {
  right: 0;
  left: auto;
  transform: rotate(180deg);
}

.approache_main-office {
  padding-top: 79px;
}

.approache_main-office .approache__h3 {
  margin-bottom: 5px;
}

.approache_main-office .approache__p ul li {
  padding-top: 10px;
}

@media (max-width: 1025px) {
  .approache_contacts {
    padding-top: 25px;
  }

  .approache_contacts .approache__left-column,
  .approache_contacts .approache__right-column {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .approache_contacts .approache__left-column>* {
    max-width: 100%;
  }

  .approache_contacts .approache__img {
    max-height: 300px;
    object-fit: cover;
  }

  .approache_contacts .approache__h3 {
    text-align: center;
  }

  .approache_main-office {
    padding-top: 20px;
  }

  .approache_main-office .approache__h3 {
    font-size: 24px;
    margin-bottom: 0;
  }

  .approache .approache__mask_right {
    display: none;
  }
}

@media (max-width: 767px) {
  .approache_main-office .approache__h3 {
    font-size: 18px;
  }

  .approache .approache__p {
    font-size: 12px;
  }

  .approache .approache__btn.common-border-btn {
    font-size: 12px;
    margin-top: 12px;
  }
}

@media (max-width: 1025px) {
  .approache {
    flex-direction: column;
  }
}

.approache__left-column {
  padding-left: 8.33%;
  width: 50%;
  order: 1;
  margin-top: 0;
  position: relative;
}

@media (max-width: 1025px) {
  .approache__left-column {
    width: 100%;
    order: 2;
    margin-top: 16px;
    padding-left: 0;
  }
}

.lazyload.-visible .approache__h3,
.lazyload.-visible .approache__p,
.lazyload.-visible .approache__btn.common-border-btn,
.lazyload.-visible .approache__img,
.lazyload.-visible .approache__mask_bottom {
  transform: translateY(0);
  opacity: 1;
}

.approache__h3 {
  font-size: 28px;
  font-family: var(--bold);
  text-align: left;
  transition: all 0.2s linear;
  transform: translateY(30px);
  opacity: 0;
}

.lazyload.-visible .approache__h3,
.lazyload.-visible .approache__p,
.lazyload.-visible .approache__btn.common-border-btn,
.lazyload.-visible .approache__img,
.lazyload.-visible .approache__mask_bottom {
  transform: translateY(0);
  opacity: 1;
}

.approache__h3 {
  font-size: 28px;
  font-family: var(--bold);
  text-align: left;
  transition: all .2s linear;
  transform: translateY(30px);
  opacity: 0;
}

@media (max-width: 1025px) {
  .lazyload.-visible .approache__h3 {
    font-size: 18px;
    text-align: center;
  }
}

.approache__p {
  padding-top: 5px;
  font-size: 18px;
  transition: all .2s linear .1s;
  transform: translateY(30px);
  opacity: 0;
  line-height: 150%;
}

@media (max-width: 1025px) {
  .approache__p {
    font-size: 16px;
    text-align: center;
  }
}

.approache__btn.common-border-btn {
  display: inline-block;
  font-size: 20px;
  width: auto;
  margin-top: 24px;
  line-height: 150%;
  transition: all .2s linear .2s;
  transform: translateY(15px);
  opacity: 0;
}

@media (max-width: 1025px) {
  .approache__btn.common-border-btn {
    width: 100%;
    font-size: 18px;
  }
}

.approache__right-column {
  margin-left: 0;
  padding-left: 8.33%;
  width: 50%;
  order: 1;
  position: relative;
}

@media (max-width: 1025px) {
  .approache__right-column {
    width: 100vw;
    padding-left: 0;
  }
}

.approache__right-column div {
  position: relative;
}

.approache__img {
  width: 100%;
  height: auto;
  display: block;
  transition: all .3s linear;
  transform: translateY(70px);
  opacity: 0;
}

.approache__mask {
  display: block;
  position: absolute;
}

.approache__mask_left {
  height: 100%;
  width: auto;
  top: 0;
  left: -4px;
}

@media (max-width: 1025px) {
  .approache__mask_left {
    display: none;
  }
}

.approache__mask_bottom {
  width: 100%;
  height: auto;
  bottom: -2px;
  left: 0px;
  display: none;
  transition: all .3s linear;
  transform: translateY(70px);
  opacity: 0;
}

@media (max-width: 1025px) {
  .approache__mask_bottom {
    display: block;
  }
}

/* 4.PERSONAL APPROACHE BLOCK END */
/* 5.PERCENT BLOCK START */
.percent__row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 50px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .percent__row {
    margin-top: 30px;
    padding-top: 15px;
  }
}

.percent__row::before {
  content: "";
  position: absolute;
  display: block;
  height: 200px;
  width: calc(100% + (50vw - 50%));
  top: 0;
  left: 0;
  z-index: 1;
  background: #f7fafd;
}

.lazyload.-visible .percent__column {
  transform: translateY(0);
  opacity: 1;
}

.percent__column {
  width: 350px;
  margin: 0;
  flex: 1;
  min-width: 250px;
  z-index: 5;
  transition: all 0.2s linear;
  transform: translateY(50px);
  opacity: 0;
}

@media (max-width: 1025px) {
  .percent__column {
    transform: translateY(0);
    opacity: 1;
  }
}

.percent__column img {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  object-fit: cover;
}

@media (max-width: 1440px) {
  .percent__column img {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 1025px) {
  .percent__column img {
    width: 160px;
    height: 160px;
  }
}

.percent__h3 {
  margin-top: 20px;
  font-size: 65px;
  font-family: var(--light);
  color: var(--colored-4);
  line-height: 58px;
  text-align: center;
}

.percent__h3 sub {
  bottom: auto;
  font-family: inherit;
  font-size: 70%;
}

@media (max-width: 1025px) {
  .percent__h3 {
    margin-top: 10px;
    font-size: 50px;
  }
}

.percent__column p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
}

@media (max-width: 1025px) {
  .percent__column p {
    font-size: 16px;
  }
}

.persent__text {
  margin-top: 30px;
  font-size: 12px;
  color: var(--lighter-text);
  line-height: 150%;
}

@media (max-width: 1025px) {
  .persent__text {
    margin: 30px 0;
  }
}

.percent__title {
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  padding-top: 60px;
  text-align: center;
}

.percent_wo-bg .percent__row::before {
  content: none;
}

.percent_numbers-page {
  background-color: #f7fafd;
  position: relative;
  padding-bottom: 120px;
}

.percent_numbers-page .percent__row {
  row-gap: 68px;
}

.percent_numbers-page .percent__row::before {
  content: none;
}

.percent_numbers-page .percent__column {
  flex: none;
  width: 33.33333%;
  font-size: 14px;
  opacity: 1;
  transform: none;
}

.percent_numbers-page .percent__column p {
  display: block;
  font-size: inherit;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1025px) {
  .percent_numbers-page .percent__row {
    padding-top: 0;
  }
}

@media (max-width: 767px) {
  .percent__row {
    margin-top: 15px;
  }
}

@media (max-width: 575px) {
  .percent__title {
    padding-top: 30px;
  }

  .percent_numbers-page .percent__row {
    margin-top: 30px;
    row-gap: 30px;
  }
}

/* 5.PERCENT BLOCK END */
.bottom-white-mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}

.socials-block__inner {
  margin: 0 auto;
  padding: 45px 0 0;
}

.socials-block__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 35px;
}

@media (max-width: 575px) {
  .socials-block__list {
    flex-direction: column;
    align-items: center;
    row-gap: 23px;
  }
}

.socials-block-item {
  text-align: center;
}

.socials-block-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin-bottom: 20px;
}

.common-h1 {
  position: absolute;
  left: 50%;
  bottom: 40px;
  font-family: var(--bold);
  font-size: 48px;
  text-transform: uppercase;
  line-height: 100%;
  text-align: center;
  transform: translateX(-50%);
  z-index: 1;
}

.text-center {
  text-align: center;
}

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

.light-green-text {
  color: #D7FFA4;
}

.light-red-text {
  color: #FFA4A4;
}

.lighter-text {
  color: var(--lighter-text);
}


.block-title {
  font-size: 35px;
  font-weight: 900;
  color: #727272;
  text-transform: uppercase;
  text-align: center;
  padding: 70px 0 0;
  margin: 0 0 20px;
  font-family: "MontserratBold", sans-serif;
}

.block-title_bolder {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

@media (max-width: 1199px) {
  .block-title {
    font-size: 23px;
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .block-title {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .block-title {
    padding-top: 25px;
    margin-bottom: 5px;
    font-size: 18px;
  }
}

.nav-tabs {
  display: flex;
  border: 2px solid var(--bean-blue);
  border-radius: 50px;
  font-size: 18px;
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
  width: max-content;
  overflow: hidden;
  max-width: 100vw;
}

.nav-tabs__item {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: var(--bean-blue);
  border-right: 2px solid var(--bean-blue);
  text-align: center;
}

.nav-tabs__item:last-child {
  border: none;
}

.nav-tabs__item a {
  padding: 15px 25px;
  display: flex;
  align-items: center;
  color: inherit;
}

.nav-tabs__item.current {
  background-color: var(--bean-blue);
  color: #fff;
}

@media (max-width: 991px) {
  .nav-tabs {
    font-size: 14px;
  }

  .nav-tabs__item a {
    padding: 11px 10px;
  }
}

@media (max-width: 767px) {
  .nav-tabs__item a {
    padding: 10px 7px;
  }
}

@media (max-width: 575px) {
  .nav-tabs {
    font-size: 12px;
  }

  .nav-tabs__item a {
    padding: 8px 5px;
  }
}

.nav-tabs-content {
  display: none;
}

.nav-tabs-content.current {
  display: block;
}

.nav-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-buttons__prev, .nav-buttons__next {
  position: relative;
  border-color: var(--dark-text);
  color: var(--dark-text);
  max-width: 45%;
  background: transparent;
}

.nav-buttons__prev::before, .nav-buttons__next::before {
  content: "";
  position: absolute;
  left: 8px;
  top: calc(50% - 5px);
  width: 20px;
  height: 11px;
  display: block;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY4NjkgNS41NjIzOEMxMS42MzcxIDUuNjE0NjcgMTEuNTk3NiA1LjY3Njg5IDExLjU3MDYgNS43NDU0M0MxMS41NDM2IDUuODEzOTggMTEuNTI5NyA1Ljg4NzUgMTEuNTI5NyA1Ljk2MTc2QzExLjUyOTcgNi4wMzYwMSAxMS41NDM2IDYuMTA5NTQgMTEuNTcwNiA2LjE3ODA4QzExLjU5NzYgNi4yNDY2MyAxMS42MzcxIDYuMzA4ODQgMTEuNjg2OSA2LjM2MTEzTDE0LjEzMDYgOC45NDg2M0gxLjYyNUMxLjQ4NDEgOC45NDg2MyAxLjM0ODk4IDkuMDA3OSAxLjI0OTM1IDkuMTEzMzlDMS4xNDk3MiA5LjIxODg3IDEuMDkzNzUgOS4zNjE5NSAxLjA5Mzc1IDkuNTExMTNDMS4wOTM3NSA5LjY2MDMyIDEuMTQ5NzIgOS44MDMzOSAxLjI0OTM1IDkuOTA4ODhDMS4zNDg5OCAxMC4wMTQ0IDEuNDg0MSAxMC4wNzM2IDEuNjI1IDEwLjA3MzZIMTQuMTJMMTEuNjg2OSAxMi42NDQzQzExLjU4NzkgMTIuNzQ5NyAxMS41MzI0IDEyLjg5MjIgMTEuNTMyNCAxMy4wNDA4QzExLjUzMjQgMTMuMTg5NCAxMS41ODc5IDEzLjMzMiAxMS42ODY5IDEzLjQzNzRDMTEuNzg2NCAxMy41NDIxIDExLjkyMTEgMTMuNjAxIDEyLjA2MTQgMTMuNjAxQzEyLjIwMTggMTMuNjAxIDEyLjMzNjQgMTMuNTQyMSAxMi40MzU5IDEzLjQzNzRMMTUuODE0NyA5Ljg1OTg4QzE1Ljg2MDIgOS44MTM2OCAxNS44OTYzIDkuNzU4MjMgMTUuOTIxMSA5LjY5Njg1QzE1Ljk0NTggOS42MzU0NiAxNS45NTg1IDkuNTY5NDIgMTUuOTU4NSA5LjUwMjdDMTUuOTU4NSA5LjQzNTk3IDE1Ljk0NTggOS4zNjk5MyAxNS45MjExIDkuMzA4NTRDMTUuODk2MyA5LjI0NzE2IDE1Ljg2MDIgOS4xOTE3MSAxNS44MTQ3IDkuMTQ1NTFMMTIuNDQxMiA1LjU2MjM4QzEyLjM5MTkgNS41MDk2NiAxMi4zMzMxIDUuNDY3ODEgMTIuMjY4NCA1LjQzOTI2QzEyLjIwMzYgNS40MTA3IDEyLjEzNDIgNS4zOTYgMTIuMDY0MSA1LjM5NkMxMS45OTM5IDUuMzk2IDExLjkyNDUgNS40MTA3IDExLjg1OTggNS40MzkyNkMxMS43OTUgNS40Njc4MSAxMS43MzYzIDUuNTA5NjYgMTEuNjg2OSA1LjU2MjM4WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K") center/cover no-repeat;
  transition-duration: 0.2s;
}

.nav-buttons__prev:hover, .nav-buttons__next:hover {
  background-color: transparent;
  color: var(--dark-text);
}

.nav-buttons__prev.disabled, .nav-buttons__next.disabled {
  opacity: 0.4;
}

.nav-buttons__prev {
  padding-left: 31px;
}

.nav-buttons__prev::before {
  transform: rotate(180deg);
}

.nav-buttons__prev:hover:not(.disabled)::before {
  left: 4px;
}

.nav-buttons__next {
  padding-right: 31px;
}

.nav-buttons__next::before {
  left: auto;
  right: 8px;
}

.nav-buttons__next:hover:not(.disabled)::before {
  right: 4px;
}

@media (max-width: 767px) {
  .nav-buttons {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .nav-buttons__prev::before, .nav-buttons__next::before {
    top: calc(50% - 4px);
    width: 13px;
    height: 9px;
  }

  .nav-buttons__prev {
    padding-left: 23px;
  }

  .nav-buttons__next {
    padding-right: 23px;
  }
}

.article-container {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 60px;
}

@media (max-width: 1199px) {
  .article-container {
    padding-top: 40px;
  }
}

@media (max-width: 991px) {
  .article-container {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .article-container {
    padding-top: 30px;
  }
}

.article-text {
  color: var(--dark-text);
  font-family: "MontserratRegular", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
}

.article-text *.title {
  margin-bottom: 20px;
  font-family: "MontserratBold", sans-serif;
  font-weight: 700;
}

.remark-text {
  font-size: 13px;
}

.article-text *.footnote {
  padding-top: 19px;
  font-size: 14px;
  border-top: 1px solid var(--lighter-text);
  color: var(--light-text);
}

.article-text *.blue-text {
  color: var(--bean-blue);
  font-family: "Montserrat", sans-serif;
  font-style: italic;
}

.article-text *.subtitle {
  font-size: 1.12em;
}

.article-text .common-link_icon,
.article-text .common-link_white-icon,
.article-text .common-link_grey-icon {
  display: inline-block;
  position: relative;
  padding-right: 15px;
}

.article-text .common-link_icon::after,
.article-text .common-link_white-icon::after,
.article-text .common-link_grey-icon::after {
  position: absolute;
  right: 0;
  bottom: 3px;
}

.article-text .common-link_icon:hover,
.article-text .common-link_white-icon:hover,
.article-text .common-link_grey-icon:hover {
  text-decoration: underline;
}

.article-text h1,
.article-text .h1,
.article-text h2,
.article-text .h2,
.article-text h3,
.article-text .h3 {
  line-height: 130%;
  text-transform: uppercase;
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
  margin: 0 auto 0.4em;
  text-align: center;
}

.article-text h4 {
  line-height: 130%;
  text-transform: uppercase;
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
  margin: 0 auto 0.8em;
  font-size: 1.1em;
  text-align: left;
}

.article-text h4 u {
  text-decoration: underline;
  font-family: "MontserratBold", sans-serif;

}

.article-text h1,
.article-text .h1 {
  font-size: 48px;
}

.article-text h2,
.article-text .h2 {
  font-size: 1.94em;
}

.article-text h3,
.article-text *.h3 {
  font-size: 1.35em;
  text-align: left;
}

.article-text *.h3 {
  padding-top: 1.3em;
  margin-bottom: 0.833em;
}

.article-text p,
.article-text ul,
.article-text ol {
  margin-bottom: 0.8em;
}

.article-text ul li,
.article-text ol li {
  padding: 0 0 0 16px;
  margin: 0 0 20px;
  position: relative;
}

.article-text ul li:last-child,
.article-text ol li:last-child {
  margin-bottom: 0;
}

.article-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 2px;
  background-color: var(--dark-text);
}

.article-text ol li {
  text-overflow: ellipsis;
  overflow: hidden;
}

.article-text ol li::before {
  content: attr(data-mark);
  position: absolute;
  left: 0;
  top: 3px;
  font-size: 14px;
  line-height: 100%;
  color: var(--bean-blue);
}

.article-text b,
.article-text strong {
  font-family: "MontserratBold", sans-serif;
  font-weight: 700;
}

.article-text blockquote {
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  margin-bottom: 14px;
}

@media (max-width: 1199px) {
  .article-text {
    font-size: 16px;
  }
  .remark-text {
  font-size: 11px;
}

}

@media (max-width: 767px) {
  .article-text {
    font-size: 14px;

  }
  .remark-text {
  font-size: 9px;
}


  .article-text *.footnote {
    font-size: 12px;
  }

  .article-text ol li::before {
    font-size: 12px;
  }

  .article-text h2,
  .article-text .h2 {
    font-size: 1.5em; } }
}

@media (max-width: 575px) {
  .article-text {
    font-size: 12px;
  }

  .article-text .common-link_icon::after,
  .article-text .common-link_white-icon::after,
  .article-text .common-link_grey-icon::after {
    bottom: 1px;
  }

  .article-text *.footnote {
    font-size: 10px;
  }

  .article-text *.footnote ol li::before {
    font-size: 10px;
  }
}

.article-back-button {
  padding: 110px 0 0;
}

@media (max-width: 1199px) {
  .article-back-button {
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .article-back-button {
    padding-top: 30px;
  }
}

.drugs-list {
  padding-top: 58px;
}

.drugs-list__tabs {
  margin: 0 0 78px;
}

.drugs-list__tabs .nav-tabs {
  margin: 0 auto;
}

.drugs-list__tabs .nav-tabs__item {
  max-width: 205px;
}

.drugs-list__content {
  max-width: 1130px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.drugs-list__item {
  color: var(--dark-text);
}

.drugs-list__item a {
  color: inherit;
}

.drugs-list__item .common-rigth-arrow::before {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxNyAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjY4NjkgNS41NjIzOEMxMS42MzcxIDUuNjE0NjcgMTEuNTk3NiA1LjY3Njg5IDExLjU3MDYgNS43NDU0M0MxMS41NDM2IDUuODEzOTggMTEuNTI5NyA1Ljg4NzUgMTEuNTI5NyA1Ljk2MTc2QzExLjUyOTcgNi4wMzYwMSAxMS41NDM2IDYuMTA5NTQgMTEuNTcwNiA2LjE3ODA4QzExLjU5NzYgNi4yNDY2MyAxMS42MzcxIDYuMzA4ODQgMTEuNjg2OSA2LjM2MTEzTDE0LjEzMDYgOC45NDg2M0gxLjYyNUMxLjQ4NDEgOC45NDg2MyAxLjM0ODk4IDkuMDA3OSAxLjI0OTM1IDkuMTEzMzlDMS4xNDk3MiA5LjIxODg3IDEuMDkzNzUgOS4zNjE5NSAxLjA5Mzc1IDkuNTExMTNDMS4wOTM3NSA5LjY2MDMyIDEuMTQ5NzIgOS44MDMzOSAxLjI0OTM1IDkuOTA4ODhDMS4zNDg5OCAxMC4wMTQ0IDEuNDg0MSAxMC4wNzM2IDEuNjI1IDEwLjA3MzZIMTQuMTJMMTEuNjg2OSAxMi42NDQzQzExLjU4NzkgMTIuNzQ5NyAxMS41MzI0IDEyLjg5MjIgMTEuNTMyNCAxMy4wNDA4QzExLjUzMjQgMTMuMTg5NCAxMS41ODc5IDEzLjMzMiAxMS42ODY5IDEzLjQzNzRDMTEuNzg2NCAxMy41NDIxIDExLjkyMTEgMTMuNjAxIDEyLjA2MTQgMTMuNjAxQzEyLjIwMTggMTMuNjAxIDEyLjMzNjQgMTMuNTQyMSAxMi40MzU5IDEzLjQzNzRMMTUuODE0NyA5Ljg1OTg4QzE1Ljg2MDIgOS44MTM2OCAxNS44OTYzIDkuNzU4MjMgMTUuOTIxMSA5LjY5Njg1QzE1Ljk0NTggOS42MzU0NiAxNS45NTg1IDkuNTY5NDIgMTUuOTU4NSA5LjUwMjdDMTUuOTU4NSA5LjQzNTk3IDE1Ljk0NTggOS4zNjk5MyAxNS45MjExIDkuMzA4NTRDMTUuODk2MyA5LjI0NzE2IDE1Ljg2MDIgOS4xOTE3MSAxNS44MTQ3IDkuMTQ1NTFMMTIuNDQxMiA1LjU2MjM4QzEyLjM5MTkgNS41MDk2NiAxMi4zMzMxIDUuNDY3ODEgMTIuMjY4NCA1LjQzOTI2QzEyLjIwMzYgNS40MTA3IDEyLjEzNDIgNS4zOTYgMTIuMDY0MSA1LjM5NkMxMS45OTM5IDUuMzk2IDExLjkyNDUgNS40MTA3IDExLjg1OTggNS40MzkyNkMxMS43OTUgNS40Njc4MSAxMS43MzYzIDUuNTA5NjYgMTEuNjg2OSA1LjU2MjM4WiIgZmlsbD0iIzE0MTQxNCIvPgo8L3N2Zz4K") center/cover no-repeat;
}

@media (max-width: 1199px) {
  .drugs-list__content {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 991px) {
  .drugs-list {
    padding-top: 30px;
  }

  .drugs-list__tabs {
    margin-bottom: 35px;
  }

  .drugs-list__tabs .nav-tabs__item {
    max-width: 154px;
  }

  .drugs-list__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .drugs-list__tabs .nav-tabs__item {
    max-width: 124px;
  }

  .drugs-list__content {
    grid-template-columns: repeat(1, 1fr);
  }
}

.history {
  padding-top: 80px;
}

.history__tabs {
  margin: 0 0 80px;
}

.history .nav-tabs {
  margin: 0 auto;
}

.history .nav-tabs__item {
  max-width: 305px;
}

@media (max-width: 991px) {
  .history .nav-tabs__item {
    max-width: 220px;
  }
}

@media (max-width: 767px) {
  .history {
    padding-top: 45px;
  }

  .history__tabs {
    margin-bottom: 45px;
  }

  .history .nav-tabs {
    font-size: 12px;
  }

  .history .nav-tabs__item {
    max-width: 161px;
  }
}

@media (max-width: 575px) {
  .history .nav-tabs__item {
    font-size: 9px;
    max-width: 96px;
  }

  .history .nav-tabs__item a {
    padding: 5px 3px;
  }
}

.history-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 25px;
  grid-column-gap: 32px;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .history-list {
    grid-column-gap: 15px;
  }
}

@media (max-width: 575px) {
  .history-list {
    grid-template-columns: repeat(1, 1fr);
  }
}

.history-list-item {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.history-list-item__img {
  height: 190px;
  position: relative;
  margin: 0 0 8px;
}

.history-list-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.history-list-item__img img.mask {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  object-fit: initial;
}

.history-list-item__label {
  padding: 2px 21px 2px 30px;
  position: absolute;
  top: 18px;
  left: 0;
  background-color: var(--colored-4);
  color: #fff;
  font-family: var(--light);
  font-size: 14px;
}

.history-list-item__date {
  color: var(--lighter-text);
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 150%;
}

.history-list-item__title {
  color: var(--dark-text);
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
  min-height: 80px;
  margin: 0 0 17px;
}

.history-list-item__desc {
  font-size: 16px;
  line-height: 150%;
  margin: 0 0 10px;
  min-height: 123px;
}

.history-list-item__button {
  text-align: center;
  margin-top: auto;
}

.history-list-item__button .common-rigth-arrow {
  justify-content: center;
}

@media (max-width: 1023px) {
  .history-list-item__title {
    min-height: initial;
  }

  .history-list-item__desc {
    min-height: 110px;
  }
}

@media (max-width: 767px) {
  .history-list-item__date, .history-list-item__title, .history-list-item__desc {
    font-size: 12px;
  }

  .history-list-item__date {
    margin-bottom: 4px;
  }

  .history-list-item__title {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .history-list-item__img {
    height: 155px;
  }
}

.history-list-item__title {
  min-height: 55px;
  margin: 0 auto 10px;
  max-width: 300px;
  font-size: 18px;
}

.history-list-item__desc {
  min-height: 90px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .history-list-item__title {
    font-size: 14px;
    min-height: 45px;
  }

  .history-list-item__desc {
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .history-list-item__img {
    height: 170px;
  }

  .history-list-item__title, .history-list-item__desc {
    min-height: initial;
  }
}

.quote-block {
  display: flex;
  flex-wrap: wrap;
  min-height: 558px;
  font-size: 18px;
  line-height: 150%;
  justify-content: center;
}

.quote-block__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56%;
  padding: 10px;
}

.quote-block__content-inner {
  max-width: 680px;
}

.quote-block__content-inner>*:last-child {
  margin-bottom: 0;
}

.quote-block__title {
  color: var(--lighter-text);
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 130%;
  font-size: 30px;
  text-transform: uppercase;
  margin: 0 0 15px;
  max-width: 600px;
}

.quote-block__page {
    color: var(--lighter-text);
    font-family: "Montserrat", sans-serif;
    font-weight: 800;
    line-height: 130%;
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 15px;
  }

.quote-block__text {
  margin: 0 0 20px;
  padding: 5px 0 0;
}

.quote-block__sign {
  color: var(--bean-blue);
  line-height: 150%;
  font-style: italic;
  margin: 0 0 35px;
}

.quote-block__quote {
  padding: 0px 15px 10px 10px;
  float: left;
  margin-top: -5px;
}

.quote-block .common-border-btn {
  margin: 0 auto 0 0;
}

.quote-block__img {
  position: relative;
  width: 44%;
}

.quote-block__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left bottom;
  left: 0;
  top: 0;
}

.quote-block__img img.mask {
  object-fit: initial;
  width: auto;
  height: 100%;
  left: auto;
  right: -1px;
  top: 0;
  transform: rotate(180deg);
}

.quote-block_mirror {
  flex-direction: row-reverse;
}

.quote-block_mirror .quote-block__img img.mask {
  transform: none;
  left: -1px;
  right: auto;
}

.quote-block.article-container {
	padding-left: 0;
	padding-right: 0;
	min-height: unset;
}
.quote-block.article-container .quote-block__content {
	width: 100%;
    padding: 0;
}
.quote-block.article-container .quote-block__content-inner {
	max-width: unset;
}
.quote-block.article-container .quote-block__title {
    max-width: unset;
}

@media (max-width: 1399px) {
  .quote-block {
    min-height: 460px;
  }

  .quote-block__content-inner {
    max-width: 560px;
  }
}

@media (max-width: 1199px) {
  .quote-block {
    min-height: 320px;
  }

  .quote-block__content-inner {
    max-width: 460px;
  }

  .quote-block__title {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .quote-block__page {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .quote-block__text, .quote-block__sign {
    font-size: 14px;
  }

  .quote-block__text {
    margin-bottom: 8px;
  }

  .quote-block__quote {
    padding: 0px 10px 5px 5px;
    width: 47px;
  }
}

@media (max-width: 991px) {
  .quote-block__content-inner {
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .quote-block {
    min-height: initial;
  }

  .quote-block__content {
    width: 100%;
    padding-top: 30px;
  }

  .quote-block__content-inner {
    max-width: 90%;
  }

  .quote-block__img {
    display: none;
  }
}

@media (min-width: 1300px) {
	.quote-block_big {
		min-height: 820px;
	}
}

@media (max-width: 1299px) and (min-width: 992px) {
	.quote-block_big {
		min-height: 610px;
	}
}

@media (min-width: 992px) {
	.quote-block_medium {
		min-height: 690px;
	}
}

.quote-block_bean-blue {
	background-color: #4a7c8c;
}

.quote-block_dirty-green {
	background-color: #697d36;
}

.quote-block_blue {
	background-color: #215572;
}

.quote-block_bean-blue *,
.quote-block_dirty-green *,
.quote-block_blue * {
	color: #fff;
}

.quote-block_circle .quote-block__img {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 32%;
	max-width: 250px;
}

.quote-block_circle .quote-block__img img {
	max-width: 250px;
	max-height: 250px;
	position: initial;
	border-radius: 125px;
	border: 1px solid #cdcdcd;
}

.quote-block_circle .quote-block__content {
	padding-left: 36px;
	/*flex-grow: 1;*/
}

.quote-block_circle.quote-block_circle-right .quote-block__content {
	padding-left: 0;
	padding-right: 36px;
}

.quote-block_circle .quote-block__content-inner {
	max-width: 950px;
}

@media (max-width: 767px) {
	.quote-block_circle .quote-block__img {
		margin-left: auto;
		margin-right: auto;
		padding-top: 30px;
	}

	.quote-block_circle .quote-block__content {
		padding-left: 10px;
	}
	.quote-block_circle.quote-block_circle-right .quote-block__content {
		padding-right: 10px;
	}
}

@media (min-width: 1500px) {
	.quote-block_small-img .quote-block__img {
		width: 37%;
	}

	.quote-block_small-img .quote-block__content {
		width: 63%;
	}

	.quote-block_small-img .quote-block__content-inner {
		max-width: 920px;
	}
}

@media (max-width: 767px) {
	.quote-block__text {
		font-size: 12px;
	}
}

.myths {
  padding-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

@media (max-width: 991px) {
  .myths {
    padding-top: 35px;
  }
}

@media (max-width: 767px) {
  .myths {
    grid-template-columns: repeat(1, 1fr);
  }
}

.myths-item {
  --padding: 38px;
  background: #f7fafd;
  padding: var(--padding);
  font-size: 16px;
}

.myths-item__title {
  font-size: 1.25em;
  line-height: 130%;
  text-transform: uppercase;
  min-height: 55px;
  max-width: 510px;
  margin: 0 0 1em;
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
}

.myths-item__true-false {
  background: var(--bean-blue);
  margin: 0 0 1em calc(0% - var(--padding));
  padding: 10px var(--padding);
  width: 310px;
  color: #fff;
  font-weight: bold;
  font-size: 1.25em;
}

.myths-item__text {
  line-height: 150%;
  color: var(--dark-text);
  min-height: 320px;
}

@media (max-width: 1199px) {
  .myths-item {
    --padding: 30px;
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .myths-item__true-false {
    width: auto;
  }
}

@media (max-width: 767px) {
  .myths-item__title, .myths-item__text {
    min-height: auto;
  }
}

@media (max-width: 575px) {
  .myths-item {
    --padding: 20px;
    font-size: 12px;
  }
}

.video-articles-block {
  background-color: #f7fafd;
  padding-bottom: 67px;
}

.video-articles-block .video-articles-block__play-button {
  display: block;
  border: none;
  background: transparent;
}

.video-articles-block__wrap {
  padding-top: 56px;
}

.video-articles-block__row {
  padding-top: 68px;
  display: flex;
}

.video-articles-block__preview {
  width: 49%;
}

.video-articles-block__preview-inner {
  height: 441px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-articles-block__text {
  width: 51%;
  padding: 20px 20px 0;
}

.video-articles-block__more-title {
  padding-top: 73px;
  text-align: center;
  margin-bottom: 20px;
}

.video-articles-block .video-articles-slider {
  max-width: 798px;
  margin: 0 auto;
}

@media (max-width: 1199px) {
  .video-articles-block {
    padding-bottom: 30px;
  }

  .video-articles-block__row {
    padding-top: 20px;
  }

  .video-articles-block__preview-inner {
    height: 380px;
  }

  .video-articles-block__more-title {
    padding-top: 30px;
  }
}

@media (max-width: 991px) {
  .video-articles-block__wrap {
    padding-top: 20px;
  }

  .video-articles-block__row {
    flex-direction: column;
  }

  .video-articles-block__preview, .video-articles-block__text {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .video-articles-block__more-title {
    font-size: 14px;
    padding-top: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .video-articles-block__preview-inner {
    height: 180px;
  }
}

.video-articles-slider {
  display: flex;
  width: 100%;
  position: relative;
  padding: 0 68px;
}
.video-articles-slider .slick-track,
.video-articles-slider .slick-list {
	display: flex;
	width: 100%;
}

.video-articles-slider .slider-prev-arrow,
.video-articles-slider .slider-next-arrow {
  position: absolute;
  top: 48px;
}

.video-articles-slider .slider-prev-arrow {
  left: 0;
}

.video-articles-slider .slider-next-arrow {
  right: 0;
}

@media (max-width: 991px) {
  .video-articles-slider .slider-prev-arrow {
    left: 9px;
  }

  .video-articles-slider .slider-next-arrow {
    right: 9px;
  }
}

@media (max-width: 575px) {
  .video-articles-slider {
    padding: 0 40px;
  }
}

.video-articles-slider-item {
  padding: 0 10px;
}

.video-articles-slider-item__preview {
  min-height: 117px;
  min-width: 210px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 0 0 10px;
}

.video-articles-slider-item__preview .playBtn {
  width: 30px;
  height: 30px;
}

.video-articles-slider-item__title {
  text-align: center;
  font-family: "MontserratBold", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
}

.video-articles-slider-item__text {
  display: none;
}

@media (max-width: 575px) {
  .video-articles-slider-item__preview {
    min-width: 175px;
  }

  .video-articles-slider-item__title {
    font-size: 12px;
  }
}

.slider-prev-arrow,
.slider-next-arrow {
  border: none;
  display: block;
  width: 43px;
  height: 20px;
  background: center/contain no-repeat url(/local/templates/boiron_2021/./images/next-slider-arrow.svg);
}

@media (max-width: 575px) {

  .slider-prev-arrow,
  .slider-next-arrow {
    width: 22px;
    height: 10px;
  }
}

.slider-prev-arrow {
  transform: rotate(180deg);
}

.header {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  /*top: -90px;*/
  /*-webkit-transition-duration: .4s;
  transition-duration: .4s;*/
}
.header + * {
	margin-top: 90px;
}
@media (max-width: 1025px) {
	.header + * {
		margin-top: 50px;
	}
}

/*body.scrolled .header {
  top: 0;
}*/

.header__top {
  width: 100%;
  background-color: var(--bean-blue);
  position: relative;
}

.header__top>.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.header__top .header__top-li>a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  font-size: 12px;
  color: #fff;
}

.header__top .header__top-li:first-child {
  margin-right: 22px;
}

.header__top-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-parent>a::after {
  content: '';
  width: 5px;
  height: 5px;
  margin-left: 6px;
  margin-top: -3px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__top-li a:hover {
  font-weight: bold;
}

.search__loupe {
  display: block;
  padding-left: 10px;
}

.header__nav-right {
  display: flex;
  align-items: center;
}

/* 1.1.HEADER TOP SUBMENU START */
.percent__row {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  padding-top: 50px;
  overflow: hidden;
}

@media (max-width: 1025px) {
  .percent__row {
    margin-top: 55px;
  }
}

.percent__row::before {
  content: '';
  position: absolute;
  display: block;
  height: 200px;
  width: calc(100% + (50vw - 50%));
  top: 0;
  left: 0;
  z-index: 1;
  background: #f7fafd;
}

.lazyload.-visible .percent__column {
  transform: translateY(0);
  opacity: 1;
}

.percent__column {
  width: 350px;
  margin: 0;
  flex: 1;
  min-width: 250px;
  z-index: 5;
  transition: all 0.2s linear;
  transform: translateY(50px);
  opacity: 0;
}

@media (max-width: 1025px) {
  .percent__column {
    transform: translateY(0);
    opacity: 1;
  }
}

.percent__column img {
  width: 260px;
  height: 260px;
  margin-left: 50%;
  border-radius: 50%;
  object-fit: cover;
  transform: translateX(-50%);
}

@media (max-width: 1440px) {
  .percent__column img {
    width: 220px;
    height: 220px;
  }
}

@media (max-width: 1025px) {
  .percent__column img {
    width: 160px;
    height: 160px;
  }
}

.percent__h3 {
  margin-top: 20px;
  font-size: 65px;
  font-family: var(--light);
  color: var(--colored-4);
  line-height: 58px;
  text-align: center;
}

@media (max-width: 1025px) {
  .percent__h3 {
    margin-top: 10px;
    font-size: 50px;
  }
}

.percent__column p {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  flex: 1;
  font-size: 18px;
  text-align: center;
  line-height: 150%;
  padding: 0 5px;
}

@media (max-width: 1025px) {
  .percent__column p {
    font-size: 16px;
  }
}

.persent__text {
  margin-top: 30px;
  font-size: 12px;
  color: var(--lighter-text);
  line-height: 150%;
}

@media (max-width: 1025px) {
  .persent__text {
    margin: 30px 0;
  }
}

footer {
  padding-top: 97px;
  background-color: white;
  position: relative;
}

.footer__logo {
  width: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1px;
  border-top: 1px solid var(--silver);
  margin-bottom: 35px;
}

.footer__logo a {
  display: block;
  position: relative;
  width: 105px;
}

.footer__logo a::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--silver);
  background: #fff;
  display: block;
  left: 27px;
  top: -12px;
  z-index: 10;
}

.footer__logo a img {
  width: 100%;
  z-index: 11;
  position: relative;
  display: block;
}

.footer__logo-p.common-p {
  font-size: 13px;
  color: #312171;
  text-align: center;
}

/*@media (max-width: 1200px) {
  .footer__column-menu {
    width: 80%;
  }
}*/

@media (max-width: 1025px) {
  .footer {
    padding-top: 40px;
  }

  .footer__column-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .footer__column-wrapper {
    padding: 20px 0;
    position: relative;
    border: 0px;
  }

  .footer__column-wrapper:not(:last-child):after {
    content: ' ';
    width: 80px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 40px);
    background-color: var(--colored-4);
  }

  .footer__row-menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer__row-menu li {
    margin: 5px 0;
  }

  .footer__logo {
    margin-bottom: 10px;
  }
}

@media (max-width: 769px) {
  .footer {
    padding-top: 30px;
  }
}

@media (max-width: 1150px) {

  .header__nav,
  .header__top {
    display: none;
  }
}

/*@media (max-width: 1025px) {
  .header {
    top: 0;
  }
}*/

.pharmacies-list {
	--border-color: #727272;
	--header-bg-color: #4a7c8c;
	--header-color: #fff;
	--links-color: #009ad4;
	--font-size: inherit;
}

.pharmacies-list__row {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid var(--border-color);
}

.pharmacies-list__col {
	width: 20%;
	padding: 10px 5px;
	color: inherit;
	border-right: 1px solid var(--border-color);
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	font-size: var(--font-size);
}

.pharmacies-list__col:last-child {
	border-right: none;
}

.pharmacies-list__col a {
	color: var(--links-color);
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
}

.pharmacies-list__col:nth-child(2) {
	width: 25%;
}

.pharmacies-list__col:nth-child(5) {
	width: 10%;
}

.pharmacies-list__head {
	background: var(--header-bg-color);
	color: var(--header-color);
}

.pharmacies-list__head .pharmacies-list__col {
	font-weight: bold;
	border: none;
}

.pharmacies-list__body {
	border-left: 1px solid var(--border-color);
	border-right: 1px solid var(--border-color);
}

@media (max-width: 767px) {
	.pharmacies-list__row {
		flex-direction: column;
	}

	.pharmacies-list__col {
		width: 100%;
	}

	.pharmacies-list__col:nth-child(2), .pharmacies-list__col:nth-child(5) {
		width: 100%;
	}

	.pharmacies-list__head {
		display: none;
	}

	.pharmacies-list__body {
		border-left: none;
		border-right: none;
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col {
		border-right: none;
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col::before {
		display: block;
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col:first-child::before {
		content: "Город: ";
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col:nth-child(2)::before {
		content: "Название аптеки: ";
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col:nth-child(3)::before {
		content: "Адрес аптеки, сайт в интернет: ";
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col:nth-child(4)::before {
		content: "Телефон аптек: ";
	}

	.pharmacies-list__body > .pharmacies-list__row > .pharmacies-list__col:nth-child(5)::before {
		content: "Интернет заказ есть/нет: ";
	}
}

.doyouknow-block {
	background-color: #a7532f;
	padding-bottom: 60px;
	margin-top: 20px;
}

.doyouknow-block_green {
	background-color: #587c4e;
}

.doyouknow-block_blue {
	background-color: #215572;
}

.doyouknow-block_bean-blue {
	background-color: #4a7c8c;
}

.doyouknow-block_dirty-green {
	background-color: #697d36;
}

.doyouknow-block_brown {
	background-color: #731f19;
}

.doyouknow-block_light-brown {
	background-color: #a85f54;
}

.doyouknow-block_crimson {
	background-color: #b6586d;
}

.doyouknow-block .article-text,
.doyouknow-block .article-text * {
	color: #fff;
	text-align: center;
}

.doyouknow-block .article-text ul li,
.doyouknow-block .article-text * ul li {
	width: max-content;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.doyouknow-block .article-text ul li::before,
.doyouknow-block .article-text * ul li::before {
	background-color: transparent;
	content: "-";
	color: #fff;
	top: 0;
}

.doyouknow-block .article-text ul.align-left li,
.doyouknow-block .article-text * ul.align-left li {
	margin-left: 0;
}

@media (max-width: 767px) {
	.doyouknow-block {
		padding-bottom: 30px;
	}
}

.align-left {
	text-align: left !important;
}

.italic-text {
	font-style: italic;
}

*.no-margin-top {
	margin-top: 0 !important;
}

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

.bean-blue-link {
	color: var(--bean-blue);
	text-decoration: underline;
	font-weight: 600;
}

.middle-container {
	width: 66%;
	margin: 0 auto;
}

.container_padding-top-l {
	padding-top: 90px;
}
.container_margin-top-l {
	margin-top: 90px;
}

@media (max-width: 991px) {
	.container_padding-top-l {
		padding-top: 30px;
	}
	.container_margin-top-l {
		margin-top: 30px;
	}
}

.container_padding-bottom-m {
	padding-bottom: 60px;
}

@media (max-width: 991px) {
	.container_padding-bottom-m {
		padding-bottom: 20px;
	}
}

.circle-list-mark {
	display: inline-block;
	background: center/contain no-repeat url("/local/templates/boiron_2021/../images/circle-light-blue.png");
	width: 16px;
	height: 16px;
}

.common-border-btn_white {
	border-color: #fff;
	color: #fff;
	text-decoration: none;
}

.common-border-btn_white:hover {
	color: var(--lighter-text) !important;
}

.video-articles-block__text_vertical-center {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.article-text *.footnote_wo-border {
	border-top: none;
}

.article-text.align-center * {
	text-align: center;
}


.lazyload-video_small-preview {
	background-color: var(--colored-4);
	margin-top: 60px;
}
.lazyload-video_small-preview .lazyload__video {
	width: 90%;
	max-width: 950px;
	margin: 0 auto;
	padding-bottom: 30px;
	display: flex;
	align-items: flex-end;
	height: auto;
}
.lazyload-video_small-preview .lazyload__video:after {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 25%);
    width: 100%;
    height: 100%;
    z-index: 1;
}
.lazyload-video_small-preview .lazyload__video video,
.lazyload-video_small-preview .lazyload__video .lazyload__preview-img {
	position: initial;
	object-fit: contain;
	transform: none;
	width: 100%;
	height: auto;
	min-height: auto;
}

@media (max-width: 1025px) {
	.lazyload-video_small-preview {
		margin-top: 30px;
	}
}

.lazyload__video-block_no-margin-top {
	margin-top: 0;
}

.lazyload__preview-img {
	position: absolute;
	z-index: 1;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.common-banner {
	width: 100%;
	height: calc(100vw / 1.777777778);
	max-height: 780px;
	max-width: 1920px;
	padding-top: 90px;
	color: #fff;
	background-size: cover;
	background-position: center;
	position: relative;
	margin: 0 auto;
}

.common-banner:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.42) 67%, rgba(0, 0, 0, 0.7));
}

.common-banner .back-btn {
	position: relative;
	z-index: 1;
}

.common-banner__content {
	position: absolute;
	left: 5%;
	right: 5%;
	bottom: 40px;
	z-index: 1;
}

.common-banner__content .common-h1 {
	position: relative;
	margin: 0;
	left: initial;
	bottom: initial;
	transform: initial;
}

.common-banner__date {
	padding-top: 13px;
	font-size: 20px;
	text-align: center;
}

/* 1025px */
@media (max-width: 1025px) {
	.common-banner .common-h1 {
		font-size: 23px;
		margin: 0 auto;
	}

	.common-banner {
		padding-top: 50px;
	}
}

/* 769px */
@media (max-width: 769px) {
	.common-banner {
		margin-top: 50px;
		padding-top: 0px;
	}

	.common-banner .common-h1 {
		width: 60%;
	}

	.common-banner__content .common-h1 {
		width: 100%;
	}
}

@media (max-width: 767px) {
	.common-mini-p {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.common-banner .common-h1 {
		font-size: 17px;
	}

	.common-banner__content {
		bottom: 17px;
	}

	.common-banner__date {
		font-size: 12px;
	}
}

.actual-news {
	--padding-top: 51px;
	padding-top: var(--padding-top);
}

.actual-news_3-col, .actual-news_articles-list {
	--padding-top: 74px;
	margin-left: auto;
	margin-right: auto;
}

.actual-news_3-col .actual-news__inner, .actual-news_articles-list .actual-news__inner {
	grid-template-columns: repeat(3, 1fr);
}

.actual-news_articles-list {
	max-width: 1130px;
}

.actual-news_articles-list .actual-news__inner {
	grid-column-gap: 89px;
}

.actual-news_3-col .actual-news__inner {
	grid-column-gap: 20px;
}

.actual-news__inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 32px;
	margin: 0 0 50px;
}

.actual-news .block-title {
	margin-top: calc(0% - var(--padding-top));
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child {
	padding: 0 96px 0 0;
	display: flex;
	color: #fff;
	grid-column: 1 / 3;
	grid-row: 1 / 3;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item {
	text-align: left;
	padding: 90px 80px;
	background-color: var(--bean-blue);
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__img {
	height: 230px;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__date, .actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__title, .actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__button {
	color: #fff;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__title {
	font-size: 24px;
	line-height: 130%;
	min-height: 160px;
	display: flex;
	align-items: end;
	text-transform: uppercase;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__date {
	margin-bottom: 20px;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__img {
	margin-bottom: 20px;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__desc {
	font-size: 18px;
	line-height: 150%;
	text-align: center;
	margin-bottom: 20px;
}

.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__button .common-border-btn {
	border-color: #fff;
	color: #fff;
	display: inline-block;
}

@media (max-width: 1023px) {
	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item {
		padding: 22px 20px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__title {
		min-height: initial;
		font-size: 23px;
	}

	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__date, .actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__title {
		text-align: center;
	}
}

@media (max-width: 575px) {
	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__img {
		height: 198px;
	}

	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__title {
		font-size: 17px;
	}

	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child .actual-news-item__desc {
		font-size: 14px;
	}
}

@media (max-width: 1499px) {
	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child {
		padding-right: 60px;
	}
}

@media (max-width: 1199px) {
	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child {
		padding-right: 0;
	}
}

@media (max-width: 767px) {
	.actual-news:not(.actual-news_articles-list):not(.actual-news_3-col) .actual-news-item__wrap:first-child {
		grid-column: initial;
	}
}

.actual-news__more-button {
	text-align: center;
}

.actual-news__all-button {
	margin: 0 auto;
	width: max-content;
	padding: 30px 0 0;
}

@media (max-width: 1299px) {
	.actual-news__inner {
		grid-template-columns: repeat(3, 1fr);
	}

	.actual-news_articles-list .actual-news__inner {
		grid-column-gap: 30px;
	}
}

@media (max-width: 1199px) {
	.actual-news {
		--padding-top: 30px;
	}

	.actual-news__inner {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 1023px) {
	.actual-news__more-button .common-border-btn {
		display: block;
	}
}

@media (max-width: 991px) {
	.actual-news_articles-list .actual-news-item__img {
		height: 140px;
	}
}

@media (max-width: 767px) {
	.actual-news__inner {
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 30px;
	}

	.actual-news_articles-list .actual-news__inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.actual-news_3-col .actual-news__inner {
		grid-template-columns: repeat(1, 1fr);
	}
}

@media (max-width: 575px) {
	.actual-news_articles-list .actual-news__inner {
		grid-template-columns: repeat(1, 1fr);
	}
}

.actual-news-item {
	position: relative;
	text-align: center;
}

.actual-news-item__img {
	height: 190px;
	position: relative;
	margin: 0 0 8px;
}

.actual-news-item__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.actual-news-item__img img.mask {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	object-fit: initial;
}

.actual-news-item__label {
	padding: 2px 21px 2px 30px;
	position: absolute;
	top: 18px;
	left: 0;
	background-color: var(--colored-4);
	color: #fff;
	font-family: var(--light);
	font-size: 14px;
}

.actual-news-item__date {
	color: var(--lighter-text);
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 150%;
}

.actual-news-item__title {
	color: var(--dark-text);
	font-weight: bold;
	font-size: 16px;
	line-height: 150%;
	min-height: 80px;
	margin: 0 0 17px;
}

.actual-news-item__desc {
	font-size: 16px;
	line-height: 150%;
	margin: 0 0 10px;
	min-height: 123px;
}

.actual-news-item__button {
	text-align: center;
}

.actual-news-item__button .common-rigth-arrow {
	justify-content: center;
}

@media (max-width: 1023px) {
	.actual-news-item__title {
		min-height: initial;
	}

	.actual-news-item__desc {
		min-height: 110px;
	}
}

@media (max-width: 767px) {
	.actual-news-item__date, .actual-news-item__title, .actual-news-item__desc {
		font-size: 12px;
	}

	.actual-news-item__date {
		margin-bottom: 4px;
	}

	.actual-news-item__title {
		margin-bottom: 10px;
	}
}

@media (max-width: 575px) {
	.actual-news-item__img {
		height: 155px;
	}
}

.actual-news_3-col .actual-news-item__img {
	height: 254px;
}

.actual-news_3-col .actual-news-item__title {
	min-height: 46px;
}

.actual-news_3-col .actual-news-item__desc {
	min-height: 82px;
}

@media (max-width: 1199px) {
	.actual-news_3-col .actual-news-item__img {
		height: 176px;
	}
}

@media (max-width: 767px) {
	.actual-news_3-col .actual-news-item__title, .actual-news_3-col .actual-news-item__desc {
		min-height: auto;
	}
}

.quote-block.img-article-text {
  min-height: 300px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 1199px) {
  .quote-block.img-article-text .quote-block__text {
    font-size: 16px;
  }
}

ul.list-arrow {
	list-style: none;
}
ul.list-arrow > li a {
    margin-right: 15px;
    font-size: 16px;
    color: var(--lighter-text);
    line-height: 150%;
    display: flex;
    position: relative;
    align-items: flex-start;
}
ul.list-arrow > li {
    padding-left: 20px;
    list-style: none;
}
ul.list-arrow > li::before {
	content: unset;
}
ul.list-arrow > li a::before {
    margin-top: 6px;
}
ul.list-arrow > li a::before {
    content: '';
    width: 20px;
    min-width: 20px;
    height: 11px;
    display: block;
    position: relative;
    margin-right: 8px;
    background: url(/local/templates/boiron_2021/./images/right-arrow.svg) center/cover no-repeat;
    transition: var(--animation);
}
ul.list-arrow > li a:hover::before {
    transform: translateX(-8px);
}

.at4-follow-outer {
	display: none !important;
}

.bright-button a {
  background-color: #b6586d;
  color: white;
}

.seoHiddenText__oppener {
  display: block;
  color: white;
  background-color: var(--bean-blue);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.1;
  white-space: nowrap;
  margin: 0;
  padding: 16px 34px;
  border: none;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  border-top: 2px solid var(--bean-blue);
  border-radius: 20px;
  -webkit-appearance: none;
  cursor: pointer;
  box-sizing: border-box;
  outline: none;
  width: fit-content;
  max-width: none;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
  margin: 0 auto;
}

.seoHiddenText {
  max-height: 0;
  overflow: hidden;
  transition: .8s;
}

.seoHiddenText--oppened {
  max-height: 5000px;
}



.main-drugs-list__content {
  max-width: 700px;
}
.main-drugs-list__content .drugs-list__item {
  width: calc(100% - 10px);
  border: 1px solid #ddd;
  border-radius: 2px;
  padding: 10px;
}


	.table-view1 table {
		margin: 30px auto;

	}

	.table-view1 table td, th {
		padding: 10px;
		
		border-right: 1px solid grey;
	}

	.table-view1 table tr td, tr th {
		border-bottom: 1px solid grey;
	}

	.table-view1 table tr:last-child  td{
		border-bottom: none;
	}

	.table-view1 table td:last-child, th:last-child {
		border-right: none;
		
	}

	.table-view1 table th {
		text-align: center;
		font-weight: bold;
	}

	.table-view1 {
		overflow-x: auto;
	}

.product-detail-description__content h3 {
margin-bottom: 15px;
}



.product-detail-description__content table.contentTableDesc {
border-collapse: collapse;
border: 1px solid #eee;
}

.product-detail-description__content table.contentTableDesc td {
border: 1px solid #eee;

padding: 5px;
}

.article-container.article-text u {
	text-decoration: underline;
}

.article-container.article-text a {
	color: var(--bean-blue);
}

.article-container.article-text.bright-button a{
	color: #fff;
}

/* End */
/* /local/templates/boiron_2021/css/normalize.css?16502711096138 */
/* /local/templates/boiron_2021/css/variables.css?1650271109827 */
/* /local/templates/boiron_2021/js/slick/slick.css?17062798951775 */
/* /local/templates/boiron_2021/js/slick/slick-theme.css?17062799203144 */
/* /local/templates/boiron_2021/js/magnific/jquery.magnific-popup.css?16502711106951 */
/* /local/templates/boiron_2021/components/bitrix/menu/main-top/style.css?16502711101840 */
/* /local/templates/boiron_2021/components/bitrix/menu/main/style.css?17205229015216 */
/* /local/templates/boiron_2021/components/bitrix/search.title/search-top/style.css?16502711102404 */
/* /local/templates/boiron_2021/components/bitrix/search.title/search-mobile/style.css?16502711101036 */
/* /local/templates/boiron_2021/components/bitrix/menu/main-mobile/style.css?16502711105966 */
/* /local/templates/boiron_2021/components/bitrix/menu/main-top-mobile/style.css?16502711101840 */
/* /local/templates/boiron_2021/components/bitrix/menu/header-socials/style.css?1650271110398 */
/* /local/templates/boiron_2021/components/bitrix/news.list/banners-list-main/style.css?16502711107473 */
/* /local/templates/boiron_2021/components/bitrix/news.list/news-list/style.css?16502711104656 */
/* /local/templates/boiron_2021/components/bitrix/menu/socials/style.css?1650271110468 */
/* /local/templates/boiron_2021/components/bitrix/menu/footer-sites/style.css?16673775192358 */
/* /local/templates/boiron_2021/components/bitrix/menu/footer-column/style.css?1650271110891 */
/* /local/templates/boiron_2021/components/bitrix/menu/footer-bottom/style.css?1650271110771 */
/* /local/templates/boiron_2021/components/bitrix/menu/footer-socials/style.css?1650271110583 */
/* /local/templates/boiron_2021/components/bitrix/form.result.new/popup2/style.css?17048794301928 */
/* /local/templates/boiron_2021/styles.css?17065977684309 */
/* /local/templates/boiron_2021/template_styles.css?172059483672343 */
