

/* Start:/bitrix/templates/ekolab/styles/normalize.css?16152816627162*/
/*! 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:/bitrix/templates/ekolab/styles/slick.css?16152816621893*/
/* 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/ekolab/styles/jquery.fancybox.min.css?161528166212795*/
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;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;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:transform,opacity;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{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;transform-origin:top left;transition-property:transform,opacity;-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:grab}.fancybox-is-grabbing .fancybox-content{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:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property: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;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.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{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}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;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;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.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-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.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:rgba(0,0,0,0);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/ekolab/template_styles.css?1704982318149106*/
@font-face {
    font-family: 'Rubik-Regular';
    src: local('Rubik-Regular'), url(/bitrix/templates/ekolab/fonts/Rubik-Regular.ttf);
}

@font-face {
    font-family: 'Rubik-Medium';
    src: local('Rubik-Medium'), url(/bitrix/templates/ekolab/fonts/Rubik-Medium.ttf);
}

@font-face {
    font-family: 'Rubik-SemiBold';
    src: local('Rubik-SemiBold'), url(/bitrix/templates/ekolab/fonts/Rubik-SemiBold.ttf);
}

@font-face {
    font-family: 'Rubik-Bold';
    src: local('Rubik-Bold'), url(/bitrix/templates/ekolab/fonts/Rubik-Bold.ttf);
}

@font-face {
    font-family: 'Roboto-Regular';
    src: local('Roboto-Regular'), url(/bitrix/templates/ekolab/fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: 'Roboto-Medium';
    src: local('Roboto-Medium'), url(/bitrix/templates/ekolab/fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: 'Roboto-Bold';
    src: local('Roboto-Bold'), url(/bitrix/templates/ekolab/fonts/Roboto-Bold.ttf);
}


/* main */

:root {
    --color-steel_blue: #5177AC;
    --color-light_sky_blue: #A9CDEE;
    --color-blue_elis: #E6F3FF;
    --color-dark_blue: #214987;
    --color-aquamarine: #A6E7E9;
    --color-turquoise: #2FBFC3;
    --color-lazur: #95D8F6;
    --color-lazur_light: #F2FAFD;
    --color-green: #65BFAA;
    --color-red: #FD3B32;
    --color-white: #fff;
    --text-color_main: #292929;
    --text-color_secondary: #636363;
    --border-color: #D2E5E7;
    /*font-size: 16px;*/
	font-size: 14px;
    color: var(--text-color_main);
    font-family: 'Rubik-Regular', sans-serif;
    min-height: 1000px;
    /* -ms-overflow-style: none; */
    /* IE 10+ */
    /* scrollbar-width: none; */
    /* Firefox */
}

:root.accessability {
    font-size: 16px;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
}

::-webkit-scrollbar {
    /* chrome based */
    /* width: 0px; */
    /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ scrollbar'a */
    /* background: transparent; */
    /* ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ */
}

h1 {
    font-family: 'Rubik-Bold', sans-serif;
    font-size: 2.85rem;
    line-height: 120%;
}

h2 {
    font-family: 'Rubik-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 130%;
}

h3 {
    font-family: 'Rubik-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 130%;
}

h4 {
    font-family: 'Rubik-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
    line-height: 130%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    color: var(--text-color_main);
}

main {
    overflow: hidden;
}

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 35px;
}

body>header {
    position: -webkit-sticky;
    position: sticky;
    top: -80px;
    background: #fff;
    z-index: 100;
}

button {
    cursor: pointer;
}

.button {
    height: 40px;
    border: none;
    border-radius: 10px;
    padding: 0 15px;
    color: var(--color-white);
    background-color: var(--color-steel_blue);
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik-Medium', sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.button a {
    color: var(--color-white);
}

.button.button_border {
    background-color: var(--color-white) !important;
    color: var(--color-steel_blue);
    border: 2px solid var(--color-steel_blue);
}

.button.button_border a {
    color: var(--color-steel_blue);
}

.button:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

select {
    cursor: pointer;
}

input {
    cursor: text;
}

input[type='search']::-webkit-search-decoration,
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-results-button,
input[type='search']::-webkit-search-results-decoration {
    display: none;
}

input[type="checkbox"] {
    width: 0;
    position: relative;
    cursor: pointer;
}

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

input[type="checkbox"]:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid var(--text-color_secondary);
    position: absolute;
    left: -21px;
    border-radius: 2px;
}

input.error[type="checkbox"]:before {
    border-color: #ff0000;
}

input[type="checkbox"].active:before {
    background-image: url("/bitrix/templates/ekolab/images/check.png");
    border: none;
}

label {
    cursor: pointer;
}

.top>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.top.small_banner {
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.top.without_image {
    margin-top: 45px;
    margin-bottom: 25px;
}

.top.with_logo>div {
    background-image: url('/bitrix/templates/ekolab/images/logo_opacity.png');
    background-repeat: no-repeat;
    background-position: right;
}

.top .breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.top .breadcrumbs li {
    padding-right: 15px;
    margin-bottom: 10px;
    color: var(--text-color_secondary);
}

.top .breadcrumbs li a {
    color: var(--text-color_main);
}

.top .breadcrumbs li::after {
    content: ">";
    padding-left: 15px;
    color: var(--color-turquoise);
    font-size: 16px;
    font-weight: 600;
}

.top .breadcrumbs li:last-child::after {
    content: "";
}

.top.white .breadcrumbs li,
.top.white .breadcrumbs li a,
.top.white h1 {
    color: var(--color-white);
}

.pagination {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 40px;
}

.pagination_item {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 10px;
    cursor: pointer;
}

.pagination .pagination_item a {
    margin: 0;
    text-decoration: none;
}

.pagination_item.active {
    background: var(--color-dark_blue);
    color: var(--color-white);
    cursor: default;
}

.pagination_item.active a {
    background: var(--color-dark_blue);
    color: var(--color-white);
    cursor: default;
}

.pagination_prev,
.pagination_next {
    width: 10px;
    height: 10px;
    border-left: 4px solid var(--color-dark_blue);
    border-bottom: 4px solid var(--color-dark_blue);
    transform: rotate(45deg);
    border-radius: 4px;
    cursor: pointer;
}

.pagination_prev a,
.pagination_next a {
    width: 100%;
    height: 100%;
    display: block;
}

.pagination_prev.disabled,
.pagination_next.disabled {
    -webkit-filter: sepia(1);
    filter: sepia(1);
    cursor: default;
}

.pagination_next {
    transform: rotate(225deg);
}

.slick-slider {
    max-width: 80vw;
    margin: 0 auto;
}

.slick-list {
    max-width: 80vw;
    margin: 0 auto;
}

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

.slick-slide img,
.slick-slider img {
    max-width: 100%;
}

.slick-prev,
.slick-next {
    display: inline-block;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    background-color: #EEF4F4;
    background-image: url(/bitrix/templates/ekolab/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.slick-next {
    left: auto;
    right: -100px;
    transform: rotate(180deg) translateY(50%);
}

ul.list li {
    padding-left: 20px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul.list li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid var(--color-turquoise);
    border-right: 3px solid var(--color-turquoise);
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    border-radius: 2px;
}

ul.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 10px 4px 20px rgba(0, 45, 109, 0.2);
    margin-bottom: 50px;
}

ul.tabs>li {
    padding: 35px 30px;
    cursor: pointer;
    font-family: 'Rubik-Medium', sans-serif;
    display: block;
    position: relative;
    height: 100px;
    min-width: 85px;
    max-width: 20vw;
    box-sizing: border-box;
    width: 15%;
    text-align: center;
}

ul.tabs>li a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.tabs>li.active {
    color: var(--color-turquoise);
    position: relative;
}

ul.tabs>li.active a {
    color: var(--color-turquoise);
}

ul.tabs>li.active:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: -4px;
    left: 0;
    border: 2px solid var(--color-turquoise);
    background: var(--color-turquoise);
    border-radius: 2px;
    box-sizing: border-box;
}

.mark {
    /* margin-bottom: 25px; */
    color: var(--color-white);
    background: var(--color-steel_blue);
    display: inline-block;
    padding: 5px 10px;
    border-radius: 12px;
    font-family: 'Rubik-Medium', sans-serif;
}

.mark_green {
    background: var(--color-turquoise);
}


/* 06.12.2020 */

.mark_steel_blue {
    background: var(--color-steel_blue);
}

.mark_green_about {
    background: var(--color-green);
}


/* 06.12.2020 */

.mark_sky {
    background: var(--color-light_sky_blue);
}

div.download {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

div.download img {
    margin-right: 10px;
    width: 50px;
    height: auto;
}

div.download p {
    margin-bottom: 5px;
}

div.download p:last-child {
    margin: 0;
    color: var(--text-color_secondary);
}

.heading {
    display: flex;
    align-items: baseline;
}

.heading h1 {
    margin-right: 25px;
}

.white {
    color: var(--color-white);
}

h2.big_head {
    font-size: 2.6rem;
}

img.arrow_up {
    width: 15px;
    height: 15px;
    transform: rotate(90deg);
    margin-left: 5px;
}

img.arrow_down {
    width: 15px;
    height: 15px;
    transform: rotate(-90deg);
    margin-left: 5px;
}

@media (max-width: 1300px) {
     :root {
        font-size: 12px;
    }
    .container {
        max-width: 1240px;
    }
    header {
        top: -101px;
    }
    .top.with_logo>div {
        background: none;
    }
}

@media (max-width: 950px) {
    .container {
        max-width: 910px;
    }
    .slick-slider {
        max-width: 60vw;
    }
    ul.tabs>li {
        padding: 35px 15px;
    }
}

@media (max-width: 650px) {
    .container {
        max-width: 620px;
        padding: 0 15px;
    }
    .top .breadcrumbs {
        display: none;
    }
    ul.tabs {
        /* overflow-y: scroll;
        overflow-x: auto; */
        flex-wrap: wrap;
    }
    ul.tabs>li.active:after {
        display: none;
    }
}

@media (max-width: 350px) {
    .container {
        max-width: 320px;
        margin: auto;
        padding: 0;
    }
}


/* /main */


/* header */

.header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.header_top-left {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_top-left .lang {
    color: var(--color-dark_blue);
    position: relative;
}

.header_top-left .lang_selected {
    cursor: pointer;
}

.header_top-left .lang_selected::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-dark_blue);
    border-right: 1px solid var(--color-dark_blue);
    margin-left: 5px;
    transform: rotate(135deg);
    margin-bottom: 3px;
}

.header_top-left .lang_list {
    opacity: 0;
    position: absolute;
    padding: 5px 10px;
    top: -100px;
    border: 1px solid var(--color-dark_blue);
    line-height: 25px;
    border-radius: 10px;
    box-shadow: 0px -5px 10px 0px #dadada;
    transition: all .5s ease-in-out;
    background: var(--color-white);
}

.header_top-left .lang_list.active {
    opacity: 1;
    top: -2px;
    cursor: pointer;
}

.header_top-left .lang_list li.active {
    text-decoration: underline;
}

.header_top-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 50%;
}

.header_top-right>div {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header_top-right .header_contacts {
    width: 75%;
    display: flex;
    grid-gap: 15px;
}

.header_top-right .order_call {
    width: 60%;
}

.header_top-right a {
    color: var(--color-dark_blue);
    font-weight: 700;
}

.header_top-right button {
    background-color: var(--color-turquoise);
}

.header_bottom {
    background-color: var(--color-steel_blue);
}

.header_bottom-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: var(--color-white);
    /*letter-spacing: 0.05rem;*/	
}

.header_bottom-menu-main>li>a {
    text-transform: uppercase;
}

.header_bottom-menu .burger {
    width: 25px;
    height: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.header_bottom-menu .burger_item {
    background: var(--color-white);
    height: 2px;
    border-radius: 25%;
}

.header_bottom-menu a {
    color: var(--color-white);
    position: relative;
}

.header_bottom-menu>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_bottom-menu>ul>li {
    padding: 20px;
    white-space: nowrap;
    height: 70px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    position: relative;
}

.header_bottom-menu>ul>li:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

ul.header_bottom-menu-extra>li {
    width: 27px;
    height: 27px;
    cursor: pointer;
    box-sizing: content-box;
}

.header_menu-extra__search {
    background: url('/bitrix/templates/ekolab/images/search.png') no-repeat center;
}

.header_menu-extra__access {
    background: url('/bitrix/templates/ekolab/images/eye.png') no-repeat center;
}

.header_menu-extra__cart {
    background: url('/bitrix/templates/ekolab/images/bag.png') no-repeat center;
    position: relative;
}

li.header_menu-extra__cart a {
    display: block;
    width: 27px;
    height: 27px;
    padding: 20px;
    position: relative;
}

.header_menu-extra__cart .cart_count {
    background-color: var(--color-turquoise);
    font-size: 0.85rem;
    font-weight: 400;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    top: 15px;
    transform: translateX(-50%);
}

.header_menu-secondary_container {
    position: absolute;
    top: 70px;
    left: 0;
}

.header_bottom-menu>ul>li:hover .header_menu-secondary {
    display: flex;
}

.header_menu-secondary {
    display: none;
    justify-content: space-between;
    padding: 45px 100px;
    background-color: var(--color-white);
    position: absolute;
    z-index: 10;
    top: -40px;
    margin-top: 40px;
    position: relative;
    color: var(--text-color_main)
}

.header_menu-secondary li {
    padding-right: 50px;
}

.header_menu-secondary li:last-child {
    padding-right: 0;
}

.header_menu-secondary img {
    position: relative;
    z-index: 3;
}

.header_menu-secondary h4 {
    margin-top: 20px;
}

.header_menu-secondary p {
    font-family: 'Rubik-Regular';
    font-size: 1rem;
    margin-top: 10px;
}

.header_menu-secondary .menu_phone {
    color: var(--color-dark_blue);
}

.header_dropdown {
    position: relative;
}

.header_dropdown .header_menu-secondary {
    display: none;
    justify-content: space-between;
    padding: 45px 100px;
    background-color: var(--color-white);
    position: absolute;
    width: 75vw;
    z-index: 10;
    top: -40px;
    margin-top: 40px;
}

.header_dropdown .header_menu-secondary:hover {
    display: flex;
}

.header_menu-secondary .menu_img {
    position: relative;
    height: 104px;
}

.header_menu-secondary .menu_img::after {
    content: "";
    border-top: 4px solid var(--color-light_sky_blue);
    display: block;
    position: absolute;
    bottom: 0;
    left: -100px;
    right: -100px;
}

.header_menu-secondary a {
    color: var(--text-color_main);
}

.header_menu-secondary a.section_link {
    display: block;
    margin-top: 20px;
}

.header_bottom-menu-main>li:hover>a::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid var(--color-steel_blue);
    border-right: 22px solid transparent;
    border-left: 22px solid transparent;
    position: absolute;
    top: 43px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 11;
}

.header_bottom-menu-main>li.menu_empty:hover>a::after {
    display: none;
}

.header_menu-tertiary {
    margin-top: 20px;
    text-align: center;
    position: relative;
}

.header_menu-tertiary.last {
    padding: 0;
}

.header_menu-tertiary li {
    text-align: left;
    line-height: 1.5rem;
    padding-bottom: 16px;
    text-transform: none;
    font-weight: 400;
}

.header_menu-secondary .section_link {
    font-size: 1.15rem;
    font-weight: 700;
}

.header_menu-tertiary a:hover,
.header_dropdown-search a:hover {
    cursor: pointer;
    color: var(--color-aquamarine);
    position: relative;
}

.header_menu-tertiary a:hover::before,
.header_dropdown-search a:hover::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-aquamarine);
    border-right: 1px solid var(--color-aquamarine);
    margin-left: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: 4px;
}

.header_dropdown-mini {
    margin-left: -25px;
    padding: 10px;
    border: 1px solid var(--color-dark_blue);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -25px;
    background: var(--color-white);
    border-radius: 10px;
    position: absolute;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: -1;
}

.header_dropdown-mini.active {
    margin-left: 10px;
    opacity: 1;
    z-index: 10;
}

.header_dropdown-mini li {
    line-height: 25px;
}

.header_dropdown-search {
    display: none;
    position: absolute;
    right: 0;
    top: 68px;
    width: 60vw;
    z-index: 10;
    background: #fff;
    color: var(--text-color_main);
}

.header_dropdown-search a {
    color: var(--text-color_main);
    font-weight: 400;
    text-transform: none;
}

.header_dropdown-search:hover,
.header_menu-extra__search:hover>.header_dropdown-search {
    display: block;
}

