

/* Start:/local/templates/sib/css/normalize.css?16113040577162*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
  }
  
  /* Sections
     ========================================================================== */
  
  /**
   * Remove the margin in all browsers.
   */
  
  body {
    margin: 0;
  }
  
  /**
   * Render the `main` element consistently in IE.
   */
  
  main {
    display: block;
  }
  
  /**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
  
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  /* Grouping content
     ========================================================================== */
  
  /**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
  
  hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /* Text-level semantics
     ========================================================================== */
  
  /**
   * Remove the gray background on active links in IE 10.
   */
  
  a {
    background-color: transparent;
  }
  
  /**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
  
  abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
  }
  
  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  
  b,
  strong {
    font-weight: bolder;
  }
  
  /**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
  }
  
  /**
   * Add the correct font size in all browsers.
   */
  
  small {
    font-size: 80%;
  }
  
  /**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  /* Embedded content
     ========================================================================== */
  
  /**
   * Remove the border on images inside links in IE 10.
   */
  
  img {
    border-style: none;
  }
  
  /* Forms
     ========================================================================== */
  
  /**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
  }
  
  /**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
  
  button,
  input { /* 1 */
    overflow: visible;
  }
  
  /**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
  
  button,
  select { /* 1 */
    text-transform: none;
  }
  
  /**
   * Correct the inability to style clickable types in iOS and Safari.
   */
  
  button,
  [type="button"],
  [type="reset"],
  [type="submit"] {
    -webkit-appearance: button;
  }
  
  /**
   * Remove the inner border and padding in Firefox.
   */
  
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  /**
   * Restore the focus styles unset by the previous rule.
   */
  
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  /**
   * Correct the padding in Firefox.
   */
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  /**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
  
  legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
  }
  
  /**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
  
  progress {
    vertical-align: baseline;
  }
  
  /**
   * Remove the default vertical scrollbar in IE 10+.
   */
  
  textarea {
    overflow: auto;
  }
  
  /**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
  
  [type="checkbox"],
  [type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
  }
  
  /**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
  
  [type="number"]::-webkit-inner-spin-button,
  [type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  
  /**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
  
  [type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
  }
  
  /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
  
  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  /**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
  }
  
  /* Interactive
     ========================================================================== */
  
  /*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
  
  details {
    display: block;
  }
  
  /*
   * Add the correct display in all browsers.
   */
  
  summary {
    display: list-item;
  }
  
  /* Misc
     ========================================================================== */
  
  /**
   * Add the correct display in IE 10+.
   */
  
  template {
    display: none;
  }
  
  /**
   * Add the correct display in IE 10.
   */
  
  [hidden] {
    display: none;
  }
/* End */


/* Start:/local/templates/sib/css/grid.css?161130405711431*/
*,
::after,
::before {
    box-sizing: border-box
}


@-ms-viewport {
    width: device-width
}

.d-none {
    display: none !important;
}
.d-inline-block {
  display: inline-block !important;
}
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}
  

.container{
    min-width: 320px;
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;    
    margin-right: auto;
    margin-left: auto    
}

.row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;    
    margin-right: -10px;
    margin-left: -10px;    
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-lg-10-2 {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  
  .col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }


  .no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .no-gutters  > .col,
  .no-gutters  > [class*="col-"] {
      padding-right: 0;
      padding-left: 0;
  }
  



/* sm */
@media (min-width: 768px) {

    .container{
        padding-right: 24px;
        padding-left: 24px;  
    }
    .row{
        margin-right: -12px;
        margin-left: -12px;   
    }


    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto, .col-lg-10-2 {
      padding-right: 12px;
      padding-left: 12px;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
      }
      .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
      }
      .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }    

}
/* md */
@media (min-width: 1280px) {
    .container{
        padding-right: 32px;
        padding-left: 32px;  
    }
    .row{
        margin-right: -16px;
        margin-left: -16px;   
    }


    .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
    .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
    .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
    .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
    .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
    .col-xl-auto, .col-lg-10-2 {
      padding-right: 16px;
      padding-left: 16px;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }

      .offset-md-1 {
        margin-left: 8.333333%;
      }
      .offset-md-2 {
        margin-left: 16.666667%;
      }
      .offset-md-3 {
        margin-left: 25%;
      }
      .offset-md-4 {
        margin-left: 33.333333%;
      }
      .offset-md-5 {
        margin-left: 41.666667%;
      }
      .offset-md-6 {
        margin-left: 50%;
      }
      .offset-md-7 {
        margin-left: 58.333333%;
      }
      .offset-md-8 {
        margin-left: 66.666667%;
      }
      .offset-md-9 {
        margin-left: 75%;
      }
      .offset-md-10 {
        margin-left: 83.333333%;
      }
      .offset-md-11 {
        margin-left: 91.666667%;
      }      

}
/* lg */
@media (min-width: 1440px) {
    .container{
        width: 1440px;
    }

      .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
      }
      .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
      }
      .col-lg-10-2 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
      }      
      .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
      }
      .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
      }
      .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
      }
      .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
      }
      .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
      }
      .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
      }
      .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
      }
      .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
      }
      .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
      }
      .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
      }


    .offset-lg-0 {
        margin-left: 0
    }
    .offset-lg-1 {
        margin-left: 8.333333%
    }
    .offset-lg-2 {
        margin-left: 16.666667%
    }
    .offset-lg-3 {
        margin-left: 25%
    }
    .offset-lg-4 {
        margin-left: 33.333333%
    }
    .offset-lg-5 {
        margin-left: 41.666667%
    }
    .offset-lg-6 {
        margin-left: 50%
    }
    .offset-lg-7 {
        margin-left: 58.333333%
    }
    .offset-lg-8 {
        margin-left: 66.666667%
    }
    .offset-lg-9 {
        margin-left: 75%
    }
    .offset-lg-10 {
        margin-left: 83.333333%
    }
    .offset-lg-11 {
        margin-left: 91.666667%
    }    
}
/* End */


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

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

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

/* End */


/* Start:/local/templates/sib/css/jquery.fancybox.min.css?161130405712795*/
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:/local/templates/sib/styles.css?1768466302106095*/
@font-face{
    font-family: 'currency';
    font-style: normal;
    font-weight: normal;
    src: url(data:application/font-woff;base64,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) format('woff');
}

html{
    font-size: 10px;
}
body{
    font-family: 'Open Sans', sans-serif;
    color: #555158;
    background-color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    line-height: 1.5;
    /*padding-top: 104px;*/
}
html, body{
    overflow-x: hidden;
    overflow-y: auto;
}

/* ВРЕМЕННО СКРЫВАЕМ */
/*
.header__menu,
.news .news__item-btn,
.news .more--news,
.own-production__card .own-production__card-link,
.main__inner .more{
    visibility: hidden;
}
@media (max-width: 767px){
    .news.section{
        display: none;
    }
}
*/
/* END ВРЕМЕННО СКРЫВАЕМ */

/**/

h1,h2,h3,h4,h5,h6{
    margin:0
}

h1{
    font-size: 6.4rem;
    font-weight: normal;
    line-height: 1.13;
    color: #12061a;
}
h2{
    font-size: 4rem;
    font-weight: normal;
    line-height: 1.4;
    color: #12061a;
}
h3{
    font-size: 2.4rem;
    line-height: 1.33;
    color: #12061a;
}
h4{
    color: #12061a;
}
h5{
    color: #12061a;
}
h6{
    color: #12061a;
}
span.currency{
    font-family: 'currency';
}
.mt-4{
    margin-top: 48px;
}
.mb-0{
    margin-bottom: 0 !important;
}
.hidden{
    display: none !important;
}

