

/* Start:/bitrix/templates/nobasit/js/slick.css?16869228681893*/
/* 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:/bitrix/templates/nobasit/css/normalize.css?16869228146705*/
/*! 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 */
}

*{
    margin:0px;
    padding:0px;
    outline: none;
}
#bx-panel,
#bx-panel *,
.bx-component-opener,
.bx-component-opener *,
.bx-core-popup-menu,
.bx-core-popup-menu *{
    transition: none!important;
}
/* 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:/bitrix/templates/nobasit/css/fancybox.css?168692281413841*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:nth-child(1),.fancybox-button--pause svg:nth-child(1),.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;-webkit-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0;transform-origin:0;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0}.fancybox-caption{bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0;text-align:center;z-index:99996}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-44px;z-index:-1}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-caption{padding:12px}.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/bitrix/templates/nobasit/css/styles.css?175558598635656*/
@font-face {
    font-family: Gilroy;
    src: url("/bitrix/templates/nobasit/css/../fonts/Gilroy-Regular.ttf");
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy - Bold';
    src: url("/bitrix/templates/nobasit/css/../fonts/Gilroy-Bold.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Gilroy - Medium";
    src: url("/bitrix/templates/nobasit/css/../fonts/Gilroy-Medium.ttf");
    font-display: swap;
}

@font-face {
    font-family: "Proxima Nova - Regular";
    src: url("/bitrix/templates/nobasit/css/../fonts/ProximaNova-Regular.ttf");
    font-display: swap;
}

* {
    box-sizing: border-box;
}

body {
    position: relative;
}

a {
    color: #333;
}

.map-block * {
    transition: none !important;
    font-family: Gilroy, sans-serif;
}

.items-accordion * {
    transition: none !important;
}

.items-accordion .item:before {
    transition: all 0.2s ease !important;
}

body {
    overflow-x: hidden;
    transition: none !important;
}

body:before {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    min-height: 100%;
    background: url(/bitrix/templates/nobasit/css/../src/pattern.png) no-repeat;
    display: block;
    content: " ";
    z-index: 0;
    background-position-y: 1280px;
    pointer-events: none;
}

body {
    position: relative;
}

body {
    font-size: 18px;
    font-family: Gilroy, sans-serif, sans-serif;
    color: #333;
    line-height: 24px;
}

.h0,
h1,
.h1,
h2,
.h2,
h4,
.h4,
.bold,
b,
strong {
    font-family: 'Gilroy - Bold', sans-serif, sans-serif;
}

.h0,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    display: block;
}

.d-block {
    display: block;
}

.h0 {
    font-size: 70px;
    line-height: 72px;
}

h1,
.h1 {
    font-size: 72px;
    line-height: 82px;
}

h2,
.h2 {
    font-size: 48px;
    line-height: 56px;
}

h3,
.h3 {
    font-size: 28px;
    line-height: 40px;
}

.text-large {
    font-size: 26px;
    line-height: 40px;
}

.text-medium {
    font-size: 24px;
    line-height: 34px;
}

.text-small,
.h4,
h4 {
    font-size: 18px;
    line-height: 24px;
}

.container {
    padding: 0 70px;
}

a {
    text-decoration: none;
}

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

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

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

.text-white {
    color: #fff;
}

.text-black {
    color: #333;
}

.color {
    color: #522d8f;
}


.container {
    margin: 0 auto;
    max-width: 1310px;
    position: relative;
}

.wide-container {
    max-width: 1640px !important;
}

.header .container {
    display: flex;
    height: 90px;
    align-items: center;
    justify-content: space-between;
}

.header {
    background: #ffffff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-bottom: 1px solid #E7E7E7;
}

.header-menu ul {
    display: flex;
}

.header-menu ul li {
    display: block;
    padding: 0px 20px;
}

.header-menu ul li a {
    color: #333;
}

.main-banner {
    height: 1080px;
    background: url(/bitrix/templates/nobasit/css/../src/bg.webp) no-repeat;
    background-size: cover;
    color: #fff;
}

.main-banner .med-desc {
    left: 140px;
    top: 235px;
    position: absolute;
    max-width: 190px;
}

.main-banner .h0 {
    max-width: 780px;
    margin: 0 auto;
    padding-top: 270px;
}

.main-banner .btn {
    color: #fff;
}

.btns {
    padding: 50px 0px;
    display: flex;
}

.btns-center {
    text-align: center;
    justify-content: center;
}

.btns>* {
    margin-right: 42px;
}

.btns-center>*:last-child {
    margin-right: 0px;
}

.btn {
    height: 74px;
    line-height: 74px;
    font-weight: bold;
    font-size: 24px;
    display: inline-flex;
    color: #FF00C8;
    font-family: 'Gilroy - Bold', sans-serif;
}

.btn-round-chevron:before {
    width: 74px;
    height: 74px;
    content: " ";
    background: url(/bitrix/templates/nobasit/css/../src/chevron-btn.png) center center no-repeat;
    display: inline-block;
    margin-right: 15px;
}

.btn-round-chevron-invert:before {
    width: 74px;
    height: 74px;
    content: " ";
    background: url(/bitrix/templates/nobasit/css/../src/chevron-btn-i.png) center center no-repeat;
    display: inline-block;
    margin-right: 15px;
}

.btn-round-play-invert:before {
    width: 74px;
    height: 74px;
    content: " ";
    background: url(/bitrix/templates/nobasit/css/../src/chevron-play-i.png) center center no-repeat;
    display: inline-block;
    margin-right: 15px;
}

.med-id {
    position: absolute;
    top: 150px;
    left: -155px;
    color: #aaa;
}

.main-promo .med-id {
    position: absolute;
    top: 150px;
    left: -155px;
    color: #aaa;
}

.col-2-content {
    display: flex;
}

.main-promo .col-2-content {
    padding-top: 345px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 390px;
}

.main-promo .col-2-content>* {
    width: 50%;
}

.video-block {
    width: 1310px;
    height: 700px;
    background: #eee;
    position: relative;
    top: -290px;
    margin-bottom: -290px;
}

.main-video .h2 {
    max-width: 860px;
    padding: 40px 0px;
}

.video-content {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 50px 0 70px 0;
}

.video-content .h3 {
    max-width: 988px;
    margin: 0 auto;
}

.video-content .items {
    display: flex;
    justify-content: space-between;
}

.video-content .items .item {
    padding: 70px 50px 60px 50px;
    background: #fff;
    max-width: 420px;
    margin-right: 20px;
}

.video-content .items .item:last-child {
    margin-right: 0px;
}

.video-content .items .icon {
    margin-bottom: 40px;
}

.text-large {
    font-size: 26px;
    line-height: 40px;
}

.main-diffs .container {
    padding-top: 100px;
    padding-bottom: 275px;
}

.main-diffs .h1 {
    margin-bottom: 115px;
}

.video-block {
    position: relative;
    top: -290px;
}

.diff-items {
    justify-content: center;
    align-content: center;
    max-width: 1200px;
    margin: 0 auto;
}

.diff-items .item {
    padding: 55px 55px 60px 55px;
    background: #E7F3FF;
    position: relative;
    max-width: 610px;
}

.diff-items .item:last-child {
    background: #F2F8FF;
    top: 65px;
    left: -20px
}

.text-medium {
    margin-bottom: 30px;
}

.diff-items .item .h2 {
    margin-bottom: 15px;
}

.diff-items .item ul {
    font-size: 18px;
    line-height: 24px;
    font-family: 'Gilroy - Bold', sans-serif;
}

.diff-items .item ul li {
    margin-bottom: 20px;
    display: block;
    padding-left: 40px;
    position: relative;
}

.diff-items .item ul li:before {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #FF00C8;
    left: 10px;
    top: 5px;
    border-radius: 100%;
}

.main-about .container {
    padding-top: 65px;
    padding-bottom: 70px;
}

.container {
    margin: 0 auto;
    max-width: 1300px;
    position: relative;
}

.left-background .container:before {
    content: " ";
    position: absolute;
    top: 0px;
    left: -1000px;
    right: -100px;
    bottom: 0px;
    background-color: #e7f3ff;
    z-index: -1;
}

.right-background .container:before {
    content: " ";
    position: absolute;
    top: 0px;
    right: -1000px;
    left: -100px;
    bottom: 0px;
    background-color: #e7f3ff;
    z-index: -1;
}

.main-about .h1 {
    margin-bottom: 40px;
}

.main-about .col .content p {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 30px;
}

.main-about .col .content .bold {
    line-height: 44px
}

.main-about .content-links {
    display: flex;
}

.main-about .content-links>a {
    margin-right: 30px;
    font-size: 24px;
    line-height: 34px;
    color: #FF00C8;
}