.header_dropdown-search_content {
    width: 40vw;
    margin: 0 auto;
    height: 425px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 80px;
    box-sizing: border-box;
}

.header_dropdown-search_content form {
    position: relative;
    display: flex;
    align-items: center;
}

.header_dropdown-search_content input[type="submit"] {
    position: absolute;
    right: 25px;
    background-color: transparent;
    background-image: url('/bitrix/templates/ekolab/images/search-gray.png');
    width: 25px;
    height: 25px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.header_dropdown-search_content input[type="search"] {
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}

.header_dropdown-search_content nav {
    display: flex;
    justify-content: space-between;
}

.header_dropdown-search_content nav li {
    margin-top: 20px;
}

@media (max-width: 1300px) {
    .header_top-right {
        width: 70%;
    }
    .header_top-right>div {
        height: 65px;
        flex-direction: column-reverse;
        justify-content: space-evenly;
    }
    .header_top-right .button {
        margin-bottom: 10px;
    }
    .header_top-left {
        flex-direction: column;
    }
    .header_top-left .lang {
        margin-top: 10px;
    }
}

@media (max-width: 650px) {
    .header_top {
        flex-direction: column;
        padding: 15px 30px;
    }
    .header_top-left {
        width: 100%;
        flex-direction: row;
    }
    .header_top-right {
        width: 100%;
    }
    div.header_contacts {
        align-items: flex-start;
    }
    div.order_call {
        align-items: flex-end;
    }
}

@media (max-width: 350px) {
    .order_call p {
        text-align: center;
    }
}


/* /header */


/* main banner*/

.main_banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 800px;
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: top center;
    transition: all .5s ease;
}

.main_banner:hover {
    /* background-size: 100%; */
}

.main_banner img {
    max-width: 100%;
    margin: 0 auto;
}

.main_banner-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-white);
    width: 100%;
}

.main_banner-info p {
    max-width: 500px;
    font-size: 1.4rem;
}

.main_banner-info button,
.main_banner-info a {
    height: 50px;
    max-width: 170px;
    background: var(--color-turquoise);
    margin-top: 40px;
}

@media (max-width: 1300px) {
    .main_banner {
        height: 500px;
    }
    .main_banner-info h1 {
        font-size: 2.5rem;
        line-height: 100%;
    }
    .main_banner-info p {
        font-size: 1.2rem
    }
    .main_banner-info button {
        margin-top: 20px;
    }
}

@media (max-width: 650px) {
    .main_banner {
        height: 350px;
        background-size: cover;
    }
    .main_banner-info h1 {
        font-size: 1.8rem;
    }
    .main_banner-info button {
        height: 40px;
    }
}


/* main banner*/


/* big banner*/

.big_banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.big_banner img {
    max-width: 100%;
    margin: 0 auto;
}

div.big_banner-info {
    display: flex;
    flex-direction: column;
    color: var(--text-color_main);
    justify-content: normal;
    width: 100%;
}

div.big_banner-info .breadcrumbs {
    margin-top: 45px;
}

.big_banner-info h1 {
    width: 49%;
}

.big_banner-info p {
    max-width: 450px;
    font-size: 1.4rem;
}

.big_banner-info button {
    height: 50px;
    max-width: 260px;
    background: var(--color-turquoise);
    margin-top: 40px;
}

@media (max-width: 1300px) {
    .big_banner {
        height: 500px;
    }
    .big_banner-info h1 {
        font-size: 2.5rem;
        line-height: 100%;
    }
    .big_banner-info p {
        font-size: 1.2rem
    }
    .big_banner-info button {
        margin-top: 20px;
    }
}

@media (max-width: 650px) {
    .big_banner {
        height: 350px;
    }
    div.big_banner-info {
        justify-content: center;
    }
    .big_banner-info h1 {
        font-size: 1.8rem;
    }
    .big_banner-info button {
        height: 40px;
    }
}


/* big banner*/


/* middle banner*/

.middle_banner {
    position: relative;
    display: flex;
    align-items: center;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}

.middle_banner img {
    max-width: 100%;
    margin: 0 auto;
}

div.middle_banner-info {
    display: flex;
    flex-direction: column;
    color: var(--text-color_main);
    justify-content: normal;
    width: 100%;
}

div.middle_banner-info .breadcrumbs {
    margin-top: 45px;
}

.middle_banner-info h1 {
    width: 49%;
}

.middle_banner-info p {
    max-width: 450px;
    font-size: 1.4rem;
}

.middle_banner-info button {
    height: 50px;
    max-width: 260px;
    background: var(--color-turquoise);
    margin-top: 30px;
}

.middle_banner-info .promo {
    position: absolute;
    bottom: 0;
    top: 65%;
    width: 25%;
    background: linear-gradient(72.44deg, #07888B 2.22%, #4EE9ED 89.16%);
    box-shadow: 10px -10px 20px rgba(31, 74, 134, 0.2);
    border-radius: 0px 100px 0px 0px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 35px;
    box-sizing: border-box;
}

.middle_banner-info .promo h2 {
    font-size: 50px;
}

.middle_banner-info .promo p {
    font-size: 28px;
    text-align: center;
}

.middle_banner-info .promo a {
    color: var(--color-white);
    text-transform: uppercase;
    margin-top: 15px;
}

@media (max-width: 1300px) {
    .middle_banner {
        height: 500px;
    }
    .middle_banner-info h1 {
        font-size: 2.5rem;
        line-height: 100%;
    }
    .middle_banner-info p {
        font-size: 1.2rem
    }
    .middle_banner-info button {
        margin-top: 20px;
    }
    .middle_banner-info .promo {
        width: 40%;
    }
}

@media (max-width: 650px) {
    .middle_banner {
        height: 350px;
    }
    div.middle_banner-info {
        justify-content: center;
    }
    .middle_banner-info h1 {
        font-size: 1.8rem;
    }
    .middle_banner-info button {
        height: 40px;
    }
    .middle_banner-info .promo {
        width: 90%;
    }
}


/* /middle bannerr*/


/*  subBanner */

.sub_banner {
    height: 300px;
    position: relative;
    top: -80px;
    display: flex;
    justify-content: space-between;
}

.sub_banner>a {
    width: 25vw;
    padding: 40px;
    margin-right: 25px;
    box-shadow: 20px 20px 40px rgba(0, 45, 109, 0.4);
    border-radius: 20px;
    color: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 230px;
    transition: all .3s ease-in-out;
    overflow-y: hidden;
}

.sub_banner>a:hover {
    height: 280px;
}

.sub_banner>a:nth-child(1) {
    background: linear-gradient(242.56deg, #96DFFF -4.01%, #00588A 96.2%);
}

.sub_banner>a:nth-child(2) {
    background: linear-gradient(46.21deg, #028084 11.67%, #4EE9ED 86.14%);
}

.sub_banner>a:nth-child(3) {
    background: linear-gradient(234.03deg, #94B3E0 10.64%, #002D6D 96.41%);
    margin-right: 0;
}

.sub_banner>a h2 {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 25px;
    text-align: center;
}

.sub_banner>a img {
    width: 100%;
}

.sub_banner>a span {
    opacity: 0;
}

.sub_banner>a:hover span {
    opacity: 1;
}

@media (max-width: 1300px) {
    .sub_banner {
        top: -40px;
        height: 250px;
    }
    .sub_banner>a {
        height: 210px;
        padding: 25px;
    }
    .sub_banner>a:hover {
        height: 230px;
    }
    .sub_banner>a img {
        width: 80%;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 650px) {
    .sub_banner {
        flex-direction: column;
        align-items: center;
        height: auto;
    }
    .sub_banner>a {
        height: auto;
        margin: 0;
        margin-bottom: 10px;
        width: 80%;
    }
    .sub_banner>a:hover {
        height: auto;
    }
    .sub_banner>a span {
        display: none;
    }
}


/*  /subBanner */


/* popular products */

.popular_products header {
    background: var(--color-light_sky_blue);
    height: 220px;
}

.popular_products header>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 50px;
}

.popular_products-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-content: space-between;
    height: 600px;
    position: relative;
    top: -80px;
}

.popular_products-item {
    position: relative;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    background-color: var(--color-white);
    overflow: hidden;
}

.popular_products-item:first-child {
    height: 540px;
}

.popular_products-item:nth-child(2),
.popular_products-item:nth-child(4) {
    margin-bottom: 25px;
}

.popular_products-item img {
    max-width: 22vw;
}

.popular_products-item a {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: var(--color-turquoise);
    padding: 20px;
    right: 0;
    border-radius: 0 0 10px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .2s ease-in-out;
    font-family: 'Rubik-Medium';
}

.popular_products-item a:hover {
    color: var(--color-white);
    background-color: var(--color-turquoise);
}

.popular_products-item a:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 4px;
    transform: rotate(-45deg);
    background: white;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    bottom: calc(50% - 10px);
}

.popular_products-item a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 4px;
    transform: rotate(45deg);
    background: white;
    border-radius: 4px;
    position: absolute;
    right: 20px;
    bottom: calc(50% + 5px);
}

.popular_products-item a span {
    max-width: 70%;
}

.popular_products button,
.popular_products a.button {
    height: 50px;
    padding: 0 76px;
    margin: 0 auto;
    width: 240px;
    display: flex;
    margin-bottom: 50px;
    color: var(--color-white);
    font-weight: 500;
    font-family: 'Rubik-Medium';
}

@media (max-width: 1300px) {
    .popular_products-content {
        height: auto;
        flex-direction: row;
        justify-content: space-between;
    }
    .popular_products-item:first-child {
        height: 310px;
    }
    .popular_products-item {
        margin-bottom: 10px;
        flex-basis: 30%;
        min-width: 30%;
        height: 310px;
    }
    .popular_products-item img {
        max-height: 300px;
        margin: 10px auto;
        display: block;
    }
}

@media (max-width: 950px) {
    .popular_products-item {
        flex-basis: 48%;
        min-width: 48%;
    }
}

@media (max-width: 650px) {
    .popular_products-content {
        justify-content: center;
    }
    .popular_products-item {
        flex-basis: 80%;
        min-width: 80%;
    }
}


/* /popular products */


/* novelties */

.novelties header {
    background: var(--color-turquoise);
    height: 270px;
}

.novelties header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
}

.novelties-content {
    position: relative;
    top: -125px;
    height: 470px;
}

.novelties_menu_tabs {
    display: flex;
}

.novelties_menu_tab {
    text-transform: uppercase;
    font-size: 1.3rem;
    line-height: 21px;
    padding: 20px 30px;
    opacity: .5;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

.novelties_menu_tab:first-child {
    padding-left: 0;
}

.novelties_menu_tab.active {
    opacity: 1;
}

.novelties_menu_tab.active:after {
    content: "";
    display: block;
    width: calc(100% + 40px);
    height: 5px;
    border-radius: 5px;
    background: var(--color-white);
    margin-top: 10px;
}

.novelties-items {
    display: none;
}

.novelties-items.active {
    display: flex;
    position: relative;
    height: 600px;
}

.novelties-slider {
    display: none;
}

.novelties-items.active .novelties-slider {
    display: flex;
    justify-content: center;
}

.novelties-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    box-sizing: border-box;
    height: 500px;
    overflow-y: hidden;
    max-width: 300px;
    text-align: left;
}

.novelties-items:not(.slick-slider) img {
    width: 100%;
}

.novelties-item_cover {
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.novelties-item h3 {
    margin-bottom: 10px;
}

.novelties-item:hover h3 {
    color: var(--color-dark_blue);
}

.novelties-item p {
    color: var(--text-color_secondary);
    line-height: 120%;
    margin-bottom: 15px;
}

.novelties-item li {
    padding-bottom: 15px;
}

.novelties-item button {
    display: block;
    margin: 0 auto;
}

.novelties-item .novelties-item_props {
    max-height: 0;
    height: 0;
    opacity: 0;
}

.novelties-item:hover,
.novelties-item:hover>.novelties-item_props,
.novelties-item .novelties-item_props:hover {
    height: auto;
    max-height: 600px;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.novelties-items.slick-initialized .slick-slide {
    text-align: center;
}


/* /novelties */


/* press */

.press>header {
    height: 240px;
    box-sizing: border-box;
    background: var(--color-light_sky_blue);
    padding-top: 90px;
}

.press-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    top: -80px;
}

.press-content.press-page {
    top: 0;
}

.press-content>div {
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    flex-basis: 32%;
    min-width: 32%;
    margin-bottom: 15px;
    padding: 10px 25px;
}

.press-content>div header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.press-content>div header a {
    text-transform: uppercase;
    color: var(--text-color_secondary);
    font-size: 0.85rem;
}

div.press_menu {
    padding: 10px 0;
}

.press_menu div:first-child h4 {
    background: var(--color-turquoise);
}

.press_menu div:last-child h4 {
    background: var(--color-steel_blue);
}

.press_menu>div:last-child {
    border-bottom: none;
}

.press_first-column {
    padding: 10px 25px 25px;
    border-bottom: 1px solid var(--border-color);
    line-height: 150%;
}

.press_first-column h4 {
    background: var(--color-light_sky_blue);
    padding: 10px;
    color: var(--color-white);
    border-radius: 20px;
}

.press_about.press_first-column h4 {
    background: var(--color-green);
}

div.press_photo,
div.press_video {
    padding-top: 25px;
}

.press_photo-description,
.press_video-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.press_photo-description_text,
.press_video-description_text {
    flex-basis: 70%;
    min-width: 70%;
    font-size: 1.15rem;
    font-weight: 500;
    line-height: 21px;
    font-family: 'Rubik-Medium';
    width: 70%;
}

.press_photo .slick-slider {
    margin: 0;
}

.press_photo-buttons .slick-prev,
.press_photo-buttons .slick-next,
.press_video-buttons .slick-prev,
.press_video-buttons .slick-next {
    display: inline-block;
    border-radius: 5px;
    width: 40px;
    height: 35px;
    background-color: var(--color-dark_blue);
    background-image: url('/bitrix/templates/ekolab/images/arrow_white.svg');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    position: static;
    transform: inherit;
}

.press_photo-buttons .slick-next,
.press_video-buttons .slick-next {
    transform: rotate(180deg);
}

.press_photogallery-item,
.press_videogallery-item {
    position: relative;
}

.press-content .press_photogallery-item,
.press-content .press_videogallery-item {
    position: relative;
    height: 250px;
    width: 100%;
}

.press_videogallery-item img,
.press_photogallery-item img {
    margin: 0 auto;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.press_videogallery-item:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    background: url('/bitrix/templates/ekolab/images/play.png') no-repeat center;
    ;
    opacity: 0.8;
}

.press_videogallery-item:hover:after {
    opacity: 1;
    cursor: pointer;
}

.press-content>div:last-child,
.press-content>div:nth-child(5) {
    padding: 0;
}

.press-content>div:last-child header,
.press-content>div:nth-child(5) header {
    padding: 10px 25px;
    color: var(--color-white);
    background: var(--color-dark_blue);
    border-radius: 9px 9px 0 0;
    margin: 0;
    height: 30px;
    box-sizing: border-box;
}

.press-content>div:last-child header {
    justify-content: flex-end;
}

.press-content>div:last-child header a {
    color: var(--color-white);
}

.press_calendar-content {
    display: flex;
}

.press_calendar-date {
    flex-basis: 30%;
    min-width: 35%;
    padding: 20px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 16px;
    border-right: 1px solid var(--color-light_sky_blue);
}

.press_calendar-title {
    padding: 20px;
    padding-left: 35px;
}

.press_calendar-number {
    font-size: 1.7rem;
}

.press_calendar-title a {
    padding-top: 10px;
    display: block;
    text-transform: uppercase;
    color: var(--text-color_secondary);
}

@media (max-width: 1300px) {
    .press-content>div {
        flex-basis: 48%;
        min-width: 48%;
        order: 3;
    }
    div.press_menu {
        order: 1;
    }
    div.press_about {
        order: 2;
        align-self: flex-end;
    }
}

@media (max-width: 950px) {
    .press-content {
        justify-content: center;
    }
    .press-content>div {
        flex-basis: 80%;
        min-width: 80%;
    }
    .press_photogallery {
        margin: 0 auto;
    }
}

@media (max-width: 650px) {
    .press_photo-description p,
    .press_video-description p {
        flex-basis: 100%;
        min-width: 100%;
    }
    .press_photo-buttons,
    .press_video-buttons {
        display: none;
    }
    .press_calendar-content {
        flex-direction: column;
        align-items: center;
    }
    .press_calendar-date {
        border: none;
    }
}


/* /press */


/* questions */

.questions {
    height: 600px;
    background: url('/bitrix/templates/ekolab/images/bg-form.png') no-repeat;
    background-size: cover;
}

.questions>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.questions h2 {
    margin-bottom: 5px;
}

.questions p {
    margin-bottom: 30px;
}

.questions form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
}