/**/
.page__text{

}
.page__text h3,
.page__text h2{
    max-width: 600px;
    margin: 0 auto;
}
.page__text a{
    color: #12061a;
}
.checkbox-hidden{
    position: absolute;
    visibility: hidden;
    margin: 0;
    padding: 0;
    border: none;
    width: 0;
    height: 0;
    font-size: 0;
}
.form-errors{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}
.field-error{
    position: relative;
    margin-top: -1px;
    padding: 8px 16px;
    color: red;
    border: 1px solid;
}
.btn{
    display: inline-block;
    text-decoration: none;
    text-align: center;
}
.btn-1{
    font-size: 1.2rem;
    line-height: 4rem;
    letter-spacing: normal;
    color: #ffffff;
    height: 40px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0 16px;

    transition: background-color 0.2s;
}
.btn-1:hover{
    background-color: rgba(255, 255, 255, 0.1);
}
.btn-2{}
.btn-3{
    font-size: 1.4rem;
    line-height: 4.8rem;
    letter-spacing: normal;
    color: #ffffff;
    height: 48px;
    padding: 0 24px;
    background-color: rgba(255, 255, 255, 0.1);

    transition: background-color 0.2s, color 0.2s;
}
.btn-3:hover{
    background-color: rgba(255, 255, 255, 1);
    color: #12061a;
}
.btn-4{
    font-size: 1.4rem;
    line-height: 6.4rem;
    color: #010101;
    text-align: center;
    padding: 0 40px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px;
    border: 0;
    outline: none;
    cursor: pointer;

    transition: background-color 0.2s;
}
.btn-4:hover{
    background-color: rgba(255, 255, 255, 0.7);
}
.btn-4 svg{
    vertical-align: middle;
    margin-right: 8px;
}
.btn-4--dark{
    background-color: #12061a;
    color: #fff;
}
.btn-5{
    width: 48px;
    height: 48px;
    line-height: 4.8rem;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);

    transition: background-color 0.2s;
}
.btn-5:hover{
    background-color: rgba(255, 255, 255, 0.7);
}
.btn-5--transp{
    background-color: rgba(255, 255, 255, 0.1);

    transition: background-color 0.2s;
}
.btn-5--transp:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.btn-6{
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    padding: 20px 40px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    border: 0;
    outline: none;
    cursor: pointer;

    transition: background-color 0.2s, color 0.2s;
}
.btn-6:hover{
    background: rgba(255, 255, 255, 1);
    color: #010101;
}
.btn-6 svg{
    vertical-align: middle;
    margin-right: 16px;
}
.btn-6 svg path{
    transition: fill 0.2s;
}
.btn-6:hover svg .path2,
.btn-6:hover svg .path3{
    fill: #7e259c;
}
.btn-7{
    font-size: 1.4rem;
    line-height: 4.8rem;
    letter-spacing: normal;
    color: #ffffff;
    height: 48px;
    padding: 0 24px;
    background-color: #2f2435;

    transition: background-color 0.2s;
}
.btn-7:hover{
    background-color: #59505d;
}
.more{
    display: inline-flex;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #ffffff;
    text-decoration: none;
}
.more svg{
    position: relative;
    left: 0;
    margin-left: 8px;
    vertical-align: sub;

    transition: left 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.more:hover svg{
    left: 12px;
}
.more--dark{
    color: #010101;
}
.slider-btn{
    border-radius: 8px;
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 4rem;
    user-select: none;
}
.slider-btn--1{
    background-color: rgba(255, 255, 255, 1);

    transition: background-color 0.2s;
}
.slider-btn--1:hover{
    background-color: rgba(255, 255, 255, 0.7);
}
.slider-btn--2{
    background-color: rgba(23, 11, 30, 1);
    transition: background-color 0.2s;
}
.slider-btn--2:hover{
    background-color: rgba(23, 11, 30, 0.7);
}

.slick-slide{
    outline: none;
}


/**/

.h100p{
    height: 100%;
}
.position-relative {
    position: relative !important;
}

/**/

header{
    min-height: 104px;
    background-color: #170b1e;
    color: #fff;
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
header a{
    color: rgba(255, 255, 255, 1);

    transition: color 0.2s;
}
header a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.header__top{
    display: flex;
    padding: 28px 32px 0 32px;
    justify-content: space-between;
    align-items: center;
}
.header__logo{
    position: absolute;
    display: flex;
}
.header__logo svg{
    height: 40px;
}
.header__logo .media{
    margin-left: 5px;
    overflow: hidden;
    width: 0;

    transition: width 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.open-menu .header__logo .media,
.header__logo:hover .media{
    width: 45px;
}
.header__logo .arrows{

}
.header__menu{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 32px;
    text-decoration: none;
    color: #fff;
    overflow: hidden;
    width: 32px;
    height: 100%;
}
.header__menu-close{
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    color: #ffffff;
    text-decoration: none;
    height: 100%;
    padding-right: 32px;
    opacity: 0;
    top: -48px;

    transition: opacity 0.1s, top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header__menu-burger{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 32px;
    height: 100%;
    opacity: 1;
    top: 0;

    transition: opacity 0.1s, top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header__menu-burger svg{
    width: 32px;
    height: 12px;
}
.open-menu .header__menu-burger{
    top: 48px;
    opacity: 0;
}
.header__menu-close-icon{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 32px;
    height: 100%;
    opacity: 0;
    top: -48px;

    transition: opacity 0.1s, top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.header__menu-close-icon svg{
    width: 16px;
    height: 22px;
}
.open-menu .header__menu-close-icon{
    top: 0;
    opacity: 1;
}
.opened .header__menu-close{
    display: inline;
}
.header__nav{
    display: inline-block;
    flex-grow: 1;
    padding-left: 150px;
}
.opened .header__nav{
    display: none;
}
.header__nav-ul{
    list-style: none;
    text-align: center;
    padding:0;
    margin:0;
}
.header__nav-li{
    display: inline-block;
}
.header__nav-item{
    font-size: 1.4rem;
    line-height: 1.43;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
    margin: 0 20px;
}
.header__right{
    position: relative;
    display: flex;
    align-items: center;
    height: 48px;
    overflow: hidden;
}
.header__bottom {
    padding: 96px 0;
}
.opened .header__bottom{
    display: block;
}
.opened .header__top-order{
    display: none;
}

/**/

.header__phone{
    padding: 0 60px;
}
.header__phone a{
    text-decoration: none;
    font-size: 24px;
    white-space: nowrap;
}
.header__phone__mobile{
    display: none;
}

/**/

.nav-2 {

}
.nav-2__title {
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    margin-bottom: 24px;
}
.nav-2__ul {
    list-style: none;
    padding:0;
    margin:0;
}
.nav-2__li {
    margin-bottom: 16px;
    display: block;
}
.nav-2__li:last-child{
    margin-bottom: 0;
}
.nav-2__item {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
}
.header__bottom-order{
    position: absolute;
    bottom: 0;
}
.header__bottom-order-1{
    display: none;
}
.header__bottom-order-3{
    display: none;
}

/**/

.nav-3 {

}
.nav-3__ul {
    list-style: none;
    padding:0;
    margin:0;
}
.nav-3__li {
    margin-bottom: 32px;
    display: block;
}
.nav-3__item {
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #ffffff;
    text-decoration: none;
}

/**/
.top-detail,
.top-section{
    background-image: linear-gradient(284deg, #6b2997 5%, #9346b9 35%, #6b2997 100%);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    color: #ffffff;
}
.section.top-detail,
.section.top-section{
    padding: 120px 0 104px 0;
    overflow: hidden;
}
.top-section h1{
    color: #ffffff;
    width: 50%;
}
.top__bg{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
}
.top__bg--sm,
.top__bg--xs{
    display: none;
}
.top-detail h1{
    color: #ffffff;
}
.top-section__bg-girl{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 860px;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 0;
}
.top-section__bg-girl--img{
    width: 660px;
    height: auto;
    max-height: calc(100% + 36px);
    object-fit: contain;
}
.top-detail .back__link,
.top-section .back__link{
    color: #ffffff;
}
.top-detail__more-info,
.top-section__more-info{
    margin-top: 40px;
}
.top-detail__more-info--count,
.top-section__more-info--count{
    font-size: 30px;
    line-height: 1.5;
    color: #ffffff;
}
.top-detail__more-info--title,
.top-section__more-info--title{
    margin-top: 12px;
    color: #ffffff;
    opacity: 0.7;
}
.top-detail__buttons,
.top-section__buttons{
    margin-top: 64px;
}
.top-detail__button,
.top-section__button{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 1);
    color: #12061a;
    padding: 22px;
    width: 100%;
    text-decoration: none;

    transition: background-color 0.2s;
}
.top-detail__button:hover,
.top-section__button:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.top-detail__logo{
    position: absolute;
    top: 48px;
    right: 32px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-image: linear-gradient(301deg, #9346b9 19%, #6b2997 85%);
    padding: 4px;
    overflow: hidden;
}
.top-detail__logo--image{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.top-detail__text{
    display: flex;
    height: 100%;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}
.top-detail__region{
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
}
.top-detail__region::before{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    mask: url("/local/templates/sib/./images/map-marker.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/map-marker.svg") no-repeat center;
    background-color: #FFFFFF;
    margin-right: 8px;
}

/**/

.detail{

}
.detail__slider-item--type{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.detail__slider-item--type::before{
    position: relative;
    display: flex;
    content: "";
    margin-right: 8px;
    background-image: url("/local/templates/sib/./images/layout-right-panel.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
}
.detail__slider-item--title{
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 40px;
    color: #12061a;
}
.detail__slider-item--image{
    height: 380px;
}
.detail__slider-item--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left top;
}
.detail__slider-item--info{
    display: flex;
    flex-direction: column;
    height: 100%;
}
.detail__slider-item--info-item{
    border-top: 1px solid #e7e7e7;
    padding: 20px 0;
}
.detail__slider-item--radio-play{

}
.play-radio.pause .icon-pause{
    display: none;
}
.play-radio.play .icon-play{
    display: none;
}
.detail__slider-item--info-title{
    color: #12061a;
    margin-bottom: 8px;
}
.btn-detail{
    width: 100%;
    line-height: 5.6rem;
    background-color: rgba(245, 245, 245, 1);

    margin-top: auto;
}
.btn-detail:hover{
    background-color: rgba(245, 245, 245, 0.3);
}
.slider-navigation--detail.slider-navigation--p2 .slider-btn--prev,
.slider-navigation--detail.slider-navigation--p2 .slider-btn--next{
    top: 24px;
}
.slider-navigation--detail.slider-navigation--p2 .slider-dots{
    display: none;
}
.advertising--detail{
    margin-top: 56px;
}
.advertising--detail__header{
    margin-bottom: 40px;
}

/**/

.media{

}

.media__tabs--items{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    height: 100%;
}
.media__tabs--item{
    font-size: 14px;
    background-color: rgba(18, 6, 26, 0.2);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 4px;
    cursor: pointer;

    transition: background-color 0.2s;
}
.media__tabs--item:hover,
.media__tabs--item.active{
    background-color: rgba(18, 6, 26, 1);
}
.media__tabs--item + .media__tabs--item{
    margin-left: 24px;
}
.media__tab--item{
    padding: 40px 32px;
    border: 1px solid #e7e7e7;
    border-radius: 8px;
    overflow: hidden;
}
.media__tab--item + .media__tab--item{
    margin-top: 40px;
}
.media__tab--item-head{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
}
.media__tab--info{
    width: 340px;
}
.media__tab--info + .media__tab--info{
    margin-left: 30%;
    margin-right: 32px;
}
.media__tab--info-title{
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
    margin-bottom: 4px;
}
.media__tab--button{
    position: relative;
    display: inline-flex;
    align-items: flex-end;
    margin-left: auto;
}
.media__tab--btn{
    z-index: 2;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: rgba(107, 41, 151, 1);
    border-radius: 4px;
    border: 0;
    padding: 16px;
    outline: none;
    cursor: pointer;
    margin-left: auto;

    transition: background-color 0.2s;
}
.media__tab--btn:hover{
    background-color: rgba(107, 41, 151, 0.3);
}
.media__tab--item-body{
    font-size: 0;
}
.media__tab--youtube{
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    width: 100%;
    font-size: 0;
}
.media__tab--youtube .video-js,
.media__tab--youtube iframe{
    width: 100%;
    height: 480px;
    border: 0;
    padding: 0;
    margin: 0;
}
.media__tab--youtube .start-youtube{
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.media__tab--youtube .start-youtube .btn{
    line-height: 64px;
    white-space: nowrap;
    border-radius: 4px;
}
.media__tab--youtube .start-youtube .btn:hover{
    background: rgba(245, 245, 245, 1);
}
/**/

.charts__item--title{
    font-size: 32px;
    color: #12061a;
    margin-bottom: 48px;
}
.charts__item--scale-items{
    display: flex;
    width: 100%;
    height: 540px;
    background-color: #ffffff;
    overflow: hidden;
}
.charts__item--scale-item{
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    width: 100%;
    max-width: 85px;
    min-height: 86px;
    min-width: 46px;
}
.charts__item--scale-item + .charts__item--scale-item{
    margin-left: 32px;
}
.charts__item--scale-item_value{
    text-align: center;
    color: #14151a;
    padding-bottom: 12px;
}
.charts__item--scale-item_bar{
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, #6d348e, #170b1e);
    opacity: 0.7;
}
.charts__item--scale-item_bar.active{
    background-image: linear-gradient(336deg, #6b2997 4%, #9346b9 41%, #6b2997 57%);
    opacity: 1;
}
.charts__item--scale-item_title{
    text-align: center;
    color: #010101;
    padding-top: 24px;
    white-space: nowrap;
}
.slider-navigation--charts.slider-navigation--p2 .slider-btn--next,
.slider-navigation--charts.slider-navigation--p2 .slider-btn--prev{
    top: 0;
}
.slider-navigation--charts.slider-navigation--p2 .slider-dots{
    display: none;
}

/**/

.advantages{
    overflow: hidden;
    background-color: #fff;
}
.advantages__items{
    margin-top: -80px;
}
.advantages__item{
    display: flex;
    flex-direction: column;
    margin-top: 80px;
}
.advantages__item--icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 32px;
}
.advantages__item--img{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.advantages__item--title{
    font-size: 24px;
    color: #12061a;
    margin-bottom: 24px;
}

/**/

.platforms{

}
.platforms__items{
    margin-top: -40px;
}
.platforms__item{
    display: flex;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    background-color: #170b1e;
    background-image: url("/local/templates/sib/./images/arrows_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 2% center;
    color: #ffffff;
    margin-top: 40px;
}
.platforms__item--logo{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 63px;
}
.platforms__item--image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.platforms__item--chanel{
    display: flex;
    flex-direction: column;
    margin-left: 98px;
    width: 280px;
}
.platforms__item--chanel-title{
    opacity: 0.7;
    line-height: 1.5;
    padding-bottom: 8px;
}
.platforms__item--chanel-name{
    font-size: 24px;
    line-height: 1.33;
}
.platforms__item--coverage{
    display: flex;
    flex-direction: column;
    margin-left: 120px;
    margin-right: 40px;
}
.platforms__item--coverage-title{
    opacity: 0.7;
    line-height: 1.5;
    padding-bottom: 8px;
}
.platforms__item--coverage-name{
    font-size: 24px;
    line-height: 1.33;
}
.platforms__item--button{
    z-index: 2;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    background-color: rgba(107, 41, 151, 1);
    border-radius: 12px;
    border: 0;
    padding: 24px;
    outline: none;
    cursor: pointer;
    margin-left: auto;

    transition: background-color 0.2s;
}
.platforms__item--button:hover{
    background-color: rgba(107, 41, 151, 0.3);
}
.platforms__item-vk{
    background-color: #0077FF;
}
.platforms__item-fb{
    background-color: #3b5998;
}
.platforms__item-ok{
    background-color: #ed812b;
}
.platforms__item-inst{
    background: no-repeat 2% center / contain url("/local/templates/sib/./images/arrows_bg.png"), linear-gradient(to left, #002aff, #ee3278 50%, #f9ed32) repeat-y 100%;
}
.platforms__item-telegram{
    background-color: #0088cc;
}
.platforms__item-zen{
    background: no-repeat 2% center / contain url("/local/templates/sib/./images/arrows_bg.png"), linear-gradient(to right, #e0124d, #f9961e) repeat-y 100%;
}
.platforms--social .platforms__item .platforms__item--chanel-title{
    display: flex;
    align-items: center;
}
.platforms--social .platforms__item .platforms__item--chanel-title::before{
    content: "";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    margin-right: 12px;
}
.platforms__item-vk .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/vk.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/vk.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms__item-fb .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/fb.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/fb.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms__item-ok .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/ok.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/ok.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms__item-inst .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/inst.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/inst.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms__item-telegram .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/telegram.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/telegram.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms__item-zen .platforms__item--chanel-title::before{
    mask: url("/local/templates/sib/./images/socials/zen.svg") no-repeat center;
    -webkit-mask: url("/local/templates/sib/./images/socials/zen.svg") no-repeat center;
    background-color: #ffffff;
}
.platforms--social .platforms__item .platforms__item--button{
    background-color: rgba(255, 255, 255, 0.3);
}
.platforms--social .platforms__item .platforms__item--button:hover{
    background-color: rgba(255, 255, 255, 1);
}
.platforms--social .platforms__item .platforms__item--button .svg-secondary{
    color: #c3c3c3;
}
.platforms--social .platforms__item .platforms__item--button .svg-primary{
    transition: color 0.2s;
}
.platforms--social .platforms__item .platforms__item--button:hover .svg-primary{
    color: #6b2997;
}
/**/

.social{
    display: flex;
    align-items: center;
    list-style: none;
    padding:0;
    margin:0;
    font-size: 0;
}
.social--header{
    /*
    position: absolute;
    bottom: 0;
    */
}
.social__li{
    display: inline-block;
    margin-right: 24px;
}
.social__item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 50%;
    border: 1px solid #979797;
    font-size: 0;
    color: #ffffff;
}
.social__item svg{
    width: 100%;
    height: 100%;
}

/**/

.section{
    position: relative;
    border-radius: 36px 36px 0 0;
    background-color: #ffffff;
}
.section--p{
    padding: 80px 0 128px 0;
}
.section--pb{
    padding: 0 0 128px 0;
}
.section--tabun{
    padding-top: 100px;
}
.section__header{
    margin-bottom: 64px;
}
.section--shadow{
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.1);
}
.section--offset{
    margin-top: -36px;
}
.section--top{
    padding: 120px 0 64px 0;
}
.section--first{
    background-color: #fff;
}
.dark{
    background-color: #170b1e;
}
.whitesmoke{
    background-color: #f6f6f6;
}

/**/

.main__slider{
    background-color: #170b1e;
}

.main__slider .slick-list{
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
}

.slider-navigation{

}
.slider-navigation--p1{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.slider-navigation--p2{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.slider-navigation .container{
    position: relative;
}
.slider-navigation .slick-dots{
    list-style: none;
    margin: 0;
    padding: 0;
}
.slider-navigation .slick-dots li{
    display: inline-block;
    font-size: 0;
    margin-left: 8px;
}
.slider-navigation .slick-dots button{
    width: 8px;
    height: 8px;
    background-color:rgba(255, 255, 255, 0.3);
    border: 0;
    border-radius: 50%;
    display: block;
    padding: 0;
}
.slider-navigation .slick-active button {
    background: #fff;
}

/**/

.main{
    position: relative;
    overflow: hidden;
}
.main.section{
    border-radius: 0;
}
.main__container--bg{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;

}
.main__slider-item{
    outline: none;
    /* padding: 80px 0 104px 0; */
    /* background-size: contain; */
    /* background-repeat: no-repeat;     */
    /* background-position: right center; */
}
.main__inner{
    padding: 80px 0 104px 0;
    /* background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;     */
}
.main__text{
    font-size: 4rem;
    line-height: 1.4;
    letter-spacing: normal;
    color: #ffffff;
    padding: 88px 40% 100px 0;
}
.main .slider-dots{
    display: none;
}
.main .slider-btn{
    float: right;
    margin-left: 20px;
    position: absolute;
    bottom: 104px;

}
.main .slider-btn--next{
    right: 32px;
}
.main .slider-btn--prev{
    right: 92px;
}

/**/

.commercial{
    overflow: hidden;
    background-color: #fff;
}
.commercial__slider .slick-list {
    overflow: visible;
}
.commercial__slide{
    margin: 0 16px;
    width: 437px;
    background-image: linear-gradient(304deg, #e5e5e5 85%, #ffffff 68%, #e9e9e9 21%);
    border-radius: 16px;
}
.commercial__item{
    padding: 48px 32px 0 32px;
    width: 100%;
    height: 610px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
    text-decoration: none;
    display: block;
    outline: none;
}
.commercial__item-title{
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #12061a;
    margin-bottom: 24px;
}
.commercial__item-descr{
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
}
.commercial__item-pic{
    width: 248px;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}
.commercial__item-img{
    max-width: 100%;
}
.slider-dots--commercial{
    display: none;
}
.commercial__slider .slick-list{
    /* overflow: visible; */
}

/**/

.specoffers{
    overflow: hidden;
    background-color: #f6f6f6;
}
.specoffers__slider .slick-list {
    overflow: visible;
}
.specoffers__slider{}
.specoffers__slide{}
.specoffers__item{
    display: block;
    width: 789px;
    height: 368px;
    border-radius: 20px;
    background-color: #f2f2f2;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    padding: 56px 48px 0 48px;
    text-decoration: none;
    position: relative;
    margin-right: 32px;
}
.specoffers__item-title{
    font-size: 2.4rem;
    line-height: 1.33;
    color: #12061a;
    margin-bottom: 24px;
    max-width: 340px;
}
.specoffers__item-descr{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    max-width: 340px;
}
.specoffers__item-btn{
    position: absolute;
    bottom: 56px;
    left: 48px;
}
.more--specoffers{
    line-height: 4.43;
}


/**/

.own-production{}
.own-production__row--bg{

}
.section__header--production{

}
.own-production__col{

    /* width: 554px; */
}
.own-production__col:first-child{
    /* margin-right: 32px; */
}
.owl-production__bg{
    position: absolute;
    top: 0;
    right: 16px;
}
.own-production__col--bg{
    position: relative;
}
.own-production__col--bg svg{
    position: absolute;
    top: 0;
    right: 0;
}
.own-production__card{
    display: flex;
    flex-direction: column;
    height: 280px;
    border-radius: 8px;
    border: solid 1px #e7e7e7;
    padding:40px 32px 32px 32px;
    background-repeat: no-repeat;
    background-position: right 32px top 40px;
    position: relative;
}
.own-production-text{
    opacity: 0.7;
    font-size: 1.6rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
    max-width: 452px;
    position: relative;
    margin-bottom: 48px;
}
.own-production__card-title{
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #12061a;
    margin-bottom: 24px;
}
.own-production__card-descr{
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
    max-width: 405px;
    margin-bottom: 24px;
}
.own-production__card-price{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: auto;
    min-height: 48px;
}
.own-production__card-caption{
    font-size: 1.4rem;
    line-height: 1.43;
    color: #555158;
    letter-spacing: normal;
}
.own-production__card-num{
    font-size: 2rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #12061a;
}
.own-production__card-link{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
}

/**/

.advertising{
    overflow: hidden;
    background-color: #ffffff;
}
.advertising__slider .slick-list{
    overflow: visible;
}
.advertising__slide{
    margin: 0 16px;
    width: 554px;
}
.advertising__items{
    margin-bottom: -32px;
}
.advertising__item{
    display: flex;
    flex-direction: column;
    min-height: 280px;
    border-radius: 8px;
    border: solid 1px #e7e7e7;
    padding: 40px 32px 32px 32px;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 32px top 40px;
    position: relative;
    width: 100%;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    margin-bottom: 32px;
}
.advertising__item-title{
    font-size: 2.4rem;
    line-height: 1.33;
    letter-spacing: normal;
    color: #12061a;
    margin-bottom: 24px;
    padding-right: 64px;
}
.advertising__item-descr{
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
    padding-right: 64px;
}
.advertising__item-pic{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 32px;
    width: 64px;
    height: 64px;
    background-color: #f5f5f5;
    border-radius: 50%;
    overflow: hidden;
}
.advertising__item-mpic{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 50%;
    margin-bottom: 24px;
}
.advertising__item-img{
    max-width: 100%;
    object-fit: contain;
    object-position: center;
}
.advertising__item-btn{
    margin-top: auto;
    padding-top: 28px;
}
.advertising__item-btn .advertising__item--radio-play.btn{
    width: auto;
    padding: 0 32px;
}
.advertising__item-btn .btn{
    padding: 0;
}
.slider-dots--advertising{
    display: none;
}
.advertising__slider .slick-list{
    /* overflow: visible; */
}

/**/

.complex{
    background-image: linear-gradient(to left, #6b2997 0%, #9346b9 40%, #6b2997 100%);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    color: #ffffff;
    padding: 80px 0 80px 0;
    overflow: hidden;
}
.complex h2{
    color: #ffffff;
    margin-bottom: 40px;
}
.complex__bg-arrows{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 580px;
    height: 100%;
    right: 33px;
    bottom: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
}
.complex__text{
    color: rgba(255, 255, 255, 0.7);
}
.complex__more-info{
    margin-top: 32px;
}
.complex__more-info--item{
    margin-top: 24px;
}
.complex__more-info--count{
    font-size: 24px;
    margin-bottom: 8px;
}
.complex__more-info--title{
    color: rgba(255, 255, 255, 0.7);
}
.complex__buttons{
    margin-top: 72px;
}

/**/

.poss-more{

}
.poss-more__title{
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
}
.poss-more__text{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
    position: relative;
}
.poss-more__banner{
    position: relative;
    width: 100%;
    height: 400px;
    background-image: linear-gradient(282deg, #e5e5e5 95%, #ffffff 73%, #e5e5e5 13%);
    border-radius: 16px;
    overflow: hidden;
    padding: 48px;
    margin-top: 40px;
}
.poss-more__bg-girl{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 60%;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 60px 0 60px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right bottom;
}
.poss-more__bg-girl--img{
    position: relative;
    bottom: -48px;
    left: -36px;
    width: 100%;
    max-width: 450px;
    height: auto;
    object-fit: contain;
}
.poss-more__banner--info{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
    max-width: 40%;
}
.poss-more__banner--title{
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 32px;
    color: #12061a;
}
.poss-more__banner--text{
    color: #555158;
}
.poss-more__button{
    z-index: 2;
    position: absolute;
    right: 48px;
    bottom: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 4px;
    border: 0;
    padding: 16px;
    outline: none;
    cursor: pointer;
    margin-left: auto;

    transition: background-color 0.2s;
}
.poss-more__button:hover{
    background-color: rgba(255, 255, 255, 0.3);
}
.poss-more__button .svg-arrow-right .svg-secondary{
    color: #c3c3c3;
}
.poss-more__button .svg-arrow-right .svg-primary{
    color: #6b2997;

    transition: color 0.2s;
}
.poss-more__button:hover .svg-arrow-right .svg-primary{
    color: #FFFFFF;
}
/**/

.organization-ex{

}
.organization-ex__title{
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
}
.organization-ex__text{
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #555158;
    max-width: 452px;
    position: relative;
}
.organization-ex__counts{
    margin-top: 64px;
}
.organization-ex__counts--item{

}
.organization-ex__counts--number{
    font-size: 32px;
    line-height: 1.5;
    color: #010101;
    margin-bottom: 8px;
}

.organization-ex__clients{
    margin-top: 124px;
}

/**/

.online-translation{
    background-image: linear-gradient(282deg, #e5e5e5 95%, #ffffff 73%, #e9e9e9 13%);
    padding-bottom: 32px;
}
.online-translation__info-block{
    margin-bottom: 96px;
}
.btn--online-translation{
    margin-right: 48px;
}
.section__header--online-translation{
    margin-bottom: 40px;
}
.online-translation__text{
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    margin-bottom: 140px;
}
.online-translation__img{
    position: absolute;
    bottom: -96px;
}
.online-translation__wrapper{
    display: inline-block;
}
.online-translation__img-1{
    display: none;
}

/**/

.online-translations{

}
.online-translations__items{
    display: flex;
    flex-direction: column;
}
.online-translations__item{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 40px;
    border-radius: 8px;
    border: 1px solid #e7e7e7;
    background-color: #ffffff;
    overflow: hidden;
}
.online-translations__item + .online-translations__item{
    margin-top: 40px;
}
.online-translations__item--image{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 40px;
    right: 40px;
    width: 88px;
    height: 88px;
    padding: 28px;
    border-radius: 50%;
    background-color: #F1EBF5;
}
.online-translations__item--img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: contain;
}
.online-translations__item--title{
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
    margin-bottom: 28px;
    width: 50%;
}
.online-translations__item--text{
    color: #010101;
    width: 50%;
}
.online-translations__item--list{
    position: relative;
    margin-top: 48px;
    padding: 0;
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    overflow: hidden;
    min-height: 100%;
}
.online-translations__item--list-item{
    position: relative;
    display: flex;
    align-items: center;
    line-height: 1.33;
    padding-left: 20px;
    margin-bottom: 4px;
    color: #010101;
    max-width: 400px;
    overflow: hidden;
}
.online-translations__item--list-item::before{
    position: absolute;
    content: '';
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #6b2997;
}
.online-translations__more-wrap{
    margin-top: 18px;
    margin-bottom: 48px;
}
.online-translations__more{
    /*
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    cursor: pointer;
    */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
    background-color: rgba(107, 41, 151, 0.7);
    color: #ffffff;
    padding: 16px 22px;
    width: auto;
    border-radius: 4px;
    transition: background-color 0.2s;
}
.online-translations__more:hover{
    background-color: rgba(107, 41, 151, 1);
}
.online-translations__more--icon{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    transform: rotate(90deg);
    margin-left: 16px;

    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.online-translations__more.to-up .online-translations__more--icon{
    transform: rotate(-90deg);
}
.online-translations__more--icon .svg-arrow-right .svg-secondary{
    color: #c3c3c3;
}
.online-translations__more--icon .svg-arrow-right .svg-primary{
    /*
    color: #6b2997;
    */
}

.online-translations__item--footer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.online-translations__item--info{
    display: flex;
    flex-direction: column;
}
.online-translations__item--info-count{
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
    margin-bottom: 4px;
}
.online-translations__item--button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    background-color: rgba(18, 6, 26, 1);
    color: #ffffff;
    padding: 22px 40px;
    width: auto;
    text-decoration: none;

    transition: background-color 0.2s;
}
.online-translations__item--button:hover{
    background-color: rgba(18, 6, 26, 0.7);
}

/**/

.stocks__items{
    margin-top: -40px;
}
.stocks__item{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}
.stocks__item--image{
    display: flex;
    width: 100%;
    height: 368px;
    border-radius: 36px;
    background-color: #ffffff;
    overflow: hidden;
}
.stocks__item--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.stocks__item--tags{
    display: flex;
    flex-direction: row;
    margin-top: 32px;
}
.stocks__item--tag{
    font-size: 12px;
    line-height: 1.33;
    padding: 12px 24px;
    color: #ffffff;
    border-radius: 4px;
    background-color: #12061a;
}
.stocks__item--tag + .stocks__item--tag{
    margin-left: 24px;
}
.stocks__item--title{
    text-decoration: none;
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
    padding-right: 48px;
    margin-top: 24px;
}
.stocks__item--from-to{
    padding-right: 24px;
}
.stocks__item--footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 28px;
}
.stocks__item--btn{
    z-index: 2;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    padding: 16px;
    outline: none;
    cursor: pointer;
    margin-left: auto;
    transition: background-color 0.2s;
}
.stocks__item--btn .svg-arrow-right .svg-secondary{
    color: #c3c3c3;
}
.stocks__item--btn .svg-arrow-right .svg-primary{
    color: #6b2997;
    transition: color 0.2s;
}

/**/

.stock-detail__dark-fix{
    position: relative;
}
.stock-detail__dark-fix::after{
    z-index: 0;
    position: absolute;
    content: '';
    bottom: 0;
    height: 36px;
    width: 100%;
    background-color: #ffffff;

}
.stock-detail__top{
    z-index: 1;
    position: relative;
    min-height: 543px;
    border-radius: 36px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
.stock-detail__top h1{
    font-size: 40px;
    font-weight: normal;
    line-height: 1.4;
}
.stock-detail__top--buttons{
    margin-top: 128px;
}
.stock-detail .stock-detail__top--buttons{
    display: none;
}
.stock-detail__top--button{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    border-radius: 4px;
    background-color: rgba(18, 6, 26, 1);
    color: #ffffff;
    padding: 22px 40px;
    width: auto;
    text-decoration: none;

    transition: background-color 0.2s;
}
.stock-detail__top--button:hover{
    background-color: rgba(18, 6, 26, 0.7);
}
.stock-detail{
    padding-top: 64px !important;
}
.stock-detail__top--tags{
    display: none;
    margin-top: 88px;
    margin-bottom: 16px;
}
.stock-detail__tags{
    display: flex;
    margin-bottom: 40px;
}
.stock-detail__top--tags-item{
    font-size: 12px;
    line-height: 1.33;
    border-radius: 12px;
    padding: 12px 16px;
    color: #ffffff;
    background-color: #12061a;
}
.stock-detail__tags--item{
    font-size: 12px;
    line-height: 1.33;
    border-radius: 12px;
    padding: 12px 16px;
    color: #ffffff;
    background-color: #12061a;
}
.stock-detail__tags--item + .stock-detail__tags--item{
    margin-left: 24px;
}
.stock-detail__title{
    margin-bottom: 40px;
}
.stock-detail__title h2{
    font-size: 24px;
    line-height: 1.33;
}
.stock-detail__text{}
.stock-detail__text iframe{
    max-height: 60vh;
    max-width: 100%;
}

/**/

.news__section{

}
.news__section .news__items{
    margin-top: -48px;
}
.news__section .news__item{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 48px;
}
.news__section .news__item--image{
    display: flex;
    width: 100%;
    height: 368px;
    border-radius: 36px;
    background-color: #ffffff;
    overflow: hidden;
}
.news__section .news__item--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.news__section .news__item--title{
    text-decoration: none;
    font-size: 24px;
    line-height: 1.33;
    color: #12061a;
    padding-right: 48px;
    margin-top: 24px;
}
.news__section .news__item--text{
    padding-right: 48px;
    margin-top: 28px;
}
.news__section .news__item--footer{
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.news__section .news__item--btn{
    z-index: 2;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 4px;
    border: 0;
    padding: 16px;
    outline: none;
    cursor: pointer;
    margin-left: auto;
    transition: background-color 0.2s;
}
.news__section .news__item--btn .svg-arrow-right .svg-secondary{
    color: #c3c3c3;
}
.news__section .news__item--btn .svg-arrow-right .svg-primary{
    color: #6b2997;
    transition: color 0.2s;
}
.news__section .news__pager{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 72px;
}
.news__section .news__pager--items{
    display: inline-flex;
}
.news__section .news__pager--item{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    height: 64px;
    padding: 0 16px;
    background-color: rgba(245, 245, 245, 1);
    color: #555158;
    text-decoration: none;

    transition: background-color 0.2s, color 0.2s;
}
.news__section .news__pager--item:hover{
    background-color: rgba(18, 6, 26, 0.7);
    color: #ffffff;
}
.news__section .news__pager--item.active{
    background-color: rgba(18, 6, 26, 1);
    color: #ffffff;
}
.news__section .news__pager--button{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    padding: 0 52px;
    background-color: rgba(18, 6, 26, 1);
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;

    transition: background-color 0.2s;
}
.news__section .news__pager--button:hover{
    background-color: rgba(18, 6, 26, 0.7);
}

/**/

.news-detail__top{

}
.news-detail__top .h1{
    font-size: 40px;
    line-height: 1.4;
}
.news-detail__image{
    width: 100%;
    height: 542px;
    border-radius: 36px;
    overflow: hidden;
    margin-top: 40px;
}
.news-detail__img{
    width: 100%;
    height: 100%;
    object-position: center right;
    object-fit: cover;
}

/**/

.news{
    background-color: #170b1e;
    color: #fff;
}
.section__header--news{
    color: #fff;
}
.more--news{
    line-height: 3.4;
}


.news__list{
    margin-top: -40px;
}
.news__list .news__item{
    margin-top: 40px;
}
.news__list .news__item--image{
    display: flex;
    width: 100%;
    height: 368px;
    border-radius: 36px;
    background-color: #000;
    overflow: hidden;
}
.news__list .news__item--img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right center;
}
.news__list .news__item-title{
    font-size: 2.4rem;
    line-height: 1.33;
    margin-top: 24px;
    text-decoration: none;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    transition: color 0.2s;
}
.news__list a.news__item-title:hover{
    color: rgba(255, 255, 255, 0.7);
}
.news__list .news__item-descr{
    opacity: 0.7;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 48px;

}
.news__item-btn{

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

/**/

.page__text{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    padding: 40px 0;
}

/**/

.clients{
    background-color: #fff;
}

.clients.section,
.section--full-radius{
    z-index: 1;
    border-radius: 36px 36px 36px 36px;
}
.section__header--clients{}
.clients__list{
    /*margin-top: 60px;*/
}
.clients__item{
    height: 100px;
    border-radius: 6px;
    background-color: #f5f5f5;
    align-items: center;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    padding: 16px;

    transition: background-color 0.2s;
}
a.clients__item:hover{
    background-color: #eaeaea;
}
.clients__item--dark{
    background-color: #12061a;
}
.clients__text{
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 48px;
    margin-bottom: 48px;
}
.clients__item-img{
    max-width: 100%;
    max-height: 100%;
}
.clients_reviews{
    position: relative;
}
.clients__slider{
    border-radius: 6px;
    border: solid 1px #e7e7e7;
    cursor: grab;
}
.slider-navigation--clients .slider-dots--clients{
    display: none;
}
.clients__slide{
    outline: none;
    padding: 56px 64px;
}
.clients__review{
    display: flex;
    flex-direction: column;
}
.clients__review--user{
    display: flex;
    margin-bottom: 40px;
}
.clients__review--text{
    font-size: 16px;
    line-height: 1.5;
}
.clients__review--user--photo{
    width: 88px;
    height: 88px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 88px;
}
.clients__review--user--photo-img{
    max-width: 100%;
    max-height: 100%;
}
.clients__review--user--info{
    margin-left: 24px;
}
.clients__review--user--info-name{
    font-size: 24px;
    line-height: 1.33;
    margin-bottom: 8px;
}
.clients__review--user--info-props{
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.43;
}

footer{
    position: relative;
    background-color: #170b1e;
    margin-top: -36px;
}
footer a{
    color: rgba(255, 255, 255, 1);
    text-decoration: none;

    transition: color 0.2s;
}
footer a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.footer__column-1{
    display: flex;
    flex-direction: column;
    position: relative;
}
.footer__top{
    padding: 80px 32px 40px 32px;
    font-size: 16px;
}
footer .form-success,
.footer__nav-title{
    margin-bottom: 24px;
    color: #fff;
}
.footer__phones{
    display: flex;
    flex-direction: column;
    margin-bottom: 24px;
}
.footer__phones--item{
    font-size: 32px;
    line-height: 1.25;
}
.footer__phones--item + .footer__phones--item{
    margin-top: 24px;
}
.footer__socials{
    position: relative;
    display: flex;
    align-items: center;
    justify-self: flex-end;
    margin-top: auto;
}
.footer__socials--mobile{
    display: none;
}
.footer__socials--item{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 11px;
    border-radius: 50%;
    border: 1px solid #979797;
}
.footer__socials--item svg{
    width: 100%;
    height: 100%;
}
.footer__socials--item + .footer__socials--item{
    margin-left: 24px;
}
.footer__nav{
    font-size: 14px;
}
.footer__nav-ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer__nav-li{

}
.footer__nav-li + .footer__nav-li{
    margin-top: 16px;
}
.footer__nav-top{
    margin-top: 48px;
    font-size: 16px;
}
.footer__form{

}
.footer__input-subscribe{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
}
.footer__input{
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.footer__input-subscribe label{
    z-index: 2;
    position: relative;
    display: block;
    top: 8px;
    height: 18px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    cursor: text;
    margin-left: 8px;
    padding-right: 24px;

    transition: top 0.2s, font-size 0.2s;
}
.footer__input-subscribe input{
    height: 24px;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: 0;
    margin-left: 8px;
    padding: 0 24px 0 0;
    font-size: 16px;
    outline: none;
}
.footer__input-subscribe input:focus + label,
.footer__input-subscribe input:valid + label{
    font-size: 12px;
    top: 0;
}
.footer__input-subscribe button{
    z-index: 2;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    min-width: 48px;
    height: 48px;
    background-color: rgba(107, 41, 151, 0.3);
    border-radius: 4px;
    border: 0;
    padding: 16px;
    outline: none;
    cursor: pointer;

    transition: background-color 0.2s;
}
.footer__input-subscribe button:hover{
    background-color: rgba(107, 41, 151, 1);
}
.footer__policy{
    margin-top: 40px;
}
.svg-arrow-right{
    width: 100%;
    height: 100%;
}
.svg-arrow-right .svg-secondary{
    color: #6E5A7A;
}
.svg-arrow-right .svg-primary{
    color: #FFFFFF;
}
.footer__bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 32px;
    border-top: 1px solid #d8d8d8;
    font-size: 12px;
    line-height: 1.33;
    color: #fff;
}
.footer__mendeleev{
    display: flex;
    align-items: center;
}
.footer__mendeleev--image{
    display: flex;
    margin-left: 24px;
    width: 81px;
    height: 55px;
}
.footer__mendeleev--image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/**/

.back{
    margin-bottom: 48px;
}
.back__link{
    display: inline-flex;
    align-items: center;
    opacity: 0.5;
    font-size: 1.6rem;
    line-height: 1.5;
    text-decoration: none;
    color: #555158;

    transition: opacity 0.2s;
}
.back__link svg{
    margin-right: 8px;
}
.back__link:hover{
    opacity: 1;
}

/**/

.about{}
.about__inner{
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 64px;
}
.about__chart{
    margin-right: 32px;
}
.about__title{
    font-size: 2.4rem;
    line-height: 1.33;
    color: #12061a;
    max-width: 615px;
}
.about__col{}
.about__col--1{
    align-self: center;
}
.about__col--2{}
.about__col--3{
    flex-grow: 1;
    text-align: right;
}
.about__text{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    margin-bottom: 72px;
}

/**/

.experience{}
.experience__text{
    font-size: 2.4rem;
    line-height: 1.33;
    color: #12061a;
    margin-bottom: 64px;
}
.experience__slider{}
.experience__slide{}
.experience__item{
    border-radius: 16px;
    display: block;
    text-decoration: none;
    height: 400px;
    background-image:  /*url(/local/templates/sib/../images/exp-bg.svg),*/ linear-gradient(280deg, #1b57cd 96%, #3c67bd 71%, #0f47b6 13%);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    outline: none;
}
.experience__item svg{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}
.experience__item-pic{}
.experience__item-img{}
.experience__item-icon{
    position: absolute;
    top: 40px;
    left: 48px;
}
.experience__item-title{
    position: absolute;
    bottom: 40px;
    left: 48px;
    max-width: 584px;
    font-size: 4rem;
    line-height: 1.4;
    color: #ffffff;
}

/**/

.contacts{}
.contacts__text{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    margin-bottom: 72px;
}
.contacts__group{
    display: flex;
}
.contacts__group--title {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #12061a;
}
.contacts__group svg{
    width: 64px;
    margin-right: 24px;
}
.contacts__group-left{
    align-self: center;
}
.contacts__group-right{
    flex-grow: 1;
}
.contacts__group-caption{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #555158;
    margin-bottom: 8px;
}
.contacts__group-line{}
.contacts__group-item{
    font-size: 2.4rem;
    line-height: 1.33;
    color: #12061a;
    text-decoration: none;
}
a.contacts__group-item:hover{
    text-decoration: underline;
}
.contacts__group-item--mult{
    margin-right: 48px;
}
.contacts__group-item--mult:last-child{
    margin-right: 0;
}

/**/

.feedback{
    z-index: 1;
    position: relative;
    background-color: #0c0511;
    border-radius: 36px;
}
.section__header--feedback{
    color: #fff;
}
.feedback__text{
    font-size: 24px;
    line-height: 1.33;
    color: #ffffff;
    margin-bottom: 48px;
}
.feedback .form-success{
    font-size: 24px;
    line-height: 1.33;
    color: #ffffff;
}
.form{
    width: 100%;
}
.form a{
    color: rgba(255, 255, 255, 1);
    text-underline-position: under;
    transition: color 0.2s;
}
.form a:hover{
    color: rgba(255, 255, 255, 0.7);
}
.form__bottom{
    display: flex;
    margin-top: 16px;
}
.form__agree{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #ffffff;
    align-self: center;
    max-width: 474px;
}
.form__checkbox{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    min-height: 32px;
    border: 1px solid #dcdcdc;
    color: #ffffff;
    border-radius: 8px;
    margin-right: 20px;
    padding: 4px;
    cursor: pointer;
    overflow: hidden;
}
.form__checkbox svg{
    position: relative;
    width: 100%;
    height: 100%;
    top: -32px;
    opacity: 0;

    transition: opacity 0.2s, top 0.2s 0.1s;
}
.form__checkbox input:checked + svg{
    opacity: 1;
    top: 0;
    transition: opacity 0.1s, top 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.form__input-wrp {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 64px;
    padding: 8px;
    border-radius: 8px;
    border: 1px solid #dcdcdc;
    margin-bottom: 32px;
}
.form__input {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    width: 100%;
}
.form__input-wrp input {
    height: 24px;
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: 0;
    margin-left: 8px;
    padding: 0 24px 0 0;
    font-size: 16px;
    outline: none;
}
.form__input-wrp label {
    z-index: 2;
    position: relative;
    display: block;
    top: 8px;
    height: 18px;
    font-size: 18px;
    color: #fff;
    width: 100%;
    cursor: text;
    margin-left: 8px;
    padding-right: 24px;
    transition: top 0.2s, font-size 0.2s;
}
.form__input-wrp input:focus + label,
.form__input-wrp input:not([value=""]) + label{
    font-size: 12px;
    top: 0;
}
.form__submit{
    margin-right: 40px;
}
.form__submit:disabled{
    background-color: rgba(255, 255, 255, 0.1);
    color: #dcdcdc;
    cursor: default;
}

/* end general */







/* xs */
@media (max-width: 767px) {
    /* ВРЕМЕННО СКРЫВАЕМ
    .header__menu{
        visibility: visible;
    }
     END ВРЕМЕННО СКРЫВАЕМ */

    .d-xs-none{
        display: none !important;
    }

    .btn-1{
        height: 32px;
        line-height: 3.2rem;
    }
    h1{
        font-size: 2.4rem;
        line-height: 1.33;
    }
    h2{
        font-size: 2.4rem;
        line-height: 1.33;
    }
    .section__header {
        margin-bottom: 24px;
    }
    .back{
        margin-bottom: 32px;
    }
    .section--p{
        padding: 40px 0 60px 0;
    }
    .section--top{
        padding: 40px 0 40px 0;
    }
    .section--pb{
        padding: 0 0 60px 0;
    }
    .section--offset{
        margin-top: -20px;
    }


    /**/

    .header__logo:hover .media{
        width: 0;
    }

    .header__logo{
        position: relative;
        width: 150px;
    }
    .header__logo svg{
        /*width: 100%;*/
    }
    .header__top {
        padding: 20px 20px 0 20px;
        /* justify-content: space-between; */
    }
    .header__nav{
        display: none;
    }
    .header__top-order{
        display: none;
    }
    .header__right{
        align-self: center;
    }
    .header__menu {
        margin-left: 28px;
    }
    .header__menu-close{
        position: absolute;
    }
    .header__bottom {
        padding: 40px 0 64px 0;
    }
    .header__bottom-order-1{
        display: inline-block;
        margin-bottom: 40px;
    }
    .header__bottom-order{
        display: none;
    }

    .nav-2{
        margin-bottom: 48px;
    }
    .nav-3{
        margin-bottom: 48px;
    }
    .social--header{
        position: static;
    }

    /**/

    .header__phone{
        display: none;
    }
    .header__phone__mobile{
        display: flex;
        justify-content: center;
        padding: 0 20px 20px 20px;
    }
    .header__phone__mobile a{
        text-decoration: none;
        font-size: 20px;
    }

    /**/

    .main__slider .slick-list{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }
    .main__slider-item{
        background-position: center top;
        /* padding: 292px 0 96px 0; */
        border-radius: 0;
    }
    .main__inner{
        padding: 292px 0 52px 0;
    }
    .main__container--bg{
        background-size: cover;
        background-position: center top;
    }
    .main__text{
        padding: 24px 0 32px 0;
        font-size: 2.4rem;
        line-height: 1.33;
    }
    .slider-btn{
        display: none !important;
    }
    .main .slider-dots {
        display: block;
        text-align: right;
        position: absolute;
        right: 20px;
        bottom: 60px;
    }
    /**/

    .section.top-section{
        padding: 40px 0 60px 0;
    }
    .top-detail h1,
    .top-section h1{
        width: 100%;
    }
    .top-detail__buttons,
    .top-section__buttons{
        margin-top: 136px;
    }
    .section.top-detail{
        padding: 40px 0 140px 0;
    }
    .top__bg--sm,
    .top__bg--lg{
        display: none;
    }
    .top__bg--xs{
        display: block;
    }
    .top-section__bg-girl{
        justify-content: center;
        width: 100%;
        max-width: 360px;
        bottom: -36px;
        padding: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        background-position: bottom;
    }
    .top-section__bg-girl--img{
        position: relative;
        width: 300px;
        height: auto;
        object-fit: contain;
        bottom: -16px;
    }
    .top-detail__logo{
        top: 12px;
        right: 20px;
    }
    .top-detail__text{
        height: auto;
        margin-top: 32px;
    }
    .top-detail__region{
        font-size: 14px;
        margin-top: 25px;
    }
    .top-detail__more-info{
        margin-top: 24px;
    }
    .top-section__more-info--count,
    .top-detail__more-info--count{
        font-size: 28px;
    }
    .top-section__more-info--title,
    .top-detail__more-info--title{
        font-size: 12px;
        margin-top: 8px;
    }
    .top-detail__button{
        margin-top: 32px;
    }

    /**/

    .advantages__items {
        margin-top: -32px;
    }
    .advantages__item{
        margin-top: 32px;
    }
    .advantages__item--icon{
        margin-bottom: 24px;
    }
    .advantages__item--title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    /**/

    .platforms__item{
        position: relative;
        flex-direction: column;
        align-items: flex-start;
        padding: 32px 20px 20px 20px;
        background-size: auto 100px;
        background-position: right top;
    }
    .platforms__item-inst{
        background: no-repeat right top / auto 100px url("/local/templates/sib/./images/arrows_bg.png"), linear-gradient(to left, #002aff, #ee3278 50%, #f9ed32) repeat-y 100%;
    }
    .platforms__item--logo{
        height: auto;
        margin-bottom: 8px;
    }
    .platforms__item--chanel{
        margin-left: 0;
    }
    .platforms--social .platforms__item .platforms__item--chanel-title,
    .platforms__item--chanel-title{
        display: none;
    }
    .platforms__item--coverage{
        margin-left: 0;
        margin-right: 0;
        margin-top: 32px;
    }
    .platforms__item--button{
        width: 48px;
        min-width: 48px;
        height: 48px;
        padding: 16px;
        margin-left: 0;
        margin-top: 40px;
        border-radius: 4px;
    }
    .platforms--social .platforms__item::before{
        position: absolute;
        top: 32px;
        right: 32px;
        content: "";
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 32px;
        height: 32px;
    }
    .platforms__item-vk::before{
        mask: url(/local/templates/sib/./images/socials/vk.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/vk.svg) no-repeat center;
        background-color: #ffffff;
    }
    .platforms__item-fb::before{
        mask: url(/local/templates/sib/./images/socials/fb.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/fb.svg) no-repeat center;
        background-color: #ffffff;
    }
    .platforms__item-ok::before{
        mask: url(/local/templates/sib/./images/socials/ok.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/ok.svg) no-repeat center;
        background-color: #ffffff;
    }
    .platforms__item-inst::before{
        mask: url(/local/templates/sib/./images/socials/inst.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/inst.svg) no-repeat center;
        background-color: #ffffff;
    }
    .platforms__item-telegram::before{
        mask: url(/local/templates/sib/./images/socials/telegram.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/telegram.svg) no-repeat center;
        background-color: #ffffff;
    }
    .platforms__item-zen::before{
        mask: url(/local/templates/sib/./images/socials/zen.svg) no-repeat center;
        -webkit-mask: url(/local/templates/sib/./images/socials/zen.svg) no-repeat center;
        background-color: #ffffff;
    }

    /**/

    .complex h2{
        margin-bottom: 32px;
    }
    .complex__bg-arrows{
        display: none;
    }
    .complex__more-info{
        margin-top: 8px;
    }
    .complex__more-info--count{
        margin-bottom: 12px;
    }
    .complex__more-info--title{
        font-size: 12px;
    }
    .complex__buttons{
        margin-top: 40px;
    }
    .complex__buttons .btn{
        width: 100%;
    }

    /**/
    .poss-more{
        padding: 40px 0 88px 0;
    }
    .poss-more__logo{
        margin-bottom: 32px;
    }
    .poss-more__title{
        margin-bottom: 24px;
    }

    .poss-more__banner{
        height: 492px;
        padding: 24px;
    }
    .poss-more__bg-girl{
        width: 100%;
        max-width: 280px;
        padding: 0;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .poss-more__bg-girl--img{
        bottom: 0;
        left: 0;
    }
    .poss-more__banner--info{
        justify-content: flex-start;
        max-width: 100%;
    }
    .poss-more__banner--title{
        font-size: 24px;
        line-height: 1.33;
    }
    .poss-more__button{
        right: 24px;
        bottom: 24px;
    }

    /**/

    .organization-ex__col{
        display: flex;
    }
    .organization-ex__title{
        margin-top: 32px;
        margin-bottom: 24px;
    }
    .organization-ex__counts{
        margin-top: 40px;
    }
    .organization-ex__counts--item{
        margin-bottom: 24px;
    }
    .organization-ex__counts--title{
        font-size: 12px;
    }
    .organization-ex__clients{
        margin-top: 12px;
        margin-bottom: -36px;
    }

    .organization-ex .clients_reviews{
        padding-bottom: 12px;
    }
    .organization-ex .slider-navigation--clients{
        bottom: 36px;
    }

    /**/

    .advertising__slide{
        width: 280px;
    }
    .advertising__item{
        padding: 24px 20px 20px 20px;
    }
    .advertising__item-title{
        padding: 0;
    }
    .advertising__item-descr{
        padding: 0;
        opacity: 1;
    }
    .advertising__item-btn{
        text-align: center;
    }

    /**/

    .commercial__slide{
        margin: 0 10px;
        width: 260px;
    }
    .commercial__item{
        padding: 24px 20px 0 20px;
        height: 528px;
        background-size: contain;
    }

    /**/

    .detail__slider-item--image{
        height: 240px;
    }
    .btn-detail{
        padding: 0;
    }

    /**/
    .section.charts{
        padding: 40px 0 88px 0;
    }
    .charts__item--title{
        font-size: 20px;
        margin-bottom: 24px;
    }
    .charts__item--scale-items{
        height: 460px;
    }

    /**/

    .owl-production__bg{
        display: none;
    }
    .own-production-text{
        margin-bottom: 32px;
    }
    .own-production__card {
        padding: 105px 20px 20px 20px;
        min-height: 348px;
        height: auto;
        background-position: left 20px top 20px;
        margin-bottom: 20px;
    }
    .own-production__card--last{
        margin-bottom: 0;
    }
    .own-production__card-price {

    }
    .own-production__card-link{
        right: 0;
    }

    /**/
    .online-translation{
        padding-bottom: 0;
    }
    .online-translation__info-block{
        margin-bottom: 0;
    }
    .online-translation__text{
        margin-bottom: 24px;
    }
    .btn--online-translation{
        width: 100%;
        margin:0 0 24px 0;
    }
    .online-translation__img {
        position: static;
        bottom: 0;
    }
    .online-translation__wrapper{
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }
    .online-translation__img{
        display: none;
    }
    .online-translation__img-1{
        display: block;
        width: 100%;
        object-fit: none;
    }

    /**/

    .online-translations__item{
        padding: 32px 20px 20px 20px;
    }
    .online-translations__item--image{
        top: 20px;
        right: 20px;
        width: 64px;
        height: 64px;
        padding: 16px;
    }
    .online-translations__item--title{
        padding-right: 64px;
        margin-bottom: 40px;
        width: 100%;
    }
    .online-translations__item--text{
        padding-right: 0;
        margin-bottom: 32px;
        width: 100%;
    }
    .online-translations__item--list{
        flex-wrap: nowrap;
        margin-bottom: 32px;
        width: 100%;
        max-height: none;
    }
    .online-translations__item--list-item{
        width: 100%;
    }
    .online-translations__item--footer{
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .online-translations__item--info{
        width: 100%;
        margin-bottom: 24px;
    }
    .online-translations__item--buttons{
        align-self: center;
        margin: 0 auto;
        width: 100%;
    }
    .online-translations__item--button{
        width: 100%;
    }

    /**/

    .section{
        border-radius: 20px 20px 0 0;
    }
    .section__header--specoffers{
        margin-bottom: 32px;
    }
    .specoffers__slider{
        margin-top: 32px;
    }
    .specoffers__item {
        width: 260px;
        height: 280px;
        padding: 24px 20px 0 20px;
        margin-right: 24px;
    }
    .specoffers__item-title{
        font-size: 2rem;
        line-height: 1.4;
        max-width: inherit;
    }
    .specoffers__item-descr{
        display: none;
        max-width: inherit;
    }
    .specoffers__item-btn{
        bottom: 20px;
        left: 20px;
    }
    .more--specoffers{
        line-height: inherit;
    }

    /**/
    .section__header--news{
        margin-bottom: 32px;
    }
    .news__list{
        margin-top: 0;
    }
    .news__list .news__item{
        padding: 24px 0;
        border-top: 1px solid #fff;
        margin-top: 0;
    }
    .news__list .col-12:last-child .news__item{
        border-bottom: 1px solid #fff;
    }
    .news__list .news__item-title{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 0;
    }
    .news__list .news__item-descr{
        display: none;
    }
    .more--news{
        line-height: 2.4;
    }
    .news__item-btn{
        display: none;
    }

    /**/

    .stocks__item--image{
        height: 186px;
        border-radius: 8px;
    }
    .stocks__item--tags{
        margin-top: 24px;
    }
    .stocks__item--title{
        font-size: 20px;
        line-height: 1.4;
        margin-top: 16px;
    }
    .stocks__item--footer{
        margin-top: 16px;
    }
    .stocks__item--btn{
        display: none;
    }

    /**/

    .stock-detail{
        padding-top: 0 !important;
    }

    .stock-detail__top{
        border-radius: 20px;
        min-height: auto;
    }
    .stock-detail__top::before{
        position: absolute;
        content: '';
        top: 60%;
        bottom: 0;
        left: 0;
        right: 0;
        background-image: linear-gradient(0deg, #170b1e, transparent);
    }
    .stock-detail__top h1{
        font-size: 24px;
        line-height: 1.33;
        color: #fff;
    }

    .stock-detail__tags{
        display: none;
    }
    .stock-detail__top--tags{
        display: flex;
    }
    .stock-detail__top .stock-detail__top--buttons{
        display: none;
    }
    .stock-detail .stock-detail__top--buttons{
        display: block;
        margin-top: 19px;
    }
    .stock-detail .stock-detail__top--button{
        width: 100%;
    }
    .stock-detail__title{
        margin-top: 40px;
        margin-bottom: 24px;
    }

    /**/

    .news__section .news__items{
        margin-top: -40px;
    }
    .news__section .news__item{
        margin-top: 40px;
        padding: 0;
    }
    .news__section .news__item--image{
        height: 186px;
        border-radius: 8px;
    }
    .news__section .news__item--title{
        font-size: 20px;
        line-height: 1.4;
        margin-top: 16px;
    }
    .news__section .news__item--footer{
        margin-top: 16px;
    }
    .news__section .news__item--btn{
        display: none;
    }

    .news__list .news__item--image{
        height: 186px;
        border-radius: 8px;
    }

    .news__section .news__pager{
        flex-direction: column-reverse;
        justify-content: center;
        margin-top: 52px;
    }
    .news__section .news__pager--items{
        margin-top: 32px;
    }
    .news__section .news__pager--item{
        height: 56px;
        width: 56px;
    }
    .news__section .news__pager--button{
        width: 100%;
    }

    /**/

    .news-detail__top .h1{
        font-size: 24px;
        line-height: 1.33;
    }
    .news-detail__image{
        height: 186px;
        border-radius: 8px;
        margin-top: 24px;
    }

    /**/

    .clients.section,
    .section--full-radius{
        border-radius: 20px 20px 6px 6px;
        overflow: hidden;
        padding-bottom: 0;
    }
    .clients__text{
        margin-bottom: 32px;
    }
    .clients__list{
        margin-bottom: 20px;
    }
    .clients__item{
        height: 64px;
        margin-bottom: 20px;
        padding: 0;
    }
    .clients__item-img{
        max-width: 80%;
        max-height: 80%;
    }
    .clients__review--user{
        margin-bottom: 24px;
    }
    .clients__review--user--photo{
        display: none;
    }
    .clients__review--user--info{
        margin-left: 0;
    }
    .clients_reviews{
        margin: 0 -20px;
        background-color: #f5f5f5;
    }
    .clients__slider{
        border: 0;
    }
    .slider-navigation--clients{
        display: flex;
        justify-content: center;
        bottom: 32px;
        top: auto;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }
    .slider-navigation--clients .slider-dots--clients{
        display: block;
    }
    .slider-navigation--clients .slick-dots button{
        background-color: #B0ADB3;
    }
    .slider-navigation--clients .slick-active button{
        background-color: #12061a;
    }
    .clients__slide{
        padding: 24px 20px 72px 20px;
    }

    .feedback.section{
        top: -20px;
        margin-bottom: -40px;
        border-radius: 20px;
    }



    /**/
    .footer__top{
        padding: 48px 20px 40px 20px;
    }
    .footer__bottom{
        flex-direction: column;
        padding: 32px 20px 48px 20px;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer__bottom--left{
        margin-bottom: 24px;
    }
    .footer__nav-title{
        font-size: 12px;
        margin-bottom: 16px;
    }
    .footer__phones{
        margin-bottom: 48px;
    }
    .footer__phones--item{
        font-size: 24px;
    }
    .footer__phones--item + .footer__phones--item {

    }
    .footer__socials{
        display: none;
    }
    .footer__socials--mobile{
        display: flex !important;
        margin-top: 48px;
    }
    .footer__policy{
        font-size: 12px;
    }

    .footer__mendeleev{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer__mendeleev--image{
        margin-left: 0;
        margin-top: 12px;
    }

    /**/

    .about__inner{
        flex-wrap: wrap;
        margin-bottom: 48px;
    }
    .about__col{
        flex-basis: 100%;
    }
    .about__chart{
        margin-right: 0;
        margin-bottom: 32px;
    }
    .about__title{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 24px;
    }
    .about__col--3{
        text-align: center;
    }
    .about__text{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 40px;
    }

    /**/

    .experience{
        overflow: hidden;
    }
    .experience__text{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .experience .slick-list{
        overflow: visible;
    }
    .experience__item{
        width: 95%;
        background-position: right bottom;
    }
    .experience__item-pic{
        top: 32px;
        left: 20px;
    }
    .experience__item svg{
        right: 0;
        top: inherit;
        bottom: 0;
        width: 160px;
        height: 134px;
    }
    .experience__item-icon{
        top: 32px;
        left: 20px;
    }
    .experience__item-title{
        font-size: 2rem;
        line-height: 1.4;
        bottom: 24px;
        left: 20px;
        right: 20px;
        max-width: auto;
    }

    /**/

    .contacts{
        padding: 0 0 28px 0;
    }
    .contacts__text{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 40px;
    }
    .contacts__group{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .contacts__group svg{
        margin-bottom: 24px;
    }
    .contacts__group-left{
        width: 100%;
    }
    .contacts__group-right{
        width: 100%;
    }
    .contacts__group-caption{
        font-size: 1.2rem;
        line-height: 1.33;
    }
    .contacts__group-line{
        display: flex;
        flex-wrap: wrap;
    }
    .contacts__group-item{
        font-size: 1.6rem;
        line-height: 1.5;
    }
    .contacts__group-item--mult{
        margin-right: 24px;
    }

    /**/

    .feedback__text{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 32px;
    }
    .form__input-wrp{
        margin-bottom: 24px;
    }
    .form__input-wrp label{
        top: 10px;
        font-size: 16px;
        height: 22px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .form__bottom{
        flex-direction: column-reverse;
    }
    .form__submit{
        margin-right: 0;
        margin-top: 24px;
    }

    /**/

    .media__tab--item{
        padding: 0;
        overflow: hidden;
        border-radius: 8px;
    }
    .media.section__header{
        margin-bottom: 32px;
    }
    .media__tab--item-head{
        flex-wrap: wrap;
        padding: 32px 22px;
        margin-bottom: 0;
    }
    .media__tabs--items{
        padding-top: 40px;
        justify-content: space-between;
    }
    .media__tabs--item{
        padding: 12px 19px;
    }
    .media__tabs--item + .media__tabs--item{
        margin-left: 20px;
    }
    .media__tab--item + .media__tab--item{
        margin-top: 24px;
    }
    .media__tab--info{
        width: 100%;
    }
    .media__tab--info + .media__tab--info{
        display: flex;
        align-items: center;
        margin-top: 32px;
        margin-left: 0;
        margin-right: 32px;
        width: auto;
    }
    .media__tab--info + .media__tab--info .media__tab--info-subtitle{
        display: none;
    }
    .media__tab--button{
        margin-top: 32px;
    }
    .media__tab--youtube,
    .media__tab--item-body{
        /*display: flex;*/
    }
    .media__tab--youtube .video-js,
    .media__tab--youtube iframe{
        height: 200px;
    }

}/* xs */


















/* sm */
@media (min-width: 768px) and (max-width: 1279px) {
    /* ВРЕМЕННО СКРЫВАЕМ
    .header__menu{
        visibility: visible;
    }
     END ВРЕМЕННО СКРЫВАЕМ */
    .d-sm-none {
        display: none !important;
    }

    h1{
        font-size: 3.2rem;
        line-height: 1.38;
    }
    h2{
        font-size: 3.2rem;
        line-height: 1.38;
    }
    .btn-4{
        padding:0 32px;
    }
    .back{
        margin-bottom: 36px;
    }
    .section--p{
        padding: 52px 0 80px 0;
    }
    .section--pb{
        padding: 0 0 80px 0;
    }
    .section--first{
        padding: 80px 0 52px 0;
    }
    .section__header{
        margin-bottom: 42px;
    }

    /**/

    .header__logo:hover .media{
        width: 0;
    }

    .header__nav{
        display: none;
    }
    .header__top {
        padding: 24px 24px 0 24px;
        /* justify-content: space-between; */
    }
    .header__top-order{
        display: none;
    }
    .header__logo{
        position: relative;
    }
    .header__right{
        align-self: center;
    }
    .header__bottom {
        padding: 64px 0;
    }
    .header__bottom-order{
        display: none;
    }
    .header__bottom-order-3{
        display: inline-block;
        position: absolute;
        bottom: 0;
    }
    .social--header{
        position: static;
        margin-top: 52px;
    }

    .header__bottom .nav-3{
        margin-top: 48px;
    }
    .header__menu{
        margin: 0;
    }

    .open-menu .header__menu-close{
        top: 0;
        opacity: 1;
    }

    /**/

    .header__phone{
        padding: 0;
    }
    .header__phone a{
        font-size: 20px;
    }

    /**/

    .slider-navigation{

    }
    .main .slider-btn{
        bottom: 80px;
    }
    .main .slider-btn--next{
        right: 24px;
    }
    .main .slider-btn--prev{
        right: 84px;
    }
    .slider-navigation--p2{}
    .slider-navigation--p2 .slider-btn--next{
        position: absolute;
        top: -82px;
        right: 12px;
    }
    .slider-navigation--p2 .slider-btn--prev{
        position: absolute;
        top: -82px;
        right: 72px;
    }
    /**/

    .main__slider-item{
        /* padding: 40px 0 106px 0; */
        /* background-size: 130%, auto;
        background-repeat: no-repeat, no-repeat;
        background-position: -40% center;                */
    }
    .main__container--bg{
        background-size: cover;
        background-position: right 192% center;
    }
    .main__inner{
        padding: 40px 0 90px 0;
        /* background-size: 130%;
        background-repeat: no-repeat;
        background-position: right center;     */
    }
    .main__text{
        padding: 236px 0 44px 0;
        font-size: 3.2rem;
        line-height: 1.38;
    }

    /**/

    .section.top-detail,
    .section.top-section{
        padding: 80px 0 80px 0;
    }
    .top-detail__buttons,
    .top-section__buttons{
        margin-top: 48px;
    }
    .top__bg--xs,
    .top__bg--lg{
        display: none;
    }
    .top__bg--sm{
        display: block;
    }
    .top-section__bg-girl{
        width: 480px;
        padding: 0;
        background-position: bottom;
    }
    .top-section__bg-girl--img{
        position: relative;
        width: 490px;
        right: -60px;
        bottom: -35px;
    }
    .top-detail__text{
        height: auto;
        margin-top: 24px;
    }
    .top-detail__region{
        margin-top: 16px;
    }
    .top-section__more-info,
    .top-detail__more-info{
        margin-top: 24px;
    }
    .top-detail__more-info--title{
        margin-top: 4px;
    }
    .top-detail__more-info--title,
    .top-section__more-info--title{
        font-size: 14px;
    }
    .top-detail__button{
        margin-top: 16px;
    }

    /**/

    .commercial__slide{
        width: 348px;
        margin: 0 12px;
    }
    .commercial__item{
        background-size: contain;
        height: 528px;
        padding: 40px 24px 0 24px;
    }

    /**/
    .section__header--production{
        margin-bottom: 38px;
    }
    .owl-production__bg{
        position: absolute;
        top: 0;
        right: 12px;
    }
    .own-production-text{
        margin-bottom: 40px;
    }
    .own-production__card {
        padding: 105px 20px 20px 20px;
        height: auto;
        background-position: left 32px top 20px;
    }
    .own-production__card-price {
        bottom: 24px;
        left: 20px;
    }

    /**/

    .online-translation{
        padding-bottom: 32px;
    }
    .online-translation__info-block{
        margin-bottom: 48px;
    }

    .section__header--online-translation{
        margin-bottom: 30px;
    }

    .btn--online-translation{
        margin-right: 16px;
    }
    .online-translation__text{
        margin-bottom: 40px;
    }
    .online-translation__img {
        bottom: -32px;
        max-height: 304px;
        right: -24px;
    }

    /**/

    .online-translations__item--image{
        width: 64px;
        height: 64px;
        padding: 16px;
    }
    .online-translations__item--title{
        padding-right: 64px;
        width: 100%;
    }
    .online-translations__item--text{
        padding-right: 64px;
        width: 100%;
    }
    .online-translations__item--list{
        width: 100%;
    }

    /**/

    .specoffers__item{
        width: 596px;
        height: 296px;
        padding: 32px 20px 0 20px;
        margin-right: 24px;
    }
    .specoffers__item-title{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 32px;
        max-width: 270px;
    }
    .specoffers__item-descr{
        font-size: 1.6rem;
        line-height: 1.5;
        max-width: 270px;
    }
    .specoffers__item-btn{
        bottom: 24px;
        left: 20px;
    }
    .more--specoffers{
        line-height: 3.43;
    }

    /**/

    .news__all-col{
        text-align: left;
    }
    .news__list .news__item-title{
        font-size: 2rem;
        line-height: 1.4;
    }
    .news__list .news__item-descr{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 32px;
    }

    /**/

    .news-detail__image{
        height: 368px;
    }

    /**/

    .stocks__item--image{
        height: 232px;
        border-radius: 12px;
    }
    .stocks__item--title{
        font-size: 20px;
        line-height: 1.4;
    }
    .stocks__item--footer{
        margin-top: 16px;
    }
    .stocks__item--btn{
        display: none;
    }

    /**/

    .stock-detail{
        padding-top: 40px !important;
    }
    .stock-detail__top{
        min-height: auto;
    }
    .stock-detail__top h1{
        font-size: 32px;
        line-height: 1.38;
    }
    .stock-detail__title{
        margin-bottom: 24px;
    }

    /**/

    .clients.section{
        padding-bottom: 40px;
    }
    .clients__list {
        margin-bottom: 84px;
    }
    .clients__text{
        margin-bottom: 32px;
    }
    .clients__item{
        margin-bottom: 24px;
    }
    .clients__slide{
        padding: 40px 24px 24px 24px;
    }

    /**/
    .footer__nav-title{
        margin-bottom: 16px;
    }
    .footer__column-1 .footer__nav-title{
        margin-bottom: 32px;
    }
    .footer__phones{
        flex-direction: row;
        margin-bottom: 56px;
    }
    .footer__phones--item + .footer__phones--item{
        margin-top: 0;
        margin-left: 40px;
    }
    .footer__bottom{
        padding: 24px;
    }

    /**/

    .about__inner{
        margin-bottom: 52px;
    }
    .about__chart{
        margin-right: 24px;
    }
    .about__title{
        font-size: 2rem;
        line-height: 1.4;
        max-width: 375px;
    }
    .about__text{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 48px;
    }

    /**/

    .experience{

    }
    .experience__text{
        font-size: 2rem;
        line-height: 1.4;
        margin-bottom: 40px;
    }
    .experience__item{
        height: 284px;
    }
    .experience__item-pic{
        top: 24px;
        left: 24px;
    }
    .experience__item svg{
        height: 284px;
        width: 345px;
    }
    .experience__item-icon{
        top: 24px;
        left: 24px;
    }
    .experience__item-title{
        font-size: 24px;
        line-height: 1.33;
        bottom: 24px;
        left: 24px;
        max-width: 350px;
    }

    /**/

    .contacts{}
    .contacts__text{
        font-size: 1.6rem;
        line-height: 1.5;
        margin-bottom: 64px;
    }
    .contacts__group{
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .contacts__group svg{
        margin-bottom: 24px;
    }
    .contacts__group-left{
        width: 100%;
    }
    .contacts__group-right{
        width: 100%;
    }
    .contacts__group-caption{
        font-size: 1.4rem;
        line-height: 1.43;
        margin-bottom: 12px;
    }
    .contacts__group-line{}
    .contacts__group-item{
        font-size: 2rem;
        line-height: 1.4;
    }
    .contacts__group-item--mult{
        margin-right: 24px;
    }

    /**/

    .platforms__item--chanel{
        margin-left: 40px;
        width: 260px;
    }
    .platforms__item--coverage{
        margin-left: 20px;
        margin-right: 20px;
    }

    /**/

    .advertising__slide{
        width: 348px;
    }

    .advertising__item{
        min-height: 308px;
        padding: 32px 20px 20px 20px;
    }
    .advertising__item-descr{
        opacity: 1;
    }

    /**/

    .complex__bg-arrows{
        display: none;
    }
    .complex__buttons .btn{
        width: 100%;
    }

    /**/

    .poss-more__banner{
        height: 284px;
        padding: 24px;
    }
    .poss-more__bg-girl{
        width: 50%;
        padding: 0 30px 0 60px;
    }
    .poss-more__bg-girl--img{
        bottom: 0;
        left: -24px;
        max-width: 260px;
    }
    .poss-more__banner--info{
        max-width: 60%;
    }
    .poss-more__banner--title{
        font-size: 24px;
        line-height: 1.33;
    }
    .poss-more__button{
        right: 24px;
        bottom: 24px;
    }

    /**/

    .organization-ex__counts{
        margin-top: 40px;
    }
    .organization-ex__counts--item{
        margin-bottom: 24px;
    }
    .organization-ex__clients{
        margin-top: 84px;
    }
    .organization-ex__col{
        display: flex;
        margin-bottom: 24px;
    }

    /**/

    .detail__slider-item--info{
        padding-top: 32px;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .detail__slider-item--info-item{
        width: 33.3%;
        padding: 0 24px 0 0;
        border: 0;
    }
    .detail__slider-item--info .btn-detail{
        margin-top: 32px;
    }

    /**/

    .media__tabs--items{
        justify-content: flex-start;
        padding-top: 40px;
    }
    .media__tab--info{
        width: 100%;
    }
    .media__tab--info + .media__tab--info{
        margin-left: 48px;
        margin-right: 32px;
    }

    /* Callibri */
    .callibri-module-area .callibri_soc .callibri_wrap_pict_colorring_opacity{
        bottom: 114px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_index,
    .callibri-module-area .callibri_widget .callibri_close_ring{
        bottom: 144px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_name{
        bottom: 214px;
    }
    /* End Callibri */

}/* sm */



/* md */
@media (min-width: 1280px) and (max-width: 1439px) {

    .header__phone{
        padding: 0 40px;
    }
    .header__phone a{
        font-size: 20px;
    }

    /**/

    .top-section__bg-girl{
        width: 680px;
        padding: 36px 60px;
        background-position: center;
    }
    .top-section__bg-girl--img{
        width: 580px;
    }

    /**/

    .d-md-none {
        display: none !important;
    }


    /**/

    .slider-btn{
        cursor: pointer;
    }
    .section__header {
        margin-bottom: 48px;
    }
    .section--p{
        padding: 64px 0 128px 0;
    }
    .section--pb{
        padding: 0 0 128px 0;
    }

    /**/

    .main__slider-item{

    }

    /**/

    .top__bg--xs,
    .top__bg--lg{
        display: none;
    }
    .top__bg--sm{
        display: block;
    }

    /**/


    .commercial__slide{
        width: 384px;
    }
    .commercial__item{
        width: 100%;
        height: 610px;
        padding:48px 24px 0 24px;
        background-size: contain;
    }

    /**/

    .slider-navigation--p2{}
    .slider-navigation--p2 .slider-btn--next{
        position: absolute;
        top: -88px;
        right: 16px;
    }
    .slider-navigation--p2 .slider-btn--prev{
        position: absolute;
        top: -88px;
        right: 76px;
    }

    /* .slider-btn--p21{
        position: absolute;
        right: 0;
        top: -48px;
    }
    .slider-btn--p22{
        position: absolute;
        right: 0px;
        top: -48px;
    } */

    /**/

    .online-translation{
        padding-bottom: 32px;
    }
    .online-translation__info-block{
        margin-bottom: 80px;
    }

    .section__header--online-translation{
        margin-top: 84px;
    }
    .online-translation__text{
        margin-bottom: 64px;
    }
    /**/

    .specoffers__item{
        width: 800px;
        height: 368px;
        padding: 56px 48px 0 48px;
        margin-right: 18px;
    }
    .specoffers__item-title{
        font-size: 2.4rem;
        line-height: 1.33;
        max-width: 270px;
        margin-bottom: 24px;
    }
    .specoffers__item-descr{
        font-size: 1.6rem;
        line-height: 1.5;
        max-width: 270px;
    }
    .specoffers__item-btn{
        bottom: 48px;
        left: 48px;
    }
    .more--specoffers{
        line-height: 4.43;
    }

    /**/

    .news-detail__image{
        height: 460px;
    }

    /**/

    .advertising__slide{
        width: 592px;
    }

    /**/

    .complex.section{
        padding: 80px 0 80px 0;
    }
    .complex__bg-arrows{
        width: 560px;
    }

    /**/

    /* Calibri */
    .callibri-module-area .callibri_soc .callibri_wrap_pict_colorring_opacity{
        bottom: 145px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_index,
    .callibri-module-area .callibri_widget .callibri_close_ring{
        bottom: 175px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_name{
        bottom: 245px;
    }
    /* End Calibri */

}








/* lg */
@media (min-width: 1440px) {
    .d-lg-none {
        display: none !important;
    }

    .slider-btn{
        cursor: pointer;
    }

    /**/

    .commercial__slider .slick-list {
        overflow: visible;
    }

    /**/


    /* .slider-navigation--p2{}
    .slider-navigation--p2 .slider-btn--next{
        position: absolute;
        top: 256px;
        left: -76px;
    }
    .slider-navigation--p2 .slider-btn--prev{
        position: absolute;
        top: 316px;
        left: -76px;
    } */


    .slider-navigation--p2{}
    .slider-navigation--p2 .slider-btn--next{
        position: absolute;
        top: -104px;
        right: 16px;
    }
    .slider-navigation--p2 .slider-btn--prev{
        position: absolute;
        top: -104px;
        right: 76px;
    }


    /* .slider-btn--p21{
        position: absolute;
        left: -57px;
        bottom: 316px;
    }
    .slider-btn--p22{
        position: absolute;
        left: -57px;
        bottom: 256px;
    } */


    /* Calibri */
    .callibri-module-area .callibri_soc .callibri_wrap_pict_colorring_opacity{
        bottom: 145px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_index,
    .callibri-module-area .callibri_widget .callibri_close_ring{
        bottom: 175px;
    }
    .callibri-module-area .callibri_soc .callibri_wrap_pict_name{
        bottom: 245px;
    }
    /* End Calibri */
}
/* End */


/* Start:/local/templates/sib/template_styles.css?1768466302264*/
.b24-form-header-padding {display: none !important;}
.b24-form-content {padding: 0 !important;}
.b24-form-padding-side {padding: 0 !important;}

a[data-fancybox="images-text"] {display: block;}
a[data-fancybox="images-text"] img {display: block; max-width: 100%;}

/* End */
/* /local/templates/sib/css/normalize.css?16113040577162 */
/* /local/templates/sib/css/grid.css?161130405711431 */
/* /local/templates/sib/js/slick/slick.css?16113040571776 */
/* /local/templates/sib/css/jquery.fancybox.min.css?161130405712795 */
/* /local/templates/sib/styles.css?1768466302106095 */
/* /local/templates/sib/template_styles.css?1768466302264 */