.main-about .divider {
    margin: 40px 0px 50px 0px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

ul.content-ul li {
    margin-bottom: 30px;
    display: block;
    padding-left: 40px;
    position: relative;
    font-size: 24px;
    line-height: 34px;
}

ul.content-ul li:before {
    content: " ";
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    background: #FF00C8;
    left: 3px;
    top: 10px;
    border-radius: 100%;
}

.green-cross-block {
    width: 420px;
    margin-left: 115px;
    font-size: 18px;
    line-height: 24px;
}

.green-cross-block>*:first-child {
    margin-bottom: 28px;
}

.main-scheme .container {
    padding-top: 165px;
    height: 1110px;
}

.main-scheme .container .h1 {
    margin-bottom: 25px;
}

.main-scheme {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    background-position-y: -70px;
}

.main-faq .container {
    padding: 100px 0px 30px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.main-faq .container .h1 {
    margin-bottom: 10px;
}

.faq-items .item-title {
    font-size: 28px;
    line-height: 40px;
    font-family: 'Gilroy - Bold', sans-serif;
    padding-right: 50px;
}

.main-faq .btns>*:last-child {
    margin-right: 0px;
}

.faq-items .item {
    padding: 40px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    position: relative;
}

.faq-items .item.active .item-content {
    display: block;
}

.faq-items .item-content {
    font-size: 24px;
    line-height: 34px;
    margin-top: 20px;
    max-width: 980px;
    display: none;
}

.items-accordion .item {
    cursor: pointer;
}

.items-accordion .item:before {
    position: absolute;
    top: 40px;
    width: 40px;
    height: 40px;
    right: 0px;
    content: ' ';
    display: block;
    position: absolute;
    background: url(/bitrix/templates/nobasit/css/../src/chevron-acc.png);
}

.faq-items .item.active:before {
    transform: rotate(180deg);
}

.main-faq .btns {
    padding: 70px 0px;
    justify-content: space-between;
}

.main-wherebuy {
    padding: 100px 0px 0px 0px;
}

.main-wherebuy .space-between {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.search-input {
    position: relative;
}

input[type=text] {
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    padding: 14px 20px;
    min-width: 350px;
}

.search-icon {
    -webkit-mask-image: url(/bitrix/templates/nobasit/css/../src/search.svg);
    mask-image: url(/bitrix/templates/nobasit/css/../src/search.svg);
    background-color: #E1E1E1;
    width: 24px;
    height: 24px;
    border: none;
    position: absolute;
    font-size: 0px;
    top: 14px;
    right: 20px;
}

.space-between {
    justify-content: space-between;
    align-items: center;
}

.main-articles {
    background: #E7F3FF;
}

.main-articles>.container {
    padding: 90px 0px 75px;
}

.main-wherebuy>.container:before {
    background: #E7F3FF;
    position: absolute;
    top: 435px;
    left: -500px;
    right: -500px;
    bottom: 0px;
    content: " ";
    z-index: -1;


}

.article-items {
    margin-top: 50px;
    display: flex;
}

.article-items .item {
    min-width: 420px;
    padding: 45px 40px 65px;
    background: #fff;
    margin-right: 20px;
    min-height: 620px;
    box-sizing: border-box;
}

.article-items.slider .item {
    min-width: 0px;
}

.article-items .item .image.circle img {
    border-radius: 100%;
}

.article-items .item .date {
    font-size: 18px;
    line-height: 36px;
    opacity: 0.3;
    margin: 18px 0 16px;
}

.article-items .item .title {
    font-size: 28px;
    line-height: 38px;
    font-family: 'Gilroy - Bold', sans-serif;
    margin-bottom: 20px;
    display: block;
}

.article-items .item .teaser {
    font-size: 18px;
    line-height: 28px;
}

.footer {
    background: #fff;
}

.footer-links {
    padding: 50px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-caution {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-links li {
    margin-bottom: 10px;
    margin-left: 20px;
}

.footer-caution p {
    font-size: 28px;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
    max-width: 1035px;
    margin: 0 auto;
    margin-bottom: 33px;
}

.footer-caution {
    padding: 50px 0px;
}

.med-logo img {
    width: 173px;
}

.footer-caution .btns {
    padding: 0px;
}

.footer-caution a {
    line-height: 62px;
    border: 1px solid;
    color: #B9B9B9;
    padding: 0px 24px;
}

.col-5-content {
    display: flex;
    justify-content: space-between;

    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-copy {
    padding: 50px 0;
    margin-bottom: 50px;
}

.col-5-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 24px;
}

.col-5-content img {
    margin-bottom: 14px;
}

.footer-menu li {
    display: block;
    line-height: 50px;
}

.plus-18 {
    display: none !important;
    width: 200px;
    height: 200px;
    background: url(/bitrix/templates/nobasit/css/../src/18plus.png) no-repeat center center;
    position: absolute;
    right: 100px;
}

.main-promo .med-item {
    background-image: url(/bitrix/templates/nobasit/css/../src/medicine-forte.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 1240px;
    height: 1240px;
    position: absolute;
    top: -700px;
    left: calc(50% - 620px);
}

.main-scheme .med-item {
    background-image: url(/bitrix/templates/nobasit/css/../src/medicine-forte.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 1100px;
    height: 1100px;
    position: absolute;
    bottom: -75px;
    left: calc(50% - 550px);
}

.video-block {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.med-item {
    pointer-events: none;
}

.header-menu ul li a:hover,
a:hover,
button:hover {
    opacity: 0.6 !important;
    color: #FF00C8;
    cursor: pointer;
}

input[type=text]:focus {
    border-color: #FF00C8;
}

.on-focus .search-icon {
    background-color: #FF00C8;
}

.header-menu ul li a:active,
a:active,
button:active {
    opacity: 1 !important;
}

.diff-items .item:last-child:before {
    background: url(/bitrix/templates/nobasit/css/../src/virus.png) no-repeat center center;
    width: 310px;
    height: 310px;
    content: " ";
    display: block;
    position: absolute;
    top: -200px;
    right: -100px;
}

.main-about .container:after {
    background: url(/bitrix/templates/nobasit/css/../src/link.png) no-repeat center center;
    content: " ";
    width: 205px;
    height: 268px;
    position: absolute;
    left: -140px;
    top: -90px;
}

.slider-controls>button {
    width: 55px;
    height: 55px;
    border: none;
    background: url(/bitrix/templates/nobasit/css/../src/chevron-btn.png) no-repeat center center;
    background-size: 100%;
    margin-left: 15px;
}

.slider-controls>button.slider-prev {
    transform: rotate(180deg);
}

.slider-controls {
    display: flex;
}

.slick-list {
    overflow: initial !important;
}

#modals {
    display: none;
}

img {
    max-width: 100%;
}

.inner-page-wrapper {
    padding-top: 90px;
}

.inner-page {
    background: #e7f3ff;
}

.article-items.items-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.article-items.items-grid .item {
    margin-bottom: 10px;
    margin-right: 10px;
}

input[type=text]+label {
    position: absolute;
    left: 20px;
    top: 14px;
    color: #ccc;
    cursor: text;
}

input[type=text] {
    padding: 20px 17px 8px;
}

.article-item:first-child {
    background-image: url(/bitrix/templates/nobasit/css/../src/decoration.png) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: contain;
}

.detail-page-wrapper {
    padding-top: 160px;
    background: #fff;
    padding-left: 135px;
    padding-right: 135px;
    box-sizing: border-box;
}

.detail-meta {
    display: flex;
    justify-content: space-between;
}

.left-side {
    max-width: 780px;
}

.content p {
    margin-bottom: 24px;
}

.content ul {
    margin-bottom: 42px;
}

.content li {
    margin-bottom: 10px;
    display: block;
    position: relative;
    padding-left: 30px;
}

.content li:before {
    content: " ";
    left: 10px;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #333;
    display: block;
    border-radius: 100%;
    position: absolute;
}

.content dl {
    background: #F1F8FF;
    border-radius: 3px;
    padding: 0px 30px;
    padding-bottom: 42px;
}

.content dt {
    font-family: 'Gilroy - Bold', sans-serif;
    font-size: 28px;
    line-height: 38px;
    padding: 36px 0px 22px 0px;
}

.content dd ul {
    display: flex;
}

.content dd ul li {
    max-width: 300px;
}

.content dd {
    border-bottom: 1px solid #DFDFDF;
}

.content dd:last-child {
    border-bottom: none;
}

.content dd ul li:first-child {
    margin-right: 55px;
}

.content q:before,
.content q:after {
    content: " ";
}

.content q {
    display: block;
    margin: 40px 0;
    padding-left: 105px;
    position: relative;
}

.content q:before {
    width: 65px;
    height: 65px;
    display: block;
    position: absolute;
    background: url(/bitrix/templates/nobasit/css/../src/caution-icon.png) no-repeat center center;
    left: 0px;
    top: 0px;
}

.content hr {
    border: none;
    border-bottom: 1px solid #DFDFDF;
    margin: 40px 0 50px;
}

.content h2 {
    margin-bottom: 30px;
}

.content .myth {
    padding: 120px 40px 40px;
    font-size: 28px;
    line-height: 38px;
    background: #FFEFFC;
    margin-bottom: 30px;
}

.content .myth+p {
    margin-bottom: 50px;
}

.content blockquote {
    font-size: 28px;
    line-height: 38px;
    border-left: 3px solid #522D8F;
    padding-left: 90px;
    margin-bottom: 60px;
}

.detail-page-wrapper {
    margin-bottom: 60px;
}

.detail-page-actions {
    margin-bottom: 80px;
}

.detail-meta {
    padding-top: 30px;
}

.detail-meta .content-info {
    color: #ccc;
}

.detail-meta .content-info>* {
    margin-right: 15px;
}

.detail-meta .content-info>*:last-child {
    margin-right: 0px;
}

.detail-meta .content-info>*:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    margin-bottom: -2px;
}

.detail-meta .content-info .content-date:before {
    background: url(/bitrix/templates/nobasit/css/../src/clock-icon.png);
}

.detail-meta .content-info .content-views:before {
    background: url(/bitrix/templates/nobasit/css/../src/eye-icon.png);
}

.detail-meta .return-link {
    color: #FF00C8;
}

.detail-meta .return-link:before {
    content: " ";
    margin-right: 16px;
    width: 16px;
    height: 18px;
    margin-bottom: -3px;
    background: url(/bitrix/templates/nobasit/css/../src/chevron.png) no-repeat left center;
    display: inline-block;
}

.mini-info-block {
    padding: 30px 25px;
    width: 228px;
    box-sizing: border-box;
    margin-left: 30px;
    background: #F1F8FF;
    border-radius: 3px;
    margin-bottom: 30px;
}

.mini-info-block .text-small {
    font-size: 14px;
    line-height: 18px;
}

.mini-info-block a {
    font-size: 14px;
    line-height: 18px;
    color: #FF00C8;
}

.mini-info-block .h3 {
    font-family: 'Gilroy - Bold', sans-serif;
    margin-bottom: 10px;
}

.content .mini-info-block img {
    height: 115px;
    display: inline-block;
    min-width: 115px;
    margin-bottom: 10px;
    max-width: 100%;
}

.mini-info-block img.round-image {
    border-radius: 100%;
}

.content .right-side {
    position: relative;
}

.content .right-side .mini-info-block {
    position: absolute;
    opacity: 0;
    top: 0px;
}

.content .right-side .mini-info-block.inited {
    opacity: 1;
}

.content .image {
    max-width: 100%;
    margin-bottom: 40px;
}

.spec-item {
    display: flex;
    padding: 50px 60px;
    background: #fff;
    margin-bottom: 10px;
    align-items: center;
}

.spec-item img {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    margin-right: 60px;
}

.spec-item .date {
    color: #ccc;
    margin-bottom: 10px;
}

.spec-item a {
    color: #FF00C8;
}

.spec-item .title {
    max-width: 720px;
}

.spec-item .teaser>* {
    display: block;
}

.spec-item .image {
    margin: 0px;
}

.fancybox-content {
    max-width: 900px;
    padding: 55px 45px;
    border-radius: 3px;
}

.fancybox-content .modal-title,
.fancybox-content .modal-subtitle {
    margin-bottom: 20px;
}

.fancybox-bg {
    background: #E7F3FF;
    opacity: 0.6;
}

.fancybox-content p {
    margin-bottom: 20px;
}

.fancybox-content ul li {
    display: flex;
    margin-left: 20px;
    margin-bottom: 10px;
}

.fancybox-content ul li::before {
    content: "\2022";
    font-size: 30px;
    color: #FF00C8;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
}

.fancybox-content .btn:before {
    width: 42px;
    height: 42px;
    background-size: 100%;
}

#modal-for-specs {
    max-width: 760px;
}

.fancybox-content .btn {
    line-height: 42px;
    margin-top: 15px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    position: relative;
    padding-left: 26px;
    display: block;
    cursor: pointer;
}

input[type="checkbox"]+label:before {
    content: " ";
    display: block;
    margin-right: 10px;
    width: 16px;
    height: 16px;
    background: #ccc;
    position: absolute;
    left: 0px;
    top: 5px;
}

input[type="checkbox"]+label:before {
    background: url(/bitrix/templates/nobasit/css/../src/checkbox.png) center center no-repeat;
    background-size: 100%;
}

input[type="checkbox"]:checked+label:before {
    background: url(/bitrix/templates/nobasit/css/../src/checkbox-check.png) center center no-repeat;
    background-size: 100%;
}

#modal-faq {
    max-width: 525px;
}

.text-input,
.textarea-input {
    position: relative;
    margin-bottom: 10px;
}

.textarea-input textarea {
    padding: 20px 17px 8px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 24px;
    min-width: 350px;
    width: 100%;
    display: block;
}

.text-input input {
    display: block;
    width: 100%;
}

.textarea-input textarea+label {
    position: absolute;
    left: 20px;
    top: 14px;
    color: #ccc;
    cursor: text;
}

input[type=text]:focus+label,
input[type=text].have-value+label,
textarea:focus+label,
textarea.have-value+label {
    top: 2px;
    font-size: 12px;
}

.video-content .items .item {
    width: 100%;
}

.article-items .item .image.circle img {
    width: 130px;
    height: 130px;
    object-fit: cover;
}

.article-items .item .title {
    color: #333;
}

.article-items.items-grid .item:hover .title {
    color: #FF00C8;
}

.article-items.items-grid .item:hover {
    opacity: 1 !important;
}

.detail-page-actions {
    padding-top: 0px;
    padding-bottom: 100px;
}

.content h3 {
    margin-bottom: 40px;
    font-family: 'Gilroy - Bold', sans-serif;
}

.video-block a {
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
}

.video-block a:before {
    content: attr(data-video-time);
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    display: block;
    width: 160px;
    height: 200px;
    background: url(/bitrix/templates/nobasit/css/../src/playbtn.png) no-repeat top center;
    padding-top: 160px;
    text-align: center;
    box-sizing: border-box;
}

.video-block a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.spec-item img {
    object-fit: none;
}

#modal-for-specs a,
#modal-faq .btn.btn-round-chevron {
    opacity: 0.4;
    pointer-events: none;
}

#modal-for-specs a.active,
#modal-faq .btn.btn-round-chevron.active {
    opacity: 1;
    pointer-events: initial;
}

button.btn {
    border: none;
    background: none;
}

.suggestions-block {
    top: 54px;
    left: 0px;
    right: 0px;
    z-index: 1;
    position: absolute;
    box-shadow: 0px 15px 75px rgba(0, 0, 0, 0.07);
    background: #fff;
    font-size: 18px;
    line-height: 24px;
}

.suggestions-block ul {
    padding: 0px;
    margin: 0px;
}

.suggestions-block li {
    display: block;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 17px;
    cursor: pointer;
}

.suggestions-block li:hover {
    color: #FF00C8;
}

.suggestions-block .error {
    margin: 17px;
    display: block;
}

.faq-items .item:nth-child(n+4) {
    display: none;
}

.faq-items.expanded .item:nth-child(n+4) {
    display: block;
}

.slider.slick-initialized {
    display: block !important;
}

.slick-track {
    margin-left: 0;
}

.fancybox-content ul li {
    position: relative;
    padding-left: 20px;
    display: block;
}

.fancybox-content ul li:before {
    position: absolute;
    left: 0px;
}

.fancybox-close-small,
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #FF00C8 !important;
    background: transparent;
}

.fancybox-slide--video .fancybox-content {
    max-width: 100%;
}

.page-spec .footer-links,
.page-info .footer-links,
div.main-site-container[class*="page-info"] .footer-links {
    display: none !important;
}

.diff-items .text-medium {
    line-height: 30px;
    font-size: 23px;
}

.diff-items .item ul li {
    font-size: 21px;
}

.content ol>li:before {
    counter-increment: section;
    content: counters(section, ".") ".";
    width: auto;
    height: auto;
    background: none;
    top: 0px;
    font-weight: bold;
}

.content ol {
    counter-reset: section;
}

sup {
    top: -1em;
    font-size: 50%;
}

.diff-items {
    margin-right: 40px;
}

.article-item .image {
    margin-bottom: 0px;
}

.fancybox-close-small,
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    width: 80px;
    height: 80px;
    top: 0px;
    right: 20px;
}