.questions form textarea,
.questions form input {
    border-radius: 5px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    padding-left: 30px;
    outline: none;
}

.questions form input {
    width: 49%;
    height: 50px;
    margin-bottom: 10px;
}

.questions form textarea {
    width: 100%;
    height: 100px;
    padding-top: 15px;
    resize: none;
    margin-bottom: 20px;
}

.questions form label {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
    left: 21px;
    cursor: pointer;
}

.questions form input[type="checkbox"] {
    width: 0px;
    height: 0px;
    display: inline-block;
    margin-right: 10px;
}

.questions form input[type="checkbox"]:before {
    background-color: #fff;
}

.questions form button {
    padding: 0 45px;
    height: 50px;
}

@media (max-width: 1300px) {
    .questions {
        background-image: linear-gradient(135deg, rgba(81, 119, 172, 1) 0%, rgba(169, 205, 238, 1) 100%) !important;
        margin-top: 80px;
    }
    .questions>div {
        align-items: center;
    }
}

@media (max-width: 650px) {
    .questions form {
        width: 80%;
    }
    .questions form input {
        width: 100%;
    }
}


/* /questions */


/* otherBuy */

.otherBuy header {
    background: var(--color-aquamarine);
    height: 270px;
}

.otherBuy header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
}

.otherBuy-content {
    position: relative;
    top: -125px;
    height: 470px;
}

.otherBuy-items {
    display: none;
}

.otherBuy-items.active {
    display: block;
    width: 100%;
}

.otherBuy-slider {
    display: none;
}

.otherBuy-items.active .otherBuy-slider {
    display: flex;
    justify-content: center;
}

.otherBuy-items:not(.slick-slider) img {
    width: 100%;
}

.otherBuy-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    box-sizing: border-box;
    height: 450px;
    overflow-y: hidden;
    max-width: 300px;
    text-align: left;
}

.otherBuy-item_cover {
    height: 315px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.otherBuy-item_cover img {
    max-width: 80%;
    max-height: 300px;
    object-fit: contain;
}

.otherBuy-item h3 {
    margin-bottom: 10px;
}

.otherBuy-item:hover h3 {
    color: var(--color-dark_blue);
}

.otherBuy-item p {
    color: var(--text-color_secondary);
    line-height: 120%;
    margin-bottom: 15px;
}

.otherBuy-item li {
    padding-bottom: 15px;
}

.otherBuy-item button {
    display: block;
    margin: 0 auto;
}

.otherBuy-item .otherBuy-item_props {
    max-height: 0;
    height: 0;
    opacity: 0;
}

.otherBuy-item:hover,
.otherBuy-item:hover>.otherBuy-item_props,
.otherBuy-item .otherBuy-item_props:hover {
    height: auto;
    max-height: 600px;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.otherBuy-items.slick-initialized .slick-slide {
    text-align: center;
}


/* /otherBuy */


/* viewed */

.viewed header {
    background: var(--color-light_sky_blue);
    height: 270px;
}

.viewed header>div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 85px;
}

.viewed-content {
    position: relative;
    top: -125px;
    height: 470px;
}

.viewed-items {
    display: none;
}

.viewed-items.active {
    display: flex;
    height: 500px;
}

.viewed-slider {
    display: none;
}

.viewed-items.active .viewed-slider {
    display: block;
}

.viewed-item {
    padding: 30px;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border-color);
    background: var(--color-white);
    box-sizing: border-box;
    height: 400px;
    overflow-y: hidden;
    max-width: 300px;
    text-align: left;
}

.viewed-item_cover {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.viewed-item_cover img {
    max-width: 80%;
    max-height: 300px;
    object-fit: contain;
}

.viewed-item h3 {
    margin-bottom: 10px;
}

.viewed-item:hover h3 {
    color: var(--color-dark_blue);
}

.viewed-item p {
    color: var(--text-color_secondary);
    line-height: 120%;
    margin-bottom: 15px;
}

.viewed-item li {
    padding-bottom: 15px;
}

.viewed-item button {
    display: block;
    margin: 0 auto;
}

.viewed-item .viewed-item_props {
    max-height: 0;
    height: 0;
    opacity: 0;
}

.viewed-item .viewed-item_props ul {
    display: none;
}

.viewed-item:hover,
.viewed-item:hover>.viewed-item_props,
.viewed-item .viewed-item_props:hover {
    height: auto;
    max-height: 600px;
    opacity: 1;
    transition: all 1s ease-in-out;
}

.viewed-items.slick-initialized .slick-slide {
    text-align: center;
}


/* /viewed */


/* productions */

.productions-content {
    margin-top: 60px;
}

.productions-content_header {
    display: flex;
    align-items: baseline;
}

.productions-content_header h2 {
    margin-right: 20px;
}

.productions-content_header span {
    color: var(--text-color_secondary);
}

.productions-content_tabs {
    display: flex;
    flex-wrap: wrap;
}

.productions-content_tabs li {
    border: 2px solid var(--color-aquamarine);
    border-radius: 8px;
    margin-right: 8px;
    margin-top: 25px;
    cursor: pointer;
}

.productions-content_tabs li.active {
    padding: 15px 30px;
}

.productions-content_tabs li a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
}

.productions-content_tabs li.active {
    background-color: var(--color-aquamarine);
}

.productions-content_menu-main {
    display: none;
}

.productions-content_menu-main.active {
    display: block;
}

.productions-content_menu-main>ul {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.productions-content_menu-main>ul>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 40px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
}

.productions-content_menu-main>ul>li.active {
    max-height: 1000px;
}

.productions-content_menu-main>ul>li header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.productions-content_menu-main>ul>li header:hover a {
    color: var(--color-dark_blue);
    cursor: pointer;
}

.productions-content_menu-main>ul>li.active header {
    color: var(--color-dark_blue);
}

.productions-content_menu-main>ul>li header.available::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.productions-content_menu-main>ul>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.productions-content_menu-secondary {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 30px;
}

.productions-content_menu-secondary li {
    margin-bottom: 25px;
}

.productions-content_menu-secondary a:hover {
    cursor: pointer;
    color: var(--color-aquamarine);
    position: relative;
}

.productions-content_menu-secondary a:hover::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-aquamarine);
    border-right: 1px solid var(--color-aquamarine);
    margin-left: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: 4px;
}

.production_description {
    margin-top: 90px;
}

.production_description h2 {
    font-size: 2.4rem;
    margin-bottom: 65px;
}

.production_description p {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 160px;
    column-gap: 160px;
    line-height: 1.5rem;
    margin-bottom: 100px;
}

@media (max-width: 1300px) {
    .productions-content_menu-main>ul>li {
        padding: 20px 30px;
    }
}

@media (max-width: 950px) {
    .productions-content_menu-main>ul {
        margin-top: 30px;
    }
    .productions-content_menu-main>ul>li {
        flex-basis: 100%;
        min-width: 80%;
    }
    .production_description p {
        -moz-column-count: 1;
        column-count: 1;
    }
}


/* /productions */


/* productions_section */

.productions_section {
    display: flex;
}

.productions_section-left {
    flex-basis: 25%;
    min-width: 25%;
    max-width: 350px;
    margin-right: 25px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.productions_section-left>div {
    background: #FFFFFF;
    border: 1px solid var(--color-light_sky_blue);
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 25px;
}

.productions_section-left header {
    text-align: center;
    background: var(--color-steel_blue);
    color: var(--color-white);
    border-radius: 10px 10px 0 0;
    font-size: 1.3rem;
    padding: 18px;
}

.clarify_section li a {
    display: flex;
    justify-content: space-between;
    padding: 18px 25px;
}

.clarify_section li:last-child {
    border-radius: 0 0 10px 10px;
}

.clarify_section li.active {
    background-color: var(--color-turquoise);
}

.clarify_section li.active div {
    display: flex;
    justify-content: space-between;
    padding: 18px 25px;
    align-items: center;
}

.clarify_section li:not(.active):hover {
    background-color: var(--color-light_sky_blue);
}

.clarify_section li p {
    font-family: 'Rubik-Medium';
    width: 90%;
}

.smart_filter .filter_item {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
    border-bottom: 1px solid var(--color-light_sky_blue);
    max-height: 60px;
    overflow: hidden;
    transition: max-height .5s ease-in-out;
}

.smart_filter .filter_item.active {
    max-height: 300px;
}

.smart_filter .filter_item:last-child {
    border-bottom: none;
}

.filter_item-title {
    position: relative;
    cursor: pointer;
}

.filter_item-title:after {
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    border-right: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(45deg) translateX(-50%);
    border-radius: 2px;
    transition: all .5s ease-in-out;
}

.filter_item.active .filter_item-title:after {
    transform: rotate(-135deg) translateX(-50%);
}

.smart_filter h4 {
    margin-top: 25px;
    margin-bottom: 15px;
}

.smart_filter label {
    padding: 15px 0;
    font-family: 'Rubik-Medium';
    display: block;
    padding-left: 20px;
    cursor: pointer;
}

.smart_filter #smartFilterControls {
    display: grid;
    padding: 30px;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-template-rows: repeat(auto-fit, minmax(60px, 100%));
    grid-gap: 15px;
    align-items: center;
    justify-content: space-around;
}

.smart_filter #smartFilterForm {
    position: relative;
}

.smart_filter #modef {
    padding: 30px;
    box-sizing: border-box;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    background: var(--color-steel_blue);
    color: var(--color-white);
    width: 100%;
    text-align: center;
    height: 100px;
    position: relative;
    top: auto !important;
}

.smart_filter #modef a {
    color: var(--color-white);
    margin-top: 5px;
    display: block;
    text-decoration: underline;
    text-transform: uppercase;
}

.smart_filter #modef .close {
    position: absolute;
    top: 15px;
    right: 15px;
    margin: 0;
    text-decoration: none;
    border: 1px solid;
    padding: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    text-transform: initial;
    display: flex;
    align-items: center;
    justify-content: center;
}

.smart_filter #modef .close:before {
    content: "x";
}

.smart_filter #smartFilterControls li:first-child .button {
    /* margin-right: 15px; */
}

div.our_opinion {
    background: linear-gradient(46.21deg, #028084 11.67%, #4EE9ED 86.14%);
    box-shadow: 20px 20px 40px rgba(0, 45, 109, 0.4);
    border-radius: 20px;
    border: none;
    color: #fff;
    padding: 30px;
}

.our_opinion h4 {
    margin-bottom: 5px;
}

.our_opinion a {
    margin-top: 15px;
    color: var(--color-white);
    text-transform: uppercase;
    display: block;
}

.productions_section-right {
    flex-basis: 75%;
    min-width: 75%;
}

.productions_section-catalog_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.catalog_top-sort {
    display: flex;
}

.catalog_top-sort_item a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 15px 30px;
    box-sizing: border-box;
}

.catalog_top-sort>div {
    border: 2px solid var(--color-aquamarine);
    border-radius: 8px;
    margin-right: 10px;
    font-weight: 600;
    cursor: pointer;
}

.catalog_top-sort>div.active {
    background: var(--color-aquamarine);
}

.catalog_top-item_count {
    display: flex;
    align-items: center;
}

.catalog_top-item_count .select_wrapper {
    position: relative;
}

.catalog_top-item_count select {
    width: 100px;
    height: 50px;
    border: 1px solid var(--color-aquamarine);
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    padding: 15px 30px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    margin-left: 10px;
}

