@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 1, ../sass/layout/_base.scss */
html, body, .dialog-off-canvas-main-canvas {
  height: 100%; }

/* line 5, ../sass/layout/_base.scss */
body {
  background: #F6F7FB;
  font-feature-settings: 'pnum' on, 'lnum' on; }

/* line 12, ../sass/layout/_base.scss */
.imce-page .dialog-off-canvas-main-canvas {
  height: auto; }

/* line 19, ../sass/layout/_base.scss */
#drupal-live-announce.visually-hidden {
  display: none; }

@media only screen and (max-width: 850px) {
  /* line 24, ../sass/layout/_base.scss */
  .page-container {
    position: relative; } }

/* line 31, ../sass/layout/_base.scss */
.layout-content {
  padding: 0 20px;
  width: 1820px; }
  /* line 35, ../sass/layout/_base.scss */
  .breadcrumbs-container .layout-content {
    width: 1520px; }

/* line 40, ../sass/layout/_base.scss */
.group--grid {
  display: grid; }

/* line 44, ../sass/layout/_base.scss */
.grid--text-and-form {
  grid-template-columns: repeat(auto-fit, minmax(290px, max-content));
  grid-gap: 30px; }

/* line 49, ../sass/layout/_base.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600; }

/* line 55, ../sass/layout/_base.scss */
h1, h1.page-title {
  line-height: 1;
  margin-bottom: 40px;
  font-size: 32px; }
  @media screen and (min-width: 360px) {
    /* line 55, ../sass/layout/_base.scss */
    h1, h1.page-title {
      font-size: calc(32px + 32 * (100vw - 360px) / 1560); } }
  @media screen and (min-width: 1920px) {
    /* line 55, ../sass/layout/_base.scss */
    h1, h1.page-title {
      font-size: 64px; } }
  @media only screen and (max-width: 850px) {
    /* line 55, ../sass/layout/_base.scss */
    h1, h1.page-title {
      margin-bottom: 20px; } }
/* line 67, ../sass/layout/_base.scss */
.field--name-title h1 {
  font-size: 36px;
  line-height: 110%; }
  @media only screen and (max-width: 999px) {
    /* line 67, ../sass/layout/_base.scss */
    .field--name-title h1 {
      font-size: 20px;
      margin-bottom: 20px; } }

/* line 78, ../sass/layout/_base.scss */
h2 {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    /* line 78, ../sass/layout/_base.scss */
    h2 {
      font-size: 22px;
      margin-bottom: 20px; } }

/* line 89, ../sass/layout/_base.scss */
h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 113%;
  margin-bottom: 20px; }
  @media only screen and (max-width: 650px) {
    /* line 89, ../sass/layout/_base.scss */
    h3 {
      font-size: 16px;
      margin-bottom: 20px; } }

/* line 101, ../sass/layout/_base.scss */
h4 {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    /* line 101, ../sass/layout/_base.scss */
    h4 {
      font-size: 14px; } }

/* line 111, ../sass/layout/_base.scss */
header.page-header-container {
  background: #FFFFFF;
  padding: 27.5px 0;
  z-index: 10; }
  @media only screen and (max-width: 850px) {
    /* line 111, ../sass/layout/_base.scss */
    header.page-header-container {
      padding: 18px 0;
      position: fixed;
      width: 100%; } }