.fancybox-slide--video .fancybox-content {
    overflow: hidden !important;
}

.drug-name {
    color: #002b64 !important;
    font-family: 'Gilroy - Bold', sans-serif;
    font-weight: bold;
}

.article-items .item .date {
    display: none;
}

.page-404 {
    display: flex;
    flex-direction: column;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0 160px 0;
}

.main-promo .col-2-content .content li:before {
    top: 15px;
}

.main-banner {
    position: relative;
}

.header {
    z-index: 3
}

.banner-corona-link a {
    position: absolute;
    right: 0px;
    top: 200px;
    content: " ";
    width: 400px;
    height: 200px;
    background: url(/bitrix/templates/nobasit/img/corona/1.png) no-repeat right center;
    background-size: contain;
    z-index: 1
}

.corona-link a {
    position: fixed;
    right: 0px;
    bottom: 200px;
    content: " ";
    width: 180px;
    height: 160px;
    background: url(/bitrix/templates/nobasit/img/corona/2.png) no-repeat right center;
    background-size: contain;
    z-index: 1
}

.corona-link a:hover,
.corona-link.active a {
    width: 519px;
    background: url(/bitrix/templates/nobasit/img/corona/1.png) no-repeat right center;
    opacity: 1 !important;
}

.corona-link a {
    position: fixed;
    right: 0px;
    bottom: 200px;
    content: " ";
    width: 199px;
    height: 214px;
    background: url(/bitrix/templates/nobasit/img/corona/2.png) no-repeat right center;
    background-size: contain;
    z-index: 1
}