.catalog_top-item_count .select_wrapper:after {
    content: "";
    background-image: url(/bitrix/templates/ekolab/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px;
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px;
    transform: rotate(-90deg);
    right: 30px;
}

.productions_section-catalog {
    /* display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; */
    display: grid;
    grid-gap: 1rem;
    position: relative;
    grid-template-columns: repeat(3, minmax(300px, 1fr));
}

.productions_section-catalog li {
    flex-basis: 32%;
    min-width: 32%;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 18px 32px;
    padding-bottom: 40px;
    margin-bottom: 25px;
    position: relative;
    display: flex;
    flex-direction: column;
    transition: all .5s ease-in-out;
}

.productions_section-catalog li:hover {
    position: relative;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    z-index: 2;
    cursor: pointer;
}

.productions_section-catalog li .catalog_item-more {
    position: absolute;
    bottom: -60px;
    left: -1px;
    background: #fff;
    width: 100%;
    padding-bottom: 40px;
    z-index: 2;
    border: 1px solid var(--border-color);
    box-shadow: 10px 10px 15px rgba(0, 45, 109, 0.1);
    border-top: none;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.productions_section-catalog li:hover .catalog_item-more {
    opacity: 1;
}

.productions_section-catalog li img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
    height: 230px;
    width: 230px;
    -o-object-fit: contain;
    object-fit: contain;
}

.productions_section-catalog li h4 {
    margin-bottom: 10px;
}

.productions_section-catalog li:hover h4 {
    color: var(--color-dark_blue);
}

.productions_section-catalog li p {
    font-size: 0.85rem;
    line-height: 1rem;
    color: var(--text-color_secondary);
}

.productions_section-catalog li a.button {
    padding: 15px 40px;
    display: block;
    box-sizing: border-box;
    margin: 0 auto;
}

.productions_section-catalog li a.button {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}


/* .production_section_description {
    margin-top: 90px;
} */

.production_section_description h2 {
    font-size: 2.4rem;
    margin-bottom: 65px;
}

.production_section_description p {
    line-height: 1.5rem;
    margin-bottom: 100px;
}

@media (max-width: 1300px) {
    .productions_section-catalog li {
        flex-basis: 49%;
        min-width: 49%;
    }
    .productions_section-catalog {
        grid-template-columns: repeat(2, minmax(300px, 1fr));
    }
}

@media (max-width: 950px) {
    .productions_section-catalog {
        grid-template-columns: repeat(1, minmax(300px, 1fr));
    }
    .productions_section-left {
        flex-basis: 35%;
        min-width: 35%;
    }
    .productions_section-right {
        flex-basis: 60%;
        min-width: 0%;
    }
    .productions_section-catalog_top {
        flex-direction: column;
        align-items: baseline;
        height: 170px;
    }
    .productions_section-catalog li {
        flex-basis: 100%;
        min-width: 100%;
    }
}

@media (max-width: 650px) {
    .productions_section {
        flex-direction: column;
        align-items: center;
    }
    .productions_section-left {
        width: 100%;
        max-width: 100vw;
        position: static;
    }
    .productions_section-left>div {
        max-height: 55px;
        overflow: hidden;
        position: relative;
        transition: all 1s ease-in-out;
    }
    .productions_section-left>div.active {
        max-height: 3000px;
    }
    .productions_section-left>div:after {
        content: "";
        width: 10px;
        height: 10px;
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        border-right: 2px solid var(--color-white);
        border-bottom: 2px solid var(--color-white);
        transform: rotate(45deg);
        border-radius: 2px;
        transition: all .5s ease-in-out;
    }
    .productions_section-left>div.active:after {
        transform: rotate(-135deg);
    }
    .productions_section-right {
        max-width: 90vw;
    }
    .productions_section-catalog_top {
        align-items: center;
    }
    .our_opinion {
        display: none;
    }
}


/* /productions_section */


/* production_detail */

.production_info-main {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-bottom: 60px;
}

.production_info-main_left,
.production_info-main_rigth {
    flex-basis: 48%;
    min-width: 48%;
}

.production_info-main_rigth h1 {
    font-family: 'Rubik-Regular';
    margin-bottom: 25px;
    font-size: 1.7rem;
}

.production_info-main_rigth h4 {
    font-family: 'Rubik-Regular';
    margin-bottom: 25px;
}

.production_info-main_rigth h5 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.production_info-main_ru {
    margin-bottom: 25px;
}

.production_info-main_complects {
    margin-bottom: 25px;
}

.production_info-main_complects select {
    height: 60px;
    outline: none;
    padding-left: 25px;
    width: 100%;
    border-color: var(--border-color);
    border-radius: 5px;
}

.production_info-main_description {
    margin-bottom: 60px;
}

.production_info-main_buttons .button:first-child {
    margin-right: 15px;
}

.production_info-main_buttons {
    display: flex;
}

.production_info-main_buttons>a {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    border: 1px solid var(--color-steel_blue);
}

.production_info-main_buttons>a:last-child {
    color: var(--color-steel_blue);
    background-color: #fff;
    margin-left: 15px;
}

.production_bigImage {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    height: 420px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.production_bigImage img {
    max-width: 80%;
    max-height: 400px;
    -o-object-fit: contain;
    object-fit: contain;
}

.production_smallImages {
    width: min(670px, 48vw);
    position: relative;
}

.production_info-main_left .slick-slide {
    margin: 0 15px;
}

.production_smallImage {
    display: flex !important;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 15px;
}

.production_smallImage img {
    width: 80%;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.production_smallImages .slick-prev {
    left: -35px;
    background-color: transparent;
}

.production_smallImages .slick-next {
    right: -35px;
    background-color: transparent;
}

.production_info-more_contents>div {
    display: none;
    margin-bottom: 60px;
}

.production_info-more_contents>div.active {
    display: flex;
}

.production_info-properties {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    grid-gap: 10%;
    justify-content: space-between;
    width: 100%;
}

.production_info-properties_left {
    flex-basis: 50%;
    min-width: 50%;
}

.production_info-more_contents h2 {
    margin-bottom: 15px;
}

.production_info-more_contents p {
    margin-bottom: 10px;
}

table.production_info-properties_list {
    border-collapse: collapse;
}

.production_info-properties_list thead tr th {
    text-align: left;
    background: var(--color-light_sky_blue);
    color: var(--color-dark_blue);
    padding: 20px 45px;
    border-radius: 10px;
}

.production_info-properties_list tbody tr td {
    padding: 20px 45px;
}

.production_info-properties_list tbody tr td:nth-child(2) {
    font-weight: 600;
}

.production_info-properties_list tbody tr {
    border-bottom: 1px solid var(--border-color);
}

.production_info-properties_list tbody tr:last-child {
    border-bottom: none;
}

.production_info-properties_rigth {
    flex-basis: 40%;
    min-width: 40%;
}

.production_info-ru {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.production_info-ru_left {
    flex-basis: 50%;
    min-width: 50%;
}

.production_info-ru_rigth {
    flex-basis: 45%;
    min-width: 45%;
    display: flex;
    flex-wrap: wrap;
}

.production_info-ru_rigth .download {
    flex: 1;
    font-size: 0.85rem;
    font-weight: 600;
}

ul.production_info-more_tabs li {
    max-width: fit-content;
    width: fit-content;
}


/* .production_info-ru_rigth .download img {
    margin: 0;
    margin-bottom: 10px;
} */

@media (max-width: 1300px) {
    .production_info-main_left,
    .production_info-main_rigth {
        flex-basis: 35%;
        min-width: 35%;
    }
    .production_info-main_buttons>a:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (max-width: 950px) {
    .production_info-main {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .production_bigImage {
        display: none;
    }
    .production_smallImages {
        width: 80vw;
        margin-top: 15px;
    }
    .production_info-properties {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 650px) {
    .production_info-main {
        margin-top: -45px;
    }
    ul.production_info-more_tabs>li {
        padding: 35px 10px;
    }
    .production_info-properties_list tbody tr td {
        padding: 20px 30px;
    }
    .production_info-properties_list thead tr th {
        position: relative;
    }
    .production_info-properties_list thead tr th::after {
        content: "";
        display: block;
        width: 10px;
        height: 10px;
        border-left: 2px solid #fff;
        border-bottom: 2px solid #fff;
        transform: rotate(-45deg);
        position: absolute;
        top: calc(50% - 10px);
        right: 25px;
    }
    .production_info-properties_list tbody.active {
        max-height: 1000px;
        transition: max-height .5s ease-in-out;
    }
    .production_info-properties_list tbody:not(.active) {
        max-height: 0;
        overflow: hidden;
        display: block;
    }
    .production_info-properties_list tbody:not(.active) tr td {
        display: flex;
    }
}


/* /production_detail */


/* appointment  */

.appointment form {
    padding: 60px 50px;
    padding-top: 35px;
    background: var(--color-lazur);
    box-shadow: 10px 10px 30px rgba(31, 74, 134, 0.3);
    border-radius: 10px;
    position: relative;
    top: -125px;
}

.appointment form header,
.appointment form footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.appointment form header {
    margin-bottom: 35px;
}

.appointment form footer>* {
    flex-basis: 19%;
    min-width: 19%;
    height: 50px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 5px;
}

.appointment form .button {
    border: none;
    background: var(--color-dark_blue);
}

@media (max-width: 950px) {
    .appointment form header,
    .appointment form footer {
        flex-direction: column;
    }
    .appointment form header {
        margin-bottom: 15px;
    }
    .appointment form header h2 {
        margin-bottom: 15px;
    }
    .appointment form footer>* {
        flex-basis: auto;
        min-width: auto;
        width: 70%;
        margin-bottom: 10px;
    }
}

@media (max-width: 650px) {
    .appointment form {
        top: -50px;
    }
    .appointment form footer>* {
        width: 100%;
    }
}


/* /appointment  */


/* med-services */

.med_services header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}

.services-items {
    position: relative;
}

.services-items .services-item {
    max-width: 17vw;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    min-height: 525px;
    height: 1px;
}

.services-item_cover {
    height: 50%;
}

.services-item_info {
    height: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    position: relative;
    padding: 0 30px;
    box-sizing: border-box;
}

.services-item_info h3 {
    font-family: 'Rubik-Regular';
}

.services-item_info .count {
    top: 0;
    left: 50%;
    background-color: var(--color-dark_blue);
    color: var(--color-white);
    position: absolute;
    font-size: 1.4rem;
    padding: 14px 28px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}

.services-item_info .button {
    margin: 0 auto;
    background-color: var(--color-white);
    color: var(--color-dark_blue);
    border: 2px solid var(--color-dark_blue);
    box-sizing: border-box;
}

.services-item_info:hover .button {
    margin: 0 auto;
    color: var(--color-white);
    background-color: var(--color-dark_blue);
    border: none;
}

.services-items .services-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

@media (max-width: 1300px) {
    .services-items .services-item {
        max-width: 19vw;
        min-height: 430px;
    }
    .services-item_info {
        padding: 0px 15px;
    }
}

@media (max-width: 950px) {
    .services-items .services-item {
        max-width: 28vw;
    }
}

@media (max-width: 650px) {
    .services-items .services-item {
        max-width: 60vw;
    }
}


/* /med-services */


/* med-advantages */

.med_advantages {
    margin-top: 150px;
}

.med_advantages header {
    margin-bottom: 45px;
}

.advantages-item {
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
    height: 235px;
    width: 90% !important;
    margin: 0 auto;
    display: block;
}

.advantages-item .title {
    text-align: center;
}

.advantages-item:hover,
.advantages-item.hover {
    transform: rotateY(180deg);
}

.advantages-item_front,
.advantages-item_back {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(234.03deg, #94B3E0 10.64%, #002D6D 96.41%);
    padding: 40px 30px 30px 30px;
    color: var(--color-white);
    border-radius: 20px;
    font-size: 1.4rem;
}

.advantages-item_front {
    z-index: 2;
}

.advantages-item_back {
    transform: rotateY(180deg);
    justify-content: center;
}


/* /med-advantages */


/* med_specialists */

.med_specialists {
    margin-top: 150px;
    margin-bottom: 75px;
}

.med_specialists header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.med_specialists header select {
    height: 50px;
    width: 25vw;
    padding-left: 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    color: var(--text-color_secondary);
}

.med_specialists-row {
    /* display: flex; */
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.med_specialists-content {
    position: relative;
}

.med_specialists-content::before,
.med_specialists-content::after {
    content: "";
    height: 120px;
    width: 150px;
    background: var(--color-lazur);
    display: block;
    position: absolute;
    top: 180px;
}

.med_specialists-content::after {
    right: 0;
}

.med_specialists-item {
    width: 90% !important;
    margin: 0 auto;
    display: block !important;
}

.med_specialists-item_cover {
    position: relative;
}

.med_specialists-item_cover img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
}

.med_specialists-item_cover::before {
    content: "";
    height: 120px;
    background: var(--color-lazur);
    display: block;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: -1;
}

.med_specialists-item .specialist_title {
    color: var(--color-dark_blue);
    margin-bottom: 10px;
    margin-top: 20px;
}

.med_specialists-item p {
    margin-top: 10px;
    margin-bottom: 40px;
}

.med_specialists-item a {
    text-transform: uppercase;
    font-family: 'Rubik-Medium';
}

.med_specialists-row .slick-next {
    z-index: 2;
}

@media (max-width: 650px) {
    .med_specialists-content::before,
    .med_specialists-content::after {
        display: none;
    }
    .med_specialists header {
        flex-wrap: wrap;
    }
    .med_specialists header select {
        width: 50vw;
    }
}


/* /med_specialists */


/* med_about */

.med_about {
    height: 650px;
    background-image: url('/bitrix/templates/ekolab/images/banner_about-med.png');
    overflow: hidden;
}

.med_about>div {
    display: flex;
    flex-direction: row-reverse;
    height: inherit;
}

.med_about .about_container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
    height: 80%;
    margin: auto 0;
    position: relative;
    z-index: 1;
}

.med_about h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.med_about p {
    margin-bottom: 20px;
    line-height: 1.6rem;
}

.med_about h4 {
    margin-bottom: 25px;
}

.about_sertificates {
    display: flex;
}

.about_sertificates>li {
    margin-right: 20px;
}

.about_sertificates>li a {
    display: block;
    height: 100%;
    position: relative;
}

.about_sertificates>li a:before {
    content: "";
    width: 25px;
    height: 25px;
    bottom: 5px;
    right: 5px;
    position: absolute;
    background-image: url(/bitrix/templates/ekolab/images/search-gray.png);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-filter: brightness(0.5);
    filter: brightness(0.5);
}

.about_sertificates>li a:hover:before {
    display: none;
}

.about_sertificates>li a:hover:after {
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    background-image: url(/bitrix/templates/ekolab/images/search.png);
    background-repeat: no-repeat;
    background-position: center;
}

.med_about .about_container>a {
    text-transform: uppercase;
    margin-top: 25px;
}

@media (max-width: 1600px) {
    .med_about .about_container {
        color: var(--color-white)
    }
    .med_about .about_container:after {
        content: "";
        position: absolute;
        top: 0;
        left: -40px;
        bottom: 0;
        right: -50%;
        background-color: var(--color-dark_blue);
        z-index: -1;
        border-radius: 20px;
        opacity: .9;
    }
    .med_about .about_container>a {
        color: var(--color-white);
    }
}

@media (max-width: 950px) {
    .med_about .about_container {
        width: 90%;
        margin: auto;
    }
    .med_about .about_container:after {
        right: -40px;
    }
    .about_sertificates {
        flex-wrap: wrap;
    }
}

@media (max-width: 650px) {
    .med_about .about_container {
        height: 100%;
    }
    .med_about .about_container:after {
        right: -20%;
        left: -20%;
        border-radius: 0;
    }
    .about_sertificates>li a {
        display: inline;
    }
    .med_about .about_sertificates img {
        width: 100%;
    }
    .med_about .about_sertificates li {
        width: 28%;
    }
    .med_about .about_sertificates li:last-child {
        margin-right: 0;
    }
}


/* /med_about */


/* med_contacts */

.med_contacts {
    margin-top: 110px;
    margin-bottom: 95px;
    position: relative;
    height: 615px;
}

.med_contacts:after {
    content: "";
    height: 285px;
    width: 15vw;
    display: block;
    position: absolute;
    background: var(--color-light_sky_blue);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.med_contacts header {
    margin-bottom: 50px;
}

.med_contacts-content {
    position: relative;
}

.med_contacts-content ul li {
    height: 100px;
    background: var(--color-light_sky_blue);
    margin-bottom: 40px;
    padding: 25px 0px 20px 55px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.med_contacts-content h4 {
    position: relative;
}

.med_contacts-content h4:before {
    content: "";
    width: 20px;
    height: 25px;
    display: block;
    position: absolute;
    background: url('/bitrix/templates/ekolab/images/phone.png') no-repeat center;
    left: -40px;
}

.med_contacts-content ul li:nth-child(2) h4::before {
    background-image: url('/bitrix/templates/ekolab/images/email.png');
}

.med_contacts-content ul li:nth-child(3) h4::before {
    background-image: url('/bitrix/templates/ekolab/images/location.png');
}

.med_contacts-content a {
    color: var(--color-dark_blue);
    margin-right: 10px;
}

.med_contacts-content button {
    background-color: var(--color-dark_blue);
    height: 50px;
}

.med_contacts-content .med_map {
    position: absolute;
    width: 70%;
    top: -80px;
    right: 0;
    -webkit-filter: drop-shadow(0px 4px 40px rgba(0, 45, 109, 0.4));
    filter: drop-shadow(0px 4px 40px rgba(0, 45, 109, 0.4));
}

.med_text h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 50px;
}

.med_text p {
    -moz-column-count: 2;
    column-count: 2;
    line-height: 1.5rem;
}

@media (max-width: 1300px) {
    .med_contacts-content a {
        margin-right: 5px;
    }
    .med_contacts-content .med_map {
        width: 65%;
    }
    .med_text {
        margin-bottom: 70px;
    }
}

@media (max-width: 950px) {
    .med_contacts {
        height: auto;
    }
    .med_contacts-content .med_map {
        width: 100%;
        position: static;
        margin-top: 25px;
    }
    .med_contacts-content .med_map iframe {
        height: 300px;
    }
    .med_contacts:after {
        display: none;
    }
    .med_text p {
        -moz-column-count: 1;
        column-count: 1;
    }
}


/* /med_contacts */


/* services */

.services_text h2 {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 50px;
}

.services_text p {
    -moz-column-count: 2;
    column-count: 2;
    line-height: 1.5rem;
}

.services-content {
    margin-top: 60px;
    margin-bottom: 70px;
}

.services-content_header {
    display: flex;
    align-items: baseline;
}

.services-content_header h2 {
    margin-right: 20px;
}

.services-content_menu-main {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services-content_menu-main>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 40px;
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
    position: relative;
}

.services-content_menu-main>li.active {
    max-height: 1000px;
}

.services-content_menu-main>li header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 75%;
    margin-left: auto;
}

.services-content_menu-main>li header:hover {
    color: var(--color-dark_blue);
    cursor: pointer;
}

.services-content_menu-main>li .services_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: var(--color-light_sky_blue);
}

.services-content_menu-main>li:nth-child(3n-1) .services_cover {
    background-color: var(--color-aquamarine);
}

.services-content_menu-main>li:nth-child(3n-2) .services_cover {
    background-color: var(--color-lazur);
}

.services_cover img {
    padding: 15px 30px;
    border: 1px solid #fff;
    border-radius: 10px 0 0 10px;
    height: 70px;
    box-sizing: border-box;
}

.services-content_menu-main>li.active header {
    color: var(--color-dark_blue);
}

.services-content_menu-main>li header::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.services-content_menu-main>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.services-content_menu-secondary {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 60px;
}

.services-content_menu-secondary li {
    margin-bottom: 25px;
}

.services-content_menu-secondary a:hover {
    cursor: pointer;
    color: var(--color-aquamarine);
    position: relative;
}

.services-content_menu-secondary a:hover::before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-top: 1px solid var(--color-aquamarine);
    border-right: 1px solid var(--color-aquamarine);
    margin-left: 5px;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: 4px;
}

@media (max-width: 1300px) {
    .services-content_menu-main>li {
        flex-basis: 100%;
        min-width: 100%;
    }
    .services_text {
        margin-bottom: 70px;
    }
}

@media (max-width: 950px) {
    .services-content_menu-main {
        margin-top: 30px;
    }
}

@media (max-width: 650px) {
    .services-content_menu-main>li .services_cover {
        display: none;
    }
    .services-content_menu-main>li header {
        width: 100%;
    }
    .services_text p {
        -moz-column-count: 1;
        column-count: 1;
    }
}


/* /services */


/* service detail */

.service_info-contents>div {
    display: none;
    margin-bottom: 60px;
}

.service_info-contents>div.active {
    display: flex;
}

.service_info-description {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.service_info-description_text {
    flex-basis: 50%;
    min-width: 50%;
}

.service_info-description_text h2 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.service_info-description_text p {
    line-height: 1.5rem;
}

.service_info-description_img img {
    width: 100%;
}

.service_info-more>h2 {
    text-align: center;
    font-size: 2.6rem;
}

.service_info-more_content {
    display: flex;
    justify-content: space-between;
    margin-top: 95px;
}

.service_info-more_content>div {
    flex-basis: 50%;
    min-width: 45%;
}

.service_info-more_content-text h2 {
    margin-bottom: 15px;
}

.service_info-more_content-text p {
    margin-bottom: 40px;
}

.service_info-more_content-text {
    margin-right: 120px;
}

.service_info-more_content-warning {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border: 3px solid var(--color-red);
    padding: 40px 80px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-left: 30px;
    font-family: 'Rubik-Medium', sans-serif;
    min-height: 300px;
}

.service_info-more_content-warning>div {
    display: flex;
    align-items: center;
}

.service_info-more_content-warning>div>img {
    margin-right: 15px;
}

.service_info-price {
    width: 100%;
}

.service_info-price h2 {
    font-size: 2.6rem;
    text-align: center;
}

.service_info-price_table {
    width: inherit;
    border-collapse: collapse;
    margin-top: 30px;
}

.service_info-price_table thead tr {
    font-family: 'Rubik-Medium', sans-serif;
    color: var(--color-dark_blue);
    font-size: 1.4rem;
    background: var(--color-light_sky_blue);
}

.service_info-price_table thead th:first-child {
    text-align: left;
    padding: 20px 50px;
    border-radius: 10px 0 0 10px;
}

.service_info-price_table thead th:last-child {
    border-radius: 0 10px 10px 0;
}

.service_info-price_table tbody tr:nth-child(even) {
    background-color: var(--color-blue_elis);
}

.service_info-price_table tbody td {
    text-align: center;
    font-size: 1.14rem;
}

.service_info-price_table tbody td a {
    color: var(--color-dark_blue);
    font-weight: 600;
}

.service_info-price_table tbody td:first-child {
    text-align: left;
    padding: 20px 50px;
    border-radius: 10px 0 0 10px;
}

.service_info-price_table tbody td:nth-child(2) {
    font-family: 'Rubik-Medium', sans-serif;
}

.service_info-price_table tbody td:last-child {
    border-radius: 0 10px 10px 0;
}

.service_info-faq_main {
    margin-top: 60px;
}

.service_info-faq_main>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* max-height: 40px; */
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
    position: relative;
}

.service_info-faq_main>li.active {
    /* max-height: 1000px; */
}

.service_info-faq_main>li header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_info-faq_main>li header:hover {
    color: var(--color-dark_blue);
    cursor: pointer;
}

.service_info-faq_main>li .services_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: var(--color-light_sky_blue);
}

.service_info-faq_main>li.active header {
    color: var(--color-dark_blue);
}

.service_info-faq_main>li header::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.service_info-faq_main>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.service_info-faq_main p {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 60px;
    display: none;
}

.service_info-faq_main>li.active p {
    display: block;
}

.service_info-faq .button {
    width: 30vw;
    margin: auto;
    margin-top: 40px;
}

.service_articles>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service_articles-content {
    display: grid;
    grid-template-columns: repeat(3, minmax(290px, 1fr));
    grid-gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.article_card {
    border: 1px solid #D2E5E7;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.article_card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
}

.article_card-cover img {
    width: 100%;
    height: 150px;
    -o-object-fit: contain;
    object-fit: contain;
}

.article_card-body {
    padding: 25px;
}

.article_card-body p {
    margin-bottom: 15px;
    margin-top: 10px;
    line-height: 1.5rem;
}

.article_card-body a {
    text-transform: uppercase;
    color: var(--color-dark_blue);
}

.services_text {
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (max-width: 1300px) {
    .service_info-description_img {
        flex-basis: 40%;
        min-width: 40%;
    }
    .service_info-more_content-text {
        margin-right: 50px;
    }
    .service_articles-content {
        margin-bottom: 50px;
    }
}

@media (max-width: 950px) {
    .service_articles-content {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
    .service_info-description_img {
        display: none;
    }
    .service_info-description_text {
        flex-basis: 100%;
        min-width: 100%;
    }
    .service_info-more_content {
        justify-content: center;
        margin-top: 45px;
        flex-wrap: wrap;
    }
    .service_info-more_content>div {
        flex-basis: 80%;
        min-width: 80%;
    }
    .article_card {
        /* width: 48%; */
    }
    .article_card:last-child {
        /* display: none; */
    }
}

@media (max-width: 650px) {
    .service_articles-content {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }
    .service_info-more_content-warning {
        padding: 40px;
    }
    .service_info-more_content>div {
        flex-basis: 100%;
        min-width: 100%;
    }
    .article_card {
        /* width: 98%; */
    }
    .article_card:nth-child(2) {
        /* display: none; */
    }
    ul.service_info-tabs>li {
        padding: 35px 10px;
    }
}


/* /service detail */


/* news */

.news_content-list {
    position: relative;
}

.news_content-list>div {
    display: none;
    margin-bottom: 60px;
}

.news_content-list>div.active {
    display: block;
}

.news_description p {
    margin: 15px 0;
    line-height: 2rem;
}

.news_description ul {
    list-style: disc;
    margin: 0 auto;
    line-height: 2rem;
}


/* /news */


/* news_detail */

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

.news_detail-content {
    flex-basis: 72%;
    min-width: 72%;
}

.news_detail-aside {
    flex-basis: 25%;
    min-width: 25%;
}

.news_detail-cover {
    position: relative;
    margin-bottom: 15px;
}

.news_detail-mark_with-image {
    position: absolute;
    top: 30px;
    left: 30px;
}

.news_detail-cover img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news_detail-aside form {
    display: flex;
    flex-direction: column;
    padding: 45px 35px 55px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.news_detail-aside form h4 {
    margin-bottom: 5px;
}

.news_detail-aside form p {
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.news_detail-aside form input[type='text'],
.news_detail-aside form input[type='tel'] {
    height: 65px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 30px;
}

.news_detail-aside form label {
    position: relative;
    left: 20px;
    margin-bottom: 25px;
}

.news_detail-aside form button {
    background: var(--color-dark_blue);
    height: 50px;
}

.news_detail-content header {
    display: flex;
    align-items: baseline;
}

.news_detail-content h2 {
    margin-top: 45px;
    margin-bottom: 20px;
}

.news_detail-content p {
    line-height: 1.5rem;
}

.news_detail-content li {
    padding-left: 15px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    position: relative;
}

.news_detail-content li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid var(--color-red);
    border-right: 3px solid var(--color-red);
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.news_detail-content .button {
    margin-top: 60px;
    margin-bottom: 60px;
    background: var(--color-dark_blue);
}

.news_detail-content iframe,
.news_detail-content video,
.news_detail-content .big_image {
    width: 100%;
    height: 480px;
    border-radius: 10px;
    margin-top: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

.news_detail-speakers {
    margin-top: 10px;
}

.news_detail-speaker {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 10px;
    margin-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
}

.news_detail-speaker img {
    width: 225px;
    height: 225px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 60px;
    object-position: bottom;
}

.news_detail-speaker h4 {
    margin-bottom: 10px;
}

.news_detail-speaker p {
    margin-bottom: 15px;
    padding-right: 10px;
}

.news_detail-speaker a {
    text-transform: uppercase;
    color: var(--color-dark_blue);
}

.news_more-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    margin-top: 30px;
    margin-bottom: 60px;
}

@media (max-width: 950px) {
    .news_detail {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .news_detail-speaker img {
        margin-right: 30px;
    }
}

@media (max-width: 650px) {
    .news_detail-speaker p {
        display: none;
    }
    .news_detail-speaker img {
        width: 100px;
    }
}


/* /news_detail */


/* calendar */

.calendar-contents>div {
    display: none;
    margin-bottom: 60px;
}

.calendar-contents>div.active {
    display: block;
}

.calendar-date_check {
    display: flex;
    align-items: center;
}

.calendar-date_check input[type="date"] {
    height: 50px;
    color: #fff;
    margin-left: 15px;
    padding-left: 20px;
    padding-right: 20px;
    width: 200px;
    border: 1px solid #D2E5E7;
    box-sizing: border-box;
    border-radius: 5px;
}

.calendar-date_check input[type="date"]:before {
    color: var(--text-color_secondary);
    content: attr(placeholder);
}

.calendar-date_check input[type="date"]:focus,
input[type="date"]:valid {
    color: var(--text-color_secondary);
}

.calendar-date_check input[type="date"]:focus:before,
input[type="date"]:valid:before {
    content: "" !important;
}

.calendar-contents_list {
    margin-top: 60px;
}

.calendar-contents_list>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* max-height: 40px; */
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
    position: relative;
}

.calendar-contents_list>li.active {
    /* max-height: 1000px; */
}

.calendar-contents_list>li header {
    display: grid;
    grid-template-columns: repeat(4, 1fr) 60px;
    grid-gap: 15px;
}

.calendar-contents_list>li header:hover {
    cursor: pointer;
}

.calendar-contents_list>li .services_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: var(--color-light_sky_blue);
}

.calendar-contents_list>li header::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    margin: auto;
}

.calendar-contents_list>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.calendar-contents_list .calendar-contents_body {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 60px;
    width: 75%;
    display: none;
}

.calendar-contents_list>li.active .calendar-contents_body {
    display: block;
}

.calendar-contents_header-column {
    flex-basis: 25%;
    min-width: 20%;
}

.calendar-contents_header-column .title {
    font-family: 'Rubik-Regular', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
}

.calendar-contents_body h4 {
    font-family: 'Rubik-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.85rem;
    color: var(--text-color_secondary);
    margin-bottom: 20px;
}

.calendar-contents_body p {
    line-height: 1.5rem;
}

.calendar-contents_buttons {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.calendar-contents_buttons a {
    margin-right: 10px;
}

.calendar-contents_body li {
    padding-left: 15px;
    line-height: 1.5rem;
    margin-bottom: 10px;
    position: relative;
}

.calendar-contents_body li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-bottom: 3px solid var(--color-red);
    border-right: 3px solid var(--color-red);
    position: absolute;
    left: -5px;
    top: calc(50% - 7px);
    transform: rotate(-45deg);
    border-radius: 2px;
}

.calendar-contents_body img {
    width: 95%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 10px;
    max-height: 400px;
}

@media (max-width: 950px) {
    .calendar-contents_list>li header {
        grid-template-columns: 1fr;
    }
    .calendar-contents_header-column .title {
        margin-bottom: 15px;
    }
}


/* /calendar */


/* gallery */

.gallery-contents .gallery-photos {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(4, minmax(200px, 1fr));
}

.gallery-contents .gallery-videos {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: repeat(2, 1fr);
}

.gallery-item_photo {
    /* width: 24%; */
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 50px;
}

.gallery-item_photo img {
    width: 100%;
    border-radius: 10px 10px 0 0;
    -o-object-fit: contain;
    object-fit: contain;
}

.gallery-item_photo p {
    padding: 25px 35px;
    font-size: 1.14rem;
    font-family: 'Rubik-Medium', sans-serif;
}

.gallery-item_photo div {
    position: relative;
}

.gallery-item_photo div::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    background-color: var(--color-dark_blue);
    opacity: 0.3;
}

.gallery-item_photo:hover {
    cursor: pointer;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
}

.gallery-item_photo:hover p {
    color: var(--color-dark_blue);
    transition: all .3s ease-in-out;
}

.gallery-item_photo:hover div::after {
    opacity: 0;
    transition: all .3s ease-in-out;
}

.gallery-item_video {
    /* width: 49%; */
    border-radius: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    margin-bottom: 50px;
}

.gallery-item_video img {
    width: 100%;
}

.gallery-item_video p {
    padding: 25px 35px;
    font-size: 1.14rem;
    font-family: 'Rubik-Medium', sans-serif;
}

.gallery-item_video div {
    position: relative;
}

.gallery-item_video div::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    background-image: url('/bitrix/templates/ekolab/images/play.png');
    background-repeat: no-repeat;
    background-position: center;
}

.gallery-item_video div::before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 10px 10px 0 0;
    top: 0;
    bottom: 4px;
    left: 0;
    right: 0;
    background-color: var(--color-dark_blue);
    opacity: 0.3;
}

.gallery-item_video:hover {
    cursor: pointer;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    transition: all .3s ease-in-out;
}

.gallery-item_video:hover p {
    color: var(--color-dark_blue);
    transition: all .3s ease-in-out;
}

.gallery-item_video:hover div::before {
    opacity: 0;
    transition: all .3s ease-in-out;
}

@media (max-width: 950px) {
    .gallery-contents .gallery-photos {
        grid-template-columns: repeat(3, minmax(200px, 1fr));
    }
}

@media (max-width: 650px) {
    .gallery-contents .gallery-photos {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }
    ul.gallery-tabs {
        justify-content: center;
        overflow: inherit;
    }
}

@media (max-width: 450px) {
    .gallery-contents .gallery-photos,
    .gallery-contents .gallery-videos {
        grid-template-columns: repeat(1, minmax(140px, 1fr));
    }
}


/* /gallery */


/* information */

.information .news_detail-content {
    flex-basis: 100%;
    min-width: 100%;
}


/* /information */


/* reviews */

.reviews-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.review {
    position: relative;
    flex-basis: 49%;
    min-width: 49%;
    margin-bottom: 70px;
    border: 1px solid var(--border-color);
}

.review header {
    padding: 25px 45px;
    background: var(--color-light_sky_blue);
}

.review header h4 {
    width: 50%;
}

.review a {
    width: 225px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 45, 109, 0.25));
    filter: drop-shadow(0px 4px 30px rgba(0, 45, 109, 0.25));
    position: absolute;
    top: -25px;
    right: 45px;
    margin-bottom: 25px;
    display: block;
}

.review a img {
    width: 100%;
    max-height: 300px;
}

.review-body {
    padding: 25px 45px;
    width: 50%;
    font-family: 'Roboto-Medium', sans-serif;
}

.review p {
    margin-bottom: 55px;
    color: var(--text-color_secondary);
}

.review .review_name {
    margin-bottom: 15px;
}

.review .review_position {
    margin-bottom: 10px;
}

.review-body a::after {
    content: "";
    background-image: url(/bitrix/templates/ekolab/images/search-gray.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 1300px) {
    .reviews-content {
        justify-content: center;
    }
    .reviews-content .review {
        flex-basis: 80%;
        min-width: 80%;
    }
}

@media (max-width: 950px) {
    .reviews-content .review {
        flex-basis: 100%;
        min-width: 100%;
    }
    .reviews-content .review a {
        width: 180px;
    }
}

@media (max-width: 650px) {
    .reviews-content .review header h4 {
        width: auto;
    }
    .reviews-content .review-body {
        width: auto;
    }
    .reviews-content .review a {
        position: static;
    }
    .reviews-content .review a {
        width: 225px;
    }
}


/* /reviews */


/* sertifications */

.sertifications {
    margin-bottom: 50px;
}

.sertifications-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sertification {
    width: 49%;
    display: flex;
    align-items: center;
    padding: 45px 0;
    padding-right: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    margin-bottom: 25px;
}

.sertification img {
    -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 45, 109, 0.25));
    filter: drop-shadow(0px 4px 30px rgba(0, 45, 109, 0.25));
    width: 225px;
    -o-object-fit: contain;
    object-fit: contain;
}