/* line 128, ../sass/layout/_base.scss */
.narrow-screen-menu-container {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  @media only screen and (max-width: 999px) {
    /* line 137, ../sass/layout/_base.scss */
    .menu-open .narrow-screen-menu-container {
      position: fixed;
      top: 80px;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      opacity: 1;
      width: 100%;
      height: 100%;
      z-index: 10001;
      -moz-transition: opacity 0.8s;
      -o-transition: opacity 0.8s;
      -webkit-transition: opacity 0.8s;
      transition: opacity 0.8s; }
    /* line 148, ../sass/layout/_base.scss */
    .toolbar-horizontal.menu-open .narrow-screen-menu-container {
      top: 118px; }
    /* line 152, ../sass/layout/_base.scss */
    .toolbar-tray-open.menu-open .narrow-screen-menu-container {
      top: 197px; } }

@media only screen and (max-width: 850px) {
  /* line 158, ../sass/layout/_base.scss */
  .under-header-separator {
    height: 80px; } }

/* line 165, ../sass/layout/_base.scss */
.page-main-container {
  margin-top: 0; }
  /* line 168, ../sass/layout/_base.scss */
  .page-node-page .page-main-container, .page-node-product .page-main-container {
    margin-top: 0; }
  @media only screen and (max-width: 850px) {
    /* line 165, ../sass/layout/_base.scss */
    .page-main-container {
      margin-top: 0; } }

/* line 178, ../sass/layout/_base.scss */
.page-main-container__layout-content {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  @media only screen and (max-width: 999px) {
    /* line 178, ../sass/layout/_base.scss */
    .page-main-container__layout-content {
      -webkit-flex-direction: column;
      flex-direction: column; } }

/* line 186, ../sass/layout/_base.scss */
.sidebar {
  min-width: 300px;
  max-width: 420px;
  width: 25%; }
  /* line 191, ../sass/layout/_base.scss */
  .sidebar.sidebar_left {
    padding-right: 20px; }
    @media only screen and (max-width: 999px) {
      /* line 191, ../sass/layout/_base.scss */
      .sidebar.sidebar_left {
        margin-top: 0;
        padding: 0; } }
  /* line 200, ../sass/layout/_base.scss */
  .sidebar.sidebar_right {
    padding-left: 20px; }
    @media only screen and (max-width: 999px) {
      /* line 200, ../sass/layout/_base.scss */
      .sidebar.sidebar_right {
        -webkit-order: 2;
        order: 2;
        padding: 0; } }
  @media only screen and (max-width: 999px) {
    /* line 186, ../sass/layout/_base.scss */
    .sidebar {
      margin: 40px auto 0;
      width: 280px; } }

/* line 215, ../sass/layout/_base.scss */
.main-content-container {
  max-width: 100%; }
  @media only screen and (min-width: 1000px) {
    /* line 218, ../sass/layout/_base.scss */
    .sidebar_left + .main-content-container {
      max-width: 1330px; } }
  @media only screen and (max-width: 999px) {
    /* line 225, ../sass/layout/_base.scss */
    .main-content-container.sidebar_left {
      -webkit-order: 0;
      order: 0; } }

/* line 235, ../sass/layout/_base.scss */
footer.page-footer-container {
  margin-top: 80px; }
  @media only screen and (max-width: 850px) {
    /* line 235, ../sass/layout/_base.scss */
    footer.page-footer-container {
      margin-top: 60px; } }

/* line 1, ../sass/layout/_formated_texts.scss */
.text-formatted {
  line-height: 1.2;
  -webkit-text-size-adjust: none; }
  /* line 5, ../sass/layout/_formated_texts.scss */
  .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
    line-height: 1.3;
    margin: 0 0 30px; }
    @media only screen and (max-width: 650px) {
      /* line 5, ../sass/layout/_formated_texts.scss */
      .text-formatted h2, .text-formatted h3, .text-formatted h4, .text-formatted h5, .text-formatted h6 {
        margin-bottom: 15px; } }
  @media only screen and (max-width: 650px) {
    /* line 14, ../sass/layout/_formated_texts.scss */
    .text-formatted h2 {
      font-weight: 500; } }
  /* line 21, ../sass/layout/_formated_texts.scss */
  .text-formatted img {
    margin-bottom: 30px; }
  /* line 26, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items) {
    margin-bottom: 30px; }
    /* line 29, ../sass/layout/_formated_texts.scss */
    .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list):not(.ya-site-suggest-items):last-child {
      margin-bottom: 0; }
  /* line 40, ../sass/layout/_formated_texts.scss */
  .text-formatted ul:not(.menu):not(.contextual-links):not(.ya-share2__list).ya-site-suggest-items li:before {
    display: none; }
  /* line 47, ../sass/layout/_formated_texts.scss */
  .text-formatted ol {
    margin-bottom: 30px; }
    /* line 50, ../sass/layout/_formated_texts.scss */
    .text-formatted ol:last-child {
      margin-bottom: 0; }
  /* line 55, ../sass/layout/_formated_texts.scss */
  .text-formatted .row {
    margin-bottom: 30px; }
    /* line 58, ../sass/layout/_formated_texts.scss */
    .text-formatted .row:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 850px) {
      /* line 64, ../sass/layout/_formated_texts.scss */
      .text-formatted .row.two-col .col-first,
      .text-formatted .row.two-col .col-second {
        width: 50%; } }
    @media only screen and (min-width: 850px) {
      /* line 72, ../sass/layout/_formated_texts.scss */
      .text-formatted .row.two-col .col-first {
        padding-right: 25px; } }
    /* line 79, ../sass/layout/_formated_texts.scss */
    .text-formatted .row.two-col .col-second {
      margin-top: 20px; }
      @media only screen and (min-width: 850px) {
        /* line 79, ../sass/layout/_formated_texts.scss */
        .text-formatted .row.two-col .col-second {
          margin-top: 0;
          padding-left: 25px; } }
    @media only screen and (min-width: 850px) {
      /* line 62, ../sass/layout/_formated_texts.scss */
      .text-formatted .row.two-col {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    @media only screen and (min-width: 850px) {
      /* line 95, ../sass/layout/_formated_texts.scss */
      .text-formatted .row.two-col-left .col-sidebar {
        padding-right: 25px; } }
    /* line 102, ../sass/layout/_formated_texts.scss */
    .text-formatted .row.two-col-left .col-main {
      margin-top: 20px; }
      @media only screen and (min-width: 850px) {
        /* line 102, ../sass/layout/_formated_texts.scss */
        .text-formatted .row.two-col-left .col-main {
          -webkit-flex-grow: 1;
          flex-grow: 1;
          margin-top: 0; } }
    @media only screen and (min-width: 850px) {
      /* line 93, ../sass/layout/_formated_texts.scss */
      .text-formatted .row.two-col-left {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
  @media only screen and (min-width: 651px) {
    /* line 119, ../sass/layout/_formated_texts.scss */
    .text-formatted .tex-img-flex img {
      margin: 0 0 0 20px; } }
  @media only screen and (max-width: 650px) {
    /* line 119, ../sass/layout/_formated_texts.scss */
    .text-formatted .tex-img-flex img {
      display: block;
      margin: 20px 0 0 0; } }
  @media only screen and (min-width: 651px) {
    /* line 117, ../sass/layout/_formated_texts.scss */
    .text-formatted .tex-img-flex {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center;
      max-width: 620px; } }
  @media only screen and (max-width: 650px) {
    /* line 117, ../sass/layout/_formated_texts.scss */
    .text-formatted .tex-img-flex {
      margin-bottom: 40px; }
      /* line 139, ../sass/layout/_formated_texts.scss */
      .text-formatted .tex-img-flex:last-child {
        margin-bottom: 0; } }
  /* line 145, ../sass/layout/_formated_texts.scss */
  .text-formatted .responsive-table-wrapper {
    background: #FFFFFF;
    border-radius: 30px;
    margin-bottom: 40px;
    padding: 30px;
    scrollbar-width: 6px;
    scrollbar-color: #9AB5BF #ECEFF1;
    /* для Chrome/Edge/Safari */ }
    /* line 153, ../sass/layout/_formated_texts.scss */
    .text-formatted .responsive-table-wrapper:last-child {
      margin-bottom: 0; }
    /* line 157, ../sass/layout/_formated_texts.scss */
    .text-formatted .responsive-table-wrapper table {
      width: 100% !important; }
    /* line 165, ../sass/layout/_formated_texts.scss */
    .text-formatted .responsive-table-wrapper::-webkit-scrollbar {
      height: 6px;
      width: 6px; }
    /* line 170, ../sass/layout/_formated_texts.scss */
    .text-formatted .responsive-table-wrapper::-webkit-scrollbar-track {
      background: #ECEFF1; }
    /* line 174, ../sass/layout/_formated_texts.scss */
    .text-formatted .responsive-table-wrapper::-webkit-scrollbar-thumb {
      background-color: #9AB5BF;
      border-radius: 10px;
      border: 0; }
    @media only screen and (max-width: 767px) {
      /* line 145, ../sass/layout/_formated_texts.scss */
      .text-formatted .responsive-table-wrapper {
        margin-bottom: 30px;
        padding: 20px; } }
  /* line 188, ../sass/layout/_formated_texts.scss */
  table:not(.markup) th {
    background: #9AB5BF;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 500;
    padding: 25px 30px;
    text-align: left; }
    @media only screen and (min-width: 768px) {
      /* line 196, ../sass/layout/_formated_texts.scss */
      .page-node-product table:not(.markup) th {
        padding-left: 70px;
        position: relative; }
        /* line 202, ../sass/layout/_formated_texts.scss */
        .page-node-product table:not(.markup) th:after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          background: #FFFFFF;
          display: block;
          margin-top: -15px;
          width: 1px;
          height: 30px; }
        /* line 214, ../sass/layout/_formated_texts.scss */
        .page-node-product table:not(.markup) th:first-child {
          padding-left: 30px;
          width: 760px; }
        /* line 221, ../sass/layout/_formated_texts.scss */
        .page-node-product table:not(.markup) th:last-child:after {
          display: none; } }
    /* line 228, ../sass/layout/_formated_texts.scss */
    table:not(.markup) th:first-child {
      border-radius: 10px 0 0 10px; }
      @media only screen and (max-width: 767px) {
        /* line 228, ../sass/layout/_formated_texts.scss */
        table:not(.markup) th:first-child {
          padding-left: 20px; } }
    /* line 236, ../sass/layout/_formated_texts.scss */
    table:not(.markup) th:last-child {
      border: 0;
      border-radius: 0 10px 10px 0; }
      @media only screen and (max-width: 767px) {
        /* line 236, ../sass/layout/_formated_texts.scss */
        table:not(.markup) th:last-child {
          padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      /* line 188, ../sass/layout/_formated_texts.scss */
      table:not(.markup) th {
        font-size: 13px;
        padding: 20px 10px; } }
  /* line 257, ../sass/layout/_formated_texts.scss */
  table:not(.markup) tbody tr:nth-child(even) td {
    background: #ECEFF1; }
    /* line 260, ../sass/layout/_formated_texts.scss */
    table:not(.markup) tbody tr:nth-child(even) td:first-child {
      border-radius: 10px 0 0 10px; }
    /* line 264, ../sass/layout/_formated_texts.scss */
    table:not(.markup) tbody tr:nth-child(even) td:last-child {
      border: 0;
      border-radius: 0 10px 10px 0; }
  /* line 273, ../sass/layout/_formated_texts.scss */
  table:not(.markup) td {
    color: #2B2D33;
    font-size: 18px;
    padding: 15px 30px; }
    @media only screen and (min-width: 768px) {
      /* line 278, ../sass/layout/_formated_texts.scss */
      .page-node-product table:not(.markup) td {
        padding-left: 70px; }
        /* line 283, ../sass/layout/_formated_texts.scss */
        .page-node-product table:not(.markup) td:first-child {
          padding-left: 30px;
          width: 760px; } }
    @media only screen and (max-width: 767px) {
      /* line 290, ../sass/layout/_formated_texts.scss */
      table:not(.markup) td:first-child {
        padding-left: 20px; } }
    @media only screen and (max-width: 767px) {
      /* line 297, ../sass/layout/_formated_texts.scss */
      table:not(.markup) td:last-child {
        padding-right: 20px; } }
    @media only screen and (max-width: 767px) {
      /* line 273, ../sass/layout/_formated_texts.scss */
      table:not(.markup) td {
        font-size: 14px;
        padding: 15px 10px; } }

@media print {
  /* line 2, ../sass/layout/_print.scss */
  * {
    margin: 0;
    padding: 0; }

  /* line 7, ../sass/layout/_print.scss */
  html, body {
    height: auto; }

  /* line 11, ../sass/layout/_print.scss */
  .layout-content {
    width: 100%; } }
/* line 1, ../sass/layout/_regions.scss */
.region--header-top {
  -webkit-align-items: center;
  align-items: center; }

/* line 5, ../sass/layout/_regions.scss */
.region--header {
  -webkit-align-items: center;
  align-items: center; }

/* line 9, ../sass/layout/_regions.scss */
.narrow-screen-menu-regioins-container {
  background: #FFFFFF;
  border-top: 1px solid #D7DAE2;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  position: relative;
  left: 0;
  padding: 30px 20px 40px;
  width: 100%;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  -webkit-transition: 0.8s;
  transition: 0.8s; }
  /* line 20, ../sass/layout/_regions.scss */
  .menu-open .narrow-screen-menu-regioins-container {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }

/* line 25, ../sass/layout/_regions.scss */
.region--narrow-screen-menu-top {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center; }

/* line 31, ../sass/layout/_regions.scss */
.region--narrow-screen-menu-bottom {
  margin-top: 40px; }

/* line 44, ../sass/layout/_regions.scss */
.region--title {
  margin: 0 auto;
  max-width: 1480px; }

@media only screen and (min-width: 851px) {
  /* line 49, ../sass/layout/_regions.scss */
  .region--featured-bottom {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center; } }

/* line 58, ../sass/layout/_regions.scss */
.footer-content-container {
  margin-bottom: 80px; }
  @media only screen and (max-width: 500px) {
    /* line 58, ../sass/layout/_regions.scss */
    .footer-content-container {
      margin-bottom: 60px; } }

/* line 66, ../sass/layout/_regions.scss */
.footer-bottom-container {
  background: #FFFFFF;
  color: #999EAD;
  font-size: 14px;
  padding: 40px 0; }
  @media only screen and (max-width: 500px) {
    /* line 66, ../sass/layout/_regions.scss */
    .footer-bottom-container {
      padding: 30px 0; } }

/* line 77, ../sass/layout/_regions.scss */
.region--footer {
  display: grid;
  grid-gap: 10px;
  margin: 0 auto;
  max-width: 1480px; }
  @media only screen and (min-width: 851px) {
    /* line 77, ../sass/layout/_regions.scss */
    .region--footer {
      grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
      grid-gap: 20px; } }

/*# sourceMappingURL=layout.css.map */