.content-video {
    width: 100%;
    margin-bottom: 80px;
}

.content-manager-link {
    position: fixed;
    z-index: 4;
    left: -145px;
    top: 300px;
    transform: rotate(-90deg);
    color: #fff;
    background: #FF00C8;
    padding: 20px;
    font-weight: bold;
}

.content-manager-link:hover {
    color: #fff;
}

.map-block.shimmer-load:not(.loaded) {
    animation: shimmer 5s infinite linear;
    background: linear-gradient(to right, #eff1f3 4%, #d7d7d7 25%, #eff1f3 75%);
    background-size: 2000px 100%;
    position: relative;
}

.map-block.shimmer-load:before {
    content: "Карта загружается";
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 40px;
    display: block;
}

.map-block.shimmer-load.loaded:before {
    display: none;
}

div.news-list {
    word-wrap: break-word;
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

.corona-block {
    width: 100%;
    display: flex;
    position: absolute;
    z-index: 2;
    text-align: center;
    background: #293b68b5;
    margin-top: 90px;
    color: #fff;
    padding: 20px;
    font-size: 24px;
    line-height: 30px;
    box-sizing: border-box;
}

.corona-block-btns {
    display: flex;
    justify-content: center;
    column-gap: 60px;
}

@media(max-width: 1440px) {
    .corona-block {
        margin-top: 80px;
    }

    .search__line {
        top: 80px !important;
    }

}

@media(max-width: 585px) {
    .corona-block-btns {
        flex-direction: column;
    }

}

.corona-block b {
    display: block;
    margin-bottom: 10px;
}

*[alt=pixel] {
    display: none;
}

.corona-block a {
    margin-top: 20px;
    padding: 8px 24px;
    font-size: 18px;
    color: #FFF;
    display: inline-block;
    border-radius: 30px;
    border: 2px solid #FFF;
}

@keyframes shimmer {
    0% {
        background-position: -2000px 0;
    }

    100% {
        background-position: 2000px 0;
    }
}

.where-buy-links ul {
    display: flex;
    margin-bottom: 0px;
}

.where-buy-links ul li {
    display: block;
    padding-left: 0px;
}

.where-buy-links ul li:before {
    display: none;
}

.where-buy-links ul li a {
    font-weight: bold;
    padding: 40px 80px;
    display: block;
    text-transform: uppercase;
    font-size: 32px;
    background: #FF00C8;
    color: #fff;
}

.wherebuy-new .container {
    padding-bottom: 150px;
}

.where-buy-links ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.where-buy-links ul li {
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.where-buy-links ul li a {
    padding: 60px;
    background: #E7F3FF;
    color: #333;
}

.where-buy-links ul li a img {
    display: inline-block;
}

.where-buy-links ul li a {
    text-align: center;
    display: block;
    width: 100%;
}

.where-buy-links ul {
    grid-auto-rows: 1fr;
}

.where-buy-links ul li {
    display: flex;
    text-align: center;
    align-items: center;

}

.where-buy-links ul li a {
    padding: 60px 80px;
}

.wherebuy-new {
    background: #fff;
}

.where-buy-links ul li {
    background: #E7F3FF;
}

.main-banner .container:before {
    content: "12+";
    position: absolute;
    bottom: -160px;
    right: 25%;
    font-size: 70px;
    font-weight: bold;
    z-index: 1;
    display: block;
    line-height: 180px;
    width: 180px;
    background: #FF00C8;
    border-radius: 100%;
    text-align: center;
    font-family: 'Gilroy - Bold', sans-serif;
}

.plus-18 {
    font-size: 70px;
    font-weight: bold;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    background: #FF00C8;
    border-radius: 100%;
    text-align: center;
    font-family: 'Gilroy - Bold', sans-serif;
}

.plus-18:before {
    content: "12+";
    line-height: 100%;
}

.fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    padding: 20px;
    box-sizing: border-box;
    background: #E7F3FF;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 160px;
}

.fancybox-thumbs__list a {
    min-width: 220px;
    height: 130px;
}

.article-pictures {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.article-pictures a {
    max-width: 30%;
    position: relative;
}

.article-pictures a img {
    object-fit: cover;
    height: 100%;
}

.fancybox-content {
    transition: none;
}

.q-block {
    padding: 20px;
    border: 2px solid #FF00C8;
    border-radius: 12px;
}

.content sup {
    font-size: 60%;
}

.content .img {
    max-width: 80%
}

.content table {
    border-collapse: collapse;
}

.content table td {
    padding: 10px;
}

.content table td p {
    margin: 0px;
}

.footer-caution p.fixed-caution {
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    background: #fff;
    z-index: 100;
    max-width: 100%;
    margin-bottom: 0px;
    font-size: 26px;
    color: #ccc;
    padding: 20px 5px;
    cursor: pointer;
}

.footer-caution p.fixed-caution:before {
    position: absolute;
    content: "\00D7";
    top: 0px;
    right: 10px;
    color: #333;
}

.table td {
    border: 1px solid #eee;
}

.article-items .item .image.circle img {
    background: #fafafa;
}

/*.main-promo .med-item{
    background-size: 800px;
    background-position: calc(100% + 140px) center;
}
.med-item-2{
    background-image: url(/bitrix/templates/nobasit/css/../src/medicine-forte.webp);
    background-position: left center;
    background-repeat: no-repeat;
    width: 1240px;
    height: 1240px;
    position: absolute;
    background-size: 550px;
    top: -680px;
    left: calc(50% - 620px);
}*/
.main-banner .container:before {
    display: none;
    left: calc(50% - 90px);
    bottom: -350px;
}

.q-black {
    border-color: #000;
    border-radius: 0px;
}

.detail-page-wrapper .content a {
    text-decoration: underline;
}

.video-content .items .icon img {
    min-height: 200px;
}

.header-menu ul li a.h4-menu-wherebuy-link {
    border-radius: 30px;
    background: #FF00C8 !important;
    color: #FFF !important;
    padding: 10px 15px;
    width: 173px;
    height: 40px;
}


.popup {
    display: none;
    padding: 24px 30px 32px 30px;
    position: fixed;
    top: 265px;
    left: 50%;
    transform: translateX(-50%);
    width: 626px;
    height: 246px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 8px 15px 5px rgba(0, 0, 0, 0.25);
}

.popup-active {
    display: block;
}

.popup__block-popup {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup__svg {
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.popup__header {
    color: #333;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.popup__label:before {
    content: "";
    position: absolute;
    background: url("/bitrix/templates/nobasit/img/map.svg") no-repeat center/cover;
    width: 20px;
    height: 30px;
    top: 115px;
    left: 45px;
}

.popup__input {
    margin-top: 30px;
    padding: 10px 46px !important;
    width: 566px;
    height: 40px;
    border-radius: 30px;
    border: 2px solid #2F80ED !important;
    color: #B4B4B4;
    font-size: 16px;
}

.popup__btn {
    display: flex;
    width: 223px;
    margin: 30px auto 0;
    padding: 9px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    background: #FF00C8;
    border: none;
    outline: none;
    color: #fff;
}

.popup__btn:hover {
    color: #fff;
    opacity: 0.5
}


@media(max-width: 1439px) {
    .popup__label:before {
        top: 106px;
    }
}


@media(max-width: 640px) {
    .popup {
        width: 80%;
    }

    .popup__input {
        width: 100%;
    }

}

@media(max-width: 500px) {
    .popup {
        width: 80%;
    }

    .popup__input {
        min-width: 100% !important;
    }

    .popup__input::placeholder {
        font-size: 13px;
    }

    .popup__svg {
        width: 25px;
        height: 25px;
    }

    .popup__header {
        font-size: 24px;
    }

    .popup__btn {
        font-size: 16px;
    }
}

@media(max-width: 480px) {
    .popup__svg {
        width: 20px;
        height: 20px;
        right: -10px;
    }
}

@media(max-width: 425px) {
    .popup__label:before {
        top: 96px;
        height: 25px;
        width: 16px;
    }
}

@media(max-width: 380px) {
    .popup__svg {
        width: 15px;
        height: 15px;
        right: -15px;
        top: 12px;
    }
}

.inner-page-wrapper {
    padding-top: 290px;
}

.subitems__video a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 600px;
    width: 100%;
    background: url(//img.youtube.com/vi/mpf-L9BIakg/maxresdefault.jpg) no-repeat center;
    background-size: cover;
    margin-top: 40px;
}

.subitems__video a:before {
    content: " ";
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    display: block;
    min-width: 160px;
    height: 200px;
    background: url(/bitrix/templates/nobasit/css/../src/playbtn.png) no-repeat top center;
    padding-top: 160px;
    text-align: center;
    box-sizing: border-box;
}
/* End */


/* Start:/bitrix/templates/nobasit/css/adaptive.css?171161016222487*/
.main-site-container,
*:before,
*:after{
	overflow: hidden;
}
.main-articles{
	overflow-x: hidden;
}
.footer-caution a{
	white-space: nowrap;
}
.header .container .header-menu .menu-btn{
	display: none;
}
.header .container .header-menu .menu-btn{
	cursor: pointer;
}
.only-mobile{
	display: none;
}
.map-block{
	min-height: 640px;
	background:#eee;
}
.search-input input[type=text]{
    padding-right: 50px;
}

@media (min-width: 1440px) {
	.header-menu ul li{
		padding: 0px 10px;
	}
	/*.corona-block{
		margin-top: 80px;
	}*/
.main-scheme .med-item::before,
.main-scheme .med-item::after,
.main-scheme .med-item-2::before,
.main-scheme .med-item-2::after{
    width:800px;
    height: 800px;
    display: block;
    content: " ";
    background-size: contain;
}

.main-scheme .med-item{
    width: 1400px;
    left: calc(50% - 700px);
    bottom: -150px;
}
.main-scheme .med-item-2{
    width: 1400px;
    left: calc(50% - 700px);
    bottom: -70px;
}
.main-scheme .med-item{
    display: flex;
    align-items: flex-end;
}
.main-scheme .med-item-2{
    display: flex;
    align-items: flex-end;
}

}

@media (max-width: 1645px){
	.main-promo .med-id{
		left: 10px;
	}
}

@media (max-width: 1440px) {

	.h4{
		font-size: 16px;
	}

  	.wide-container{
    	max-width: 1300px!important;
	}
	.diff-items{
		margin-right: 0px;
	}
	.main-scheme{
		background-position-y: 65%;
	}
	.main-banner{

		background: url(/bitrix/templates/nobasit/css/../src/bg1440.png) no-repeat;
	}
	.main-banner .med-desc{
		top: 270px;
		left: 100px;
	}
	.main-banner .h0{
		padding-top: 315px;
		font-size: 70px;
		line-height: 1;
	}
	.container{
		max-width: 1040px;
	}
	.map-block{
		min-height: 500px;
	}
	.video-block{
		max-width: 1310px;
		width:auto;
	}
	.main-scheme .med-item{
    		bottom: -320px;
	}
	.main-about .container:after{
		left: -80px;
	}

	
	.detail-page-wrapper.container{
    	max-width:1300px;
	}
	.main-scheme,
	.main-diffs{
		overflow: hidden;
	}
	.main-about .content-ul,
	.main-about .divider{
    margin-right: -340px;
}
	.inner-page-wrapper {
		padding-top: 250px;
	}
	.footer-links{
		word-wrap: break-word;
	}   
	.main-about .container .col-2-content{
		flex-direction: column;
	} 
}
@media (max-width: 1439px) {
	.main-banner .container:before{
    right: 25%;
    bottom: 0px;
    font-size: 54px;
    width: 120px;
    line-height: 120px;
}
.plus-18{
	right: 20px;
	font-size: 54px;
	width: 120px;
	height: 120px; 
}
	body{
		line-height: 19px;
		font-size: 16px;	
	}

	.h0{
    	font-size: 72px;
    	line-height: 82px;
	}

	h1, .h1{
    	font-size: 42px;
    	line-height: 52px;
	}
	h2, .h2{
	    font-size: 38px;
	    line-height: 47px;
	}
	h3, .h3,
	.faq-items .item-title{
	    font-size: 24px;
	    line-height: 25px;
	}
	.text-large,
	.main-about .col .content p,
	ul.content-ul li,
	.faq-items .item-content{
		font-size: 18px;
	    line-height: 25px;
	}
	.footer-links{
		padding:30px 0;
	}
	.header .container{
		height: 80px;
	}
	

	.header .container .med-logo{
	    order: 1;
	    margin-right: 20px;
	}
	.header .container .logo{
	    order: 2
	}
	.header .container .header-menu{
	    order: 3;
	    margin-left: auto;
	    
	}
	.header .container .header-menu .menu-btn{
	    width:32px;
	    height:32px;
	    background: url(/bitrix/templates/nobasit/css/../src/menu.svg) no-repeat center center;
	    display: block;
	    border:none;
	}
	.header .container .header-menu.active .menu-btn{
		background: url(/bitrix/templates/nobasit/css/../src/plus.svg) no-repeat center center;
	}
	.header .container .header-menu ul{
	   display: block;
	   pointer-events: none;
	    opacity: 0;
	}
	input[type=text] + label{
		top:16px;
	}
	.main-articles > .container{
		padding-top: 45px;
	}
	.main-about .container:after{
		display: none;
	}
	.main-wherebuy .space-between{
		margin-bottom: 40px;
	}
	.main-faq .container{
		padding-top: 70px;
	}
	.main-faq .btns{
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.main-wherebuy{
		padding-top: 50px;
	}

	.main-scheme .container{
		height: 760px;
		padding-top: 70px;
	}
	.main-scheme{
		background-size: cover;
		background-position-y: 0px;
	}
	.main-diffs .container{
		padding-bottom: 90px;
		padding-top: 50px;
	}
	.main-diffs .h1{
		margin-bottom: 50px;
	}
	.main-promo .col-2-content > div:first-child{
		margin-right: 20px;
	}
	.main-promo .col-2-content{
		padding-top: 240px;
	}
	.header .container .header-menu.active ul{
		display: block;
		pointer-events: initial;
		opacity: 1;
	}
	.header .container .header-menu ul{
    position: fixed;
    top:80px;
    left:0px;
    right:0px;
    bottom:0px;
    padding:20px;
    background: #E7F3FF;
    font-size: 28px;
    line-height: 38px;
}

.h4{	
		display: flex!important;
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}
	.h4:before, .h4:after{
		display: none!important;
	}
.header .container .header-menu ul li{
    margin-bottom: 15px;
}
	.main-promo .med-item{
		background: url(/bitrix/templates/nobasit/css/../src/medicine-forte.webp) no-repeat center center;
		left: calc(50% - 512px);
		max-width: 1024px;
		top: -800px;
		background-size: 600px;
    		background-position: center;
	}
  	.container,
  	.main-faq .container,
  	.main-articles > .container{
    	padding-left:40px;
    	padding-right: 40px;
	}
	.main-articles > .container > .container{
		padding-left:0px;
		padding-right: 0px;
	}
	.article-items.items-grid{
		grid-template-columns: repeat(2, 1fr);
	}
	.col-2-content.diff-items{
    display: block;
}
.col-2-content.diff-items > div{
    width: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.diff-items .item:last-child{
    left:0px;
    top:0px;
}

.main-about .content-ul,
	.main-about .divider{
    margin-right: 0px;
}


.main-banner .container:before{
    left: calc(50% - 90px);
    bottom: -150px;
}

.med-item-2{
    background-size: 420px;
    background-position: 135px center;
    top: -650px;
}

}


@media (max-width: 1200px){
	.footer-menu .col-5-content{
		display: grid;
    		grid-template: 1fr/ 1fr 1fr;
    		place-items: center;
    		gap: 20px;
	}
	.footer-contacts{
		grid-column: 1/3;
	}
}


@media (max-width: 1024px) {
	.detail-page-wrapper .content{
		display: block;
	}
	.where-buy-links ul {
    grid-template-columns: repeat(2, 1fr);
}
.where-buy-links ul li:nth-child(even){
    margin-right: 0px;
}
	.diff-items .item:last-child:before{
    width:250px;
    height:250px;
    background-size: 100%;
    right:-80px;
    top:-120px;
}
	.detail-page-wrapper .content .right-side{
		display: none;
	}
	.detail-page-wrapper .content .left-side{
		display: block;
		max-width: 100%;
		width:100%;
	}
	.mini-info-block.in-content-mobile{
	    margin:35px 0px;
	    width: 100%;
	    padding: 25px 50px 35px 50px;
	}
	.mini-info-block.in-content-mobile img{
	    float: left;
	    margin-right: 60px;
	}
	.mini-info-block.in-content-mobile:before,
	.mini-info-block.in-content-mobile:after{
	    content: " ";
	    clear: both;
	    display: block;
	}
	
.article-items .item{
		min-width: 0px;
	}

.header .container .header-menu.active ul:before{
    position: absolute;
    bottom: 70px;
    background: url(/bitrix/templates/nobasit/css/../src/avexima-2.png) center no-repeat;
    width:115px;
    height: 50px;
    content: " ";
    display: block;
}
	.header .container .header-menu.active ul:after{
    		bottom: 20px;
    		content: "Заботимся о здоровье — создаем будущее!";
   		 display: block;
    		position: absolute;
    		font-size: 14px;
    		width: 180px;
    		line-height: 20px;
    		font-family: 'Gilroy';
	}

}

@media (max-width: 992px){
	.article-items .item .title{
		font-size: 24px; 
		line-height: 32px;
	}
}



@media (max-width: 991px){
	.video-content .items{
		display: grid;
		grid-template: repeat(3, 1fr) / 1fr;
		align-items: center;
    		justify-items: center;
		gap: 30px;
	}
	.video-content .items .item:last-child{
		margin-right: 20px;
	}
}



@media (max-width: 965px){
	.h4{
		gap: 25px;
	}
	.main-banner .med-desc{
		left: 30px;
	}
	.main-banner .h0{
		padding-top: 350px;
	}
	.article-items.items-grid{
		grid-template: 1fr /1fr;
	}
}

@media (max-width: 850px){
	.teaser .h3 {
		font-size: 18px;
	}
}


@media (max-width: 768px) {
	.main-promo .col-2-content{
		flex-direction: column;
    		gap: 50px;
	}
	.main-promo .med-item {
	    max-width: 768px;
	    left: calc(50% - 360px);
	    top: -850px;
	}
	.main-banner .h0{
		font-size: 52px;
		padding-top: 400px;
	}
	.main-promo .col-2-content > *{
		width: 100%;
	}
	.main-promo .col-2-content .h1{
		font-size: 40px;
	}

.med-item-2 {
    background-size: 420px;
    background-position: 235px center;
    top: -650px;
}


	.main-banner .container:before{
    right: 20px;
    bottom: -140px;
    font-size: 54px;
    width: 120px;
    line-height: 120px;
}
.main-banner .container:before{
    left: calc(50% - 60px);
    bottom: -150px;
    bottom: -245px;
}
	.where-buy-links ul li a{
    padding: 30px 40px;
}
.plus-18{
	font-size: 54px;
	width: 120px;
	height: 120px; 
}
	.main-scheme .text{
    	max-width: 400px;
	}
	.video-content .items .item .icon{
    		
    		margin: 0 auto;
    		margin-bottom: 20px;
	}
.banner-corona-link a{
    display: none
}
.corona-link a{
    width: 50px;
}
.video-content .items .item{
text-align: center;
}
.video-content .items .item .bold{
    font-size: 24px;
    margin-bottom: 8px;
}
	.video-content .items .item{
		padding:10px;
    		padding-bottom: 30px;
    		padding-top: 30px;
	}
.article-items.slider{
	max-width: 500px;
}
.detail-page-actions{
	margin-bottom: 0px;
}
.article-items:not(.slider) .item .title{
    font-size: 24px;
    line-height: 28px;
}
.article-items:not(.slider) .item .date{
    line-height: 18px;
}
.article-items:not(.slider) .item .teaser{
    font-size: 16px;
    line-height: 18px;
}
.article-items:not(.slider) .item{
	padding: 15px;
	min-height: 0px;
}
.footer-caution p{
	font-size: 16px;
	line-height: 24px;
	
}
.footer-caution{
	padding:30px 0px;
}
	.main-banner{
		background: url(/bitrix/templates/nobasit/css/../src/bg768.png) no-repeat;
	}



	.spec-item img{
    	width:120px;
    	height: 120px;
	}

	.spec-item{
		padding: 55px 30px;
	}
	.spec-item .title{
		margin-bottom: 10px;
	}
	.spec-item .image{
		margin-right: 30px;
	}
	.green-cross-block{
    width: 100%;
    display: flex;
    margin-left: 0px;
    font-size: 20px;
    line-height: 28px;
    align-items: center;
margin-bottom: 40px;
}
.green-cross-block img{
    margin-right: 20px;
    margin-bottom: 0px!important;
}
.btn{
    height:40px;
    line-height: 40px;
    font-size: 18px;
}
.btn:before{
    width:40px;
    height:40px;
    background-size: 100%;
}
.btns{
    padding:30px 0;
}

}

@media (max-width: 700px){
	.corona-block .container p{
		font-size: 22px;
	}
	.video-block {
		height: 500px;
	}
	.footer-menu .col-5-content{
		display: grid;
    		grid-template: 1fr/ 1fr;
    		place-items: center;
    		gap: 10px;
	}
	.footer-contacts{
		grid-column: 1;
	}

	.teaser .h3 {
		font-size: 16px;
	}
	.teaser p {
    		font-size: 14px;
	}
}



@media (max-width: 640px){
	.corona-block .container p{
		font-size: 20px;
	}
	.main-promo .col-2-content .h1{
		font-size: 36px;
	}
}

@media (max-width: 600px){
	.main-banner .med-desc {
		top: 315px;
	}
	.main-promo .col-2-content .h3{
		font-size: 22px;
	}

	.spec-item{
		display: grid;
	}
}

@media (max-width: 590px){
	.main-banner .med-desc {
		top: 360px;
	}
	.main-banner .h0 {
    		font-size: 48px;
    		padding-top: 425px
	}
	.inner-page-wrapper{
		padding-top: 350px;
	}
}

@media (max-width: 576px) {
	.main-promo .col-2-content .h1{
		font-size: 34px;
	}
	.video-block{
		height: 450px;
	}
	.main-scheme .med-item {
		transform: scale(0.8);
	}
}


@media (max-width: 560px){
	.h1{
		font-size: 36px;
	}
}

@media (max-width: 550px) {
	.main-promo .col-2-content .h1{
		font-size: 32px;
	}
}


@media (max-width: 510px){
	.h1{
		font-size: 32px;
	}
}

@media (max-width: 500px){
	.video-block {
    		height: 400px;
	}
	.diff-items .text-medium{
		font-size: 22px;
	}
}



@media (max-width: 480px){
	.h4{
		gap: 20px;
	}
	.header-menu ul li a{
		font-size: 20px;
	}
	.main-promo .med-item{
		background-size: 500px;
		left: 50%;
		transform: translateX(-50%);
	}
	.diff-items .text-medium{
		font-size: 18px;
	}
	.diff-items .item ul li{
		font-size: 18px;
	}
	.article-items:not(.slider) .item .title {
		font-size: 18px;
		line-height: 22px;
	}
	.article-items:not(.slider) .item .teaser{
		font-size: 14px;
    		line-height: 20px;
	}

	.h1{
		font-size: 26px;
	}

}

@media (max-width: 450px) {
	.main-banner .h0{
		font-size: 40px;
	}
}

@media (max-width: 445px){
	.h1{
		font-size: 36px;
	}
}


@media (max-width: 435px){
	.corona-block .container p{
		font-size: 16px;
	}
	.corona-block-btns{
		width: 80%;
    		margin: 0 auto;
	}
}

@media (max-width: 430px){
	.main-promo .col-2-content .h1{
		font-size: 30px;
	}
	.main-scheme .text{
		font-size: 18px;
	}
	.main-faq .btns{
		display: flex;
	}
}


@media (max-width: 425px) {
	.logo-avexima-mobile-photo{
		width:62px;
		height: 30px;
	}
  	.container{
    	padding-left:15px;
    	padding-right: 15px;
	}
	.where-buy-links ul li a{
    		padding: 20px 25px;
	}
	.main-banner .container:before{
    		right: 40px;
   		 bottom: -80px;
    		font-size: 32px;
    		width: 60px;
    		line-height: 60px;
	}

	.corona-block{
		background: url(/bitrix/templates/nobasit/css/../src/bg320.webp) no-repeat top/ cover, #1d2c57;
	}
	.plus-18{
		font-size: 32px;
		width: 60px;
		height: 60px; 
	}
	.med-logo img{
		width:115px;
	}
	.med-logo-photo{
		width: 100%;
		height: 100%; 
	}
	.main-banner{
		margin: 350px auto;
		background: url(/bitrix/templates/nobasit/css/../src/bg320.webp) no-repeat;
		background-size:cover;
	}
	.text-large, .main-about .col .content p, ul.content-ul li, .faq-items .item-content{
		font-size: 16px;
		line-height: 22px;
	}
	.main-banner .med-desc{
		left:15px;
		top: 55px;
	}
	.spec-item{
    		display: block;
    		padding: 25px 20px;
	}
	.spec-item img{
    		width:80px;
    		height: 80px;
    		margin-bottom: 10px;
	}
	
	.main-banner .h0{
		padding-top: 170px;
	}
	ul.content-ul li:before{
    		width: 8px;
    		height: 8px;
	}
	ul.content-ul li{
    		padding-left: 25px;
	}
	.h0{
		font-size: 32px;
		line-height: 42px;
	}
	.main-promo .col-2-content > div{
		width: 100%;
		margin-bottom: 20px;
	}
	.main-promo .col-2-content{
		padding-top: 195px;
		padding-bottom: 300px;
	}
	.video-block{
		height: 400px;
	}
	.content-info span{
	    display: block;
	    text-align: right;
	    margin-right:0px!important;
	    line-height: 24px;
	}
	.content-info span{
	    display: block;
	    text-align: right;
	    margin-right:0px!important;
	    line-height: 24px;
	}
	.lazy-image{
		width: 210px;
		height: 210px;
	}
	.lazy-image-video{
		width: 100%;
	}
	.lazy-image-bg{
		width: 100%;
		height: auto;
	}
	.content li{
		font-size: 18px;
	}
	.main-promo .med-item-2 {
    		max-width: 100%;
    		left: 0px;
    		background-position: right;
    		top: -595px;
    		background-size: 180px;
	}

	.main-banner .container:before{
    		left: calc(50% - 30px);
    		bottom: -140px;
	}
	
	.main-banner{
		height: 420px;
	}
	.content dd ul{
	    display: block;
	}
	.mini-info-block.in-content-mobile img{
	    display: block;
	    float: none;
	    
	}
	.content q{
	    padding:0px;
	}
	.content .myth{
	    padding:70px 35px 20px 20px;
	}
	.content blockquote{
	    padding-left: 30px;
	}
	.content q:before{
	    position: static;
	    margin-bottom: 20px;
	}
	.btns{
	    display: block;
	}
	.btns-center > *:last-child{
		margin-bottom: 0px;
	}
	.btns{
		padding:30px 0;
	}
	.btns > *{
	    margin-bottom: 20px;
	}
	.btn{
	    font-size: 18px;
	    height: 40px;
	    line-height: 40px;
	}
	.btn:before{
	    width:40px;
	    height: 40px;
	    background-size: 100%;
	}
	.detail-page-actions{
	    padding-top: 0px;
	    padding-bottom: 30px;
	    margin-bottom: 0px;
	}

	h1, .h1{
    	font-size: 30px;
    	line-height: 36px;
	}
	h2, .h2{
	    font-size: 28px;
	    line-height: 34px;
	}
	h3, .h3,
	.faq-items .item-title{
	    font-size: 24px;
	    line-height: 25px;
	}
	.detail-page-wrapper{
		margin-bottom: 0px;
	}
	.main-articles > .container{
	    padding:30px 15px;
	}
	.slick-slider{
	    margin-top: 25px;
	}
	.slider-controls{
	    display: none;
	}
	.article-items .item{
	    padding:25px 20px;
	    min-height: 0px;
	}
	.slick-slide img{
	    width:70px;
	    height: 70px;
	}
	.uteka-widget-header__logo img{
		width: 60px;
	    height: 16px;
	}
	.article-items .item .title{
	    font-size: 20px;
	    line-height: 24px;
	}
	.article-items .item{
	    min-width: 0px;
	    max-width: 100%;
	}
	.footer-links{
	    display: none;
	}
	.footer-info-1-photo{
		width: 115px;
		height: 50px;
	}
	.footer-info-2-photo{
		width: 307px;
		height: 32px;
	}
	.footer-caution p{
	    font-size: 14px;
	    line-height: 20px;
	}
	.footer-caution{
	    padding: 30px 0px;
	}
	.footer-caution a{
	    height: 40px;
	    display: block;
	    line-height: 40px;
	}
	.footer-caution p{
	    margin-bottom: 30px;
	}
	.col-5-content{
	    display: block;
	    padding:25px 0;
	}
	.footer-menu li{
	    line-height: 26px;
	}
	.col-5-content > div{
	    margin-bottom: 25px;
	    
	}
	.col-5-content > div p{
	    text-align: left!important;
	}

	.video-content .items{
		overflow: scroll;
	}
	.video-content .items .item{
    		padding:35px 35px 40px;
    		margin-right: 10px;
    		min-width: 220px;
    		box-sizing: border-box;
	}


.video-content{
    padding-top: 25px;
    padding-bottom: 25px;
}
	.footer-copy{
	    padding: 25px 0;
	}
	.article-items, .spec-items{
		margin-top: 30px;
	}
	.article-items.items-grid .item{
		margin-right: 0px;
		max-height: 100%;
		min-height: 0px;
	}
	.article-items .item .image.circle img{
		width:70px;
		height: 70px;

	}
	.article-items .item .image.circle{
		margin-bottom: 0px;
	}
	
.col-2-content.diff-items > div{
    padding:30px 15px;
    margin-left: -15px;
    box-sizing: content-box;
}
.main-diffs .container{
    padding-bottom: 0px;
}
.diff-items .item:last-child{
    margin-bottom: 0px;
}
.main-about .container{
    padding:30px 15px;
}
.main-about .h1{
    font-size: 30px;
    margin-bottom: 10px;
}
.main-about .col .content .bold{
    line-height: 24px;
}
.main-about .content-links{
    display: block;
}
.main-about .content-links a{
    display: block;
}
.green-cross-block{
    width: 100%;
    display: flex;
    margin-left: 0px;
    font-size: 14px;
    line-height: 16px;
    align-items: center;
    margin-bottom: 20px;
}
.green-cross-block img{
    margin-right: 20px;
}
.col-2-content{
    display: block;
}
.green-cross-block > *:first-child{
    margin-bottom: 0px;
}
.main-faq .container{
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
}
h3, .h3, .faq-items .item-title{
    font-size: 18px;
}
.faq-items .item-title{
    width: calc(100% - 30px);
}
.items-accordion .item:before{
    width: 20px;
    height: 20px;
    background-size: 100%;
    top: 22px;
}
.faq-items .item{
    padding:20px 0px;
}
.btn{
	display: inline-flex;
}
.footer-caution a{
	font-size: 12px;
}
body:before{
	display: none;
}
.main-banner .med-desc{
	max-width: 240px;
}
.main-banner .h0{
	padding-top: 150px;
}
.main-scheme .container{
    padding-top: 50px;
    height: 580px;
}
.main-scheme .med-item{
   transform: scale(.6);
    bottom: -400px;
    
}
.plus-18{
    right: 0px;
    top:0px;
    width: 100px;
    height: 100px;
    background-size: 100%;
}
.header-menu ul li{
	padding:0px;
}
.diff-items .item:last-child:before{
	width:167px;
	height: 167px;
	background-size: 100%;
	top: -80px;
    right: -30px;
}
.col-2-content.diff-items > div{
	margin-bottom: 0px;
}
.main-about .content-links > a{
	margin-right: 0px;
	font-size: 18px;
}
input[type=text]{
    width: 100%;
    min-width: 0px;
}
input[type=text] + label{
	top:17px;
}
.search-form{
    margin-top: 20px;
}
input[type=text]:focus + label, input[type=text].have-value + label {
    top: 5px;
    font-size: 12px;
}
.map-block{
	height: 375px;
	margin-left:-15px;
	margin-right: -15px;
	background:#eee;
}
.main-wherebuy .space-between{
	margin-bottom: 20px;
}
.main-faq .btns{
	padding-bottom: 0px;
}
.only-mobile{
	display: initial!important;
}
.slider-controls.only-mobile{
    display: block!important;
    margin-top: 30px;
    text-align: center;
}
.slider-controls > button{
	width: 42px;
	height: 42px;
	margin-left: 5px;
}

.main-faq .btns > *{
    display: flex;
}
.article-items .item .date{
	font-size: 16px;
	margin:10px 0;
	line-height: 100%;
}
.article-items .item .teaser{
	font-size: 14px;
	line-height: 100%;
}
}

.table-overflow .scroll-area{
    position: relative;
    overflow-x: auto;
    margin-bottom: 30px;
}

.table-overflow{
    position: relative;
}
.table-overflow:before,
.table-overflow:after{
    position: absolute;
    top: 0px;
    bottom: 0px;
    content: " ";
    width: 10px;
    display: none;
    z-index: 1;
    
}
.table-overflow:before{
    left: 0px;
    background: linear-gradient(90deg, rgba(238,238,238,1) 0%, rgba(158,73,2,0) 100%);
}
.table-overflow:after{
    right: 0px;
    background: linear-gradient(-90deg, rgba(238,238,238,1) 0%, rgba(158,73,2,0) 100%);
}
.table-overflow.left-shadow:before{
    display: block;
}
.table-overflow.right-shadow:after{
    display: block;
}


@media (max-width: 375px){
	.video-block {
    		height: 350px;
	}
	.main-faq .btns{
		flex-direction: column;
    		align-items: center;
	}
	.teaser .h3 {
    		font-size: 14px;
	}
}


@media (max-width: 365px){
	.main-promo .med-item{
		transform: translateX(-50%) scale(.85);
		top: -915px;
	}
	
	.corona-block{
		background: url(/bitrix/templates/nobasit/css/../src/bg320.webp) no-repeat 0 00px/ 120%, #1d2c57
	}
	.corona-block a{
		 padding: 8px 20px;
	}
	.main-banner .h0{
		font-size: 32px;
	}
	.main-promo .col-2-content .h1{
		font-size: 26px;
	}
	.main-promo .col-2-content .h3{
		font-size: 16px;
	}
	input::placeholder{
		font-size: 12px!important;	
	}
	.popup__input{
		padding: 10px 32px!important;
	}
	
	
}

@media (max-width: 340px){
	.btn{
		font-size: 16px;
	}
	.popup__header{
		font-size: 20px;
	}
	.popup__btn{
		width: 100%;
	}

}


@media (max-width: 330px){
	.main-scheme .med-item{
   		transform: scale(.4);
	}
	.faq-items .item-title{
		font-size: 14px;
	}
	.article-items:not(.slider) .item .title {
		font-size: 14px;
    		line-height: 22px;
	}
	.article-items:not(.slider) .item .teaser{
		font-size: 12px;
    		line-height: 20px;
	}
	.inner-page-wrapper {
    		padding-top: 380px;
	}
	.teaser .h3 {
    		font-size: 12px;
	}
	.teaser p {
    		font-size: 12px;
	}
}


/* End */


/* Start:/local/components/nobazit/nobazit.search/templates/.default/style.css?17117116985941*/
.search__line.hidden{
    display: none;
}
        .search__line__wrapper{
            position: relative;
        }
        .close{
            top: 10px;
            right: 0;
            position: absolute;
            content: '';
            background: url('/local/components/nobazit/nobazit.search/templates/.default/img/close.svg') no-repeat center/cover;
            display: flex;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
        .search__line{
            top: 90px;
            z-index: 3;
            position: relative;
            min-height: 75px;
            background: #FAFAFE;
            padding: 24px 0;
        }
        .search__line__block{
            position: relative;
            width: 495px;
            height: 31px;
            margin: 0 auto;
        }
        .search__line__block::before{
            top: 10px;
            position: absolute;
            content: '';
            background: url('/local/components/nobazit/nobazit.search/templates/.default/./img/search-icon.svg') no-repeat;
            display: flex;
            width: 24px;
            height: 24px;
        }
        .search__line__input{
            width: inherit;
            padding: 10px;
            font-size: 18px;
            line-height: 21.78px;
            text-align: center;
            border: none;
            color: #B4B4B4;
            background: #FAFAFE;
            border-bottom: 1px solid;
        }
        .search__line__input::placeholder{
            font-size: 18px;
            line-height: 21.78px;
            color: #B4B4B4;
        }

        .modal__search{
            display: none;
            position: absolute;
            top: 79px;
            left: 50%;
            transform: translate(-50%);
            padding: 25px 28px 28px 56px;
            width: 636px;
            border-radius: 30px;
            box-shadow: 0 8px 15px #0001;
            z-index: 1;
        }
        .modal__search__header{
            font-size: 18px;
            font-weight: 700;
            line-height: 21.78px;
        }
        
        .close__modal__search{
            top: 25px;
            right: 28px;
            position: absolute;
            content: '';
            background: url('/local/components/nobazit/nobazit.search/templates/.default/./img/close-pink.svg') no-repeat center/cover;
            display: flex;
            width: 20px;
            height: 20px;
            cursor: pointer;
        }
        .modal__search__menu{
            display: flex;
            flex-direction: column;
            max-height: 400px;
            gap: 14px;
            margin-top: 52px;
            font-size: 14px;
            line-height: 21px;
            overflow-y: auto;
        }
        .modal__search__list{
            font-family: 'Proxima Nova', sans-serif;
            position: relative;
            gap: 20px;
            margin-bottom: 10px;
            display: flex;
            font-size: 14px;
            align-items: center
        }

        .modal__search__list::before{
            content: ' ';
            background: url('/local/components/nobazit/nobazit.search/templates/.default/./img/search-icon.svg') no-repeat;
            background-size: contain;
            display: flex;
            width: 18px;
            height: 18px;
        }
        .modal__search__list a{
            width: 100%;
        }

        .modal__search__menu::-webkit-scrollbar {
            width: 12px;  /* ширина всей полосы прокрутки */
        }

        .modal__search__menu::-webkit-scrollbar-track {
            background: #F5F5F5; /* цвет зоны отслеживания */
            border-radius: 24px; 
        }

        .modal__search__menu::-webkit-scrollbar-thumb {
            background-color: #D9D9D9;    /* цвет бегунка */
            border-radius: 24px;       /* округлось бегунка */
            width: 4px;
            height: 57px;    
            padding: 0 2px;
        }
        .modal__search__active{
            background: #fff;
            display: block;
        }

        @media(max-width: 676px){
            .container{
                max-width: 100%;
            }
            .modal__search{
                max-width: 95%;
            }
        }
        @media(max-width: 576px){
            .container{
                max-width: 100%;
            }
            .search__line__block{
                width: 95%;
            }
            
        }

        @media(max-width: 480px){
            .modal__search{
                padding: 30px 14px 30px 30px;
            }
            .modal__search__menu{
                gap: 28px;
            }
            .modal__search__list{
                width: 280px;
                height: auto;
            }
        }

        @media(max-width: 390px){
            .close{
                display: none;
            }
            .search__line__block::before{
                background: url('/local/components/nobazit/nobazit.search/templates/.default/./img/search-icon-mobile.svg') no-repeat;
            }
        }
        [type="search"]::-webkit-search-cancel-button {
  appearance: none;
}
    .search__link a{
    -webkit-mask-image: url(/local/components/nobazit/nobazit.search/templates/.default/img/search-icon.svg);
    mask-image: url(/local/components/nobazit/nobazit.search/templates/.default/img/search-icon.svg);
    mask-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 24px;
    display: block;
    background-color: #333;
}
.search__link a:hover{
    background-color: #FF00C8;
}
.search__link{
    display: block!important;
}
@media(max-width: 1440px){
.search__link a{
    -webkit-mask-image: none;
    mask-image: none;
    mask-repeat: none;
    background-color: transparent;
    width: 100%;
}
.search__link a:before{
    content: "Поиск по сайту";
    background-size: contain;
    display: block;
    
}
}
/* End */


/* Start:/bitrix/templates/nobasit/template_styles.css?1745914191172*/
.license-link{
    color:#aaa;
    margin-left: 26px;
}
.content-documents a{
    color:#aaa;
    font-size: 80%;
    display: block;
}
.spec-item img{
object-fit: cover;
}
/* End */
/* /bitrix/templates/nobasit/js/slick.css?16869228681893 */
/* /bitrix/templates/nobasit/css/normalize.css?16869228146705 */
/* /bitrix/templates/nobasit/css/fancybox.css?168692281413841 */
/* /bitrix/templates/nobasit/css/styles.css?175558598635656 */
/* /bitrix/templates/nobasit/css/adaptive.css?171161016222487 */
/* /local/components/nobazit/nobazit.search/templates/.default/style.css?17117116985941 */
/* /bitrix/templates/nobasit/template_styles.css?1745914191172 */