.sertification-cover {
    margin-right: 45px;
    position: relative;
    padding: 0 30px;
}

.sertification-cover::before {
    content: "";
    height: 150px;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--color-light_sky_blue);
    left: 0;
    right: 0;
}

.sertification-cover a {
    position: relative;
}

.sertification-cover a::after {
    content: "";
    background-image: url(/bitrix/templates/ekolab/images/search-gray.png);
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media (max-width: 1300px) {
    .sertification {
        width: 100%;
    }
}

@media (max-width: 650px) {
    .sertification {
        flex-direction: column;
        text-align: center;
        padding-right: 0;
    }
    .sertification-cover {
        width: 100%;
        margin: auto;
        padding: 0;
    }
    .sertification-cover img {
        width: 150px;
    }
    .sertification h3 {
        margin-top: 20px;
    }
}


/* sertifications */


/* personal */

.personal-items {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.personal-content h2 {
    font-family: 'Rubik-Medium';
    font-size: 2.6rem;
    margin-bottom: 40px;
}

.personal-item {
    flex-basis: 24%;
    min-width: 24%;
    margin-right: 1%;
}

.personal-item:last-child,
.personal-item:nth-child(4n) {
    margin-right: 0;
}

.personal-item:first-child .personal-item_cover::before,
.personal-item:nth-child(5n) .personal-item_cover::before {
    content: "";
    width: 1000%;
    height: 120px;
    background: var(--color-lazur);
    display: block;
    position: absolute;
    right: 125%;
    bottom: 0;
}

.personal-item:last-child .personal-item_cover::after,
.personal-item:nth-child(4n) .personal-item_cover::after {
    content: "";
    width: 1000%;
    height: 120px;
    background: var(--color-lazur);
    display: block;
    position: absolute;
    left: 125%;
    bottom: 0;
}

.personal-item_cover,
.personal-item_cover>div {
    position: relative;
    min-height: 300px;
}

.personal-item_cover img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: 300px;
    object-fit: contain;
}

.personal-item_cover>div::before {
    content: "";
    height: 120px;
    background: var(--color-lazur);
    display: block;
    position: absolute;
    top: 180px;
    width: 100%;
    z-index: -1;
}

.personal-item .specialist_title {
    color: var(--color-dark_blue);
    margin-bottom: 10px;
    margin-top: 20px;
}

.personal-item p {
    margin-top: 10px;
    margin-bottom: 40px;
}

.personal-item a {
    text-transform: uppercase;
    font-family: 'Rubik-Medium';
}

@media (max-width: 1300px) {
    .personal-item {
        flex-basis: 31%;
        min-width: 31%;
        margin-right: 2%;
    }
    .personal-item:last-child,
    .personal-item:nth-child(4n) {
        margin-right: 2%;
    }
    .personal-item:last-child,
    .personal-item:nth-child(3n) {
        margin-right: 0;
    }
    .personal-item:first-child .personal-item_cover::before,
    .personal-item:nth-child(5n) .personal-item_cover::before,
    .personal-item:nth-child(4n) .personal-item_cover::after {
        display: none;
    }
    /* .personal-item:first-child .personal-item_cover::before,  .personal-item:nth-child(4n) .personal-item_cover::before {
        content: "";
        width: 1000%;
        height: 120px;
        background: var(--color-lazur);
        display: block;
        position: absolute;
        right: 125%;
        bottom: 0;
    } */
    .personal-item:last-child .personal-item_cover::after {
        content: "";
        width: 1000%;
        height: 120px;
        background: var(--color-lazur);
        display: block;
        position: absolute;
        left: 125%;
        bottom: 0;
    }
}

@media (max-width: 950px) {
    .personal-item {
        flex-basis: 47%;
        min-width: 47%;
        margin-right: 2%;
    }
    .personal-item:last-child,
    .personal-item:nth-child(4n),
    .personal-item:last-child,
    .personal-item:nth-child(3n) {
        margin-right: 1%;
    }
    .personal-item:last-child,
    .personal-item:nth-child(2n) {
        margin-right: 0;
    }
    .personal-item:nth-child(4n) .personal-item_cover::before,
    .personal-item:nth-child(3n) .personal-item_cover::after {
        display: none;
    }
    .personal-item:last-child .personal-item_cover::after {
        content: "";
        width: 1000%;
        height: 120px;
        background: var(--color-lazur);
        display: block;
        position: absolute;
        left: 125%;
        bottom: 0;
    }
}

@media (max-width: 650px) {
    .personal-items {
        justify-content: center;
    }
    .personal-item {
        flex-basis: 98%;
        min-width: 98%;
        margin-right: 0;
    }
}


/* /personal */


/* personal_detail */

.personal_detail-content {
    display: flex;
    align-items: flex-end;
    position: relative;
    margin-bottom: 45px;
}

.personal_detail-content::before {
    content: "";
    display: block;
    background: var(--color-lazur);
    bottom: 0;
    top: 55%;
    left: -1500px;
    right: 107%;
    position: absolute;
}

.personal_detail-content::after {
    content: "";
    display: block;
    background: var(--color-lazur);
    bottom: 0;
    top: 55%;
    right: -1500px;
    left: 107%;
    position: absolute;
}

.personal_detail-content>div {
    flex-basis: 50%;
    min-width: 45%;
}

.personal_detail-cover {
    position: relative;
}

.personal_detail-cover img {
    display: block;
    height: 500px;
    max-width: 720px;
    margin: auto;
    object-fit: contain;
    object-position: bottom;
}

.personal_detail-img::before {
    content: "";
    display: block;
    position: absolute;
    background: var(--color-lazur);
    left: 0;
    right: 0;
    bottom: 0;
    top: 55%;
    z-index: -1;
}

.personal_detail-info {
    font-family: 'Roboto-Medium';
    margin-left: 150px;
    line-height: 1.5rem;
}

.personal_detail-info header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    z-index: 99;
}

