

/* Start:/bitrix/templates/ekt/css/template_styles.css?167923563413773*/
.l-wrap {
  display: flex;
  flex-direction: column; }
  .l-wrap .l-sidebar {
    width: 100%;
    padding: 15px 0px; }
    .l-wrap .l-sidebar .l-menu {
      width: 100%;
      background: #fbfbfb; }
      .l-wrap .l-sidebar .l-menu ul {
        display: none; }
        .l-wrap .l-sidebar .l-menu ul.active {
          display: flex;
          flex-direction: column; }
        .l-wrap .l-sidebar .l-menu ul li {
          position: relative; }
          .l-wrap .l-sidebar .l-menu ul li:last-child:before {
            display: none; }
          .l-wrap .l-sidebar .l-menu ul li a {
            background: #fbfbfb;
            padding: 17.5px 20px;
            text-decoration: none;
            font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
            color: #333;
            font-size: 14px;
            line-height: 1.5;
            transition: 0.3s;
            flex-grow: 1;
            display: flex;
            position: relative; }
            .l-wrap .l-sidebar .l-menu ul li a:before {
              width: 100%;
              height: 1px;
              left: 0px;
              bottom: 0px;
              position: absolute;
              content: '';
              background: #f2f2f2; }
            .l-wrap .l-sidebar .l-menu ul li a:hover {
              color: #0b9a42;
              background: #f2f2f2; }
            .l-wrap .l-sidebar .l-menu ul li a.active {
              color: #0b9a42; }
              .l-wrap .l-sidebar .l-menu ul li a.active:before {
                width: 100%;
                height: 1px;
                left: 0px;
                bottom: 0px;
                position: absolute;
                content: '';
                background: #0b9a42; }
      .l-wrap .l-sidebar .l-menu .l-menu__mob {
        width: 100%;
        background-color: #f4f4f4;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 16px 20px 16px 20px;
        font-size: 16px;
        line-height: 1.5;
        text-transform: uppercase;
        color: #333;
        font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif; }
        .l-wrap .l-sidebar .l-menu .l-menu__mob span {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .l-wrap .l-sidebar .l-menu .l-menu__mob span .icon {
            width: auto;
            height: auto;
            margin-right: 10px; }
            .l-wrap .l-sidebar .l-menu .l-menu__mob span .icon svg path {
              fill: #0b9a42; }
        .l-wrap .l-sidebar .l-menu .l-menu__mob .catlist-expander {
          width: 32px;
          height: 20px;
          position: relative;
          cursor: pointer;
          transition: 0.3s;
          overflow: hidden; }
          .l-wrap .l-sidebar .l-menu .l-menu__mob .catlist-expander::after {
            transform: translate(0, calc(-50% - 0.5px)) rotate(45deg);
            content: "";
            position: absolute;
            width: 1px;
            height: 15px;
            top: 50%;
            left: 50%;
            background-color: #333;
            transition: 0.3s; }
          .l-wrap .l-sidebar .l-menu .l-menu__mob .catlist-expander::before {
            transform: translate(-10px, calc(-50% - 0.5px)) rotate(-45deg);
            content: "";
            position: absolute;
            width: 1px;
            height: 15px;
            top: 50%;
            left: 50%;
            background-color: #333;
            transition: 0.3s; }
        .l-wrap .l-sidebar .l-menu .l-menu__mob.active .catlist-expander {
          transform: rotate(180deg); }
    .l-wrap .l-sidebar .l-menu__custom {
      background: #fbfbfb; }
      .l-wrap .l-sidebar .l-menu__custom li {
        position: relative; }
        .l-wrap .l-sidebar .l-menu__custom li:after {
          width: 100%;
          height: 1px;
          left: 0px;
          bottom: 0px;
          position: absolute;
          content: '';
          background: #f2f2f2;
          z-index: 3; }
        .l-wrap .l-sidebar .l-menu__custom li a {
          padding: 1rem 3.5rem 1rem 1.5rem;
          font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
          color: #333;
          position: relative;
          width: 100%; }
          .l-wrap .l-sidebar .l-menu__custom li a.active {
            color: #0b9a42; }
            .l-wrap .l-sidebar .l-menu__custom li a.active:after {
              width: 100%;
              height: 1px;
              left: 0px;
              bottom: 0px;
              position: absolute;
              content: '';
              background: #0b9a42;
              z-index: 4; }
    .l-wrap .l-sidebar .l__group {
      display: flex;
      flex-direction: row; }
    .l-wrap .l-sidebar .l__btn {
      padding: 1rem 1.25rem;
      display: flex;
      justify-content: space-between;
      background: #f4f4f4;
      color: #333;
      cursor: pointer;
      width: 50%;
      align-items: center;
      box-shadow: 0px 0px 0px 1px #fff;
      font-weight: 600; }
      .l-wrap .l-sidebar .l__btn svg {
        width: 16px;
        height: 16px;
        fill: #0b9a42; }
    .l-wrap .l-sidebar .modMenu {
      height: 100%;
      width: 100%;
      background: #fff;
      z-index: 1000;
      left: -100%;
      top: 0%;
      position: fixed;
      overflow-y: scroll;
      transition: 0.4s; }
      .l-wrap .l-sidebar .modMenu.active {
        left: 0px; }
        .l-wrap .l-sidebar .modMenu.active .filter__btn {
          left: 1.5rem; }
      .l-wrap .l-sidebar .modMenu .modMenu__head {
        display: flex;
        justify-content: space-between;
        padding: 1rem 1.5rem;
        font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
        font-weight: 600;
        align-items: center; }
        .l-wrap .l-sidebar .modMenu .modMenu__head .close {
          display: flex; }
          .l-wrap .l-sidebar .modMenu .modMenu__head .close svg {
            width: 24px;
            height: 24px;
            fill: #0b9a42; }
    .l-wrap .l-sidebar .l__filter__custom {
      background: #fbfbfb;
      padding-bottom: 6rem; }
      .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__label {
        padding: 1rem 1.5rem 0rem 1.5rem;
        font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
        font-weight: 700; }
      .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting {
        cursor: pointer;
        padding: 1rem 1.5rem 0rem 3.5rem;
        font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
        color: #333;
        position: relative;
        width: 100%; }
        .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.hide-setting {
          display: none; }
        .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting .sortLink {
          position: absolute;
          right: 0;
          background: #0B9A42;
          padding: 0.25rem 0.5rem;
          top: 0.75rem;
          color: #fff; }
          .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting .sortLink:after {
            border: 0;
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            margin-top: -10px;
            top: 50%;
            border-right: 10px solid  #0B9A42;
            left: -7px;
            content: '';
            width: 0;
            height: 0;
            display: block;
            position: absolute;
            z-index: 10; }
        .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting:before {
          border: 1px solid #E5E5E5;
          position: absolute;
          content: '';
          width: 1rem;
          height: 1rem;
          left: 1.5rem;
          top: 0%;
          margin-top: 1.25rem;
          z-index: 1; }
        .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active {
          color: #0B9A42; }
          .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active:after {
            /*
            position: absolute;
            content: '';
            width: calc(1rem - 6px);
            height: calc(1rem - 6px);
            left: calc(1.5rem + 3px);
            top: 0;
            margin-top: 1.45rem;
            z-index: 2;
            background: #0B9A42; */}
      .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active:before {
        border: 1px solid #0B9A42;
        background-image: url(/bitrix/templates/ekt/css/../img/check.svg);
      background-position: center;}
      .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .setting__show-all {
        box-shadow: inset 0px 0px 0px 1px #efefef;
        margin: 1.5rem 1.5rem 0rem;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0.5rem 1rem;
        cursor: pointer;
        transition: 0.4s; }
        .l-wrap .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .setting__show-all:hover {
          background: #efefef; }
      .l-wrap .l-sidebar .l__filter__custom .filter__btn {
        transition: 0.4s;
        cursor: pointer;
        padding: 1rem 1.5rem 1rem 1.5rem;
        font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
        font-weight: 700;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #0B9A42;
        width: calc(100% - 3rem);
        bottom: 1.5rem;
        border-radius: 0.25rem;
        position: fixed;
        z-index: 1;
        left: -100%; }
  .l-wrap .l-content {
    width: 100%; }
    .l-wrap .l-content .l-pagination {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      border: 1px solid #efefef;
      margin-top: 1rem;
      padding: 0.75rem 0.25rem; }
      .l-wrap .l-content .l-pagination .l-pagination__btn {
        margin: 0.25rem;
        width: 2.5rem;
        height: 2.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f2f2f2;
        font-weight: 700;
        color: #000; }
        .l-wrap .l-content .l-pagination .l-pagination__btn.active {
          color: #fff;
          background: #0B9A42; }

.sectionTitle {
  margin-bottom: 13px; }

@media screen and (min-width: 769px) {
  .l-wrap {
    display: flex;
    flex-direction: row; }
    .l-wrap .l-sidebar {
      padding: 15px 0;
      margin-right: 45px;
      position: relative;
      display: table-cell;
      vertical-align: top;
      width: 300px; }
      .l-wrap .l-sidebar .l-menu ul {
        flex-direction: column;
        display: flex !important; }
        .l-wrap .l-sidebar .l-menu ul.active {
          display: flex !important; }
      .l-wrap .l-sidebar .l-menu .l-menu__mob .catlist-expander {
        display: none; }
      .l-wrap .l-sidebar .l-menu .l-menu__mob .icon {
        display: none; }
      .l-wrap .l-sidebar .l-menu .l-menu__mob.l-menu-open {
        display: flex; }
        .l-wrap .l-sidebar .l-menu .l-menu__mob.l-menu-open.active {
          display: flex; }
      .l-wrap .l-sidebar .l-menu__custom {
        background: transparent;
        box-shadow: inset 0px 0px 0px 1px #efefef; }
        .l-wrap .l-sidebar .l-menu__custom li:after {
          width: 100%;
          height: 1px;
          left: 0px;
          bottom: 0px;
          position: absolute;
          content: '';
          background: #fff;
          z-index: 3; }
        .l-wrap .l-sidebar .l-menu__custom li:last-child:after {
          display: none; }
      .l-wrap .l-sidebar .l__group {
        display: flex;
        flex-direction: column; }
        .l-wrap .l-sidebar .l__group svg {
          display: none; }
      .l-wrap .l-sidebar .l__btn {
        padding: 1rem 1.5rem 1rem;
        display: flex;
        justify-content: space-between;
        font-family: "museosanscyrl_300", "OverpassLight", Arial, Helvetica, sans-serif;
        font-size: 1rem;
        font-weight: bold;
        background: transparent;
        color: #333;
        cursor: pointer;
        width: 100%;
        align-items: center;
        box-shadow: inset 0px 0px 0px 1px #fff;
        position: relative;
        /*
        &:before{
          width: 100%;
          height: 1px;
          left: 0px;
          bottom: 0px;
          position: absolute;
          content: '';
          background: #fff;
          z-index: 3;
        }
        &:after{
          width: 100%;
          height: 1px;
          left: 0px;
          bottom: -1px;
          position: absolute;
          content: '';
          background: #fff;
          z-index: 3;
        }*/ }
        .l-wrap .l-sidebar .l__btn svg {
          width: 24px;
          height: 24px;
          fill: #0b9a42; }
      .l-wrap .l-sidebar .modMenu {
        position: static;
        left: auto;
        top: auto;
        overflow-y: auto;
        z-index: 1;
        margin-bottom: 15px; }
        .l-wrap .l-sidebar .modMenu .modMenu__head {
          display: none; }
      .l-wrap .l-sidebar .l__filter__custom {
        padding-bottom: 1.5rem;
        background: transparent;
        box-shadow: inset 0px 0px 0px 1px #efefef; }
        .l-wrap .l-sidebar .l__filter__custom .filter__btn {
          display: none; }
    .l-wrap .l-content {
      padding-top: 15px;
      width: calc(100% - 345px); }
      .l-wrap .l-content .l-pagination {
        margin-top: 45px; } }

/*# sourceMappingURL=template_styles.css.map */

/* End */


/* Start:/bitrix/templates/ekt/css/lib/uikit.css?1624358959161076*/
/*! UIkit 2.22.0 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */

/* ========================================================================
   Component: Grid
 ========================================================================== */
/*
 * 1. Makes grid more robust so that it can be used with other block elements like lists
 */
.uk-grid {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * DEPRECATED
 * Micro clearfix
 * Can't use `table` because it creates a 1px gap when it becomes a flex item, only in Webkit
 */
.uk-grid:before,
.uk-grid:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-grid:after {
  clear: both;
}
/*
 * Grid cell
 * 1. Space is allocated solely based on content dimensions
 * 2. Makes grid more robust so that it can be used with other block elements
 * 3. DEPRECATED Using `float` to support IE9
 */
.uk-grid > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  margin: 0;
  /* 3 */
  float: left;
}
/*
 * Remove margin from the last-child
 */
.uk-grid > * > :last-child {
  margin-bottom: 0;
}
/* Grid gutter
 ========================================================================== */
/*
 * Default gutter
 */
/* Horizontal */
.uk-grid {
  margin-left: -25px;
}
.uk-grid > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid + .uk-grid,
.uk-grid-margin,
.uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /* Horizontal */
  .uk-grid {
    margin-left: -35px;
  }
  .uk-grid > * {
    padding-left: 35px;
  }
  /* Vertical */
  .uk-grid + .uk-grid,
  .uk-grid-margin,
  .uk-grid > * > .uk-panel + .uk-panel {
    margin-top: 35px;
  }
}
/*
 * Collapse gutter
 */
/* Horizontal */
.uk-grid-collapse {
  margin-left: 0;
}
.uk-grid-collapse > * {
  padding-left: 0;
}
/* Vertical */
.uk-grid-collapse + .uk-grid-collapse,
.uk-grid-collapse > .uk-grid-margin,
.uk-grid-collapse > * > .uk-panel + .uk-panel {
  margin-top: 0;
}
/*
 * Small gutter
 */
/* Horizontal */
.uk-grid-small {
  margin-left: -10px;
}
.uk-grid-small > * {
  padding-left: 10px;
}
/* Vertical */
.uk-grid-small + .uk-grid-small,
.uk-grid-small > .uk-grid-margin,
.uk-grid-small > * > .uk-panel + .uk-panel {
  margin-top: 10px;
}
/*
 * Medium gutter
 */
/* Horizontal */
.uk-grid-medium {
  margin-left: -25px;
}
.uk-grid-medium > * {
  padding-left: 25px;
}
/* Vertical */
.uk-grid-medium + .uk-grid-medium,
.uk-grid-medium > .uk-grid-margin,
.uk-grid-medium > * > .uk-panel + .uk-panel {
  margin-top: 25px;
}
/* Modifier: `uk-grid-divider`
 ========================================================================== */
/*
 * Horizontal divider
 * Only works with the default gutter. Does not work with gutter collapse, small or large.
 * Does not work with `uk-push-*`, `uk-pull-*` and not if the columns float into the next row.
 */
.uk-grid-divider:not(:empty) {
  margin-left: -25px;
  margin-right: -25px;
}
.uk-grid-divider > * {
  padding-left: 25px;
  padding-right: 25px;
}
.uk-grid-divider > [class*='uk-width-1-']:not(.uk-width-1-1):nth-child(n+2),
.uk-grid-divider > [class*='uk-width-2-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-3-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-4-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-5-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-6-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-7-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-8-']:nth-child(n+2),
.uk-grid-divider > [class*='uk-width-9-']:nth-child(n+2) {
  border-left: 1px solid #dddddd;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-divider > [class*='uk-width-medium-']:not(.uk-width-medium-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-divider > [class*='uk-width-large-']:not(.uk-width-large-1-1):nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  /*
     * Large gutter
     */
  .uk-grid-divider:not(:empty) {
    margin-left: -35px;
    margin-right: -35px;
  }
  .uk-grid-divider > * {
    padding-left: 35px;
    padding-right: 35px;
  }
  .uk-grid-divider:empty {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
/*
 * Vertical divider
 */
.uk-grid-divider:empty {
  margin-top: 25px;
  margin-bottom: 25px;
  border-top: 1px solid #dddddd;
}
/* Match panels in grids
 ========================================================================== */
/*
 * 1. Behave like a block element
 */
.uk-grid-match > * {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 1 */
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-grid-match > * > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  box-sizing: border-box;
  width: 100%;
}
/* Even grid cell widths
 ========================================================================== */
[class*='uk-grid-width'] > * {
  box-sizing: border-box;
  width: 100%;
}
.uk-grid-width-1-2 > * {
  width: 50%;
}
.uk-grid-width-1-3 > * {
  width: 33.333%;
}
.uk-grid-width-1-4 > * {
  width: 25%;
}
.uk-grid-width-1-5 > * {
  width: 20%;
}
.uk-grid-width-1-6 > * {
  width: 16.666%;
}
.uk-grid-width-1-10 > * {
  width: 10%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-grid-width-small-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-small-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-small-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-small-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-small-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-small-1-10 > * {
    width: 10%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-grid-width-medium-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-medium-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-medium-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-medium-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-medium-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-medium-1-10 > * {
    width: 10%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-grid-width-large-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-large-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-large-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-large-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-large-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-large-1-10 > * {
    width: 10%;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-grid-width-xlarge-1-2 > * {
    width: 50%;
  }
  .uk-grid-width-xlarge-1-3 > * {
    width: 33.333%;
  }
  .uk-grid-width-xlarge-1-4 > * {
    width: 25%;
  }
  .uk-grid-width-xlarge-1-5 > * {
    width: 20%;
  }
  .uk-grid-width-xlarge-1-6 > * {
    width: 16.666%;
  }
  .uk-grid-width-xlarge-1-10 > * {
    width: 10%;
  }
}
/* Sub-objects: `uk-width-*`
 ========================================================================== */
[class*='uk-width'] {
  box-sizing: border-box;
  width: 100%;
}
/*
 * Widths
 */
/* Whole */
.uk-width-1-1 {
  width: 100%;
}
/* Halves */
.uk-width-1-2,
.uk-width-2-4,
.uk-width-3-6,
.uk-width-5-10 {
  width: 50%;
}
/* Thirds */
.uk-width-1-3,
.uk-width-2-6 {
  width: 33.333%;
}
.uk-width-2-3,
.uk-width-4-6 {
  width: 66.666%;
}
/* Quarters */
.uk-width-1-4 {
  width: 25%;
}
.uk-width-3-4 {
  width: 75%;
}
/* Fifths */
.uk-width-1-5,
.uk-width-2-10 {
  width: 20%;
}
.uk-width-2-5,
.uk-width-4-10 {
  width: 40%;
}
.uk-width-3-5,
.uk-width-6-10 {
  width: 60%;
}
.uk-width-4-5,
.uk-width-8-10 {
  width: 80%;
}
/* Sixths */
.uk-width-1-6 {
  width: 16.666%;
}
.uk-width-5-6 {
  width: 83.333%;
}
/* Tenths */
.uk-width-1-10 {
  width: 10%;
}
.uk-width-3-10 {
  width: 30%;
}
.uk-width-7-10 {
  width: 70%;
}
.uk-width-9-10 {
  width: 90%;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  /* Whole */
  .uk-width-small-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-small-1-2,
  .uk-width-small-2-4,
  .uk-width-small-3-6,
  .uk-width-small-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-small-1-3,
  .uk-width-small-2-6 {
    width: 33.333%;
  }
  .uk-width-small-2-3,
  .uk-width-small-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-small-1-4 {
    width: 25%;
  }
  .uk-width-small-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-small-1-5,
  .uk-width-small-2-10 {
    width: 20%;
  }
  .uk-width-small-2-5,
  .uk-width-small-4-10 {
    width: 40%;
  }
  .uk-width-small-3-5,
  .uk-width-small-6-10 {
    width: 60%;
  }
  .uk-width-small-4-5,
  .uk-width-small-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-small-1-6 {
    width: 16.666%;
  }
  .uk-width-small-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-small-1-10 {
    width: 10%;
  }
  .uk-width-small-3-10 {
    width: 30%;
  }
  .uk-width-small-7-10 {
    width: 70%;
  }
  .uk-width-small-9-10 {
    width: 90%;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /* Whole */
  .uk-width-medium-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-medium-1-2,
  .uk-width-medium-2-4,
  .uk-width-medium-3-6,
  .uk-width-medium-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-medium-1-3,
  .uk-width-medium-2-6 {
    width: 33.333%;
  }
  .uk-width-medium-2-3,
  .uk-width-medium-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-medium-1-4 {
    width: 25%;
  }
  .uk-width-medium-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-medium-1-5,
  .uk-width-medium-2-10 {
    width: 20%;
  }
  .uk-width-medium-2-5,
  .uk-width-medium-4-10 {
    width: 40%;
  }
  .uk-width-medium-3-5,
  .uk-width-medium-6-10 {
    width: 60%;
  }
  .uk-width-medium-4-5,
  .uk-width-medium-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-medium-1-6 {
    width: 16.666%;
  }
  .uk-width-medium-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-medium-1-10 {
    width: 10%;
  }
  .uk-width-medium-3-10 {
    width: 30%;
  }
  .uk-width-medium-7-10 {
    width: 70%;
  }
  .uk-width-medium-9-10 {
    width: 90%;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  /* Whole */
  .uk-width-large-1-1 {
    width: 100%;
  }
  /* Halves */
  .uk-width-large-1-2,
  .uk-width-large-2-4,
  .uk-width-large-3-6,
  .uk-width-large-5-10 {
    width: 50%;
  }
  /* Thirds */
  .uk-width-large-1-3,
  .uk-width-large-2-6 {
    width: 33.333%;
  }
  .uk-width-large-2-3,
  .uk-width-large-4-6 {
    width: 66.666%;
  }
  /* Quarters */
  .uk-width-large-1-4 {
    width: 25%;
  }
  .uk-width-large-3-4 {
    width: 75%;
  }
  /* Fifths */
  .uk-width-large-1-5,
  .uk-width-large-2-10 {
    width: 20%;
  }
  .uk-width-large-2-5,
  .uk-width-large-4-10 {
    width: 40%;
  }
  .uk-width-large-3-5,
  .uk-width-large-6-10 {
    width: 60%;
  }
  .uk-width-large-4-5,
  .uk-width-large-8-10 {
    width: 80%;
  }
  /* Sixths */
  .uk-width-large-1-6 {
    width: 16.666%;
  }
  .uk-width-large-5-6 {
    width: 83.333%;
  }
  /* Tenths */
  .uk-width-large-1-10 {
    width: 10%;
  }
  .uk-width-large-3-10 {
    width: 30%;
  }
  .uk-width-large-7-10 {
    width: 70%;
  }
  .uk-width-large-9-10 {
    width: 90%;
  }
}
/* Sub-object: `uk-push-*` and `uk-pull-*`
 ========================================================================== */
/*
 * Source ordering
 * Works only with `uk-width-medium-*`
 */
/* Tablet and bigger */
@media (min-width: 768px) {
  [class*='uk-push-'],
  [class*='uk-pull-'] {
    position: relative;
  }
  /*
     * Push
     */
  /* Halves */
  .uk-push-1-2,
  .uk-push-2-4,
  .uk-push-3-6,
  .uk-push-5-10 {
    left: 50%;
  }
  /* Thirds */
  .uk-push-1-3,
  .uk-push-2-6 {
    left: 33.333%;
  }
  .uk-push-2-3,
  .uk-push-4-6 {
    left: 66.666%;
  }
  /* Quarters */
  .uk-push-1-4 {
    left: 25%;
  }
  .uk-push-3-4 {
    left: 75%;
  }
  /* Fifths */
  .uk-push-1-5,
  .uk-push-2-10 {
    left: 20%;
  }
  .uk-push-2-5,
  .uk-push-4-10 {
    left: 40%;
  }
  .uk-push-3-5,
  .uk-push-6-10 {
    left: 60%;
  }
  .uk-push-4-5,
  .uk-push-8-10 {
    left: 80%;
  }
  /* Sixths */
  .uk-push-1-6 {
    left: 16.666%;
  }
  .uk-push-5-6 {
    left: 83.333%;
  }
  /* Tenths */
  .uk-push-1-10 {
    left: 10%;
  }
  .uk-push-3-10 {
    left: 30%;
  }
  .uk-push-7-10 {
    left: 70%;
  }
  .uk-push-9-10 {
    left: 90%;
  }
  /*
     * Pull
     */
  /* Halves */
  .uk-pull-1-2,
  .uk-pull-2-4,
  .uk-pull-3-6,
  .uk-pull-5-10 {
    left: -50%;
  }
  /* Thirds */
  .uk-pull-1-3,
  .uk-pull-2-6 {
    left: -33.333%;
  }
  .uk-pull-2-3,
  .uk-pull-4-6 {
    left: -66.666%;
  }
  /* Quarters */
  .uk-pull-1-4 {
    left: -25%;
  }
  .uk-pull-3-4 {
    left: -75%;
  }
  /* Fifths */
  .uk-pull-1-5,
  .uk-pull-2-10 {
    left: -20%;
  }
  .uk-pull-2-5,
  .uk-pull-4-10 {
    left: -40%;
  }
  .uk-pull-3-5,
  .uk-pull-6-10 {
    left: -60%;
  }
  .uk-pull-4-5,
  .uk-pull-8-10 {
    left: -80%;
  }
  /* Sixths */
  .uk-pull-1-6 {
    left: -16.666%;
  }
  .uk-pull-5-6 {
    left: -83.333%;
  }
  /* Tenths */
  .uk-pull-1-10 {
    left: -10%;
  }
  .uk-pull-3-10 {
    left: -30%;
  }
  .uk-pull-7-10 {
    left: -70%;
  }
  .uk-pull-9-10 {
    left: -90%;
  }
}
/* ========================================================================
   Component: Panel
 ========================================================================== */
/*
 * 1. Needed for `a` elements
 * 2. Create position context for badges
 */
.uk-panel {
  /* 1 */
  display: block;
  /* 2 */
  position: relative;
}
/*
 * Allow panels to be anchors
 */
.uk-panel,
.uk-panel:hover {
  text-decoration: none;
}
/*
 * Micro clearfix to make panels more robust
 */
.uk-panel:before,
.uk-panel:after {
  content: "";
  display: table;
}
.uk-panel:after {
  clear: both;
}
/*
 * Remove margin from the last-child if not `uk-widget-title`
 */
.uk-panel > :not(.uk-panel-title):last-child {
  margin-bottom: 0;
}
/* Sub-object: `uk-panel-title`
 ========================================================================== */
.uk-panel-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  text-transform: none;
  color: #444444;
}
/* Sub-object: `uk-panel-badge`
 ========================================================================== */
.uk-panel-badge {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/* Sub-object: `uk-panel-teaser`
 ========================================================================== */
.uk-panel-teaser {
  margin-bottom: 15px;
}
/* Modifier: `uk-panel-box`
 ========================================================================== */
.uk-panel-box {
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-box-hover:hover {
  color: #444444;
}
.uk-panel-box .uk-panel-title {
  color: #444444;
}
.uk-panel-box .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-box > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/*
 * Nav in panel
 */
.uk-panel-box > .uk-nav-side {
  margin: 0 -15px;
}
/*
 * Sub-modifier: `uk-panel-box-primary`
 */
.uk-panel-box-primary {
  background-color: #ebf7fd;
  color: #2d7091;
}
.uk-panel-box-primary-hover:hover {
  color: #2d7091;
}
.uk-panel-box-primary .uk-panel-title {
  color: #2d7091;
}
/*
 * Sub-modifier: `uk-panel-box-secondary`
 */
.uk-panel-box-secondary {
  background-color: #eeeeee;
  color: #444444;
}
.uk-panel-box-secondary-hover:hover {
  color: #444444;
}
.uk-panel-box-secondary .uk-panel-title {
  color: #444444;
}
/* Modifier: `uk-panel-hover`
 ========================================================================== */
.uk-panel-hover {
  padding: 15px;
  color: #444444;
}
.uk-panel-hover:hover {
  background: #f5f5f5;
  color: #444444;
}
.uk-panel-hover .uk-panel-badge {
  top: 10px;
  right: 10px;
}
.uk-panel-hover > .uk-panel-teaser {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
/* Modifier: `uk-panel-header`
 ========================================================================== */
.uk-panel-header .uk-panel-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  color: #444444;
}
/* Modifier: `uk-panel-space`
 ========================================================================== */
.uk-panel-space {
  padding: 30px;
}
.uk-panel-space .uk-panel-badge {
  top: 30px;
  right: 30px;
}
/* Modifier: `uk-panel-divider`
 ========================================================================== */
.uk-panel + .uk-panel-divider {
  margin-top: 50px !important;
}
.uk-panel + .uk-panel-divider:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  border-top: 1px solid #dddddd;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-panel + .uk-panel-divider {
    margin-top: 70px !important;
  }
  .uk-panel + .uk-panel-divider:before {
    top: -35px;
  }
}
/* ========================================================================
   Component: Block
 ========================================================================== */
.uk-block {
  position: relative;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Phone landscape and bigger */
@media (min-width: 768px) {
  .uk-block {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/*
 * Micro clearfix to make blocks more robust
 */
.uk-block:before,
.uk-block:after {
  content: "";
  display: table;
}
.uk-block:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-block > :last-child {
  margin-bottom: 0;
}
/* Padding Modifier
 ========================================================================== */
/*
 * Large padding
 */
.uk-block-large {
  padding-top: 20px;
  padding-bottom: 20px;
}
/* Tablets and bigger */
@media (min-width: 768px) {
  .uk-block-large {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-block-large {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
/* Color Modifier
 ========================================================================== */
/*
 * Default
 */
.uk-block-default {
  background: #ffffff;
}
/*
 * Muted
 */
.uk-block-muted {
  background: #f9f9f9;
}
/*
 * Primary
 */
.uk-block-primary {
  background: #00a8e6;
}
/*
 * Secondary
 */
.uk-block-secondary {
  background: #222222;
}
/*
     * Adjust padding between equal colored blocks
     */
.uk-block-default + .uk-block-default,
.uk-block-muted + .uk-block-muted,
.uk-block-primary + .uk-block-primary,
.uk-block-secondary + .uk-block-secondary {
  padding-top: 0;
}
/* ========================================================================
   Component: Article
 ========================================================================== */
/*
 * Micro clearfix to make articles more robust
 */
.uk-article:before,
.uk-article:after {
  content: "";
  display: table;
}
.uk-article:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-article > :last-child {
  margin-bottom: 0;
}
/*
 * Vertical gutter for articles
 */
.uk-article + .uk-article {
  margin-top: 25px;
}
/* Sub-object `uk-article-title`
 ========================================================================== */
.uk-article-title {
  font-size: 36px;
  line-height: 42px;
  font-weight: normal;
  text-transform: none;
}
.uk-article-title a {
  color: inherit;
  text-decoration: none;
}
/* Sub-object `uk-article-meta`
 ========================================================================== */
.uk-article-meta {
  font-size: 12px;
  line-height: 18px;
  color: #999999;
}
/* Sub-object `uk-article-lead`
 ========================================================================== */
.uk-article-lead {
  color: #444444;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Sub-object `uk-article-divider`
 ========================================================================== */
.uk-article-divider {
  margin-bottom: 25px;
  border-color: #dddddd;
}
* + .uk-article-divider {
  margin-top: 25px;
}
/* ========================================================================
   Component: Comment
 ========================================================================== */
/* Sub-object `uk-comment-header`
 ========================================================================== */
.uk-comment-header {
  margin-bottom: 15px;
}
/*
 * Micro clearfix
 */
.uk-comment-header:before,
.uk-comment-header:after {
  content: "";
  display: table;
}
.uk-comment-header:after {
  clear: both;
}
/* Sub-object `uk-comment-avatar`
 ========================================================================== */
.uk-comment-avatar {
  margin-right: 15px;
  float: left;
}
/* Sub-object `uk-comment-title`
 ========================================================================== */
.uk-comment-title {
  margin: 5px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
/* Sub-object `uk-comment-meta`
 ========================================================================== */
.uk-comment-meta {
  margin: 2px 0 0 0;
  font-size: 11px;
  line-height: 16px;
  color: #999999;
}
/* Sub-object `uk-comment-body`
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-comment-body > :last-child {
  margin-bottom: 0;
}
/* Sub-object `uk-comment-list`
 ========================================================================== */
.uk-comment-list {
  padding: 0;
  list-style: none;
}
.uk-comment-list .uk-comment + ul {
  margin: 15px 0 0 0;
  list-style: none;
}
.uk-comment-list > li:nth-child(n+2),
.uk-comment-list .uk-comment + ul > li:nth-child(n+2) {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-comment-list .uk-comment + ul {
    padding-left: 100px;
  }
}
/* Modifier `uk-comment-primary`
 ========================================================================== */
/* ========================================================================
   Component: Cover
 ========================================================================== */
/*
 * Background image always covers and centers its element
 */
.uk-cover-background {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
/*
 * Emulates image cover, works with video and image elements
 * 1. Parent container which clips resized object
 * 2. Resizes the object to always covers its container
 * 3. Reset the responsive image CSS
 * 4. Center object
 */
/* 1 */
.uk-cover {
  overflow: hidden;
}
.uk-cover-object {
  /* 2 */
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  /* 3 */
  max-width: none;
  /* 4 */
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/*
 * To center iframes use `data-uk-cover` JavaScript
 */
[data-uk-cover] {
  position: relative;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* ========================================================================
   Component: Nav
 ========================================================================== */
.uk-nav,
.uk-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
 * Items
 */
.uk-nav li > a {
  display: block;
  text-decoration: none;
}
.uk-nav > li > a {
  padding: 5px 15px;
}
/*
 * Nested items
 */
.uk-nav ul {
  padding-left: 15px;
}
.uk-nav ul a {
  padding: 2px 0;
}
/*
 * Item subtitle
 */
.uk-nav li > a > div {
  font-size: 12px;
  line-height: 18px;
}
/* Sub-object: `uk-nav-header`
 ========================================================================== */
.uk-nav-header {
  padding: 5px 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.uk-nav-header:not(:first-child) {
  margin-top: 15px;
}
/* Sub-object: `uk-nav-divider`
 ========================================================================== */
.uk-nav-divider {
  margin: 9px 15px;
}
/* Sub-object: `uk-nav-sub`
 ========================================================================== */
/*
 * `ul` needed for higher specificity to override padding
 */
ul.uk-nav-sub {
  padding: 5px 0 5px 15px;
}
/* Modifier: `uk-nav-parent-icon`
 ========================================================================== */
.uk-nav-parent-icon > .uk-parent > a:after {
  content: "\f104";
  width: 20px;
  margin-right: -10px;
  float: right;
  font-family: FontAwesome;
  text-align: center;
}
.uk-nav-parent-icon > .uk-parent.uk-open > a:after {
  content: "\f107";
}
/* Modifier `uk-nav-side`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-side > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: rgba(0, 0, 0, 0.05);
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-nav-side > li.uk-active > a {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-side .uk-nav-header {
  color: #444444;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-side .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-side ul a {
  color: #0077dd;
}
.uk-nav-side ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-dropdown`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-dropdown > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-dropdown > li > a:hover,
.uk-nav-dropdown > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-dropdown .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-dropdown .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-dropdown ul a {
  color: #0077dd;
}
.uk-nav-dropdown ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-navbar`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-navbar > li > a {
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #00a8e6;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-navbar .uk-nav-header {
  color: #999999;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-navbar .uk-nav-divider {
  border-top: 1px solid #dddddd;
}
/*
 * Nested items
 */
.uk-nav-navbar ul a {
  color: #0077dd;
}
.uk-nav-navbar ul a:hover {
  color: #005599;
}
/* Modifier `uk-nav-offcanvas`
 ========================================================================== */
/*
 * Items
 */
.uk-nav-offcanvas > li > a {
  color: #cccccc;
  padding: 10px 15px;
}
/*
 * Hover
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-nav-offcanvas > .uk-open > a,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:hover,
html:not(.uk-touch) .uk-nav-offcanvas > li > a:focus {
  background: #404040;
  color: #ffffff;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `html .uk-nav` needed for higher specificity to override hover
 */
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #1a1a1a;
  color: #ffffff;
}
/*
 * Sub-object: `uk-nav-header`
 */
.uk-nav-offcanvas .uk-nav-header {
  color: #777777;
}
/*
 * Sub-object: `uk-nav-divider`
 */
.uk-nav-offcanvas .uk-nav-divider {
  border-top: 1px solid #1a1a1a;
}
/*
 * Nested items
 * No hover on touch devices because it behaves buggy in fixed offcanvas
 */
.uk-nav-offcanvas ul a {
  color: #cccccc;
}
html:not(.uk-touch) .uk-nav-offcanvas ul a:hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Navbar
 ========================================================================== */
.uk-navbar {
  background: #eeeeee;
  color: #444444;
}
/*
 * Micro clearfix
 */
.uk-navbar:before,
.uk-navbar:after {
  content: "";
  display: table;
}
.uk-navbar:after {
  clear: both;
}
/* Sub-object: `uk-navbar-nav`
 ========================================================================== */
.uk-navbar-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
/*
 * 1. Create position context for dropdowns
 */
.uk-navbar-nav > li {
  float: left;
  /* 1 */
  position: relative;
}
/*
 * 1. Dimensions
 * 2. Style
 */
.uk-navbar-nav > li > a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  /* 1 */
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  /* 2 */
  color: #444444;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* Appear not as link */
.uk-navbar-nav > li > a[href='#'] {
  cursor: text;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #f5f5f5;
  color: #444444;
  /* 3 */
  outline: none;
}
/* OnClick */
.uk-navbar-nav > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/* Active */
.uk-navbar-nav > li.uk-active > a {
  background-color: #f5f5f5;
  color: #444444;
}
/* Sub-objects: `uk-navbar-nav-subtitle`
 ========================================================================== */
.uk-navbar-nav .uk-navbar-nav-subtitle {
  line-height: 28px;
}
.uk-navbar-nav-subtitle > div {
  margin-top: -6px;
  font-size: 10px;
  line-height: 12px;
}
/* Sub-objects: `uk-navbar-content`, `uk-navbar-brand`, `uk-navbar-toggle`
 ========================================================================== */
/*
 * Imitate navbar items
 */
.uk-navbar-content,
.uk-navbar-brand,
.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 40px;
  padding: 0 15px;
  float: left;
}
/*
 * Helper to center all child elements vertically
 */
.uk-navbar-content:before,
.uk-navbar-brand:before,
.uk-navbar-toggle:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/* Sub-objects: `uk-navbar-content`
 ========================================================================== */
/*
 * Better sibling spacing
 */
.uk-navbar-content + .uk-navbar-content:not(.uk-navbar-center) {
  padding-left: 0;
}
/*
 * Link colors
 */
.uk-navbar-content > a:not([class]) {
  color: #0077dd;
}
.uk-navbar-content > a:not([class]):hover {
  color: #005599;
}
/* Sub-objects: `uk-navbar-brand`
 ========================================================================== */
.uk-navbar-brand {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-brand:hover,
.uk-navbar-brand:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/* Sub-object: `uk-navbar-toggle`
 ========================================================================== */
.uk-navbar-toggle {
  font-size: 18px;
  color: #444444;
  text-decoration: none;
}
/*
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-navbar-toggle:hover,
.uk-navbar-toggle:focus {
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * 1. Center icon vertically
 */
.uk-navbar-toggle:after {
  content: "\f0c9";
  font-family: FontAwesome;
  /* 1 */
  vertical-align: middle;
}
.uk-navbar-toggle-alt:after {
  content: "\f002";
}
/* Sub-object: `uk-navbar-center`
 ========================================================================== */
/*
 * The element with this class needs to be last child in the navbar
 * 1. This hack is needed because other float elements shift centered text
 */
.uk-navbar-center {
  float: none;
  text-align: center;
  /* 1 */
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}
/* Sub-object: `uk-navbar-flip`
 ========================================================================== */
.uk-navbar-flip {
  float: right;
}
/* ========================================================================
   Component: Subnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-subnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 * 3. Create position context for dropdowns
 */
.uk-subnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
  /* 3 */
  position: relative;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-subnav:before,
.uk-subnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-subnav:after {
  clear: both;
}
.uk-subnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-subnav > * > * {
  display: inline-block;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 */
.uk-subnav > * > :hover,
.uk-subnav > * > :focus {
  color: #0077dd;
  text-decoration: none;
}
/*
 * Active
 */
.uk-subnav > .uk-active > * {
  color: #0077dd;
}
/* Modifier: 'subnav-line'
 ========================================================================== */
.uk-subnav-line > :before {
  content: "";
  display: inline-block;
  height: 10px;
  vertical-align: middle;
}
.uk-subnav-line > :nth-child(n+2):before {
  margin-right: 10px;
  border-left: 1px solid #dddddd;
}
/* Modifier: 'subnav-pill'
 ========================================================================== */
.uk-subnav-pill > * > * {
  padding: 3px 9px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-subnav-pill > * > :hover,
.uk-subnav-pill > * > :focus {
  background: #eeeeee;
  color: #444444;
  text-decoration: none;
  /* 2 */
  outline: none;
}
/*
 * Active
 * `li` needed for higher specificity to override hover
 */
.uk-subnav-pill > .uk-active > * {
  background: #00a8e6;
  color: #ffffff;
}
/* Disabled state
 ========================================================================== */
.uk-subnav > .uk-disabled > * {
  background: none;
  color: #999999;
  text-decoration: none;
  cursor: text;
}
/* ========================================================================
   Component: Breadcrumb
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Remove whitespace between child elements when using `inline-block`
 */
.uk-breadcrumb {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  font-size: 0.001px;
}
/* Items
 ========================================================================== */
/*
 * Reset whitespace hack
 */
.uk-breadcrumb > li {
  font-size: 1rem;
  vertical-align: top;
}
.uk-breadcrumb > li,
.uk-breadcrumb > li > a,
.uk-breadcrumb > li > span {
  display: inline-block;
}
.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
}
/*
 * Disabled
 */
.uk-breadcrumb > li:not(.uk-active) > span {
  color: #999999;
}
/* ========================================================================
   Component: Pagination
 ========================================================================== */
/*
 * 1. Remove default list style
 * 2. Center pagination by default
 * 3. Remove whitespace between child elements when using `inline-block`
 */
.uk-pagination {
  /* 1 */
  padding: 0;
  list-style: none;
  /* 2 */
  text-align: center;
  /* 3 */
  font-size: 0.001px;
}
/*
 * Micro clearfix
 * Needed if `uk-pagination-previous` or `uk-pagination-next` sub-objects are used
 */
.uk-pagination:before,
.uk-pagination:after {
  content: "";
  display: table;
}
.uk-pagination:after {
  clear: both;
}
/* Items
 ========================================================================== */
/*
 * 1. Reset whitespace hack
 * 2. Remove the gap at the bottom of it container
 */
.uk-pagination > li {
  display: inline-block;
  /* 1 */
  font-size: 1rem;
  /* 2 */
  vertical-align: top;
}
.uk-pagination > li:nth-child(n+2) {
  margin-left: 5px;
}
/*
 * 1. Makes pagination more robust against different box-sizing use
 * 2. Reset text-align to center if alignment modifier is used
 */
.uk-pagination > li > a,
.uk-pagination > li > span {
  display: inline-block;
  min-width: 16px;
  padding: 3px 5px;
  line-height: 20px;
  text-decoration: none;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
  text-align: center;
}
/*
 * Links
 */
.uk-pagination > li > a {
  background: #eeeeee;
  color: #444444;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-pagination > li > a:hover,
.uk-pagination > li > a:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* OnClick */
.uk-pagination > li > a:active {
  background-color: #dddddd;
  color: #444444;
}
/*
 * Active
 */
.uk-pagination > .uk-active > span {
  background: #00a8e6;
  color: #ffffff;
}
/*
 * Disabled
 */
.uk-pagination > .uk-disabled > span {
  background-color: #f5f5f5;
  color: #999999;
}
/* Previous and next navigation
 ========================================================================== */
.uk-pagination-previous {
  float: left;
}
.uk-pagination-next {
  float: right;
}
/* Alignment modifiers
 ========================================================================== */
.uk-pagination-left {
  text-align: left;
}
.uk-pagination-right {
  text-align: right;
}
/* ========================================================================
   Component: Tab
 ========================================================================== */
.uk-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #dddddd;
}
/*
 * Micro clearfix on the deepest container
 */
.uk-tab:before,
.uk-tab:after {
  content: "";
  display: table;
}
.uk-tab:after {
  clear: both;
}
/*
 * Items
 * 1. Create position context for dropdowns
 */
.uk-tab > li {
  margin-bottom: -1px;
  float: left;
  /* 1 */
  position: relative;
}
.uk-tab > li > a {
  display: block;
  padding: 8px 12px 8px 12px;
  border: 1px solid transparent;
  border-bottom-width: 0;
  color: #0077dd;
  text-decoration: none;
}
.uk-tab > li:nth-child(n+2) > a {
  margin-left: 5px;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Also apply if dropdown is opened
 * 3. Remove default focus style
 */
.uk-tab > li > a:hover,
.uk-tab > li > a:focus,
.uk-tab > li.uk-open > a {
  border-color: #f5f5f5;
  background: #f5f5f5;
  color: #005599;
  /* 2 */
  outline: none;
}
.uk-tab > li:not(.uk-active) > a:hover,
.uk-tab > li:not(.uk-active) > a:focus,
.uk-tab > li.uk-open:not(.uk-active) > a {
  margin-bottom: 1px;
  padding-bottom: 7px;
}
/* Active */
.uk-tab > li.uk-active > a {
  border-color: #dddddd;
  border-bottom-color: transparent;
  background: #ffffff;
  color: #444444;
}
/* Disabled */
.uk-tab > li.uk-disabled > a {
  color: #999999;
  cursor: text;
}
.uk-tab > li.uk-disabled > a:hover,
.uk-tab > li.uk-disabled > a:focus,
.uk-tab > li.uk-disabled.uk-active > a {
  background: none;
  border-color: transparent;
}
/* Modifier: 'tab-flip'
 ========================================================================== */
.uk-tab-flip > li {
  float: right;
}
.uk-tab-flip > li:nth-child(n+2) > a {
  margin-left: 0;
  margin-right: 5px;
}
/* Modifier: 'tab-responsive'
 ========================================================================== */
.uk-tab > li.uk-tab-responsive > a {
  margin-left: 0;
  margin-right: 0;
}
/*
 * Icon
 */
.uk-tab-responsive > a:before {
  content: "\f0c9\00a0";
  font-family: FontAwesome;
}
/* Modifier: 'tab-center'
 ========================================================================== */
.uk-tab-center {
  border-bottom: 1px solid #dddddd;
}
.uk-tab-center-bottom {
  border-bottom: none;
  border-top: 1px solid #dddddd;
}
.uk-tab-center:before,
.uk-tab-center:after {
  content: "";
  display: table;
}
.uk-tab-center:after {
  clear: both;
}
/*
 * 1. Using `right` to prevent vertical scrollbar caused by centering if to many tabs
 */
.uk-tab-center .uk-tab {
  position: relative;
  right: 50%;
  border: none;
  float: right;
}
.uk-tab-center .uk-tab > li {
  position: relative;
  right: -50%;
}
.uk-tab-center .uk-tab > li > a {
  text-align: center;
}
/* Modifier: 'tab-bottom'
 ========================================================================== */
.uk-tab-bottom {
  border-top: 1px solid #dddddd;
  border-bottom: none;
}
.uk-tab-bottom > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.uk-tab-bottom > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom-width: 1px;
  border-top-width: 0;
}
.uk-tab-bottom > li:not(.uk-active) > a:hover,
.uk-tab-bottom > li:not(.uk-active) > a:focus,
.uk-tab-bottom > li.uk-open:not(.uk-active) > a {
  margin-bottom: 0;
  margin-top: 1px;
  padding-bottom: 8px;
  padding-top: 7px;
}
.uk-tab-bottom > li.uk-active > a {
  border-top-color: transparent;
  border-bottom-color: #dddddd;
}
/* Modifier: 'tab-grid'
 ========================================================================== */
/*
 * 1. Create position context to prevent hidden border because of negative `z-index`
 */
.uk-tab-grid {
  margin-left: -5px;
  border-bottom: none;
  /* 1 */
  position: relative;
  z-index: 0;
}
.uk-tab-grid:before {
  display: block;
  position: absolute;
  left: 5px;
  right: 0;
  bottom: -1px;
  border-top: 1px solid #dddddd;
  /* 1 */
  z-index: -1;
}
.uk-tab-grid > li:first-child > a {
  margin-left: 5px;
}
.uk-tab-grid > li > a {
  text-align: center;
}
/*
 * If `uk-tab-bottom`
 */
.uk-tab-grid.uk-tab-bottom {
  border-top: none;
}
.uk-tab-grid.uk-tab-bottom:before {
  top: -1px;
  bottom: auto;
}
/* Modifier: 'tab-left', 'tab-right'
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-tab-left,
  .uk-tab-right {
    border-bottom: none;
  }
  .uk-tab-left > li,
  .uk-tab-right > li {
    margin-bottom: 0;
    float: none;
  }
  .uk-tab-left > li > a,
  .uk-tab-right > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .uk-tab-left > li:nth-child(n+2) > a,
  .uk-tab-right > li:nth-child(n+2) > a {
    margin-left: 0;
    margin-top: 5px;
  }
  .uk-tab-left > li.uk-active > a,
  .uk-tab-right > li.uk-active > a {
    border-color: #dddddd;
  }
  /*
     * Modifier: 'tab-left'
     */
  .uk-tab-left {
    border-right: 1px solid #dddddd;
  }
  .uk-tab-left > li {
    margin-right: -1px;
  }
  .uk-tab-left > li > a {
    border-bottom-width: 1px;
    border-right-width: 0;
  }
  .uk-tab-left > li:not(.uk-active) > a:hover,
  .uk-tab-left > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-right: 1px;
    padding-bottom: 8px;
    padding-right: 11px;
  }
  .uk-tab-left > li.uk-active > a {
    border-right-color: transparent;
  }
  /*
     * Modifier: 'tab-right'
     */
  .uk-tab-right {
    border-left: 1px solid #dddddd;
  }
  .uk-tab-right > li {
    margin-left: -1px;
  }
  .uk-tab-right > li > a {
    border-bottom-width: 1px;
    border-left-width: 0;
  }
  .uk-tab-right > li:not(.uk-active) > a:hover,
  .uk-tab-right > li:not(.uk-active) > a:focus {
    margin-bottom: 0;
    margin-left: 1px;
    padding-bottom: 8px;
    padding-left: 11px;
  }
  .uk-tab-right > li.uk-active > a {
    border-left-color: transparent;
  }
}
/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-thumbnav > * > * {
  display: block;
  background: #ffffff;
}
.uk-thumbnav > * > * > img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Hover
 */
.uk-thumbnav > * > :hover > img,
.uk-thumbnav > * > :focus > img {
  opacity: 1;
}
/*
 * Active
 */
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}
/* ========================================================================
   Component: List
 ========================================================================== */
.uk-list {
  padding: 0;
  list-style: none;
}
/*
 * Micro clearfix to make list more robust
 */
.uk-list > li:before,
.uk-list > li:after {
  content: "";
  display: table;
}
.uk-list > li:after {
  clear: both;
}
/*
 * Remove margin from the last-child
 */
.uk-list > li > :last-child {
  margin-bottom: 0;
}
/*
 * Nested lists
 */
.uk-list ul {
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
/* Modifier: `uk-list-line`
 ========================================================================== */
.uk-list-line > li:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
/* Modifier: `uk-list-striped`
 ========================================================================== */
.uk-list-striped > li {
  padding: 5px 5px;
}
.uk-list-striped > li:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-list-space`
 ========================================================================== */
.uk-list-space > li:nth-child(n+2) {
  margin-top: 10px;
}
/* ========================================================================
   Component: Description list
 ========================================================================== */
/* Modifier: `uk-description-list-horizontal`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-description-list-horizontal {
    overflow: hidden;
  }
  .uk-description-list-horizontal > dt {
    width: 160px;
    float: left;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .uk-description-list-horizontal > dd {
    margin-left: 180px;
  }
}
/* Modifier: `uk-description-list-line`
 ========================================================================== */
.uk-description-list-line > dt {
  font-weight: normal;
}
.uk-description-list-line > dt:nth-child(n+2) {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #dddddd;
}
.uk-description-list-line > dd {
  color: #999999;
}
/* ========================================================================
   Component: Table
 ========================================================================== */
/*
 * 1. Remove most spacing between table cells.
 * 2. Block element behavior
 * 3. Style
 */
.uk-table {
  /* 1 */
  border-collapse: collapse;
  border-spacing: 0;
  /* 2 */
  width: 100%;
  /* 3 */
  margin-bottom: 15px;
}
/*
 * Add margin if adjacent element
 */
* + .uk-table {
  margin-top: 15px;
}
.uk-table th,
.uk-table td {
  padding: 8px 8px;
}
/*
 * Set alignment
 */
.uk-table th {
  text-align: left;
}
.uk-table td {
  vertical-align: top;
}
.uk-table thead th {
  vertical-align: bottom;
}
/*
 * Caption and footer
 */
.uk-table caption,
.uk-table tfoot {
  font-size: 12px;
  font-style: italic;
}
.uk-table caption {
  text-align: left;
  color: #999999;
}
/*
 * Active State
 */
.uk-table tbody tr.uk-active {
  background: #eeeeee;
}
/* Sub-modifier: `uk-table-middle`
 ========================================================================== */
.uk-table-middle,
.uk-table-middle td {
  vertical-align: middle !important;
}
/* Modifier: `uk-table-striped`
 ========================================================================== */
.uk-table-striped tbody tr:nth-of-type(odd) {
  background: #f5f5f5;
}
/* Modifier: `uk-table-condensed`
 ========================================================================== */
.uk-table-condensed td {
  padding: 4px 8px;
}
/* Modifier: `uk-table-hover`
 ========================================================================== */
.uk-table-hover tbody tr:hover {
  background: #eeeeee;
}
/* ========================================================================
   Component: Form
 ========================================================================== */
/*
 * 1. Define consistent box sizing.
 *    Default is `content-box` with following exceptions set to `border-box`
 *    `button`, `select`, `input[type="checkbox"]` and `input[type="radio"]`
 *    `input[type="search"]` in Chrome, Safari and Opera
 *    `input[type="color"]` in Firefox
 * 2. Address margins set differently in Firefox/IE and Chrome/Safari/Opera.
 * 3. Remove `border-radius` in iOS.
 * 4. Correct `font` properties and `color` not being inherited.
 */
.uk-form input,
.uk-form select,
.uk-form textarea {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  margin: 0;
  /* 3 */
  border-radius: 0;
  /* 4 */
  font: inherit;
  color: inherit;
}
/*
 * Address inconsistent `text-transform` inheritance which is only inherit in Firefox
 */
.uk-form select {
  text-transform: none;
}
/*
 * 1. Correct `font` properties not being inherited.
 * 2. Don't inherit the `font-weight` and use `bold` instead.
 * NOTE: Both declarations don't work in Chrome, Safari and Opera.
 */
.uk-form optgroup {
  /* 1 */
  font: inherit;
  /* 2 */
  font-weight: bold;
}
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * Removes excess padding in IE 8/9/10.
 */
.uk-form input[type="checkbox"],
.uk-form input[type="radio"] {
  padding: 0;
}
/*
 * Improves consistency of cursor style for clickable elements
 */
.uk-form input[type="checkbox"]:not(:disabled),
.uk-form input[type="radio"]:not(:disabled) {
  cursor: pointer;
}
/*
 * Remove default style in iOS.
 */
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="number"],
.uk-form input[type="datetime"] {
  -webkit-appearance: none;
}
/*
 * Remove inner padding and search cancel button in Chrome, Safari and Opera on OS X.
 */
.uk-form input[type="search"]::-webkit-search-cancel-button,
.uk-form input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
.uk-form input[type="number"]::-webkit-inner-spin-button,
.uk-form input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/*
 * Define consistent border, margin, and padding.
 */
.uk-form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}
/*
 * 1. Remove default vertical scrollbar in IE 8/9/10/11.
 * 2. Improve readability and alignment in all browsers.
 */
.uk-form textarea {
  /* 1 */
  overflow: auto;
  /* 2 */
  vertical-align: top;
}
/*
 * Removes placeholder transparency in Firefox.
 */
.uk-form ::-moz-placeholder {
  opacity: 1;
}
/*
 * Removes `box-shadow` for invalid controls in Firefox.
 */
.uk-form :invalid {
  box-shadow: none;
}
/*
 * Vertical alignment
 */
.uk-form input:not([type="radio"]):not([type="checkbox"]),
.uk-form select {
  vertical-align: middle;
}
/* Style
 ========================================================================== */
/*
 * Remove margin from the last-child
 */
.uk-form > :last-child {
  margin-bottom: 0;
}
/*
 * Controls
 * Except for `range`, `radio`, `checkbox`, `file`, `submit`, `reset`, `button` and `image`
 * 1. Must be `height` because `min-height` is not working in OSX
 * 2. Responsiveness: Sets a maximum width relative to the parent to scale on narrower viewports
 * 3. Vertical `padding` needed for `select` elements in Firefox
 * 4. Style
 */
.uk-form select,
.uk-form textarea,
.uk-form input:not([type]),
.uk-form input[type="text"],
.uk-form input[type="password"],
.uk-form input[type="datetime"],
.uk-form input[type="datetime-local"],
.uk-form input[type="date"],
.uk-form input[type="month"],
.uk-form input[type="time"],
.uk-form input[type="week"],
.uk-form input[type="number"],
.uk-form input[type="email"],
.uk-form input[type="url"],
.uk-form input[type="search"],
.uk-form input[type="tel"],
.uk-form input[type="color"] {
  /* 1 */
  height: 30px;
  /* 2 */
  max-width: 100%;
  /* 3 */
  padding: 4px 6px;
  /* 4 */
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #444444;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.uk-form select:focus,
.uk-form textarea:focus,
.uk-form input:not([type]):focus,
.uk-form input[type="text"]:focus,
.uk-form input[type="password"]:focus,
.uk-form input[type="datetime"]:focus,
.uk-form input[type="datetime-local"]:focus,
.uk-form input[type="date"]:focus,
.uk-form input[type="month"]:focus,
.uk-form input[type="time"]:focus,
.uk-form input[type="week"]:focus,
.uk-form input[type="number"]:focus,
.uk-form input[type="email"]:focus,
.uk-form input[type="url"]:focus,
.uk-form input[type="search"]:focus,
.uk-form input[type="tel"]:focus,
.uk-form input[type="color"]:focus {
  border-color: #99baca;
  outline: 0;
  background: #f5fbfe;
  color: #444444;
}
.uk-form select:disabled,
.uk-form textarea:disabled,
.uk-form input:not([type]):disabled,
.uk-form input[type="text"]:disabled,
.uk-form input[type="password"]:disabled,
.uk-form input[type="datetime"]:disabled,
.uk-form input[type="datetime-local"]:disabled,
.uk-form input[type="date"]:disabled,
.uk-form input[type="month"]:disabled,
.uk-form input[type="time"]:disabled,
.uk-form input[type="week"]:disabled,
.uk-form input[type="number"]:disabled,
.uk-form input[type="email"]:disabled,
.uk-form input[type="url"]:disabled,
.uk-form input[type="search"]:disabled,
.uk-form input[type="tel"]:disabled,
.uk-form input[type="color"]:disabled {
  border-color: #dddddd;
  background-color: #f5f5f5;
  color: #999999;
}
/*
 * Placeholder
 */
.uk-form :-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form ::-moz-placeholder {
  color: #999999;
}
.uk-form ::-webkit-input-placeholder {
  color: #999999;
}
.uk-form :disabled:-ms-input-placeholder {
  color: #999999 !important;
}
.uk-form :disabled::-moz-placeholder {
  color: #999999;
}
.uk-form :disabled::-webkit-input-placeholder {
  color: #999999;
}
/*
 * Legend
 * 1. Behave like block element
 * 2. Correct `color` not being inherited in IE 8/9/10/11.
 * 3. Remove padding
 * 4. `margin-bottom` is not working in Safari and Opera.
 *    Using `padding` and :after instead to create the border
 * 5. Style
 */
.uk-form legend {
  /* 1 */
  width: 100%;
  /* 2 */
  border: 0;
  /* 3 */
  padding: 0;
  /* 4 */
  padding-bottom: 15px;
  /* 5 */
  font-size: 18px;
  line-height: 30px;
}
/*
 * 1. Fixes IE9
 */
.uk-form legend:after {
  content: "";
  display: block;
  border-bottom: 1px solid #dddddd;
  /* 1 */
  width: 100%;
}
/* Size modifiers
 * Higher specificity needed to override defaults
 ========================================================================== */
select.uk-form-small,
textarea.uk-form-small,
input[type].uk-form-small,
input:not([type]).uk-form-small {
  height: 25px;
  padding: 3px 3px;
  font-size: 12px;
}
select.uk-form-large,
textarea.uk-form-large,
input[type].uk-form-large,
input:not([type]).uk-form-large {
  height: 40px;
  padding: 8px 6px;
  font-size: 16px;
}
/* Reset height
 * Must be after size modifiers
 ========================================================================== */
.uk-form textarea,
.uk-form select[multiple],
.uk-form select[size] {
  height: auto;
}
/* Validation states
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Error state
 */
.uk-form-danger {
  border-color: #dc8d99 !important;
  background: #fff7f8 !important;
  color: #d85030 !important;
}
/*
 * Success state
 */
.uk-form-success {
  border-color: #8ec73b !important;
  background: #fafff2 !important;
  color: #659f13 !important;
}
/* Style modifiers
 * Using !important to keep the selector simple
 ========================================================================== */
/*
 * Blank form
 */
.uk-form-blank {
  border-color: transparent !important;
  border-style: dashed !important;
  background: none !important;
}
.uk-form-blank:focus {
  border-color: #dddddd !important;
}
/* Size sub-modifiers
 ========================================================================== */
/*
 * Fixed widths
 * Different widths for mini sized `input` and `select` elements
 */
input.uk-form-width-mini {
  width: 40px;
}
select.uk-form-width-mini {
  width: 65px;
}
.uk-form-width-small {
  width: 130px;
}
.uk-form-width-medium {
  width: 200px;
}
.uk-form-width-large {
  width: 500px;
}
/* Sub-objects: `uk-form-row`
 * Groups labels and controls in rows
 ========================================================================== */
/*
 * Micro clearfix
 * Needed for `uk-form-horizontal` modifier
 */
.uk-form-row:before,
.uk-form-row:after {
  content: "";
  display: table;
}
.uk-form-row:after {
  clear: both;
}
/*
 * Vertical gutter
 */
.uk-form-row + .uk-form-row {
  margin-top: 15px;
}
/* Help text
 * Sub-object: `uk-form-help-inline`, `uk-form-help-block`
 ========================================================================== */
.uk-form-help-inline {
  display: inline-block;
  margin: 0 0 0 10px;
}
.uk-form-help-block {
  margin: 5px 0 0 0;
}
/* Controls content
 * Sub-object: `uk-form-controls`, `uk-form-controls-condensed`
 ========================================================================== */
/*
 * Remove margins
 */
.uk-form-controls > :first-child {
  margin-top: 0;
}
.uk-form-controls > :last-child {
  margin-bottom: 0;
}
/*
 * Group controls and text into blocks with a small spacing between blocks
 */
.uk-form-controls-condensed {
  margin: 5px 0;
}
/* Modifier: `uk-form-stacked`
 * Requires sub-object: `uk-form-label`
 ========================================================================== */
.uk-form-stacked .uk-form-label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
/* Modifier: `uk-form-horizontal`
 * Requires sub-objects: `uk-form-label`, `uk-form-controls`
 ========================================================================== */
/* Tablet portrait and smaller */
@media (max-width: 959px) {
  /* Behave like `uk-form-stacked` */
  .uk-form-horizontal .uk-form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-form-horizontal .uk-form-label {
    width: 200px;
    margin-top: 5px;
    float: left;
  }
  .uk-form-horizontal .uk-form-controls {
    margin-left: 215px;
  }
  /* Better vertical alignment if controls are checkboxes and radio buttons with text */
  .uk-form-horizontal .uk-form-controls-text {
    padding-top: 5px;
  }
}
/* Sub-object: `uk-form-icon`
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Prevent `inline-block` consequences
 */
.uk-form-icon {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
}
/*
 * 1. Make form element clickable through icon
 */
.uk-form-icon > [class*='uk-icon-'] {
  position: absolute;
  top: 50%;
  width: 30px;
  margin-top: -8px;
  font-size: 14px;
  color: #999999;
  text-align: center;
  /* 1 */
  pointer-events: none;
}
.uk-form-icon:not(.uk-form-icon-flip) > input {
  padding-left: 30px !important;
}
/*
 * Sub-modifier: `uk-form-icon-flip`
 */
.uk-form-icon-flip > [class*='uk-icon-'] {
  right: 0;
}
.uk-form-icon-flip > input {
  padding-right: 30px !important;
}
/* ========================================================================
   Component: Button
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Style
 * 8. `line-height` is used to create a height
 * 9. `min-height` is necessary for `input` elements in Firefox and Opera because `line-height` is not working.
 * 10. Reset button group whitespace hack
 * 11. Required for `a`.
 */
.uk-button {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: #444444;
  /* 6 */
  text-transform: none;
  /* 7 */
  display: inline-block;
  box-sizing: border-box;
  padding: 0 12px;
  background: #eeeeee;
  vertical-align: middle;
  /* 8 */
  line-height: 30px;
  /* 9 */
  min-height: 30px;
  /* 10 */
  font-size: 1rem;
  /* 11 */
  text-decoration: none;
  text-align: center;
}
.uk-button:not(:disabled) {
  cursor: pointer;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-button:hover,
.uk-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
  /* 3 */
  text-decoration: none;
}
/* Active */
.uk-button:active,
.uk-button.uk-active {
  background-color: #dddddd;
  color: #444444;
}
/* Color modifiers
 ========================================================================== */
/*
 * Modifier: `uk-button-primary`
 */
.uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
/* Hover */
.uk-button-primary:hover,
.uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
/* Active */
.uk-button-primary:active,
.uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-success`
 */
.uk-button-success {
  background-color: #8cc14c;
  color: #ffffff;
}
/* Hover */
.uk-button-success:hover,
.uk-button-success:focus {
  background-color: #8ec73b;
  color: #ffffff;
}
/* Active */
.uk-button-success:active,
.uk-button-success.uk-active {
  background-color: #72ae41;
  color: #ffffff;
}
/*
 * Modifier: `uk-button-danger`
 */
.uk-button-danger {
  background-color: #da314b;
  color: #ffffff;
}
/* Hover */
.uk-button-danger:hover,
.uk-button-danger:focus {
  background-color: #e4354f;
  color: #ffffff;
}
/* Active */
.uk-button-danger:active,
.uk-button-danger.uk-active {
  background-color: #c91032;
  color: #ffffff;
}
/* Disabled state
 * Overrides also the color modifiers
 ========================================================================== */
/* Equal for all button types */
.uk-button:disabled {
  background-color: #f5f5f5;
  color: #999999;
}
/* Modifier: `uk-button-link`
 ========================================================================== */
/* Reset */
.uk-button-link,
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active,
.uk-button-link:disabled {
  border-color: transparent;
  background: none;
}
/* Color */
.uk-button-link {
  color: #0077dd;
}
.uk-button-link:hover,
.uk-button-link:focus,
.uk-button-link:active,
.uk-button-link.uk-active {
  color: #005599;
  text-decoration: underline;
}
.uk-button-link:disabled {
  color: #999999;
}
/* Focus */
.uk-button-link:focus {
  outline: 1px dotted;
}
/* Size modifiers
 ========================================================================== */
.uk-button-mini {
  min-height: 20px;
  padding: 0 6px;
  line-height: 20px;
  font-size: 11px;
}
.uk-button-small {
  min-height: 25px;
  padding: 0 10px;
  line-height: 25px;
  font-size: 12px;
}
.uk-button-large {
  min-height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
}
/* Sub-object `uk-button-group`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 * 3. Remove whitespace between child elements when using `inline-block`
 * 4. Prevent buttons from wrapping
 * 5. Remove whitespace between child elements when using `inline-block`
 */
.uk-button-group {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
  /* 3 */
  font-size: 0.001px;
  /* 4 */
  white-space: nowrap;
}
.uk-button-group > * {
  display: inline-block;
}
/* 5 */
.uk-button-group .uk-button {
  vertical-align: top;
}
/* Sub-object: `uk-button-dropdown`
 ========================================================================== */
/*
 * 1. Behave like buttons
 * 2. Create position context for dropdowns
 */
.uk-button-dropdown {
  /* 1 */
  display: inline-block;
  vertical-align: middle;
  /* 2 */
  position: relative;
}
/* ========================================================================
   Component: Icon
 ========================================================================== */
/*@font-face {
  font-family: 'FontAwesome';
  src: url("/bitrix/templates/ekt/css/lib/../fonts/fontawesome-webfont.eot");
  src: url("/bitrix/templates/ekt/css/lib/../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/lib/../fonts/fontawesome-webfont.woff2") format('woff2'), url("/bitrix/templates/ekt/css/lib/../fonts/fontawesome-webfont.woff") format("woff"), url("/bitrix/templates/ekt/css/lib/../fonts/fontawesome-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}*/
/*
 * 1. Allow margin
 * 2. Prevent inherit font style
 * 4. Correct line-height
 * 5. Better font rendering
 * 6. Remove `text-decoration` for anchors
 */
[class*='uk-icon-'] {
  font-family: FontAwesome;
  /* 1 */
  display: inline-block;
  /* 2 */
  font-weight: normal;
  font-style: normal;
  /* 4 */
  line-height: 1;
  /* 5 */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* 6 */
[class*='uk-icon-'],
[class*='uk-icon-']:hover,
[class*='uk-icon-']:focus {
  text-decoration: none;
}
/* Size modifiers
 ========================================================================== */
.uk-icon-small {
  font-size: 150%;
  vertical-align: -10%;
}
.uk-icon-medium {
  font-size: 200%;
  vertical-align: -16%;
}
.uk-icon-large {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `uk-icon-justify`
 ========================================================================== */
.uk-icon-justify {
  width: 1em;
  text-align: center;
}
/* Modifier: `uk-icon-spin`
 ========================================================================== */
.uk-icon-spin {
  display: inline-block;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* Modifier: `uk-icon-hover`
 ========================================================================== */
.uk-icon-hover {
  color: #999999;
}
/*
 * Hover
 */
.uk-icon-hover:hover {
  color: #444444;
}
/* Modifier: `uk-icon-button`
 ========================================================================== */
.uk-icon-button {
  box-sizing: border-box;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  background: #eeeeee;
  line-height: 35px;
  color: #444444;
  font-size: 18px;
  text-align: center;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 */
.uk-icon-button:hover,
.uk-icon-button:focus {
  background-color: #f5f5f5;
  color: #444444;
  /* 2 */
  outline: none;
}
/* Active */
.uk-icon-button:active {
  background-color: #dddddd;
  color: #444444;
}
/* Icon mapping
 ========================================================================== */
.uk-icon-glass:before {
  content: "\f000";
}
.uk-icon-music:before {
  content: "\f001";
}
.uk-icon-search:before {
  content: "\f002";
}
.uk-icon-envelope-o:before {
  content: "\f003";
}
.uk-icon-heart:before {
  content: "\f004";
}
.uk-icon-star:before {
  content: "\f005";
}
.uk-icon-star-o:before {
  content: "\f006";
}
.uk-icon-user:before {
  content: "\f007";
}
.uk-icon-film:before {
  content: "\f008";
}
.uk-icon-th-large:before {
  content: "\f009";
}
.uk-icon-th:before {
  content: "\f00a";
}
.uk-icon-th-list:before {
  content: "\f00b";
}
.uk-icon-check:before {
  content: "\f00c";
}
.uk-icon-remove:before,
.uk-icon-close:before,
.uk-icon-times:before {
  content: "\f00d";
}
.uk-icon-search-plus:before {
  content: "\f00e";
}
.uk-icon-search-minus:before {
  content: "\f010";
}
.uk-icon-power-off:before {
  content: "\f011";
}
.uk-icon-signal:before {
  content: "\f012";
}
.uk-icon-gear:before,
.uk-icon-cog:before {
  content: "\f013";
}
.uk-icon-trash-o:before {
  content: "\f014";
}
.uk-icon-home:before {
  content: "\f015";
}
.uk-icon-file-o:before {
  content: "\f016";
}
.uk-icon-clock-o:before {
  content: "\f017";
}
.uk-icon-road:before {
  content: "\f018";
}
.uk-icon-download:before {
  content: "\f019";
}
.uk-icon-arrow-circle-o-down:before {
  content: "\f01a";
}
.uk-icon-arrow-circle-o-up:before {
  content: "\f01b";
}
.uk-icon-inbox:before {
  content: "\f01c";
}
.uk-icon-play-circle-o:before {
  content: "\f01d";
}
.uk-icon-rotate-right:before,
.uk-icon-repeat:before {
  content: "\f01e";
}
.uk-icon-refresh:before {
  content: "\f021";
}
.uk-icon-list-alt:before {
  content: "\f022";
}
.uk-icon-lock:before {
  content: "\f023";
}
.uk-icon-flag:before {
  content: "\f024";
}
.uk-icon-headphones:before {
  content: "\f025";
}
.uk-icon-volume-off:before {
  content: "\f026";
}
.uk-icon-volume-down:before {
  content: "\f027";
}
.uk-icon-volume-up:before {
  content: "\f028";
}
.uk-icon-qrcode:before {
  content: "\f029";
}
.uk-icon-barcode:before {
  content: "\f02a";
}
.uk-icon-tag:before {
  content: "\f02b";
}
.uk-icon-tags:before {
  content: "\f02c";
}
.uk-icon-book:before {
  content: "\f02d";
}
.uk-icon-bookmark:before {
  content: "\f02e";
}
.uk-icon-print:before {
  content: "\f02f";
}
.uk-icon-camera:before {
  content: "\f030";
}
.uk-icon-font:before {
  content: "\f031";
}
.uk-icon-bold:before {
  content: "\f032";
}
.uk-icon-italic:before {
  content: "\f033";
}
.uk-icon-text-height:before {
  content: "\f034";
}
.uk-icon-text-width:before {
  content: "\f035";
}
.uk-icon-align-left:before {
  content: "\f036";
}
.uk-icon-align-center:before {
  content: "\f037";
}
.uk-icon-align-right:before {
  content: "\f038";
}
.uk-icon-align-justify:before {
  content: "\f039";
}
.uk-icon-list:before {
  content: "\f03a";
}
.uk-icon-dedent:before,
.uk-icon-outdent:before {
  content: "\f03b";
}
.uk-icon-indent:before {
  content: "\f03c";
}
.uk-icon-video-camera:before {
  content: "\f03d";
}
.uk-icon-photo:before,
.uk-icon-image:before,
.uk-icon-picture-o:before {
  content: "\f03e";
}
.uk-icon-pencil:before {
  content: "\f040";
}
.uk-icon-map-marker:before {
  content: "\f041";
}
.uk-icon-adjust:before {
  content: "\f042";
}
.uk-icon-tint:before {
  content: "\f043";
}
.uk-icon-edit:before,
.uk-icon-pencil-square-o:before {
  content: "\f044";
}
.uk-icon-share-square-o:before {
  content: "\f045";
}
.uk-icon-check-square-o:before {
  content: "\f046";
}
.uk-icon-arrows:before {
  content: "\f047";
}
.uk-icon-step-backward:before {
  content: "\f048";
}
.uk-icon-fast-backward:before {
  content: "\f049";
}
.uk-icon-backward:before {
  content: "\f04a";
}
.uk-icon-play:before {
  content: "\f04b";
}
.uk-icon-pause:before {
  content: "\f04c";
}
.uk-icon-stop:before {
  content: "\f04d";
}
.uk-icon-forward:before {
  content: "\f04e";
}
.uk-icon-fast-forward:before {
  content: "\f050";
}
.uk-icon-step-forward:before {
  content: "\f051";
}
.uk-icon-eject:before {
  content: "\f052";
}
.uk-icon-chevron-left:before {
  content: "\f053";
}
.uk-icon-chevron-right:before {
  content: "\f054";
}
.uk-icon-plus-circle:before {
  content: "\f055";
}
.uk-icon-minus-circle:before {
  content: "\f056";
}
.uk-icon-times-circle:before {
  content: "\f057";
}
.uk-icon-check-circle:before {
  content: "\f058";
}
.uk-icon-question-circle:before {
  content: "\f059";
}
.uk-icon-info-circle:before {
  content: "\f05a";
}
.uk-icon-crosshairs:before {
  content: "\f05b";
}
.uk-icon-times-circle-o:before {
  content: "\f05c";
}
.uk-icon-check-circle-o:before {
  content: "\f05d";
}
.uk-icon-ban:before {
  content: "\f05e";
}
.uk-icon-arrow-left:before {
  content: "\f060";
}
.uk-icon-arrow-right:before {
  content: "\f061";
}
.uk-icon-arrow-up:before {
  content: "\f062";
}
.uk-icon-arrow-down:before {
  content: "\f063";
}
.uk-icon-mail-forward:before,
.uk-icon-share:before {
  content: "\f064";
}
.uk-icon-expand:before {
  content: "\f065";
}
.uk-icon-compress:before {
  content: "\f066";
}
.uk-icon-plus:before {
  content: "\f067";
}
.uk-icon-minus:before {
  content: "\f068";
}
.uk-icon-asterisk:before {
  content: "\f069";
}
.uk-icon-exclamation-circle:before {
  content: "\f06a";
}
.uk-icon-gift:before {
  content: "\f06b";
}
.uk-icon-leaf:before {
  content: "\f06c";
}
.uk-icon-fire:before {
  content: "\f06d";
}
.uk-icon-eye:before {
  content: "\f06e";
}
.uk-icon-eye-slash:before {
  content: "\f070";
}
.uk-icon-warning:before,
.uk-icon-exclamation-triangle:before {
  content: "\f071";
}
.uk-icon-plane:before {
  content: "\f072";
}
.uk-icon-calendar:before {
  content: "\f073";
}
.uk-icon-random:before {
  content: "\f074";
}
.uk-icon-comment:before {
  content: "\f075";
}
.uk-icon-magnet:before {
  content: "\f076";
}
.uk-icon-chevron-up:before {
  content: "\f077";
}
.uk-icon-chevron-down:before {
  content: "\f078";
}
.uk-icon-retweet:before {
  content: "\f079";
}
.uk-icon-shopping-cart:before {
  content: "\f07a";
}
.uk-icon-folder:before {
  content: "\f07b";
}
.uk-icon-folder-open:before {
  content: "\f07c";
}
.uk-icon-arrows-v:before {
  content: "\f07d";
}
.uk-icon-arrows-h:before {
  content: "\f07e";
}
.uk-icon-bar-chart-o:before,
.uk-icon-bar-chart:before {
  content: "\f080";
}
.uk-icon-twitter-square:before {
  content: "\f081";
}
.uk-icon-facebook-square:before {
  content: "\f082";
}
.uk-icon-camera-retro:before {
  content: "\f083";
}
.uk-icon-key:before {
  content: "\f084";
}
.uk-icon-gears:before,
.uk-icon-cogs:before {
  content: "\f085";
}
.uk-icon-comments:before {
  content: "\f086";
}
.uk-icon-thumbs-o-up:before {
  content: "\f087";
}
.uk-icon-thumbs-o-down:before {
  content: "\f088";
}
.uk-icon-star-half:before {
  content: "\f089";
}
.uk-icon-heart-o:before {
  content: "\f08a";
}
.uk-icon-sign-out:before {
  content: "\f08b";
}
.uk-icon-linkedin-square:before {
  content: "\f08c";
}
.uk-icon-thumb-tack:before {
  content: "\f08d";
}
.uk-icon-external-link:before {
  content: "\f08e";
}
.uk-icon-sign-in:before {
  content: "\f090";
}
.uk-icon-trophy:before {
  content: "\f091";
}
.uk-icon-github-square:before {
  content: "\f092";
}
.uk-icon-upload:before {
  content: "\f093";
}
.uk-icon-lemon-o:before {
  content: "\f094";
}
.uk-icon-phone:before {
  content: "\f095";
}
.uk-icon-square-o:before {
  content: "\f096";
}
.uk-icon-bookmark-o:before {
  content: "\f097";
}
.uk-icon-phone-square:before {
  content: "\f098";
}
.uk-icon-twitter:before {
  content: "\f099";
}
.uk-icon-facebook-f:before,
.uk-icon-facebook:before {
  content: "\f09a";
}
.uk-icon-github:before {
  content: "\f09b";
}
.uk-icon-unlock:before {
  content: "\f09c";
}
.uk-icon-credit-card:before {
  content: "\f09d";
}
.uk-icon-rss:before {
  content: "\f09e";
}
.uk-icon-hdd-o:before {
  content: "\f0a0";
}
.uk-icon-bullhorn:before {
  content: "\f0a1";
}
.uk-icon-bell:before {
  content: "\f0f3";
}
.uk-icon-certificate:before {
  content: "\f0a3";
}
.uk-icon-hand-o-right:before {
  content: "\f0a4";
}
.uk-icon-hand-o-left:before {
  content: "\f0a5";
}
.uk-icon-hand-o-up:before {
  content: "\f0a6";
}
.uk-icon-hand-o-down:before {
  content: "\f0a7";
}
.uk-icon-arrow-circle-left:before {
  content: "\f0a8";
}
.uk-icon-arrow-circle-right:before {
  content: "\f0a9";
}
.uk-icon-arrow-circle-up:before {
  content: "\f0aa";
}
.uk-icon-arrow-circle-down:before {
  content: "\f0ab";
}
.uk-icon-globe:before {
  content: "\f0ac";
}
.uk-icon-wrench:before {
  content: "\f0ad";
}
.uk-icon-tasks:before {
  content: "\f0ae";
}
.uk-icon-filter:before {
  content: "\f0b0";
}
.uk-icon-briefcase:before {
  content: "\f0b1";
}
.uk-icon-arrows-alt:before {
  content: "\f0b2";
}
.uk-icon-group:before,
.uk-icon-users:before {
  content: "\f0c0";
}
.uk-icon-chain:before,
.uk-icon-link:before {
  content: "\f0c1";
}
.uk-icon-cloud:before {
  content: "\f0c2";
}
.uk-icon-flask:before {
  content: "\f0c3";
}
.uk-icon-cut:before,
.uk-icon-scissors:before {
  content: "\f0c4";
}
.uk-icon-copy:before,
.uk-icon-files-o:before {
  content: "\f0c5";
}
.uk-icon-paperclip:before {
  content: "\f0c6";
}
.uk-icon-save:before,
.uk-icon-floppy-o:before {
  content: "\f0c7";
}
.uk-icon-square:before {
  content: "\f0c8";
}
.uk-icon-navicon:before,
.uk-icon-reorder:before,
.uk-icon-bars:before {
  content: "\f0c9";
}
.uk-icon-list-ul:before {
  content: "\f0ca";
}
.uk-icon-list-ol:before {
  content: "\f0cb";
}
.uk-icon-strikethrough:before {
  content: "\f0cc";
}
.uk-icon-underline:before {
  content: "\f0cd";
}
.uk-icon-table:before {
  content: "\f0ce";
}
.uk-icon-magic:before {
  content: "\f0d0";
}
.uk-icon-truck:before {
  content: "\f0d1";
}
.uk-icon-pinterest:before {
  content: "\f0d2";
}
.uk-icon-pinterest-square:before {
  content: "\f0d3";
}
.uk-icon-google-plus-square:before {
  content: "\f0d4";
}
.uk-icon-google-plus:before {
  content: "\f0d5";
}
.uk-icon-money:before {
  content: "\f0d6";
}
.uk-icon-caret-down:before {
  content: "\f0d7";
}
.uk-icon-caret-up:before {
  content: "\f0d8";
}
.uk-icon-caret-left:before {
  content: "\f0d9";
}
.uk-icon-caret-right:before {
  content: "\f0da";
}
.uk-icon-columns:before {
  content: "\f0db";
}
.uk-icon-unsorted:before,
.uk-icon-sort:before {
  content: "\f0dc";
}
.uk-icon-sort-down:before,
.uk-icon-sort-desc:before {
  content: "\f0dd";
}
.uk-icon-sort-up:before,
.uk-icon-sort-asc:before {
  content: "\f0de";
}
.uk-icon-envelope:before {
  content: "\f0e0";
}
.uk-icon-linkedin:before {
  content: "\f0e1";
}
.uk-icon-rotate-left:before,
.uk-icon-undo:before {
  content: "\f0e2";
}
.uk-icon-legal:before,
.uk-icon-gavel:before {
  content: "\f0e3";
}
.uk-icon-dashboard:before,
.uk-icon-tachometer:before {
  content: "\f0e4";
}
.uk-icon-comment-o:before {
  content: "\f0e5";
}
.uk-icon-comments-o:before {
  content: "\f0e6";
}
.uk-icon-flash:before,
.uk-icon-bolt:before {
  content: "\f0e7";
}
.uk-icon-sitemap:before {
  content: "\f0e8";
}
.uk-icon-umbrella:before {
  content: "\f0e9";
}
.uk-icon-paste:before,
.uk-icon-clipboard:before {
  content: "\f0ea";
}
.uk-icon-lightbulb-o:before {
  content: "\f0eb";
}
.uk-icon-exchange:before {
  content: "\f0ec";
}
.uk-icon-cloud-download:before {
  content: "\f0ed";
}
.uk-icon-cloud-upload:before {
  content: "\f0ee";
}
.uk-icon-user-md:before {
  content: "\f0f0";
}
.uk-icon-stethoscope:before {
  content: "\f0f1";
}
.uk-icon-suitcase:before {
  content: "\f0f2";
}
.uk-icon-bell-o:before {
  content: "\f0a2";
}
.uk-icon-coffee:before {
  content: "\f0f4";
}
.uk-icon-cutlery:before {
  content: "\f0f5";
}
.uk-icon-file-text-o:before {
  content: "\f0f6";
}
.uk-icon-building-o:before {
  content: "\f0f7";
}
.uk-icon-hospital-o:before {
  content: "\f0f8";
}
.uk-icon-ambulance:before {
  content: "\f0f9";
}
.uk-icon-medkit:before {
  content: "\f0fa";
}
.uk-icon-fighter-jet:before {
  content: "\f0fb";
}
.uk-icon-beer:before {
  content: "\f0fc";
}
.uk-icon-h-square:before {
  content: "\f0fd";
}
.uk-icon-plus-square:before {
  content: "\f0fe";
}
.uk-icon-angle-double-left:before {
  content: "\f100";
}
.uk-icon-angle-double-right:before {
  content: "\f101";
}
.uk-icon-angle-double-up:before {
  content: "\f102";
}
.uk-icon-angle-double-down:before {
  content: "\f103";
}
.uk-icon-angle-left:before {
  content: "\f104";
}
.uk-icon-angle-right:before {
  content: "\f105";
}
.uk-icon-angle-up:before {
  content: "\f106";
}
.uk-icon-angle-down:before {
  content: "\f107";
}
.uk-icon-desktop:before {
  content: "\f108";
}
.uk-icon-laptop:before {
  content: "\f109";
}
.uk-icon-tablet:before {
  content: "\f10a";
}
.uk-icon-mobile-phone:before,
.uk-icon-mobile:before {
  content: "\f10b";
}
.uk-icon-circle-o:before {
  content: "\f10c";
}
.uk-icon-quote-left:before {
  content: "\f10d";
}
.uk-icon-quote-right:before {
  content: "\f10e";
}
.uk-icon-spinner:before {
  content: "\f110";
}
.uk-icon-circle:before {
  content: "\f111";
}
.uk-icon-mail-reply:before,
.uk-icon-reply:before {
  content: "\f112";
}
.uk-icon-github-alt:before {
  content: "\f113";
}
.uk-icon-folder-o:before {
  content: "\f114";
}
.uk-icon-folder-open-o:before {
  content: "\f115";
}
.uk-icon-smile-o:before {
  content: "\f118";
}
.uk-icon-frown-o:before {
  content: "\f119";
}
.uk-icon-meh-o:before {
  content: "\f11a";
}
.uk-icon-gamepad:before {
  content: "\f11b";
}
.uk-icon-keyboard-o:before {
  content: "\f11c";
}
.uk-icon-flag-o:before {
  content: "\f11d";
}
.uk-icon-flag-checkered:before {
  content: "\f11e";
}
.uk-icon-terminal:before {
  content: "\f120";
}
.uk-icon-code:before {
  content: "\f121";
}
.uk-icon-mail-reply-all:before,
.uk-icon-reply-all:before {
  content: "\f122";
}
.uk-icon-star-half-empty:before,
.uk-icon-star-half-full:before,
.uk-icon-star-half-o:before {
  content: "\f123";
}
.uk-icon-location-arrow:before {
  content: "\f124";
}
.uk-icon-crop:before {
  content: "\f125";
}
.uk-icon-code-fork:before {
  content: "\f126";
}
.uk-icon-unlink:before,
.uk-icon-chain-broken:before {
  content: "\f127";
}
.uk-icon-question:before {
  content: "\f128";
}
.uk-icon-info:before {
  content: "\f129";
}
.uk-icon-exclamation:before {
  content: "\f12a";
}
.uk-icon-superscript:before {
  content: "\f12b";
}
.uk-icon-subscript:before {
  content: "\f12c";
}
.uk-icon-eraser:before {
  content: "\f12d";
}
.uk-icon-puzzle-piece:before {
  content: "\f12e";
}
.uk-icon-microphone:before {
  content: "\f130";
}
.uk-icon-microphone-slash:before {
  content: "\f131";
}
.uk-icon-shield:before {
  content: "\f132";
}
.uk-icon-calendar-o:before {
  content: "\f133";
}
.uk-icon-fire-extinguisher:before {
  content: "\f134";
}
.uk-icon-rocket:before {
  content: "\f135";
}
.uk-icon-maxcdn:before {
  content: "\f136";
}
.uk-icon-chevron-circle-left:before {
  content: "\f137";
}
.uk-icon-chevron-circle-right:before {
  content: "\f138";
}
.uk-icon-chevron-circle-up:before {
  content: "\f139";
}
.uk-icon-chevron-circle-down:before {
  content: "\f13a";
}
.uk-icon-html5:before {
  content: "\f13b";
}
.uk-icon-css3:before {
  content: "\f13c";
}
.uk-icon-anchor:before {
  content: "\f13d";
}
.uk-icon-unlock-alt:before {
  content: "\f13e";
}
.uk-icon-bullseye:before {
  content: "\f140";
}
.uk-icon-ellipsis-h:before {
  content: "\f141";
}
.uk-icon-ellipsis-v:before {
  content: "\f142";
}
.uk-icon-rss-square:before {
  content: "\f143";
}
.uk-icon-play-circle:before {
  content: "\f144";
}
.uk-icon-ticket:before {
  content: "\f145";
}
.uk-icon-minus-square:before {
  content: "\f146";
}
.uk-icon-minus-square-o:before {
  content: "\f147";
}
.uk-icon-level-up:before {
  content: "\f148";
}
.uk-icon-level-down:before {
  content: "\f149";
}
.uk-icon-check-square:before {
  content: "\f14a";
}
.uk-icon-pencil-square:before {
  content: "\f14b";
}
.uk-icon-external-link-square:before {
  content: "\f14c";
}
.uk-icon-share-square:before {
  content: "\f14d";
}
.uk-icon-compass:before {
  content: "\f14e";
}
.uk-icon-toggle-down:before,
.uk-icon-caret-square-o-down:before {
  content: "\f150";
}
.uk-icon-toggle-up:before,
.uk-icon-caret-square-o-up:before {
  content: "\f151";
}
.uk-icon-toggle-right:before,
.uk-icon-caret-square-o-right:before {
  content: "\f152";
}
.uk-icon-euro:before,
.uk-icon-eur:before {
  content: "\f153";
}
.uk-icon-gbp:before {
  content: "\f154";
}
.uk-icon-dollar:before,
.uk-icon-usd:before {
  content: "\f155";
}
.uk-icon-rupee:before,
.uk-icon-inr:before {
  content: "\f156";
}
.uk-icon-cny:before,
.uk-icon-rmb:before,
.uk-icon-yen:before,
.uk-icon-jpy:before {
  content: "\f157";
}
.uk-icon-ruble:before,
.uk-icon-rouble:before,
.uk-icon-rub:before {
  content: "\f158";
}
.uk-icon-won:before,
.uk-icon-krw:before {
  content: "\f159";
}
.uk-icon-bitcoin:before,
.uk-icon-btc:before {
  content: "\f15a";
}
.uk-icon-file:before {
  content: "\f15b";
}
.uk-icon-file-text:before {
  content: "\f15c";
}
.uk-icon-sort-alpha-asc:before {
  content: "\f15d";
}
.uk-icon-sort-alpha-desc:before {
  content: "\f15e";
}
.uk-icon-sort-amount-asc:before {
  content: "\f160";
}
.uk-icon-sort-amount-desc:before {
  content: "\f161";
}
.uk-icon-sort-numeric-asc:before {
  content: "\f162";
}
.uk-icon-sort-numeric-desc:before {
  content: "\f163";
}
.uk-icon-thumbs-up:before {
  content: "\f164";
}
.uk-icon-thumbs-down:before {
  content: "\f165";
}
.uk-icon-youtube-square:before {
  content: "\f166";
}
.uk-icon-youtube:before {
  content: "\f167";
}
.uk-icon-xing:before {
  content: "\f168";
}
.uk-icon-xing-square:before {
  content: "\f169";
}
.uk-icon-youtube-play:before {
  content: "\f16a";
}
.uk-icon-dropbox:before {
  content: "\f16b";
}
.uk-icon-stack-overflow:before {
  content: "\f16c";
}
.uk-icon-instagram:before {
  content: "\f16d";
}
.uk-icon-flickr:before {
  content: "\f16e";
}
.uk-icon-adn:before {
  content: "\f170";
}
.uk-icon-bitbucket:before {
  content: "\f171";
}
.uk-icon-bitbucket-square:before {
  content: "\f172";
}
.uk-icon-tumblr:before {
  content: "\f173";
}
.uk-icon-tumblr-square:before {
  content: "\f174";
}
.uk-icon-long-arrow-down:before {
  content: "\f175";
}
.uk-icon-long-arrow-up:before {
  content: "\f176";
}
.uk-icon-long-arrow-left:before {
  content: "\f177";
}
.uk-icon-long-arrow-right:before {
  content: "\f178";
}
.uk-icon-apple:before {
  content: "\f179";
}
.uk-icon-windows:before {
  content: "\f17a";
}
.uk-icon-android:before {
  content: "\f17b";
}
.uk-icon-linux:before {
  content: "\f17c";
}
.uk-icon-dribbble:before {
  content: "\f17d";
}
.uk-icon-skype:before {
  content: "\f17e";
}
.uk-icon-foursquare:before {
  content: "\f180";
}
.uk-icon-trello:before {
  content: "\f181";
}
.uk-icon-female:before {
  content: "\f182";
}
.uk-icon-male:before {
  content: "\f183";
}
.uk-icon-gittip:before,
.uk-icon-gratipay:before {
  content: "\f184";
}
.uk-icon-sun-o:before {
  content: "\f185";
}
.uk-icon-moon-o:before {
  content: "\f186";
}
.uk-icon-archive:before {
  content: "\f187";
}
.uk-icon-bug:before {
  content: "\f188";
}
.uk-icon-vk:before {
  content: "\f189";
}
.uk-icon-weibo:before {
  content: "\f18a";
}
.uk-icon-renren:before {
  content: "\f18b";
}
.uk-icon-pagelines:before {
  content: "\f18c";
}
.uk-icon-stack-exchange:before {
  content: "\f18d";
}
.uk-icon-arrow-circle-o-right:before {
  content: "\f18e";
}
.uk-icon-arrow-circle-o-left:before {
  content: "\f190";
}
.uk-icon-toggle-left:before,
.uk-icon-caret-square-o-left:before {
  content: "\f191";
}
.uk-icon-dot-circle-o:before {
  content: "\f192";
}
.uk-icon-wheelchair:before {
  content: "\f193";
}
.uk-icon-vimeo-square:before {
  content: "\f194";
}
.uk-icon-turkish-lira:before,
.uk-icon-try:before {
  content: "\f195";
}
.uk-icon-plus-square-o:before {
  content: "\f196";
}
.uk-icon-space-shuttle:before {
  content: "\f197";
}
.uk-icon-slack:before {
  content: "\f198";
}
.uk-icon-envelope-square:before {
  content: "\f199";
}
.uk-icon-wordpress:before {
  content: "\f19a";
}
.uk-icon-openid:before {
  content: "\f19b";
}
.uk-icon-institution:before,
.uk-icon-bank:before,
.uk-icon-university:before {
  content: "\f19c";
}
.uk-icon-mortar-board:before,
.uk-icon-graduation-cap:before {
  content: "\f19d";
}
.uk-icon-yahoo:before {
  content: "\f19e";
}
.uk-icon-google:before {
  content: "\f1a0";
}
.uk-icon-reddit:before {
  content: "\f1a1";
}
.uk-icon-reddit-square:before {
  content: "\f1a2";
}
.uk-icon-stumbleupon-circle:before {
  content: "\f1a3";
}
.uk-icon-stumbleupon:before {
  content: "\f1a4";
}
.uk-icon-delicious:before {
  content: "\f1a5";
}
.uk-icon-digg:before {
  content: "\f1a6";
}
.uk-icon-pied-piper:before {
  content: "\f1a7";
}
.uk-icon-pied-piper-alt:before {
  content: "\f1a8";
}
.uk-icon-drupal:before {
  content: "\f1a9";
}
.uk-icon-joomla:before {
  content: "\f1aa";
}
.uk-icon-language:before {
  content: "\f1ab";
}
.uk-icon-fax:before {
  content: "\f1ac";
}
.uk-icon-building:before {
  content: "\f1ad";
}
.uk-icon-child:before {
  content: "\f1ae";
}
.uk-icon-paw:before {
  content: "\f1b0";
}
.uk-icon-spoon:before {
  content: "\f1b1";
}
.uk-icon-cube:before {
  content: "\f1b2";
}
.uk-icon-cubes:before {
  content: "\f1b3";
}
.uk-icon-behance:before {
  content: "\f1b4";
}
.uk-icon-behance-square:before {
  content: "\f1b5";
}
.uk-icon-steam:before {
  content: "\f1b6";
}
.uk-icon-steam-square:before {
  content: "\f1b7";
}
.uk-icon-recycle:before {
  content: "\f1b8";
}
.uk-icon-automobile:before,
.uk-icon-car:before {
  content: "\f1b9";
}
.uk-icon-cab:before,
.uk-icon-taxi:before {
  content: "\f1ba";
}
.uk-icon-tree:before {
  content: "\f1bb";
}
.uk-icon-spotify:before {
  content: "\f1bc";
}
.uk-icon-deviantart:before {
  content: "\f1bd";
}
.uk-icon-soundcloud:before {
  content: "\f1be";
}
.uk-icon-database:before {
  content: "\f1c0";
}
.uk-icon-file-pdf-o:before {
  content: "\f1c1";
}
.uk-icon-file-word-o:before {
  content: "\f1c2";
}
.uk-icon-file-excel-o:before {
  content: "\f1c3";
}
.uk-icon-file-powerpoint-o:before {
  content: "\f1c4";
}
.uk-icon-file-photo-o:before,
.uk-icon-file-picture-o:before,
.uk-icon-file-image-o:before {
  content: "\f1c5";
}
.uk-icon-file-zip-o:before,
.uk-icon-file-archive-o:before {
  content: "\f1c6";
}
.uk-icon-file-sound-o:before,
.uk-icon-file-audio-o:before {
  content: "\f1c7";
}
.uk-icon-file-movie-o:before,
.uk-icon-file-video-o:before {
  content: "\f1c8";
}
.uk-icon-file-code-o:before {
  content: "\f1c9";
}
.uk-icon-vine:before {
  content: "\f1ca";
}
.uk-icon-codepen:before {
  content: "\f1cb";
}
.uk-icon-jsfiddle:before {
  content: "\f1cc";
}
.uk-icon-life-bouy:before,
.uk-icon-life-buoy:before,
.uk-icon-life-saver:before,
.uk-icon-support:before,
.uk-icon-life-ring:before {
  content: "\f1cd";
}
.uk-icon-circle-o-notch:before {
  content: "\f1ce";
}
.uk-icon-ra:before,
.uk-icon-rebel:before {
  content: "\f1d0";
}
.uk-icon-ge:before,
.uk-icon-empire:before {
  content: "\f1d1";
}
.uk-icon-git-square:before {
  content: "\f1d2";
}
.uk-icon-git:before {
  content: "\f1d3";
}
.uk-icon-hacker-news:before {
  content: "\f1d4";
}
.uk-icon-tencent-weibo:before {
  content: "\f1d5";
}
.uk-icon-qq:before {
  content: "\f1d6";
}
.uk-icon-wechat:before,
.uk-icon-weixin:before {
  content: "\f1d7";
}
.uk-icon-send:before,
.uk-icon-paper-plane:before {
  content: "\f1d8";
}
.uk-icon-send-o:before,
.uk-icon-paper-plane-o:before {
  content: "\f1d9";
}
.uk-icon-history:before {
  content: "\f1da";
}
.uk-icon-genderless:before,
.uk-icon-circle-thin:before {
  content: "\f1db";
}
.uk-icon-header:before {
  content: "\f1dc";
}
.uk-icon-paragraph:before {
  content: "\f1dd";
}
.uk-icon-sliders:before {
  content: "\f1de";
}
.uk-icon-share-alt:before {
  content: "\f1e0";
}
.uk-icon-share-alt-square:before {
  content: "\f1e1";
}
.uk-icon-bomb:before {
  content: "\f1e2";
}
.uk-icon-soccer-ball-o:before,
.uk-icon-futbol-o:before {
  content: "\f1e3";
}
.uk-icon-tty:before {
  content: "\f1e4";
}
.uk-icon-binoculars:before {
  content: "\f1e5";
}
.uk-icon-plug:before {
  content: "\f1e6";
}
.uk-icon-slideshare:before {
  content: "\f1e7";
}
.uk-icon-twitch:before {
  content: "\f1e8";
}
.uk-icon-yelp:before {
  content: "\f1e9";
}
.uk-icon-newspaper-o:before {
  content: "\f1ea";
}
.uk-icon-wifi:before {
  content: "\f1eb";
}
.uk-icon-calculator:before {
  content: "\f1ec";
}
.uk-icon-paypal:before {
  content: "\f1ed";
}
.uk-icon-google-wallet:before {
  content: "\f1ee";
}
.uk-icon-cc-visa:before {
  content: "\f1f0";
}
.uk-icon-cc-mastercard:before {
  content: "\f1f1";
}
.uk-icon-cc-discover:before {
  content: "\f1f2";
}
.uk-icon-cc-amex:before {
  content: "\f1f3";
}
.uk-icon-cc-paypal:before {
  content: "\f1f4";
}
.uk-icon-cc-stripe:before {
  content: "\f1f5";
}
.uk-icon-bell-slash:before {
  content: "\f1f6";
}
.uk-icon-bell-slash-o:before {
  content: "\f1f7";
}
.uk-icon-trash:before {
  content: "\f1f8";
}
.uk-icon-copyright:before {
  content: "\f1f9";
}
.uk-icon-at:before {
  content: "\f1fa";
}
.uk-icon-eyedropper:before {
  content: "\f1fb";
}
.uk-icon-paint-brush:before {
  content: "\f1fc";
}
.uk-icon-birthday-cake:before {
  content: "\f1fd";
}
.uk-icon-area-chart:before {
  content: "\f1fe";
}
.uk-icon-pie-chart:before {
  content: "\f200";
}
.uk-icon-line-chart:before {
  content: "\f201";
}
.uk-icon-lastfm:before {
  content: "\f202";
}
.uk-icon-lastfm-square:before {
  content: "\f203";
}
.uk-icon-toggle-off:before {
  content: "\f204";
}
.uk-icon-toggle-on:before {
  content: "\f205";
}
.uk-icon-bicycle:before {
  content: "\f206";
}
.uk-icon-bus:before {
  content: "\f207";
}
.uk-icon-ioxhost:before {
  content: "\f208";
}
.uk-icon-angellist:before {
  content: "\f209";
}
.uk-icon-cc:before {
  content: "\f20a";
}
.uk-icon-shekel:before,
.uk-icon-sheqel:before,
.uk-icon-ils:before {
  content: "\f20b";
}
.uk-icon-meanpath:before {
  content: "\f20c";
}
.uk-icon-buysellads:before {
  content: "\f20d";
}
.uk-icon-connectdevelop:before {
  content: "\f20e";
}
.uk-icon-dashcube:before {
  content: "\f210";
}
.uk-icon-forumbee:before {
  content: "\f211";
}
.uk-icon-leanpub:before {
  content: "\f212";
}
.uk-icon-sellsy:before {
  content: "\f213";
}
.uk-icon-shirtsinbulk:before {
  content: "\f214";
}
.uk-icon-simplybuilt:before {
  content: "\f215";
}
.uk-icon-skyatlas:before {
  content: "\f216";
}
.uk-icon-cart-plus:before {
  content: "\f217";
}
.uk-icon-cart-arrow-down:before {
  content: "\f218";
}
.uk-icon-diamond:before {
  content: "\f219";
}
.uk-icon-ship:before {
  content: "\f21a";
}
.uk-icon-user-secret:before {
  content: "\f21b";
}
.uk-icon-motorcycle:before {
  content: "\f21c";
}
.uk-icon-street-view:before {
  content: "\f21d";
}
.uk-icon-heartbeat:before {
  content: "\f21e";
}
.uk-icon-venus:before {
  content: "\f221";
}
.uk-icon-mars:before {
  content: "\f222";
}
.uk-icon-mercury:before {
  content: "\f223";
}
.uk-icon-transgender:before {
  content: "\f224";
}
.uk-icon-transgender-alt:before {
  content: "\f225";
}
.uk-icon-venus-double:before {
  content: "\f226";
}
.uk-icon-mars-double:before {
  content: "\f227";
}
.uk-icon-venus-mars:before {
  content: "\f228";
}
.uk-icon-mars-stroke:before {
  content: "\f229";
}
.uk-icon-mars-stroke-v:before {
  content: "\f22a";
}
.uk-icon-mars-stroke-h:before {
  content: "\f22b";
}
.uk-icon-neuter:before {
  content: "\f22c";
}
.uk-icon-facebook-official:before {
  content: "\f230";
}
.uk-icon-pinterest-p:before {
  content: "\f231";
}
.uk-icon-whatsapp:before {
  content: "\f232";
}
.uk-icon-server:before {
  content: "\f233";
}
.uk-icon-user-plus:before {
  content: "\f234";
}
.uk-icon-user-times:before {
  content: "\f235";
}
.uk-icon-hotel:before,
.uk-icon-bed:before {
  content: "\f236";
}
.uk-icon-viacoin:before {
  content: "\f237";
}
.uk-icon-train:before {
  content: "\f238";
}
.uk-icon-subway:before {
  content: "\f239";
}
.uk-icon-medium-logo:before {
  content: "\f23a";
}
.uk-icon-500px:before {
  content: "\f26e";
}
.uk-icon-amazon:before {
  content: "\f270";
}
.uk-icon-balance-scale:before {
  content: "\f24e";
}
.uk-icon-battery-empty:before,
.uk-icon-battery-0:before {
  content: "\f244";
}
.uk-icon-battery-quarter:before,
.uk-icon-battery-1:before {
  content: "\f243";
}
.uk-icon-battery-half:before,
.uk-icon-battery-2:before {
  content: "\f242";
}
.uk-icon-battery-three-quarters:before,
.uk-icon-battery-3:before {
  content: "\f241";
}
.uk-icon-battery-full:before,
.uk-icon-battery-4:before {
  content: "\f240";
}
.uk-icon-black-tie:before {
  content: "\f27e";
}
.uk-icon-calendar-check-o:before {
  content: "\f274";
}
.uk-icon-calendar-minus-o:before {
  content: "\f272";
}
.uk-icon-calendar-plus-o:before {
  content: "\f271";
}
.uk-icon-calendar-times-o:before {
  content: "\f273";
}
.uk-icon-cc-diners-club:before {
  content: "\f24c";
}
.uk-icon-cc-jcb:before {
  content: "\f24b";
}
.uk-icon-chrome:before {
  content: "\f268";
}
.uk-icon-clone:before {
  content: "\f24d";
}
.uk-icon-commenting:before {
  content: "\f27a";
}
.uk-icon-commenting-o:before {
  content: "\f27b";
}
.uk-icon-contao:before {
  content: "\f26d";
}
.uk-icon-creative-commons:before {
  content: "\f25e";
}
.uk-icon-expeditedssl:before {
  content: "\f23e";
}
.uk-icon-firefox:before {
  content: "\f269";
}
.uk-icon-fonticons:before {
  content: "\f280";
}
.uk-icon-get-pocket:before {
  content: "\f265";
}
.uk-icon-gg:before {
  content: "\f260";
}
.uk-icon-gg-circle:before {
  content: "\f261";
}
.uk-icon-hand-lizard-o:before {
  content: "\f258";
}
.uk-icon-hand-stop-o:before,
.uk-icon-hand-paper-o:before {
  content: "\f256";
}
.uk-icon-hand-peace-o:before {
  content: "\f25b";
}
.uk-icon-hand-pointer-o:before {
  content: "\f25a";
}
.uk-icon-hand-grab-o:before,
.uk-icon-hand-rock-o:before {
  content: "\f255";
}
.uk-icon-hand-scissors-o:before {
  content: "\f257";
}
.uk-icon-hand-spock-o:before {
  content: "\f259";
}
.uk-icon-hourglass:before {
  content: "\f254";
}
.uk-icon-hourglass-o:before {
  content: "\f250";
}
.uk-icon-hourglass-1:before,
.uk-icon-hourglass-start:before {
  content: "\f251";
}
.uk-icon-hourglass-2:before,
.uk-icon-hourglass-half:before {
  content: "\f252";
}
.uk-icon-hourglass-3:before,
.uk-icon-hourglass-end:before {
  content: "\f253";
}
.uk-icon-houzz:before {
  content: "\f27c";
}
.uk-icon-i-cursor:before {
  content: "\f246";
}
.uk-icon-industry:before {
  content: "\f275";
}
.uk-icon-internet-explorer:before {
  content: "\f26b";
}
.uk-icon-map:before {
  content: "\f279";
}
.uk-icon-map-o:before {
  content: "\f278";
}
.uk-icon-map-pin:before {
  content: "\f276";
}
.uk-icon-map-signs:before {
  content: "\f277";
}
.uk-icon-mouse-pointer:before {
  content: "\f245";
}
.uk-icon-object-group:before {
  content: "\f247";
}
.uk-icon-object-ungroup:before {
  content: "\f248";
}
.uk-icon-odnoklassniki:before {
  content: "\f263";
}
.uk-icon-odnoklassniki-square:before {
  content: "\f264";
}
.uk-icon-opencart:before {
  content: "\f23d";
}
.uk-icon-opera:before {
  content: "\f26a";
}
.uk-icon-optin-monster:before {
  content: "\f23c";
}
.uk-icon-registered:before {
  content: "\f25d";
}
.uk-icon-safari:before {
  content: "\f267";
}
.uk-icon-sticky-note:before {
  content: "\f249";
}
.uk-icon-sticky-note-o:before {
  content: "\f24a";
}
.uk-icon-tv:before,
.uk-icon-television:before {
  content: "\f26c";
}
.uk-icon-trademark:before {
  content: "\f25c";
}
.uk-icon-tripadvisor:before {
  content: "\f262";
}
.uk-icon-vimeo:before {
  content: "\f27d";
}
.uk-icon-wikipedia-w:before {
  content: "\f266";
}
.uk-icon-yc:before,
.uk-icon-y-combinator:before {
  content: "\f23b";
}
.uk-icon-yc-square:before,
.uk-icon-y-combinator-square:before {
  content: "\f1d4";
}
/* ========================================================================
   Component: Close
 ========================================================================== */
/*
 * Removes inner padding and border in Firefox 4+.
 */
.uk-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Correct inability to style clickable `input` types in iOS.
 * 2. Remove margins in Chrome, Safari and Opera.
 * 3. Remove borders for `button`.
 * 4. Address `overflow` set to `hidden` in IE 8/9/10/11.
 * 5. Correct `font` properties and `color` not being inherited for `button`.
 * 6. Address inconsistent `text-transform` inheritance which is only inherit in Firefox and IE
 * 7. Remove default `button` padding and background color
 * 8. Style
 */
.uk-close {
  /* 1 */
  -webkit-appearance: none;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none;
  /* 4 */
  overflow: visible;
  /* 5 */
  font: inherit;
  color: inherit;
  /* 6 */
  text-transform: none;
  /* 7. */
  padding: 0;
  background: transparent;
  /* 8 */
  display: inline-block;
  box-sizing: content-box;
  width: 20px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  opacity: 0.3;
}
/* Icon */
.uk-close:after {
  display: block;
  content: "\f00d";
  font-family: FontAwesome;
}
/*
 * Hover
 * 1. Apply hover style also to focus state
 * 2. Remove default focus style
 * 3. Required for `a` elements
 */
.uk-close:hover,
.uk-close:focus {
  opacity: 0.5;
  /* 2 */
  outline: none;
  /* 3 */
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
/* Modifier
 ========================================================================== */
.uk-close-alt {
  padding: 2px;
  border-radius: 50%;
  background: #eeeeee;
  opacity: 1;
}
/* Hover */
.uk-close-alt:hover,
.uk-close-alt:focus {
  opacity: 1;
}
/* Icon */
.uk-close-alt:after {
  opacity: 0.5;
}
.uk-close-alt:hover:after,
.uk-close-alt:focus:after {
  opacity: 0.8;
}
/* ========================================================================
   Component: Badge
 ========================================================================== */
.uk-badge {
  display: inline-block;
  padding: 0 5px;
  background: #00a8e6;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  text-transform: none;
}
/*
 * Keep color when badge is a link
 */
a.uk-badge:hover {
  color: #ffffff;
}
/* Modifier: `uk-badge-notification`;
 ========================================================================== */
.uk-badge-notification {
  box-sizing: border-box;
  min-width: 18px;
  border-radius: 500px;
  font-size: 12px;
  line-height: 18px;
}
/* Color modifier
 ========================================================================== */
/*
 * Modifier: `uk-badge-success`
 */
.uk-badge-success {
  background-color: #8cc14c;
}
/*
 * Modifier: `uk-badge-warning`
 */
.uk-badge-warning {
  background-color: #faa732;
}
/*
 * Modifier: `uk-badge-danger`
 */
.uk-badge-danger {
  background-color: #da314b;
}
/* ========================================================================
   Component: Alert
 ========================================================================== */
.uk-alert {
  margin-bottom: 15px;
  padding: 10px;
  background: #ebf7fd;
  color: #2d7091;
}
/*
 * Add margin if adjacent element
 */
* + .uk-alert {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-alert > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-alert h1,
.uk-alert h2,
.uk-alert h3,
.uk-alert h4,
.uk-alert h5,
.uk-alert h6 {
  color: inherit;
}
/* Close in alert
 ========================================================================== */
.uk-alert > .uk-close:first-child {
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-alert > .uk-close:first-child + * {
  margin-top: 0;
}
/* Modifier: `uk-alert-success`
 ========================================================================== */
.uk-alert-success {
  background: #f2fae3;
  color: #659f13;
}
/* Modifier: `uk-alert-warning`
 ========================================================================== */
.uk-alert-warning {
  background: #fffceb;
  color: #e28327;
}
/* Modifier: `uk-alert-danger`
 ========================================================================== */
.uk-alert-danger {
  background: #fff1f0;
  color: #d85030;
}
/* Modifier: `uk-alert-large`
 ========================================================================== */
.uk-alert-large {
  padding: 20px;
}
.uk-alert-large > .uk-close:first-child {
  margin: -10px -10px 0 0;
}
/* ========================================================================
   Component: Thumbnail
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Responsive behavior
 * 3. Corrects `max-width` behavior sed
 * 4. Required for `figure` element
 * 5. Style
 */
.uk-thumbnail {
  /* 1 */
  display: inline-block;
  /* 2 */
  max-width: 100%;
  /* 3 */
  box-sizing: border-box;
  /* 3 */
  margin: 0;
  /* 4 */
  padding: 4px;
  border: 1px solid #dddddd;
  background: #ffffff;
}
/*
 * Hover state for `a` elements
 * 1. Apply hover style also to focus state
 * 2. Needed for caption
 * 3. Remove default focus style
 */
a.uk-thumbnail:hover,
a.uk-thumbnail:focus {
  border-color: #aaaaaa;
  background-color: #ffffff;
  /* 2 */
  text-decoration: none;
  /* 3 */
  outline: none;
}
/* Caption
 ========================================================================== */
.uk-thumbnail-caption {
  padding-top: 4px;
  text-align: center;
  color: #444444;
}
/* Sizes
 ========================================================================== */
.uk-thumbnail-mini {
  width: 150px;
}
.uk-thumbnail-small {
  width: 200px;
}
.uk-thumbnail-medium {
  width: 300px;
}
.uk-thumbnail-large {
  width: 400px;
}
.uk-thumbnail-expand,
.uk-thumbnail-expand > img {
  width: 100%;
}
/* ========================================================================
   Component: Overlay
 ========================================================================== */
/*
 * 1. Container width fits its content
 * 2. Create position context
 * 3. Set max-width for responsive images to prevent `inline-block` consequences
 * 4. Remove the gap between the container and its child element
 * 5. Needed for transitions and to fixed wrong scaling calculation for images in Chrome
 * 6. Fixed `overflow: hidden` to be ignored with border-radius and CSS transforms in Webkit
 * 7. Reset margin
 */
.uk-overlay {
  /* 1 */
  display: inline-block;
  /* 2 */
  position: relative;
  /* 3 */
  max-width: 100%;
  /* 4 */
  vertical-align: middle;
  /* 5 */
  overflow: hidden;
  /* 6 */
  -webkit-transform: translateZ(0);
  /* 7 */
  margin: 0;
}
/* 6 for Safari */
.uk-overlay.uk-border-circle {
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}
/*
 * Remove margin from content
 */
.uk-overlay > :first-child {
  margin-bottom: 0;
}
/* Sub-object `uk-overlay-panel`
 ========================================================================== */
/*
 * 1. Position cover
 * 2. Style
 */
.uk-overlay-panel {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 20px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-panel > :last-child,
.uk-overlay-panel.uk-flex > * > :last-child {
  margin-bottom: 0;
}
/*
 * Keep color for headings if the default heading color is changed
 */
.uk-overlay-panel h1,
.uk-overlay-panel h2,
.uk-overlay-panel h3,
.uk-overlay-panel h4,
.uk-overlay-panel h5,
.uk-overlay-panel h6 {
  color: inherit;
}
.uk-overlay-panel a:not([class]) {
  color: inherit;
  text-decoration: underline;
}
.uk-overlay-panel a[class*='uk-icon-']:not(.uk-icon-button) {
  color: inherit;
}
/* Sub-object `uk-overlay-hover` and `uk-overlay-active`
 ========================================================================== */
.uk-overlay-hover:not(:hover):not(.uk-hover) .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
.uk-overlay-active :not(.uk-active) > .uk-overlay-panel:not(.uk-ignore) {
  opacity: 0;
}
/* Modifier `uk-overlay-background`
 ========================================================================== */
.uk-overlay-background {
  background: rgba(0, 0, 0, 0.5);
}
/* Modifier `uk-overlay-image`
 ========================================================================== */
/*
 * Reset panel
 */
.uk-overlay-image {
  padding: 0;
}
/* Position modifiers
 ========================================================================== */
.uk-overlay-top {
  bottom: auto;
}
.uk-overlay-bottom {
  top: auto;
}
.uk-overlay-left {
  right: auto;
}
.uk-overlay-right {
  left: auto;
}
/* Sub-object `uk-overlay-icon`
 ========================================================================== */
.uk-overlay-icon:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* Transitions
 ========================================================================== */
.uk-overlay-fade,
.uk-overlay-scale,
.uk-overlay-spin,
.uk-overlay-grayscale,
.uk-overlay-blur,
[class*='uk-overlay-slide'] {
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-property: opacity transform filter;
}
.uk-overlay-active .uk-overlay-fade,
.uk-overlay-active .uk-overlay-scale,
.uk-overlay-active .uk-overlay-spin,
.uk-overlay-active [class*='uk-overlay-slide'] {
  transition-duration: 0.8s;
}
/*
 * Fade
 */
.uk-overlay-fade {
  opacity: 0.7;
}
.uk-overlay-hover:hover .uk-overlay-fade,
.uk-overlay-active .uk-active > .uk-overlay-fade {
  opacity: 1;
}
/*
 * Scale
 */
.uk-overlay-scale {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-overlay-hover:hover .uk-overlay-scale,
.uk-overlay-active .uk-active > .uk-overlay-scale {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*
 * Spin
 */
.uk-overlay-spin {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
}
.uk-overlay-hover:hover .uk-overlay-spin,
.uk-overlay-active .uk-active > .uk-overlay-spin {
  -webkit-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
/*
 * Grayscale
 */
.uk-overlay-grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.uk-overlay-hover:hover .uk-overlay-grayscale,
.uk-overlay-active .uk-active > .uk-overlay-grayscale {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/*
 * Slide
 */
[class*='uk-overlay-slide'] {
  opacity: 0;
}
/* Top */
.uk-overlay-slide-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
/* Bottom */
.uk-overlay-slide-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
/* Left */
.uk-overlay-slide-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
/* Right */
.uk-overlay-slide-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Hover */
.uk-overlay-hover:hover [class*='uk-overlay-slide'],
.uk-overlay-active .uk-active > [class*='uk-overlay-slide'] {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}
/* DEPRECATED
 * Sub-object `uk-overlay-area`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-area {
  /* 1 */
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  background: rgba(0, 0, 0, 0.3);
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-area,
.uk-overlay.uk-hover .uk-overlay-area,
.uk-overlay-toggle:hover .uk-overlay-area,
.uk-overlay-toggle.uk-hover .uk-overlay-area {
  opacity: 1;
}
/*
 * Icon
 */
.uk-overlay-area:empty:before {
  content: "\f002";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  margin-left: -25px;
  font-size: 50px;
  line-height: 1;
  font-family: FontAwesome;
  text-align: center;
  color: #ffffff;
}
/* DEPRECATED
 * Sub-object `uk-overlay-area-content`
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 * Needed for Firefox
 */
.uk-overlay-area:not(:empty) {
  font-size: 0.001px;
}
/*
 * 1. Needed for vertical alignment
 */
.uk-overlay-area:not(:empty):before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * 1. Set vertical alignment
 * 2. Reset whitespace hack
 * 3. Set horizontal alignment
 * 4. Set style
 */
.uk-overlay-area-content {
  /* 1 */
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  vertical-align: middle;
  /* 2 */
  font-size: 1rem;
  /* 3 */
  text-align: center;
  /* 4 */
  padding: 0 15px;
  color: #ffffff;
}
/*
 * Remove margin from the last-child
 */
.uk-overlay-area-content > :last-child {
  margin-bottom: 0;
}
/*
 * Links in overlay area
 */
.uk-overlay-area-content a:not([class]),
.uk-overlay-area-content a:not([class]):hover {
  color: inherit;
}
/* DEPRECATED
 * Sub-object `uk-overlay-caption`
 ========================================================================== */
/*
 * 1. Set position
 * 2. Set style
 * 3. Fade-in transition
 */
.uk-overlay-caption {
  /* 1 */
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* 2 */
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  /* 3 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  -webkit-transform: translate3d(0, 0, 0);
}
/*
 * Hover
 * 1. `uk-hover` to support touch devices
 * 2. Use optional `uk-overlay-toggle` to trigger the overlay earlier
 */
.uk-overlay:hover .uk-overlay-caption,
.uk-overlay.uk-hover .uk-overlay-caption,
.uk-overlay-toggle:hover .uk-overlay-caption,
.uk-overlay-toggle.uk-hover .uk-overlay-caption {
  opacity: 1;
}
/* ========================================================================
   Component: Animation
 ========================================================================== */
[class*='uk-animation-'] {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
/* Hide animated element if scrollspy is used */
@media screen {
  [data-uk-scrollspy*='uk-animation-']:not([data-uk-scrollspy*='target']) {
    opacity: 0;
  }
}
/*
 * Fade
 * Higher specificity (!important) needed because of reverse modifier
 */
.uk-animation-fade {
  -webkit-animation-name: uk-fade;
  animation-name: uk-fade;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}
/*
 * Fade with scale
 */
.uk-animation-scale-up {
  -webkit-animation-name: uk-fade-scale-02;
  animation-name: uk-fade-scale-02;
}
.uk-animation-scale-down {
  -webkit-animation-name: uk-fade-scale-18;
  animation-name: uk-fade-scale-18;
}
/*
 * Fade with slide
 */
.uk-animation-slide-top {
  -webkit-animation-name: uk-fade-top;
  animation-name: uk-fade-top;
}
.uk-animation-slide-bottom {
  -webkit-animation-name: uk-fade-bottom;
  animation-name: uk-fade-bottom;
}
.uk-animation-slide-left {
  -webkit-animation-name: uk-fade-left;
  animation-name: uk-fade-left;
}
.uk-animation-slide-right {
  -webkit-animation-name: uk-fade-right;
  animation-name: uk-fade-right;
}
/*
 * Scale
 */
.uk-animation-scale {
  -webkit-animation-name: uk-scale-12;
  animation-name: uk-scale-12;
}
/*
 * Shake
 */
.uk-animation-shake {
  -webkit-animation-name: uk-shake;
  animation-name: uk-shake;
}
/* Direction modifiers
 ========================================================================== */
.uk-animation-reverse {
  -webkit-animation-direction: reverse;
  animation-direction: reverse;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
/* Duration modifiers
========================================================================== */
.uk-animation-15 {
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
}
/* Origin modifiers
========================================================================== */
.uk-animation-top-left {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.uk-animation-top-center {
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.uk-animation-top-right {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.uk-animation-middle-left {
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.uk-animation-middle-right {
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.uk-animation-bottom-left {
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.uk-animation-bottom-center {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.uk-animation-bottom-right {
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
/* Sub-object: `uk-animation-hover`
========================================================================== */
/*
 * Enable animation only on hover
 * Note: Firefox also needs this because animations are not triggered when switching between display `hidden` and `block`
 */
.uk-animation-hover:not(:hover),
.uk-animation-hover:not(:hover) [class*='uk-animation-'],
.uk-touch .uk-animation-hover:not(.uk-hover),
.uk-touch .uk-animation-hover:not(.uk-hover) [class*='uk-animation-'] {
  -webkit-animation-name: none;
  animation-name: none;
}
/* Keyframes: Fade
 * Used by dropdown, datepicker and slideshow component
 ========================================================================== */
@-webkit-keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes uk-fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Keyframes: Fade with slide
 ========================================================================== */
/*
 * Top
 */
@-webkit-keyframes uk-fade-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-top {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom
 */
@-webkit-keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-fade-bottom {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Left
 */
@-webkit-keyframes uk-fade-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-fade-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-fade-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* Keyframes: Fade with scale
 ========================================================================== */
/*
 * Scale by 0.2
 */
@-webkit-keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-02 {
  0% {
    opacity: 0;
    transform: scale(0.2);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.5
 * Used by slideshow component
 */
@-webkit-keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-15 {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/*
 * Scale by 1.8
 */
@-webkit-keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}
@keyframes uk-fade-scale-18 {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
/* Keyframes: Slide
 * Used by slideshow component
 ========================================================================== */
/*
 * Left
 */
@-webkit-keyframes uk-slide-left {
  0% {
    -webkit-transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right
 */
@-webkit-keyframes uk-slide-right {
  0% {
    -webkit-transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Left third
 */
@-webkit-keyframes uk-slide-left-33 {
  0% {
    -webkit-transform: translateX(33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-left-33 {
  0% {
    transform: translateX(33%);
  }
  100% {
    transform: translateX(0);
  }
}
/*
 * Right third
 */
@-webkit-keyframes uk-slide-right-33 {
  0% {
    -webkit-transform: translateX(-33%);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes uk-slide-right-33 {
  0% {
    transform: translateX(-33%);
  }
  100% {
    transform: translateX(0);
  }
}
/* Keyframes: Scale
 ========================================================================== */
@-webkit-keyframes uk-scale-12 {
  0% {
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes uk-scale-12 {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/* Keyframes: Rotate
 * Used by icon component
 ========================================================================== */
@-webkit-keyframes uk-rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@keyframes uk-rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
/* Keyframes: Shake
 ========================================================================== */
@-webkit-keyframes uk-shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10% {
    -webkit-transform: translateX(-9px);
  }
  20% {
    -webkit-transform: translateX(8px);
  }
  30% {
    -webkit-transform: translateX(-7px);
  }
  40% {
    -webkit-transform: translateX(6px);
  }
  50% {
    -webkit-transform: translateX(-5px);
  }
  60% {
    -webkit-transform: translateX(4px);
  }
  70% {
    -webkit-transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
  }
  90% {
    -webkit-transform: translateX(-1px);
  }
}
@keyframes uk-shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(-9px);
  }
  20% {
    transform: translateX(8px);
  }
  30% {
    transform: translateX(-7px);
  }
  40% {
    transform: translateX(6px);
  }
  50% {
    transform: translateX(-5px);
  }
  60% {
    transform: translateX(4px);
  }
  70% {
    transform: translateX(-3px);
  }
  80% {
    transform: translateX(2px);
  }
  90% {
    transform: translateX(-1px);
  }
}
/* Keyframes: Fade with slide fixed
 * Used by dropdown and search component
 ========================================================================== */
/*
 * Top fixed
 */
@-webkit-keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-top-fixed {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*
 * Bottom fixed
 */
@-webkit-keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes uk-slide-bottom-fixed {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ========================================================================
   Component: Dropdown
 ========================================================================== */
/*
 * 1. Hide by default
 * 2. Set position
 * 3. Box-sizing is needed for `uk-dropdown-justify`
 * 4. Set style
 * 5. Reset button group whitespace hack
 */
.uk-dropdown {
  /* 1 */
  display: none;
  /* 2 */
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1020;
  /* 3 */
  box-sizing: border-box;
  /* 4 */
  width: 200px;
  margin-top: 5px;
  padding: 15px;
  background: #f5f5f5;
  color: #444444;
  /* 5 */
  font-size: 1rem;
  vertical-align: top;
}
/*
 * 1. Show dropdown
 * 2. Set animation
 * 3. Needed for scale animation
 */
.uk-open > .uk-dropdown {
  /* 1 */
  display: block;
  /* 2 */
  -webkit-animation: uk-fade 0.2s ease-in-out;
  animation: uk-fade 0.2s ease-in-out;
  /* 3 */
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Alignment modifiers
 ========================================================================== */
/*
 * Modifier `uk-dropdown-flip`
 */
.uk-dropdown-flip {
  left: auto;
  right: 0;
}
/*
 * Modifier `uk-dropdown-up`
 */
.uk-dropdown-up {
  top: auto;
  bottom: 100%;
  margin-top: auto;
  margin-bottom: 5px;
}
/* Nav in dropdown
 ========================================================================== */
.uk-dropdown .uk-nav {
  margin: 0 -15px;
}
/* Grid and panel in dropdown
 ========================================================================== */
/*
* Vertical gutter
*/
/*
 * Grid
 * Higher specificity to override large gutter
 */
.uk-grid .uk-dropdown-grid + .uk-dropdown-grid {
  margin-top: 15px;
}
/* Panels */
.uk-dropdown-grid > [class*='uk-width-'] > .uk-panel + .uk-panel {
  margin-top: 15px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  /*
     * Horizontal gutter
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid {
    margin-left: -15px;
    margin-right: -15px;
  }
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-'] {
    padding-left: 15px;
    padding-right: 15px;
  }
  /*
     * Column divider
     */
  .uk-dropdown:not(.uk-dropdown-stack) > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    border-left: 1px solid #dddddd;
  }
  /*
     * Width multiplier for dropdown columns
     */
  .uk-dropdown-width-2:not(.uk-dropdown-stack) {
    width: 400px;
  }
  .uk-dropdown-width-3:not(.uk-dropdown-stack) {
    width: 600px;
  }
  .uk-dropdown-width-4:not(.uk-dropdown-stack) {
    width: 800px;
  }
  .uk-dropdown-width-5:not(.uk-dropdown-stack) {
    width: 1000px;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Stack columns and take full width
     */
  .uk-dropdown-grid > [class*='uk-width-'] {
    width: 100%;
  }
  /*
     * Vertical gutter
     */
  .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
    margin-top: 15px;
  }
}
/*
* Stack grid columns
*/
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-'] {
  width: 100%;
}
.uk-dropdown-stack > .uk-dropdown-grid > [class*='uk-width-']:nth-child(n+2) {
  margin-top: 15px;
}
/* Modifier `uk-dropdown-small`
 ========================================================================== */
/*
 * Set min-width and text expands dropdown if needed
 */
.uk-dropdown-small {
  min-width: 150px;
  width: auto;
  padding: 5px;
  white-space: nowrap;
}
/*
 * Nav in dropdown
 */
.uk-dropdown-small .uk-nav {
  margin: 0 -5px;
}
/* Modifier: `uk-dropdown-navbar`
 ========================================================================== */
.uk-dropdown-navbar {
  margin-top: 0;
  background: #f5f5f5;
  color: #444444;
}
.uk-open > .uk-dropdown-navbar {
  -webkit-animation: uk-slide-top-fixed 0.2s ease-in-out;
  animation: uk-slide-top-fixed 0.2s ease-in-out;
}
/* Modifier `uk-dropdown-scrollable`
 ========================================================================== */
/*
 * Usefull for long lists
 */
.uk-dropdown-scrollable {
  overflow-y: auto;
  max-height: 200px;
}
/* Sub-object: `uk-dropdown-overlay`
 ========================================================================== */
/* ========================================================================
   Component: Modal
 ========================================================================== */
/*
 * This is the modal overlay and modal dialog container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Allow scrolling for the modal dialog
 * 4. Mask the background page
 * 5. Fade-in transition
 * 6. Deactivate browser history navigation in IE11
 * 7. force hardware acceleration to prevent browser rendering hiccups
 */
.uk-modal {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  background: rgba(0, 0, 0, 0.6);
  /* 5 */
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  /* 6 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  /* 7 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
/*
 * Open state
 */
.uk-modal.uk-open {
  opacity: 1;
}
/*
 * Prevents duplicated scrollbar caused by 4.
 */
.uk-modal-page,
.uk-modal-page body {
  overflow: hidden;
}
/* Sub-object: `uk-modal-dialog`
 ========================================================================== */
/*
 * 1. Create position context for caption, spinner and close button
 * 2. Set box sizing
 * 3. Set style
 * 4. Slide-in transition
 */
.uk-modal-dialog {
  /* 1 */
  position: relative;
  /* 2 */
  box-sizing: border-box;
  margin: 50px auto;
  padding: 20px;
  width: 600px;
  max-width: 100%;
  max-width: calc(100% - 20px);
  /* 3 */
  background: #ffffff;
  /* 4 */
  opacity: 0;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, transform 0.3s ease-out;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  /*
     * Fit in small screen
     */
  .uk-modal-dialog {
    width: auto;
    margin: 10px auto;
  }
}
/*
 * Open state
 */
.uk-open .uk-modal-dialog {
  /* 4 */
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
/*
 * Remove margin from the last-child
 */
.uk-modal-dialog > :not([class*='uk-modal-']):last-child {
  margin-bottom: 0;
}
/* Close in modal
 ========================================================================== */
.uk-modal-dialog > .uk-close:first-child {
  margin: -10px -10px 0 0;
  float: right;
}
/*
 * Remove margin from adjacent element
 */
.uk-modal-dialog > .uk-close:first-child + :not([class*='uk-modal-']) {
  margin-top: 0;
}
/* Modifier: `uk-modal-dialog-lightbox`
 ========================================================================== */
.uk-modal-dialog-lightbox {
  margin: 15px auto;
  padding: 0;
  max-width: 95%;
  max-width: calc(100% - 30px);
}
/*
 * Close button
 */
.uk-modal-dialog-lightbox > .uk-close:first-child {
  position: absolute;
  top: -12px;
  right: -12px;
  margin: 0;
  float: none;
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-modal-dialog-lightbox > .uk-close:first-child {
    top: -7px;
    right: -7px;
  }
}
/* Modifier: `uk-modal-dialog-large`
 ========================================================================== */
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-modal-dialog-large {
    width: 930px;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-modal-dialog-large {
    width: 1130px;
  }
}
/* Sub-Object: `uk-modal-header` and `uk-modal-footer`
 ========================================================================== */
.uk-modal-header {
  margin-bottom: 15px;
}
.uk-modal-footer {
  margin-top: 15px;
}
/*
 * Remove margin from the last-child
 */
.uk-modal-header > :last-child,
.uk-modal-footer > :last-child {
  margin-bottom: 0;
}
/* Sub-Object: `uk-modal-caption`
 ========================================================================== */
.uk-modal-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin-bottom: -10px;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Sub-Object: `uk-modal-spinner`
 ========================================================================== */
.uk-modal-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #ddd;
}
.uk-modal-spinner:after {
  content: "\f110";
  font-family: FontAwesome;
  -webkit-animation: uk-rotate 2s infinite linear;
  animation: uk-rotate 2s infinite linear;
}
/* ========================================================================
   Component: Off-canvas
 ========================================================================== */
/*
 * This is the offcanvas overlay and bar container
 * 1. Hide by default
 * 2. Set fixed position
 * 3. Deactivate browser touch actions in IE11
 * 4. Mask the background page
 */
.uk-offcanvas {
  /* 1 */
  display: none;
  /* 2 */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  /* 3 */
  touch-action: none;
  /* 4 */
  background: rgba(0, 0, 0, 0.1);
}
.uk-offcanvas.uk-active {
  display: block;
}
/* Sub-object `uk-offcanvas-page`
 ========================================================================== */
/*
 * Prepares the whole HTML page to slide-out
 * 1. Fix the main page and disallow scrolling
 * 2. Side-out transition
 */
.uk-offcanvas-page {
  /* 1 */
  position: fixed;
  /* 2 */
  -webkit-transition: margin-left 0.3s ease-in-out;
  transition: margin-left 0.3s ease-in-out;
}
/* Sub-object `uk-offcanvas-bar`
 ========================================================================== */
/*
 * This is the offcanvas bar
 * 1. Set fixed position
 * 2. Size and style
 * 3. Allow scrolling
 * 4. Side-out transition
 * 5. Deactivate scroll chaining in IE11
 */
.uk-offcanvas-bar {
  /* 1 */
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  /* 2 */
  width: 270px;
  max-width: 100%;
  background: #333333;
  /* 3 */
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* 4 */
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  /* 5 */
  -ms-scroll-chaining: none;
}
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
/* Modifier `uk-offcanvas-bar-flip`
 ========================================================================== */
.uk-offcanvas-bar-flip {
  left: auto;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
/* Panel in offcanvas
 ========================================================================== */
.uk-offcanvas .uk-panel {
  margin: 20px 15px;
  color: #777777;
}
.uk-offcanvas .uk-panel-title {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]) {
  color: #cccccc;
}
.uk-offcanvas .uk-panel a:not([class]):hover {
  color: #ffffff;
}
/* ========================================================================
   Component: Switcher
 ========================================================================== */
/*
 * 1. Deactivate browser history navigation in IE11
 */
.uk-switcher {
  margin: 0;
  padding: 0;
  list-style: none;
  /* 1 */
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
}
/*
 * Items
 */
.uk-switcher > :not(.uk-active) {
  display: none;
}
/* ========================================================================
   Component: Text
 ========================================================================== */
/* Size modifiers
 ========================================================================== */
.uk-text-small {
  font-size: 11px;
  line-height: 16px;
}
.uk-text-large {
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
}
/* Weight modifiers
 ========================================================================== */
.uk-text-bold {
  font-weight: bold;
}
/* Color modifiers
 ========================================================================== */
.uk-text-muted {
  color: #999999 !important;
}
.uk-text-primary {
  color: #2d7091 !important;
}
.uk-text-success {
  color: #659f13 !important;
}
.uk-text-warning {
  color: #e28327 !important;
}
.uk-text-danger {
  color: #d85030 !important;
}
.uk-text-contrast {
  color: #ffffff !important;
}
/* Alignment modifiers
 ========================================================================== */
.uk-text-left {
  text-align: left !important;
}
.uk-text-right {
  text-align: right !important;
}
.uk-text-center {
  text-align: center !important;
}
.uk-text-justify {
  text-align: justify !important;
}
.uk-text-top {
  vertical-align: top !important;
}
.uk-text-middle {
  vertical-align: middle !important;
}
.uk-text-bottom {
  vertical-align: bottom !important;
}
/* Only tablets portrait and smaller */
@media (max-width: 959px) {
  .uk-text-center-medium {
    text-align: center !important;
  }
  .uk-text-left-medium {
    text-align: left !important;
  }
}
/* Phone landscape and smaller */
@media (max-width: 767px) {
  .uk-text-center-small {
    text-align: center !important;
  }
  .uk-text-left-small {
    text-align: left !important;
  }
}
/* Wrap modifiers
 ========================================================================== */
/*
 * Prevent text from wrapping onto multiple lines
 */
.uk-text-nowrap {
  white-space: nowrap;
}
/*
 * Prevent text from wrapping onto multiple lines, and truncate with an ellipsis
 */
.uk-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*
 * Break strings if their length exceeds the width of their container
 */
.uk-text-break {
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
/* ========================================================================
   Component: Utility
 ========================================================================== */
/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
  max-width: 980px;
  padding: 0 25px;
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
    padding: 0 35px;
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}
/* Clearing
 ========================================================================== */
/*
 * Micro clearfix
* `table-cell` is used with `:before` because `table` creates a 1px gap when it becomes a flex item, only in Webkit
 * `table` is used again with `:after` because `clear` only works with block elements.
 * Note: `display: block` with `overflow: hidden` is currently not working in the latest Safari
 */
.uk-clearfix:before {
  content: "";
  display: table-cell;
}
.uk-clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/*
 *  Create a new block formatting context
 */
.uk-nbfc {
  overflow: hidden;
}
.uk-nbfc-alt {
  display: table-cell;
  width: 10000px;
}
/* Alignment of block elements
 ========================================================================== */
/*
 * Float blocks
 * 1. Prevent content overflow on small devices
 */
.uk-float-left {
  float: left;
}
.uk-float-right {
  float: right;
}
/* 1 */
[class*='uk-float-'] {
  max-width: 100%;
}
/* Alignment of images and objects
 ========================================================================== */
/*
 * Alignment
 */
[class*='uk-align-'] {
  display: block;
  margin-bottom: 15px;
}
.uk-align-left {
  margin-right: 15px;
  float: left;
}
.uk-align-right {
  margin-left: 15px;
  float: right;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-align-medium-left {
    margin-right: 15px;
    margin-bottom: 15px;
    float: left;
  }
  .uk-align-medium-right {
    margin-left: 15px;
    margin-bottom: 15px;
    float: right;
  }
}
.uk-align-center {
  margin-left: auto;
  margin-right: auto;
}
/* Vertical alignment
 ========================================================================== */
/*
 * Remove whitespace between child elements when using `inline-block`
 */
.uk-vertical-align {
  font-size: 0.001px;
}
/*
 *  The `uk-vertical-align` container needs a specific height
 */
.uk-vertical-align:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
/*
 * Sub-object which can have any height
 * 1. Reset whitespace hack
 */
.uk-vertical-align-middle,
.uk-vertical-align-bottom {
  display: inline-block;
  max-width: 100%;
  /* 1 */
  font-size: 1rem;
}
.uk-vertical-align-middle {
  vertical-align: middle;
}
.uk-vertical-align-bottom {
  vertical-align: bottom;
}
/* Height
 ========================================================================== */
/*
 * More robust if padding and border are used
 */
[class*='uk-height'] {
  box-sizing: border-box;
}
/*
 * Useful to extend the `html` and `body` element to the full height of the page.
 */
.uk-height-1-1 {
  height: 100%;
}
/*
 * Useful to create image teasers
 */
.uk-height-viewport {
  height: 100vh;
  min-height: 600px;
}
/* Responsive objects
 * Note: Images are already responsive by default, see Base component
 ========================================================================== */
/*
 * 1. Corrects `max-width` and `max-height` behavior if padding and border are used
 */
.uk-responsive-width,
.uk-responsive-height {
  box-sizing: border-box;
}
/*
 * Responsiveness: Sets a maximum width relative to the parent and auto scales the height
 * `important` needed to override `uk-img-preserve img`
 */
.uk-responsive-width {
  max-width: 100% !important;
  height: auto;
}
/*
 * Responsiveness: Sets a maximum height relative to the parent and auto scales the width
 * Only works if the parent element has a fixed height.
 */
.uk-responsive-height {
  max-height: 100%;
  width: auto;
}
/* Margin
 ========================================================================== */
/*
 * Create a block with the same margin of a paragraph
 * Add margin if adjacent element
 */
.uk-margin {
  margin-bottom: 15px;
}
* + .uk-margin {
  margin-top: 15px;
}
.uk-margin-top {
  margin-top: 15px !important;
}
.uk-margin-bottom {
  margin-bottom: 15px !important;
}
.uk-margin-left {
  margin-left: 15px !important;
}
.uk-margin-right {
  margin-right: 15px !important;
}
/*
 * Larger margins
 */
.uk-margin-large {
  margin-bottom: 50px;
}
* + .uk-margin-large {
  margin-top: 50px;
}
.uk-margin-large-top {
  margin-top: 50px !important;
}
.uk-margin-large-bottom {
  margin-bottom: 50px !important;
}
.uk-margin-large-left {
  margin-left: 50px !important;
}
.uk-margin-large-right {
  margin-right: 50px !important;
}
/*
 * Smaller margins
 */
.uk-margin-small {
  margin-bottom: 5px;
}
* + .uk-margin-small {
  margin-top: 5px;
}
.uk-margin-small-top {
  margin-top: 5px !important;
}
.uk-margin-small-bottom {
  margin-bottom: 5px !important;
}
.uk-margin-small-left {
  margin-left: 5px !important;
}
.uk-margin-small-right {
  margin-right: 5px !important;
}
/*
 * Remove margins
 */
.uk-margin-remove {
  margin: 0 !important;
}
.uk-margin-top-remove {
  margin-top: 0 !important;
}
.uk-margin-bottom-remove {
  margin-bottom: 0 !important;
}
/* Padding
 ========================================================================== */
.uk-padding-remove {
  padding: 0 !important;
}
.uk-padding-top-remove {
  padding-top: 0 !important;
}
.uk-padding-bottom-remove {
  padding-bottom: 0 !important;
}
.uk-padding-vertical-remove {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
/* Border
 ========================================================================== */
.uk-border-circle {
  border-radius: 50%;
}
.uk-border-rounded {
  border-radius: 5px;
}
/* Headings
 ========================================================================== */
.uk-heading-large {
  font-size: 36px;
  line-height: 42px;
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-heading-large {
    font-size: 52px;
    line-height: 64px;
  }
}
/* Link
 ========================================================================== */
/*
 * Let links appear in default text color
 */
.uk-link-muted,
.uk-link-muted a {
  color: #444444;
}
.uk-link-muted:hover,
.uk-link-muted a:hover {
  color: #444444;
}
/*
 * Reset link style
 */
.uk-link-reset,
.uk-link-reset a,
.uk-link-reset:hover,
.uk-link-reset a:hover,
.uk-link-reset:focus,
.uk-link-reset a:focus {
  color: inherit;
  text-decoration: none;
}
/* Scrollable
 ========================================================================== */
/*
 * Enable scrolling for preformatted text
 */
.uk-scrollable-text {
  height: 300px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
/*
 * Box with scrolling enabled
 */
.uk-scrollable-box {
  box-sizing: border-box;
  height: 170px;
  padding: 10px;
  border: 1px solid #dddddd;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  resize: both;
}
.uk-scrollable-box > :last-child {
  margin-bottom: 0;
}
/* Overflow
 ========================================================================== */
.uk-overflow-hidden {
  overflow: hidden;
}
/*
 * Enable scrollbars if content is clipped
 */
.uk-overflow-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.uk-overflow-container > :last-child {
  margin-bottom: 0;
}
/* Position
 ========================================================================== */
.uk-position-absolute,
[class*='uk-position-top'],
[class*='uk-position-bottom'] {
  position: absolute !important;
}
/* Don't use `width: 100%` because it is wrong if the parent has padding. */
.uk-position-top {
  top: 0;
  left: 0;
  right: 0;
}
.uk-position-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
.uk-position-top-left {
  top: 0;
  left: 0;
}
.uk-position-top-right {
  top: 0;
  right: 0;
}
.uk-position-bottom-left {
  bottom: 0;
  left: 0;
}
.uk-position-bottom-right {
  bottom: 0;
  right: 0;
}
/*
 * Cover
 */
.uk-position-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
/*
 * Relative
 */
.uk-position-relative {
  position: relative !important;
}
/*
 * Z-index
 */
.uk-position-z-index {
  z-index: 1;
}
/* Display
 ========================================================================== */
/*
 * Display
 */
.uk-display-block {
  display: block !important;
}
.uk-display-inline {
  display: inline !important;
}
.uk-display-inline-block {
  display: inline-block !important;
}
/*
 * Visibility
 * Avoids setting display to `block` so it works also with `inline-block` and `table`
 */
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-medium {
    display: none !important;
  }
  .uk-hidden-large {
    display: none !important;
  }
}
/* Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {
  .uk-visible-small {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important ;
  }
  .uk-hidden-medium {
    display: none !important;
  }
}
/* Phone landscape and smaller*/
@media (max-width: 767px) {
  .uk-visible-medium {
    display: none !important;
  }
  .uk-visible-large {
    display: none !important;
  }
  .uk-hidden-small {
    display: none !important;
  }
}
/* Remove from the flow and screen readers on any device */
.uk-hidden {
  display: none !important;
  visibility: hidden !important;
}
/* It's hidden, but still affects layout */
.uk-invisible {
  visibility: hidden !important;
}
/* Show on hover */
.uk-visible-hover:hover .uk-hidden,
.uk-visible-hover:hover .uk-invisible {
  display: block !important;
  visibility: visible !important;
}
.uk-visible-hover-inline:hover .uk-hidden,
.uk-visible-hover-inline:hover .uk-invisible {
  display: inline-block !important;
  visibility: visible !important;
}
/* Hide on touch */
.uk-touch .uk-hidden-touch,
.uk-notouch .uk-hidden-notouch {
  display: none !important;
}
/* ========================================================================
   Component: Flex
 ========================================================================== */
.uk-flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.uk-flex-inline {
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
/*
 * Fixes initial flex-shrink value in IE10
 */
.uk-flex > *,
.uk-flex-inline > * {
  -ms-flex-negative: 1;
}
/* Alignment
 ========================================================================== */
/*
 * Vertical alignment
 * Default value is `stretch`
 */
.uk-flex-top {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.uk-flex-middle {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uk-flex-bottom {
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
/*
 * Horizontal alignment
 * Default value is `flex-start`
 */
.uk-flex-center {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.uk-flex-right {
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.uk-flex-space-between {
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.uk-flex-space-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
/* Direction
 ========================================================================== */
.uk-flex-row-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.uk-flex-column {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.uk-flex-column-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
/* Wrap
 ========================================================================== */
.uk-flex-nowrap {
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.uk-flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.uk-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}
/*
 * Horizontal alignment
 * Default value is `stretch`
 */
.uk-flex-wrap-top {
  -ms-flex-line-pack: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
.uk-flex-wrap-middle {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
}
.uk-flex-wrap-bottom {
  -ms-flex-line-pack: end;
  -webkit-align-content: flex-end;
  align-content: flex-end;
}
.uk-flex-wrap-space-between {
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between;
}
.uk-flex-wrap-space-around {
  -ms-flex-line-pack: distribute;
  -webkit-align-content: space-around;
  align-content: space-around;
}
/* Item ordering
 ========================================================================== */
/*
 * Default is 0
 */
.uk-flex-order-first {
  -ms-flex-order: -1;
  -webkit-order: -1;
  order: -1;
}
.uk-flex-order-last {
  -ms-flex-order: 99;
  -webkit-order: 99;
  order: 99;
}
/* Phone landscape and bigger */
@media (min-width: 480px) {
  .uk-flex-order-first-small {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-small {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Tablet and bigger */
@media (min-width: 768px) {
  .uk-flex-order-first-medium {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-medium {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Desktop and bigger */
@media (min-width: 960px) {
  .uk-flex-order-first-large {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-large {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-flex-order-first-xlarge {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .uk-flex-order-last-xlarge {
    -ms-flex-order: 99;
    -webkit-order: 99;
    order: 99;
  }
}
/* Item dimensions
 ========================================================================== */
/*
 * Initial: 0 1 auto
 * Content dimensions, but shrinks
 */
/*
 * No Flex: 0 0 auto
 * Content dimensions
 */
.uk-flex-item-none {
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
}
/*
 * Relative Flex: 1 1 auto
 * Space is allocated considering content
 * 1. Fixes flex-shrink value in IE10
 */
.uk-flex-item-auto {
  -ms-flex: auto;
  -webkit-flex: auto;
  flex: auto;
  /* 1 */
  -ms-flex-negative: 1;
}
/*
 * Absolute Flex: 1 1 0%
 * Space is allocated solely based on flex
 */
.uk-flex-item-1 {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
/* ========================================================================
   Component: Contrast
 ========================================================================== */
.uk-contrast {
  color: #ffffff;
}
.uk-contrast a:not([class]),
.uk-contrast .uk-link {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast a:not([class]):hover,
.uk-contrast .uk-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.uk-contrast :not(pre) > code,
.uk-contrast :not(pre) > kbd,
.uk-contrast :not(pre) > samp {
  color: #ffffff;
}
.uk-contrast em {
  color: #ffffff;
}
.uk-contrast h1,
.uk-contrast h2,
.uk-contrast h3,
.uk-contrast h4,
.uk-contrast h5,
.uk-contrast h6 {
  color: #ffffff;
}
.uk-contrast hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav li > a,
.uk-contrast .uk-nav li > a:hover {
  text-decoration: none;
}
.uk-contrast .uk-nav-side > li > a {
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li > a:hover,
.uk-contrast .uk-nav-side > li > a:focus {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}
.uk-contrast .uk-nav-side > li.uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-nav-side .uk-nav-header {
  color: #ffffff;
}
.uk-contrast .uk-nav-side .uk-nav-divider {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-nav-side ul a {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-nav-side ul a:hover {
  color: #ffffff;
}
.uk-contrast .uk-subnav > * > a {
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.uk-contrast .uk-subnav > * > a:hover,
.uk-contrast .uk-subnav > * > a:focus {
  color: #ffffff;
  text-decoration: none;
}
.uk-contrast .uk-subnav > .uk-active > a {
  color: #ffffff;
}
.uk-contrast .uk-subnav-line > :nth-child(n+2):before {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-subnav-pill > * > a:hover,
.uk-contrast .uk-subnav-pill > * > a:focus {
  background: rgba(255, 255, 255, 0.7);
  color: #444444;
  text-decoration: none;
}
.uk-contrast .uk-subnav-pill > .uk-active > a {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-list-line > li:nth-child(n+2) {
  border-top-color: rgba(255, 255, 255, 0.2);
}
.uk-contrast .uk-form select,
.uk-contrast .uk-form textarea,
.uk-contrast .uk-form input:not([type]),
.uk-contrast .uk-form input[type="text"],
.uk-contrast .uk-form input[type="password"],
.uk-contrast .uk-form input[type="datetime"],
.uk-contrast .uk-form input[type="datetime-local"],
.uk-contrast .uk-form input[type="date"],
.uk-contrast .uk-form input[type="month"],
.uk-contrast .uk-form input[type="time"],
.uk-contrast .uk-form input[type="week"],
.uk-contrast .uk-form input[type="number"],
.uk-contrast .uk-form input[type="email"],
.uk-contrast .uk-form input[type="url"],
.uk-contrast .uk-form input[type="search"],
.uk-contrast .uk-form input[type="tel"],
.uk-contrast .uk-form input[type="color"] {
  border-color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.8);
  color: #444444;
  background-clip: padding-box;
}
.uk-contrast .uk-form select:focus,
.uk-contrast .uk-form textarea:focus,
.uk-contrast .uk-form input:not([type]):focus,
.uk-contrast .uk-form input[type="text"]:focus,
.uk-contrast .uk-form input[type="password"]:focus,
.uk-contrast .uk-form input[type="datetime"]:focus,
.uk-contrast .uk-form input[type="datetime-local"]:focus,
.uk-contrast .uk-form input[type="date"]:focus,
.uk-contrast .uk-form input[type="month"]:focus,
.uk-contrast .uk-form input[type="time"]:focus,
.uk-contrast .uk-form input[type="week"]:focus,
.uk-contrast .uk-form input[type="number"]:focus,
.uk-contrast .uk-form input[type="email"]:focus,
.uk-contrast .uk-form input[type="url"]:focus,
.uk-contrast .uk-form input[type="search"]:focus,
.uk-contrast .uk-form input[type="tel"]:focus,
.uk-contrast .uk-form input[type="color"]:focus {
  border-color: #ffffff;
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-form :-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.7) !important;
}
.uk-contrast .uk-form ::-moz-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-form ::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.7);
}
.uk-contrast .uk-button {
  color: #444444;
  background: #ffffff;
}
.uk-contrast .uk-button:hover,
.uk-contrast .uk-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-button:active,
.uk-contrast .uk-button.uk-active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-button-primary {
  background-color: #00a8e6;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:hover,
.uk-contrast .uk-button-primary:focus {
  background-color: #35b3ee;
  color: #ffffff;
}
.uk-contrast .uk-button-primary:active,
.uk-contrast .uk-button-primary.uk-active {
  background-color: #0091ca;
  color: #ffffff;
}
.uk-contrast .uk-icon-hover {
  color: rgba(255, 255, 255, 0.7);
}
.uk-contrast .uk-icon-hover:hover {
  color: #ffffff;
}
.uk-contrast .uk-icon-button {
  background: #ffffff;
  color: #444444;
}
.uk-contrast .uk-icon-button:hover,
.uk-contrast .uk-icon-button:focus {
  background-color: rgba(255, 255, 255, 0.8);
  color: #444444;
}
.uk-contrast .uk-icon-button:active {
  background-color: rgba(255, 255, 255, 0.7);
  color: #444444;
}
.uk-contrast .uk-text-muted {
  color: rgba(255, 255, 255, 0.6) !important;
}
.uk-contrast .uk-text-primary {
  color: #2d7091 !important;
}
/* ========================================================================
   Component: Print
 ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

/* End */


/* Start:/bitrix/templates/ekt/css/jquery.formstyler.css?16243589592169*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/bitrix/templates/ekt/css/jquery.formstyler.theme.css?162435895910458*/
.jq-checkbox,
.jq-radio {
	vertical-align: -4px;
	width: 16px;
	height: 16px;
	margin: 0 4px 0 0;
	border: 1px solid #C3C3C3;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 1px rgba(0,0,0,.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	cursor: pointer;
}
.jq-checkbox.focused,
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled,
.jq-radio.disabled {
	opacity: .55;
}
.jq-checkbox {
	border-radius: 3px;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 8px;
	height: 4px;
	margin: 3px 0 0 3px;
	border-bottom: 2px solid #666;
	border-left: 2px solid #666;
	-webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}
.jq-radio {
	border-radius: 50%;
}
.jq-radio.checked .jq-radio__div {
	width: 10px;
	height: 10px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #777;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,.7);
}
.jq-file {
	width: 270px;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
}
.jq-file input {
	cursor: pointer;
}
.jq-file__name {
	box-sizing: border-box;
	width: 100%;
	height: 34px;
	padding: 0 80px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number {
	position: relative;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	color: #333;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}
.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 32px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	border-top-color: #AAA;
}
.jq-selectbox__dropdown {
	box-sizing: border-box;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,.2);
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==') no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}
.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/bitrix/templates/ekt/css/jquery.mCustomScrollbar.css?162435895953842*/

	.mCustomScrollbar{ -ms-touch-action: pinch-zoom; touch-action: pinch-zoom; /* direct pointer events to js */ }
	.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{ -ms-touch-action: auto; touch-action: auto; }
	
	.mCustomScrollBox{ /* contains plugin's markup */
		position: relative;
		overflow: hidden;
		height: 100%;
		max-width: 100%;
		outline: none;
		direction: ltr;
	}

	.mCSB_container{ /* contains the original content */
		overflow: hidden;
		width: auto;
		height: auto;
	}



/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_inside > .mCSB_container{ margin-right: 30px; }

	.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-right: 0; } /* non-visible scrollbar */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{ margin-left: 0; } /* RTL direction/left-side scrollbar */

	.mCSB_scrollTools{ /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
		position: absolute;
		width: 16px;
		height: auto;
		left: auto;
		top: 0;
		right: 0;
		bottom: 0;
	}

	.mCSB_outside + .mCSB_scrollTools{ right: -26px; } /* scrollbar position: outside */
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, 
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ /* RTL direction/left-side scrollbar */
		right: auto;
		left: 0;
	}
	
	.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{ left: -26px; } /* RTL direction/left-side scrollbar (scrollbar position: outside) */

	.mCSB_scrollTools .mCSB_draggerContainer{ /* contains the draggable element and dragger rail markup */
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0; 
		height: auto;
	}

	.mCSB_scrollTools a + .mCSB_draggerContainer{ margin: 20px 0; }

	.mCSB_scrollTools .mCSB_draggerRail{
		width: 2px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	}

	.mCSB_scrollTools .mCSB_dragger{ /* the draggable element */
		cursor: pointer;
		width: 100%;
		height: 30px; /* minimum dragger height */
		z-index: 1;
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
		position: relative;
		width: 4px;
		height: 100%;
		margin: 0 auto;
		-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
		text-align: center;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{ width: 12px; /* auto-expanded scrollbar */ }
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 8px; /* auto-expanded scrollbar */ }

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown{
		display: block;
		position: absolute;
		height: 20px;
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}

	.mCSB_scrollTools .mCSB_buttonDown{ bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_horizontal.mCSB_inside > .mCSB_container{
		margin-right: 0;
		margin-bottom: 30px;
	}
	
	.mCSB_horizontal.mCSB_outside > .mCSB_container{ min-height: 100%; }

	.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; } /* non-visible scrollbar */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal{
		width: auto;
		height: 16px;
		top: auto;
		right: 0;
		bottom: 0;
		left: 0;
	}

	.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
	.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{ bottom: -26px; } /* scrollbar position: outside */

	.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer{ margin: 0 20px; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 2px;
		margin: 7px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
		width: 30px; /* minimum dragger width */
		height: 100%;
		left: 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 12px; /* auto-expanded scrollbar */
		margin: 2px auto;
	}
	
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 8px; /* auto-expanded scrollbar */
		margin: 4px 0;
	}

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{
		display: block;
		position: absolute;
		width: 20px;
		height: 100%;
		overflow: hidden;
		margin: 0 auto;
		cursor: pointer;
	}
	
	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft{ left: 0; }

	.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight{ right: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_container_wrapper{
		position: absolute;
		height: auto;
		width: auto;
		overflow: hidden;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	
	.mCSB_container_wrapper > .mCSB_container{
		padding-right: 30px;
		padding-bottom: 30px;
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 20px; }
	
	.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 20px; }
	
	/* non-visible horizontal scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical{ bottom: 0; }
	
	/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ right: 0; }
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 20px; }
	
	/* non-visible scrollbar/RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{ left: 0; }
	
	.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{ /* RTL direction/left-side scrollbar */
		margin-right: 0;
		margin-left: 30px;
	}
	
	.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{ padding-right: 0; }
	
	.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{ padding-bottom: 0; }
	
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
		margin-right: 0; /* non-visible scrollbar */
		margin-left: 0;
	}
	
	/* non-visible horizontal scrollbar */
	.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{ margin-bottom: 0; }



/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/

	.mCSB_scrollTools, 
	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
		transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
	
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
	.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, 
	.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
		-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
		transition: width .2s ease-out .2s, height .2s ease-out .2s, 
					margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, 
					margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s,
					opacity .2s ease-in-out, background-color .2s ease-in-out; 
	}



/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/

	/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
	
	/* default theme ("light") */

	.mCSB_scrollTools{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }
	
	.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 0; filter: "alpha(opacity=0)"; -ms-filter: "alpha(opacity=0)"; }
	
	.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
	.mCustomScrollBox:hover > .mCSB_scrollTools,
	.mCustomScrollBox:hover ~ .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
	.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{ opacity: 1; filter: "alpha(opacity=100)"; -ms-filter: "alpha(opacity=100)"; }

	.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.4);
		filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; 
	}

	.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.85);
		filter: "alpha(opacity=85)"; -ms-filter: "alpha(opacity=85)"; 
	}
	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.9);
		filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp,
	.mCSB_scrollTools .mCSB_buttonDown,
	.mCSB_scrollTools .mCSB_buttonLeft,
	.mCSB_scrollTools .mCSB_buttonRight{
		background-image: url(/bitrix/templates/ekt/css/mCSB_buttons.png); /* css sprites */
		background-repeat: no-repeat;
		opacity: 0.4; filter: "alpha(opacity=40)"; -ms-filter: "alpha(opacity=40)"; 
	}

	.mCSB_scrollTools .mCSB_buttonUp{
		background-position: 0 0;
		/* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonDown{
		background-position: 0 -20px;
		/* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonLeft{
		background-position: 0 -40px;
		/* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonRight{
		background-position: 0 -56px;
		/* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/
	}

	.mCSB_scrollTools .mCSB_buttonUp:hover,
	.mCSB_scrollTools .mCSB_buttonDown:hover,
	.mCSB_scrollTools .mCSB_buttonLeft:hover,
	.mCSB_scrollTools .mCSB_buttonRight:hover{ opacity: 0.75; filter: "alpha(opacity=75)"; -ms-filter: "alpha(opacity=75)"; }

	.mCSB_scrollTools .mCSB_buttonUp:active,
	.mCSB_scrollTools .mCSB_buttonDown:active,
	.mCSB_scrollTools .mCSB_buttonLeft:active,
	.mCSB_scrollTools .mCSB_buttonRight:active{ opacity: 0.9; filter: "alpha(opacity=90)"; -ms-filter: "alpha(opacity=90)"; }
	

	/* theme: "dark" */

	.mCS-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.85); }

	.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: rgba(0,0,0,0.9); }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px 0; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-2", "dark-2" */

	.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 4px;
		margin: 6px auto;
	}

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px 0; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown{	background-position: -32px -20px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -40px -40px; }

	.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -56px; }
	
	
	/* theme: "dark-2" */

	.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px;
	}

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px 0; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -20px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -40px; }

	.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thick", "dark-thick" */

	.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		width: 4px;
		background-color: #fff; background-color: rgba(255,255,255,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 6px;
		background-color: #fff; background-color: rgba(255,255,255,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 4px;
		margin: 6px 0;
	}

	.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 6px;
		margin: 5px auto;
	}

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px 0; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown{	background-position: -16px -20px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft{	background-position: -20px -40px; }

	.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -56px; }


	/* theme: "dark-thick" */
	
	.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.75);
		-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
	}

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px 0; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -20px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -40px; }

	.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -100px -56px; }
	
	/* ---------------------------------------- */
	


	/* theme: "light-thin", "dark-thin" */
	
	.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.1); }

	.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 2px; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail{ width: 100%; }

	.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 2px;
		margin: 7px auto;
	}


	/* theme "dark-thin" */
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp{	background-position: -80px 0; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -20px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -40px; }

	.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -56px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.15); }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger{ height: 14px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		width: 14px;
		margin: 0 1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 14px; }
	
	.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 14px;
		margin: 1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		width: 16px; /* auto-expanded scrollbar */
		height: 16px;
		margin: -1px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{ width: 4px; /* auto-expanded scrollbar */ }
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
		height: 16px; /* auto-expanded scrollbar */
		width: 16px;
		margin: 0 -1px;
	}
	
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 4px; /* auto-expanded scrollbar */
		margin: 6px 0;
	}
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp{ background-position: 0 -72px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown{ background-position: 0 -92px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft{ background-position: 0 -112px; }
	
	.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight{ background-position: 0 -128px; }
	
	
	/* theme "rounded-dark", "rounded-dots-dark" */
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.15); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -80px -72px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -80px -92px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -80px -112px; }
	
	.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -80px -128px; }
	
	
	/* theme "rounded-dots", "rounded-dots-dark" */
	
	.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail{ width: 4px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		background-color: transparent;
		background-position: center;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
		background-repeat: repeat-y;
		opacity: 0.3;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		height: 4px;
		margin: 6px 0;
		background-repeat: repeat-x;
	}
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp{ background-position: -16px -72px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown{ background-position: -16px -92px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -20px -112px; }
	
	.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight{ background-position: -20px -128px; }
	
	
	/* theme "rounded-dots-dark" */
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
	}
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -96px -72px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -96px -92px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -100px -112px; }
	
	.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight{ background-position: -100px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-y;
		background-image: -moz-linear-gradient(left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(left, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		background-repeat: repeat-x;
		background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0)));
		background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 100%);
	}
	
	
	/* theme "3d", "3d-dark" */
	
	.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 70px; }
	
	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 70px; }
	
	.mCS-3d.mCSB_scrollTools, 
	.mCS-3d-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 8px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.5), inset -1px 0 1px rgba(255,255,255,0.2);
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 	 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }

	.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 8px; }

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 8px;
		margin: 4px 0;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.5), inset 0 -1px 1px rgba(255,255,255,0.2);
	}

	.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		width: 100%;
		height: 8px;
		margin: 4px auto;
	}
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-3d.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "3d-dark" */
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: #000; background-color: rgba(0,0,0,0.1);
		box-shadow: inset 1px 0 1px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1); }
	
	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "3d-thick", "3d-thick-dark" */
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools{
		opacity: 1;
		filter: "alpha(opacity=30)"; -ms-filter: "alpha(opacity=30)"; 
	}
	
	.mCS-3d-thick.mCSB_scrollTools, 
	.mCS-3d-thick-dark.mCSB_scrollTools, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{ -webkit-border-radius: 7px; -moz-border-radius: 7px; border-radius: 7px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
	
	.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical{ right: 1px; }
	
	.mCS-3d-thick.mCSB_scrollTools_vertical, 
	.mCS-3d-thick-dark.mCSB_scrollTools_vertical{ box-shadow: inset 1px 0 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5); }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{
		bottom: 1px;
		box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.5);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		box-shadow: inset 1px 0 0 rgba(255,255,255,0.4);
		width: 12px;
		margin: 2px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4); }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #555; }
	
	.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 12px;
		width: auto;
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #000; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }

	.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight{	background-position: -40px -128px; }
	
	
	/* theme: "3d-thick-dark" */
	
	.mCS-3d-thick-dark.mCSB_scrollTools{ box-shadow: inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal{ box-shadow: inset 0 1px 1px rgba(0,0,0,0.1), inset 0 0 14px rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 1px 0 0 rgba(255,255,255,0.4), inset -1px 0 0 rgba(0,0,0,0.2); }
	 
	.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{ box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), inset 0 -1px 0 rgba(0,0,0,0.2); }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,  
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #777; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer{
		background-color: #fff; background-color: rgba(0,0,0,0.05);
		box-shadow: inset 1px 1px 16px rgba(0,0,0,0.1);
	}
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }
	
	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme: "minimal", "minimal-dark" */
	
	.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		right: 0; 
		margin: 12px 0; 
	}
	
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal, 
	.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal{
		bottom: 0; 
		margin: 0 12px; 
	}
	
	/* RTL direction/left-side scrollbar */
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical, 
	.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical{
		left: 0; 
		right: auto;
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: transparent; }
	
	.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger{ height: 50px; }
	
	.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger, 
	.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger{ width: 50px; }
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #fff; background-color: rgba(255,255,255,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	
	/* theme: "minimal-dark" */
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.2);
		filter: "alpha(opacity=20)"; -ms-filter: "alpha(opacity=20)"; 
	}
	
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
		background-color: #000; background-color: rgba(0,0,0,0.5);
		filter: "alpha(opacity=50)"; -ms-filter: "alpha(opacity=50)"; 
	}
	
	/* ---------------------------------------- */
	
	
	
	/* theme "light-3", "dark-3" */
	
	.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{
		width: 6px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ width: 6px; }

	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 6px;
		margin: 5px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		width: 12px;
	}
	
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, 
	.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "dark-3" */
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	/* ---------------------------------------- */
	
	
	
	/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
	
	.mCS-inset.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{
		width: 12px;
		background-color: #000; background-color: rgba(0,0,0,0.2);
	}

	.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ 
		width: 6px;
		margin: 3px 5px;
		position: absolute;
		height: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}

	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
		height: 6px;
		margin: 5px 3px;
		position: absolute;
		width: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
	}
	
	.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail{
		width: 100%;
		height: 12px;
		margin: 2px 0;
	}
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp{ background-position: -32px -72px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown{ background-position: -32px -92px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -40px -112px; }
	
	.mCS-inset.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight{ background-position: -40px -128px; }
	
	
	/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.1); }
	
	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp{ background-position: -112px -72px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown{ background-position: -112px -92px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft{ background-position: -120px -112px; }

	.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, 
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight{	background-position: -120px -128px; }
	
	
	/* theme "inset-2", "inset-2-dark" */
	
	.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, 
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: #fff;
		border-color: rgba(255,255,255,0.2);
		-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	}
	
	.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail{ border-color: #000; border-color: rgba(0,0,0,0.2); }
	
	
	/* theme "inset-3", "inset-3-dark" */
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail{ background-color: #fff; background-color: rgba(255,255,255,0.6); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail{ background-color: #000; background-color: rgba(0,0,0,0.6); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.75); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.85); }
	
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #000; background-color: rgba(0,0,0,0.9); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.75); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.85); }
	
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{ background-color: #fff; background-color: rgba(255,255,255,0.9); }
	
	/* ---------------------------------------- */

/* End */


/* Start:/bitrix/templates/ekt/css/magnific-popup.css?16243589597302*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/bitrix/templates/ekt/css/screen.css?1687182498245290*/
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.container {
    margin-right : auto;
    margin-left  : auto;
    padding-left : 9px;
    padding-right: 9px
}

.container:before,
.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

@media (min-width: 768px) {
    .container {
        width: 738px
    }
}

@media (min-width: 992px) {
    .container {
        width: 958px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1178px
    }
}

.container-fluid {
    margin-right : auto;
    margin-left  : auto;
    padding-left : 9px;
    padding-right: 9px
}

.container-fluid:before,
.container-fluid:after {
    content: " ";
    display: table
}

.container-fluid:after {
    clear: both
}

.row {
    margin-left : -9px;
    margin-right: -9px
}

.row:before,
.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position     : relative;
    min-height   : 1px;
    padding-left : 9px;
    padding-right: 9px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0%
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width: 768px) {

    .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 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 992px) {

    .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 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width: 1200px) {

    .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 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important
}

.visible-sm {
    display: none !important
}

.visible-md {
    display: none !important
}

.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin        : 0;
    padding       : 0;
    border        : 0;
    vertical-align: baseline
}

body,
html {
    height: 100%
}

img,
fieldset,
a img {
    border: none
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    -webkit-appearance: none
}

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

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

textarea {
    overflow: auto
}

input,
button {
    margin : 0;
    padding: 0;
    border : 0
}

div,
input,
textarea,
select,
button,
h1,
h2,
h3,
h4,
h5,
h6,
a,
span,
a:focus {
    outline: none
}

ul,
ol {
    list-style-type: none
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    * {
        -webkit-text-size-adjust: none
    }
}

table {
    border-spacing : 0;
    border-collapse: collapse;
    width          : 100%
}

html {
    box-sizing: border-box
}

* {
    box-sizing: border-box
}

*:before,
*:after {
    box-sizing: border-box
}

@font-face {
    font-family: museosanscyrl_100;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_100_italic;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_300;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_300_italic;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_500;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_700;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_900;
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

@font-face {
    font-family: HelveticaNeueCyr-Bold;
    src        : url("/bitrix/templates/ekt/css/../fonts/HelveticaNeueCyr-Bold.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("/bitrix/templates/ekt/css/../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

body {
    font-size             : 13px;
    line-height           : 1.4;
    color                 : #000;
    height                : 100%;
    min-height            : 100%;
    font-family           : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    box-sizing            : border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    background-color      : #0b9a42 !important;
}

body.is-hidden {
    overflow: hidden
}

a {
    text-decoration: none
}

p {
    letter-spacing: 0.3px;
    margin-top    : 15px;
    font-size     : 14px;
    line-height   : 17px;
}

strong {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.wrap {
    font-size: 0;
    *zoom    : 1
}

.wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.row_table {
    display     : table;
    min-width   : calc(100% + 30px);
    table-layout: fixed
}

.row_table>div {
    display       : table-cell;
    vertical-align: middle;
    float         : none
}

.row_inline {
    font-size: 0
}

.row_inline>div {
    display       : inline-block;
    vertical-align: top;
    float         : none
}

.out {
    margin    : 0 auto;
    padding   : 15px 10px 90px;
    max-width : 1280px;
    min-width : 980px;
    box-sizing: border-box
}

.btn {
    display           : inline-block;
    vertical-align    : middle;
    padding           : 13px 43px 12px;
    min-width         : 192px;
    background        : #0b9a42;
    border-radius     : 3px;
    text-align        : center;
    font-size         : 13px;
    line-height       : 1;
    font-family       : "museosanscyrl_900", Arial, Helvetica, sans-serif;
    text-transform    : uppercase;
    color             : #fff;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.btn:hover {
    text-decoration: none;
    background     : #0ca948
}

.btn:active {
    background: #088939
}

.btn[disabled],
.btn.is-disabled {
    opacity       : 0.1;
    cursor        : default;
    pointer-events: none
}

.btn .ico_add {
    margin-right: 5px
}

.btn_border {
    background: #fff;
    border    : 1px solid #0b9a42;
    color     : #0b9a42
}

.btn_border:hover {
    color       : #fff;
    border-color: #0ca948
}

.btn_border:active {
    color       : #fff;
    border-color: #0b9a42
}

.btn_small,
.btn_share,
.btn_topic {
    padding       : 10px 20px;
    min-width     : 175px;
    max-height    : 32px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size     : 13px;
    text-transform: none
}

.btn_white,
.btn_share,
.btn_topic {
    background : #fff;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
    color      : #000
}

.btn_white:hover,
.btn_share:hover,
.btn_topic:hover,
.drop.is-active .btn {
    color: #fff
}

.btn_white:active,
.btn_share:active,
.btn_topic:active {
    color: #fff
}

.btn_fill {
    background        : transparent;
    color             : #0b9a42;
    border            : 1px solid #0b9a42;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.btn_fill:hover {
    background: #0ca948;
    color     : #fff
}

.btn_fill:active {
    background: #088939
}

.btn_share,
.btn_topic {
    position   : relative;
    padding    : 10px 15px 10px 34px;
    min-width  : 130px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    box-sizing : border-box
}

.btn_share:hover:before,
.btn_topic:hover:before,
.drop.is-active .btn:before {
    opacity: 0
}

.btn_share:hover:after,
.btn_topic:hover:after,
.drop.is-active .btn:after {
    opacity: 1
}

.btn_share:before,
.btn_topic:before,
.btn_share:after,
.btn_topic:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    left              : 10px;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%)
}

.btn_share:before,
.btn_topic:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -32px;
    width              : 16px;
    height             : 16px
}

.btn_share:after,
.btn_topic:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -48px;
    width              : 16px;
    height             : 16px
}

.btn_topic {
    padding-left: 48px
}

.btn_topic:hover .ico:before {
    opacity: 0
}

.btn_topic:hover .ico:after {
    opacity: 1
}

.btn_topic:before,
.btn_topic:after {
    display: none
}

.btn_topic .ico {
    position         : absolute;
    content          : '';
    top              : 50%;
    left             : 10px;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.btn_topic .ico:before,
.btn_topic .ico:after {
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.btn_topic .ico:after {
    opacity: 0
}

.btn_dark {
    color: #000
}

.btn-search,
.btn-search-white {
    position        : absolute;
    top             : 46px;
    right           : 24px;
    height          : 19px;
    width           : 19px;
    background-color: transparent;
    display         : inline-block
}

.btn-search:before,
.btn-search-white:before,
.btn-search:after,
.btn-search-white:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.2s linear;
    transition        : opacity 0.2s linear
}

.btn-search:before,
.btn-search-white:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -129px -158px;
    width              : 19px;
    height             : 19px
}

.btn-search:after,
.btn-search-white:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -110px -158px;
    width              : 19px;
    height             : 19px
}

.btn-search:hover:before,
.btn-search-white:hover:before {
    opacity: 0
}

.btn-search:hover:after,
.btn-search-white:hover:after {
    opacity: 1
}

.btn-search span,
.btn-search-white span {
    position: absolute;
    top     : -35px;
    left    : -30px;
    right   : -24px;
    bottom  : -30px
}

.btn-search-white {
    top  : 35px;
    right: 0
}

.btn-search-white:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -160px -72px;
    width              : 19px;
    height             : 19px
}

.btn-search-white:after {
    left      : -20px;
    right     : -20px;
    top       : -20px;
    bottom    : -20px;
    width     : auto;
    height    : auto;
    background: none
}

.btn-search-white:hover:before {
    opacity: 1
}

.btn_basket {
    padding  : 7px 12px;
    min-width: auto
}

.btn-clear {
    position          : relative;
    color             : #000;
    margin-top        : 10px;
    padding-left      : 20px;
    font-size         : 13px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    background-color  : transparent
}

.btn-clear:disabled {
    opacity: .5
}

.btn-clear:disabled:hover {
    color : #000;
    cursor: default
}

.btn-clear:disabled:hover:before {
    opacity: 1
}

.btn-clear:disabled:hover:after {
    opacity: 0
}

.btn-clear:disabled:hover span {
    border-color: #000
}

.btn-clear:before,
.btn-clear:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    left              : 0;
    margin-top        : -6px;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.btn-clear:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -26px;
    width              : 13px;
    height             : 13px
}

.btn-clear:after {
    margin             : -5px 0 0 1px;
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -100px;
    width              : 11px;
    height             : 11px
}

.btn-clear:hover {
    color: #de1313
}

.btn-clear:hover:before {
    opacity: 0
}

.btn-clear:hover:after {
    opacity: 1
}

.btn-clear:hover span {
    border-color: transparent
}

.btn-clear span {
    border-bottom     : 1px dotted #000;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.btn_ico {
    text-transform: initial;
    font-size     : 13px;
    min-width     : 130px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.btn_ico:hover .ico:before {
    opacity: 0
}

.btn_ico:hover .ico:after {
    opacity: 1
}

.btn_ico .ico {
    margin-top        : -3px;
    margin-right      : 8px;
    vertical-align    : middle;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.btn-delete {
    position  : relative;
    width     : 11px;
    height    : 12px;
    background: transparent;
    display   : inline-block
}

.btn-delete:hover:before {
    opacity: 0
}

.btn-delete:hover:after {
    opacity: 1
}

.btn-delete:before,
.btn-delete:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.btn-delete:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -65px;
    width              : 11px;
    height             : 12px
}

.btn-delete:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -77px;
    width              : 11px;
    height             : 12px
}

.btn-delete span {
    position: absolute;
    content : '';
    top     : -5px;
    left    : -5px;
    right   : -5px;
    bottom  : -5px
}

.btn-open {
    position          : static;
    color             : #000;
    font-size         : 12px;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    vertical-align    : top;
    display           : inline-block;
    background        : transparent
}

.btn-open.btn-open_white {
    color             : #fff;
    opacity           : .6;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.btn-open.btn-open_white span {
    border-color: #fff
}

.btn-open.btn-open_white span:before,
.btn-open.btn-open_white span:after {
    background: #fff
}

.btn-open.btn-open_white:hover {
    opacity: 1;
    color  : #fff
}

.btn-open.btn-open_white:hover span {
    border-color: transparent
}

.btn-open.btn-open_white:hover span:before,
.btn-open.btn-open_white:hover span:after {
    background: #fff
}

.btn-open.btn-open_white.is-active:hover {
    color: #fff
}

.btn-open:before {
    position: absolute;
    content : '';
    top     : 0;
    left    : 0;
    bottom  : 0;
    right   : 0
}

.btn-open:hover {
    color: #de1313
}

.btn-open:hover span {
    border-color: transparent
}

.btn-open:hover span:before,
.btn-open:hover span:after {
    background: #de1313
}

.btn-open.is-active:hover {
    color: #de1313
}

.btn-open.is-active span:before {
    -webkit-transform: rotate(135deg);
    -ms-transform    : rotate(135deg);
    transform        : rotate(135deg)
}

.btn-open.is-active span:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform    : rotate(-135deg);
    transform        : rotate(-135deg)
}

.btn-open span {
    position          : relative;
    border-bottom     : 1px dotted #000;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.btn-open span:before,
.btn-open span:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    right             : -12px;
    height            : 6px;
    width             : 1px;
    background        : #000;
    margin-top        : -3px;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    will-change       : transform;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition        : background 0.3s, transform 0.3s
}

.btn-open span:before {
    -webkit-transform: rotate(44deg);
    -ms-transform    : rotate(44deg);
    transform        : rotate(44deg)
}

.btn-open span:after {
    right            : -8px;
    -webkit-transform: rotate(-44deg);
    -ms-transform    : rotate(-44deg);
    transform        : rotate(-44deg)
}

.btn-open .icon {
    position         : absolute;
    top              : 50%;
    right            : 0;
    font-size        : 13px;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.btn-reest {
    position          : relative;
    font-size         : 13px;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    background        : transparent;
    display           : inline-block
}

.btn-reest:before {
    position: absolute;
    content : '';
    top     : -5px;
    left    : -5px;
    right   : -5px;
    bottom  : -5px
}

.btn-reest:hover {
    color: #de1313
}

.u-turn {
    vertical-align     : middle;
    opacity            : .5;
    -webkit-transition : opacity 0.3s, -webkit-transform 0.3s;
    transition         : opacity 0.3s, transform 0.3s;
    background-color   : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -148px -158px;
    width              : 19px;
    height             : 19px;
    display            : inline-block;
    will-change        : transform
}

.u-turn:hover {
    opacity: 1
}

.u-turn.is-active {
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg)
}

.l-layout {
    display     : table;
    width       : 100%;
    table-layout: fixed;
    background  : #fff
}

/* .l-layout.is-contact .topic__in,
.l-layout.is-contact .wrapper {
    padding-left: 292px
} */
.sidebar {
    display       : table-cell;
    vertical-align: top;
    width         : 300px;
    background    : #f9f9f9
}

.main {
    display       : table-cell;
    vertical-align: top;
    background    : #fff
}

.title-h1 {
    margin-bottom: 22px;
    font-size    : 34px;
    line-height  : 1.35;
    font-weight  : normal;
    font-family  : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.title-h2 {
    margin-bottom: 22px;
    font-size    : 24px;
    line-height  : 1.9;
    font-weight  : normal;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    *zoom        : 1
}

.title-h2:after {
    content: " ";
    display: table;
    clear  : both
}

.title-h2.is-green {
    color: #0b9a42
}

.title-h2 a {
    color             : #000;
    border-bottom     : 1px solid;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition        : color 0.2s, border-color 0.2s
}

.title-h2 a:hover {
    color       : #de1313;
    border-color: transparent
}

.title-h2 a:active {
    color       : #b40eb4;
    border-color: transparent
}

.title-h2+p {
    margin-top: -10px
}

.title-h2+.wrapper__left-t {
    margin-top: -11px
}

.title-h2 .link-black {
    margin-top     : 14px;
    float          : right;
    line-height    : 1;
    text-decoration: none
}

.title-h3 {
    margin-bottom: 22px;
    font-size    : 18px;
    font-weight  : normal;
    font-family  : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.title-h3 a {
    color             : #000;
    border-bottom     : 1px solid;
    -webkit-transition: color 0.2s, border-color 0.2s;
    transition        : color 0.2s, border-color 0.2s
}

.title-h3 a:hover {
    color       : #de1313;
    border-color: transparent
}

.title-h3 a:active {
    color       : #b40eb4;
    border-color: transparent
}

.title-h3 .link-green {
    text-decoration: none !important
}

.title-h4 {
    margin-bottom: 22px;
    line-height  : 1.9;
    font-size    : 16px;
    font-weight  : normal;
    font-family  : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.title-h4 a {
    color             : #000;
    border-bottom     : 1px solid;
    -webkit-transition: color 0.3s, border 0.3s;
    transition        : color 0.3s, border 0.3s
}

.title-h4 a:hover {
    color       : #0ca948;
    border-color: transparent
}

.title-h4 a:active {
    color       : #088939;
    border-color: transparent
}

.title-h5 {
    margin-bottom: 22px;
    font-size    : 14px;
    font-weight  : normal;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.title-h5 a {
    color             : #000;
    border-bottom     : 1px solid;
    -webkit-transition: color 0.3s, border 0.3s;
    transition        : color 0.3s, border 0.3s
}

.title-h5 a:hover {
    color       : #0ca948;
    border-color: transparent
}

.title-h5 a:active {
    color       : #088939;
    border-color: transparent
}

.title-h6 {
    margin-bottom: 22px;
    font-size    : 12px;
    font-weight  : normal;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.title-green {
    position      : relative;
    padding-bottom: 20px;
    font-size     : 16px;
    line-height   : 24px;
    font-family   : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    display       : inline-block
}

.title-green:before {
    position  : absolute;
    content   : '';
    left      : 0;
    bottom    : 0;
    height    : 3px;
    width     : 136px;
    background: #0b9a42
}

.select {
    position : relative;
    cursor   : pointer;
    font-size: 13px
}

.select select {
    position: absolute;
    opacity : 0
}

.select.is-active .select__text {
    border-color : #0b9a42;
    border-radius: 3px;
    box-shadow   : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.select.is-active .select__text:before {
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #0b9a42 transparent
}

.select.is-active .select__text:after {
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #0b9a42 transparent transparent transparent
}

.select__text {
    position          : relative;
    padding           : 0 20px 0 10px;
    height            : 32px;
    min-width         : 211px;
    line-height       : 32px;
    white-space       : nowrap;
    overflow          : hidden;
    text-overflow     : ellipsis;
    border-radius     : 3px;
    border            : 1px solid #c5c5c5;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s;
    display           : block
}

.select__text:before,
.select__text:after {
    content           : "";
    position          : absolute;
    right             : 10px;
    margin-top        : -3px;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.select__text:before {
    top         : 11px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #c5c5c5 transparent
}

.select__text:after {
    bottom      : 9px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #c5c5c5 transparent transparent transparent
}

.select__text:hover {
    border-color : #0b9a42;
    border-radius: 3px;
    box-shadow   : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.select__text:hover:before {
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #0b9a42 transparent
}

.select__text:hover:after {
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #0b9a42 transparent transparent transparent
}

.select__list {
    position  : absolute;
    display   : none;
    left      : 0;
    right     : 0;
    top       : 100%;
    margin-top: 11px;
    z-index   : 100;
    border-top: 0;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.23);
    background: #fff
}

.select__list li {
    position          : relative;
    padding           : 2px 9px;
    line-height       : 25px;
    cursor            : pointer;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.select__list li:hover {
    background: rgba(11, 154, 66, 0.1)
}

.select__list li:before {
    position           : absolute;
    content            : '';
    right              : 10px;
    top                : 50%;
    -webkit-transform  : translate(0, -50%);
    -ms-transform      : translate(0, -50%);
    transform          : translate(0, -50%);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -148px -182px;
    width              : 12px;
    height             : 9px;
    display            : none
}

.select__list li.is-active {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.select__list li.is-active:before {
    display: block
}

.multiple-select {
    min-width: 211px
}

.multiple-select.js-filter-select .selected label:before {
    display: none !important
}

.multiple-select .ms-choice {
    padding-left      : 9px;
    height            : 32px;
    border            : 1px solid #c5c5c5;
    font-size         : 13px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s
}

.multiple-select .ms-choice:hover,
.multiple-select .ms-choice.is-active {
    border-color : #0b9a42;
    border-radius: 3px;
    box-shadow   : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.multiple-select .ms-choice:hover>div:before,
.multiple-select .ms-choice.is-active>div:before {
    top         : 12px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #0b9a42 transparent
}

.multiple-select .ms-choice:hover>div:after,
.multiple-select .ms-choice.is-active>div:after {
    bottom      : 10px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #0b9a42 transparent transparent transparent
}

.multiple-select .ms-choice:active {
    border-color: #088939
}

.multiple-select .ms-choice:active>div:before {
    top         : 12px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #088939 transparent
}

.multiple-select .ms-choice:active>div:after {
    bottom      : 10px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #088939 transparent transparent transparent
}

.multiple-select .ms-choice>div {
    height: 100%
}

.multiple-select .ms-choice>div:before,
.multiple-select .ms-choice>div:after {
    content           : "";
    position          : absolute;
    right             : 10px;
    margin-top        : -3px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s
}

.multiple-select .ms-choice>div:before {
    top         : 12px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 2.5px 4px 2.5px;
    border-color: transparent transparent #c5c5c5 transparent
}

.multiple-select .ms-choice>div:after {
    bottom      : 10px;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #c5c5c5 transparent transparent transparent
}

.multiple-select .ms-choice>span {
    padding-left: 9px;
    line-height : 32px
}

.multiple-select .ms-drop.bottom {
    margin-top   : 11px;
    border       : none;
    box-shadow   : 0 2px 7px rgba(0, 0, 0, 0.23);
    border-radius: 0
}

.multiple-select .ms-drop.bottom ul {
    padding: 0
}

.multiple-select .ms-drop.bottom li.selected {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.multiple-select .ms-drop.bottom li.selected label:before {
    display: block
}

.multiple-select .ms-drop.bottom label {
    position          : relative;
    padding           : 2px 9px;
    line-height       : 25px;
    cursor            : pointer;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.multiple-select .ms-drop.bottom label:hover {
    background: rgba(11, 154, 66, 0.1)
}

.multiple-select .ms-drop.bottom label:before {
    position           : absolute;
    content            : '';
    right              : 10px;
    top                : 50%;
    -webkit-transform  : translate(0, -50%);
    -ms-transform      : translate(0, -50%);
    transform          : translate(0, -50%);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -148px -182px;
    width              : 12px;
    height             : 9px;
    display            : none
}

.multiple-select .ms-drop.bottom label input {
    position: absolute;
    right   : 10px;
    top     : 50%;
    opacity : 0;
    z-index : 2
}

.radiobutton,
.checkbox {
    position           : relative;
    line-height        : 24px;
    font-size          : 13px;
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    display            : block
}

.radiobutton:hover span:before,
.checkbox:hover span:before {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.59)
}

.radiobutton input,
.radiobutton span:before,
.checkbox input,
.checkbox span:before {
    position: absolute;
    top     : 3px;
    left    : 0;
    height  : 16px;
    width   : 16px
}

.radiobutton input,
.checkbox input {
    z-index: 2;
    opacity: 0;
    cursor : pointer
}

.radiobutton input:checked+span:before,
.checkbox input:checked+span:before {
    border-color: #649978
}

.radiobutton input:checked+span:after,
.checkbox input:checked+span:after {
    display: block
}

.radiobutton span,
.checkbox span {
    position    : relative;
    padding-left: 30px;
    display     : block
}

.radiobutton span:before,
.checkbox span:before {
    content           : '';
    border            : 1px solid #969696;
    border-radius     : 50%;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s;
    box-sizing        : border-box;
    background        : #fff
}

.radiobutton span:after,
.checkbox span:after {
    position: absolute;
    content : '';
    display : none
}

.radiobutton span:after {
    top          : 8px;
    left         : 5px;
    height       : 6px;
    width        : 6px;
    border-radius: 50%;
    background   : #001831
}

.checkbox input,
.checkbox span:before {
    top : 3px;
    left: 0
}

.checkbox span:before {
    border-color : #919191;
    border-radius: 3px;
    box-sizing   : border-box
}

.checkbox span:after {
    top                : 7px;
    left               : 2px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -148px -182px;
    width              : 12px;
    height             : 9px
}

.wrapper {
    padding    : 30px 45px 70px 45px;
    line-height: 24px
}

.wrapper .wrapper__inner {
    margin-top   : 48px;
    padding-right: 70px
}

.wrapper .title-h2 {
    margin: 40px 0 22px
}

.wrapper .title-h2:first-child {
    margin-top: 0
}

.wrapper .wrapper__top {
    position: relative
}

.wrapper .wrapper__top .checkbox {
    position: absolute;
    top     : 12px;
    right   : 0
}

.wrapper .wrapper__left-t {
    padding-right: 305px
}

@media screen and (max-width: 1180px) {
    .wrapper .wrapper__left-t {
        padding-right: 0
    }
}

.wrapper .wrapper__map {
    position   : relative;
    margin-left: -230px
}

.wrapper .wrapper__map:after {
    position       : absolute;
    content        : '';
    left           : -30px;
    right          : -30px;
    bottom         : -122px;
    height         : 324px;
    background     : url(/bitrix/templates/ekt/css/../img/map-chad.png) no-repeat 0 -5px;
    background-size: 100% 100%
}

.wrapper .wrapper__map .map {
    z-index: 1
}

.wrapper .debr {
    padding   : 10px 0 46px 0;
    border-top: none
}

.wrapper .debr+.debr {
    margin-top: 22px
}

.wrapper .debr .title-h4:first-child {
    margin-top: 0
}

.wrapper .debr .btn {
    margin-top: 13px
}

.wrapper .debr [class^="col-md"],
.wrapper .debr [class*=" col-md"] {
    padding-right: 27px
}

.wrapper .debr .radiobutton {
    margin: 8px 0
}

.list {
    margin: 20px 0
}

.list li {
    position    : relative;
    padding-left: 20px;
    line-height : 30px
}

.list li:before {
    position  : absolute;
    content   : '';
    top       : 14px;
    left      : 0;
    height    : 1px;
    width     : 9px;
    background: #0b9a42
}

.badge {
    padding       : 2px 9px;
    color         : #fff;
    font-size     : 13px;
    vertical-align: top;
    line-height   : 1.4;
    opacity       : 0.8;
    border-radius : 3px;
    display       : inline-block
}

.badge_red {
    background-color: #d60000
}

.badge_yellow {
    background-color: #e6ce06
}

.badge_blue {
    background-color: #548fcb
}

.badge_orange {
    background-color: #e99426
}

.badge_green {
    background-color: #0b9a42
}

a.badge {
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

a.badge:hover {
    opacity: 1
}

.breadcrumbs {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size  : 12px;
    color      : #fff
}

.breadcrumbs li {
    position          : relative;
    padding-right     : 20px;
    line-height       : 22px;
    color             : rgba(255, 255, 255, 0.5);
    display           : inline-block;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.breadcrumbs li:last-child {
    padding-right: 0
}

.breadcrumbs li:last-child:before {
    display: none
}

.breadcrumbs li:before {
    position: absolute;
    top     : 0;
    right   : 5px;
    content : '/';
    opacity : .5
}

.breadcrumbs li a {
    color             : rgba(255, 255, 255, 0.5);
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.breadcrumbs li a:hover {
    color: #de1313
}

.read-more-wrap {
    *zoom: 1
}

.read-more-wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.read-more-wrap .read-more {
    float: left;
    width: 50%
}

.read-more-wrap .read-more+.read-more {
    margin-top: 0
}

.read-more-wrap+.read-more {
    margin-top: 66px
}

.read-more {
    position              : relative;
    height                : 168px;
    color                 : #fff;
    font-family           : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    box-sizing            : border-box;
    background-size       : cover;
    background-repeat     : no-repeat;
    display               : block;
    -webkit-transform     : translate3d(0, 0, 0);
    transform             : translate3d(0, 0, 0);
    text-align            : center;
    font-size             : 0
}

.read-more:before {
    content       : "";
    display       : inline-block;
    vertical-align: middle;
    width         : 0;
    height        : 100%
}

.read-more:hover:after {
    background-color: rgba(0, 47, 18, 0.9)
}

.read-more:hover .link-right,
.read-more:hover .link-left {
    color: #de1313
}

.read-more:hover .link-right:after {
    -webkit-transform  : translate(10px, 0);
    -ms-transform      : translate(10px, 0);
    transform          : translate(10px, 0);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -171px;
    width              : 8px;
    height             : 15px
}

.read-more:hover .link-left:before {
    -webkit-transform  : translate(-10px, 0);
    -ms-transform      : translate(-10px, 0);
    transform          : translate(-10px, 0);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -156px;
    width              : 8px;
    height             : 15px
}

.read-more:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    background-color  : rgba(0, 47, 18, 0.8);
    -webkit-transition: background-color 0.2s;
    transition        : background-color 0.2s
}

.read-more+.read-more {
    margin-top: 66px
}

.read-more .read-more__wrap {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : 0;
    *zoom   : 1
}

.read-more .read-more__wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.read-more .read-more__in {
    position         : relative;
    font-size        : 18px;
    z-index          : 2;
    vertical-align   : middle;
    display          : inline-block;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0)
}

.read-more .read-more__text {
    opacity       : .5;
    vertical-align: top;
    display       : inline-block
}

.read-more .read-more__left,
.read-more .read-more__right {
    float            : left;
    padding          : 0 100px;
    width            : 50%;
    height           : 168px;
    background-size  : cover;
    background-repeat: no-repeat;
    box-sizing       : border-box;
    text-align       : center;
    font-size        : 0
}

.read-more .read-more__left:before,
.read-more .read-more__right:before {
    content       : "";
    display       : inline-block;
    vertical-align: middle;
    width         : 0;
    height        : 100%
}

.link-green,
.title-h3 .link-green {
    color             : #0b9a42;
    line-height       : 24px;
    text-decoration   : underline;
    -webkit-transition: color 0.1s, border-color 0.1s;
    transition        : color 0.1s, border-color 0.1s
}

.link-green.is-dot {
    text-decoration: none;
    border-bottom  : 1px dotted #0b9a42
}

.link-green.is-dot:hover {
    border-color: transparent
}

.link-green:hover {
    color          : #de1313;
    text-decoration: none
}

.link-right,
.link-left {
    position          : relative;
    color             : #0b9a42;
    text-decoration   : underline;
    -webkit-transition: color 0.2s;
    transition        : color 0.2s
}

.link-right:hover,
.link-left:hover {
    color: #de1313
}

.link-right:after,
.link-right:before,
.link-left:after,
.link-left:before {
    content           : '';
    margin-bottom     : -2px;
    display           : inline-block;
    -webkit-transition: -webkit-transform 0.2s;
    transition        : transform 0.2s
}

.link-right {
    margin-left  : 5px;
    padding-right: 12px
}

.link-right:hover:after {
    -webkit-transform  : translate(4px, 0);
    -ms-transform      : translate(4px, 0);
    transform          : translate(4px, 0);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -141px;
    width              : 8px;
    height             : 15px
}

.link-right:after {
    position           : relative;
    margin-left        : 5px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -186px;
    width              : 8px;
    height             : 15px
}

.link-left {
    margin-right: 5px;
    padding-left: 12px
}

.link-left:hover:before {
    -webkit-transform  : translate(-4px, 0);
    -ms-transform      : translate(-4px, 0);
    transform          : translate(-4px, 0);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -156px;
    width              : 8px;
    height             : 15px
}

.link-left:before {
    position           : relative;
    margin-right       : 5px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -126px;
    width              : 8px;
    height             : 15px
}

.link-black {
    position          : relative;
    color             : #000;
    font-size         : 13px;
    line-height       : 36px;
    text-decoration   : underline;
    -webkit-transition: color 0.2s;
    transition        : color 0.2s;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    color             : #000
}

.link-black:hover {
    color          : #de1313;
    text-decoration: none
}

.link-black:before {
    position: absolute;
    content : '';
    top     : -10px;
    left    : -10px;
    right   : -10px;
    bottom  : -10px
}

.link-white {
    position          : relative;
    margin-right      : 15px;
    color             : #fff;
    opacity           : .6;
    line-height       : 1.1;
    vertical-align    : top;
    text-decoration   : none;
    border-bottom     : 1px dotted #fff;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s;
    background        : transparent;
    display           : inline-block
}

.link-white:hover {
    opacity     : 1;
    border-color: transparent
}

.link-white.is-active:before {
    -webkit-transform: rotate(135deg);
    -ms-transform    : rotate(135deg);
    transform        : rotate(135deg)
}

.link-white.is-active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform    : rotate(-135deg);
    transform        : rotate(-135deg)
}

.link-white:before,
.link-white:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    right             : -13px;
    height            : 6px;
    width             : 1px;
    background        : #fff;
    margin-top        : -2px;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%);
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    will-change       : transform;
    -webkit-transition: -webkit-transform 0.3s;
    transition        : transform 0.3s
}

.link-white:before {
    -webkit-transform: rotate(44deg);
    -ms-transform    : rotate(44deg);
    transform        : rotate(44deg)
}

.link-white:after {
    right            : -9px;
    -webkit-transform: rotate(-44deg);
    -ms-transform    : rotate(-44deg);
    transform        : rotate(-44deg)
}

.dct-link {
    position          : relative;
    padding           : 3px 0 0 33px;
    line-height       : 24px;
    color             : #000;
    text-decoration   : underline;
    -webkit-transition: color 0.2s;
    transition        : color 0.2s;
    vertical-align    : top;
    display           : inline-block
}

.dct-link:before {
    position: absolute;
    content : '';
    top     : -10px;
    left    : -10px;
    right   : -10px;
    bottom  : -10px
}

.dct-link:hover {
    color          : #de1313;
    text-decoration: none
}

.dct-link:hover .ico:before {
    opacity: 0
}

.dct-link:hover .ico:after {
    opacity: 1
}

.dct-link .ico {
    position: absolute;
    top     : 0;
    left    : 0
}

.address-link {
    position          : relative;
    padding-left      : 21px;
    line-height       : 24px;
    color             : #000;
    vertical-align    : top;
    display           : inline-block;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.address-link:before,
.address-link:after {
    position          : absolute;
    content           : '';
    top               : 2px;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.address-link:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -82px;
    width              : 14px;
    height             : 18px
}

.address-link:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -64px;
    width              : 14px;
    height             : 18px
}

a.address-link:hover {
    color: #de1313
}

a.address-link:hover:before {
    opacity: 0
}

a.address-link:hover:after {
    opacity: 1
}

.print-link {
    position          : relative;
    padding-left      : 20px;
    color             : #0b9a42;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.print-link .ico {
    position           : absolute;
    content            : '';
    top                : 50%;
    left               : 0;
    -webkit-transform  : translate(0, -50%);
    -ms-transform      : translate(0, -50%);
    transform          : translate(0, -50%);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -58px -195px;
    width              : 13px;
    height             : 14px
}

.print-link:after {
    position: absolute;
    content : '';
    top     : -20px;
    left    : -20px;
    right   : -20px;
    bottom  : -20px
}

.print-link:hover {
    color: #de1313
}

.print-link:hover span {
    border-color: transparent
}

.print-link:hover .ico:before {
    opacity: 0
}

.print-link:hover .ico:after {
    opacity: 1
}

.print-link span {
    border-bottom     : 1px solid #0b9a42;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.drop {
    position: relative
}

.drop.is-active .btn {
    background: #0b9a42
}

.drop .drop__list {
    position         : absolute;
    content          : '';
    top              : 100%;
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform    : translate(-50%, 0);
    transform        : translate(-50%, 0);
    margin-top       : 10px;
    padding          : 7px 13px;
    min-width        : 130px;
    font-size        : 13px;
    z-index          : 10;
    box-shadow       : 0 2px 7px rgba(0, 0, 0, 0.23);
    background       : #fff;
    display          : none
}

.drop .drop__list li {
    margin: 3px 0
}

.drop .drop__list a {
    position: relative;
    padding : 3px 0 3px 25px;
    color   : #000;
    display : block
}

.drop .drop__list .ico {
    position         : absolute;
    top              : 50%;
    left             : 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.field {
    margin: 22px 0 15px;
    *zoom : 1
}

.field:after {
    content: " ";
    display: table;
    clear  : both
}

.field .field__text {
    overflow: hidden
}

.field .title-h3 {
    margin-top : -5px;
    line-height: 30px
}

.field img {
    float : left;
    margin: 0 30px 20px 0
}

.date {
    color      : #000;
    font-size  : 13px;
    opacity    : 0.5;
    filter     : alpha(opacity=50);
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    display    : inline-block
}

.tag {
    margin-right: 15px;
    font-size   : 13px;
    color       : #000;
    display     : inline-block
}

.news {
    margin: 45px 0 30px
}

.accordions.is-mod .accord,
.accordions.is-address .accord {
    padding: 0
}

.accordions.is-mod .accord:before,
.accordions.is-address .accord:before {
    position          : absolute;
    content           : '';
    top               : -1px;
    left              : 0;
    right             : 0;
    height            : 1px;
    z-index           : 1;
    background        : transparent;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.accordions.is-mod .accord:first-child,
.accordions.is-address .accord:first-child {
    border-top: 1px solid #e5e5e5
}

.accordions.is-mod .accord.is-active,
.accordions.is-address .accord.is-active {
    position    : relative;
    border-color: #0b9a42;
    z-index     : 1
}

.accordions.is-mod .accord.is-active:before,
.accordions.is-address .accord.is-active:before {
    background: #0b9a42
}

.accordions.is-mod .accord .accord__table,
.accordions.is-address .accord .accord__table {
    margin-top: -7px
}

.accordions.is-mod .accord__but,
.accordions.is-address .accord__but {
    padding           : 18px 44px 18px 17px;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.accordions.is-mod .accord__but:before,
.accordions.is-address .accord__but:before {
    right: 17px
}

.accordions.is-mod .accord__but:after,
.accordions.is-address .accord__but:after {
    right: 21px
}

.accordions.is-mod .accord__but:hover,
.accordions.is-address .accord__but:hover {
    background: #f9f9f9
}

.accordions.is-mod .accord__but table,
.accordions.is-address .accord__but table {
    overflow: hidden
}

.accordions.is-mod .accord__but .price,
.accordions.is-address .accord__but .price {
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.accordions.is-mod .accord__block,
.accordions.is-address .accord__block {
    padding: 6px 44px 10px 20px
}

.accordions.is-mod .accord__block table td,
.accordions.is-address .accord__block table td {
    position   : relative;
    padding    : 10px 0;
    line-height: 20px
}

.accordions.is-mod .accord__block table td:first-child,
.accordions.is-address .accord__block table td:first-child {
    width: 87px
}

.accordions.is-mod .accord__block table td:last-child,
.accordions.is-address .accord__block table td:last-child {
    width: 195px
}

@media screen and (max-width: 1200px) {

    .accordions.is-mod .accord__block table td:last-child,
    .accordions.is-address .accord__block table td:last-child {
        width: 160px
    }
}

.accordions.is-mod .accord__block table .price,
.accordions.is-address .accord__block table .price {
    position : absolute;
    right    : 0;
    bottom   : 10px;
    font-size: 12px;
    opacity  : .5
}

.accordions.is-mod .accord__left,
.accordions.is-address .accord__left {
    overflow: hidden
}

.accordions.is-mod .accord__right,
.accordions.is-address .accord__right {
    float      : right;
    width      : 175px;
    margin-left: 15px
}

.accordions.is-mod .btn_ico,
.accordions.is-address .btn_ico {
    min-width: 175px
}

.accordions.is-mod table tr,
.accordions.is-address table tr {
    border-top: 1px solid #dfdfdf
}

.accordions.is-mod table tr:first-child,
.accordions.is-address table tr:first-child {
    border-top: none
}

.accordions.is-mod table td,
.accordions.is-address table td {
    line-height: 32px
}

.accordions.is-mod table td:first-child,
.accordions.is-address table td:first-child {
    width: 160px
}

.accordions.is-mod .accord.is-active .accord__but:hover {
    background: transparent
}

.accordions.is-address {
    margin-bottom: 10px
}

.accordions.is-address .accord__block {
    padding: 0
}

.accordions.is-address .accord__block .accord__table {
    padding-top: 3px
}

.accordions.is-address .map-wrap {
    height: 365px
}

.accordions.is-address table {
    width: 100%
}

.accordions.is-address td,
.accordions.is-address .accord__block table td,
.accordions.is-address .accord__block table td:first-child,
.accordions.is-address .accord__block table td:last-child {
    padding       : 0 0 0 20px;
    width         : 33.3%;
    vertical-align: top
}

.accordions.is-address td:first-child,
.accordions.is-address .accord__block table td:first-child,
.accordions.is-address .accord__block table td:first-child:first-child,
.accordions.is-address .accord__block table td:last-child:first-child {
    padding-left: 0
}

.accordions.is-address td:nth-child(2),
.accordions.is-address .accord__block table td:nth-child(2),
.accordions.is-address .accord__block table td:first-child:nth-child(2),
.accordions.is-address .accord__block table td:last-child:nth-child(2) {
    width: 39%
}

.accordions.is-address td:last-child,
.accordions.is-address .accord__block table td:last-child,
.accordions.is-address .accord__block table td:first-child:last-child,
.accordions.is-address .accord__block table td:last-child:last-child {
    width: 28%
}

.accordions.is-address .address-link {
    vertical-align: middle
}

.accordions.is-address .accord {
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.accordions.is-address .accord.is-active .accord__but {
    background: #fafafa
}

.accordions.is-address .accord.is-active .accord__block {
    -webkit-transition: background 0.01s;
    transition        : background 0.01s;
    background        : #fafafa
}

.accordions.is-address .accord__block {
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.accordions.is-address .accord__but:hover .address-link {
    color: #de1313
}

.accordions.is-address .accord__but:hover .address-link:before {
    opacity: 0
}

.accordions.is-address .accord__but:hover .address-link:after {
    opacity: 1
}

.accordions.is-address .accord__hidden {
    position: absolute;
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : -68px;
    z-index : 1
}

.accordions.is-contact .accord {
    padding-bottom: 0;
    border-bottom : none
}

.accordions.is-contact .accord .accord__but:before,
.accordions.is-contact .accord .accord__but:after {
    display: none
}

.accordions .accordions__wrap {
    margin-top: 35px
}

.accordions input {
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0)
}

.accord {
    position          : relative;
    padding           : 20px 0 28px;
    border-bottom     : 1px solid #e5e5e5;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.accord.is-active .accord__title {
    color: #000
}

.accord.is-active .accord__but:before {
    background       : #0b9a42;
    -webkit-transform: rotate(135deg);
    -ms-transform    : rotate(135deg);
    transform        : rotate(135deg)
}

.accord.is-active .accord__but:after {
    background       : #0b9a42;
    -webkit-transform: rotate(-135deg);
    -ms-transform    : rotate(-135deg);
    transform        : rotate(-135deg)
}

.accord .accord__but {
    position     : relative;
    padding-right: 170px;
    cursor       : pointer
}

.accord .accord__but:hover:before,
.accord .accord__but:hover:after {
    background: #de1313
}

.accord .accord__but:hover .accord__title {
    color: #de1313
}

.accord .accord__but:before,
.accord .accord__but:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    right             : 3px;
    height            : 6px;
    width             : 1px;
    background        : #000;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%);
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    will-change       : transform;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition        : background 0.3s, transform 0.3s
}

.accord .accord__but:before {
    -webkit-transform: rotate(44deg);
    -ms-transform    : rotate(44deg);
    transform        : rotate(44deg)
}

.accord .accord__but:after {
    right            : 7px;
    -webkit-transform: rotate(-44deg);
    -ms-transform    : rotate(-44deg);
    transform        : rotate(-44deg)
}

.accord .accord__click {
    position: absolute;
    top     : -20px;
    left    : 0;
    right   : 0;
    bottom  : -28px;
    display : block
}

.accord .accord__title {
    color                 : #0b9a42;
    font-size             : 18px;
    line-height           : 30px;
    -webkit-user-select   : none;
    -moz-user-select      : none;
    -ms-user-select       : none;
    user-select           : none;
    -webkit-transition    : color 0.3s;
    transition            : color 0.3s;
    -webkit-transform     : translate3d(0, 0, 0);
    transform             : translate3d(0, 0, 0);
    will-change           : transform;
    border-bottom         : 1px dotted #0b9a42;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    font-family           : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    display               : inline
}

.accord .accord__inf {
    margin-left: 16px;
    color      : #000;
    font-size  : 13px;
    opacity    : 0.5;
    line-height: 24px;
    display    : inline-block
}

.accord .accord__block {
    padding-top: 20px;
    display    : none
}

.accord .accord__block .title-h4 {
    margin: 13px 0 0px
}

.accord .accord__block .title-h4:first-child {
    margin-top: 0
}

.accord .accord__block .form__submit {
    margin-top: 38px
}

.accord .accord__wrap {
    *zoom: 1
}

.accord .accord__wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.accord .accord__table {
    padding: 0 44px 20px 22px
}

.accord .list {
    margin        : 3px 0 16px;
    padding-right : 270px;
    letter-spacing: .35px
}

.accord .list li {
    line-height: 28px
}

.accord .info-brown {
    margin: 30px 0 10px
}

.tags {
    margin   : 38px 0 30px;
    font-size: 0;
    overflow : hidden
}

.tags .tags__in {
    margin: 0 -11px -10px 0
}

.tags .tally {
    margin: 0 11px 10px 0
}

.tally {
    position              : relative;
    padding               : 4px 32px 4px 10px;
    font-size             : 13px;
    color                 : #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    font-family           : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    border-radius         : 3px;
    vertical-align        : top;
    background            : #0b9a42;
    display               : inline-block
}

.tally .tally__close {
    position           : absolute;
    top                : 50%;
    right              : 11px;
    opacity            : .5;
    margin-top         : -6px;
    -webkit-transition : opacity 0.3s;
    transition         : opacity 0.3s;
    background         : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -39px;
    width              : 13px;
    height             : 13px
}

.tally .tally__close:hover {
    opacity: 1
}

.table tr:nth-child(odd) {
    background: #f4f4f4
}

.table td {
    padding    : 10px 15px 10px 18px;
    line-height: 24px
}

.updated {
    color  : #000;
    opacity: .5
}

.updated.is-green {
    opacity: 1;
    color  : #0b9a42
}

.updated.is-yellow {
    opacity: 1;
    color  : #dc9b00
}

.phone,
.timetable,
.warning {
    position    : relative;
    padding-left: 24px;
    line-height : 24px
}

.phone:before,
.timetable:before,
.warning:before {
    position: absolute;
    content : '';
    top     : 4px;
    left    : 0
}

.phone p,
.timetable p,
.warning p {
    margin-top: 0
}

.phone:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -167px -158px;
    width              : 17px;
    height             : 18px
}

.timetable:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -184px -158px;
    width              : 17px;
    height             : 17px
}

.timetable sup {
    font-size     : 7px;
    line-height   : 2.7;
    vertical-align: top
}

.warning {
    color: #d60000
}

.warning:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: 0px -195px;
    width              : 15px;
    height             : 14px
}

.schedule sup {
    line-height   : 2.2;
    font-size     : 8px;
    vertical-align: top
}

.schedule span {
    opacity: .5
}

.address {
    font-size : 16px;
    font-style: normal
}

.print-block {
    margin-left: -240px;
    text-align : center
}

.requisites {
    margin       : 45px 0 15px;
    padding      : 25px 0 45px;
    border-top   : 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5
}

.requisites p {
    margin-top: 0
}

.requisites .row {
    margin-top: 26px
}

.requisites .row:first-child {
    margin-top: 0
}

.requisites .quote {
    line-height: 20px
}

.page-404 {
    width: 554px
}

.page-404 .page-404__text {
    margin-left   : -14px;
    font-size     : 300px;
    font-family   : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    line-height   : 0.9;
    letter-spacing: 8px;
    color         : #e5e5e5
}

.page-404 .quote {
    padding-right: 30px
}

.quote {
    font-size  : 16px;
    line-height: 30px
}

.quote a {
    font-size: inherit
}

.caption {
    font-size  : 12px;
    line-height: 24px
}

.is-hide {
    position: relative;
    width   : 0;
    height  : 0;
    overflow: hidden;
    z-index : -1
}

.js-hide {
    display: none
}

.cab-mt {
    margin-top: 15px
}

.slick-slider {
    position                   : relative;
    display                    : block;
    box-sizing                 : border-box;
    -moz-box-sizing            : border-box;
    -webkit-touch-callout      : none;
    -webkit-user-select        : none;
    -moz-user-select           : none;
    -ms-user-select            : none;
    user-select                : none;
    -ms-touch-action           : pan-y;
    touch-action               : pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    overflow: hidden;
    display : block;
    margin  : 0;
    padding : 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform    : translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
    outline          : none
}

.slick-track {
    position: relative;
    left    : 0;
    top     : 0;
    display : block;
    zoom    : 1
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float     : left;
    height    : 100%;
    min-height: 1px;
    display   : none
}

.slick-slide img {
    display  : block;
    max-width: 100%
}

.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-prev,
.slick-next {
    position          : absolute;
    top               : 0;
    bottom            : 0;
    width             : 30px;
    font              : 0/0 a;
    color             : transparent;
    text-shadow       : none;
    background-color  : transparent;
    border            : 0;
    background        : #fff;
    -webkit-transition: color 0.2s;
    transition        : color 0.2s;
    color             : #000
}

.slick-prev:focus,
.slick-next:focus {
    outline: none
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
    opacity: 0.5
}

.slick-prev {
    left: -30px
}

.slick-next {
    right: -30px
}

.slick-dots {
    text-align: center;
    position  : absolute;
    margin    : 0;
    bottom    : 25px;
    left      : 0;
    right     : 0;
    z-index   : 1
}

.slick-dots li {
    position: relative;
    display : inline-block;
    padding : 0 4px
}

.slick-dots li:before {
    display: none
}

.slick-dots button {
    display           : block;
    cursor            : pointer;
    font              : 0/0 a;
    color             : transparent;
    text-shadow       : none;
    background-color  : transparent;
    border            : 0;
    background        : #fff;
    -webkit-transition: background 0.2s;
    transition        : background 0.2s
}

.slick-dots button:hover {
    box-shadow: none
}

.ms-parent {
    display       : inline-block;
    position      : relative;
    vertical-align: middle
}

.ms-choice {
    display         : block;
    width           : 100%;
    height          : 26px;
    padding         : 0;
    overflow        : hidden;
    cursor          : pointer;
    border          : 1px solid #aaa;
    text-align      : left;
    white-space     : nowrap;
    line-height     : 26px;
    color           : #444;
    text-decoration : none;
    border-radius   : 4px;
    background-color: #fff
}

.ms-choice.disabled {
    background-color: #f4f4f4;
    background-image: none;
    border          : 1px solid #ddd;
    cursor          : default
}

.ms-choice>span {
    position     : absolute;
    top          : 0;
    left         : 0;
    right        : 20px;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis;
    display      : block;
    padding-left : 8px
}

.ms-choice>span.placeholder {
    color: #000
}

.ms-choice>div {
    position: absolute;
    top     : 0;
    right   : 0;
    width   : 20px;
    height  : 25px
}

.ms-drop {
    width        : 100%;
    overflow     : hidden;
    display      : none;
    margin-top   : -1px;
    padding      : 0;
    position     : absolute;
    z-index      : 1000;
    background   : #fff;
    color        : #000;
    border       : 1px solid #aaa;
    border-radius: 4px
}

.ms-drop.bottom {
    top       : 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15)
}

.ms-drop.top {
    bottom    : 100%;
    box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15)
}

.ms-search {
    display          : inline-block;
    margin           : 0;
    min-height       : 26px;
    padding          : 4px;
    position         : relative;
    white-space      : nowrap;
    width            : 100%;
    z-index          : 10000;
    -khtml-box-sizing: border-box;
    -ms-box-sizing   : border-box;
    box-sizing       : border-box
}

.ms-search input {
    width            : 100%;
    height           : auto !important;
    min-height       : 24px;
    padding          : 0 20px 0 5px;
    margin           : 0;
    outline          : 0;
    font-family      : sans-serif;
    font-size        : 1em;
    border           : 1px solid #aaa;
    border-radius    : 0;
    box-shadow       : none;
    -khtml-box-sizing: border-box;
    -ms-box-sizing   : border-box;
    box-sizing       : border-box
}

.ms-drop ul {
    overflow: auto;
    margin  : 0;
    padding : 5px 8px
}

.ms-drop ul>li {
    list-style      : none;
    display         : list-item;
    background-image: none;
    position        : static
}

.ms-drop ul>li .disabled {
    opacity: .35;
    filter : Alpha(Opacity=35)
}

.ms-drop ul>li.multiple {
    display: block;
    float  : left
}

.ms-drop ul>li.group {
    clear: both
}

.ms-drop ul>li.multiple label {
    width        : 100%;
    display      : block;
    white-space  : nowrap;
    overflow     : hidden;
    text-overflow: ellipsis
}

.ms-drop ul>li label {
    font-weight: normal;
    display    : block;
    white-space: nowrap
}

.ms-drop ul>li label.optgroup {
    font-weight: bold
}

.ms-drop input[type="checkbox"] {
    vertical-align: middle
}

.ms-drop .ms-no-results {
    display: none
}

.jspContainer {
    overflow: hidden;
    position: relative
}

.jspPane {
    position: absolute
}

.jspVerticalBar {
    position  : absolute;
    top       : 0;
    right     : 0;
    width     : 12px;
    height    : 100%;
    background: #f2f2f2
}

.jspHorizontalBar {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    height    : 13px;
    background: #f2f2f2
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin : 0;
    padding: 0
}

.jspCap {
    display: none
}

.jspHorizontalBar .jspCap {
    float: left
}

.jspTrack {
    background: #f2f2f2;
    position  : relative
}

.jspDrag {
    background        : #dfdfdf;
    position          : relative;
    top               : 0;
    left              : 0;
    cursor            : pointer;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.jspDrag:hover {
    background: #098338
}

.jspDrag.jspActive {
    background: #098338
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float : left;
    height: 100%
}

.jspArrow {
    background : #50506d;
    text-indent: -20000px;
    display    : block;
    cursor     : pointer
}

.jspArrow.jspDisabled {
    cursor    : default;
    background: #80808d
}

.jspVerticalBar .jspArrow {
    height: 16px
}

.jspHorizontalBar .jspArrow {
    width : 16px;
    float : left;
    height: 100%
}

.jspVerticalBar .jspArrow:focus {
    outline: none
}

.jspCorner {
    background: #eeeef4;
    float     : left;
    height    : 100%
}

* html .jspCorner {
    margin: 0 -3px 0 0
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image {
    padding       : 0;
    margin        : 0;
    border        : 0;
    outline       : none;
    vertical-align: top
}

.fancybox-wrap iframe,
.fancybox-wrap object {
    padding       : 0;
    margin        : 0;
    border        : 0;
    outline       : none;
    vertical-align: top
}

.fancybox-nav {
    padding       : 0;
    margin        : 0;
    border        : 0;
    outline       : none;
    vertical-align: top
}

.fancybox-nav span {
    padding       : 0;
    margin        : 0;
    border        : 0;
    outline       : none;
    vertical-align: top
}

.fancybox-tmp {
    padding       : 0;
    margin        : 0;
    border        : 0;
    outline       : none;
    vertical-align: top
}

.fancybox-wrap {
    position          : absolute;
    top               : 0;
    left              : 0;
    z-index           : 8020;
    -webkit-transform : scale(0.4);
    -ms-transform     : scale(0.4);
    transform         : scale(0.4);
    will-change       : transform;
    -webkit-transition: -webkit-transform 0.5s;
    transition        : transform 0.5s
}

.fancybox-wrap.is-active {
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1)
}

.fancybox-skin {
    position   : relative;
    background : #fff;
    color      : #000;
    text-shadow: none
}

.fancybox-opened {
    z-index: 8030
}

.fancybox-outer {
    position: relative
}

.fancybox-inner {
    position: relative;
    overflow: hidden
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}

.fancybox-error {
    color      : #444;
    font       : 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin     : 0;
    padding    : 15px;
    white-space: nowrap
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width  : 100%;
    height : 100%
}

.fancybox-image {
    max-width : 100%;
    max-height: 100%
}

#fancybox-loading {
    position           : fixed;
    top                : 50%;
    left               : 50%;
    margin-top         : -22px;
    margin-left        : -22px;
    background-position: 0 -108px;
    opacity            : 0.8;
    cursor             : pointer;
    z-index            : 8060
}

#fancybox-loading div {
    width : 44px;
    height: 44px
}

.fancybox-close {
    position           : absolute;
    top                : 20px;
    right              : 20px;
    width              : 36px;
    height             : 36px;
    cursor             : pointer;
    z-index            : 8040;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -88px -72px;
    width              : 26px;
    height             : 26px
}

.fancybox-close:before {
    position: absolute;
    content : '';
    top     : -20px;
    left    : -20px;
    right   : -20px;
    bottom  : -10px
}

.fancybox-nav {
    position                   : absolute;
    top                        : 50%;
    width                      : 40%;
    height                     : 100%;
    -webkit-transform          : translate(0, -50%);
    -ms-transform              : translate(0, -50%);
    transform                  : translate(0, -50%);
    cursor                     : pointer;
    text-decoration            : none;
    -webkit-tap-highlight-color: transparent;
    z-index                    : 8040
}

.fancybox-prev {
    left               : -70px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -67px -72px;
    width              : 21px;
    height             : 58px
}

.fancybox-next {
    right              : -70px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: 0px -72px;
    width              : 25px;
    height             : 58px
}

.fancybox-nav span {
    position  : absolute;
    top       : 50%;
    width     : 36px;
    height    : 34px;
    margin-top: -18px;
    cursor    : pointer;
    z-index   : 8040;
    visibility: hidden
}

.fancybox-prev span {
    left               : 10px;
    background-position: 0 -36px
}

.fancybox-next span {
    right              : 10px;
    background-position: 0 -72px
}

.fancybox-nav:hover span {
    visibility: visible
}

.fancybox-tmp {
    position  : absolute;
    top       : -99999px;
    left      : -99999px;
    visibility: hidden;
    max-width : 99999px;
    max-height: 99999px;
    overflow  : visible !important
}

.fancybox-lock {
    overflow: hidden !important;
    width   : auto
}

.fancybox-lock-test {
    overflow-y: hidden !important
}

.fancybox-overlay {
    position  : absolute;
    top       : 0;
    left      : 0;
    overflow  : hidden;
    display   : none;
    z-index   : 8010;
    background: rgba(11, 154, 66, 0.97)
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom  : 0;
    right   : 0
}

.fancybox-lock .fancybox-overlay {
    overflow  : auto;
    overflow-y: scroll
}

.fancybox-title {
    padding    : 15px;
    color      : #000;
    visibility : hidden;
    font       : normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position   : relative;
    text-shadow: none;
    z-index    : 1
}

.fancybox-opened .fancybox-title {
    visibility: visible
}

.fancybox-title-float-wrap {
    position     : absolute;
    bottom       : 0;
    right        : 50%;
    margin-bottom: -35px;
    z-index      : 8050;
    text-align   : center
}

.fancybox-title-float-wrap .child {
    display      : inline-block;
    margin-right : -100%;
    padding      : 2px 20px;
    background   : transparent;
    background   : rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow  : 0 1px 2px #222;
    color        : #FFF;
    font-weight  : bold;
    line-height  : 24px;
    white-space  : nowrap
}

.fancybox-title-outside-wrap {
    position  : relative;
    margin-top: 10px;
    color     : #fff
}

.fancybox-title-inside-wrap {
    padding-bottom: 16px;
    font-size     : 18px;
    font-family   : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.fancybox-title-over-wrap {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    color     : #fff;
    padding   : 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8)
}

.fancybox-image {
    display: block !important
}

.fansy {
    padding: 16px 10px 20px 20px;
    display: none;
    *zoom  : 1
}

.fansy:after {
    content: " ";
    display: table;
    clear  : both
}

.fansy .fansy__img {
    float       : left;
    margin-right: 38px;
    box-shadow  : 0 1px 5px rgba(23, 26, 31, 0.59)
}

.fansy .fansy__img img {
    display: block
}

.fansy .fansy__right {
    overflow: hidden
}

.fansy .fansy__logo {
    margin : 27px 0 48px;
    display: block
}

.fansy .fansy__logo img {
    display: block
}

.fansy .title-h3 {
    margin     : 23px 0 20px;
    line-height: 30px
}

.fansy .data {
    opacity: .5
}

.fansy p {
    letter-spacing: -0.1px;
    line-height   : 24px
}

.uk-datepicker {
    padding                 : 12px;
    z-index                 : 1050;
    width                   : auto;
    font-family             : Arial;
    -webkit-animation       : uk-fade 0.2s ease-in-out;
    animation               : uk-fade 0.2s ease-in-out;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin    : 0 0;
    transform-origin        : 0 0;
    background-color        : white;
    box-shadow              : 0 2px 7px rgba(0, 0, 0, 0.23)
}

.uk-datepicker-nav {
    margin-bottom: 10px;
    text-align   : center;
    line-height  : 20px
}

.uk-datepicker-nav:before {
    content: "";
    display: table
}

.uk-datepicker-nav:after {
    content: "";
    display: table;
    clear  : both
}

.uk-datepicker-nav a {
    position       : relative;
    height         : 20px;
    width          : 20px;
    color          : #444444;
    text-decoration: none
}

.uk-datepicker-nav a:hover {
    color: #444444
}

.uk-datepicker-nav a:before {
    position         : absolute;
    content          : '';
    top              : 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.uk-datepicker-previous {
    float: left
}

.uk-datepicker-previous:before {
    left        : 0;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #c5c5c5 transparent transparent
}

.uk-datepicker-next {
    float: right
}

.uk-datepicker-next:before {
    right       : 0;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #c5c5c5
}

.uk-datepicker-previous:after,
.uk-datepicker-next:after {
    width      : 20px;
    font-family: FontAwesome
}

.uk-datepicker-table {
    width: 100%
}

.uk-datepicker-table th,
.uk-datepicker-table td {
    padding    : 4px 2px;
    font-size  : 10px;
    font-weight: normal
}

.uk-datepicker-table td {
    font-size: 12px
}

.uk-datepicker-table td:last-child a,
.uk-datepicker-table td:nth-child(6) a {
    color: #d60000
}

.uk-datepicker-table td:last-child a.uk-datepicker-table-muted,
.uk-datepicker-table td:nth-child(6) a.uk-datepicker-table-muted {
    color  : #000;
    opacity: .5
}

.uk-datepicker-table a {
    display        : block;
    width          : 22px;
    line-height    : 17px;
    text-align     : center;
    color          : #444444;
    text-decoration: none
}

a.uk-datepicker-table-muted {
    color  : #000;
    opacity: .5
}

.uk-datepicker-table a:hover,
.uk-datepicker-table a:focus {
    background-color: #dddddd;
    color           : #444444;
    outline         : none
}

.uk-datepicker-table a:active {
    background-color: #cccccc;
    color           : #444444
}

.uk-datepicker-table a.uk-active {
    background: #0b9a42;
    color     : #ffffff
}

.uk-form-select {
    margin-left   : 10px;
    padding-right : 8px;
    display       : inline-block;
    vertical-align: middle;
    position      : relative;
    font-size     : 16px;
    overflow      : hidden
}

.uk-form-select:before {
    position         : absolute;
    content          : '';
    top              : 50%;
    right            : 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    width            : 0px;
    height           : 0px;
    border-style     : solid;
    border-width     : 3px 2.5px 0 2.5px;
    border-color     : #c5c5c5 transparent transparent transparent
}

.uk-form-select:first-child {
    margin-left: 0
}

.uk-form-select select {
    position          : absolute;
    top               : 0;
    z-index           : 1;
    width             : 100%;
    height            : 100%;
    opacity           : 0;
    cursor            : pointer;
    left              : 0;
    -webkit-appearance: none
}

.popup {
    position  : fixed;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    z-index   : 100;
    cursor    : pointer;
    background: rgba(11, 154, 66, 0.97);
    display   : none;
    text-align: center;
    font-size : 0
}

.popup:before {
    content       : "";
    display       : inline-block;
    vertical-align: middle;
    width         : 0;
    height        : 100%
}

.popup .popup__in {
    position        : relative;
    padding         : 52px;
    width           : 900px;
    text-align      : left;
    font-size       : 13px;
    cursor          : default;
    vertical-align  : middle;
    box-shadow      : 0 0 8px rgba(11, 154, 66, 0.15);
    background-color: #fff;
    display         : inline-block
}

.popup .popup__close {
    position           : absolute;
    top                : 20px;
    right              : 20px;
    background-color   : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -114px -72px;
    width              : 26px;
    height             : 26px
}

.popup .popup__title {
    margin-bottom : 35px;
    padding-bottom: 10px;
    font-size     : 24px;
    line-height   : 36px;
    border-bottom : 1px solid #dfdfdf
}

.popup .popup__wrap {
    position  : relative;
    margin    : 0 -52px -52px 0;
    max-height: 463px;
    overflow-x: auto
}

.popup .popup__wrap:before {
    position        : absolute;
    content         : '';
    left            : 0;
    bottom          : 0;
    right           : 0;
    height          : 41px;
    z-index         : 1;
    box-shadow      : 0 -7px 21px #fff;
    background-color: #fff
}

.popup .popup__wrap p:first-child {
    margin-top: 0
}

.popup .jspVerticalBar {
    z-index: 2
}

.popup .title-h3 {
    margin: 20px 0
}

/* .header {
    position: relative;
    margin-bottom: 15px;
    padding: 0 30px;
    background: #fff;
    box-sizing: border-box;
    *zoom: 1
}
.header:after {
    content: " ";
    display: table;
    clear: both
} */
.header .header__left {
    float     : left;
    margin-top: 35px
}

.header .popup {
    vertical-align: top
}

.header .popup .popup__in {
    padding       : 0;
    vertical-align: top;
    background    : transparent
}

.header .popup .popup__close {
    top  : 40px;
    right: 30px
}

.btm-menu {
    position          : relative;
    padding-left      : 30px;
    margin-top        : -1px;
    height            : 16px;
    font-size         : 16px;
    line-height       : 1;
    vertical-align    : top;
    background-color  : transparent;
    display           : block;
    -webkit-transition: color 0.3s linear;
    transition        : color 0.3s linear
}

.btm-menu:hover {
    color: #de1313
}

.btm-menu:hover .ico {
    background-color: #de1313
}

.btm-menu:hover .ico:before,
.btm-menu:hover .ico:after {
    background-color: #de1313
}

.btm-menu:hover .ico:before {
    -webkit-transform: translate(0, 7px);
    -ms-transform    : translate(0, 7px);
    transform        : translate(0, 7px)
}

.btm-menu:hover .ico:after {
    -webkit-transform: translate(0, -7px);
    -ms-transform    : translate(0, -7px);
    transform        : translate(0, -7px)
}

.btm-menu:before {
    position: absolute;
    content : '';
    top     : -30px;
    left    : -30px;
    right   : -30px;
    bottom  : -29px
}

.btm-menu .ico {
    position          : absolute;
    left              : 0;
    top               : 50%;
    height            : 2px;
    width             : 17px;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%);
    background-color  : #0b9a42;
    -webkit-transition: background-color 0.3s;
    transition        : background-color 0.3s
}

.btm-menu .ico:before,
.btm-menu .ico:after {
    position          : absolute;
    content           : '';
    left              : 0;
    height            : 2px;
    width             : 17px;
    background-color  : #0b9a42;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition        : background-color 0.3s, transform 0.3s
}

.btm-menu .ico:before {
    -webkit-transform: translate(0, 4px);
    -ms-transform    : translate(0, 4px);
    transform        : translate(0, 4px)
}

.btm-menu .ico:after {
    -webkit-transform: translate(0, -4px);
    -ms-transform    : translate(0, -4px);
    transform        : translate(0, -4px)
}

.logo {
    float              : left;
    margin             : 5px 160px 0px 0px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: 0px 0px;
    width              : 58px;
    height             : 72px;
    display            : inline-block
}

.menu {
    float       : right;
    margin-right: 195px;
    font-size   : 0
}

.menu .menu__item {
    padding       : 30px 23px 0;
    height        : 83px;
    vertical-align: top;
    display       : inline-block
}

.menu .menu__item.is-active {
    margin-bottom: 83px;
    background   : #f4f4f4
}

.menu .menu__item.is-active>a:before {
    background: transparent
}

.menu .menu__item.is-active .menu__in {
    display: block
}

.menu .menu__item>a {
    position          : relative;
    height            : 26px;
    line-height       : 26px;
    font-size         : 13px;
    text-transform    : uppercase;
    vertical-align    : middle;
    font-family       : "museosanscyrl_900", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.2s linear;
    transition        : color 0.2s linear
}

.menu .menu__item>a:hover {
    color: #de1313
}

.menu .menu__item>a:hover:before {
    bottom    : -1px;
    background: transparent
}

.menu .menu__item>a:before {
    position          : absolute;
    content           : '';
    left              : 0;
    right             : 0;
    bottom            : 0;
    height            : 1px;
    background        : #0b9a42;
    -webkit-transition: background, 0.2s linear;
    transition        : background, 0.2s linear
}

.menu .menu__item>a:after {
    position: absolute;
    content : '';
    top     : -30px;
    left    : -22px;
    right   : -22px;
    bottom  : -27px
}

.menu a {
    position: relative;
    color   : #000;
    display : block
}

.menu .menu__in {
    position  : absolute;
    padding   : 0 30px;
    bottom    : 0;
    left      : 0;
    right     : 0;
    box-sizing: border-box;
    background: #f4f4f4;
    display   : none;
    *zoom     : 1
}

.menu .menu__in:after {
    content: " ";
    display: table;
    clear  : both
}

.ul {
    float    : right;
    font-size: 0
}

.ul li {
    margin-left   : 38px;
    vertical-align: top;
    font-size     : 14px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    display       : inline-block
}

.ul li:first-child {
    margin-left: 0
}

@media screen and (max-width: 1199px) {
    .ul li {
        margin-left: 15px
    }
}

.ul a {
    height            : 83px;
    line-height       : 89px;
    letter-spacing    : 0.45px;
    -webkit-transition: color 0.2s linear;
    transition        : color 0.2s linear
}

.ul a:hover {
    color: #de1313
}

.ul a.is-active:before {
    bottom    : 0;
    background: #000
}

.ul a.is-active {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.ul a:before {
    position  : absolute;
    content   : '';
    left      : 0;
    right     : 0;
    bottom    : -1px;
    height    : 2px;
    background: transparent
}

.ul a:after {
    position: absolute;
    content : '';
    top     : 0;
    left    : -22px;
    right   : -22px;
    bottom  : 0
}

.ul .cabinet {
    float         : right;
    padding       : 0 0 29px 30px;
    width         : 140px;
    height        : 83px;
    line-height   : 28px;
    font-size     : 14px;
    letter-spacing: 0
}

.ul .cabinet:hover .cabinet__row {
    color: #d60000
}

.ul .cabinet:hover .cabinet__row .ico_user:before {
    opacity: 0
}

.ul .cabinet:hover .cabinet__row .ico_user:after {
    opacity: 1
}

.ul .cabinet.is-active:before {
    position  : absolute;
    content   : '';
    left      : 0;
    right     : 2px;
    bottom    : 0;
    height    : 2px;
    background: #000
}

@media screen and (max-width: 1200px) {
    .ul .cabinet {
        margin-left: 20px
    }
}

.ul .cabinet .cabinet__row {
    position          : relative;
    height            : 21px;
    line-height       : 21px;
    vertical-align    : bottom;
    display           : inline-block;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.ul .cabinet .cabinet__row .ico {
    position: absolute;
    left    : -30px;
    top     : 0
}

.ul .cabinet .cabinet__row .ico:before,
.ul .cabinet .cabinet__row .ico:after {
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ul .cabinet .cabinet__name {
    width         : 106px;
    font-size     : 12px;
    height        : 15px;
    line-height   : 16px;
    vertical-align: bottom;
    overflow      : hidden;
    white-space   : nowrap;
    text-overflow : ellipsis;
    display       : inline-block
}

/*.search {
    float     : right;
    margin-top: 35px
}*/

.search .search__btn {
    position        : relative;
    height          : 19px;
    width           : 19px;
    background-color: transparent;
    display         : inline-block
}

.search .search__btn:before,
.search .search__btn:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.2s linear;
    transition        : opacity 0.2s linear
}

/*.search .search__btn:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -72px -158px;
    width              : 19px;
    height             : 19px
}*/

/*.search .search__btn:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -110px -158px;
    width              : 19px;
    height             : 19px
}*/

.search .search__btn:hover:before {
    opacity: 0
}

.search .search__btn:hover:after {
    opacity: 1
}

/*.search .search__btn span {
    position: absolute;
    top     : -35px;
    left    : -30px;
    right   : -30px;
    bottom  : -30px
}*/

.search-form {
    position  : relative;
    padding   : 26px 70px 35px 30px;
    background: #fff
}

.search-form>input {
    height                 : 60px;
    width                  : 100%;
    font-family            : "museosanscyrl_100", Arial, Helvetica, sans-serif;
    font-size              : 36px;
    line-height            : 60px;
    color                  : #0b9a42;
    text-shadow            : 0px 0px 0px #000;
    -webkit-text-fill-color: transparent;
    display                : block
}

.search-form>input::-webkit-input-placeholder {
    color                  : rgba(0, 0, 0, 0.3);
    text-shadow            : none;
    -webkit-text-fill-color: initial
}

.search-form>input::-moz-placeholder {
    color                  : rgba(0, 0, 0, 0.3);
    text-shadow            : none;
    -webkit-text-fill-color: initial
}

.search-form>input:-ms-input-placeholder {
    color                  : rgba(0, 0, 0, 0.3);
    text-shadow            : none;
    -webkit-text-fill-color: initial
}

.search-form>input::placeholder {
    color                  : rgba(0, 0, 0, 0.3);
    text-shadow            : none;
    -webkit-text-fill-color: initial
}

.search-form .search-form__row {
    margin: 20px -40px 0 0;
    *zoom : 1
}

.search-form .search-form__row:after {
    content: " ";
    display: table;
    clear  : both
}

.search-form .search-form__row .radiobutton {
    margin-left   : 25px;
    vertical-align: top;
    display       : inline-block
}

.search-form .search-form__row .radiobutton:first-child {
    margin-left: 2px
}

.search-form .search-form__row .view {
    float: right
}

.search-wrap {
    margin-top: 15px;
    background: #fff
}

.search-wrap.is-list .search-item {
    padding: 15px 28px
}

.search-wrap.is-list .items .point {
    padding: 6px 28px 10px
}

.search-wrap .is-search {
    color: #d60000
}

.search-wrap .point {
    padding-left : 30px;
    padding-right: 30px
}

.search-wrap .point:first-child {
    margin-top: -1px
}

.search-item {
    padding           : 28px;
    color             : #000;
    border-bottom     : 1px solid #dedede;
    display           : block;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.search-item:hover {
    background: #f9f9f9
}

.search-item:hover .search-title {
    color: #d60000
}

.search-item .route {
    line-height: 30px
}

.search-item .route+p {
    margin-bottom: 5px
}

.search-item p {
    line-height: 24px
}

.search-title {
    color             : #0b9a42;
    font-size         : 18px;
    display           : inline;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    font-family       : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.search-text {
    padding  : 28px;
    font-size: 16px
}

.search-text a {
    font-size: inherit
}

.route .route__item {
    margin-left: 15px
}

.route .route__item:after {
    content    : '/';
    margin-left: 10px
}

.search-loader {
    height    : 120px;
    text-align: center;
    font-size : 0
}

.search-loader:before {
    content       : "";
    display       : inline-block;
    vertical-align: middle;
    width         : 0;
    height        : 100%
}

.search-loader .search-loader__img {
    vertical-align: middle;
    display       : inline-block
}

.search-loader .search-loader__img img {
    display: block
}

.basket {
    position          : absolute;
    top               : 35px;
    right             : 157px;
    padding-left      : 25px;
    font-size         : 14px;
    background-color  : transparent;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    font-family       : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.basket:before {
    position: absolute;
    content : '';
    top     : -35px;
    left    : -20px;
    bottom  : -32px;
    right   : -20px
}

.basket:hover {
    color: #d60000
}

.basket:hover .ico:before {
    opacity: 0.01
}

.basket:hover .ico:after {
    opacity: 1
}

.basket .ico {
    position  : absolute;
    left      : 0;
    top       : 50%;
    margin-top: -8px
}

/* .footer {
    position: relative;
    padding: 0 10px;
    margin: -75px auto 0;
    max-width: 1280px;
    min-width: 980px;
    color: #fff;
    font-size: 12px;
    box-sizing: border-box
} */
.footer .footer__in {
    padding    : 0 30px;
    height     : 60px;
    line-height: 60px;
    background : #000;
    *zoom      : 1;
    box-sizing : border-box
}

.footer .footer__in:after {
    content: " ";
    display: table;
    clear  : both
}

.footer .footer__info {
    position   : absolute;
    left       : 50%;
    margin-left: -96px
}

.footer .footer__info a {
    text-transform: uppercase
}

.footer .copy {
    opacity: .4
}

.footer .footer__info span,
.footer .dev span {
    opacity: .4
}

/* .footer a {
    color: inherit;
    opacity: .4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s
}
.footer a:hover {
    opacity: 1;
    border-color: transparent
} */
.copy {
    float: left
}

.dev {
    float: right
}

.ico {
    display: inline-block
}

.ico_user {
    height: 20px;
    width : 20px
}

.ico_user:before {
    position           : absolute;
    content            : '';
    top                : 0;
    left               : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -140px -72px;
    width              : 20px;
    height             : 20px
}

.ico_user:after {
    position           : absolute;
    content            : '';
    top                : 0;
    left               : 0;
    z-index            : 1;
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -157px -98px;
    width              : 20px;
    height             : 20px
}

.ico_basket {
    width              : 19px;
    height             : 15px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -110px -177px;
    width              : 19px;
    height             : 15px
}

.ico_basket:before,
.ico_basket:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_basket:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -110px -177px;
    width              : 19px;
    height             : 15px
}

.ico_basket:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -129px -177px;
    width              : 19px;
    height             : 15px
}

.ico_basket-w {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -91px -177px;
    width              : 19px;
    height             : 15px
}

.ico_search-gray {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -129px -158px;
    width              : 19px;
    height             : 19px
}

.ico_arr {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -53px -158px;
    width              : 19px;
    height             : 19px
}

.ico_f {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -164px;
    width              : 17px;
    height             : 14px
}

.ico_vk {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -161px -130px;
    width              : 18px;
    height             : 18px
}

.ico_tw {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -16px;
    width              : 16px;
    height             : 16px
}

.ico_m {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -97px -195px;
    width              : 16px;
    height             : 11px
}

.ico_pdf {
    width : 23px;
    height: 28px
}

.ico_pdf:before,
.ico_pdf:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_pdf:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -23px -130px;
    width              : 23px;
    height             : 28px
}

.ico_pdf:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -46px -130px;
    width              : 23px;
    height             : 28px
}

.ico_jpg,
.ico_jpeg {
    width : 23px;
    height: 28px
}

.ico_jpg:before,
.ico_jpg:after,
.ico_jpeg:before,
.ico_jpeg:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_jpg:before,
.ico_jpeg:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -115px -130px;
    width              : 23px;
    height             : 28px
}

.ico_jpg:after,
.ico_jpeg:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -88px -98px;
    width              : 23px;
    height             : 28px
}

.ico_doc,
.ico_docx {
    width : 23px;
    height: 28px
}

.ico_doc:before,
.ico_doc:after,
.ico_docx:before,
.ico_docx:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_doc:before,
.ico_docx:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -179px -28px;
    width              : 23px;
    height             : 28px
}

.ico_doc:after,
.ico_docx:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -179px -56px;
    width              : 23px;
    height             : 28px
}

.ico_xls,
.ico_xlsx {
    width : 23px;
    height: 28px
}

.ico_xls:before,
.ico_xls:after,
.ico_xlsx:before,
.ico_xlsx:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_xls:before,
.ico_xlsx:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -138px -130px;
    width              : 23px;
    height             : 28px
}

.ico_xls:after,
.ico_xlsx:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -111px -98px;
    width              : 23px;
    height             : 28px
}

.ico_rar {
    width : 23px;
    height: 28px
}

.ico_rar:before,
.ico_rar:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_rar:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -134px -98px;
    width              : 23px;
    height             : 28px
}

.ico_rar:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: 0px -130px;
    width              : 23px;
    height             : 28px
}

.ico_zip {
    width : 23px;
    height: 28px
}

.ico_zip:before,
.ico_zip:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_zip:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -69px -130px;
    width              : 23px;
    height             : 28px
}

.ico_zip:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -179px 0px;
    width              : 23px;
    height             : 28px
}

.ico_add {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -161px -148px;
    width              : 12px;
    height             : 9px
}

.ico_logout {
    position      : relative;
    margin-right  : 3px;
    vertical-align: middle;
    width         : 19px;
    height        : 16px
}

.ico_logout:before,
.ico_logout:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_logout:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -15px -177px;
    width              : 19px;
    height             : 16px
}

.ico_logout:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -72px -177px;
    width              : 19px;
    height             : 16px
}

.ico_reg {
    position: relative;
    width   : 15px;
    height  : 16px
}

.ico_reg:before,
.ico_reg:after {
    position          : absolute;
    content           : '';
    left              : 0;
    right             : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_reg:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -116px;
    width              : 15px;
    height             : 16px
}

.ico_reg:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -132px;
    width              : 15px;
    height             : 16px
}

.ico_print {
    position: relative;
    width   : 13px;
    height  : 14px
}

.ico_print:before,
.ico_print:after {
    position: absolute;
    content : '';
    top     : 0;
    left    : 0
}

.ico_print:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -58px -195px;
    width              : 13px;
    height             : 14px
}

.ico_print:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -84px -195px;
    width              : 13px;
    height             : 14px
}

.ico_print-m {
    position: relative;
    width   : 13px;
    height  : 14px
}

.ico_print-m:before,
.ico_print-m:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_print-m:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -58px -195px;
    width              : 13px;
    height             : 14px
}

.ico_print-m:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -71px -195px;
    width              : 13px;
    height             : 14px
}

.ico_datepicker {
    width : 15px;
    height: 16px
}

.ico_datepicker:hover:before {
    opacity: 0
}

.ico_datepicker:hover:after {
    opacity: 1
}

.ico_datepicker:before,
.ico_datepicker:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.ico_datepicker:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -100px;
    width              : 15px;
    height             : 16px
}

.ico_datepicker:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -148px;
    width              : 15px;
    height             : 16px
}

body.is-home {
    background           : url(/bitrix/templates/ekt/css/../img/index-bg.png) no-repeat 0 0;
    background-size      : cover;
    background-attachment: fixed
}

/* body.is-home .header {
    margin-bottom: 0
} */
body.is-home .out {
    padding-bottom: 75px
}

body.is-home .main {
    position       : relative;
    padding        : 228px 15px 30px;
    min-height     : calc(100% - 75px);
    color          : #fff;
    background     : url(/bitrix/templates/ekt/css/../img/index-out-bg.jpg) no-repeat 0 0;
    background-size: cover;
    display        : block;
    box-sizing     : border-box;
    *zoom          : 1
}

body.is-home .main:after {
    content: " ";
    display: table;
    clear  : both
}

body.is-home .main__center {
    margin    : 0 auto 245px;
    width     : 715px;
    text-align: center
}

body.is-home h1 {
    margin-bottom: 46px;
    font-size    : 36px;
    font-weight  : 100;
    font-family  : "museosanscyrl_100", Arial, Helvetica, sans-serif
}

body.is-home .events {
    position : relative;
    font-size: 0
}

body.is-home .events__item {
    position      : static;
    padding       : 0 15px 30px;
    width         : 25%;
    font-size     : 14px;
    line-height   : 24px;
    vertical-align: top;
    display       : inline-block;
    box-sizing    : border-box
}

body.is-home .events__item .date {
    position: absolute;
    bottom  : 0;
    opacity : .5
}

body.is-home .events__item p {
    margin-top: 0
}

body.is-home .links__left,
body.is-home .links__right {
    position         : absolute;
    top              : 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    font-family      : "museosanscyrl_100", Arial, Helvetica, sans-serif;
    font-size        : 28px;
    color            : #fff;
    -webkit-transform: rotate(-90deg);
    -ms-transform    : rotate(-90deg);
    transform        : rotate(-90deg)
}

body.is-home .links__left {
    left: -178px
}

@media screen and (max-width: 1550px) {
    body.is-home .links__left {
        left: -100px
    }
}

@media screen and (max-width: 1394px) {
    body.is-home .links__left {
        left: -80px
    }
}

@media screen and (max-width: 1354px) {
    body.is-home .links__left {
        left: -45px
    }
}

body.is-home .links__right {
    right: -178px
}

@media screen and (max-width: 1550px) {
    body.is-home .links__right {
        right: -100px
    }
}

@media screen and (max-width: 1394px) {
    body.is-home .links__right {
        right: -80px
    }
}

@media screen and (max-width: 1354px) {
    body.is-home .links__right {
        right: -37px
    }
}

.nav {
    margin-bottom: 50px;
    padding      : 0 12px;
    font-size    : 14px
}

.nav li {
    position: relative;
    display : block
}

.nav li [class^="ul-"] {
    position: absolute;
    left    : 100%;
    top     : 0
}

.nav a {
    position            : relative;
    color               : #000;
    line-height         : 24px;
    /*-webkit-transition: color 0.1s linear;
    transition          : color 0.1s linear;*/
    display             : inline-block
}

.nav .nav__item {
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    display            : block
}

.nav .nav__item:hover .ico_logout:before {
    opacity: 0
}

.nav .nav__item:hover .ico_logout:after {
    opacity: 1
}

.nav .nav__item:hover .nav__wrap {
    background: #088939
}

.nav .nav__item:hover .nav__arr {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -91px -158px;
    width              : 19px;
    height             : 19px
}

.nav .nav__item:hover>.nav__wrap>a {
    color: #fff
}

.nav .nav__item:first-child {
    border-top: 2px solid #efefef;
}

.nav .nav__item.is-active .list-links {
    display: block
}

.nav .nav__item.is-active .nav__wrap {
    background: #088939
}

.nav .nav__item.is-active .nav__wrap>a {
    color      : #fff;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.nav .nav__item.is-active .nav__arr {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -15px -158px;
    width              : 19px;
    height             : 19px
}

.nav .nav__item.is-active .nav__block:hover .nav__arr {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -34px -158px;
    width              : 19px;
    height             : 19px
}

.nav .nav__item .nav__block a {
    color: #e4e8e1
}

.nav .nav__item .nav__block li:hover>a {
    color: #fff
}

.nav .nav__arr {
    display            : inline-block;
    position           : absolute;
    top                : 50%;
    right              : 10px;
    margin-top         : -10px;
    background-color   : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -53px -158px;
    width              : 19px;
    height             : 19px
}

.nav .nav__wrap {
    position            : relative;
    padding             : 11px 35px 12px 18px;
    cursor              : pointer;
    /*-webkit-transition: background 0.1s linear;
    transition          : background 0.1s linear*/
}

.nav .nav__block {
    position: absolute;
    top     : 0;
    right   : 0;
    bottom  : 0;
    width   : 100%;
}

.nav .nav__block:hover>[class^="ul-"] {
    opacity   : 1;
    visibility: visible;
    height    : auto;
    overflow  : visible
}

.nav .nav__block:hover .nav__arr {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -34px -158px;
    width              : 19px;
    height             : 19px
}

.nav .nav__block>ul li {
    padding: 11px 35px 12px 18px
}

.nav [class^="ul-"] {
    padding             : 0px 0px 0px 0px;
    width               : 226px;
    height              : 0;
    visibility          : hidden;
    opacity             : 0;
    overflow            : hidden;
    z-index             : 20;
    /*-webkit-transition: height 0.1s, opacity 0.1s linear;
    transition          : height 0.1s, opacity 0.1s linear;*/
    box-sizing          : border-box
}

.nav [class^="ul-"]+[class^="ul-"] {
    margin-left: -13px
}

.nav [class^="ul-"] li {
    /*-webkit-transition: background 0.1s linear;
    transition: background 0.1s linear*/
}

.nav [class^="ul-"] li:hover .list-links,
.nav [class^="ul-"] li:hover>[class^="ul-"] {
    opacity   : 1;
    visibility: visible;
    height    : auto;
    overflow  : visible
}

.nav .list-links {
    background: #e4e8e1;
    display   : none
}

.list-wrap {
    padding: 14px 72px 14px 10px
}

.list-wrap .list-links {
    padding-top: 16px
}

.list-links {
    position: relative;
    padding : 13px 0 26px
}

.list-links.is-disabled {
    opacity: 0.5
}

.list-links.is-disabled:before {
    position: absolute;
    content : '';
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : 0;
    z-index : 1
}

.list-links.is-disabled a {
    border-color: #dfdfdf
}

.list-links>li>a {
    position: relative
}

.list-links>li>a:before {
    position: absolute;
    content : '';
    top     : -13px;
    left    : -30px;
    bottom  : -13px;
    width   : 250px
}

.list-links li {
    padding: 12px 25px 12px 20px
}

.list-links li.is-active>ul {
    display: block
}

.list-links li.is-active a {
    border: none
}

.list-links a {
    padding           : 3px 0;
    color             : #000;
    line-height       : 24px;
    border-bottom     : 1px solid #0b9a42;
    -webkit-transition: color 0.2s, border-color 0.2s linear;
    transition        : color 0.2s, border-color 0.2s linear;
    display           : inline
}

.list-links a:hover {
    color       : #de1313;
    border-color: transparent
}

.list-links a.is-active {
    font-family  : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    border-bottom: none
}

.list-links ul {
    position: relative;
    padding : 16px 0 0 18px;
    display : none
}

.list-links ul:before {
    position   : absolute;
    content    : '';
    top        : 22px;
    left       : 0;
    bottom     : 6px;
    border-left: 1px solid #ccc
}

.list-links ul li {
    margin-top: 10px;
    padding   : 0
}

.list-links ul li:first-child {
    margin-top: 0
}

.list-links ul a {
    position: relative;
    border  : none
}

.list-links ul a.is-active:before {
    position   : absolute;
    content    : '';
    top        : 5px;
    left       : -18px;
    bottom     : 4px;
    border-left: 1px solid #0b9a42
}

.list-links ul ul {
    padding    : 12px 0 0 20px;
    margin-left: 3px
}

.list-links ul ul:before {
    top: 18px
}

.list-links ul ul li {
    margin-right: -5px
}

.list-links ul ul a.is-active:before {
    left: -20px
}

.ul-o {
    background: #088939
}

.ul-o li:hover {
    background: #0b9a42
}

.ul-t {
    background: #0b9a42
}

.ul-t li:hover {
    background: #0ca948
}

.ul-th {
    background: #0ca948
}

.ul-th li:hover {
    background: #0bb84d
}

.ul-f {
    background: #0bb84d
}

.ul-f li:hover {
    background: #05c64e
}

.ul-fi {
    background: #05c64e
}

.page-name {
    position   : relative;
    padding    : 40px 45px 30px 30px;
    font-size  : 24px;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.page-name .page-name__in {
    margin-right: -20px
}

.promo {
    position         : relative;
    padding          : 40px 30px 45px;
    color            : #fff;
    font-size        : 13px;
    background-size  : cover;
    background-repeat: no-repeat
}

.promo .promo__title {
    margin        : 25px 0 5px;
    line-height   : 1;
    text-transform: uppercase;
    font-size     : 50px;
    font-family   : "museosanscyrl_900", Arial, Helvetica, sans-serif
}

.promo .promo__info {
    margin-bottom: 15px;
    font-size    : 14px;
    font-family  : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.promo .promo__text {
    line-height: 24px
}

.promo .btn {
    position  : static;
    margin-top: 20px
}

.promo .btn:before {
    position: absolute;
    content : '';
    top     : 0;
    left    : 0;
    right   : 0;
    bottom  : 0
}

.spec {
    padding: 40px 28px
}

.spec .spec__img {
    margin: 30px 0 26px
}

.spec .spec__img img {
    display: block
}

.spec .spec__title {
    margin         : 0 -3px;
    color          : #0b9a42;
    line-height    : 26px;
    text-align     : center;
    font-family    : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    text-decoration: underline;
    display        : inline-block
}

.spec .spec__title:hover {
    color          : #de1313;
    text-decoration: none
}

.debr {
    padding      : 40px 28px 35px;
    border-top   : 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf
}

.debr.is-mod .debr__proc {
    margin-left : 1px;
    margin-right: -1px
}

.debr .title-h4 {
    margin     : 20px 0;
    line-height: 30px
}

.debr .radiobutton {
    margin        : 10px 0;
    letter-spacing: .2px
}

.debr .debr__row {
    margin-top: 17px
}

.debr .debr__prog {
    margin-top   : 4px;
    padding-right: 40px;
    *zoom        : 1
}

.debr .debr__prog:after {
    content: " ";
    display: table;
    clear  : both
}

.debr .debr__proc {
    float     : left;
    height    : 13px;
    background: #0b9a42
}

.debr .debr__proc+.debr__inf {
    padding-left: 6px
}

.debr .debr__inf {
    float       : left;
    margin-right: -40px;
    width       : 40px;
    font-size   : 12px;
    line-height : 15px;
    font-family : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    color       : #0b9a42
}

.debr .btn {
    margin-top: 15px
}

.pop-inf {
    padding: 40px 28px 45px
}

.pop-inf .pop-inf__list li {
    position   : relative;
    margin-top : 10px;
    line-height: 24px;
    display    : block
}

.pop-inf .pop-inf__list li:first-child {
    margin-top: 0
}

.pop-inf .pop-inf__list a {
    position          : static;
    color             : #000;
    text-decoration   : underline;
    -webkit-transition: color 0.1s;
    transition        : color 0.1s
}

.pop-inf .pop-inf__list a:before {
    position: absolute;
    content : '';
    left    : -30px;
    top     : -5px;
    right   : -30px;
    bottom  : -5px
}

.pop-inf .pop-inf__list a:hover {
    color          : #de1313;
    text-decoration: none
}

.pop-inf .title-h4 {
    margin     : 20px 0;
    line-height: 24px
}

.main {
    position: relative
}

.main .main__in {
    position      : static;
    padding-bottom: 168px
}

.main .main__in .read-more {
    position: absolute;
    left    : 0;
    right   : 0;
    bottom  : 0
}

.topic {
    color                 : #fff;
    font-size             : 16px;
    font-family           : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    background-repeat     : no-repeat;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    background-size       : cover;
    background-color      : #0b9a42
}

.topic .topic__in {
    padding         : 15px 0px 15px 40px;
    background-color: rgba(26, 39, 31, 0.7)
}

.topic .topic__wrap {
    *zoom: 1
}

.topic .topic__wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.topic .topic__wrap .drop,
.topic .topic__wrap .view {
    float     : right;
    margin-top: 9px
}

.topic .topic__title {
    padding-right : 20px;
    font-size     : 24px;
    line-height   : 22px;
    letter-spacing: 1px;
    overflow      : hidden;
}

.topic .topic__text {
    margin-top    : 25px;
    line-height   : 30px;
    opacity       : .8;
    letter-spacing: 0.5px
}

.topic .breadcrumbs {
    padding-right: 124px;
    margin-bottom: 10px
}

.topic .btn_border {
    border: none
}

.view {
    font-size    : 0;
    border-radius: 4px;
    background   : #fff
}

.view .view__item {
    position          : relative;
    vertical-align    : top;
    border            : 1px solid #c5c5c5;
    border-left       : none;
    display           : inline-block;
    -webkit-transition: background 0.2s, border-color 0.2s, box-shadow 0.3s;
    transition        : background 0.2s, border-color 0.2s, box-shadow 0.3s
}

.view .view__item:hover {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.view .view__item:hover:first-child {
    border-color: #0b9a42
}

.view .view__item:hover svg g {
    fill: #000 !important
}

.view .view__item:active {
    background: #e4efe8
}

.view .view__item:before {
    position          : absolute;
    content           : '';
    top               : -1px;
    left              : -1px;
    bottom            : -1px;
    width             : 1px;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.view .view__item:first-child {
    border-radius: 3px 0 0 3px;
    border-left  : 1px solid #c5c5c5
}

.view .view__item:last-child {
    border-radius: 0 3px 3px 0
}

.view .view__item:last-child .icon {
    margin: -7px 0 0 -5px
}

.view .view__item.is-active {
    border-color: #0b9a42;
    background  : #0b9a42
}

.view .view__item.is-active svg g {
    fill: #fff !important
}

.view .view__item+.view__item.is-active:before,
.view .view__item+.view__item:hover:before {
    background: #0b9a42
}

.view a {
    position   : relative;
    height     : 30px;
    width      : 32px;
    line-height: 29px;
    font-size  : 16px;
    text-align : center;
    display    : block
}

.view a svg g {
    fill              : #c5c5c5 !important;
    -webkit-transition: fill 0.3s;
    transition        : fill 0.3s
}

.view .icon {
    position : absolute;
    top      : 50%;
    left     : 50%;
    margin   : -8px 0 0 -8px;
    font-size: 0
}

.view .icon-ico-list {
    font-size: 18px
}

.filter {
    /*position: relative;
    margin-bottom: 30px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c5c5c5;
    *zoom: 1*/
}

.filter:after {
    content: " ";
    display: table;
    clear  : both
}

.filter .filter__left {
    float: left
}

.filter .filter__left+.filter__left {
    margin-left: 90px
}

.filter .filter__right {
    float: right
}

.filter .filter__right>.checkbox {
    font-size  : 13px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.filter .filter__text {
    margin     : 4px 8px 0 0;
    font-size  : 16px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.filter .filter__bot {
    position    : absolute;
    right       : 0;
    bottom      : -12px;
    padding-left: 18px;
    background  : #fff
}

.filter .filter__all {
    font-size         : 12px;
    text-decoration   : none;
    border-bottom     : 1px dotted #000;
    background        : #fff;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition        : color 0.3s, border-color 0.3s
}

.filter .filter__all:hover {
    color       : #de1313;
    border-color: transparent
}

.filter .filter__row {
    *zoom: 1
}

.filter .filter__row:after {
    content: " ";
    display: table;
    clear  : both
}

.filter .filter__block {
    padding-top: 28px;
    display    : none;
    *zoom      : 1
}

.filter .filter__block:after {
    content: " ";
    display: table;
    clear  : both
}

.filter .filter__block .multiple-select {
    min-width: 239px
}

.filter .filter__block .checkbox {
    margin-top: 25px;
    display   : block
}

.filter .filter__block .checkbox:first-child {
    margin-top: 0
}

.filter .filter__block .input {
    width: 240px
}

.filter .filter__col {
    float        : left;
    width        : 50%;
    margin-bottom: 15px;
    white-space  : nowrap;
}

/* .filter .filter__col.filter__col_mod {
    width: 43%
}
.filter .filter__col.filter__col_mod+.filter__col {
    width: 57%
} */
.filter .filter__buttons {
    float: left;
    width: 100%
}

.filter .filter__buttons .btn {
    margin-right: 30px
}

.filter .checkbox,
.filter .view,
.filter .select,
.filter .filter__text {
    vertical-align: top;
    display       : inline-block
}

.filter .multiple-select {
    min-width: 200px;
    width    : 200px
}

.filter .multiple-select .placeholder {
    opacity: .5
}

.filter .view {
    margin-left: 50px
}

.filter .checkbox {
    margin-top : 4px;
    font-size  : 16px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.filter .accord {
    margin : 25px 0;
    padding: 0;
    border : none
}

.filter .accord:first-child {
    margin-top: 0
}

.filter .accord.is-active .accord__title,
.filter .accord.is-chenge .accord__title {
    border-bottom-color: #0b9a42
}

.filter .accord.is-active .accord__title:before,
.filter .accord.is-chenge .accord__title:before {
    background: #0b9a42
}

.filter .accord__but {
    padding-right : 17px;
    vertical-align: top;
    display       : inline-block
}

.filter .accord__but:before,
.filter .accord__but:after {
    margin-top: -3px
}

.filter .accord__title {
    color       : #000;
    font-size   : 16px;
    font-family : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    border-color: #000;
    line-height : 20px;
    display     : inline-block
}

.filter .accord__title:before {
    position          : absolute;
    content           : '';
    top               : 2px;
    left              : -15px;
    bottom            : 1px;
    width             : 5px;
    background        : transparent;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.filter .accord__block {
    padding    : 5px 0 0;
    line-height: 32px
}

.filter .form-item {
    margin-right: 5px;
    line-height : 1.4
}

.filter .form-item .multiple-select,
.filter .form-item input.input {
    min-width: 120px;
    width    : 120px;
    font-size: 13px
}

.filter .form-item .multiple-select:hover,
.filter .form-item input.input:hover {
    z-index: 1
}

.filter .form-item .multiple-select::-webkit-input-placeholder,
.filter .form-item input.input::-webkit-input-placeholder {
    color  : #000;
    opacity: .5
}

.filter .form-item .multiple-select::-moz-placeholder,
.filter .form-item input.input::-moz-placeholder {
    color  : #000;
    opacity: .5
}

.filter .form-item .multiple-select:-ms-input-placeholder,
.filter .form-item input.input:-ms-input-placeholder {
    color  : #000;
    opacity: .5
}

.filter .form-item .multiple-select::placeholder,
.filter .form-item input.input::placeholder {
    color  : #000;
    opacity: .5
}

.form-item {
    vertical-align: top;
    display       : inline-block;
    *zoom         : 1
}

.form-item:after {
    content: " ";
    display: table;
    clear  : both
}

.form-item .multiple-select,
.form-item input.input {
    float: left
}

.form-item .multiple-select:nth-child(2) .ms-choice,
.form-item input.input:nth-child(2) .ms-choice {
    border-radius: 3px 0 0 3px
}

.form-item .multiple-select .ms-choice,
.form-item input.input .ms-choice {
    position     : relative;
    border-radius: 0 3px 3px 0
}

.form-item .multiple-select .ms-choice.is-active,
.form-item input.input .ms-choice.is-active {
    z-index: 1
}

.form-item select.multiple-select:first-child+div.multiple-select {
    margin-right: -1px
}

.form-item select.multiple-select:first-child+div.multiple-select:hover {
    z-index: 1
}

.form-item input.input {
    position     : relative;
    border-radius: 0 3px 3px 0
}

.form-item input.input:hover,
.form-item input.input:focus {
    z-index: 1
}

.form-item input.input:first-child {
    margin-right : -1px;
    border-radius: 3px 0 0 3px
}

.items {
    font-size: 0
}

.items.is-prod .item,
.items.is-prod-cena .item {
    padding-bottom: 75px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.items.is-prod .item__link,
.items.is-prod-cena .item__link {
    margin   : 0;
    font-size: 13px;
    color    : #0b9a42
}

.items.is-prod-cena .item {
    padding-bottom: 105px
}

.items.is-part .item {
    position      : relative;
    padding-bottom: 20%;
    min-height    : auto
}

.items.is-part .item:active:before,
.items.is-part .item:active:after {
    border-color: #088939
}

.items.is-part .item:hover:before,
.items.is-part .item:hover:after {
    z-index: 2
}

.items.is-part .item:hover .item__text span {
    border-color: transparent
}

.items.is-part .item .item__in {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%)
}

.items.is-part .item .item__in_mod {
    margin           : -14px 0 0 -49px;
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0)
}

.items.is-part .item:before,
.items.is-part .item:after {
    left             : 0;
    right            : 0;
    width            : auto;
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0)
}

.items.is-part .item .item__text {
    text-decoration: none;
    display        : block
}

.items.is-part .item .item__text span {
    border-bottom     : 1px solid #fff;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.items.is-part .items__row+.items__row .item:before,
.items.is-part .items__row+.items__row .item:after,
.items.is-part .items__row+.items__wrap .item:before,
.items.is-part .items__row+.items__wrap .item:after,
.items.is-part .items__wrap+.items__row .item:before,
.items.is-part .items__wrap+.items__row .item:after,
.items.is-part .items__wrap+.items__wrap .item:before,
.items.is-part .items__wrap+.items__wrap .item:after {
    margin-top: -1px
}

@media screen and (max-width: 1180px) {

    .items.is-part .items__row+.items__row .item:before,
    .items.is-part .items__row+.items__row .item:after,
    .items.is-part .items__row+.items__wrap .item:before,
    .items.is-part .items__row+.items__wrap .item:after,
    .items.is-part .items__wrap+.items__row .item:before,
    .items.is-part .items__wrap+.items__row .item:after,
    .items.is-part .items__wrap+.items__wrap .item:before,
    .items.is-part .items__wrap+.items__wrap .item:after {
        margin-top: 0
    }
}

.items.is-doc {
    margin: 60px 0 45px
}

.items.is-doc .item__img {
    height: 245px
}

.items.is-doc .item__link {
    text-decoration: none;
    font-size      : 13px
}

.items.is-list .point {
    padding: 6px 10px 10px
}

.items.is-list .point__img {
    display: none
}

.items.is-list .point__info {
    padding: 0 45px 0 0
}

.items.is-list .point__text {
    margin-left: 86px
}

.items.is-list .point__price {
    margin-top: 8px
}

.items.is-list .article {
    float      : left;
    width      : 86px;
    line-height: 20px
}

.items.is-list .link-green {
    line-height: 18px;
    font-size  : 12px;
    margin-left: 86px
}

.js-item .items.is-list .spiner {
    margin-top: 4px
}

.items.items_equip .item__link {
    font-family   : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color         : #0B9A42;
}

.items .items__row,
.items .items__wrap {
    position: relative
}

.items .items__row+.items__row .item:before,
.items .items__row+.items__wrap .item:before,
.items .items__wrap+.items__row .item:before,
.items .items__wrap+.items__wrap .item:before {
    margin-top      : -1px;
    border-top-color: transparent
}

.items .items__row+.items__row .item:after,
.items .items__row+.items__wrap .item:after,
.items .items__wrap+.items__row .item:after,
.items .items__wrap+.items__wrap .item:after {
    margin-top: -1px
}

.item {
    position              : static;
    padding               : 12px 0px 20px;
    width                 : 25%;
    /*min-height          : 286px;*/
    font-size             : 12px;
    text-align            : center;
    vertical-align        : top;
    font-family           : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    box-sizing            : border-box;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    display               : inline-block;
    -webkit-transition    : border-color 0.3s, background-color 0.3s, color 0.1s;
    transition            : border-color 0.3s, background-color 0.3s, color 0.1s
}

.item:link {
    color: #000
}

.item:hover {
    color          : #de1313;
    text-decoration: none
}

.item:hover:before,
.item:hover:after {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.item:hover .item__arr {
    opacity: 1
}

.item:hover div.item__link {
    text-decoration: none;
    color          : #de1313
}

.item:before,
.item:after {
    position          : absolute;
    content           : '';
    top               : 0;
    bottom            : 0;
    width             : 25%;
    -webkit-transform : translate(-50%, 0);
    -ms-transform     : translate(-50%, 0);
    transform         : translate(-50%, 0);
    -webkit-transition: border-color 0.3s, box-shadow 0.3s linear;
    transition        : border-color 0.3s, box-shadow 0.3s linear
}

@media screen and (max-width: 1180px) {

    .item:before,
    .item:after {
        width: 50%
    }
}

.item:after {
    border-left: 1px solid transparent;
    border-top : 1px solid transparent
}

.item:before {
    border: 1px solid #efefef;
}

.item.is-active .item__arr {
    bottom: 6px;
    width : 25px;
    height: 25px
}

.item.is-active .item__arr:hover:before,
.item.is-active .item__arr:hover:after {
    -webkit-transform: translate(1px, -1px);
    -ms-transform    : translate(1px, -1px);
    transform        : translate(1px, -1px)
}

.item.is-active .item__arr:hover span:before,
.item.is-active .item__arr:hover span:after {
    -webkit-transform: translate(-1px, 1px);
    -ms-transform    : translate(-1px, 1px);
    transform        : translate(-1px, 1px)
}

.item.is-active .item__arr span:before,
.item.is-active .item__arr span:after,
.item.is-active .item__arr:before,
.item.is-active .item__arr:after {
    background: #0b9a42
}

.item.is-active .item__arr:before {
    left: 5px
}

.item.is-active .item__arr:after {
    bottom: 5px
}

.item.is-active .item__arr span:before {
    top: 5px
}

.item.is-active .item__arr span:after {
    right: 5px
}

@media screen and (max-width: 1180px) {
    .item {
        width: 50%
    }
}

.item.item_all {
    background-color: #efa94e
}

.item.item_all:before,
.item.item_all:after {
    box-shadow  : none;
    border-color: #e2932c
}

.item.item_all:hover {
    background-color: #e29026
}

.item.item_all:hover:before,
.item.item_all:hover:after {
    border-color: #da810f
}

.item.item_all:hover .item__text {
    text-decoration: none
}

.item.item_all:hover .item__text:after {
    -webkit-transform: translate(10px, 0);
    -ms-transform    : translate(10px, 0);
    transform        : translate(10px, 0)
}

.item.item_all .item__text {
    position       : relative;
    color          : #fff;
    opacity        : 1;
    text-decoration: underline
}

.item.item_all .item__text:after {
    content            : '';
    margin             : 0 0 -2px 10px;
    -webkit-transition : -webkit-transform 0.3s;
    transition         : transform 0.3s;
    display            : inline-block;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -194px -112px;
    width              : 6px;
    height             : 11px
}

.item+.item:before {
    border-left: none
}

.item+.item:after {
    margin-left: -1px
}

@media screen and (max-width: 1180px) {
    .item+.item+.item:before {
        border-top-color: transparent
    }
}

.item .item__in {
    position: relative;
}

.item .item__in:before {
    position  : absolute;
    content   : '';
    top       : -11px;
    left      : -9px;
    right     : -10px;
    border-top: 1px solid #dedede;
    display   : none
}

.item .item__img {
    position: relative;
    overflow: hidden;
    height  : 173px;
    display : block
}

.item .item__img:hover+.item__link {
    color          : #de1313;
    text-decoration: none
}

.item .item__img img {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%)
}

.item .item__img .badge {
    position: absolute;
    top     : 2px;
    right   : 2px;
    z-index : 3
}

.item .item__link {
    margin            : 0 17px;
    line-height       : 24px;
    text-decoration   : underline;
    display           : block;
    color             : #000;
    font-family       : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.1s linear;
    transition        : color 0.1s linear
}

.item .item__link:hover {
    color          : #de1313;
    text-decoration: none
}

.item .item__bot,
.item .item__price,
.item .item__open {
    bottom           : 26px;
    width            : 25%;
    color            : #000;
    z-index          : 2;
    -webkit-transform: translate(-10px, 0);
    -ms-transform    : translate(-10px, 0);
    transform        : translate(-10px, 0)
}

@media screen and (max-width: 1180px) {

    .item .item__bot,
    .item .item__price,
    .item .item__open {
        width: 50%
    }
}

.item .item__open {
    bottom: 0
}

/*.item .item__price {
    bottom     : 60px;
    line-height: 50px;
    font-size  : 13px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}*/

.item .item__text {
    margin        : 5px 5px 0;
    font-size     : 12px;
    color         : #000;
    line-height   : 18px;
    letter-spacing: 0.3px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    opacity       : .5;
    display       : none
}

.item .item__arr {
    position          : absolute;
    right             : 10px;
    bottom            : 9px;
    height            : 25px;
    width             : 25px;
    z-index           : 3;
    opacity           : 0;
    -webkit-transition: opacity 0.3s, border-color .3s;
    transition        : opacity 0.3s, border-color .3s;
    display           : inline-block;
    border-radius     : 50%;
    border            : 2px solid transparent;

}

.item .item__arr:hover span:before,
.item .item__arr:hover span:after,
.item .item__arr:hover:before,
.item .item__arr:hover:after {
    background: #e75252
}

.item .item__arr:hover:before,
.item .item__arr:hover:after {
    -webkit-transform: translate(-1px, 1px);
    -ms-transform    : translate(-1px, 1px);
    transform        : translate(-1px, 1px)
}

.item .item__arr:hover span:before,
.item .item__arr:hover span:after {
    -webkit-transform: translate(1px, -1px);
    -ms-transform    : translate(1px, -1px);
    transform        : translate(1px, -1px)
}

.item .item__arr:before,
.item .item__arr:after {
    position          : absolute;
    content           : '';
    background        : #d6d6d6;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition        : background 0.3s, transform 0.3s;
    will-change       : background, transform
}

.item .item__arr:before {
    left  : 5px;
    bottom: 5px;
    height: 6px;
    width : 2px
}

.item .item__arr:after {
    left  : 5px;
    bottom: 5px;
    width : 6px;
    height: 2px
}

.item .item__arr span {
    position: static
}

.item .item__arr span:before,
.item .item__arr span:after {
    position          : absolute;
    content           : '';
    background        : #d6d6d6;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition        : background 0.3s, transform 0.3s;
    will-change       : background, transform
}

.item .item__arr span:before {
    top   : 5px;
    right : 5px;
    height: 2px;
    width : 6px
}

.item:hover .item__arr {
    border-color: #0b9a42;
}

.item .item__arr span:after {
    top   : 5px;
    right : 5px;
    height: 6px;
    width : 2px
}

.item .article {
    margin-top: 5px
}

.point {
    position          : relative;
    padding           : 10px 16px 12px;
    border            : 1px solid #dedede;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, z-index 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s, z-index 0.3s;
    *zoom             : 1
}

.point:after {
    content: " ";
    display: table;
    clear  : both
}

.point:hover {
    z-index     : 1;
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.point:hover .point__arr {
    opacity: 1
}

.point.is-active .point__arr:before {
    top                : -5px;
    left               : -4px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -202px -178px;
    width              : 14px;
    height             : 16px
}

.point.is-active .point__arr:after {
    top                : -3px;
    left               : -4px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -13px;
    width              : 13px;
    height             : 13px
}

.point+.point {
    margin-top: -1px
}

.point .point__left {
    overflow: hidden;
    *zoom   : 1
}

.point .point__left:after {
    content: " ";
    display: table;
    clear  : both
}

.point .point__right {
    float: right
}

.point .point__img {
    position: relative;
    float   : left;
    width   : 105px
}

.point .point__img:hover+.point__info a {
    color          : #de1313;
    text-decoration: none
}

.point .point__img img {
    display: block
}

.point .point__info {
    padding: 5px 33px 0 0
}

.point .point__info .article {
    margin-top: 5px
}

.point .point__price {
    margin-top    : 28px;
    font-family   : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size     : 13px;
    vertical-align: top;
    display       : inline-block
}

.point .point__text {
    margin        : 5px 0 0 105px;
    padding-bottom: 3px;
    font-size     : 13px;
    line-height   : 24px;
    opacity       : .5;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    overflow      : hidden;
    display       : none
}

.point .point__arr {
    position          : absolute;
    right             : 17px;
    bottom            : 14px;
    height            : 9px;
    width             : 9px;
    z-index           : 3;
    opacity           : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s;
    display           : inline-block
}

.point .point__arr:hover:before {
    opacity: 0
}

.point .point__arr:hover:after {
    opacity: 1
}

.point .point__arr:before,
.point .point__arr:after {
    position          : absolute;
    content           : '';
    right             : 0;
    bottom            : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.point .point__arr:before {
    top                : 0;
    left               : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -160px -182px;
    width              : 9px;
    height             : 9px
}

.point .point__arr:after {
    top                : -1px;
    left               : -1px;
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -89px;
    width              : 11px;
    height             : 11px
}

.point .link-green {
    font-size     : 13px;
    font-family   : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    letter-spacing: 0.35px;
    display       : block
}

.point .spiner {
    margin: 24px 0 0 18px
}

.point .badge {
    position: absolute;
    top     : 2px;
    right   : 20px
}

.article {
    font-size: 12px;
    color    : #000
}

.js-item .spiner {
    position          : relative;
    border-radius     : 3px;
    font-size         : 0;
    line-height       : 1;
    border            : 1px solid #dedede;
    vertical-align    : top;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s;
    display           : inline-block;
    background        : #fff
}

.spiner:hover {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.spiner:hover .spiner__block {
    visibility: visible;
    opacity   : 1;
    z-index   : 4;
    height    : auto;
    margin-top: 9px
}

.spiner .spiner__block {
    position          : absolute;
    top               : 100%;
    /*left            : -1px;
    right             : -1px;*/
    height            : 0;
    padding           : 7px 10px 13px;
    text-align        : left;
    font-size         : 12px;
    line-height       : 20px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    visibility        : hidden;
    opacity           : 0;
    overflow          : hidden;
    box-shadow        : 0 2px 7px rgba(0, 0, 0, 0.23);
    background        : #fff;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.spiner .spiner__block .and-that {
    margin-top: 5px
}

.spiner .spiner__text {
    color  : #000;
    opacity: 0.5
}

.spiner .spiner__text p {
    margin     : 5px 0 0;
    line-height: 15px
}

.spiner .spiner__minus,
.spiner .spiner__plus,
.spiner .spiner__input {
    height        : 30px;
    line-height   : 30px;
    font-size     : 12px;
    text-align    : center;
    vertical-align: top;
    display       : inline-block
}

.spiner .spiner__minus,
.spiner .spiner__plus {
    width             : 25px;
    background        : transparent;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.spiner .spiner__minus:hover,
.spiner .spiner__plus:hover {
    color: #d60000
}

.spiner .spiner__input {
    padding   : 0 10px;
    width     : 53px;
    box-sizing: border-box
}

.spiner .btn {
    position     : relative;
    top          : -1px;
    right        : -1px;
    height       : 32px;
    min-width    : 0;
    margin-bottom: -2px;
    border-radius: 0 3px 3px 0
}

*/ .advantages.is-mod .title-green {
    font-size  : 18px;
    line-height: 30px
}

.advantages+.tab {
    margin-top: 55px
}

@media screen and (max-width: 980px) {

    .advantages [class^="col-md-"]:first-child .title-green,
    .advantages [class*=" col-md-"]:first-child .title-green {
        margin-top: 0
    }
}

.advantages .advantages__item {
    margin-top   : 30px;
    padding-right: 35px;
    box-sizing   : border-box
}

@media screen and (max-width: 980px) {
    .advantages .advantages__item {
        margin-top: 0
    }
}

.advantages .advantages__item:first-child {
    margin-top: 0
}

.advantages .advantages__item p {
    margin-top: 0
}

.advantages .advantages__item p a {
    line-height: 24px
}

.advantages .title-green {
    margin-bottom: 20px
}

@media screen and (max-width: 980px) {
    .advantages .title-green {
        margin-top: 20px
    }
}

.information {
    margin        : 45px 0 10px;
    line-height   : 24px;
    letter-spacing: 0.38px
}

.information .title-h3 {
    line-height: 30px
}

.information p {
    margin-top   : 27px;
    padding-right: 40px
}

.information p:first-child {
    margin-top: 5px
}

/* .slick-slider .slick-dots li {
    margin-left: 22px;
    padding    : 0
} */

/* .slick-slider .slick-dots li:first-child {
    margin-left: 0
} */

.slick-slider .slick-dots li.slick-active button {
    width     : 10px;
    height    : 10px;
    background: #0b9a42;
    box-shadow: none
}

.slick-slider .slick-dots button {
    position          : relative;
    height            : 8px;
    width             : 8px;
    box-shadow        : inset 0 0 2px rgba(0, 0, 0, 0.35);
    border-radius     : 50%;
    -webkit-transition: background-color 0.3s, box-shadow 0.3s;
    transition        : background-color 0.3s, box-shadow 0.3s
}

.slick-slider .slick-dots button:before {
    position: absolute;
    content : '';
    top     : -8px;
    left    : -8px;
    right   : -8px;
    bottom  : -8px
}

.slick-slider .slick-dots button:hover {
    background-color: #0b9a42;
    box-shadow      : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.slick-slider .slick-dots button:active {
    background-color: #088939;
    box-shadow      : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
    opacity: 1
}

.slick-slider:hover .slick-prev.slick-disabled,
.slick-slider:hover .slick-next.slick-disabled {
    opacity: .1;
    cursor : default
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    opacity           : 0;
    will-change       : opacity;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.slick-slider .spiner .spiner__block {
    top   : auto;
    bottom: 100%;
    margin: 0 0 9px
}

.slider {
    position      : relative;
    margin        : 30px 0 50px;
    padding-bottom: 37px
}

.slider .slick-prev,
.slider .slick-next {
    top              : 50%;
    will-change      : opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0);
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    margin-top       : -18px
}

.slider .slick-prev {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: 0px -158px;
    width              : 15px;
    height             : 37px
}

.slider .slick-next {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -179px -112px;
    width              : 15px;
    height             : 37px
}

.slider.is-prod .item,
.slider.is-prod-cena .item,
.slider.is-login .item {
    padding-bottom: 25px;
    min-height    : 327px;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.slider.is-prod .item__link,
.slider.is-prod-cena .item__link,
.slider.is-login .item__link {
    margin: 0;
    color : #0b9a42
}

.slider.is-prod .item__link:hover,
.slider.is-prod-cena .item__link:hover,
.slider.is-login .item__link:hover {
    color: #de1313
}

.slider.is-prod .item__price,
.slider.is-prod .item__bot,
.slider.is-prod-cena .item__price,
.slider.is-prod-cena .item__bot,
.slider.is-login .item__price,
.slider.is-login .item__bot {
    width: 100%
}

.slider.is-prod-cena .item {
    padding-bottom: 105px
}

.slider.is-login .item {
    padding-bottom: 75px
}

.slider.is-login .btn {
    padding       : 9px 16px;
    min-width     : 144px;
    font-size     : 13px;
    text-transform: initial;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.slider.is-prod .item__link,
.slider.is-prod-cena .item__link,
.slider.is-login .item__link {
    font-size: 13px
}

.slider.is-bold-link .item__link {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.slider .slick-dots {
    position: absolute;
    left    : 0;
    bottom  : 0;
    right   : 0
}

.slider .slick-track {
    display: table
}

.slider .item {
    position  : relative;
    min-height: 288px;
    float     : none;
    display   : table-cell
}

.slider .item:before,
.slider .item:after {
    width            : 100%;
    left             : 1px;
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0)
}

.slider .item .item__in:before {
    top: -100px
}

@media screen and (max-width: 1180px) {
    .slider .item+.item+.item:before {
        border-top-color: #dedede
    }
}

@media screen and (max-width: 1180px) {
    .slider .item:nth-child(3):before {
        border-left: none
    }
}

.slider .slick-list {
    padding     : 2px 1px 2px 1px;
    margin-right: -1px;
    font-size   : 0
}

.slider-for {
    height       : 273px;
    width        : 273px;
    border       : 1px solid #dedede;
    border-bottom: none
}

.slider-for .slider-for__slide {
    height: 272px
}

.slider-nav {
    width : 273px;
    height: 69px
}

.slider-nav .slider-nav__slide {
    position          : relative;
    height            : 69px;
    width             : 69px;
    cursor            : pointer;
    border            : 1px solid #dedede;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.slider-nav .slider-nav__slide:before {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    right             : 0;
    bottom            : 0;
    z-index           : 1;
    -webkit-transition: background-color 0.3s;
    transition        : background-color 0.3s
}

.slider-nav .slider-nav__slide+.slider-nav__slide {
    margin-left: -1px
}

.slider-nav .slider-nav__slide.slick-current,
.slider-nav .slider-nav__slide:hover {
    border-color: #0b9a42;
    z-index     : 1;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12)
}

.slider-nav .slider-nav__slide.slick-current:before,
.slider-nav .slider-nav__slide:hover:before {
    background-color: rgba(255, 255, 255, 0.5)
}

.slider-nav .slider-nav__slide img {
    position: relative
}

.slider-nav .slick-list {
    height       : 69px;
    padding-right: 1px
}

.slider-for .slider-for__slide,
.slider-for .slider-nav__slide,
.slider-nav .slider-for__slide,
.slider-nav .slider-nav__slide {
    overflow: hidden
}

.slider-for img,
.slider-nav img {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    max-width        : 100%;
    max-height       : 100%;
    display          : block
}

.galery.slick-slider {
    position: relative;
    margin  : 60px 0 60px
}

.galery .slick-prev,
.galery .slick-next {
    top              : 50%;
    z-index          : 1;
    background-color : transparent;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.galery .slick-prev {
    left               : 20px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -46px -72px;
    width              : 21px;
    height             : 58px
}

.galery .slick-next {
    right              : 20px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -25px -72px;
    width              : 21px;
    height             : 58px
}

.slider-for,
.slider-nav,
.galery,
.slider {
    visibility: hidden;
    opacity   : 0
}

.slider-for.is-init,
.slider-nav.is-init,
.galery.is-init,
.slider.is-init {
    visibility: visible;
    opacity   : 1
}

.banner {
    position         : relative;
    margin           : 60px 0 48px;
    padding          : 62px 325px 32px 35px;
    font-size        : 24px;
    color            : #fff;
    font-family      : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    background-size  : cover;
    background-repeat: no-repeat;
    display          : block
}

.banner:before {
    position        : absolute;
    content         : '';
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%)
}

.banner:hover .banner__text {
    color: #d60000
}

.banner .banner__text {
    position          : relative;
    z-index           : 1;
    line-height       : 36px;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s
}

.info-brown {
    margin        : 1rem 0 50px;
    padding       : 1rem 40px;
    font-size     : 16px;
    line-height   : 30px;
    letter-spacing: 0.4px;
    text-align    : center;
    background    : #faf6e8
}

.info-brown.info-brown_mod {
    padding-bottom: 40px;
    margin-bottom : 60px
}

.info-brown .row {
    margin    : 0 -20px;
    text-align: left
}

.info-brown .row p {
    margin-top: 0
}

.info-brown a {
    position       : relative;
    color          : #000;
    text-decoration: underline
}

.info-brown a:before {
    position: absolute;
    content : '';
    top     : -8px;
    left    : -10px;
    right   : -10px;
    bottom  : -8px
}

.info-brown a:hover {
    color          : #de1313;
    text-decoration: none
}

.comment {
    margin       : 50px 0;
    padding      : 27px 0 30px;
    border-top   : 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    *zoom        : 1
}

.comment:after {
    content: " ";
    display: table;
    clear  : both
}

.comment .comment__text {
    position      : relative;
    margin-top    : 14px;
    padding       : 0 20px 0 50px;
    line-height   : 30px;
    font-size     : 16px;
    letter-spacing: 0.4px;
    overflow      : hidden
}

.comment .comment__text:before {
    position   : absolute;
    content    : '“';
    left       : -5px;
    top        : -2px;
    font-size  : 100px;
    color      : #0b9a42;
    line-height: 1
}

.comment .user {
    float: left;
    width: 245px
}

.user {
    text-align: center
}

.user .user__img {
    height        : 100px;
    width         : 100px;
    border-radius : 50%;
    overflow      : hidden;
    vertical-align: top;
    display       : inline-block
}

.user .user__img img {
    display: block
}

.user .user__name {
    margin-top : 20px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.staff {
    font-size: 0
}

.staff .staff__wrap {
    margin: 0 -2% -2% 0
}

.staff .worker {
    margin: 0 2% 2.1% 0;
    width : 31.3%
}

.worker {
    position              : relative;
    min-height            : 225px;
    color                 : #fff;
    font-size             : 13px;
    text-align            : center;
    vertical-align        : top;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    border                : 1px solid #dedede;
    display               : inline-block
}

.worker:before {
    position        : absolute;
    content         : '';
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 60%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%, transparent 100%)
}

.worker img {
    width  : 100%;
    display: block
}

.worker .worker__info {
    position: absolute;
    left    : 0;
    right   : 0;
    bottom  : 0;
    height  : 80px;
    z-index : 1
}

.worker .worker__name {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.sections {
    margin: 45px 0
}

.sections.is-mod {
    margin: 14px 0 -25px
}

.sections .section {
    margin-top: 18px
}

.sections .section:first-child {
    margin: 0
}

.section {
    position          : relative;
    min-height        : 160px;
    padding           : 25px 400px 20px 30px;
    color             : #000;
    font-size         : 24px;
    line-height       : 108px;
    font-family       : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    border            : 1px solid #dedede;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s, color 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s, color 0.3s;
    background-size   : cover;
    display           : block
}

.section:hover {
    color       : #de1313;
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.section.section_w {
    color: #fff
}

.section.section_w:before {
    position        : absolute;
    content         : '';
    top             : 0;
    left            : 0;
    right           : 0;
    bottom          : 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8) 0%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, transparent 100%)
}

.section.section_w .section__text {
    position: relative;
    z-index : 1
}

.section .section__text {
    line-height   : 36px;
    vertical-align: bottom;
    display       : inline-block
}

.section .section__img {
    position: absolute;
    top     : 0;
    right   : 0;
    bottom  : 0;
    width   : 400px;
    overflow: hidden
}

.section .section__img.is-mod {
    width: 480px
}

.section .section__img img {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform    : translate(-50%, -50%);
    transform        : translate(-50%, -50%)
}

.years,
.pagin {
    font-size    : 0;
    border-radius: 3px;
    border       : 1px solid #dedede
}

.years .years__item,
.years .pagin__item,
.pagin .years__item,
.pagin .pagin__item {
    font-size     : 13px;
    vertical-align: top;
    border-left   : none;
    display       : inline-block;
    border-left   : 1px solid #dedede
}

.years .years__item:first-child,
.years .pagin__item:first-child,
.pagin .years__item:first-child,
.pagin .pagin__item:first-child {
    border-left: none
}

.years .years__item:first-child a:before,
.years .pagin__item:first-child a:before,
.pagin .years__item:first-child a:before,
.pagin .pagin__item:first-child a:before {
    border-radius: 3px 0 0 3px
}

.years .years__item:last-child a:before,
.years .pagin__item:last-child a:before,
.pagin .years__item:last-child a:before,
.pagin .pagin__item:last-child a:before {
    border-radius: 0 3px 3px 0
}

.years a,
.years span,
.pagin a,
.pagin span {
    position          : relative;
    padding           : 0 12px;
    height            : 30px;
    line-height       : 30px;
    color             : #000;
    display           : block;
    -webkit-transition: color 0.3s, background 0.3s;
    transition        : color 0.3s, background 0.3s
}

.years a:active,
.pagin a:active {
    background: #e4efe8
}

.years a:hover,
.pagin a:hover {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.years a:hover:before,
.pagin a:hover:before {
    border-color: #0b9a42
}

.years a.is-active,
.pagin a.is-active {
    color      : #fff;
    background : #0b9a42;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.years a.is-active:before,
.years a.is-active:after,
.pagin a.is-active:before,
.pagin a.is-active:after {
    border-color: #0b9a42
}

.years a:before,
.years a:after,
.pagin a:before,
.pagin a:after {
    position          : absolute;
    content           : '';
    top               : -1px;
    left              : -1px;
    right             : -1px;
    bottom            : -1px;
    border            : 1px solid transparent;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.years a:after,
.pagin a:after {
    border-left-width : 2px;
    border-right-width: 2px
}

.pagin {
    position         : relative;
    margin           : 45px 0;
    left             : 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform    : translate(-50%, 0);
    transform        : translate(-50%, 0);
    display          : table
}

.pagin .pagin__item:first-child:hover a i {
    -webkit-transform: translate(-2px, 0);
    -ms-transform    : translate(-2px, 0);
    transform        : translate(-2px, 0)
}

.pagin .pagin__item:last-child:hover a i {
    -webkit-transform: translate(2px, 0);
    -ms-transform    : translate(2px, 0);
    transform        : translate(2px, 0)
}

.pagin i {
    position          : relative;
    top               : 1px;
    font-style        : normal;
    font-size         : 18px;
    line-height       : 1;
    display           : inline-block;
    -webkit-transition: -webkit-transform 0.3s;
    transition        : transform 0.3s
}

.units {
    margin  : 45px 0;
    overflow: hidden
}

.units.units_news {
    margin: 0
}

.units .units__wrap {
    margin: 0 -2% -1.9% 0;
    *zoom : 1
}

.units .units__wrap:after {
    content: " ";
    display: table;
    clear  : both
}

.units .unit {
    float            : left;
    margin           : 0 2% 1.9% 0;
    width            : 48%;
    -webkit-transform: translate3d(0, 0, 0);
    transform        : translate3d(0, 0, 0)
}

.unit {
    position              : relative;
    vertical-align        : top;
    display               : inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased
}

.unit>a {
    display: block
}

.unit>a:hover:before {
    opacity: 0
}

.unit>a:hover:after {
    opacity: 1
}

.unit>a:hover .unit__name,
.unit>a:hover .unit__title {
    color: #de1313
}

.unit>a:before,
.unit>a:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    /*right           : 0;*/
    bottom            : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.unit>a:before {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0%, transparent 60%, transparent 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 60%, transparent 100%)
}

.unit>a:after {
    opacity         : 0;
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 100%);
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.26) 0%, rgba(0, 0, 0, 0.26) 100%)
}

.unit .unit__top,
.unit .unit__bot {
    position      : absolute;
    left          : 0px;
    z-index       : 1;
    padding-left  : 10px;
    padding-bottom: 10px;
    padding-top   : 10px;
}

.unit .unit__top {
    z-index: -1
}

.unit .unit__top:hover+a:before {
    /* opacity: 0 */
}

.unit .unit__top:hover+a:after {
    opacity: 1
}

.unit .unit__top:hover+a .unit__name,
.unit .unit__top:hover+a .unit__title {
    color: #fff;
}

.unit .unit__bot {
    background-color: #f8f8f8;
    width           : 100%;
    bottom          : 0;
}

.unit .unit__name,
.unit .unit__title {
    margin-bottom     : -20px;
    color             : #0b9a42;
    font-size         : 15px;
    line-height       : 15px;
    font-family       : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    display           : block
}

.unit .unit__name:hover,
.unit .unit__title:hover {
    color: #fff;
}

.unit .unit__title {
    /*font-size: 24px;
    line-height: 36px*/
}

.unit .unit__text {
    margin     : 10px 0 15px;
    font-size  : 13px;
    line-height: 24px;
    color      : #fff;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.unit .unit__address,
.unit .unit__date {
    color     : #3d3d3d;
    opacity   : 1;
    font-size : 13px;
    margin-top: 15px;
}

.unit .badge {
    margin-left: 6px;
    opacity    : .8
}

.unit .badge:first-child {
    margin-left: 0;
    opacity    : 0;
}

.unit img {
    width  : 100%;
    display: block
}

.publishing .public:first-child {
    margin-top : -5px;
    padding-top: 0
}

.public {
    padding               : 22px 0;
    font-size             : 18px;
    line-height           : 30px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    border-bottom         : 1px solid #e5e5e5;
    display               : block
}

.public:hover .public__link {
    color          : #de1313;
    text-decoration: none
}

.public .public__link {
    margin-right: 15px;
    color       : #0b9a42;
    font-family : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    display     : inline
}

.par {
    padding      : 14px 0 16px;
    border-bottom: 1px solid #e5e5e5;
    display      : block;
    *zoom        : 1
}

.par:after {
    content: " ";
    display: table;
    clear  : both
}

.par:hover .par__title {
    color: #de1313
}

.par img {
    float       : left;
    margin-right: 25px
}

.par .par__text {
    overflow: hidden
}

.par .par__title {
    color                 : #0b9a42;
    font-size             : 18px;
    line-height           : 30px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    -webkit-transition    : color 0.3s;
    transition            : color 0.3s;
    font-family           : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.par .par__row {
    margin-top: 15px
}

.sorting {
    margin    : 15px 0 20px;
    text-align: right;
    font-size : 0;
    *zoom     : 1
}

.sorting:after {
    content: " ";
    display: table;
    clear  : both
}

.sorting .sorting__left {
    float     : left;
    text-align: left
}

.sorting .sorting__left .sorting__item {
    margin-right: 8px
}

.sorting .sorting__left .sorting__item:first-child {
    margin-left: 2px
}

.sorting .sorting__right {
    float: right
}

.sorting .sorting__right .sorting__item {
    margin-left: 55px
}

.sorting .sorting__item {
    position          : relative;
    margin-left       : 8px;
    padding           : 6px 20px 6px 4px;
    font-size         : 12px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    opacity           : .7;
    line-height       : 1;
    cursor            : pointer;
    vertical-align    : top;
    -webkit-transition: color 0.3s, background-color 0.3s, opacity 0.3s;
    transition        : color 0.3s, background-color 0.3s, opacity 0.3s;
    will-change       : color, background, opacity;
    -webkit-transform : translate3d(0, 0, 0);
    transform         : translate3d(0, 0, 0);
    border-radius     : 3px;
    background        : #fff;
    display           : inline-block
}

.sorting .sorting__item.sorting__item_w82 {
    width: 82px
}

.sorting .sorting__item.sorting__item_w77 {
    width: 77px
}

.sorting .sorting__item.sorting__item_w76 {
    width: 76px
}

.sorting .sorting__item.sorting__item_w73 {
    width        : 73px;
    padding-right: 17px
}

.sorting .sorting__item.sorting__item_w93 {
    width: 93px
}

.sorting .sorting__item.sorting__item_w87 {
    width        : 87px;
    padding-right: 15px
}

.sorting .sorting__item.sorting__item_w90 {
    width: 90px
}

.sorting .sorting__item:after {
    content           : '';
    position          : relative;
    bottom            : 2px;
    margin-right      : -10px;
    right             : -7px;
    opacity           : .7;
    will-change       : transform;
    -webkit-transition: border-color 0.3s, -webkit-transform 0.3s, opacity 0.3s;
    transition        : border-color 0.3s, transform 0.3s, opacity 0.3s;
    display           : inline-block;
    width             : 0px;
    height            : 0px;
    border-style      : solid;
    border-width      : 4px 2.5px 0 2.5px;
    border-color      : #000 transparent transparent transparent
}

.sorting .sorting__item:hover {
    opacity: 1;
    color  : #d60000
}

.sorting .sorting__item:hover:after {
    opacity     : 1;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #d60000 transparent transparent transparent
}

.sorting .sorting__item:disabled {
    opacity: .7;
    cursor : default;
    color  : #000
}

.sorting .sorting__item:disabled:after {
    opacity     : .5;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 4px 2.5px 0 2.5px;
    border-color: #000 transparent transparent transparent
}

.sorting .sorting__item.is-active,
.sorting .sorting__item.is-active-top {
    opacity         : 1;
    background-color: #e6f5ec;
    z-index         : 1
}

.sorting .sorting__item.is-active:after,
.sorting .sorting__item.is-active-top:after {
    opacity: 1
}

.sorting .sorting__item.is-active-top:after {
    margin-top       : -1px;
    -webkit-transform: rotate(180deg);
    -ms-transform    : rotate(180deg);
    transform        : rotate(180deg)
}

.sorting .sorting__item-pad {
    padding: 4px 20px 4px 8px
}

.sorting div.sorting__item {
    padding: 3px 18px 3px 10px
}

.sorting div.sorting__item:after {
    margin: 0;
    right : -8px
}

table.sorting .sorting__item {
    padding: 3px 20px 3px 3px
}

.product {
    padding-top  : 20px;
    margin-bottom: 60px;
    *zoom        : 1
}

.product:after {
    content: " ";
    display: table;
    clear  : both
}

.product .product__slider {
    float       : left;
    margin-right: 54px
}

.product .product__left {
    *zoom: 1
}

.product .product__left:after {
    content: " ";
    display: table;
    clear  : both
}

.product .product__descr {
    overflow : hidden;
    min-width: 190px
}

@media screen and (max-width: 1200px) {
    .product .product__descr {
        display          : -webkit-flex;
        display          : -moz-flex;
        display          : -ms-flex;
        display          : -o-flex;
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow    : row wrap;
        flex-flow        : row wrap
    }
}

.product .product__descr .title-h3 {
    margin: -4px 0 13px
}

.product .product__descr .article {
    margin-top : 10px;
    font-size  : 13px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.product .product__descr .list {
    margin-top: 7px
}

.product .product__descr .product__right {
    margin-bottom: 0
}

@media screen and (max-width: 1200px) {
    .product .product__descr .product__right {
        width                    : 100%;
        text-align               : left;
        -webkit-box-ordinal-group: 3;
        -webkit-order            : 2;
        -ms-flex-order           : 2;
        order                    : 2
    }
}

.product .product__right {
    float        : right;
    margin-bottom: 18px;
    width        : 215px;
    text-align   : right
}

.product .product__right>.btn_add {
    padding       : 10px 16px 9px;
    min-width     : 146px;
    text-transform: initial;
    font-family   : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.product .product__price {
    margin-bottom: 15px;
    font-size    : 24px;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.tab.is-mod .tab__in {
    min-height: 410px
}

.tab .tab__list {
    width  : 100%;
    display: table
}

.tab .tab__item {
    position          : relative;
    vertical-align    : top;
    border            : 1px solid #c5c5c5;
    border-bottom     : 1px solid #0b9a42;
    background        : #fff;
    display           : table-cell;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s
}

.tab .tab__item:hover {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.tab .tab__item:hover:after {
    background: #0b9a42
}

.tab .tab__item:before {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : -1px;
    right             : -1px;
    bottom            : -1px;
    border            : 1px solid #0b9a42;
    border-bottom     : none;
    background-color  : #fff;
    opacity           : 0;
    box-shadow        : inset 0 5px 0 #fff;
    -webkit-transition: opacity 0.3s, top 0.3s, box-shadow 0.3s;
    transition        : opacity 0.3s, top 0.3s, box-shadow 0.3s
}

.tab .tab__item:after {
    position          : absolute;
    content           : '';
    top               : -1px;
    left              : -1px;
    bottom            : -1px;
    width             : 1px;
    background        : transparent;
    z-index           : 1;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s
}

.tab .tab__item:first-child {
    border-radius: 2px 0 0 0
}

.tab .tab__item:first-child:before {
    border-radius: 2px 0 0 0
}

.tab .tab__item:last-child {
    border-radius: 0 2px 0 0
}

.tab .tab__item:last-child:before {
    border-radius: 0 2px 0 0
}

.tab .tab__item+.tab__item {
    border-left: none
}

.tab .tab__item.is-active {
    font-family        : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    letter-spacing     : -0.25px;
    border-color       : #0b9a42;
    border-bottom-color: transparent;
    border-top-color   : transparent
}

.tab .tab__item.is-active:hover {
    box-shadow: none
}

.tab .tab__item.is-active:before {
    opacity   : 1;
    top       : -13px;
    box-shadow: inset 0 2px 0 #0b9a42
}

.tab .tab__link {
    position   : relative;
    padding    : 0 40px;
    min-width  : 80px;
    height     : 32px;
    color      : #000;
    font-size  : 13px;
    line-height: 32px;
    text-align : center;
    z-index    : 1;
    display    : block
}

@media screen and (max-width: 1200px) {
    .tab .tab__link {
        padding: 0 16px
    }
}

.tab .tab__in {
    padding   : 38px 20px 30px;
    border    : 1px solid #0b9a42;
    border-top: none;
    *zoom     : 1
}

.tab .tab__in:after {
    content: " ";
    display: table;
    clear  : both
}

.tab .tab__in .title-h4 {
    margin-bottom: 18px;
    line-height  : 1
}

.tab .tab__cont {
    display: none;
    float  : left
}

.tab .tab__row {
    *zoom: 1
}

.tab .tab__row:after {
    content: " ";
    display: table;
    clear  : both
}

.tab .table {
    float      : left;
    width      : 49%;
    margin-left: 2%
}

.tab .table:first-child {
    margin-left: 0
}

.tab .table td {
    width      : 50%;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.tab .table td:first-child {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.tab .list {
    float         : left;
    margin-top    : 0;
    width         : 49%;
    margin-left   : 8%;
    letter-spacing: .3px;
    vertical-align: top;
    display       : inline-block
}

.tab .list:first-child {
    width      : 43%;
    margin-left: 0
}

.tab .list li {
    margin-bottom: 6px;
    line-height  : 24px
}

.dcts {
    font-size: 0
}

.dcts .dcts__item {
    margin-bottom : 28px;
    padding-right : 35px;
    width         : 33.3%;
    font-size     : 13px;
    vertical-align: top;
    box-sizing    : border-box;
    display       : inline-block
}

.sheet {
    margin: 0;
}

.sheet .sheet__top,
.sheet .sheet__in {
    *zoom: 1
}

.sheet .sheet__top:after,
.sheet .sheet__in:after {
    content: " ";
    display: table;
    clear  : both
}

.sheet .sheet__in {
    overflow-y   : auto;
    border-bottom: 1px solid #dfdfdf
}

.sheet .sheet__in td {
    border-top  : 1px solid #dfdfdf;
    padding-left: 4px;
    height      : 52px !important;
    line-height : 52px
}

.sheet .sheet__in tr {
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
    -webkit-transition : background 0.3s;
    transition         : background 0.3s
}

.sheet .sheet__in tr:first-child td {
    padding-top: 13px
}

.sheet .sheet__in tr:last-child td {
    padding-bottom: 13px
}

.sheet .sheet__in tr:last-child .spiner:hover .spiner__block,
.sheet .sheet__in tr:nth-last-child(2) .spiner:hover .spiner__block {
    margin: 0 0 9px 0
}

.sheet .sheet__in tr:last-child .spiner .spiner__block,
.sheet .sheet__in tr:nth-last-child(2) .spiner .spiner__block {
    top   : auto;
    bottom: 100%
}

.sheet .sheet__in tr.is-hover {
    background: #f9f9f9
}

.sheet .sheet__in tr.is-added {
    background: #e4f6eb
}

.sheet .sheet__in .btn_small,
.sheet .sheet__in .btn_share,
.sheet .sheet__in .btn_topic {
    min-width: 148px
}

.sheet .sheet__in .jspContainer {
    width: 100% !important
}

.sheet .sheet__in .jspContainer .jspPane {
    width: 100% !important
}

.sheet .sheet__in .jspContainer .sheet__right {
    padding-right: 13px
}

.sheet .sheet__in .sheet__left td:first-child {
    padding-left: 15px
}

.sheet .sheet__in .sheet__right {
    cursor: default !important
}

.sheet .sheet__right {
    float     : right;
    text-align: right;
    width     : 291px
}

.sheet .sheet__right td {
    padding-right: 17px
}

.sheet .sheet__right td:nth-child(2) {
    min-width: 175px;
    width    : 100px
}

.sheet .sheet__right .sorting {
    text-align: right
}

.sheet .sheet__top {
    position     : relative;
    bottom       : -1px;
    z-index      : 1;
    border-bottom: 1px solid #c4c4c4;
    background   : #fff
}

.sheet .sheet__top.is-fixed {
    position   : fixed;
    top        : 0;
    bottom     : auto;
    height     : 63px;
    padding-top: 5px
}

.sheet .sheet__top.is-opacity {
    opacity: 0;
    z-index: -2
}

.sheet .sheet__top .sheet__wrap {
    height  : 62px;
    overflow: hidden
}

.sheet .sheet__top .sheet__left {
    position    : relative;
    border-right: none
}

.sheet .sheet__top .sheet__left:before {
    position  : absolute;
    content   : '';
    top       : 7px;
    right     : 0;
    bottom    : 0;
    width     : 1px;
    z-index   : 2;
    background: #c4c4c4
}

.sheet .sheet__top .sheet__left .sorting__item {
    margin-left: -6px
}

.sheet .sheet__top .sheet__left .sorting {
    position: relative
}

.sheet .sheet__top .sheet__right td:first-child {
    padding-right: 8px
}

.sheet .sheet__top .sheet__right td:last-child {
    padding-right: 0
}

.sheet .sheet__top .sorting .sorting__item {
    padding-left: 9px
}

.sheet .sheet__top td:first-child .sorting__item {
    margin-left: 0
}

.sheet .sheet__wrap {
    overflow-x: auto
}

.sheet .sheet__price {
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size  : 13px
}

.sheet .sorting {
    margin    : 0;
    text-align: left
}

.sheet .sorting .sorting__item {
    text-align : left;
    line-height: 20px
}

.sheet .badge {
    margin-top    : -3px;
    font-size     : 9px;
    vertical-align: middle
}

.sheet .spiner {
    vertical-align: middle
}

.sheet__left {
    overflow    : hidden;
    border-right: 1px solid #c4c4c4
}

.sheet__left table td {
    min-width: 100px;
    min-width: 70px;
    width    : 100px
}

.sheet__left table td:first-child {
    min-width: 90px
}

.sheet__left table td:nth-child(2) {
    min-width: 70px
}

.sheet__left table td:nth-child(3) {
    min-width: 82px
}

.sheet__left table td:nth-child(4) {
    min-width: 102px
}

.sheet__left table td:nth-child(5) {
    min-width: 98px
}

.sheet__left table td:nth-child(6),
.sheet__left table td:nth-child(7) {
    min-width: 92px
}

.sheet__left .sheet__wrap td:first-child {
    padding-left: 5px
}

.sheet__left .jspScrollable,
.sheet__left .jspPane,
.sheet__left .jspContainer {
    width: 100% !important
}

.card.is-open {
    margin-bottom: -70px
}

.card.is-open .products.is-delete {
    display: block
}

.card .card__ind {
    margin   : 10px 0 25px;
    font-size: 12px
}

.card .card__ind>table {
    opacity: .7
}

.card .card__bot {
    padding: 34px 0 0 14.5%;
    *zoom  : 1
}

.card .card__bot:after {
    content: " ";
    display: table;
    clear  : both
}

@media screen and (max-width: 1170px) {
    .card .card__bot {
        padding-left: 118px
    }
}

.card .card__left {
    overflow: hidden
}

.card .card__right {
    float: right
}

.card .card__total {
    margin-top : 6px;
    font-size  : 24px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

@media screen and (max-width: 1170px) {
    .card .card__total {
        font-size: 22px
    }
}

.card .products.is-delete {
    display: none
}

.card table td {
    /* position      : relative; */
    text-align    : right;
    vertical-align: top
}

.card table td:first-child:hover+td a {
    color          : #de1313;
    text-decoration: none
}

/* .card table td:first-child {
    min-width: 95px;
    width: 11.5%;
    text-align: left
} */
/* .card table td:nth-child(2) {
    width: 28%;
    text-align: left
}
.card table td:nth-child(3) {
    width: 12%
}
.card table td:nth-child(4) {
    width: 12%
}
.card table td:nth-child(5) {
    width: 3%;
    text-align: left
}
.card table td:nth-child(6) {
    width: 13.5%
} */
.card table img {
    display: block
}

.card table .badge {
    position: absolute;
    top     : -8px;
    right   : 15px
}

.products.is-delete {
    display: none
}

.products.is-list .products__item {
    padding: 10px 0
}

.products.is-list .products__item .article {
    margin-top: -4px
}

.products.is-list .products__item .products__price,
.products.is-list .products__item .products__sum {
    margin-top: 8px
}

.products.is-list .products__item .spiner {
    margin-top: 5px
}

.products.is-list .products__item .btn-delete {
    margin-top: 15px
}

.products.is-list .products__item .link-green {
    font-size  : 12px;
    line-height: 20px;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.products .products__inner {
    min-height: 221px
}

.products .products__item {
    padding      : 20px 0;
    min-width    : 800px;
    border-bottom: 1px solid #dfdfdf
}

.products .products__item:first-child {
    border-top: 1px solid #dfdfdf
}

.products .products__item:last-child .spiner__block {
    top   : auto;
    bottom: 100%;
    margin: 0 0 9px
}

.products .products__item img {
    margin-top: -10px
}

.products .products__wrap {
    padding-bottom: 70px;
    display       : none
}

.products .products__sum {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.products .products__open {
    position          : relative;
    margin            : 40px -45px 0;
    padding           : 20px 45px;
    line-height       : 1;
    cursor            : pointer;
    -webkit-transition: background 0.3s;
    transition        : background 0.3s;
    background        : #f9edc1
}

.products .products__open:hover {
    background: #fbe9a8
}

.products .products__open:hover span {
    border-color: transparent
}

.products .products__price,
.products .products__sum {
    margin-top: 25px
}

.products .link-green {
    vertical-align: top;
    display       : inline-block
}

.products .spiner {
    margin-top: 20px
}

.products .btn-delete,
.products .btn-reest {
    margin        : 30px 0 0 8px;
    vertical-align: top
}

.products .btn-reest {
    color: #c5c5c5
}

.products .btn-reest:hover {
    color: #de1313
}

.products .title-h2 {
    margin: 20px 0
}

.products .title-h2:first-child {
    margin-top: 20px
}

.products .title-h2 .btn-open {
    float        : right;
    position     : relative;
    padding-right: 19px;
    margin-top   : 17px
}

.products .title-h2 .btn-open:before,
.products .title-h2 .btn-open:after,
.products .title-h2 .btn-open span:before,
.products .title-h2 .btn-open span:after {
    display: none
}

.clause {
    padding   : 10px 0;
    font-size : 12px;
    border-top: 1px solid #dfdfdf
}

.clause:first-child {
    border-top: none
}

.clause .clause__title {
    padding-right: 20px;
    line-height  : 20px;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.clause .clause__row {
    margin-top : 7px;
    line-height: 1.4;
    *zoom      : 1
}

.clause .clause__row:after {
    content: " ";
    display: table;
    clear  : both
}

.clause .article {
    float: left
}

.clause .clause__price {
    float  : right;
    opacity: .5
}

.in-total .price {
    padding    : 30px 0 15px;
    font-size  : 16px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.in-total span:first-child {
    margin-right: 10px
}

.in-total .btn {
    width: 100%
}

.scroll-top {
    position           : fixed;
    left               : 28px;
    bottom             : -63px;
    opacity            : .3;
    cursor             : pointer;
    z-index            : 2;
    -webkit-transition : opacity 0.3s, bottom 0.5s;
    transition         : opacity 0.3s, bottom 0.5s;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -116px 0px;
    width              : 63px;
    height             : 63px;
    display            : none
}

.scroll-top:hover {
    opacity: 1
}

.scroll-top.is-active {
    bottom: 28px
}

.scroll-top.is-abs {
    bottom: 110px
}

.articles {
    margin-top   : 55px;
    padding-right: 70px
}

@font-face {
    font-family: 'icomoon';
    src        : url("/bitrix/templates/ekt/css/../fonts/icomoon.eot");
    src        : url("/bitrix/templates/ekt/css/../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/icomoon.ttf") format("truetype"), url("/bitrix/templates/ekt/css/../fonts/icomoon.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/icomoon.svg") format("svg");
    font-weight: normal;
    font-style : normal;
    font-display: swap;
}

[class^="icon-"],
[class*=" icon-"] {
    font-family            : 'icomoon';
    speak                  : none;
    font-style             : normal;
    font-weight            : normal;
    font-variant           : normal;
    text-transform         : none;
    line-height            : 1;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-ico-list-img:before {
    content: "\e600"
}

.icon-ico-list:before {
    content: "\e601"
}

.icon-ico-table:before {
    content: "\e602"
}

.icon-reestablish:before {
    content: "\e603"
}

.cab {
    *zoom: 1
}

.cab:after {
    content: " ";
    display: table;
    clear  : both
}

.cab.cab_mod {
    margin-top: 50px
}

.cab.cab_mod .login {
    padding-bottom: 66px
}

.cab.cab_mod .alt ul {
    margin-bottom: 26px
}

.cab.cab_mod .alt .btn {
    margin-top: 26px
}

.cab.cab_dan {
    margin-top: 15px
}

.cab.cab_dan .alt {
    padding-top   : 42px;
    padding-bottom: 60px
}

.cab.cab_dan .alt .title-h3 {
    line-height  : 30px;
    margin-bottom: 15px
}

.cab.cab_dan .alt .btn {
    margin-top: 24px
}

.cab .cab__inf {
    width: 550px
}

.cab .cab__inf p {
    letter-spacing: -.4px
}

.cab .cab__buttons {
    margin-top: 30px
}

.cab .cab__print {
    margin    : 34px 0 15px;
    text-align: right
}

.cab .cab__right {
    float: right;
    width: 37%
}

.cab .cab__right .alt {
    float  : none;
    padding: 44px 30px;
    width  : 100%
}

.cab .cab__right .title-h3 {
    margin-bottom: 12px
}

.cab .info-brown {
    margin-top: 52px
}

@media screen and (max-width: 1200px) {
    .cab table {
        font-size: 12px
    }
}

.cab table tr {
    border-bottom: 1px solid #dfdfdf
}

.cab table tr:first-child {
    text-align: left
}

.cab table th {
    padding    : 7px 10px 19px 0;
    font-weight: normal
}

.cab table th,
.cab table td {
    min-width     : 62px;
    width         : 12%;
    vertical-align: top
}

.cab table th:nth-child(2),
.cab table td:nth-child(2) {
    width: 7%
}

.cab table th:nth-child(3),
.cab table td:nth-child(3) {
    padding-right: 15px;
    min-width    : 163px;
    width        : 32%
}

.cab table th:nth-child(4),
.cab table td:nth-child(4) {
    width: 13%
}

.cab table td {
    padding: 16px 0 23px
}

.cab table td.is-yellow {
    color: #dc9b00
}

.cab table td.is-red {
    color: #d60000
}

.cab table a {
    display: inline-block
}

.cab table img {
    margin-top: 4px;
    display   : block
}

.cab table .sorting__item {
    margin     : 0 10px 0 -8px;
    text-align : left;
    line-height: 20px
}

.cab table .sorting__item:before {
    bottom: 14px
}

.cab table .article {
    font-size: 12px
}

.repair {
    overflow-x: auto;
    overflow-y: visible;
    width     : 100%
}

.repair.is-doing table td,
.repair.is-doing table th {
    min-width: 62px
}

.repair.is-doing table td:first-child,
.repair.is-doing table th:first-child {
    width: 20%
}

.repair.is-doing table td:nth-child(2),
.repair.is-doing table th:nth-child(2) {
    width: 22%
}

.repair.is-doing table td:nth-child(3),
.repair.is-doing table th:nth-child(3) {
    width: 5%
}

.repair.is-doing table td:nth-child(4),
.repair.is-doing table th:nth-child(4) {
    width: 40%
}

.repair.is-doing table td:nth-child(5),
.repair.is-doing table th:nth-child(5) {
    width: 13%
}

.repair.is-doing table td:nth-child(4) {
    padding-right: 55px
}

.repair .jspContainer {
    height: 100% !important;
    width : 100% !important
}

.repair .jspPane {
    position: relative !important;
    height  : 100% !important
}

.repair .jspPane table th:first-child {
    padding-left: 2px
}

.repair .jspPane table th:first-child .sorting__item {
    -webkit-transition: -webkit-transform 0.3s;
    transition        : transform 0.3s
}

.repair .jspPane table th:first-child .sorting__item.is-active,
.repair .jspPane table th:first-child .sorting__item.is-active-top {
    -webkit-transform: translate(10px, 0);
    -ms-transform    : translate(10px, 0);
    transform        : translate(10px, 0)
}

.repair table td {
    width: 9%
}

.repair table td:first-child {
    padding-right: 5px
}

.repair table td:nth-child(3):hover+td a,
.repair table td:nth-child(2):hover+td a {
    color          : #d60000;
    text-decoration: none
}

.alt {
    float     : right;
    width     : 37%;
    padding   : 45px 30px 65px;
    background: #f9edc1
}

.alt .alt__title {
    margin-top : 5px;
    font-size  : 14px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.alt .alt__title:first-child {
    margin-top: 0
}

.alt .alt__head {
    margin-top: -2px
}

.alt .alt__head.title-h3 .link-black {
    margin-top: 9px
}

.alt .alt__in p {
    margin-top : 5px;
    line-height: 30px
}

.alt .title-h3 {
    margin-bottom: 20px;
    *zoom        : 1
}

.alt .title-h3:after {
    content: " ";
    display: table;
    clear  : both
}

.alt .title-h3 .link-black {
    position     : relative;
    float        : right;
    margin-top   : 7px;
    line-height  : 1;
    font-size    : 12px;
    border-bottom: none
}

.alt .title-h3 .link-black:before {
    position: absolute;
    content : '';
    top     : -10px;
    left    : -10px;
    right   : -10px;
    bottom  : -10px
}

.alt ul {
    margin-top   : 16px;
    margin-bottom: 30px;
    line-height  : 30px
}

.alt ul li {
    position    : relative;
    padding-left: 22px
}

.alt ul li:before {
    content   : "";
    position  : absolute;
    top       : 11px;
    left      : 0;
    width     : 10px;
    height    : 1px;
    background: #000
}

.alt .btn {
    margin-top   : 35px;
    padding-left : 18px;
    padding-right: 18px;
    display      : block
}

#inform_new, #inform_new .popup-container__discount, #inform_new .popup-container__discount form{
    width: 100%!important;
}

.form__in__box{
    
    padding     : 2rem 2rem 2rem;
    border      : 1px solid #EEEEEE;
    margin: 2rem 0px;
    display: flex;
    flex-direction: column;
    background: #f4f4f4;
}

.form__in__box input{
    background-color: #fff;
}

.form__in__box__title{
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    color: #000;
    font-weight: 700;
}

#inform_new .popup-container__discount{
    padding     : 2rem 0rem 2rem!important;
}




.login {
    float       : left;
    width       : 61%;
    margin-right: 2%;
    padding     : 43px 30px 62px;
    border      : 1px solid #c5c5c5
}

.login .login__title {
    margin-bottom : 32px;
    padding-bottom: 20px;
    border-bottom : 1px solid #dfdfdf;
    font-size     : 24px;
    font-family   : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    *zoom         : 1
}

.login .login__title:after {
    content: " ";
    display: table;
    clear  : both
}

.login .login__title .link-black {
    float      : right;
    margin-top : 7px;
    font-size  : 12px;
    line-height: 1
}

.login.w-full{
    width       : 100%!important;
    margin-right: 0%!important;
    border-color : #EEEEEE!important;
}

.order {
    float       : left;
    width       : 61%;
    margin-right: 2%;
    padding     : 43px 30px 28px;
    border      : 1px solid #c5c5c5
}

.order .order__title {
    margin-bottom : 10px;
    padding-bottom: 16px;
    border-bottom : 1px solid #dfdfdf;
    font-size     : 24px;
    font-family   : "museosanscyrl_500", Arial, Helvetica, sans-serif;
    *zoom         : 1
}

.order .order__title:after {
    content: " ";
    display: table;
    clear  : both
}

.order .order__title .link-black {
    position   : relative;
    float      : right;
    margin-top : 7px;
    font-size  : 12px;
    line-height: 1
}

.order .order__title .link-black:before {
    position: absolute;
    content : '';
    top     : -10px;
    left    : -10px;
    right   : -10px;
    bottom  : -10px
}

.reg {
    width        : 610px;
    padding      : 43px 30px;
    border       : 1px solid #c5c5c5;
    border-radius: 1px
}

.reg .reg__title {
    margin-bottom : 32px;
    padding-bottom: 20px;
    border-bottom : 1px solid #dfdfdf;
    font-size     : 24px;
    font-family   : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.reg .input>p {
    width: 38%
}

.reg .input>input {
    width: 58%
}

.reg .input .input__right {
    width: 58%
}

.reg .input>.form-error {
    padding-left: 42%
}

.form {
    position: relative
}

.form__row {
    *zoom        : 1;
    display      : block;
    margin-bottom: 20px
}

.form__row:after {
    content: " ";
    display: table;
    clear  : both
}

.form__submit {
    margin-top: 25px
}

.form__submit.form__submit_mod {
    margin: 40px 0 20px
}

.form__submit .btn {
    width: 100%
}

.form__in {
    margin-bottom : 32px;
    padding-bottom: 10px;
    border-bottom : 1px solid #dfdfdf
}

.form__in+.form__submit {
    margin-top: 50px
}

.form__add {
    margin    : 20px 0;
    text-align: right
}

.form__chec {
    margin-bottom: 40px;
    line-height  : 20px
}

.form__chec .checkbox {
    vertical-align: top;
    display       : inline-block
}

.form__chec .checkbox span {
    padding-left: 26px
}

.add__rig {
    position          : relative;
    padding-left      : 14px;
    color             : #000;
    font-size         : 12px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition        : color 0.3s, border-color 0.3s
}

.add__rig:hover {
    color          : #de1313;
    text-decoration: none
}

.add__rig:hover span {
    border-color: transparent
}

.add__rig:before {
    position         : absolute;
    content          : '+';
    top              : 50%;
    font-size        : 17px;
    left             : 0;
    font-family      : "museosanscyrl_700", Arial, Helvetica, sans-serif;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%)
}

.add__rig span {
    border-bottom     : 1px dotted #000;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.is-blocked {
    opacity       : 0.3;
    pointer-events: none
}

.input {
    *zoom  : 1;
    display: block
}

.input:after {
    content: " ";
    display: table;
    clear  : both
}

.input>p {
    float      : left;
    width      : 27%;
    margin-top : 3px;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
    font-size  : 14px;
    color      : #000
}

.input>p span {
    color: #9b0101
}

.input>input,
.input>textarea {
    float             : right;
    width             : 70%;
    height            : 32px;
    border-radius     : 3px;
    border            : 1px solid #c5c5c5;
    padding           : 0 8px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size         : 14px;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s
}

.input>input::-webkit-input-placeholder,
.input>textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.input>input::-moz-placeholder,
.input>textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.input>input:-ms-input-placeholder,
.input>textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.input>input::placeholder,
.input>textarea::placeholder {
    color: rgba(0, 0, 0, 0.5)
}

.input>input:hover,
.input>input:focus,
.input>textarea:hover,
.input>textarea:focus {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.input>input.error,
.input>textarea.error {
    border-color: #d60000
}

.input>input.error:hover,
.input>input.error:focus,
.input>textarea.error:hover,
.input>textarea.error:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(248, 52, 52, 0.15)
}

.input>input.valid,
.input>textarea.valid {
    border-color: #0b9a42
}

.input>textarea {
    padding-top: 8px;
    height     : 154px;
    resize     : none
}

.input .input__right {
    float      : right;
    width      : 70%;
    line-height: 32px;
    min-height : 32px;
    *zoom      : 1
}

.input .input__right:after {
    content: " ";
    display: table;
    clear  : both
}

.input .input__right .radiobutton {
    margin-right: 30px;
    display     : inline-block
}

.input .input__right .radiobutton:last-child {
    margin-right: 0
}

.input .input__right input.input {
    width         : 150px;
    margin-right  : 15px;
    vertical-align: top;
    display       : inline-block
}

.input .input__right .datepicker {
    width: 121px
}

.input .input__right .datepicker input {
    width: 100%
}

.input .input__right .multiple-select {
    width: 100%
}

.input .captcha {
    float         : right;
    vertical-align: top;
    display       : inline-block
}

@media screen and (max-width: 1205px) {
    .input .captcha {
        margin-top: 15px;
        float     : left
    }
}

.input>.form-error {
    padding-left: 30%
}

input[type="password"]::-webkit-input-placeholder {
    line-height: 1.6
}

input[type="password"]::-moz-placeholder {
    line-height: 1.6
}

input[type="password"]:-ms-input-placeholder {
    line-height: 1.6
}

input[type="password"]::placeholder {
    line-height: 1.6
}

.form-error {
    color      : #d60000;
    font-size  : 12px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    display    : block
}

input.input,
textarea.textarea {
    height            : 32px;
    border-radius     : 3px;
    border            : 1px solid #c5c5c5;
    padding           : 0 8px;
    font-family       : "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size         : 14px;
    width             : 100%;
    -webkit-transition: border-color 0.3s, box-shadow 0.3s;
    transition        : border-color 0.3s, box-shadow 0.3s
}

input.input::-webkit-input-placeholder,
textarea.textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

input.input::-moz-placeholder,
textarea.textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

input.input:-ms-input-placeholder,
textarea.textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.5)
}

input.input::placeholder,
textarea.textarea::placeholder {
    color: rgba(0, 0, 0, 0.5)
}

input.input:hover,
input.input:focus,
textarea.textarea:hover,
textarea.textarea:focus {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

input.input.error,
textarea.textarea.error {
    border-color: red
}

input.input.valid,
textarea.textarea.valid {
    border-color: #0b9a42
}

textarea.textarea {
    padding-top: 8px;
    height     : 154px;
    resize     : none
}

.input-border {
    border-style: dotted !important
}

.input-border:hover,
.input-border:focus {
    border-color: #c5c5c5 !important;
    box-shadow  : none !important
}

.forgot-pass {
    float             : right;
    margin            : 8px 0 13px;
    font-size         : 12px;
    line-height       : 1;
    color             : #000;
    border-bottom     : 1px solid rgba(0, 0, 0, 0.7);
    -webkit-transition: color 0.3s, border-color 0.3s;
    transition        : color 0.3s, border-color 0.3s
}

.forgot-pass:hover {
    color       : #de1313;
    border-color: transparent
}

.recovery {
    position: relative
}

.recovery .recovery__close {
    position           : absolute;
    top                : -20px;
    right              : -10px;
    background         : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -114px -72px;
    width              : 26px;
    height             : 26px
}

.captcha {
    position      : relative;
    padding-right : 25px;
    vertical-align: top;
    display       : inline-block
}

.captcha img {
    display: block
}

.captcha .captcha__code {
    line-height: 1;
    border     : 1px solid #000
}

.captcha .captcha__upd {
    position        : absolute;
    top             : 50%;
    right           : 0;
    margin-top      : -8px;
    background-color: transparent
}

.captcha .captcha__upd:before {
    position: absolute;
    content : '';
    top     : -5px;
    left    : -5px;
    right   : -5px;
    bottom  : -5px
}

.captcha .captcha__upd:hover span:before {
    opacity: 0
}

.captcha .captcha__upd:hover span:after {
    opacity: 1
}

.captcha .captcha__upd span {
    position: relative;
    width   : 14px;
    height  : 14px;
    display : inline-block
}

.captcha .captcha__upd span:before,
.captcha .captcha__upd span:after {
    position          : absolute;
    content           : '';
    top               : 0;
    left              : 0;
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.captcha .captcha__upd span:before {
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -44px -195px;
    width              : 14px;
    height             : 14px
}

.captcha .captcha__upd span:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -30px -195px;
    width              : 14px;
    height             : 14px
}

.datepicker {
    position: relative;
    display : block
}

.datepicker.error .ico:before {
    opacity: 0
}

.datepicker.error .ico:after {
    opacity: 1
}

.datepicker.error input {
    border-color: #d60000
}

.datepicker.error input:hover {
    border-color: #d60000;
    box-shadow  : 0 1px 1px rgba(214, 0, 0, 0.12), 0 0 8px rgba(214, 0, 0, 0.15)
}

.datepicker.error .ico:hover+input {
    border-color: #d60000;
    box-shadow  : 0 1px 1px rgba(214, 0, 0, 0.12), 0 0 8px rgba(214, 0, 0, 0.15)
}

.datepicker.valid input {
    border-color: #0b9a42
}

.datepicker .ico {
    position: absolute;
    top     : 8px;
    right   : 10px;
    cursor  : pointer
}

.datepicker .ico:hover+input {
    border-color: #0b9a42;
    box-shadow  : 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15)
}

.datepicker input {
    width: 100%
}

.datepicker input.error+.ico:before {
    opacity: 0
}

.datepicker input.error+.ico:after {
    opacity: 1
}

.datepicker input.error:hover {
    border-color: #d60000;
    box-shadow  : 0 1px 1px rgba(214, 0, 0, 0.12), 0 0 8px rgba(214, 0, 0, 0.15)
}

.datepicker .help-block {
    white-space: nowrap
}

.history .history__but {
    margin-bottom: 30px;
    text-align   : right
}

.history .history__open {
    position          : relative;
    padding-right     : 16px;
    font-size         : 12px;
    color             : #000;
    -webkit-transition: color 0.3s;
    transition        : color 0.3s;
    vertical-align    : top;
    display           : inline-block
}

.history .history__open:hover {
    color: #de1313
}

.history .history__open:hover:before,
.history .history__open:hover:after {
    background: #de1313
}

.history .history__open:hover span {
    border-color: transparent
}

.history .history__open:before,
.history .history__open:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    right             : 3px;
    height            : 6px;
    width             : 1px;
    background        : #000;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%);
    margin-top        : -2px;
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition        : background 0.3s, transform 0.3s
}

.history .history__open:before {
    -webkit-transform: rotate(44deg);
    -ms-transform    : rotate(44deg);
    transform        : rotate(44deg)
}

.history .history__open:after {
    right            : 7px;
    -webkit-transform: rotate(-44deg);
    -ms-transform    : rotate(-44deg);
    transform        : rotate(-44deg)
}

.history .history__open.is-active:before {
    -webkit-transform: rotate(135deg);
    -ms-transform    : rotate(135deg);
    transform        : rotate(135deg)
}

.history .history__open.is-active:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform    : rotate(-135deg);
    transform        : rotate(-135deg)
}

.history .history__open span {
    border-bottom     : 1px dotted #000;
    -webkit-transition: border-color 0.3s;
    transition        : border-color 0.3s
}

.history .history__open span:before,
.history .history__open span:after {
    position          : absolute;
    content           : '';
    top               : 50%;
    right             : 0;
    z-index           : 1;
    -webkit-transform : translate(0, -50%);
    -ms-transform     : translate(0, -50%);
    transform         : translate(0, -50%);
    -webkit-transition: opacity 0.3s;
    transition        : opacity 0.3s
}

.history .history__open span:before {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -140px -92px;
    width              : 9px;
    height             : 5px
}

.history .history__open span:after {
    opacity            : 0;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -158px -92px;
    width              : 9px;
    height             : 5px
}

.history .history__filter {
    margin-bottom: 20px;
    padding      : 0 230px 0 5px
}

.history .history__filter .sorting__item {
    margin-left: 0
}

.history .history__filter td {
    padding-left: 3px
}

.history .sorting {
    text-align: left
}

.history table td {
    vertical-align: top
}

.history table td:first-child {
    width: 165px
}

.history table td:last-child {
    text-align: right
}

.history .accordions .accord__but {
    padding: 12px 44px 9px 17px
}

.history .accordions .accord__block {
    position   : relative;
    padding-top: 0;
    top        : -9px
}

.history .accordions .accord__block .accord__right {
    margin-top: 15px
}

.history .accordions .accord__block .link-green,
.history .accordions .accord__block .title-h3 .link-green {
    line-height: 20px
}

.history .accordions .accord__block .link-green {
    position   : relative;
    font-size  : 12px;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    display    : inline-block
}

.history .accordions .accord__block .link-green:before {
    top   : -10px;
    left  : -10px;
    right : -10px;
    bottom: -10px
}

.history .accordions .accord__block table td {
    padding-bottom: 9px
}

.popup {
    position  : fixed;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    z-index   : 300;
    padding   : 16px;
    overflow-y: scroll;
    cursor    : pointer;
    background: rgba(11, 154, 66, 0.97);
    display   : none;
    text-align: center;
    font-size : 0
}

.popup:before {
    content       : "";
    display       : inline-block;
    vertical-align: middle;
    width         : 0;
    height        : 100%
}

.popup.popup_menu {
    color: #fff
}

.popup.popup_menu .popup__in {
    padding: 0 10px;
    width  : 1098px
}

.popup.popup_mod:before {
    display: none
}

.popup.popup_mod .popup__in {
    margin   : 0 auto;
    padding  : 2px 48px 0;
    width    : auto;
    min-width: 900px;
    max-width: 1280px;
    display  : block
}

@media screen and (max-width: 1330px) {
    .popup.popup_mod .popup__in {
        padding: 0 25px 0
    }
}

.popup .popup__in {
    position              : relative;
    padding               : 52px;
    width                 : 900px;
    text-align            : left;
    font-size             : 13px;
    cursor                : default;
    vertical-align        : middle;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    box-shadow            : 0 0 8px rgba(11, 154, 66, 0.15);
    background-color      : #fff;
    display               : inline-block;
    -webkit-transform     : scale(0.4);
    -ms-transform         : scale(0.4);
    transform             : scale(0.4);
    will-change           : transform;
    -webkit-transition    : -webkit-transform 0.3s;
    transition            : transform 0.3s
}

.popup .popup__in.is-active {
    -webkit-transform: scale(1);
    -ms-transform    : scale(1);
    transform        : scale(1)
}

.popup .popup__close {
    position           : absolute;
    top                : 20px;
    right              : 20px;
    background-color   : transparent;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -114px -72px;
    width              : 26px;
    height             : 26px
}

.popup .popup__close:before {
    position: absolute;
    content : '';
    top     : -20px;
    right   : -20px;
    left    : -20px;
    bottom  : -20px
}

.popup .popup__header {
    position     : relative;
    padding      : 21px 0 42px;
    font-size    : 0;
    border-bottom: 1px solid #fff;
    *zoom        : 1
}

.popup .popup__header:after {
    content: " ";
    display: table;
    clear  : both
}

.popup .popup__header .btm-menu {
    margin-top: 14px;
    color     : #fff
}

.popup .popup__header .btm-menu:before {
    top                : 50%;
    left               : 0;
    -webkit-transform  : translate(0, -50%);
    -ms-transform      : translate(0, -50%);
    transform          : translate(0, -50%);
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -15px -195px;
    width              : 15px;
    height             : 14px
}

.popup .popup__header .btm-menu:after {
    position: absolute;
    content : '';
    top     : -20px;
    left    : -20px;
    right   : -20px;
    bottom  : -20px;
    z-index : 1
}

.popup .popup__header .btm-menu:hover:before {
    opacity: 1
}

.popup .popup__header .btm-menu:hover:after {
    opacity: 0
}

.popup .popup__header .btm-menu,
.popup .popup__header .logo-popup {
    vertical-align: top;
    display       : inline-block
}

.popup .popup__menu {
    float        : right;
    margin       : 0 335px 0 0;
    border-radius: 3px;
    border       : 1px solid white
}

.popup .popup__menu li {
    vertical-align: top;
    display       : inline-block
}

.popup .popup__menu li:hover a,
.popup .popup__menu li.is-active a {
    color     : #000;
    background: #fff
}

.popup .popup__menu a {
    padding           : 0 17px;
    height            : 36px;
    line-height       : 36px;
    text-align        : center;
    color             : #fff;
    font-size         : 13px;
    text-transform    : uppercase;
    font-family       : "museosanscyrl_900", Arial, Helvetica, sans-serif;
    -webkit-transition: color 0.3s, background 0.3s;
    transition        : color 0.3s, background 0.3s;
    display           : block
}

.popup .popup__title {
    margin-bottom : 35px;
    padding-bottom: 10px;
    font-size     : 24px;
    line-height   : 36px;
    border-bottom : 1px solid #dfdfdf
}

.popup .popup__wrap {
    position  : relative;
    margin    : 0 -52px -52px 0;
    max-height: 463px;
    overflow-x: auto
}

.popup .popup__wrap:before {
    position        : absolute;
    content         : '';
    left            : 0;
    bottom          : 0;
    right           : 0;
    height          : 41px;
    z-index         : 1;
    box-shadow      : 0 -7px 21px #fff;
    background-color: #fff
}

.popup .popup__wrap p:first-child {
    margin-top: 0
}

.popup .popup__wrap .list li {
    line-height: 24px;
    margin-top : 5px
}

.popup .popup__wrap .list li:first-child {
    margin-top: 0
}

.popup .popup__cont {
    position: relative;
    margin  : 105px 0;
    display : none
}

.popup .popup__cont .btn-open {
    position: absolute;
    left    : 0;
    top     : -86px
}

.popup .popup__cont .title-h2 {
    position: relative;
    margin  : 30px 0 25px
}

.popup .popup__cont .title-h2:first-child {
    margin-top: 0
}

.popup .popup__cont .title-h2:last-child {
    margin-bottom: 0
}

.popup .popup__cont li {
    position: relative
}

.popup .popup__cont a:after {
    position: absolute;
    content : '';
    top     : -10px;
    bottom  : -10px;
    left    : -10px;
    right   : -10px
}

.popup .popup__cont .btn-open:before {
    top   : -10px;
    left  : -10px;
    right : -20px;
    bottom: -10px
}

.popup .logo-popup {
    position           : relative;
    margin             : -20px 110px -20px 0px;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -58px 0px;
    width              : 58px;
    height             : 72px;
    display            : inline-block
}

.popup .jspVerticalBar {
    z-index: 2
}

.popup .title-h3 {
    margin: 20px 0
}

.popup .title-h2 a {
    color: #fff
}

.popup .list {
    margin: 10px 0
}

.popup p {
    line-height: 24px
}

.p-list {
    padding-right: 135px;
    line-height  : 24px
}

.p-list.p-list_mod {
    margin-top: 70px
}

.p-list>li {
    padding  : 8px 0;
    font-size: 16px
}

.p-list>li:first-child {
    padding-top: 2px
}

.p-list>li ul {
    margin     : 5px -9px 5px 8px;
    line-height: 20px;
    font-size  : 14px;
    display    : none
}

.p-list>li ul li {
    padding: 5px 0
}

.p-list>li ul a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8)
}

.p-list>li>a {
    font-size    : 18px;
    border-bottom: 1px solid transparent;
    font-family  : "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.p-list>li>a:hover {
    color       : #fff;
    border-color: #fff
}

.p-list>li .last-ul {
    margin-bottom: 3px
}

.p-list li {
    display: block
}

.p-list a {
    color             : #fff;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition        : border-color 0.3s, color 0.3s
}

.p-list a:hover {
    border-color: transparent
}

.p-list .u-turn {
    position   : relative;
    margin-left: 8px;
    z-index    : 2
}

.p-list .u-turn:before {
    position: absolute;
    content : '';
    top     : -5px;
    left    : -5px;
    right   : -5px;
    bottom  : -5px
}

.map {
    position: relative;
    width   : 100%;
    height  : 365px
}

.map.map_wind {
    overflow: hidden
}

.map.map_wind .window {
    -webkit-transform : translate(264px, 0);
    -ms-transform     : translate(264px, 0);
    transform         : translate(264px, 0);
    visibility        : hidden;
    opacity           : 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s, visibility 0.3s;
    transition        : transform 0.3s, opacity 0.3s, visibility 0.3s
}

.map.map_wind .window.is-active {
    visibility       : visible;
    opacity          : 1;
    -webkit-transform: translate(0, 0);
    -ms-transform    : translate(0, 0);
    transform        : translate(0, 0)
}

.map.map_contact {
    position: relative;
    margin  : 50px 0 34px;
    height  : 324px;
    width   : 100% !important
}

.map.map_contact:before {
    position  : absolute;
    content   : '';
    left      : 0;
    right     : 0;
    bottom    : 0;
    z-index   : 1;
    height    : 10px;
    background: rgba(0, 0, 0, 0.4)
}

.map.map_contact>ymaps {
    position: relative
}

.map.map_contact>ymaps:before,
.map.map_contact>ymaps:after {
    position: absolute;
    content : '';
    top     : 0;
    z-index : 800
}

.map.map_contact>ymaps:before {
    left        : 0;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 315px 90px 0 0;
    border-color: #fff transparent transparent transparent
}

.map.map_contact>ymaps:after {
    right       : 0;
    width       : 0px;
    height      : 0px;
    border-style: solid;
    border-width: 0 90px 315px 0;
    border-color: transparent #fff transparent transparent
}

.map.map_contact .btn-minus,
.map.map_contact .btn-plus {
    background: #f6f6f6
}

.map.map_contact .btn-minus:hover,
.map.map_contact .btn-plus:hover {
    background: #ebebeb
}

.map .ymaps-2-1-29-copyrights-pane {
    display: none
}

.map-wrap {
    position: relative
}

.zoom-buttons {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5)
}

.btn-plus,
.btn-minus {
    height                : 23px;
    width                 : 23px;
    color                 : #80878d;
    line-height           : 23px;
    text-align            : center;
    cursor                : pointer;
    background            : #fff;
    font-size             : 14px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    -webkit-transition    : background 0.3s, color 0.3s;
    transition            : background 0.3s, color 0.3s;
    font-family           : "museosanscyrl_700", Arial, Helvetica, sans-serif
}

.btn-plus:hover,
.btn-minus:hover {
    color     : #7b8289;
    background: #ebebeb
}

.popover {
    position     : absolute;
    color        : #fff;
    border-radius: 3px;
    z-index      : 100;
    box-shadow   : 0 2px 5px rgba(0, 0, 0, 0.35);
    background   : #0b9a42;
    display      : block
}

.popover .close {
    position           : absolute;
    right              : 12px;
    top                : 16px;
    font-size          : 0;
    opacity            : .6;
    -webkit-transition : opacity 0.3s;
    transition         : opacity 0.3s;
    background-image   : url(/bitrix/templates/ekt/css/../img/sprite.png);
    background-position: -219px -39px;
    width              : 13px;
    height             : 13px;
    display            : inline-block
}

.popover .close:hover {
    opacity: 1
}

.popover .arrow {
    position         : absolute;
    left             : 50%;
    bottom           : -16px;
    -webkit-transform: translate(0, -50%);
    -ms-transform    : translate(0, -50%);
    transform        : translate(0, -50%);
    width            : 0px;
    height           : 0px;
    border-style     : solid;
    border-width     : 11px 8.5px 0 8.5px;
    border-color     : #0b9a42 transparent transparent transparent
}

.balloon {
    padding               : 13px 20px 15px 8px;
    font-size             : 12px;
    line-height           : 20px;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    font-family           : "museosanscyrl_300", Arial, Helvetica, sans-serif
}

.balloon .balloon__title {
    font-size  : 14px;
    font-weight: normal;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif
}

.balloon .balloon__content {
    margin-top: 7px
}

.balloon .balloon__address {
    margin-bottom: 5px
}

.balloon .balloon__row {
    *zoom: 1
}

.balloon .balloon__row:after {
    content: " ";
    display: table;
    clear  : both
}

.balloon .balloon__col {
    float: left;
    width: 112px
}

.balloon .balloon__col:first-child {
    width: 134px
}

.balloon p {
    margin: 0
}

.balloon p sup {
    font-size     : 7px;
    line-height   : 2.5;
    vertical-align: top
}

.window {
    position              : absolute;
    top                   : 0;
    right                 : 0;
    bottom                : 0;
    padding               : 24px 0 0 30px;
    width                 : 264px;
    z-index               : 200;
    color                 : #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing   : antialiased;
    -ms-font-smoothing    : antialiased;
    -o-font-smoothing     : antialiased;
    background-color      : rgba(11, 154, 66, 0.9)
}

.window .window__title {
    margin-bottom: 18px;
    font-size    : 18px;
    font-weight  : normal
}

.window .window__in {
    position  : absolute;
    left      : 0;
    right     : 0;
    bottom    : 0;
    height    : 296px;
    overflow-y: auto
}

.window .window__hiden {
    display: none
}

.window .link-white {
    margin: 25px 0 30px 30px
}

.window .link-white span {
    display: inline-block
}

.window .link-white span:before {
    position: absolute;
    content : '';
    top     : -10px;
    left    : -10px;
    right   : -15px;
    bottom  : -10px
}

.window ul {
    padding    : 0 26px 0 30px;
    font-size  : 13px;
    line-height: 24px
}

.window ul li {
    position  : relative;
    margin-top: 5px
}

.window ul li:first-child {
    margin-top: 0
}

.window ul a {
    position          : static;
    color             : #fff;
    border-bottom     : 1px solid rgba(255, 255, 255, 0.8);
    -webkit-transition: border-color 0.1s;
    transition        : border-color 0.1s
}

.window ul a:hover {
    border-color: transparent
}

.window ul a:before {
    position: absolute;
    content : '';
    left    : -30px;
    right   : -26px;
    bottom  : 0;
    top     : 0
}

.rBarOn,
.bBarOn {
    z-index           : 3;
    background-color  : #dfdfdf;
    cursor            : pointer;
    -webkit-transition: background-color 0.3s;
    transition        : background-color 0.3s
}

.rBarOn:hover,
.rBarOn:focus,
.rBarOn:active,
.rBarOn.is-hover,
.bBarOn:hover,
.bBarOn:focus,
.bBarOn:active,
.bBarOn.is-hover {
    background-color: #0b9a42
}

.rBarOn {
    width: 12px
}

.rBarOn:before,
.rBarOn:after {
    position  : absolute;
    content   : '';
    left      : 0;
    bottom    : 100%;
    right     : 0;
    height    : 100%;
    background: #f2f2f2
}

.rBarOn:after {
    bottom: auto;
    top   : 100%
}

.bBarOn {
    height: 12px
}

.bBarOn:before,
.bBarOn:after {
    position  : absolute;
    content   : '';
    top       : 0;
    left      : 100%;
    bottom    : 0;
    width     : 100%;
    background: #f2f2f2
}

.bBarOn:after {
    left : auto;
    right: 100%
}

.pdf {
    border         : none !important;
    font-size      : 16px;
    text-decoration: underline;
    color          : #0b9a42;
    margin-top     : 2px;
    float          : right;

}

.pdf:active {
    color: #0b9a42;
}

.pdf:hover {
    text-decoration: underline;
}

.catalog-basket__buttons .catalog-basket__button .catalog-basket__dropdown-row span {
    display: block;
}

.catalog-basket__buttons .catalog-basket__button .catalog-basket__dropdown-row .added-text {
    display: none;
}

.catalog-basket__dropdown-row.added .main-text {
    display: none;
}

.catalog-basket__dropdown-row.added .added-text {
    display: block;
}

.background {
    top     : 0;
    position: fixed;
    width   : 100%;
    height  : 100%;
    z-index : 500;
}

.item.js-item .catalog-basket__added {
    display: flex;
    margin : auto;
}

.item.js-item .catalog-basket {
    position: relative;
    z-index : 2;
}
.lang_supply{
    display: flex;
    justify-content: flex-end;
}
.lang_supply a{
    color: black;
    margin-right: 3px;
    margin-left: 3px;
    font-weight: 600;
}
.lang_supply a:hover{
    color: #0B9A42;
}
.lang_supply a.active{
    color: #0B9A42;
}
.item.js-item .item__price{
    margin: auto;
}
.item.js-item .item__open{
    display: none;
}
.ui-datepicker-year{
    display: inline-block;
}
/* End */


/* Start:/bitrix/templates/ekt/css/new-container.css?16243589595252*/
html body .out {
	max-width: 90%;
}

.footer {
	max-width: 100%;
}

.personal_menu {
	top: 30px;
	padding-top: 0;
}

.personal_menu .cabinet__row {
	padding-top: 30px;
}

/* .header {
	justify-content: space-evenly;
}

.header a.basket {
	top: 30px;
} */

.menu .menu__item.is-active .menu__in {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.main .main__in .topic--banner {
	max-width: 100%;
}

.ajax-catalog__area .sorting {
	display: flex;
	justify-content: flex-end;
}

a.sorting__item.js-sortin-item {
	display: flex;
	align-items: center;
}

.sorting .sorting__item:after {
	bottom: 50%;
	transform: translateY(100%);
}

.item .item__in {
	padding: 0 10px;
}

.main__in .topic {
	background-color: #fff;
	margin: 25px auto 25px;
	overflow: hidden;
	max-width: 925px;
}

.video-wrap video,
.video-wrap img {
	width: 100%;
	transform: translate(-50%, -62%);
}

.slider.is-bold-link .item__link {
	font-size: 14px;
}

.amount_radio {
	margin-right: 30px;
}

@media screen and (max-width: 1180px) {

	.video-wrap video,
	.video-wrap img {
		transform: translate(-50%, -50%);
	}

	.personal_menu .cabinet__row {
		padding-top: 0;
	}

	/* .header {
		align-items: center;
	}

	.header .header__left {
		margin-top: 0;
	}

	.header .logo {
		margin: 0 10px 0 0;
	} */
}

.product__container-scrollable {
	max-width: 100%;
}

.sorting .sorting__item:after {
	transform: none;
}

.product-table__cell {
	width: 135px;
}

.product__container-scrollable {
	max-width: 100%;
}

table#product-table {
	max-width: 100%;
	width: 100% !important;
}

.product__container-bar .product-table__cell:first-child .sorting__item,
.product-table__tbody .product-table__cell:first-child .sorting__item {
	margin-left: 0;
}

#product-table .product-table__tbody.sorting {
	display: none;
}

.product-table__cell_fake {
	margin-top: 0;
	padding-right: 0;
	right: 0;
}

tbody.product-table__tbody.sorting.js-wrap-sort .product-table__row .product-table__cell {
	padding-top: 0;
	padding-bottom: 0;
}

th.product-table__cell.product-table__cell_fake,
td.product-table__cell.product-table__cell_fake {
	width: 290px;
}

tbody.product-table__group.ajax-catalog__area .product-table__row:first-child {
	height: 150px;
}

tbody.product-table__group.ajax-catalog__area .product-table__row:first-child td {
	vertical-align: bottom;
}

#js-sheet.litle-width .product-table-scroller {
	left: 50% !important;
	right: auto;
	transform: translateX(-50%);
	margin-right: 0;
}

tbody.product-table__group.ajax-catalog__area .product-table__row:first-child .product-table__cell_fake {
	padding-top: 110px;
}

.cab.cab_dan {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.cab.cab_dan .cab {
	width: 66.66%;
}

.cab.cab_dan .cab.cab_dan {
	width: 100%;
}

.cab.cab_dan .login,
.cab.cab_dan .alt {
	width: 33.33%;
}

.product {
	margin-bottom: 0;
}

#js-sheet {
	position: relative;
}

.product-table-bar__scroll {
	min-height: 75px;
}

th.product-table__cell {
	vertical-align: middle;
	height: 75px;
}

th.product-table__cell.product-table__cell_fake {
	display: flex;
	justify-content: center;
	align-items: center;
}

tbody.product-table__tbody.sorting.js-wrap-sort {
	border-top: 1px solid #dfdfdf;
}

.product__container-bar .product-table__cell,
.product-table__tbody .product-table__cell {
	border-top: none;
}

tbody.product-table__group.ajax-catalog__area .product-table__row:first-child th.product-table__cell_fake {
	border-top: none;
}

td.product-table__cell.product-table__cell_fake {
	display: flex;
	justify-content: center;
}

/* #js-sheet:before{
	content: '';
	width: 290px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: white;
	border-top: 1px solid #dfdfdf;
} */
/* #js-sheet.litle-width .product__container-bar.is-fixed:before{
	content: '';
	width: 290px;
	height: 100%;
	position: absolute;
	left: 100%;
	top: 0;
	background: white;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
} */
/* #js-sheet.litle-width .product-table__cell_duplicate{
	display: none;
} */
/* #js-sheet.litle-width .product-table__cell_fake{
	left: calc(100% - 120px);
	right: auto;
} */
@media screen and (max-width: 1680px) {
	.product-table__cell_fake {
		min-width: 260px;
		right: 0;
	}
}

/* Стили для popup */

/* .header{
	flex-wrap: wrap;
} */

.link-wrap {
	width: 100%;
	text-align: center;
}

.js-inline-popup{
	margin-bottom: 15px;
}

.mfp-content {
	padding: 15px;
	max-width: 1024px;
	margin: 0 auto;
	height: auto;
	background: white;
	border: 3px solid #0b9a42;
	border-radius: 5px;
}

.mfp-content h2 {
	text-align: center;
}

.mfp-content img {
	max-width: 75%;
	display: block;
	margin: 15px auto;
}

.mfp-content p {
	margin: 15px 0;
}

.mfp-content a:hover {
	transition: .5s;
	color: #de1313;
}

.mfp-content ul {
	display: block;
	list-style-type: disc;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.mfp-content ul li {
	list-style: disc;
}

.mfp-content ol {
	display: block;
	list-style-type: decimal;
	margin-block-start: 1em;
	margin-block-end: 1em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	padding-inline-start: 40px;
}

.mfp-content .link-wrap {
	text-align: center;
}
/* End */


/* Start:/bitrix/templates/ekt/css/delivery.css?16243589594892*/
/* Стили для страницы доставки 07.07.2020 */
/* .delivery {
	border: 1px solid #E0E0E0;
	margin-bottom: 55px;
} */

.delivery__title {
	padding: 16px 40px 22px;
	background: #F4F4F4;
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 33px;
	color: #333333;
}

.delivery__content {
	padding: 45px 35px 60px;
}

.delivery__case {
	width: calc(50% - 25px);
}

.delivery__case-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.delivery__case-list--borderd {
	padding-bottom: 60px;
	margin-bottom: 25px;
	border-bottom: 1px solid #E0E0E0;
}

.delivery__case-title {
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #F2F2F2;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 25px;
	color: #333333;
	opacity: 0.9;
}

.delivery__case-title--center {
	text-align: center;
}

.delivery__case-title span:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #F2F2F2;
}

.delivery__case ul li {
	width: 100%;
	position: relative;
	padding-left: 40px;
}

.delivery__case ul li:not(:last-child) {
	margin-bottom: 10px;
}

.delivery__case ul li::before {
	content: '';
	position: absolute;
	width: 20px;
	height: 1px;
	left: 10px;
	top: 10px;
	background: #0B9A42;
}

.delivery__case:first-child {
	padding-right: 25px;
	position: relative;
}

.delivery__case-list--borderd .delivery__case:first-child::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	top: 0;
	right: 0;
	background: #F2F2F2;
}

.delivery__case:last-child {
	padding-left: 25px;
}

.delivery__chart-title {
	margin-bottom: 30px;
	font-style: normal;
	font-weight: normal;
	font-size: 22px;
	line-height: 30px;
	color: #333333;
}

.delivery__chart-info {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: 600;
}

.delivery__tabs {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

/* Регион */

.delivery__region {
	width: calc(50% - 25px);
	margin-right: 25px;
}

.delivery__region-item {
	position: relative;
	width: 100%;
	padding: 15px;
	overflow: hidden;
	cursor: pointer;
	transition: 1s;
}

.delivery__region-item.active {
	background: #F2F2F2;
}

.delivery__region-item::before {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 5px;
	height: 5px;
	background: #4F4F4F;
	transform: rotate(45deg) translate(50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: 1s;
}

.delivery__region-item:last-of-type {
	margin-bottom: 50px;
}

.delivery__region-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #0B9A42;
	transition: 1s;
}

.delivery__region-item:hover {
	background: #F2F2F2;
}

.delivery__region-item:hover::after,
.delivery__region-item.active::after {
	width: 100%;
}

/* .delivery__region-item:hover::before, */
.delivery__region-item.active::before {
	opacity: 1;
	visibility: visible;
}

.delivery__cities {
	width: calc(50% - 25px);
	margin-left: 25px;
	position: relative;
}

/* Города */

.delivery__cities-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	padding: 20px 25px;
	border-bottom: 1px solid #F2F2F2;
}

.delivery__cities-tab {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.delivery__cities-tab.active {
	position: static;
}

.delivery__cities-icon {
	max-width: 15px;
	margin-right: 15px;
}

.delivery__cities-icon img {
	display: block;
	width: 100%;
}

.delivery__cities-name {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	opacity: 0.9;
}

.delivery__cities-week {
	display: flex;
	align-items: stretch;
	margin: 0 0 0 auto;
}

.delivery__cities-day {
	width: 45px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	opacity: 0.9;
	border: 1px solid #F2F2F2;
	position: relative;
}

.delivery__cities-day.avalible {
	background: #F2F2F2;
}

.delivery__cities-day.avalible::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #0B9A42;
}

.delivery__cities-day:not(:first-child) {
	border-left: 1px solid #F2F2F2;
}

/* Уведомление */
.delivery__notate {
	padding: 10px 35px;
	background: #FAF6E8;
}

.delivery__notate p {
	background: #FAF6E8;
	margin: 10px 0;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 125%;
	color: #333333;
	opacity: 0.9;
}
/* End */


/* Start:/bitrix/templates/ekt/css/catalog.css?169621979714042*/
.catalog-step {
  display: flex;
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  border: 1px solid #e0e0e0;
  z-index: 10;
  background: white;
  height: auto;
  max-width: 342px;
  height: auto;
  max-height: 70vh;
  z-index: 100;
}

.catalog-step.flex {
  display: flex !important;
}

.catalog-step>ul {
  max-height: 70vh;
  overflow: auto;
}

.catalog-step>ul>div {
  max-height: 100%;
  overflow: auto;
  display: none;
  position: relative;
}

/* Первый уровент */

/* .catalog-step__first {
  width: 100%;
  max-height: 100%;
  padding: 15px 0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  left: 0;
  top: 0;
} */

.catalog-step__first {
  width: 100%;
  max-height: 70vh;
  padding: 15px 0;
  border-right: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  background: white;
  left: 0;
  top: 0;
}

.catalog-step__first li {
  padding: 15px 45px 15px 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.catalog-step__first li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 55px);
  height: 1px;
  background: #e0e0e0;
  transition: 0.3s;
}

.catalog-step__first li svg {
  fill: transparent;
  stroke: #bdbdbd;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  transition: 0.3s;
  cursor: pointer;
}

.catalog-step__first li svg:hover {
  stroke: #f8c10a !important;
}

.catalog-step__first li .icon {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  transition: 0.3s;
}

.catalog-step__first li a {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 110%;
  color: #333333;
  transition: 0.3s;
}

.catalog-step__first li a:hover {
  color: white;
}

.catalog-step__first li:hover,
.catalog-step__first li.active {
  background: #0b9a42;
}

.catalog-step__first li:hover::after,
.catalog-step__first li.active::after {
  background: transparent;
}

.catalog-step__first li:hover .icon,
.catalog-step__first li.active .icon {
  stroke: white;
}

.catalog-step__first li:hover a,
.catalog-step__first li.active a {
  color: white !important;
}

/* Второй уровень */
.catalog-step__second {
  width: 100%;
  height: 70vh;
  max-height: 100%;
  border-top: 1px solid #e0e0e0;
  transform: translateX(100%);
  position: absolute;
  left: -1px;
  top: -1px;
}

.catalog-step__second>div {
  padding: 15px 0 15px 20px;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}

.catalog-step__second .mCSB_container {
  max-width: calc(100% - 16px);
}

.catalog-step__second-title {
  padding: 20px 80px 20px 30px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
}

.catalog-step__second li a {
  max-width: calc(100% - 15px);
}

.catalog-step__second li a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 118%;
  color: #333333;
  transition: 0.3s;
}

.catalog-step__second li a:hover {
  color: #0b9a42;
}

.catalog-step__second li .catalog-step__second-cross:hover,
.catalog-step__second li.active .catalog-step__second-cross {
  transform: translateY(-50%) rotate(45deg);
  background: #0b9a42;
}

.catalog-step__second li .catalog-step__second-cross:hover::after,
.catalog-step__second li .catalog-step__second-cross:hover::before,
.catalog-step__second li.active .catalog-step__second-cross::after,
.catalog-step__second li.active .catalog-step__second-cross::before {
  background: white;
}

.catalog-step__second li:not(:last-of-type) .catalog-step__second-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  width: calc(100% - 55px);
  height: 1px;
  background: #e0e0e0;
  transition: 0.3s;
}

.catalog-step__second-cross {
  position: absolute;
  top: 50%;
  right: 50px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #0b9a42;
  transform: translateY(-50%);
  transition: 0.3s;
  cursor: pointer;
}

.catalog-step__second-cross::after,
.catalog-step__second-cross::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 1px;
  background: #333333;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.catalog-step__second-cross::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.catalog-step__second-dropdow {
  display: none;
}

.catalog-step__second-dropdow li {
  padding: 15px 15px 10px 30px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 118%;
  color: #333333;
  transition: 0.3s;
}

.catalog-step__second-dropdow li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #0b9a42;
}

.catalog-step__second-dropdow li:hover,
.catalog-step__second-dropdow li.active {
  background: #f4f4f4;
}

/* Третий уровень */
.catalog-step__third {
  /* width: 50%; */
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(200%);
}

.catalog-step__third .have_section {
  height: 100%;
  background: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
}

.catalog-step__third li {
  padding: 10px 120px 10px 50px;
  position: relative;
  background: #f4f4f4;
}

.catalog-step__third li:first-child {
  border-top: 1px solid #e0e0e0;
  padding: 25px 120px 10px 50px;
  position: relative;
}

body .catalog-step__third li:first-child::before {
  top: 30px;
}

body .catalog-step__third li::before {
  top: 15px;
}

.catalog-step__third li:last-child {
  padding: 10px 120px 25px 50px;
  position: relative;
}

.catalog-step__third li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  width: 4px;
  height: 4px;
  background: #0b9a42;
}

.catalog-step__third li a {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 118%;
  color: #333333;
  transition: 0.3s;
}

.catalog-step__third li a:hover {
  color: #0b9a42;
}

.catalog-with-menu__main.fixed h1 {
  margin-top: 0;
}

.catalog-with-menu__main.fixed .amount_check {
  display: flex;
  align-items: center;
}

.catalog-with-menu__main.fixed .amount_check p {
  margin: 0;
}

.catalog-with-menu__main.fixed .amount_check .check {
  top: 50%;
  transform: translateY(-50%);
}

.filter-compact-block {
  position: sticky;
  background: white;
  padding: 5px 0;
  z-index: 10;
  /* top: 63px; */
  top: 194px;
  -webkit-box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
  -moz-box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
  box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
}

/* 
.filter-compact-block.show-all.seted .bx_filter .bx_filter_parameters {
	max-width: calc(100% - 100px);
}

.filter-compact-block.show-all.seted .bx_filter .bx_filter_search_reset.active {
	float: right;
} */

.bx_filter .bx_filter_parameters {
  max-width: calc(100% - 150px);
}

.filter-sideber {
  width: 150px;
  float: right;
}

/* скроллбар */
.mCSB_inside>.mCSB_container {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 16px;
}

.mCSB_scrollTools {
  opacity: 1;
  background: white;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #efefef;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0b9a42;
  opacity: 0.5;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: #0b9a42;
  opacity: 1;
}

.catalog-with-menu__main .filter-compact-block {
  padding: 5px 30px;
}

.catalog-with-menu__main .bx_filter_parameters .bx_filter_parameters_box:not(.set) {
  display: none;
}

.catalog-basket__buttons {
  display: flex;
  flex-direction: row;
}

.catalog-basket__button {
  min-width: 49px;
  min-height: 41px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  cursor: pointer;
}

.catalog-basket__button:first-child {
  background: #058034;
}

.catalog-basket__button:last-child {
  background: #058034;
}

.catalog-basket__button>img {
  position: absolute;
  padding: 0;
  width: 25px;
  height: 25px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.catalog-basket__dropdown {
  width: 196px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  transition: 0.3s;
  transform: translate(-50%, 10px);
  z-index: 1000;
  border-radius: 2px;
}

.catalog-basket__dropdown.catalog-basket__dropdown--vertical-reverse {
  top: 100%;
  bottom: auto;
  transform: translate(-50%, 10px) !important;
}

.catalog-basket__dropdown.catalog-basket__dropdown--vertical-reverse::after {
  bottom: 100%;
  top: auto;
  transform: translateX(-50%) rotate(180deg);
}

.catalog-basket__dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: translateX(-50%);
}

.catalog-basket__dropdown-row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: white;
  transition: 0.3s;
}

.catalog-basket__dropdown-row img.hidden {
  display: none;
}

.catalog-basket__dropdown-row:not(:first-child) .catalog-basket__dropdown-button::after {
  content: "";
  position: absolute;
  width: calc(100% - 6px);
  height: 1px;
  left: 50%;
  top: 0;
  background: white;
  transform: translateX(-50%);
}

.catalog-basket__dropdown-row:hover,
.catalog-basket__dropdown-row.active {
  background: #0b9a42;
}

.catalog-basket__dropdown-row:hover span,
.catalog-basket__dropdown-row.active span {
  color: white;
}

.catalog-basket__dropdown-row.active img.hidden {
  display: block !important;
  width: auto;
}

.catalog-basket__dropdown-row.active img.visible {
  display: none;
}

.catalog-basket__dropdown-button {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.catalog-basket__dropdown-button:not(:last-of-type) {
  background: #0b9a42;
}

.catalog-basket__dropdown-button:last-of-type {
  background: #63b884;
}

.catalog-basket__dropdown-text {
  width: calc(100% - 32px);
  display: flex;
  justify-content: flex-start;
}

.catalog-basket__dropdown-text span {
  padding: 0 9px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
  color: #333333;
  transition: 0.3s;
}

.catalog-basket__dropdown-button img {
  height: 7px;
}

.catalog-basket__button.active .catalog-basket__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
  z-index: 1000;
}

.catalog-basket__added {
  position: absolute;
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
  border-radius: 5px;
  z-index: 500;
  top: -45px;
  left: 15px;
  max-width: 250px;
  padding: 10px 10px 10px 10px;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
  margin: auto;
  background: white;
  color: black;
}

.catalog-basket__added img {
  position: absolute;
  left: 20px;
  width: 13px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1 !important;
  display: block !important;
}

.catalog-with-menu__inner-dropdown table td:first-of-type {
  white-space: nowrap;
}

.card .catalog-with-menu__main-title .catalog_title {
  display: none;
}

.card .catalog-with-menu__main-title .amount_check {
  margin-left: auto;
}

/* @media screen and (max-width: 1680px) {
	.catalog-basket {
		flex-wrap: wrap;
		max-width: 82px;
		margin: 0 auto;
	}

	.catalog-basket .jq-number {
		padding: 0 20px;
	}

	.catalog-basket .jq-number .jq-number__spin {
		width: 20px;
	}

	.catalog-basket .jq-number {
		min-width: 80px;
	}

	.catalog-basket .jq-number__field {
		max-width: 40px;
	}

	.catalog-basket__button {
		min-width: 40px;
	}

	.catalog-basket__button>img {
		width: 20px;
		height: 20px;
	}
} */

@media screen and (max-width: 1440px) {
  .catalog-step {
    max-height: 150%;
  }

  .catalog-step>ul.catalog-step__third {
    max-height: 100%;
    height: 100%;
  }

  .catalog-step>ul.catalog-step__third .have_section {
    max-height: 100%;
    height: 100%;
    overflow: auto;
  }

  .catalog-step__third .have_section {
    background: transparent;
  }

  .catalog-step__third li {
    padding: 10px 15px 10px 25px;
    background: #f4f4f4;
  }

  .catalog-step__second>ul>li {
    width: calc(100% - 15px);
  }

  .catalog-step__second-title {
    padding: 10px 30px 10px 0;
  }

  .catalog-step__second-cross {
    right: 5px;
  }

  .catalog-step__first li .icon {
    left: 5px;
  }

  .catalog-step__third li,
  .catalog-step__third li:first-child,
  .catalog-step__third li:last-child {
    padding: 10px 20px 10px 20px;
  }

  .catalog-step__third li::before,
  .catalog-step__third li:first-child::before,
  .catalog-step__third li:last-child::before {
    top: 15px;
    left: 10px !important;
  }

  .bx_filter_parameters_box span {
    font-size: 11px;
    line-height: 150%;
  }

  .js-show-all span {
    padding: 4px 8px;
  }
}

@media screen and (max-width: 450px) {
  .catalog-step__first li svg {
    right: 0;
  }
}


/*.block_table .catalog-basket__added {
  position: relative;
  max-width: 250px;
  padding: 7px 4px 6px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 154%;
  margin: 10px 0;
  background: #0b9a42;
  color: white;
}*/

.detal__added {
  max-width: 250px;
  max-height: 50px;
  padding: 13px 45px 13px 59px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 154%;
  margin: 0;
  margin-bottom: 10px;
  margin-right: 10px;
  background: #0b9a42;
  color: white;
  white-space: nowrap;
}

.card__main .catalog-basket-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.fly_basket {
  display: none;
}
/* End */


/* Start:/bitrix/templates/ekt/css/card.css?170065830719972*/
.card .title-h2 {
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 40px;
}

.card__title {
  margin-bottom: 15px;
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 133.7%;
  color: #333333;
}

.card__main {
  width: 100%;
  display: flex;
  align-items: flex-start;
  /* flex-wrap: wrap; */
  margin-bottom: 20px;
}

.card__main-img:not(.no_slider) {
  width: 50%;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: 1px solid #f2f2f2;
}

.card__main-img.no_slider {
  width: auto;
}

.card__main-img.no_slider~.card__main-text {
  width: auto;
  flex-grow: 1;
}

.card__main-img.no_slider~.card__main-text .catalog-basket {
  max-width: 300px;
}

.card__main-img.no_slider~.card__main-text .catalog-basket__button {
  min-width: 65px;
}

.card__main-img-lg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.card__main-img-group {
  width: 17%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card__main .card__main-img .card__main-img-sm {
  width: 100%;
  /* padding-bottom: 100%; */
  padding-bottom: 99%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  border: 1px solid #f2f2f2;
  margin: 2px 0;
}

/* .card__main-img-lg-slider {
	width: 80%;
} */

.card__main-img-lg-slider .slick-list.draggable,
.card__main-img-lg-slider .slick-track {
  height: 100%;
}

.card__main .slick-arrow {
  width: 100%;
  height: 20px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  opacity: 1;
}

.card__main .slick-arrow {
  width: 100%;
  height: 20px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  opacity: 1;
}

.card__main .slick-arrow.slick-next::before,
.card__main .slick-arrow.slick-next::after,
.card__main .slick-arrow.slick-prev::before,
.card__main .slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #0b9a42;
}

.card__main .slick-arrow.slick-prev::before {
  transform: translate(calc(-50% - 6px), -50%) rotate(45deg);
}

.card__main .slick-arrow.slick-prev::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.card__main .slick-arrow.slick-next::before {
  transform: translate(calc(-50% - 6px), -50%) rotate(-45deg);
}

.card__main .slick-arrow.slick-next::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.card__main .slick-arrow.slick-next {
  bottom: 100%;
  top: auto;
}

.card__main .slick-arrow.slick-prev {
  top: 100%;
  bottom: auto;
}

.card__main-text {
  width: 50%;
  flex-grow: 1;
  padding-left: 45px;
}

.card__main-text-gray {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: rgba(51, 51, 51, 0.6);
  margin-bottom: 10px;
}

.card__main-text-gray span:first-of-type {
  padding-right: 5px;
}

.card__main-text-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

/* .card__main-text-price-wrap {
  margin-bottom: 40px;
} */

.card__main-text-price {
  display: inline-block;
  font-family: "HelveticaNeueCyr-Bold";
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 33px;
  line-height: 100%;
  color: #333333;
}

.card__main-text-top-info {
  position: relative;
  padding-bottom: 25px;
}

.card__main-text-top-info .amount_block {
  flex-direction: unset;
}

.card__main-text-top-info .arrival_text {
  left: 0;
  transform: translateX(0);
}

.card__main-text-top-banner {
  padding: 2% 4%;
  border: 1px solid #f2f2f2;
}

.favourite {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.favourite span {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #0b9a42;
  opacity: 0.9;
}

.favourite span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 2px;
  background-image: url(/bitrix/templates/ekt/img/card/underline.png);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
}

.favourite .icon {
  margin-right: 10px;
  width: 20px;
  height: 16px;
}

.card__main-text-top .arrival_text {
  top: 25px;
  bottom: auto;
}

.card__main-text-top-info .amount_block {
  float: right;
}

.card__main-text-art {
  margin-right: 10px;
  float: left;
}

.card__main-text-bottom {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
}

.card__main-text-bottom .catalog-basket {
  margin-right: 40px;
  flex-wrap: nowrap;
  align-items: stretch;
  min-height: 50px;
  /*min-width: 244px;*/
  max-width: 244px;
  margin-bottom: 15px;
  width: auto;
}

.card__main-text-bottom .discount {
  margin-right: 40px;
}

.card__main-text-bottom .catalog-basket .jq-number {
  height: 100%;
}

/* 
.card__main-text-bottom .catalog-basket button {
	min-width: 225px;
} */

.card__main-text-bottom .jq-number__field {
  width: auto;
  text-align: center;
  max-width: unset;
}

.card__main-text-bottom .jq-number__field .jq-number {
  height: 100%;
  padding: 0 35px;
  min-width: 120px;
}

.card__main-text-bottom .jq-number__field input {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}

.card__main-text-bottom .jq-number__field .jq-number__spin {
  width: 35px;
  background: white;
  border: none;
  box-shadow: none;
}

.card__main-text-bottom .catalog-basket .jq-number__field .jq-number__spin::before,
.card__main-text-bottom .catalog-basket .jq-number__field .jq-number__spin::after {
  width: 5px;
}

.card__main-text-bottom .catalog-basket button span {
  display: none;
  /* border: none; */
}

.discount {
  margin-bottom: 15px;
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 7px 28px;
  min-width: 225px;
  padding-left: 20px;
  border: 2px solid #0b9a42;
  align-self: center;
}

.discount .icon {
  width: 29px;
  height: 30px;
  margin-right: 15px;
}

.discount span {
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 162.19%;
  text-transform: uppercase;
  color: #0b9a42;
}

.card__desc {
  display: flex;
}

.card__desc-title {
  margin-bottom: 40px;
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 100%;
  color: #333333;
}

.card__desc-video {
  min-width: 50%;
  max-width: 50%;
}

.card__desc-video iframe {
  width: 100%;
}

.card__desc-text {
  padding-left: 45px;
}

.card__desc-text p {
  margin: 0 0 5px 0;
}

.card__summary-btn {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 162.19%;
  color: #0b9a42;
}

.card__summary-title {
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 162.19%;
  color: #0b9a42;
  margin-bottom: 30px;
  cursor: pointer;
}

.card__summary-title.active .card__summary-btn {
  transform: rotateX(180deg);
}

.card__summary-btn {
  margin-left: 15px;
  width: 10px;
  height: 6px;
  position: relative;
  transition: 0.5s;
}

.card__summary-btn::before,
.card__summary-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #0b9a42;
}

.card__summary-btn::before {
  transform: translate(calc(-50% - 6px), -50%) rotate(45deg);
}

.card__summary-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.card__summary-dropdown {
  display: none;
}

.card__summary-dropdown p {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 162.19%;
  color: rgba(79, 79, 79, 0.6);
}

.card__desc-text-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card__desc-text-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.card__desc-text-links a {
  margin-bottom: 15px;
}

.card__desc-text-link-green {
  margin-right: 15px;
  padding: 13px 26px;
  background: #0b9a42;
  color: white;
  transition: 0.3s;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 166.3%;
}

.card__desc-text-links .with-img {
  display: flex;
  align-items: center;
}

.card__desc-text-links .with-img span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 129%;
  color: #333333;
  max-width: 75px;
}

.card__desc-text-links .with-img:not(:last-child) {
  margin-right: 15px;
}

.card__desc-text-links .with-img img {
  margin-right: 10px;
}

.card__desc-table {
  width: 100%;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px 0 30px;
  border: 1px solid #f2f2f2;
}

.card__desc-table-w50 {
  width: calc(50% - 10px);
}

.card__desc-table .table thead tr {
  width: 100%;
  background: white;
}

.card__desc-table .table thead tr:first-child {
  border-bottom: 1px solid #f2f2f2;
}

.card__desc-table .table thead th {
  width: 50%;
  min-height: 45px;
  padding: 20px 0 20px 18px;
  background: white;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  text-align: left;
}

.card__desc-table .table td {
  text-align: left;
}

.card__desc-table .table td a {
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 14px;
  line-height: 100%;
  text-decoration-line: underline;
  color: #0b9a42;
  opacity: 0.9;
}

.card .catalog-with-menu__inner-list {
  margin-bottom: 80px;
}

.card__similar-title {
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-size: 22px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 40px;
}

.card__similar-tabs-btns {
  background: #fafafa;
  margin-bottom: 30px;
}

.card__similar-tabs-btns-scroll {
  overflow-x: auto;
  display: flex;
  white-space: nowrap;
}

.card__similar-tabs-btn {
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  padding: 15px 30px;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 175%;
  color: #333333;
  display: inline-block;
  cursor: pointer;
  border-bottom: 2px solid #fafafa;
}

.card__similar-tabs-btn a {
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 175%;
  color: #333333;
}

/*.card__similar-tabs-btn.active {
	color: #0B9A42;
	border-color: #0B9A42;
}*/
.card__similar-tabs-btn:hover a {
  color: #0b9a42;
  border-color: #0b9a42;
}

.card__similar-tabs-btns .mCSB_horizontal.mCSB_inside>.mCSB_container {
  max-width: unset;
  margin-bottom: 0;
  padding: 0 20px;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 0;
  position: static;
  opacity: 1;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  display: none;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  width: 20px;
  height: 40px;
  background: transparent;
  /* top: calc(50% + 5px); */
  bottom: auto;
  bottom: auto;
  /* transform: translateY(-50%); */
  opacity: 0.5;
  transition: 0.3s;
  background: #fafafa;
  top: 0;
  height: 100%;
  opacity: 1;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: -1px;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: -1px;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
  opacity: 1;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::before,
.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::after,
.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::before,
.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #0b9a42;
  left: 50%;
  top: 50%;
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::before {
  transform: translate(-50%, calc(-50% + 2px)) rotate(-45deg);
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft::after {
  transform: translate(-100%, calc(-100% - 2px)) rotate(45deg);
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::before {
  transform: translate(-50%, calc(-50% + 2px)) rotate(45deg);
}

.card__similar-tabs-btns .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight::after {
  transform: translate(-100%, calc(-100% - 2px)) rotate(-45deg);
}

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

.card__similar .slick-dots {
  display: none !important;
}

.card__similar .slider.is-prod-cena .item__link {
  color: #333;
  min-height: 75px;
}

.card .slider {
  margin-bottom: 0;
}

.card .slider .item__price {
  display: inline-block;
  width: auto;
  position: relative;
  font-family: "HelveticaNeueCyr-Bold";
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 15px;
  bottom: 0;
}

.card .slider .amount_block {
  margin-bottom: 25px;
}

.card .slider .item__link {
  margin-bottom: 15px;
  font-family: "HelveticaNeueCyr-Bold";
}

.card .slider .article {
  margin-bottom: 20px;
}

.popup-container .login {
  margin: 0 auto;
  border: none;
  float: unset;
}

/* .mfp-container {
  display: flex;
  justify-content: center;
  align-items: center;
} */

.item.slick-slide .amount {
  margin-bottom: 25px;
  position: relative;
}

.item.slick-slide .amount .amount_block {
  margin-bottom: 0;
}

.item.slick-slide .amount .tooltipe {
  margin-top: 0;
}

.card .block_table-scroll .tooltipe:not(.tooltipe_price) {
  width: 10px !important;
  height: 10px !important;
  display: flex;
  width: auto;
  height: auto;
  margin-left: 0;
  margin: 0 5px;
}

.card .block_table-scroll table tr td {
  vertical-align: bottom;
}

.card .block_table-scroll .arrival_text {
  position: static;
  transform: none;
}

.block_table-scroll-wrap {
  position: relative;
}

.block_table-scroll-wrap .catalog-basket__added {
  margin: 0;
  padding-left: 25px;
}

.block_table-scroll-wrap .catalog-basket__added img {
  left: 10px;
}

.popup-container__discount {
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #333333;
}

.no-authorization {
  display: inline-block;
  /* max-width: 430px; */
  padding: 4% 7%;
  background: rgba(176, 176, 176, 0.05);
  background-image: url(/bitrix/templates/ekt/css/../img/card/mans.png);
  background-repeat: no-repeat;
  background-position: left 10% center;
}

.no-authorization__tittle {
  font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 22px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
}

.no-authorization__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  margin-bottom: 15px;
}

.no-authorization__link {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #0b9a42;
  border-bottom: 1px dashed #0b9a42;
  transition: 0.3s;
}

.no-authorization__link:hover {
  color: #333333;
  border-color: transparent;
}

.popup-container__discount span:not(:last-of-type) {
  margin-bottom: 15px;
}

.item__bot .spiner .btn {
  width: 100%;
  height: auto;
  max-height: unset;
}

.fake-table {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: white;
  border-right: 1px solid rgba(234, 233, 233, 1);
}
/* 
.fake-table::after {
  content: "";
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 25px;
  background: white;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.fake-table.scrollbar-fixed::after {
  opacity: 1;
  visibility: visible;
} */

.fake-table th,
.fake-table td {
  display: none;
}

.fake-table th:nth-of-type(1),
.fake-table th:nth-of-type(2),
.fake-table tr td:nth-of-type(1),
.fake-table tr td:nth-of-type(2) {
  display: table-cell;
}

.block-wrap:not(.fake-table) th:nth-of-type(1),
.block-wrap:not(.fake-table) th:nth-of-type(2),
.block-wrap:not(.fake-table) tr td:nth-of-type(1),
.block-wrap:not(.fake-table) tr td:nth-of-type(2) {
  display: none;
}

.card__main-text-price-inner-wrap {
  display: inline-block;
  margin-right: 25px;
  vertical-align: top;
}

@media screen and (max-width: 1440px) {
  .card__main {
    margin-bottom: 40px;
  }

  .card__main-text-top {
    margin-bottom: 25px;
  }

  .card__main-text-price {
    margin-bottom: 25px;
  }

  .card__main-text-price {
    font-size: 28px;
  }

  .no-authorization {
    position: static;
    margin-left: 0;
  }

  .discount {
    align-self: center;
    margin-right: auto;
  }
}

@media screen and (max-width: 1024px) {
  .card__main {
    flex-wrap: wrap;
  }

  .card__main-img {
    width: 100%;
    margin-bottom: 25px;
  }

  .card__main-text {
    width: 100%;
    padding-left: 0;
  }

  .card__desc-video {
    width: 100%;
    margin-bottom: 25px;
  }

  .card__desc-text {
    width: 100%;
    padding-left: 0;
    margin-bottom: 25px;
  }

  .card__desc-table {
    margin-top: 0;
  }

  .card__desc-table-w50 {
    width: 100%;
    margin-bottom: 25px;
    border-bottom: 1px solid #f2f2f2;
  }

  .card__desc-table .table thead tr:not(:first-child) {
    display: none;
  }

  .card .catalog-with-menu__inner-list {
    margin-bottom: 25px;
  }

  .card__main-text-price {
    font-size: 24px;
  }
}

/* Правая колонка */
.block_table-scroll-wrap .tooltipe_price {
  width: auto !important;
  height: auto !important;
  margin-left: 0 !important;
  white-space: nowrap;
}

.block_table-scroll-wrap .catalog-basket__button {
  min-width: 35px;
  min-height: 35px;
}

.block_table-scroll-wrap .catalog-basket .jq-number {
  min-width: unset;
  width: 70px;
  height: 35px;
}

.block_table-scroll-wrap .catalog-basket .jq-number__field {
  width: 30px;
}

.fake-table-price {
  position: absolute;
  right: 0;
  top: 0;
}

.fake-table-price th,
.fake-table-price td {
  display: none;
}

.fake-table-price--no-authorized th:nth-last-of-type(1),
.fake-table-price--no-authorized td:nth-last-of-type(1) {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}

.fake-table-price--authorized th:nth-last-of-type(1),
.fake-table-price--authorized th:nth-last-of-type(2),
.fake-table-price--authorized td:nth-last-of-type(1),
.fake-table-price--authorized td:nth-last-of-type(2) {
  display: table-cell;
  padding-left: 5px;
  padding-right: 5px;
}

.fake-table-price--authorized th:nth-last-of-type(1) {
  min-width: 150px;
}

.block_table-scroll-wrap.authorized .block_table-scroll th:nth-last-of-type(1),
.block_table-scroll-wrap.authorized .block_table-scroll th:nth-last-of-type(2),
.block_table-scroll-wrap.authorized .block_table-scroll td:nth-last-of-type(1),
.block_table-scroll-wrap.authorized .block_table-scroll td:nth-last-of-type(2) {
  display: none;
}

.block_table-scroll-wrap.no-authorized .block_table-scroll th:nth-last-of-type(1),
.block_table-scroll-wrap.no-authorized .block_table-scroll td:nth-last-of-type(1) {
  display: none;
}

.card .block_table-scroll-wrap .mCSB_inside>.mCSB_container {
  max-width: unset;
}

.weight-size {
  margin-top: 20px;
  margin-bottom: 5px;
}

.tech-svg {
  /*opacity: 1;*/ 
  padding: 8px 5px;
  max-width: 43px;
}
/* End */


/* Start:/bitrix/templates/ekt/css/lc.css?168665502258373*/
.sidebar .page-name {
  background: white;
}

.sidebar .page-name__in {
  margin-left: 18px;
  background: #fbfbfb;
  font-style: normal;
  font-weight: 550;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
  padding: 35px 5px 32px 12px;
}

/* --- lc-title start ---*/
.lc__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}

.lc__title h1 {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
}

/* --- lc-title end ---*/

/* --- lc-nav start ---*/
.lc__nav {
  width: 100%;
  margin-left: 18px;
  margin-bottom: 45px;
  background: #fbfbfb;
}

.lc__nav-item {
  padding-right: 41px;
  transition: 0.3s;
}

.lc__nav-item a {
  border-top: 1px solid #f2f2f2;
}

.lc__nav-item:hover {
  background: #f2f2f2;
}

.lc__nav-item:hover a {
  transform: translateX(10px);
}

.lc__nav-item:hover a {
  transform: translateX(10px);
}

.lc__nav-item:hover a span {
  opacity: 1;
}

.lc__nav-item a {
  display: block;
  padding: 25px 5px 25px 42px;
  position: relative;
  transition: 0.3s;
}

.lc__nav-item a svg {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 11px;
  transform: translateY(-50%);
  transition: 0.3s;
}

.lc__nav-item a span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #000000;
  opacity: 0.7;
  transition: 0.3s;
}

/* --- lc-nav end ---*/

/* --- lc-ifno start ---*/
.lc__info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 85px;
}

.lc__info-col {
  width: calc(50% - 12px);
  border: 13px solid #f8f8f8;
  padding: 35px 45px 28px;
}

.lc__info-col--password {
  display: flex;
  align-items: center;
}

.lc__info-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.lc__info-title span {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  max-width: 65%;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
}

.lc__info-row {
  margin-bottom: 6px;
}

.lc__info-row-label {
  display: block;
  font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 179%;
  color: #010101;
  margin-right: 5px;
}

.lc__info-row-content {
  display: inline-block;
  font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: 550;
  font-size: 14px;
  line-height: 179%;
  color: #010101;
  opacity: 0.5;
}

.lc__info-status {
  margin: 15px 0;
  display: flex;
  justify-content: flex-start;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.02);
}

.lc__info-status-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 55px;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}

.lc__info-status-label {
  white-space: nowrap;
  font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 179%;
  color: #219653;
  padding-right: 5px;
}

.lc__info-status-content {
  white-space: nowrap;
  font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 179%;
  color: #333333;
}

.lc__info-status-item:first-child {
  flex-basis: 100%;
}

.lc__info-status-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  transform: translateY(-50%);
  background: #f1f1f1;
}

/* --- lc-ifno end ---*/

/* --- lc__manager start ---*/
.lc__manager {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.lc__manager-img {
  width: 37.5%;
  padding-top: 50%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.lc__manager-info {
  width: calc(100% - 37.5% - 30px);
}

.lc__manager-name {
  max-width: 50%;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 137%;
  color: #333333;
  margin-bottom: 26px;
}

.lc__manager-name .lc__info-row:nth-last-child(2) {
  margin-bottom: 35px;
}

/* --- lc__manager end ---*/

/* --- lc__history start --- */

.lc__history>.lc__accordion {
  margin-bottom: 30px;
}

.lc__history-title {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.lc__history-title>span {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 20px;
  line-height: 100%;
  color: #333333;
}

.lc__history-title .lc__link-img span {
  opacity: 1;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
}

.lc__history-title>.lc__accordion {
  margin-bottom: 0;
}

.lc__history-title .lc__link-img:first-of-type {
  margin: 0 50px 0 auto;
}

.lc__table-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 25px 35px;
  border-bottom: 1px solid #f2f2f2;
}

.lc__table-footer .lc__button {
  padding: 15px 25px;
}

.lc__table .mCSB_horizontal.mCSB_inside>.mCSB_container {
  max-width: unset;
}

.lc__table {
  max-width: 100%;
  overflow: auto hidden;
}

.lc__table table th {
  background: rgba(234, 233, 233, 0.5);
}

.lc__table table th {
  border: none;
  padding: 18px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  vertical-align: middle;
  text-align: left;
  font-weight: bold;
  white-space: nowrap;
}

.lc__table table td {
  border: none;
  padding: 0px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  vertical-align: middle;
  text-align: left;
}

.lc__table--favorite th:nth-child(1) {
  padding: 18px 0 18px 50px;
}

.lc__table--favorite td:nth-child(1) {
  padding: 0px 0 0 50px;
  white-space: nowrap;
}

.lc__table--favorite td:last-of-type {
  white-space: nowrap;
  text-align: right;
}

.lc__table--favorite td .basket-btn__wrap {
  white-space: nowrap;
  margin-left: 10px;
}

.lc__table--current th:nth-child(1) {
  padding: 18px 50px;
}

.lc__table--current td:nth-child(1) {
  padding: 0px 50px;
}

.lc__table--current th:nth-child(2) {
  padding: 18px 60px;
}

.lc__table--current td:nth-child(2) {
  padding: 0px 60px;
}

.lc__table.lc__table--current td:last-of-type {
  white-space: nowrap;
}

.lc__table--favorit th:nth-child(1) {
  padding: 18px 0 18px 50px;
}

.lc__table--favorit td:nth-child(1) {
  padding: 0 0 0 50px;
}

.lc__table--favorit th:nth-child(2) {
  padding: 18px 60px 18px 0;
}

.lc__table--favorit td:nth-child(2) {
  padding: 0 60px 0 0;
}

/* 
.lc__table--in-work td:last-of-type .lc__link-img {
	padding-right: 65px;
}

.lc__table--in-work td:last-of-type .lc__link-img svg:last-of-type {
	right: 0;
	left: auto;
	width: 15px;
	height: 8px;
} */
.lc__table--in-work table td{
  padding-top: 18px;
  padding-bottom: 18px;
}

.order-history-table td {
  padding-top: 18px!important;
  padding-bottom: 18px!important;
}

.lc__table--in-work th:nth-child(1),
.lc__table--in-work td:nth-child(1) {
  padding-left: 50px;
}

.lc__table--in-work td:last-child {
  max-width: 200px;
  padding-right: 35px;
}

.lc__table--in-work td:nth-last-child(2) {
  text-align: center;
}

.lc__table table tbody tr:nth-child(even) td {
  background: #f4f4f4;
}

.lc__table .img_cont {
  max-width: 55px;
  min-width: 55px;
  cursor: pointer;
  margin: 0;
}

/* .lc__table .img_cont img {
  width: 100%;
} */

.lc__table .spiner {
  margin: 0;
  border: 1px solid #f2f2f2;
  width: 120px;
  display: flex;
  justify-content: center;
}

.lc__table .spiner {
  margin: 0 auto;
  border: 1px solid #f2f2f2;
  width: 120px;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}

.lc__table .spiner .spiner__minus,
.lc__table .spiner .spiner__plus {
  background: white;
  width: 40px;
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lc__table .spiner .spiner__minus:hover,
.lc__table .spiner .spiner__plus:hover {
  background: #f4f4f4;
}

.lc__table .spiner .spiner__input {
  width: 40px;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
}

.lc__table-price {
  margin: 0 118px 0 auto;
}

.lc__table-price {
  margin: 5px 118px 0 auto;
}

.lc__table-price-bold {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 9px;
}

.lc__table-price-light {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  opacity: 0.7;
}

/* .lc__table-weight {
  margin-left: 50px;
} */

.lc__table-weight .lc__table-price-light:not(:last-of-type) {
  margin-bottom: 9px;
}

.lc__table table table tbody tr:nth-child(odd) td {
  background: white;
}

.lc__table--in-work table table td {
  padding-top: 0;
  padding-bottom: 0;
}

.lc__accordion-title {
  overflow: hidden;
}

.lc__table .lc__accordion-title {
  padding-left: 0;
}

.lc__links-block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.lc__anchor {
  display: flex;
  align-items: center;
  margin: 0 0 0 5px;
  min-width: 15px;
  height: 8px;
}

.lc__anchor svg {
  max-width: 100%;
  max-height: 100%;
  transition: 0.3s;
}

.lc__anchor.active svg {
  transform: rotate(180deg);
}

/* --- lc__history end ---*/

/* --- lc__favorite start ---*/
.lc__favorite-filter {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.lc__favorite-search {
  width: 50%;
  height: 40px;
  margin-right: 25px;
  position: relative;
  padding: 0 0 0 40px;
  border: 1px solid #f2f2f2;
}

.lc__favorite-search input[type="search"] {
  height: 100%;
  width: 100%;
  padding: 0 15px 0 5px;
  display: block;
}

.lc__favorite-search button {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: none;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/magnifier.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 13px 13px;
  cursor: pointer;
  transition: 0.3s;
}

.lc__favorite-search button:hover {
  background-color: #f4f4f4;
}

.lc__favorite-add a {
  display: table;
  margin: 40px 0 40px auto;
}

.lc__favorite-clear {
  margin: 0 0 0 auto;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 14px;
  color: #333333;
  opacity: 0.7;
  position: relative;
}

.lc__favorite-clear::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 1px;
  background: #333333;
  opacity: 0.7;
  transition: 0.3s;
}

.lc__favorite-clear:hover::after {
  width: 0;
}

/* --- lc__favorite end ---*/

/* --- lc__request start --- */
.lc__request {
  display: flex;
  flex-wrap: wrap;
}

.lc__request-item {
  width: 50%;
  padding: 50px 125px;
  position: relative;
  overflow: hidden;
}

.lc__request-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 1s;
  opacity: 0;
}

.lc__request-item:hover .lc__request-bg {
  transform: scale(1.1);
  opacity: 1;
}

.lc__request-item--bg .lc__request-bg {
  opacity: 1;
}

.lc__request-item--bg:hover .lc__request-bg {
  transform: scale(1.1);
  opacity: 0;
}

.lc__request-title {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #121212;
  margin-bottom: 18px;
  text-align: center;
}

.lc__request-content {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lc__request-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 18px;
  text-align: center;
}

/* --- lc__request end --- */

/* --- lc__popup start --- */

.form .lc__popup-check-col span,
.form .lc__popup-check-col label {
  width: 100%;
  flex-wrap: wrap;
  font-size: 14px;
}

.form .lc__popup-check-col {
  width: 100%;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.form .lc__popup-check-col span {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}

.form .lc__popup-check-col label input {
  border-color: #c5c5c5;
}

.form .lc__popup-check-col label input:hover {
  box-shadow: none;
}

.lc__popup-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 65px;
}

.lc__popup-block .form {
  width: 245px;
}

.lc__popup-block .lc__popup-map-wrap {
  width: calc(100% - 295px);
}

.lc__popup-block .lc__popup-map {
  height: 100%;
  position: relative;
}

.lc__popup-block .lc__popup-map-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lc__popup-block .form {
  margin-top: 0;
}

.lc__popup-block .form .input p {
  margin-top: 0;
}

.popup-container--lc .input p {
  margin-top: 0;
}

.popup-container--lc-bg th {
  white-space: nowrap;
}

.popup-container--lc-bg .form__submit.form__submit_mod .btn {
  width: auto;
  margin: 0;
}

/* --- lc__popup end --- */

/* --- lc__services start */
.lc__services-tittle {
  max-width: 520px;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 135%;
  color: #333333;
  margin-bottom: 25px;
}

.lc__services.lc__ul-list ul li {
  display: inline-block;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 15px;
}

.lc__services.lc__ul-list ul li:before {
  width: 5px;
  height: 5px;
  left: 10px;
}

.lc__services-form .form .jq-selectbox {
  width: 100%;
}

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

.lc__services-form {
  width: calc(50% - 20px);
  background: #fcfcfc;
  padding: 40px 45px;
  margin-bottom: 40px;
}

.lc__services-form .form:not(:last-of-type) {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #c5c5c5;
}

.lc__services-form .form:last-of-type .form__submit.form__submit_mod {
  margin-bottom: 20px;
}

.lc__services-form .input p {
  width: 100%;
  margin-bottom: 5px;
}

.lc__services-form .input input {
  width: 100%;
}

.lc__services-form-tittle {
  max-width: 350px;
  padding-left: 75px;
  position: relative;
  font-style: normal;
  font-weight: 550;
  font-size: 25px;
  line-height: 112%;
  color: #333333;
  margin-bottom: 30px;
}

.lc__services-form-tittle .icon {
  position: absolute;
  width: 45px;
  height: 45px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lc__services-form .lc__link-img {
  float: right;
}

.lc__services-form .form__close {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: -15px;
  width: 15px;
  height: 15px;
  cursor: pointer;
  color: #0b9a42;
  font-size: 22px;
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #c5c5c5;
  transition: 0.3s;
}

.lc__services-form .form__close::after,
.lc__services-form .form__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  background: #c5c5c5;
  transition: 0.3s;
}

.lc__services-form .form__close::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.lc__services-form .form__close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}

.lc__services-form .form__close:hover {
  border-color: #0b9a42;
}

.lc__services-form .form__close:hover::before,
.lc__services-form .form__close:hover::after {
  background: #0b9a42;
}

.lc__services-form textarea {
  float: unset;
  width: 100%;
}

.lc__services-form p {
  max-width: 80%;
  margin: 0 0 25px 0;
}

.input {
  position: relative;
}

.input--search {
  position: relative;
}

.input--search input {
  padding-left: 40px;
}

.input--search .icon {
  position: absolute;
  left: 15px;
  bottom: 10px;
  width: 13px;
  height: 13px;
  fill: #0b9a42;
}

.lc__map {
  margin-bottom: 20px;
}

.lc__map-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.lc__map-wrap {
  position: relative;
  padding: 50px 50px 130px 0;
  width: 100%;
}

.lc__map-contacts {
  position: relative;
  max-width: 535px;
  padding: 30px 35px;
  margin-left: auto;
  background: #fcfcfc;
  z-index: 1;
}

.lc__map-tittle {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 20px;
}

.lc__map-tittle-medium {
  margin-bottom: 25px;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 20px;
  line-height: 100%;
  color: #333333;
}

.lc__map-tittle-small {
  width: 100%;
  margin-bottom: 10px;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
}

.lc__map-contacts-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.lc__map-contacts-row:last-of-type .lc__map-contacts-item {
  margin-bottom: 0;
}

.lc__map-contacts-row:not(:last-of-type) {
  border-bottom: 1px solid rgba(33, 150, 83, 0.1);
  margin-bottom: 20px;
}

.lc__map-contacts-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.lc__map-contacts-item-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 25px;
}

.lc__map-contacts-item-icon .icon {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lc__map-contacts-item-text a {
  color: #333333;
}

.lc__map-contacts-item-text a:hover {
  color: #219653;
}

.lc__map-contacts-item-text a::before {
  content: attr(data-code);
  font-family: "museosanscyrl_300", "OverpassLight", Arial, Helvetica,
    sans-serif;
  padding-right: 5px;
  color: #717171;
}

.w--33 {
  width: 33.33%;
}

.w--100 {
  width: 100%;
}

.lc__map-contacts-item-text--light {
  font-family: "museosanscyrl_300", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 10px;
  line-height: 160%;
  color: #333333;
}

.lc__map-contacts-item-text--green {
  color: #219653;
}

.lc__map-contacts-item-text--normal {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}

.lc__about p {
  font-size: 16px;
  margin-bottom: 25px;
}

.lc__slider {
  padding: 0 25px;
  position: relative;
  margin-bottom: 40px;
}

.lc__slide {
  padding: 0 9px;
  width: 25%;
}

.lc__slide-img {
  border: 1px solid #f2f2f2;
  position: relative;
  padding-top: 56%;
  background: white;
}

.lc__slide-img img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.lc__slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 35px;
  cursor: pointer;
}

.lc__slider-nav--prev {
  left: 0;
}

.lc__slider-nav--next {
  right: 0;
}

.lc__ul-list ul {
  padding: 30px 0;
}

.lc__ul-list ul li {
  position: relative;
  padding-left: 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 25px;
}

.lc__ul-list ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #219653;
}

.lc__ol-list ol {
  margin: 0 -29px;
  display: flex;
  flex-wrap: wrap;
  counter-reset: lc-ol-list;
}

.lc__ol-list ol li {
  width: calc(25% - 58px);
  margin: 0 29px;
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #333333;
  padding-top: 160px;
}

.lc__ol-list ol li::before {
  content: counter(lc-ol-list);
  counter-increment: lc-ol-list;
  position: absolute;
  width: 100%;
  height: auto;
  left: 50%;
  top: 0;
  font-family: HelveticaNeueCyr-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 200px;
  line-height: 135%;
  color: #219653;
  opacity: 0.1;
  transform: translateX(-60%);
  text-align: center;
}

.lc__services-row {
  display: flex;
}

.lc__ol-list-small {
  flex-grow: 1;
  margin-right: 45px;
}

.lc__ol-list-small ol {
  counter-reset: lc-ol-list-small;
}

.lc__ol-list-small ol li {
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}

.lc__ol-list-small ol li:before {
  content: counter(lc-ol-list-small);
  counter-increment: lc-ol-list-small;
  position: absolute;
  left: 0;
  top: 50%;
  font-family: HelveticaNeueCyr-Bold;
  font-style: normal;
  font-weight: 550;
  font-size: 25px;
  line-height: 100%;
  color: #219653;
  transform: translateY(-50%);
}

.lc__best-price {
  max-width: 340px;
  padding: 35px 45px;
  background: #fcfcfc;
}

.lc__best-price p:not(:last-of-type) {
  margin-bottom: 15px;
}

.lc__best-price-tittle {
  max-width: 75%;
  margin: 0 auto;
  font-family: HelveticaNeueCyr-Bold;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 120%;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}

.lc__tabs h2 {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  color: #333333;
}

.lc__advantages-item-tittle {
  max-width: 80%;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}

.lc__advantages-item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}

.lc__note {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  opacity: 0.4;
}

/* --- lc__services end */

/* --- lc__lab start */

.lc__lab-about {
  display: flex;
}

.lc__lab-img {
  min-width: 230px;
  margin-right: 35px;
}

.lc__lab-img img {
  max-width: 100%;
}

.lc__lab-desc-col {
  width: calc(50% - 17px);
}

.lc__lab-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: auto;
  flex-grow: 1;
}

.lc__lab-desc p {
  margin: 0 0 35px 0;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
}

.lc__lab-links {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #f2f2f2;
  padding-top: 30px;
}

.lc__lab-link {
  min-height: 45px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 70px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 143%;
  color: #219653;
  margin-bottom: 15px;
  transition: 0.3s;
}

.lc__lab-link span {
  position: relative;
}

.lc__lab-link span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #219653;
  transition: 0.3s;
}

.lc__lab-link:hover span {
  color: #333333;
}

.lc__lab-link:hover span::after {
  background: #333333;
  width: 100%;
}

.lc__lab-link:not(:last-of-type) {
  margin-right: 65px;
}

.lc__lab-link-icon {
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.lc__lab-table table {
  max-width: 1080px;
}

.lc__lab-table table tr td:first-of-type {
  width: 50%;
}

.lc__lab-table table td {
  vertical-align: middle;
  padding: 32px 25px;
  width: 50%;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  border: 1px solid #f2f2f2;
}

.lc__lab.lc__ul-list ul {
  padding: 0;
}

.lc__lab.lc__ul-list ul li {
  display: block;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  padding-left: 20px;
  margin-bottom: 8px;
}

.lc__lab.lc__ul-list ul li::before {
  width: 5px;
  height: 5px;
  left: 10px;
}

.lc__lab-form-tittle {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 25px;
  line-height: 80%;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}

/* --- lc__lab end */

.mfp-content {
  max-width: 512px;
  padding: 0;
  border: none;
}

.mfp-content .login {
  width: 100%;
}

.lc__popup-title {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 24px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin-bottom: 30px;
}

.lc__popup-line {
  margin: 35px 0;
  width: calc(100% + 120px);
  transform: translateX(-60px);
  height: 1px;
  background: #f2f2f2;
}

.lc__info-row,
.lc__popup-input {
  margin-bottom: 10px;
}

.lc__popup-input--bold textarea {
  border: none;
  resize: none;
}

.lc__popup-input--bold textarea,
.lc__popup-input--bold input {
  display: block;
  width: 100%;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 143%;
  color: #333333;
}

.lc__popup-check-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 125%;
  text-align: center;
  color: #333333;
  margin-bottom: 25px;
}

.lc__popup-check-date {
  display: flex;
  flex-wrap: wrap;
}

.lc__popup-check-col {
  width: 50%;
  display: flex;
  align-items: center;
}

.lc__popup-check-col>span {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 125%;
  color: #333333;
  padding-right: 10px;
}

.popup-container--lc {
  padding: 45px 60px 40px;
}

.mfp-delivery .mfp-content {
  width: 100%;
  max-width: 866px;
  padding: 20px;
}

.mfp-delivery .mfp-content .popup-container--lc {
  padding: 0;
}

.mfp-delivery .mfp-content .popup-container--lc .mfp-close {
  margin: 35px;
}

.mfp-delivery .mfp-content .popup-container--lc .lc__popup-title {
  text-align: left;
}

.popup-container--lc-bg {
  padding: 40px 25px;
  background: #fcfcfc;
}

.popup-container.popup-container--lc .mfp-close {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px;
  width: 25px;
  height: 25px;
  border: 1px solid #333333;
  border-radius: 50%;
  font-size: 24px;
  line-height: 100%;
  color: #333333;
  top: 0;
  right: 0;
  opacity: 1;
}

.popup-container--lc form {
  margin-top: 35px;
}

.popup-container--lc textarea {
  display: inline-block;
}

.popup-container--lc input {
  height: 32px;
  display: inline-block;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  padding: 0 8px;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding: 0 8px;
}

.popup-container--lc .input input,
.popup-container--lc .input textarea {
  width: 100%;
}

.lc__popup-delivery-tittle {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  color: #333333;
  margin-bottom: 25px;
}

.lc__popup-delivery th {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
}

.lc__popup-delivery td {
  text-align: center;
  padding-bottom: 20px;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #333333;
}

.lc__popup-delivery tr:first-of-type td {
  padding-top: 20px;
}

.lc__popup-delivery th:first-of-type,
.lc__popup-delivery td:first-of-type {
  text-align: left;
}

/* --- lc__popup end --- */

/* --- lc__tabs statrt --- */
.lc__tabs-button {
  white-space: nowrap;
  align-self: stretch;
  position: relative;
  padding: 15px 25px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 160%;
  color: #343434;
  border-right: 1px solid #e3e3e3;
  cursor: pointer;
  transition: 0.3s;
}

.lc__tabs-button:first-of-type {
  border-left: 1px solid #e3e3e3;
}

.lc__tabs-button::before,
.lc__tabs-button::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  transition: 0.3s;
}

.lc__tabs-button::before {
  top: 0;
}

.lc__tabs-button::after {
  bottom: 0;
}

.lc__tabs-button:not(.active)::after,
.lc__tabs-button:not(.active)::before {
  height: 1px;
  background: #e3e3e3;
}

.lc__tabs-button.active {
  color: #0b9a42;
}

.lc__tabs-button.active::before {
  height: 2px;
  background: #0b9a42;
}

.lc__tabs-button.active::after {
  height: 2px;
  bottom: 0;
  background: white;
  z-index: 1;
}

.lc__tabs-buttons,
.lc__tabs-buttons .mCSB_container {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  max-width: 100%;
  overflow: auto;
}

.lc__tabs-buttons .mCSB_inside>.mCSB_container {
  max-width: unset;
}

.lc__tabs-buttons .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto !important;
}

.lc__tabs-buttons-container {
  display: inline-flex;
}

.lc__tabs-buttons .lc__link-img:not(:last-of-type) {
  margin: 0 0 0 auto;
}

.lc__tabs-buttons .lc__link-img:last-of-type {
  margin: 0 0 0 30px;
}

.lc__tabs-buttons::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  top: 54px;
  left: 50%;
  transform: translateX(-50%);
}

.lc__tabs-links span {
  white-space: nowrap;
}

.lc__tabs-links {
  display: flex;
  margin-left: auto;
}

.lc__tabs-links a {
  margin: 5px !important;
}

.lc__tabs-content {
  padding-top: 25px;
}

.lc__tabs-content-block {
  display: none;
}

.lc__tabs-content-block .block_table th {
  text-align: left;
}

.lc__tabs-content-block .block_table th .tooltipe {
  display: inline-block;
}

.lc__tabs-content-block.active {
  display: block;
}

.lc__tabs-content-block th span {
  position: relative;
}

.lc__tabs-content-block th span::after {
  content: attr(data-mesure);
  position: absolute;
  left: 100%;
  top: -3px;
}

/* --- lc__tabss end --- */

/* --- lc__profile start --- */

.lc__profile-double-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lc__profile-double-col .lc__tabs {
  width: calc(100% - 370px);
  flex-grow: 1;
  margin-right: 20px;
}

.lc__profile-double-col .lc__tabs-content-block {
  border: 1px solid #f2f2f2;
}

.lc__profile-double-col .lc__accordion {
  border-bottom: 1px solid #f2f2f2;
}

.lc__profile-double-col .lc__accordion-title {
  border-bottom: 1px solid #f2f2f2;
}

.lc__profile-double-col .lc__accordion-title .lc__info-row {
  float: right;
  margin: -6px 20px 0 0;
}

.lc__profile-double-col .lc__accordion-title .lc__info-row a {
  /* margin-bottom: 0; */
  padding-top: 10px;
  padding-bottom: 10px;
}

.lc__profile-double-col .lc__accordion-dropdown .lc__table {
  padding: 45px 20px;
}

.lc__profile-double-col .lc__accordion-dropdown table td {
  width: 50%;
  padding: 15px 25px;
}

.lc__profile-double-col .lc__accordion-dropdown table tr:nth-child(odd) td {
  background: #f4f4f4;
}

.lc__profile-double-col .lc__accordion-dropdown table tr:nth-child(even) td {
  background: white;
}

.lc__profile-double-col .lc__accordion-dropdown table tr td:last-of-type {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
}

.lc__profile-double-col .lc__tabs-buttons::after {
  display: none;
}

.lc__profile-double-col table td .lc__accordion {
  border: none;
}

.lc__profile-double-col table td .lc__accordion-dropdown {
  padding: 0;
  border: none;
}

.lc__profile-double-col table td .lc__accordion-title {
  border: none;
}

.lc__profile-double-col table td .lc__accordion-title span {
  margin-left: calc(50% - 25px);
}

.lc__profile-inner-table-row {
  display: flex;
  flex-wrap: wrap;
}

.lc__profile-inner-table-row:not(:last-of-type) {
  margin-bottom: 5px;
}

.lc__profile-inner-table-col {
  width: 50%;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  color: #333333;
  opacity: 0.9;
}

.lc__profile-inner-table-col:last-of-type {
  padding-left: 25px;
}

.lc__profile-inner-table-row:last-of-type {
  margin-top: 15px;
}

.lc__profile-inner-table-row:last-of-type .lc__profile-inner-table-col:first-of-type {
  color: #219653;
}

.lc__profile-inner-table-row:last-of-type .lc__profile-inner-table-col:last-of-type {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
}

.lc__sidebar {
  width: 350px;
}

.lc__sidebar-item {
  width: 100%;
  background: #fcfcfc;
  padding: 35px;
}

.lc__sidebar-item .lc__services-form .lc__map-tittle,
.lc__sidebar-item .lc__services-form>p {
  max-width: 100%;
  text-align: center;
}

.lc__sidebar-item:not(:last-of-type) {
  margin-bottom: 40px;
}

.lc__sidebar .lc__services-form {
  width: 100%;
  padding: 0;
}

.lc__profile-manager-img {
  width: 75%;
  margin: 0 auto 18px;
  padding: 8px;
  background: white;
}

.lc__profile-manager-img img {
  max-width: 100%;
}

.lc__profile-manager .lc__info-title {
  justify-content: center;
  margin-bottom: 0;
}

.lc__profile-manager .lc__manager-name {
  max-width: unset;
  text-align: center;
  margin-bottom: 15px;
}

.lc__info-change {
  display: flex;
  justify-content: center;
}

.lc__info-change a {
  margin-bottom: 0;
}

.lc__profile-tittle {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 550;
  font-size: 20px;
  line-height: 100%;
  color: #333333;
  margin-bottom: 25px;
}

.lc__profile-row {
  display: flex;
}

.lc__profile-row:not(:last-of-type) {
  margin-bottom: 15px;
}

.lc__profile-row .lc__info-row-content {
  width: 40%;
}

.lc__profile-row .lc__info-row-label {
  width: 60%;
}

.lc__password-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lc__password-row .form__row {
  width: calc(50% - 14px);
}

.lc__password-row .form__row p {
  margin-bottom: 8px;
}

.lc__password-row .form__row a {
  float: right;
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 143%;
  color: #219653;
}

.lc__password-row .form__row input {
  float: unset;
  width: 100%;
}

.form__row .input input::-webkit-outer-spin-button,
.form__row .input input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

.lc__profile-manager-contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.lc__profile-manager-contacts a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 25px;
  color: rgba(51, 51, 51, 0.6);
  transition: 0.3s;
}

.lc__profile-manager .lc__button:not(:last-child) {
  margin-right: 8px;
}

.lc__profile-manager-contacts a:hover {
  color: #0b9a42;
}

.lc__profile-manager-contacts a img {
  position: absolute;
  width: 13px;
  height: 13px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

/* --- lc__profile end --- */

/* --- сквозные элементы start ---*/
.lc__link-img {
  min-height: 20px;
  position: relative;
  padding: 0 0 0 30px;
  /* padding: 0 0 0 25px; */
}

.lc__link-img:hover span {
  opacity: 1;
}

.lc__link-img:hover span::after {
  width: 100%;
}

.lc__link-img svg {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lc__link-img span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
  color: #219653;
  opacity: 0.7;
  transition: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}

.lc__link-img span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background: #219653;
}

.lc__link-img--black span {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  color: #333333;
}

.lc__link-img--black:hover span::after {
  background: #333333;
}

/* ------ */

.lc__link-gray {
  font-style: normal;
  font-weight: 550;
  font-size: 14px;
  line-height: 179%;
  color: #909090;
  position: relative;
}

.lc__link-gray::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 1px;
  transition: 0.3s;
  background: #909090;
}

.lc__link-gray:hover::after {
  width: 0;
}

/* ------ */

.lc__button {
  display: inline-block;
  border: 2px solid #0b9a42;
  padding: 13px 22px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  transition: 0.3s;
  border-radius: 2px;
}

.lc__button:not(:last-child) {
  margin-right: 20px;
}

.lc__button--green {
  background: #0b9a42;
  color: white;
}

.lc__button--green:hover {
  background: white;
  color: #0b9a42;
}

.lc__button--white {
  background: white;
  color: #0b9a42;
}

.lc__button--white:hover {
  background: #0b9a42;
  color: white;
}

/* ------ */

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

.lc__accordion-title>span {
  padding-right: 20px;
}

.lc__accordion-title span {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 100%;
  transition: 0.3s;
}

.lc__accordion-title:hover span {
  color: #219653;
}

.lc__accordion-title--green {
  padding: 19px 0 16px 52px;
  border-top: 2px solid #219653;
  border-bottom: 2px solid #219653;
  box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.04);
}

.lc__accordion-title--green span {
  font-style: normal;
  font-weight: 550;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #121212;
}

.lc__accordion-title--white {
  padding: 20px 0 18px 52px;
}

.lc__accordion-title--white span {
  font-size: 14px;
  margin-bottom: 15px;
}

.lc__accordion-title.opened .lc__accordion-button {
  transform: translateY(-50%) rotateX(180deg);
}

.lc__accordion-button {
  position: absolute;
  width: 15px;
  height: 8px;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
}

.lc__accordion-button .icon {
  width: 100%;
  height: 100%;
}

.lc__accordion-dropdown {
  width: 100%;
  border-left: 1px solid #f2f2f2;
  border-right: 1px solid #f2f2f2;
  display: none;
}

#ajax-accordion .lc__accordion {
  margin-bottom: 30px;
}

table #ajax-table {
  border-bottom: 2px solid #219653;
}

.jq-selectbox .jq-selectbox__select {
  border-radius: 3px;
  background: white;
  border-color: #c5c5c5;
}

.jq-selectbox__select:hover {
  background: white;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #f2f2f2;
}

.jq-selectbox__select {
  height: auto;
  padding: 0 40px 0 0;
  border: 1px solid #f2f2f2;
  border-bottom-color: #f2f2f2;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
}

.jq-selectbox__select-text {
  padding: 13px 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

.jq-selectbox__trigger {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  border-left: none;
}

.jq-selectbox__trigger-arrow {
  position: static;
  top: 0;
  right: 0;
  width: 8px;
  height: 5px;
  border: none;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background: #0b9a42;
  transition: 0.3s;
}

.basket-btn__wrap {
  display: inline-block;
  /* margin: 0 0 0 60px */
}

.basket-btn {
  display: inline-block;
  margin: 12px 12px 12px 0;
}

.basket-btn svg {
  width: 20px;
  height: 20px;
  transition: 0.3s;
}

.basket-btn:hover svg {
  stroke: #333333;
  opacity: 0.7;
}

.disabled {
  opacity: 0.33;
  pointer-events: none;
}

.tooltipe {
  /*display: flex;*/
  justify-content: center;
  align-items: center;
  position: relative;
  color: #0b9a42;
  cursor: pointer;
}

.tooltipe:not(.tooltipe--text) {
  width: 12px;
  height: 12px;
  margin: 5px;
}

.tooltipe:hover .tooltipe__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -10px);
}

.tooltipe svg {
  max-width: 100%;
  max-height: 100%;
}

.tooltipe__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333333;
}

.tooltipe__row span {
  color: #333333;
  white-space: nowrap;
}

.tooltipe__row span:last-of-type {
  padding-left: 10px;
  font-weight: bold;
}

.tooltipe__row:not(:first-of-type) {
  margin-bottom: 5px;
}

.tooltipe__row:first-of-type {
  margin-bottom: 0;
}
/* 
.tooltipe__row:last-of-type {
  margin-top: 20px;
} */

.tooltipe__element {
  max-width: 50%;
  white-space: normal;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
}

.tooltipe__element--black {
  color: #333333;
}

.tooltipe__element--gray {
  color: #868686;
}

.tooltipe__element--green {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  color: #219653;
  font-weight: bold;
}

.tooltipe__element--bold {
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
}

.tooltipe__dropdown {
  min-width: 300px;
  width: auto;
  padding: 25px;
  position: absolute;
  left: 50%;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  background: white;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.15));
  transition: 0.3s;
  transform: translate(-50%, 10px);
}

.tooltipe__dropdown--bottom {
  bottom: auto;
  top: calc(100% + 24px);
  right: -10px;
  left: auto;
  transform: translate(0, -10px);
}

.tooltipe:hover .tooltipe__dropdown--bottom {
  transform: translate(0, -10px);
}

.tooltipe__dropdown::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid white;
  transform: translateX(-50%);
}

.tooltipe__dropdown--bottom::after {
  bottom: 100%;
  top: auto;
  left: auto;
  right: 0;
  transform: translateX(-35%) rotateZ(180deg);
}

.instructon__img {
  margin-right: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fafafa;
}

.instructon {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}

.instructon__img svg {
  margin-left: 10px;
  width: 40px;
  height: 40px;
}

.instructon__text {
  width: calc(100% - 100px);
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
}

.instructon__text span {
  display: inline-block;
  margin-bottom: 15px;
}

ul.green-dots,
.mfp-content ul.green-dots {
  margin: 0;
  padding: 0;
}

ul.green-dots li,
.mfp-content ul.green-dots li {
  list-style: none;
  position: relative;
}

ul.green-dots li:after,
.mfp-content ul.green-dots li:after {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #219653;
}

.jq-file {
  width: auto;
  border-radius: 0;
  box-shadow: none;
}

.jq-file__name {
  display: none;
}

.jq-file:hover .jq-file__browse,
.jq-file__browse {
  transition: 0.3s;
  position: static;
  top: 0;
  right: 0;
  padding: 8px 12px 8px 40px;
  border: none;
  border-radius: 0;
  background: none;
  box-shadow: none;
  text-shadow: none;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  color: #219653;
  background-color: #fafafa;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/paperclip.svg);
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 15px 16px;
}

.jq-file:hover .jq-file__browse {
  background-color: #eae9e9;
}

.excel__file-list {
  max-width: calc(100% - 200px);
}

.excel__file-list p {
  display: inline-block;
  font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  margin: 0 10px 10px 0;
}

.excel__file-list span {
  display: inline-block;
  min-width: 8px;
  height: 8px;
  margin-left: 5px;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/close-gray.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
  transition: 0.3s;
}

.excel__file-list span:hover {
  transform: rotateZ(90deg);
}

.excel_order-file {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 45px;
}

input.btn {
  display: block;
  margin: 0 auto;
}

.mfp-image-holder .mfp-content {
  width: 30%;
  background: transparent;
}

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

.mfp-image-holder .mfp-content img.mfp-img {
  padding: 0;
  margin: 0 auto;
}

.mfp-image-holder .mfp-close {
  width: 26px;
  height: 25px;
  right: 15px;
  top: 20px;
  color: #333333;
  font-size: 25px;
  line-height: 100%;
  border-radius: 50%;
  border: 1px solid #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.password-control {
  position: absolute;
  right: 15px;
  bottom: 6px;
  width: 20px;
  height: 20px;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/eye.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  cursor: pointer;
}

.password-control.view {
  background-image: url(/bitrix/templates/ekt/css/../img/svg/eye-line.svg);
}

.input-double {
  display: flex;
  justify-content: center;
}

.input-double input[type="text"] {
  width: 65px;
  height: 25px;
  padding: 5px;
  border: 1px solid #efefef;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 160%;
  color: #333333;
  opacity: 0.6;
  text-align: center;
}

.input-double input[type="text"]:not(:last-of-type) {
  margin-right: 10px;
}

.jq-checkbox {
  /* vertical-align: center; */
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: none;
  box-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 5px;
  margin: 3px 0 0 3px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-checkbox.focused {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.icon-link {
  display: inline-block;
  width: 25px;
  height: 25px;
  float: right;
}

.icon-link .icon {
  max-width: 100%;
  max-height: 100%;
}

/* --- сквозные элементы end ---*/

/* --- Адаптив --- */
@media screen and (max-width: 1680px) {
  .lc__button:not(:last-child) {
    margin-bottom: 15px;
  }

  .lc__request-item {
    padding: 35px;
  }

  .lc__info-status {
    flex-wrap: wrap;
  }

  .basket-btn__wrap {
    margin: 0;
  }

  .lc__info {
    margin-bottom: 45px;
  }

  .lc__info-status-item {
    justify-content: flex-start;
  }

  .lc__table--favorite td:last-child span {
    display: inline-block;
    padding-top: 12px;
  }
}

@media screen and (max-width: 1440px) {
  .lc__title {
    margin-bottom: 15px;
  }

  .lc__info-col {
    padding: 25px;
  }

  .lc__info-status-item {
    width: 100%;
    min-height: 40px;
  }

  .lc__info-status-item:not(:last-child)::after {
    display: none;
  }

  .lc__manager-img {
    width: 50%;
    padding-top: 65%;
    margin: 0 auto 25px;
  }

  .lc__manager-info {
    width: 100%;
  }

  .lc__manager-name {
    width: 100%;
  }

  .lc__nav-item a {
    padding: 15px 5px 15px 42px;
  }

  .lc__request-content {
    text-align-last: center;
  }

  .lc__table--favorite table td {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .lc__table--in-work th:nth-child(1),
  .lc__table--in-work td:nth-child(1),
  .lc__table--current th:nth-child(1),
  .lc__table--current td:nth-child(1),
  .lc__table--favorite th:nth-child(1),
  .lc__table--favorite td:nth-child(1),
  .lc__table--current th:nth-child(2),
  .lc__table--current td:nth-child(2),
  .lc__table--current th,
  .lc__table--current td {
    padding: 5px;
  }

  .lc__table--in-work td .lc__link-img span {
    display: none;
  }

  .lc__table--in-work td .lc__links-block {
    justify-content: flex-start;
  }

  .lc__table--in-work td .lc__anchor {
    margin: 0 0 0 30px;
  }

  .lc__table .spiner {
    width: 70px;
  }

  .basket-btn {
    margin: 5px 5px 5px 0;
  }

  .lc__table--favorite td:last-child {
    min-width: 90px;
  }

  .lc__favorite-filter {
    flex-wrap: wrap;
  }

  .lc__favorite-search {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .lc__favorite-filter .jq-selectbox {
    max-width: calc(100% - 165px);
  }

  .lc__tabs-button {
    padding: 10px 15px;
    font-size: 14px;
  }

  .lc__tabs-buttons .lc__link-img:last-of-type {
    margin-left: 10px;
  }

  .lc__services-form {
    width: calc(50% - 10px);
    padding: 20px 25px;
  }

  .lc__map-wrap {
    padding: 0;
  }

  .lc__map-container {
    position: static;
    min-height: 400px;
  }

  .lc__map-contacts {
    max-width: unset;
  }

  .lc__tabs-links {
    width: 100%;
  }

  .lc__table-weight,
  .lc__table-price {
    width: calc(50% - 15px);
    margin: 0 15px 15px 0;
  }

  .lc__ol-list ol li {
    width: calc(33.33% - 59px);
  }

  .lc__lab-desc-col {
    width: 100%;
    margin: 0;
  }

  .lc__table table td {
    font-size: 12px;
  }

  .lc__tabs-buttons::after {
    top: 41px;
  }
}

@media screen and (max-width: 1280px) {
  .lc__lab-img {
    min-width: 150px;
    margin-right: 15px;
  }

  .lc__lab-desc p {
    margin-bottom: 15px;
  }

  .lc__lab-links {
    padding-top: 15px;
  }

  .lc__services-form {
    width: 100%;
  }

  .lc__info-col {
    width: 100%;
  }

  .lc__info-col:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .lc__table--favorite td:last-of-type {
    white-space: pre-wrap;
  }

  .lc__table--favorite td:last-child span {
    padding-top: 0;
  }

  .lc__profile-double-col .lc__tabs {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .lc__sidebar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  .lc__sidebar-item {
    width: calc(50% - 10px);
  }

  .lc__profile-manager-contacts {
    flex-wrap: wrap;
  }

  .lc__profile-manager-contacts a {
    width: 51%;
    margin: 0 auto;
  }

  .lc__profile-manager .lc__button {
    width: 100%;
    text-align: center;
  }

  .lc__accordion-title .lc__button {
    font-size: 10px;
    padding: 5px;
  }
}

@media screen and (max-width: 1024px) {
  .lc__table-footer {
    padding: 15px;
  }

  .lc__table {
    padding: 0;
  }

  .lc__info-col {
    width: 100%;
  }

  .lc__info-col:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .lc__info {
    margin-bottom: 25px;
  }

  .lc__tabs-button {
    padding: 5px 10px;
    font-size: 12px;
  }

  .lc__tabs .lc__table table td {
    padding: 10px 5px;
  }

  .lc__tabs .lc__link-img--black span {
    font-size: 10px;
  }

  .lc__tabs .lc__tabs-buttons .lc__link-img {
    padding: 0 0 0 25px;
  }

  .lc__services-form {
    width: 100%;
  }

  .lc__ol-list ol li {
    width: calc(50% - 59px);
  }

  .lc__request-item,
  .lc__sidebar-item {
    padding: 15px;
  }

  .lc__tabs-buttons::after {
    top: 28px;
  }
}

@media screen and (max-width: 990px) {
  .lc__tabs-links {
    order: 1;
    margin-bottom: 15px;
  }

  .lc__tabs-buttons .lc__link-img:not(:last-of-type) {
    margin: 0;
  }

  .lc__tabs-button {
    white-space: nowrap;
  }

  .lc__tabs-buttons-container {
    max-width: 100%;
    overflow: auto hidden;
    order: 2;
  }

  .lc__accordion-title {
    padding: 15px;
    overflow: hidden;
  }

  .lc__accordion-title--white span {
    margin-bottom: 15px;
  }

  .lc__profile-double-col .lc__accordion-title .lc__info-row {
    float: unset;
    margin-top: 0;
  }

  .lc__link-img {
    margin-bottom: 0;
  }

  .lc__profile-double-col .lc__accordion-dropdown .lc__table {
    padding: 15px;
  }

  .lc__services-form {
    padding: 15px;
  }

  .lc__lab-form-tittle {
    margin-bottom: 15px;
  }

  .form__submit {
    margin-bottom: 0;
  }

  .lc__map-contacts {
    padding: 15px;
  }

  .mfp-image-holder .mfp-content {
    width: 90%;
    padding-top: 45px;
    background: white;
  }

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

  .mfp-image-holder .mfp-close {
    top: 10px;
    right: 10px;
  }

  .block_table-scroll.gradient::before,
  .block_table-scroll.gradient::after {
    display: none;
  }

  .block_table .tooltipe {
    position: relative;
  }

  .block_table-scroll table tr th,
  .block_table-scroll table tr td {
    padding: 5px;
  }

  .lc__services-row {
    flex-wrap: wrap;
  }

  .lc__best-price {
    max-width: unset;
    padding: 15px;
  }

  .lc__best-price-tittle {
    max-width: unset;
    text-align: center;
    font-size: 22px;
  }

  .lc__tabs-content-block .block_table th {
    vertical-align: top;
  }

  .popup-container--lc {
    padding: 15px;
  }

  .mfp-delivery .mfp-content .popup-container--lc .mfp-close,
  .popup-container--lc .mfp-close {
    margin: 10px;
  }

  .popup-container--lc-bg {
    padding: 10px;
  }

  .lc__popup-title {
    margin-bottom: 15px;
  }

  .popup-container--lc form {
    margin-top: 15px;
  }

  .form__row {
    margin-bottom: 15px;
  }

  .form__row p {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 768px) {
  .lc__advantages-item-tittle {
    max-width: unset;
  }

  .lc__ol-list ol li {
    width: calc(33.33% - 59px);
    padding-top: 100px;
  }

  .lc__ol-list ol li::before {
    font-size: 110px;
  }
}

@media screen and (max-width: 600px) {

  .lc__table-weight,
  .lc__table-price {
    width: 100%;
    margin-right: 0;
  }

  .lc__button {
    min-width: 200px;
    text-align: center;
  }

  .lc__request-item {
    width: 100%;
  }

  .lc__title {
    flex-wrap: wrap;
  }

  .lc__title h1 {
    margin-bottom: 15px;
  }

  .lc__title a {
    margin-left: auto;
  }

  .lc__info-col {
    padding: 15px;
  }

  .lc__info-title span {
    max-width: unset;
  }

  .tooltipe {
    position: static;
  }

  .tooltipe__dropdown {
    max-width: 300px;
    padding: 15px;
  }

  .lc__info-row a:last-child {
    margin-bottom: 0;
  }

  .lc__manager-name {
    max-width: unset;
  }

  .lc__history-title>span {
    margin-bottom: 15px;
  }

  .lc__history-title .lc__link-img:first-of-type {
    margin: 0 15px 15px 0;
  }

  .lc__sidebar-item {
    width: 100%;
    margin: 0;
  }

  /* .lc__sidebar-item .form__row {
    margin-bottom: 15px;
  } */

  .lc__sidebar-item:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .lc__profile-double-col .lc__accordion-title .lc__info-row a {
    margin-bottom: 15px;
  }

  .lc__profile-row {
    flex-wrap: wrap;
  }

  .lc__profile-row .lc__info-row-content,
  .lc__profile-row .lc__info-row-label {
    width: 100%;
    margin: 0 0 10px;
  }

  .lc__password-row {
    flex-wrap: wrap;
    margin-bottom: 15px;
  }

  .lc__password-row .form__row {
    width: 100%;
  }

  .lc__tabs-content {
    padding-top: 15px;
  }

  .lc__services-form {
    margin-bottom: 0;
  }

  .lc__lab-table table tr td:first-of-type {
    vertical-align: top;
  }

  .lc__lab-table table td {
    padding: 15px;
    font-size: 12px;
  }

  .lc__lab.lc__ul-list ul li {
    padding-left: 10px;
    font-size: 12px;
  }

  .lc__lab.lc__ul-list ul li::before {
    left: 0;
  }

  /* .lc__services-form .form__row {
    margin-bottom: 15px;
  } */

  .lc__services-form-tittle {
    font-size: 18px;
  }

  .w--33 {
    width: 100%;
  }

  .w--33:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .lc__ol-list ol li {
    width: calc(50% - 59px);
  }

  .lc__slider {
    margin-bottom: 15px;
  }

  .lc__ul-list ul {
    padding: 0;
  }

  .lc__table table th,
  .lc__table table td {
    font-size: 12px;
  }

  .block_table .tooltipe__dropdown {
    width: auto;
  }
}

@media screen and (max-width: 450px) {
  .lc__button {
    width: 100% !important;
    margin: 0 0 15px !important;
  }

  .lc__lab-about {
    flex-wrap: wrap;
  }

  .lc__lab-img {
    margin: 0 auto;
  }
}

/* --- 28/12/2020 --- */

.lc-order .block_table-scroll table tr th:first-of-type,
.lc-order .block_table-scroll table tr td:first-of-type {
  min-width: unset !important;
  width: auto !important;
  white-space: nowrap;
}

.lc-order .block_table-scroll table tr th,
.lc-order .block_table-scroll table tr td {
  padding: 10px 5px;
}

.lc-order .basket-checkout-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.basket-checkout-section {
  overflow: hidden;
}

.basket-checkout-section-left {
  /* display      : inline-block;
  float        : left; */
  margin-bottom: 15px;
}

.basket-checkout-section-left .stock-basket-item {
  display: block;
}

.basket-checkout-section-inner {
  /* display      : inline-block;
  float        : right; */
  margin-bottom: 15px;
}

.basket-checkout-block.basket-checkout-block-total {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

/* End */


/* Start:/bitrix/templates/ekt/css/swiper-bundle.min.css?171109001918436*/
/**
 * Swiper 11.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 27, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/bitrix/templates/ekt/css/delivery-new.css?162435895946003*/
/* line 14, dev/sass/utils/variables.scss */
:root {
  --vwIdth: 1920;
}

@media screen and (max-width: 1152px) {

  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 1100;
  }
}

@media screen and (max-width: 990px) {

  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 800;
  }
}

@media screen and (max-width: 600px) {

  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 375;
  }
}

/* line 1, dev/sass/utils/dump.scss */
/*.lazy:not(.loaded) {
  max-width: calc(100vw / (var(--vwIdth) / 40));
  max-height: calc(100vw / (var(--vwIdth) / 40));
}*/

/* line 6, dev/sass/utils/dump.scss */
.icon {
  width: calc(100vw / (var(--vwIdth) / 25));
  height: calc(100vw / (var(--vwIdth) / 25));
}

/* line 11, dev/sass/utils/dump.scss */
.hidden-element {
  display: none;
}

/* line 15, dev/sass/utils/dump.scss */
.link-decor {
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 159.69%;
  padding: 0 60px 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* line 26, dev/sass/utils/dump.scss */
.link-decor span {
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 31, dev/sass/utils/dump.scss */
.link-decor::before,
.link-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 40, dev/sass/utils/dump.scss */
.link-decor::before {
  left: 0;
  width: 5px;
  height: 5px;
  background: #0B9A42;
}

/* line 47, dev/sass/utils/dump.scss */
.link-decor::after {
  right: 0;
  width: 45px;
  height: 1px;
  background: #0B9A42;
}

/* line 54, dev/sass/utils/dump.scss */
.link-decor:hover {
  color: #0B9A42;
}

/* line 59, dev/sass/utils/dump.scss */
.delivery .mCSB_inside>.mCSB_container {
  max-width: calc(100% - 16px);
  right: 0;
  top: 0;
  margin-right: 16px;
}

/* line 66, dev/sass/utils/dump.scss */
.delivery .mCSB_scrollTools {
  opacity: 1;
  background: white;
}

/* line 71, dev/sass/utils/dump.scss */
.delivery .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0b9a42;
  opacity: 0.5;
}

/* line 76, dev/sass/utils/dump.scss */
.delivery .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #efefef;
}

/* line 80, dev/sass/utils/dump.scss */
.delivery .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0B9A42;
}

/* line 85, dev/sass/utils/dump.scss */
.delivery .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0B9A42;
}

/* line 1, dev/sass/modules/breadcrums.scss */
.breadcrumbs {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 136%;
  text-transform: uppercase;
}

/* line 8, dev/sass/modules/breadcrums.scss */
.breadcrumbs span,
.breadcrumbs a {
  color: white;
}

/* line 13, dev/sass/modules/breadcrums.scss */
.breadcrumbs a {
  padding-right: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

/* line 18, dev/sass/modules/breadcrums.scss */
.breadcrumbs a::after {
  content: '';
  position: absolute;
  right: 7px;
  width: 8px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
}

/* line 30, dev/sass/modules/breadcrums.scss */
.breadcrumbs a:hover {
  opacity: 0.5;
}

/* line 37, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item {
  display: inline-block;
}

/* line 2, dev/sass/modules/delivery/delivery.scss */
.delivery-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-bottom: 1px solid #F2F2F2;
  background: rgba(242, 242, 242, 0.5);
}

/* line 9, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col {
  background: white;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* line 17, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col--main {
  width: 66.66%;
  border-left: 1px solid #F2F2F2;
}

@media screen and (max-width: 1152px) {

  /* line 17, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--main {
    width: 100%;
  }
}

@media screen and (max-width: 1152px) {

  /* line 25, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--main .delivery-qa {
    padding: 15px 15px 15px 25px !important;
  }
}

/* line 32, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col--sidebar {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  width: 33.33%;
}

@media screen and (max-width: 1152px) {

  /* line 32, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 1680px) {

  /* line 43, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-adv__tittle {
    padding: 14px 14px 14px 100px;
  }
}

@media screen and (max-width: 1680px) {

  /* line 49, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-adv__tittle-icon {
    width: 80px;
  }
}

@media screen and (max-width: 1680px) {

  /* line 57, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-qa {
    padding: 15px 15px 15px 25px !important;
  }
}

/* line 67, dev/sass/modules/delivery/delivery.scss */
.delivery a {
  color: #333333;
}

/* line 2, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen {
  position: relative;
}

/* line 5, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen .breadcrumbs {
  margin-bottom: 43px;
}

@media screen and (max-width: 1680px) {

  /* line 5, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen .breadcrumbs {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 990px) {

  /* line 5, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen .breadcrumbs {
    margin-bottom: 15px;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  background-size: cover;
}

@media screen and (max-width: 768px) {

  /* line 17, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__bg {
    position: static;
    height: auto;
    padding-top: 24%;
  }
}

/* line 34, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__content {
  padding: 22px 42px 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1680px) {

  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    padding: 22px 42px 42px;
  }
}

@media screen and (max-width: 990px) {

  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {

  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    background: #4F4F4F;
  }
}

/* line 52, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 159.69%;
  margin-bottom: 34px;
  color: white;
}

@media screen and (max-width: 1680px) {

  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1440px) {

  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 990px) {

  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    margin-bottom: 15px;
  }
}

/* line 74, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__text {
  width: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 159.69%;
  color: #FFFFFF;
  opacity: 0.9;
}

@media screen and (max-width: 1440px) {

  /* line 74, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__text {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {

  /* line 74, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__text {
    font-size: 0.875rem;
  }
}

/* line 2, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 7, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item {
  position: relative;
  width: 50%;
  min-height: 23vw;
  padding: 95px 15px 15px 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1680px) {

  /* line 7, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item {
    padding: 45px 15px 15px 45px;
  }
}

@media screen and (max-width: 450px) {

  /* line 7, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item {
    width: 100%;
    padding: 45px 15px;
  }
}

/* line 25, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-content {
  position: relative;
  max-width: 340px;
  z-index: 1;
}

/* line 31, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 31, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-tittle {
    color: white;
  }
}

/* line 46, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-attr {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #828282;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 46, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-attr {
    color: white;
  }
}

/* line 60, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 60, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-desc {
    color: white;
  }
}

/* line 74, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 74, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-info {
    color: white;
  }
}

/* line 87, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-info span {
  color: #333333;
  margin: 0 5px 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 87, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-info span {
    color: white;
  }
}

/* line 98, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {

  /* line 98, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img {
    opacity: 1;
    visibility: visible;
  }
}

/* line 110, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img img {
  float: right;
}

/* line 114, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img--top {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (max-width: 990px) {

  /* line 114, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img--top {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 124, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img--bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}

@media screen and (max-width: 990px) {

  /* line 124, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img--bottom {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 135, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1680px) {

  /* line 135, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-bg {
    opacity: .5;
  }
}

@media screen and (max-width: 990px) {

  /* line 135, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-bg {
    opacity: .25;
  }
}

/* line 151, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item .link-decor {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}

@media screen and (max-width: 990px) {

  /* line 151, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item .link-decor {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    color: white;
  }
}

@media screen and (max-width: 990px) {

  /* line 163, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item .link-decor::before,
  .delivery-tile__item .link-decor::after {
    background: white;
  }
}

/* line 174, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:first-of-type .delivery-tile__item-img--bottom img {
  float: left;
}

/* line 180, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:nth-of-type(1),
.delivery-tile__item:nth-of-type(3) {
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 990px) {

  /* line 185, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(1),
  .delivery-tile__item:nth-of-type(4) {
    background: #333333;
  }
}

@media screen and (max-width: 450px) {

  /* line 192, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

/* line 198, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:nth-of-type(2),
.delivery-tile__item:nth-of-type(3) {
  background: rgba(242, 242, 242, 0.5);
}

@media screen and (max-width: 990px) {

  /* line 198, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(2),
  .delivery-tile__item:nth-of-type(3) {
    background: #0B9A42;
  }
}

/* line 209, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1),
.delivery-tile__item:hover:nth-of-type(4) {
  background: #333333;
}

/* line 214, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1) .link-decor:hover,
.delivery-tile__item:hover:nth-of-type(4) .link-decor:hover {
  color: #0B9A42;
}

/* line 217, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1) .link-decor:hover::before,
.delivery-tile__item:hover:nth-of-type(1) .link-decor:hover::after,
.delivery-tile__item:hover:nth-of-type(4) .link-decor:hover::before,
.delivery-tile__item:hover:nth-of-type(4) .link-decor:hover::after {
  background: #0B9A42;
}

/* line 225, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2),
.delivery-tile__item:hover:nth-of-type(3) {
  background: #0B9A42;
}

/* line 230, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2) .link-decor:hover,
.delivery-tile__item:hover:nth-of-type(3) .link-decor:hover {
  color: #333333;
}

/* line 233, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2) .link-decor:hover::before,
.delivery-tile__item:hover:nth-of-type(2) .link-decor:hover::after,
.delivery-tile__item:hover:nth-of-type(3) .link-decor:hover::before,
.delivery-tile__item:hover:nth-of-type(3) .link-decor:hover::after {
  background: #333333;
}

/* line 241, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-tittle,
.delivery-tile__item:hover .delivery-tile__item-attr,
.delivery-tile__item:hover .delivery-tile__item-desc,
.delivery-tile__item:hover .delivery-tile__item-info {
  color: white;
}

/* line 247, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-tittle span,
.delivery-tile__item:hover .delivery-tile__item-attr span,
.delivery-tile__item:hover .delivery-tile__item-desc span,
.delivery-tile__item:hover .delivery-tile__item-info span {
  color: white;
}

/* line 252, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-img {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

/* line 258, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .link-decor {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  opacity: 1;
  visibility: visible;
}

/* line 264, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .link-decor::before,
.delivery-tile__item:hover .link-decor::after {
  background: white;
}

/* line 2, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider {
  width: 100%;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0 !important;
}

/* line 7, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__wrap {
  width: 100%;
}

/* line 11, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__tittle {
  padding: 15px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 159.69%;
  color: #333333;
}

/* line 21, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-img {
  width: 100%;
  padding-top: 62%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

/* line 29, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-content {
  padding: 15px 25px;
}

@media screen and (max-width: 1440px) {

  /* line 29, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-content {
    padding: 15px;
  }
}

/* line 37, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {

  /* line 37, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-tittle {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}

/* line 51, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-info {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 159.69%;
  color: #333333;
  opacity: 0.7;
}

@media screen and (max-width: 1440px) {

  /* line 51, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-info {
    font-size: 0.8125rem;
  }
}

/* line 65, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider.slick-initialized {
  padding-right: 85px;
}

@media screen and (max-width: 1440px) {

  /* line 65, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider.slick-initialized {
    padding-right: 40px;
  }
}

/* line 73, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-list {
  border-right: 1px solid #F2F2F2;
}

/* line 77, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots {
  width: 85px;
  height: calc(100% - 170px);
  right: 0;
  left: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1440px) {

  /* line 77, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider .slick-dots {
    width: 40px;
  }
}

/* line 94, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li {
  margin: 0;
  padding: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 99, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li.slick-active {
  margin: 5px;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/circle.svg);
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center center;
}

/* line 105, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li.slick-active button {
  background: #333333;
}

/* line 110, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li button {
  width: 5px !important;
  height: 5px !important;
  padding: 0;
  margin: 0;
  background: #99D4AB;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 0;
}

/* line 118, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li button::before {
  display: none;
}

/* line 124, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots li:hover button {
  background: #0B9A42;
}

/* line 132, dev/sass/modules/delivery/delivery-slider.scss */
.delivery .slider-nav {
  position: absolute;
  right: 0;
  width: 85px;
  height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1440px) {

  /* line 132, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery .slider-nav {
    width: 40px;
  }
}

/* line 148, dev/sass/modules/delivery/delivery-slider.scss */
.delivery .slider-nav--prev {
  bottom: 0;
}

/* line 152, dev/sass/modules/delivery/delivery-slider.scss */
.delivery .slider-nav--next {
  top: 0;
}

/* line 156, dev/sass/modules/delivery/delivery-slider.scss */
.delivery .slider-nav .icon {
  fill: transparent;
  stroke: #333333;
}

/* line 161, dev/sass/modules/delivery/delivery-slider.scss */
.delivery .slider-nav:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 3, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item {
  border-bottom: 1px solid #F2F2F2;
}

/* line 6, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item:first-of-type {
  border-top: 1px solid #F2F2F2;
}

/* line 10, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item:not(:first-of-type) {
  border-top: none;
}

/* line 15, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle {
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  padding: 28px 28px 28px 120px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
}

/* line 25, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: 1px solid #F2F2F2;
}

/* line 36, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle-icon .icon {
  width: 40px;
  height: 40px;
  fill: #0B9A42;
}

/* line 44, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content {
  padding: 15px 25px 45px;
  position: relative;
  opacity: 0.7;
}

/* line 50, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content p:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 55, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content::after {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 60px;
  height: 1px;
  background: #0B9A42;
}

/* line 2, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa {
  overflow-y: auto;
}

/* line 6, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) {
  padding: 15px 25px 15px 45px;
}

@media screen and (max-width: 600px) {

  /* line 6, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa:not(.delivery-qa--bg) {
    padding: 15px 0 15px 15px !important;
  }
}

/* line 13, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) .delivery-qa__tittle {
  margin-top: 30px;
}

/* line 17, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) p {
  opacity: .7;
}

/* line 22, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__item {
  max-width: 90%;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

/* line 29, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__item:hover .link-decor {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

/* line 37, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 11px;
}

@media screen and (max-width: 1680px) {

  /* line 37, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa__tittle {
    margin-top: 0 !important;
  }
}

/* line 50, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__q {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 30px;
}

@media screen and (max-width: 1680px) {

  /* line 50, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa__q {
    margin-bottom: 15px !important;
  }
}

/* line 65, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__a a:hover {
  color: #0B9A42;
}

/* line 71, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa--bg {
  padding: 72px 44px 0;
  background: rgba(242, 242, 242, 0.5);
}

@media screen and (max-width: 1680px) {

  /* line 71, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa--bg {
    padding: 50px 30px 0;
  }
}

@media screen and (max-width: 1440px) {

  /* line 71, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa--bg {
    padding: 25px 25px 0;
  }
}

/* line 83, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa--bg .delivery-qa__item {
  padding-bottom: 25px;
}

/* line 88, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa .link-decor {
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (max-width: 990px) {

  /* line 88, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa .link-decor {
    display: inline-block;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

/* line 2, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress {
  background-image: url(/bitrix/templates/ekt/css/../img/delivery/adress.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #0B9A42;
  position: relative;
  padding-top: 47%;
}

@media screen and (max-width: 600px) {

  /* line 2, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress {
    padding: 15px;
    background-image: none;
  }
}

/* line 15, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__content {
  max-width: 425px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 600px) {

  /* line 15, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__content {
    max-width: unset;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

/* line 29, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 159.69%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

@media screen and (max-width: 1680px) {

  /* line 29, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__tittle {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 990px) {

  /* line 29, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__tittle {
    margin-bottom: 15px;
  }
}

/* line 46, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form {
  border: 1px solid #FFFFFF;
  margin-bottom: 35px;
  background: #0B9A42;
}

@media screen and (max-width: 1680px) {

  /* line 46, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 990px) {

  /* line 46, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form {
    margin-bottom: 15px;
  }
}

/* line 59, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {

  /* line 59, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

/* line 66, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input {
  border: none;
}

/* line 69, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="text"] {
  width: 100%;
  padding: 10px;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

/* line 9, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]::-webkit-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 13, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]:-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 17, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]::-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 21, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]:-ms-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

@media screen and (max-width: 600px) {

  /* line 69, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input input[type="text"] {
    padding: 10px;
  }
}

/* line 89, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="text"]:focus {
  -webkit-box-shadow: 1px 0px 10px white;
  box-shadow: 1px 0px 10px white;
}

/* line 95, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="submit"] {
  padding: 10px 30px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 126%;
  background: white;
  color: #0B9A42;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {

  /* line 95, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input input[type="submit"] {
    width: 100%;
  }
}

/* line 110, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="submit"]:hover {
  color: #333333;
}

/* line 118, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__info {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 2, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

/* line 7, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item {
  position: relative;
  width: 33.33%;
  padding-top: 23%;
  background: #333333;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: auto auto;
  background-size: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1440px) {

  /* line 7, dev/sass/modules/delivery/delivery-other.scss */
  .delivery-other__item {
    width: 50%;
    padding-top: 50%;
  }
}

@media screen and (max-width: 450px) {

  /* line 7, dev/sass/modules/delivery/delivery-other.scss */
  .delivery-other__item {
    width: 100%;
  }
}

/* line 26, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-content {
  position: absolute;
  left: 25px;
  top: 40px;
}

/* line 32, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* line 41, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #FFFFFF;
}

/* line 49, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item:hover {
  opacity: .75;
}

/* line 2, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 30px 40px 30px;
  background: #F2F2F2;
}

/* line 9, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__info {
  width: 66.66%;
}

@media screen and (max-width: 450px) {

  /* line 9, dev/sass/modules/delivery/delivery-pickup.scss */
  .delivery-pickup__info {
    width: 100%;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__img {
  width: 33.33%;
}

@media screen and (max-width: 450px) {

  /* line 17, dev/sass/modules/delivery/delivery-pickup.scss */
  .delivery-pickup__img {
    width: 100%;
  }
}

/* line 24, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__img img {
  width: 100%;
}

/* line 29, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__tittle {
  margin-bottom: 13px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
}

/* line 38, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #4F4F4F;
}

.delivery-pickup__desc p {
  margin-bottom: 5px;
}

/* line 46, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc p:nth-child(even) {
  opacity: .7;
}

/* line 50, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc p:last-of-type {
  margin-bottom: 13px;
}

/* line 56, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li {
  position: relative;
  padding-left: 15px;
}

/* line 61, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li a:hover {
  color: #0B9A42;
}

/* line 66, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li:not(:last-of-type) {
  margin-bottom: 0px;
}

/* line 70, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background: #333333;
  width: 5px;
  height: 5px;
}

/* line 3, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map {
  width: 100%;
  position: relative;
  height: 41vw;
}

@media screen and (max-width: 1152px) {

  /* line 3, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map {
    height: 50vw;
  }
}

@media screen and (max-width: 600px) {

  /* line 3, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map {
    height: auto;
  }
}

/* line 16, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {

  /* line 16, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map__wrap {
    position: static;
    height: 450px;
  }
}

/* line 29, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 36, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__container canvas {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/* line 42, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region {
  position: relative;
  width: 320px;
  height: 100%;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {

  /* line 42, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region {
    width: 250px;
  }
}

@media screen and (max-width: 600px) {

  /* line 42, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region {
    width: 100%;
    height: auto;
  }
}

/* line 59, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item {
  background: #4F4F4F;
  max-height: 100%;
  overflow: hidden;
}

/* line 64, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle {
  padding: 24px 70px 24px 30px;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {

  /* line 64, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-tittle {
    padding: 12px 50px 12px 15px;
    font-size: 0.8125rem;
  }
}

/* line 81, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 12px);
  height: 1px;
  background: white;
  opacity: .3;
}

/* line 92, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle:hover {
  background: #333333;
}

/* line 98, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle.active .icon:not(.hidden-element) {
  display: none;
}

/* line 103, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle.active .hidden-element {
  display: block;
}

/* line 109, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1440px) {

  /* line 109, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-button {
    width: 50px;
  }
}

/* line 123, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button .icon {
  width: 12px;
  height: 12px;
  fill: transparent;
  stroke: white;
}

/* line 130, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background: white;
  opacity: .3;
}

/* line 143, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-dropdown {
  overflow: auto;
  display: none;
  padding: 20px 0;
}

/* line 27, dev/sass/utils/mixins.scss */
.delivery-region__item-dropdown::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 149, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-dropdown .mCSB_scrollTools {
  background: transparent;
}

@media screen and (max-width: 1440px) {

  /* line 143, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-dropdown {
    padding: 10px 0;
  }
}

/* line 159, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city {
  display: block;
  width: 100%;
  padding: 10px 25px;
}

@media screen and (max-width: 1680px) {

  /* line 159, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__city {
    padding: 10px 10px;
  }
}

/* line 167, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-name {
  padding-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 177, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-arrow {
  display: none;
}

@media screen and (max-width: 990px) {

  /* line 177, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__city-arrow {
    display: inline-block;
    float: right;
  }
}

/* line 185, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-arrow .icon {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: white;
}

/* line 193, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city:hover {
  background: #333333;
}

/* line 196, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city:hover .delivery-region__city-name {
  -webkit-transform: translateX(15px);
  -ms-transform: translateX(15px);
  transform: translateX(15px);
}

/* line 202, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFFFFF;
}

/* line 207, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day {
  padding: 7px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
}

/* line 216, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day:not(.available) {
  color: white;
}

/* line 220, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day.available {
  color: #4F4F4F;
  opacity: 0.9;
  background-color: white;
}

/* line 226, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day:not(:last-of-type) {
  border-right: 1px solid white;
}
/* End */


/* Start:/bitrix/templates/ekt/css/jquery-ui-1.9.2.custom.min.css?16243589595633*/
/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:after,.ui-helper-clearfix:before{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget button,.ui-widget input,.ui-widget select,.ui-widget textarea{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:700}.ui-widget-header a{color:#333}.ui-button,.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,html .ui-button.ui-state-disabled:active,html .ui-button.ui-state-disabled:hover{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:400;color:#454545}.ui-button,.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button{color:#454545;text-decoration:none}.ui-button:focus,.ui-button:hover,.ui-state-focus,.ui-state-hover,.ui-widget-content .ui-state-focus,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-focus,.ui-widget-header .ui-state-hover{border:1px solid #ccc;background:#ededed;font-weight:400;color:#2b2b2b}.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,a.ui-button:focus,a.ui-button:hover{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px #5e9ed6}.ui-button.ui-state-active:hover,.ui-button:active,.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active{border:1px solid #003eff;background:#007fff;font-weight:400;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:700}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:400}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-corner-all,.ui-corner-left,.ui-corner-tl,.ui-corner-top{border-top-left-radius:3px}.ui-corner-all,.ui-corner-right,.ui-corner-top,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bl,.ui-corner-bottom,.ui-corner-left{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-br,.ui-corner-right{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/bitrix/templates/ekt/css/main.css?1757336775265317*/
/* line 14, dev/sass/utils/variables.scss */
:root {
  --vwIdth: 1920;
}

@media screen and (max-width: 1152px) {
  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 1100;
  }
}

@media screen and (max-width: 990px) {
  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 800;
  }
}

@media screen and (max-width: 600px) {
  /* line 14, dev/sass/utils/variables.scss */
  :root {
    --vwIdth: 375;
  }
}

.form-group[data-property-id-row='22']{
  display: none;
}

/*---------------------------------------------------------------FONTS---------------------------------------------------------------*/
/*@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/light/Helvetica-Light.eot");
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/light/Helvetica-Light.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/light/Helvetica-Light.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/light/Helvetica-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/regular/Helvetica-Regular.eot");
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/regular/Helvetica-Regular.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/regular/Helvetica-Regular.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/regular/Helvetica-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/medium/Helvetica-Medium.eot");
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/medium/Helvetica-Medium.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/medium/Helvetica-Medium.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/medium/Helvetica-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}

@font-face {
  font-family: "Helvetica";
  font-display: swap;
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/bold/Helvetica-Bold.eot");
  src: url("/bitrix/templates/ekt/css/../fonts/Helvetica/bold/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/bold/Helvetica-Bold.woff") format("woff"), url("/bitrix/templates/ekt/css/../fonts/Helvetica/bold/Helvetica-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 500;
}*/

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* line 2, dev/sass/utils/reset.scss */
button, hr, input {
  overflow: visible;
}

/* line 6, dev/sass/utils/reset.scss */
a, audio, canvas, progress, video {
  display: inline-block;
}

/* line 10, dev/sass/utils/reset.scss */
progress, sub, sup {
  vertical-align: baseline;
}

/* line 14, dev/sass/utils/reset.scss */
[type=checkbox], [type=radio], legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* line 19, dev/sass/utils/reset.scss */
*, legend {
  padding: 0;
}

/* line 23, dev/sass/utils/reset.scss */
*, :active, :focus, :hover, :visited {
  outline: 0;
}

/* line 27, dev/sass/utils/reset.scss */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 32, dev/sass/utils/reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section {
  display: block;
}

/* line 36, dev/sass/utils/reset.scss */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/* line 41, dev/sass/utils/reset.scss */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 46, dev/sass/utils/reset.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 52, dev/sass/utils/reset.scss */
b, strong {
  font-weight: bold;
}

/* line 56, dev/sass/utils/reset.scss */
dfn {
  font-style: italic;
}

/* line 60, dev/sass/utils/reset.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/* line 65, dev/sass/utils/reset.scss */
small {
  font-size: 80%;
}

/* line 69, dev/sass/utils/reset.scss */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

/* line 75, dev/sass/utils/reset.scss */
sub {
  bottom: -.25em;
}

/* line 79, dev/sass/utils/reset.scss */
sup {
  top: -.5em;
}

/* line 83, dev/sass/utils/reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 88, dev/sass/utils/reset.scss */
img {
  border-style: none;
}

/* line 92, dev/sass/utils/reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 95, dev/sass/utils/reset.scss */
button, select, textarea, input {
  text-transform: none;
  background: none;
  padding: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid;
  resize: none;
  display: block;
  font-size: 1em;
  font-family: inherit;
}

/* line 107, dev/sass/utils/reset.scss */
[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

/* line 111, dev/sass/utils/reset.scss */
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* line 116, dev/sass/utils/reset.scss */
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

/* line 120, dev/sass/utils/reset.scss */
fieldset {
  padding: .35em .75em .625em;
}

/* line 124, dev/sass/utils/reset.scss */
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

/* line 131, dev/sass/utils/reset.scss */
textarea {
  overflow: auto;
}

/* line 135, dev/sass/utils/reset.scss */
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

/* line 139, dev/sass/utils/reset.scss */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 144, dev/sass/utils/reset.scss */
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 148, dev/sass/utils/reset.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* line 153, dev/sass/utils/reset.scss */
summary {
  display: list-item;
}

/* line 157, dev/sass/utils/reset.scss */
[hidden], template {
  display: none;
}

/* line 161, dev/sass/utils/reset.scss */
.clearfix:after, .clearfix:before {
  content: " ";
  display: table;
}

/* line 165, dev/sass/utils/reset.scss */
.clearfix:after {
  clear: both;
}

/* line 169, dev/sass/utils/reset.scss */
ul > li {
  list-style: none;
}

/* line 173, dev/sass/utils/reset.scss */
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 179, dev/sass/utils/reset.scss */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 183, dev/sass/utils/reset.scss */
input, select, button {
  outline: none;
}

/* line 187, dev/sass/utils/reset.scss */
h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  font-weight: initial;
}

/* line 191, dev/sass/utils/reset.scss */
span {
  display: inline-block;
}

/* line 194, dev/sass/utils/reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 1, dev/sass/utils/dump.scss */
/*.lazy:not(.loaded) {
  max-width: calc(100vw / (var(--vwIdth) / 40));
  max-height: calc(100vw / (var(--vwIdth) / 40));
}*/

/* line 6, dev/sass/utils/dump.scss */
.icon {
  width: calc(100vw / (var(--vwIdth) / 25));
  height: calc(100vw / (var(--vwIdth) / 25));
}

/* line 11, dev/sass/utils/dump.scss */
.hidden-element {
  display: none;
}

/* line 15, dev/sass/utils/dump.scss */
.link-decor {
  font-size: 0.9375rem;
  display: inline-block;
  position: relative;
  font-style: normal;
  font-weight: bold;
  line-height: 159.69%;
  padding: 0 60px 0 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  /* line 15, dev/sass/utils/dump.scss */
  .link-decor {
    font-size: 0.75rem;
  }
}

/* line 30, dev/sass/utils/dump.scss */
.link-decor span {
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 35, dev/sass/utils/dump.scss */
.link-decor::before, .link-decor::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 44, dev/sass/utils/dump.scss */
.link-decor::before {
  left: 0;
  width: 5px;
  height: 5px;
  background: #0B9A42;
}

/* line 51, dev/sass/utils/dump.scss */
.link-decor::after {
  right: 0;
  width: 45px;
  height: 1px;
  background: #0B9A42;
}

/* line 58, dev/sass/utils/dump.scss */
.link-decor:hover {
  color: #0B9A42;
}

/* line 63, dev/sass/utils/dump.scss */
.mCSB_inside > .mCSB_container {
  max-width: calc(100% - 16px);
  right: 0;
  top: 0;
  margin-right: 16px;
}

/* line 70, dev/sass/utils/dump.scss */
.mCSB_scrollTools {
  opacity: 1;
  background: white;
}

/* line 75, dev/sass/utils/dump.scss */
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0b9a42;
  opacity: 0.5;
}

/* line 80, dev/sass/utils/dump.scss */
.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #efefef;
}

/* line 84, dev/sass/utils/dump.scss */
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0B9A42;
}

/* line 89, dev/sass/utils/dump.scss */
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #0B9A42;
}

/* line 94, dev/sass/utils/dump.scss */
.slick-initialized {
  margin-bottom: 0;
}

/* line 98, dev/sass/utils/dump.scss */
.slick-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

/* line 108, dev/sass/utils/dump.scss */
.slick-dots li {
  margin: 0;
  padding: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 113, dev/sass/utils/dump.scss */
.slick-dots li.slick-active {
  margin: 5px;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/circle.svg);
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
}

/* line 119, dev/sass/utils/dump.scss */
.slick-dots li.slick-active button {
  background: #333333;
}

/* line 124, dev/sass/utils/dump.scss */
.slick-dots li button {
  width: 5px !important;
  height: 5px !important;
  padding: 0;
  margin: 0;
  background: #99D4AB;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
          border-radius: 0;
}

/* line 133, dev/sass/utils/dump.scss */
.slick-dots li button::before {
  display: none;
}

/* line 139, dev/sass/utils/dump.scss */
.slick-dots li:hover button {
  background: #0B9A42;
}

/* line 146, dev/sass/utils/dump.scss */
.slider-nav {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  visibility: visible;
}

/* line 157, dev/sass/utils/dump.scss */
.slider-nav--down {
  bottom: 0;
}

/* line 161, dev/sass/utils/dump.scss */
.slider-nav--up {
  top: 0;
}

/* line 165, dev/sass/utils/dump.scss */
.slider-nav--left, .slider-nav--right {
  top: 0;
  width: 30px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 177, dev/sass/utils/dump.scss */
.slider-nav--left .icon, .slider-nav--right .icon {
  width: 12px;
  height: 30px;
  fill: transparent;
  stroke: #333333;
}

/* line 184, dev/sass/utils/dump.scss */
.slider-nav--left:hover, .slider-nav--right:hover {
  background: #F2F2F2;
}

/* line 189, dev/sass/utils/dump.scss */
.slider-nav--left {
  left: 0;
}

/* line 193, dev/sass/utils/dump.scss */
.slider-nav--right {
  right: 0;
}

/* line 197, dev/sass/utils/dump.scss */
.slider-nav .icon {
  fill: transparent;
}

/* line 202, dev/sass/utils/dump.scss */
.iframe-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

/* line 207, dev/sass/utils/dump.scss */
.iframe-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 216, dev/sass/utils/dump.scss */
.tabs-with-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 130px;
  outline: 1px solid #E0E0E0;
}

@media screen and (max-width: 1440px) {
  /* line 216, dev/sass/utils/dump.scss */
  .tabs-with-slider {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 216, dev/sass/utils/dump.scss */
  .tabs-with-slider {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 768px) {
  /* line 216, dev/sass/utils/dump.scss */
  .tabs-with-slider {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 600px) {
  /* line 216, dev/sass/utils/dump.scss */
  .tabs-with-slider {
    margin-bottom: 15px;
  }
}

/* line 237, dev/sass/utils/dump.scss */
.tabs-with-slider .tabs-list {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #E0E0E0;
  padding-right: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  /* line 237, dev/sass/utils/dump.scss */
  .tabs-with-slider .tabs-list {
    width: 100%;
  }
}

/* line 247, dev/sass/utils/dump.scss */
.tabs-with-slider .tabs-list__buttons {
  width: 45%;
  max-width: unset;
}

@media screen and (max-width: 450px) {
  /* line 247, dev/sass/utils/dump.scss */
  .tabs-with-slider .tabs-list__buttons {
    width: 100%;
    padding-right: 15px;
  }
}

/* line 257, dev/sass/utils/dump.scss */
.tabs-with-slider .tabs-list__content {
  width: 54%;
}

/* line 260, dev/sass/utils/dump.scss */
.tabs-with-slider .tabs-list__content-img {
  width: 100%;
  margin-bottom: 15px;
}

/* line 265, dev/sass/utils/dump.scss */
.tabs-with-slider .tabs-list__content-info {
  width: 100%;
  padding: 0;
}

/* line 272, dev/sass/utils/dump.scss */
.tabs-with-slider .vacancy {
  min-width: 33.33%;
}

@media screen and (max-width: 768px) {
  /* line 272, dev/sass/utils/dump.scss */
  .tabs-with-slider .vacancy {
    width: 100%;
  }
}

/* line 4, dev/sass/utils/common.scss */
.col-1 {
  width: 8.33333%;
}

/* line 4, dev/sass/utils/common.scss */
.col-2 {
  width: 16.66667%;
}

/* line 4, dev/sass/utils/common.scss */
.col-3 {
  width: 25%;
}

/* line 4, dev/sass/utils/common.scss */
.col-4 {
  width: 33.33333%;
}

/* line 4, dev/sass/utils/common.scss */
.col-5 {
  width: 41.66667%;
}

/* line 4, dev/sass/utils/common.scss */
.col-6 {
  width: 50%;
}

/* line 4, dev/sass/utils/common.scss */
.col-7 {
  width: 58.33333%;
}

/* line 4, dev/sass/utils/common.scss */
.col-8 {
  width: 66.66667%;
}

/* line 4, dev/sass/utils/common.scss */
.col-9 {
  width: 75%;
}

/* line 4, dev/sass/utils/common.scss */
.col-10 {
  width: 83.33333%;
}

/* line 4, dev/sass/utils/common.scss */
.col-11 {
  width: 91.66667%;
}

/* line 4, dev/sass/utils/common.scss */
.col-12 {
  width: 100%;
}

/* line 10, dev/sass/utils/common.scss */
html {
  height: 100%;
}

/* line 14, dev/sass/utils/common.scss */
body {
  font-size: 13px;
  line-height: 1.4;
  color: #000;
  height: 100%;
  min-height: 100%;
  font-family: "Helvetica";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #0B9A42;

/*
Новогодняя тема
background-image: url(/bitrix/templates/ekt/css/../img/snow.png);
*/

  -webkit-background-size: 90% auto;
          background-size: 90% auto;
  background-repeat: repeat;
}

/* line 27, dev/sass/utils/common.scss */
body .out {
  max-width: 90%;
}

@media screen and (max-width: 1152px) {
  /* line 27, dev/sass/utils/common.scss */
  body .out {
    max-width: unset;
  }
}

/* line 35, dev/sass/utils/common.scss */
body._overflow {
  overflow: hidden;
}

/* line 40, dev/sass/utils/common.scss */
main {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

/* line 46, dev/sass/utils/common.scss */
a {
  text-decoration: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* line 51, dev/sass/utils/common.scss */
img {
  max-width: 100%;
}

/* line 55, dev/sass/utils/common.scss */
.container {
  max-width: 1680px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 990px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1680px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    max-width: 1440px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    max-width: 1152px;
  }
}

@media screen and (max-width: 1152px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    max-width: 990px;
  }
}

@media screen and (max-width: 990px) {
  /* line 55, dev/sass/utils/common.scss */
  .container {
    max-width: 100%;
  }
}

/* line 1, dev/sass/utils/preloader.scss */
.preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  pointer-events: none;
}

/* line 14, dev/sass/utils/preloader.scss */
.sk-double-bounce {
  width: 30px;
  height: 30px;
  position: relative;
  margin: auto;
}

/* line 20, dev/sass/utils/preloader.scss */
.sk-double-bounce .sk-child {
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #0B9A42;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-double-bounce 2.0s infinite ease-in-out;
          animation: sk-double-bounce 2.0s infinite ease-in-out;
}

/* line 32, dev/sass/utils/preloader.scss */
.sk-double-bounce .sk-double-bounce-2 {
  -webkit-animation-delay: -1.0s;
          animation-delay: -1.0s;
}

@-webkit-keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-double-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* line 2, dev/sass/pages/main.scss */
.main__tittle {
  margin-bottom: 2.5vw;
  font-size: 1.5625rem;
  font-style: normal;
  font-weight: bold;
  line-height: 140%;
  color: #333333;
}

@media screen and (max-width: 1680px) {
  /* line 2, dev/sass/pages/main.scss */
  .main__tittle {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 990px) {
  /* line 2, dev/sass/pages/main.scss */
  .main__tittle {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 2, dev/sass/pages/main.scss */
  .main__tittle {
    font-size: 1rem;
  }
}

/* line 23, dev/sass/pages/main.scss */
.main__block {
  padding: 2.5vw 4vw 0 2.75vw;
}

/* line 27, dev/sass/pages/main.scss */
.main-double {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 2.5vw 0 3.5vw 2.5vw;
}

@media screen and (max-width: 768px) {
  /* line 27, dev/sass/pages/main.scss */
  .main-double {
    padding: 10px;
  }
}

/* line 37, dev/sass/pages/main.scss */
.main-double__left {
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  /* line 37, dev/sass/pages/main.scss */
  .main-double__left {
    width: 100%;
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 46, dev/sass/pages/main.scss */
  .main-double__right {
    display: block !important;
    width: 100% !important;
  }
}

/* line 2, dev/sass/pages/news.scss */
.news-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 45px;
}

@media screen and (max-width: 990px) {
  /* line 2, dev/sass/pages/news.scss */
  .news-filter {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 2, dev/sass/pages/news.scss */
  .news-filter {
    margin-bottom: 15px;
  }
}

/* line 15, dev/sass/pages/news.scss */
.news-filter__year {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 50px 15px 0;
}

@media screen and (max-width: 990px) {
  /* line 15, dev/sass/pages/news.scss */
  .news-filter__year {
    margin-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 15, dev/sass/pages/news.scss */
  .news-filter__year {
    margin-right: 0;
  }
}

/* line 28, dev/sass/pages/news.scss */
.news-filter__year-item {
  display: inline-block;
  margin: 0;
  padding: 5px 15px;
  outline: 1px solid #F2F2F2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 450px) {
  /* line 28, dev/sass/pages/news.scss */
  .news-filter__year-item {
    min-width: 65px;
  }
}

/* line 40, dev/sass/pages/news.scss */
.news-filter__year-item input[type="checkbox"] {
  display: none;
}

/* line 44, dev/sass/pages/news.scss */
.news-filter__year-item span {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #333333;
}

/* line 53, dev/sass/pages/news.scss */
.news-filter__year-item:hover {
  opacity: .5;
}

/* line 57, dev/sass/pages/news.scss */
.news-filter__year-item.active {
  background: #0B9A42;
  outline-color: #0B9A42;
  z-index: 1;
}

/* line 62, dev/sass/pages/news.scss */
.news-filter__year-item.active span {
  color: white;
}

/* line 69, dev/sass/pages/news.scss */
.news-filter__direct {
  margin: 0 20px 15px 0;
}

@media screen and (max-width: 990px) {
  /* line 69, dev/sass/pages/news.scss */
  .news-filter__direct {
    margin-right: 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 69, dev/sass/pages/news.scss */
  .news-filter__direct {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 450px) {
  /* line 81, dev/sass/pages/news.scss */
  .news-filter__direct .jq-selectbox {
    width: 100%;
  }
}

/* line 87, dev/sass/pages/news.scss */
.news-filter__direct .jq-selectbox .jq-selectbox__select {
  -webkit-border-radius: 0;
          border-radius: 0;
  border-color: #F2F2F2;
}

/* line 91, dev/sass/pages/news.scss */
.news-filter__direct .jq-selectbox .jq-selectbox__select-text {
  height: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px;
}

/* line 102, dev/sass/pages/news.scss */
.news-filter__search {
  position: relative;
  width: 265px;
  height: 32px;
  border: 1px solid #F2F2F2;
}

@media screen and (max-width: 450px) {
  /* line 102, dev/sass/pages/news.scss */
  .news-filter__search {
    width: 100%;
  }
}

/* line 112, dev/sass/pages/news.scss */
.news-filter__search-submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* line 121, dev/sass/pages/news.scss */
.news-filter__search-submit:hover {
  background: #F2F2F2;
}

/* line 124, dev/sass/pages/news.scss */
.news-filter__search-submit:hover .icon {
  stroke: #0B9A42;
}

/* line 131, dev/sass/pages/news.scss */
.news-filter__search input[type="search"] {
  display: block;
  padding: 5px 5px 5px 40px;
  width: 100%;
  height: 100%;
  position: relative;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #333333;
  border: none;
}

/* line 9, dev/sass/utils/mixins.scss */
.news-filter__search input[type="search"]::-webkit-input-placeholder {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
}

/* line 13, dev/sass/utils/mixins.scss */
.news-filter__search input[type="search"]:-moz-placeholder {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
}

/* line 17, dev/sass/utils/mixins.scss */
.news-filter__search input[type="search"]::-moz-placeholder {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
}

/* line 21, dev/sass/utils/mixins.scss */
.news-filter__search input[type="search"]:-ms-input-placeholder {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
}

/* line 155, dev/sass/pages/news.scss */
.news-filter__search input[type="submit"] {
  position: relative;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: none;
  background: transparent;
  z-index: 1;
}

/* line 170, dev/sass/pages/news.scss */
.news-filter__search .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 15px;
  fill: transparent;
  stroke: #828282;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 181, dev/sass/pages/news.scss */
.news__list {
  width: calc(100% + 25px);
  margin: 0 -25px 0 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  /* line 181, dev/sass/pages/news.scss */
  .news__list {
    width: calc(100% + 15px);
  }
}

/* line 192, dev/sass/pages/news.scss */
.news__item {
  margin: 0 25px 25px 0;
}

@media screen and (max-width: 768px) {
  /* line 192, dev/sass/pages/news.scss */
  .news__item {
    margin: 0 15px 15px 0;
  }
}

/* line 199, dev/sass/pages/news.scss */
.news__item-img {
  width: 100%;
  padding-bottom: 65%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 207, dev/sass/pages/news.scss */
.news__item-img-wrap {
  overflow: hidden;
  position: relative;
}

/* line 211, dev/sass/pages/news.scss */
.news__item-img-wrap::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 225, dev/sass/pages/news.scss */
.news__item-name {
  font-size: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  margin-bottom: 7px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 235, dev/sass/pages/news.scss */
.news__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 243, dev/sass/pages/news.scss */
.news__item-date {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 159.69%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

/* line 251, dev/sass/pages/news.scss */
.news__item:first-of-type {
  width: calc(50% - 25px);
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 251, dev/sass/pages/news.scss */
  .news__item:first-of-type {
    width: calc(66.66% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 251, dev/sass/pages/news.scss */
  .news__item:first-of-type {
    width: calc(100% - 15px);
  }
}

/* line 263, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-img {
  height: 100%;
}

/* line 266, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-img-wrap {
  height: 100%;
}

@media screen and (max-width: 450px) {
  /* line 266, dev/sass/pages/news.scss */
  .news__item:first-of-type .news__item-img-wrap {
    height: auto;
    margin-bottom: 15px;
  }
}

/* line 274, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-img-wrap::after {
  opacity: .35;
}

/* line 280, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 30px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 990px) {
  /* line 280, dev/sass/pages/news.scss */
  .news__item:first-of-type .news__item-content {
    padding: 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 280, dev/sass/pages/news.scss */
  .news__item:first-of-type .news__item-content {
    display: block;
    position: static;
    height: auto;
    padding: 0;
  }
}

/* line 303, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-name,
.news__item:first-of-type .news__item-desc,
.news__item:first-of-type .news__item-date {
  color: white;
}

@media screen and (max-width: 450px) {
  /* line 303, dev/sass/pages/news.scss */
  .news__item:first-of-type .news__item-name,
  .news__item:first-of-type .news__item-desc,
  .news__item:first-of-type .news__item-date {
    color: #333333;
  }
}

/* line 313, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-name {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

/* line 317, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-date {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: auto;
}

/* line 322, dev/sass/pages/news.scss */
.news__item:first-of-type .news__item-desc {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media screen and (max-width: 450px) {
  /* line 322, dev/sass/pages/news.scss */
  .news__item:first-of-type .news__item-desc {
    margin-bottom: 10px;
  }
}

/* line 331, dev/sass/pages/news.scss */
.news__item:not(:first-of-type) {
  width: calc(25% - 25px);
}

@media screen and (max-width: 768px) {
  /* line 331, dev/sass/pages/news.scss */
  .news__item:not(:first-of-type) {
    width: calc(33.33% - 15px);
  }
}

@media screen and (max-width: 600px) {
  /* line 331, dev/sass/pages/news.scss */
  .news__item:not(:first-of-type) {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 450px) {
  /* line 331, dev/sass/pages/news.scss */
  .news__item:not(:first-of-type) {
    width: calc(100% - 15px);
  }
}

/* line 346, dev/sass/pages/news.scss */
.news__item:not(:first-of-type) .news__item-img-wrap {
  margin-bottom: 15px;
}

/* line 350, dev/sass/pages/news.scss */
.news__item:not(:first-of-type) .news__item-name,
.news__item:not(:first-of-type) .news__item-date {
  color: #333333;
}

/* line 355, dev/sass/pages/news.scss */
.news__item:not(:first-of-type) .news__item-desc {
  color: #5A5A5A;
  margin-bottom: 10px;
}

/* line 362, dev/sass/pages/news.scss */
.news__item:hover .news__item-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 366, dev/sass/pages/news.scss */
.news__item:hover .news__item-img-wrap::after {
  opacity: .35;
}

/* line 374, dev/sass/pages/news.scss */
.news__item:hover:not(:first-of-type) .news__item-name,
.news__item:hover:not(:first-of-type) .news__item-desc,
.news__item:hover:not(:first-of-type) .news__item-date {
  color: #0B9A42;
}

/* line 1, dev/sass/modules/header.scss */
header {
  position: absolute;
  width: calc(100% - 20px);
  top: 15px;
  z-index: 101;
  min-width: 980px;
}

@media screen and (max-width: 1152px) {
  /* line 1, dev/sass/modules/header.scss */
  header {
    min-width: unset;
    width: 100%;
    top: 0;
  }
}

/* line 14, dev/sass/modules/header.scss */
header.fixed {
  width: calc(90% - 34px);
  position: fixed;
  top: 0;
}

@media screen and (max-width: 1152px) {
  /* line 14, dev/sass/modules/header.scss */
  header.fixed {
    width: calc(100% - 16px);
  }
}

/* line 23, dev/sass/modules/header.scss */
header.fixed .header-catalog__wrap {
  height: calc(100vh - 130px);
}

@media screen and (max-width: 600px) {
  /* line 23, dev/sass/modules/header.scss */
  header.fixed .header-catalog__wrap {
    height: calc(100vh - 65px);
  }
}

/* line 33, dev/sass/modules/header.scss */
.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: white;
  border-bottom: 1px solid #F2F2F2;
}

/* line 38, dev/sass/modules/header.scss */
.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 95px;
}

@media screen and (max-width: 1440px) {
  /* line 38, dev/sass/modules/header.scss */
  .header-logo {
    min-width: 50px;
  }
}

@media screen and (max-width: 600px) {
  /* line 38, dev/sass/modules/header.scss */
  .header-logo {
    min-width: 100px;
    margin-right: auto;
  }
}

@media screen and (max-width: 450px) {
  /* line 38, dev/sass/modules/header.scss */
  .header-logo {
    min-width: 50px;
  }
}

/* line 57, dev/sass/modules/header.scss */
.header-logo:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 62, dev/sass/modules/header.scss */
.header__phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 66, dev/sass/modules/header.scss */
.header__phone-wrap {
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  position: relative;
}

@media screen and (max-width: 768px) {
  /* line 66, dev/sass/modules/header.scss */
  .header__phone-wrap {
    -webkit-box-flex: unset;
    -webkit-flex-grow: unset;
        -ms-flex-positive: unset;
            flex-grow: unset;
  }
}

@media screen and (max-width: 600px) {
  /* line 66, dev/sass/modules/header.scss */
  .header__phone-wrap {
    height: auto;
    padding: 0 10px;
  }
}

/* line 84, dev/sass/modules/header.scss */
.header__phone-wrap.active {
  background: #F2F2F2;
}

/* line 87, dev/sass/modules/header.scss */
.header__phone-wrap.active .header__phone-mobile-dropdown {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

/* line 95, dev/sass/modules/header.scss */
.header__phone-item {
  font-size: 0.9375rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 25px 0 65px;
  height: 65px;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;
  text-transform: uppercase;
  color: #333333;
}

@media screen and (max-width: 1440px) {
  /* line 95, dev/sass/modules/header.scss */
  .header__phone-item {
    font-size: 0.75rem;
    padding: 0 15px 0 50px;
  }
}

@media screen and (max-width: 990px) {
  /* line 95, dev/sass/modules/header.scss */
  .header__phone-item {
    font-size: 0.625rem;
    padding: 0 10px 0 30px;
  }
}

@media screen and (max-width: 768px) {
  /* line 95, dev/sass/modules/header.scss */
  .header__phone-item {
    font-size: 0.75rem;
    height: auto;
    white-space: nowrap;
    padding: 15px 10px 15px 30px;
  }
}

@media screen and (max-width: 600px) {
  /* line 95, dev/sass/modules/header.scss */
  .header__phone-item {
    font-size: 1rem;
    width: 100%;
  }
}

/* line 130, dev/sass/modules/header.scss */
.header__phone-item::before {
  content: attr(data-code);
  padding-right: 5px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 137, dev/sass/modules/header.scss */
.header__phone-item:hover {
  color: #0B9A42;
}

/* line 142, dev/sass/modules/header.scss */
.header__phone-icon {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21px;
  height: 21px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  /* line 142, dev/sass/modules/header.scss */
  .header__phone-icon {
    left: 15px;
  }
}

@media screen and (max-width: 990px) {
  /* line 142, dev/sass/modules/header.scss */
  .header__phone-icon {
    left: 10px;
    width: 15px;
    height: 15px;
  }
}

/* line 163, dev/sass/modules/header.scss */
.header__phone-icon img {
  width: 100%;
  max-width: 100%;
}

/* line 169, dev/sass/modules/header.scss */
.header__phone-button {
  display: none;
}

/* line 174, dev/sass/modules/header.scss */
.header__phone-mobile-button {
  width: 55px;
  height: 65px;
  display: none;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 768px) {
  /* line 174, dev/sass/modules/header.scss */
  .header__phone-mobile-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 600px) {
  /* line 174, dev/sass/modules/header.scss */
  .header__phone-mobile-button {
    display: none;
  }
}

/* line 191, dev/sass/modules/header.scss */
.header__phone-mobile-button .icon {
  width: 20px;
  height: 20px;
}

/* line 197, dev/sass/modules/header.scss */
.header__phone-mobile-dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 197, dev/sass/modules/header.scss */
  .header__phone-mobile-dropdown {
    display: block;
    width: auto;
    background: white;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
            box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
  }
}

@media screen and (max-width: 600px) {
  /* line 197, dev/sass/modules/header.scss */
  .header__phone-mobile-dropdown {
    width: 100%;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
}

/* line 227, dev/sass/modules/header.scss */
.header__menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  /* line 227, dev/sass/modules/header.scss */
  .header__menu {
    width: calc(100% + 166px);
    margin-left: -166px;
    position: relative;
  }
  /* line 237, dev/sass/modules/header.scss */
  .header__menu::after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -1px;
    left: 0;
    background: #F2F2F2;
  }
}

@media screen and (max-width: 600px) {
  /* line 227, dev/sass/modules/header.scss */
  .header__menu {
    padding: 10px 0;
    width: auto;
    margin-left: 0;
    background: rgba(242, 242, 242, 0.5);
  }
}

/* line 255, dev/sass/modules/header.scss */
.header__menu li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 600px) {
  /* line 255, dev/sass/modules/header.scss */
  .header__menu li {
    width: 100%;
  }
}

/* line 263, dev/sass/modules/header.scss */
.header__menu a {
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  padding-left: 40px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  color: #333333;
}

@media screen and (max-width: 1680px) {
  /* line 263, dev/sass/modules/header.scss */
  .header__menu a {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 263, dev/sass/modules/header.scss */
  .header__menu a {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 990px) {
  /* line 263, dev/sass/modules/header.scss */
  .header__menu a {
    font-size: 0.75rem;
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  /* line 263, dev/sass/modules/header.scss */
  .header__menu a {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 263, dev/sass/modules/header.scss */
  .header__menu a {
    font-size: 1rem;
    width: 100%;
    height: auto;
    padding: 10px;
  }
}

/* line 298, dev/sass/modules/header.scss */
.header__menu a:hover {
  background: #F2F2F2;
  color: #0B9A42;
}

/* line 305, dev/sass/modules/header.scss */
.header__mail {
  padding: 0 15px;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 305, dev/sass/modules/header.scss */
  .header__mail {
    width: 55px;
    border-right: 1px solid #F2F2F2;
  }
}

@media screen and (max-width: 600px) {
  /* line 305, dev/sass/modules/header.scss */
  .header__mail {
    width: 100%;
    border-right: none;
  }
}

/* line 324, dev/sass/modules/header.scss */
.header__mail .icon {
  width: 25px;
  height: 25px;
  fill: #0B9A42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 331, dev/sass/modules/header.scss */
.header__mail:hover {
  background: #F2F2F2;
}

/* line 334, dev/sass/modules/header.scss */
.header__mail:hover .icon {
  fill: #333333;
}

/* line 340, dev/sass/modules/header.scss */
.header-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 600px) {
  /* line 340, dev/sass/modules/header.scss */
  .header-links {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* line 351, dev/sass/modules/header.scss */
.header-links__small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 280px;
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 1680px) {
  /* line 351, dev/sass/modules/header.scss */
  .header-links__small {
    max-width: unset;
    min-width: 250px;
  }
}

@media screen and (max-width: 1152px) {
  /* line 351, dev/sass/modules/header.scss */
  .header-links__small {
    min-width: 100px;
  }
}

@media screen and (max-width: 768px) {
  /* line 351, dev/sass/modules/header.scss */
  .header-links__small {
    min-width: 166px;
    height: 65px;
  }
}

@media screen and (max-width: 600px) {
  /* line 351, dev/sass/modules/header.scss */
  .header-links__small {
    width: auto;
    min-width: unset;
    height: auto;
    border-right: none;
  }
}

/* line 378, dev/sass/modules/header.scss */
.header-links__small-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 24px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  cursor: pointer;
}

@media screen and (max-width: 1680px) {
  /* line 378, dev/sass/modules/header.scss */
  .header-links__small-item {
    padding: 0 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 378, dev/sass/modules/header.scss */
  .header-links__small-item {
    width: 55px !important;
  }
}

@media screen and (max-width: 600px) {
  /* line 378, dev/sass/modules/header.scss */
  .header-links__small-item {
    width: 100% !important;
    border-bottom: 1px solid #F2F2F2;
  }
}

/* line 399, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(1) {
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 600px) {
  /* line 399, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(1) {
    border-bottom: none;
  }
}

/* line 407, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(1), .header-links__small-item:nth-child(2) {
  width: 50%;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 768px) {
  /* line 407, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(1), .header-links__small-item:nth-child(2) {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    border-bottom: none;
  }
}

@media screen and (max-width: 1152px) {
  /* line 418, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(1) .header-links__small-text, .header-links__small-item:nth-child(2) .header-links__small-text {
    display: none;
  }
}

/* line 425, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(2) {
  border-right: 1px solid #F2F2F2;
}

/* line 429, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(3) {
  width: 100%;
}

@media screen and (max-width: 768px) {
  /* line 429, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(3) {
    width: auto;
    border-right: 1px solid #F2F2F2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 439, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(3) .header-links__small-text {
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  /* line 439, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(3) .header-links__small-text {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  /* line 439, dev/sass/modules/header.scss */
  .header-links__small-item:nth-child(3) .header-links__small-text {
    display: block;
    margin: 0 0 0 15px;
    font-weight: normal;
  }
}

/* line 453, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(3) .icon-burger {
  stroke: transparent;
  fill: #333333;
}

/* line 458, dev/sass/modules/header.scss */
.header-links__small-item:nth-child(3) .icon-cross:not(.hidden-element) {
  stroke: Black;
}

/* line 463, dev/sass/modules/header.scss */
.header-links__small-item:hover {
  background: #F2F2F2;
}

/* line 466, dev/sass/modules/header.scss */
.header-links__small-item:hover .header-links__small-text {
  color: #0B9A42;
}

/* line 470, dev/sass/modules/header.scss */
.header-links__small-item:hover .icon {
  fill: #0B9A42;
}

/* line 476, dev/sass/modules/header.scss */
.header-links__small-icon {
  position: relative;
  min-width: 20px;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 1152px) {
  /* line 476, dev/sass/modules/header.scss */
  .header-links__small-icon {
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  /* line 476, dev/sass/modules/header.scss */
  .header-links__small-icon {
    margin: 0;
  }
}

/* line 490, dev/sass/modules/header.scss */
.header-links__small-icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1152px) {
  /* line 490, dev/sass/modules/header.scss */
  .header-links__small-icon .icon {
    width: 25px;
    height: 25px;
  }
}

/* line 508, dev/sass/modules/header.scss */
.header-links__small-icon .icon.hidden-element {
  display: none;
}

/* line 514, dev/sass/modules/header.scss */
.header-links__small-text {
  margin-left: 10px;
  color: #333333;
}

@media screen and (max-width: 600px) {
  /* line 514, dev/sass/modules/header.scss */
  .header-links__small-text {
    font-size: 1rem;
    margin-left: 15px;
  }
}

/* line 526, dev/sass/modules/header.scss */
.header-links__large {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 600px) {
  /* line 526, dev/sass/modules/header.scss */
  .header-links__large {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}

/* line 538, dev/sass/modules/header.scss */
.header-lc {
  width: 100%;
  max-width: 300px;
}

@media screen and (max-width: 1921px) {
  /* line 538, dev/sass/modules/header.scss */
  .header-lc {
    width: auto;
    max-width: unset;
  }
}

@media screen and (max-width: 600px) {
  /* line 538, dev/sass/modules/header.scss */
  .header-lc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 551, dev/sass/modules/header.scss */
.header-lc__button {
  height: 65px;
  position: relative;
  padding: 10px 20px 10px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

@media screen and (max-width: 1680px) {
  /* line 551, dev/sass/modules/header.scss */
  .header-lc__button {
    padding: 10px 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 551, dev/sass/modules/header.scss */
  .header-lc__button {
    border-left: 1px solid #F2F2F2;
    border-bottom: none;
  }
}

/* line 572, dev/sass/modules/header.scss */
.header-lc__button:not(:last-of-type) {
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 600px) {
  /* line 572, dev/sass/modules/header.scss */
  .header-lc__button:not(:last-of-type) {
    border-bottom: none;
  }
}

@media screen and (min-width: 1921px) {
  /* line 581, dev/sass/modules/header.scss */
  .header-lc__button:last-of-type .header-lc__button-text {
    max-width: unset;
    position: absolute;
    right: 20px;
    height: 100%;
    padding-left: calc(100% - 190px);
  }
}

@media screen and (min-width: 1681px) {
  /* line 591, dev/sass/modules/header.scss */
  .header-lc__button:last-of-type .header-lc__name {
    display: inline-block;
    vertical-align: -15px;
  }
}

/* line 599, dev/sass/modules/header.scss */
.header-lc__button-icon {
  position: relative;
  width: 25px;
  height: 25px;
}

.icon_num_products{
  position: absolute;
  font-weight: 600;
  right: -8px;
  top: -8px;
  background: #e47127;
  font-size: 0.675rem;
  line-height: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}

/* line 604, dev/sass/modules/header.scss */
.header-lc__button-icon .icon {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  fill: #0B9A42;
}

/* line 618, dev/sass/modules/header.scss */
.header-lc__button-text {
  max-width: 190px;
  width: 100%;
}

@media screen and (max-width: 1921px) {
  /* line 618, dev/sass/modules/header.scss */
  .header-lc__button-text {
    max-width: unset;
    min-width: 250px;
    position: absolute;
    width: auto;
    height: 100%;
    left: auto;
    right: 0;
    top: 0;
    background: white;
    padding: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 450px) {
  /* line 618, dev/sass/modules/header.scss */
  .header-lc__button-text {
    left: auto;
    top: 100%;
  }
}

/* line 643, dev/sass/modules/header.scss */
.header-lc__button-text a {
  position: relative;
  font-style: normal;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 136%;
  color: #0B9A42;
}

/* line 651, dev/sass/modules/header.scss */
.header-lc__button-text a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 50%;
  bottom: 2px;
  background: #0B9A42;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 663, dev/sass/modules/header.scss */
.header-lc__button-text a:hover {
  color: #333333;
}

/* line 666, dev/sass/modules/header.scss */
.header-lc__button-text a:hover::after {
  width: 0;
  background: #333333;
}

/* line 675, dev/sass/modules/header.scss */
.header-lc__button.active {
  background: rgba(242, 242, 242, 0.5);
}

@media screen and (max-width: 1921px) {
  /* line 678, dev/sass/modules/header.scss */
  .header-lc__button.active .header-lc__button-text {
    opacity: 1;
    visibility: visible;
    left: auto;
    right: 100%;
    -webkit-box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
            box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
  }
}

@media screen and (max-width: 450px) {
  /* line 689, dev/sass/modules/header.scss */
  .header-lc__button.active:first-of-type .header-lc__button-text {
    right: calc(-100% - 1px);
  }
}

@media screen and (max-width: 450px) {
  /* line 697, dev/sass/modules/header.scss */
  .header-lc__button.active:last-of-type .header-lc__button-text {
    right: 0;
  }
}

@media screen and (min-width: 769px) {
  /* line 705, dev/sass/modules/header.scss */
  .header-lc__button:hover {
    background: rgba(242, 242, 242, 0.5);
  }
}

@media screen and (min-width: 769px) and (max-width: 1921px) {
  /* line 711, dev/sass/modules/header.scss */
  .header-lc__button:hover .header-lc__button-text {
    opacity: 1;
    visibility: visible;
    left: auto;
    right: 100%;
    -webkit-box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
            box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
  }
}

/* line 725, dev/sass/modules/header.scss */
.header-lc__name {
  font-style: normal;
  font-weight: bold;
  font-size: 0.8125rem;
  line-height: 138%;
  color: #333333;
}

/* line 733, dev/sass/modules/header.scss */
.header-lc__link {
  color: #0B9A42;
}

/* line 739, dev/sass/modules/header.scss */
.header-lc__basket .header-lc__name,
.header-lc__basket .header-lc__link {
  text-transform: uppercase;
}

/* line 746, dev/sass/modules/header.scss */
.header__search {
  width: 100%;
  max-width: 280px;
  height: 65px;
  background: #F2F2F2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1680px) {
  /* line 746, dev/sass/modules/header.scss */
  .header__search {
    position: relative;
    width: auto;
    max-width: unset;
  }
}

@media screen and (max-width: 600px) {
  /* line 746, dev/sass/modules/header.scss */
  .header__search {
    position: static;
  }
}

/* line 766, dev/sass/modules/header.scss */
.header__search-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1680px) {
  /* line 766, dev/sass/modules/header.scss */
  .header__search-form {
    width: 280px;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 766, dev/sass/modules/header.scss */
  .header__search-form {
    width: 100%;
    left: -100%;
    top: 100%;
  }
}

/* line 787, dev/sass/modules/header.scss */
.header__search-form input[type="search"] {
  font-size: 1rem;
  padding: 0 0 0 40px;
  border: none;
  width: calc(100% - 60px);
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
}

/* line 9, dev/sass/utils/mixins.scss */
.header__search-form input[type="search"]::-webkit-input-placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
  opacity: 0.6;
}

/* line 13, dev/sass/utils/mixins.scss */
.header__search-form input[type="search"]:-moz-placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
  opacity: 0.6;
}

/* line 17, dev/sass/utils/mixins.scss */
.header__search-form input[type="search"]::-moz-placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
  opacity: 0.6;
}

/* line 21, dev/sass/utils/mixins.scss */
.header__search-form input[type="search"]:-ms-input-placeholder {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  color: #333333;
  opacity: 0.6;
}

@media screen and (max-width: 1680px) {
  /* line 787, dev/sass/modules/header.scss */
  .header__search-form input[type="search"] {
    padding-left: 15px;
  }
}

/* line 812, dev/sass/modules/header.scss */
.header__search-button {
  width: 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 823, dev/sass/modules/header.scss */
.header__search-button .icon {
  fill: transparent;
  stroke: #4F4F4F;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  /* line 823, dev/sass/modules/header.scss */
  .header__search-button .icon {
    width: 25px;
    height: 25px;
  }
}

/* line 834, dev/sass/modules/header.scss */
.header__search-button:hover {
  background: #333333;
}

/* line 837, dev/sass/modules/header.scss */
.header__search-button:hover .icon {
  stroke: #0B9A42;
}

/* line 844, dev/sass/modules/header.scss */
.header__search.active .header__search-form {
  opacity: 1;
  visibility: visible;
  background: white;
  left: 100%;
  z-index: 1;
  -webkit-box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
          box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
}

@media screen and (max-width: 600px) {
  /* line 844, dev/sass/modules/header.scss */
  .header__search.active .header__search-form {
    left: 0;
    z-index: 2;
  }
}

/* line 859, dev/sass/modules/header.scss */
.header__search.active > .header__search-button .icon {
  display: none;
}

/* line 862, dev/sass/modules/header.scss */
.header__search.active > .header__search-button .icon.hidden-element {
  display: block;
}

/* line 869, dev/sass/modules/header.scss */
.header__search > .header__search-button {
  display: none;
}

@media screen and (max-width: 1680px) {
  /* line 869, dev/sass/modules/header.scss */
  .header__search > .header__search-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (max-width: 990px) {
  /* line 869, dev/sass/modules/header.scss */
  .header__search > .header__search-button {
    width: 55px;
  }
}

/* line 882, dev/sass/modules/header.scss */
.header-catalog {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 100%;
}

@media screen and (max-width: 600px) {
  /* line 882, dev/sass/modules/header.scss */
  .header-catalog {
    max-height: 100%;
    overflow: auto;
  }
}

/* line 892, dev/sass/modules/header.scss */
.header-catalog__wrap {
  position: absolute;
  height: calc(100vh - 153px);
  width: 100%;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  z-index: 1;
  background: white;
  -webkit-box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
          box-shadow: -5px 5px 15px rgba(130, 130, 130, 0.5);
}

@media screen and (max-width: 990px) {
  /* line 892, dev/sass/modules/header.scss */
  .header-catalog__wrap {
    height: calc(100vh - 138px);
  }
}

@media screen and (max-width: 600px) {
  /* line 892, dev/sass/modules/header.scss */
  .header-catalog__wrap {
    height: calc(100vh - 73px);
  }
}

/* line 913, dev/sass/modules/header.scss */
.header-catalog__sidebar {
  padding: 25px;
  width: 300px;
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 768px) {
  /* line 913, dev/sass/modules/header.scss */
  .header-catalog__sidebar {
    width: 175px;
    padding: 10px;
  }
}

@media screen and (max-width: 600px) {
  /* line 913, dev/sass/modules/header.scss */
  .header-catalog__sidebar {
    width: 100%;
    padding: 0;
  }
}

/* line 928, dev/sass/modules/header.scss */
.header-catalog__sidebar ul {
  padding: 0;
}

/* line 935, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li:hover a, .header-catalog__sidebar ul li.active a {
  color: #0B9A42;
}

/* line 938, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li:hover a .icon, .header-catalog__sidebar ul li.active a .icon {
  stroke: #0B9A42;
  -webkit-transform: translate(5px, -50%);
      -ms-transform: translate(5px, -50%);
          transform: translate(5px, -50%);
}

/* line 943, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li:hover a::after, .header-catalog__sidebar ul li.active a::after {
  width: 100%;
}

/* line 949, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li a {
  font-size: 1.125rem;
  width: 100%;
  padding: 15px 40px 15px 0;
  position: relative;
  color: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 949, dev/sass/modules/header.scss */
  .header-catalog__sidebar ul li a {
    font-size: 1rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 949, dev/sass/modules/header.scss */
  .header-catalog__sidebar ul li a {
    padding-left: 10px;
  }
}

/* line 965, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li a .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: transparent;
  stroke: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 977, dev/sass/modules/header.scss */
.header-catalog__sidebar ul li a::after {
  content: '';
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0B9A42;
}

/* line 992, dev/sass/modules/header.scss */
.header-catalog__content {
  width: calc(100% - 300px);
  max-height: 100%;
  background: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 992, dev/sass/modules/header.scss */
  .header-catalog__content {
    width: calc(100% - 175px);
  }
}

@media screen and (max-width: 600px) {
  /* line 992, dev/sass/modules/header.scss */
  .header-catalog__content {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  /* line 992, dev/sass/modules/header.scss */
  .header-catalog__content {
    position: absolute;
    left: -100%;
    opacity: 0;
    visibility: hidden;
    height: 100%;
  }
}

/* line 1014, dev/sass/modules/header.scss */
.header-catalog__content.active {
  left: 0;
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

/* line 1021, dev/sass/modules/header.scss */
.header-catalog__content-tab {
  padding: 25px 0 25px 25px;
  display: none;
  max-height: 100%;
  overflow: auto;
}

/* line 27, dev/sass/utils/mixins.scss */
.header-catalog__content-tab::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media screen and (max-width: 768px) {
  /* line 1021, dev/sass/modules/header.scss */
  .header-catalog__content-tab {
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 450px) {
  /* line 1033, dev/sass/modules/header.scss */
  .header-catalog__content-tab .mCSB_container > .header-catalog__back {
    display: block;
  }
}

@media screen and (max-width: 450px) {
  /* line 1040, dev/sass/modules/header.scss */
  .header-catalog__content-tab > .header-catalog__back {
    display: block;
  }
}

/* line 1046, dev/sass/modules/header.scss */
.header-catalog__content-tab.active {
  display: block;
}

/* line 1052, dev/sass/modules/header.scss */
.header-catalog__tittle {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 140%;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  /* line 1052, dev/sass/modules/header.scss */
  .header-catalog__tittle {
    font-size: 1.125rem;
  }
}

/* line 1063, dev/sass/modules/header.scss */
.header-catalog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 1068, dev/sass/modules/header.scss */
.header-catalog__col {
  width: 33.33%;
  padding-right: 25px;
}

@media screen and (max-width: 1152px) {
  /* line 1068, dev/sass/modules/header.scss */
  .header-catalog__col {
    width: 50%;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* line 1068, dev/sass/modules/header.scss */
  .header-catalog__col {
    padding-right: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1068, dev/sass/modules/header.scss */
  .header-catalog__col {
    width: 100%;
    padding-right: 0;
  }
}

/* line 1088, dev/sass/modules/header.scss */
.header-catalog__group:not(:last-of-type) {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  /* line 1088, dev/sass/modules/header.scss */
  .header-catalog__group:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1096, dev/sass/modules/header.scss */
  .header-catalog__group:last-of-type {
    margin-bottom: 15px;
  }
}

/* line 1103, dev/sass/modules/header.scss */
.header-catalog__group-tittle {
  font-size: 1rem;
  line-height: 140%;
  font-weight: bold;
  padding: 0 0 0 30px;
  position: relative;
  margin-bottom: 15px;
}

/* line 1111, dev/sass/modules/header.scss */
.header-catalog__group-tittle .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  left: 0;
  top: 0;
  fill: #0B9A42;
}

@media screen and (max-width: 600px) {
  /* line 1121, dev/sass/modules/header.scss */
  .header-catalog__group-list {
    padding-left: 10px;
  }
}

/* line 1128, dev/sass/modules/header.scss */
.header-catalog__group-list li:not(:last-of-type) {
  margin-bottom: 5px;
}

/* line 1133, dev/sass/modules/header.scss */
.header-catalog__group-list a {
  font-size: 0.8125rem;
  line-height: 140%;
  color: #333333;
}

@media screen and (max-width: 768px) {
  /* line 1133, dev/sass/modules/header.scss */
  .header-catalog__group-list a {
    font-size: 0.6875rem;
  }
}

/* line 1142, dev/sass/modules/header.scss */
.header-catalog__group-list a:hover {
  color: #0B9A42;
}

/* line 1147, dev/sass/modules/header.scss */
.header-catalog__group-list > li > .header-catalog__inner {
  display: block;
}

/* line 1153, dev/sass/modules/header.scss */
.header-catalog__group-all {
  display: none;
  position: relative;
  color: #333333;
  font-size: 0.9375rem;
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  /* line 1153, dev/sass/modules/header.scss */
  .header-catalog__group-all {
    font-size: 0.75rem;
  }
}

/* line 1164, dev/sass/modules/header.scss */
.header-catalog__group-all-wrap {
  text-align: center;
}

/* line 1168, dev/sass/modules/header.scss */
.header-catalog__group-all-count {
  padding-left: 5px;
}

/* line 1171, dev/sass/modules/header.scss */
.header-catalog__group-all-count::before {
  content: '(';
}

/* line 1175, dev/sass/modules/header.scss */
.header-catalog__group-all-count::after {
  content: ')';
}

/* line 1180, dev/sass/modules/header.scss */
.header-catalog__group-all .icon {
  width: 15px;
  height: 15px;
  fill: transparent;
  stroke: #0B9A42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 1180, dev/sass/modules/header.scss */
  .header-catalog__group-all .icon {
    width: 10px;
    height: 10px;
  }
}

/* line 1193, dev/sass/modules/header.scss */
.header-catalog__group-all:hover {
  color: #0B9A42;
}

/* line 1198, dev/sass/modules/header.scss */
.header-catalog__group-all.active .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 1207, dev/sass/modules/header.scss */
.header-catalog__inner-tittle {
  position: relative;
  font-size: 0.9375rem;
  line-height: 140%;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  /* line 1207, dev/sass/modules/header.scss */
  .header-catalog__inner-tittle {
    font-size: 0.8125rem;
  }
}

/* line 1218, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.has-dropdown {
  padding-right: 30px;
}

/* line 1221, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.has-dropdown > a {
  padding-left: 0;
}

/* line 1224, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.has-dropdown > a::after {
  display: none;
}

/* line 1229, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.has-dropdown .header-catalog__inner-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 1235, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.active a {
  color: #0B9A42;
}

/* line 1239, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.active .header-catalog__inner-button {
  background: #0B9A42;
}

/* line 1242, dev/sass/modules/header.scss */
.header-catalog__inner-tittle.active .header-catalog__inner-button .icon {
  stroke: white;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

/* line 1250, dev/sass/modules/header.scss */
.header-catalog__inner-button {
  display: none;
  position: absolute;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  height: 20px;
  padding: 3px;
  right: 0;
  top: 2px;
  border: 1px solid #0B9A42;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

/* line 1266, dev/sass/modules/header.scss */
.header-catalog__inner-button .icon {
  width: 10px;
  height: 10px;
  stroke: #0B9A42;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 1274, dev/sass/modules/header.scss */
.header-catalog__inner-button:hover {
  background: #0B9A42;
}

/* line 1277, dev/sass/modules/header.scss */
.header-catalog__inner-button:hover .icon {
  stroke: white;
}

/* line 1283, dev/sass/modules/header.scss */
.header-catalog__inner-dropdown {
  padding-left: 15px;
  border-left: 1px solid #0B9A42;
  display: none;
}

@media screen and (max-width: 768px) {
  /* line 1283, dev/sass/modules/header.scss */
  .header-catalog__inner-dropdown {
    padding-left: 10px;
  }
}

/* line 1294, dev/sass/modules/header.scss */
.header-catalog__inner-dropdown li .header-catalog__inner-tittle:not(.has-dropdown) a {
  padding-left: 0;
}

/* line 1297, dev/sass/modules/header.scss */
.header-catalog__inner-dropdown li .header-catalog__inner-tittle:not(.has-dropdown) a::after {
  display: none;
}

/* line 1304, dev/sass/modules/header.scss */
.header-catalog__inner-dropdown a {
  position: relative;
  padding-left: 15px;
}

/* line 1308, dev/sass/modules/header.scss */
.header-catalog__inner-dropdown a::after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0B9A42;
}

/* line 1322, dev/sass/modules/header.scss */
.header-catalog__back {
  font-size: 1.125rem;
  position: relative;
  padding-left: 15px;
  line-height: 140%;
  display: none;
  margin-bottom: 5px;
  margin-bottom: 15px;
}

/* line 1331, dev/sass/modules/header.scss */
.header-catalog__back .icon {
  position: absolute;
  width: 25px;
  height: 25px;
  padding: 3px 0;
  left: -10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: #0B9A42;
  fill: transparent;
  margin-bottom: 5px;
}

/* line 1346, dev/sass/modules/header.scss */
.header .icon-cross {
  stroke: #333333;
}

/* line 1351, dev/sass/modules/header.scss */
.with-menu {
  position: relative;
  cursor: pointer;
  padding-right: 0 !important;
  border-bottom: 1px solid transparent;
}

@media screen and (max-width: 990px) {
  /* line 1351, dev/sass/modules/header.scss */
  .with-menu {
    padding: 0 15px 0 0;
  }
}

/* line 1361, dev/sass/modules/header.scss */
.with-menu__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  width: 10px;
  height: 10px;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
  /* line 1361, dev/sass/modules/header.scss */
  .with-menu__button {
    right: 10px;
    width: 20px;
    height: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1361, dev/sass/modules/header.scss */
  .with-menu__button {
    top: 15px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 1383, dev/sass/modules/header.scss */
.with-menu__button .icon {
  width: 100%;
  height: 100%;
  fill: transparent;
  stroke: #0B9A42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (min-width: 991px) {
  /* line 1395, dev/sass/modules/header.scss */
  .with-menu:hover .icon {
    -webkit-transform: rotateX(180deg);
            transform: rotateX(180deg);
  }
  /* line 1399, dev/sass/modules/header.scss */
  .with-menu:hover .inner-menu {
    opacity: 1;
    visibility: visible;
  }
}

/* line 1406, dev/sass/modules/header.scss */
.with-menu.active {
  border-bottom-color: #0B9A42;
}

/* line 1409, dev/sass/modules/header.scss */
.with-menu.active .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 1413, dev/sass/modules/header.scss */
.with-menu.active .inner-menu {
  opacity: 1;
  visibility: visible;
}

@media screen and (min-width: 601px) {
  /* line 1420, dev/sass/modules/header.scss */
  .inner-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
    height: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    background: #F2F2F2;
    max-width: unset;
  }
}

@media screen and (max-width: 600px) {
  /* line 1420, dev/sass/modules/header.scss */
  .inner-menu {
    display: none;
  }
}

/* line 1438, dev/sass/modules/header.scss */
.inner-menu a {
  white-space: nowrap;
  padding: 0 10px;
  color: #333333 !important;
}

/* line 1443, dev/sass/modules/header.scss */
.inner-menu a::after {
  display: none;
}

/* line 1, dev/sass/modules/footer.scss */
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 450px) {
  /* line 1, dev/sass/modules/footer.scss */
  .footer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 8, dev/sass/modules/footer.scss */
.footer__contacts {
  min-width: 300px;
  padding: 35px;
  background-color: #333333;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/ekt-gray.svg);
  background-position: left 150% center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  /* line 8, dev/sass/modules/footer.scss */
  .footer__contacts {
    min-width: 170px;
    width: auto;
    padding: 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 8, dev/sass/modules/footer.scss */
  .footer__contacts {
    width: 100%;
  }
}

/* line 26, dev/sass/modules/footer.scss */
.footer__contacts-phones {
  margin-bottom: 5px;
}

/* line 29, dev/sass/modules/footer.scss */
.footer__contacts-phones a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 166.3%;
  color: #F2F2F2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 37, dev/sass/modules/footer.scss */
.footer__contacts-phones a:hover {
  color: #0B9A42;
}

/* line 43, dev/sass/modules/footer.scss */
.footer__contacts-mail {
  font-style: normal;
  font-weight: 300;
  line-height: 166.3%;
  text-align: right;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: white;
  font-size: 0.875rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
}

/* line 54, dev/sass/modules/footer.scss */
.footer__contacts-mail:hover {
  color: #0B9A42;
}

/* line 60, dev/sass/modules/footer.scss */
.footer__contacts-social li {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
}

/* line 66, dev/sass/modules/footer.scss */
.footer__contacts-social li:not(:last-of-type) {
  margin-right: 17px;
}

/* line 70, dev/sass/modules/footer.scss */
.footer__contacts-social li .icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: white;
}

/* line 80, dev/sass/modules/footer.scss */
.footer__contacts-social li:hover .icon {
  fill: #0B9A42;
}

/* line 89, dev/sass/modules/footer.scss */
.footer__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  /* line 89, dev/sass/modules/footer.scss */
  .footer__main {
    width: auto;
  }
}

/* line 99, dev/sass/modules/footer.scss */
.footer__menu {
  width: 60%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 35px 0 50px 0;
  background: #4F4F4F;
}

@media screen and (max-width: 1440px) {
  /* line 99, dev/sass/modules/footer.scss */
  .footer__menu {
    padding: 35px 0 0 0;
  }
}

@media screen and (max-width: 990px) {
  /* line 99, dev/sass/modules/footer.scss */
  .footer__menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 768px) {
  /* line 99, dev/sass/modules/footer.scss */
  .footer__menu {
    padding: 15px 15px 0 0;
  }
}

/* line 118, dev/sass/modules/footer.scss */
.footer__menu-block {
  display: inline-block;
  float: left;
  width: auto;
  min-width: 17%;
  max-width: 22%;
  padding-left: 35px;
}

@media screen and (max-width: 1680px) {
  /* line 118, dev/sass/modules/footer.scss */
  .footer__menu-block {
    padding-left: 15px;
    width: 20%;
    min-width: unset;
    max-width: unset;
  }
}

@media screen and (max-width: 1152px) {
  /* line 118, dev/sass/modules/footer.scss */
  .footer__menu-block {
    width: 33.33%;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 118, dev/sass/modules/footer.scss */
  .footer__menu-block {
    width: 50%;
  }
}

/* line 143, dev/sass/modules/footer.scss */
.footer__menu-block li:not(:last-of-type) {
  margin-bottom: 10px;
}

/* line 148, dev/sass/modules/footer.scss */
.footer__menu-block a {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 110%;
  color: #F2F2F2;
  opacity: 0.5;
}

/* line 156, dev/sass/modules/footer.scss */
.footer__menu-block a:hover {
  color: #0B9A42;
  opacity: 1;
}

/* line 163, dev/sass/modules/footer.scss */
.footer__menu-tittle {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: normal;
  line-height: 166.3%;
  text-transform: uppercase;
  color: #F2F2F2;
  margin-bottom: 3px;
}

/* line 174, dev/sass/modules/footer.scss */
.footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #4F4F4F;
  padding: 35px 80px 35px 0;
}

@media screen and (max-width: 1680px) {
  /* line 174, dev/sass/modules/footer.scss */
  .footer__copy {
    padding: 35px 35px 35px 0;
  }
}

@media screen and (max-width: 1440px) {
  /* line 174, dev/sass/modules/footer.scss */
  .footer__copy {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  /* line 174, dev/sass/modules/footer.scss */
  .footer__copy {
    padding: 15px 15px 15px 0;
  }
}

@media screen and (max-width: 450px) {
  /* line 174, dev/sass/modules/footer.scss */
  .footer__copy {
    padding: 15px;
  }
}

/* line 196, dev/sass/modules/footer.scss */
.footer__copy-content {
  margin-top: auto;
  text-align: right;
}

@media screen and (max-width: 450px) {
  /* line 196, dev/sass/modules/footer.scss */
  .footer__copy-content {
    text-align: center;
  }
}

/* line 205, dev/sass/modules/footer.scss */
.footer__copy-company {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 166.3%;
  text-align: right;
  color: #F2F2F2;
  opacity: 0.6;
  margin-bottom: 5px;
}

@media screen and (max-width: 450px) {
  /* line 205, dev/sass/modules/footer.scss */
  .footer__copy-company {
    text-align: center;
  }
}

/* line 220, dev/sass/modules/footer.scss */
.footer__copy-ml {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 166.3%;
  text-align: right;
  color: white;
}

@media screen and (max-width: 450px) {
  /* line 220, dev/sass/modules/footer.scss */
  .footer__copy-ml {
    text-align: center;
  }
}

/* line 232, dev/sass/modules/footer.scss */
.footer__copy-ml a {
  color: #0B9A42;
}

/* line 235, dev/sass/modules/footer.scss */
.footer__copy-ml a:hover {
  color: white;
}

/* line 241, dev/sass/modules/footer.scss */
.footer__copy-erip {
  width: 100px;
  height: auto;
  margin-bottom: 5px;
}

/* line 246, dev/sass/modules/footer.scss */
.footer__copy-erip:hover {
  opacity: .5;
}

/* line 1, dev/sass/modules/breadcrums.scss */
.breadcrumbs {
  font-style: normal;
  font-weight: normal;
  font-size: 0.6875rem;
  line-height: 136%;
  text-transform: uppercase;
}

/* line 8, dev/sass/modules/breadcrums.scss */
.breadcrumbs span,
.breadcrumbs a {
  color: white;
}

/* line 13, dev/sass/modules/breadcrums.scss */
.breadcrumbs a {
  padding-right: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}

/* line 18, dev/sass/modules/breadcrums.scss */
.breadcrumbs a::after {
  content: '';
  position: absolute;
  right: 7px;
  width: 8px;
  height: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: white;
}

/* line 30, dev/sass/modules/breadcrums.scss */
.breadcrumbs a:hover {
  opacity: 0.5;
}

/* line 35, dev/sass/modules/breadcrums.scss */
.breadcrumbs--gray {
  margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
  /* line 35, dev/sass/modules/breadcrums.scss */
  .breadcrumbs--gray {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  /* line 35, dev/sass/modules/breadcrums.scss */
  .breadcrumbs--gray {
    margin-bottom: 15px;
  }
}

/* line 45, dev/sass/modules/breadcrums.scss */
.breadcrumbs--gray span {
  color: #828282;
}

/* line 50, dev/sass/modules/breadcrums.scss */
.breadcrumbs--gray a::after {
  background: #828282;
}

/* line 54, dev/sass/modules/breadcrums.scss */
.breadcrumbs--gray a:hover {
  opacity: 1;
}

/* line 57, dev/sass/modules/breadcrums.scss */
.breadcrumbs--gray a:hover span {
  color: #0B9A42;
}

/* line 66, dev/sass/modules/breadcrums.scss */
.bx-breadcrumb-item {
  display: inline-block;
}

/* line 1, dev/sass/modules/current.scss */
.out {
  margin: 0 auto;
  padding: 15px 10px 90px;
  max-width: 1280px;
  min-width: 980px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding-top: 146px;
}

@media screen and (max-width: 1152px) {
  /* line 1, dev/sass/modules/current.scss */
  .out {
    min-width: unset;
    max-width: unset;
    padding: 131px 0 0 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/current.scss */
  .out {
    min-width: unset;
    max-width: unset;
    padding: 65px 0 0 0;
  }
}

/* line 23, dev/sass/modules/current.scss */
.l-layout {
  display: table;
  width: 100%;
  table-layout: fixed;
  background: #fff;
}

/* line 30, dev/sass/modules/current.scss */
.sidebar {
  padding: 15px 0;
  background-color: #fff;
  position: relative;
  display: table-cell;
  vertical-align: top;
  width: 300px;
  background: #f9f9f9;
}

@media screen and (max-width: 768px) {
  /* line 30, dev/sass/modules/current.scss */
  .sidebar {
    display: none;
  }
}

/* line 44, dev/sass/modules/current.scss */
.main {
  position: relative;
  display: table-cell;
  vertical-align: top;
  background: #fff;
  overflow: hidden;
}

/* line 51, dev/sass/modules/current.scss */
.main--custom {
  overflow: unset;
}

/* line 54, dev/sass/modules/current.scss */
.main--custom .topic {
  display: none;
}

/* line 58, dev/sass/modules/current.scss */
.main--custom .wrapper {
  padding-top: 15px;
}

/* line 63, dev/sass/modules/current.scss */
.main__in {
  position: static;
  padding-bottom: 168px;
}

/* line 67, dev/sass/modules/current.scss */
.main__in .topic {
  display: none;
}

/* line 73, dev/sass/modules/current.scss */
.topic {
  color: #fff;
  font-size: 16px;
  font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-color: #0b9a42;
}

/* line 82, dev/sass/modules/current.scss */
.wrapper {
  width: 100%;
  padding: 30px 45px 70px 45px;
  line-height: 24px;
}

@media screen and (max-width: 990px) {
  /* line 82, dev/sass/modules/current.scss */
  .wrapper {
    padding: 10px;
  }
}

/* line 93, dev/sass/modules/current.scss */
.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  opacity: 0;
}

/* line 109, dev/sass/modules/current.scss */
.jq-selectbox .jq-selectbox__select {
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background: white;
  border-color: #c5c5c5;
}

/* line 116, dev/sass/modules/current.scss */
.jq-selectbox__select {
  height: auto;
  padding: 0 40px 0 0;
  border: 1px solid #f2f2f2;
  border-bottom-color: #f2f2f2;
  -webkit-border-radius: 0;
          border-radius: 0;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
}

/* line 126, dev/sass/modules/current.scss */
.jq-selectbox__select-text {
  padding: 13px 18px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 100%;
}

/* line 135, dev/sass/modules/current.scss */
.jq-selectbox__trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  border-left: none;
}

/* line 142, dev/sass/modules/current.scss */
.jq-selectbox__trigger-arrow {
  position: static;
  top: 0;
  right: 0;
  width: 8px;
  height: 5px;
  border: none;
  background-image: url(/bitrix/templates/ekt/css/../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
}

/* line 156, dev/sass/modules/current.scss */
.jq-selectbox__dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  background: #FFF;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* line 166, dev/sass/modules/current.scss */
.jq-selectbox__dropdown li {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 169, dev/sass/modules/current.scss */
.jq-selectbox__dropdown li.selected, .jq-selectbox__dropdown li:hover {
  background: #0b9a42;
}

/* line 1, dev/sass/modules/info.scss */
.info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #F2F2F2;
}

/* line 7, dev/sass/modules/info.scss */
.info__item {
  width: 25%;
  padding: 55px;
  outline: 1px solid #DFDFDF;
}

@media screen and (max-width: 1440px) {
  /* line 7, dev/sass/modules/info.scss */
  .info__item {
    padding: 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 7, dev/sass/modules/info.scss */
  .info__item {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 7, dev/sass/modules/info.scss */
  .info__item {
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  /* line 7, dev/sass/modules/info.scss */
  .info__item {
    width: 100%;
  }
}

/* line 29, dev/sass/modules/info.scss */
.info__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 35px;
}

@media screen and (max-width: 1440px) {
  /* line 29, dev/sass/modules/info.scss */
  .info__tittle {
    margin-bottom: 25px;
    font-size: 22px;
  }
}

@media screen and (max-width: 990px) {
  /* line 29, dev/sass/modules/info.scss */
  .info__tittle {
    margin-bottom: 15px;
    font-size: 20px;
  }
}

/* line 49, dev/sass/modules/info.scss */
.info__desc {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 159.69%;
  color: #828282;
}

@media screen and (max-width: 990px) {
  /* line 49, dev/sass/modules/info.scss */
  .info__desc {
    font-size: 15px;
  }
}

/* line 1, dev/sass/modules/quote.scss */
.quote {
  background: #0B9A42;
}

/* line 4, dev/sass/modules/quote.scss */
.quote__content {
  width: 61%;
  margin: 0 auto;
  padding: 65px 0;
}

@media screen and (max-width: 1440px) {
  /* line 4, dev/sass/modules/quote.scss */
  .quote__content {
    padding: 45px 0;
  }
}

@media screen and (max-width: 990px) {
  /* line 4, dev/sass/modules/quote.scss */
  .quote__content {
    width: 85%;
    padding: 25px 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 4, dev/sass/modules/quote.scss */
  .quote__content {
    padding: 15px 0;
  }
}

/* line 23, dev/sass/modules/quote.scss */
.quote__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 132.19%;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #FFFFFF;
  opacity: 0.8;
}

@media screen and (max-width: 990px) {
  /* line 23, dev/sass/modules/quote.scss */
  .quote__tittle {
    font-size: 17px;
  }
}

@media screen and (max-width: 600px) {
  /* line 23, dev/sass/modules/quote.scss */
  .quote__tittle {
    font-size: 15px;
  }
}

/* line 43, dev/sass/modules/quote.scss */
.quote__desc {
  display: inline;
  position: relative;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 159.69%;
  color: #FFFFFF;
}

/* line 53, dev/sass/modules/quote.scss */
.quote__desc::before, .quote__desc::after {
  content: '';
  width: 20px;
  height: 15px;
  position: absolute;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: center center;
  margin: 5px;
}

@media screen and (max-width: 990px) {
  /* line 53, dev/sass/modules/quote.scss */
  .quote__desc::before, .quote__desc::after {
    width: 15px;
    height: 10px;
  }
}

/* line 70, dev/sass/modules/quote.scss */
.quote__desc::before {
  background-image: url(/bitrix/templates/ekt/css/../img/svg/quote-top.png);
  top: 0;
  right: 100%;
}

/* line 76, dev/sass/modules/quote.scss */
.quote__desc::after {
  background-image: url(/bitrix/templates/ekt/css/../img/svg/quote-bottom.png);
  left: calc(100% + 5px);
  bottom: 0;
}

@media screen and (max-width: 990px) {
  /* line 43, dev/sass/modules/quote.scss */
  .quote__desc {
    font-size: 20px;
  }
}

@media screen and (max-width: 600px) {
  /* line 43, dev/sass/modules/quote.scss */
  .quote__desc {
    font-size: 16px;
  }
}

/* line 2, dev/sass/modules/team.scss */
.team__slider {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

/* line 8, dev/sass/modules/team.scss */
.team__slider.slick-initialized {
  padding: 0 30px;
}

/* line 12, dev/sass/modules/team.scss */
.team__slider .slider-nav {
  border: none;
}

/* line 17, dev/sass/modules/team.scss */
.team__slide {
  height: 100%;
  display: block !important;
  width: 20%;
  padding: 15px 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  /* line 17, dev/sass/modules/team.scss */
  .team__slide {
    width: 25%;
  }
}

@media screen and (max-width: 990px) {
  /* line 17, dev/sass/modules/team.scss */
  .team__slide {
    width: 33.33%;
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/modules/team.scss */
  .team__slide {
    width: 50%;
    padding: 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 17, dev/sass/modules/team.scss */
  .team__slide {
    width: 100%;
    padding: 15px;
  }
}

/* line 45, dev/sass/modules/team.scss */
.team__slide-img {
  width: 100%;
  padding-top: 127.5%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  margin-bottom: 10px;
}

/* line 54, dev/sass/modules/team.scss */
.team__slide-name {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 5px;
}

/* line 64, dev/sass/modules/team.scss */
.team__slide-pos {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #333333;
}

/* line 73, dev/sass/modules/team.scss */
.team__slide:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 1, dev/sass/modules/advantages.scss */
.advantages {
  padding: 0 15px;
  margin-bottom: 75px;
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .advantages {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .advantages {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .advantages {
    margin-bottom: 15px;
  }
}

/* line 17, dev/sass/modules/advantages.scss */
.advantages__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 159.69%;
  color: #333333;
  margin: 75px 0 35px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .advantages__tittle {
    font-size: 26px;
    margin: 45px 0;
  }
}

@media screen and (max-width: 990px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .advantages__tittle {
    font-size: 22px;
    margin: 25px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .advantages__tittle {
    margin: 15px 0;
  }
}

/* line 42, dev/sass/modules/advantages.scss */
.advantages__content {
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  /* line 42, dev/sass/modules/advantages.scss */
  .advantages__content {
    margin: 0 -15px 0 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 42, dev/sass/modules/advantages.scss */
  .advantages__content {
    margin: 0;
  }
}

/* line 57, dev/sass/modules/advantages.scss */
.advantages__item {
  min-height: 110px;
  width: calc(50% - 45px);
  position: relative;
  padding-left: 140px;
  margin: 0 45px 45px 0;
}

@media screen and (max-width: 990px) {
  /* line 57, dev/sass/modules/advantages.scss */
  .advantages__item {
    width: calc(50% - 15px);
    padding-left: 70px;
    margin: 0 15px 15px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 57, dev/sass/modules/advantages.scss */
  .advantages__item {
    width: 100%;
    margin: 0 0 15px;
  }
}

/* line 76, dev/sass/modules/advantages.scss */
.advantages__img {
  position: absolute;
  width: 110px;
  height: 110px;
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #0B9A42;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 990px) {
  /* line 76, dev/sass/modules/advantages.scss */
  .advantages__img {
    width: 55px;
    height: 55px;
  }
}

/* line 93, dev/sass/modules/advantages.scss */
.advantages__img .icon, .advantages__img img {
  width: 50%;
  height: 50%;
  fill: white;
}

/* line 102, dev/sass/modules/advantages.scss */
.advantages__name {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  margin-bottom: 10px;
}

/* line 111, dev/sass/modules/advantages.scss */
.advantages__desc {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #5A5A5A;
}

.production__text{
  background: #f6f6f6;
  margin-bottom: 75px;
  padding: 75px;
  display: flex;
  justify-content: center;
  font-family: "Helvetica";
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #5A5A5A;
}

.production__text p{
  font-family: "Helvetica";
  font-style: normal;
  font-size: 1rem;
  line-height: 1.5;
  color: #5A5A5A;
  margin-bottom: 10px;
}

.production__text__content{
  max-width: 1100px;
}

.production__text__content iframe{
  aspect-ratio: 3/2;
  width: 100%;
  margin-top: 20px;
}

.production__text__title{
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  margin-bottom: 20px;
  color: #000;
}

.production__text__content ul, .production__text__content ol{
  margin-bottom: 10px;
}

.production__text__content ul li, .production__text__content ol li{
  margin-bottom: 10px;
  margin-left: 15px;
}

.production__text__content ol{
  list-style-type: decimal;
}

.production__text__content ul{
  list-style-type: disc;
}


@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .production__text{
    margin-bottom: 65px;
    padding: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .production__text{
    margin-bottom: 35px;
    padding: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .production__text{
    margin-bottom: 15px;
    padding: 15px;
  }
}


.production__products{
  margin-bottom: 75px;
  font-family: "Helvetica";
  font-style: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #5A5A5A;
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .production__products{
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .production__products{
    margin-bottom: 15px;
  }
}

.production__products__title {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 159.69%;
  color: #333333;
  margin: 75px 0 35px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__title {
    font-size: 26px;
    margin: 45px 0;
  }
}

@media screen and (max-width: 990px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__title {
    font-size: 22px;
    margin: 25px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__title {
    margin: 15px 0;
  }
}

.production__products__desc{
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media screen and (max-width: 900px) {
  .production__products__desc{
    margin-bottom: 20px;
  }
}

.production__products__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media screen and (max-width: 990px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__grid{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__grid{
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 500px) {
  /* line 17, dev/sass/modules/advantages.scss */
  .production__products__grid{
    grid-template-columns: 1fr;
  }
}

.production__products__item__title{
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
  transition: 0.5s;
}

.production__products__item{
  padding: 30px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.production__products__item:hover .production__products__item__title{
  color: #0E9A00;
}

.production__products__item:hover{
  background: #f6f6f6;
}

.production__products__item__image{
  margin-bottom: 20px;
}


.full-w-block.production_full-w-block{
  margin-bottom: 75px;
  margin-top: 0px;
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .full-w-block.production_full-w-block{
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/advantages.scss */
  .full-w-block.production_full-w-block{
    margin-bottom: 15px;
  }
}


/* line 1, dev/sass/modules/shipment.scss */
.shipment {
  background: #0B9A42;
  padding: 35px 50px 50px;
  margin-bottom: 130px;
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/shipment.scss */
  .shipment {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/shipment.scss */
  .shipment {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/shipment.scss */
  .shipment {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/shipment.scss */
  .shipment {
    padding: 15px;
  }
}

/* line 22, dev/sass/modules/shipment.scss */
.shipment__tittle {
  font-size: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 31px;
  line-height: 159.69%;
  color: white;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 990px) {
  /* line 22, dev/sass/modules/shipment.scss */
  .shipment__tittle {
    font-size: 26px;
  }
}

@media screen and (max-width: 600px) {
  /* line 22, dev/sass/modules/shipment.scss */
  .shipment__tittle {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

/* line 42, dev/sass/modules/shipment.scss */
.shipment__desc {
  font-size: "Helvetica";
  max-width: 990px;
  margin: 0 auto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  text-align: center;
  color: white;
  margin-bottom: 65px;
}

@media screen and (max-width: 1440px) {
  /* line 42, dev/sass/modules/shipment.scss */
  .shipment__desc {
    margin-bottom: 45px;
  }
}

@media screen and (max-width: 990px) {
  /* line 42, dev/sass/modules/shipment.scss */
  .shipment__desc {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  /* line 42, dev/sass/modules/shipment.scss */
  .shipment__desc {
    margin-bottom: 15px;
  }
}

/* line 67, dev/sass/modules/shipment.scss */
.shipment__map {
  width: 100%;
  /*height: 33vw;*/
  min-height: 350px;
  position: relative;
}

@media screen and (max-width: 600px) {
  /* line 67, dev/sass/modules/shipment.scss */
  .shipment__map {
    height: auto;
  }
}

/* line 1, dev/sass/modules/office.scss */
.office {
  margin-bottom: 130px;
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/office.scss */
  .office {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/office.scss */
  .office {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/office.scss */
  .office {
    margin-bottom: 15px;
  }
}

/* line 16, dev/sass/modules/office.scss */
.office .double-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  /* line 16, dev/sass/modules/office.scss */
  .office .double-col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 24, dev/sass/modules/office.scss */
.office .double-col__column img {
  display: block;
  width: 100%;
}

/* line 29, dev/sass/modules/office.scss */
.office .double-col__column:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 600px) {
  /* line 29, dev/sass/modules/office.scss */
  .office .double-col__column:first-of-type {
    margin-bottom: 15px;
  }
}

/* line 36, dev/sass/modules/office.scss */
.office .double-col__column:first-of-type img,
.office .double-col__column:first-of-type .iframe-container {
  margin-bottom: 35px;
}

@media screen and (max-width: 1440px) {
  /* line 36, dev/sass/modules/office.scss */
  .office .double-col__column:first-of-type img,
  .office .double-col__column:first-of-type .iframe-container {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 36, dev/sass/modules/office.scss */
  .office .double-col__column:first-of-type img,
  .office .double-col__column:first-of-type .iframe-container {
    margin-bottom: 15px;
  }
}

/* line 50, dev/sass/modules/office.scss */
.office .double-col__column:nth-of-type(2) {
  min-width: 39%;
  padding-left: 25px;
}

@media screen and (max-width: 600px) {
  /* line 50, dev/sass/modules/office.scss */
  .office .double-col__column:nth-of-type(2) {
    width: 100%;
    padding-left: 0;
  }
}

/* line 59, dev/sass/modules/office.scss */
.office .double-col__column:nth-of-type(2) img {
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  /* line 59, dev/sass/modules/office.scss */
  .office .double-col__column:nth-of-type(2) img {
    margin-bottom: 15px;
  }
}

/* line 70, dev/sass/modules/office.scss */
.office__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  /* line 70, dev/sass/modules/office.scss */
  .office__tittle {
    font-size: 18px;
  }
}

@media screen and (max-width: 990px) {
  /* line 70, dev/sass/modules/office.scss */
  .office__tittle {
    font-size: 17px;
  }
}

@media screen and (max-width: 768px) {
  /* line 70, dev/sass/modules/office.scss */
  .office__tittle {
    font-size: 16px;
  }
}

/* line 92, dev/sass/modules/office.scss */
.office__text {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #333333;
}

@media screen and (max-width: 1440px) {
  /* line 92, dev/sass/modules/office.scss */
  .office__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 990px) {
  /* line 92, dev/sass/modules/office.scss */
  .office__text {
    font-size: 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 92, dev/sass/modules/office.scss */
  .office__text {
    font-size: 14px;
  }
}

/* line 1, dev/sass/modules/accardeon.scss */
.accardeon {
  margin-bottom: 110px;
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/accardeon.scss */
  .accardeon {
    margin-bottom: 55px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/accardeon.scss */
  .accardeon {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/accardeon.scss */
  .accardeon {
    margin-bottom: 15px;
  }
}

/* line 16, dev/sass/modules/accardeon.scss */
.accardeon__tittle {
  position: relative;
  padding: 35px 85px 35px 0;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 100%;
  color: #333333;
  border-bottom: 1px solid #F2F2F2;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1440px) {
  /* line 16, dev/sass/modules/accardeon.scss */
  .accardeon__tittle {
    font-size: 16px;
    padding: 15px 45px 15px 0;
  }
}

@media screen and (max-width: 768px) {
  /* line 16, dev/sass/modules/accardeon.scss */
  .accardeon__tittle {
    font-size: 14px;
  }
}

/* line 38, dev/sass/modules/accardeon.scss */
.accardeon__tittle:hover {
  color: #0B9A42;
}

/* line 43, dev/sass/modules/accardeon.scss */
.accardeon__button {
  position: absolute;
  width: 85px;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  /* line 43, dev/sass/modules/accardeon.scss */
  .accardeon__button {
    width: 45px;
  }
}

/* line 57, dev/sass/modules/accardeon.scss */
.accardeon__button .icon {
  width: 20px;
  height: 8px;
  fill: transparent;
  stroke: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 66, dev/sass/modules/accardeon.scss */
.accardeon__button:hover .icon {
  stroke: #0B9A42;
}

/* line 72, dev/sass/modules/accardeon.scss */
.accardeon__button.active .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

/* line 78, dev/sass/modules/accardeon.scss */
.accardeon__dropdown {
  display: none;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 100%;
  color: #828282;
  padding: 35px 0;
}

@media screen and (max-width: 1440px) {
  /* line 78, dev/sass/modules/accardeon.scss */
  .accardeon__dropdown {
    font-size: 22px;
    padding: 25px 0;
  }
}

@media screen and (max-width: 600px) {
  /* line 78, dev/sass/modules/accardeon.scss */
  .accardeon__dropdown {
    font-size: 16px;
    padding: 15px 0;
  }
}

/* line 1, dev/sass/modules/vacancy.scss */
.vacancy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: rgba(242, 242, 242, 0.5);
}

/* line 7, dev/sass/modules/vacancy.scss */
.vacancy__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 159.69%;
  color: #333333;
  padding: 30px 5px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
  /* line 7, dev/sass/modules/vacancy.scss */
  .vacancy__tittle {
    padding: 15px 5px;
    font-size: 26px;
  }
}

@media screen and (max-width: 990px) {
  /* line 7, dev/sass/modules/vacancy.scss */
  .vacancy__tittle {
    font-size: 20px;
  }
}

/* line 27, dev/sass/modules/vacancy.scss */
.vacancy__slider {
  width: 100%;
}

/* line 30, dev/sass/modules/vacancy.scss */
.vacancy__slider.slick-initialized {
  padding-bottom: 40px;
}

/* line 34, dev/sass/modules/vacancy.scss */
.vacancy__slider .slider-nav {
  border: none;
  outline: 1px solid #E0E0E0;
  bottom: 0;
  top: auto;
  width: 50%;
  height: 40px;
}

/* line 42, dev/sass/modules/vacancy.scss */
.vacancy__slider .slider-nav--left {
  left: 0;
  right: auto;
}

/* line 47, dev/sass/modules/vacancy.scss */
.vacancy__slider .slider-nav--right {
  right: 0;
  left: auto;
}

/* line 54, dev/sass/modules/vacancy.scss */
.vacancy__slide {
  padding: 0 85px 58px;
}

@media screen and (max-width: 1440px) {
  /* line 54, dev/sass/modules/vacancy.scss */
  .vacancy__slide {
    padding: 0 25px 25px;
  }
}

/* line 62, dev/sass/modules/vacancy.scss */
.vacancy__item {
  background: white;
}

/* line 65, dev/sass/modules/vacancy.scss */
.vacancy__item-content {
  padding: 25px 35px 0;
}

@media screen and (max-width: 1440px) {
  /* line 65, dev/sass/modules/vacancy.scss */
  .vacancy__item-content {
    padding: 15px 15px 0;
  }
}

/* line 73, dev/sass/modules/vacancy.scss */
.vacancy__item-tittle {
  font-family: "Helvetica";
  color: #333333;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 139%;
  color: #333333;
}

/* line 84, dev/sass/modules/vacancy.scss */
.vacancy__item-desc {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
  margin-bottom: 25px;
}

/* line 94, dev/sass/modules/vacancy.scss */
.vacancy__item-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 20px 35px;
  border-top: 1px solid #F2F2F2;
  color: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 107, dev/sass/modules/vacancy.scss */
.vacancy__item-link .icon {
  margin-left: 20px;
  width: 13px;
  height: 13px;
  fill: transparent;
  stroke: #333333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 116, dev/sass/modules/vacancy.scss */
.vacancy__item-link:hover {
  color: #0B9A42;
  background: #F2F2F2;
}

/* line 120, dev/sass/modules/vacancy.scss */
.vacancy__item-link:hover .icon {
  stroke: #0B9A42;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}

/* line 127, dev/sass/modules/vacancy.scss */
.vacancy__item ul {
  margin-bottom: 25px;
}

/* line 130, dev/sass/modules/vacancy.scss */
.vacancy__item ul li {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
}

/* line 138, dev/sass/modules/vacancy.scss */
.vacancy__item ul li::before {
  content: '-';
  padding-right: 5px;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: #828282;
}

/* line 1, dev/sass/modules/tabs-list.scss */
.tabs-list {
  background: rgba(242, 242, 242, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 35px 55px;
  margin-bottom: 130px;
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    margin-bottom: 65px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 600px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    padding: 25px 0 25px 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    padding: 15px 0 15px 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 1, dev/sass/modules/tabs-list.scss */
  .tabs-list {
    padding: 15px;
  }
}

/* line 33, dev/sass/modules/tabs-list.scss */
.tabs-list__buttons {
  width: 33.33%;
  max-width: 415px;
}

@media screen and (max-width: 450px) {
  /* line 33, dev/sass/modules/tabs-list.scss */
  .tabs-list__buttons {
    width: 100%;
  }
}

/* line 42, dev/sass/modules/tabs-list.scss */
.tabs-list__tittle {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  /* line 42, dev/sass/modules/tabs-list.scss */
  .tabs-list__tittle {
    font-size: 26px;
  }
}

@media screen and (max-width: 990px) {
  /* line 42, dev/sass/modules/tabs-list.scss */
  .tabs-list__tittle {
    font-size: 20px;
  }
}

/* line 60, dev/sass/modules/tabs-list.scss */
.tabs-list__button {
  position: relative;
  padding: 15px 0;
  border-bottom: 1px solid #D8D8D8;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 990px) {
  /* line 60, dev/sass/modules/tabs-list.scss */
  .tabs-list__button {
    padding: 10px 0;
  }
}

@media screen and (max-width: 450px) {
  /* line 60, dev/sass/modules/tabs-list.scss */
  .tabs-list__button {
    padding: 10px 30px 10px 0;
  }
}

/* line 75, dev/sass/modules/tabs-list.scss */
.tabs-list__button:hover, .tabs-list__button.active {
  color: #0B9A42;
}

/* line 81, dev/sass/modules/tabs-list.scss */
.tabs-list__button.active .icon {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
  stroke: #0B9A42;
}

/* line 88, dev/sass/modules/tabs-list.scss */
.tabs-list__content {
  width: 66.66%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 60px;
}

@media screen and (max-width: 1440px) {
  /* line 88, dev/sass/modules/tabs-list.scss */
  .tabs-list__content {
    padding: 0 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 88, dev/sass/modules/tabs-list.scss */
  .tabs-list__content {
    padding: 0 15px;
  }
}

@media screen and (max-width: 450px) {
  /* line 88, dev/sass/modules/tabs-list.scss */
  .tabs-list__content {
    display: none;
  }
}

/* line 107, dev/sass/modules/tabs-list.scss */
.tabs-list__content-item {
  display: none;
}

/* line 110, dev/sass/modules/tabs-list.scss */
.tabs-list__content-item.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 116, dev/sass/modules/tabs-list.scss */
.tabs-list__content-img {
  width: 35%;
}

@media screen and (max-width: 768px) {
  /* line 116, dev/sass/modules/tabs-list.scss */
  .tabs-list__content-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

/* line 124, dev/sass/modules/tabs-list.scss */
.tabs-list__content-img img {
  width: 100%;
}

/* line 129, dev/sass/modules/tabs-list.scss */
.tabs-list__content-info {
  width: 65%;
  padding-left: 50px;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media screen and (max-width: 1440px) {
  /* line 129, dev/sass/modules/tabs-list.scss */
  .tabs-list__content-info {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  /* line 129, dev/sass/modules/tabs-list.scss */
  .tabs-list__content-info {
    padding-left: 0;
    width: 100%;
  }
}

/* line 143, dev/sass/modules/tabs-list.scss */
.tabs-list__content-info p {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #333333;
}

/* line 151, dev/sass/modules/tabs-list.scss */
.tabs-list__content-info p:not(:last-of-type) {
  margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
  /* line 151, dev/sass/modules/tabs-list.scss */
  .tabs-list__content-info p:not(:last-of-type) {
    margin-bottom: 15px;
  }
}

/* line 163, dev/sass/modules/tabs-list.scss */
.tabs-list__mob .icon {
  display: none;
  position: absolute;
  width: 20px;
  height: 8px;
  fill: transparent;
  stroke: #333333;
  right: 0;
  top: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 450px) {
  /* line 163, dev/sass/modules/tabs-list.scss */
  .tabs-list__mob .icon {
    display: block;
  }
}

/* line 2, dev/sass/modules/history-slider.scss */
.history__wrap, .about__wrap {
  position: relative;
}

/* line 6, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider__slide,  .about__wrap .main-slider__slide{
  background: #1E1E1E;
}

/* line 9, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider__slide-img {
  width: 66.66%;
  height: auto;
  position: relative;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  overflow: hidden;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

.about__wrap .main-slider__slide-img{
  width: 50%;
  height: auto;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  overflow: hidden;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

@media screen and (max-width: 1152px) {
  /* line 9, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider__slide-img {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 9, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider__slide-img, .about__wrap .main-slider__slide-img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .25;
  }
}

/* line 30, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider__slide-img img, .about__wrap .main-slider__slide-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: unset;
}

/* line 37, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider__slide-tittle, .about__wrap .main-slider__slide-tittle{
  text-transform: uppercase;
}

.about__wrap .main-slider__slide-content {
  width: 50%;
  padding: 2vw 4.25vw 2vw 2.5vw;
  position: relative;
  z-index: 2;
  min-height: 28.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1152px) {
  /* line 41, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider__slide-content, .about__wrap .main-slider__slide-content{
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  /* line 41, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider__slide-content, .about__wrap  .main-slider__slide-content{
    width: 100%;
  }
}

/* line 52, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider.slick-initialized {
  padding-left: 95px;
}

@media screen and (max-width: 600px) {
  /* line 52, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider.slick-initialized {
    padding-left: 50px;
  }
}

/* line 60, dev/sass/modules/history-slider.scss */
.history__wrap .main-slider .slider-nav {
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 600px) {
  /* line 60, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider .slider-nav {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 600px) {
  /* line 69, dev/sass/modules/history-slider.scss */
  .history__wrap .main-slider .slider-nav .icon {
    width: 50%;
    height: 50%;
  }
}

/* line 79, dev/sass/modules/history-slider.scss */
.history__slider {
  width: 95px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-height: 250px;
  overflow: hidden;
}

@media screen and (max-width: 1152px) {
  /* line 79, dev/sass/modules/history-slider.scss */
  .history__slider {
    max-height: 150px;
  }
}

@media screen and (max-width: 600px) {
  /* line 79, dev/sass/modules/history-slider.scss */
  .history__slider {
    width: 50px;
  }
}

/* line 98, dev/sass/modules/history-slider.scss */
.history__slider .slick-current span {
  color: #0B9A42;
  font-size: 16px;
  line-height: 159.69%;
}

/* line 106, dev/sass/modules/history-slider.scss */
.history__slide {
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
}

/* line 111, dev/sass/modules/history-slider.scss */
.history__slide:hover span {
  color: #0B9A42;
}

/* line 116, dev/sass/modules/history-slider.scss */
.history__slide span {
  font-family: "Helvetica";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #FFFFFF;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 2, dev/sass/modules/delivery/delivery.scss */
.delivery-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid #F2F2F2;
  background: rgba(242, 242, 242, 0.5);
}

/* line 9, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* line 15, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col--main {
  width: 66.66%;
  border-left: 1px solid #F2F2F2;
}

@media screen and (max-width: 1152px) {
  /* line 15, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--main {
    width: 100%;
  }
}

@media screen and (max-width: 1152px) {
  /* line 23, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--main .delivery-qa {
    padding: 15px 15px 15px 25px !important;
  }
}

/* line 30, dev/sass/modules/delivery/delivery.scss */
.delivery-content__col--sidebar {
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  width: 33.33%;
}

@media screen and (max-width: 1152px) {
  /* line 30, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar {
    width: 100%;
  }
}

@media screen and (max-width: 1680px) {
  /* line 41, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-adv__tittle {
    padding: 14px 14px 14px 100px;
  }
}

@media screen and (max-width: 1680px) {
  /* line 47, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-adv__tittle-icon {
    width: 80px;
  }
}

@media screen and (max-width: 1680px) {
  /* line 55, dev/sass/modules/delivery/delivery.scss */
  .delivery-content__col--sidebar .delivery-qa {
    padding: 15px 15px 15px 25px !important;
  }
}

/* line 65, dev/sass/modules/delivery/delivery.scss */
.delivery a {
  color: #333333;
}

/* line 2, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen {
  position: relative;
}

/* line 5, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen .breadcrumbs {
  margin-bottom: 43px;
}

@media screen and (max-width: 1680px) {
  /* line 5, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen .breadcrumbs {
    margin-bottom: 23px;
  }
}

@media screen and (max-width: 990px) {
  /* line 5, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen .breadcrumbs {
    margin-bottom: 15px;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
}

@media screen and (max-width: 768px) {
  /* line 17, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__bg {
    position: static;
    height: auto;
    padding-top: 24%;
  }
}

/* line 34, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__content {
  padding: 22px 42px 100px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1680px) {
  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    padding: 22px 42px 42px;
  }
}

@media screen and (max-width: 990px) {
  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    padding: 15px;
  }
}

@media screen and (max-width: 768px) {
  /* line 34, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__content {
    background: #4F4F4F;
  }
}

/* line 52, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 2.1875rem;
  line-height: 159.69%;
  margin-bottom: 34px;
  color: white;
}

@media screen and (max-width: 1680px) {
  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1440px) {
  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 990px) {
  /* line 52, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__tittle {
    margin-bottom: 15px;
  }
}

/* line 74, dev/sass/modules/delivery/delivery-screen.scss */
.delivery-screen__text {
  width: 50%;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 159.69%;
  color: #FFFFFF;
  opacity: 0.9;
}

@media screen and (max-width: 1440px) {
  /* line 74, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__text {
    width: 100%;
  }
}

@media screen and (max-width: 1440px) {
  /* line 74, dev/sass/modules/delivery/delivery-screen.scss */
  .delivery-screen__text {
    font-size: 0.875rem;
  }
}

/* line 2, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 7, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item {
  position: relative;
  width: 50%;
  min-height: 23vw;
  padding: 95px 15px 15px 45px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1680px) {
  /* line 7, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item {
    padding: 45px 15px 15px 45px;
  }
}

@media screen and (max-width: 450px) {
  /* line 7, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item {
    width: 100%;
    padding: 45px 15px;
  }
}

/* line 25, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-content {
  position: relative;
  max-width: 340px;
  z-index: 1;
}

/* line 31, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #333333;
  margin-bottom: 7px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 31, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-tittle {
    color: white;
  }
}

/* line 46, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-attr {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #828282;
  margin-bottom: 12px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 46, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-attr {
    color: white;
  }
}

/* line 60, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 9px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 60, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-desc {
    color: white;
  }
}

/* line 74, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-info {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 159.69%;
  color: #828282;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 74, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-info {
    color: white;
  }
}

/* line 87, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-info span {
  color: #333333;
  margin: 0 5px 0 5px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 87, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-info span {
    color: white;
  }
}

/* line 98, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 990px) {
  /* line 98, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img {
    opacity: 1;
    visibility: visible;
  }
}

/* line 110, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img img {
  float: right;
}

/* line 114, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img--top {
  top: 0;
  right: 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (max-width: 990px) {
  /* line 114, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img--top {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 124, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-img--bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
      -ms-transform: translateY(50%);
          transform: translateY(50%);
}

@media screen and (max-width: 990px) {
  /* line 124, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-img--bottom {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 135, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1680px) {
  /* line 135, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-bg {
    opacity: .5;
  }
}

@media screen and (max-width: 990px) {
  /* line 135, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item-bg {
    opacity: .25;
  }
}

/* line 151, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item .link-decor {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(200%);
      -ms-transform: translateY(200%);
          transform: translateY(200%);
}

@media screen and (max-width: 990px) {
  /* line 151, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item .link-decor {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    color: white;
  }
}

@media screen and (max-width: 990px) {
  /* line 163, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item .link-decor::before, .delivery-tile__item .link-decor::after {
    background: white;
  }
}

/* line 174, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:first-of-type .delivery-tile__item-img--bottom img {
  float: left;
}

/* line 180, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:nth-of-type(1), .delivery-tile__item:nth-of-type(3) {
  border-right: 1px solid #F2F2F2;
}

@media screen and (max-width: 990px) {
  /* line 185, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(1), .delivery-tile__item:nth-of-type(4) {
    background: #333333;
  }
}

@media screen and (max-width: 450px) {
  /* line 192, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(3) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

/* line 198, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:nth-of-type(2), .delivery-tile__item:nth-of-type(3) {
  background: rgba(242, 242, 242, 0.5);
}

@media screen and (max-width: 990px) {
  /* line 198, dev/sass/modules/delivery/delivery-tile.scss */
  .delivery-tile__item:nth-of-type(2), .delivery-tile__item:nth-of-type(3) {
    background: #0B9A42;
  }
}

/* line 209, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1), .delivery-tile__item:hover:nth-of-type(4) {
  background: #333333;
}

/* line 214, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1) .link-decor:hover, .delivery-tile__item:hover:nth-of-type(4) .link-decor:hover {
  color: #0B9A42;
}

/* line 217, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(1) .link-decor:hover::before, .delivery-tile__item:hover:nth-of-type(1) .link-decor:hover::after, .delivery-tile__item:hover:nth-of-type(4) .link-decor:hover::before, .delivery-tile__item:hover:nth-of-type(4) .link-decor:hover::after {
  background: #0B9A42;
}

/* line 225, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2), .delivery-tile__item:hover:nth-of-type(3) {
  background: #0B9A42;
}

/* line 230, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2) .link-decor:hover, .delivery-tile__item:hover:nth-of-type(3) .link-decor:hover {
  color: #333333;
}

/* line 233, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover:nth-of-type(2) .link-decor:hover::before, .delivery-tile__item:hover:nth-of-type(2) .link-decor:hover::after, .delivery-tile__item:hover:nth-of-type(3) .link-decor:hover::before, .delivery-tile__item:hover:nth-of-type(3) .link-decor:hover::after {
  background: #333333;
}

/* line 241, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-tittle,
.delivery-tile__item:hover .delivery-tile__item-attr,
.delivery-tile__item:hover .delivery-tile__item-desc,
.delivery-tile__item:hover .delivery-tile__item-info {
  color: white;
}

/* line 247, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-tittle span,
.delivery-tile__item:hover .delivery-tile__item-attr span,
.delivery-tile__item:hover .delivery-tile__item-desc span,
.delivery-tile__item:hover .delivery-tile__item-info span {
  color: white;
}

/* line 252, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .delivery-tile__item-img {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
  visibility: visible;
}

/* line 258, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .link-decor {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  color: white;
  opacity: 1;
  visibility: visible;
}

/* line 264, dev/sass/modules/delivery/delivery-tile.scss */
.delivery-tile__item:hover .link-decor::before, .delivery-tile__item:hover .link-decor::after {
  background: white;
}

/* line 2, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider {
  width: 100%;
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

/* line 7, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__wrap {
  width: 100%;
}

/* line 11, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__tittle {
  padding: 15px 25px;
  font-style: normal;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 159.69%;
  color: #333333;
}

/* line 21, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-img {
  width: 100%;
  padding-top: 53%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}

/* line 29, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-content {
  padding: 15px 25px;
}

@media screen and (max-width: 1440px) {
  /* line 29, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-content {
    padding: 15px;
  }
}

/* line 37, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 1.125rem;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 15px;
}

@media screen and (max-width: 1440px) {
  /* line 37, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-tittle {
    margin-bottom: 10px;
    font-size: 0.875rem;
  }
}

/* line 51, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider__slide-info {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9375rem;
  line-height: 159.69%;
  color: #333333;
  opacity: 0.7;
}

@media screen and (max-width: 1440px) {
  /* line 51, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider__slide-info {
    font-size: 0.8125rem;
  }
}

/* line 65, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
}

/* line 74, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slick-dots {
  position: static;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  min-width: 85px;
  margin: 85px 0 85px;
  height: auto;
  border-left: 1px solid #F2F2F2;
}

@media screen and (max-width: 1440px) {
  /* line 74, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider .slick-dots {
    min-width: 40px;
  }
}

/* line 87, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slider-nav {
  width: 85px;
  height: 85px;
  right: 0;
  border-left: 1px solid #F2F2F2;
}

@media screen and (max-width: 1440px) {
  /* line 87, dev/sass/modules/delivery/delivery-slider.scss */
  .delivery-slider .slider-nav {
    width: 40px;
  }
}

/* line 97, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slider-nav .icon {
  stroke: #333333;
}

/* line 101, dev/sass/modules/delivery/delivery-slider.scss */
.delivery-slider .slider-nav:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 3, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item {
  border-bottom: 1px solid #F2F2F2;
}

/* line 6, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item:first-of-type {
  border-top: 1px solid #F2F2F2;
}

/* line 10, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__item:not(:first-of-type) {
  border-top: none;
}

/* line 15, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle {
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  padding: 28px 28px 28px 120px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
}

/* line 25, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle-icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #F2F2F2;
}

/* line 36, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__tittle-icon .icon {
  width: 40px;
  height: 40px;
  fill: #0B9A42;
}

/* line 44, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content {
  padding: 15px 25px 45px;
  position: relative;
  opacity: 0.7;
}

/* line 50, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content p:not(:last-of-type) {
  margin-bottom: 20px;
}

/* line 55, dev/sass/modules/delivery/delivery-adv.scss */
.delivery-adv__content::after {
  content: '';
  position: absolute;
  left: 28px;
  bottom: 28px;
  width: 60px;
  height: 1px;
  background: #0B9A42;
}

/* line 2, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa {
  overflow-y: auto;
  height: 0;
}

/* line 6, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) {
  padding: 15px 25px 15px 45px;
}

@media screen and (max-width: 768px) {
  /* line 6, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa:not(.delivery-qa--bg) {
    max-height: 400px;
  }
}

@media screen and (max-width: 600px) {
  /* line 6, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa:not(.delivery-qa--bg) {
    padding: 15px 0 15px 15px !important;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) .delivery-qa__tittle {
  margin-top: 30px;
}

/* line 21, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa:not(.delivery-qa--bg) p {
  opacity: .7;
}

/* line 26, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__item {
  max-width: 90%;
  position: relative;
  padding-bottom: 60px;
  overflow: hidden;
}

/* line 33, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__item:hover .link-decor {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 41, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 11px;
}

@media screen and (max-width: 1680px) {
  /* line 41, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa__tittle {
    margin-top: 0 !important;
  }
}

/* line 54, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__q {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 159.69%;
  color: #333333;
  margin-bottom: 30px;
}

@media screen and (max-width: 1680px) {
  /* line 54, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa__q {
    margin-bottom: 15px !important;
  }
}

/* line 69, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa__a a:hover {
  color: #0B9A42;
}

/* line 75, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa--bg {
  width: 100%;
  padding: 72px 44px 0;
  background: rgba(242, 242, 242, 0.5);
}

@media screen and (max-width: 1680px) {
  /* line 75, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa--bg {
    padding: 50px 30px 0;
  }
}

@media screen and (max-width: 1440px) {
  /* line 75, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa--bg {
    padding: 25px 25px 0;
  }
}

/* line 88, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa--bg .delivery-qa__item {
  padding-bottom: 25px;
}

/* line 93, dev/sass/modules/delivery/delivery-qa.scss */
.delivery-qa .link-decor {
  display: none;
  position: absolute;
  left: 0;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 990px) {
  /* line 93, dev/sass/modules/delivery/delivery-qa.scss */
  .delivery-qa .link-decor {
    display: inline-block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    opacity: 1;
    visibility: visible;
  }
}

/* line 2, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress {
  width: 100%;
  background-image: url(/bitrix/templates/ekt/css/../img/delivery/adress.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #0B9A42;
  position: relative;
  padding-top: 47%;
}

@media screen and (max-width: 600px) {
  /* line 2, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress {
    padding: 15px;
    background-image: none;
  }
}

/* line 16, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__content {
  max-width: 425px;
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1440px) {
  /* line 16, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__content {
    left: 0;
    max-width: 100%;
    padding: 15px;
  }
}

@media screen and (max-width: 600px) {
  /* line 16, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__content {
    max-width: unset;
    position: static;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 36, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 159.69%;
  color: #FFFFFF;
  margin-bottom: 50px;
}

@media screen and (max-width: 1680px) {
  /* line 36, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__tittle {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 36, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__tittle {
    margin-bottom: 15px;
  }
}

/* line 53, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form {
  border: 1px solid #FFFFFF;
  margin-bottom: 35px;
  background: #0B9A42;
}

@media screen and (max-width: 1680px) {
  /* line 53, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 53, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form {
    margin-bottom: 15px;
  }
}

/* line 66, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 600px) {
  /* line 66, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 73, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input {
  border: none;
}

/* line 76, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="text"] {
  width: 100%;
  padding: 0 20px;
  color: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: transparent;
}

/* line 9, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]::-webkit-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 13, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]:-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 17, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]::-moz-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 21, dev/sass/utils/mixins.scss */
.delivery-adress__form-input input[type="text"]:-ms-input-placeholder {
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

@media screen and (max-width: 600px) {
  /* line 76, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input input[type="text"] {
    padding: 10px;
  }
}

/* line 97, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="text"]:focus {
  -webkit-box-shadow: 1px 0px 10px white;
          box-shadow: 1px 0px 10px white;
}

/* line 103, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="submit"] {
  padding: 10px 30px 12px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 126%;
  background: white;
  color: #0B9A42;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  /* line 103, dev/sass/modules/delivery/delivery-adress.scss */
  .delivery-adress__form-input input[type="submit"] {
    width: 100%;
  }
}

/* line 118, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__form-input input[type="submit"]:hover {
  color: #333333;
}

/* line 126, dev/sass/modules/delivery/delivery-adress.scss */
.delivery-adress__info {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 126%;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 2, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

/* line 7, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item {
  position: relative;
  width: 33.33%;
  padding-top: 23%;
  background: #333333;
  background-repeat: no-repeat;
  background-position: right bottom;
  -webkit-background-size: auto auto;
          background-size: auto;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1440px) {
  /* line 7, dev/sass/modules/delivery/delivery-other.scss */
  .delivery-other__item {
    width: 50%;
    padding-top: 50%;
  }
}

@media screen and (max-width: 450px) {
  /* line 7, dev/sass/modules/delivery/delivery-other.scss */
  .delivery-other__item {
    width: 100%;
  }
}

/* line 26, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-content {
  position: absolute;
  left: 25px;
  top: 40px;
}

/* line 32, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-tittle {
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #FFFFFF;
}

/* line 41, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item-desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #FFFFFF;
}

/* line 49, dev/sass/modules/delivery/delivery-other.scss */
.delivery-other__item:hover {
  opacity: .75;
}

/* line 2, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 30px 40px 30px;
  background: #F2F2F2;
}

/* line 9, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__info {
  width: 66.66%;
}

@media screen and (max-width: 450px) {
  /* line 9, dev/sass/modules/delivery/delivery-pickup.scss */
  .delivery-pickup__info {
    width: 100%;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__img {
  width: 33.33%;
}

@media screen and (max-width: 450px) {
  /* line 17, dev/sass/modules/delivery/delivery-pickup.scss */
  .delivery-pickup__img {
    width: 100%;
  }
}

/* line 24, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__img img {
  width: 100%;
}

/* line 29, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__tittle {
  margin-bottom: 13px;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 159.69%;
  color: #333333;
}

/* line 38, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 159.69%;
  color: #4F4F4F;
}

/* line 46, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc p:nth-child(even) {
  opacity: .7;
}

/* line 50, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc p:last-of-type {
  margin-bottom: 13px;
}

/* line 56, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li {
  position: relative;
  padding-left: 15px;
}

/* line 61, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li a:hover {
  color: #0B9A42;
}

/* line 66, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li:not(:last-of-type) {
  margin-bottom: 5px;
}

/* line 70, dev/sass/modules/delivery/delivery-pickup.scss */
.delivery-pickup__desc ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  background: #333333;
  width: 5px;
  height: 5px;
}

/* line 3, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map {
  width: 100%;
  position: relative;
  min-height: 41vw;
  height: 100%;
}

@media screen and (max-width: 1152px) {
  /* line 3, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map {
    height: 50vw;
  }
}

@media screen and (max-width: 600px) {
  /* line 3, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map {
    height: auto;
  }
}

/* line 17, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 600px) {
  /* line 17, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-map__wrap {
    position: static;
    height: 450px;
  }
}

/* line 30, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 37, dev/sass/modules/delivery/delivery-map.scss */
.delivery-map__container canvas {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

/* line 43, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region {
  position: relative;
  width: 320px;
  height: 100%;
  z-index: 1;
  max-height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 1440px) {
  /* line 43, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region {
    width: 250px;
  }
}

@media screen and (max-width: 600px) {
  /* line 43, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region {
    width: 100%;
    height: auto;
  }
}

/* line 60, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item {
  background: #4F4F4F;
  max-height: 100%;
  overflow: hidden;
}

/* line 65, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle {
  padding: 24px 70px 24px 30px;
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 159.69%;
  text-transform: uppercase;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  /* line 65, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-tittle {
    padding: 12px 50px 12px 15px;
    font-size: 0.8125rem;
  }
}

/* line 82, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(100% - 12px);
  height: 1px;
  background: white;
  opacity: .3;
}

/* line 93, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle:hover {
  background: #333333;
}

/* line 99, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle.active .icon:not(.hidden-element) {
  display: none;
}

/* line 104, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-tittle.active .hidden-element {
  display: block;
}

/* line 110, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1440px) {
  /* line 110, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-button {
    width: 50px;
  }
}

/* line 124, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button .icon {
  width: 12px;
  height: 12px;
  fill: transparent;
  stroke: white;
}

/* line 131, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-button::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: calc(100% - 24px);
  background: white;
  opacity: .3;
}

/* line 144, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-dropdown {
  overflow: auto;
  display: none;
  padding: 20px 0;
}

/* line 27, dev/sass/utils/mixins.scss */
.delivery-region__item-dropdown::-webkit-scrollbar {
  width: 0px;
  background: transparent;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* line 150, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__item-dropdown .mCSB_scrollTools {
  background: transparent;
}

@media screen and (max-width: 1440px) {
  /* line 144, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__item-dropdown {
    padding: 10px 0;
  }
}

/* line 160, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city {
  display: block;
  width: 100%;
  padding: 10px 25px;
}

@media screen and (max-width: 1680px) {
  /* line 160, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__city {
    padding: 10px 10px;
  }
}

/* line 169, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-name {
  padding-bottom: 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 25px;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 179, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-arrow {
  display: none;
}

@media screen and (max-width: 990px) {
  /* line 179, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__city-arrow {
    display: inline-block;
    float: right;
  }
}

/* line 187, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city-arrow .icon {
  width: 12px;
  height: 12px;
  fill: none;
  stroke: white;
}

/* line 195, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city:hover {
  background: #333333;
}

/* line 198, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__city:hover .delivery-region__city-name {
  -webkit-transform: translateX(15px);
      -ms-transform: translateX(15px);
          transform: translateX(15px);
}

@media screen and (max-width: 990px) {
  /* line 198, dev/sass/modules/delivery/delivery-map.scss */
  .delivery-region__city:hover .delivery-region__city-name {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

/* line 208, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__week {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #FFFFFF;
}

/* line 213, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day {
  padding: 7px 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 154%;
}

/* line 222, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day:not(.available) {
  color: white;
}

/* line 226, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day.available {
  color: #4F4F4F;
  opacity: 0.9;
  background-color: white;
}

/* line 232, dev/sass/modules/delivery/delivery-map.scss */
.delivery-region__day:not(:last-of-type) {
  border-right: 1px solid white;
}

/* line 2, dev/sass/modules/main/main-slider.scss */
.main-slider {
  background: #1E1E1E;
  overflow: hidden;
}

/* line 6, dev/sass/modules/main/main-slider.scss */
.main-slider__slide {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
}

/* line 16, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-content {
  width: 33.33%;
  padding: 2vw 4.25vw 2vw 2.5vw;
  position: relative;
  z-index: 2;
  min-height: 28.25vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 600px) {
  /* line 16, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-content {
    width: 100%;
  }
}

/* line 30, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-content a {
  color: white;
}

/* line 35, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-tittle {
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  line-height: 116.19%;
  color: #FFFFFF;
  margin-bottom: 35px;
}

@media screen and (max-width: 1440px) {
  /* line 35, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-tittle {
    font-size: 1.75rem;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 990px) {
  /* line 35, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-tittle {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 35, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-tittle {
    margin-bottom: 15px;
    font-size: 1rem;
  }
}

/* line 57, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-tittle-before {
  font-size: 1.1875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 132.19%;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #0B9A42;
}

@media screen and (max-width: 600px) {
  /* line 57, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-tittle-before {
    font-size: 1rem;
  }
}

/* line 72, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-desc {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 159.69%;
  color: #FFFFFF;
  opacity: 0.7;
  margin-bottom: 45px;
}

@media screen and (max-width: 1440px) {
  /* line 72, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-desc {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 600px) {
  /* line 72, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-desc {
    font-size: 0.75rem;
    margin-bottom: 15px;
  }
}

/* line 91, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-desc p:not(:last-of-type) {
  margin-bottom: 15px;
}

/* line 97, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  /* line 97, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-img {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 600px) {
  /* line 97, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-img {
    padding: 0;
    opacity: .25;
  }
}

/* line 128, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-img img {
  height: 100%;
  width: auto;
  max-width: unset;
  left: 0;
}

/* line 137, dev/sass/modules/main/main-slider.scss */
.main-slider__slide-img::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6vw;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(0.01%, rgba(30, 30, 30, 0)), to(#1E1E1E));
  background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
  background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
}

@media screen and (max-width: 768px) {
  /* line 137, dev/sass/modules/main/main-slider.scss */
  .main-slider__slide-img::after {
    height: 50%;
  }
}

/* line 153, dev/sass/modules/main/main-slider.scss */
.main-slider.slick-initialized {
  padding-left: 95px;
  margin-bottom: 0;
}

@media screen and (max-width: 1440px) {
  /* line 153, dev/sass/modules/main/main-slider.scss */
  .main-slider.slick-initialized {
    padding-left: 50px;
  }
}

/* line 162, dev/sass/modules/main/main-slider.scss */
.main-slider .slick-list {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

/* line 166, dev/sass/modules/main/main-slider.scss */
.main-slider .slick-dots {
  width: 95px;
  height: calc(100% - 190px);
  left: 0;
  right: auto;
  border-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 1440px) {
  /* line 166, dev/sass/modules/main/main-slider.scss */
  .main-slider .slick-dots {
    width: 50px;
    height: calc(100% - 100px);
  }
}

/* line 179, dev/sass/modules/main/main-slider.scss */
.main-slider .slick-dots li button {
  background: #FFFFFF;
  opacity: .15;
}

/* line 186, dev/sass/modules/main/main-slider.scss */
.main-slider .slick-dots li.slick-active button {
  background: white;
  opacity: 1;
}

/* line 193, dev/sass/modules/main/main-slider.scss */
.main-slider .slick-dots li:hover button {
  background: white;
  opacity: 1;
}

/* line 201, dev/sass/modules/main/main-slider.scss */
.main-slider .slider-nav {
  left: 0;
  width: 95px;
  height: 95px;
}

@media screen and (max-width: 1440px) {
  /* line 201, dev/sass/modules/main/main-slider.scss */
  .main-slider .slider-nav {
    width: 50px;
    height: 50px;
  }
}

/* line 211, dev/sass/modules/main/main-slider.scss */
.main-slider .slider-nav .icon {
  stroke: #0B9A42;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 600px) {
  /* line 216, dev/sass/modules/main/main-slider.scss */
  .main-slider .slider-nav--up {
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  }
}

@media screen and (max-width: 600px) {
  /* line 222, dev/sass/modules/main/main-slider.scss */
  .main-slider .slider-nav--down {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
  }
}

/* line 229, dev/sass/modules/main/main-slider.scss */
.main-slider .slider-nav:hover .icon {
  stroke: white;
}

/* line 2, dev/sass/modules/main/main-news.scss */
.main-news {
  background: #1E1E1E;
  padding-bottom: 3.5vw;
  margin-top: 2.5vw;
}

/* line 6, dev/sass/modules/main/main-news.scss */
.main-news .main__tittle {
  color: white;
  padding: 1.5vw 0 0 2.5vw;
}

/* line 11, dev/sass/modules/main/main-news.scss */
.main-news__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* line 15, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar {
  width: 100%;
  height: 1px;
  position: relative;
}

/* line 20, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar:before {
  content: '';
  position: absolute;
  width: 200%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #D1D5D8;
}

/* line 31, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar-container {
  width: calc(100% - 60px);
  margin: 0 auto;
  overflow: hidden;
}

@media screen and (max-width: 990px) {
  /* line 31, dev/sass/modules/main/main-news.scss */
  .main-news__slider-bar-container {
    max-width: calc(100% - 50px);
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  /* line 31, dev/sass/modules/main/main-news.scss */
  .main-news__slider-bar-container {
    max-width: calc(100% - 20px);
  }
}

/* line 46, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar-wrap {
  width: 100%;
  -webkit-transform: scale(0.795);
      -ms-transform: scale(0.795);
          transform: scale(0.795);
}

/* line 51, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar.ui-widget.ui-widget-content {
  border: none;
  background: transparent;
}

/* line 56, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar .ui-button,
.main-news__slider-bar .ui-state-default,
.main-news__slider-bar .ui-widget-content .ui-state-default,
.main-news__slider-bar .ui-widget-header .ui-state-default,
.main-news__slider-bar html .ui-button.ui-state-disabled:active,
.main-news__slider-bar html .ui-button.ui-state-disabled:hover {
  border: none;
}

/* line 65, dev/sass/modules/main/main-news.scss */
.main-news__slider-bar .ui-slider-handle {
  width: 26%;
  height: 1px;
  top: 0;
  margin-left: 0;
  margin-right: 0;
  background: #0B9A42;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* line 78, dev/sass/modules/main/main-news.scss */
.main-news__slide {
  width: 25%;
  padding: 0 7px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  overflow: hidden;
}

/* line 87, dev/sass/modules/main/main-news.scss */
.main-news__slide-img {
  width: 100%;
  padding-top: 65%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 96, dev/sass/modules/main/main-news.scss */
.main-news__slide-tittle {
  font-size: 0.875rem;
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 25px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  color: white;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

@media screen and (max-width: 990px) {
  /* line 96, dev/sass/modules/main/main-news.scss */
  .main-news__slide-tittle {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 15px;
  }
}

/* line 122, dev/sass/modules/main/main-news.scss */
.main-news__slide::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(196, 196, 196, 0)), color-stop(0.01%, rgba(30, 30, 30, 0)), to(#1E1E1E));
  background: -webkit-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
  background: -o-linear-gradient(top, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
  background: linear-gradient(180deg, rgba(196, 196, 196, 0) 0%, rgba(30, 30, 30, 0) 0.01%, #1E1E1E 100%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 990px) {
  /* line 122, dev/sass/modules/main/main-news.scss */
  .main-news__slide::after {
    opacity: 1;
    visibility: visible;
  }
}

/* line 141, dev/sass/modules/main/main-news.scss */
.main-news__slide:hover::after {
  opacity: 1;
  visibility: visible;
}

/* line 146, dev/sass/modules/main/main-news.scss */
.main-news__slide:hover .main-news__slide-tittle {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

/* line 154, dev/sass/modules/main/main-news.scss */
.main-news .slick-initialized {
  padding: 0 30px;
  margin-bottom: 2.5vw;
}

/* line 159, dev/sass/modules/main/main-news.scss */
.main-news .slider-nav {
  border: none;
}

/* line 162, dev/sass/modules/main/main-news.scss */
.main-news .slider-nav .icon {
  stroke: white;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 167, dev/sass/modules/main/main-news.scss */
.main-news .slider-nav:hover {
  background: transparent;
}

/* line 170, dev/sass/modules/main/main-news.scss */
.main-news .slider-nav:hover .icon {
  stroke: #0B9A42;
}

/* line 2, dev/sass/modules/main/main-banner.scss */
.main-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 15vw;
}

/* line 9, dev/sass/modules/main/main-banner.scss */
.main-banner__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center;
}

@media screen and (max-width: 768px) {
  /* line 9, dev/sass/modules/main/main-banner.scss */
  .main-banner__bg {
    position: static;
    padding-top: 16%;
  }
}

/* line 25, dev/sass/modules/main/main-banner.scss */
.main-banner__content {
  font-size: 2rem;
  max-width: 34%;
  position: relative;
  padding-left: 4.5vw;
  font-style: normal;
  font-weight: bold;
  line-height: 116.19%;
  color: #FFFFFF;
  z-index: 1;
}


@media screen and (max-width: 1680px) {
  /* line 25, dev/sass/modules/main/main-banner.scss */
  .main-banner__content {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 1152px) {
  /* line 25, dev/sass/modules/main/main-banner.scss */
  .main-banner__content {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 600px) {
  /* line 25, dev/sass/modules/main/main-banner.scss */
  .main-banner__content {
    font-size: 1rem;
    max-width: unset;
    background: #F2F2F2;
    color: #333333;
    padding: 15px;
  }
}

/* line 2, dev/sass/modules/main/main-adv.scss */
.main-adv__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-top: 1px solid #F2F2F2;
  border-left: 1px solid #F2F2F2;
}

/* line 9, dev/sass/modules/main/main-adv.scss */
.main-adv__item {
  width: 16.66%;
  padding: 3vw 2.25vw 4vw;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 990px) {
  /* line 9, dev/sass/modules/main/main-adv.scss */
  .main-adv__item {
    width: 25%;
  }
}

@media screen and (max-width: 768px) {
  /* line 9, dev/sass/modules/main/main-adv.scss */
  .main-adv__item {
    width: 33.33%;
  }
}

@media screen and (max-width: 450px) {
  /* line 9, dev/sass/modules/main/main-adv.scss */
  .main-adv__item {
    width: 50%;
  }
}

/* line 27, dev/sass/modules/main/main-adv.scss */
.main-adv__item-icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
  /* line 27, dev/sass/modules/main/main-adv.scss */
  .main-adv__item-icon {
    margin: 0 auto 15px;
  }
}

/* line 38, dev/sass/modules/main/main-adv.scss */
.main-adv__item-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

/* line 48, dev/sass/modules/main/main-adv.scss */
.main-adv__item-tittle {
  font-size: 1rem;
  width: 80%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  color: #333333;
  margin-bottom: 30px;
  position: relative;
}

@media screen and (max-width: 600px) {
  /* line 48, dev/sass/modules/main/main-adv.scss */
  .main-adv__item-tittle {
    width: 100%;
  }
}

/* line 64, dev/sass/modules/main/main-adv.scss */
.main-adv__item-tittle::after {
  content: '';
  position: absolute;
  width: 80%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #0B9A42;
}

/* line 75, dev/sass/modules/main/main-adv.scss */
.main-adv__item-desc {
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #717171;
  opacity: 0.8;
}

/* line 3, dev/sass/modules/main/main-partners.scss */
.main-partners__slider {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  position: relative;
}

/* line 10, dev/sass/modules/main/main-partners.scss */
.main-partners__slider.slick-initialized {
  padding: 0 30px;
}

/* line 15, dev/sass/modules/main/main-partners.scss */
.main-partners__slide {
  height: 100%;
  display: block !important;
  width: 25%;
  padding: 6vw 0;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  z-index: 1;
  cursor: pointer;
}

/* line 27, dev/sass/modules/main/main-partners.scss */
.main-partners__slide-img {
  max-width: 150px;
  margin: 0 auto;
  padding-top: 43%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
          background-size: contain;
}

/* line 37, dev/sass/modules/main/main-partners.scss */
.main-partners__slide:hover {
  background: #F2F2F2;
}

/* line 40, dev/sass/modules/main/main-partners.scss */
.main-partners__slide:hover .main-partners__slide-img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

/* line 3, dev/sass/modules/main/main-products.scss */
.main-products:not(:last-of-type) {
  margin-bottom: 3vw;
}

/* line 7, dev/sass/modules/main/main-products.scss */
.main-products__slider {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  border-left: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
}

/* line 15, dev/sass/modules/main/main-products.scss */
.main-products__slide {
  width: 25%;
  border-right: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

/* line 21, dev/sass/modules/main/main-products.scss */
.main-products__info {
  padding: 25px;
  position: relative;
  border-bottom: 1px solid #F2F2F2;
}

@media screen and (max-width: 1680px) {
  /* line 21, dev/sass/modules/main/main-products.scss */
  .main-products__info {
    padding: 15px;
  }
}

/* line 30, dev/sass/modules/main/main-products.scss */
.main-products__info::before {
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #0B9A42;
}

/* line 42, dev/sass/modules/main/main-products.scss */
.main-products__info:hover::before {
  width: 100%;
}

/* line 48, dev/sass/modules/main/main-products.scss */
.main-products__actiones {
  margin-bottom: 35px;
}

/* line 52, dev/sass/modules/main/main-products.scss */
.main-products__img {
  width: 100%;
  padding-top: 52%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-bottom: 25px;
  position: relative;
}

.main-products__img .stickers-block{
  position: absolute;
  top: -30%;
  width: 100%;
  text-align: right;
}

/* line 61, dev/sass/modules/main/main-products.scss */
.main-products__name {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: bold;
  line-height: 150%;
  color: #333333;
  opacity: 0.8;
  margin-bottom: 15px;
}

/* line 71, dev/sass/modules/main/main-products.scss */
.main-products__desc {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #717171;
  opacity: 0.8;
  margin-bottom: 25px;
}

@media screen and (max-width: 1680px) {
  /* line 71, dev/sass/modules/main/main-products.scss */
  .main-products__desc {
    margin-bottom: 15px;
  }
}

/* line 85, dev/sass/modules/main/main-products.scss */
.main-products__attr {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: #333333;
  opacity: 0.9;
}

/* line 94, dev/sass/modules/main/main-products.scss */
.main-products__order {
  position: relative;
}

/* line 97, dev/sass/modules/main/main-products.scss */
.main-products__order .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  max-width: 30px;
  max-height: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  fill: #0B9A42;
}

/* line 107, dev/sass/modules/main/main-products.scss */
.main-products__price {
  position: relative;
  width: calc(100% - 50px);
  padding: 15px 15px 15px 75px;
  border-right: 1px solid #F2F2F2;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1680px) {
  /* line 107, dev/sass/modules/main/main-products.scss */
  .main-products__price {
    padding: 15px 15px 15px 45px;
  }
}

/* line 118, dev/sass/modules/main/main-products.scss */
.main-products__price:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 122, dev/sass/modules/main/main-products.scss */
.main-products__price-icon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1680px) {
  /* line 122, dev/sass/modules/main/main-products.scss */
  .main-products__price-icon {
    left: 10px;
  }
}

/* line 135, dev/sass/modules/main/main-products.scss */
.main-products__price-old {
  font-size: 0.875rem;
  font-style: normal;
  font-weight: normal;
  line-height: 136%;
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
  color: #BDBDBD;
}

@media screen and (max-width: 1680px) {
  /* line 135, dev/sass/modules/main/main-products.scss */
  .main-products__price-old {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 1440px) {
  /* line 135, dev/sass/modules/main/main-products.scss */
  .main-products__price-old {
    font-size: 0.625rem;
  }
}

@media screen and (max-width: 990px) {
  /* line 135, dev/sass/modules/main/main-products.scss */
  .main-products__price-old {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 135, dev/sass/modules/main/main-products.scss */
  .main-products__price-old {
    font-size: 0.75rem;
  }
}

/* line 160, dev/sass/modules/main/main-products.scss */
.main-products__price-main {
  font-size: 1.25rem;
  font-style: normal;
  font-weight: bold;
  line-height: 135%;
  color: #333333;
}

@media screen and (max-width: 1680px) {
  /* line 160, dev/sass/modules/main/main-products.scss */
  .main-products__price-main {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1440px) {
  /* line 160, dev/sass/modules/main/main-products.scss */
  .main-products__price-main {
    font-size: 0.875rem;
  }
}

@media screen and (max-width: 990px) {
  /* line 160, dev/sass/modules/main/main-products.scss */
  .main-products__price-main {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  /* line 160, dev/sass/modules/main/main-products.scss */
  .main-products__price-main {
    font-size: 0.875rem;
  }
}

/* line 185, dev/sass/modules/main/main-products.scss */
.main-products__application {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

/* line 193, dev/sass/modules/main/main-products.scss */
.main-products__application:hover {
  background: rgba(242, 242, 242, 0.5);
}

/* line 198, dev/sass/modules/main/main-products.scss */
.main-products .slick-initialized {
  padding: 0 30px;
}

.content_wrap{
  margin-bottom: 30px;
  margin-top: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
}
.content_wrap p{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}

.content_wrap ul{
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.content_wrap h1{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #000;
  font-weight: 700;
}

.content_wrap h2{
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #000;
  font-weight: 700;
}

.content_wrap h3{
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #000;
  font-weight: 700;
}

.content_wrap h4{
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 2rem;
  color: #000;
  font-weight: 700;
}

.content_wrap table{
  width: fit-content;
  border-top:1px solid #ccc ;
  border-left:1px solid #ccc;
  margin-bottom: 1rem;
}

.content_wrap table tr th{
  background: #ccc;
  padding: 0.5rem 1rem;
  border-right:1px solid #ccc;
}

.content_wrap ol{
  margin-bottom: 1rem;
}

.content_wrap ol li{
  margin-bottom: 0.5rem;
}

.content_wrap table tr td{

  padding: 0.5rem 1rem;
  border-right:1px solid #ccc;
}


.content_wrap table tr{
  border-bottom:1px solid #ccc;
}

.content_wrap .bold{
  font-weight: 600;
}

.content_wrap iframe{
  width: 100%!important;
}

.content_wrap a{
  color: #0B9A42;
  transition: 0.3s;
}

.content_wrap a:hover{
  color: #000;

}

.content_wrap ul li{
  position: relative;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.content_wrap li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
  width: 5px;
  height: 5px;
  background: #0b9a42;
  border-radius: 50%;
}

.nca-cookiesaccept-line{
  left: 0px;
}
.nca-cookiesaccept-line.style-6{
  background-color: #1E1E1E!important;
}

#nca-cookiesaccept-line-accept-btn{
  background-color: #0b9a42!important;
  padding: 0.5rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color:#fff;
  transition: 0.3s;
  border-radius: 3px;
}


#nca-cookiesaccept-line-accept-btn:hover{
  background-color: #0ca948!important;
}

.nca-cookiesaccept-line-text{
  font-size: 0.875rem;
  line-height: 1.5;
  color:#fff
}

.nca-cookiesaccept-line > div{
  justify-content: center;
}

.inform_hidden{
  display: none;
}

.slick-slide {
  height: auto;
}

.hovered{
  cursor: pointer;
  transition: 0.3s;
}

.lc__table table tbody.hovered:hover {
  background: #f9f9f9!important;
}

.lc__table table tbody.hovered:hover:nth-child(2n+1) {
  background: #f0f0f0!important;
}

#bx-soa-basket.bx-selected .bx-soa-more{
  display: none!important;
}

#bx-soa-basket.bx-selected {
  border: 0px solid #0b9a42!important;
}


#bx-soa-basket.bx-selected .bx-soa-section-title-container {
  padding: 7px 0;
  background:#f2f5f7!important;
}


#bx-soa-basket.bx-selected .bx-soa-section-title-container h2 {
  color: #000!important;
}


#bx-soa-basket.bx-selected .bx-soa-section-title-count {
  border-color: #98979d!important;
}

#bx-soa-basket.bx-selected .bx-soa-section-title-count::after {
  color: #98979d!important;
}

.address_form{
  width: 100%!important;
}

.form__row__map{
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}

.form__row__map #header {
  display: flex;
  flex-direction: row;
  padding: 1rem;
  margin-bottom: 1rem;
  background: #f6f6f6;
}


.form__row__map #button {
  display: inline-block;
  text-decoration: none;
  user-select: none;
  padding: 1rem 1rem;
  outline: none;
  border-radius: 2px;
  background: #0b9a42;
  transition: all .218s ease 0s;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.form__row__map #button:hover {
  background: #0ca948;
}

.form__row__map #button:active {
  background: #0ca948;
}

.form__row__map .input {
  padding: 1rem 1rem;
  border: 1px solid #c5c5c5;
  border-radius: 3px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0);
  transition: .17s linear;
  background: #fff;
  font-size: 1rem;
  margin-right: 1rem;
  height: auto;
}

.form__row__map .input:focus {
  outline: none;
  border: 1px solid #fdd734;
  box-shadow: 0 0 1px 1px #fdd734;
}

.form__row__map .input_error, .form__row__map .input_error:focus {
  outline: none;
  border: 1px solid #f33;
  box-shadow: 0 0 1px 1px #f33;
}

.form__row__map #map ymaps{
  position: absolute;
  left: 0px;
  top: 0px;
}

.add_adrr_step{
  background: #fbfbfb;
  padding: 1rem;
}

.add_adrr_step__group{
  display: flex;
  flex-direction: row;
}

.add_adrr_step_title{
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.add_adrr_step_icon{
  width: 2rem;
  height: 2rem;
  background: #0b9a42;
  border-radius: 50%;
  margin-right: 1rem;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add_adrr_step_name{
  width: calc(100% - 3rem);
}

.add_adrr_map{
  background: #fbfbfb;
  padding: 1rem 0rem 0rem;
  position: relative;
}

.form__row__map #map{
  height: 240px;
  width: 100%;
  position: relative;
}

.form__row__map .notice {
  margin-top: 1rem;
  padding: 1rem 40px;
  font-size: 16px;
  letter-spacing: .4px;
  text-align: center;
  background: #faf6e8;
  display: none;
}

.form__row__map #footer {
  margin-top: 1rem;
  display: none;
  flex-direction: row;
  padding: 1rem;
  background-color: #fff;
}

.form__row__map #messageHeader {
  margin-right: 1rem;
  font-size: 1rem;
}

.form__row__map #message {
  font-size: 1rem;
  font-weight: 700;
}

.add_adrr_popup-container--lc-bg{
  padding: 1rem!important;
}

.add_adrr_errors .errortext{
  display: inline-flex;
  flex-wrap: wrap;
  padding: 1rem;
  background-color: #fff;
  width: 100%;
}

.add_adrr_errors .errortext br {
  display: none;
}

.add_adrr_popup-container--lc-bg .lc__popup-block{
  margin-bottom: 2rem!important;
}

@media screen and (min-width: 768px) {
  .add_adrr_step{
    padding: 2rem;
  }
  .add_adrr_popup-container--lc-bg{
    padding: 2rem!important;
  }
}

.subscribe__item{
  border:1px solid #f6f6f6;
  padding: 1rem;
  margin-bottom: 1rem;
}

.subscribe__item__content__img{
  background-color: #f6f6f6;
  padding: 0rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.subscribe__item__content__name{
  font-size: 1rem;
  color: #333;
  line-height: 1.75;
  margin-bottom: 1rem;
  font-weight: 700;
  transition: 0.3s;
}

.subscribe__item__content__name:hover{
  color: #0b9a42;
}

.subscribe__item__controls{
  display: flex;
  flex-direction: row;
}

.subscribe__item__controls .btn{
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-family: "museosanscyrl_400","OverpassLight",Arial,Helvetica,sans-serif;
  min-width: auto;
  width: 100%;
  text-transform: none;

}
.subscribe__item__controls div{
  width: calc(50% - 8px);
}
.subscribe__item__controls div:last-child .btn{
  margin-left: 16px;
  background: #f6f6f6;
  color: #333;

}

.subscribe__item__amount{
  width: 100%;
}

.subscribe__item__content__group{
  display: flex;
  flex-direction: row;
  margin-bottom: 1rem;
}

.subscribe__item__amount{
  display: flex;
  flex-direction: row;
}

.subscribe__item__amount .amount_block{
  display: flex;
  flex-direction: row;
  width: 100%;
}

.subscribe__item__content__vendor {
  white-space: nowrap;
  margin-right: 1rem;
}

.subscribe__item__amount .amount_block span{
  width: auto;
}

.subscribe_btn{
  color: #0b9a42;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 0.5rem;
  font-weight: 700;
  cursor: pointer;
}

.subscribe_btn:hover{
  color: #0ca948;
}

@media screen and (min-width: 768px) {
  .subscribe__item{
    padding: 2rem;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .subscribe__item__content{
    grid-column:  4/ 2;
  }

  .subscribe__item__content__img{
    margin-bottom: 0px;
  }
}

.delivery_map{
  height: 600px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.delivery_map-map{
  height: 600px;
  width: 100%;
  position: relative;
}

.delivery_dscr{
  color: #fff;
  background-repeat: no-repeat;
  background-position: center right;
  background-color: #0B9A42;
  font-size: 1rem;
  line-height: 1.75;
  padding: 2rem;
}

.delivery_dscr p{
  font-size: 1rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.delivery_dscr h3{
  font-size: 1.25rem;
  line-height: 1.3rem;
  margin-bottom: 1rem;
  font-weight: 700;
}

.delivery_dscr ul li{
  display: flex;
  flex-direction: row;
  margin-bottom: 0.5rem;
}

.delivery_dscr ul li svg{
  margin-right: 0.5rem;
  margin-top: 0.375rem;
}

.delivery_dscr .ymaps-2-1-79-balloon{
  display: none;
}

.popup_s{
  position: fixed;
  z-index: 1000;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0,0,0,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

.popup_s__container{
  padding: 2rem;
  max-width: 25rem;
  background: white;
  text-align: center;
}

.popup_s__container h3{
  font-size: 1.5rem;
  line-height: 1.3;
  color: #000;
  margin-bottom: 1rem;
}

.popup_s__container p{
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
  margin-bottom: 2rem;
}

.popup_s__container a{
  color: #0B9A42;
}

.popup_s__close{
  cursor: pointer;
  transition: 0.3s;
  margin-right: 0px;
}

.popup_s__close:hover{
  opacity: 0.75;
}

.sale_percent{
  padding: 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  background-color: #F90;
  color:#fff;
  border-radius: 0.25rem;
}

.sale_percent.gray {
  background-color: #C5C6C6
}

.sale_percent.blue {
  background-color: #04B6EF
}

.sale_percent.green {
  background-color: #6DBD00
}

.map_overlay{
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: calc(100% - 1rem);
  z-index: 2;
  margin: 1rem 0.5rem;
}

.map_overlay div{
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  background: #0B9A42;
  position: relative;
  color: #fff;
  margin: 0px 0.5rem;
  padding: 1rem;}

.map_overlay div::after{
  content: '';
  position: absolute; /* Абсолютное позиционирование */
  left: 50%;
  margin-left: -8px;
  top: -16px; /* Положение треугольника */
  border: 8px solid transparent; /* Прозрачные границы */
  border-top:8px solid #0B9A42; /* Добавляем треугольник */
  transform: rotate(180deg);
}

.news-detail{
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  column-gap: 3rem;
}

.news-detail__content{
  grid-column: 1 / 3;
}

.news-detail__content .content_wrap{
  margin-top: 0px;
}

.content_wrap img{
  margin: 1rem 0rem;
}

.content_wrap .catalog-basket-container img{
  margin: 0rem 0rem;
}

.content_wrap .main-products{
  margin-bottom: 1rem;
}

.btn_new_address{
  color: #0B9A42;
  font-size: 0.75rem;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.bx-selected .btn_new_address{
  color: #fff;
}

.btn_new_address svg{
  width: 17px;
  height: 17px;
  margin-right: 0.375rem;
}

.btn_new_address svg path{
  stroke: #0B9A42;
}

.bx-selected .btn_new_address svg path{
  stroke: #fff;
}

.menu_mark{
  color:#e47127;
  margin-right: 0.5rem;
  font-weight: 700;
}

.menu_mark_right{
  color:#e47127;
  margin-left: 0.5rem;
  font-weight: 700;
}

.menu_mark_right .icon, .with-menu .arrow .icon{
  stroke: #333333;
  fill: transparent;
  width: 0.875rem;
  height: 0.875rem;
}




.has-error #soa-property-7{
  background-color: #eee;
  border-color: #d5dadc;
}

@media screen and (min-width: 1024px) {
  .news-detail{
    grid-template-columns: repeat(4, 1fr);
  }

  .news-detail__content{
    grid-column: 1 / 4;
  }
}

.popup-container__discount-steps {
  flex-direction: column;
  flex-wrap: nowrap!important;
}


@media screen and (min-width: 600px) {
  .popup-container__discount-steps {
    flex-direction: row;
  }
}

.step{
  margin-bottom: 2rem;
  border: 1px solid #ebedf0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.step__title{
  display: grid;
  grid-template-columns: 2rem 1fr;
  padding: 1rem;
  column-gap: 1rem;
  background: linear-gradient(90deg, rgba(4, 182, 239, 0.25) 0%, rgba(146, 231, 22, 0.25) 100%);

  border-radius: 0.25rem 0.25rem 0rem 0rem;
  border-bottom: 1px solid #ebedf0;
}

.step__title__number{
  width: 2rem;
  height: 2rem;
  background: #fff;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
  color: #000;
  font-weight: 700;
}

.step__title__name{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5;
  color: #000;
  font-weight: 400;
}

@media screen and (min-width: 767px) {
  .step__title__number{
    font-size: 1.25rem;
  }

  .step__title__name{
    font-size: 1.25rem;
  }
}

.cart{
  margin-bottom: 2rem;
}

.orderTotal{
  border-radius: 0.25rem;
  overflow: hidden;
  /* background: #f9f9f9; */
  border: 1px solid #ebedf0;
}

.orderTotal__wrapper{
  border-radius: 0.25rem;

}

.orderTotal__result{
  padding: 1rem 1rem 1rem;
  font-size: 1rem;
  display: grid;
  gap:1.5rem;
  grid-template-columns: 1fr 1fr;
  line-height: 1.5;
  background: #beecfa;
  color: #000;
  font-weight: 600;
}

.orderTotal__btn, .orderTotal_popup__btn, .delivery__popup__btns a{
  padding: 1rem 1.5rem 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  line-height: 1.5;
  background: #b2e48d;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}

.orderTotal__btn:hover, .orderTotal_popup__btn:hover, .delivery__popup__btns a:hover{
  background: #A4D480;
}

#orderTotal__btn.close{
  display: none;
}

.can-buy__info{
  display: none;
  padding: 1rem;
  background: #f6f6f6;
  margin-top: 1rem ;
  border: 1px solid #b2e48d ;
  line-height: 1.5;
}

.can-buy__info.show{
  display: flex;
}

.can-buy__info__title{
  font-weight: 600;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #000;
}

.can-buy__info__dscr{
  color: #666;
  font-size: 1rem;
}

.can-buy__info__img svg{
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  margin-left: 1rem;
}

.btn_transparent{
  background: #f6f6f6!important;
  margin-top: 1rem!important;
  border: 1px solid #b2e48d!important;
}

.btn_transparent:hover{
  background: #f4f4f4!important;
}

.orderTotal__btn_reg{
  padding: 1rem 1rem 1rem;
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-template-columns: 1fr 1fr;
  line-height: 1.5;
  background: #b2e48d;
  color: #000;
  font-weight: 700;
  transition: 0.3s;
  cursor: pointer;
}

.orderTotal__btn_reg:hover{
background: #A4D480;

}

@media screen and (min-width: 767px){
  .orderTotal__result {
    font-size: 1.25rem;
  }
}
.orderTotal__default, .orderDelivery{
  padding: 1rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  background: #fff;
  border-bottom: 1px solid #ebedf0;
  color: #000;
}

.basketDeliveryPrice.hidden{
  display: none;
}

.orderTotal__economy{
  background: #fff;
  padding: 0rem 1rem 1rem;
  border-bottom: 1px solid #ebedf0;
}

.orderTotal__economy__title{
  padding: 1rem 0rem 1rem;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
}

.orderTotal__economy__list{
  padding: 0.5rem;
  border: 1px solid #ebedf0;
  color: #000;
  border-radius: 0.25rem;
  background: transparent;
}

.orderTotal__economy__item{
  padding: 0.5rem 0rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  border-bottom: 1px solid #ebedf0;
}

.orderTotal__economy__item:last-child{
  border-bottom: 0px;
}

.orderTotal__economy__item__reg{
  grid-column: span 2 / span 2;
  padding-top: 0.5rem;
}

.orderTotal__economy__item__reg a{
  transition: 0.4s;
  color: #0B9A42;
}

.text-red{
  color: red;
}

.orderTotal__economy__item div:last-child span:first-child, .orderTotal__economy__title div:last-child span:first-child, .orderTotal__default div:last-child span:first-child, .orderTotal__weight div:last-child span:first-child, .orderTotal__result div:last-child span:first-child{
  margin-right: 0.25rem;
}

.orderTotal__weight{
  padding: 1rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  background: #fff;
  color: #000;
}

.order__errors{
  padding: 1rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  column-gap: 1rem;
  background: #fff;
  border-top: 1px solid #ebedf0;
  color: #000;
}


.order__errors div{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ebedf0;
  padding: 0.5rem 0rem;
}

.order__errors div:first-child{
  padding-top: 0px;
}

.order__errors div:last-child{
  padding-bottom: 0px;
  border-bottom: 0px;
}

.order__errors div svg{
  margin-right: 0.5rem;
}

.orderTotal__reg{
  padding: 1rem 1rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  column-gap: 1rem;
  background: #fff;
  color: #000;
  text-align: center;
  border-top: 1px solid #ebedf0;
}

.orderTotal__reg p{
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #999;
}

.orderTotal__reg__title{
  text-align: center;
  font-size: 1rem;
  border-bottom: 1px solid #ebedf0;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.orderTotal__reg a{
  color: #0B9A42;
}

.cart__items{
  padding: 0rem;
  background: #f6f6f6;
  border-radius: 0rem 0rem  0.25rem 0.25rem;
}

@media screen and (min-width: 768px) {
  .cart__items{
    padding: 0rem;
  }
}

@media screen and (min-width: 1200px) {
  .cart{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
  }

  .cart__content{
    grid-column: 1 / 4;
  }
}

.cartItem{
  font-family: "museosanscyrl_500",Arial,Helvetica,sans-serif;
  padding: 1rem;
  margin-bottom: 1px;
  border-radius: 0rem;
  background: #fff;
}

.cartItem:nth-child(odd){
  background: #f9f9f9;
}

.cartItem:last-child{
  margin-bottom: 0px;
}

.cartItem__row{
  display: grid;
  grid-template-columns: 5rem 1fr 1fr;
  column-gap: 1rem;
}

@media screen and (min-width: 768px) {
  .cartItem__row {
    grid-template-columns: 4rem 1fr 8rem 7rem 7rem 5rem;
    column-gap: 1.5rem;
  }
}

.cartItem__img{
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.25rem;
}

.cartItem__img, .cartItem__img img{
  max-width: 4rem;
  max-height: 4rem;
}

.cartItem__content{
  grid-column: 2 / 4;
}

@media screen and (min-width: 768px) {
  .cartItem__content{
    grid-column: 2 / 3;
  }
}

.cartItem__content__name{
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  margin-bottom: 0.5rem;
}

.cartItem__content__name:hover{
  color: #0B9A42;
}

.cartItem__content__name span:first-child{
  margin-right: 0.5rem;
  display: inline;
}

.cartItem__mark{
  padding: 0 4px;
  background-color:#FF9900;
  color: #fff;
  border-radius: 2px;
  font-size: .75rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
}

.cartItem__mark.gray{
  background-color:#C5C6C6;
}

.cartItem__mark.blue{
  background-color:#04B6EF;
}

.cartItem__mark.green{
  background-color:#6DBD00;
}

@media screen and (min-width: 1024px) {
  .cartItem__content__name{
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
}

.cartItem__properties{
  font-size: 0.75rem;
  line-height: 1.5;
  color: #999;
}

@media screen and (min-width: 1024px) {
  .cartItem__properties{
    display: flex;
    flex-wrap: wrap;
  }
  .cartItem__property{
    margin-right: 1rem;
  }
}

@media screen and (min-width: 1200px) {
  .cartItem__properties{
    font-size: 0.875rem;
  }
}

.cartPrice__group{
  grid-column: 1 / 3;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .cartPrice__group{
    grid-column: 4 / 5;
    justify-content: start;
    align-items: center;
    min-height: 2.5rem;
  }
  .cartPrice{
    min-height: 2.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.cartPrice__current{
  display: block;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 600;
}

.cartPrice__current span{
  margin-right: 0.25rem;
}

@media screen and (min-width: 768px) {
  .cartPrice__current{
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
  }
}

.cartPrice__row{
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .cartPrice__row{
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.cartPrice__discount{
  margin-right: 8px;
  margin-left: 8px;
  padding: 0 4px;
  color: #666;
  border-radius: 2px;
  font-size: .75rem;
  background: #EBECEC;
  line-height: 1.5;
  display: flex;
  align-items: center;
  border-bottom: 4px solid #FF9900;
}

.cartPrice__discount.gray{
  border-bottom: 4px solid #C5C6C6;
}

.cartPrice__discount.blue{
  border-bottom: 4px solid #04B6EF;
}

.cartPrice__discount.green{
  border-bottom: 4px solid #6DBD00;
}

@media screen and (min-width: 768px) {
  .cartPrice__discount{
    margin-right: 0px;
    margin-left: 0px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }
}

.cartPrice__old{
  position: relative;
  display: inline-flex;
  flex-shrink: 0;
  color: #999;
  font-size: .75rem;
  line-height: 1.5;
}

.cartPrice__old span{
  margin-right: 0.125rem;
}


.cartPrice__old:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #999;
  content: "";
  transform: translateY(-50%);
}

.cartItem__counter{
  display: flex;
  flex-direction: row;
}

@media screen and (min-width: 768px) {
  .cartItem__counter{
    justify-content: center;
    margin-bottom: 0.5rem;
    grid-column: 3 / 4;
  }
}

.cartItem__btn{
  font-size: .75rem;
  line-height: 1.5;
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
  background: #fff;
  border:1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
}

@media screen and (min-width: 768px) {
  .cartItem__btn{
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cartItem__btn{
    font-size: .875rem;
  }
}

.cartItem__btn svg{
  width: 1rem;
  height: 1rem;
}

@media screen and (min-width: 1200px) {
  .cartItem__btn svg{
    width: 1.25rem;
    height: 1.25rem;
  }
}

.cartItem__counter__input{
  width: 3rem;
  height: 2rem;
  min-width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  line-height: 1.5;
}

.step input.cartItem__counter__input{
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  height: 2rem;
  display: flex;
  text-align: center;
  border-left: none;
  border-right: none;
  background: transparent;
  border-radius: 0px;
}

@media screen and (min-width: 768px) {
  .cartItem__counter__input{
    height: 2.5rem;
  }
  .step input.cartItem__counter__input{
    height: 2.5rem;
  }
}

@media screen and (min-width: 1200px) {
  .cartItem__counter__input{
    font-size: .875rem;
  }
}

.cartItem__btn:hover{
  background: #e6e8eb;
}

.cartItem__counter__group{
  grid-column: 1 / 4;
  display: flex;
  justify-content: space-between;
  column-gap: 1rem;
  padding: 0.5rem;
  margin: 1rem 0rem;
  background: #f6f6f6;
}

.cartItem:nth-child(odd) .cartItem__counter__group{
  background: #fff;
}

@media screen and (min-width: 768px) {
  .cartItem__counter__group{
    grid-column: 3 / 4;
    display: flex;
    flex-direction: column;
    padding: 0rem;
    margin: 0rem 0rem;
    justify-content: start;
    background: transparent;
  }
  .cartItem:nth-child(odd) .cartItem__counter__group{
    background:transparent;
  }
}

.cartPrice__one{
  color: #999;
  font-size: .75rem;
  line-height: 1.5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
}

.cartPrice__one span{
  margin-right: 0.25rem;
}

@media screen and (min-width: 1200px) {
  .cartPrice__one{
    font-size: .75rem;
  }
}

.cartItem__action{
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: end;
  grid-column: 3 / 4;
}

@media screen and (min-width: 768px) {
  .cartItem__action{
    align-items: start;
    grid-column: 6 / 7;
  }
}

.cartItem__action .cartItem__btn{
  margin-left: 1rem;
}

.cartItem__action .cartItem__btn:first-child{
  margin-left: 0rem;
}

.cartItem__btn.favourite{
  position: relative!important;
}

.cartItem__btn.favourite svg{
  margin-right: 0px;
}

.cartItem__btn.favourite .icon{
  margin-right: 0px;
}

.controlBox{
  padding: 0rem 1rem;
}

.step_wrap{
  padding: 1rem 1rem;
}

.step_contact{
  padding: 1rem 1rem;
}

.step_wrap__item{
  display: flex;
  flex-direction: column;
  justify-content: start;
  margin-bottom: 1rem;
}

.step_wrap__item__title{
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

.step_wrap__row{
  margin-bottom: 1rem;
}

.step_wrap__item .btn-adr{
  background: transparent!important;
  color: #0B9A42!important;
  font-weight: 400!important;
  text-transform: none!important;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.5rem;
  display: flex;
  align-items: center;
}

.step_wrap__item .btn-adr svg{
  fill: #0B9A42;
  margin-right: 0.5rem;
}

@media screen and (min-width: 767px) {
  .controlBox{
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
  }
  .step_wrap{
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 1rem;
  }

  .step_contact{
    padding: 1rem 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 1rem;
  }

  .step_wrap__row{
    grid-column: 1 / 3;
  }
}

.controlRadiobox{
  border-bottom: 1px solid #f6f6f6;
  padding: 1rem 0rem;
  cursor: pointer;
}

.controlRadiobox__row{
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  column-gap: 1rem;
}

@media screen and (min-width: 767px) {
  .controlRadiobox{
    border: 1px solid #f6f6f6;
    padding: 1rem;
    border-radius: 0.25rem;
    transition: 0.3s;
  }

  .controlRadiobox:hover{
    border: 1px solid #ccc!important;
  }

  .controlRadiobox.active{
    background: #f6f6f6;
  }
}

.controlRadiobox:last-child{
  border-bottom: 0px solid #f6f6f6;
  margin-bottom: 0px;
}

@media screen and (min-width: 767px) {
  .controlRadiobox:last-child{
    border: 1px solid #f6f6f6;
  }
}


.controlRadiobox.active .controlRadiobox__selector{
  border-color: #0B9A42;
  background: #0B9A42 ;
}

.controlRadiobox__selector{
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #ebedf0;
  border-radius: 0.25rem;
  position: relative;
}

.controlRadiobox.active .controlRadiobox__selector:before {
  background:url(/bitrix/templates/ekt/css/../img/check.svg);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  content: "";
}

.controlRadiobox__name{
  font-size: .875rem;
  line-height: 1.5;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .controlRadiobox__name{
    font-size: 1rem;
  }
}

.controlRadiobox__description{
  font-size: 0.875rem;
  line-height: 1.5;
  color: #666;
  margin-top: 1rem;
  display: none;
}

@media screen and (min-width: 767px) {
  .controlRadiobox__description{
    grid-column: 1 / 4;
  }
}

.controlRadiobox__description.active{
  display: block;
}

@media screen and (min-width: 767px) {
  .controlRadiobox__description{
    border-top: 1px solid #ebedf0;
    padding-top: 1rem;
  }
}

.controlRadiobox__description p{
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0.5rem;

}

.controlRadiobox__description a{
  color: #0B9A42;
  text-decoration: underline;
}

.controlRadiobox__description a:hover{
  color: #0B9A42;
  text-decoration: none;
}

.controlRadiobox__description b{
  color: #000;
}

.step select{
  min-width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 1.5;
  width: 100%;
}

.step  input{
  min-width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  border: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 1.5;
  width: 100%;
  padding: 0rem 1rem;
}

.step textarea{
  min-width: 2.5rem;
  height: 5rem;
  background: #fff;
  border: 1px solid #ebedf0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 1.5;
  width: 100%;
  padding: 0rem 1rem;
}

.step .btn{
  min-width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 1.5;
  text-decoration: none;
  padding: 0rem 1rem;
  width: 100%;
}

.step .checkbox_group input{
  width:1rem;
  height: 1rem;
  min-width: fit-content;
  margin-right: 1rem;
}

.bx-calendar-range .disabled{
  pointer-events: none;
}

.sticky{
  position: sticky;
  top: 2em;
  min-height: 2em;
}

.cart__result{
  padding: 2rem;
  border: 1px solid #f6f6f6;
  font-size: 1rem;
  line-height: 1.5;
}

.cart__result p{
  font-size: 1rem;
  line-height: 1.5;
}

@media screen and (min-width: 767px) {
  .cart__result{
    padding: 3rem;
  }
}

.bx-soa-customer-field[data-property-id-row="23"], .bx-soa-customer-field[data-property-id-row="24"]{
  display: none;
}

.cart_popup{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 1000;
  display: flex;
  justify-content: center;
  padding: 1rem;

}

.cart_popup__wrap{
  background: #fff;
  padding: 1.5rem;
  height: fit-content;
}

.cart_popup__wrap h2{
  margin-top: 0px!important;
}

.cart_popup__wrap h2, .cart_popup__wrap p{
  text-align: center;
}

.cart_popup__wrap__item{
  margin-bottom: 0.5rem;
}

.cart_popup__wrap__item div:first-child{
  font-weight: 600;
}

.cart_popup__close{
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  margin-top: 1.5rem;
}

.link-to-basket__text-price{
  display: none!important;
}

.saleLink{
  position: fixed;
  left: 10px;
  bottom: 40px;
  width: 160px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  text-decoration: none!important;
}

.saleLink__icon{
  width: 60px;
}

.saleLink__name{
  line-height: 1.5;
  text-align: center;
  color: #333;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.saleLink__name__bold{
  font-weight: 700;
  background:#fff;
  color: #000;
  width: fit-content;
  margin-bottom: 0.125rem;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0px 4px;
  border-radius: 16px;
}

.saleLink__name div:last-child{
  background:#fff;
  color: #666;
  width: fit-content;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 0px 4px;
  border-radius: 16px;
}

.orderTotal__reg__btn{
  padding: 1rem 1rem 1rem;
  background: #f6f6f6;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #000!important;
  width: 100%;
  transition: 0.4s;
}

.orderTotal__reg__btn:hover{
  background: #f0f0f0;
}

.popUpBanner{
  position: fixed;
  bottom: 48px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  animation: pulse 1.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.popUpBanner__wrap{
  position: relative;
  max-width: 320px;
}

.popUpBanner__wrap img{
  width: 100%;
  height: auto;
}

.popUpBanner__wrap__btn{
  transition: 0.3s;
}

.popUpBanner__wrap__btn:hover{
  transform: scale(1.1);
}

.popUpBanner__close{
  position: absolute;
  right: 0px;
  display: flex;
  top: 0px;
  width: 1.5rem;
  height: 1.5rem;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  justify-content: center;
  align-items: center;
}

.popUpBanner__close svg{
  fill: #666666;
  width: 0.75rem;
  height: 0.75rem;
}

@media screen and (min-width: 767px) {
  .popUpBanner__wrap{
    position: relative;
    width: 100%;
    max-width: 160px;
  }
}

@media screen and (min-width: 1024px) {
  .popUpBanner__wrap{
    position: relative;
    max-width: 160px;
  }
  .popUpBanner{
    width: 100%;
    max-width: 160px;
  }
}

@media screen and (min-width: 1400px) {
  .popUpBanner__wrap{
    position: relative;
    width: 100%;
    max-width: 160px;
  }
}

.orderTotal__result__title{
  position: relative;
}

.btn__result__dscr{
  background: #fff;
  font-size: 0.75rem;
  position: absolute;
  right: -18px;
  top:0px;
  padding-left: 2px;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-align: center;
}

.btn__result__dscr::after {
  content: '';
  position: absolute; /* Абсолютное позиционирование */
  left: 0px; bottom: -8px; /* Положение треугольника */
  border: 8px solid transparent;
  border-bottom: 8px solid white;
  transition: 0.4s;
  z-index: -1000;
  opacity: 0;
}

.active .btn__result__dscr::after {
  z-index: 100;
  opacity: 1;
}

.result__dscr{
  position: absolute;
  top: 2.5rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #f9f9f9;
  box-shadow: 0px 10px 10px rgba(0,0,0, 0.2);
  border-radius: 0.25rem;
  z-index: -1000;
  opacity: 0;
  transition: 0.4s;
}

.active .result__dscr{
  z-index: 100;
  opacity: 1;
}

.result__dscr p{
  margin-bottom: 0.5rem;
}

.strong{
  font-weight: 600;
}

.bgLight{
  background: #f9f9f9;
}


.in-basket{
  background: #e47127!important;
}

.bx_filter_parameters_box.sort{
  display: none;
}

.departments{
  display: grid;
  border: 1px solid #eee;
}

.departments .department{
  border-bottom: 1px solid #eee;
}

.departments .department:last-child{
  border-bottom: 0px solid #eee;
}

.department{
  padding: 2rem;
}

.department__title{
  font-size: 1rem;
  line-height: 1.3;
  color: #000000;
  margin-bottom: 1.5rem;
  border-bottom: 4px solid #0b9a42;
  padding-bottom: 1rem;
  font-weight: 700;
}

.department__group{
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  color: #333;
}

.department__group:last-child{
  margin-bottom: 0rem;
}

.department__group a{
  color: #333;
  transition: 0.3s;
}

.department__group a:hover{
  color: #0b9a42;
}


@media screen and (min-width: 768px) {
  .departments{
    grid-template-columns: repeat(4, 1fr)
  }
  .departments .department{
    border-bottom: 0px solid #eee;
    border-right: 1px solid #eee;
  }

  .departments .department:last-child{
    border-right: 0px solid #eee;
  }
}

.popUp_promotion_center{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top:0px;
  background: rgba(0,0,0, 0.5);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.popUp_promotion_center.active{
  display: flex;
}

.popUp_promotion_center__inner{
  width: 100%;
  max-width: 992px;
  position: relative;
}

.popUp_promotion_center__close{
  width: 32px;
  height: 32px;
  position: absolute;
  right: 0px;
  top: 0px;
  background: #fff;
  display: flex;
  justify-content:center;
  align-items: center;
}

.popUp_promotion_center__close svg{
  fill: #333;
  width: 20px;
  height: 20px;
}

@media screen and (min-width: 992px) {
  .popUp_promotion_center__close{
    width: 48px;
    height: 48px;
  }
}

@media screen and (min-width: 1300px) {
  .popUp_promotion_center__close{
    width: 64px;
    height: 64px;
  }
  .popUp_promotion_center__close svg{
    width: 24px;
    height: 24px;
  }
}


.popUpBannerBig{
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0px;
  top:0px;
  background: rgba(0,0,0, 0.25);
  z-index: 1000;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}


.popUpBannerBig.active{
  display: flex;
}

.popUpBannerBig__wrap{
  width: 100%;
  max-width: 1440px;
  position: relative;
  background: #86edbd;
  /*padding: 4rem 1.5rem 0rem;*/
}

.popUpBannerBig__wrap .section_slider{
  border-color: #86edbd!important;
}

.popUpBannerBig.popUpBannerBig_s .popUpBannerBig__wrap{
  background: #fff;
  color: #333;
  max-width: 640px;
    /*padding: 4rem 2rem 2rem;*/
  }

  .popUpBannerBig.popUpBannerBig_s p{
    font-size: 1rem;
    line-height: 1.5;
  }

  .popUpBannerBig.popUpBannerBig_s .popUpBannerBig__close{
    background: #f6f6f6;
  }

  .popUpBannerBig.popUpBannerBig_s .tab__title{
    border-bottom: 3px solid #0E9A00;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
    margin-top: 0px;
    display: flex;
    width: fit-content;
  }

  .popUpBannerBig.popUpBannerBig_s .detailPage__section{
    padding-top: 0rem;
  }

  .tab__title_white{
    color: #333!important;
  }

  @media screen and (min-width: 768px) {
    .popUpBannerBig{
      padding: 1.5rem;
    }
    .popUpBannerBig__wrap{

        /*padding: 1.5rem 2rem 1.5rem;*/
      }
    }


    @media screen and (min-width: 1300px) {
      .popUpBannerBig__wrap{

          /*padding: 4rem 2rem 0rem;*/
        }
      }

      @media screen and (min-width: 1400px) {
        .popUpBannerBig__wrap{

            /*padding: 2rem 3.5rem 0rem;*/
          }
        }

        .slider__catalogSection__item .swiper-button-next, .slider__catalogSection__item .swiper-button-prev{
          color: #0b9a42!important;
        }

        .tab__dscr{
          color: #333;
          margin: -0.5rem 0rem 1.5rem;
        }

        .popUpBannerBig__close{
          position: absolute;
          right: 0px;
          top: 0px;
          width: 56px;
          height: 56px;
          z-index: 10;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
          background: #fff;
        }
        .popUpBannerBig__close svg{
          fill: #333;
          width: 20px;
          height: 20px;
        }

        .btn-popup{
          display: block;
        }

        .btn-popup span.addToBasket__inner{
          display: block;
          padding: 0px 1rem;
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
        }


        .calculator_ha{
          padding: 1.5rem 1.5rem;
        }

        @media screen and (min-width: 1152px) {
          .calculator_ha{
            padding: 2rem 2rem;
          }
        }

        .select__item{
          margin-bottom: 1rem;
        }

        .select__item__name{
          font-size: 1rem;
          line-height: 1.5;
          margin-bottom: 0.5rem;
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
        }

        .select__item select, .select__item input{
          padding: 0.5rem 1rem;
          height: 42px;
          line-height: 1.5;
          font-size: 1rem;
          border-radius: 0px;
          outline: none;
          box-shadow: none;
          border: 1px solid #F4F4F4;
        }

        .calculator_ha__section__top{
          background: #0B9A42;
          border: 1px solid #0B9A42;
          color: #fff;
        }

        .calculator_ha__section{
          padding: 1.5rem 1.5rem 0.5rem;
        }

        .calculator_ha__section__bottom{
          padding: 1.5rem 1.5rem 0.5rem;
          background: #F4F4F4;
          border: 1px solid #F4F4F4;
        }

        @media screen and (min-width: 1152px) {
          .calculator_ha__section{
            padding: 2rem 2rem 1rem;
          }

          .calculator_ha__section__bottom{
            padding: 2rem 2rem 1rem;
          }
        }

        @media screen and (min-width: 768px) {
          .calculator_ha__section__top{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            column-gap: 1rem;
          }

          .calculator_ha__section__bottom{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            column-gap: 1rem;
          }
        }

        @media screen and (min-width: 1152px) {
          .calculator_ha__section__top{
            column-gap: 2rem;
            grid-template-columns: 1fr 1fr 1fr 1fr;
          }

          .calculator_ha__section__bottom{
            column-gap: 2rem;
          }
        }

        .select__item__group{
          display: flex;
          flex-direction: row;
        }

        .select__item__group input{
          width: calc(100%-42px);
        }

        .select__item__info__btn{
          width: 42px;
          height: 42px;
          background: #fff;
          cursor: pointer;
          display: flex;
          justify-content: center;
          align-items: center;
        }

        .select__item__info__btn svg{
          fill: #0b9a42;
          width: 1.5rem;
          height: 1.5rem;
        }

        .select__item__info{
          position: relative;
        }

        .select__item__info__result{
          position: absolute;
          width: 300px;
          right: 0px;
          background: #fff;
          padding: 3rem 1rem 1rem;
          line-height: 1.5;
          font-size: 0.875rem;
          color: #444;
          box-shadow: 0px 10px 10px rgb(0,0,0, 0.15);
          z-index: 100;
          display: none;
        }

        .select__item__info__result.active{
          display: block;
        }

        .select__item__info__result .close{
          width: 1.5rem;
          height: 1.5rem;
          margin-bottom: 1rem;
          position: absolute;
          right: 1rem;
          top: 1rem;
          display: flex;
          justify-content: center;
          align-items: center;
          cursor: pointer;
        }

        .select__item__info__result .close svg{
          stroke: #0B9A42;
        }

        .result_item{
          display: grid;
          grid-template-columns: 1fr 1fr;
          column-gap: 1rem;
        }

        @media screen and (min-width: 768px) {
          .result_item{
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            column-gap: 1rem;
          }
        }

        @media screen and (min-width: 1152px) {
          .result_item{
            column-gap: 2rem;
          }
        }

        .calculator-result{
          padding: 1rem;
          font-size: 1rem;
          line-height: 1.5;
          background: #FAFAFA;
          margin-top: 2rem;
        }

        .result_item{
          padding: 0.5rem 0rem;
          border-bottom: 1px solid rgb(0,0,0,0.075);
        }

        .calculator-result h3{
          color: #000;
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
          margin-bottom: 1rem;
          border-bottom: 1px solid #ccc;
          padding-bottom: 1rem;
        }

        @media screen and (min-width: 768px) {
          .calculator-result h3{
            font-size: 1.5rem;
          }
        }

        .result__main_item div:first-child{
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
        }

        @media screen and (min-width: 1152px) {
          .calculator-result h3 {
            margin-bottom: 2rem;
          }
        }

        @media screen and (min-width: 768px) {
          .calculator-result{
            padding: 2rem;
          }
        }

        .result__main_item{
          padding: 1rem;
          background: #F4F4F4;
          margin-bottom: 1rem;
        }

        @media screen and (min-width: 768px) {
          .calculator-result__main {
            display: grid;
            grid-template-columns: 1fr 1fr;
            column-gap: 1rem;
          }
        }

        @media screen and (min-width: 1152px) {
          .calculator-result__main {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr;
            column-gap: 2rem;
          }

          .result__main_item{
            padding: 2rem;
            margin-bottom: 2rem;
          }
        }

        .anker-list__list{
          display: grid;
          grid-template-columns: 1fr;
          gap: 1rem;
        }

        .anker-list__item{
          background: #fff;
        }

        .anker-list__item__col{
          padding: 1rem;
          border-bottom: 1px solid #f6f6f6;
        }


        .anker-list__item__col__prop{
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: 1rem;
        }

        .anker-mob{
          display: block;
        }

        .anker-dsct{
          display: none;
        }

        @media screen and (min-width: 768px) {
          .anker-list__list{
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
          }
        }

        @media screen and (min-width: 1024px) {
          .anker-list__list{
            grid-template-columns: 1fr 1fr 1fr;
            gap: 2rem;
          }

          .anker-mob{
            display: none;
          }

          .anker-dsct{
            display: block;
          }
        }

        @media screen and (min-width: 1152px) {
          .anker-list__list{
            grid-template-columns: 1fr 1fr 1fr 1fr;
          }
        }


        .ankerList__row{
          display: grid;
          grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
          border-bottom: 1px solid #ccc;
          min-width: 700px;
        }

        .ankerList__row img{
          max-height: 200px;
        }

        .ankerList__img{
          margin-bottom: 1rem;
          background: #fff;
          width: 100%;
        }

        .ankerList__row div{
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;

        }

        .ankerList__col{
          padding: 1rem;
        }

        .ankerList__title{
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
          text-align: center;
        }

        a.ankerList__title{
          color: #000;
          transition: 0.3s;
        }

        a.ankerList__title:hover{
          color: #0B9A42;
        }

        .calculator-result .scrollbar-content {
          width: 100%;
          overflow-x: auto;
          margin-bottom: 0.5rem;
        }

        .calculator-result .scrollbar-content{
          margin-bottom: 2rem;
        }
        .calculator-result table{
          margin-bottom: 1rem;
        }

        .calculator-result table td, th{
          padding: 0.75rem 1rem;
          text-align: left;
        }

        .calculator-result table tr{
          border-bottom: 1px solid #F4F4F4;
        }

        .calculator-result table tr:first-child{
          background: #F4F4F4;
          border-bottom: 0px;
        }

        .calculator-result__boxes {
          display: grid;
          grid-template-columns: 1fr 1fr;
        }

        @media screen and (min-width: 768px) {
          .calculator-result__boxes {
            grid-template-columns: 1fr 1fr 1fr 1fr;
          }
        }


        @media screen and (min-width: 1152px) {
          .calculator-result__boxes {
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
          }
        }

        .calculator-result ul{
          padding-left: 1rem;
          margin-bottom: 1rem;
        }

        .calculator-result ul li{
          position: relative;
          font-size: 1rem;
          line-height: 1.5;
          margin-bottom: 0.5rem;
        }

        .calculator-result li:before {
          content: "";
          position: absolute;
          left: -15px;
          top: 7px;
          width: 5px;
          height: 5px;
          background: #0b9a42;
          border-radius: 50%;
        }

        .calculator-result p{
          font-size: 1rem;
          line-height: 1.5;
          margin-bottom: 1rem;
        }

        .calculator-result__boxes__item{
          display: flex;
          flex-direction: column;
          padding: 0rem 1rem 1rem;
          font-size: 1rem;
          line-height: 1.5;
          font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
          color: #000;
        }

        .calculator-result__boxes__item:hover{
          color: #0B9A42;
        }

        .boxes__item__number{
          margin-bottom: 1rem;
          font-size: 1rem;
          line-height: 1.5;
        }

        .boxes__item__number span{
          width: 2rem;
          height: 2rem;
          background: #fff;
          display: inline-flex;
          justify-content: center;
          align-items: center;
          border-radius: 50%;
          border: 1px solid #0B9A42;
        }

        .boxes__item__img{
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          height: 120px;
          margin-bottom: 1rem;
        }

        .boxes__item__img img{
          max-height: 120px;
        }

        /* ---------------------------------- */


.catalogSection__full-w{
  grid-column: span 4 / span 4;
}

.catalogSection__wrap__item .sort-section{
  grid-column: span 4 / span 4;
}

.arSection__name{
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
  padding: 1.5rem;
  color: #000;
  background: #F4F4F4;
  font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
  transition: 0.4s;
}

.arSection__name:hover{
  color: #0B9A42;
}

.arSection__list{
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
}
@media screen and (min-width:768px){
  .catalogSection__list.listStyle .arSection__list .catalogSection__item__btns {
    flex-direction: column;
  }
}
@media screen and (min-width:1024px){
  .catalogSection__list.listStyle .arSection__list{
    display: block;
  }
}

.arSection__list .catalogSection__item{
  box-shadow: 0 0 0 1px #F2F2F2;
}

@media screen and (min-width:768px){
  .arSection__list{
    grid-template-columns: 1fr 1fr 1fr;
  }

}

@media screen and (min-width:1024px){
  .arSection__list{
    grid-column: span 3 / 5;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .arSection__list.listStyle{
    display: block;
  }
}

@media screen and (min-width:1360px){
  .arSection__list{
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (min-width:1600px){
  .arSection__list{
    grid-column: span 4 / 6;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.catalogSection__sidebar {
  display: flex;
  flex-direction: column;
}

.catalogSection__sidebar .l-sidebar {
  width: 100%;

}

.catalogSection__sidebar .l-sidebar .l-menu {
  width: 100%;
  background: #fbfbfb;
}

.catalogSection__sidebar .l-sidebar .l-menu ul {
  display: none;
}

.catalogSection__sidebar .l-sidebar .l-menu ul.active {
  display: flex;
  flex-direction: column;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li {
  position: relative;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li:last-child:before {
  display: none;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li a {
  background: #fbfbfb;
  padding: 17.5px 20px;
  text-decoration: none;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  transition: 0.3s;
  flex-grow: 1;
  display: flex;
  position: relative;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li a:before {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  content: '';
  background: #f2f2f2;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li a:hover {
  color: #0b9a42;
  background: #f2f2f2;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li a.active {
  color: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .l-menu ul li a.active:before {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  content: '';
  background: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob {
  width: 100%;
  background-color: #f4f4f4;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px 16px 20px;
  font-size: 16px;
  line-height: 1.5;
  text-transform: uppercase;
  color: #333;
  font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob span {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob span .icon {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob span .icon svg path {
  fill: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob .catlist-expander {
  width: 32px;
  height: 20px;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  overflow: hidden;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob .catlist-expander::after {
  transform: translate(0, calc(-50% - 0.5px)) rotate(45deg);
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  left: 50%;
  background-color: #333;
  transition: 0.3s;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob .catlist-expander::before {
  transform: translate(-10px, calc(-50% - 0.5px)) rotate(-45deg);
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  top: 50%;
  left: 50%;
  background-color: #333;
  transition: 0.3s;
}

.catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob.active .catlist-expander {
  transform: rotate(180deg);
}

.catalogSection__sidebar .l-sidebar .l-menu__custom {
  background: #fbfbfb;
}

.catalogSection__sidebar .l-sidebar .l-menu__custom li {
  position: relative;
}

.catalogSection__sidebar .l-sidebar .l-menu__custom li:after {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  content: '';
  background: #f2f2f2;
  z-index: 3;
}

.catalogSection__sidebar .l-sidebar .l-menu__custom li a {
  padding: 1rem 3.5rem 1rem 1.5rem;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  color: #333;
  position: relative;
  width: 100%;
}

.catalogSection__sidebar .l-sidebar .l-menu__custom li a.active {
  color: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .l-menu__custom li a.active:after {
  width: 100%;
  height: 1px;
  left: 0px;
  bottom: 0px;
  position: absolute;
  content: '';
  background: #0b9a42;
  z-index: 4;
}

.catalogSection__sidebar .l-sidebar .l__group {
  display: flex;
  flex-direction: row;
}

.catalogSection__sidebar .l-sidebar .l__btn {
  padding: 1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  background: #f4f4f4;
  color: #333;
  cursor: pointer;
  width: 50%;
  align-items: center;
  box-shadow: 0px 0px 0px 1px #fff;
  font-weight: 600;
}

.catalogSection__sidebar .l-sidebar .l__btn svg {
  width: 16px;
  height: 16px;
  fill: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .modMenu {
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 1000;
  left: -100%;
  top: 0%;
  position: fixed;
  overflow-y: scroll;
  transition: 0.4s;
}

.catalogSection__sidebar .l-sidebar .modMenu.active {
  left: 0px;
}

.catalogSection__sidebar .l-sidebar .modMenu.active .filter__btn {
  left: 1.5rem;
}

.catalogSection__sidebar .l-sidebar .modMenu .modMenu__head {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  font-weight: 600;
  align-items: center;
}

.catalogSection__sidebar .l-sidebar .modMenu .modMenu__head .close {
  display: flex;
}

.catalogSection__sidebar .l-sidebar .modMenu .modMenu__head .close svg {
  width: 24px;
  height: 24px;
  fill: #0b9a42;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom {
  background: #fbfbfb;
  padding-bottom: 6rem;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__label {
  padding: 1rem 1.5rem 0rem 1.5rem;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting {
  cursor: pointer;
  padding: 1rem 1.5rem 0rem 3.5rem;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  color: #333;
  position: relative;
  width: 100%;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.hide-setting {
  display: none;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting .sortLink {
  position: absolute;
  right: 0;
  background: #0B9A42;
  padding: 0.25rem 0.5rem;
  top: 0.75rem;
  color: #fff;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting .sortLink:after {
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  margin-top: -10px;
  top: 50%;
  border-right: 10px solid #0B9A42;
  left: -7px;
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  z-index: 10;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting:before {
  border: 1px solid #E5E5E5;
  position: absolute;
  content: '';
  width: 1rem;
  height: 1rem;
  left: 1.5rem;
  top: 0%;
  margin-top: 1.25rem;
  z-index: 1;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active {
  color: #0B9A42;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active:after {
  /*
  position: absolute;
  content: '';
  width: calc(1rem - 6px);
  height: calc(1rem - 6px);
  left: calc(1.5rem + 3px);
  top: 0;
  margin-top: 1.45rem;
  z-index: 2;
  background: #0B9A42; */
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .l__filter__setting.active:before {
  border: 1px solid #0B9A42;
  background-image: url(/bitrix/templates/ekt/css/../img/check.svg);
  background-position: center;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .setting__show-all {
  box-shadow: inset 0px 0px 0px 1px #efefef;
  margin: 1.5rem 1.5rem 0rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  cursor: pointer;
  transition: 0.4s;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .l__filter__fieldset .l__filter__facet .setting__show-all:hover {
  background: #efefef;
}

.catalogSection__sidebar .l-sidebar .l__filter__custom .filter__btn {
  transition: 0.4s;
  cursor: pointer;
  padding: 1rem 1.5rem 1rem 1.5rem;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #0B9A42;
  width: calc(100% - 3rem);
  bottom: 1.5rem;
  border-radius: 0.25rem;
  position: fixed;
  z-index: 1;
  left: -100%;
}

.catalogSection__sidebar .l-content {
  width: 100%;
}

.catalogSection__sidebar .l-content .l-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #efefef;
  margin-top: 1rem;
  padding: 0.75rem 0.25rem;
}

.catalogSection__sidebar .l-content .l-pagination .l-pagination__btn {
  margin: 0.25rem;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  font-weight: 700;
  color: #000;
}

.catalogSection__sidebar .l-content .l-pagination .l-pagination__btn.active {
  color: #fff;
  background: #0B9A42;
}

.sectionTitle {
  margin-bottom: 13px;
}

@media screen and (min-width: 769px) {
  .catalogSection__sidebar {
    display: flex;
    flex-direction: row;
  }

  .catalogSection__sidebar .l-sidebar {
    position: relative;
    display: table-cell;
    vertical-align: top;
  }

  .catalogSection__sidebar .l-sidebar .l-menu ul {
    flex-direction: column;
    display: flex !important;
  }

  .catalogSection__sidebar .l-sidebar .l-menu ul.active {
    display: flex !important;
  }

  .catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob .catlist-expander {
    display: none;
  }

  .catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob .icon {
    display: none;
  }

  .catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob.l-menu-open {
    display: flex;
  }

  .catalogSection__sidebar .l-sidebar .l-menu .l-menu__mob.l-menu-open.active {
    display: flex;
  }

  .catalogSection__sidebar .l-sidebar .l-menu__custom {
    background: transparent;
    border-top: 1px solid #efefef;
    border-bottom:  1px solid #efefef;
  }

  .catalogSection__sidebar .l-sidebar .l-menu__custom li:after {
    width: 100%;
    height: 1px;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: '';
    background: #fff;
    z-index: 3;
  }

  .catalogSection__sidebar .l-sidebar .l-menu__custom li:last-child:after {
    display: none;
  }

  .catalogSection__sidebar .l-sidebar .l__group {
    display: flex;
    flex-direction: column;
  }

  .catalogSection__sidebar .l-sidebar .l__group svg {
    display: none;
  }

  .catalogSection__sidebar .l-sidebar .l__btn {
    padding: 1.5rem 1.5rem 1.5rem;
    background: #F4F4F4;
    display: flex;
    justify-content: space-between;
    font-family: "museosanscyrl_300", "OverpassLight", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    width: 100%;
    align-items: center;
    /*box-shadow: inset 0px 0px 0px 1px #fff;*/
    position: relative;
    /*
    &:before{
      width: 100%;
      height: 1px;
      left: 0px;
      bottom: 0px;
      position: absolute;
      content: '';
      background: #fff;
      z-index: 3;
    }
    &:after{
      width: 100%;
      height: 1px;
      left: 0px;
      bottom: -1px;
      position: absolute;
      content: '';
      background: #fff;
      z-index: 3;
    }*/
  }

  .catalogSection__sidebar .l-sidebar .l__btn svg {
    width: 24px;
    height: 24px;
    fill: #0b9a42;
  }

  .catalogSection__sidebar .l-sidebar .modMenu {
    position: static;
    left: auto;
    top: auto;
    overflow-y: auto;
    z-index: 1;
    /* margin-bottom: 15px; */
  }

  .catalogSection__sidebar .l-sidebar .modMenu .modMenu__head {
    display: none;
  }

  .catalogSection__sidebar .l-sidebar .l__filter__custom {
    padding-bottom: 1.5rem;
    background: transparent;
    border-top:1px solid #efefef;
    border-bottom:1px solid #efefef;
  }

  .catalogSection__sidebar .l-sidebar .l__filter__custom .filter__btn {
    display: none;
  }

  .catalogSection__sidebar .l-content {
    padding-top: 15px;
    width: calc(100% - 345px);
  }

  .catalogSection__sidebar .l-content .l-pagination {
    margin-top: 45px;
  }
}

.alert-ekt{
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}

.alert-success{
  background: #0B9A42;
  color: white;
}

.alert-danger{
  background: lightyellow;
  color: #000;
}

.slam-easyform .hidden{
  display: none;
}

.slam-easyform .form__row .input p{
  display: inline-flex!important;
  flex-direction: row!important;
}

.slam-easyform .form__row .input span{
  display: inline-block;
  width: auto;
}

.slam-easyform .anketa .form .form__row p, .anketa .form .form__row span{
  display: inline !important;
  width: auto!important;
}

.slam-easyform .form__row .input .control-label{
  float: left;
  width: 100%;
  margin-top: 3px;
  font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
  display: inline!important;
  flex-direction: row!important;
  margin-bottom: 10px!important;
}

.slam-easyform .form__row .input .has-error .help-block,
.slam-easyform .form__row .input.has-error .help-block
{
  color: red;
}

.slam-easyform .form__row .input .has-error .control-label,
.slam-easyform .form__row .input.has-error .control-label
{
  color: red;
}

.form.contact .input .control-label{
  float: left;
  width: 27%;
  margin-top: 3px;
  font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000;
}

.form.contact .input textarea, .form.contact .input input {
  float: right;
  width: 70%;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #c5c5c5;
  padding: 0 8px;
  font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
  font-size: 14px;
  -webkit-transition: border-color 0.3s, box-shadow 0.3s;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form.contact .input textarea{
  height: 150px;
}

.form.contact #footerForm-captchaContainer{
  height: 120px;
}


.c_show_him_anker{
  border: 1px solid #f6f6f6;
  color: #000;
  padding: 0.5rem 1rem;
  width: 100%;
  cursor: pointer;
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: start;
  transition: 0.3s;
  font-size: 0.875rem;
  line-height: 140%;
  transition: 0.3s;
}

.c_show_him_anker svg{
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
}

.c_show_him_anker:hover {
  border: 1px solid #20a236;
}

.calculator-hover{
  position: relative;
}

.calculator-text{
  position: relative;
  display: inline-block;
}

.calculator-text .btn__result__dscr{
  color: red;
  font-weight: 700;
  padding-left: 0px;
}

.calculator-text .btn__result__dscr svg{
  width: 1rem;
  height: 1rem;
  fill: #0b9a42;
}

.delivery__popup__overlay{
  position: fixed;
  left: 0px;
  top: 0px;
  background: rgba(0,0,0,0.25);
  z-index: 2000;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: none;
  justify-content: center;
}

.delivery__popup__overlay.active{
  display: flex;
}

.delivery__popup{
  width: 100%;
  max-width: 600px;
  background: #fff;
  padding: 5rem 1.5rem 1.5rem;
  height: fit-content;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  position: relative;
}

.delivery__popup__close{
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  background: #f6f6f6;
  right: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  top: 1.5rem;
}

.delivery__popup__close svg{
  fill: #666;
}

.delivery__popup span{
  font-weight: 700;
}

.delivery__popup__btns{
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  flex-wrap: wrap;
}

.delivery__popup__btns div, .delivery__popup__btns a{
  margin: 1rem 0.5rem 0rem;
  height: fit-content;
  display: flex;

}

.real__amount{
  grid-column: 2 / span 2;
}
/* End */


/* Start:/bitrix/templates/ekt/css/adaptive.css?162435895922925*/
html body {
  margin: 8px;
}

html .out {
  padding-bottom: 15px;
}

html .main {
  max-width: 100%;
  width: 100%;
  display: block;
}

.sidebar+.main {
  display: block;
  width: calc(100% - 300px);
}

.main-products__slide {
  height: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

html .l-layout {
  display: flex;
  flex-wrap: wrap;
  table-layout: unset;
}

.slider .slick-dots,
.galery .slick-dots {
  top: auto;
  bottom: 0;
  display: inline-block;
  border: none;
}

.slider .slick-dots li.slick-active,
.galery .slick-dots li.slick-active {
  background-image: none;
}

.spiner__input {
  border: none;
  display: inline-block;
  vertical-align: middle;
  background: white;
}

.spiner__minus,
.spiner__plus {
  height: 100%;
}

.read-more {
  width: 100%;
}

.main-products__info {
  border-bottom: none;
}

.main-products__slider .slick-track {
  display: flex;
}

.main-products__order {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
}

.main-products__order .item__price {
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
}

.table-head-mob,
.basket-mob,
.art-mob {
  display: none;
}

.product-table__wrapper {
  width: auto;
}

.product-table__wrapper .arrival_text {
  text-align: center;
  display: inline-block;
}

.sidebar .promo {
  position: relative;
  height: 360px;
  text-align: center;
}

.advantages .row .advantages__item {
  width: 100%;
  min-height: unset;
  padding: 0;
  margin: 0;
}

.components .components-item {
  min-height: 50px;
}

.dcts .dcts__item {
  margin-bottom: 15px;
  padding-right: 15px;
}

.advantages .advantages__item p a {
  line-height: 115%;
}

.dct-link {
  margin-bottom: 15px;
}

#discount {
  max-width: 680px;
}

.popup-container__discount {
  padding: 40px 35px 65px 35px !important;
  border-radius: 0;
  justify-content: flex-start !important;
}

.popup-container__discount-title {
  font-weight: bold;
  font-size: 21px;
  line-height: 125%;
  color: #333333;
}

.popup-container__discount-contacts {
  display: flex;
  font-size: 15px;
  line-height: 140%;
  width: 100%;
}

.popup-container__discount-steps {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 25px 0 0;
}

.popup-container__discount-contacts .popup-container__discount-phone {
  width: calc(100% / 3);
  padding: 0 15px;
  margin: 35px 0;
}

.middle-modal .mfp-content {
  max-width: 680px !important;
  border-radius: 0;
}

.mfp-content {
  max-width: 680px !important;
  border-radius: 0;
}

.mfp-close-btn-in .mfp-close {
  font-weight: 100;
  font-size: 50px;
  font-family: 'Roboto';
  right: 25px;
  top: 30px;
}

.popup-container__discount-phone a {
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.popup-container__discount-contacts .popup-container__discount-phone:not(:last-child) {
  border-right: 1px solid #0B9A42;
}

.popup-container__discount-phone:first-child {
  padding-left: 0;
}

.popup-container__discount-phone:last-child {
  padding-right: 0;
}

.popup-container__discount-steps-item {
  width: calc(100% / 3 + 1px);
  padding: 25px 20px 30px;
  border-left: 1px solid #F2F2F2;
  border-right: 1px solid #F2F2F2;
  box-sizing: border-box;
  margin-left: -1px;
  font-size: 13px;
  line-height: 140%;
  position: relative;
  font-family: 'Roboto';
  font-weight: 300;
}

.popup-container__discount-steps-item .icon {
  height: 50px;
  max-width: 40px;
  padding-bottom: 20px;
  margin-left: 0;
}

.popup-container__discount-steps-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-transform: uppercase;
  position: relative;
  padding: 15px 0;
}

.popup-container__discount-steps-title:before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  top: 0;
  background: #0B9A42;
}

.popup-container__discount-steps-desc {
  color: #4F4F4F;
  font-size: 13px;
  line-height: 140%;
  font-weight: 300;
}

.popup-container__discount-phone img {
  margin: 0 !important;
  height: max-content;
}

.card__main-text-top-info .amount_block {
  float: left;
}

.amount_block {
  justify-content: flex-start;
  position: relative;
  flex-wrap: wrap;
}

.amount_block span {
  width: auto;
}

.arrival_text {
  width: 100%;
  /* position: static; */
  transform: none;
  white-space: normal;
}

.block_table-scroll.gradient::before,
.block_table-scroll.gradient::after {
  display: none;
}

.slick-slide .catalog-basket__dropdown {
  left: -100%;
}

.slick-slide .catalog-basket__dropdown::after {
  left: calc(100% - 25px);
}

.slick-slide .catalog-basket__dropdown-row:not(:first-child) .catalog-basket__dropdown-button::after {
  display: none;
}

.point .point__info .article {
  margin-top: 0;
  float: unset;
}

.point input[type="number"] {
  font-size: 13px;
}

.point .item__price {
  text-align: center;
  margin-bottom: 15px;
}

.point .item__price .tooltipe_price {
  display: inline-block;
  font-size: 16px;
  position: relative;
}

.search-form__row .view .icon {
  margin: 0 !important;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
}

.popup_basket .row {
  margin: 0;
}

.popup_basket .row-item {
  flex-wrap: wrap;
}

.popup_basket .row-item:not(:last-of-type) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0b9a42;
}

.popup_basket .row-item span {
  width: 50%;
  margin-bottom: 10px;
  text-align: left;
}

.popup_basket .row-item .row-item-name {
  padding-right: 5px;
}

.popup_basket .row-controls {
  flex-wrap: wrap;
}

.popup_basket .row-controls a {
  margin: 0 5px 10px;
  flex-grow: 1;
}

.basket-items-list .mCSB_inside > .mCSB_container {
  max-width: unset;
}

/* .delivery-slider.slick-initialized {
  display: flex;
  padding-right: 0;
}

.delivery-slider .slick-dots {
  position: static;
  min-width: 85px;
  height: auto;
  transform: none;
  margin: 85px 0 85px;
}

.delivery-slider .slick-list {
  border-right: none;
} */

/* 
.sidebar .promo br {
  display: none;
}

.sidebar .promo .btn.btn_white {
  position: absolute;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
} */

/* .slider-nav--right {
  border-left: 1px solid #f2f2f2;
} */

@media screen and (max-width: 1440px) {
  .wrapper .stickers-block span {
    margin: 3px;
    padding: 5px;
    font-size: 10px;
  }

  td .product-table__wrapper .amount_block .arrival_text {
    /* font-weight: normal; */
    font-size: 10px;
  }

  .main-products__slide {
    width: 33.33%;
  }

  .delivery-slider .slick-dots {
    min-width: 40px;
  }

  .delivery-slider .slick-dots,
  .delivery-slider .slider-nav {
    border-left: 1px solid #F2F2F2;
  }

  .filter-compact-block {
    position: static;
  }
}

@media screen and (max-width: 1152px) {
  body {
    margin: 8px;
  }

  html body .out {
    max-width: unset;
  }

  .wrapp__list_city {
    position: static;
    margin: 0 auto;
  }

  .wrapp__contacts {
    position: static;
    width: 100%;
    padding: 15px;
  }

  .login {
    width: 100%;
  }

  .requisites {
    padding: 0;
  }

  .print-block {
    margin-left: 0;
  }

  .main--custom .wrapper {
    padding: 0;
  }

  .catalog-with-menu__inner {
    padding: 0;
  }

  .tab .tab__in {
    padding: 15px;
  }

  .dcts .dcts__item {
    width: 50%;
  }

  .components {
    margin: 15px 0 30px;
  }

  .components .components-item {
    padding-right: 0;
    min-height: 30px;
  }

  .compoments-link {
    padding-left: 45px;
  }

  .components .compoments-link .icon {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 990px) {
  body .catalog-with-menu__main {
    position: static;
  }

  .catalog-basket {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  body .catalog-with-menu__inner {
    padding: 10px 0;
  }

  body .catalog-with-menu__inner-dropdown {
    max-width: 100%;
    overflow: auto;
  }

  /* body .catalog-basket {
    flex-wrap: nowrap;
  } */

  body .catalog-with-menu__inner-dropdown .jq-number,
  body .catalog-with-menu__inner-dropdown .catalog-basket__button {
    height: 40px;
  }

  .sidebar {
    padding: 0;
  }

  .sidebar+.main .wrapper {
    padding: 15px;
  }

  .field .field__text .list {
    max-width: calc(100% - 22px);
  }

  .galery {
    min-height: unset;
  }

  .slider .slick-dots {
    top: auto;
    bottom: 0;
    transform: none;
  }

  .slider .item {
    padding: 0;
  }

  .galery .slick-dots {
    top: 100%;
    bottom: auto;
    transform: none;
  }

  .galery .slick-prev,
  .galery .slick-next {
    opacity: 1;
  }

  .main .main__in {
    padding-bottom: 0;
  }

  .catalog_breadcrumbs {
    white-space: nowrap;
    max-width: 100%;
    overflow-x: auto;
  }

  .fly_basket {
    display: none;
  }

  .filter {
    margin: 15px 0;
  }

  .accordions.is-mod .accord__but,
  .accordions.is-address .accord__but {
    padding: 15px 30px 15px 15px;
  }

  .wrapper .title-h2 {
    margin: 0 0 15px 0;
    line-height: 130%;
  }

  .accordions.is-mod .accord__but:before,
  .accordions.is-address .accord__but:before {
    right: 13px;
  }

  .accordions.is-mod .accord__but:after,
  .accordions.is-address .accord__but:after {
    right: 18px;
  }

  .filter .filter__col {
    width: auto;
  }

  .filter .filter__col:nth-of-type(1) {
    margin-right: 15px;
  }

  .accord .accord__table {
    padding: 5px 30px 5px 15px;
  }

  .accordions.is-mod table td,
  .accordions.is-address table td {
    line-height: 130%;
  }

  .accordions.is-mod table td p,
  .accordions.is-address table td p {
    font-size: 12px;
    line-height: 130%;
  }

  .accordions.is-address td,
  .accordions.is-address .accord__block table td,
  .accordions.is-address .accord__block table td:first-child,
  .accordions.is-address .accord__block table td:last-child {
    padding-left: 5px;
    padding-right: 5px;
  }

  .phone,
  .timetable,
  .warning {
    line-height: 130%;
  }

  .card__main-img:not(.no_slider) {
    width: 100%;
    padding: 15px;
  }

  .card__desc-title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 15px;
  }

  .card__desc-text {
    padding-left: 15px;
  }

  .card__main-text-price-wrap,
  .card__main {
    margin-bottom: 20px;
  }

  .main .main__in .read-more {
    position: static;
  }

  .main-products__slide {
    width: 50%;
  }

  .point {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .point .point__left,
  .point .point__right {
    width: auto;
    float: unset;
  }

  .items.is-list .point__info {
    padding: 0 0 15px 0;
  }

  .point .point__right {
    margin-left: 105px;
  }

  .point .item__price {
    text-align: left;
  }

  .point .catalog-basket {
    justify-content: flex-start;
  }

  .search-form {
    padding: 15px 0;
  }

  .search-item {
    padding: 15px 0;
  }

  body .fancybox-wrap {
    max-width: 75%;
    padding-top: 75% !important;
  }

  body a.fancybox-prev {
    left: -40px;
  }

  body a.fancybox-next {
    right: -40px;
  }

  .cover-block,
  .card .catalog-with-menu__main-title,
  .card .block_table-scroll-wrap {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .main-double__right.sidebar {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .promo {
    margin: 0;
    width: calc(50% - 10px);
    max-width: unset;
  }

  .promo .btn {
    min-width: unset;
    width: 100%;
    text-align: center;
    padding: 10px 5px;
    margin-top: auto;
  }

  .promo+.promo {
    margin-top: 0;
    margin-bottom: 0;
  }

  .js-popup-par {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .js-popup-par.header__search {
    height: 65px;
  }

  .sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
    order: 1;
  }

  .main {
    width: 100%;
  }

  .field img {
    width: calc(50% - 30px);
    margin: 0 0 30px 0;
    max-width: unset;
  }

  .field img:nth-child(odd) {
    margin-right: 60px;
  }

  .page-name,
  .nav-cat {
    display: none;
  }

  .login {
    padding: 15px;
  }

  .requisites .row,
  .row {
    margin-top: 15px;
  }

  .main .main__in .read-more {
    position: static;
    padding: 0;
  }

  .list-wrap {
    width: 100%;
    padding: 0;
  }

  .list-wrap .list-links {
    padding: 0 0 15px;
  }

  .list-links li {
    padding: 10px;
    display: inline-block;
    padding: 0 10px 10px 0;
  }

  .items.is-part .item .item__in {
    max-height: 100%;
  }

  .sidebar+.main {
    width: 100%;
  }

  .table-head-mob,
  .basket-mob,
  .art-mob {
    display: inline-block;
  }

  .catalog-with-menu__inner-dropdown table th:first-of-type,
  .catalog-with-menu__inner-dropdown table th:last-of-type,
  .catalog-with-menu__inner-dropdown table td:first-of-type,
  .catalog-with-menu__inner-dropdown table td:last-of-type {
    display: none;
  }

  .catalog-with-menu__inner-dropdown table td:nth-of-type(5) .tooltipe {
    margin-left: 0;
    white-space: nowrap;
  }

  .read-more {
    height: 100px;
  }

  .card__desc-table {
    padding: 0;
  }

  .card__desc-table .table thead th,
  .card__desc-table .table td {
    padding: 5px;
  }

  .main__in .topic.detail_breadcrumbs .topic__in {
    padding: 5px 15px;
  }

  .card__title {
    font-size: 20px;
  }

  .wrapper .title-h2 {
    margin-bottom: 15px;
  }

  .card__similar-title,
  .card__desc-table {
    margin-bottom: 15px;
  }

  .card__main .no_slider .img_border {
    padding: 10px;
  }

  .catalog-with-menu__inner-dropdown .jq-number,
  .catalog-with-menu__inner-dropdown .catalog-basket__button {
    height: 25px;
    min-height: 25px;
  }

  .catalog-basket__button {
    min-width: 51px;
  }

  .catalog-basket__button>img {
    width: 15px;
    height: 15px;
  }

  .catalog-with-menu__inner-dropdown table th {
    padding: 10px 5px;
    font-size: 11px;
  }

  .list-links>li>a:before {
    width: 100%;
  }

  .read-more-wrap .read-more+.read-more {
    margin: 0;
  }

  .lc__nav {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .debr {
    padding: 15px;
  }

  .badge {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .sidebar .promo {
    width: calc(50% - 15px);
    max-width: unset;
    height: 61vw;
    margin: 0 15px 15px 0;
    background-size: contain;
    padding-bottom: 0;
  }

  .sidebar .promo br {
    display: none;
  }

  .sidebar .btn.btn_white {
    position: absolute;
    max-width: calc(100% - 30px);
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .search-form .search-form__row .radiobutton:first-child,
  .search-form .search-form__row .radiobutton {
    margin: 0 5px 10px;
  }

  .search-form .search-form__row .view {
    width: calc(100% - 10px);
    margin: 0 5px;
  }

  .sidebar nav {
    width: 100%;
  }
}

@media screen and (max-width: 600px) {
  .ektcat-item {
    border-right: 1px solid #f2f2f2;
  }

  .ektcat-item-img {
    width: 100%;
    padding-top: 50%;
    min-height: unset;
  }

  .ektcat-item-text {
    width: 100%;
    padding: 15px;
  }

  .ektcat-item-text a {
    font-size: 14px;
  }

  .ektcat-item-nav {
    padding: 15px 15px 15px 5px;
  }

  .ektcat-item-nav a {
    padding-right: 25px;
  }

  .ektcat-item-nav a svg {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 15px;
    height: 15px;
  }

  .ektcat-marker {
    z-index: 1;
    border-color: transparent #bdbdbd transparent transparent;
  }

  .accord {
    padding: 0;
  }

  .items.is-part .item .item__in {
    width: 45%;
    padding-top: 45%;
  }

  .items.is-part .item .ico {
    position: absolute;
    display: flex;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
  }

  .items.is-part .item .ico img {
    width: auto;
    max-height: 100%;
  }

  .header-catalog {
    max-height: 100%;
    overflow: auto;
  }

  .card__desc-text-links a {
    padding: 5px;
    margin-right: 0;
  }

  .map.map_contact {
    height: 375px;
  }

  .accordions.is-mod .accord__but,
  .accordions.is-address .accord__but {
    padding: 5px 30px 5px 5px;
  }

  .accord .accord__table {
    padding: 5px 30px 5px 5px;
  }

  .news,
  .galery {
    margin: 0 auto 25px;
  }

  .ektcat {
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
  }

  .card__desc {
    flex-wrap: wrap;
  }

  .card__desc-text,
  .card__desc-video {
    width: 100%;
    min-width: unset;
    max-width: unset;
    padding: 0;
    margin-bottom: 15px;
  }

  .popup-container__discount {
    padding: 15px !important;
    font-size: 18px;
  }

  .mfp-close-btn-in .mfp-close {
    right: 15px;
    top: 15px;
  }

  .login .login__title {
    margin-bottom: 15px;
  }

  .form__submit.form__submit_mod {
    margin-bottom: 0;
  }

  .catalog-with-menu__main {
    top: 65px;
  }

  body .cab.cab_dan .login,
  body .cab.cab_dan .alt {
    width: 100%;
  }

  body .cab.cab_dan .login {
    margin: 0 0 15px 0;
  }

  body .cab.cab_dan .form__submit {
    margin-top: 0;
  }

  body .cab.cab_dan .login label.form__row {
    margin-bottom: 15px;
  }

  .popup-container__discount-steps-item {
    width: 100%;
    padding: 15px;
  }

  .popup-container__discount-steps-item .icon {
    float: left;
  }

  .popup-container__discount-steps-title,
  .popup-container__discount-steps-desc {
    width: calc(100% - 50px);
    float: right;
  }

  .popup-container__discount-contacts .popup-container__discount-phone {
    padding: 0 5px;
    margin: 15px 0;
  }

  .popup-container__discount-phone a {
    font-size: 12px;
  }

  .main-products__slide {
    width: 100%;
  }

  .popup_basket .row-item span {
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
  }

  .cab.cab_dan {
    flex-wrap: wrap;
  }

  body .cab.cab_dan div.login,
  body .cab.cab_dan div.alt {
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .sidebar+.main .wrapper {
    padding: 10px;
  }

  .ektcat-item-text {
    width: 100%;
    padding: 10px;
  }

  .ektcat-item-text a {
    font-size: 12px;
  }

  .promo {
    margin: 0;
    width: 100%;
    max-width: unset;
  }

  .promo:not(:last-of-type) {
    margin-bottom: 15px;
  }

  .field img {
    width: 100%;
  }

  .field img:last-of-type {
    margin-bottom: 0;
  }

  .items.is-prod-cena .item:not(:last-of-type) {
    border-bottom: 1px solid #efefef;
  }

  .items.is-prod-cena .item {
    padding-bottom: 15px;
    position: relative;
  }

  .items.is-prod-cena .item,
  .items.is-prod-cena .item::before,
  .items.is-prod-cena .item::after {
    width: 100%;
  }

  .items.is-prod-cena .item .item__price,
  .items.is-prod-cena .item .item__bot {
    position: relative;
    width: 100%;
    text-align: center;
    transform: none;
    bottom: 0;
    z-index: 1;
  }

  .item .item__open {
    width: 100%;
  }

  .input>p {
    width: 100%;
  }

  .input>input,
  .input>textarea {
    width: 100%;
  }

  .catalog-with-menu__main-dropdown>ul>li {
    width: 100%;
  }

  .catalog-with-menu__inner-title a.section_link {
    font-size: 12px;
  }

  .card__main-img.no_slider~.card__main-text .catalog-basket {
    max-width: unset;
    margin-right: 0;
  }

  .card__main-text-top-info {
    margin-bottom: 15px;
  }

  .filter .filter__col {
    width: 100%;
    white-space: normal;
  }

  .filter .checkbox,
  .filter .view,
  .filter .select,
  .filter .filter__text {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .accordions.is-mod table td:first-child,
  .accordions.is-address table td:first-child {
    width: auto;
  }

  .accordions.is-mod .accord__but table td,
  .accordions.is-address .accord__but table td,
  .accord__table table td {
    display: block;
    width: 100% !important;
  }

  .accordions.is-mod .accord__but table td,
  .accordions.is-address .accord__but table td,
  .accord__table table td {
    margin-bottom: 10px;
  }

  .news img {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .par .par__text {
    width: 100%;
    margin: 0;
  }

  .ektcat .ektcat-item-nav {
    padding: 10px 0;
  }

  .ektcat .ektcat-item-nav a {
    padding: 5px 10px 5px 15px;
  }

  .ektcat .ektcat-item-nav a svg {
    display: none;
  }

  .ektcat .ektcat-item-img {
    min-height: unset;
    width: 100%;
  }

  .ektcat-item-text a {
    font-size: 10px;
  }

  body .cab.cab_dan .alt {
    padding: 15px;
  }

  body .cab.cab_dan .login label.form__row p {
    margin-bottom: 10px;
  }

  .sidebar .promo {
    width: calc(100% - 30px);
    margin: 0 15px 15px;
    height: 116vw;
  }

  .tab .tab__link {
    padding: 5px;
    height: auto;
    line-height: 115%;
  }

  .dcts .dcts__item {
    width: 100%;
  }

  .status-form,
  .status-input {
    width: 100% !important;
  }

  .popup-container__discount-contacts {
    flex-wrap: wrap;
  }

  .popup-container__discount-contacts .popup-container__discount-phone {
    width: 100%;
  }

  .popup-container__discount-phone a {
    padding-left: 25px;
    justify-content: flex-start;
    font-size: 14px;
    position: relative;
  }

  .popup-container__discount-phone img {
    position: absolute;
    left: 0;
    top: 50%;
    width: 15px;
    height: auto;
    transform: translateY(-50%);
  }

  .popup-container__discount-contacts .popup-container__discount-phone:not(:last-child) {
    border-right: none;
  }

  .search-form .search-form__row .radiobutton:first-child,
  .search-form .search-form__row .radiobutton {
    width: 100%;
  }

  .bx_filter .bx_filter_parameters {
    max-width: unset;
  }
}
/* End */


/* Start:/bitrix/templates/ekt/css/catalogNew.css?17011687371*/


/* End */


/* Start:/bitrix/templates/ekt/css/custom.css?1726638086228373*/
html {
    font-size: 16px !important;
}

html button,
html select,
html textarea,
html input {
    border: none;
}

html .l-layout {
    display: flex;
    flex-wrap: wrap;
}

pre {
    background-color: #f5f5f5;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    display: block;
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px;
    padding: 9.5px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}

code,
pre {
    border-radius: 3px;
    color: #333;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 12px;
    padding: 0 3px 2px;
}

.personal_menu {
    margin: 10px 0;
    top: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start !important;
    padding-top: 16px !important;
}

.menu__in-catalog li:hover {
    background-color: #333;
}

.menu__in-catalog a:hover {
    color: #fff !important;
}

/* .header .menu {
    float: inherit;
    display: flex;
    margin-right: inherit;
    padding-bottom: 60px;
} */

.hidden_protection {
    background: none repeat scroll 0 0 transparent !important;
    border: 0 none !important;
    box-shadow: none !important;
    color: transparent !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}

.brand_fil {
    display: none;
}

/*[id^="bx_incl_area"] {display:inline-block;}*/
.bx-context-toolbar-empty-area {
    min-width: 12px;
}

.bx-core-window .section {
    display: table-row;
}

.read-more.single {
    margin: 0;
    width: 100%;
}

.read-more-wrap .read-more + .read-more {
    margin-left: 50%;
    margin-top: 0;
}

.pagin .pagin__item.is-inactive {
    display: none;
}

.menu__item.is-active.nmrgn {
    margin-bottom: 0;
}

.tab .tab__cont {
    width: 100%;
}

.ul .cabinet {
    width: 143px;
}

.point .point__img img {
    max-height: 100px;
    max-width: 90px;
}

.item .item__img img {
    max-width: 173px;
    max-height: 173px;
}

a.sorting__item.js-sortin-item {
    color: #000;
    padding: 6px 23px 6px 7px;
}

a.basket {
    color: #000;
}

.items.is-prod .item {
    padding-bottom: 30px;
}

.btn.btn_small.added {
    min-width: 148px !important;
}

.btn.btn_small.added.in-list {
    margin: 24px 0 0 18px;
}

.btn.btn_small.added.in-text {
    margin: 4px 0 0 18px;
}

.ajax-cart__area .products .js-scroll {
    position: relative;
}

.ajax-cart__area .products .js-scroll::after {
    content: "";
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.1s linear, visibility 0.1s linear;
    -moz-transition: opacity 0.1s linear, visibility 0.1s linear;
    -o-transition: opacity 0.1s linear, visibility 0.1s linear;
    transition: opacity 0.1s linear, visibility 0.1s linear;
}

.ajax-cart__area .products .js-scroll.is-load::after {
    opacity: 1;
    visibility: visible;
}

.popup {
    background: rgba(11, 154, 66, 1) none repeat scroll 0 0;
}

.ntop {
    margin-top: 0;
}

.btop {
    margin-top: 45px;
}

.htop {
    margin-top: 10px;
}

.nbot {
    margin-bottom: 0;
}

.hbot {
    margin-bottom: 45px;
}

.nbottom {
    margin-bottom: 30px;
}

.list p {
    line-height: 24px;
}

.notitle {
    margin-top: 42px;
}

.mcolor {
    color: #a1a1a1;
}

.nlink {
    color: #0b9a42;
    position: relative;
    text-decoration: underline;
    transition: color 0.2s ease 0s;
    vertical-align: top;
}

.nlink:hover {
    text-decoration: none;
    color: #de1313;
}

.tcenter {
    text-align: center;
}

.worker__post {
    padding: 0 8px 0 8px;
}

/*main page*/
@font-face {
    font-family: museosanscyrl_100;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_100_italic;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.eot?#iefix")
    format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_100_italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_300;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_300_italic;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.eot?#iefix")
    format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_300_italic.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_500;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_500.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_700;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_700.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: museosanscyrl_900;
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.eot");
    src: url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.eot?#iefix") format("embedded-opentype"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.woff2") format("woff2"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.woff") format("woff"),
    url("/bitrix/templates/ekt/css/../fonts/museosanscyrl_900.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.is-home .out,
.is-home .footer {
    min-width: 920px;
}

@media only screen and (max-width: 1060px) {
    .is-home .logo {
        margin: 5px 0 0 80px;
    }
}

.perspective {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.perspective.modalview {
    position: fixed;
    -webkit-perspective: 1500px;
    perspective: 1500px;
}

.container_n {
    min-height: 100%;
    position: relative;
    z-index: 10;
    height: 100%;
    -webkit-transform: translateZ(0px) translateX(0px) rotateY(0deg);
    transform: translateZ(0px) translateX(0px) rotateY(0deg);
}

.wrappers {
    height: 100%;
    max-width: 1340px;
    min-width: 920px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.wrappers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0px;
    opacity: 0;
    -webkit-transition: opacity 0.4s, height 0s 0.4s;
    transition: opacity 0.4s, height 0s 0.4s;
}

.modalview .container_n {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.modalview .wrappers {
    -webkit-transform: translateZ(-1px);
    cursor: pointer;
}

.animate .wrappers::after {
    opacity: 1;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.effect-right .container_n {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: 80% 50%;
    -ms-transform-origin: 80% 50%;
    transform-origin: 80% 50%;
}

.effect-right.animate .container_n {
    -webkit-transform: translateX(10%) rotateY(-45deg) translateZ(50px);
    transform: translateX(10%) rotateY(-45deg) translateZ(50px);
}

.no-csstransforms3d .effect-right.animate .container_n {
    left: 75%;
}

.effect-left .container_n {
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: 25% 50%;
    -ms-transform-origin: 25% 50%;
    transform-origin: 25% 50%;
}

.effect-left.animate .container_n {
    -webkit-transform: translateX(-10%) rotateY(45deg) translateZ(-50px);
    transform: translateX(-10%) rotateY(45deg) translateZ(-50px);
}

.menu_main-container {
    position: absolute;
    max-width: 1440px;
    left: 50%;
    top: 24%;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: 11;
}

.menu_main-container .showMenu {
    position: absolute;
    font-size: 28px;
    color: #fff;
    z-index: 11;
    cursor: pointer;
    padding: 15% 0;
}

.menu_main-container .showMenu span {
    font-family: "museosanscyrl_100", Arial, Helvetica, sans-serif;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    display: inline-block;
}

.menu_main-container .showMenu.left {
    left: -46px;
}

.menu_main-container .showMenu.right {
    right: -40px;
}

.effect-left.animate .showMenu.left {
    opacity: 0;
}

.effect-left.animate .showMenu.right {
    opacity: 1;
}

.effect-right.animate .showMenu.left {
    opacity: 1;
}

.effect-right.animate .showMenu.right {
    opacity: 0;
}

.outer-nav {
    position: absolute;
    height: auto;
    overflow: hidden;
    display: block;
    visibility: hidden;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transform-transform-style: preserve-3d;
}

.outer-nav div {
    text-align: left;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.outer-nav a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    font-weight: 300;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    text-align: left;
    font-size: 14px;
    color: #fff;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
}

.outer-nav a::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: inline-block;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    line-height: 1;
    margin-right: 10px;
    text-transform: none;
}

.outer-nav.right {
    left: 60%;
    padding: 120% 0 120% 20px;
}

.outer-nav.right a {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.outer-nav.left {
    right: 60%;
    padding: 120% 20px 120% 0;
}

.outer-nav.left a {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.effect-right.animate .outer-nav a,
.effect-left.animate .outer-nav a {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.effect-right.animate .outer-nav a:nth-child(1),
.effect-left.animate .outer-nav a:nth-child(1) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.effect-right.animate .outer-nav a:nth-child(2),
.effect-left.animate .outer-nav a:nth-child(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.effect-right.animate .outer-nav a:nth-child(3),
.effect-left.animate .outer-nav a:nth-child(3) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.effect-right.animate .outer-nav a:nth-child(4),
.effect-left.animate .outer-nav a:nth-child(4) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.effect-right.animate .outer-nav a:nth-child(5),
.effect-left.animate .outer-nav a:nth-child(5) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.effect-right.animate .outer-nav a:nth-child(6),
.effect-left.animate .outer-nav a:nth-child(6) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.effect-right.animate .outer-nav a:nth-child(7),
.effect-left.animate .outer-nav a:nth-child(7) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.effect-right.animate .outer-nav a:nth-child(8),
.effect-left.animate .outer-nav a:nth-child(8) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.effect-right.animate .outer-nav a:nth-child(9),
.effect-left.animate .outer-nav a:nth-child(9) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.effect-right.animate .outer-nav a:nth-child(10),
.effect-left.animate .outer-nav a:nth-child(10) {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.effect-right.animate .outer-nav.right {
    visibility: visible;
}

.effect-left.animate .outer-nav.left {
    visibility: visible;
}

.slider_image {
    position: relative;
    overflow: hidden;
    background: #2a2e39;
}

.hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
}

.thumb-nav {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1009;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.thumb-nav--hide {
    opacity: 0;
    -webkit-transform: translate3d(0, -200px, 0);
    transform: translate3d(0, -200px, 0);
}

.thumb-nav__item {
    position: relative;
    display: inline-block;
    color: #fff;
    width: 25%;
    min-height: 140px;
    cursor: pointer;
    padding: 18px 0 30px 35px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
}

.thumb-nav__item::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    visibility: hidden;
    background-color: #fff;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
}

.thumb-nav__item--current.thumb-nav__item::after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.thumb-nav__item .text {
    line-height: 1.5;
    margin-bottom: 10px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
}

.thumb-nav__item .data {
    opacity: 0.5;
    position: absolute;
    left: 35px;
    bottom: 15px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
}

.containers {
    z-index: 1;
    overflow: hidden;
    background: #2a2e39;
    -webkit-transform-origin: 50% 120%;
    -ms-transform-origin: 50% 120%;
    transform-origin: 50% 120%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.containers::after {
    z-index: 1000;
    background: #000;
    content: "";
    -webkit-transition: opacity 0.9s;
    transition: opacity 0.9s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.containers .btn {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.containers .btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: opacity 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
    transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s,
    -webkit-transform 0.3s;
}

.containers .btn:hover {
    color: #fff;
    border-color: #0b9a42;
    background-color: #fff;
}

.containers .btn:hover::before {
    opacity: 1;
    background-color: #0b9a42;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.container--animOutRight::after,
.container--animOutLeft::after {
    opacity: 1;
}

.container--current {
    position: absolute;
    z-index: 100;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
}

.container--animInRight,
.container--animInLeft {
    z-index: 101;
    opacity: 1;
}

.container--animInRight,
.container--animInLeft,
.container--animOutRight,
.container--animOutLeft {
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.container--animInRight {
    -webkit-animation-name: animInRight;
    animation-name: animInRight;
}

.container--animInLeft {
    -webkit-animation-name: animInLeft;
    animation-name: animInLeft;
}

.container--animOutRight {
    -webkit-animation-name: animOutRight;
    animation-name: animOutRight;
}

.container--animOutLeft {
    -webkit-animation-name: animOutLeft;
    animation-name: animOutLeft;
}

@-webkit-keyframes animOutLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes animOutLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@-webkit-keyframes animInRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes animInRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@-webkit-keyframes animOutRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes animOutRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@-webkit-keyframes animInLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes animInLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

.intro {
    position: relative;
    z-index: 10;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: #2a2e39;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.container--animInRight .intro,
.container--animInLeft .intro,
.container--animOutRight .intro,
.container--animOutLeft .intro {
    position: absolute;
}

.container--open .intro {
    -webkit-transform: translate3d(0, -100%, 0) translate3d(0, 250px, 0);
    transform: translate3d(0, -100%, 0) translate3d(0, 250px, 0);
}

.intro__image {
    position: absolute;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    opacity: 0.8;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: transform 0.6s, opacity 0.6s;
    transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    background-size: cover !important;
    background-position: center center !important;
}

.intro__image::after {
    content: "";
    background: #000;
    opacity: 0.35;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 105;
}

.container--open .intro__image {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}

.intro__content {
    position: absolute;
    top: 0;
    width: 70%;
    text-align: center;
}

.intro__title {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 36px;
    font-family: "museosanscyrl_100", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 2.5px;
    color: #fff;
    margin-bottom: 50px;
}

/*end main page*/

body.is-hidden .menu_main-container,
body.is-hidden .thumb-nav {
    opacity: 0;
    visibility: hidden;
}

.zoom-buttons .btn-plus,
.zoom-buttons .btn-minus {
    text-align: center;
}

.galery {
    min-height: 320px;
}

.logo,
.logo-popup {
    background: none;
}

.logo polygon {
    fill: #0b9a42;
}

.logo-popup polygon {
    fill: #ffffff;
}

.btm-menu .ico {
    width: 17px;
    height: 10px;
    background: none;
}

.btm-menu:hover .ico {
    background: none;
}

.btm-menu .ico::before,
.btm-menu .ico::after {
    display: none;
}

.burger__menu {
    left: 0;
    position: absolute;
    top: 0;
    overflow: visible;
}

.btm-menu .burger__menu rect {
    fill: #0b9a42;
    -webkit-transition: fill 0.3s linear 0s, transform 0.3s ease 0s;
    -moz-transition: fill 0.3s linear 0s, transform 0.3s ease 0s;
    -o-transition: fill 0.3s linear 0s, transform 0.3s ease 0s;
    transition: fill 0.3s linear 0s, transform 0.3s ease 0s;
    will-change: transform;
}

.btm-menu:hover .burger__menu rect {
    fill: #de1313;
}

.btm-menu:hover .burger__menu rect#burger__menu-1 {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.btm-menu:hover .burger__menu rect#burger__menu-3 {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
}

/*.search .search__btn::before,
.search .search__btn::after {
    content: none;
}

.search .search__btn,
.btn-search span {
    width: 20px;
    height: 20px;
}

.search .search__btn span,
.btn-search span {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
}

.search__btn span .stroke,
.btn-search span .stroke {
    stroke: #0B9A42;
    -webkit-transition: stroke 0.3s linear 0s;
    -moz-transition: stroke 0.3s linear 0s;
    -o-transition: stroke 0.3s linear 0s;
    transition: stroke 0.3s linear 0s;
}

.search__btn span .fill,
.btn-search span .fill {
    fill: #0B9A42;
    -webkit-transition: fill 0.3s linear 0s;
    -moz-transition: fill 0.3s linear 0s;
    -o-transition: fill 0.3s linear 0s;
    transition: fill 0.3s linear 0s;
}

.btn-search span .stroke {
    stroke: #dedede;
}

.btn-search span .fill {
    fill: #dedede;
}

.search .search__btn:hover .stroke,
.btn-search:hover span .stroke {
    stroke: #de1313;
}

.search .search__btn:hover .fill,
.btn-search:hover span .fill {
    fill: #de1313;
}*/

.popup .popup__header .btm-menu::before {
    background-image: url("/bitrix/templates/ekt/css/../img/svg/cross.svg");
    -webkit-background-size: cover;
    background-size: cover;
    height: 15px;
    background-position: 0 center;
}

.btn-search-white::before {
    background-image: url("/bitrix/templates/ekt/css/../img/svg/search.svg");
    background-position: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.btn.btn_white {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    overflow: hidden;
    -webkit-transition: border-color 0.3s, color 0.3s;
    -moz-transition: border-color 0.3s, color 0.3s;
    -o-transition: border-color 0.3s, color 0.3s;
    transition: border-color 0.3s, color 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.btn.btn_white::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -moz-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -o-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    -moz-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    -o-transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
    transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}

.btn.btn_white:hover {
    color: #fff;
    border-color: #0b9a42;
    background-color: #fff;
}

.btn.btn_white_op {
    color: #000;
    border-color:transparent;
    background-color: #fff;
    transition: 0.3s;
}

.btn.btn_white_op:hover {
    color: #000;
    border-color:transparent;
    background-color: rgb(255,255,255, 0.7);
}

.btn.btn_white:hover::before {
    opacity: 1;
    background-color: #0b9a42;
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    -moz-transform: rotate3d(0, 0, 1, 0deg);
    -o-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -moz-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}

.popup-window .bx-filter-select-popup li label {
    max-width: 239px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.popup-window .bx-filter-select-popup li label.disabled {
    opacity: 0.4;
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.ico_user::after,
.ico_user::before {
    content: none;
}

.ico_user path {
    fill: #0b9a42;
    -webkit-transition: fill 0.3s linear;
    -moz-transition: fill 0.3s linear;
    -o-transition: fill 0.3s linear;
    transition: fill 0.3s linear;
}

.ul .cabinet:hover .ico_user path {
    fill: #de1313;
}

.popup .popup__close,
.recovery .recovery__close {
    background-image: url(/bitrix/templates/ekt/img/svg/close.svg);
    background-position: 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.sheet .sheet__in td {
    height: 100% !important;
    min-height: 52px;
}

.sheet .sheet__in tr:first-child td {
    padding-top: 0;
}

/* .footer .copy,
.footer .footer__info span,
.footer .dev span,
.footer a {
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
} */

/*.header .search {
    margin: 17px -30px 0 0;
}

.search .search__btn {
    height: 83px;
    text-align: center;
    width: 173px;
}

.search .search__btn span.text {
    width: auto;
    vertical-align: text-bottom;
    opacity: .4;
    display: flex;
    align-items: center;
    /* padding-left: 15px;
}

.search .search__btn:hover span.text {
    transition: all 0.3s ease-out;
    color: red;
}

.search .search__btn span,
.btn-search span {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.btn-search::before,
.btn-search::after,
.btn-search-white::after {
    background-image: none;
}

.sidebar .btn-search {
    background-color: transparent;
    display: inline-block;
    height: 66px;
    position: absolute;
    right: 0;
    top: 10px;
    width: 66px;
}*/

.logo {
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.logo:hover {
    opacity: 0.9;
}

.pop-inf .pop-inf__list a {
    text-decoration: none;
    /*-webkit-transition: border-color 0.3s ease;
	-moz-transition        : border-color 0.3s ease;
	-o-transition          : border-color 0.3s ease;
	transition             : border-color 0.3s ease;*/
    border-bottom: 1px solid;
}

.pop-inf .pop-inf__list a:hover {
    border-color: transparent;
}

.spec .spec__title {
    text-decoration: none;
}

.spec .spec__title span {
    border-bottom: 1px solid;
}

.spec .spec__title:hover span {
    border-color: transparent;
}

.promo .link__text {
    color: #fff;
}

.accord .accord__but .accord__title {
    -webkit-transition: border-color 0.3s ease, color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease, color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease, color 0.3s ease 0s;
    transition: border-color 0.3s ease, color 0.3s ease 0s;
}

.accord.is-active .accord__title,
.accord .accord__but:hover .accord__title {
    border-color: transparent;
}

.list-links ul a {
    display: inline-block;
    padding: 0;
}

@media screen and (max-width: 1150px) {
    .header .logo {
        margin: 5px 0 0 100px;
    }
}

@media screen and (max-width: 1023px) {
    .menu__in .ul li {
        margin-left: 10px;
    }

    .header .logo {
        margin: 5px 0 0 50px;
    }

    .menu {
        margin-right: 130px;
    }

    .header.basket {
        right: 110px;
    }
}

@font-face {
    font-family: "OverpassLight";
    font-style: normal;
    font-weight: normal;
    src: url("/bitrix/templates/ekt/fonts/OverpassLight.ttf") format("truetype");
    font-display: swap;
}

body {
    font-family: "museosanscyrl_300", "OverpassLight", Arial, Helvetica,
    sans-serif;
}

.wrapper .wrapper__map::after {
    content: "";
    background-image: url("/bitrix/templates/ekt/css/../img/icons/loader.gif");
    background-position: 50% 0;
    background-size: auto auto;
}

/*.wrapper .wrapper__map.load::after {
	background: rgba(0, 0, 0, 0) url("/bitrix/templates/ekt/css/../img/map-chad.png") no-repeat scroll 0 -5px / 100% 100%;
	bottom: -122px;
	content: "";
	height: 324px;
	left: -30px;
	position: absolute;
	right: -30px;
}*/

.wrapper__map .map.map_contact::before {
    content: none;
}

/*.wrapper__map.load .map.map_contact::before{
	background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
}*/
.map.map_contact > ymaps:before,
.map.map_contact > ymaps:after {
    content: none;
}

.galery .slick-prev {
    height: 100%;
    width: 70px;
    background-image: none;
    left: 0;
}

.galery .slick-prev::after {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: -46px -72px;
    height: 58px;
    left: 20px;
    width: 21px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -29px;
}

.galery .slick-next {
    height: 100%;
    width: 70px;
    background-image: none;
    right: 0;
}

.galery .slick-next::after {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: -25px -72px;
    height: 58px;
    left: 20px;
    width: 21px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -29px;
}

.filter__buttons .btn[disabled] {
    opacity: 1;
    position: relative;
}

.filter__buttons .btn[disabled]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("/bitrix/templates/ekt/css/../img/icons/loader.gif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.filter .bx-filter-select-arrow {
    -webkit-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.captcha .captcha__upd span:before {
    background-image: url(/bitrix/templates/ekt/css/../img/icons/refresh.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 15px;
}

.captcha .captcha__upd:hover span:before {
    opacity: 0;
}

.captcha .captcha__upd span:after {
    opacity: 0;
    background-image: url(/bitrix/templates/ekt/css/../img/icons/refresh-hover.png);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    width: 13px;
    height: 15px;
}

.captcha .captcha__upd:hover span:after {
    opacity: 1;
}

.slider-for {
    border: 1px solid #dedede;
    margin-bottom: -1px;
    /*width      : 269px;*/
}

/*------NEW ICO----*/
.ico_pdf::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/pdf-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_pdf::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/pdf-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_jpg::before,
.ico_jpeg::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/jpg-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_jpg::after,
.ico_jpeg::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/jpg-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_doc::before,
.ico_docx::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/word-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_doc::after,
.ico_docx::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/word-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_xls::before,
.ico_xlsx::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/excel-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_xls::after,
.ico_xlsx::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/excel-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_rar::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/rar-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_rar::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/rar-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_zip::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/zip-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_zip::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/zip-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.ico_exe {
    height: 28px;
    width: 23px;
}

.ico_exe::before,
.ico_exe::after {
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.ico_exe::before {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/exe-x2.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    height: 28px;
    width: 23px;
}

.ico_exe::after {
    background-image: url("/bitrix/templates/ekt/css/../img/icons/exe-x2-hover.png");
    background-position: 0 0;
    -webkit-background-size: cover;
    background-size: cover;
    height: 28px;
    opacity: 0;
    width: 23px;
}

.cab_dan .form__submit {
    position: relative;
}

.cab_dan .form__submit.sub::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url("/bitrix/templates/ekt/css/../img/icons/loader.gif");
    background-position: 50% 0;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.galery .slick-next::after {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: -25px -72px;
    height: 58px;
    left: 20px;
    width: 21px;
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -29px;
}

.galery .slick-slide {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
}

.galery .slick-slide.slick-active,
.galery .slick-slide.slick-center {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.7s;
    -moz-transition: transform 0.7s;
    -o-transition: transform 0.7s;
    transition: transform 0.7s;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

.main .main__in .read-more {
    padding: 0 20px;
}

@media screen and (max-width: 1023px) {
    .intro__title {
        line-height: 1.2;
        font-size: 27px;
    }
}

/* img {
    / / opacity: 0;
} */

.loader {
    background-image: url(/bitrix/templates/ekt/img/icons/loader.gif);
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100px;
}

.search-wrap {
    position: relative;
}

.search-wrap.loader__pull::after {
    content: "";
    background-image: url(/bitrix/templates/ekt/img/icons/loader.gif);
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: 49% 50px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.js-fansy-gallery img {
    width: 100%;
}

.ajaxed::after {
    content: "";
    background-image: url(/bitrix/templates/ekt/img/icons/loader.gif);
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: 49% 250px;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*---table scroller---*/
.catalog__wrapper-hidden {
    /* overflow: hidden; */
    position: relative;
}

.product__container-scrollable {
    overflow-y: visible;
    overflow-x: scroll;
    /* margin   : auto auto -30px auto; */
    /* padding  : 0 0 30px !important; */
    max-width: 920px;
    /* min-width: 600px; */
}

.product__container-scrollable::after {
    position: absolute;
    content: "";
    height: 17px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.product__container-bar {
    position: absolute;
    left: 0;
    opacity: 1;
    right: 0;
    visibility: visible;
    z-index: 5;
}

.product__container-bar.is-fixed {
    bottom: auto;
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.product__container-bar.is-fixed.is-opacity {
    opacity: 0;
    z-index: -2;
}

.product__container-bar-inner {
    overflow: hidden;
    z-index: 0;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #ccc;
}

.product-table-scroller {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    margin-right: 291px;
}

.product-table-scroller.is-fixed {
    left: auto;
    right: auto;
    bottom: 0;
    position: fixed;
}

.product-table-scroller.is-fixed.is-absolute {
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
}

.product__container-full .product-table-scroller {
    margin-right: 0;
}

.product-table-scroller__inner {
    margin: auto;
    max-width: 920px;
    /* min-width: 600px; */
}

.product-table-scroller__scroll {
    height: 30px;
    overflow-x: scroll;
}

.product-table-scroller__content {
    height: 10px;
}

.product-table {
    background-color: #fff;
    border-collapse: collapse;
    empty-cells: show;
    font-size: 13px;
    table-layout: fixed;
    /*width         : auto;*/
}

.product-table__cell {
    border-top: 1.1px solid #dfdfdf;
    line-height: 19px;
    padding: 15px 12px 15px 4px;
    vertical-align: top;
    width: 110px;
    min-width: 100px;
    max-width: 100px;
}

.product-table__cell:first-child {
    padding-left: 15px;
}

.product-table__cell .sheet__price {
    padding-right: 15px;
}

.product__container-bar .product-table__cell:first-child,
.product-table__tbody .product-table__cell:first-child {
    padding-left: 5px;
}

.product__container-bar .product-table__cell,
.product-table__tbody .product-table__cell {
    border-top: 1.1px solid #dfdfdf;
    padding-left: 0px;
}

.product__container-bar .product-table__cell:first-child .sorting__item,
.product-table__tbody .product-table__cell:first-child .sorting__item {
    margin-left: 8px;
}

.product__container-bar .product-table__cell .sorting__item,
.product-table__tbody .product-table__cell .sorting__item {
    margin-left: 0px;
}

.product-table-cell-container {
    position: relative;
}

.product-table__group .product-table__row,
.product-table__group .product-table__cell_fake {
    background-color: #fff;
    -webkit-transition: background 0.3s ease 0s;
    -moz-transition: background 0.3s ease 0s;
    -o-transition: background 0.3s ease 0s;
    transition: background 0.3s ease 0s;
}

.product-table__group .product-table__row.is-added,
.product-table__group .product-table__row.is-added .product-table__cell_fake {
    background-color: #e4f6eb;
}

.product-table__group .product-table__row:hover,
.product-table__group .product-table__row:hover .product-table__cell_fake {
    background-color: #f9f9f9;
}

.product-table__group .product-table__row.is-added:hover,
.product-table__group
.product-table__row.is-added:hover
.product-table__cell_fake {
    background-color: #e4f6eb;
}

.product-table-scroller_hidden {
    display: none;
    opacity: 0;
    visibility: hidden;
}

.product-table__row_header {
    opacity: 0;
}

.product-table__cell_duplicate {
    width: 291px;
    min-width: 291px;
    max-width: 291px;
    display: table-cell;
    opacity: 0;
}

.product-table__cell_fake {
    border-right: 0 none;
    /* height       : 1600px; */
    right: 0;
    margin-top: 1px;
    min-width: 291px;
    position: absolute;
    text-align: left;
    top: auto;
    width: 291px;
    background-color: #fff;
    text-align: right;
}

.ff .product-table__cell_fake {
    margin-top: -1px;
}

.product-table__cell_fake::before {
    background-color: #ccc;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    z-index: 1;
}

.product__container-bar .product-table__cell_fake {
    height: 1600px;
}

/*.product-table__tbody .product-table__cell_fake {
    border-top: 0;

}*/
.product-table__group .product-table__cell_fake {
    margin-top: -1px;
    padding-top: 8px;
    padding-bottom: 9px;
}

/* .product-table__row:not(.product-table__row_header) .product-table__cell:last-child {
    position: relative;
} */
/* .product__container-bar .product-table__row {
    position: relative;
} */
.product-table-bar__scroll {
    overflow: hidden;
    margin-left: 0;
}

.product-table__cell_fake .product-table-cell-container .sorting__item {
    /* min-width: 108px; */
}

/* .product-table__group .product-table__row:last-child .product-table__cell {
    padding-bottom: 35px;
} */
.product-table__cell_fake .product-table-cell-container .btn__cell {
    display: inline-block;
}

.product-table__cell_fake
.product-table-cell-container
.btn__cell:last-child:not(:first-child) {
    min-width: 145px;
}

.product-table__cell_fake
.product-table-cell-container
.btn__cell:first-child:not(:last-child) {
    padding-right: 25px;
}

.spinner__state {
    display: inline-block;
    max-width: 148px;
}

.spinner__state .btn_small {
    max-width: 100%;
    min-width: 148px;
}

.field img {
    /* max-width: 266px;*/
}

.js-item .spiner .spiner__block p {
    font-size: 12px;
}

.product-table-bar__scroll .sorting .sorting__item.is-active,
.product-table-bar__scroll .sorting .sorting__item.is-active-top {
    z-index: 0;
}

.advantages .advantages__item p a {
    /*line-height: 30px;*/
}

.p-list {
    padding-right: 115px;
}

@media screen and (max-width: 1131px) {
    .header .popup {
        min-width: 100vw;
    }

    .popup .popup__in {
        width: 100%;
    }

    .header .popup .popup__close {
        top: 35px;
        right: 10px;
    }

    .search-form .search-form__row {
        margin: 20px 0 0 0;
    }

    .header .popup.popup_menu .popup__in {
        width: 100%;
        min-width: 945px;
    }

    .p-list {
        padding-right: 20%;
    }
}

.page-name {
    padding: 0;
}

.page-name > a {
    color: #0b9a42;
    display: inline-block;
    padding: 22px 45px 10px 30px;
    -webkit-transition: color 0.3s ease 0s;
    -moz-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
    width: 100%;
}

.page-name > a:hover {
    color: #de1313;
}

.nav .nav__wrap {
    padding: 0 68px 0 0;
}

.nav a {
    padding: 20px 0 20px 18px;
    width: 100%;
    line-height: 18px;
}

.nav .nav__block > ul li {
    padding: 0;
}

.nav .nav__block > ul li a {
    padding: 11px 35px 12px 18px;
}

.list-links > li > a {
    padding: 0;
}

.slider-for img {
    padding: 5px;
}

.loader__pull .search-text {
    padding: 28px 28px 55px;
}

.point .point__info {
    overflow: hidden;
}

.product .product__left {
    margin-right: -15px;
}

.product .product__descr {
    padding-right: 15px;
}

/*
.card table td:nth-child(4) {
    width: 14%;
}

.card table td:nth-child(6) {
    width: 11.5%;
} */

.js-item .card table .spiner .spiner__input {
    width: 70px;
}

.page-name .page-name__in {
    padding: 40px 45px 30px 30px;
}

.item__in .ico > img {
    max-width: 100%;
}

.items.is-part .item {
    min-height: 25%;
}

.fancybox-overlay {
    background: rgba(0, 0, 0, 0.24);
}

/*.nav li [class^="ul-"] {
	height: auto;
	-webkit-transition: height 0.1s ease 0.15s, opacity 0.1s linear 0.15s, visibility 0.1s linear 0.15s;
	transition: height 0.1s ease 0.15s, opacity 0.1s linear 0.15s, visibility 0.1s linear 0.15s;
	overflow: visible;
}
.nav .nav__block:hover > [class^="ul-"], .nav [class^="ul-"] li:hover .list-links, .nav [class^="ul-"] li:hover > [class^="ul-"] {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}*/

#easy_zoom {
    width: 272px;
    height: 272px;
    border: 5px solid #eee;
    background: #fff;
    color: #333;
    position: absolute;
    top: 15px;
    left: 100%;
    top: 0;
    overflow: hidden;
    -moz-box-shadow: 0 0 10px #555;
    -webkit-box-shadow: 0 0 10px #555;
    box-shadow: 0 0 10px #555;
    /* vertical and horizontal alignment used for preloader text */
    line-height: 272px;
    text-align: center;
    z-index: 15;
}

#easy_zoom img {
}

.product .product__slider {
    position: relative;
}

.product .product__slider a {
    display: block;
    width: 100%;
    height: 100%;
}

.search-form > input {
    border-bottom: 2px solid;
}

.product__brand {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
}

.product__brand a {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.product__brand img {
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
}

.btn.product_section {
    color: #0b9a42;
    border: 1px solid;
    margin-top: 22px;
}

.tech {
    font-size: 0;
    margin-left: -30px;
}

.tech-item {
    display: inline-block;
    width: 100px;
    height: 100px;
    position: relative;
    margin-left: 30px;
}

.tech-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 1088px) {
    .menu .menu__in {
        padding: 0 10px;
    }

    .ul li {
        font-size: 13px;
    }

    .ul li:first-child {
        margin-left: 0;
    }
}

.spec .spec__img img {
    max-width: 100%;
}

.item .item__img {
    margin-bottom: 5px;
}

.breadcrumbs li a {
    color: rgba(255, 255, 255, 1);
}

.breadcrumbs li a:hover {
    color: #de1313;
}

.badge {
    opacity: 0.95;
}

.badge_red {
    background-color: #d10d0d;
}

.item .item__link {
    text-decoration: none;
    word-wrap: break-word;
}

.mobile .menu__in .ul li {
    margin-left: 28px;
}

/* .header {
    overflow: hidden;
} */

.tech__gallery {
    font-size: 0;
    margin: 15px 0;
}

.tech__gallery > a {
    display: inline-block;
    margin-bottom: 1%;
    padding: 10px;
    vertical-align: middle;
    width: 24%;
    border: 1px solid #ccc;
    margin-right: 1%;
}

[data-fancybox-href] {
    cursor: pointer;
}

.tech__gallery img {
    display: block;
    max-width: 100%;
}

@media screen and (max-width: 1279px) {
    .tech__gallery > div {
        width: 32.33%;
    }
}

@media screen and (max-width: 1050px) {
    .tech__gallery > a {
        width: 49%;
    }
}

.promo {
    margin: 0 12px 12px;
    padding-left: 18px;
    padding-right: 18px;
    max-width: 275px;

    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

/*
.promo+.promo {
    margin-top: 30px;
    margin-bottom: 30px;
} */

.components {
    display: inline-block;
    width: 100%;
    margin: 22px 0 65px;
}

.components .components-item {
    padding-right: 15%;
    margin-bottom: 19px;
}

.compoments-link {
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    padding-left: 67px;
    display: inline-block;
    position: relative;
    text-decoration: underline;
    -webkit-transition: color 0.2s ease 0s;
    transition: color 0.2s ease 0s;
}

.compoments-link:hover {
    text-decoration: none;
    color: #de1313;
}

.compoments-link .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.compoments-link .icon.icon-exe {
    width: 50px;
    height: 50px;
    background-image: url(/bitrix/templates/ekt/css/../img/icons/exe-big.jpg);
    background-size: cover;
}

.compoments-link .icon.icon-update {
    width: 50px;
    height: 50px;
    background-image: url(/bitrix/templates/ekt/css/../img/icons/icon-update.jpg);
    background-size: cover;
}

.components .dcts .dcts__item {
    width: 100%;
    padding-right: 15%;
}

#fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8020;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: auto;

    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateX(0px);
}

.ajax-pager-wrap {
    display: inline-block;
    text-align: center;
    width: 100%;
    height: 40px;
}

.ajax-pager-loading {
    display: inline-block;
    height: 40px;
    position: relative;
    text-indent: -9999px;
    width: 40px;
    margin-top: 20px;
}

.ajax-pager-loading::after {
    content: "";
    background-image: url(/bitrix/templates/ekt/img/icons/loader.gif);
    -webkit-background-size: 40px;
    background-size: 40px;
    background-position: 50% 50% x;
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*! fancyBox 3.0.0 Beta 1 fancyapps.com | fancyapps.com/fancybox/#license */
#fancybox-loading,
#fancybox-lock,
.fancybox-wrap,
.fancybox-skin,
.fancybox-inner,
.fancybox-error,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-wrap embed,
a.fancybox-close,
a.fancybox-expand,
a.fancybox-nav,
a.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: none;
    text-shadow: none;
}

#fancybox-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8020;
    overflow-y: scroll;
    overflow-y: auto;
    overflow-x: auto;

    -webkit-transition: -webkit-transform 0.5s;
    -webkit-transform: translateX(0px);
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-skin {
    border-style: solid;
    border-color: #fff;
    background: #fff;
    color: #444;
}

.fancybox-inner {
    position: relative;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.fancybox-spacer {
    position: absolute;
    top: 100%;
    left: 0;
    width: 1px;
}

.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
    zoom: 1;
}

a.fancybox-close {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: -88px -72px;
    cursor: pointer;
    height: 26px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 26px;
    z-index: 8040;
}

a.fancybox-nav {
    cursor: pointer;
    height: 100%;
    position: absolute;
    text-decoration: none;
    top: 50%;
    transform: translate(0px, -50%);
    width: 40%;
    z-index: 8040;
}

.fancybox-type-iframe a.fancybox-nav,
.fancybox-type-inline a.fancybox-nav,
.fancybox-type-html a.fancybox-nav {
    width: 70px;
}

.fancybox-type-html a.fancybox-nav {
    width: 23px;
}

a.fancybox-prev {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: -45px -72px;
    height: 58px;
    left: -90px;
    width: 21px;
}

a.fancybox-next {
    background-image: url("/bitrix/templates/ekt/css/../img/sprite.png");
    background-position: 0 -72px;
    height: 58px;
    right: -90px;
    width: 25px;
}

a.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    margin-top: -23px;
    cursor: pointer;
    z-index: 8040;
}

a.fancybox-prev span {
    left: 0;
    background-position: 0 -50px;
}

a.fancybox-next span {
    right: 0;
    background-position: 0 -100px;
}

.fancybox-mobile a.fancybox-nav {
    max-width: 80px;
}

.fancybox-desktop a.fancybox-nav {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fancybox-desktop a.fancybox-nav:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

a.fancybox-expand {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 46px;
    height: 46px;
    z-index: 8050;
    opacity: 0;
    filter: alpha(opacity=0);
    background-position: 0 -150px;
    zoom: 1;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}

.fancybox-wrap:hover a.fancybox-expand {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.fancybox-wrap a.fancybox-expand:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
    width: 60px;
    height: 60px;
    background-color: #111;
    background-image: url(data:image/gif;base64,R0lGODlhGAAYAPcAAAAAAAUFBQkJCQ8PDxAQEBQUFBkZGSEhISYmJikpKS8vLzExMTQ0NDo6Oj8/P0BAQEVFRU1NTVRUVFlZWWVlZW9vb4eHh4mJiYyMjJOTk5WVlZqamp6enqKioq+vr7y8vMPDw8nJyc7OztPT09TU1Nzc3OLi4ubm5ggICA0NDRERERgYGB0dHSAgICQkJCsrKy0tLTMzM0NDQ1JSUl1dXXl5eX5+foWFhYiIiJSUlJycnKGhoaenp62trbCwsLS0tLu7u729vcLCwuXl5e7u7vX19fr6+gQEBAsLCwwMDBISEhcXFyIiIioqKjg4OD09PUdHR1tbW5mZmZ2dnaOjo6urq66urrGxsba2trq6ur+/v9DQ0PT09Pn5+RMTEyMjIzAwMERERExMTGZmZoaGhpaWls/Pz9XV1dvb2+Hh4Tw8PBYWFkZGRktLS1paWm5ubp+fn6CgoKysrL6+vs3NzZubm8DAwAoKClxcXD4+Pg4ODjk5OZCQkAYGBicnJywsLDIyMnh4eAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/i1NYWRlIGJ5IEtyYXNpbWlyYSBOZWpjaGV2YSAod3d3LmxvYWRpbmZvLm5ldCkAIfkEAQoAAAAsAAAAABgAGAAABvdAgHBIBCwWxWRSEBAOPp+BclrYVJwikRRgODSngMKHpAAMslLBIvEFS06ZwFnLZRCoBaGgY4II0AQMCEMBbQEYHhECAA0lGgITEwEHC1IBBAkHhBQgIxoMAhGDQwJ3AggMCwZFCRYiIRBTA0cHi0kBDxeaSgIHd0UCwUy2YEKFQgcZG8scDsUECgnSCb0aHRzYD88J0QkIaQMC4W1TTcdJA15Tvb9LlAvtRQS0xEIGC4JS4USXZqiqRA4kINBEjSYCdyhtKZCJXxtUd7jJWbALwLkk8zQFkIbMTjGLCRYs2sjGzBpytw6sEhJtSBeUHxEk+PhR3McgACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QBMC+EiYqCASiCKD49KYwBi4QFGBSCKUFBkwA1PCuWggU9QoicngAxQyKjpAARIzcBqikBO0Y0lioqjzkiMiidKBFFPo4AAZWMNjrDAAwhOCgzMyg7RDKCKi8tgwE0PkE3MCgQLoQvM7YuMTErzYIuNkA/Db3wLcqKDTYsLKFo8anQMkaxwh1E4eKFQxi/SKk45NAFihQuKL6I2IvioUnMDiZE2KvFvEQBWnBMhIIFvJWEVMRgwC/RCnguJuEidBEARgYxChBqAXFTDHC+ALSIAbLAt0LNArhg8OsFDFsM1FHqRVOQQ0EtGAiNFcCqo7KIfMK4SrYFLLTNDVaYHLkuLd1FKPpZCgQAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABNLoWJiUdHgkg7O0iOjYqDSjZRgklWVkmCFVJLlYJKU1aIm1WeCiRZoqMAUFo1AEhWVZIaJxKVjI44WU62uBAmkYIGBoRMTUqCC1g1SFBQSBolDQBJUVtUksgLCy5JR08shE3VT1ddJzWUjixOC56KM0RcOwuVSUzfiU2oRIA3iBJBRQYHIWnCkKGzUUoUNJHYBMlChhIfVlLSUOI/WIsgsvhICAmLeomSyKO3MZy/QgYUiCOX5CMST0lcOFHwShATBQ+TLGACQIkzFgrqcSRaEJ5OTwyLOkEkyJciJU6IHokKgIkTjb0mfmPYCInEg4WOMFEGYGuTQQYMmKCF5eItSFgWQQYCACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAX1+FiYqDSDkYSIJIR4uDR18GgikcUpAAYxhKlABHTWCQSJuQTUI9XqIAXgyImlJHR2QjYou2gwhgKaicD2Y5nQaug19NoQApYF9HDw9HOCEMAEgSQrWDBmBgCCkASpPJYUgMVENnFZ2RXwy/i2JoaWUviylf7oUIZWHlCPF6hQ1JCiUpxCFp8qLhC2aLJpiZaEbLi4VNGC4TJZGiEDACCRpMmDBRCgP8CCExIE4REngMWiZS8m1fIS9gGIQbx89gMwTxMPV6gSwFA0xKQn2RB6sJokoBfYXKOA4c1EVKZI2iaggMxF0MO2WchORFk4CKjiAQSqpJN2gECwkhcFsprsqUiQIBACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QASEiFiYqETS6DR0eLj18rg01NkQA0NkqSAEdNYIigTYJNHhudnkoMX6alRzZAYYuQgkcuYEpHL6VqQBaIAAUFhF9NqilgLABKnTY/L4ZiPziZACtgDC4pACnCgiwNSGAaIyAU14ZfYGDdimEhIjiliilf4IVfFmrqt/+ekKQY+M3QpYOqFs0AAQQIiB9NkBxs8iKhohkNG0Yj5E+RQIL5BN3rKOhFBzEkkbDTpZAIlw5g1GXb1m0XxxRHwvzocqLGtS8VRS5rVowdIiQ0RPAAZ+tTrk6XjigB40rQikqKCrT61EsQu2KeQLl7FQlJL5KTsJIatOIL2kUuCFy89SToEN1AACH5BAEKAAAALAAAAAAYABgAAAf/gACCg4QAAgKFiYqETS5Hi4pHXyuDTTCDK1+PkABNYCkARzBNjwKjm5BKDF+CTaQAXwxKi0ebRy5gSkeuAEpgLoNrs4NfTcMpYKxKs18woAJscDaoK2AMLqApqIbaYDhzPW7bAl9gn4sOWFk1wIopX4iKLDVO24O1nIJHhymHhq6uYAxbFKGHQTlxmggAOGqgojYGDSbUl2/QIX7xCCnRtKiJBjb2BJEz55BQhBJpNFwiVO0aKF2MJAhwQmXImTeEmh1L1ktXHCIQDEmgowEVPkG4QPGKUKRHvDVrFq1ZFYqXgDhG3OTbBQbRrpVghtChBEkSWQCnBNWgcrbirSYWBzNWFClXUSAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR18Ggy8vR4IGX5ePRy9giJ0vgkgKlo+CBQxfgpWXXwxKkJsALmCxlQBKYC6bR7MAXy+xAClgq0qxXwopgkoKq4MGYAwuzEq/SMwpLgxgBYVIX2BgzIq6xoiKKV/piZHlir+Q2fSGlZUKw4thdf1xGezuVdKnqEGdDRvqACQkT9GhQ0faDVonkdAXHA0aGhK3bF+IERZEEZJGTZtEFxGQgNEwwg6FWcGGpXh2ZMIEJBpKNDAUwQOGWb4G1UqRQoQIJGFMdChX4JuiVKuKikhxJMMJCacAdCJHzCgzBSQ+OIUkSVCKEVMFVdgwKetEO3YIykV0W2hc1kAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhAB3d4WJioQvLkeLikdfK4MvL48AK1+YkC9gKQBHloJ3CpeQgkoMX4KjAF8MSotHmEcuYLKjKQyOgrSEXy+yAClgrEqyX5+pCqyDKwq8oEqcobIptwpLhXfKuItKYMbVhEosiJFfw4TkqIp3lpYK64pKpqYvh/GW9IlKL/jyuUvUrpCSL+gSsajRoGA3MApAKWrwA4iNF4WWKADjIsWRGRgHfYFwRAGZDz3wcPoyT5AMIjvuzJhxh0wIBoYg6LDB6ZehK0Xa3Pnw4Y6METnQIVsUxciOIymIIiIzoo27FXSGgCEm5AOoF0J6bIO0gkcNQVG9ChqDoR9BdHcLrlxB53NgJQXuAgEAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQvLouLR0wrgy8vR4IrLpePRy9giJ0vgkiVm49KDEyCpQBMDEqQpkxgSqEASmCOgkemrS+wAANgqkqwswOCSi+qgytgDC7IA4iDR9IuDGCThEiztIsDL6nUiQNM5IXdwIS8j4mbm6SVleuKyvMvSKHz9Yn3ldHeudvVrtCRCB1EKYqE7B2YDlyIzFiEaxi6IzVOdLmSB0kbXYJY5DmCBJu2QUh4bImCyEkJDR4jYMQCJtkyQiu2IelgAgKSKnKQOPmAg1rBRDNOaDAEFFENLRAGrvlAQtSAKlUQuZAzpV+hNVIqCLpapWEUG14NUtvZwWivgasEQC4KBAAh+QQBCgAAACwAAAAAGAAYAAAH/4AAgoOEAAIChYmKgwEuL4uLAV8rgy8vAYIrX5iQAC8LegABloICC5edAEoMX4KWmF8MXpGcAC4LSqOPegsujLUAXy9KgrytXsRfCqGqL62DKwoMLqF6wAHVtwuUhAJfC7iLvAtfiIpKBuaJksSFeu/vwJ2cC3Yi9yITnUoKlpYCCrTgy7fPX79q8PSogySPEYQyvhRJYpZIQZk0aMQsUgKuHKEAFc4MobJHAIRnpYjpccFgG6MNdiQgYhACR4AHDwIYACVIiTNCXrgJKCMi5wYOAnhFFNVQkJgzNgUcDRWrHSQvPew8korUUL+mg7xgGFNqqiAvm1IJ4CSAT5mFqQYSfVm6KBAAIfkEAQoAAAAsAAAAABgAGAAAB/+AAIKDhABISIWJioQJCYuLfV8rg419gitflo99CWCInI6Gfwmaj0oMX4J/f5ZfYEqLK5OCrkmgAElgfpp9pX08W1FJuGCpSrC1gkoJqYJ9NSddV099SYiDfbBJfgxgBYVgHVxEM4u5qNeFfWIdoYmRsIVJ89bpmwCaf1dAc/3lpqMSjEKir5+/RwCWNWo0jF49hM56vXuCo1kiJCyGKUpgQUSIMIuUgClmrw8FEFs0MEDSgAUhJA25gZmFD4MHMYj+/KiRDRYLMBoLMCNU4JshC3MaAGiUUBe2UoXCzOHZZ1QrBvFMbfAQqpIoUgiV2IjijKmgApkgShTkxx3ERYcDIAYCACH5BAEKAAAALAAAAAAYABgAAAj/AAEIHEgQwJ07BRMm7INQoB8/CiMCWMGjxsAmTQauaNFH4kQ6QwAB6IOx4x0YTTp6xGOECsImMDq2AEQg4po1ApP4KBIBAEYASQD5UdlH5UgpcyQgdECESh8CNWcmEUigSYuBfd6cGULFyZ0ZEAfeqXnHDyBAKwrCKJOmRJuIBM62mLoQQpmwCe/MTZjkoF+PWEf6pNJDjpwebyUSQInRT1kqhnsg9rgYI0aEfv8C7miUoJNALCLqranQT40sWBxEDMqgRUOBfdz0mIMD0NPXI2smMYsWqw04EDADugoVgFSBa6wSJIDTIaCpMPskYYC3KFyhAmEKbMGAtESSMBpqFjeIsvPCFmlHlhS40TzgJngBi8atMCAAOw==);
    background-position: center center;
    opacity: 0.85;
    filter: alpha(opacity=85);
    cursor: pointer;
    z-index: 8060;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.fancybox-tmp {
    position: absolute !important;
    top: -99999px;
    left: -99999px;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

.fancybox-title {
    font: normal 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.5;
    position: relative;
    text-shadow: none;
    z-index: 8050;
    display: block;
    visibility: hidden;
}

.fancybox-title-float-wrap {
    position: relative;
    margin-top: 10px;
    text-align: center;
    zoom: 1;
    left: -9999px;
}

.fancybox-title-float-wrap > div {
    display: inline-block;
    padding: 7px 20px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 2px #222;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 15px;
    background: #000;
    background: rgba(0, 0, 0, 0.8);
    max-height: 50%;
    overflow: auto;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    z-index: 8010;
}

.fancybox-overlay-fixed {
    position: fixed;
    width: 100%;
    height: 100%;
}

/* Default theme */
.fancybox-default-skin {
    border-color: #ffffff;
    background: #ffffff;
}

.fancybox-default-skin-open {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-default-overlay {
    background: rgba(0, 0, 0, 0.5);
    display: block;
}

#fancybox-lock *,
#fancybox-lock *:before,
#fancybox-lock *:after {
    box-sizing: initial;
}

.nav .nav__item.visible .nav__wrap {
    background: #088939;
}

.nav .nav__item.visible .nav__wrap > a {
    color: #fff;
}

.nav .nav__block.hovered > [class^="ul-"] {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.nav [class^="ul-"] li.hovered > [class^="ul-"] {
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.coordinates {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 12px;
    opacity: 0.7;
    transform: translate3d(0px, 0px, 0px);
    transition: color 0.3s ease 0s, background-color 0.3s ease 0s,
    opacity 0.3s ease 0s;
    will-change: color, background, opacity;
}

/* body.is-home .main.slide {
    padding: 0;
    background-image: none;
    / / height: 100 %;
    position: relative;
    width: 100%;
} */
body.is-home .main.slide {
    padding: 0;
    background-image: none;
    height: 100%;
    position: relative;
    width: 100%;
}

.video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
}

.video-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #012f13;
    opacity: 0.35;
}

.video-wrap video,
.video-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.intro-wrap {
    position: absolute;
    top: 17%;
    width: 100%;
    text-align: center;
    left: 0%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.intro-wrap.visible {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}

.intro-title {
    display: inline-block;
    margin: 0 0 20px;
    font-size: 36px;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    letter-spacing: 0.5px;
    color: #fff;
    margin-bottom: 50px;
    width: 73%;
    text-shadow: 0px 1px 5px rgba(78, 78, 78, 0.49);
}

.slide-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.slide-wrap .slide-main-part {
    width: 50%;
    float: left;
    height: 100%;
    text-align: center;
    position: relative;
}

.slide-wrap .slide-main-part .slide-text {
    position: absolute;
    bottom: 5%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-user-select: none;
    user-select: none;
    -webkit-transiton: transform 0.3s ease-in-out 0s;
    transition: transform 0.3s ease-in-out 0s;
}

.slide-wrap .slide-main-part.move .slide-text {
    -webkit-transform: translate(-50%, 250%);
    -moz-transform: translate(-50%, 250%);
    -o-transform: translate(-50%, 250%);
    transform: translate(-50%, 250%);
}

.mobile .slide-wrap .slide-main-part.move .slide-text {
    -webkit-transform: translate(-50%, 400%);
    -moz-transform: translate(-50%, 400%);
    -o-transform: translate(-50%, 400%);
    transform: translate(-50%, 400%);
}

.slide-wrap .slide-main-part .slide-text div {
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.29px;
    border: 2px solid;
    border-radius: 3px;
    min-width: 192px;
    height: 38px;
    line-height: 34px;
    text-transform: uppercase;
}

.slide-wrap .slide-main-part .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
    background-color: #046a2b;
}

.slide-wrap .slide-main-part.move .overlay {
    opacity: 0.77;
}

.navigation {
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -40%);
    -moz-transform: translate(0, -40%);
    -o-transform: translate(0, -40%);
    transform: translate(0, -40%);
    opacity: 0;
    -webkit-transiton: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s, transform 0.3s ease-in-out 0s;
    will-change: transform;
}

.navigation .navigation-item {
    display: block;
    width: 100%;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    letter-spacing: 0.29px;
    color: #fff;
    padding: 10px 0;
    -weblit-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    position: relative;
}

.navigation .navigation-item::after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out,
    opacity 0.2s ease-in-out;
    opacity: 0;
    background-color: #fff;
    transform: scale(1, 0);
}

.slide-wrap
.slide-main-part.slide-main-part
.navigation
.navigation-item:hover {
    color: #0e9b44;
}

.slide-wrap
.slide-main-part.slide-main-part
.navigation
.navigation-item:hover::after {
    transform: none;
    opacity: 1;
}

.slide-wrap .slide-main-part.slide-main-part.move .navigation {
    opacity: 1;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/**-----staff-----**/
.staff__wrap .worker {
    overflow: hidden;
}

.staff__wrap .worker::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease, bottom 0.3s ease;
    transition: opacity 0.3s ease, bottom 0.3s ease;
}

.staff__wrap .worker:hover::after {
    opacity: 1;
}

.staff__wrap .worker .worker__info {
    -webkit-transition: bottom 0.3s ease;
    transition: bottom 0.3s ease;
}

.staff__wrap .worker:hover .worker__info {
    bottom: 50%;
    text-align: center;
}

.staff__wrap .worker .worker__info p {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    max-width: 90%;
    display: inline-block;
    line-height: 18px;
}

.staff__wrap .worker:hover .worker__info p {
    opacity: 1;
}

@media screen and (max-width: 1280px) {
    .worker__post {
        font-size: 12px;
        line-height: 18px;
    }

    .staff__wrap .worker .worker__info p {
        font-size: 12px;
        margin-top: 8px;
    }
}

@media screen and (max-width: 1150px) {
    .staff__wrap .worker {
        width: 48%;
    }

    .worker__post {
        font-size: 13px;
        line-height: 18px;
    }

    .staff__wrap .worker .worker__info p {
        font-size: 13px;
        margin-top: 8px;
    }
}

.chars-list {
    margin: 40px 0 10px;
    font-size: 0;
    text-align: center;
}

.chars-list_item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    margin-bottom: 30px;
}

.chars-list_item .chars_img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.chars-list_item .chars_img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.chars-list_item .text {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 13px;
}

body.is-home.edge {
    background-image: none;
    background-color: #0b9a42;
}

.nav .nav__arr {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/down_circle.svg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.nav .nav__block:hover .nav__arr,
.nav .nav__item:hover .nav__arr,
.nav .nav__item.is-active .nav__arr,
.nav .nav__item.is-active .nav__block:hover .nav__arr {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/right_circle.svg);
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile .nav .nav__arr {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/down_circle.svg);
    background-position: 50% 50%;
    -webkit-background-size: 86%;
    background-size: 86%;
    background-repeat: no-repeat;
}

.mobile .nav .nav__block:hover .nav__arr,
.mobile .nav .nav__item:hover .nav__arr,
.mobile .nav .nav__item.is-active .nav__arr,
.mobile .nav .nav__item.is-active .nav__block:hover .nav__arr {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/right_circle.svg);
    background-position: 50% 50%;
    -webkit-background-size: 86%;
    background-size: 86%;
    background-repeat: no-repeat;
}

/* .mobile .out {
    overflow: hidden;
} */

.btn-question {
    cursor: pointer;
}

.btn-question__top {
    margin-top: -50px;
}

.questions-form .questions-form__inner {
    margin-top: 25px;
    display: none;
}

.form__row .multiple-select {
    float: right;
    width: 70%;
}

.years .years__item:first-child a.is-active:after {
    border-radius: 3px 0 0 3px;
}

.years .years__item:last-child a.is-active:after {
    border-radius: 0 3px 3px 0;
}

.slider-for .box__popup {
    position: relative;
}

.slider-for .box__popup::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/bitrix/templates/ekt/img/icons/zoom_in.png);
    background-size: cover;
    bottom: 10px;
    right: 10px;
}

.topic__gallery-inner {
    white-space: nowrap;
    font-size: 0;
}

.topic__gallery-item {
    display: inline-block;
}

.main {
    overflow: hidden;
}

.cover-ie {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/bitrix/templates/ekt/css/../img/index-bg.png) no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
}

.cover-ie_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 800px;
    width: 100%;
    text-align: center;
}

.cover-ie_text p {
    margin-top: 0;
    color: #ffffff;
    margin-bottom: 20px;
}

.cover-ie_text .btn {
}

.ie11 .item:before,
.ie11 .item:after {
    -webkit-transform: translate(-4.5%, 0);
    -ms-transform: translate(-4.5%, 0);
    transform: translate(-4.5%, 0);
}

.ie11 .slider .item:before,
.ie11 .slider .item:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

.repair.is-doing-history table td:nth-child(2),
.repair.is-doing-history table th:nth-child(2) {
    width: 79%;
}

.cab .registered table th:nth-child(3),
.cab .registered table td:nth-child(3) {
    width: 40%;
}

.repair.repair-topper {
    background-color: #fafafa;
    padding: 20px 25px 10px 25px;
    margin-bottom: 20px;
}

.repair.repair-topper table tr {
    border-bottom: none;
}

.repair.repair-topper table tr:first-child:not(:last-child) {
    border-bottom: 1px solid #dfdfdf;
}

.repair.repair-topper table td:first-child {
    width: 6%;
    min-width: 62px;
}

.repair.repair-topper table td:nth-child(2) {
    width: 40%;
    padding-right: 05px;
}

.repair.repair-topper table td:nth-child(3) {
    width: 27%;
    text-align: center;
}

.repair.repair-topper table td:nth-child(4) {
    width: 27%;
    text-align: center;
}

.product .product__descr {
    min-height: 150px;
}

.bx-ie9 body,
.bx-ie8 body,
.bx-ie7 body {
    opacity: 0;
}

.youtube {
    left: 70%;
    position: absolute;
}

.youtube a {
    background-image: url("/upload/images/youtube.png");
    background-size: 47px 18px;
    background-repeat: no-repeat;
    border: medium none;
    display: inline-block;
    height: 18px;
    margin-top: 20px;
    opacity: 0.8;
    vertical-align: text-bottom;
    width: 47px;
}

.login .form .form__submit {
    margin-top: 42px;
}

.balloon p {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 20px;
}

.mtext {
    font-size: 34px !important;
}

/*new_v 12.01.2017*/

.field .field__text {
    overflow: inherit;
}

.field .field__text .list {
    position: relative;
    left: 22px;
}

.field .field__text .list li::before {
    margin-left: -20px;
    left: auto;
}

.custom_units .units__wrap > .unit {
    width: 61%;
    margin: 9px 2.5% 0% 0px;
    overflow: hidden;
}

.custom_units .unit > a {
    display: block;
    padding-bottom: 72%;
}

.custom_units .unit img {
    will-change: transform;
    position: absolute;
    width: 100%;
    /* object-fit: cover; */
    height: 100%;
    top: 50%;
    left: 49%;
    transform: translate(-49%, -50%);
}

.custom_units .unit_left_wrap {
    width: 35%;
    display: inline-block;
    margin-top: 1%;
}

.custom_units .unit_left_wrap .unit {
    width: 100%;
    margin: 0 0.5% 1% 0;
    overflow: hidden;
}

.custom_units .unit_left_wrap .unit > a {
    padding-bottom: 62%;
}

.custom_units .unit_left_wrap .unit__name {
    max-height: 91px;
    overflow: hidden;
}

.custom_units .unit .unit__title {
    max-height: 225px;
    overflow: hidden;
}

@media screen and (max-width: 1200px) {
    .custom_units .unit_left_wrap .unit__name {
        line-height: 1.3;
        padding-top: 25px;
    }
}

@media screen and (max-width: 1150px) {
    .custom_units .unit > a {
        padding-bottom: 63%;
    }

    .custom_units .units__wrap > .unit {
        width: 100%;
        margin: 0 0.5% 0.5% 0;
    }

    .custom_units .unit_left_wrap {
        width: 100%;
    }

    .custom_units .unit_left_wrap .unit {
        width: 49%;
    }
}

@media screen and (min-width: 0\0) {
    .custom_units .unit_left_wrap .unit > a {
        padding-bottom: 62%;
        margin: 0 0.5% 1.2% 0;
    }

    .custom_units .unit img {
        height: auto;
    }

    .custom_units .unit > a {
        padding-bottom: 71%;
    }

    .custom_units .units__wrap > .unit {
        overflow: hidden;
        margin: 0 0.4% 0.5% 0;
    }

    .custom_units .unit_left_wrap .unit {
        overflow: hidden !important;
    }
}

/*end*/
.breadcrumbs li:nth-last-child(2) {
    padding-right: 0;
}

.basket {
    right: 210px;
}

.accord .no-accord {
    display: block;
}

.youtube {
    left: 67%;
}

.raschet {
    left: 73%;
}

.raschet p {
    background-image: url("/upload/images/raschet.png");
    opacity: 1;
    background-repeat: no-repeat;
    background-size: 77%;
    height: 25px;
    margin-top: 18px;
    cursor: default;
    vertical-align: text-bottom;
    width: 47px;
    border: medium none;
    display: inline-block;
}

.wrapper__map {
    position: relative;
}

/*
.wrapp__list_city {
    position: absolute;
    margin-left: 292px;
    padding-right: 45px;
    width: 100%;
    left: 0;
    z-index: 100;
    max-width: 968px;
} */

.wrapp__list_city {
    position: absolute;
    margin-left: 45px;
    padding-right: 45px;
    width: 100%;
    left: 0;
    z-index: 100;
    max-width: calc(100% - 45px);
    margin-bottom: 15px;
}

.wrapp__list_city ul {
    margin-top: 33px;
    text-align: justify;
}

.wrapp__list_city ul li {
    display: inline-block;
    padding: 7px 15px;
    margin-left: 7px;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 6px;
    cursor: pointer;
    font-size: 16px;
}

.wrapp__list_city ul li.active {
    background-color: #0b9a42;
    color: #fff;
}

.wrapp__contacts {
    right: 45px;
    width: 370px;
    padding: 40px;
    position: absolute;
    z-index: 100;
    top: 150px;
    background-color: #fff;
}

.wrapp__contacts .title-h2 {
    line-height: 1.3;
    margin-bottom: 20px;
}

.wrapp__contacts .contacts {
    display: none;
}

.wrapp__contacts .active {
    display: block;
}

.contacts .cordinats_contact {
    font-size: 12px;
    color: #8a8a8a;
    padding: 0;
    margin: 0;
}

.contacts .times_contact {
    font-size: 13px;
    margin-top: 10px;
}

.contacts .times_contact sup {
    line-height: 2.2;
    font-size: 8px;
    vertical-align: top;
}

.contacts .title_tel_contact {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

.contacts .tel_contact li {
    font-size: 13px;
    color: #000;
    padding: 5px 0;
}

.contacts .tel_contact li a {
    color: #000;
}

.contacts .email_contact {
    margin-top: 15px;
}

.contacts .email_contact p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
}

.contacts .email_contact p a {
    color: #0b9a42;
    border-bottom: 1px solid #0b9a42;
}

#zoom-in,
#zoom-out {
    z-index: 101;
}

.map.map_contact {
    position: relative;
    width: 100% !important;
    height: 675px;
    margin: 0px 0 34px;
}

.requisites {
    border: none;
}

.js-popup .subscribe {
    padding: 90px 132px 125px 124px;
    width: 614px;
}

.input.long > p {
    line-height: 18px;
    margin-top: 0;
}

.subscribe_box .title-h2 {
    margin-bottom: 40px;
    letter-spacing: 0.5px;
    color: #000;
}

.subscribe_box .form__submit {
    margin-top: 35px;
}

.subscribe_box .text-wrapper {
    color: #000;
}

.page-404 .link-black {
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
}

.instagram {
    left: 64%;
    position: absolute;
}

.instagram a {
    background-image: url(/upload/images/insta.png);
    background-repeat: no-repeat;
    background-size: 20px;
    border: medium none;
    display: inline-block;
    height: 20px;
    margin-top: 20px;
    opacity: 0.8;
    vertical-align: text-bottom;
    width: 20px;
}

.header .menu {
    float: inherit;
    display: flex;
    margin-right: inherit;
}

.logo {
    margin-right: 0;
}

/* .header {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
} */

.personal_menu {
    padding-top: 20px;
}

.personal_menu .cabinet__row {
    display: flex;
    align-items: center;
}

.personal_menu .ico_user {
    margin-right: 5px;
}

.header a.basket {
    right: inherit;
    position: inherit;
    height: auto;
    display: flex;
}

.header a.basket .ico {
    position: inherit;
    top: 11px;
    margin-right: 5px;
    margin-top: -8px;
}

.header .personal_menu a {
    font-size: 14px;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    align-self: flex-end;
}

.header .personal_menu a:hover {
    color: #de1313;
}

.header .personal_menu a:hover .ico_user path {
    fill: #de1313;
}

.header .personal_menu a .cabinet__name {
    padding-left: 25px;
    font-size: 13px;
}

.nav_sub {
    left: 0;
    background-image: url(/bitrix/templates/ekt/css/../img/svg/down_circle.svg);
    position: absolute;
    width: 19px;
    height: 19px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 9999;
}

.child.is-active {
    padding-left: 25px !important;
}

.child.is-active a:before {
    display: none;
}

/*.nav_sub ~a {
	padding-left: 25px !important;
}
ul.list-links li.child{
	padding-left: 25px;
}*/
.js-item .card table .spiner .spiner__input {
    width: 53px;
}

.amount {
    font-size: 13px;
    display: inline-flex;
}

.amount .amount_block {
    margin-left: 5px;
}

.item:hover .amount {
    color: black !important;
}

.amount_radio {
    float: left;
}

.amount_radio label {
    font-size: 13px;
    margin-left: 5px;
}

.products__inner td:nth-child(6) {
    padding-top: 20px;
}

.amount_block {
    display: flex;
    align-items: center;
    margin: auto;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

td .amount_block .tooltipe {
    margin: 0 0 0 15px;
}

.amount_block img {
    display: flex !important;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    margin: auto 5px auto 0 !important;
}

.amount_cell {
    width: 120px;
}

.amount_radio label {
    cursor: pointer;
}

.amount_radio input {
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.check {
    width: 41px;
    height: 17px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 10px;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    padding-bottom: 25px;
}

.check:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

input:checked + .check {
    background-color: #0b9a42;
}

input:focus + .check {
    box-shadow: 0 0 1px #0b9a42;
}

input:checked + .check:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}

/* Rounded sliders */
.check.round {
    border-radius: 13px;
}

.check.round:before {
    border-radius: 50%;
}

.check.round {
    visibility: visible;
    opacity: 1;
}

.amount_check p {
    margin-top: 5px;
}

.amount_check {
    display: flex;
}

.amount_check__wrp .amount_check:first-child{
    display: none;
}

.card__main-text .amount_check, .bx-basket .amount_check{
    display: none;
}

/* !!!  КОД НИЖЕ НЕ УДАЛЯТЬ !!! */
/* .out{
	max-width: 100%;
}
.product-table-scroller.is-fixed,
.product__container-scrollable{
	max-width: 100% !important;
}
.product-table__cell {
	padding: 15px 0;
	text-align: center;
}
.product-table__group .product-table__cell{
	min-width: 100px;
	max-width: unset;
	min-width: unset;
}
.product-table__wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
} */
/* !!!  КОД ВЫШЕ НЕ УДАЛЯТЬ !!! */

td .product-table__wrapper .amount_block .arrival_text {
    white-space: initial;
    line-height: 100%;
}

/* Верхнее меню */
.menu .menu__in-catalog {
    padding: 35px 0;
}

.menu__in-catalog ul li:not(:last-child) {
    position: relative;
    margin: 0;
}

.menu__in-catalog ul li:not(:last-child)::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 17px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #bdbdbd;
}

.menu__in-catalog a {
    height: auto;
    padding: 5px 40px;
    color: #4a4a4a;
    font-size: 14px;
    line-height: 150%;
}

.menu__in-catalog a::before,
.menu__in-catalog a::after {
    display: none;
}

.menu__in-catalog a:hover {
    color: #0b9a42;
}

.menu__in-catalog a.is-active {
    background-color: #333;
    color: #f4f4f4;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1200px) {
    .menu__in-catalog a {
        padding: 5px 20px;
    }
}

/* Сайдбар */
.sidebar {
    padding: 15px 0;
    background-color: #fff;
    position: relative;
}

.sidebar .page-name {
    background-color: #f4f4f4;
}

.sidebar .page-name a {
    padding: 13px 59px 13px 16px;
    font-size: 22px;
    line-height: 154%;
    text-transform: uppercase;
    color: #333;
}

.sidebar .page-name .btn-search {
    top: 0;
    width: auto;
    height: auto;
}

.sidebar .page-name .btn-search span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 59px;
    height: 59px;
}

.sidebar .page-name .btn-search svg {
    width: 20px;
    height: 20px;
}

.sidebar .page-name .btn-search svg .fill {
    fill: #bdbdbd;
}

.sidebar .page-name .btn-search svg .stroke {
    stroke: #bdbdbd;
}

.sidebar .page-name .btn-search:hover svg .fill {
    fill: #0b9a42;
}

.sidebar .page-name .btn-search:hover svg .stroke {
    stroke: #0b9a42;
}

.sidebar .nav .nav__item:first-child {
    border-top: 1px solid #e0e0e0;
}

/* Меню каталога */
/*.nav-cat {
    margin: 0;
    padding: 0;
}

.nav-cat .nav__cross {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 58px;
    height: 38px;
    transition: 0.3s;
    border-left: 1px solid #333;
}
.nav-cat .nav__cross::before,
.nav-cat .nav__cross::after {
    position: absolute;
    content: '';
    display: block;
    background-color: #0b9a42;
    transition: 0.3s;
}

.nav-cat .nav__cross::before {
    left: 29px;
    top: 12px;
    width: 1px;
    height: 15px;
}
.nav-cat .nav__cross::after {
    left: 22px;
    top: 19px;
    width: 15px;
    height: 1px;
}
.nav-cat .nav__item:hover .nav__cross::after,
.nav-cat .nav__item:hover .nav__cross::before {
    background-color: #fff;
}
.nav-cat .nav__item.visible .nav__cross::after,
.nav-cat .nav__item.visible .nav__cross::before {
    background-color: #fff;
    transform: rotate(45deg);
}
.nav-cat .nav__item:hover .nav__cross,
.nav-cat .nav__item.visible .nav__cross {
    border-color: #fff;
}
body .nav-cat .ul-o {
    position: static;
    display: none;
    height: auto;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}
.nav-cat .nav__wrap {
    transition: 0.3s;
}
.nav-cat a {
    transition: 0.3s;
}
.nav-cat .nav__block {
    position: static;
}
.nav-cat .nav__wrap > a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: -58px;
    height: 58px;
    pointer-events: none;
    z-index: -1;
}
.nav-cat .nav__item:hover .nav__wrap {
    background-color: inherit;
}
.nav-cat .nav__item .nav__wrap > a {
    z-index: 0;
}
.nav-cat .nav__item:hover .nav__wrap > a::before {
    background-color: #0b9a42;
}*/

.nav-cat {
    border-left: 1px solid #fff;
}

.nav-cat > ul li a {
    display: inline-block;
    padding: 15px 10px;
    /* padding  : 20px 16px; */
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    color: #333;
    /* font-size: 15px; */
    font-size: 14px;
    line-height: 153%;
    transition: 0.3s;
    flex-grow: 1;
}

.nav-catlist-1 > li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    transition: 0.3s;
}

.nav-catlist-1 > li > a {
    width: calc(100% - 68px);
}

.nav-catlist-1 > li:hover,
.nav-catlist-1 > li.nav-catlist__item--expanded {
    background-color: #0b9a42;
}

.nav-catlist-1 > li:hover > a,
.nav-catlist-1 > li.nav-catlist__item--expanded > a {
    color: #fff;
}

.nav-catlist-1 > li:hover > a:hover {
    color: #9cff00;
}

.nav-catlist-1 > li:hover > .nav-catlist-expander,
.nav-catlist-1 > li.nav-catlist__item--expanded > .nav-catlist-expander {
    border-color: #fff;
}

.nav-catlist-1
> li.nav-catlist__item--expanded
> .nav-catlist-expander::before {
    background-color: #fff;
    /* transform    : translate(0, calc(-50% - 0.5px)) rotate(45deg); */
    transform: rotate(45deg);
}

.nav-catlist-1 > li.nav-catlist__item--expanded > .nav-catlist-expander::after {
    background-color: #fff;
    /* transform    : translate(0, calc(-50% - 0.5px)) rotate(135deg); */
    transform: translateY(-11px) rotate(-45deg);
}

.nav-catlist-1 > li:hover > .nav-catlist-expander::before,
.nav-catlist-1 > li:hover > .nav-catlist-expander::after {
    background-color: #fff;
}

.nav-catlist-1 > li:hover > .nav-catlist-expander:hover {
    box-shadow: 10px 0 0 10px rgba(255, 255, 255, 0.2);
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-catlist-1 > li:not(:last-child),
.nav-catlist-2 > li:not(:last-child),
.nav-catlist-3 > li:not(:last-child),
.nav-catlist-4 > li:not(:last-child) {
    position: relative;
    margin: 0 0 1px;
}

.nav-catlist-1 > li:not(:last-child)::before,
.nav-catlist-2 > li:not(:last-child)::before,
.nav-catlist-3 > li:not(:last-child)::before,
.nav-catlist-4 > li:not(:last-child)::before {
    content: "";
    height: 1px;
    position: absolute;
    top: 100%;
    left: 15px;
    right: 15px;
    background-color: #f0f0f0;
}

.nav-catlist-1 > li > .nav-catlist-expander {
    width: 68px;
    margin: 10px 0;
    position: relative;
    cursor: pointer;
    border-left: 1px solid #333;
    transition: 0.3s;
    overflow: hidden;
}

.nav-catlist-1 > li > .nav-catlist-expander::before,
.nav-catlist-1 > li > .nav-catlist-expander::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 15px;
    top: 50%;
    left: 50%;
    background-color: #333;
    transition: 0.3s;
}

.nav-catlist-1 > li > .nav-catlist-expander::before {
    transform: translate(-10px, calc(-50% - 0.5px)) rotate(-45deg);
}

.nav-catlist-1 > li > .nav-catlist-expander::after {
    transform: translate(0, calc(-50% - 0.5px)) rotate(45deg);
}

.nav-catlist-2 ul {
    padding: 0 0 0 10px;
}

.nav-catlist-2,
.nav-catlist-3,
.nav-catlist-4 {
    display: none;
    width: 100%;
    background-color: #fff;
}

.nav-catlist-2 > li,
.nav-catlist-3 > li,
.nav-catlist-4 > li {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
    transition: 0.3s;
}

.nav-catlist-2 > li > a,
.nav-catlist-3 > li > a,
.nav-catlist-4 > li > a {
    display: inline-block;
    width: calc(100% - 68px);
    text-decoration: underline;
    text-decoration-color: transparent;
}

.nav-catlist-2 > li > a:hover,
.nav-catlist-3 > li > a:hover,
.nav-catlist-4 > li > a:hover {
    text-decoration-color: #333;
}

.nav-catlist-2 > li > .nav-catlist-expander,
.nav-catlist-3 > li > .nav-catlist-expander,
.nav-catlist-4 > li > .nav-catlist-expander {
    position: relative;
    display: inline-block;
    width: 68px;
    margin: 10px 0;
    cursor: pointer;
    border-left: 1px solid #e0e0e0;
    transition: 0.3s;
}

.nav-catlist-2 > li > .nav-catlist-expander::before,
.nav-catlist-3 > li > .nav-catlist-expander::before,
.nav-catlist-4 > li > .nav-catlist-expander::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -75%) rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: 0.3s;
}

.nav-catlist-2 > li.nav-catlist__item--expanded > .nav-catlist-expander::before,
.nav-catlist-3 > li.nav-catlist__item--expanded > .nav-catlist-expander::before,
.nav-catlist-4
> li.nav-catlist__item--expanded
> .nav-catlist-expander::before {
    transform: translate(-50%, -25%) rotate(-45deg);
}

.nav-catlist-2 > li:hover > .nav-catlist-expander:hover,
.nav-catlist-3 > li:hover > .nav-catlist-expander:hover,
.nav-catlist-4 > li:hover > .nav-catlist-expander:hover {
    box-shadow: 10px 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1);
}

.nav-catlist-5 {
    display: none;
    width: 100%;
    margin: 0 15px;
    padding: 12px 0;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    transition-duration: 0.3s;
    transition-property: border-color;
}

.nav-catlist-5 > li {
    position: relative;
    padding: 0 0 0 15px;
}

.nav-catlist-5 > li::before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    left: 5px;
    width: 5px;
    height: 5px;
    background-image: linear-gradient(180deg, #0b9a42 0%, #04bc4b 100%);
}

.nav-catlist-2 > li.nav-catlist__item--expanded > .nav-catlist-3 {
    border-color: #000;
}

.nav-catlist-5 > li > a {
    display: inline-block;
    width: 100%;
    padding: 8px 16px;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.nav-catlist-5 > li > a:hover {
    text-decoration-color: #333;
}

/* ekt catalog */
.ektcat {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0;
    /* margin      : -8px 0; */
}

.ektcat-item {
    display: flex;
    flex-wrap: wrap;
    width: 62.5%;
    cursor: pointer;
    /* margin: 8px 0; */
}

.ektcat-item:hover .ektcat-item-img {
    transform: translateX(2px);
}

.ektcat-item--active .ektcat-item-nav {
    visibility: visible;
    opacity: 1;
}

.ektcat-item-img {
    position: relative;
    display: flex;
    align-items: flex-end;
    width: 40%;
    min-height: 200px;
    overflow: hidden;
    transition: 0.3s;
    background-color: white;
}

.ektcat-item-img img {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
}

.ektcat-item-text {
    width: 60%;
    /* padding: 32px 30px; */
    padding: 16px 15px;
}

.ektcat-item-name {
    display: inline-block;
    margin: 0 0 20px;
    font-family: "museosanscyrl_900", Arial, Helvetica, sans-serif;
    /* font-size  : 17px; */
    font-size: 15px;
    line-height: 112.2%;
    text-transform: uppercase;
    color: #fff;
}

.ektcat-item-desc {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 112.2%;
    color: #fff;
}

.ektcat-item-nav {
    position: absolute;
    left: 62.5%;
    top: 0;
    bottom: 0;
    /* top     : 8px; */
    /* bottom  : 8px; */
    width: 37.5%;
    padding: 15px 45px 15px 15px;
    border: 1px solid;
    border-left: none;
    transition: 0.3s;
    cursor: default;
    overflow: auto;
    visibility: hidden;
    opacity: 0;
}

.ektcat-item-nav > ul {
}

.ektcat-item-nav > ul > li {
    position: relative;
}

.ektcat-item-nav > ul > li::before {
    content: "";
    display: block;
    position: absolute;
    /* left : 10px;
    top     : 17px; */
    left: 3px;
    top: 12px;
    width: 6px;
    height: 6px;
    z-index: 1;
}

.ektcat-item-nav[style*="#0b9a42"] > ul > li::before {
    background-color: #0b9a42;
}

.ektcat-item-nav[style*="#107dab"] > ul > li::before {
    background-color: #107dab;
}

.ektcat-item-nav[style*="#f8c10a"] > ul > li::before {
    background-color: #f8c10a;
}

.ektcat-item-nav > ul > li:not(:last-child) {
    border-bottom: 1px solid #f2f2f2;
}

.ektcat-item-nav a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding     : 10px 10px 10px 30px; */
    padding: 5px 5px 5px 15px;
    transition: 0.3s;
    font-size: 11px;
    line-height: 175%;
}

.ektcat-item-nav a::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0b9a42;
    transition: 0.6s;
}

.ektcat-item-nav[style*="#0b9a42"] a::before {
    background-color: #0b9a42;
}

.ektcat-item-nav[style*="#107dab"] a::before {
    background-color: #107dab;
}

.ektcat-item-nav[style*="#f8c10a"] a::before {
    background-color: #f8c10a;
}

.ektcat-item-nav a:hover {
    background-color: #fafafa;
}

.ektcat-item-nav a:hover::before {
    width: 100%;
}

.ektcat-item-nav[style*="#0b9a42"] a:hover svg {
    stroke: #0b9a42;
}

.ektcat-item-nav[style*="#107dab"] a:hover svg {
    stroke: #107dab;
}

.ektcat-item-nav[style*="#f8c10a"] a:hover svg {
    stroke: #f8c10a;
}

.ektcat-item-nav a span {
    flex-grow: 1;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 153%;
    color: #5c5c5c;
}

.ektcat-item-nav a svg {
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #bdbdbd;
    transition: 0.3s;
}

.ektcat-marker {
    display: block;
    position: absolute;
    left: 62.5%;
    top: 8px;
    transform: translateX(-100%);
    border-width: 10px 11px 10px 0;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    transition: 0.6s;
}

.link-wrap {
    width: 100%;
    text-align: center;
    display: none;
}

.items.items_equip.js-items {
    display: none;
}

.wrapper .wrapper__top {
    position: relative;
    display: none;
}

/* Каталог */
#checkbox_amount:checked + .check:after {
    content: "Отсортировано по наличию";
    position: absolute;
    width: 190px;
    bottom: calc(100% + 5px);
    right: 0;
    background: white;
    color: #0b9a42;
    font-size: 12px;
    text-align: center;
    padding: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    transition: 0.3s;
}

/* Стили для нового каталога */
.catalog-with-menu {
    padding: 30px 30px 0;
    position: relative;
    max-width: 100%;
}

.catalog-with-menu:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0%;
    top: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #0b9a42 0%, #04bc4b 100%);
}

.search .search__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0px;
    background: #f4f4f4;
}

/*.search .search__btn .text {
    padding: 10px 20px;
    margin-left: 20px;
    border-left: 1px solid #BDBDBD;
}*/

/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */
input:checked + .hide-tooltipe.check:after {
    opacity: 0;
    visibility: hidden;
}

/* Главная таблица */
.catalog-with-menu__main {
    position: sticky;
    top: 130px;
    background: white;
    z-index: 12 !important;
    -webkit-box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
    -moz-box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
    box-shadow: -1px 8px 18px -8px rgba(181, 181, 181, 1);
}

.catalog-with-menu__main.fixed {
    background: white;
    z-index: 1;
}

.catalog-with-menu__main.fixed.open {
    z-index: 11 !important;
}

.catalog-with-menu__main-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
    /*padding-right: 80px;*/
    z-index: 1;
    /* border-bottom: 1px solid black; */
}

.catalog-with-menu__main-title-second {
    min-height: 60px;
    position: relative;
    width: 100%;
    padding: 0 60px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.catalog-with-menu__inner-title a,
.catalog-with-menu__main-title a {
    font-family: "museosanscyrl_900";
    font-size: 20px;
    font-weight: 900;
    line-height: 112.2%;
    text-transform: uppercase;
    color: #0b9a42;
}

.catalog-with-menu__main-title > span {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
}

li.open .catalog-with-menu__inner-title {
    background: #0b9a42;
}

li.open .catalog-with-menu__inner-title a {
    color: white;
}

li.open .catalog-with-menu__inner-title > span:before {
    border-color: white;
}

li.open .catalog-with-menu__inner-title > span:hover:before {
    border-color: #333;
}

li.open .catalog-with-menu__inner-title > span:hover:after {
    background: #333;
}

li.open .catalog-with-menu__inner-title > span:after {
    background: white;
}

li.open .catalog-with-menu__inner-title > span:hover:before {
    border-color: #333;
}

.catalog-with-menu__main.open .catalog-with-menu__main-title > span:before,
.catalog-with-menu__inner-list
li.open
.catalog-with-menu__inner-title
> span:before {
    transform: translate(-50%, -75%) rotate(45deg) rotateY(180deg);
}

.catalog-with-menu__main-title > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -75%) rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: 0.3s;
}

.catalog-with-menu__main-title > span:after {
    content: "";
    width: 1px;
    height: calc(100% - 13px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0b9a42;
}

.catalog-with-menu__main-title > span:hover {
    background: #f2f2f2;
}

.catalog-with-menu__main-title > span:hover:before {
    border-color: #0b9a42;
}

.catalog-with-menu__main-dropdown {
    display: none;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fafafa;
    background: white;
    position: relative;
}

.catalog-with-menu__main-dropdown:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 21px;
    background: white;
}

.catalog-with-menu__main-dropdown:before {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 11px;
    height: 100%;
    background: white;
    z-index: 10;
}

.catalog-with-menu__main-dropdown-second {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    background: white;
    z-index: 1;
}

.catalog-with-menu__main-dropdown-second li:not(:last-child) {
    margin-bottom: 10px;
}

.catalog-with-menu__main-dropdown-second li {
    width: 100%;
    position: relative;
    padding-left: 40px;
}

.catalog-with-menu__main-dropdown-second li:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    left: 10px;
    top: 10px;
    background: #0b9a42;
}

.catalog-with-menu__main-dropdown > ul {
    margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
}

.catalog-with-menu__main-dropdown > ul > li {
    min-height: 60px;
    position: relative;
    width: calc(33.33% - 20px);
    margin: 0 10px;
    padding: 0 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #e0e0e0;
}

.catalog-with-menu__inner-title a:hover {
    color: #0b9a42;
}

.catalog-with-menu__main-dropdown
> ul
> li.open
.catalog-with-menu__main-title-second
> span:before {
    transform: translate(-50%, -75%) rotate(45deg) rotateY(180deg);
}

.catalog-with-menu__main-dropdown > ul > li:before {
    content: "";
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100%;
    background: #e0e0e0;
    z-index: 1;
}

.catalog-with-menu__main-dropdown
> ul
> li
.catalog-with-menu__main-title-second
a {
    font-weight: 600;
}

.catalog-with-menu__main-dropdown > ul > li a {
    width: 100%;
    padding-right: 10px;
    font-size: 15px;
    line-height: 118%;
    color: #333333;
    transition: 0.3s;
}

.catalog-with-menu__main-dropdown > ul > li a:hover {
    color: #0b9a42;
    text-decoration: underline;
}

.catalog-with-menu__main-dropdown
> ul
> li
.catalog-with-menu__main-title-second
span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    min-height: 100%;
    cursor: pointer;
    transition: 0.3s;
}

.catalog-with-menu__main-dropdown
> ul
> li.with-sub-menu
.catalog-with-menu__main-title-second
span {
    display: block;
}

.catalog-with-menu__main-dropdown > ul > li span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -75%) rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: 0.3s;
}

.catalog-with-menu__main-dropdown > ul > li span:after {
    content: "";
    width: 1px;
    height: calc(100% - 10px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #e0e0e0;
    transition: 0.3s;
}

.catalog-with-menu__main-dropdown > ul > li span:hover:before {
    border-color: #0b9a42;
}

.catalog-with-menu__main-dropdown > ul > li span:hover:after {
    background: #0b9a42;
}

/* Внутренняя таблица */
.catalog-with-menu__inner {
    background: white;
    padding: 20px 0 20px 0;
}

.catalog-with-menu__inner-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 80px 15px 30px;
    border-bottom: 1px solid black;
    transition: 0.5s;
}

.catalog-with-menu__inner-title a {
    font-size: 16px;
    font-weight: 600;
    line-height: 112.2%;
    text-transform: uppercase;
    color: #333;
    transition: 0.3s;
}

.catalog-with-menu__inner-title > span {
    position: absolute;
    width: 80px;
    height: 100%;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: 0.3s;
}

.catalog-with-menu__inner-title > span:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translate(-50%, -75%) rotate(135deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transition: 0.3s;
}

.catalog-with-menu__inner-title > span:after {
    content: "";
    width: 1px;
    height: calc(100% - 13px);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0b9a42;
    transition: 0.3s;
}

.catalog-with-inner-title > span:hover {
    background: #f2f2f2;
}

.catalog-with-menu__inner-title > span:hover:before {
    border-color: #0b9a42;
}

.catalog-with-menu__inner-dropdown {
    display: none;
    max-width: 100%;
}

.catalog-with-menu__inner-dropdown table th {
    position: relative;
    padding: 15px 0;
    background: #f7f7f7;
    font-weight: 600;
    font-size: 15px;
    line-height: 162.19%;
    text-align: center;
    color: #4f4f4f;
    vertical-align: middle;
}

.catalog-with-menu__inner-dropdown table th:not(:last-child):before,
.catalog-with-menu__inner-dropdown table td:not(:last-child):before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: calc(100% - 20px);
    background: #cccccc;
}

.catalog-with-menu__inner-dropdown table tr {
    padding: 15px 0 30px;
}

.catalog-with-menu__inner-dropdown table tr:not(:first-child) {
    border-bottom: 1px solid #e0e0e0;
}

.catalog-with-menu__inner-dropdown table td {
    text-align: center;
    vertical-align: top;
    position: relative;
    font-size: 15px;
}

.catalog-with-menu__inner-dropdown table td {
    padding: 15px 10px 20px;
    text-align: left;
}

.catalog-with-menu__inner-dropdown table td:nth-child(2) {
    padding: 15px 0;
}

.catalog-with-menu__inner-dropdown table td:nth-child(2),
.catalog-with-menu__inner-dropdown table td:nth-child(6) {
    text-align: center;
}

.catalog-with-menu__inner-dropdown table td:nth-child(2) {
    padding: 0;
}
.catalog-with-menu__inner-dropdown
table
tr:nth-child(odd)
td:nth-child(1):before,
.catalog-with-menu__inner-dropdown
table
tr:nth-child(odd)
td:nth-child(2):before {
    /*height: 100%;*/
    content: none;
}

.catalog-with-menu__inner-dropdown table td .amount_block {
    width: 100px;
}

.catalog-basket {
    display: inline-flex;
    align-items: center;
}

.card__similar .catalog-basket {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.catalog-basket > button {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0b9a42;
}

.catalog-basket > button span {
    padding: 0 15px;
    font-weight: 500;
    font-size: 15px;
    line-height: 162.19%;
    text-align: center;
    color: #ffffff;
    border-left: 1px solid white;
}

.catalog-basket .jq-number {
    min-width: 100px;
    padding: 0 20px;
    border: 1px solid #f2f2f2;
    height: 41px;
}

.catalog-basket .jq-number.focused .jq-number__field {
    border-color: #f2f2f2;
}

.catalog-basket .jq-number__field {
    max-width: 60px;
    height: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.catalog-basket .jq-number__field input {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: white;
}

.catalog-basket .jq-number .jq-number__spin {
    border-radius: 0;
    border: none;
    width: 20px;
    height: 100%;
    top: 0;
    background: #f2f2f2;
    color: black;
    cursor: pointer;
}

.catalog-basket .jq-number .jq-number__spin.minus {
    left: 0;
}

.catalog-basket .jq-number .jq-number__spin.plus {
    right: 0;
}

.catalog-basket .jq-number .jq-number__spin.minus:after,
.catalog-basket .jq-number .jq-number__spin.plus:before,
.catalog-basket .jq-number .jq-number__spin.plus:after {
    content: "";
    position: absolute;
    width: 14px;
    height: 1px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background: #333333;
    z-index: 1;
}

.catalog-basket .jq-number .jq-number__spin.plus:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

.catalog-with-menu__inner-dropdown table td .amount_block {
    min-width: 100px;
    justify-content: center;
    align-items: center;
    position: relative;
}

button.btn.btn_basket.addtobasket.init {
    top: 0;
    right: 0;
    height: 42px;
    min-width: 0;
    margin-bottom: 0px;
}

/* Ссылка в корзину */
.sidebar .link-to-basket {
    position: fixed;
    left: auto;
    bottom: 0;
    width: 100%;
    max-width: 300px;
    z-index: 10;
}

.link-to-basket {
    display: flex;
}

.link-to-basket__text {
    background: #f4f4f4;
}

.link-to-basket__text {
    width: 100%;
    padding: 20px 10px;
}

.link-to-basket__text-pos {
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
}

.link-to-basket__text-price {
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-transform: uppercase;
    color: #333333;
}

.link-to-basket__img {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 70px;
    width: 100%;
    padding: 20px;
    background: #0b9a42;
}

.link-to-basket__img img {
    max-width: 30px;
    width: 100%;
}

.header .link-to-basket {
    margin-top: 10px;
}

.header .link-to-basket__text {
    background: white;
    padding: 5px 15px;
    border: 1px solid #f2f2f2;
}

.header .link-to-basket__text-pos,
.header .link-to-basket__text-price {
    font-size: 10px;
}

.header .link-to-basket__img {
    padding: 10px;
    max-width: 40px;
}

.header .link-to-basket__img img {
    max-width: 20px;
}

.header .personal_menu {
    margin: 10px 0;
    top: 0;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.header .personal_menu .cabinet__row {
    padding-top: 0;
}

.ektcat-item img.ektcat-item-img__hover {
    display: none;
}

.ektcat-item.ektcat-item--active img.ektcat-item-img__main {
    display: none;
}

.ektcat-item.ektcat-item--active img.ektcat-item-img__hover {
    display: block;
}

.catalog-with-menu td a {
    color: black;
}

.catalog-with-menu td a:hover {
    text-decoration: underline;
}

.catalog-with-menu__inner td a {
    color: black;
}

.catalog-with-menu__inner td a:hover {
    text-decoration: underline;
}

/* .nav-cat .active {
	background: #0B9A42;
	color: white;
} */

.catalog-with-menu .empty_cat:hover a {
    color: #0b9a42;
}

.nav-cat.nav-cat--new {
    position: relative;
}

.catalog_breadcrumbs {
    width: 100%;
    display: block !important;
}

.catalog_title .catalog_breadcrumbs span {
    font-size: 12px;
    line-height: 153%;
    text-transform: initial;
    font-weight: normal;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    color: #333;
    display: inline-block;
}

.catalog_title {
    max-width: calc(100% - 300px);
    float: left;
}

.catalog_title-wrap {
    width: 100%;
}

.amount_check {
    float: right;
}

/* .catalog_title h1 {
    margin-top: 25px;
} */

/*.spiner:hover .spiner__block {
	visibility: visible;
	opacity: 1;
	z-index: 4;
	height: auto;
	top: 50px;
}*/
.ajax_container {
    overflow: auto;
    max-height: 70vh;
}

.catalog_img {
    background-image: url("/bitrix/templates/ekt/img/topic-bg-catalog.jpg");
}

#first .ico_block {
    position: absolute;
    left: 30px;
}

#first .ico_block .hover_ico {
    display: none;
}

#first li:hover .ico_block .hover_ico {
    display: block;
}

#first li:hover .ico_block .main_ico {
    display: none;
}

#first li.active .ico_block .hover_ico {
    display: block;
}

#first li.active .ico_block .main_ico {
    display: none;
}

.catalog-with-menu__inner-title a.section_link {
    font-family: "museosanscyrl_500";
    font-weight: 500;
}

.catalog-with-menu__inner-list > li .bx_filter {
    display: none;
}

.catalog-with-menu__inner-list > li.open .bx_filter {
    display: block;
}

/*------Фильтр-------*/
.bx_filter.compact .bx_filter_section {
    margin: 0;
    background: 0 0;
    border: none;
}

.bx_filter.compact .bx_filter_section {
    margin: 0;
    background: 0 0;
    border: none;
}

.bx_filter.compact .bx_filter_parameters_box {
    margin: 4px;
    position: relative;
    display: inline-block;
    padding: 0;
    border: none;
    user-select: none;
}

.bx_filter.compact .bx_filter_parameters_box.title + .bx_filter_parameters {
    padding-left: 28px;
}

.bx_filter.compact .bx_filter_parameters_box {
    margin: 4px;
    position: relative;
    padding: 0;
    border: none;
    user-select: none;
}

.bx_filter.compact .bx_filter_parameters_box .bx_filter_parameters_box_title {
    border-color: #cccccc;
}

.bx_filter.compact
.bx_filter_parameters_box
.title.bx_filter_parameters_box_title:not(.filter_title) {
    border: 1px solid #cccccc;
}

.bx_filter.compact
.bx_filter_parameters_box
.bx_filter_parameters_box_title:not(.filter_title):hover {
    /*border: 2px solid #0B9A42;*/
    border-color: #0b9a42;
}

.bx_filter.compact .bx_filter_parameters_box > .bx_filter_parameters_box_title {
    /* padding: 0px 26px 0px 9px; */
    padding: 0 5px;
    white-space: nowrap;
    display: inline-block;
}

.bx_filter.compact .bx_filter_block:not(.limited_block) {
    position: absolute;
    padding: 19px 19px 0;
    display: none;
    min-width: 232px;
    z-index: 1000;
    border-radius: 3px;
    background: #fff;
    -webkit-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.bx_filter.compact
.bx_filter_parameters_box
.bx_filter_parameters_box_title.filter_title
span {
    display: none;
}

.bx_filter .bx_filter_parameters_box .svg-close,
.bx_filter .bx_filter_parameters_box.bx_sort_filter,
.right_block.wide_Y .filter-compact-block {
    display: none;
}

.bx_filter .bx_filter_parameters_box_title {
    font-size: 13px;
    display: block;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    padding: 0 35px 0 0;
    color: #333;
}

.bx_filter .bx_filter_parameters_box_title .svg-inline-down {
    transition: transform 0.2s;
    position: absolute;
    right: -4px;
    top: 5px;
    width: 15px;
    height: 14px;
    text-align: center;
    line-height: 11px;
    border-radius: 3px;
}

.bx_filter.compact
.bx_filter_parameters_box
> .bx_filter_parameters_box_title:not(.filter_title)
> .svg-inline-down {
    position: absolute;
    top: 8px;
    right: 5px;
}

.bx_filter .active .bx_filter_parameters_box_title .svg-inline-down {
    transform: rotate(180deg);
}

.bx_filter.compact
.bx_filter_parameters_box
.bx_filter_parameters_box_title
.delete_filter {
    display: none;
    cursor: pointer;
}

.bx_filter.compact .bx_filter_parameters_box.title {
    float: left;
    z-index: 1;
    margin: 4px 0;
}

.bx_filter_parameters_box_container {
    display: block;
    padding-bottom: 19px;
    /*overflow-y  : scroll;*/
    max-height: 400px;
}

.bx_filter .btn {
    width: 100%;
    padding: 8px;
    display: inline-block;
    min-width: 60px;
    height: auto;
    width: auto;
}

.bx_filter .filter-bnt-wrapper {
    padding: 5px 0;
}

.bx_filter .bx_filter_parameters_box_container .wrapp_change_inputs {
    border: 1px solid #ececec;
    border-radius: 3px;
}

.bx_filter.compact .bx_filter_parameters_box_container .wrapp_change_inputs {
    width: 220px;
}

.bx_filter .bx_filter_parameters_box_container_block {
    font-size: 11px;
    float: left;
    width: 50%;
    color: #333;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

div.form-control {
    border: none;
    background: 0 0;
    box-shadow: none;
    padding: 0;
    height: auto;
}

.bx_filter .form-control {
    margin-bottom: 0;
}

.bx_filter
.bx_filter_parameters_box_container
.bx_filter_input_container
input {
    padding: 9px 8px 9px 15px;
    background: #fafafa;
    border: none;
    border-radius: 0;
    width: 100%;
}

.bx_filter
.bx_filter_parameters_box_container
.bx_filter_parameters_box_container_block:first-of-type
input {
    border-right: 1px solid #ececec;
}

.wrapp_all_inputs.wrap_md .iblock {
    width: 100%;
    position: relative;
}

.smartfilter .bx_ui_slider_track {
    background: #dadada;
    margin: 23px 12px 45px;
    height: 2px;
    position: relative;
    zoom: 1;
}

.bx_filter .bx_ui_slider_part {
    position: absolute;
    top: -3px;
    width: 1px;
    height: 10px;
    background: 0 0;
}

.bx_filter .bx_ui_slider_part.p1 {
    left: -1px;
}

.bx_filter .bx_ui_slider_part.p2 {
    left: 25%;
}

.bx_filter .bx_ui_slider_part.p3 {
    left: 50%;
}

.bx_filter .bx_ui_slider_part.p4 {
    left: 75%;
}

.bx_filter .bx_ui_slider_part.p5 {
    right: 1px;
}

.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_V,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_range {
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #fff;
}

.bx_filter .bx_ui_slider_pricebar_VD {
    z-index: 60;
    background: #979797;
}

.bx_filter .bx_ui_slider_pricebar_VN {
    z-index: 70;
    background: #f2f2f2;
}

.bx_filter .bx_ui_slider_pricebar_V {
    z-index: 80;
    background: #ccc;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_V,
.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VD,
.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VN {
    height: 40px;
    top: -20px;
    background-color: transparent;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar_V:after {
    /*background: #0B9A42;*/
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_handle {
    top: -11px;
    width: 22px;
    height: 22px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    z-index: 100;
    background: #fff;
    border-radius: 100%;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.bx_filter .bx_ui_slider_handle.left {
    left: 0;
    margin-left: -12px;
}

.bx_filter .bx_ui_slider_part.p2 span,
.bx_filter .bx_ui_slider_part.p3 span,
.bx_filter .bx_ui_slider_part.p4 span {
    color: #b1b1b1;
    display: none;
}

.button.transparent,
.h_color_white .header_wrap .menu > li.current > a span,
.h_color_white.wrapper #header ul.menu li .child .child_wrapp,
.m_color_white.wrapper #header ul.menu li .child .child_wrapp,
.basket_normal .popup.card_popup_frame .basket_popup_wrapp,
.basket_sort ul.tabs li.cur div,
.smartfilter .bx_ui_slider_track .bx_ui_slider_handle,
.bx_filter .button,
.bx_filter_vertical input[type="checkbox"]:checked + label.sku,
.sku_props .bx_item_detail_size ul li.active,
.bx_size_scroller_container .bx_size ul li.bx_active,
.bx_filter .bx_filter_param_label.active .bx_filter_param_btn,
.bx_catalog_item_scu .bx_item_detail_scu ul li.active span.cnt,
.item_slider .thumbs li.current,
.popup-window.popup-window-titlebar
.popup-window-top-row
.popup-window-left-column,
.popup-window.popup-window-titlebar
.popup-window-top-row
.popup-window-center-column,
.popup-window.popup-window-titlebar
.popup-window-top-row
.popup-window-right-column,
.popup-window.popup-window-titlebar-light
.popup-window-top-row
.popup-window-left-column,
.popup-window.popup-window-titlebar-light
.popup-window-top-row
.popup-window-center-column,
.popup-window.popup-window-titlebar-light
.popup-window-top-row
.popup-window-right-column,
.bx_element input[type="radio"]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype {
    border-color: #83b81d;
}

.bx_ui_slider_track .bx_ui_slider_handle:after {
    font-size: 0;
    content: ".";
    display: inline-block;
    background: #fff;
    width: 6px;
    height: 6px;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -3px;
    position: absolute;
    border-radius: 100%;
}

.bx_ui_slider_track .bx_ui_slider_handle:after {
    background: #0b9a42;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_V:after,
.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VD:after,
.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VN:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    top: 50%;
    margin-top: -1px;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VN:after {
    background: #f2f2f2;
    margin-top: 1px;
}

.smartfilter .bx_ui_slider_track .bx_ui_slider_pricebar_VD:after {
    background: #0b9a42;
}

.bx_ui_slider_part span {
    margin-top: 10px;
}

.bx_filter .bx_ui_slider_part span {
    font-size: 10px;
    position: absolute;
    top: 14px;
    left: 50%;
    display: block;
    width: 100px;
    margin-left: -50px;
    text-align: center;
    color: #999;
}

.bx_filter .bx_ui_slider_part.last span {
    text-align: right;
    left: auto;
    right: 0;
    margin-left: 0;
}

.bx_filter .bx_ui_slider_part.first span {
    text-align: left;
    left: 3px;
    margin-left: 0;
}

.bx_filter.compact .bx_filter_button_box {
    /* display: none;*/
    margin: 0 -19px;
    text-align: left;
    border-top: 1px solid #eee;
    background: #fafafa;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.bx_filter.compact .bx_filter_button_box .bx_filter_container_modef {
    margin: 12px 5px 14px 18px;
    display: block;
    font-size: 13px;
    color: #666;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table;
}

.loading-state {
    position: relative;
}

.loading-state:before {
    content: "";
    display: block;
    background: url(/bitrix/templates/ekt/img/svg/double_ring.svg) center 50px
    no-repeat rgba(255, 255, 255, 0.5);
    position: absolute;
    z-index: 105;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.count_filter_value {
    margin: 12px 5px 14px 18px;
    display: block;
    font-size: 13px;
    color: #666;
}

.count_elems {
    display: none;
}

.sidebar .fly_basket .link-to-basket__img {
    order: 1;
}

.block_more {
    display: none;
    margin: 4px;
}

.block_more .btn {
    cursor: pointer;
    border-radius: 0px;
    text-transform: inherit;
    font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
    font-size: 13px;
    padding: 8px;
}

.bx_filter_search_reset {
    margin: 4px;
    cursor: pointer;
    border-radius: 0px;
    text-transform: inherit;
    font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
}

/*.catalog-with-menu__inner-list .open .block_more{
    display: inline-flex;
}*/
.bx_filter .bx_filter_parameters {
    display: inline-block;
}

.block_more .hide {
    display: none;
}

.bx_filter_parameters_box .hidden_inputs {
    display: none;
}

.bx_filter.compact .hidden_inputs {
    display: none !important;
}

.bx_filter.compact .hidden_inputs.show {
    display: inline-block !important;
}

.bx_filter_parameters_box.set .title {
    border: 2px solid #0b9a42 !important;
}

.bx_filter.compact .bx_filter_parameters_box.set .delete_filter {
    display: inline-block;
}

.delete_filter:after {
    content: "×";
    font-size: 15px;
    font-weight: bold;
    speak: none;
    margin-left: 7px;
    margin-right: 7px;
    color: black;
}

.delete_filter:hover {
    background: #0b9a42;
}

.delete_filter:hover:after {
    color: white;
}

.delete_filter svg {
    display: none;
}

.bx_filter.compact
.bx_filter_parameters_box.set
.bx_filter_parameters_box_title {
    padding: 0px 0px 0px 9px;
}

.bx_filter.compact .bx_filter_parameters_box.set .text {
    display: inline-block;
}

/*----------------------*/
.wrapper .news-detail {
    margin-top: 35px;
}

.slider-for a {
    display: block;
    width: 100%;
    height: 100%;
}

.card__main .no_slider {
    border: none;
}

.card__main .no_slider .img_border {
    padding: 30px;
    border: 1px solid #f2f2f2;
}

.main__in .topic.detail_breadcrumbs {
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    background: white;
    width: auto;
    max-width: unset;
}

.main__in .topic.detail_breadcrumbs .topic__in {
    background: white;
    padding-left: 44px;
}

.main__in .topic.detail_breadcrumbs a span {
    color: #333;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
}

.detail_breadcrumbs li:before {
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: black;
}

.filter-compact-block.show-all .bx_filter_parameters_box {
    display: inline-block;
}

.filter-compact-block.hide-not-active .bx_filter_parameters_box:not(.set) {
    display: none;
}

.js-show-all {
    /* display: none; */
    margin: 4px;
}

.js-show-all span {
    width: 100%;
    display: block;
    padding: 8px;
    height: auto;
    width: auto;
    cursor: pointer;
    background: #0b9a42;
    color: white;
    line-height: 100%;
    text-align: center;
}

.js-show-all span:hover {
    background: #0ca948;
}

.catalog-with-menu__main.fixed .js-show-all {
    display: inline-block;
}

.js-image-zoom__zoomed-image {
    transform: scale(3) !important;
    left: 200%;
    right: auto !important;
    bottom: 200%;
    top: auto !important;
    z-index: 1;
    background-color: white;
    border: 0.33px solid #e0e0e0;
}

.img_cont {
    position: relative;
    width: 55px;
    height: 55px;
    margin: 0 auto;
}

.img_cont img:not(.image_popup-zoomed) {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto;
}

.img_cont .image_popup-zoomed-container {
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 250px;
    height: 250px;
    transition: 0.3s;
    opacity: 0 !important;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #e0e0e0;
}

.img_cont .image_popup-zoomed {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    display: block;
    height: auto;
}

.img_cont.show-zoom .image_popup-zoomed-container {
    opacity: 1 !important;
    visibility: visible;
    background: white;
}

/*
.img_cont .image_popup-zoomed {
    position: absolute;
    left: 100%;
    bottom: 100%;
    max-width: unset !important;
    height: 250px !important;
    height: auto;
    transition: .3s;
    opacity: 0 !important;
    visibility: hidden;
    z-index: 1000;
    border: 1px solid #E0E0E0;
} */
/*
.img_cont.show-zoom .image_popup-zoomed {
    opacity: 1 !important;
    visibility: visible;
    background: white;
} */

.bx_filter_parameters_box_header span {
    padding: 6px 4px 4px 4px;
}

.bx_filter_parameters_box_header {
    display: inline-block;
}

.bx_filter .bx_filter_search_reset {
    display: none;
    width: calc(100% - 8px);
}

.bx_filter .bx_filter_search_reset.active {
    display: block;
}

.catalog-with-menu__main.fixed .block_more {
    display: none !important;
}

.filter-compact-block .bx_filter_parameters_box_ico {
    display: inline-block;
    padding-left: 5px;
}

.catalog-item .bx_filter_parameters_box_header {
    display: none;
}

.bx_filter_parameters_box_ico .bx_filter_parameters_box_title {
    padding-right: 10px;
}

.main--custom {
    overflow: unset;
}

.main--custom .topic {
    display: none;
}

.main--custom .wrapper {
    padding-top: 15px;
}

body .cab.cab_dan .login,
body .cab.cab_dan .alt {
    width: 48%;
}

.catalog-with-menu__inner-list .empty_result {
    display: none;
}

.catalog-with-menu__inner-list .catalog-item.open .empty_result {
    display: block;
}

.hide-not-active .block_more {
    display: none !important;
}

.card__similar-tabs-btn {
    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s,
    height 0.25s ease-out 0.75s;
}

.card__similar-tabs-btn:hover {
    color: #0b9a42;
    border-color: #0b9a42;
}

.detail_breadcrumbs {
    display: block !important;
}

.catalog_breadcrumbs span {
    font-size: 12px;
    line-height: 153%;
    text-transform: initial;
    font-weight: normal;
    font-family: "museosanscyrl_300", Arial, Helvetica, sans-serif;
    color: #333;
    display: inline-block;
}

.delivery-pickup {
    width: 100%;
}

.requisites .quote {
    background: #f2f2f2;
}

/*Добавление в корзину*/
.basket-container {
    position: absolute;
    background: white;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    bottom: 75px;
    right: 0px;
    display: none;
    z-index: 1000;
}

.basket-container .cont {
    padding: 10px;
}

.basket-container .cont a {
    display: block;
    padding: 10px 0 0 30px;
}

.filter.label_block input[type="checkbox"],
.filter.label_block label {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 1900px) {
    body .header__search {
        max-width: 60px;
    }
}

@media screen and (max-width: 1600px) {
    .catalog-with-menu {
        padding: 10px 10px 0;
    }

    .catalog-with-menu__inner-dropdown table td {
        padding: 15px 5px 20px;
    }

    .catalog-with-menu__inner-dropdown table td .amount_block {
        min-width: unset;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
}

@media screen and (max-width: 1440px) {
    .catalog-with-menu__main-dropdown > ul > li {
        width: calc(50% - 20px);
    }

    .catalog-with-menu__inner-dropdown table td {
        font-size: 10px;
    }

    .img_cont .image_popup-zoomed {
        width: 250px !important;
    }

    .card__similar .catalog-basket {
        flex-wrap: wrap;
    }

    .catalog-with-menu__main-dropdown > ul > li {
        min-height: 40px;
    }

    .catalog-with-menu__main-title-second {
        min-height: 40px;
        padding-right: 40px;
    }

    .catalog-with-menu__main-dropdown
    > ul
    > li
    .catalog-with-menu__main-title-second
    span {
        width: 40px;
    }

    .catalog-with-menu__inner-dropdown table th {
        font-size: 12px;
    }

    .catalog_title h1 {
        margin-top: 0;
    }

    .block_more .btn {
        padding: 4px 8px;
    }
}

@media screen and (max-width: 1366px) {
    .menu__in-catalog a {
        padding: 5px 15px;
    }

    .menu .menu__item.is-active {
        margin-bottom: 0;
    }

    .header .menu {
        padding-bottom: 0;
    }

    .menu__in-catalog a {
        padding: 5px 15px;
    }

    .header .personal_menu {
        flex-direction: row-reverse;
        margin: 0;
        align-items: center;
    }

    .header .personal_menu .cabinet {
        align-self: unset;
    }

    .header .personal_menu .link-to-basket {
        margin: 0 10px 0 0;
    }

    .menu__in.menu__in-catalog {
        padding: 15px 0;
        width: 100%;
        text-align: center;
        float: unset;
    }

    .menu__in.menu__in-catalog .ul {
        float: unset;
    }

    .catalog-with-menu__main.fixed + .catalog-with-menu__inner {
        margin-top: 80px;
    }

    .block_table-scroll table tr th {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .block_table-scroll table tr td {
        padding: 5px !important;
    }

    .bx-soa-pp .bx-soa-pp-item-container,
    .bx-soa-pp .bx-soa-pp-map-container {
        width: 100%;
    }
}

@media screen and (max-width: 1152px) {
    .catalog-with-menu:before {
        display: none;
    }

    .catalog_title {
        max-width: 100%;
    }

    .catalog-with-menu__main-title {
        padding: 15px 40px;
        border-bottom: 1px solid #e0e0e0;
        flex-wrap: wrap;
    }

    .catalog-with-menu__inner-title {
        padding-right: 40px;
    }

    .catalog-with-menu__inner-title a,
    .catalog-with-menu__main-title a {
        font-size: 18px;
    }

    .catalog-with-menu__inner-title > span,
    .catalog-with-menu__main-title > span {
        width: 40px;
    }

    .catalog-with-menu__main-dropdown > ul > li a {
        padding-right: 5px;
    }

    .amount_check {
        width: 100%;
        justify-content: flex-end;
    }

    .catalog-with-menu__main-dropdown > ul > li {
        padding-left: 0;
    }

    .catalog-with-menu {
        padding: 0;
    }
}

@media screen and (max-width: 990px) {
    .ektcat-item-name {
        pointer-events: none;
    }
}

@media screen and (max-width: 768px) {
    .catalog-with-menu__main-title {
        padding: 5px 40px 5px 5px;
    }

    .catalog-with-menu__inner-title {
        padding-left: 15px;
        padding: 10px 40px 10px 5px;
    }

    .bx_filter.compact .bx_filter_block:not(.limited_block) {
        padding: 5px;
    }

    .bx_filter_parameters_box_container {
        max-height: 200px;
        padding-bottom: 5px;
    }

    .bx_filter.compact .bx_filter_button_box {
        margin: 0;
    }

    .bx_filter.compact .bx_filter_button_box span {
        margin: 5px;
        text-align: center;
    }

    .catalog-with-menu__inner-dropdown table td {
        padding: 5px;
    }

    .catalog-with-menu__inner-dropdown table td:nth-child(2) {
        padding: 5px;
    }

    .catalog-with-menu__inner-dropdown table td:nth-child(4) {
        text-align: center;
    }

    .amount_block span {
        font-size: 10px;
        width: 100%;
        font-weight: normal;
    }

    .catalog-with-menu__inner-title a,
    .catalog-with-menu__main-title a {
        font-size: 12px;
    }

    .catalog-with-menu__main-dropdown {
        display: none !important;
    }

    .catalog-with-menu__main-dropdown > ul {
        margin: 0;
        max-height: 250px;
        overflow-y: auto;
    }

    .catalog-with-menu__main-dropdown::after,
    .catalog-with-menu__main-dropdown::before {
        display: none;
    }

    .search-form > input {
        font-size: 14px;
    }

    .header .popup .popup__close {
        width: 20px;
        height: 20px;
    }
}

@media screen and (max-width: 600px) {
    .ektcat-item {
        width: 40%;
    }

    .ektcat-marker {
        left: 40%;
    }

    .ektcat-item-nav {
        width: 60%;
        left: 40%;
        border: none;
    }

    .ektcat-item-text {
        padding: 5%;
    }

    .ektcat-item-name {
        margin: 0;
        font-size: 11px;
    }
}

/*-------------------*/
.card__main .slider-container {
    position: relative;
}

.card__main .stickers-block {
    position: absolute;
    z-index: 50;
    right: 0px;
}

.card__main .stickers-block {
    float: right;
}

.card__main .slider-container-new {
    position: relative;
    width: calc(83% - 20px);
    margin-right: 20px;
}

.card__main .slider-container-new .card__main-img-lg-slider {
    height: 100%;
}

.stickers-block {
    padding: 10px;
}

table .stickers-block {
    padding: 0px;
}

table .stickers-block span {
    margin: 7.5px;
}

.stickers-block span {
    padding: 10px 15px;
    color: white;
    font-weight: bold;
    margin: 2px;
    display: inline-block;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
}

.item__img .stickers-block {
    right: 0;
    top: 0;
    position: absolute;
    z-index: 50;
    display: inline-block;
    padding: 0;
}

.item__img .stickers-block span {
    float: right;
}

/*Цвета для стикеров*/
.hit {
    background: #e47127;
}

.new {
    background: #ffc85c;
}

.pro {
    background: #ea9931;
}

.stock {
    background: #F90;
}

.stock.gray {
    background-color: #C5C6C6
}

.stock.blue {
    background-color: #04B6EF
}

.stock.green {
    background-color: #6DBD00
}

.present {
    background: #e47127;
}

/*-----------------*/

.block_table-name {
    min-width: 350px !important;
}

.block_table-scroll {
    overflow: auto;
    margin-bottom: 25px;
    position: relative;
}

.block_table-scroll .cover-block {
    display: none;
}

/* .block_table-scroll::before,
.block_table-scroll::after {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    width: 150px;
    height: 95%;
    height    : 98%;
    right: 0;
    top: 0;
    z-index: 4;
    transition: .3s;
}

.block_table-scroll::before {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}

.block_table-scroll::after {
    right: 5px;
    background-image: url(/bitrix/templates/ekt/css/../img/svg/scroll.svg);
    background-repeat: no-repeat;
    background-position: center right 5px;
    background-size: 35px 35px;
    animation: scroll-move infinite 3s;
}

.block_table-scroll.gradient::before,
.block_table-scroll.gradient::after {
    opacity: 1;
    visibility: visible;
    pointer-events: none;
} */

.block_table-scroll table tr th,
.block_table-scroll table tr td {
    padding: 5px 25px;
    vertical-align: middle;
}

.block_table-scroll table tr th:first-of-type,
.block_table-scroll table tr td:first-of-type {
    min-width: 200px;
}

.block_table-scroll table tr td {
    text-align: left;
}

.block_table-scroll table tr th {
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(234, 233, 233, 0.5);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
}

.block_table-scroll table tr:nth-child(even) {
    background: #f4f4f4;
}

.block_table-scroll table tr td p {
    margin: 0;
}

.block_table-scroll.thead-fixed .cover-block {
    position: fixed;
    display: block;
    z-index: 3;
    top: 0;
}

.block_table-scroll.thead-fixed .cover-block--white-left {
    width: 345px;
}

.block_table-scroll.thead-fixed .cover-block--white-right {
    width: 45px;
}

.block_table-scroll.thead-fixed .cover-block--green {
    background: #0b9a42;
    z-index: 4;
}

.block_table-scroll.thead-fixed .cover-block--white {
    background: white;
}

.block_table-scroll.thead-fixed .cover-block--green:first-of-type {
    left: 0;
    right: auto;
}

.block_table-scroll.thead-fixed .cover-block--green:nth-of-type(2) {
    right: 0;
    left: auto;
}

.block_table-scroll.thead-fixed thead {
    position: fixed;
    top: 0;
    left: auto;
    z-index: 2;
}

/* .block_table-scroll.thead-fixed thead::before {
    content: '';
    position: fixed;
    width: 50%;
    height: 78px;
    left: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.block_table-scroll.thead-fixed thead::after {
    content: '';
    position: fixed;
    width: 50%;
    height: 78px;
    right: 0;
    top: 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
} */

.block_table-scroll.thead-fixed thead th {
    background: rgba(234, 233, 233, 1);
}

.block_table-scroll.scrollbar-fixed
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: fixed;
    height: 25px;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 5;
    width: inherit;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: contain;
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/arr-left.svg);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/arr-right.svg);
}

.table-sort {
    display: flex;
    align-items: center;
}

.table-sort span {
    /* padding-right: 5px; */
    white-space: nowrap;
    display: inline-block;
}

.table-sort .icon {
    width: 5px;
    height: 14px;
    stroke: #333333;
    cursor: pointer;
    transition: 0.3s;
}

.table-sort .icon:hover {
    stroke: #219653;
}

.table-sort__btn {
    display: inline-block;
    transform: translateY(2px);
}

.table-sort__btn:first-of-type {
    padding-left: 3px;
}

.table-sort__btn.active .icon {
    stroke: #219653;
}

.space-fix td {
    height: 22px;
}

@keyframes scroll-move {
    0% {
        transform: translateX(5px);
    }

    50% {
        transform: translateX(-5px);
    }

    100% {
        transform: translateX(5px);
    }
}

.js-add-to-basket {
    position: relative;
}

.amount_block .tooltipe {
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.amount_block .tooltipe__dropdown {
    max-width: 220px;
    width: auto;
    padding: 10px;
}

.amount_block .tooltipe__dropdown .tooltipe__row {
    white-space: nowrap;
    margin-top: 0px;
    color: #4f4f4f;
}

.input-border {
    border-style: solid !important;
}

.datepicker .ico {
    z-index: 1;
}

.favourite_btn{
    position: relative!important;
    width: 49px;
    min-height: 41px;
    justify-content: center;
    align-items: center;
    background-color: #f2f2f2;
    margin-left: 1rem;
}

.favourite_btn.favourite .icon{
    margin: 0px!important;
}

.favourite .remove_img {
    display: none;
}

.favourite .add_img {
    display: block;
}

.favourite.add .remove_img {
    display: block;
}

.favourite.add .add_img {
    display: none;
}

.item__price .tooltipe.tooltipe_price {
    width: auto;
    height: auto;
    display: block;
    margin-left: 0px;
    color: black;
}

.card__main-text-price .tooltipe.tooltipe_price {
    width: auto;
    height: auto;
    margin-left: 0px;
    display: block;
    color: black;
}

.tooltipe.tooltipe_price .tooltipe__dropdown {
    width: 225px;
    transform: translate(-50%, -10px) !important;
}

.tooltipe.tooltipe_price .tooltipe__row:last-of-type {
    margin-top: 0px;
}

.tooltipe.tooltipe_price .tooltipe__element {
    font-family: "museosanscyrl_600", "OverpassLight", Arial, Helvetica,
    sans-serif;
}

.item.js-item .item__price {
    z-index: 3;
    transform: translate(0px, 0);
}

/*
.item.js-item .tooltipe__dropdown {
    left: 80%;
} */

.tooltipe.tooltipe_price {
    color: black;
    z-index: 1;
}

.tooltipe.tooltipe_price:hover {
    z-index: 100;
}

.catalog-with-menu__inner-dropdown .tooltipe.tooltipe_price {
    width: auto;
    height: auto;
}

.lc__table--favorite .tooltipe.tooltipe_price {
    width: auto;
    height: auto;
    display: inline-block;
}

.arrival_text {
    color: black;
    display: block;
    position: static;
    /* left     : 50%;
    top         : 100%; */
    /* transform: translateX(-50%); */
}

.lc__accordion-dropdown .tooltipe.tooltipe_price .tooltipe__dropdown {
    left: -50px;
}

.lc__accordion-dropdown .tooltipe.tooltipe_price .tooltipe__dropdown::after {
    left: 75%;
}

table td a {
    color: black;
    text-decoration: none;
}

table td a:hover {
    text-decoration: underline;
}

.card .block_items.block_table-scroll .block_table th,
.card .block_items.block_table-scroll .block_table td {
    padding-left: 5px;
    padding-right: 5px;
}

#first .catalog-step__first li {
    position: relative;
    padding-right: 30px;
}

.first-level__arrow {
    position: absolute;
    right: 5px;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    fill: none;
    stroke: #bdbdbd;
    transition: 0.3s;
    cursor: pointer;
    transform: translateY(-50%);
}

.first-level__arrow svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #bdbdbd;
}

.main-products__slide .item__price {
    display: inline-block;
}

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

/* --- order adaptive --- */

.btn.btn-default {
    border-color: #0b9a42 !important;
    background-color: #0b9a42 !important;
}

.ajax-cart__area .block_table-scroll.gradient::before,
.ajax-cart__area .block_table-scroll.gradient::after {
    display: none;
}

.ajax-cart__area .basket-items-list {
    padding: 0;
}

.ajax-cart__area .lc-order .block_table-scroll table tr th {
    white-space: nowrap;
}

.ajax-cart__area .basket-item-amount-filed,
.ajax-cart__area
.basket-item-block-amount.disabled
.basket-item-amount-filed:hover {
    font-weight: normal;
    background: white;
}

.ajax-cart__area .basket-item-block-amount {
    margin: 5px 0;
}

.basket-items-list .block_table-scroll {
    margin-bottom: 10px;
}

.basket-checkout-section-left {
    margin: 0 15px 15px 0;
}

.basket-checkout-section-container {
    margin: 0 15px 15px 0;
}

.basket-checkout-container .basket-checkout-block-btn {
    padding: 0;
    margin: 0;
}

#bx-soa-order .bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background: #0b9a42;
    color: white;
}

#bx-soa-order .bx-soa {
    width: calc(100% - 16.5vw);
}

#bx-soa-order .bx-soa-sidebar {
    padding: 0;
    width: 16.5vw;
}

#bx-soa-order .bx-soa-cart-total {
    padding: 10px;
}

#bx-soa-order .bx-soa-cart-total.bx-soa-cart-total-fixed {
    top: 150px;
}

.bx-soa .bx-soa-section {
    margin: 0;
}

.bx-soa-item-title a {
    color: #0b9a42;
}

.bx-soa .bx-soa-section.bx-selected .bx-soa-section-title {
    font-size: 16px;
}

.bx-soa .steps {
    margin: 0 auto 15px;
}

.bx-soa .bx-soa-section.bx-selected {
    border: 1px solid #0b9a42 !important;
}

.bx-soa .bx-soa-section.bx-selected .bx-soa-section-title-container {
    padding: 7px 0;
    background: #0b9a42;
}

.bx-soa .bx-soa-section.bx-selected .bx-soa-section-title-container h2 {
    color: white;
}

.bx-soa .bx-soa-section.bx-selected .bx-soa-section-title-count {
    border-color: white;
}

.bx-soa .bx-soa-section.bx-selected .bx-soa-section-title-count::after {
    color: white;
}

.bx-soa .bx-sls .bx-ui-sls-fake,
.bx-sls .bx-ui-sls-route {
    height: auto !important;
    line-height: 150%;
}

.bx-soa .bx-sls .dropdown-icon {
    top: 50%;
    transform: translateY(-50%);
}

.bx-soa .bx-sls .dropdown-fade2white,
.bx-soa .bx-slst .dropdown-fade2white {
    display: none;
}

.bx-soa .bx-sls .bx-ui-sls-clear {
    height: 100%;
    margin: 0;
}

.order-address {
    max-width: 100%;
}

@media screen and (max-width: 1440px) {
    .basket-checkout-section-inner {
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .header__phone-item {
        font-size: 0.75rem;
        padding: 0 15px 0 45px;
    }
}

@media screen and (max-width: 1152px) {
    .bx-soa-cart-t {
        width: 100%;
    }

    .bx-soa-cart-total-line .bx-soa-cart-d {
        float: unset;
        width: 100%;
        text-align: left;
    }
}

@media screen and (max-width: 990px) {
    .ajax-cart__area .basket-checkout-container {
        padding: 15px;
    }

    .basket-checkout-section {
        flex-wrap: wrap;
    }

    .basket-checkout-section-left,
    .basket-checkout-section-inner {
        width: 100%;
        justify-content: flex-start;
        margin-right: 0;
    }

    .basket-items-list-container,
    .basket-items-list {
        min-height: unset !important;
    }

    .bx-soa-item-tr.hidden-sm.hidden-xs .bx-soa-item-td-title {
        color: black;
    }

    .bx-soa-item-tr.hidden-sm.hidden-xs .bx-soa-item-td {
        vertical-align: middle;
    }

    .bx-soa-item-tr.hidden-sm.hidden-xs {
        display: table-row !important;
        background: rgba(234, 233, 233, 0.5);
    }

    .bx-soa-item-tr.bx-soa-basket-info.bx-soa-item-tr-first
    .bx-soa-item-td-title {
        display: none !important;
    }

    #bx-soa-basket .container-fluid {
        padding: 10px 0;
    }

    .bx-soa-table-fade:before,
    .bx-soa-table-fade:after {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .ajax-cart__area .basket-checkout-container {
        padding: 10px;
    }

    .ajax-cart__area .basket-checkout-section-inner {
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .lc-order .basket-items-list-table {
        display: table !important;
    }

    .lc-order .basket-items-list-table thead {
        display: table-header-group !important;
    }

    .lc-order .basket-items-list-table tbody {
        display: table-row-group !important;
    }

    .lc-order .basket-items-list-container .block_table-scroll table tr {
        display: table-row !important;
    }

    .lc-order .basket-items-list-container .block_table-scroll table tr td {
        display: table-cell !important;
    }

    #bx-soa-order .bx-soa,
    #bx-soa-order .bx-soa-sidebar {
        width: 100%;
    }

    #bx-soa-order .bx-soa-cart-total {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    a.btn.btn-default {
        width: 100%;
        font-size: 14px !important;
        padding: 5px 15px;
    }

    .wrapp__list_city {
        position: static;
        width: auto;
    }

    .wrapp__contacts {
        position: static;
        width: auto;
    }
}

.delivery-map__wrap > div {
    width: 100% !important;
    height: 100% !important;
}

.bx-basket .basket-checkout-container {
    border: none;
    padding: 0;
}

.ajax-cart__area .basket-item-amount-filed,
.ajax-cart__area
.basket-item-block-amount.disabled
.basket-item-amount-filed:hover {
    font-size: 14px;
}

#bx-soa-orderSave a {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
}

.bx-soa-pp-company.col-lg-4.col-sm-4.col-xs-6 {
    z-index: 1;
}

.bx-soa-pp-item-container .bx-soa-pp-company-smalltitle {
    max-width: unset;
}

.bx-soa-pp-company-smalltitle .tooltips {
    text-align: left;
}

.bx-soa-pp.row {
    display: flex;
    flex-wrap: wrap;
}

.bx-soa-pp-map-container div {
    height: 100%;
}

.map_container {
    width: 100% !important;
    height: 100% !important;
    min-height: 350px;
    overflow: hidden;
}

#bx-soa-delivery .bx-soa-pp-item-container .bx-soa-pp-company {
    min-height: unset;
    width: 100%;
}

.ajax-table__container {
    max-width: 100%;
    overflow: auto hidden;
}

.ymaps-2-1-78-map:not(:first-of-type) {
    display: none !important;
}

/* --- Анкета --- */
.anketa__tittle {
    max-width: 700px;
    margin: 50px auto 45px;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: bold;
    font-size: 31px;
    line-height: 159.69%;
    text-align: center;
    color: #333333;
}

.anketa .form {
    width: calc(100% + 30px);
    margin: 0 -30px 0 0;
    display: flex;
    flex-wrap: wrap;
}

.anketa .form__row,
.anketa .form__row.lc__popup-check-col {
    width: calc(33.33% - 30px);
    margin: 0 30px 30px 0;
}

.anketa .form .form__row p,
.anketa .form .form__row span {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}

.anketa .form__row--textarea {
    width: calc(66.66% - 30px);
}

.anketa .jq-selectbox__select-text {
    padding: 8px;
}

.anketa .jq-selectbox,
.anketa .input > input,
.anketa .input > textarea {
    width: 100%;
}

.form__row--submit {
    padding-top: 30px;
}

.form__row--file {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 25px;
}

.form__row--file .jq-file__browse {
    background-color: white;
}

.form__row--file .tooltipe__dropdown {
    color: #333333;
}

.form__row--file .tooltipe .icon {
    fill: #333333;
}

.form__row--recaptcha {
    margin-bottom: 15px;
}

.form__row--button input.btn {
    width: 280px;
    margin: 0;
    max-width: 100%;
}

@media screen and (min-width: 450px) and (max-width: 1152px) {
    .anketa__tittle {
        font-size: 26px;
    }

    .anketa .tooltipe:hover .tooltipe__dropdown {
        transform: translate(calc(-100% + 20px), -10px);
    }

    .anketa .tooltipe__dropdown::after {
        left: 100%;
        transform: translateX(-30px);
    }
}

@media screen and (max-width: 990px) {
    .anketa__tittle {
        font-size: 22px;
    }

    .anketa .form {
        width: calc(100% + 15px);
        margin: 0 -15px 0 0;
    }

    .anketa .form__row,
    .anketa .form__row.lc__popup-check-col,
    .anketa .form__row {
        width: calc(33.33% - 15px);
        margin: 0 15px 15px 0;
    }

    .anketa .form__row--textarea {
        width: calc(66.66% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .anketa__tittle {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .anketa .form__row,
    .anketa .form__row.lc__popup-check-col,
    .anketa .form__row {
        width: calc(50% - 15px);
    }

    .form__row--button input {
        width: 100%;
    }

    .anketa .tooltipe {
        position: relative;
    }
}

@media screen and (max-width: 450px) {
    .anketa .form {
        width: 100%;
        margin: 0;
    }

    .anketa .form__row,
    .anketa .form__row.lc__popup-check-col,
    .anketa .form__row {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .form__row--submit {
        padding-top: 0;
    }

    .anketa .tooltipe {
        position: static;
    }

    .anketa .form__row--file {
        position: relative;
    }

    .wrapp__list_city ul li {
        width: 46%;
    }
}

#first li {
    padding-left: 25px;
}

#first .ico_block {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}

#first li a {
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 110%;
    color: #333333;
    transition: 0.3s;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

.pdf_catalog .items.items_equip.js-items {
    display: block;
}

.catalog-with-menu__inner-title .loading {
    position: absolute;
    right: 15px;
    display: none;
}

.stock_items .item:after,
.item:before {
    display: none !important;
}

.stock_items .item {
    border: 1px solid #efefef;
}

.stock_items .item:hover {
    border-color: #0b9a42;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 8px rgba(11, 154, 66, 0.15);
}

.footer__menu {
    display: flex;
}

/* .block_table-scroll table {
    width: auto;
} */

.block_table-scroll-wrap .amount_block {
    flex-wrap: wrap;
}

.block_table-scroll-wrap img {
    float: left;
}

.block_table-scroll-wrap .amount_block span {
    width: auto;
    height: auto;
    line-height: 100%;
    float: right;
    text-align: center;
}

.block_table-scroll-wrap .amount_block .arrival_text {
    margin-top: 10px;
    text-align: left;
}

.block_table-scroll-wrap table tr th,
.block_table-scroll-wrap table tr td {
    padding: 5px 25px;
    vertical-align: middle;
}

.block_table-scroll-wrap table tr th:first-of-type,
.block_table-scroll-wrap table tr td:first-of-type {
    max-width: 350px;
}

.block_table-scroll-wrap table tr td {
    text-align: left;
}

.block_table-scroll-wrap table tr th {
    padding-top: 25px;
    padding-bottom: 25px;
    background: rgba(234, 233, 233, 0.5);
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 100%;
    color: #333333;
}

.block_table-scroll-wrap table tr:nth-child(even) {
    background: #f4f4f4;
}

.block_table-scroll-wrap table tr td p {
    margin: 0;
}

.block_table-scroll-wrap.table-ready thead {
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
}

.block_table-scroll-wrap table tr th,
.block-wrap:not(.fake-table) thead {
    background: rgba(234, 233, 233, 1);
}

.block_table-scroll-wrap .block_table {
    width: auto;
    position: relative;
}

.block_table-scroll-wrap.thead-fixed .cover-block {
    position: fixed;
    display: block;
    z-index: 3;
    top: 132px;
}

.block_table-scroll-wrap.thead-fixed .cover-block--white-left {
    width: 345px;
}

.block_table-scroll-wrap.thead-fixed .cover-block--white-right {
    width: 45px;
}

.block_table-scroll-wrap.thead-fixed .cover-block--green {
    background: #0b9a42;
    z-index: 4;
}

.block_table-scroll-wrap.thead-fixed .cover-block--white {
    background: white;
}

.block_table-scroll-wrap.thead-fixed .cover-block--green:first-of-type {
    left: 0;
    right: auto;
}

.block_table-scroll-wrap.thead-fixed .cover-block--green:nth-of-type(2) {
    right: 0;
    left: auto;
}

.block_table-scroll-wrap.thead-fixed thead {
    position: fixed;
    top: 132px;
    left: auto;
    z-index: 2;
}

.block_table-scroll-wrap.thead-fixed thead th {
    background: rgba(234, 233, 233, 1);
}

.block_table-scroll-wrap.scrollbar-fixed
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    position: fixed;
    height: 25px;
    bottom: 0;
    left: auto;
    right: auto;
    z-index: 5;
    width: inherit;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: center center !important;
    background-size: contain;
    opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/arr-left.svg);
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    background-image: url(/bitrix/templates/ekt/css/../img/svg/arr-right.svg);
}

.fancybox-wrap {
    margin: 0 auto !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 85vh !important;
    padding-top: 85vh !important;
    height: auto !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.fancybox-inner {
    margin: 0 !important;
    border-width: 0 !important;
    overflow: visible;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%) !important;
}

.fancybox-image {
    display: block !important;
    position: absolute;
    left: 50%;
    top: 50%;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, -50%);
}

a.fancybox-prev {
    left: -25vw;
}

a.fancybox-next {
    right: -25vw;
}

.ui-datepicker-calendar {
    width: 100%;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
    padding: 4px 2px;
    font-size: 10px;
    font-weight: normal;
}

.ui-datepicker-calendar td {
    font-size: 12px;
}

.ui-datepicker-calendar td:last-child a,
.ui-datepicker-calendar td:nth-child(6) a {
    color: #d60000;
}

.ui-datepicker-calendar td:last-child a.uk-datepicker-table-muted,
.ui-datepicker-calendar td:nth-child(6) a.uk-datepicker-table-muted {
    color: #000;
    opacity: 0.5;
}

.ui-datepicker .ui-datepicker-calendar a {
    display: block;
    width: 22px;
    line-height: 17px;
    text-align: center;
    color: #444444;
    text-decoration: none;
    border: none !important;
    background: white;
}

a.uk-datepicker-table-muted {
    color: #000;
    opacity: 0.5;
}

.ui-datepicker-calendar a:hover,
.ui-datepicker-calendar a:focus {
    background-color: #dddddd;
    color: #444444;
    outline: none;
}

.ui-datepicker-calendar a:active {
    background-color: #cccccc;
    color: #444444;
}

.ui-datepicker-calendar a.ui-state-active {
    background: #0b9a42;
    color: #ffffff;
}

.ui-datepicker-calendar a.ui-state-highlight {
    background: #0b9a42;
    color: #ffffff;
}

.ui-datepicker-header {
    margin-bottom: 10px;
    text-align: center;
    line-height: 20px;
    background: white !important;
    border: none !important;
}

.ui-datepicker-header:before {
    content: "";
    display: table;
}

.ui-datepicker-header:after {
    content: "";
    display: table;
    clear: both;
}

.ui-datepicker-header a {
    position: relative;
    height: 20px;
    width: 20px;
    color: #444444;
    text-decoration: none;
}

.uk-datepicker-nav a:hover {
    color: #444444;
}

.ui-datepicker-header a:before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.ui-datepicker-prev {
    float: left;
}

.ui-datepicker-prev:before {
    left: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 4px 0;
    border-color: transparent #c5c5c5 transparent transparent;
}

.ui-datepicker-next {
    float: right;
}

.ui-datepicker-next:before {
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #c5c5c5;
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
    width: 20px;
    font-family: FontAwesome;
}

.datepicker-custom {
    position: relative;
}

.datepicker-custom .ico {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

.header-catalog__inner-button {
    right: 10%;
}

.simple-sroll-x .mCSB_inside > .mCSB_container {
    max-width: unset;
}

.simple-sroll-x .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: auto !important;
}

.simple-sroll-x th {
    white-space: nowrap;
}

.form__row .jq-selectbox {
    width: 100%;
}

.jq-selectbox__dropdown {
    top: 100%;
}

.jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
}

.jq-selectbox__dropdown li {
    text-overflow: ellipsis;
    overflow: hidden;
}

.ml_verification .style-num-list {
    counter-reset: myCounter;
    border-top: 2px solid #0b9a42;
    margin-top: 10px;
}

.ml_verification .style-num-list li {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    min-height: 40px;
    margin: 15px 18px 15px 45px;
    display: flex;
    align-items: center;
}

.ml_verification .style-num-list li:before {
    position: absolute;
    left: -45px;
    counter-increment: myCounter;
    content: counter(myCounter);
    color: #219653;
    border: 1px solid #219653;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 100%;
    width: 35px;
    height: 35px;
}

.datepicker-custom-act {
    position: relative;
}

.datepicker-custom-act .ico {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
    z-index: 1;
}

a.stock-link,
span.stock-link {
    color: red !important;
    cursor: pointer;
    font-size: 13px;
}

span.stock-link:hover {
    text-decoration: underline;
}

#basket-item-table tr td:nth-child(4) {
    text-align: left;
}

#basket-item-table tr td:nth-child(3) {
    text-align: left;
}

#basket-item-table tr td:nth-child(2) {
    text-align: left;
}

#basket-item-table tr td:nth-child(1) {
    text-align: left;
}

#basket-item-table tr td {
    text-align: center;
}

.basket-items-list-item-remove img {
    width: 18px;
    height: auto;
}

.stock-basket-item .jq-checkbox.disabled {
    opacity: 1;
}

.stock-basket-item .jq-checkbox,
.stock-basket-item .jq-checkbox.checked .jq-checkbox__div {
    border-color: #333333;
}

.stock-title {
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700;
}

.stock-items-container {
    line-height: 20px;
    margin-bottom: 15px;
}

.stock-bottom {
    text-align: center;
    font-weight: 900;
}

.delivery-adress__form-input ymaps {
    width: 423px !important;
}

.excel_order-file .jq-file__name {
    display: block !important;
    order: 2;
    border: none;
}

.excel_order-file .jq-file {
    display: flex;
}

.excel_order-file .jq-file__browse {
    white-space: nowrap;
}

.row-controls-copy {
    text-align: center;
}

.block_table-scroll .catalog-basket__dropdown {
    transform: translate(calc(-1 * (100% - 17.5px)), 10px) !important;
}

.block_table-scroll .catalog-basket__dropdown::after {
    left: calc(100% - 17.5px);
}

.personal-main-link {
    padding: 0 !important;
}

.header__search-form .text {
    line-height: 100%;
    margin: auto;
    font-size: 1rem;
    padding: 0 0 0 40px;
    border: none;
    width: calc(100% - 60px);
    font-style: normal;
    font-weight: 300;
    color: #a8a8a8;
    display: flex;
    justify-content: center;
}

.search .search__btn {
    display: flex;
}

.sidebar .btn-search {
    display: none;
}

.popup {
    background: rgba(0, 0, 0, 0.48) none repeat scroll 0 0;
}

.header__search-button:hover {
    background: transparent !important;
}

@media screen and (max-width: 1680px) {
    /* line 766, dev/sass/modules/header.scss */
    .header__search-form {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width: 600px) {
    /* line 766, dev/sass/modules/header.scss */
    .header__search-form {
        width: 100%;
        left: unset;
        top: unset;
    }
}

/* @media screen and (max-width: 600px) {
    .out {
        min-width: unset;
        max-width: unset;
        padding: 117px 0 0 0;
    }
} */
.header__search {
    max-width: 90px;
}

/*.lc__accordion .lc__link-img {
    display: none !important;
}*/

.form_success {
    padding-top: 35px;
    width: 60%;
    display: flex;
    margin: auto;
    flex-direction: column;
}

.form_success h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.form_success p {
    margin-top: 5px;
}

.anketa__form .jq-file {
    display: flex;
    flex-direction: column;
}

.anketa__form .jq-file__name {
    display: block;
    order: 2;
    border: none;
    box-shadow: none;
}

.jq-file.focused .jq-file__name {
    border: none !important;
}

.anketa__form .jq-file__browse {
    display: block;
    order: 1;
}

.anketa .form .form__row p {
    font-size: 13px;
}

.ui-datepicker-title {
    display: flex;
}

.ui-datepicker-month {
    margin: auto;
}

.stock-basket-item[for="all"] {
    display: none;
}

.main-slider .main-slider__slide-img::after {
    content: none;
}

.history__wrap .main-slider .main-slider__slide-img::after {
    content: "";
    background: linear-gradient(
            180deg,
            rgba(196, 196, 196, 0) 0%,
            rgba(30, 30, 30, 0) 0.01%,
            #1e1e1e 100%
    );
}

.file-text {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
}

#verificationModal,
#sendAgreeModal {
    overflow-x: scroll;
}

/*Никита 21,01,2021*/
.main__block,
.slick-list {
    width: 100%;
}

.main__block_catalog{
    margin-top: 40px;
    margin-bottom: 40px;
}

/* 24.02.2021 */
.lc__tabs-content .mCSB_inside > .mCSB_container {
    max-width: unset;
}

.lc__tabs-content .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    width: 100% !important;
}

.lc__tabs-content .block-wrap:not(.fake-table) th:nth-of-type(1),
.lc__tabs-content .block-wrap:not(.fake-table) th:nth-of-type(2),
.lc__tabs-content .block-wrap:not(.fake-table) tr td:nth-of-type(1),
.lc__tabs-content .block-wrap:not(.fake-table) tr td:nth-of-type(2) {
    display: table-cell;
}

.block_table-scroll-wrap .block_table {
    width: 100%;
}

.accordions.is-mod .accord .accord__table,
.accordions.is-address .accord .accord__table {
    margin-top: 0px !important;
}

.stock-link {
    display: none !important;
}

.exit-margin {
    margin-top: 5px;
}

.catalog-with-menu .stock-menu {
    margin-bottom: 50px;
}

.search-wrap span {
    font-size: 15px;
}

.catalog-basket-container {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 990px) {
    .catalog-basket-container > span {
        font-size: 9px;
    }
}

.retail_program .history__wrap .main-slider .main-slider__slide-img::after {
    content: none;
}

.tabs-retail_program {
    margin-top: 5%;
    margin-bottom: 0px;
}

.header__phone-mobile-dropdown,
.header__phone {
    flex-grow: 1;
}

.header__phone-mobile-dropdown,
.header__phone {
    justify-content: center;
}

.main-products__slide .catalog-basket {
    margin: 0 auto;
}

.main-products__info {
    border-bottom: none;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-products__name {
    margin-bottom: auto;
}

.main-products__desc .amount_block span {
    width: auto;
}

/*21.10.2021 */
.catalog_title-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.catalog_title-wrap .amount_check__wrp {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.catalog_title-wrap .amount_check__wrp .amount_check:first-child {
    margin-right: 20px;
}
.catalog_title-wrap .amount_check__wrp .amount_check {
    margin-left: auto;
}
.catalog-with-menu__inner-dropdown .img_cont {
    width: 100px;
    height: 90px;
}
.catalog-with-menu__inner-dropdown table tr:nth-child(odd) {
    background-color: #efeeee;
}
.catalog-with-menu__inner-dropdown table td:nth-child(2) {
    background-color: #fff;
}
.catalog-with-menu__inner-dropdown table td:nth-child(2) {
    padding: 5px 0;
}
.catalog_title-wrap .amount_check__wrp .amount-check__none {
    display: none;
}
.bx_filter_parameters .bx_filter_parameters_box.sort .select-sort {
    /*border: 1px solid #cccccc;*/
}
.bx_filter_parameters
.bx_filter_parameters_box.sort
.jq-selectbox__select-text {
    padding: 5px;
}
.bx_filter_parameters
.bx_filter_parameters_box.sort
.jq-selectbox
.jq-selectbox__select {
    border-radius: 0;
    border-color: #cccccc;
}

@media screen and (max-width: 1668px) {
    .card__main-text .card-detail__amount {
        width: 100%;
        float: left;
        justify-content: left;
    }
}
@media screen and (max-width: 1440px) {
    .sidebar-none {
        display: none;
    }
    .sidebar + .main {
        width: 100%;
    }
    .filter-compact-block {
        width: 100%;
    }
}

@media screen and (max-width: 1152px) {
    .catalog_title-wrap .amount_check__wrp .amount_check {
        justify-content: flex-start;
    }
}
@media screen and (max-width: 990px) {
    .catalog-with-menu__inner-dropdown .img_cont {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 850px) {
    .catalog_title-wrap {
        margin-top: 20px;
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 658px) {
    .catalog_title-wrap .amount_check__wrp {
        width: 100%;
    }
}
.sort {
    margin-top: -5px;
}
.sort .jq-selectbox__select-text {
    padding: 6px 17px;
}

/*25.11.2021*/
.filter-compact-block {
    top: 215px;
}

/*26.11.2021*/
.custom_accord .accord__title a.link-color {
    color: #0b9a42;
}
.accord.inc .custom_accord:before,
.accord.inc .custom_accord:after {
    display: none;
}

.info__item.custom_info {
    width: 100%;
}
/**/
.subscribe span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;
    background-image: url(/bitrix/templates/ekt/img/card/underline.png);
    background-position: center center;
    background-repeat: repeat-x;
    background-size: contain;
}
.subscribe span {
    position: relative;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 100%;
    color: #0b9a42;
    opacity: 0.9;
}
.subscribe {
    position: absolute;
    left: 0;
    bottom: -30px;
    display: flex;
    align-items: center;
}
/*
Новогодняя тема
body{
	background-color: #EBECEC !important;
}*/
@media screen and (min-width: 769px) {
    html .l-layout {
        flex-wrap: nowrap;
    }
}

#cube-loader {
    align-items: center;
    /*display: flex;*/
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
}
#cube-loader .caption {
    margin: 0 auto;
}
#cube-loader .cube-loader {
    width: 73px;
    height: 73px;
    margin: 0 auto;
    margin-top: 49px;
    position: relative;
    transform: rotateZ(45deg);
}
#cube-loader .cube-loader .cube {
    position: relative;
    transform: rotateZ(45deg);
    width: 50%;
    height: 50%;
    float: left;
    transform: scale(1.1);
}
#cube-loader .cube-loader .cube:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0B9A42;
    animation: cube-loader 2.76s infinite linear both;
    transform-origin: 100% 100%;
}
#cube-loader .cube-loader .loader-2 {
    transform: scale(1.1) rotateZ(90deg);
}
#cube-loader .cube-loader .loader-3 {
    transform: scale(1.1) rotateZ(180deg);
}
#cube-loader .cube-loader .loader-4 {
    transform: scale(1.1) rotateZ(270deg);
}
#cube-loader .cube-loader .loader-2:before {
    animation-delay: 0.35s;
}
#cube-loader .cube-loader .loader-3:before {
    animation-delay: 0.69s;
}
#cube-loader .cube-loader .loader-4:before {
    animation-delay: 1.04s;
}

@keyframes cube-loader {
    0%, 10% {
        transform: perspective(136px) rotateX(-180deg);
        opacity: 0;
    }
    25%, 75% {
        transform: perspective(136px) rotateX(0deg);
        opacity: 1;
    }
    90%, 100% {
        transform: perspective(136px) rotateY(180deg);
        opacity: 0;
    }
}

.full-w-block{
    display: flex;
    flex-direction: column;
    background-size: cover;
    width: 100%;
    min-height: 400px;
    background-color: #1E1E1E;
    margin: 20px 0px;
    position: relative;
}

.full-w-block_content{
    background-color: #1E1E1E;
    color: rgba(255,255,255, 0.75);
    line-height: 159.69%;
    color: #828282;
    padding: 15px 20px 25px;
    position: relative;
    z-index: 1;
}

.full-w-block_image{
    background-color: #fff;
    display: none;
}

.full-w-block_content p{
    line-height: 159.69%!important;
    font-size: 15px;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 400;
}

.full-w-block_content h2{
    color: #fff;
    font-family: "Helvetica";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 159.69%;
    margin-bottom: 10px;
}

.full-w-block_content .btn{
    display: inline-flex;
    width: fit-content;
    margin-top: 15px;
}

@media screen and (min-width: 769px) {

    .full-w-block{
        flex-direction: row;
        display: flex;
        align-items: center;
    }

    .full-w-block img{
        display: none;
    }

    .full-w-block_content {
        font-size: 17px!important;
        width: 50%;
        padding: 30px 50px 35px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .full-w-block_content p{
        font-size: 17px!important;
    }

    .full-w-block_content h2 {
        margin-bottom: 15px;
        font-size: 20px;
    }

    .full-w-block_content .btn{
        margin-top: 20px;
    }

    .full-w-block_image{
        height: 100%;
        width: 50%;
        position: absolute;
        right: 0px;
        top: 0px;
        background-size: cover;
        background-position: center;
        display: flex;
    }

}

@media screen and (min-width:1152px){
    .full-w-block_image{
        width: 62%;
    }
    .full-w-block_content {
        width: 38%;
    }
}
/*
.c_level_1{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem;
  row-gap: 3rem;
}

.c_li_a_level_1{
  display: flex;
  padding: 1rem 1.5rem;
  background: #0B9A42;
  color: #fff;
  font-size: 1.25rem;
  line-height: 140%;
  font-weight: 700;
}
*/


.catalog__main__banner{
    background: #ccc;
    height: 400px;
    width: 100%;
    margin-bottom: 1.5rem;
    display: none;
}

@media screen and (min-width:1152px){
    .catalog__main__banner{
        margin-bottom: 0rem;
    }
}

.catalog__main__sidebar__menu{
    display: flex;
    padding: 0rem 0rem;
    color: #000;
    font-size: 0.875rem;
    line-height: 140%;
    font-weight: 700;
    transition: 0.3s;
    flex-direction: column;
    border: 1px solid #f6f6f6;
    margin-bottom: 1.5rem;
}

.catalog__main__sidebar__menu a{
    padding: 1rem 1rem;
    display: flex;
    border-bottom: 1px solid #f6f6f6;
    color: black;
    transition: 0.5s;
}

@media screen and (min-width:1152px){
    .catalog__main__sidebar__menu a{
        padding: 1rem 2rem;
    }
}


.catalog__main__sidebar__menu a:last-child{
    border-bottom: 0px;
}

.catalog__main__sidebar__menu a:hover{
    color: #0B9A42;
}

.catalog__main{
    padding: 1.5rem 1.5rem;
    display: flex;
    flex-direction: column-reverse;

}

.c_level_1{
    display: grid;
    grid-template-columns: 1fr;
    column-gap: 1.5rem;
    row-gap: 1.5rem;
}

.c_li_level_1{
    border: 1px solid #f6f6f6 ;
    padding: 1rem 1rem;
    position: relative;
}

.c_li_a_level_1 + .c_level_icon{
    display: none;
}

.c_li_a_level_1{
    display: flex;
    padding: 0.5rem 0rem;
    color: #000;
    font-size: 0.875rem;
    line-height: 140%;
    font-weight: 700;
    transition: 0.3s;
    flex-direction: row;
    border-bottom: 1px solid #f6f6f6 ;
    padding-bottom: 1rem;
}

.c_li_a_level_1:hover{
    color:#0B9A42
}

.c_icon{
    width: 2.5rem;
    height:  1.5rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding-right: 1rem;
}

.c_icon img{
    width: 1.5rem;
    height: 1.5rem;
}

.c_li_a_name_level_1{
    display: inline-flex;
    width: calc(100% - 2.5rem);
}

.c_level_2{
    padding: 0.5rem 0rem;
}

.c_li_level_2{
    position: relative;
}

.c_li_a_level_2{
    display: flex;
    padding: 0.5rem 2rem 0.5rem 0rem;
    color: #000;
    font-size: 0.875rem;
    line-height: 140%;
    transition: 0.3s;
}

.c_li_a_level_2:hover{
    color:#0B9A42
}

.c_li_a_level_2 .c_icon{
    display: none;
}

.c_level_3{
    padding: 0rem 0rem 0rem 1rem;
    border-left: 1px solid #0B9A42;
    display: none;
}

.c_li_a_level_3{
    display: flex;
    padding: 0.5rem 0rem;
    color: #000;
    font-size: 0.875rem;
    line-height: 140%;
    transition: 0.3s;
}

.c_li_a_level_3:hover{
    color:#0B9A42
}

.c_level_icon{
    position: absolute;
    right: 0px;
    top: 0.5rem;
    width: 1.25rem;
    height:  1.25rem;
    background: #fff;
    transition: 0.3s;
    border: 1px solid #0B9A42;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.c_level_icon:hover{
    background-color: #0B9A42;
    color: white;
}

.c_hidden-link{
    display: none;
}

.c_show_all{
    border: 1px solid #f6f6f6;
    padding: 0.5rem 1rem;
    width: 100%;
    cursor:  pointer;
    margin-top: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.c_show_all:hover{
    background: #f6f6f6;
}


@media screen and (min-width:768px){
    /*
    .c_level_1{
      display: grid;
      grid-template-columns: 1fr;
    }
  */
    .c_level_1{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

}

@media screen and (min-width:1152px){
    /*
    .c_level_1{
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 3rem;
      row-gap: 3rem;
    }
  */

    .catalog__main{
        padding: 2rem 2rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        column-gap: 2rem;
        row-gap: 2rem;
    }

    .catalog__main__sidebar{
        grid-column-start: 4;
        grid-column-end: 5;
    }

    .c_level_1{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2rem;
        row-gap: 2rem;
        grid-column: span 1 / 5;
        grid-column-start: 1;
        grid-column-end: 4;
    }

    .c_li_level_1{
        padding: 1rem 2rem;
    }
}

@media screen and (min-width:1300px){
    /*
    .c_level_1{
      display: grid;
      grid-template-columns: 1fr;
      column-gap: 3rem;
      row-gap: 3rem;
    }
  */
    .c_level_1{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        column-gap: 2rem;
        row-gap: 2rem;
    }

    .catalog__main{
        padding: 2rem 2rem;
    }

    .c_li_level_1{
        padding: 1rem 2rem;
    }
}

.checkbox_group{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.markdown_list{
    border-top:1px solid #ccc;
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.markdown_list a{
    display: flex;
    justify-content: start;
    align-items: center;
}

.markdown_list a svg{
    margin-right: 10px;
}

.markdown_list_title{
    font-weight: 700;
}


/* Catalog new  */

.pageHeader{
    background: #FAFAFA;
    padding: 1rem 1rem;
}

@media screen and (min-width:768px){
    .pageHeader{
        padding: 1.5rem 1.5rem;
    }
}

@media screen and (min-width:1024px){
    .pageHeader{
        padding: 1.5rem 1.5rem;
    }
}

@media screen and (min-width:768px){
    .pageHeader__grid{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (min-width:1200px){
    .pageHeader__grid{
        align-items: start;
    }
}

.pageHeader__title{
    font-size: 1.5rem;
    line-height: 1.3;
}

@media screen and (min-width:768px){
    .pageHeader__title{
        font-size: 1.75rem;
    }
}

@media screen and (min-width:1200px){
    .pageHeader__title{
        font-size: 2rem;
    }
}

.changeCatalogListStyle{
    display: none;
    overflow: hidden;
    border-radius: 0.125rem;
}

@media screen and (min-width:1024px){
    .changeCatalogListStyle{
        display: flex;
        margin-left: 1.5rem;
    }
}

.changeCatalogListStyle .btn{
    padding: 0px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 0px;
    min-width: auto;
    cursor: pointer;
    transition: 0.3s;
}

.changeCatalogListStyle .btn svg{
    fill: #666666;
}

.changeCatalogListStyle .btn:hover{
    background: #eee;
}

.changeCatalogListStyle .btn.active{
    background: #0B9A42;
}

.changeCatalogListStyle .btn.active svg{
    fill: #fff;
}

.pageHeader .scrollbar-content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 0.5rem;
}

.pageHeader .breadcrumb ol {
    display: flex;
    width: 100%;
    list-style-type: none;
    flex-direction: row;
    overflow-x: auto;
}

.pageHeader .breadcrumb li {
    margin-right: 0.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 0rem;
    font-size: 0.875rem;
}

@media screen and (min-width:768px){
    .pageHeader .breadcrumb li {
        padding-bottom: 0.5rem;
    }
}

.pageHeader .breadcrumb li:last-child {
    margin-right: 0rem;
}

.pageHeader .breadcrumb li a {
    margin-right: 0.25rem;
    white-space: nowrap;
    --tw-text-opacity: 1;
    color: rgb(98 108 119);
}

.pageHeader .breadcrumb li div {
    white-space: nowrap;
    color: rgb(98 108 119);
}

.catalogSectionList{
    display: grid;
    grid-template-columns: 1fr;
    background: #F4F4F4;
    padding: 1rem;
    gap: 1px;
}

@media screen and (min-width:768px){
    .catalogSectionList{
        grid-template-columns: 1fr 1fr;
        padding: 1.5rem;
    }
}

@media screen and (min-width:1024px){
    .catalogSectionList{
        grid-template-columns: 1fr 1fr 1fr;
        /*padding: 1.5rem 1.5rem;*/
        padding: 1rem 1rem 1rem;
        gap: 1rem;
    }
}

@media screen and (min-width:1360px){
    .catalogSectionList{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1600px){
    .catalogSectionList{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.catalogSectionList__item{
    display: flex;
    padding: 1rem;
    background: #fff;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    transition: 0.3s;
    border-radius: 0.125rem;
    justify-content: space-between;
}

@media screen and (min-width:1024px){
    .catalogSectionList__item{
        padding: 1rem 1.5rem;
    }
}

.catalogSectionList__item:hover{
    color: #0B9A42;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.125);
    z-index: 10;
}

.catalogSectionList__item svg.catalogSectionList__item__svg{
    width: 2rem;
    height: 2rem;
    display: block;
    margin-left: 0rem;
    margin-right: 1rem;
}

.catalogSectionList__item span{
    width: calc(100% - 2rem);
}

.catalogSectionList__item svg{
    margin-top: 4px;
    margin-left: 1rem;
    width: 1rem;
    height: 1rem;
}

@media screen and (min-width:767px){
    .catalogSectionList__item svg{
        display: none;
    }
}

.catalogSection{
    padding: 0rem;
}

@media screen and (min-width:768px){
    .catalogSection{
        padding: 0rem;
    }
}

.catalogSection__wrap{
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
    border: 1px solid #F2F2F2;
}

@media screen and (min-width:768px){
    .catalogSection__wrap{
        grid-template-columns: 1fr;
    }
}

@media screen and (min-width:1200px){
    .catalogSection__wrap{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1360px){
    .catalogSection__wrap{
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1600px){
    .catalogSection__wrap{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

@media screen and (min-width:768px){
    .section__pagination{
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .section__pagination .pagin .pagin__item{
        display: inline-block;
    }
}

@media screen and (min-width:1360px){
    .section__pagination{
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

@media screen and (min-width:1600px){
    .section__pagination{
        grid-column-start: 1;
        grid-column-end: 5;
    }
}


.catalogSection__wrap__item{
    position: relative;
}


.catalogSection__sidebar{
    border-bottom: 1px solid #F2F2F2;
}

@media screen and (min-width:1024px){
    .catalogSection__sidebar{
        border-right: 1px solid #F2F2F2;
        border-bottom: 0px;
    }
}

.catalogSection__list{
    display: grid;
    grid-template-columns: 1fr;
    overflow: hidden;
}

@media screen and (min-width:768px){
    .catalogSection__list{
        grid-template-columns: 1fr 1fr 1fr;
    }

}

@media screen and (min-width:1024px){
    .catalogSection__list{
        grid-column: span 3 / 5;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .catalogSection__list.listStyle{
        display: block;
    }
}

@media screen and (min-width:1360px){
    .catalogSection__list{
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1600px){
    .catalogSection__list{
        grid-column: span 4 / 6;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

.catalogSection__item{
    background: #ffffff;
    position: relative;
    padding: 1rem;
    transition: 0.3s;
    display: flex;
    flex-direction: column;
}

.h-fit{
    height: fit-content;
}

.catalogSection__item:hover{
    box-shadow: 0px 0px 10px #F2F2F2;
    z-index: 10;
}

@media screen and (min-width:1024px){
    .catalogSection__item{
        padding: 1.5rem;
    }
    .catalogSection__list.listStyle .catalogSection__item{
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap:1.5rem;
        display: grid;
    }
}

.catalogSection__item::before,
.catalogSection__item::after {
    content: "";
    position: absolute;
    background-color: #F2F2F2;
    z-index: 1;
}

.catalogSection__item::after {
    inline-size: 100vw;
    block-size: 1px;
    inset-inline-start: 0;
    inset-block-start: calc(1px * -1);
}

.catalogSection__item::before {
    inline-size: 1px;
    block-size: 100%;
    min-height: 300vh;
    inset-block-start: 0;
    inset-inline-start: calc(1px * -1);
}

.catalogSection__item__img{
    display: flex;
    position: relative;
    /*aspect-ratio: 1/1; */
    height: 200px;
    justify-content: center;
    align-items: center;
    margin-bottom: 1rem;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__img{
        margin-bottom: 0px;
        border: 1px solid #F2F2F2;
        height: 100%;
        aspect-ratio: auto;
        padding: 1.5rem;
    }
}

.catalogSection__item__img img{
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-style: none;
    max-height: 200px;
}

.catalogSection__item__marks{
    position: absolute;
    display: flex;
    justify-content: end;
    width: 100%;
    top: 0px;
    font-size: 0.875rem;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__marks{
        padding: 0.5rem 0.5rem 0rem;
    }
}

.catalogSection__item__marks .mark{
    color: #fff;
    padding: 0.25rem 0.5rem;
    margin-left: 0.25rem;
}



.bg-orange{
    background: #F90;
}

.bg-green{
    background: #6DBD00;
}

.bg-blue{
    background: #04B6EF;
}

.bg-gray{
    background: #cccccc;
    color: #333!important;
}

.bg-purpul{
    background: rgb(173, 12, 113);
    color: #fff!important;
}

.bg-dblue{
    background: #430BB3;
    color: #fff!important;
}

.catalogSection__item__content{
    margin-bottom: 0.875rem;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__content{
        grid-column: span 2 / 4;
        margin-bottom: 0px;
    }
}

.catalogSection__item__content__name{
    color: #000;
    font-size: 1rem;
    line-height: 1.5;
    transition: 0.3s;
    margin-bottom: 1rem;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__content__name{
        font-size: 1rem;
    }
}

.catalogSection__item:hover .catalogSection__item__content__name{
    color: #0B9A42;
}

.catalogSection__item__content__mainProps{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #666666;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__content__mainProps{
        justify-content: start;
    }
    .catalogSection__list.listStyle .catalogSection__item__content__mainProps span{
        margin-right: 1rem;
    }
    .catalogSection__list.listStyle .catalogSection__item__content__mainProps span:last-child{
        margin-right: 0rem;
    }
}

.catalogSection__item__availability.green{
    color: #0B9A42;
}

.catalogSection__item__availability.red{
    color: #E01B00;
}

.catalogSection__item__content__propsGrid{
    color: #666666;
    font-size: 0.875rem;
    line-height: 1.5;
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
    row-gap: 0.5rem;
    margin-top: 1rem;
}

@media screen and (min-width:1024px){
    .catalogSection__list.listStyle .catalogSection__item__content__propsGrid{
        display: grid;
    }
}

.catalogSection__item__content__propsGrid__item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.catalogSection__item__content__propsGrid__item:before{
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #F2F2F2;
    position: absolute;
    bottom: 4px;
    left: 0px;
    content: " ";
}

.catalogSection__item__content__propsGrid__item span{
    background: #fff;
    position: relative;
}

.catalogSection__item__content__propsGrid__item span:last-child{
    margin-left: 1rem;
    color: #000;
}

.catalogSection__item__priceWrap{
    margin-top: auto;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__priceWrap{
        background: #FAFAFA;
        padding: 1.5rem;
    }

    .catalogSection__list.listStyle .catalogSection__item__priceWrap{
        margin-top: 0px;
    }
}

.catalogSection__item__price{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    color: #666666;
    line-height: 1.5;
    font-size: 1rem;
}

.catalogSection__item__price__left{
    margin-right: 0.375rem;
}

.catalogSection__item__price__right, .catalogSection__item__price__left{
    text-align: right;
    display: flex;
    align-items: end;
}

.item__sale{
    display: inline-flex;
    flex-direction: row;
    margin-bottom: 0.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
}

.sale__price{
    padding: 0.125rem 0.5rem 0.125rem 0rem;
    color: #666;
    text-decoration: line-through;
}

.sale__percent{
    padding: 0.125rem 0.25rem;
    color: #fff;
}

.catalogSection__item__price__left span:first-child{
    color: #000;
    font-size: 1.25rem;
    line-height: 1.5;
    font-weight: 900;
    margin-right: 0.375rem;
}

.catalogSection__item__price__left span:last-child{
    line-height: 1.5;
    padding-bottom: 2px;
    font-size: 0.875rem;
}

.catalogSection__item__price__right{
    justify-content: end;
    padding-bottom: 1px;
}

.catalogSection__item__btns{
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .catalogSection__item__btns{
        /*flex-direction: column;*/
    }
}

.item__counter__wrap{
    display: block;
    width: fit-content;
}

.item__counter{
    display: inline-flex;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.125rem;
    overflow: hidden;
}

.item__counter__value{
    background: #fff;
    border:0px solid #F4F4F4;
    width: 8rem;
    height: 2.5rem;
    text-align: center;
    color: #999999;
    font-size: 0.875rem;
    position: relative;
    padding: 0px 2.5rem;
}

.item__counter__value .jq-number__field{
    width: 3rem;
    height: 2.5rem;
    box-shadow:none;
    border-radius: 0px;
    outline: none;
    border: 0px!important;
}

.item__counter__value .jq-number__field input{
    box-shadow: none;
    outline: none;
    font-size: 0.875rem;
    width: 3rem;
    height: 2.5rem;
    padding: 0.5rem 0.5rem;
    border: 1px solid #F4F4F4!important;
    text-align: center;
}

.item__counter__value .jq-number__spin{
    position: absolute;
    top: 0px;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    color: #999999;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 0px;
    border: 0px;

}

.item__counter__value .jq-number__spin:hover{
    background: #eee;
}

.item__counter__value .jq-number__spin:after{
    display: none;
}

.item__counter__value .jq-number__spin.minus{
    left: 0px;
    content: "-";
}

.item__counter__value .jq-number__spin.minus:before{
    content: "-";
}

.item__counter__value .jq-number__spin.plus:before{
    content: "+";
}

.item__counter__value .jq-number__spin.plus{
    right: 0px;
}

.item__counter__plus, .item__counter__minus{
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F4F4F4;
    color: #999999;
    font-size: 1.25rem;
    cursor: pointer;
    transition: 0.3s;
}

.item__counter__plus:hover, .item__counter__minus:hover{
    background: #eee;
}

.item__counter__multiplicity{
    font-size: 0.75rem;
    color: #999999;
    text-align: center;
    line-height: 1.5;
    margin-top: 0.25rem;
}

.item__btnsGroup{
    display: flex;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .item__btnsGroup{
        margin-top: 1rem;
        justify-content: space-between;
    }
}

.item__btnsGroup .btn{
    min-width: 2.5rem;
    padding: 0px;
    width: fit-content;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: none;
    font-weight: 300!important;
}

.addToBasket span{
    display: none;
}

.addToBasket span.addToBasket__inner{
    display: block;
    padding: 0px 1rem;
    font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
}

@media screen and (min-width:768px){
    .catalogSection__list.listStyle .addToBasket span{
        display: block;
        padding: 0px 1rem;
        font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
    }
    .catalogSection__list.listStyle .addToBasket svg{
        display: none;
    }
}

.btn-green{
    background: #0b9a42;
    fill: #ffffff;
    stroke: #ffffff;
    transition: 0.3s;
    cursor: pointer;
}

.btn-green:hover{
    background: #0ca948;
}

.btn-gray{
    background: #F4F4F4;
    fill: #999999;
    stroke: #999999;
    transition: 0.3s;
    cursor: pointer;
}

.btn-gray:hover{
    background: #eee;
}

.item__btnsGroup .btn-gray{
    margin-left: 0.25rem;
}

.btn.btn-gray.catalog-basket_favourite svg{
    fill: #999;
}


.btn.btn-gray.catalog-basket_favourite.add svg{
    fill: transparent;
}


.section__pagination{
    background: #F4F4F4;
    position: relative;
    z-index: 10;
}

.section__description{
    background: #FAFAFA;
    position: relative;
    z-index: 10;
    margin: 0px!important;
    padding: 0.25rem 1rem 1rem;
}

.section__pagination .pagin{
    margin: 2rem 0rem;
}

.section__pagination .pagin .pagin__item{
    display: none;
    font-size: 0.875rem;
    line-height: 1.5;
}

@media screen and (min-width:768px){
    .section__pagination .pagin .pagin__item{
        display: inline-block;
    }
}

.section__pagination .pagin .pagin__item a, .section__pagination .pagin .pagin__item span{
    min-width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.section__pagination .pagin .pagin__item:first-child, .section__pagination .pagin .pagin__item:last-child{
    display: inline-block;
}

.section__pagination .pagin i{
    display: none;
}

@media screen and (min-width:768px){
    .section__pagination, .section__description{
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

@media screen and (min-width:1024px){
    .listStyle .section__pagination{
        display: flex;
    }
    .section__description{
        padding: 0.25rem 1.5rem 1.5rem;
    }
}

@media screen and (min-width:1600px){
    .section__pagination, .section__description{
        grid-column-start: 1;
        grid-column-end: 5;
    }
}

.detailPage{
    padding: 0px 1rem;
}

.detailPage__section{
    padding:  0rem 0rem 1.5rem;
}


.detailPage__top{
    padding-top: 1.5rem;
}

.detailPage__gallery{
    margin-bottom: 1rem;
    width: 100%;
    position: relative;
}

.detailPage__gallery .catalogSection__item__marks{
    width: fit-content;
    right: 1rem;
    top: 1rem;
    z-index: 10;
}

.detailPage__gallery__props{
    position: absolute;
    left: 1rem;
    top: 1rem;
    width: fit-content;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
    align-items: center;
}

.detailPage__vendor{
    padding: 0.25rem 0.5rem 0.25rem 0rem;
    font-size: 0.875rem;
}

.detailPage__brand{
    height: 100%;
}

.detailPage__brand img{
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
    height: 1.75rem;
}

.detailPage__purchase{
    background: #FAFAFA;
    margin-bottom: 1rem;
    border: 1px solid #F4F4F4;
}

.detailPage__sidebar{
    background: #FAFAFA;
    margin-bottom: 1rem;
    padding: 1rem;
}

@media screen and (min-width:768px){
    .detailPage__sidebar{
        padding: 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__sidebar{
        padding: 1rem;
    }
}

.detailPage__sidebar__item{
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1rem;
}

.detailPage__sidebar__item:hover .detailPage__sidebar__item__name{
    color: #0ca948;
}

.detailPage__sidebar__item__icon{
    margin-bottom: 0.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.detailPage__sidebar__item__icon img{
    max-height: 80px;
}

.detailPage__sidebar__item__ icon svg{
    width: 2rem;
    height: 2rem;
}

.detailPage__sidebar__item__name{
    font-size: 0.875rem;
    line-height: 1.5;
    color: black;
    text-align: center;
    transition: 0.5s;
}

.detailPage__gallery__item__big{
    background: #FFFFFF;
    width: 100%;
    border: 1px solid #F4F4F4;
}

.detailPage__gallery__item__small{
    background: #FFFFFF;
    width: 100%;
    border: 2px solid #F4F4F4;
}

.detailPage__gallery__item__small{
    cursor: pointer;
}

.detailPage__gallery__item__small{
    cursor: pointer;
}

.gallery_s .swiper-slide-thumb-active .detailPage__gallery__item__small{
    border-color: #0b9a42;
}

.detailPage__gallery__item__big img, .detailPage__gallery__item__small img{
    object-fit: contain;
    width: 100%;
    aspect-ratio: 3/2;
}

.swiper.gallery{
    margin-bottom: 0.5rem;
}

@media screen and (min-width:768px){
    .detailPage{
        padding: 0px 1.5rem;
    }

    .detailPage__section{
        padding: 1.5rem 0rem 0rem;
    }

    .detailPage__top{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-column-gap: 1.5rem;
    }

    .detailPage__gallery{
        margin-bottom: 1.5rem;
        grid-column-start: 1;
        grid-column-end: 5;
    }

    .detailPage__purchase{
        margin-bottom: 1.5rem;
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .detailPage__sidebar{
        margin-bottom: 1.5rem;
        grid-column-start: 3;
        grid-column-end: 5;
    }

    .detailPage__gallery__item__big.one{
        max-height: 100%;
        height: 100%;
    }

}

@media screen and (min-width:1024px){
    .detailPage__top{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 1.5rem;
    }

    .detailPage__gallery{
        margin-bottom: 1.5rem;
        grid-column-start: 1;
        grid-column-end: 4;

    }

    .detailPage__purchase{
        margin-bottom: 1.5rem;
        grid-column-start: 4;
        grid-column-end: 6;
    }

    .detailPage__sidebar{
        margin-bottom: 1.5rem;
        grid-column-start: 6;
        grid-column-end: 7;
    }

}

@media screen and (min-width:1300px){

    .detailPage__section{
        padding: 0rem 1.5rem 3rem;
    }

    .detailPage__top{
        padding-top: 1.5rem;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 1.5rem;
    }

    .detailPage__gallery{
        grid-column-start: 1;
        grid-column-end: 7;
        margin-bottom: 0px;
    }


    .detailPage__gallery .catalogSection__item__marks .mark{
        padding: 0.5rem 1rem;
        font-size: 1rem;
    }


    .detailPage__vendor{
        padding: 0.5rem 1rem 0.5rem 0rem;
        font-size: 1rem;
    }

    .detailPage__brand{
        height: 100%;
    }

    .detailPage__brand img{
        max-width: 100%;
        vertical-align: middle;
        border-style: none;
        height: 2rem;
    }

    .detailPage__purchase{
        margin-bottom: 0px;
        grid-column-start: 7;
        grid-column-end: 10;
    }

    .detailPage__sidebar{
        margin-bottom: 0px;
        grid-column-start: 10;
        grid-column-end: 11;
    }

}

@media screen and (min-width:1400px){
    .detailPage{
        padding: 0rem 2rem 3rem ;
    }

    .detailPage__section{
        padding: 2rem 0rem;
    }

    .detailPage__top{
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
        grid-column-gap: 2rem;
        padding-top: 2rem;
    }

    .detailPage__gallery{
        grid-column-start: 1;
        grid-column-end: 6;
        margin-bottom: 0px;
    }

    .detailPage__gallery .catalogSection__item__marks{
        right: 2rem;
        top: 2rem;
    }

    .detailPage__gallery__props{
        left: 2rem;
        top: 2rem;
    }

    .detailPage__purchase{
        grid-column-start: 6;
        grid-column-end: 8;
        margin-bottom: 0px;
    }

    .detailPage__sidebar{
        grid-column-start: 8;
        grid-column-end: 9;
        margin-bottom: 0px;
    }

    .detailPage__gallery__item__big{
        max-height: 480px;
        background: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2rem;
    }

    .detailPage__gallery__item__big img{
        object-fit: contain;
        width: 100%;
        aspect-ratio: 4/2;
    }

}

.detailPage__purchase__tabBtnGroup{
    display: flex;
    position: relative;
    margin-top: -1px;
}


.detailPage__purchase__tabBtnGroup:before{
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0px;
    content: "";
    z-index: 1;
    background: #FFFFFF;
}

.detailPage__purchase__tabBtnGroup:after{
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0px;
    content: "";
    z-index: 1;
    background: #FFFFFF;
}

.detailPage__purchase__tabBtn{
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem 1rem;
    background: #fff;
    width: 50%;
    text-align: center;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #F4F4F4;
    cursor: pointer;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    position: relative;
}

.detailPage__purchase__tabBtn.active{
    background: #FAFAFA;
    border-top: 1px solid #F4F4F4;
    border-bottom: 1px solid transparent;
}

.detailPage__purchase__tabBtn.active:after{
    width: 1px;
    height: 100%;
    position: absolute;
    right: -1px;
    top: 0px;
    content: "";
    z-index: 2;
    background: #F4F4F4;
}

.detailPage__purchase__tabBtn.active:before{
    width: 1px;
    height: 100%;
    position: absolute;
    left: -1px;
    top: 0px;
    content: "";
    z-index: 2;
    background: #F4F4F4;
}

.detailPage__purchase__wrap{
    margin: 1rem;
    background: #fff;
    width: calc(100% - 2rem);
    position: relative;
    display: none;
}

.detailPage__purchase__wrap.active{
    display: block;
}

@media screen and (min-width:768px){
    .detailPage__purchase__wrap{
        margin: 1.5rem;
        width: calc(100% - 3rem);
    }
}

@media screen and (min-width:1400px){
    .detailPage__purchase__wrap{
        margin: 2rem;
        width: calc(100% - 4rem);
    }
}

.detailPage__price__title{
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    font-family: "museosanscyrl_400", Arial, Helvetica, sans-serif;
    margin-bottom: 0.25rem;
}

.detailPage__price__value{
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    margin-bottom: 0.25rem;
}

.detailPage__price__value span:first-child{
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 0.375rem;
    color: #000;
    font-family: "museosanscyrl_700", Arial, Helvetica, sans-serif;
}

.detailPage__price .item__sale{
    margin-bottom: 0.75rem;
}

.detailPage__price {
    padding: 1.5rem;
}

@media screen and (min-width:768px){
    .detailPage__price {
        padding: 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__price{
        padding: 2rem;
    }
}

.detailPage__purchase__wrap .catalog-basket_favourite{
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    min-width: auto;
    width: fit-content;
    height: fit-content;
    padding: 0px;
    background: transparent;
}

@media screen and (min-width:768px){
    .detailPage__purchase__wrap .catalog-basket_favourite{
        right: 1.5rem;
        top: 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__purchase__wrap .catalog-basket_favourite{
        right: 2rem;
        top: 2rem;
    }
}

.detailPage__price__value__vat{
    font-size: 0.875rem;
    line-height: 1.5;
    color: #666666;
}

.detailPage__availability{
    padding: 1rem 1.5rem;
    background: #fff;
    border-top: 1px solid #F4F4F4;
    width: 100%;
    display: flex;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "museosanscyrl_400", Arial, Helvetica, sans-serif;
}

.detailPage__availability.green {
    color: #0B9A42;
}

.detailPage__availability.red {
    color: #E01B00;
}

@media screen and (min-width:768px){
    .detailPage__availability{
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__availability{
        padding: 1rem 2rem;
    }
}

.detailPage__counter{
    padding: 1rem 1.5rem;
    border-top: 1px solid #F4F4F4;
}

.detailPage__counter .item__counter__multiplicity{
    width: 128px;
}

@media screen and (min-width:768px){
    .detailPage__counter{
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__counter{
        padding: 1rem 2rem;
    }
}

.detailPage__purchase__wrap .addToBasket{
    width: 100%;
    border-radius: 0px;
    text-transform: none;
    padding: 1rem 1.5rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailPage__purchase__wrap .catalogSection__item__btns{
    display: block;
    margin-top: 0px;
}

.detailPage__top .markdown_list{
    padding: 1rem 1.5rem;
    margin: 0px;
    border-top: 0px;
    border-top: 1px solid #F4F4F4;
}

@media screen and (min-width:768px){
    .detailPage__top .markdown_list{
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__top .markdown_list{
        padding: 1rem 2rem;
    }
}

.detailPage__top .markdown_list a{
    color: #666;
    text-decoration: none;
    align-items: start;
}

.detailPage__top .markdown_list a svg{
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
}

.detailPage__top .markdown_list_title{
    font-weight: normal;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    margin-bottom: 0.5rem;
}

.detailPage_auth{
    padding: 1rem 1.5rem;
    color: #666666;
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.5;
}

.detailPage_auth a{
    color: #0b9a42;
}

.detailPage__purchase__wrap .btnShops{
    width: 100%;
    border-radius: 0px;
    text-transform: none;
    padding: 1rem 1.5rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detailPage__shops_info{
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    padding: 1.5rem 1.5rem;
}

.detailPage__shops_info p{
    font-size: 1rem;
    line-height: 1.5;
    color: #666;
    margin-bottom: 1rem;
}

.detailPage__shops_info p:last-child{
    margin-bottom: 0px;
}

@media screen and (min-width:768px){
    .detailPage__shops_info{
        padding: 1.5rem 1.5rem;
    }
}

@media screen and (min-width:1400px){
    .detailPage__shops_info{
        padding: 1.5rem 2rem;
    }
}

.tabs{
    background: #FAFAFA;
    border: 1px solid #F4F4F4;
    padding: 1rem;
}

.tab__title{
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    margin-bottom: 1.5rem;
}

@media screen and (min-width:768px){
    .tabs{
        padding: 1.5rem;
    }

    .tab__title{
        margin-bottom: 1.5rem;
        margin-top: 0rem;
        font-size: 1.5rem;
    }
}

@media screen and (min-width:1300px){
    .tabs{
        padding: 2rem 2rem;
    }
}

.detailPage__props a {
    font-family: "museosanscyrl_600", Arial, Helvetica, sans-serif;
    font-style: normal;
    color: #0b9a42;

}

.detailPage__props{

}

@media screen and (min-width:768px){
    .detailPage__props{
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1.5rem;
    }
}

@media screen and (min-width:1300px){
    .detailPage__props{
        grid-column-gap: 2rem;
    }
}



.detailPage__props__item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    position: relative;
    color: #666666;
    margin-bottom: 1rem;
}


.detailPage__props__item:before{
    position: absolute;
    width: 100%;
    height: 1px;
    border-bottom:1px dashed #ccc;
    left: 0px;
    top: 1rem;
    content: "";
}

.detailPage__props__item span{
    background: #FAFAFA;
    position: relative;
    z-index: 1;
}

.detailPage__props__item__value{
    text-align: right;
    color: #000;
}

.detailPage__props__item__name span{
    padding-right: 0.5rem;
}

.detailPage__props__item__value span{
    padding-left: 0.5rem;
}

.section_slider{
    border-top: 1px solid #F2F2F2;
    border-bottom: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    position: relative;
}

.section_slider:before{
    position: absolute;
    width: 1px;
    height: 100%;
    background: #F2F2F2;
    right: 0px;
    top: 0px;
    content: "";
    z-index: 10;
}

.section_slider .swiper-slide{
    height: auto;
}

.section_slider .swiper-slide .catalogSection__item{
    height: 100%;
    position: relative;
}

.section_slider .swiper-slide .catalogSection__item:after{
    position: absolute;
    width: 1px;
    height: 100%;
    background: #F2F2F2;
    right: 0px;
    left: auto;
    top: 0px;
    content: "";
    z-index: 10;
}

.detailPage__tabBtnGroup{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1px;
    margin-bottom: 1rem;
}

.detailPage__tabBtn svg{
    width: 2rem;
    height: 2rem;
    margin-right: 0.75rem;
}

.detailPage__tabBtn.active svg path{
    stroke: #fff;
}

@media screen and (min-width:768px){
    .detailPage__tabBtnGroup{
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1px;
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width:1300px){
    .detailPage__tabBtnGroup{
        display: flex;
        flex-direction: row;
        margin-bottom: 1.5rem;
    }
}

.detailPage__tabBtn{
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.25;
    padding: 0rem 1rem;
    background: #F4F4F4;
    text-align: center;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

@media screen and (min-width:1300px){
    .detailPage__tabBtn{
        padding: 0rem 1.5rem;
        height: 56px;
        margin-right: 1rem;
    }
}

.detailPage__tabBtn.active{
    background: #0b9a42;
    color: #FFFFFF;
}

.detailPage .tab{
    display: none;
}

.detailPage .tab.active{
    display: block;
}

.productForm{
    background: #F4F4F4;
    padding: 1.5rem;
    margin-bottom: 2rem;
}


.formGrid__item{
    margin-bottom: 1rem;
}

.formGrid__item__name{
    font-size: 1rem;
    line-height: 1.5;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 0.5rem;
}

.form-group__item input{
    line-height: 1.5;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    background: #fff;
    width: 100%;
}

.form-group__item textarea{
    line-height: 1.5;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    background: #fff;
    width: 100%;
    height: 10rem;
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    border: 0px;
}

.form-group__item  .btn-submit{
    line-height: 1.5;
    font-size: 1rem;
    padding: 1rem 1.5rem;
    text-transform: none;
    width: 100%;
    border-radius: 0px;
    margin-top: 0.5rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
}

.form-group__item .help-block{
    font-size: 0.875rem;
    line-height: 1.5;
    color: red;
    margin-top: 0.5rem;
    display: block;
}

.productForm h2{
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 1rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    text-align: center;
}

.mmedia{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.mmedia__item{
    width: 56px;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 1rem;
    margin-top: 1.5rem;
}

.mmedia__item:last-child{
    margin-right: 0px;
}

.mmedia__item svg{
    width: 1.75rem;
    height: 1.75rem;
    fill: #666;
    transition: 0.5;
}

.mmedia__item:hover svg{
    fill: #0b9a42;
}

.formGrid__right .checkbox-inline{
    display: flex;
    flex-direction: row;
    font-size: 1rem;
    line-height: 1.5;
    align-items: center;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.formGrid__right .checkbox-inline a{
    margin-left: 0.5rem;
    color: #0B9A42;
}

.formGrid__right .checkbox-inline input{
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

.formGrid__right .form-group.has-error .help-block{
    font-size: 0.875rem;
    line-height: 1.5;
    color: red;
    margin-top: 0.5rem;
    display: block;
}

@media screen and (min-width:768px) {
    /*
    .formGrid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .mmedia__item{
        margin-top: 0px;
    }

     */
}

@media screen and (min-width:1024px) {

    .productForm{
        padding: 2.5rem 3rem 1rem;
        margin-top: 3rem;
    }

    .formGrid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-gap: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .formGrid__left{
        grid-column: span 2 / 3;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 1.5rem;
    }

    .formGrid__right .checkbox-inline{
        margin-bottom: 0px;
    }

/*
    .formGrid__left .formGrid__item:last-child{
        grid-column: span 2 / 3;
        margin-bottom: 0px;
    }
*/
    .form-group__btns{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .form-group__btns .formGrid__item{
        width: calc(100% - 128px);
    }

    .mmedia{
        margin-left: 1rem;
    }

    .mmedia__item{
        margin-top: 0px;
    }

    .form-group__item  .btn-submit{
        margin-top: 2rem;
    }

    .mmedia{
        margin-top: 2rem;
        justify-content: end;
        align-items: start;
    }

    .productForm h2{
        text-align: start;
        font-size: 1.5rem;
    }
}

.cardVideo__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1.5rem;
}

.form-group.has-error .formGrid__item__name{
    color: red;
}

@media screen and (min-width:768px) {
    .cardVideo__grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media screen and (min-width:1024px) {
    .cardVideo__grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media screen and (min-width:1300px) {
    .cardVideo__grid {
        grid-gap: 2rem;
    }
}

.cardVideo__grid iframe{
    aspect-ratio: 3/2;
}

.cardVideo{
    background: #FFFFFF;
    border: 1px solid #F4F4F4;
}

.cardVideo__title{
    font-size: 1rem;
    line-height: 1.5;
    padding: 1rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
}

@media screen and (min-width:768px) {
    .cardVideo__title{
        padding: 1rem 1.5rem;
    }
}

@media screen and (min-width:1300px) {
    .cardVideo__title{
        padding: 1.5rem 2rem;
    }
}

.left__menu__catalog{
    display: none;
}

@media screen and (min-width:1200px) {
    .left__menu__catalog{
        display: block;
        padding: 1rem;
    }

    .left__menu__catalog .nav-catlist-1 > li > .nav-catlist-expander{
        border-left: 0px solid #333;
    }
}

.menu_mark_b{
    display: none;
}

@media screen and (min-width:768px) {
    .menu_mark_b{
        width: 2.5rem;
        height: 2.5rem;
        top: -0.25rem;
        left: calc(50% - 1.25rem);
        position: absolute;
        z-index: 10;
        display: block;
    }
}

.bx-catalog-subscribe-button{
    width: 100%;
    border-radius: 0px;
    text-transform: none;
    padding: 1rem 1.5rem;
    font-family: "museosanscyrl_500", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bx-catalog-subscribe-button.disabled , .subscribe__btn.disabled{
    opacity: 1;
    pointer-events: all;
    background: #e47127!important;
}

.subscribe__btn{
    min-width: 2.5rem;
    width: fit-content;
    height: 2.5rem;
    display: flex;
    margin-bottom: 0px!important;
    justify-content: center;
    align-items: center;
    font-size: 0.875rem;
    line-height: 1.5;
    text-transform: none;
    font-weight: 300!important;
    border-radius: 3px;
    padding: 0px 1rem!important;
    font-family: "museosanscyrl_500", "OverpassLight", Arial, Helvetica, sans-serif;
}
/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?16871773993272*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}

.nca-cookiesaccept-btn_group{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#nca-cookiesaccept-line-accept-btn-close {
    background-color: transparent!important;
    padding: 0.5rem 1.5rem;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.5;
    color: #fff;
    transition: 0.3s;
    border-radius: 3px;
}
#nca-cookiesaccept-line-accept-btn-close, #nca-cookiesaccept-line-accept-btn{
    min-width: 120px;
}
#nca-cookiesaccept-line-accept-btn-close:hover{
    color: #0b9a42;
}
/* End */
/* /bitrix/templates/ekt/css/template_styles.css?167923563413773 */
/* /bitrix/templates/ekt/css/lib/uikit.css?1624358959161076 */
/* /bitrix/templates/ekt/css/jquery.formstyler.css?16243589592169 */
/* /bitrix/templates/ekt/css/jquery.formstyler.theme.css?162435895910458 */
/* /bitrix/templates/ekt/css/jquery.mCustomScrollbar.css?162435895953842 */
/* /bitrix/templates/ekt/css/magnific-popup.css?16243589597302 */
/* /bitrix/templates/ekt/css/screen.css?1687182498245290 */
/* /bitrix/templates/ekt/css/new-container.css?16243589595252 */
/* /bitrix/templates/ekt/css/delivery.css?16243589594892 */
/* /bitrix/templates/ekt/css/catalog.css?169621979714042 */
/* /bitrix/templates/ekt/css/card.css?170065830719972 */
/* /bitrix/templates/ekt/css/lc.css?168665502258373 */
/* /bitrix/templates/ekt/css/swiper-bundle.min.css?171109001918436 */
/* /bitrix/templates/ekt/css/delivery-new.css?162435895946003 */
/* /bitrix/templates/ekt/css/jquery-ui-1.9.2.custom.min.css?16243589595633 */
/* /bitrix/templates/ekt/css/main.css?1757336775265317 */
/* /bitrix/templates/ekt/css/adaptive.css?162435895922925 */
/* /bitrix/templates/ekt/css/catalogNew.css?17011687371 */
/* /bitrix/templates/ekt/css/custom.css?1726638086228373 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?16871773993272 */