.personal_detail-info>div {
    margin-bottom: 20px;
    display: flex;
    width: 94%;
    line-height: 1.1;
}

.personal_detail-description {
    color: var(--text-color_secondary);
    line-height: 1.4;
    margin-bottom: 40px;
    text-align: justify;
}

.personal_detail-info b {
    font-family: 'Rubik-Bold', sans-serif;
    font-size: 1.14rem;
    margin-right: 10px;
}

.personal_detail-position {
    font-family: 'Roboto-Bold', sans-serif;
    color: var(--color-dark_blue);
    text-transform: uppercase;
}

.personal_detail-name {
    font-size: 2.6rem;
    font-family: 'Rubik-Medium', sans-serif;
}

.personal_detail-info>.button {
    margin-top: 60px;
    width: 225px;
}

.personal_detail_tabs {
    display: flex;
}

.personal_detail_tabs li {
    border: 2px solid var(--color-aquamarine);
    border-radius: 8px;
    padding: 15px 30px;
    margin-right: 8px;
    margin-top: 25px;
    cursor: pointer;
}

.personal_detail_tabs li.active {
    background-color: var(--color-aquamarine);
}

.personal_detail-more_content>div {
    display: none;
    margin-top: 25px;
}

.personal_detail-direction li {
    line-height: 1.5rem;
}

.personal_detail-direction li:before {
    content: "ï¿½";
    position: relative;
    left: 0px;
    padding-right: 5px;
}

.personal_detail-more_content>div.active {
    display: block;
}

.personal_detail-publication,
.personal_detail-interview {
    /* display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
}

.personal_detail-publication .article_card,
.personal_detail-interview .article_card {
    width: 95% !important;
}

@media (max-width: 1300px) {
    .personal_detail-content {
        flex-direction: column;
        align-items: center;
    }
    .personal_detail-cover {
        margin-bottom: 40px;
    }
    .personal_detail-info {
        margin: auto;
    }
    .personal_detail-content>div {
        flex-basis: 50%;
        min-width: 50%;
        width: 80%;
    }
}

@media (max-width: 950px) {
    .personal_detail-publication,
    .personal_detail-interview {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 650px) {
    .personal_detail-publication,
    .personal_detail-interview {
        grid-template-columns: repeat(1, 1fr);
    }
    .personal_detail-cover img {
        width: 100%;
        height: auto;
    }
    .personal_detail-img::before {
        top: 85%;
    }
}


/* /personal_detail */


/* doctors */

.personal-content select {
    height: 50px;
    width: 25vw;
    padding-left: 20px;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    color: var(--text-color_secondary);
    margin-bottom: 45px;
}


/* /doctors */


/* cart */

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

.shopping_list {
    flex-basis: 76%;
    min-width: 76%;
}

.shopping_order {
    flex-basis: 22%;
    min-width: 22%;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 45px 35px;
    box-sizing: border-box;
}

.shopping_order h4 {
    font-family: 'Rubik-Bold';
    margin-bottom: 10px;
}

.shopping_order span {
    font-size: 1.7rem;
    color: var(--color-dark_blue);
}

.shopping_order .button {
    background: var(--color-dark_blue);
    margin-top: 30px;
    margin-bottom: 30px;
    max-width: 180px;
}

.shopping_header {
    display: flex;
    font-size: 1.4rem;
    color: var(--text-color_secondary);
    margin-bottom: 25px;
}

.shopping_header-name,
.shopping_card-info {
    flex-basis: 70%;
    min-width: 70%;
}

.shopping_header-count,
.shopping_card-count {
    flex-basis: 15%;
    min-width: 20%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shopping_card {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 25px 45px;
    margin-bottom: 25px;
    position: relative;
}

.shopping_card .plus,
.shopping_card .minus {
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
}

.shopping_card .minus {
    color: var(--color-dark_blue);
    background: transparent;
}

.shopping_card-count .count {
    font-size: 1.4rem;
    color: var(--color-dark_blue);
    width: 40px;
    text-align: center;
    border: none;
    outline: none;
}

.shopping_card-info {
    display: flex;
}

.shopping_card-info img {
    margin-right: 60px;
    width: 140px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
}

.shopping_card-name h4 {
    margin-bottom: 10px;
    margin-top: 25px;
    margin-right: 35px;
}

.remove_card {
    text-align: center;
    display: block;
    width: 100%;
}

.remove_card span {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--color-dark_blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    opacity: 0.3;
}

.remove_card span:hover {
    opacity: 1;
    cursor: pointer;
}

.removed_card {
    position: absolute;
    background: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    align-items: center;
    justify-content: space-between;
    opacity: 0.9;
    padding: 25px 45px;
    font-family: 'Rubik-Medium';
}

.removed_card.active {
    display: flex;
}

.removed_card span {
    flex-basis: 65%;
    min-width: 65%;
    text-align: center;
}

.removed_card a {
    text-transform: uppercase;
    color: var(--color-dark_blue);
    display: flex;
    align-items: center;
}

.removed_card a:before {
    content: "";
    display: inline-block;
    background: url('/bitrix/templates/ekolab/images/readd.png') no-repeat center;
    border: 2px solid var(--color-dark_blue);
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin-right: 10px;
}

.cart_empty {
    margin-top: -50px;
}

.cart_empty .button {
    max-width: 200px;
    margin-top: 60px;
    background: var(--color-dark_blue);
}

@media (max-width: 950px) {
    .shopping {
        flex-direction: column-reverse;
    }
    .shopping_header {
        display: none;
    }
    .shopping_order {
        margin-bottom: 25px;
    }
    .shopping_card-info {
        flex-direction: column;
    }
}

@media (max-width: 650px) {
    .shopping_card {
        flex-direction: column;
    }
    .shopping_header-count,
    .shopping_card-count {
        margin: 30px;
    }
}


/* /cart */


/* anketa */

.anketa_description {
    margin-top: -30px;
    margin-bottom: 45px;
    line-height: 1.5rem;
}

.anketa header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.anketa header h2 {
    font-family: 'Rubik-Bold';
    margin-bottom: 20px;
}

.anketa .label input {
    width: 100%;
    height: 64px;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 25px;
}

.anketa .label input:focus {
    border-color: var(--color-turquoise);
}

.anketa .label {
    position: relative;
}

.anketa label {
    cursor: text;
}

.label-text {
    position: absolute;
    top: 0;
    left: 25px;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    display: block;
    color: var(--text-color_secondary);
    transition: all .4s ease-in-out;
}

.anketa .label input:focus+.label-text,
.anketa .label input.input_notEmpty+.label-text {
    top: -15px;
    font-size: 12px;
}

.anketa_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 45px;
}

.anketa_bottom label {
    position: relative;
    left: 20px;
}

.anketa_bottom input[type="checkbox"] {
    width: 0;
    position: relative;
}

.anketa_bottom .button {
    max-width: 300px;
    min-width: 250px;
}

.anketa_bottom .button[type="submit"] {
    background: var(--color-dark_blue);
    margin-left: 15px;
}

.anketa_bottom .buttons {
    display: flex;
}

.anketa label h3 {
    margin-bottom: 15px;
    margin-top: 30px;
}

.anketa label textarea {
    width: 100%;
    height: 100px;
    background: #FFFFFF;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 25px;
    resize: none;
}

.anketa label:hover h3,
.anketa label textarea:focus+h3 {
    color: var(--color-dark_blue);
}

.anketa .personalInfo.form-error::before {
    border: 1px solid red !important;
}

.form-error {
    border: 1px solid red !important;
}

.form-note {
    color: green;
}

@media (max-width: 650px) {
    .anketa_bottom {
        flex-direction: column;
    }
    .anketa_bottom .button {
        margin-top: 20px;
    }
}


/* /anketa */


/* contacts */

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

.contacts_aside {
    flex-basis: 22%;
    min-width: 22%;
}

.contacts_aside-info {
    border-right: 1px solid var(--border-color);
    margin-bottom: 30px;
    padding-right: 25px;
}

.contacts_aside h3 {
    margin-top: 30px;
    margin-bottom: 15px;
}

.contacts_item {
    padding-left: 40px;
    position: relative;
}

.contacts_item:before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0;
}

.contacts_item-phone:before {
    background: url('/bitrix/templates/ekolab/images/phone_blue.png') no-repeat center;
}

.contacts_item-email:before {
    background: url('/bitrix/templates/ekolab/images/email_blue.png') no-repeat center;
}

.contacts_item-location:before {
    background: url('/bitrix/templates/ekolab/images/location_blue.png') no-repeat center;
}

.contacts_item span {
    line-height: 1.5rem;
    color: var(--color-dark_blue);
    font-family: 'Roboto-Medium';
}

.contacts_item span a {
    color: var(--color-dark_blue);
}

.our_opinion.where_buy-block {
    background: linear-gradient(242.56deg, #96DFFF -4.01%, #00588A 96.2%);
    margin-bottom: 30px;
}

.contacts_content {
    flex-basis: 75%;
    min-width: 75%;
}

.contacts_content .med_map {
    margin-bottom: 55px;
}

.contacts_content .med_map .ymaps-map {
    box-shadow: 0px 4px 40px rgba(0, 45, 109, 0.4);
    border-radius: 10px;
}

.contacts_personal-tabs {
    display: flex;
}

.contacts_personal-tabs>li {
    text-transform: none;
    margin-right: 10px;
}

.contacts_personal-tabs>li.active {
    background: var(--color-dark_blue);
    color: var(--color-white);
    border: none;
}

.contacts_personal-list {
    display: none;
}

.contacts_personal-list.active {
    display: block;
}

.contacts_personal-item {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 45px 55px;
    margin: 20px 0;
    font-size: 1.3rem;
}

.contacts_personal-item>div {
    flex-basis: 27%;
    min-width: 27%;
    font-family: 'Rubik-Medium';
}

.contacts_personal-item>div:first-child {
    flex-basis: 36%;
    min-width: 36%;
    font-family: 'Rubik-Regular';
    line-height: 1.7rem;
}

.contacts_personal-item>div:last-child {
    line-height: 1.85rem;
}

@media (max-width: 950px) {
    .contacts {
        flex-direction: column;
    }
    .contacts_personal-item {
        flex-direction: column;
    }
    .contacts_personal-item>div {
        margin-bottom: 10px;
    }
    .contacts_content {
        margin-top: 20px;
    }
}


/* /contacts */


/* where */

.where-content>div {
    display: none;
}

.where-content>div.active {
    display: block;
}

.where-content>div>header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 45px;
}

.where-content .select_wrapper>select {
    height: 50px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    padding: 15px 30px;
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    z-index: 3;
    background: transparent;
}

.where-content .select_wrapper {
    position: relative;
}

.where-content .select_wrapper:after {
    content: "";
    background-image: url(/bitrix/templates/ekolab/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px;
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 10px;
    transform: rotate(-90deg);
    right: 15px;
}

.where-content .buttons {
    display: flex;
}

.where-content .button {
    background-color: var(--color-dark_blue);
}

.where-content .button_border {
    background-color: #fff;
}

.where-content .buttons li:first-child {
    margin-right: 10px;
}

.where-content_pages>div {
    display: none;
}

.where-content_pages>div.active {
    display: block;
}

.where-content_map {
    display: flex;
    box-shadow: 0px 4px 40px rgba(0, 45, 109, 0.4);
    border-radius: 10px;
    box-sizing: border-box;
    height: 610px;
}

.where-content_map-list {
    flex-basis: 33%;
    min-width: 33%;
    border: 1px solid var(--border-color);
    border-radius: 10px 0px 0px 10px;
    overflow-y: scroll;
    font-family: 'Rubik-Medium';
    line-height: 1.5rem;
}

.where_map {
    flex-basis: 67%;
    min-width: 67%;
}

.where_map>* {
    border-radius: 0 10px 10px 0;
}

.where-content_map-list li {
    padding: 20px 25px;
    border-bottom: 2px solid var(--border-color);
    cursor: pointer;
}

.where-content_map-list li.active {
    background-color: var(--border-color);
}

.where-content_map-list li>*,
.where-content_list>li p,
.where-content_map-contacts>p {
    margin-bottom: 10px;
}

.where-content_map-list li>*:last-child,
.where-content_map-contacts>p:last-child {
    margin-bottom: 0;
}

.where-content_map-list a,
.where-content_list>li a {
    color: var(--color-dark_blue);
}

.where-content_map-address {
    font-size: 1.14rem;
}

.where_opinion {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.where_opinion .our_opinion {
    flex-basis: 45%;
    min-width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.where_opinion .where_buy-block {
    margin-bottom: 0;
    margin-left: 15px;
}

.where-content_list>li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFFFFF;
    border: 1px solid #D2E5E7;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 30px 40px;
    font-family: 'Rubik-Medium';
    line-height: 1.5rem;
}

.where-content_list>li>* {
    flex-basis: 30%;
    min-width: 30%;
}

.where-content_list>li>*:last-child,
.where-content_list>li>*:first-child {
    flex-basis: 16%;
    min-width: 16%;
}

.where-content_list-address {
    font-size: 18px;
    margin-bottom: 10px;
}

.where-content_list>li>*:last-child a {
    text-transform: uppercase;
    text-align: right;
}

@media (max-width: 950px) {
    .where-content_list>li>div:first-child {
        display: none;
    }
    .where-content_list>li>*:last-child {
        flex-basis: 30%;
        min-width: 30%;
    }
}

@media (max-width: 650px) {
    .where-content_map {
        flex-direction: column;
    }
    .where-content_map-list {
        flex-basis: 50%;
        min-width: 50%;
    }
    .where_map {
        flex-basis: 45%;
        min-width: 45%;
    }
    .where_map>* {
        height: 300px;
    }
    .where_opinion {
        flex-direction: column;
    }
    .where-content_list>li {
        flex-direction: column;
        align-items: initial;
    }
}


/* /where */


/* faq */

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

.faq-content {
    flex-basis: 72%;
    min-width: 72%;
}

.faq-aside {
    flex-basis: 25%;
    min-width: 25%;
}

.faq-aside form {
    display: flex;
    flex-direction: column;
    padding: 45px 35px 55px;
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    margin-bottom: 15px;
}

.faq-aside form h4 {
    margin-bottom: 5px;
}

.faq-aside form p {
    line-height: 1.5rem;
    margin-bottom: 20px;
}

.faq-aside form input[type='text'],
.faq-aside form input[type='tel'] {
    height: 65px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 30px;
}

.faq-aside form label {
    position: relative;
    left: 20px;
    margin-bottom: 25px;
}

.faq-aside form button {
    background: var(--color-dark_blue);
    height: 50px;
}

.faq-content_list {
    /* margin-top: 60px; */
}

.faq-content_list>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* max-height: 40px; */
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
    position: relative;
}

.faq-content_list>li.active {
    /* max-height: 1000px; */
}

.faq-content_list>li header {
    display: flex;
    justify-content: space-between;
}

.faq-content_list>li header:hover {
    cursor: pointer;
}

.faq-content_list>li header::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    margin-left: 20px;
}

.faq-content_list>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.faq-content_list div {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 60px;
    width: 75%;
    display: none;
}

.faq-content_list>li.active div {
    display: block;
}

@media (max-width: 950px) {
    .faq {
        flex-direction: column;
        margin-bottom: 20px;
    }
}


/* /faq */


/* about */

.about_info {
    background-image: url('/bitrix/templates/ekolab/images/about_banner.png');
    height: 610px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.about_info>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: inherit;
}

.about_info>div>div {
    flex-basis: 50%;
    min-width: 50%;
}

.about_info h2.main_heading {
    font-size: 2.6rem;
}

.about_info .about_info-left>* {
    margin-bottom: 30px;
}

.about_info .about_info-right {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_info .about_info-right a {
    width: 170px;
    height: 170px;
    display: block;
    background: url('/bitrix/templates/ekolab/images/play_about.png') no-repeat center;
    background-size: cover;
    border-radius: 50%;
}

.about_info .about_info-right a:hover {
    box-shadow: 0px 0px 20px #fff;
}

.about_advantages {
    margin-top: 40px;
}

.about_advantages h2 {
    font-size: 2.6rem;
    margin-bottom: 45px;
}

.about_advantages .advantages-item_front,
.about_advantages .advantages-item_back {
    background: linear-gradient(242.56deg, #96DFFF -4.01%, #00588A 96.2%);
}

.about_descriptions {
    display: flex;
    justify-content: space-between;
    margin-top: 140px;
    position: relative;
}

.about_descriptions:before {
    content: "";
    display: block;
    height: 50%;
    background: var(--color-turquoise);
    width: 1500px;
    position: absolute;
    left: -1450px;
    top: 50%;
    transform: translateY(-50%);
}

.about_descriptions>div {
    flex-basis: 48%;
    min-width: 48%;
    width: 48%;
}

.about_descriptions-left {
    align-self: center;
}

.about_descriptions-left img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
}

.about_descriptions-left .slick-prev {
    left: 0;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.about_descriptions-left .slick-next {
    right: 0;
    transform: rotate(180deg) translate(-50%, 50%);
}

.about_descriptions-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.about_descriptions-right_text {
    width: 100%;
}

.about_descriptions-right_number {
    font-size: 1.7rem;
    font-family: 'Rubik-Medium';
    font-weight: 500;
    color: var(--text-color_secondary);
    display: flex;
    align-items: baseline;
}

.about_descriptions-right_number li {
    margin-right: 50px;
    transition: all .5s ease-in-out;
}

.about_descriptions-right_number li.active {
    color: var(--color-turquoise);
    font-size: 3.4rem;
}

.about_descriptions-right p {
    line-height: 1.5rem;
    font-family: 'Roboto-Medium';
    margin-bottom: 20px;
    color: var(--text-color_secondary);
}

.about_direction {
    margin-top: 120px;
}

.about_direction header h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 70px;
}

.about_direction .sub_banner {
    position: static;
}

.about_chiefs {
    margin-top: 185px;
}

.about_chiefs header {
    margin-bottom: 20px;
}

.about_chiefs header h2 {
    font-size: 2.6rem;
}

.about_chief {
    display: flex !important;
    justify-content: space-between;
}

.about_chief-left {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    font-family: 'Roboto-Medium';
    flex-basis: 32%;
    min-width: 32%;
}

.about_chief-left .position {
    font-size: 1.3rem;
    color: var(--text-color_secondary);
    margin-bottom: 10px;
}

.about_chief-left .name {
    font-size: 1.7rem;
    font-family: 'Rubik-Bold';
    margin-bottom: 20px;
}

.about_chief-left blockquote {
    font-size: 1.3rem;
    margin-bottom: 40px;
}

.about_chief-left .description {
    color: var(--text-color_secondary);
    margin-bottom: 25px;
    line-height: 1.5rem;
}

.about_chief-left>a {
    text-transform: uppercase;
}

.about_chief-center {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
}

.about_chief-center::before {
    content: "";
    display: block;
    position: absolute;
    width: 110%;
    height: 55%;
    background: var(--color-lazur);
    z-index: -1;
    right: -90px;
    border-radius: 0 50px 0 0;
}

.about_chief-center a {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.about_chief-center a:last-child {
    margin-bottom: 55px;
}

.about_chief-center a div {
    background: var(--color-dark_blue);
    width: 150px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    margin-right: 25px;
}

.about_chief-center a div img {
    height: 60px;
    width: 90px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -o-object-fit: none;
    object-fit: none;
    border-radius: 10px;
}

.about_chief-center a span {
    font-size: 1.4rem;
    font-family: 'Rubik-Medium';
    display: flex;
}

.about_chief-center a span:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 3px solid var(--text-color_main);
    border-bottom: 3px solid var(--text-color_main);
    transform: rotate(-45deg) translateY(50%);
    display: block;
    border-radius: 3px;
}

.about_chief-right {
    position: relative;
    width: 42%;
    display: flex;
    align-items: flex-end;
}

.about_chief-right img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}

.about_chief-right::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 180px;
    background: var(--color-lazur);
    bottom: 0;
    z-index: -1;
}

.about_partners {
    margin-top: 140px;
}

.about_partners-reviews.slick-slider {
    width: 40vw;
}

.about_partners header h2 {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 50px;
}

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

.about_partners-left {
    width: 36%;
}

.about_partners-right {
    width: 55%;
}

.about_partners-list_container {
    display: flex !important;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about_partners-list_container li {
    flex-basis: 31%;
    min-width: 31%;
    background: var(--color-lazur_light);
    padding: 30px;
    box-sizing: border-box;
    height: 60px;
    margin-bottom: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--text-color_secondary)
}

.about_partners-list_container li.active {
    color: var(--text-color_main);
    background: var(--color-lazur);
}

.about_partners-list_container li:nth-child(7n),
.about_partners-list_container li:nth-child(8n),
.about_partners-list_container li:nth-child(9n) {
    margin-bottom: 0;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
}

.slick-dots li {
    width: 10px;
    height: 10px;
    background: rgba(0, 0, 0, .5);
    margin-right: 10px;
    border-radius: 50%;
    cursor: pointer;
}

.slick-dots li.slick-active {
    background: var(--color-turquoise);
    cursor: not-allowed;
}

.slick-dots li button {
    display: none;
}

@media (max-width: 1300px) {
    .about_chief {
        flex-direction: column;
    }
    .about_chief-right {
        display: none;
    }
    .about_chief-center::before {
        display: none;
    }
    .about_chief-center {
        flex-direction: row;
        justify-content: space-around;
        margin-top: 30px;
    }
    .about_chief-center a,
    .about_chief-center a:last-child {
        margin-bottom: 0;
        flex-direction: column;
    }
    .about_chief-center a div {
        margin-bottom: 10px;
    }
}

@media (max-width: 950px) {
    .about_descriptions-left {
        display: none;
    }
    .about_descriptions>div {
        flex-basis: 100%;
        min-width: 100%;
        width: 100%;
    }
    .about_descriptions:before {
        display: none;
    }
    .about_descriptions-right_number {
        display: none;
    }
    .about_chief-center {
        flex-direction: column;
    }
    .about_chief-center a {
        margin-bottom: 15px;
    }
    .about_partners-content {
        flex-direction: column;
    }
    .about_partners-left {
        width: 100%;
    }
    .about_partners-list_container li {
        flex-basis: 100%;
        min-width: 100%;
        margin-bottom: 10px;
    }
    .about_partners-list_container li:nth-child(7n),
    .about_partners-list_container li:nth-child(8n),
    .about_partners-list_container li:nth-child(9n) {
        margin-bottom: 10px;
    }
    .about_partners-reviews.slick-slider {
        width: 80vw;
    }
    .about_partners-right {
        width: 100%;
        margin-top: 20px;
    }
    .review header {
        padding: 15px;
    }
    .review header h4 {
        width: 100%;
    }
    .review a {
        display: none;
    }
}

@media (max-width: 650px) {
    .about_info .about_info-right {
        display: none;
    }
    .about_info>div>div {
        flex-basis: 100%;
    }
}


/* /about */


/* career */

.career-content_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.career-content_info>div {
    flex-basis: 48%;
    min-width: 48%;
}

.career-content_info header h2 {
    font-size: 2.6rem;
    font-family: 'Rubik-Medium';
}

.career-content_info h2 {
    font-family: 'Rubik-Bold';
    margin-bottom: 50px;
}

.career-content_info p {
    margin-bottom: 10px;
    line-height: 1.5rem;
}

.career-content_info-right img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.career-content .med_advantages {
    margin-top: 100px;
}

.career-content .med_advantages header h2 {
    font-size: 2.6rem;
    font-family: 'Rubik-Medium';
}

.career-content .med_advantages .advantages-item_back h3 {
    margin-bottom: 10px;
    align-self: baseline;
}

.career-content .med_advantages .advantages-item_back p {
    font-size: 14px;
}

.career_vacancies {
    margin-top: 100px;
}

.career_vacancies h2 {
    font-size: 2.6rem;
    margin-bottom: 75px;
}

.career_vacancies.empty h2 {
    text-align: center;
}

.career-contents_list>li {
    background: #FFFFFF;
    box-shadow: 10px 10px 20px rgba(0, 45, 109, 0.1);
    border-radius: 10px;
    padding: 30px 47px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 500;
    font-family: 'Rubik-Medium';
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    /* max-height: 40px; */
    overflow: hidden;
    transition: all 1s ease-in-out;
    flex-basis: 42%;
    min-width: 42%;
    position: relative;
}

.career-contents_list>li.active {
    /* max-height: 1000px; */
}

.career-contents_list>li header {
    display: flex;
    justify-content: space-between;
}

.career-contents_list>li header:hover {
    cursor: pointer;
}

.career-contents_list>li .services_cover {
    position: absolute;
    top: 0;
    left: 0;
    right: 75%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: var(--color-light_sky_blue);
}

.career-contents_list>li header::after {
    content: "+";
    color: #fff;
    padding: 7px 17px;
    background: var(--color-dark_blue);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
    border: 1px solid var(--color-dark_blue);
    border-radius: 20px;
    cursor: pointer;
    box-sizing: border-box;
    height: 40px;
    margin: auto;
}

.career-contents_list>li.active header::after {
    content: "-";
    color: var(--color-dark_blue);
    background: transparent;
}

.career-contents_list .career-contents_body {
    font-family: 'Rubik-Regular';
    font-size: 1.15rem;
    font-weight: 400;
    margin-top: 60px;
    display: none;
}

.career-contents_list>li.active .career-contents_body {
    display: block;
}

.career-contents_header-column {
    flex-basis: 25%;
    min-width: 25%;
    text-align: center;
}

.career-contents_header-column:first-child {
    flex-basis: 40%;
    min-width: 40%;
    text-align: left;
}

.career-contents_header-column .title {
    font-family: 'Rubik-Regular', sans-serif;
    font-weight: 400;
    margin-bottom: 25px;
    color: var(--text-color_secondary);
}

.career-contents_body-row {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}

.career-contents_body-row .career-contents_body-column {
    flex-basis: 60%;
    min-width: 60%;
}

.career-contents_body-row .career-contents_body-column:last-child {
    flex-basis: 26%;
    min-width: 26%;
}

.career-contents_body h4 {
    font-family: 'Rubik-Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.85rem;
    color: var(--text-color_secondary);
    margin-bottom: 20px;
}

.career-contents_body p {
    line-height: 1.5rem;
}

.career-contents_body li {
    padding-left: 20px;
    position: relative;
}

.career-contents_body li:before {
    content: "ï¿½";
    display: block;
    position: absolute;
    left: 0;
    top: calc(50% - 7px);
}

.career-contents_body-row:last-child .career-contents_body-column:last-child {
    align-self: flex-end;
}

.career-contents_body-column .button {
    background: var(--color-dark_blue);
}

@media (max-width: 650px) {
    .career-content_info>div {
        flex-basis: 100%;
        min-width: 100%;
    }
    .career-content_info-right {
        display: none;
    }
    .career-contents_list>li header {
        flex-wrap: wrap;
    }
    .career-contents_header-column {
        margin-bottom: 35px;
    }
    .career-contents_list>li header::after {
        margin: 0;
    }
}


/* /career */


/* opportunities */

.opportunities-content_info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.opportunities-content_info h2.big_head {
    margin-bottom: 20px;
}

.opportunities-content_info h2 {
    margin-bottom: 35px;
}

.opportunities-content_info p {
    line-height: 1.5rem;
    font-family: 'Roboto-Medium';
}

.opportunities-content_info>div {
    flex-basis: 48%;
    min-width: 48%;
}

.opportunities-content_info img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.opportunities-conditions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 130px;
    position: relative;
}

.opportunities-conditions::after {
    content: "";
    display: block;
    width: 1000%;
    position: absolute;
    height: 50%;
    background: var(--color-green);
    left: 95%;
    z-index: -1;
}

.opportunities-conditions>div {
    flex-basis: 48%;
    min-width: 48%;
    width: 48%;
}

.opportunities-conditions_right>ul img {
    width: 100%;
    height: 100%;
    -o-object-fit: none;
    object-fit: none;
}

.opportunities-conditions ul a {
    color: var(--color-turquoise);
}

.opportunities-conditions_right .slick-prev {
    left: -15px;
    z-index: 3;
}

.opportunities-conditions_right .slick-next {
    right: -15px;
}

.opportunities-conditions_left h2 {
    margin-bottom: 35px;
}

.opportunities-conditions_left li {
    padding-left: 20px;
    position: relative;
    margin-bottom: 50px;
}

.opportunities-conditions_left li::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 3px solid var(--color-turquoise);
    border-right: 3px solid var(--color-turquoise);
    position: absolute;
    left: -5px;
    top: calc(50% - 5px);
    transform: rotate(-45deg);
    border-radius: 2px;
}

@media (max-width: 650px) {
    .opportunities-content_info {
        flex-direction: column;
    }
    .opportunities-content_info>div {
        flex-basis: 100%;
        min-width: 100%;
    }
    .opportunities-content_info img {
        display: none;
    }
    .opportunities-conditions>div {
        flex-basis: 100%;
        min-width: 100%;
    }
    .opportunities-conditions_right {
        display: none;
    }
    .opportunities-conditions::after {
        display: none;
    }
}


/* /opportunities */


/* footer */

.footer {
    background: linear-gradient(83.08deg, #103C7A 0.98%, #7EA0CF 100%);
    color: var(--color-white);
}

.footer .footer_main {
    display: flex;
    padding: 70px 0;
}

.footer a {
    color: var(--color-white);
}

.footer_menus {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer_menus>* {
    width: 15vw;
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.footer_menus .section_link {
    line-height: 140%;
    padding-bottom: 15px;
}

.footer_menus li {
    line-height: 1.5rem;
    padding-bottom: 4px;
}

.footer_menus li a:hover {
    font-family: 'Rubik-Bold';
}

.footer_menus .address {
    line-height: 1.4rem;
}

.footer_logo img {
    margin-bottom: 30px;
}

.footer_main-phone {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 140%;
}

.footer_main-phone p {
    font-size: 1rem;
    white-space: nowrap;
}

.footer_order-call {
    border: 1.5px solid #91A8BD;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 12px 16px;
    color: var(--color-white);
    background: transparent;
    margin-bottom: 25px;
}

.footer_phone {
    line-height: 21px;
    margin-bottom: 10px;
}

.footer_email {
    margin-bottom: 35px;
    margin-top: 20px;
}

@media (max-width: 650px) {
    .footer_main {
        justify-content: center;
    }
    .footer_menus {
        display: none;
    }
}


/* /footer */


/* modals */

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    z-index: 100;
}

.modal {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 45px;
    padding-bottom: 60px;
    position: relative;
    max-width: 480px;
    box-sizing: border-box;
    text-align: center;
}

.modal h2 {
    margin-bottom: 10px;
    font-family: 'Rubik-Bold';
}

.modal p {
    /* width: 65%; */
    text-align: center;
    line-height: 1.5rem;
    color: var(--text-color_secondary);
    margin-bottom: 25px;
}

.modal form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal form>div {
    width: 100%;
}

.modal form textarea,
.modal form input:not([type="checkbox"]),
.modal select {
    border-radius: 5px;
    border: 1px solid var(--border-color);
    box-sizing: border-box;
    padding-left: 30px;
    outline: none;
    height: 65px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
}

.modal input[type="file"] {
    display: none;
}

.modal form textarea {
    padding-top: 25px;
    resize: none;
    height: 120px;
}

.modal .select_wrapper {
    position: relative;
    width: 100%;
}

.modal .select_wrapper:after {
    content: "";
    background-image: url(/bitrix/templates/ekolab/images/arrow.svg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 8px;
    width: 10px;
    height: 30px;
    display: inline-block;
    position: absolute;
    top: 20px;
    transform: rotate(-90deg);
    right: 30px;
}

.modal label {
    margin-top: 5px;
    padding-left: 20px;
}

.modal .file span {
    margin-top: 10px;
    color: var(--text-color_secondary);
    display: block;
}

.modal .button {
    height: 50px;
    width: 270px;
    background: var(--color-dark_blue);
    margin-top: 45px;
}

.modal .close {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.modal_cart {
    width: 37.5vw;
    max-width: 720px;
}

.modal_cart h2 {
    align-self: start;
    margin-bottom: 25px;
}

.modal_row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 85px;
}

.modal_row:last-child {
    margin-bottom: 0;
    justify-content: space-between;
}

.modal_row .button {
    margin-top: 0;
}

.modal_row img {
    width: 140px;
    height: 140px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 70px;
}

.modal_row a.close_button {
    color: var(--color-dark_blue);
    text-transform: uppercase;
}


/* /modals */


/* selectbox */

div.selectboxss {
    position: relative;
    height: 50px;
    border-radius: 3px;
    border: solid 1px lightgrey;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    overflow: hidden;
    transition: .3s;
}

div.selectboxss .selectboxssvalue {
    padding: 16px 31px 0px 16px;
    cursor: pointer;
    transition: .5s;
    height: 40px;
    margin: 0px;
    position: relative;
}

div.selectboxss img.arrowselect {
    position: absolute;
    top: 10px;
    right: 0;
    width: 21px;
    height: 21px;
    padding: 0px 0px 10px 0px;
    transform: rotate(-90deg);
}

ul.selectboxssmenu {
    background: #fff;
    transition: .3s;
    width: 100%;
    /* height: 200px; */
    overflow-y: auto;
    overflow-x: hidden !important;
    position: absolute;
    margin-top: 0px;
    display: block;
    padding: 0px;
    margin: 0px;
}

ul.selectboxssmenu>li {
    display: block;
    padding: 10px;
    border-radius: 0px;
    cursor: pointer;
}

ul.selectboxssmenu>li.selectoption {
    color: var(--text-color_secondary);
    padding: 10px;
}

ul.selectboxssmenu>li.selectoption:hover {
    color: var(--text-color_main);
    background: #e1e1e1;
    transition: .2s;
}


/* /selectbox */

.catalog__size-list li.selected {
    background-color: var(--color-light_sky_blue);
    color: var(--text-color_main);
}

.catalog__size-list li {
    border: none;
    margin: 0;
    margin-bottom: 10px;
}


/* search_page */

.search-page input[type="search"] {
    width: 100%;
    padding: 10px 20px;
    background: #FFFFFF;
    border: 1px solid #E9E9E9;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
}

.search-page input[type="submit"] {
    position: absolute;
    background-color: transparent;
    background-image: url(/bitrix/templates/ekolab/images/search-gray.png);
    width: 25px;
    height: 25px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    right: 10px;
}

.search-page form {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 45px;
}

.search-page a {
    font-size: 1.17rem;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: underline;
}

.search-page p {
    margin-bottom: 10px;
}

.search-page small {
    margin-bottom: 5px;
    display: block;
}

.search-page br {
    display: none;
}


/* /search_page */


/* popup cart*/

.popup-window.popup-window-with-titlebar {
    width: 37.5vw;
    max-width: 720px;
    flex-direction: column;
    align-items: center;
    background: #fff;
    color: #000;
    border-radius: 10px;
    padding: 45px;
    padding-bottom: 60px;
    box-sizing: border-box;
    text-align: center;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    position: fixed !important;
}

span.popup-window-titlebar-text {
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 130%;
    font-family: 'Rubik-Bold';
    align-self: start;
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    color: var(--text-color_main);
}

.popup-window-titlebar {
    width: 100%;
    text-align: left;
}

.popup-window-close-icon:after {
    content: "x";
    background-image: none;
    position: static;
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: inherit;
}

span.popup-window-close-icon.popup-window-titlebar-close-icon {
    position: absolute;
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.popup-window-content-white .popup-window-content {
    width: 100%;
}

.popup-window-with-titlebar .popup-window-content>div {
    padding: 20px;
    display: flex;
    align-items: center;
}

.popup-window-with-titlebar .popup-window-content>div>p {
    font-family: 'Rubik-Medium', sans-serif;
    font-weight: 500;
    font-size: 1.3rem;
    line-height: 130%;
}

span.btn.btn-default.btn-buy.btn-sm {
    height: 50px;
    width: 270px;
    background: var(--color-dark_blue);
    margin-top: 45px;
    border: none;
    border-radius: 10px;
    padding: 0 15px;
    color: var(--color-white);
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Rubik-Medium', sans-serif;
    text-align: center;
    box-sizing: border-box;
}

.popup-window-buttons {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


/* end popup cart*/

.bx-404-container {
    text-align: center;
    margin-top: 60px;
}

.bx-404-container img {
    max-width: 80vw;
    object-fit: contain;
}
/* End */


/* Start:/local/components/bitrix/main.userconsent.request/templates/custom/user_consent.css?17526584654232*/
.main-user-consent-request a {
	cursor: pointer;
}

.main-user-consent-request-popup {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	overflow: hidden;
	z-index: 9000;
}

.main-user-consent-request-popup-cont {
	min-height: 290px; /* loader magic */
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 auto;
	padding: 20px;
	min-width: 320px;
	background: #fff;
	text-align: center;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	overflow-y: auto;
}

.main-user-consent-request-popup-header {
	margin: 0 0 10px 0;
	font: normal 18px "Helvetica Neue", Arial, Helvetica, sans-serif;
	color: #000;
	text-align: left;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 260px;
}

.main-user-consent-request-popup-textarea-block {
	margin: 0 0 20px 0;
}

.main-user-consent-request-popup-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-user-consent-request-popup-button {
	display: inline-block;
	height: 39px;
	margin: 0 10px 5px 0;
	padding: 0 18px;
	border: none;
	border-radius: 2px;
	font: normal 12px/39px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #535c69;
	outline: none;
	vertical-align: middle;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: nowrap;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: background-color 0.2s linear, color 0.2s linear;
	transition: background-color 0.2s linear, color 0.2s linear;
	cursor: pointer;
}

.main-user-consent-request-popup-button-acc {
	background: #bbed21;
}

.main-user-consent-request-popup-button-acc:hover {
	background: #d2f95f;
}

.main-user-consent-request-popup-button-rej {
	-webkit-box-shadow: inset 0 0 0 1px #a1a6ac;
	box-shadow: inset 0 0 0 1px #a1a6ac;
	background: none;
}

.main-user-consent-request-popup-button-rej:hover {
	background: #cfd4d8;
}

.main-user-consent-request-popup-text {
	border: 1px solid #999;
	overflow: auto;
	padding: 8px;
	width: 600px;
	text-align: left;
	color: rgb(84, 84, 84);
}

.main-user-consent-request-popup-link {
	height: 130px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.main-user-consent-request-popup-link a {
	display: block;
	margin: 20px 0 0 0;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 260px;
}

/** LOADER **/
.main-user-consent-request-loader {
	position: relative;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, 50%);
	transform: translate(0, 50%);
}

.main-user-consent-request-path {
	stroke: #80868e;
	stroke-dasharray: 100, 200;
}

.main-user-consent-request-loader:before {
	content: '';
	display: block;
	padding-top: 100%;
}

.main-user-consent-request-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	height: inherit;
	width: inherit;
	-webkit-animation: rotate 1s linear infinite;
	animation: rotate 1s linear infinite;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.main-user-consent-request-path {
	stroke: #ccc;
	stroke-dasharray: 60, 200;
	stroke-dashoffset: 0;
	-webkit-animation: dash 1.5s ease-in-out infinite;
	animation: dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

.main-user-consent-request-announce{
	color: #333;
	font-size:13px;
	line-height: 15px;
}
.main-user-consent-request-announce-link{
	cursor: pointer;
}

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@media (min-width: 1000px) {

	.main-user-consent-request-popup-cont {
		min-height: 400px;
		min-width: 640px;
	}

	.main-user-consent-request-popup-header {
		max-width: 590px;
	}

	.main-user-consent-request-popup-text,
	.main-user-consent-request-popup-link {
		height: 240px;
	}
	.main-user-consent-request-popup-link a {
		max-width: 200px;
	}
}
/* End */


/* Start:/bitrix/templates/ekolab/styles.css?17305366623956*/
.article_card-header_date {
	display: none !important;
}

.popular_products-item a {
    padding: 10px;
}
.popular_products-content {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-around;
    align-content: space-around;
}
.popular_products-item img {
    max-width: 14vw;
}
.popular_products-content container{
    margin-left: 50px !important;
}
.popular_products-item:first-child {
height: 260px !important;
}
.popular_products-item a {
font-size: 1.4rem;
}
.landing_page.top .images .prod_image img {
    max-width: 100% !important;
}

.novelties-items:not(.slick-slider) img {
    width: 74% !important;
}

.slick-slide img, .slick-slider img {
	max-width: 80% !important;
}

.big_banner-info button, .appointment form, .med_services, .med_specialists {
	display: none !important;
}

.med_advantages, .med_about {
	margin-top: 60px !important;
}
.productions-content_tabs{
    padding-bottom: 30px;
}
@media (min-width: 1300px) {
.big_banner-info h1 {
	margin-top: 100px !important;
	}
}

/*.productions_section-catalog {
    grid-template-columns: repeat(5, minmax(300px, 1fr))!important;
}

.productions_section-left{
	display: none !important;
}
.link_market{
border-radius: 10px !important;
}
.personal-item_cover::before {
	display: none !important;
}

.production_info-main_buttons {
  flex-wrap: wrap;
}

.productions-content_top {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
}
*/

.productions-content_menu-main{
padding-top: 20px;
}
.dowload_catalog {
  border: 2px solid var(--color-red);
  border-radius: 8px;
  margin-right: 8px;
  margin-top: 25px;
  cursor: pointer;
  padding: 15px 30px;
  position: relative;
  top: 0px;
  transition: all .2s ease;
}

.dowload_catalog:active {
  top: 2px;
}

.productions_section-catalog_top .dowload_catalog {
  margin-top: 0px;
}

.header_bottom-menu>ul>li:first-of-type .header_menu-secondary {
  white-space: initial;
  min-width: 75vw;  
}

.header_bottom-menu>ul>li .header_menu-secondary {
  overflow: hidden;
}

@media (max-width: 1300px) {
  .header_bottom-menu>ul>li .header_menu-secondary {
    padding: 45px;
  }  

  .header_bottom-menu>ul>li .header_menu-secondary li {
    padding-right: 24px;
  }
.tab_buttons{
	padding-bottom: 24px !important;
}
}

.production_info .production_info-main_rigth .production_info-characteristics .text {
  max-height: calc(100% - 50px);
  overflow: auto;
  scrollbar-width: 0;
}

.production_info .production_info-main_rigth .production_info-characteristics .text::-webkit-scrollbar {
  width: 0;
  height: 0;
}




//òàáëèöà ïðàéñ-ëèñò
.table-wrap table {
    border-collapse: collapse;
    text-align: center;
    width: 100%;    	
}

.table-wrap table thead {
	background-color: var(--color-steel_blue);
	color: var(--color-white);
	border: 2px solid var(--color-steel_blue);
}

.table-wrap table th, .table-wrap table td {    
    border: 1px solid;
}

.table-wrap table th, .table-wrap table td {
    padding: 10px 20px;
}

@media screen and (max-width: 1000px) {
  .table-wrap {
    overflow-y: scroll;
  }
}

.container_price {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 35px;
}

.publicaton-products {
	margin-top: 40px;
}

.news_detail-content .productions_section-catalog-item {
	line-height: 1rem;
}

.news_detail-content .productions_section-catalog-item::before {
	display: none;
}

/* Íîâèíêè íà ãëàâíîé */

.novelties_menu_tabs{
	flex-wrap: wrap;
}

@media (max-width: 950px) {	
	.novelties_menu_tab {
		max-width: 50%;
	}
	
	.novelties-content {		
		top: -140px;
		height: 500px;		
	}
}

@media (max-width: 550px) {
	.novelties header>div {
		padding-top: 50px;
	}
	
	.novelties_menu_tab {
		max-width: 35%;
	}
	
	.novelties-content {		
		top: -160px;
		height: 510px;		
	}
}

@media (max-width: 450px) {	
	.novelties-content {		
		top: -175px;
		height: 520px;		
	}
}

@media (max-width: 350px) {	
	.novelties_menu_tab {
		max-width: 25%;
	}
}
/* End */
/* /bitrix/templates/ekolab/styles/normalize.css?16152816627162 */
/* /bitrix/templates/ekolab/styles/slick.css?16152816621893 */
/* /bitrix/templates/ekolab/styles/jquery.fancybox.min.css?161528166212795 */
/* /bitrix/templates/ekolab/template_styles.css?1704982318149106 */
/* /local/components/bitrix/main.userconsent.request/templates/custom/user_consent.css?17526584654232 */
/* /bitrix/templates/ekolab/styles.css?17305366623956 */
