@font-face {
  font-family: "NotoSans";
  //font-display: fallback;
  src: local("NotoSans-Regular"),
    url('/local/client/app/fonts/NotoSans-Regular.woff') format('woff'),
    url('/local/client/app/fonts/NotoSans-Regular.woff2') format('woff2');
  font-weight: 400;
}

@font-face {
  font-family: "NotoSans";
//font-display: fallback;
  src: local("NotoSans-Medium"),
  url('/local/client/app/fonts/NotoSans-Medium.woff') format('woff'),
  url('/local/client/app/fonts/NotoSans-Medium.woff2') format('woff2');
  font-weight: 500;
}

@font-face {
  font-family: "NotoSans";
  //font-display: fallback;
  src: local("NotoSans-Bold"),
    url('/local/client/app/fonts/NotoSans-Bold.woff') format('woff'),
    url('/local/client/app/fonts/NotoSans-Bold.woff2') format('woff2');
  font-weight: 700;
}@media print {
  .h, .h-menu-d, .b-breadcrumbs, .d-reviews, .c__articles, .p-slider, .f-form, .scroll-top.active, .f, .bx-catalog-element + .title-1, .product + .title-1, .product__thumbs, .product-header, .product-top__stars, .product-top__characteristic, .product-top__item-checkbox, .product__links, .product-top__item:nth-of-type(2), .btn, .b-colors, .d-reviews + .title-1, .p-slider + .title-1, .tags, .swiper-pagination
   {
    display: none!important;
  }

  main {
    min-height: unset !important;
    padding-bottom: 0;
  }
      .main .product__left {
        padding: 0;
      }
      .main .product__slider {
        max-height: 400px;
      }
      .main .product__main, .main .product__inner {
        margin-bottom: 0;
      }

      .main .product-top {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
      }

        .main .product-top__bottom {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
        }

          .main .product-top__bottom-row:not(:last-child) {
            margin-bottom: 0;
          }
          .main .product-top__item .price {
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
          }
          .main .product-top__item-checkbox + .product-top__bottom {
            margin-top: 0;
          }

      .main .product__params {
        page-break-inside: avoid;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid;
      }

      .main .product-description__content {
        padding: 0 15px;
      }

        .main .product-description__content.active {
          padding: 0 15px;
        }

        .main .product-description__content:not(:last-of-type) {
          padding-bottom: 20px;
        }
    .product-description__content[data-tab-body="desc-3"], .product-description__content[data-tab-body="desc-4"] {
      display: none!important;
    }
    .product-description__content[data-tab-body="characteristics"], .product-description__content[data-tab-body="desc-1"] {
      display: block!important;
    }

}/* только на странице "О компании" */
.e-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.e-404 .title {
    margin-bottom: 20px;
  }
@media (max-width: 500px) {
.e-404 .title {
      margin-bottom: 15px !important
  }
    }
.e-404 p {
    margin-bottom: 40px !important;
  }
@media (max-width: 500px) {
.e-404 p {
      margin-bottom: 20px !important
  }
    }
.e-404 .btn {
  padding: 12px 47px;
}
.e-404__img {
    padding: 20px 20px 0 20px;
    pointer-events: none;
  }
.e-404__img img {
      display: block;
      width: 100%;
      height: 100%;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none !important;
}
html {
  height: 100%;
  min-width: 320px;
  overflow-x: hidden;
}
html.locked {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
  }
body {
  margin: 0;
  font-size: 14px;
  font-family: "NotoSans", 'Arial';
  background-color: #F0F2F3;
  color: #444444;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}
.container {
  max-width: 1760px;
  margin: auto;
  padding: 0 50px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 1279px) {
.container {
    padding: 0 15px
}
  }
form {
  margin-bottom: 0;
}
.notetext {
  color: #589a36 !important;
}
font.errortext {
  color: #ff0000 !important;
}
p {
  display: block;
  margin: 0 0 25px;
  font-size: 15px;
  line-height: 1.6;
  
  /*&:not(:last-child) {
    margin: 0 0 25px;
    
    @media (--max767) {
      margin: 0 0 15px;
    }
  }*/
}
@media (max-width: 767px) {
p {
    margin: 0 0 15px;
    font-size: 14px
}
  }
img {
  max-width: 100%;
  max-height: 100%;
}
a {
  display: inline;
  color: inherit;
  text-decoration: none;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  transition: color .2s;
}
.clearfix:before, .clearfix:after {
    content: '';
    display: table;
    clear: both;
  }
button {
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  background: transparent;
}
input {
  border-radius: 0;
}
input::-ms-clear {
  display: none;
}
.hidden {
  display: none;
}
.loading {
  text-align: center;
  margin: 30px 0;
}
.i-icon {
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
ul, ol {
  margin: 0;
  padding: 0;
}
.lazy.init:not(.lazy--replace) {
    -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
.mb25 {
  margin-bottom: 25px;
}
[data-f-item].init .b-form__label {
    opacity: 1;
  }
[data-fix-item].scroll {
    position: fixed;
  }
@media(max-width: 1023px) {
    [data-fix-item].scroll {
      position: static;
    }
  }
[data-show-more] {
  overflow: hidden;
}
[data-m-menu-btn] * {
  pointer-events: none;
}
[data-fix-sidebar].active { /* order page lock on scroll */
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
[data-fix-sidebar].active [data-fix-item] {
      position: static !important;
    }
[data-fix-sidebar] [data-fix-item] {
    width: inherit;
  }
[data-fix-sidebar] [data-fix-item].scroll {
      position: fixed;
    }
@media(max-width: 1023px) {
      [data-fix-sidebar] [data-fix-item].scroll {
        position: static;
      }
    }
[data-split] span {
  display: block;
}
[data-split] span:nth-of-type(1) {
    -webkit-animation-delay: .1s;
            animation-delay: .1s;
  }
[data-split] span:nth-of-type(2) {
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
[data-split] span:nth-of-type(3) {
    -webkit-animation-delay: .3s;
            animation-delay: .3s;
  }
[data-split] span:nth-of-type(4) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
[data-split] span:nth-of-type(5) {
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
  }
[data-split] span:nth-of-type(6) {
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
  }
[data-split] span:nth-of-type(7) {
    -webkit-animation-delay: .7s;
            animation-delay: .7s;
  }
@media(max-width: 1279px) {
#bx-panel {
    height: 0
}
  }
/* Страница стилей */
.styles {
  min-width: 1300px;
  max-width: 1300px;
  margin: 0 auto;
  padding: 20px;
}
.styles__item {
    position: relative;
    margin-bottom: 10px;
  }
.styles__item--margin-top {
      margin-top: 10px;
    }
.styles__text {
    position: absolute;
    right: calc(100% + 30px);
    top: 0;
    color: #93a3be;
    text-align: right;
    white-space: nowrap;
  }
.styles__text:after {
      content: ':';
      display: inline-block;
    }
.styles__products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(334px * 2 + 10px * 2);
    margin-left: -10px;
  }
.styles__products > .p {
      width: calc(50% - 10px);
      margin-left: 10px;
    }
/* всю стилизацию для ие описывать здесь */
.bx-ie .select {
    display: block;
  }
.bx-ie .select > .label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.bx-ie .lk-aside-sidebar {
    min-height: 100vh;
  }
.bx-ie .s-toggle__title {
    display: block;
  }
.bx-ie .b-form-suggest {
    opacity: 1;
  }
.bx-ie .c-t__item .tag {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
.bx-ie .sale-item {
    background-size: 23px;
  }
.bx-ie table tr:first-child {
    font-weight: bold;
  }
.bx-ie .product__params div {
    max-width: 780px;
  }
.bx-ie .main-slider__inner {
      width: 100%;
    }
.bx-ie .main-slider__title {
      max-width: 100%;
    }
/* предзагружаемые стили */
[data-modal] {  /* блокировка ссылок до инициализации */
  pointer-events: none;
}
select {
  height: 50px;
  width: 100%;
  padding: 0 15px;
  border: none;
  font-weight: 100;

  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
}
.tooltip__text {
  display: none;
}
.svg-nofill {
  fill: transparent !important;
}
.svg-nostroke {
  stroke: transparent !important;
}
.datepicker.active {
  z-index: 99999;
  position: relative !important;
}
/*iOS input top shadow fix*/
textarea, input[type="email"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
/* Удаление стрелок в числовом инпуте */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]:hover, input[type="number"]:focus {
  -moz-appearance: number-input;
}
/*bx_editor styles*/
.editor_dialog .title {
    margin-bottom: 0!important;
    font-size: inherit;
    font-weight: normal;
    line-height: normal;
  }
.editor_dialog select {
    height: auto;
    width: auto;
    padding: 0;
  }
.editor_dialog iframe {
    max-height: none;
    margin: 0;
  }
/*fancybox margin fix*/
.compensate-for-scrollbar {
  margin-right: 0!important;
}:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* О компании */
.about__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 700px;
    position: relative;
    background-color: #93a3be;
  }
@media (max-width: 1023px) {
.about__section {
      height: 580px
  }
    }
@media (max-width: 767px) {
.about__section {
      display: block;
      height: auto
  }
    }
.about__section--txt-white {
      color: #fff;
    }
.about__section:nth-of-type(odd) .about__img {
        background-position: 100%;
      }
@media (max-width: 1279px) {
.about__section:nth-of-type(odd) .about__img {
          background-position-x: calc(100% + 300px)
      }
        }
.about__section:nth-of-type(even) .about__img {
          background-position: 0%;
        }
@media (max-width: 1279px) {
.about__section:nth-of-type(even) .about__img {
            background-position-x: calc(0% - 300px)
        }
          }
.about__section:nth-of-type(even) .about__content {
          margin-left: auto;
        }
@media (max-width: 767px) {
.about__section:nth-of-type(even) .about__content {
            margin-left: 0
        }
          }
.about__img {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
  }
@media (max-width: 1023px) {
.about__img {
      background-position-y: calc(0% - 120px)
  }
    }
@media (max-width: 767px) {
.about__img {
      height: 300px;
      position: static;
      background-position: 50% 50% !important
  }
    }
@media (max-width: 500px) {
.about__img {
      height: 250px
  }
    }
.about__img img {
      height: 700px;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
@media (max-width: 1023px) {
.about__img img {
        height: 580px
    }
      }
.about__img.lazy {
      -webkit-animation-duration: 3s !important;
              animation-duration: 3s !important;
    }
@media (max-width: 767px) {
.about__img.lazy:not(.init) {
          background-image: none !important
      }
        }
.about__inner {
    position: absolute;
    top: 180px;
    bottom: 180px;
    left: 0;
    right: 0;
    z-index: 2;
  }
@media (max-width: 1023px) {
.about__inner {
      top: 260px
  }
    }
@media (min-width: 768px) {
.about__inner { /* !min */
      background-color: transparent !important
  }
    }
@media (max-width: 767px) {
.about__inner {
      position: static;
      padding: 15px 0
  }
    }
.about__content {
    max-width: 540px;
    margin: 0 15%;
  }
@media (max-width: 1279px) {
.about__content {
      max-width: 390px;
      margin: 0
  }
    }
@media (max-width: 500px) {
.about__content {
      max-width: 290px
  }
    }
.about__title {
    margin-bottom: 40px;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    -webkit-animation-delay: .2s;
            animation-delay: .2s;
  }
@media (max-width: 1023px) {
.about__title {
      font-size: 32px;
      margin-bottom: 20px
  }
    }
@media (max-width: 767px) {
.about__title {
      font-size: 24px
  }
    }
@media (max-width: 500px) {
.about__title {
      font-size: 18px
  }
    }
.about p {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.aside {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 1023px) {
.aside {
    display: block
}
  }
.aside__sidebar {
    width: 304px;
  }
@media (max-width: 1279px) {
.aside__sidebar {
      width: 250px
  }
    }
/* on brands and actions */
.aside__sidebar--alt .c-nav {
        padding: 30px 30px 15px;
      }
.aside__sidebar--alt .c-nav__parent {
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
        }
.aside__sidebar--alt .c-nav [data-toggle-list] {
          padding: 0;
        }
.aside__sidebar--alt .c-nav [data-toggle-list].c-nav__items {
            padding-bottom: 17px;
          }
.aside__sidebar--alt .c-nav > div > [data-toggle-list] > [data-toggle-wrap] > a {
          color: #444444;
        }
.aside__sidebar--alt .c-nav a {
          margin-bottom: 9px;
        }
.aside__sidebar--alt .c-nav a span:hover {
              color: #93a3be;
            }
.aside__sidebar--alt .c-nav > div > a {
          font-weight: 400;
          height: auto;
          padding: 0;
          border-bottom: 0;
          color: #444444;
          background-color: #fff;
        }
.aside__sidebar--alt .c-nav > div > a:hover, .aside__sidebar--alt .c-nav > div > a:focus {
            color: #93a3be;
            background-color: #fff;
          }
.aside__sidebar--alt .c-nav [data-toggle-btn] {
          margin: -5px;
          padding: 5px;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
        }
.aside__sidebar--alt .c-nav [data-toggle-btn]:after {
            margin: 0;
          }
.aside__sidebar--alt .c-nav [data-toggle-btn]:hover:after {
              color: #93a3be;
            }
.aside__sidebar--alt .c-nav [data-toggle-btn].active:after {
              -webkit-transform: rotate(-135deg) translateZ(0);
                      transform: rotate(-135deg) translateZ(0);
              margin-top: 4px;
            }
.aside__sidebar--alt .c-nav__section > a {
            font-weight: 700;
          }
.aside__sidebar--alt .c-nav__section .c-nav__parent span:first-child {
              padding-right: 10px;
            }
.aside__sidebar--alt .c-nav__section .c-nav__items {
            padding-left: 10px;
          }
.aside__sidebar--alt .c-nav__section--first > .c-nav__parent {
              font-size: 14px;
              font-weight: 700;
              color: #444444;
              margin-bottom: 15px;
            }
.aside__sidebar--alt .c-nav__section--first > .c-nav__items {
              padding-left: 0;
            }
.aside__main {
    width: calc(100% - 304px - 50px);
    margin-left: 50px;
  }
@media (max-width: 1700px) {
.aside__main {
      width: calc(100% - 304px - 20px);
      margin-left: 20px
  }
    }
@media (max-width: 1279px) {
.aside__main {
      width: calc(100% - 250px - 20px)
  }
    }
@media (max-width: 1023px) {
.aside__main {
      width: 100%;
      margin-left: 0
  }
    }
.aside__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 55%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #6E6F70;
  }
@media (max-width: 1279px) {
.aside__text {
      width: 50%
  }
    }
@media (max-width: 1023px) {
.aside__text {
      width: 100%
  }
    }
.aside--with-text .aside__main {
      width: 45%;
      margin: 0 50px 0 0;
    }
@media (max-width: 1700px) {
.aside--with-text .aside__main {
        margin: 0 20px 0 0
    }
      }
@media (max-width: 1279px) {
.aside--with-text .aside__main {
        width: 50%
    }
      }
@media (max-width: 1023px) {
.aside--with-text .aside__main {
        width: 100%;
        margin: 0 0 20px 0
    }
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* 2.0 */
.about-page-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 295px;
    margin-bottom: 20px;
    background-color: #93a3be;
    border-radius: 13px;
    overflow: hidden;
  }
@media (max-width: 1023px) {
.about-page-top {
      height: auto
  }
    }
@media (max-width: 767px) {
.about-page-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.about-page-top__left {
      width: 50%;
      padding: 63px 57px;
      color: #fff;
    }
@media (max-width: 1700px) {
.about-page-top__left {
        padding: 40px 35px
    }
      }
@media (max-width: 1023px) {
.about-page-top__left {
        width: 65%;
        padding: 15px
    }
      }
@media (max-width: 767px) {
.about-page-top__left {
        width: 100%
    }
      }
.about-page-top__subtitle {
      margin-bottom: 23px;
      font-size: 19px;
    }
@media (max-width: 1023px) {
.about-page-top__subtitle {
        margin-bottom: 15px;
        font-size: 16px
    }
      }
@media (max-width: 767px) {
.about-page-top__subtitle {
        font-size: 14px
    }
      }
.about-page-top__title {
      font-size: 30px;
      font-weight: 700;
    }
@media (max-width: 1023px) {
.about-page-top__title {
        font-size: 24px
    }
      }
@media (max-width: 767px) {
.about-page-top__title {
        font-size: 18px
    }
      }
.about-page-top__right {
      width: 50%;
    }
@media (max-width: 1023px) {
.about-page-top__right {
        width: 35%
    }
      }
@media (max-width: 767px) {
.about-page-top__right {
        width: 100%;
        height: 180px
    }
      }
@media (max-width: 500px) {
.about-page-top__right {
        height: 150px
    }
      }
.about-page-top__right img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.about-page-top + .m-about .m-about__icon {
      background-color: #93a3be;
    }
.about-page-payment {
    margin-bottom: 30px;
  }
.about-page-payment__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #fff;
    }
@media (max-width: 767px) {
.about-page-payment__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.about-page-payment__item {
      max-width: 455px;
      padding: 43px;
    }
@media (max-width: 1279px) {
.about-page-payment__item {
        padding: 30px
    }
      }
@media (max-width: 1023px) {
.about-page-payment__item {
        padding: 15px
    }
      }
@media (max-width: 767px) {
.about-page-payment__item {
        max-width: none;
        width: 100%
    }
      }
@media (max-width: 767px) {
.about-page-payment__item:first-of-type {
          padding-bottom: 0
      }
        }
@media (max-width: 767px) {
.about-page-payment__item:last-of-type {
          padding-top: 0
      }
        }
.about-page-payment__top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 27px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
@media (max-width: 1279px) {
.about-page-payment__top {
        margin-bottom: 20px
    }
      }
@media (max-width: 767px) {
.about-page-payment__top {
        margin-bottom: 10px
    }
      }
.about-page-payment__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-width: 42px;
      max-width: 42px;
      height: 42px;
      margin-right: 18px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border-radius: 50%;
      background-color: #DDDDE2;
    }
@media (max-width: 1023px) {
.about-page-payment__icon {
        min-width: 32px;
        max-width: 32px;
        height: 32px;
        margin-right: 12px
    }
      }
.about-page-payment__title {
      font-size: 17px;
      font-weight: 700;
    }
.about-page-payment__text {
      font-size: 16px;
    }
.about-page-numbers {
    margin-bottom: 30px;
  }
.about-page-numbers__inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 5px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #fff;
    }
@media(max-width: 1700px) {
.about-page-numbers__inner {
        padding: 20px
    }
      }
@media (max-width: 1279px) {
.about-page-numbers__inner {
        padding: 15px
    }
      }
@media(max-width: 1023px) {
.about-page-numbers__inner {
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
@media (max-width: 767px) {
.about-page-numbers__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.about-page-numbers__item {
      width: 25%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      padding: 35px;
    }
@media(max-width: 1700px) {
.about-page-numbers__item {
        padding: 20px
    }
      }
@media (max-width: 1279px) {
.about-page-numbers__item {
        padding: 15px
    }
      }
@media (max-width: 1023px) {
.about-page-numbers__item {
        width: 50%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
        padding: 15px
    }
      }
@media (max-width: 767px) {
.about-page-numbers__item {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto
    }
      }
.about-page-numbers__number {
      margin-bottom: 15px;
      color: #93a3be;
      font-size: 56px;
      line-height: 1;
      font-weight: 700;
    }
@media(max-width: 1279px) {
.about-page-numbers__number {
        font-size: 40px
    }
      }
.about-page-numbers__title {
      margin-bottom: 15px;
      font-size: 17px;
      font-weight: 700;
    }
.about-page-numbers__text {
      font-size: 16px;
      line-height: 1.5;
    }
.about-page-numbers__text p {
        font-size: 16px;
        line-height: 1.5;
      }
.about-page-numbers__text p:last-child {
          margin-bottom: 0;
        }
.about-page-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 47px 48px 43px 43px;
    background-color: #fff;
    margin-bottom: 42px;
    font-size: 16px;
    line-height: 1.5;
  }
@media (max-width: 1279px) {
.about-page-info {
      padding: 30px
  }
    }
@media (max-width: 1023px) {
.about-page-info {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      padding: 15px
  }
    }
.about-page-info__left {
      max-width: 1088px;
    }
@media (max-width: 1023px) {
.about-page-info__left {
        max-width: 100%
    }
      }
.about-page-info__left.styled-list p, .about-page-info__left.styled-list ol li, .about-page-info__left.styled-list ul li {
          font-size: 16px;
          line-height: 1.5;
        }
@media (max-width: 1279px) {
.about-page-info__left p:last-of-type {
            margin-bottom: 0
        }
          }
.about-page-info__right {
      min-width: 458px;
      max-width: 458px;
      margin-left: 30px;
    }
@media (max-width: 1279px) {
.about-page-info__right {
        min-width: 350px;
        max-width: 350px
    }
      }
@media (max-width: 1023px) {
.about-page-info__right {
        max-width: 100%;
        min-width: 100%;
        margin: 0 0 15px 0
    }
      }
.about-page-info__right img {
        max-width: 100%;
        height: auto;
      }
@media(max-width: 767px) {
.about-page .title-1 > span {
      font-size: 17px
  }
    }
@media(max-width: 767px) {
.about-page .title-2, .about-page h2 {
      font-size: 16px
  }
    }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.auth .aside__sidebar {
      padding-right: 20px;
    }
@media (max-width: 1023px) {
.auth .aside__sidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding-right: 0
    }
      }
.auth .aside__main {
      margin-left: 0;
    }
.auth .b-tabs-head {
      display: block;
    }
@media (max-width: 767px) {
.auth .b-tabs-head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
      }
.auth .b-tabs-link {
      display: block;
      margin-bottom: 20px;
       white-space: normal;
    }
@media (max-width: 1023px) {
.auth .b-tabs-link {
        display: inline-block;
        margin-bottom: 0
    }
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-checkbox {
    display: block;
    margin-right: 40px;
}
/* в оформлении заказа */
@media (max-width: 500px) {
.b-checkbox {
        margin-right: 10px
}
    }
.b-checkbox--radio {
        display: inline-block;
    }
.b-checkbox--radio .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box {
                    background-color: #E1E4E8 !important;
                }
.b-checkbox--radio .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box:after {
                        background-color: #93a3be;
                    }
.b-checkbox--radio .b-checkbox__box {
                border-radius: 50%;
            }
.b-checkbox--radio .b-checkbox__box:after {
                    width: 13px;
                    height: 13px;
                    border-radius: 50%;
                }
.b-checkbox:not(.b-checkbox--radio) input[type="checkbox"]:checked:not(.disabled)+.b-checkbox__box, .b-checkbox:not(.b-checkbox--radio) .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box {
                background-color: #93a3be;
            }
.b-checkbox input[type="checkbox"], .b-checkbox__input {
        display: none;
    }
.b-checkbox input[type="checkbox"]:checked:not(.disabled)+.b-checkbox__box, .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box {
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
            -webkit-transition-delay: 0s;
                 -o-transition-delay: 0s;
                    transition-delay: 0s;
            border-color: #93a3be;
            background-color: #93a3be;
        }
.b-checkbox input[type="checkbox"]:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line:after, .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line:after {
                    -webkit-transform: scaleY(1);
                        -ms-transform: scaleY(1);
                            transform: scaleY(1);
                }
.b-checkbox input[type="checkbox"]:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line--short:after, .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line--short:after {
                    -webkit-transition: all .15s;
                    -o-transition: all .15s;
                    transition: all .15s;
                    -webkit-transition-delay: .15s;
                         -o-transition-delay: .15s;
                            transition-delay: .15s;
                }
.b-checkbox input[type="checkbox"]:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line--long:after, .b-checkbox__input:checked:not(.disabled)+.b-checkbox__box .b-checkbox__line--long:after {
                    -webkit-transition: all .15s;
                    -o-transition: all .15s;
                    transition: all .15s;
                    -webkit-transition-delay: .3s;
                         -o-transition-delay: .3s;
                            transition-delay: .3s;
                }
.b-checkbox input[type="checkbox"].disabled+.b-checkbox__box, .b-checkbox input[type="checkbox"]:disabled+.b-checkbox__box, .b-checkbox__input.disabled+.b-checkbox__box, .b-checkbox__input:disabled+.b-checkbox__box {
                background-color: #f5f5f5;
                cursor: default;
            }
.b-checkbox input[type="checkbox"].disabled+.b-checkbox__box:after, .b-checkbox input[type="checkbox"]:disabled+.b-checkbox__box:after, .b-checkbox__input.disabled+.b-checkbox__box:after, .b-checkbox__input:disabled+.b-checkbox__box:after {
                    content: none;
                }
.b-checkbox input[type="checkbox"].disabled+.b-checkbox__box+.b-checkbox__text, .b-checkbox input[type="checkbox"]:disabled+.b-checkbox__box+.b-checkbox__text, .b-checkbox__input.disabled+.b-checkbox__box+.b-checkbox__text, .b-checkbox__input:disabled+.b-checkbox__box+.b-checkbox__text {
                cursor: default;
            }
.b-checkbox__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;
    }
.b-checkbox__label.disabled {
            cursor: default;
        }
.b-checkbox__label:hover:not(.disabled) .b-checkbox__box {
            background-color: #D2D7DC;
        }
.b-checkbox__label--transparent {
            background: none;
            border: 1px solid #EBEBEB !important;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.3;
            color: #7F8A9E !important;

            background: none !important;
        }
.b-checkbox__label--transparent--green {
                border: 1px solid #589a36 !important;
                color: #444444 !important;
                background: none !important;
                color: #7F8A9E;
            }
.b-checkbox__box {
        display: block;
        width: 22px;
        height: 22px;
        margin-right: 10px;
        position: relative;
        background-color: #E1E4E8;
        border-radius: 3px;
        -webkit-transition: border-color .2s, background-color .2s;
        -o-transition: border-color .2s, background-color .2s;
        transition: border-color .2s, background-color .2s;
        cursor: pointer;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
@media (max-width: 767px) {
.b-checkbox__box {
            margin: 2px 10px 2px 0
    }
        }
.b-checkbox__box:after {
            content: '';
            width: 8px;
            height: 8px;
            position: absolute;
            top: 50%;
            left: 50%;
            border-radius: 1px;
            background-color: transparent;
            -webkit-transform: translateX(-50%) translateY(-50%);
                -ms-transform: translateX(-50%) translateY(-50%);
                    transform: translateX(-50%) translateY(-50%);
            -webkit-transition: background-color .2s;
            -o-transition: background-color .2s;
            transition: background-color .2s;
        }
.b-checkbox__line {
        position: absolute;
        left: 10px;
        bottom: 7px;
        -webkit-transform-origin: bottom;
            -ms-transform-origin: bottom;
                transform-origin: bottom;
        width: 2px;
    }
.b-checkbox__line:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: -1px;
            right: 1px;
            -webkit-transform: scaleY(0);
                -ms-transform: scaleY(0);
                    transform: scaleY(0);
            background-color: #fff;
        }
.b-checkbox__line--short {
            height: 7px;
            -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }
.b-checkbox__line--short:after {
                -webkit-transform-origin: top;
                    -ms-transform-origin: top;
                        transform-origin: top;
                -webkit-transition: .15s;
                -o-transition: .15s;
                transition: .15s;
                -webkit-transition-delay: .15s;
                     -o-transition-delay: .15s;
                        transition-delay: .15s;
            }
.b-checkbox__line--long {
            height: 10px;
            -webkit-transform: rotate(35deg);
                -ms-transform: rotate(35deg);
                    transform: rotate(35deg);
        }
.b-checkbox__line--long:after {
                -webkit-transform-origin: bottom;
                    -ms-transform-origin: bottom;
                        transform-origin: bottom;
                -webkit-transition: .15s;
                -o-transition: .15s;
                transition: .15s;
                -webkit-transition-delay: .0s;
                     -o-transition-delay: .0s;
                        transition-delay: .0s;
            }
.b-checkbox__text {
        line-height: calc(22px + 2px);
    }
.b-checkbox__text:first-letter {
            text-transform: uppercase;
        }
.b-checkbox--bordered .b-checkbox__box {
            background-color: transparent;
            border: 1px solid #E1E4E8;
        }
.b-checkbox--bordered .b-checkbox__label:hover:not(.disabled) .b-checkbox__box {
                border-color: #CBD2DB;
                background-color: inherit;
            }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.b-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 15px 0 17px;
  overflow: auto;
}
.b-breadcrumbs__item {
     display: inline-block;
     font-size: 12px;
     cursor: default;
     white-space: nowrap;
  }
.b-breadcrumbs__item::before {
      content: '-';
      margin: 0 3px;
    }
.b-breadcrumbs__item:first-of-type {
      padding-left: 0;
    }
.b-breadcrumbs__item:first-of-type::before {
        display: none;
      }
.b-breadcrumbs__item:last-of-type {
      color: #949BA8;
    }
.b-breadcrumbs__link {
    color: #6E6F70;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
.b-breadcrumbs__link:hover {
      color: #93a3be;
    }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.b-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E1E4E8;
  border-radius: 3px;
}
.b-count.disabled {
    opacity: 0.5;
    pointer-events: none;
  }
.b-count__btn {
    display: inline-block;
    min-width: 35px;
    height: 40px;
    background-color: transparent;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }
.b-count__btn:hover:before, .b-count__btn:hover:after {
        background-color: #93a3be;
      }
.b-count__btn:before, .b-count__btn--plus:after {
      background-color: #6E6F70;
      position: absolute;
      content: "";
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
    }
.b-count__btn:before {
      width: 12px;
      height: 2px;
      margin: auto 8px auto auto;
    }
.b-count__btn--plus:before {
        margin: auto auto auto 8px;
      }
.b-count__btn--plus:after {
        height: 12px;
        width: 2px;
        margin: auto auto auto 13px;
      }
.b-count__input {
    width: calc(100% - (35px * 2));
    min-width: 30px;
    min-height: 0 !important;
    padding: 0 !important;
    background-color: transparent !important;
    border: none !important;
    border: 0;
    font-weight: 400;
    text-align: center;
  }
@media (max-width: 1023px) {
.b-count__input {
      font-size: 16px
  }
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-projektion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
}
.b-projektion__row {
        width: 100%;
    }
.b-projektion__row:not(:last-child) {
            margin-bottom: 25px;
        }
.b-projektion__row--flex {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
        }
@media (max-width: 1023px) {
.b-projektion__row--flex {
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
        }
            }
.b-projektion__description {
        margin-bottom: 40px;
    }
.b-projektion__title {
        font-weight: 700;
        font-size: 16px;
        color: #444444;
        line-height: 1.3;
        margin-bottom: 25px;
    }
.b-projektion__subtitle {
        font-weight: 400;
        font-size: 15px;
        color: #444444;
        margin: 0;
    }
.b-projektion__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #fff;
        border-radius: 5px;
        padding: 40px;
    }
.b-projektion__inner .swiper-container {
            width: 100%;
            margin: 0 -15px -30px;
        }
.b-projektion__inner .swiper-wrapper {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        }
@media (max-width: 1023px) {
.b-projektion__inner .swiper-wrapper {
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
        }
            }
@media (max-width: 1023px) {
.b-projektion__inner {
            padding: 20px
    }
        }
@media (max-width: 500px) {
.b-projektion__inner {
            padding: 15px
    }
        }
.b-projektion__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: #fff;
        max-width: calc(12.5% - 30px);
        height: 100%;
        max-height: 188px;
        transition: box-shadow .3s,-webkit-box-shadow .3s;
        border-radius: 5px;
        border: 1px #EBEBEB  solid;
        margin: 0 15px 30px;
        padding: 20px;
    }
@media (max-width: 1700px) {
.b-projektion__item {
            max-width: calc(14.285% - 30px)
    }
        }
@media (max-width: 1440px) {
.b-projektion__item {
            max-width: calc(16.666% - 30px)
    }
        }
@media (max-width: 1279px) {
.b-projektion__item {
            max-width: calc(20% - 30px)
    }
        }
@media (max-width: 1023px) {
.b-projektion__item {
            max-width: 183px
    }
        }
.b-projektion__item:hover {
            -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
                    box-shadow: 0 6px 10px rgba(46,47,77,.06);
        }
.b-projektion__item:hover .b-projektion__item-title {
                color: #93a3be;
            }
.b-projektion__item-img {
            display: block;
            max-width:100px;
            max-height: 100px;
            margin-bottom: 30px;

        }
.b-projektion__item-title {
            font-weight: 700;
            font-size: 14px;
            line-height: 1.36;
            color: #414042;
            text-align: center;
            -webkit-transition: 0.2s;
            -o-transition: 0.2s;
            transition: 0.2s;
        }
.b-projektion__card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        max-width: 48.9%;
        height: 330px;
        background: white;
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 20px ;
        transition: box-shadow .3s,-webkit-box-shadow .3s;
    }
.b-projektion__card:nth-child(odd) {
            margin-right: 10px;
        }
.b-projektion__card:nth-child(even) {
            margin-left: 10px;
        }
.b-projektion__card:hover {
            -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
                    box-shadow: 0 6px 10px rgba(46,47,77,.06);
            cursor: pointer;
        }
.b-projektion__card:hover .b-projektion__title {
                color: #93a3be;
            }
@media (max-width: 1279px) {
.b-projektion__card {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            height: auto
    }
            .b-projektion__card-img {
                max-width: 100%!important;
                margin-bottom: 20px;
            }
                .b-projektion__card-img img {
                    -o-object-position: center;
                       object-position: center;
                    font-family: "object-fit:cover;object-position:center";
                    -o-object-fit: cover;
                       object-fit: cover;
                }
            .b-projektion__card-description {
                max-width: 100%!important;
            }
        }
@media (max-width: 1023px) {
.b-projektion__card {
            max-width: 100% 
    }
        }
.b-projektion__card-img {
            width: 100%;
            max-width: 445px;
            height: 290px;
            margin-right: 10px;
            overflow: hidden;
        }
.b-projektion__card-img img {
                height: 100%;
                width: 100%;
            }
.b-projektion__card .b-projektion__title {
            margin-bottom: 5px;
        }
.b-projektion__card-description {
            width: 100%;
            max-width: 365px;
            margin-left: 10px;
        }
.b-projektion__card .link {
            color: #7F8A9E;
            display: inline-block;
            text-decoration: none;
        }
.b-projektion__card__content {
            margin-top: 15px;
            font-size: 15px;
            line-height: 1.2;
            font-weight: 500;
        }
.slider-projects {
    position: relative;
}
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-colors {
    margin-top: 25px;
}
.b-colors__title {
        color: #232323;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.2;
        margin-bottom: 10px;
    }
.b-colors__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

    }
.b-colors__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
.b-colors__item.disabled {
            opacity: .4;
            }
.b-colors__item span:first-child {
                max-width: 60px;
                height: 30px;
                width: 100%;
                display: block;
                border-radius: 3px;
                border: 1px solid ;
                margin-bottom: 5px;
                }
.b-colors__item span:last-child {

                }
.b-colors__item:not(:last-child){
            margin-right: 20px;
            }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-tabs:not(:last-child) {
    margin-bottom: 30px;
  }
.b-tabs-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    overflow-x: auto;
    position: relative;
  }
@media (max-width: 1023px) {
.b-tabs-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -15px;
      padding: 0 15px
  }
    }
.b-tabs-head:last-child {
      margin-bottom: 0;
    }
.b-tabs-head--light .b-tabs-link {
        font-weight: 400;
      }
.b-tabs-head--pb {
      padding-bottom: 20px;
    }
@media (max-width: 1023px) {
.b-tabs-head--pb {
        padding-bottom: 0
    }
      }
.b-tabs-head[data-perfect-scrollbar-x] {
      overflow-x: hidden;
    }
@media(max-width: 1023px) {
.b-tabs-head[data-perfect-scrollbar-x] {
        overflow-x: auto
    }
      }
.b-tabs-link { /* ссылки */
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    color: #949BA8;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
@media (max-width: 1023px) {
.b-tabs-link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 15px
  }
    }
.b-tabs-link:not(:last-child) {
      margin-right: 40px;
      //margin-right: 20px;
    }
@media (max-width: 1023px) {
.b-tabs-link:not(:last-child) {
        margin-right: 20px
    }
      }
@media (max-width: 1023px) {
.b-tabs-link:last-child:after {
        content: '';
        display: block;
        width: 15px;
        height: 1px
    }
      }
.b-tabs-link.active, .b-tabs-link:hover {
      color: #93a3be;
    }
.b-tabs__item {
    display: none;
  }
.b-tabs__item.active {
      display: block;
    }
.b-tabs p:last-child {
      margin-bottom: 0;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-sorting {
  margin-bottom: 20px;
}
.b-sorting__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.b-sorting__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.b-sorting__text span {
      color: #93a3be;
    }
.b-sorting__company {
    margin-right: auto;
  }
.b-sorting__sort {
    width: 230px;
    margin-left: 20px;
  }
.b-sorting__display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    margin-left: 10px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid #CBD2DB;
    background-color: #fff;
  }
.b-sorting__display:hover svg * {
        fill: #6E6F70;
      }
.b-sorting__display.active {
      cursor: default;
    }
.b-sorting__display.active svg * {
        fill: #93a3be;
      }
.b-sorting__display svg * {
      fill: #949BA8;
      -webkit-transition: fill .2s;
      -o-transition: fill .2s;
      transition: fill .2s;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-time-work {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b-time-work svg {
        margin-right: 10px;
        margin-left: 5px;
        fill: currentColor;
        /* stroke: currentColor; */
    }
.b-time-work span {
        display: inline-block;
        color: currentColor;
        font-weight: bold;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-warranty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
    }
.b-warranty svg {
        width: 22px;
        height: 22px;
        }
.b-warranty span {
        color: #414042;
        font-weight: bold;
        margin-left: 10px;
        font-size: 14px;
        line-height: 1.2;
        }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* photo video */
.blocks--pv .blocks__img {
      height: 400px;
    }
@media(max-width: 1700px) {
.blocks--pv .blocks__img {
        height: 260px
    }
      }
@media (max-width: 1023px) {
.blocks--pv .blocks__img {
        height: 212px
    }
      }
.blocks--pv .blocks__img img {
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.blocks--article .blocks__img {
      height: auto;
    }
.blocks--article .blocks__img img {
        min-width: 100%;
        height: auto;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
        margin-bottom: 0;
      }
.blocks--tests .blocks__card {
      width: calc(25% - 20px);
    }
@media (max-width: 1700px) {
.blocks--tests .blocks__card {
        width: calc(33.3% - 20px)
    }
      }
@media (max-width: 1279px) {
.blocks--tests .blocks__card {
        width: calc(50% - 20px);
        padding: 15px
    }
      }
@media (max-width: 500px) {
.blocks--tests .blocks__card {
        width: calc(100% - 20px)
    }
      }
.blocks__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 500px) {
.blocks__top {
      margin-bottom: 20px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch
  }
      
      .blocks__top > *:not(:last-child) {
        margin-bottom: 20px;
      }
    }
.blocks__top .btn {
      margin-right: 30px;
      padding-right: 32px;
      padding-left: 32px;
    }
@media (max-width: 500px) {
.blocks__top .btn {
        margin-right: 0
    }
      }
.blocks__top p {
      margin-bottom: 0;
      font-size: 16px;
      font-weight: 100;
      color: #444444;
    }
.blocks__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.blocks__inner--promo .blocks__img {
        height: auto;
      }
.blocks__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(20% - 20px);
    padding: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #E5E7EB;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
.blocks__card:hover, .blocks__card:focus {
      -webkit-box-shadow: 0 2px 16px 0 rgba(46,47,77,.07);
              box-shadow: 0 2px 16px 0 rgba(46,47,77,.07);
    }
.blocks__card:hover .blocks__title, .blocks__card:focus .blocks__title {
        color: #93a3be;
      }
@media (max-width: 1700px) {
.blocks__card {
      width: calc(25% - 20px)
  }
    }
@media (max-width: 1279px) {
.blocks__card {
      width: calc(33.3% - 20px)
  }
    }
@media (max-width: 1023px) {
.blocks__card {
      width: calc(50% - 20px);
      padding: 15px
  }
    }
@media (max-width: 500px) {
.blocks__card {
      width: calc(100% - 20px)
  }
    }
.blocks__card .b-checkbox {
      margin-top: auto;
    }
.blocks__card .link-download {
      margin-top: auto;
    }
.blocks__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 1279px) {
.blocks__block {
      width: calc(33.3% - 20px)
  }
    }
@media (max-width: 767px) {
.blocks__block {
      width: calc(50% - 20px)
  }
    }
@media (max-width: 500px) {
.blocks__block {
      width: calc(100% - 20px)
  }
    }
.blocks__block .blocks__img {
      position: relative;

      /*img {
        min-height: 240px;

        @media (--max1700) {
          min-height: 200px;
        }
        @media (--max1023) {
          min-height: 170px;
        }
        @media (--max767) {
          min-height: 180px;
        }
        @media (--mobile) {
          min-height: 200px;
        }
      }*/
    }
.blocks__block .blocks__title {
      margin-top: 0;
    }
.blocks__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin-left: 20px;
    margin-bottom: 10px;
    padding: 20px 30px;
    min-height: 150px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid #E1E4E8;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
  }
@media (max-width: 1023px) {
.blocks__news {
      width: calc(100% - 20px);
      padding: 20px 25px
  }
    }
@media (max-width: 500px) {
.blocks__news {
      width: calc(100% - 20px);
      padding: 20px 15px
  }
    }
.blocks__news:hover{
      background-color: #B2D8F6;
    }
.blocks__news .blocks__title {
      margin-top: 0;
    }
.blocks__img {
    width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }
.blocks__img--video:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #93a3be;
        opacity: 0;
        z-index: 1;
        -webkit-transition: opacity .2s ease-in-out;
        -o-transition: opacity .2s ease-in-out;
        transition: opacity .2s ease-in-out;
      }
.blocks__img--video:hover:before {
          opacity: .4;
        }
.blocks__img--video:hover .ed-play * {
          fill: #93a3be;
        }
.blocks__img img {
      display: block;
      width: 100%;
      height: 100%;
      font-family: "object-fit:contain";
      -o-object-fit: contain;
         object-fit: contain;
    }
.blocks__date {
    margin-bottom: 15px;
  }
.blocks__title {
    //margin-top: auto;
    margin-bottom: 15px;
    font-weight: 700;
    color: #444444;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
.blocks__title--upper {
      margin-bottom: 20px !important;
      text-transform: uppercase;
    }
.blocks__subtitle {
    margin-bottom: 10px;
    color: #7F8A9E;
  }
.blocks__text {
    margin-bottom: 20px;
    color: #444444;
  }
.blocks__tag {
    margin-top: auto;
    padding: 6px 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    border: 1px solid #93a3be;
  }
.blocks__tag span {
      display: block;
      font-size: 12px;
      line-height: 1.2;
      pointer-events: none;
    }
.blocks__tag:hover {
      border-color: #93a3be;
      background-color: #93a3be;
        color: white;
    }
.blocks__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 500px) {
.blocks__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
      
      .blocks__bottom > *:not(:last-child) {
        margin-bottom: 20px;
      }
    }
.blocks__bottom .btn--loading {
      margin-left: auto;
    }
@media (max-width: 500px) {
.blocks__bottom .btn--loading {
        margin-left: 0
    }
      }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.brand-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
@media (max-width: 500px) {
.brand-main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 20px
  }
    }
.brand-main-inner {
      max-width: 900px;
    }
@media (max-width: 500px) {
.brand-main-inner {
        margin-bottom: 20px
    }
      }
.brand-main__name {
      font-weight: 700;
      font-size: 20px;
    }
.brand-main__country {
      font-size: 14px;
      color: #7F8A9E;
      margin-bottom: 10px;
    }
.brand-main .link {
      display: inline-block;
      margin-bottom: 25px;
    }
.brand-main__description {
      font-size: 15px;
      line-height: 1.4;
    }
.brand-main__description p {
        font-size: 15px;
        line-height: 1.4;
      }
.brand-main__description p:last-of-type {
          margin-bottom: 0;
        }
.brand-main__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      width: 25%;
      max-width: 407px;
      max-height: 157px;
      margin-left: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
@media (max-width: 1023px) {
.brand-main__img {
        width: 35%
    }
      }
@media (max-width: 500px) {
.brand-main__img {
        -webkit-box-align: initial;
            -ms-flex-align: initial;
                align-items: initial;
        width: 100%;
        margin-left: 0
    }
      }
/* width: 100% */
@media (max-width: 500px) {
.brand-main__img img {
          font-family: "object-fit:contain";
          -o-object-fit: contain;
             object-fit: contain
      }
        }
.brand-info {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 50px;
    font-size: 15px;
    line-height: 1.4;
  }
@media (max-width: 500px) {
.brand-info {
      padding: 20px
  }
    }
.brand-info-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
@media (max-width: 1023px) {
.brand-info-top {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }
      }
.brand-info-top p {
        font-size: 15px;
        line-height: 1.4;
      }
.brand-info-top p:last-of-type {
          margin-bottom: 0;
        }
@media (max-width: 1023px) {
.brand-info-top p:last-of-type {
            margin-bottom: 25px
        }
          }
.brand-info-top__banner {
        width: 45%;
        max-width: 730px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-left: 44px;
      }
@media (max-width: 1023px) {
.brand-info-top__banner {
          width: 100%;
          margin-left: 0
      }
        }
.brand-info-top__banner img {
          width: 100%;
        }
.brand-info .styled-list p {
        display: block;
        font-size: 15px;
        line-height: 1.4;
      }
.brand-info img {
      margin-right: 20px;
    }
@media (max-width: 500px) {
.brand-info img {
        width: 100%;
        height: auto;
        margin-right: 0
    }
      }
.brand-info img:last-of-type {
        margin-right: 0;
      }
.brand-example {
    margin-bottom: 50px;
  }
@media (max-width: 1023px) {
.brand-example {
      margin-bottom: 20px
  }
    }
.brand-example__title {
      position: relative;
      display: inline-block;
      font-weight: 700;
      font-size: 20px;
      margin-bottom: 25px;
      cursor: pointer;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
    }
.brand-example__title:hover, .brand-example__title.active {
        color: #93a3be;
      }
.brand-example__title:hover.s-toggle-arrow::before, .brand-example__title:hover.s-toggle-arrow::after, .brand-example__title.active.s-toggle-arrow::before, .brand-example__title.active.s-toggle-arrow::after {
            background-color: #93a3be;
          }
.brand-example__title.s-toggle-arrow::before, .brand-example__title.s-toggle-arrow::after {
          right: -20px;
          background-color: #444444;
        }
.brand-example__text {
      display: none;
      background: #fff;
      padding: 40px;
      border-radius: 5px;
      font-size: 15px;
      line-height: 1.4;
    }
@media (max-width: 500px) {
.brand-example__text {
        padding: 20px
    }
      }
.brand-example__text p {
        font-size: 15px;
        line-height: 1.4;
      }
.brand-example__text p:last-of-type {
          margin-bottom: 0;
        }
/*Highlighted text*/
.text-highlight {
  padding: 14px 20px 14px 14px;
  border: solid #93a3be;
  border-width: 1px 1px 1px 7px;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 25px;
}/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.brands {
  background: #fff;
  border-radius: 5px;
  padding: 40px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
.brands {
    padding: 20px
}
  }
.brands-p {
    max-width: 1168px;
    margin: 35px 0 40px;
  }
.brands-links {
    margin: -5px -3px 28px;
  }
.brands-links-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.brands-links a {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 40px;
      height: 40px;
      border: 1px solid #93a3be;
      border-radius: 3px;
      font-weight: 700;
      font-size: 20px;
      color: #93a3be;
      margin: 5px 3px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
    }
.brands-links a svg path {
          fill: #93a3be;
        }
.brands-links a:hover {
        border-color: #93a3be;
        background: #93a3be;
        color: #fff;
      }
.brands-links a:hover svg path {
            fill: #fff;
          }
.brands-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px;
  }
@media (max-width: 500px) {
.brands-link {
      margin-bottom: 20px
  }
    }
.brands-link__title {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 40px;
      height: 40px;
      border: 1px solid #93a3be;
      border-radius: 3px;
      font-weight: 700;
      font-size: 20px;
      color: #93a3be;
    }
.brands-link__title svg path {
          fill: #93a3be;
        }
.brands-link__text {
      font-weight: 700;
      font-size: 16px;
      color: #93a3be;
      margin-left: 20px;
    }
@media (max-width: 500px) {
.brands-link__text {
        margin-left: 15px
    }
      }
.brands-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -15px -12px;
  }
.brands-row+.brands-link {
      margin-top: 50px;
    }
@media (max-width: 500px) {
.brands-row+.brands-link {
        margin-top: 30px
    }
      }
.brands-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: calc(20% - 24px);
    padding: 20px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    margin: 15px 12px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
.brands-item:hover, .brands-item:focus {
      -webkit-box-shadow: 0 2px 16px 0 rgba(46, 47, 77, 0.07);
              box-shadow: 0 2px 16px 0 rgba(46, 47, 77, 0.07);
    }
.brands-item:hover .brands-item__name, .brands-item:focus .brands-item__name {
        color: #93a3be;
      }
@media (max-width: 1440px) {
.brands-item {
      width: calc(25% - 24px)
  }
    }
@media (max-width: 1279px) {
.brands-item {
      width: calc(33% - 24px)
  }
    }
@media (max-width: 1023px) {
.brands-item {
      width: calc(50% - 24px)
  }
    }
@media (max-width: 500px) {
.brands-item {
      width: calc(100% - 24px)
  }
    }
.brands-item__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 203px;
      height: 78px;
      margin: 0 auto 20px;
    }
.brands-item__name {
      font-weight: 700;
      font-size: 14px;
      color: #2e2e2e;
      margin-bottom: 10px;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
    }
.brands-item__description {
      font-size: 14px;
      line-height: 1.36;
      color: #2e2e2e;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.btn-nav { /* "бургер" моб меню */
  position: relative;
  height: 10px;
  width: 15px;
  margin-right: 20px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: transparent;
}
.btn-nav--n {
    display: none;
  }
@media (max-width: 1279px) {
.btn-nav--n {
      display: block
  }
    }
.btn-nav.active {
    -webkit-transform: rotateY(180deg) translateZ(0);
            transform: rotateY(180deg) translateZ(0);
  }
.btn-nav.active .btn-nav__line {
      width: 15px;
      background-color: transparent !important;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
    }
.btn-nav.active .btn-nav__line, .btn-nav.active .btn-nav__line:before, .btn-nav.active .btn-nav__line:after {
        background-color: #93a3be;
      }
.btn-nav.active .btn-nav__line:before, .btn-nav.active .btn-nav__line:after {
        top: 0;
        bottom: 0;
        margin: auto;
      }
.btn-nav.active .btn-nav__line:before {
        -webkit-transform: rotate(-45deg) translateZ(0);
                transform: rotate(-45deg) translateZ(0);
      }
.btn-nav.active .btn-nav__line:after {
        -webkit-transform: rotate(45deg) translateZ(0);
                transform: rotate(45deg) translateZ(0);
      }
.btn-nav__line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    width: 15px;
    border-radius: 1px;
    margin: auto;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.6s;
    transition: background-color 0.2s, -webkit-transform 0.6s;
    -o-transition: transform 0.6s, background-color 0.2s;
    transition: transform 0.6s, background-color 0.2s;
    transition: transform 0.6s, background-color 0.2s, -webkit-transform 0.6s;
  }
.btn-nav__line, .btn-nav__line:before, .btn-nav__line:after {
      background-color: #fff;
    }
@media (max-width: 1279px) {
.btn-nav__line, .btn-nav__line:before, .btn-nav__line:after {
        background-color: #444444
    }
      }
.btn-nav__line:before, .btn-nav__line:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      -webkit-transition: background-color 0.2s, -webkit-transform 0.6s;
      transition: background-color 0.2s, -webkit-transform 0.6s;
      -o-transition: transform 0.6s, background-color 0.2s;
      transition: transform 0.6s, background-color 0.2s;
      transition: transform 0.6s, background-color 0.2s, -webkit-transform 0.6s;
    }
.btn-nav__line:before {
      top: 6px;
    }
.btn-nav__line:after {
      bottom: 6px;
    }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-radius: 5px;
  margin: -10px -20px 10px;
}
@media (max-width: 1440px) {
.contacts {
    margin: -10px -15px 10px
}
  }
@media (max-width: 1023px) {
.contacts {
    margin: -10px -10px 10px
}
  }
@media (max-width: 767px) {
.contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -10px 0 10px
}
  }
.contacts--bottom {
    margin-bottom: -10px;
  }
.contacts--pickup {
    margin-bottom: 60px;
  }
@media (max-width: 1023px) {
.contacts--pickup {
      margin-bottom: 40px
  }
    }
@media (max-width: 767px) {
.contacts--pickup {
      margin-bottom: 20px
  }
    }
.contacts--pickup .contacts__map, .contacts--pickup .contacts__inner {
      height: auto;
    }
.contacts--pickup .contacts__inner {
      margin-bottom: 0;
    }
.contacts--pickup .contacts__info, .contacts--pickup .contacts__text {
      width: calc(100% - 40px);
    }
@media (max-width: 1440px) {
.contacts--pickup .contacts__info, .contacts--pickup .contacts__text {
        width: calc(100% - 30px)
    }
      }
@media (max-width: 1023px) {
.contacts--pickup .contacts__info, .contacts--pickup .contacts__text {
        width: calc(100% - 20px)
    }
      }
@media (max-width: 767px) {
.contacts--pickup .contacts__info, .contacts--pickup .contacts__text {
        width: 100%
    }
      }
@media (max-width: 767px) {
.contacts--pickup .contacts__map {
        height: 400px
    }
      }
.contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 25%;
  }
@media (max-width: 1440px) {
.contacts__inner {
      width: 33.3%
  }
    }
@media (max-width: 1023px) {
.contacts__inner {
      width: 50%
  }
    }
@media (max-width: 767px) {
.contacts__inner {
      width: 100%
  }
    }
@media (max-width: 1023px) {
.contacts__inner .contacts__info .contacts-table__row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: normal;
              -ms-flex-align: normal;
                  align-items: normal
      }
        }
@media (max-width: 767px) {
.contacts__inner .contacts__info .contacts-table__row {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center
      }
        }
.contacts__text {
    width: 100%;
    margin: 10px 20px;
  }
@media (max-width: 1440px) {
.contacts__text {
      margin: 10px 15px
  }
    }
@media (max-width: 1023px) {
.contacts__text {
      margin: 10px
  }
    }
@media (max-width: 767px) {
.contacts__text {
      margin: 10px 0
  }
    }
.contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(25% - 40px);
    height: auto;
    padding: 20px 30px 30px;
    margin: 10px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 5px;
    border: 1px solid #E1E4E8;
  }
@media (max-width: 1440px) {
.contacts__info {
      width: calc(33.3% - 30px);
      margin: 10px 15px
  }
    }
@media (max-width: 1023px) {
.contacts__info {
      width: calc(50% - 20px);
      height: auto;
      margin: 10px
  }
    }
@media (max-width: 767px) {
.contacts__info {
      width: 100%;
      height: auto;
      padding: 15px;
      margin: 10px 0
  }
    }
.contacts__info .btn {
      padding: 17px;
      margin-top: auto;
      font-weight: 700;
    }
@media (max-width: 767px) {
.contacts__info .btn {
        margin-right: auto;
        margin-top: 20px
    }
      }
@media (max-width: 500px) {
.contacts__info .btn {
        margin-right: 0
    }
      }
.contacts__title {
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 700;
  }
.contacts-table__schedule-wrap {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
.contacts-table__col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      grid-gap: 5px;
      width: 100%;
    }
.contacts-table__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      line-height: 1.5;
    }
.contacts-table__row + .contacts-table__row {
        margin-top: 7px;
      }
.contacts-table__title {
      width: 25%;
      margin-right: 40px;
      font-weight: 700;
      font-size: 14px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
@media (max-width: 1023px) {
.contacts-table__title {
        color: #9E9E9E
    }
      }
.contacts__map {
    width: calc(75% - 40px);
    height: 400px;
    margin: 10px 20px;
    border-radius: 5px;
    overflow: hidden;
  }
@media (max-width: 1440px) {
.contacts__map {
      width: calc(66.6% - 30px);
      margin: 10px 15px
  }
    }
@media (max-width: 1023px) {
.contacts__map {
      width: calc(50% - 20px);
      height: auto;
      margin: 10px
  }
    }
@media (max-width: 767px) {
.contacts__map {
      width: 100%;
      height: 400px;
      margin: 10px 0
  }
    }
.contacts__map .bx-yandex-view-layout, .contacts__map .bx-yandex-view-map {
      height: 100%;
    }
.contacts__map .bx-yandex-map {
      height: 100%;
      min-height: 100%;
    }
.contacts .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid transparent;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: color .2s, background .2s, border-color .2s !important;
  -o-transition: color .2s, background .2s, border-color .2s !important;
  transition: color .2s, background .2s, border-color .2s !important;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
}
.btn:disabled, .btn.btn--disabled {
    cursor: default;
    pointer-events: none;
  }
.btn--white {
    background-color: #fff;
    color: #444444;
    border: 1px solid #E1E4E8;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.btn--white:hover:not(:disabled):not(.btn--disabled) {
      background-color: #ECEEF1;
    }
.btn--white:active:not(:disabled):not(.btn--disabled) {
      background-color: #F0F2F3;
    }
.btn--order {
    font-size: 14px;
  }
.btn--blue, .btn-primary, .btn-lg {
    background-color: #93a3be;
    color: #fff;
    border-radius: 3px;
  }
.btn--blue:disabled, .btn--blue.btn--disabled, .btn-primary:disabled, .btn-primary.btn--disabled, .btn-lg:disabled, .btn-lg.btn--disabled {
      color: #414042;
      background-color: #E1E4E8;
      /* --black-1 */
    }
.btn--blue:hover:not(:disabled):not(.btn--disabled), .btn-primary:hover:not(:disabled):not(.btn--disabled), .btn-lg:hover:not(:disabled):not(.btn--disabled) {
      background-color: #89a5d1;
    }
.btn--blue:active:not(:disabled):not(.btn--disabled), .btn-primary:active:not(:disabled):not(.btn--disabled), .btn-lg:active:not(:disabled):not(.btn--disabled) {
      background-color: #97afd8;
    }
.btn--blue.active:not(:disabled):not(.btn--disabled), .btn-primary.active:not(:disabled):not(.btn--disabled), .btn-lg.active:not(:disabled):not(.btn--disabled) {
      border: 1px solid #93a3be;
      background-color: #fff;
      color: #93a3be;
    }
.btn--grey {
    background-color: #E1E4E8;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.btn--grey:disabled, .btn--grey.btn--disabled {
      background-color: #E1E4E8;
      /* --black-1 */
    }
.btn--grey:hover:not(:disabled):not(.btn--disabled) {
      background-color: #CBD2DB;
    }
.btn--grey:active:not(:disabled):not(.btn--disabled) {
      background-color: #ECEEF1;
    }
.btn--green {
    background-color: #589a36;
    color: #fff;
  }
.btn--green:hover {
      background-color: #57B924;
      border: 1px solid #57B924;
    }
.btn--main {
    background-color: #93a3be;
    color: #fff;
  }
.btn--main:hover {
      background-color: #89a5d1;
      border: 1px solid #89a5d1;
    }
.btn--white {
    background-color: #fff;
    color: #444444;
  }
.btn--transparent {
    color: black !important;
    border-color: #444444;

  }
.btn--transparent:disabled, .btn--transparent.btn--disabled {
      opacity: 0.6;
    }
.btn--transparent[data-field-add] {
      margin-top: 15px;
      padding-top: 9px;
      padding-bottom: 9px;

    }
.btn--transparent[data-field-add] .plus {
        margin-right: 15px;
      }
.btn--transparent[data-field-add] .plus:before, .btn--transparent[data-field-add] .plus:after {
          width: 2px;
          height: 20px;
          background-color: #444444;
        }
.btn--transparent-main {
      padding-top: 24px;
      padding-bottom: 24px;
      width: 100%;
      max-width: 195px;
      border: #93a3be 1px solid;
    }
.btn--transparent-main span {
        color: #93a3be;
      }
.btn--transparent-main svg * {
          fill: #93a3be;
        }
@media (min-width: 1024px) {
      .btn--transparent:hover:not(:disabled):not(.main-product__arrow):not(.btn--disabled), .btn--transparent:focus:not(:disabled):not(.main-product__arrow):not(.btn--disabled) {
        border-color: #93a3be;
        background-color: #93a3be;
        color: #fff !important;
      }

          .btn--transparent:hover:not(:disabled):not(.main-product__arrow):not(.btn--disabled) .plus::before, .btn--transparent:hover:not(:disabled):not(.main-product__arrow):not(.btn--disabled) .plus::after, .btn--transparent:focus:not(:disabled):not(.main-product__arrow):not(.btn--disabled) .plus::before, .btn--transparent:focus:not(:disabled):not(.main-product__arrow):not(.btn--disabled) .plus::after {
            background-color: #fff;
          }
    }
.btn--transparent-l {
    color: #fff;
    border-color: #727272;
  }
.btn--transparent-l:hover:not(:disabled):not(.main-product__arrow):not(.btn--disabled) {
      border-color: #93a3be;
      background-color: #93a3be;
    }
.btn--small {
    padding: 5px 10px;
  }
.btn--middle {
    min-width: 170px;
  }
.btn--big {
    min-width: 180px;
    font-size: 14px;
    font-weight: 700;
  }
.btn--loading {
    min-width: 180px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    color: #6E6F70;
  }
.btn--loading:hover {
      background-color: #E1E4E8;
    }
.btn--loading:active {
      background-color: #CBD2DB;
    }
.btn--loading svg {
      width: 16px;
      height: 16px;
      margin-right: 18px;
    }
@media (max-width: 767px) {
.btn--loading span {
        margin-right: 0
    }
      }
.btn--loading span:last-of-type {
        display: none;
      }
.btn--loading.active span:first-of-type {
          display: none;
        }
.btn--loading.active span:last-of-type {
          display: block;
        }
.btn--loading.active svg {
        -webkit-animation: rotating 4s linear infinite;
                animation: rotating 4s linear infinite;
      }
.btn--loader {
    border: none;
    width: 100% !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    pointer-events: none;
  }
.btn--loader span {
      margin-right: 0;
    }
.btn--loader.hidden {
      display: none !important;
    }
.btn--download {
    padding: 15px 28px;
    background-color: #F0F2F3;
  }
@media (max-width: 500px) {
.btn--download {
      padding: 15px 15px
  }
    }
.btn--download:disabled, .btn--download.btn--disabled {
      color: #7D7D7D;
      background-color: rgba(110, 111, 112, .4);
      /* --black-1 */
    }
.btn--download:hover:not(:disabled):not(.btn--disabled) {
      background-color: #93a3be;
    }
.btn--download:active:not(:disabled):not(.btn--disabled) {
      background-color: #93a3be;
    }
.btn--download svg {
      min-width: 20px;
      max-width: 20px;
      height: 17px;
      margin-right: 10px;
    }
.btn .tooltip {
    margin-left: 10px;
  }
.btn.tooltip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.d-reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 70px;
}
@media (max-width: 1023px) {
.d-reviews {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
}
    }
@media (max-width: 767px) {
.d-reviews {
        padding: 20px;
        margin-bottom: 20px
}
    }
.d-reviews .title-block {
        margin-bottom: 0;
    }
.d-reviews .reviews-work {
        font-size: 15px;
        margin-bottom: 45px;
    }
.d-reviews__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(100% - 370px);
        margin-right: 40px;
    }
@media (max-width: 1023px) {
.d-reviews__content {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px
    }
        }
.d-reviews__rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 370px;
    }
@media (max-width: 1023px) {
.d-reviews__rating {
            width: 100%
    }
        }
.d-reviews .btn {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        max-width: 310px;
        height: 52px;
    }
.d-reviews .reviews-load {
        margin: 20px auto 0;
    }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}

/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.ed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

}
@media (max-width: 1023px) {
.ed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column

}
  }
.ed--presentation .ed-presentation {
        border-radius: 5px 0 0 5px;
        overflow: hidden;
        margin-bottom: 20px;
      }
@media (max-width: 1023px) {
.ed--presentation .ed-presentation {
          border-radius: 5px
      }
        }
.ed--presentation .ed__aside {
        margin-top: calc(24px + 35px);
        padding-left: 0;
      }
@media (max-width: 1023px) {
.ed--presentation .ed__aside {
          margin-top: 0
      }
        }
.ed--presentation .ed__aside .ed-banner {
          border-radius: 0 5px 5px 0;
        }
@media (max-width: 1023px) {
.ed--presentation .ed__aside .ed-banner {
            border-radius: 5px
        }
          }
.ed__main {
    width: calc(100% - 320px);
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
@media (max-width: 1023px) {
.ed__main {
      width: 100%;
      margin-bottom: 20px
  }
    }
.ed__main .b-tabs__head {
      margin-bottom: 40px;
    }
.ed__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
.ed__buttons .btn--download {
      height: 50px;
      margin: 5px;
    }
@media (max-width: 767px) {
.ed__buttons .btn--download {
        width: 100%
    }
      }
.ed__aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
  }
@media (max-width: 1023px) {
.ed__aside {
      width: 100%;
      padding-left: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse
  }
    }
.ed__aside>.btn {
      margin-bottom: 19px;
    }
.ed-presentation {
    position: relative;
    display: block;
    height: 400px;
  }
@media (max-width: 1279px) {
.ed-presentation {
      height: 330px
  }
    }
@media (max-width: 767px) {
.ed-presentation {
      height: 264px
  }
    }
@media (max-width: 500px) {
.ed-presentation {
      height: 180px
  }
    }
.ed-presentation:hover .ed-play * {
        fill: #93a3be;
      }
.ed-presentation__img {
      width: 100%;
      height: 100%;
    }
.ed-presentation__img img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.ed-presentation__title {
      position: absolute;
      left: 30px;
      right: 30px;
      bottom: 30px;
      color: #fff;
      font-weight: 400;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
    }
.ed-presentation__title:hover {
        color: #93a3be;
      }
@media (max-width: 767px) {
.ed-presentation__title {
        left: 20px;
        right: 20px;
        bottom: 20px
    }
      }
.ed-play {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%) translateX(-50%);
        -ms-transform: translateY(-50%) translateX(-50%);
            transform: translateY(-50%) translateX(-50%);
  }
.ed-play * {
      fill: #fff;
      -webkit-transition: fill .2s;
      -o-transition: fill .2s;
      transition: fill .2s;
    }
@media (max-width: 767px) {
.ed-play {
      width: 60px;
      height: 60px
  }
    }
.ed-play:hover {
      border-color: #93a3be;
    }
.ed-banner {
    position: relative;
    height: 400px;
    background-color: #93a3be;
  }
@media (max-width: 1279px) {
.ed-banner {
      height: 330px
  }
    }
.ed-banner__inner {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 40px 30px;
      color: #fff;
    }
@media (max-width: 360px) {
.ed-banner__inner {
        padding: 20px
    }
      }
.ed-banner__inner .btn {
        width: 100%;
        margin-top: auto;
      }
@media (max-width: 1023px) {
.ed-banner__inner .btn {
          width: auto;
          -ms-flex-item-align: center;
              align-self: center
      }
        }
@media (max-width: 767px) {
.ed-banner__inner .btn {
          width: 100%
      }
        }
.ed-banner__title {
      margin-bottom: 25px;
      font-size: 20px;
      font-weight: 700;
    }
.ed-banner__text {
      font-size: 15px;
    }
.ed-banner--small {
      width: 100%;
      height: 240px;
      overflow: hidden;
      border-radius: 5px;
      display: inline-block;
      
    }
.ed-banner--small:after {
           content: "";
           position: absolute;
           width: 100%;
           height: 100%;
           position: absolute;
           left: 0;
           top: 0;
           bottom: 0;
           right: 0;
           background: rgba(65, 73, 59, 0.3);
      }
@media (max-width: 1360px) {
.ed-banner--small {
        margin-top: 20px;
        width: calc(100% / 2 - 10px)
      
    }
      }
.ed-banner--small img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        font-family: "object-fit:cover;object-position:center";
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
      }
.ed-banner--small:not(:last-child) {
        margin-bottom: 20px;
      }
.ed-tests {
    padding: 27px 0 0;
    margin-bottom: 20px;
    background-color: #E1E4E8;
  }
.ed-tests .title-4 {
      padding: 0 27px;
    }
.ed-tests__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 13px 27px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-top: 1px solid #CBD2DB;
    }
.ed-tests__item:hover {
        color: #93a3be;
      }
.ed-tests__item:hover svg * {
          stroke: #93a3be;
        }
.ed-tests__item svg {
        min-width: 20px;
        max-width: 20px;
        height: 17px;
      }
.ed-tests__item svg * {
          -webkit-transition: stroke .2s;
          -o-transition: stroke .2s;
          transition: stroke .2s;
        }
.ed-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-bottom: -40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.ed-media__card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(33.3% - 20px);
      margin-left: 20px;
      margin-bottom: 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.ed-media__card:hover h2 {
          color: #93a3be;
        }
@media (max-width: 1279px) {
.ed-media__card {
        width: calc(50% - 20px)
    }
      }
@media (max-width: 767px) {
.ed-media__card {
        width: calc(100% - 20px)
    }
      }
.ed-media__card h2 {
        -webkit-transition: color .3s;
        -o-transition: color .3s;
        transition: color .3s;
      }
.ed-media__content {
      position: relative;
      width: 100%;
      height: 230px;
      margin-bottom: 20px;
    }
.ed-media__content:hover .ed-play * {
          fill: #93a3be;
        }
@media (max-width: 1700px) {
.ed-media__content {
        height: 170px
    }
      }
@media (max-width: 1279px) {
.ed-media__content {
        height: 180px
    }
      }
@media (max-width: 767px) {
.ed-media__content {
        height: 250px
    }
      }
@media (max-width: 500px) {
.ed-media__content {
        height: 180px
    }
      }
.ed-media__content img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.ed-media__content .ed-play {
        width: 70px;
        height: 70px;
      }
.ed-media__title {
      font-size: 16px;
      font-weight: 400;
      margin-bottom: 10px;
    }
.ed-media--video .ed-media__content {
        height: 300px;
      }
@media (max-width: 1700px) {
.ed-media--video .ed-media__content {
          height: 270px
      }
        }
@media (max-width: 1279px) {
.ed-media--video .ed-media__content {
          height: 300px
      }
        }
@media (max-width: 767px) {
.ed-media--video .ed-media__content {
          height: 380px
      }
        }
@media (max-width: 500px) {
.ed-media--video .ed-media__content {
          height: 230px
      }
        }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.link {
  color: #009CE5;
  text-decoration: underline;
  margin-bottom: 14px;
}
.link:hover {
    text-decoration: none;
  }
.link-toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-top: 23px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #009CE5;
  }
@media (max-width: 767px) {
.link-toggle {
      margin-top: 10px
  }
    }
.link-toggle.active, .link-toggle:hover {
      border-color: transparent;
    }
.link-toggle.active span:nth-of-type(1) { /* показать */
          display: none;
        }
.link-toggle.active span:nth-of-type(2) { /* скрыть */
          display: block;
        }
.link-toggle.active .plus:before {
          display: none;
        }
.link-toggle span:nth-of-type(2) { /* скрыть */
        display: none;
      }
.link-toggle .plus:before, .link-toggle .plus:after {
        height: 11px;
        background-color: #009CE5;
      }
.link-toggle.hidden {
      display: none;
    }
.link-underline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #949BA8;
    text-decoration: underline;
  }
.link-underline:hover {
      color: #93a3be;
    }
.link-underline:hover svg * {
        fill: #93a3be;
      }
.link-underline svg {
      width: 16px;
      height: 18px;
      margin-right: 10px;
    }
.link-underline svg * {
        -webkit-transition: fill .2s;
        -o-transition: fill .2s;
        transition: fill .2s;
      }
.link-underline-d {
    border-bottom: 1px dotted;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
.link-underline-d:hover {
      border-color: transparent;
    }
.link-more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-top: 3px; /* ? */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-item-align: start;
        align-self: flex-start;
    color: #009CE5;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
  }
.link-more--t { /* tablet */
      display: none;
    }
@media (max-width: 1279px) {
.link-more--t {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
      }
.link-more:hover span {
        text-decoration: none;
      }
.link-more--back {
       display: inline-block;
    }
.link-more--back svg {
        margin-left: 0!important;
        margin-right: 10px;
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }
.link-more--back svg *{
          stroke: #009CE5!important;
        }
.link-more--back:hover svg *{
          stroke: #93a3be!important;
        }
.link-more--toggle {
      margin-top: 10px;
    }
.link-more--toggle.active svg {
          -webkit-transform: rotate(-90deg);
              -ms-transform: rotate(-90deg);
                  transform: rotate(-90deg);
        }
.link-more--toggle.active span:first-of-type {
            display: none;
          }
.link-more--toggle.active span:last-of-type {
            display: inline-block;
          }
.link-more--toggle span:last-of-type {
          display: none;
        }
.link-more--toggle svg {
        display: inline-block;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
      }
.link-more span { /* text */
      position: relative;
      color: #009CE5;
      text-decoration: underline;
      -webkit-transition: all .2s;
      -o-transition: all .2s;
      transition: all .2s;
    }
.link-more svg { /* arrow */
      width: 7px;
      height: 11px;
      margin-top: 1px;
      margin-left: 7px;
    }
.link-more svg * {
        stroke: #009CE5;
        -webkit-transition: stroke .2s;
        -o-transition: stroke .2s;
        transition: stroke .2s;
      }
.link-download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
.link-download:hover {
      color: #93a3be;
    }
.link-download:hover svg * {
        fill: #93a3be;
      }
.link-download svg {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 10px;
    }
.link-download svg * {
        -webkit-transition: fill .2s;
        -o-transition: fill .2s;
        transition: fill .2s;
      }
.link--actions {
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    text-decoration: none;
    font-weight: 600;
    margin: -5px auto 0;
  }
@media (max-width: 1440px) {
.link--actions {
      margin: 0 auto
  }
    }
@media (max-width: 1023px) {
.link--actions {
      margin: 0
  }
    }
.link--actions span {
      position: relative;
      padding: 0 4px;
      }
.link--actions span:after {
        content: "";
        position: absolute;
        right: 0;
        left: 0;
        bottom: -5px;
        display: block;
        width: 100%;
        height: 4px;
        background-color: #009CE5;
        }
.link--actions:hover {
      color: #93a3be;
    }
.link--actions:hover span:after {
          background-color: #93a3be;
        }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.news__main { /* главная страница */
    margin-bottom: -10px;
  }
.news__main .news__item:nth-of-type(1) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
      }
.news__main .news__item:nth-of-type(2) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
      }
.news__main .news__item:nth-of-type(3) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
      }
@media (max-width: 767px) {
.news__main .news__item:nth-of-type(3) {
          display: none
      }
        }
.news__main .news__item:nth-of-type(4) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s;
      }
@media (max-width: 1700px) {
.news__main .news__item:nth-of-type(4) {
          display: none
      }
        }
.news__items { /* список новостей */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.news__items > * {
      width: calc(50% - 10px);
      margin-left: 10px;
    }
@media (max-width: 1279px) {
.news__items > * {
        width: calc(100% - 10px)
    }
      }
.news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 150px;
    margin-bottom: 10px;
    padding: 24px 22px;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    background-color: #fff;

  }
@media(max-width: 1700px) {
.news__item {
      padding: 15px 20px

  }
    }
@media (max-width: 1279px) {
.news__item {
      padding: 15px 20px

  }
    }
@media (max-width: 767px) {
.news__item {
      padding: 15px 15px

  }
    }
.news__item:hover .title-3 {
        color: #93a3be;
      }
.news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 130px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 10px 20px;
  }
@media (max-width: 500px) {
.news__inner {
      width: 100%;
      padding: 0
  }
    }
.news__inner .title-3 {
      font-size: 18px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s;
    }
.news__date {
    margin-bottom: 10px;
    font-size: 14px;
    color: #7F8A9E;
  }
.news img {
    width: 130px;
  }
@media (max-width: 500px) {
.news img {
      display: none
  }
    }
.news img:not(.transparent) {
      height: 130px;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.news .btn {
    margin-top: auto;
    border-radius: 0;
    padding: 6px 15px;
    border: 1px solid #93a3be;
  }
.news .btn span{

    font-size: 12px;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.popup-window-close-icon{
         position: relative;
         width: 15px;
         height: 15px;
         padding: 15px;
         cursor: pointer;
         -webkit-transition: height .2s;
         -o-transition: height .2s;
         transition: height .2s;
     }
.popup-window-close-icon:after{
             left: 0!important;
             top: 0!important;
             right: 0!important;
             bottom: 0!important;
             width: 1px!important;
             height: 14px!important;
             margin: auto;
             background-color: #727272;
             -webkit-transition: .2s;
             -o-transition: .2s;
             transition: .2s;
             -webkit-transform: rotate(45deg) translateZ(0)!important;
                     transform: rotate(45deg) translateZ(0)!important;
         }
.popup-window-close-icon:before{
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              right: 0;
              bottom: 0;
              width: 1px;
              height: 14px;
              margin: auto;
              background-color: #727272;
              -webkit-transition: .2s;
              -o-transition: .2s;
              transition: .2s;    -webkit-transform: rotate(-45deg) translateZ(0);
              transform: rotate(-45deg) translateZ(0);
          }
.popup-window-with-titlebar {
        padding: 40px 45px!important;
         width: calc(100% - 30px);
         max-width: 534px;
    }
.popup-window-titlebar-text {
          font-size: 20px!important;
          color: #232323!important;
          line-height: 1!important;
          padding: 0!important;
        margin-bottom: 5px;
      }
.popup-window-content{
           padding: 0 !important;
       }
.popup-window-content input{
                width: 100%;
                padding-left: 25px;
                border-color: #cbd2db;
                padding-right: 25px;
                min-height: 45px;
                border: 1px solid rgba(0,0,0,0);
                background-color: #eceef1;
                font-weight: 400;
                color: #721a33;
                -webkit-transition: border-color .2s,background-color .2s,color .2s;
                -o-transition: border-color .2s,background-color .2s,color .2s;
                transition: border-color .2s,background-color .2s,color .2s;
            }
.popup-window-buttons {
             padding: 0!important;
             text-align: right!important;
         }
.popup-window-buttons .btn{
                border: 1px solid #232323;
                border-bottom: 1px solid #232323!important;
            }
@media (max-width: 500px) {
.popup-window-buttons .btn{
                    width: 100%;

                    margin-bottom: 50px!important
            }
                }
.popup-window-buttons .btn:hover{
                background:#93a3be;
                border-color: #93a3be!important;
            }
.popup-window-titlebar{
         height: auto!important;
     }
.popup-window p{
         margin: 10px 0;
     }
.popup-window-span{
          z-index: 100000;
          top: 75px;
          position: absolute;
          max-width: 250px;
      }
@media (max-width: 500px) {
.popup-window-span{
            max-width: none;
            top: 140px
      }
        }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.pre-order{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-right: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.pre-order img{
        height: 120px;
    margin-right: 15px;
    }
.pre-order__text{
        font-weight: 600;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.project-d__city {
    font-size: 14px;
    color: #7F8A9E;
  }
@media(max-width: 1023px) {
.project-d__city {
      width: calc(100% - 70px)
  }
    }
.project-d__top {
    background: white;
    padding: 40px;
    position: relative;
    margin-bottom: 50px;
  }
@media(max-width: 1023px) {
.project-d__top {
      padding: 20px
  }
    }
.project-d__top .title-1 {
      margin-bottom: 7px;
      width: calc(100% - 110px);
    }
@media(max-width: 1023px) {
.project-d__top .title-1 {
        width: calc(100% - 70px)
    }
      }
.project-d__head {
    min-height: 58px;
    margin-bottom: 35px;
  }
@media(max-width: 1023px) {
.project-d__head {
      min-height: auto;
      margin-bottom: 25px
  }
    }
.project-d__bottom {
    background: white;
    padding: 40px;
    position: relative;
    margin-top: 25px;
  }
@media(max-width: 1023px) {
.project-d__bottom {
      padding: 20px
  }
    }
.project-d__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-bottom: -20px;
  }
@media (max-width: 500px) {
.project-d__items {
      margin-right: 0;
      margin-bottom: 0
  }
    }
.project-d__brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 18px;
    right: 40px;
  }
@media(max-width: 1023px) {
.project-d__brand {
      right: 20px;
      width: 60px;
      height: 60px
  }
    }
.project-d__brand img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.project-d__img {
    width: 670px;
    margin: 0 0 20px 130px;
    float: right;
  }
@media(max-width: 1700px) {
.project-d__img {
      width: 500px;
      margin-left: 60px
  }
    }
@media(max-width: 1023px) {
.project-d__img {
      width: 390px;
      margin-left: 30px
  }
    }
@media(max-width: 767px) {
.project-d__img {
      width: 100%;
      margin-left: 0
  }
    }
.project-d__img img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.project-d__text {
    display: inline;
    margin-bottom: 40px;
  }
@media(max-width: 1023px) {
.project-d__text {
      margin-bottom: 20px
  }
    }
.project-d__text .title-3 {
      margin-bottom: 13px;
    }
.project-d ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 15px;
      line-height: 29px;
    }
.project-d ul li:before {
        content: '>';
        display: inline-block;
        width: 10px;
        margin-right: 10px;
      }
.project-d ul li:before a {
          font-size: 15px;
          line-height: 29px;
        }
.project-d__item {
    position: relative;
    width: calc(25% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
    height: 270px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }
@media(max-width: 1023px) {
.project-d__item {
      width: calc(33.333333% - 20px)
  }
    }
@media(max-width: 767px) {
.project-d__item {
      width: calc(50% - 20px)
  }
    }
@media(max-width: 500px) {
.project-d__item {
      width: 100%;
      margin-right: 0
  }
    }
.project-d__item:hover .project-d__magnification {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
@media(max-width: 1023px) {
.project-d__item:hover .project-d__magnification {
            display: none
        }
          }
@media(max-width: 500px) {
.project-d__item:last-child {
        margin-bottom: 0
    }
      }
.project-d__item img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.project-d__magnification {
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    border-radius: 50%;
    z-index: 2;
  }
.project-d__magnification .i-icon {
      position: absolute;
      top: 12px;
      left: 12px;
      width: 22px;
      height: 22px;
    }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.projects-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -10px 30px;
  }
.projects-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc(50% - 20px);
      padding: 20px;
      border-radius: 5px;
      margin: 10px;
      background: #fff;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;

    }
@media (max-width: 1279px) {
.projects-list-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column

    }
      }
@media (max-width: 500px) {
.projects-list-item {
        width: 100%

    }
      }
.projects-list-item:hover {
        -webkit-box-shadow: 0 2px 16px rgba(46, 47, 77, 0.07);
                box-shadow: 0 2px 16px rgba(46, 47, 77, 0.07);
      }
.projects-list-item:hover .projects-list-item__name {
          color: #93a3be;
        }
.projects-list-item__img {
        width: 55%;
        max-width: 435px;
        max-height: 290px;
        margin-right: 20px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }
.projects-list-item__img img{
          width: 100%;
          height: 100%;
          font-family: "object-fit:cover";
          -o-object-fit: cover;
             object-fit: cover;
        }
@media (max-width: 1279px) {
.projects-list-item__img {
          width: 100%;
          max-height: 240px;
          max-width: none;
          margin-right: 0
      }
        }
.projects-list-item__name {
        font-weight: 700;
        font-size: 16px;
        color: #2e2e2e;
        margin: 14px 0 4px;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
      }
.projects-list-item__address {
        font-size: 14px;
        color: #7F8A9E;
        margin-bottom: 15px;
      }
.projects-list-item__description {
        font-size: 15px;
        color: #2e2e2e;
      }
.projects-list__btn-wrapper {
      text-align: center;
    }
.projects-list__btn-wrapper .btn--loading {
        border: 1px solid #93a3be;
        color: #93a3be;
      }
.projects-list__btn-wrapper .btn--loading svg path {
            fill: #93a3be;
          }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rating__wrapper {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.rating__wrapper > input {
      height: 0;
      width: 0;
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      opacity: 0;
    }
.rating__wrapper > input:checked ~ label svg * {
        fill: #f7941d;
      }
.rating__wrapper > label {
      position: relative;
      width: 10px;
      height: 10px;
      cursor:pointer;
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
    }
.rating__wrapper > label:not(:first-of-type) {
        margin-right: 1px;
      }
.rating__wrapper > label svg {
        display: block;
        width: 100%;
        height: 100%;
      }
.rating__wrapper > label svg * {
          -webkit-transition: fill .2s;
          -o-transition: fill .2s;
          transition: fill .2s;
        }
.rating__wrapper > label:hover svg *, .rating__wrapper > label:hover ~ label svg * {
        fill: #FFC830 !important;
      }
.rating__wrapper > label:active {
        position: relative;
        -webkit-transform: translate(1px,1px);
            -ms-transform: translate(1px,1px);
                transform: translate(1px,1px);
      }
.rating__wrapper-text {
      margin-left: 15px;
      text-decoration: underline;
      color: #009CE5;
      position: relative;
      }
.rating__wrapper-text:hover {
        color: #93a3be;
        }
.rating-static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.rating-static svg {
      width: 10px;
      height: 10px;
    }
.rating-static svg:not(:last-child) {
        margin-right: 2px;
      }
.rating-static svg.filled * {
        fill: #FFC830;
      }
.rating-static h3 {
      margin-right: 20px;
      margin-bottom: 0;
    }
.rating-static--big svg {
        width: 20px;
        height: 20px;
      }
.rating-static--big svg.active * {
            fill: #FFC830;
          }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.reg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(-1 * 53px);
}
@media (max-width: 1700px) {
.reg {
    margin-left: calc(-1 * 30px)
}
  }
@media (max-width: 1279px) {
.reg {
    margin-left: calc(-1 * 20px)
}
  }
@media (max-width: 1023px) {
.reg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0
}
  }
.reg__block {
    width: calc(50% - 53px);
    margin-left: 53px;
    padding: 45px;
    background-color: #fff;
    border-radius: 5px;
  }
@media (max-width: 1700px) {
.reg__block {
      width: calc(50% - 30px);
      margin-left: 30px;
      padding: 35px
  }
    }
@media (max-width: 1279px) {
.reg__block {
      width: calc(50% - 20px);
      margin-left: 20px;
      padding: 25px
  }
    }
@media (max-width: 1023px) {
.reg__block {
      width: 100%;
      margin-left: 0
  }

      .reg__block:not(:last-child) {
        margin-bottom: 15px;
      }
    }
@media (max-width: 767px) {


    }
.reg__block .title-1 {
      margin-bottom: 26px !important;
    }
.reg__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 500px) {
.reg__line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center
  }

      .reg__line:not(:last-child) {
        margin-bottom: 60px;
      }
    }
.reg__line:last-child {
      margin-top: 80px;

    }
@media (max-width: 1700px) {
.reg__line:last-child {
        margin-top: 60px

    }
      }
@media (max-width: 1279px) {
.reg__line:last-child {
        margin-top: 40px

    }
      }
@media (max-width: 767px) {
.reg__line:not(:last-child) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column

    }
      }
.reg__line > *:not(:last-child) {
      margin-right: 90px;
    }
@media (max-width: 1700px) {
.reg__line > *:not(:last-child) {
        margin-right: 50px
    }
      }
@media (max-width: 1279px) {
.reg__line > *:not(:last-child) {
        margin-right: 20px
    }
      }
@media (max-width: 500px) {
.reg__line > *:not(:last-child) {
        margin-right: 0;
        margin-bottom: 30px
    }
      }
.reg__line p {
      font-size: 15px;
      line-height: 1.4;
    }
.reg__line .btn {
      margin-bottom: auto;
      padding: 17px 59px;
    }
@media (max-width: 1279px) {
.reg__line .btn {
        padding: 17px 30px
    }
      }
@media (max-width: 767px) {
.reg__line .btn {
        margin-left: auto
    }
      }
@media (max-width: 500px) {
.reg__line .btn {
        width: 100%
    }
      }
.reg-feature {
    width: calc(33% - 90px);
  }
@media (max-width: 1700px) {
.reg-feature {
      width: calc(33% - 20px)
  }
    }
@media (max-width: 1279px) {
.reg-feature {
      width: calc(33% - 20px)
  }
    }
@media (max-width: 500px) {
.reg-feature {
      width: 100%;
      max-width: 350px
  }
    }
.reg-feature__icon {
      width: 75px;
      height: 75px;
      margin: 0 auto 27px;
    }
@media (max-width: 767px) {
.reg-feature__icon {
        width: 50px;
        height: 50px;
        margin: 0 auto 20px
    }
      }
.reg-feature__icon svg {
        width: 100%;
        height: 100%;
      }
.reg-feature__text {
      font-size: 14px;
      font-weight: 700;
    }
@media (max-width: 767px) {
.reg-feature__text {
        font-size: 12px;
        text-align: center
    }
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.readmore, .readmore-large {
  overflow: hidden;
  -webkit-transition: height 1s ease;
  -o-transition: height 1s ease;
  transition: height 1s ease;
}
.link-readmore {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-top: 20px;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}
.link-readmore span {
    color: #009CE5;
    text-decoration: underline;
  }
.link-readmore:hover span, .link-readmore:focus span {
      text-decoration: none;
    }
.link-readmore svg {
    display: inline-block;
    width: 7px;
    height: 11px;
    margin-left: 7px;
    margin-top: 2px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
.link-readmore svg * {
      stroke: #009CE5;
      -webkit-transition: stroke 0.2s;
      -o-transition: stroke 0.2s;
      transition: stroke 0.2s;
    }
.link-readmore--less svg {
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
    }
/* Seo block order */
.seo-article .link-readmore {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.s-toggle:not(:last-of-type) {
    margin-bottom: 10px;
  }
.s-toggle--in:not(:last-of-type) {
      border-bottom: 1px solid #CBD2DB;
      margin-bottom: 0;
    }
.s-toggle--in .s-toggle__title {
      background-color: #fff;
    }
.s-toggle--in .s-toggle__list {
      padding: 25px;
      border-top: 1px solid #CBD2DB;
      background-color: #fff;
    }
@media (max-width: 500px) {
.s-toggle--in .s-toggle__list {
        padding: 20px 15px
    }
      }
.s-toggle--once{
     border: none!important;
     padding: 0px 25px 20px ;
     background: white;
   }
.s-toggle--once:first-of-type{
        padding-top: 20px;
     }
.s-toggle--once .t-doc {
          border: none;
          margin: 0;
        }
.s-toggle__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 23px 50px 23px 25px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #E1E4E8;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
@media (max-width: 500px) {
.s-toggle__title {
      padding: 15px 50px 15px 15px
  }
    }
.s-toggle__title span {
      display: block;
      font-size: 14px;
      font-weight: 700;
      line-height: 1.2;
    }
@media (max-width: 500px) {
.s-toggle__title span {
        font-size: 12px
    }
      }
.s-toggle__title:hover {
      color: #93a3be;
    }
.s-toggle__title:hover:before, .s-toggle__title:hover:after {
        background-color: #93a3be;
      }
.s-toggle__list {
    display: none;
  }
.s-toggle-arrow {
    position: relative;
  }
.s-toggle-arrow:before, .s-toggle-arrow:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 35px;
      height: 2px;
      width: 10px;
      background-color: #949BA8;
      -webkit-transition: background-color .2s, -webkit-transform .2s;
      transition: background-color .2s, -webkit-transform .2s;
      -o-transition: background-color .2s, transform .2s;
      transition: background-color .2s, transform .2s;
      transition: background-color .2s, transform .2s, -webkit-transform .2s;
    }
.s-toggle-arrow:before {
      -webkit-transform: translateX(6px) rotate(-45deg);
          -ms-transform: translateX(6px) rotate(-45deg);
              transform: translateX(6px) rotate(-45deg);
    }
.s-toggle-arrow:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
    }
.s-toggle-arrow.active:before, .s-toggle-arrow.active:after {
        background-color: #93a3be;
      }
.s-toggle-arrow.active:before {
        -webkit-transform: translateX(6px) rotate(45deg);
            -ms-transform: translateX(6px) rotate(45deg);
                transform: translateX(6px) rotate(45deg);
      }
.s-toggle-arrow.active:after {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.reviews {
  position: relative;
}
.reviews-title {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 28px;
  }
.reviews__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
    margin-bottom: 25px;
    background-color: #fff;
    border-top: 1px solid #EBEBEB;
  }
.reviews__card:first-of-type {
      padding-top: 0;
      border-top: 0;
    }
.reviews__card:last-of-type {
      margin-bottom: 0;
    }
.reviews__name {
    font-size: 15px;
    color: #444444;
    margin-bottom: 10px;
  }
.reviews__date {
    font-size: 11px;
    color: #7F8A9E;
    margin-bottom: 8px;
  }
.reviews__text {
    font-size: 15px;
    line-height: 2;
    word-break: break-word;
    overflow: hidden;
    color: #2E2E2E;
    margin-top: 10px;
  }
.reviews__state {
    text-align: right;
    color: #9E9E9E;
  }
.reviews__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.reviews__all-rating {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    border: 1px solid #EBEBEB;
    border-radius: 3px;
    padding: 30px;
  }
.reviews__all-rating .reviews-title {
      margin-bottom: 13px;
    }
.reviews__wrap-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
  }
.reviews__wrap-stars div:last-child {
      font-size: 14px;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.reviews__wrap-stars div:last-child span:first-child {
          padding-right: 5px;
        }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.s-toggle-block__btn {
    margin-top: 20px;
    margin-bottom: 30px;
  }
@media(max-width: 767px) {
.s-toggle-block__btn {
      margin-bottom: 0
  }
    }
.s-toggle-block__btn.active div:first-child {
          display: none;
        }
.s-toggle-block__btn.active div:last-child {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
.s-toggle-block__btn:not(.active) div:last-child {
          display: none;
        }
.s-toggle-block__btn div {
      margin-top: 0;
    }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.slider {
  position: relative;
}
.slider__paginations {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 60px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 2;
  }
@media (max-width: 1279px) {
.slider__paginations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }
.slider__paginations span {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #ECEEF1;
      -webkit-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s;
      cursor: pointer;
    }
.slider__paginations span.active {
        background-color: #93a3be;
      }
.slider__paginations span:not(:last-child) {
        margin-right: 10px;
      }
.slider__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 46%;
    left: -45px;
    right: -45px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    pointer-events: none;
  }
@media (max-width: 1700px) {
.slider__arrows {
      left: -50px;
      right: -50px
  }
    }
@media (max-width: 1279px) {
.slider__arrows {
      display: none
  }
    }
.slider__arrows--compare {
      top: calc(313px/2 - 90px/2);
      left: 20px;
      right: 20px;
      z-index: 1;
    }
@media (max-width: 1279px) {
.slider__arrows--compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
      }
.slider__arrows--compare .slider__arrow {
        position: relative;
        z-index: 10;
      }
.slider__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 90px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #E1E4E8;
    border-radius: 4px;
    cursor: pointer;
    pointer-events: all;
  }
.slider__arrow:hover svg * {
          stroke: #93a3be;
        }
.slider__arrow--prev {
      -webkit-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
              transform: scaleX(-1);
    }
.slider__arrow--next {}
.slider__arrow.swiper-button-disabled {
      cursor: default;
    }
.slider__arrow.swiper-button-disabled svg * {
          stroke: #949BA8;
        }
.slider__arrow svg {
      width: 9px;
      height: 16px;
    }
.slider__arrow svg * {
        -webkit-transition: stroke .3s;
        -o-transition: stroke .3s;
        transition: stroke .3s;
      }
.slider--home .slider__paginations {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: absolute;
      right: 0;
      bottom: 40px !important;
      z-index: 2;
      padding-right: 40px;
    }
@media (max-width: 1279px) {
.slider--home .slider__paginations {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
      }
@media (max-width: 767px) {
.slider--home .slider__paginations {
        bottom: 20px !important
    }
      }
.slider--home .slider__paginations span {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        border: 1px solid white;
        background-color: transparent;
        -webkit-transition: background-color .2s;
        -o-transition: background-color .2s;
        transition: background-color .2s;
        cursor: pointer;
        display: inline-block;
        outline: 2px solid transparent;
      }
.slider--home .slider__paginations span.active:after {
            content: "";
            width: calc(100% / 2);
            height: calc(100% / 2);
            border-radius: 50%;
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            top: 0;
            margin: auto;
            background-color: #fff;
          }
.slider--home .slider__paginations span:not(:last-child) {
          margin-right: 10px;
        }
.slider--home .slider__arrows {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: absolute;
      top: 50%;
      left: 40px;
      right: 40px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      pointer-events: none;
      z-index: 5;
    }
@media (max-width: 767px) {
.slider--home .slider__arrows {
        left: 10px;
        right: 10px
    }
      }
@media (max-width: 360px) {
.slider--home .slider__arrows {
        display: none
    }
      }
.slider--home .slider__arrow {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: transparent;
      border-radius: 4px;
      cursor: pointer;
      pointer-events: all;
      width: 13px;
      height: 25px;
      z-index: 5;
    }
.slider--home .slider__arrow--prev {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
      }
.slider--home .slider__arrow svg {
        width: 100%;
        height: 100%;
      }
.slider--home .slider__arrow svg *{
          stroke: #fff;
        }
.slider--home .slider__arrow:hover svg * {
            stroke: #93a3be;
          }
.slider--home .slider__arrow.swiper-button-disabled {
        cursor: default;
      }
.slider--home .slider__arrow.swiper-button-disabled svg * {
            stroke: #949BA8;
          }
.slider--home .slider__arrow svg * {
          -webkit-transition: stroke .3s;
          -o-transition: stroke .3s;
          transition: stroke .3s;
        }
.slider .p {
    height: 100%;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 16px;

}
.price__current {
    margin-right: 15px;
    font-size: 17px;
    font-weight: 700;
    white-space: nowrap;
  }
.price__current--sale {
      color: #ff0000;
    }
.price__old {
    top: 0;
    font-size: 12px;
    font-weight: 500;
    color: #7F8A9E;
    position: absolute;
    white-space: nowrap;
    text-decoration: line-through;
  }
@media (max-width: 1279px) {
.price__old {
      position: static
  }
    }
@media (max-width: 1023px) {
.price__old {
      position: absolute
  }
    }
@media (max-width: 767px) {
.price__old {
      position: static
  }
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* дублируется в /local/client/app/styles/editor.css */
.styled-list:not(.product-description__content) iframe {
      width: 100%;
    }
.styled-list *:last-child {
      margin-bottom: 0;
    }
.styled-list ol, .styled-list ul {
    margin-bottom: 20px;
  }
.styled-list ol li, .styled-list ul li {
      font-size: 15px;
    }
.styled-list ol li:not(:last-child), .styled-list ul li:not(:last-child) {
        margin-bottom: 5px;
      }
.styled-list ol {
    counter-reset: li;
  }
.styled-list ol li {
      position: relative;
      list-style-type: none;
    }
.styled-list ol li:before {
        counter-increment: li;
        content: counters(li,'')'.';
        margin-right: 10px;
        font-weight: 700;
        color: #93a3be;
      }
.styled-list ul {
    list-style-type: none;
    padding-left: 18px;
    text-indent: -18px;
  }
.styled-list ul li:before {
        counter-increment: none;
        content: '';
        display: inline-block;
        margin-right: 10px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #93a3be;
      }
.styled-list p {
    display: inline-block;
  }
.styled-list a:not(.btn) {
    color: #009CE5;
    text-decoration: underline;
  }
.styled-list a:not(.btn):hover {
      text-decoration: none;
    }
.styled-list.static-content a:not(.btn) {
    word-break: break-all;
  }
.styled-list img{
    height: auto;
    font-family: "object-fit:contain";
    -o-object-fit: contain;
       object-fit: contain;
  }
.styled-list img:not(.sale-d__img):not(:last-child) {
      margin-bottom: 15px;
    }
.styled-list iframe {
    margin: 15px 0;
  }
@media (max-width: 1279px) {
.styled-list iframe {
      max-height: 90vh
  }
    }
.styled-list table, .styled-table table {
    width: 100%;
    border-collapse: collapse !important;
    border: none !important;
  }
@media (max-width: 767px) {
.styled-list table.unstyled tr, .styled-table table.unstyled tr {
          border-color: transparent
      }
        }
.styled-list table.unstyled tr:first-child, .styled-table table.unstyled tr:first-child {
          font-weight: inherit;
        }
.styled-list table.unstyled tr:first-child td:first-of-type, .styled-table table.unstyled tr:first-child td:first-of-type {
            width: auto;
          }
.styled-list table.unstyled tr:not(:last-child), .styled-table table.unstyled tr:not(:last-child) {
          margin-bottom: 0;
        }
.styled-list table.unstyled td, .styled-table table.unstyled td {
        border-color: transparent;
      }
@media(max-width: 767px) {
.styled-list table.unstyled td:first-child, .styled-table table.unstyled td:first-child {
            padding: 5px 0 0;
            font-weight: inherit
        }
          }
@media(max-width: 767px) {
.styled-list table.unstyled td:last-child, .styled-table table.unstyled td:last-child {
            padding-bottom: 0
        }
          }
.styled-list table.unstyled img:not(.sale-d__img):not(:last-child), .styled-table table.unstyled img:not(.sale-d__img):not(:last-child) {
        margin-bottom: 0;
      }
.styled-list table tr, .styled-table table tr {
      background-color: transparent !important;
    }
@media (max-width: 767px) {
.styled-list table tr, .styled-table table tr {
        display: block;
        border-bottom: 1px solid #CBD2DB
    }
      }
@media (max-width: 767px) {
.styled-list table tr:not(:last-child), .styled-table table tr:not(:last-child) {
          margin-bottom: 10px
      }
        }
.styled-list table tr:first-child td, .styled-table table tr:first-child td {
          vertical-align: middle;
        }
.styled-list table tr:first-child td:first-of-type, .styled-table table tr:first-child td:first-of-type {
            min-width: 75px;
            width: 280px;
          }
.styled-list table td, .styled-table table td {
      padding: 10px 20px 13px 0;
      border: none;
      border-bottom: 1px solid #CBD2DB;
      vertical-align: top;
    }
@media (max-width: 767px) {
.styled-list table td, .styled-table table td {
        display: block;
        padding: 5px 0 0;
        border-bottom: none
    }
      }
@media (max-width: 767px) {
.styled-list table td:first-child, .styled-table table td:first-child {
          padding: 0
      }
        }
@media (max-width: 767px) {
.styled-list table td:last-child, .styled-table table td:last-child {
          padding-bottom: 10px
      }
        }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
.static-section { /* центрированный блок деталки */
    max-width: 960px;
    margin: 0 auto 47px;
    background-color: #fff;
  }
.static-section__date {
      margin-bottom: 30px;
    }
.static-section__img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.static-section__img img:not(.init) {
          width: 100%;
          height: 400px;
        }
.static-section .title {
      margin-bottom: 10px;
    }
.static-content {
    padding: 35px 40px 30px;
    background-color: #fff;
    font-size: 16px;
  }
@media (max-width: 1023px) {
.static-content {
      padding: 25px 30px
  }
    }
@media (max-width: 767px) {
.static-content {
      padding: 20px 15px
  }
    }
.static-content p {
      font-size: 16px;
    }
.static-content--mb {
      margin-bottom: 40px;
    }
@media (max-width: 1023px) {
.static-content--mb {
        margin-bottom: 30px
    }
      }
@media (max-width: 500px) {
.static-content--mb {
        margin-bottom: 20px
    }
      }
.static-content .b-tabs:after {
      content: '';
      display: none;
      background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
      background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
      background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
      width: 30px;
      height: 29px;
      right: -15px;
      top: 0;
      position: absolute;
      pointer-events: none;
    }
@media (max-width: 1023px) {
.static-content .b-tabs:after {
        display: block
    }
      }
.static-content img {
      margin-bottom: 20px;
    }
.static-content ol, .static-content ul {
      margin-bottom: 20px;
    }
.static-content ol li, .static-content ul li {
        font-size: 16px;
      }
.static-content ol li:not(:last-child), .static-content ul li:not(:last-child) {
          margin-bottom: 5px;
        }
.static-content ol {
      counter-reset: li;
    }
.static-content ol li {
        position: relative;
        list-style-type: none;
      }
.static-content ol li:before {
          counter-increment: li;
          content: counters(li,'')'.';
          margin-right: 10px;
          font-weight: 700;
          color: #93a3be;
        }
.static-content ul {
      list-style-type: none;
      padding-left: 18px;
      text-indent: -18px;
    }
.static-content ul li:before {
          counter-increment: none;
          content: '';
          display: inline-block;
          margin-right: 10px;
          width: 8px;
          height: 8px;
          border-radius: 50%;
          background-color: #93a3be;
        }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.tags {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 11;
}
.tags__item {
    padding: 4px 15px;
    -ms-flex-item-align: start;
        align-self: flex-start;
    font-size: 12px;
    color: #fff;
    border-radius: 0 3px 3px 0;
  }
@media (max-width: 500px) {
.tags__item {
      padding: 4px 7px;
      font-size: 9px
  }
    }
.tags__item:not(:last-child) {
      margin-bottom: 6px;
    }
.tags__item--new {
      background-color: #589a36;
    }
.tags__item--bp {
      background-color: #f7941d;
    }
.tags__item--action {
      background-color: #ff0000;
    }
.tags__item--hit {
      background-color: #0081C6;
    }
.tags__item--sale {
      background-color: #ff0000;
    }
.tags__item--bu {
      background-color: #E1E4E8;
      color: var(--black);
    }
.tags--product {
    top: 17px;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* дублируется в /local/client/app/styles/editor.css */
.title {
  margin-bottom: 35px !important;
  margin-top: 0 !important;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 1279px) {
.title {
    margin-bottom: 20px !important;
    font-size: 28px
}
  }
@media (max-width: 1023px) {
.title {
    font-size: 24px
}
  }
@media (max-width: 767px) {
.title {
    font-size: 20px
}
  }
/* страница каталога */
.title--unauth {
    margin-bottom: 0 !important;
  }
@media (max-width: 767px) {
.title--unauth {
      margin-bottom: 15px !important
  }
    }
.title:empty {
    display: none;
  }
h1 {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
  font-size: 20px !important;
  font-weight: 700;
}
@media (max-width: 1023px) {
h1 {
    font-size: 18px
}
  }
@media (max-width: 767px) {
h1 {
    font-size: 14px
}
  }
.title-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  font-size: 20px !important;
}
.title-1 > span { /* сам текст заголовка */
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
  }
@media (max-width: 1023px) {
.title-1 > span {
      font-size: 18px
  }
    }
@media (max-width: 767px) {
.title-1 > span {
      font-size: 14px
  }
    }
.title-1[href]:hover, .title-1 a:hover {
      color: #93a3be;
    }
.title-1 .link-more {
    font-size: 14px;
  }
.title-2, h2 {
  display: block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767px) {
.title-2, h2 {
    font-size: 14px
}
  }
.title-2[href]:hover, .title-2 a:hover, h2[href]:hover, h2 a:hover {
      color: #93a3be;
    }
.title-3, h3 {
  display: block;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
}
.title-3[href]:hover, .title-3 a:hover, h3[href]:hover, h3 a:hover {
      color: #93a3be;
    }
.title-article {
  margin-top: 25px;
}
.title-4, h4 {
  display: block;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 700;
}
.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.title-block .title-1 + .link {
    margin-left: 15px;
  }
.title-block.title-1 {
  margin-bottom: 0;
}
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.video__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 20px;
  }
@media (max-width: 1023px) {
.video__card {
      margin: 15px 15px 0
  }
    }
.video__content {
    position: relative;
    width: 100%;
    height: 230px;
  }
@media (max-width: 1023px) {
.video__content {
      height: 380px
  }
    }
@media (max-width: 767px) {
.video__content {
      height: 250px
  }
    }
@media (max-width: 500px) {
.video__content {
      height: 180px
  }
    }
.video__content:hover .ed-play * {
        fill: #93a3be;
      }
.video__content img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.basket-total {
  margin-left: auto;
  padding: 25px 25px 25px 0;
}
@media (max-width: 1279px) {
.basket-total {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 15px 20px
}
  }
.basket-total__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 1023px) {
.basket-total__inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.basket-total__info {
    margin-left: auto;
  }
@media (max-width: 1279px) {
.basket-total__info {
      margin-left: 0;
      margin-right: auto
  }
    }
@media (max-width: 1023px) {
.basket-total__info {
      width: 100%
  }
    }
@media (max-width: 767px) {
.basket-total__info {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2;
      margin-left: 0
  }
    }
.basket-total__sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
  }
@media (max-width: 1023px) {
.basket-total__sum {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between
  }
    }
@media (max-width: 767px) {
.basket-total__sum {
      font-size: 16px
  }
    }
.basket-total__sum:not(:last-child) {
      margin-bottom: 5px;
    }
.basket-total__sum--small {
      /* доп строки помимо "итого" */
      font-size: 14px;
      font-weight: 400;
      color: #949BA8;
    }
.basket-total__sum span:first-child {
        /* заголовок в ценах */
        width: 100px;
        margin-right: 20px;
        white-space: nowrap;
      }
@media (max-width: 1279px) {
.basket-total__sum span:first-child {
          margin-right: 10px
      }
        }
.basket-total__sum span:last-child {
        /* ценник */
        min-width: 100px;
        white-space: nowrap;
      }
@media (max-width: 1023px) {
.basket-total__sum span:last-child {
          min-width: auto
      }
        }
.basket-total .btn {
    margin-left: 40px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    min-width: 214px;
  }
@media (max-width: 1700px) {
.basket-total .btn {
      margin-left: 50px
  }
    }
@media (max-width: 1279px) {
.basket-total .btn {
      margin-left: 20px;
      padding: 17px 30px !important
  }
    }
@media (max-width: 1023px) {
.basket-total .btn {
      margin-left: 0;
      width: 100%;
      margin-top: 15px
  }
    }
@media (max-width: 500px) {
.basket-total .btn {
      font-size: 13px
  }
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.basket-top { /* блок очищения, сохраниния коризны */
  margin-bottom: 38px;
}
@media (max-width: 1023px) {
.basket-top {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px
}
  }
@media (max-width: 767px) {
.basket-top {
    margin-bottom: 0
}
  }
.basket-top__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
@media (max-width: 1023px) {
.basket-top__line {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.basket-top__line:not(:last-child) {
      margin-bottom: 20px;
    }
@media (max-width: 1023px) {
.basket-top__line:not(:last-child) {
        margin-bottom: 10px
    }
      }
@media (max-width: 1023px) {
.basket-top__line--information{
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start
     }
      }
.basket-top__company {
    margin-right: auto;
  }
@media (max-width: 1023px) {
.basket-top__company {
      width: 100%;
      margin-bottom: 10px
  }
    }
.basket-top__company > span {
      display: block;
      margin-bottom: 11px;
    }
.basket-top__company .select-wrapper {
      width: 350px;
    }
@media (max-width: 1279px) {
.basket-top__company .select-wrapper {
        width: 300px
    }
      }
@media (max-width: 767px) {
.basket-top__company .select-wrapper {
        width: 100%
    }
      }
.basket-top__company .b-form__item {
      margin-bottom: 0;
    }
.basket-top__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 20px;
    background-color: #fff;
    line-height: 1;
    font-weight: 700;
    -webkit-transition: color .2s, background .2s, border-color .2s;
    -o-transition: color .2s, background .2s, border-color .2s;
    transition: color .2s, background .2s, border-color .2s;
  }
@media (min-width: 1024px) {
          .basket-top__item:hover svg polygon, .basket-top__item:focus svg polygon {
            stroke: #fff;
            fill: #fff;
          }

          .basket-top__item:hover svg path, .basket-top__item:hover svg rect, .basket-top__item:hover svg line, .basket-top__item:focus svg path, .basket-top__item:focus svg rect, .basket-top__item:focus svg line {
            stroke: #fff;
          }
          .basket-top__item:hover .tooltip__icon svg circle, .basket-top__item:focus .tooltip__icon svg circle {
            fill: #fff;
          }

          .basket-top__item:hover .tooltip__icon svg path, .basket-top__item:focus .tooltip__icon svg path {
            fill: #93a3be;
            stroke: initial;
          }
    }
@media (max-width: 1279px) {
.basket-top__item {
      padding: 15px 10px
  }
    }
@media (max-width: 1023px) {
.basket-top__item {
      margin-left: 0;
      margin-right: 10px
  }
    }
@media (max-width: 767px) {
.basket-top__item {
      margin-right: 0;
      width: 100%;
      margin-bottom: 11px
  }
    }
@media (max-width: 500px) {
.basket-top__item {
      width: 100%;
      margin-right: 0
  }
    }
@media (max-width: 767px) {
.basket-top__item--download {
        margin-right: 0
    }
      }
@media (max-width: 500px) {
.basket-top__item--download {
        margin-top: 10px
    }
      }
.basket-top__item > svg {
      width: 20px;
      height: 20px;
      margin-right: 4px;
    }
.basket-top__item > span { /* текст */
      margin-right: 11px;
    }
.basket-top__item .tooltip__text {
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    }
@media (min-width: 1024px) {
.basket-top__item .tooltip__text {
        left: calc(100% + 30px)
    }
      }
.basket-top__clear {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 10px;
    font-weight: 700;
  }
@media (max-width: 1023px) {
.basket-top__clear {
      margin-left: auto
  }
    }
.basket-top__clear:hover {
      color: #93a3be;
    }
.basket-top__clear:hover .plus:before, .basket-top__clear:hover .plus:after {
          background-color: #93a3be;
        }
.basket-top__clear .plus:before, .basket-top__clear .plus:after {
        background-color: #444444;
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.basket:not(:last-of-type) {
    margin-bottom: 20px;
  }
.basket--modal .basket-item {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border-bottom-width: 1px !important;
      }
@media (max-width: 767px) {
.basket--modal .basket-item {
          padding: 15px 0 !important
      }
        }
.basket--modal .basket-item--top {
          border-bottom: none !important;
        }
@media (max-width: 1279px) {
.basket--modal .basket-item__actions {
            right: 0 !important
        }
          }
.basket--modal .basket-total {
         padding: 0;
      }
.basket--modal .basket-total .btn {
          width: auto;
        }
@media (max-width: 1023px) {
.basket--modal .basket-total .btn {
            width: 100% !important
        }
          }
.basket--modal .basket__bottom {

         margin-top: 20px;
      }
@media (max-width: 1023px) {
.basket--modal .basket__bottom {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: wrap;
              flex-flow: wrap
      }

        }
.basket--modal .basket__filter {
         padding-bottom: 0;
         padding-left: 0;
         border-right: none;
         width: 33%;
         margin-right: 15px;
      }
@media (max-width: 1023px) {
.basket--modal .basket__filter {
            width: 100%;
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2;
            margin-right: 0;
            margin-top: 15px
      }
          }
@media (max-width: 767px) {
.basket--modal .basket__filter {
            width: 100%!important
      }
          }
.basket--modal .basket__filter .btn {
          width: 100% !important;

        }
.basket--company .basket-item {
      padding: 15px 20px;
    }
.basket--company .basket-item__title {
        min-height: 0;
      }
.basket--company .basket-item__t {
        height: auto !important;
      }
@media (max-width: 767px) {
.basket--company .basket-item__info {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
          padding-right: 0
      }
        }
@media (max-width: 767px) {
.basket--company .basket-item__info .basket-item__t {
            display: inline-block;
            min-width: 70px
        }
          }
.basket--company .basket-item__info a:hover {
            color: #93a3be;
          }
.basket--company .basket-item__info a:hover svg * {
              fill: #93a3be;
            }
.basket--profiles .basket-item {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.basket--profiles .basket-item-m-title {
        display: none;
      }
@media (max-width: 767px) {
.basket--profiles .basket-item-m-title {
          display: inline;
          margin-right: 5px;
          font-weight: 700
      }
        }
@media (max-width: 1023px) {
.basket--profiles .basket-item > *:not(.basket-item__text):not(.basket-item__article):not(.basket-item__btn--companies):not(.basket-item__id) {
          width: calc((100% - 60px) / 4)
      }
        }
@media (max-width: 767px) {
.basket--profiles .basket-item > *:not(.basket-item__text):not(.basket-item__article):not(.basket-item__btn--companies):not(.basket-item__id) {
          width: 100%
      }
        }
@media (max-width: 1023px) {
.basket--profiles .basket-item__id {
          width: 60px !important
      }
        }
@media (max-width: 767px) {
.basket--profiles .basket-item__id {
          display: block !important;
          width: 100%
      }
        }
@media (max-width: 767px) {
.basket--profiles .basket-item__btn a.link-underline {
            padding-right: 10px
        }
          }
.basket__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
  }
.basket__bottom--separated {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 15px;
      padding: 15px 20px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
@media (max-width: 767px) {
.basket__bottom--separated {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column
    }

        .basket__bottom--separated .btn {
          width: 100%
        }
      }
.basket-continue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px;
  }
@media (max-width: 767px) {
.basket-continue {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-left: 0;
      margin-top: 20px
  }
    }
.basket-continue__text {
      width: 230px;
      margin-right: 10px;
      color: #949BA8;
      font-size: 13px;
    }
@media (max-width: 767px) {
.basket-continue__text {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px
    }
      }
.basket__filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 617px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: auto;
  }
@media (max-width: 1023px) {
.basket__filter {
      width: 100%;
      margin-bottom: 10px
  }
    }
.basket__filter .b-form__item {
      width: calc(100% - 136px);
      margin-bottom: 0;
    }
.basket__filter .b-form__item input {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        background-color: #fff!important;
        min-height: 58px;
      }
.basket__filter .btn {
      width: 136px;
      height:100%;
    border-radius: 0;
    }
@media (max-width: 1279px) {
.basket__filter .btn {
        padding-right: 20px;
        padding-left: 20px
    }
      }
.basket__found { /* количество найденных товаров */
    padding: 25px 10px 25px 25px;
    font-weight: 700;
  }
@media (max-width: 1279px) {
.basket__found {
      display: none
  }
    }
.basket .basket-item {
    margin-bottom: 0;
    border: none;
    border-bottom: 10px solid #F0F2F3;
  }
@media (max-width: 767px) {
.basket .basket-item {
      padding: 15px
  }
    }
.basket .basket-item__description .basket-item__article {
      display: block;
      width: auto;
      height: auto;
    }
@media (max-width: 1023px) {
.basket .basket-item__description .basket-item__article {
        display: block !important
    }
      }
.basket__coupon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
  }
@media (max-width: 1023px) {
.basket__coupon {
      width: 100%;
      margin-top: 10px
  }
    }
.basket__coupon .b-form__item {
      margin-bottom: 0;
    }
.basket__coupon button {
      padding: 10px;
      cursor: pointer;
    }
.basket__coupon button svg * {
        stroke: #CBD2DB;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
      }
.basket__coupon button:hover svg * {
          stroke: #6E6F70;
        }
.basket-information{
     background: #fff9d6;
     color: #93a3be;
     padding: 15px 20px;
     font-weight: 600;
     border-radius: 5px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     margin: 0;
     width: 620px;
     font-size: 13px;
   }
.basket-information svg{
        margin-right: 10px;
      }
.basket-information svg *{
          fill: #93a3be;
        }
@media (max-width: 1023px) {
.basket-information{
        margin-bottom: 15px;
        width: 100%
   }
      }
@media (max-width: 767px) {
.basket-information{
        display: block
   }
      }
.basket-information--b2c{
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        margin-bottom: 20px;
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-filter {
  background-color: #fff;
  padding: 24px 30px 43px;
  border-radius: 5px;
}
@media (max-width: 1279px) {
.b-filter {
    padding: 20px 20px 15px
}
  }
@media (max-width: 1023px) {
.b-filter {
    width: 290px;
    position: absolute;
    right: -15px;
    top: 20px;
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
    overflow: auto;
    z-index: 18
}
  }
.b-filter.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
@media (max-width: 767px) {
.b-filter.active {
      right: 0
  }
    }
.b-filter.active .filter__result-count {
      display: block;
    }
.b-filter__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.b-filter__header .title-4 {
      margin-bottom: 0;
    }
.b-filter__item {
    position: relative;
  }
.b-filter__item:not(:first-of-type) {
      padding-top: 22px;
      border-top: 1px solid #DBE3EB;
    }
@media (max-width: 767px) {
.b-filter__item:not(:first-of-type) {
        padding-top: 15px
    }
      }
.b-filter__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.01em;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
.b-filter__title:after {
      content: '';
      display: block;
      min-width: 6px;
      height: 6px;
      margin-right: 2px;
      border: 2px solid;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(45deg) translateZ(0);
              transform: rotate(45deg) translateZ(0);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
    }
.b-filter__title:hover {
      color: #93a3be;
    }
.b-filter__title.active:after {
        -webkit-transform: rotate(-135deg) translateZ(0);
                transform: rotate(-135deg) translateZ(0);
      }
.b-filter__content {
    display: none;
  }
.b-filter__content.active {
      display: block;
    }
.b-filter__content--checkbox {
      position: relative;
      overflow: hidden;
      height: auto;
      max-height:400px ;
    }
.b-filter__content--checkbox .ps__rail-y {
        opacity: 1!important;
      }
.b-filter__content--checkbox.ps {
        background:
                -o-linear-gradient(white 30%, hsla(0,0%,100%, 0)),
                -o-linear-gradient(hsla(0,0%,100%,0) 10px, white 70%) bottom,
                -o-radial-gradient(at top, rgba(0,0,0,0.2), rgba(0, 0, 0, 0) 70%),
                -o-radial-gradient(at bottom, rgba(0,0,0,0.2), rgba(0, 0, 0, 0) 70%) bottom;
        background:
                linear-gradient(white 30%, hsla(0,0%,100%, 0)),
                linear-gradient(hsla(0,0%,100%,0) 10px, white 70%) bottom,
                radial-gradient(at top, rgba(0,0,0,0.2), rgba(0, 0, 0, 0) 70%),
                radial-gradient(at bottom, rgba(0,0,0,0.2), rgba(0, 0, 0, 0) 70%) bottom;
        background-repeat:no-repeat;
        background-size: 100% 20px, 100% 20px, 100% 10px, 100% 10px;
        background-attachment:local, local, scroll, scroll;
      }
.b-filter__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0 0;
  }
@media (max-width: 1279px) {
.b-filter__btns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.b-filter__btns .link-underline-d {
      color: #93a3be;
      border-color: #93a3be;
      font-weight: 700;
    }
.b-filter__btns .link-underline-d:hover {
        border-color: transparent;
      }
.b-filter__btns .btn {
      max-width: 126px;
      padding: 17px 26px;
      font-size: 14px;
    }
@media (max-width: 1279px) {
.b-filter__btns .btn {
        max-width: 100%
    }
      }
/* количество найденных товаров */
.b-filter__btns .btn span > span {
        display: none;
      }
@media (max-width: 1023px) {
.b-filter__btns .btn span > span {
          display: inline
      }
        }
.b-filter-mask {
    position: absolute; /* relative у body */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(35,31,32,.4);
    z-index: 17;
  }
@media (max-width: 767px) {
.b-filter .b-checkbox:last-child {
        margin-bottom: 15px
    }
      }
.b-filter .b-checkbox:last-child .b-checkbox__label {
        margin-bottom: 20px;
      }
@media (max-width: 767px) {
.b-filter .b-checkbox:last-child .b-checkbox__label {
          margin-bottom: 15px
      }
        }
.b-filter .b-checkbox__label {
      margin-bottom: 4px;
    }
.b-filter .b-checkbox__label.disabled {
        opacity: 0.5;
      }
.b-filter .btn--blue {

  }
.b-filter .b-checkbox:not(.b-checkbox--radio) input[type="checkbox"]:checked:not(.disabled) + .b-checkbox__box, .b-filter .b-checkbox:not(.b-checkbox--radio) .b-checkbox__input:checked:not(.disabled) + .b-checkbox__box {
          background-color: #93a3be !important;
        }
.b-filter .b-checkbox input[type="checkbox"]:checked:not(.disabled) + .b-checkbox__box, .b-filter .b-checkbox__input:checked:not(.disabled) + .b-checkbox__box {
        border-color: #93a3be;
      }
.b-filter .b-checkbox input[type="checkbox"].disabled + .b-checkbox__box, .b-filter .b-checkbox__input.disabled + .b-checkbox__box {
          background-color: #93a3be;
        }
.filter__result-wrap {
    display: block !important;
    height: 0;
  }
.filter__result-count {
    position: absolute;
    right: -160px;
    width: 130px;
    margin-top: 8px;
    padding: 6px 5px;
    background-color: #93a3be;
    font-weight: 700;
    text-align: center;
    color: #fff;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
    z-index: 12;
  }
@media (max-width: 1279px) {
.filter__result-count {
      right: -150px
  }
    }
@media (max-width: 1023px) {
.filter__result-count {
      display: none !important
  }
    }
.filter__result-count span {
      padding: 0 1px;
    }
.filter__result-count:hover {
      background-color: #97afd8;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-sort {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
.b-sort {
        margin-bottom: 10px
}
        }
.b-sort--min .b-sort__bottom {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            }
@media (max-width: 767px) {
.b-sort--min .b-sort__bottom {
                -ms-flex-wrap: nowrap;
                    flex-wrap: nowrap
            }
            }
@media (max-width: 500px) {
.b-sort--min .b-sort__bottom {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap
            }
            }
.b-sort__top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 11px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        }
.b-sort__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        }
@media (max-width: 1024px) {
.b-sort__bottom {
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end
        }
        }
@media (max-width: 1023px) {
.b-sort__bottom .b-sort__text {
                display: none
            }
                }
.b-sort__text span {
            color: #93a3be;
            }
.b-sort__text--count {
            white-space: nowrap;
            padding-left: 10px;
            }
@media (max-width: 500px) {
.b-sort__text--count {
                display: none
            }
                }
.b-sort__company {
        width: 344px;
        margin-right: auto;
        }
@media (max-width: 1440px) {
.b-sort__company {
            width: 300px
        }
            }
@media (max-width: 1360px) {
.b-sort__company {
            width: 240px
        }
        }
@media (max-width: 1024px) {
.b-sort__company {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px
        }
        }
@media (max-width: 1023px) {
.b-sort__company {
            width: 280px;
            margin-right: auto;
            margin-bottom: 0
        }
        }
@media (max-width: 776px) {
.b-sort__company {
            width: 100%;
            margin-bottom: 20px
        }
        }
.b-sort__company .b-form__item--select {
            margin-bottom: 0;
            }
.b-sort__checkbox {
        margin-right: 29px;
    }
@media (max-width: 1440px) {
.b-sort__checkbox {
            margin-right: 15px
    }
        }
@media (max-width: 500px) {
.b-sort__checkbox {
            width: 100%;
            margin-right: 0
    }
        }
.b-sort__checkbox .b-checkbox__label:hover .b-checkbox__input:checked + .b-checkbox__box {
                    background-color: #93a3be;
                }
@media (max-width: 500px) {
.b-sort__checkbox .b-checkbox__label {
                margin-bottom: 10px
        }
            }
.b-sort__sort {
        width: 230px;
        margin-right: 5px;
        margin-left: 9px;
    }
@media (max-width: 1279px) {
.b-sort__sort {
            width: 180px
    }
            }
@media (max-width: 500px) {
.b-sort__sort {
            width: auto;
            margin: 0 auto 0 0
    }
        }
.b-sort__sort .select {
            padding-right: 35px;
        }
@media(max-width: 767px) {
.b-sort__sort .select {
                padding-left: 15px
        }
            }
@media(max-width: 767px) {
.b-sort__sort .select-items ul > * {
                        padding: 9px 15px 9px
                }
                    }
.b-sort__buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
@media (max-width: 1023px) {
.b-sort__buttons {
            /*margin-left: var(--filter-btn-ml);*/
            display: none
    }
        }
@media (max-width: 423px) {
.b-sort__buttons {
            margin-top: 10px
    }
        }
.b-sort__display {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 55px;
        height: 55px;
        margin-left: 5px;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border: 1px solid #CBD2DB;
        background-color: #fff;
        }
@media (max-width: 500px) {
.b-sort__display {
            height: 50px;
            margin-left: 0;
            margin-right: 5px
        }
            }
@media (max-width: 500px) {
.b-sort__display:last-child {
                margin-right: 0
            }
                }
.b-sort__display:hover svg * {
                fill: #6E6F70;
                }
.b-sort__display.active {
            cursor: default;
            pointer-events: none;
            }
.b-sort__display.active svg * {
                fill: #93a3be;
                }
.b-sort__display svg * {
            fill: #949BA8;
            -webkit-transition: fill .2s;
            -o-transition: fill .2s;
            transition: fill .2s;
            }
.b-sort__filter { /* .btn */
        width: 120px;
        height: 55px;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    }
@media (max-width: 767px) {
.b-sort__filter {
            padding-right: 25px;
            padding-left: 25px
    }
        }
@media (max-width: 500px) {
.b-sort__filter {
            width: auto
    }
        }
.b-sort__filter.btn {
            display: none;
        }
@media (max-width: 1023px) {
.b-sort__filter.btn {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
        }
            }
.b-sort--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 5px;
    }
.b-sort__appellation {
    position: relative;
    }
.b-sort__appellation .styles__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        width: 100%;
        max-width: 378px!important;
        margin-bottom: 0!important;
        }
.b-sort__appellation .styles__item .select-wrapper {
            max-width: 345px;
            }
.b-sort__appellation .styles__item .styles__text {
            position: static;
            color: #1A1A1A;
            margin-bottom: 13px;
            }
.b-sort__appellation .styles__item .b-form__item {
            margin-bottom: 0;
            }
@media (max-width: 767px) {
.b-sort__appellation .styles__item {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column
        }
            }


:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* catalog grid */
.c-g {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-bottom: 70px;
}
.c-g:last-of-type {
    margin-bottom: 0;
  }
.c-g > div, .c-g > .p {
    width: calc(25% - 10px);
    margin-left: 10px;
    margin-bottom: 12px;
  }
@media (max-width: 1700px) {
.c-g > div, .c-g > .p {
      width: calc(33.33% - 10px)
  }
    }
@media (max-width: 767px) {
.c-g > div, .c-g > .p {
      width: calc(50% - 10px)
  }
    }
@media (max-width: 500px) {
.c-g > div, .c-g > .p {
      width: calc(100% - 10px)
  }
    }
.c-g--search > div {
      width: calc(20% - 10px);
    }
@media (max-width: 1700px) {
.c-g--search > div {
        width: calc(25% - 10px)
    }
      }
@media (max-width: 1279px) {
.c-g--search > div {
        width: calc(33.33% - 10px)
    }
      }
@media (max-width: 767px) {
.c-g--search > div {
        width: calc(50% - 10px)
    }
      }
@media (max-width: 500px) {
.c-g--search > div {
        width: calc(100% - 10px)
    }
      }
.c-g .c__bottom {
    width: 100%;
    margin: 8px 0 0 10px;
  }
.c-g .c__bottom .btn--loading {
      margin: auto;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.c-nav {
  margin-bottom: 20px;
  padding: 0 ;
  background-color: #fff;
  border-radius: 5px;

}
@media (max-width: 1279px) {
.c-nav {
    padding: 20px 20px 15px

}
  }
@media (max-width: 1023px) {
.c-nav {
    display: none

}
  }
.c-nav > div > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      font-weight: 700;
      height: 42px;
      padding: 0 36px;
      border-bottom: 1px solid  #fff;
      line-height: 1.3;
      color: #fff;
      background-color: #93a3be;
      -webkit-transition: 0.2s;
      -o-transition: 0.2s;
      transition: 0.2s;
    }
.c-nav > div > a:hover {
        background-color: #89a5d1;
      }
.c-nav > div > [data-toggle-list] > [data-toggle-wrap] > a {
      color: #949BA8;
      margin-bottom: 9px;
    }
.c-nav > div > [data-toggle-list] > [data-toggle-wrap] > a span:first-child {
        padding-right: 10px;
      }
.c-nav > div > [data-toggle-list] > [data-toggle-wrap] > a.active {
        //color: #93a3be;
        color: white;
      }
.c-nav > div > a { /* первый уровень */
      margin-bottom: 0;
    }
.c-nav > div > a [data-toggle-btn]{
        margin-right: 15px;
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
      }
.c-nav > div > div > a, .c-nav > div > [data-toggle-list] > [data-toggle-wrap] > [data-toggle-list] > a { /*третий уровень*/
      margin-bottom: 9px;
      color: #444444;
    }
.c-nav > div > div > a.active, .c-nav > div > div > a:hover, .c-nav > div > [data-toggle-list] > [data-toggle-wrap] > [data-toggle-list] > a.active, .c-nav > div > [data-toggle-list] > [data-toggle-wrap] > [data-toggle-list] > a:hover {
        color: #93a3be;
      }
.c-nav [data-toggle-wrap]:first-of-type a {
        border-radius: 3px 3px 0 0;
      }
.c-nav [data-toggle-wrap]:first-of-type:last-of-type a {
          border-radius: 3px;
        }
.c-nav [data-toggle-wrap]:last-of-type a {
        border-radius: 0 0 3px 3px;
      }
.c-nav [data-toggle-list] { /* вложенные уровни */
    display: none;
    padding-bottom: 17px;
    padding: 20px 30px;
  }
.c-nav [data-toggle-list] a > span.active {
        font-weight: 700;
        color: #93a3be;
      }
.c-nav [data-toggle-list] a > span:hover {
        color: #93a3be;
      }
.c-nav [data-toggle-list].active { /* переключается на js, .active для инициализации */
      display: block;
    }
.c-nav [data-toggle-list] > [data-toggle-wrap] > [data-toggle-list] {
      padding-left: 10px;

    }
.c-nav [data-toggle-btn] { /* обертка иконки */
    margin: -5px;
    padding: 5px;
  }
.c-nav [data-toggle-btn]:hover:after {
        //color: #93a3be;
        color: white;
      }
.c-nav [data-toggle-btn].active:after {
        -webkit-transform: rotate(-45deg) translateZ(0);
                transform: rotate(-45deg) translateZ(0);
      }
.c-nav [data-toggle-btn]:after { /* иконка */
      content: '';
      display: block;
      min-width: 7px;
      height: 7px;
      margin-right: 2px;
      border: 2px solid;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(45deg) translateZ(0);
              transform: rotate(45deg) translateZ(0);
      -webkit-transition: -webkit-transform .2s;
      transition: -webkit-transform .2s;
      -o-transition: transform .2s;
      transition: transform .2s;
      transition: transform .2s, -webkit-transform .2s;
    }
.c-nav a { /* все ссылки на всех уровнях */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    //justify-content: space-between;
  }
.c-nav a span { /* текст */
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
      }
.c-nav a span:hover {
          color: white;
        }
.c-nav--static [data-toggle-btn] {
      pointer-events: none;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.c-subsection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-subsection__item {
    width: calc(20% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    padding: 20px 30px 35px;
    background-color: #fff;
    text-align: center;
    position: relative;
    -webkit-transition: -webkit-box-shadow .4s ease-in-out;
    transition: -webkit-box-shadow .4s ease-in-out;
    -o-transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out;
    transition: box-shadow .4s ease-in-out, -webkit-box-shadow .4s ease-in-out;
  }
@media (max-width: 1700px) {
.c-subsection__item {
      width: calc(25% - 10px)
  }
    }
@media (max-width: 1279px) {
.c-subsection__item {
      width: calc(33.33% - 10px)
  }
    }
@media (max-width: 767px) {
.c-subsection__item {
      width: calc(50% - 10px);
      padding: 10px 10px 20px
  }
    }
@media (max-width: 500px) {
.c-subsection__item {
      width: calc(100% - 10px)
  }
    }
.c-subsection__item:hover {
      -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
              box-shadow: 0 6px 10px rgba(46,47,77,.06);
      -webkit-transition-duration: .2s;
           -o-transition-duration: .2s;
              transition-duration: .2s;
    }
.c-subsection__item--sale {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
.c-subsection__item--sale img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.c-subsection__item--sale .title-2 {
        margin-top: auto;
        position: relative;
        z-index: 2;
        color: #fff;
      }
.c-subsection__item:not(.c-subsection__item--sale) img {
        width: 284px;
        height: 284px;
        font-family: "object-fit:contain";
        -o-object-fit: contain;
           object-fit: contain;
      }
@media (max-width: 767px) {
.c-subsection__item:not(.c-subsection__item--sale) img {
          width: 230px;
          height: 230px
      }
        }
.c-subsection__item .title-2 {
      margin-bottom: 0;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
    }
.c-subsection__item .title-2:hover {
        color: #93a3be;
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
:root {
  /* margin-right */
  /* width / height */
}
.c-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -10px -10px 40px;
}
@media (max-width: 1279px) {
.c-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }
.c-section__section {
    /* обертка правой / левой стороны */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(35.5% - 20px);
    margin: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 1279px) {
.c-section__section {
      width: 100%;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      margin: 0
  }
    }
@media (max-width: 767px) {
.c-section__section {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.c-section__inner {
    /* внутренний блок с заголовком и "show more" */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
.c-section__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 18px;
  }
@media (max-width: 500px) {
.c-section__title {
      margin-bottom: 0
  }
    }
.c-section__title:hover {
      color: #93a3be;
    }
.c-section__links {
    /* вложен в inner, список ссылок по подразделам */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
@media (max-width: 500px) {
.c-section__links {
      display: none !important
  }
    }
.c-section__links a {
      margin-bottom: 5px;
    }
.c-section__links a:hover {
        color: #93a3be;
      }
.c-section__links .link-more {
      margin-top: auto;
      margin-bottom: 0;
    }
.c-section__item {
    border-radius: 5px;
    background-color: #fff;
    margin: 10px 10px;
    overflow: hidden;
  }
@media (max-width: 1279px) {
.c-section__item {
      margin: 10px
  }
    }
@media (max-width: 500px) {
.c-section__item {
      -webkit-box-align: center !important;
          -ms-flex-align: center !important;
              align-items: center !important;
      border: none
  }
    }
.c-section__item--horizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 280px;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
@media (max-width: 1279px) {
.c-section__item--horizontal {
        width: calc(50% - 20px);
        opacity: 1 !important
        /* для анимированных блоков */
    }
      }
@media (max-width: 767px) {
.c-section__item--horizontal {
        width: calc(100% - 20px)
    }
      }
@media (max-width: 500px) {
.c-section__item--horizontal {
        height: auto
    }
      }
.c-section__item--horizontal .c-section__inner {
          width: calc(100% - 280px - 31px);
          padding: 29px 34px;
        }
@media (max-width: 1700px) {
.c-section__item--horizontal .c-section__inner {
            width: calc(100% - 150px - 15px);
            margin-left: 15px;
            padding: 10px 10px
        }
          }
@media (max-width: 1023px) {
.c-section__item--horizontal .c-section__inner {
            width: calc(100% - 120px - 15px)
        }
          }
@media (max-width: 500px) {
.c-section__item--horizontal .c-section__inner {
            width: calc(100% - 80px - 15px)
        }
          }
.c-section__item--vertical {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 10px;
    }
@media (max-width: 1279px) {
.c-section__item--vertical {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: calc(100% - 20px);
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row
    }
      }
@media (max-width: 767px) {
.c-section__item--vertical {
        margin: 10px
    }
      }
@media (max-width: 500px) {
.c-section__item--vertical {
        height: auto
    }
      }
.c-section__item--vertical .c-section__img {
          width: 100%;
          margin: 0 auto;
          border-radius: 5px 5px 0 0;
          height: 280px;
        }
@media (max-width: 1700px) {
.c-section__item--vertical .c-section__img {
            max-width: 100%
        }

          }
@media (max-width: 1279px) {
.c-section__item--vertical .c-section__img {
            width: calc(50% - 10px);
            margin: 0
        }
          }
@media (max-width: 767px) {
.c-section__item--vertical .c-section__img {
            width: 180px;
            height: auto
        }
          }
@media (max-width: 500px) {
.c-section__item--vertical .c-section__img {
            width: 80px;
            height: 80px
        }
          }
.c-section__item--vertical .c-section__inner {
          padding: 48px 36px 30px;
        }
@media (max-width: 1700px) {
.c-section__item--vertical .c-section__inner {
            padding: 10px 30px
        }
          }
@media (max-width: 1279px) {
.c-section__item--vertical .c-section__inner {
            width: calc(50% - 15px);
            margin-left: 25px;
            padding: 10px 0
        }
          }
@media (max-width: 767px) {
.c-section__item--vertical .c-section__inner {
            width: calc(100% - 120px - 15px);
            margin-left: 15px;
            padding: 10px 10px
        }
          }
@media (max-width: 500px) {
.c-section__item--vertical .c-section__inner {
            width: calc(100% - 80px - 15px)
        }
          }
.c-section__img {
    width: 280px;
  }
.c-section__img:hover+.c-section__inner .c-section__title, .c-section__img:focus+.c-section__inner .c-section__title {
        color: #93a3be;
      }
@media (max-width: 767px) {
.c-section__img {
      width: 180px;
      height: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0
  }
    }
@media (max-width: 500px) {
.c-section__img {
      width: 80px;
      height: 80px
  }
    }
.c-section__img img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.c-section__img img:not(.init) {
        border-radius: 5px;
      }
.c-section--main {
    max-height: 620px;
  }
@media(max-width: 1279px) {
.c-section--main {
      max-height: 100%
  }
    }
.c-section--full {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.c-section--full .c-section__section {
        width: calc(33.33% - 20px);
        margin: 10px;
      }
@media(max-width: 1279px) {
.c-section--full .c-section__section {
          width: calc(50% - 20px)
      }
        }
@media(max-width: 1023px) {
.c-section--full .c-section__section {
          width: calc(100% - 20px)
      }
        }
.c-section--full .c-section__item--horizontal {
          height: auto;
          margin: 0;
        }
@media(max-width: 1023px) {
.c-section--full .c-section__item--horizontal {
            min-height: 200px
        }
          }
@media(max-width: 500px) {
.c-section--full .c-section__item--horizontal {
            min-height: auto
        }
          }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.c-unauth {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 500px) {
.c-unauth {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.c-unauth .title {
    display: inline;
    margin-top: 0;
    margin-right: 30px;
  }
@media (max-width: 1279px) {
.c-unauth .title {
      margin-right: 20px
  }
    }
@media (max-width: 500px) {
.c-unauth .title {
      margin-right: 0
  }
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.compare-table {
  border-left: 0;
  margin-top: auto;
  background: white;
  opacity: 0;
}
@media (max-width: 1024px) {
.compare-table {
    margin-top: 0
}
  }
.compare-table__row {
    line-height: 1.4;
    border-bottom: 1px solid #d3d9de;
  }
.compare-table__row-head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%;
      padding: 0 20px;
      font-weight: 600;
    }
.compare-table__row-value {
      position: relative;
      overflow: hidden;
      padding: 20px 25px;
      font-size: 15px;
    }
.compare-table__row-name {
      display: none;
      background: #d6d6d6;
    }
@media (max-width: 1024px) {
.compare-table__row-name {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 52px;
        padding: 0 20px
    }
      }
.compare-table__row:first-of-type {
      border-top: 1px solid #ebebeb;
    }
.compare-table__row:last-of-type {
      border-color: #ebebeb;
    }
.compare-table--head {
    background-color: #fafbfb;
  }
.compare-table--head .compare-table__row {
      border-left: 1px solid #ebebeb;
    }
@media (max-width: 1024px) {
.compare-table--head {
      display: none
  }
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.compare__top {
    display: none;
    background: white;
    width: 100%;
    padding: 15px 5px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
.compare__top a {
      font-weight: 600;
      margin-right: 12px;
      padding: 15px 25px;
    }
.compare__top a .active {
        border-bottom: 3px solid #721a33;
      }
.compare__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
@media (max-width: 767px) {
.compare__main {
      display: block
  }
    }
.compare__left {
    width: 350px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.compare__left .compare-table__row-value {
      font-weight: 600;
    }
@media (max-width: 1024px) {
.compare__left {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px
  }
    }
.compare__right {
    width: calc(100% - 350px - 50px);
  }
@media (max-width: 1024px) {
.compare__right {
      width: 100%
  }
    }
.compare__info {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 50px;
  }
@media (max-width: 1024px) {
.compare__info {
      margin-right: 0
  }
    }
.compare__info-block {
    background: white;
    width: 100%;
    padding: 25px 24px 20px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
.compare__info-block .b-checkbox {
      margin-bottom: 10px;
    }
.compare__count {
    font-weight: 600;
    margin-bottom: 20px;
  }
.compare__btn {
    padding: 15px 20px;
    text-align: center;
    background: #e1e4e8;
    border-radius: 5px;
    font-weight: 600;
    display: block;
  }
.compare__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 5px 20px;

  }
.compare__product .p__img {
      height: 190px;
      width: 100%;
      margin-bottom: 16px;
    }
.compare__product .p__middle {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: auto;
      padding: 0 18px 10px;
      margin-bottom: 0;
    }
.compare__product .p__title {
      -webkit-box-flex: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      max-height: none;
      overflow: auto;
      -webkit-line-clamp: unset;
    }
.compare__product .price__current {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px;
    }
.compare__product .price__current span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.compare__product .price__current span::before {
          display: inline-block;
          content: "";
          width: 1px;
          height: 1em;
          background: #444444;
          margin: 0 8px;
        }
.compare__delete {
    position: absolute;
    right: 13px;
    z-index: 10;
    top: 12px;
    background: #f0f2f3;
    border-radius: 100%;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.compare__delete svg {
      width: 12px;
      height: 12px;
    }
.compare__delete svg * {
        fill: #93a3be;
      }
.compare__delete .plus::before, .compare__delete .plus::after {
        height: 16px;
      }
.compare-slider .swiper-slide {
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 260px;
    }
.compare-slider .swiper-slide:nth-of-type(2n) .compare-table {
        background-color: #fafbfb;
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-aside-sidebar {
  width: 271px;
  margin: 9px;
  padding: 10px 25px 10px 35px;
  border-radius: 5px;
  background-color: #fff;
}
@media (max-width: 1700px) {
.lk-aside-sidebar {
    width: 270px
}
  }
@media (max-width: 1279px) {
.lk-aside-sidebar {
    display: none
}
  }
.lk-aside-sidebar__logo {
    display: block;
    margin-bottom: 45px;
    margin-top: 10px;
    margin-right: 10px;
  }
.lk-aside-sidebar__logo svg{
      width:100%;
    }
.lk-aside-sidebar .btn--transparent {
    color: #444444;
    border-color: #444444;
    margin-bottom: 45px;
    width: 100%;
  }
.lk-aside-sidebar__links {
    margin-bottom: 135px;
  }
@media(max-width: 1700px) {
.lk-aside-sidebar__links {
      margin-bottom: 95px
  }
    }
.lk-aside-sidebar__links:last-of-type {
      margin-bottom: 100px;
    }
.lk-aside-sidebar__links a {
      display: block;
      margin-bottom: 23px;
      position: relative;
    }
.lk-aside-sidebar__links a:hover > span {
          opacity: 1;
        }
.lk-aside-sidebar__links a.active:before {
          content: '';
          position: absolute;
          top: 50%;
          left: calc(50% - 5px);
          -webkit-transform: translateY(-50%) translateX(-50%);
              -ms-transform: translateY(-50%) translateX(-50%);
                  transform: translateY(-50%) translateX(-50%);
          width: calc(100% + 20px);
          height: calc(100% + 26px);
          border-radius: 25px;
        }
.lk-aside-sidebar__links a.active > span {
          color: #93a3be;
          opacity: 1;
        }
.lk-aside-sidebar__links a > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #444444;
        opacity: .6;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
        position: relative;
      }
/* количество заказов */
.lk-aside-sidebar__links a span > span + span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        height: 20px;
        margin-left: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        background-color: rgba(151, 175, 216, 0.3);
        -webkit-box-shadow: 0 3px 6px rgba(0,0,0, .16);
                box-shadow: 0 3px 6px rgba(0,0,0, .16);
        font-size: 11px;
        font-weight: 700;
        color: #93a3be;
        opacity: 1;
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-carts__item {
    background-color: #fff;
  }
.lk-carts__item:not(:last-child) {
      margin-bottom: 10px;
    }
.lk-carts__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 17px calc(25px - 10px) 14px 25px;
  }
@media (max-width: 767px) {
.lk-carts__header {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 10px calc(15px - 10px) 10px 15px
  }
    }
.lk-carts__header > * {
      margin-right: 10px;
      margin-bottom: 5px;
    }
.lk-carts__header--bg {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #E1E4E8;
      font-size: 16px;
    }
@media (max-width: 767px) {
.lk-carts__header--bg {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
.lk-carts__header .link-toggle {
      margin-left: auto;
      margin-top: 0;
      margin-right: 0 !important;
    }
.lk-carts__header .btn {
      min-height: 48px;
      padding: 13px 30px !important;
    }
.lk-carts__header .btn, .lk-carts__header .lk-carts__del {
      font-weight: 700;
    }
.lk-carts__content {
    padding: 15px 25px;
    border-top: 1px solid #CBD2DB;
  }
@media (max-width: 767px) {
.lk-carts__content {
      padding: 10px 15px
  }
    }
/* "Удалить" */
.lk-carts__del {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 12px;
    font-weight: 700;
  }
.lk-carts__del span {
      padding-right: 7px;
      -webkit-transition: color .3s;
      -o-transition: color .3s;
      transition: color .3s;
    }
.lk-carts__del span:hover{
        color: #93a3be;
      }
.lk-carts__del:hover #tooltip-question-Path_56 {
      fill: #fff !important;
    }
@media (max-width: 767px) {
.lk-carts .btn {
      width: calc(50% - 10px)
  }
    }
@media (max-width: 500px) {
.lk-carts .btn {
      width: calc(100% - 10px)
  }
    }
.lk-carts .btn:hover #tooltip-question-Path_56 {
      fill: #93a3be !important;
    }
@media (max-width: 1023px) {
.lk-carts .basket-item__t {
        display: block;
        height: auto;
        margin-right: 10px
    }
      }
.lk-carts .basket-item:last-child {
      margin-bottom: 0;
      //padding-bottom: 0;
    }
@media (max-width: 767px) {
.lk-carts .basket-item:last-child {
        border-bottom: none
    }
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-color: #F0F2F3;
}
.lk-aside__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 271px - (9px * -2));
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 1700px) {
.lk-aside__main {
      width: calc(100% - 270px)
  }
    }
@media (max-width: 1279px) {
.lk-aside__main {
      width: 100%
  }
    }
/* основные стили сайта */
.lk-aside .h {
    border-top: none;
    background-color: transparent;
  }
@media (max-width: 1279px) {
.lk-aside .h {
      background-color: #F0F2F3;
      border-top: 4px solid #93a3be
  }
    }
.lk-aside .h__top {
      padding: 15px 0;
    }
@media (max-width: 1440px) {
.lk-aside .h__top .h-user {
          font-size: 13px
      }
        }
@media (max-width: 1279px) {
.lk-aside .h__top .h-user {
          display: none
      }
        }
.lk-aside .h__logo {
      display: none;
      -ms-flex-item-align: auto;
          align-self: auto;
    }
@media (max-width: 1279px) {
.lk-aside .h__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
      }
@media (max-width: 767px) {
.lk-aside .h__logo {
        margin: 0
    }
      }
.lk-aside .h-compare svg g {
        fill: transparent;
      }
.lk-aside .h-search-m {
      margin: 0 0 0 18px;
    }
@media (max-width: 1279px) {
.lk-aside .h__m {
        border: none
    }
      }
.lk-aside .h__inner-left {
        width: 50%;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }
@media (max-width: 500px) {
.lk-aside .h__inner-left {
          width: auto
      }
        }
.lk-aside .h__inner-right {
        width: 50%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }
@media (max-width: 500px) {
.lk-aside .h__inner-right {
          width: auto
      }
        }
.lk-aside .h-user {
      max-width: 390px;
      border-left: 1px solid rgba(127, 138, 158, .5);
    }
@media (max-width: 1560px) {
.lk-aside .h-user {
        max-width: 280px
    }
      }
@media (max-width: 1440px) {
.lk-aside .h-user {
        max-width: 220px
    }
      }
@media (max-width: 1279px) {
.lk-aside .h-user {
        border-left: none;
        max-width: 100%
    }
      }
@media (max-width: 640px) {
.lk-aside .h-user {
        max-width: 220px
    }
      }
@media (max-width: 360px) {
.lk-aside .h-user {
        max-width: 180px
    }
      }
.lk-aside .h-user__img {
        height: 20px;
        border-radius: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }
.lk-aside .h-user__img *{
         stroke: #93a3be;
       }
.lk-aside .h-user__logout {
        padding: 13px;
      }
@media (max-width: 1279px) {
.lk-aside .h-user__logout {
          padding: 6px
      }
        }
.lk-aside .h-user__inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: calc(100% - 40px - 46px);
      }
@media (max-width: 1279px) {
.lk-aside .h-user__inner {
          width: 100%
      }
        }
@media (max-width: 640px) {
.lk-aside .h-user__inner {
          width: calc(100% - 32px - 34px)
      }
        }
.lk-aside .h-user__name {
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
      }
/* mobile user icon */
@media (max-width: 1279px) {
.lk-aside .h-user > svg *:not(g) {
            stroke: #93a3be
        }
          }
.lk-aside .h__search {
      max-width: 725px;
      background-color: #fff;
      margin-right: 20px;
    }
@media (max-width: 1700px) {
.lk-aside .h__search {
        width: 100%
    }
      }
.lk-aside .h__search .b-form__item {
       min-width: 290px;
     }
.lk-aside .h__search-m {
        margin: 6px 0 0;
      }
.lk-aside .h-tel svg {
        width: 22px;
        height: 22px;
        margin-right: 18px;
      }
@media (max-width: 1440px) {
.lk-aside .h-tel svg {
          width: 21px;
          height: 21px;
          margin-right: 10px
      }
        }
.lk-aside .h-tel__modal {
        font-weight: normal;
        font-size: 13px;
        color: #7F8A9E;
        text-decoration: none;
      }
@media (max-width: 1440px) {
.lk-aside .h-tel__modal {
          font-size: 12px
      }
        }
.lk-aside .main {
    padding-bottom: 50px;
  }
@media (max-width: 1279px) {
.lk-aside .main {
      padding-top: 0
  }
    }
@media (max-width: 767px) {
.lk-aside .main {
      padding-bottom: 20px;
      padding-top: 10px
  }
    }
.lk-aside .f {
    background-color: transparent;
    margin-top: auto;
    border-bottom: 0;
  }
.lk-aside .f__bottom {
      padding-bottom: 20px;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
.lk-aside .container {
    max-width: 1406px;
    padding: 0 15px;
    margin: 0 auto;
  }
.lk-aside .f {
    margin-top: auto;
  }
/*    max-width: 550px;
    
    @media (--max1279) {
      max-width: 100%;
    }*/
.lk-aside .b-form__bottom {
      margin-top: 15px;
    }
.lk-aside .b-form__bottom .btn {
        margin-right: 15px;
        margin-left: 0;
      }
@media (max-width: 767px) {
.lk-aside .b-form__bottom .btn {
          width: 100%
      }
        }
.lk-aside .b-form__bottom a:not(.btn):hover {
        color: #93a3be;
      }
.lk-aside .b-tabs {
    margin-top: 40px;
  }
.lk-aside .b-breadcrumbs {
    margin-bottom: 10px;
  }
.lk-aside .green {
    color: #589a36;
  }
.lk-aside .red {
    color: #ff0000;
  }
.lk-aside .yellow {
    color: #93a3be;
  }
.lk-aside .grey {
    color: #949BA8;
  }
.lk-aside .blue-light {
    color: #009CE5;
  }
.lk-icons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media (max-width: 1279px) {
.lk-icons {
    display: none
}
  }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* основная страница Лк */
.lk-main__columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
  }
@media (max-width: 1279px) {
.lk-main__columns {
      display: block
  }
    }
.lk-main__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 20px);
    margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 1279px) {
.lk-main__column {
      width: calc(100% - 20px)
  }
    }
.lk-main__item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 20px;
    padding: 0 30px 25px;
    background-color: #fff;
  }
@media (max-width: 767px) {
.lk-main__item {
      padding: 0 15px 20px
  }
    }
.lk-main__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 calc(30px * -1) 30px;
    padding: 20px 30px;
    border-bottom: 1px solid #CBD2DB;
  }
@media (max-width: 767px) {
.lk-main__head {
      margin: 0 calc(15px * -1) 20px;
      padding: 15px 15px
  }
    }
.lk-main__title {
    font-size: 16px;
    font-weight: 700;
  }
.lk-main__params {
    margin-bottom: calc(5px * -1);
  }
.lk-main__params:not(:last-child) {
      margin-bottom: 30px;
    }
@media (max-width: 767px) {
.lk-main__params:not(:last-child) {
        margin-bottom: 15px
    }
      }
.lk-main__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
  }
@media (max-width: 500px) {
.lk-main__param {
      display: block;
      margin-bottom: 5px
  }
    }
.lk-main__param > *:first-child {
        min-width: 190px;
        max-width: 190px;
        padding-right: 20px;
      }
@media (max-width: 500px) {
.lk-main__param > *:first-child {
          min-width: 0;
          max-width: 100%;
          color: #949BA8
      }
        }
.lk-main__param a {
      color: #93a3be;
    }
.lk-main__param a:hover {
        color: #97afd8;
      }
.lk-main__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
.lk-main__img span { /* text */
      display: block;
      position: absolute;
      top: 55px;
      left: 45px;
      right: 114px;
      font-size: 16px;
      color: #fff;
      z-index: 1;
    }
@media (max-width: 767px) {
.lk-main__img span {
        top: 15px;
        left: 15px;
        right: 15px
    }
      }
.lk-main__img img {
      width: 100%;
      height: 481px;
      font-family: "object-fit:cover";
      -o-object-fit: cover;
         object-fit: cover;
    }
.lk-main__text {
    max-width: 385px;
  }
.lk-main__slider .p-slider {
      margin-bottom: 0;
    }
.lk-main__slider .p-slider .swiper-container {
     margin: -30px 0;
     padding: 30px 0;
   }
.lk-main__slider .slider__arrows {
     left: -20px;
     right: -20px;
     z-index: 1;
   }
.lk-main__slider .title-1 > span {
      font-size: 16px;
     }
@media(max-width: 767px) {
.lk-main__slider .title-1 > span {
        font-size: 16px
     }
      }
.lk-main .btn {
    padding-top: 12px;
    padding-bottom: 12px;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-chart__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    color: #949BA8;
  }
@media (max-width: 767px) {
.lk-chart__top {
      height: auto;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.lk-chart__top .select-wrapper, .lk-chart__top select {
      width: 120px;
      margin-bottom: 0;
    }
@media (max-width: 767px) {
.lk-chart__top form {
        margin-left: auto
    }
      }
.lk-chart__links {
    margin-right: auto;
  }
@media (max-width: 767px) {
.lk-chart__links {
      width: 100%;
      margin-bottom: 15px
  }
    }
.lk-chart__link {
    margin-right: 45px;
  }
@media (max-width: 767px) {
.lk-chart__link {
      margin-right: 25px
  }
    }
.lk-chart__link.active, .lk-chart__link:hover {
      color: #93a3be;
    }
.lk-chart__link.active {
      cursor: default;
    }
.lk-chart__legend {
    margin-right: 60px;
  }
@media (max-width: 767px) {
.lk-chart__legend {
      margin-right: 15px
  }
    }
.lk-chart__legend:before {
      content: '';
      display: inline-block;
      min-width: 9px;
      max-width: 9px;
      height: 9px;
      margin-right: 5px;
      vertical-align: middle;
      border: 4px solid;
      border-radius: 50%;
    }
.lk-chart__legend span {
      vertical-align: middle;
      line-height: 17px;
    }
.lk-chart__legend--plan:before {
        border-color: #0DB9F9;
      }
.lk-chart__legend--fact:before {
        border-color: #93a3be;
      }
.lk-chart .lk__section:not(:last-child) {
      margin-bottom: 20px;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-p-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 18px 25px;
    background-color: #fff;
  }
.lk-p-list__item .b-checkbox__text {
      font-size: 16px;
      line-height: 1.4;
    }
.lk-p-list__look {
    margin-left: auto;
    cursor: pointer;
  }
.lk-p-list__look:hover svg * {
        fill: #93a3be;
      }
.lk-p-list__look svg {
      width: 24px;
      height: 14px;
    }
.lk-p-list__look svg * {
        fill: #949BA8;
        -webkit-transition: fill .2s;
        -o-transition: fill .2s;
        transition: fill .2s;
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk .pay .mb-4 p, .lk .pay .mb-4 .col.pr-0 {
      display: none;
    }
.lk .pay .btn {
      width: 180px;
      border-radius: 3px!important;
      font-size: 14px;
    }
.lk__section {
    padding: 40px;
    background-color: #fff;
  }
@media (max-width: 1700px) {
.lk__section {
      padding: 30px
  }
    }
@media (max-width: 1023px) {
.lk__section {
      padding: 15px
  }
    }
@media (max-width: 767px) {
.lk__section {
      margin: 0 -15px
  }
    }
/* /personal/feedback/claim/ */
.lk__section--claim .b-checkbox--radio:last-of-type {
          margin-right: 0;
        }
.lk__section .b-form + p {
      margin-top: 20px;
    }
.lk__section .link-more:last-child {
      margin-top: 15px;
    }
.lk__section p:last-child {
      margin-bottom: 0;
    }
/* таблица прайс листов */
@media (max-width: 767px) {
.lk__price .basket-item {
        padding: 10px 15px;
        border-bottom: none
    }
      }
.lk__favorite {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
.lk__favorite .p {
      width: calc(20% - 10px);
      margin-left: 10px;
      margin-bottom: 10px;
    }
@media (max-width: 1700px) {
.lk__favorite .p {
        width: calc(25% - 10px)
    }
      }
@media (max-width: 1279px) {
.lk__favorite .p {
        width: calc(33.3% - 10px)
    }
      }
@media (max-width: 767px) {
.lk__favorite .p {
        width: calc(50% - 10px)
    }
      }
@media (max-width: 500px) {
.lk__favorite .p {
        width: calc(100% - 10px)
    }
      }
/* /personal/companies/ регистрация нового пользователя .btn wrap*/
.lk__register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
@media (max-width: 500px) {
.lk__register .btn {
        width: 100%;
        padding-right: 0;
        padding-left: 0
    }
      }
.lk .b-modal-f__item .b-count {
      width: 130px;
      margin-left: auto;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
.lk .styled-text {
    margin-bottom: 20px;
  }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.main {
  padding-top: 20px;
  padding-bottom: 95px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1279px) {
.main {
    padding-bottom: 50px
}
  }
@media (max-width: 767px) {
.main {
    padding-top: 0;
    padding-bottom: 20px
}
  }
/* О компании */
.main--about {
    padding-top: 0;
    padding-bottom: 0;
  }
.main--about > .container {
      max-width: 100%;
      padding: 0;
    }
.main--index {
    padding-bottom: 70px;
  }
@media (max-width: 1279px) {
.main--index {
      padding-bottom: 50px
  }
    }
@media (max-width: 767px) {
.main--index {
      padding-top: 20px;
      padding-bottom: 20px
  }
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.lk-return__form {
    display: none;
  }
.lk-return .link-more {
    display: none;
  }
.lk-return .b-checkbox {
    margin-top: 20px;
    margin-bottom: 20px;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
:root {
  /* вериткальный отступ */
  /* вериткальный отступ меньшего слайдера */
}
.main-slider {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
@media (max-width: 1360px) {
.main-slider {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
}
.main-slider.main-slider--index {
   padding-top: 30px;
   margin-bottom: 56px;
}
@media(max-width: 1360px) {
.main-slider.main-slider--index {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap
}
}
@media(max-width: 1023px) {
.main-slider.main-slider--index {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap
}
}
@media (max-width: 500px) {
.main-slider.main-slider--index {
  padding-top: 0;
  margin-bottom: 20px
}
}
.main-slider.main-slider--index .main-slider__slide, .main-slider.main-slider--index .swiper-wrapper {
  min-height: auto;
}
.main-slider.main-slider--index .main-slider__right img {
  position: static;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
@media(max-width: 500px) {
.main-slider.main-slider--index .slider__paginations {
  bottom: 15px !important;
  padding-right: 15px
}
}
@media(max-width: 500px) {
.main-slider.main-slider--index .slider__arrows {
  display: none
}
}
@media(max-width: 1860px) {
.main-slider.main-slider--index .main-slider__content {
  width: 63%
}
}
@media(max-width: 1023px) {
.main-slider.main-slider--index .main-slider__content {
  width: 100%
}
}
.main-slider.main-slider--index .main-slider__content .main-slider__inner {
  position: absolute;
  top: 50%;
  width: 100%;
  margin: 0;
  padding-right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__content .main-slider__inner {
  padding-right: 0
}
}
.main-slider.main-slider--index .main-slider__content .main-slider__inner .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  min-width: 150px;
  z-index: 3;
}
@media(max-width: 1279px) {
.main-slider.main-slider--index .main-slider__content .main-slider__inner .btn {
  margin: 30px 0 0 94px
}
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__content .main-slider__inner .btn {
  margin: 20px 0 0 35px
}
}
@media(max-width: 500px) {
.main-slider.main-slider--index .main-slider__content .main-slider__inner .btn {
  min-width: 120px;
  height: auto;
  margin: 10px 0 0 20px;
  padding: 8px 15px;
  font-size: 13px
}
}
.main-slider.main-slider--index .main-slider__content a {
  display: block;
  width: 100%;
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__text-wrapper {
  padding: 15px 35px
}
}
@media(max-width: 500px) {
.main-slider.main-slider--index .main-slider__text-wrapper {
  padding: 8px 20px
}
}
@media(max-width: 1279px) {
.main-slider.main-slider--index .main-slider__title {
  font-size: 23px;
  line-height: 1.3
}
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__title {
  font-size: 17px;
  line-height: 1.3
}
}
.main-slider.main-slider--index .main-slider__subtitle {
  line-height: 1.3;
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__subtitle {
  font-size: 14px
}
}
@media(max-width: 500px) {
.main-slider.main-slider--index .main-slider__subtitle {
  margin-top: 5px
}
}
.main-slider.main-slider--index .main-slider__sidebar {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media(max-width: 1860px) {
.main-slider.main-slider--index .main-slider__sidebar {
  width: 37%
}
}
@media(max-width: 1360px) {
.main-slider.main-slider--index .main-slider__sidebar {
  width: 37%;
  margin-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
}
@media(max-width: 1023px) {
.main-slider.main-slider--index .main-slider__sidebar {
  width: 100%;
  margin-left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row
}
}
@media(max-width: 767px) {
.main-slider.main-slider--index .main-slider__sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: normal;
      -ms-flex-pack: normal;
          justify-content: normal
}
}
.main-slider.main-slider--index .side-banner {
  width: 100%;
  height: auto;
}
@media(max-width: 1360px) {
.main-slider.main-slider--index .side-banner {
  margin-top: 0
}
}
@media(max-width: 1023px) {
.main-slider.main-slider--index .side-banner {
  width: calc(50% - 10px);
  margin-top: 20px
}
}
@media(max-width: 767px) {
.main-slider.main-slider--index .side-banner {
  width: 100%
}
}
.main-slider.main-slider--index .side-banner:not(:last-of-type) {
   margin-bottom: 0;
 }
.main-slider.main-slider--index .side-banner a {
  display: block;
  width: 100%;
}
.main-slider.main-slider--index .side-banner img {
  position: static;
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.main-slider--projects {
   margin-bottom: 40px;
 }
.main-slider .main-slider__slide, .main-slider .swiper-wrapper {
     min-height: 500px;
}
@media (max-width: 1700px) {
.main-slider .main-slider__slide, .main-slider .swiper-wrapper {
  min-height: 440px
}
}
@media (max-width: 1440px) {
.main-slider .main-slider__slide, .main-slider .swiper-wrapper {
  min-height: 380px
}
}
@media (max-width: 1023px) {
.main-slider .main-slider__slide, .main-slider .swiper-wrapper {
  min-height: 340px
}
}
.main-slider .main-slider__slide {
     /* &.swiper-slide обертка внутренних "слайдов" */
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     border-radius: 5px;
     overflow: hidden;
}
@media (max-width: 500px) {
.main-slider .main-slider__slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse
}
}
.main-slider__left {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   width: 100%;
   padding-left: 95px;
   background-color: #414042;
}
@media (max-width: 767px) {
.main-slider__left {
  padding: 30px 20px
}
}
@media (max-width: 500px) {
.main-slider__left {
  width: 100%;
  height: 100%;
  padding: 0;
  margin-top: auto;
  margin-bottom: auto
}
}
.main-slider__left:before {
   background-color: #fff;
 }
.main-slider__inner {
   position: relative;
   width: 100%;
   margin: auto;
   z-index: 2;
}
@media (max-width: 500px) {
.main-slider__inner {
  width: 100%
}
}
.main-slider__inner .btn {
  width: 150px;
  height: 35px;
  margin: 40px 0 0 94px;
  font-size: 14px;
}
@media (max-width: 500px) {
.main-slider__inner .btn {
  margin: 40px 0 0 36px
}
}
.main-slider__text-wrapper {
   max-width: 760px;
   padding: 20px 35px 20px 94px;
   background: rgba(39, 39, 39, 0.72);
   border-radius: 0 5px 5px 0;
}
@media (max-width: 500px) {
.main-slider__text-wrapper {
  padding: 20px 36px
}
}
.main-slider__title {
   font-size: 28px;
   font-weight: 700;
   line-height: 1.4;
   color: #fff;
}
@media (max-width: 1023px) {
.main-slider__title {
  font-size: 24px
}
}
.main-slider__subtitle {
   font-size: 16px;
   line-height: 1.4;
   color: #fff;
   margin-top: 10px;
 }
.main-slider__right img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  font-family: "object-fit:cover";
  -o-object-fit: cover;
     object-fit: cover;
}
.main-slider__img {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.main-slider__img--transparent {
   -webkit-box-align: center;
       -ms-flex-align: center;
           align-items: center;
   -webkit-box-pack: center;
       -ms-flex-pack: center;
           justify-content: center;
}
.main-slider__img--transparent img {
  width: auto;
  height: auto;
  font-family: "object-fit:none";
  -o-object-fit: none;
     object-fit: none;
}
@media (max-width: 767px) {
.main-slider__img img {
  font-family: "object-fit:contain";
  -o-object-fit: contain;
     object-fit: contain
}
}
.main-slider__content {
   width: 64%;
   max-width: 1110px;
}
@media (max-width: 1360px) {
.main-slider__content {
  width: 100%;
  max-width: 100%
}
}
.main-slider__sidebar {
   margin-left: 20px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   width: 36%;
   max-width: 630px;
}
@media (max-width: 1360px) {
.main-slider__sidebar {
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between
}
}
@media (max-width: 767px) {
.main-slider__sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column
}
}
.main-slider .swiper-container:not(.swiper-container-initialized) .swiper-wrapper {
   overflow: hidden;
 }
.main-slider--flex {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
 }
.side-banner {
  position: relative;
  width: 100%;
  height: 240px;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1700px) {
.side-banner {
  height: 210px
}
}
@media (max-width: 1440px) {
.side-banner {
  height: 180px
}
}
@media (max-width: 1360px) {
.side-banner {
  margin-bottom: 0;
  margin-top: 20px;
  width: calc(100% / 2 - 10px);
  height: 240px
}
}
@media (max-width: 767px) {
.side-banner {
  width: 100%
}
}
.side-banner:not(:last-of-type) {
   margin-bottom: 20px;
}
@media (max-width: 1360px) {
.side-banner:not(:last-of-type) {
  margin-bottom: 0
}
}
.side-banner:hover {
   opacity: 0.95;
 }
.side-banner__inner {
   position: relative;
   width: 45%;
   margin: auto 26px;
   z-index: 2;
}
@media (max-width: 500px) {
.side-banner__inner {
  width: 100%
}
}
.side-banner__inner .btn {
  width: 150px;
  height: 35px;
  margin-top: 15px;
  font-size: 14px;
}
.side-banner__title {
   font-weight: 700;
   font-size: 25px;
   line-height: 1.2;
   color: #444444;
}
@media (max-width: 1023px) {
.side-banner__title {
  font-size: 24px
}
}
.side-banner__subtitle {
   font-size: 16px;
   line-height: 1.2;
   color: #6E6F70;
   margin-top: 6px;
 }
.side-banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-family: "object-fit:cover;object-position:center";
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* &.b-static-content */
.order-final .btn {
    width: 180px;
    margin-bottom: 15px;
    border-radius: 3px !important;
    font-size: 14px;
  }
.order-final .sale-paysystem-wrapper {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      font-family: NotoSans, Arial;
      color: inherit;
    }
.order-final .sale-paysystem-yandex-button {
      margin: 30px 0 0;
    }
.order-final .sale-paysystem-yandex-button-item {
        height: auto;
        margin-bottom: 0;
        padding: 17px;
        border: 0;
        border-radius: 3px;
        background-color: #93a3be;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        font-family: NotoSans, Arial;
        color: #fff;
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
:root { /* step */ /* step */ /* step */ /* вертик. отступ ячеек товара */
}
/* страница оформления заказа. подключается только она, бутстрап и битриксовые стили выпилены */
.order-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
.order-c {
    display: block
}
  }
.order-c__main {
    width: calc(100% - 20px - 430px);
    margin-right: 20px;
  }
@media (max-width: 1023px) {
.order-c__main {
      width: 100%;
      margin-right: 0
  }
    }
.order-c__sidebar {
    width: 430px;
  }
@media (max-width: 1023px) {
.order-c__sidebar {
      width: 100%
  }
    }
.order-c-total {
    position: relative;
    width: 430px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    padding: 20px;
    background-color: #fff;
  }
@media (max-width: 1279px) {
.order-c-total {
      //width: var(--aside-left-t)
  }
    }
@media (max-width: 1023px) {
.order-c-total {
      width: 100%;
      //padding: var(--order-total-paddings-t)
  }
    }
@media (max-width: 767px) {
.order-c-total {
      //padding: var(--order-total-paddings-m)
  }
    }
.order-c-total *:not(.order-c-total__decorate) { /* все вложенные элементы, кроме декоративных линий */
      position: relative;
      z-index: 2;
    }
.order-c-total__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.order-c-total__item--sum {
        font-size: 18px;
      }
@media (max-width: 1023px) {
.order-c-total__item--sum {
          margin-bottom: 0
      }
        }
.order-c-total .title-3 { /* Ваш заказ */
      margin-bottom: 15px;
    }
.order-c-total .btn { /* оплатить */
      width: 100%;
      margin-top: 18px;
    }
/* блок ошибок и тд в верху страницы */
.order-c__alert > * {
      margin-bottom: 20px;
      padding: 20px 30px;
      background-color: #fff;
    }
@media (max-width: 1279px) {
.order-c__alert > * {
        padding: 20px 20px
    }
      }
@media (max-width: 767px) {
.order-c__alert > * {
        padding: 20px 15px
    }
      }
.order-c-step {
    margin-bottom: 20px;
    padding: 20px 30px;
    background-color: #fff;
  }
@media (max-width: 1279px) {
.order-c-step {
      padding: 20px 20px
  }
    }
@media (max-width: 767px) {
.order-c-step {
      margin-bottom: 15px;
      padding: 20px 15px
  }
    }
.order-c-step--last {
      margin-bottom: 0;
    }
.order-c-step__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 26px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-bottom: 15px;
      border-bottom: 1px solid #CBD2DB;
    }
@media (max-width: 1279px) {
.order-c-step__header {
        margin-bottom: 20px
    }
      }
@media (max-width: 767px) {
.order-c-step__header {
        margin-bottom: 15px
    }
      }
.order-c-step__header-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px 23px 5px 5px;
        background-color: #e0e0e0;
      }
.order-c-step__header img { /* step icon */
        width: 20px;
        height: 20px;
        margin-right: 15px;
      }
.order-c-step__header img.init {
          font-family: "object-fit:contain";
          -o-object-fit: contain;
             object-fit: contain;
        }
.order-c-step__header img:not(.init) {
          border-radius: 5px;
        }
.order-c-step__header .link { /* "изменить" */
        margin-left: auto;
        cursor: pointer;
      }
.order-c-step__header .bx-soa-section-title {
        font-weight: 500;
      }
.order-c-step__number{
      font-weight: 700;
       font-size: 12px;
       padding: 5px 7px;
       background: #93a3be;
       color: white;
       border-radius: 0;
       width: 30px;
       height: 30px;
       margin-right: 20px;
       display: -webkit-box;
       display: -ms-flexbox;
       display: flex;
       -webkit-box-align: center;
           -ms-flex-align: center;
               align-items: center;
       -webkit-box-pack: center;
           -ms-flex-pack: center;
               justify-content: center;
     }
.order-c-step__title {
      margin-bottom: 0;
      font-size: 12px;
      font-weight: 700 !important;
      text-transform: uppercase;
    }
.order-c-step__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin: 0 -5px;
    }
.order-c-step__btns .btn {
        margin: 30px 5px 0;
      }
@media (max-width: 1279px) {
.order-c-step__btns .btn {
          margin-top: 20px
      }
        }
@media (max-width: 767px) {
.order-c-step__btns .btn {
          margin-top: 15px
      }
        }
@media (max-width: 500px) {
.order-c-step__btns .btn {
          width: calc(50% - 10px)
      }
        }
.order-c-step__btns .bx-soa-more-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
@media (max-width: 500px) {
.order-c-step__btns .bx-soa-more-btn {
          width: 100%
      }
        }
@media (max-width: 500px) {
.order-c-step__btns .bx-soa-more-btn .order-c__bottom {
            width: calc(50% - 10px)
        }
          }
.order-c-step__btns .bx-soa-more-btn .order-c__bottom .btn {
            width: 100%;
          }
.order-c-step__btns .order-c__bottom {
        width: 100%;
      }
@media (max-width: 1023px) {
.order-c-step__btns .order-c__bottom {
          margin-bottom: 20px
      }
        }
.order-c-step__btns .order-c__bottom .btn {
          margin-top: 0;
        }
@media (max-width: 500px) {
.order-c-step__btns .order-c__bottom .btn {
            width: calc(100% - 10px)
        }
          }
.order-c-step .bx-sls .dropdown-block {
        border: 1px solid #CBD2DB;
        border-radius: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 5px 30px 14px 35px;
        background-color: #fff;
        max-width: 450px;
        margin-top: 5px;
      }
.order-c-step .bx-sls .dropdown-block span {
          top: 15px;
        }
.order-c-step .bx-sls .bx-ui-sls-clear {
        top: 10px;
      }
.order-c-step__coupon {
      max-width: 300px;
      margin-top: 10px;
    }
.order-c-payment__item {
      display: block;
    }
.order-c-payment__item:not(:last-child) {
        margin-bottom: 15px;
      }
.order-c-payment__text {
      padding-left: 28px;
    }
.order-c-payment__items{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
      }
.order-c-payment .b-checkbox{
        margin-right: 0;
      }
.order-c__mobile { /* мобильная обертка .order-c__total */
    display: none;
  }
.order-c__pp { /* политика коф. в Данных покупателя */
    margin-top: 20px;
    font-size: 16px;
  }
@media (max-width: 767px) {
.order-c__pp {
      margin-top: 10px;
      font-size: 14px
  }
    }
.order-c-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.order-c-delivery__item {
      display: block;
      margin-bottom: 10px;
    }
.order-c-delivery__inner.b-form {
        display: none;
      }
.order-c-delivery__inner.b-form.bx-selected {
          display: block;
        }
.order-c-delivery .delivery-title {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 32px;
        margin-bottom: 10px;
        font-weight: 600;
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
      }
.order-c-delivery .delivery-title::before {
          position: absolute;
          top: 6px;
          left: 7px;
          content: "";
          display: block;
          min-width: 6px;
          height: 6px;
          border: 2px solid;
          border-top: none;
          border-left: none;
          -webkit-transform: rotate(45deg) translateZ(0);
                  transform: rotate(45deg) translateZ(0);
          -webkit-transition: -webkit-transform .2s;
          transition: -webkit-transform .2s;
          -o-transition: transform .2s;
          transition: transform .2s;
          transition: transform .2s, -webkit-transform .2s;
        }
.order-c-delivery .delivery-title.active::before {
            margin-top: 1px;
            -webkit-transform: rotate(-45deg) translateZ(0);
                    transform: rotate(-45deg) translateZ(0);
          }
.order-c-delivery .delivery-title:hover, .order-c-delivery .delivery-title:focus {
          color: #93a3be;
        }
.order-c-delivery .delivery-title:hover::before, .order-c-delivery .delivery-title:focus::before {
            border-color: #93a3be;
          }
.order-c-delivery .delivery-options {
        display: none;
        margin-left: 32px;
      }
.order-c-delivery .delivery-options.active {
          display: block;
        }
.order-c-delivery .delivery-options .b-checkbox__label {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
        }
/* таблица товаров */
.order-c .bx-soa-item-table {
      display: table;
      width: 100%;
    }
@media (max-width: 767px) {
.order-c .bx-soa-item-table {
        display: block
    }
      }
.order-c .bx-soa-item-tr {
      display: table-row;
    }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        padding: 15px 0
    }
      }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr:first-child {
          padding-top: 0
      }
        }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr:last-child {
          padding-bottom: 0
      }
        }
.order-c .bx-soa-item-tr:last-child > * {
          padding-bottom: 5px;
          border-bottom: none;
        }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr:last-child > * {
            border: none
        }
          }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr:not(:first-child) {
          border-top: 1px solid #CBD2DB
      }
        }
.order-c .bx-soa-item-tr:not(:first-child) > * {
          padding-top: 20px;
        }
@media (max-width: 767px) {
.order-c .bx-soa-item-tr:not(:first-child) > * {
            padding: 0
        }
          }
.order-c .bx-soa-item-td {
      display: table-cell;
      vertical-align: middle;
      min-width: 70px;
      width: auto !important;
      padding-bottom: 20px;
      border-bottom: 1px solid #CBD2DB;
      padding-right: 10px;
    }
@media (max-width: 767px) {
.order-c .bx-soa-item-td {
        display: block;
        width: 33.33% !important;
        border-bottom: none
    }
      }
.order-c .bx-soa-item-td .bx-price {
          white-space: nowrap;
      }
@media (max-width: 767px) {
.order-c .bx-soa-item-td:not(:first-child) {
          text-align: center;
          padding-top: 15px;
          padding-bottom: 0
      }
        }
@media (max-width: 500px) {
.order-c .bx-soa-item-td:not(:first-child) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100% !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: reverse;
              -ms-flex-direction: row-reverse;
                  flex-direction: row-reverse;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end
      }
        }
@media (max-width: 767px) {
.order-c .bx-soa-item-td:first-child {
          width: 100% !important;
          padding-bottom: 0
      }
        }
.order-c .bx-soa-item-td-title { /* моб заголовок ячеек */
        display: none;
        font-size: 12px;
        color: #6E6F70;
      }
@media (max-width: 767px) {
.order-c .bx-soa-item-td-title {
          display: block
      }
        }
@media (max-width: 500px) {
.order-c .bx-soa-item-td-title {
          //width: var(--basket-title-width-m);
          margin-right: 10px;
          text-align: left
      }
        }
@media (max-width: 500px) {
.order-c .bx-soa-item-td-title:first-letter {
            text-transform: uppercase
        }
          }
.order-c .bx-soa-item-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.order-c .bx-soa-item-content .bx-scu-container {
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }
.order-c .bx-soa-item-content .bx-scu-container img {
          width: 75px;
          margin-right: 10px;
        }
@media (max-width: 500px) {
.order-c .bx-soa-item-content .bx-scu-container img {
            width: 100px
        }
          }
.order-c .bx-soa-item-title { /* заголовок товара */
      font-weight: 500;
      margin-right: 20px;
    }
.order-c .bx-soa-item-weight { /* количество товара */
      font-weight: 500;
    }
@media (max-width: 500px) {
.order-c .bx-soa-item-weight {
        font-size: 14px
    }
      }
.order-c .bx-soa-item .bx-price { /* итоговая цена */
      font-size: 16px;
      font-weight: 500;
    }
@media (max-width: 500px) {
.order-c .bx-soa-item .bx-price {
        font-size: 14px
    }
      }
.order-c .alert {
    color: #ff0000;
  }
.order-c .alert-success {
      color: #589a36;
    }
.order-c .alert-warning {
      color: #5BCEFF;
    }
.order-c .b-form__item {
      //width: auto;
      //margin-bottom: 0;
    }
.order-c .b-form__column {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-left: -20px;
      margin-bottom: 10px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    }
.order-c .b-form__column > * {
        width: calc(50% - 20px);
        margin-left: 20px;
        margin-right: 0;
        margin-bottom: 10px;
      }
@media (max-width: 500px) {
.order-c .b-form__column > * {
          width: calc(100% - 20px)
      }
        }
.order-c .b-form .b-checkbox {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      min-height: 40px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-item-align: center;
          align-self: center;
    }
.order-c .form-group {
    margin-bottom: 10px;
  }
.order-c [data-type="informer"]:empty {
    display: none;
  }
/*выбор города при отсутствии в списке*/
.order-c .bx-soa-location-input-container .bx-soa-custom-label {
      display: block;
      margin-bottom: 10px;
    }
.order-c .bx-soa-location-input-container .bx-ui-sls-tree-trunk {
      padding-left: 0;
    }
.order-c .bx-soa-location-input-container .form-control {
      max-width: 450px;
    }
.order-c .bx-soa-location-input-container .bx-ui-combobox-container .bx-combobox-fake-as-input {
      padding-top: 7px;
    }
.order-c .bx-soa-location-input-container .bx-soa-customer-input {
      width: 100%;
      height: 33px;
      border: 1px solid #bdbdbd;
      border-radius: 2px;
      -webkit-box-shadow: inset 0 1px 2px #ebebeb;
              box-shadow: inset 0 1px 2px #ebebeb;
      font-size: 14px;
      padding: 0 22px 0 30px;
      background-color: #fff;
    }


:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023px) {
.order {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
}
  }
.order__main {
    width: calc(100% - 20px - 430px);
    padding: 26px 40px 40px;
    background-color: #fff;
  }
@media (max-width: 1700px) {
.order__main {
      width: calc(100% - 20px - 300px)
  }
    }
@media (max-width: 1279px) {
.order__main {
      padding: 20px 20px
  }
    }
@media (max-width: 1023px) {
.order__main {
      width: 100%
  }
    }
@media (max-width: 767px) {
.order__main {
      padding: 20px 15px
  }
    }
.order__main .title-2 {
      margin-top: 25px;
    }
@media (max-width: 767px) {
.order__main .title-2 {
        margin-top: 15px
    }
      }
.order__sidebar {
    width: 430px;
    margin-left: 20px;
  }
@media (max-width: 1700px) {
.order__sidebar {
      width: 300px
  }
    }
@media (max-width: 1023px) {
.order__sidebar {
      width: 100%;
      margin-top: 15px;
      margin-left: 0
  }
    }
.order__sidebar--m {
      display: none;
    }
@media (max-width: 1023px) {
.order__sidebar--m {
        display: block;
        margin-bottom: 15px
    }
      }
.order__delivery { /* обертка радио кнопок */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 1279px) {
.order__delivery {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
    //justify-content: space-between
  }
    }
@media (max-width: 767px) {
.order__delivery {
      display: block;
      margin-bottom: 15px
  }
    }
.order__delivery .b-checkbox {
      margin-right: 0;
    }
@media (max-width: 767px) {
.order__delivery .b-checkbox {
        width: 100%
    }
      }
.order__delivery .b-checkbox:not(:last-child) {
        margin-right: 20px;
      }
@media (max-width: 767px) {
.order__delivery .b-checkbox:not(:last-child) {
          margin-right: 0;
          margin-bottom: 5px
      }
        }
.order__title {
    margin-bottom: 37px;
    font-size: 16px;
  }
@media (max-width: 767px) {
.order__title {
      margin-bottom: 15px
  }
    }
.order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 26px;
    border-bottom: 1px solid #CBD2DB;
  }
@media (max-width: 767px) {
.order__top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 0
  }
    }
.order__top span {
      display: block;
      font-size: 16px;
    }
@media (max-width: 767px) {
.order__top span {
        padding-bottom: 15px
    }
      }
.order__top span:not(:last-child) {
        margin-right: 40px;
      }
@media (max-width: 1023px) {
.order__top span:not(:last-child) {
          margin-right: 20px
      }
        }
.order-total {
    padding: 29px 28px;
    background-color: #fff;
  }
@media (max-width: 1279px) {
.order-total {
      padding: 20px 20px
  }
    }
@media (max-width: 767px) {
.order-total {
      padding: 20px 15px
  }
    }
.order-total__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 10px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.order-total__item--r {
        padding-right: 10px;
      }
.order-total__item--sum {
        margin-top: 16px;
        margin-bottom: 27px;
        font-size: 18px;
        font-weight: 700;
      }
.order-total__pp {
      font-size: 12px;
      color: #949BA8;
    }
.order-total__pp a {
        color: #93a3be;
        text-decoration: underline;
        -webkit-transition: -webkit-text-decoration .2s;
        transition: -webkit-text-decoration .2s;
        -o-transition: text-decoration .2s;
        transition: text-decoration .2s;
        transition: text-decoration .2s, -webkit-text-decoration .2s;
      }
.order-total__pp a:hover {
          color: #93a3be;
          text-decoration: none;
        }
.order-total .btn {
      width: 100%;
      height: 50px;
      margin-bottom: 8px;
    }
.order__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 840px;
    max-width: 100%;
    margin-top: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 767px) {
.order__inner {
      display: block;
      width: 100%
  }
    }
.order__inner--additional {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: -5px;
    }
@media (max-width: 767px) {
.order__inner > span {
        display: block;
        padding: 5px
    }
      }
.order__inner-after-label {
      margin-top: 0;
    }
.order__inner.error {
        margin-bottom: 20px;
     }
.order__column {
    width: calc(50% - 20px);
  }
@media (max-width: 767px) {
.order__column {
      width: 100%
  }
    }
.order__column .b-form__text  {
      position: absolute;
      left: 0;
      bottom: -25px;
    }
.order__label {
    display: block;
    min-height: 20px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
.order__radio {
    display: inline-block;
    width: 49%;
  }
@media (max-width: 500px) {
.order__radio {
      width: 100%
  }
    }
.order__radio .b-checkbox {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      width: 48%;
      height: 57px;
      margin-right: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
@media (max-width: 767px) {
.order__radio .b-checkbox {
        height: auto
    }
      }
@media (max-width: 500px) {
.order__radio .b-checkbox {
        width: auto;
        margin-right: 20px
    }
      }
/* table */
.order__t .basket-item:last-child {
        margin-bottom: 0;
      }
@media (max-width: 767px) {
.order__t .basket-item:last-child {
          padding-bottom: 0;
          border-bottom: none
      }
        }
.order__t .basket-item__t {
        height: auto !important;
      }
.order__t .basket-item__article {
        display: block !important;
        width: auto !important;
        height: auto;
      }
.order__t .b-form__item { /* textarea wrap */
      margin-top: 20px;
    }
.order__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
.order__time > span {
      content: '';
      display: block;
      width: 10px;
      height: 1px;
      background-color: #727272;
    }
.order__time .b-form__item {
      max-width: calc(50% - 10px);
    }
.order .b-form__item {
    margin-bottom: 0;
  }
.order .select-scroll {
      max-height: 167px;
    }
.order .select-items ul > * {
      padding: 17px 15px;
    }
.order .select-wrapper {
      width: 400px;
      max-width: 100%;
    }
@media (max-width: 767px) {
.order .select-wrapper {
        width: 100%
    }
      }
.order-step {
    padding: 15px 0;
  }
.order-step__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
.order-step__btns .pull-right {
        margin-left: auto;
      }
.order__payment .tooltip {
      margin-left: 12px;
    }
.order-payment__item + .order-payment__item {
        margin-top: 15px;
      }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* детальная страница всей статики */
.sale-d {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  margin-bottom: 40px;
}
@media(max-width: 1023px) {
.sale-d {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
@media(max-width: 767px) {
.sale-d {
    margin-bottom: 20px
}
  }
.sale-d__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 445px;
    padding: 20px 0;
  }
@media(max-width: 1023px) {
.sale-d__img {
      width: 100%;
      max-width: 100%;
      padding: 15px
  }
    }
@media (max-width: 500px) {
.sale-d__img {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center
  }
    }
.sale-d__img img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:none";
      -o-object-fit: none;
         object-fit: none;
    }
@media(max-width: 1023px) {
.sale-d__img img {
        width: auto;
        height: auto;
        font-family: "object-fit:unset";
        -o-object-fit: unset;
           object-fit: unset
    }
      }
.sale-d__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 445px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 40px;
  }
@media (max-width: 1279px) {
.sale-d__inner {
      padding: 25px
  }
    }
@media(max-width: 1023px) {
.sale-d__inner {
      width: 100%;
      padding: 15px
  }
    }
.sale-d__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -10px 0 10px;
  }
@media(max-width: 767px) {
.sale-d__top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      margin-bottom: 20px
  }
    }
.sale-d__date-wrap {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px;
    line-height: 19px;
    color: #7F8A9E;
  }
@media (max-width: 500px) {
.sale-d__date-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal
  }
    }
.sale-d__date-wrap:empty {
      display: none;
    }
.sale-d__date {
    font-weight: 700;
    font-size: 15px;
    color: #009CE5;
    margin-left: 16px;
  }
@media (max-width: 500px) {
.sale-d__date {
      margin-left: 0;
      margin-top: 10px
  }
    }
.sale-d__content {
    max-width: 100%;
    font-size: 15px;
  }
.sale-d__content:empty {
      display: none;
    }
.sale-d__content img {
      max-width: 300px;
      max-height:300px;
      font-family: "object-fit:contain";
      -o-object-fit: contain;
         object-fit: contain;
    }
@media (max-width: 500px) {
.sale-d__content img {
        max-width: 260px;
        max-height: 260px
    }
      }
.sale-d__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: auto;
    width: calc(100% + 10px);
    margin-right: -10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 1023px) {
.sale-d__buttons {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.sale-d__buttons .btn {
      margin-top: 10px;
      margin-right: 10px;
    }
@media (max-width: 500px) {
.sale-d__buttons .btn {
        width: 100%
    }
      }
.sale-d__buttons .btn:last-child {
        margin-left: auto;
      }
.sale-d__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 25px;
  }
.sale-d p:last-child {
      margin-bottom: 0;
    }
.sale-d .title-1 {
    margin-bottom: 25px;
  }
.sale-d .sale-item__val {
    margin: 10px 30px 10px 0;
  }
@media(max-width: 767px) {
.sale-d .sale-item__val {
      margin-right: 0
  }
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.sale-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(33.33% - 20px);
  height: 267px;
  margin-left: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  background-color: white;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1700px) {
.sale-item {
    width: calc(50% - 20px)
}
  }
@media (max-width: 1023px) {
.sale-item {
    width: calc(100% - 20px)
}
  }
@media (max-width: 767px) {
.sale-item {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column
}
  }
.sale-item:hover {
    -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
            box-shadow: 0 6px 10px rgba(46,47,77,.06);
  }
.sale-item__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.15;
    margin-bottom: 20px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }
.sale-item__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 220px;
  }
@media (max-width: 767px) {
.sale-item__img {
      width: 100%;
      height: 267px
  }
    }
.sale-item__img img {
      width: 100%;
      height: 100%;
      font-family: "object-fit:contain";
      -o-object-fit: contain;
         object-fit: contain;
      border-radius: 0 5px 5px 0;
    }
@media (max-width: 767px) {
.sale-item__img img {
        border-radius: 0 0 5px 5px
    }
      }
.sale-item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 220px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 50px 20px 25px 40px;
    border-left-width: 0;
  }
@media (max-width: 1023px) {
.sale-item__inner {
      padding: 15px 15px
  }
    }
@media (max-width: 767px) {
.sale-item__inner {
      width: 100%;
      border-left-width: 1px;
      border-top-width: 0
  }
    }
.sale-item__val {
    margin-bottom: 24px;
    padding: 5px 13px;
    border-radius: 5px;
    background-color: #ff0000;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.sale { /* список акций */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: calc(20px * -1);
  margin-bottom: calc(20px * -1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 35px;
}
@media (max-width: 767px) {
.sale {
    margin-bottom: 0
}
  }
.sale__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
@media (max-width: 767px) {
.sale .sale-item {
      width: calc(50% - 20px)
  }
    }
@media (max-width: 500px) {
.sale .sale-item {
      width: calc(100% - 20px)
  }
    }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .b-form .red {
    color: #ff0000;
  }
.statuses .green, .b-form .green {
    color: #589a36;
  }
.statuses .yellow, .b-form .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .b-form .grey {
    color: #7F8A9E;
  }
.statuses .blue, .b-form .blue {
    color:#0081C6;
  }
.statuses .blue-light, .b-form .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.b-form .errors_auth {
    color: #ff0000;
  }
.b-form .success_auth {
    color: #589a36;
  }
.b-form [data-f-item].init .checkbox__input {
    min-height: 0;
    vertical-align: middle;
    width: 20px;
  }
.b-form--small {
    max-width: 535px;
  }
@media (max-width: 767px) {
.b-form--small {
      max-width: 100%
  }
    }
.b-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -10px;
    margin-bottom: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
.b-form__inner--double .b-form__item, .b-form__inner--double .b-form__bottom {
          width: calc(50% - 10px);
        }
@media (max-width: 767px) {
.b-form__inner--double .b-form__item, .b-form__inner--double .b-form__bottom {
            width: calc(100% - 10px)
        }
          }
.b-form__inner--double .b-form__bottom {
          margin-left: calc(50% + 10px);
        }
@media (max-width: 767px) {
.b-form__inner--double .b-form__bottom {
            margin-left: 10px
        }
          }
.b-form__inner--tripple .b-form__item {
        width: calc(33.3% - 10px);
      }
@media (max-width: 1023px) {
.b-form__inner--tripple .b-form__item {
          width: calc(50% - 10px)
      }
        }
@media (max-width: 500px) {
.b-form__inner--tripple .b-form__item {
          width: calc(100% - 10px)
      }
        }
.b-form__inner .b-form__item {
      margin-left: 10px;
    }
.b-form__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 767px) {
.b-form__col {
      width: calc(100% - 10px)
  }
    }
.b-form__col .b-form__item {
      width: calc(100% - 10px);
    }
.b-form__col .b-form__item .b-form__pp {
        margin-right: 0;
      }
.b-form__col .b-form__bottom {
      margin-left: auto;
    }
.b-form__col .b-form__bottom .btn {
        margin-right: 0 !important;
      }
.b-form__line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media(max-width: 500px) {
.b-form__line {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start
  }
    }
.b-form__line .b-form__item {
        width: calc(50% - 5px);
      }
@media(max-width: 500px) {
.b-form__line .b-form__item {
          width: 100%
      }
        }
.b-form__line.mb25 .b-form__item {
          margin-bottom: 0;
        }
@media(max-width: 500px) {
.b-form__line.mb25 .b-form__item {
            margin-bottom: 20px
        }
          }
.b-form__checkboxs {
    margin-bottom: 62px;
  }
.b-form__checkboxs .b-checkbox {
      min-width: calc(33.333333% - 40px);
      margin-bottom: 10px;
    }
.b-form__item {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
.b-form__item.clear input {
        /* width: calc(100% - 60px - 60px) !important; */
      }
.b-form__item.clear button.clear {
        display: block;
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
      }
.b-form__item--select .b-form__label {
      //top: 26px !important;
        z-index: 1;
      }
.b-form__item--select .b-form__label.active {
          top: 5px !important;
        }
.b-form__item--textarea .b-form__label {
        top: 18px;
        width: calc(100% - 40px);
        background-color: #ECEEF1;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
      }
.b-form__item--textarea .b-form__label.active {
          top: 1px;
          padding-top: 5px;
          padding-bottom: 5px;
        }
.b-form__item--textarea .b-form__label.focus:not(.bx-ie .b-form__label) {
          background-color: #FFFFFF;
        }
.b-form__item--textarea .b-form__label + textarea[data-f-field] {
          padding-top: 28px!important;
        }
.b-form__item.error input, .b-form__item.error textarea, .b-form__item.error .select {
      //color: #ff0000;
        border-color: #ff0000 !important;
      }
.b-form__item.error .b-form__label:not(.active) {
          top: 28px;
        }
.b-form__item.error .b-form__text {
          display: block;
          color: #ff0000;
          font-size: 13px;
        }
/*&:after {
        content: '';
        width: 20px;
        height: 14px;
        position: absolute;
        top: 20px;
        right: 22px;
        background-image: url('/local/client/img/galochka.svg');
        background-repeat: no-repeat;
        pointer-events: none;
      }*/
.b-form__item.success .b-form__label:not(.active) {
          top: 30px;
        }
.b-form__item.success .b-form__text {
          display: block;
          color: #589a36;
          font-size: 13px;
        }
.b-form__item .plus {
      position: absolute;
      left: calc(100% + 10px);
      top: 15px;
    }
@media (max-width: 1279px) {
.b-form__item .plus {
        left: inherit;
        right: 10px
    }
      }
.b-form__item .plus:before, .b-form__item .plus:after {
        width: 2px;
      }
.b-form__item button.clear {
      display: none;
    }
.b-form__item button.clear .plus {
        left: 50%;
        top: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
            -ms-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
      }
.b-form__item input[data-f-field], .b-form__item input[data-f-field]:-webkit-autofill, .b-form__item input[data-f-field]:-webkit-autofill:hover, .b-form__item input[data-f-field]:-webkit-autofill:focus, .b-form__item input[data-f-field]:-webkit-autofill:active {
      -webkit-transition: color .2s;
      transition: color .2s;
    }
.b-form__item:not(.init) input[data-f-field], .b-form__item:not(.init) input[data-f-field]:-webkit-autofill, .b-form__item:not(.init) input[data-f-field]:-webkit-autofill:hover, .b-form__item:not(.init) input[data-f-field]:-webkit-autofill:focus, .b-form__item:not(.init) input[data-f-field]:-webkit-autofill:active {
        color: transparent;
        -webkit-text-fill-color: transparent;
      }
.b-form input:not(.b-count__input), .b-form textarea {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid transparent;
    background-color: #ECEEF1;
    font-weight: 400;
    line-height: normal;
    color: #000000;
    -webkit-transition: border-color .2s, background-color .2s, color .2s;
    -o-transition: border-color .2s, background-color .2s, color .2s;
    transition: border-color .2s, background-color .2s, color .2s;
  }
@media (max-width: 767px) {
.b-form input:not(.b-count__input), .b-form textarea {
      padding-left: 15px;
      padding-right: 15px
  }
    }
.b-form input:not(.b-count__input)[data-f-field], .b-form textarea[data-f-field] {
      padding-top: 20px;
      padding-bottom: 10px;
    }
@media (max-width: 767px) {
.b-form input:not(.b-count__input)[data-f-field], .b-form textarea[data-f-field] {
        padding-top: 20px;
        padding-bottom: 14px
    }
      }
.b-form input:not(.b-count__input)[readonly], .b-form textarea[readonly] {
      cursor: default;
      border-color: #CBD2DB;
      color: #949BA8;
    }
.b-form input:not(.b-count__input):hover[readonly], .b-form textarea:hover[readonly] {
      cursor: default;
    }
.b-form input:not(.b-count__input):hover:not(:disabled):not(:-moz-read-only), .b-form textarea:hover:not(:disabled):not(:-moz-read-only) {
      border-color: #CBD2DB;
    }
.b-form input:not(.b-count__input):hover:not(:disabled):not(:read-only), .b-form textarea:hover:not(:disabled):not(:read-only) {
      border-color: #CBD2DB;
    }
.b-form input:not(.b-count__input):focus:not(:-moz-read-only), .b-form textarea:focus:not(:-moz-read-only) {
      background-color: #fff;
      border-color: #CBD2DB;
    }
.b-form input:not(.b-count__input):focus:not(:read-only), .b-form textarea:focus:not(:read-only) {
      background-color: #fff;
      border-color: #CBD2DB;
    }
.b-form input:not(.b-count__input):focus:not(:read-only)::-webkit-input-placeholder, .b-form textarea:focus:not(:read-only)::-webkit-input-placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:read-only)::-moz-placeholder, .b-form textarea:focus:not(:read-only)::-moz-placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:read-only):-ms-input-placeholder, .b-form textarea:focus:not(:read-only):-ms-input-placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:read-only)::-ms-input-placeholder, .b-form textarea:focus:not(:read-only)::-ms-input-placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:-moz-read-only)::placeholder, .b-form textarea:focus:not(:-moz-read-only)::placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:read-only)::placeholder, .b-form textarea:focus:not(:read-only)::placeholder {
        color: #CBD2DB;
      }
.b-form input:not(.b-count__input):focus:not(:-moz-read-only) ~ .b-form-suggest, .b-form textarea:focus:not(:-moz-read-only) ~ .b-form-suggest {
        opacity: 1;
      }
.b-form input:not(.b-count__input):focus:not(:read-only) ~ .b-form-suggest, .b-form textarea:focus:not(:read-only) ~ .b-form-suggest {
        opacity: 1;
      }
.b-form input:not(.b-count__input):disabled, .b-form textarea:disabled {
      border-color: #CBD2DB;
      color: #444444!important;
      background-color: rgb(232, 240, 254)!important;
      opacity: 1;
    }
.b-form input:not(.b-count__input)::-webkit-input-placeholder, .b-form textarea::-webkit-input-placeholder {
      color: transparent;
    }
.b-form input:not(.b-count__input)::-moz-placeholder, .b-form textarea::-moz-placeholder {
      color: transparent;
    }
.b-form input:not(.b-count__input):-ms-input-placeholder, .b-form textarea:-ms-input-placeholder {
      color: transparent;
    }
.b-form input:not(.b-count__input)::-ms-input-placeholder, .b-form textarea::-ms-input-placeholder {
      color: transparent;
    }
.b-form input:not(.b-count__input)::placeholder, .b-form textarea::placeholder {
      color: transparent;
    }
.b-form input:not(.b-count__input)::-ms-input-placeholder, .b-form textarea::-ms-input-placeholder {
      color: transparent !important;
    }
.b-form input:not(.b-count__input).b-form__clear, .b-form textarea.b-form__clear {
      padding-right: 45px;
    }
.b-form input:not(.b-count__input) {
    min-height: 55px;
  }
.b-form textarea {
    min-height: 110px;
    resize: none;
  }
.b-form select {
    padding: 5px 9px 5px 25px;
    background-color: #fff;
    border: 1px solid #CBD2DB;
    color: transparent;
    text-indent: 1px;
  }
.b-form__text {
    display: none;
  }
.b-form__label {
    display: block;
    position: absolute;
    top: 50%;
    left: 20px;
    right: 10px;
    font-size: 15px;
    color: #949BA8;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
    z-index: 1;
  }
@media (max-width: 767px) {
.b-form__label {
      left: 15px;
      font-size: 14px
  }
    }
.b-form__label.active {
      top: 5px;
      font-size: 12px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
    }
@media (max-width: 767px) {
.b-form__label.active {
        top: 3px
    }
      }
.b-form__label.active--origin {
        -webkit-transition: opacity .2s !important;
        -o-transition: opacity .2s !important;
        transition: opacity .2s !important;
        /* opacity: 0!important; */
      }
.b-form__label.active > span { /* вложенный текст */
        display: none;
      }
.b-form__label.disabled {
      color: #949BA8;
    }
.b-form__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 500px) {
.b-form__bottom {
      display: block;
      text-align: center
  }
    }
.b-form__bottom .btn {
      margin-left: auto;
    }
@media (max-width: 500px) {
.b-form__bottom .btn {
        width: 100%;
        margin-top: 10px
    }
      }
@media (max-width: 500px) {
.b-form__bottom a:not(.btn) {
        display: block;
        margin-top: 10px
    }
      }
.b-form__bottom .b-form__pp {
      margin-bottom: 15px;
    }
.b-form__pp { /* текст соглашения на обработку перс данных */
    margin-right: 30px;
    line-height: 1.2;
    color: #949BA8;
  }
@media (max-width: 500px) {
.b-form__pp {
      margin-right: 0;
      margin-bottom: 15px
  }
    }
.b-form__pp a {
      color: #0081C6;
      text-decoration: underline;
      -webkit-transition: -webkit-text-decoration .3s;
      transition: -webkit-text-decoration .3s;
      -o-transition: text-decoration .3s;
      transition: text-decoration .3s;
      transition: text-decoration .3s, -webkit-text-decoration .3s;
    }
.b-form__pp a:hover {
        text-decoration: none;
      }
.b-form__pp .b-checkbox__label {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.b-form__file {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
.b-form__file.error .btn {
        border-color: #ff0000;
        color: #ff0000;
      }
.b-form__file.error .btn:hover {
          border-color: #ff0000;
          background-color: #ff0000;
          color: #fff;
        }
.b-form__file.error .b-form__text {
        display: block;
        color: #ff0000;
      }
.b-form__file .b-form__label {
      position: static !important;
      margin-bottom: 10px;
      color: #444444;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      opacity: 1;
    }
.b-form__file label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 20px;
    }
@media (max-width: 500px) {
.b-form__file label {
        width: 100%;
        margin-right: 0
    }
      }
.b-form__file + .b-form__button {
      margin-top: 15px;
    }
.b-form__file .btn svg {
        margin-right: 10px;
      }
.b-form__file [data-file-text] {
      display: inline-block;
      width: 180px;
      height: 50px;
      padding: 1em;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      font-size: 14px;
      line-height: 1.45;
      color: #93a3be;
      text-align: center;
      background: transparent;
      border: 1px solid #93a3be;
    }
@media (max-width: 500px) {
.b-form__file [data-file-text] {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 100%;
        -o-text-overflow: unset;
           text-overflow: unset;
        white-space: normal
    }
      }
.b-form__file [type="file"] { /* input */
      display: none;
    }
.b-form__upload {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
@media (max-width: 500px) {
.b-form__upload {
      margin-bottom: 5px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
@media (max-width: 500px) {
.b-form__upload > span {
        text-align: center
    }
      }
.b-form__upload + .b-form__upload > span {
        display: none;
      }
.b-form__format {
    color: #949BA8;
  }
.b-form-suggest {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    list-style-type: none;
    background-color: #fff;
    opacity: 0;
    z-index: 3;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
.b-form-suggest:not(:empty) {
      border: 1px solid #E5E7EB;
    }
.b-form-suggest li {
      padding: 11px 9px 5px 25px;
      border-bottom: 1px solid #F0F2F3;
      cursor: pointer;
      -webkit-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s;
    }
.b-form-suggest li:hover {
        background-color: #ECEEF1;
      }
.b-form__message {
    display: block;
    font-size: 13px;
  }
.b-form__message--error {
      color: #ff0000;
    }
.b-form__message--success {
      color: #589a36;
    }
.b-form .rating__wrapper > input {
      height: 0;
      width: 0;
      margin: 0;
      -webkit-appearance: none;
      -moz-appearance: none;
      opacity: 0;
      min-height: auto;
      padding: 0;
      border: 0;
    }
.b-form .rating__wrapper > input:checked ~ label svg * {
        fill: #FFC830;
      }
.b-form .rating__wrapper > label {
      width: 20px;
      height: 20px;
    }
.b-form--review .rating-static {
      margin-bottom: 20px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
.b-form--review .rating-static__error {
        width: 100%;
        margin-top: 7px;
      }
@media(max-width: 500px) {
.b-form--review .rating-static h3 {
          margin-right: 15px
      }
        }
.b-form--review .b-checkbox {
      margin-right: 0;
    }
.b-form--review .b-checkbox__label {
        -webkit-box-align: normal;
            -ms-flex-align: normal;
                align-items: normal;
      }
.b-form--review .b-checkbox__text {
        line-height: normal;
        margin-top: -0.25em;
      }
.b-form span[data-response-text] {
    display: block;
    margin-top: 10px;
  }
.result_cont, .success_cont {
  color: #589a36;
}
.errors_cont {
  color: #ff0000;
}
.bx-soa-customer .b-form__label.active--origin {
      opacity: 1!important;
    }
.bx-soa-customer .bx-soa-customer-input {
      padding-top: 20px!important;
    }

:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.seo-article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.seo-article svg {
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear;
    }
.seo-article.active {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }
.seo-article.active .link-more span:first-child {
                display: none;
            }
.seo-article.active .link-more span:nth-child(2) {
                display: inline-block;
            }
.seo-article.active svg {
            -webkit-transform: rotate(-90deg);
                -ms-transform: rotate(-90deg);
                    transform: rotate(-90deg);
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                    transform-origin: center;
        }
.seo-article.active .seo-article__content {
            height: auto !important;
        }
.seo-article.active .seo-article__content * {
                -webkit-transition: all 0.3s linear;
                -o-transition: all 0.3s linear;
                transition: all 0.3s linear;
            }
.seo-article h2 {
        margin-bottom: 25px;
        font-size: 20px;
        font-weight: bold;
        line-height: 1.2;
        color: #232323;
    }
.seo-article__content {
        color: #2e2e2e;
        font-size: 15px;
        line-height: 1.6;
    }
.seo-article picture img {
            margin-top: 10px;
            width: 100%;
            height: 100%;
            font-family: "object-fit:cover;object-position:center";
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center;
            border-radius: 5px;
        }
.seo-article .link-more {
        margin-top: 20px;
        color: #0081C6;
        font-size: 14px;
    }
.seo-article__row {
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.seo-article__row h2 {
            width: 100%;
        }
.seo-article__row .link-readmore {
            margin-top: 30px;
        }
@media (max-width: 1023px) {
.seo-article__row .link-readmore {
                margin-top: 20px
        }
            }
@media (max-width: 1023px) {
.seo-article__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }
        }
.seo-article__row .seo-article__content picture {
                width: 50%;
                max-width: 650px;
                float: left;
                margin-right: 20px;
            }
@media (max-width: 1023px) {
.seo-article__row .seo-article__content picture {
                    width: 100%;
                    max-width: 100%;
                    margin-right: 0
            }
                }
.seo-article__row .seo-article__content picture img {
                    margin-top: 0;
                }
.seo-article__row .seo-article__content p {
                display: block;
            }
.seo-article--catalog {
        margin: 65px 0;
    }
.seo-article--catalog-lvl1 picture img {
                    height: 243px;
                }
.seo-article--catalog-block {
            margin-bottom: 70px;
        }
.seo-article--catalog-block picture img {
                    margin-top: 0;
                    height: 205px;
                }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.slider-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
    margin-bottom: 70px;

}
.slider-logo__inner {
        position: relative;
        height: 98px;
        padding: 0 20px;
        background-color: #fff;
    }
@media (max-width: 500px) {
.slider-logo__inner {
            padding: 0
    }
        }
.slider-logo__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 100%;
        padding: 10px 20px;
    }
.slider-logo__item:hover {
            opacity: 0.85;
        }
.slider-logo .title-1 {
        margin-bottom: 25px;
    }
.slider-logo .swiper-container {
        height: 100%;
    }
.slider-logo .swiper-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.slider-logo .swiper-slide {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
.slider-logo .slider__arrows {
        top: 50%;
    }
.slider-logo .slider__arrow {
        height: 98px;
    }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size, .service-work-item, .service-spare-list, .service-contacts-item {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li, .service-work-item p, .service-work-item ol li, .service-work-item ul li, .service-spare-list p, .service-spare-list ol li, .service-spare-list ul li, .service-contacts-item p, .service-contacts-item ol li, .service-contacts-item ul li {
    font-size: 16px;
    line-height: 1.5;
  }
@media(max-width: 1279px) {
.service__blocks {
      width: 100%
  }
    }
.service__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

  }
@media(max-width: 1279px) {
.service__items {
      width: 100%;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap

  }
    }
.service h3 {
    margin-bottom: 20px;
  }
.service-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -10px 25px;
  }
.service-main-slider {
      position: relative;
      width: calc(100% - 315px*2 - 60px);
      height: 280px;
      margin: 10px;
    }
@media (max-width: 1279px) {
.service-main-slider {
        width: calc(100% - 20px)
    }
      }
.service-main-slider.slider--home .swiper-container {
          height: 100%!important;
        }
.service-main-slider.slider--home .swiper-slide img {
            height: 100%;
            width: 100%;
            font-family: "object-fit:cover";
            -o-object-fit: cover;
               object-fit: cover;
            border-radius: 5px;
          }
.service-main-slider.slider--home .slider__arrows {
          left: 20px;
          right: 20px;
          z-index: 10;
        }
.service-main-slider.slider--home .slider__paginations {
          left: auto!important;
          right: 20px;
          bottom: 20px!important;
          padding-right: 0;
        }
.service-main-order {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      height: 280px;
      width: 315px;
      border-radius: 5px;
      margin: 10px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
    }
@media (max-width: 1279px) {
.service-main-order {
        width: calc(50% - 20px)
    }
      }
@media (max-width: 500px) {
.service-main-order {
        width: calc(100% - 20px)
    }
      }
.service-main-order .btn {
        position: relative;
        z-index: 10;
        width: 260px;
        margin-bottom: 40px;
      }
@media (max-width: 767px) {
.service-main-order .btn {
          width: 215px
      }
        }
@media (max-width: 500px) {
.service-main-order .btn {
          width: 260px
      }
        }
.service-work {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px -10px 30px;
  }
@media (max-width: 1023px) {
.service-work {
      margin-bottom: 10px
  }
    }
.service-work-item {
      width: calc(25% - 20px);
      background: #fff;
      padding: 40px;
      border-radius: 5px;
      margin: 10px;
    }
@media (max-width: 1279px) {
.service-work-item {
        width: calc(50% - 20px)
    }
      }
@media (max-width: 500px) {
.service-work-item {
        width: calc(100% - 20px);
        padding: 20px
    }
      }
.service-work-item--wide {
        width: calc(100% - 20px);
        margin-bottom: 35px;
      }
@media (max-width: 1023px) {
.service-work-item--wide {
          margin-bottom: 10px
      }
        }
.service-work-item--wide.styled-list img:not(.sale-d__img):not(:last-child) {
            margin-bottom: 0;
          }
.service-work-item p:last-child {
          margin-bottom: 0;
        }
.service-spare {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #fff;
    border-radius: 5px;
    padding: 40px;
    margin-bottom: 50px;
  }
@media (max-width: 1023px) {
.service-spare {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: normal;
          -ms-flex-pack: normal;
              justify-content: normal;
      margin-bottom: 20px
  }
    }
@media (max-width: 500px) {
.service-spare {
      padding: 20px
  }
    }
.service-spare-list {
      width: 49.5%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 49.5%;
              flex: 1 0 49.5%;
      padding-right: 20px;
    }
@media(max-width: 1023px) {
.service-spare-list {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        padding-right: 0
    }
      }
.service-spare-list ul {
        list-style-type: none;
      }
.service-spare-list ul li::before {
            content: ">";
            padding-right: 12px;
          }
.service-spare-list ul li+li {
            margin-top: 12px;
          }
.service-spare-list p:last-child {
          margin-bottom: 0;
        }
.service-spare .styled-list {
      margin-right: 20px;
    }
.service-spare-brands {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 50.5%;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50.5%;
              flex: 0 0 50.5%;
      margin: -10px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-line-pack: start;
          align-content: flex-start;
    }
@media (max-width: 1023px) {
.service-spare-brands {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        width: 100%;
        margin-top: 20px
    }
      }
.service-spare-brand {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: calc(33% - 20px);
      max-height: 100px;
      margin: 10px;
    }
@media (max-width: 1279px) {
.service-spare-brand {
        width: calc(50% - 20px)
    }
      }
@media (max-width: 1023px) {
.service-spare-brand {
        width: calc(33% - 20px)
    }
      }
@media (max-width: 500px) {
.service-spare-brand {
        width: calc(50% - 20px)
    }
      }
.service-portfolio {
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 20px;
  }
@media (max-width: 500px) {
.service-portfolio {
      padding: 20px
  }
    }
.service-portfolio-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: -20px;
    }
@media (max-width: 500px) {
.service-portfolio-inner {
        margin: -10px
    }
      }
.service-portfolio-item {
      position: relative;
      width: calc(25% - 40px);
      height: 260px;
      margin: 20px;
    }
.service-portfolio-item img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:cover";
        -o-object-fit: cover;
           object-fit: cover;
      }
.service-portfolio-item:hover .service-portfolio__magnification {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
@media (max-width: 1279px) {
.service-portfolio-item {
        width: calc(33% - 40px)
    }
      }
@media (max-width: 1023px) {
.service-portfolio-item {
        width: calc(50% - 40px)
    }
      }
@media (max-width: 500px) {
.service-portfolio-item {
        width: calc(100% - 20px);
        margin: 10px
    }
      }
.service-portfolio__magnification {
      display: none;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 44px;
      height: 44px;
      border-radius: 100%;
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
          -ms-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 2;
    }
.service-portfolio__magnification .i-icon {
        position: absolute;
        top: 12px;
        left: 12px;
        width: 22px;
        height: 22px;
      }
.service-portfolio__btn {
      margin-top: 40px;
      text-align: center;
    }
@media (max-width: 500px) {
.service-portfolio__btn {
        margin-top: 20px
    }
      }
.service-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -10px;
  }
.service-contacts-item {
      width: calc(50% - 20px);
      background: #fff;
      padding: 40px;
      border-radius: 5px;
      margin: 15px 10px;
    }
@media (max-width: 1023px) {
.service-contacts-item {
        margin: 10px
    }
      }
@media (max-width: 767px) {
.service-contacts-item {
        width: calc(100% - 20px);
        padding: 20px
    }
      }
.service-contacts-item--wide {
        width: calc(100% - 20px);
      }
@media (max-width: 1023px) {
.service-contacts-item--wide {
          margin: 20px 10px
      }
        }
.service-contacts-item__address {
        margin-bottom: 15px;
      }
.service-contacts-item__row {
        margin-bottom: 10px;
      }
.service-contacts-item__row:last-child {
          margin-bottom: 0;
        }
.service .about-page-info {
    border-radius: 5px;
  }
@media(max-width: 1023px) {
.service .about-page-info {
      margin-bottom: 20px
  }
    }

:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .basket-item .red {
    color: #ff0000;
  }
.statuses .green, .basket-item .green {
    color: #589a36;
  }
.statuses .yellow, .basket-item .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .basket-item .grey {
    color: #7F8A9E;
  }
.statuses .blue, .basket-item .blue {
    color:#0081C6;
  }
.statuses .blue-light, .basket-item .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.basket-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 18px 25px 20px;
  border: 1px solid #CBD2DB;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1279px) {
.basket-item {
    padding: 15px 20px
}
  }
@media (max-width: 1023px) {
.basket-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start
}
  }
@media (max-width: 767px) {
.basket-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-width: 0;
    padding: 15px
}
  }
/* .&--fo, not found */
.basket-item--nf {
    border-color: #ff0000;
  }
/* fast order */
@media (max-width: 767px) {
.basket-item--fo {
      margin-bottom: 0;
      padding: 15px
  }
    }
@media (max-width: 1023px) {
.basket-item--fo+.b-form__bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
@media (max-width: 767px) {
.basket-item--fo+.b-form__bottom {
        margin-top: 5px
    }
      }
@media (max-width: 500px) {
.basket-item--fo+.b-form__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse
    }
      }
@media (max-width: 767px) {
.basket-item--fo+.b-form__bottom>a {
          margin-top: 10px
      }
        }
@media (max-width: 1023px) {
.basket-item--fo>div:not(.basket-item__description):not(.basket-item__actions) {
        width: 16.666% !important
    }
      }
@media (max-width: 767px) {
.basket-item--fo>div:not(.basket-item__description):not(.basket-item__actions) {
        width: 33.33% !important
    }
      }
.basket-item--fo .basket-item__title span {
        /* № п/п */
        display: none;
      }
@media (max-width: 767px) {
.basket-item--fo .basket-item__title span {
          display: block
      }
        }
@media (max-width: 767px) {
.basket-item--fo.basket-item>div.basket-item__state {
        width: 100% !important
    }
      }
@media (max-width: 767px) {
.basket-item--fo.basket-item>div.basket-item__state>div>span:first-child {
            display: none
        }
          }
.basket-item--fo.basket-item>div.basket-item__state>div>span:last-child {
          display: none;
        }
@media (max-width: 767px) {
.basket-item--fo.basket-item>div.basket-item__state>div>span:last-child {
            display: block
        }
          }
.basket-item--top {
    /* заголовок шапки */
    padding-top: 0;
    padding-bottom: 3px;
    border: none;
    background-color: transparent;
    font-size: 13px;
    font-weight: 700;
  }
@media (max-width: 1023px) {
.basket-item--top {
      display: none
  }
    }
.basket-item--top>* {
      display: block !important;
      height: auto !important;
      min-height: 0 !important;
      -ms-flex-item-align: start !important;
          align-self: flex-start !important;
    }
@media(max-width: 1023px) {
.basket-item--separate .basket-item__count {
          width: 45px !important;
          min-width: 0;
          text-align: center
      }
        }
@media(max-width: 767px) {
.basket-item--separate .basket-item__count +.basket-item__price {
            font-size: 14px
        }
          }
@media(max-width: 767px) {
.basket-item--separate .basket-item__price {
          width: auto !important;
          font-size: 14px
      }
        }
@media(max-width: 767px) {
.basket-item--separate .basket-item__price:last-child {
            padding-right: 0 !important
        }
          }
@media(max-width: 767px) {
.basket-item--separate .basket-item__price:last-child >*:nth-child(2) {
              -webkit-box-pack: end;
                  -ms-flex-pack: end;
                      justify-content: flex-end
          }
            }
.basket-item>div:not(.basket-item__text):not(.basket-item__article):not(.basket-item__btn--companies) {
    padding-right: 10px;
  }
@media (max-width: 1023px) {
.basket-item>div:not(.basket-item__text):not(.basket-item__article):not(.basket-item__btn--companies) {
      width: 25%
  }
    }
@media (max-width: 767px) {
.basket-item>div:not(.basket-item__text):not(.basket-item__article):not(.basket-item__btn--companies) {
      width: 100%;
      padding-top: 5px
  }
    }
.basket-item__id, .basket-item__article, .basket-item__state {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 1279px) {
.basket-item__id, .basket-item__article, .basket-item__state {
      height: auto
  }
    }
.basket-item .basket-item__id {
    /* стр. быстрый заказ */
    min-width: 55px;
  }
@media (max-width: 767px) {
.basket-item .basket-item__id {
      display: none !important
  }
    }
.basket-item .basket-item__article {
    /* стр. быстрый заказ */
    width: 100px;
    //overflow: hidden;
    //text-overflow: ellipsis;
    margin-right: 10px;
  }
@media (max-width: 1023px) {
.basket-item .basket-item__article {
      display: none !important
  }
    }
.basket-item__description {
    /* заголовок товара и артикул */
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
@media (max-width: 1279px) {
.basket-item__description {
      width: 260px
  }
    }
@media (max-width: 1023px) {
.basket-item__description {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      width: 100% !important;
      margin-bottom: 15px;
      padding-right: 0 !important
  }
    }
@media (max-width: 767px) {
.basket-item__description {
      -webkit-box-ordinal-group: -2;
          -ms-flex-order: -3;
              order: -3;
      margin-bottom: 0;
      padding-top: 0 !important
  }
    }
.basket-item__description a {
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.basket-item__description a:hover {
        color: #93a3be;
      }
.basket-item__description img {
      display: block;
      width: 75px;
      height: 75px;
      margin-right: 10px;
      font-family: "object-fit:contain";
      -o-object-fit: contain;
         object-fit: contain;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
@media (max-width: 500px) {
.basket-item__description img {
        width: 100px;
        height: 100px
    }
      }
.basket-item__description .basket-item__img-placeholder {
      display: block;
      width: 75px;
      margin-right: 10px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
@media (max-width: 1023px) {
.basket-item__description .basket-item__img-placeholder {
        display: none
    }
      }
.basket-item__description .basket-item__article {
      /*display: none;*/
      font-size: 12px;
      color: #949BA8;
    }
@media (max-width: 1023px) {
.basket-item__description .basket-item__article {
        display: block
    }
      }
.basket-item__description .basket-item__title {
      display: block;
      margin-bottom: 2px;
    }
@media (max-width: 767px) {
.basket-item__description .basket-item__title {
        margin-bottom: 12px
    }
      }
.basket-item__title {
    white-space: normal;
  }
@media (max-width: 1023px) {
.basket-item__title {
      padding-right: 20px
  }
    }
/* остаток */
.basket-item__state {
    width: 210px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
@media (max-width: 1279px) {
.basket-item__state {
      width: 170px
  }
    }
@media (max-width: 1023px) {
.basket-item__state {
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal
  }
    }
@media (max-width: 767px) {
.basket-item__state {
      -webkit-box-ordinal-group: -1;
          -ms-flex-order: -2;
              order: -2
  }
    }
.basket-item__state--b {
      display: block;
    }
.basket-item__state--b span {
        display: block;
      }
.basket-item__state.red .basket-item__t+span, .basket-item__state.green .basket-item__t+span {
        display: block;
        position: relative;
        padding-top: 40px;
        font-size: 12px;
      }
@media (max-width: 1023px) {
.basket-item__state.red .basket-item__t+span, .basket-item__state.green .basket-item__t+span {
          padding-top: 16px
      }
        }
.basket-item__state.red .basket-item__t+span:after, .basket-item__state.green .basket-item__t+span:after {
          content: '';
          position: absolute;
          top: 16px;
          left: 0;
          width: 60px;
          height: 4px;
          background-color: currentColor;
        }
@media (max-width: 1023px) {
.basket-item__state.red .basket-item__t+span:after, .basket-item__state.green .basket-item__t+span:after {
            top: 6px
        }
          }
/* Статус / срок поставки */
.basket-item__delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 130px;
    min-height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
@media (max-width: 767px) {
.basket-item__delivery {
      min-height: auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: normal;
          -ms-flex-pack: normal;
              justify-content: normal
  }
    }
@media (max-width: 767px) {
.basket-item__count {
      width: calc(50% - 60px) !important
  }
    }
@media (max-width: 767px) {
.basket-item__price, .basket-item__count {
      width: 33.33% !important
  }
    }
.basket-item__price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 150px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
@media (max-width: 1279px) {
.basket-item__price {
      width: 120px
  }
    }
@media (max-width: 1023px) {
.basket-item__price {
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal;
      padding: 0 30px
  }
    }
@media (max-width: 767px) {
.basket-item__price {
      width: 33.33%;
      padding: 5px 10px 0 0
  }
    }
@media (max-width: 500px) {
.basket-item__price {
      width: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap
  }
    }
.basket-item__price>* {
      width: 100%;
      white-space: nowrap;
    }
@media (max-width: 500px) {
.basket-item__price>* {
        width: auto;
        text-align: left
    }
      }
.basket-item__price>*:nth-child(2) {
        /* цена */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.basket-item__price .price__old {
      position: relative;
    }
.basket-item__amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 170px;
    height: 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 1279px) {
.basket-item__amount {
      width: 100px
  }
    }
@media (max-width: 767px) {
.basket-item__amount {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      height: auto
  }
    }
.basket-item__text {
    /* текст "Цена за 1 шт.", "Количество товара.." */
    font-size: 12px;
    color: #949BA8;
    white-space: nowrap;
  }
@media (max-width: 500px) {
.basket-item__text {
      white-space: normal
  }
    }
.basket-item__text:not(.hidden) {
      display: block;
    }
.basket-item__text--m {
      display: none !important;
    }
@media (max-width: 767px) {
.basket-item__text--m:not(.hidden) {
          display: block !important
      }
        }
@media (max-width: 767px) {
.basket-item__text--m br {
          display: none
      }
        }
@media (max-width: 500px) {
.basket-item__text--m br {
          display: block
      }
        }
.basket-item__info {
    width: 200px;
  }
.basket-item__info:last-child {
      padding-right: 0;
    }
.basket-item__info>span {
      word-break: break-word;
    }
.basket-item__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 145px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0 !important;
  }
@media (max-width: 1023px) {
.basket-item__btn {
      margin-top: auto
  }
    }
@media (max-width: 767px) {
.basket-item__btn {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row
  }
    }
.basket-item__btn--companies {
      width: 180px;
    }
@media (max-width: 767px) {
.basket-item__btn--companies {
        padding-top: 5px
    }
      }
@media (max-width: 767px) {
.basket-item__btn form {
        width: calc(50% - 5px);
        max-width: 135px
    }
      }
.basket-item__btn form:first-child:not(:last-child) {
        margin-bottom: 5px;
      }
@media (max-width: 767px) {
.basket-item__btn form:first-child:not(:last-child) {
          margin-bottom: 0;
          margin-right: 10px
      }
        }
.basket-item__btn .btn {
      width: 100%;
    }
.basket-item__actions {
    width: 30px;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: -10px;
    padding-right: 0 !important;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
@media (max-width: 1279px) {
.basket-item__actions {
      position: absolute;
      right: 10px;
      top: 10px;
      margin-right: 0
  }
    }
@media (max-width: 1023px) {
.basket-item__actions {
      width: auto !important
  }
    }
@media (max-width: 767px) {
.basket-item__actions {
      padding-top: 0 !important
  }
    }
.basket-item__actions:hover .plus:before, .basket-item__actions:hover .plus:after {
          background-color: #93a3be;
        }
.basket-item__actions .plus:before, .basket-item__actions .plus:after {
        height: 15px;
      }
.basket-item__count {
    min-width: 130px;
    width: 240px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
@media (max-width: 1279px) {
.basket-item__count {
      min-width: 180px;
      width: 180px
  }
    }
@media (max-width: 500px) {
.basket-item__count {
      min-width: 140px
  }
    }
.basket-item__count .b-count {
      min-width: 80px;
      max-width: 160px;
      margin: 5px 0;
      padding: 0;
    }
@media (max-width: 1023px) {
.basket-item__count .b-count {
        margin: 0;
        height: 40px;
        max-width: 140px
    }
      }
@media (max-width: 500px) {
.basket-item__count .b-count__input {
          width: 20px;
          margin: 0 auto
      }
        }
@media (max-width: 500px) {
.basket-item__count .b-count__btn {
          min-width: 30px;
          height: 30px
      }
        }
/* цифра количества без +- */
.basket-item__count>span:not(.basket-item__text) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
@media (max-width: 767px) {
.basket-item__count .basket-item__text {
        display: none
    }
      }
@media (max-width: 767px) {
.basket-item__count+.basket-item__price {
        font-size: 16px
    }
      }
@media (max-width: 500px) {
.basket-item__count+.basket-item__price {
        margin-top: 0
    }
      }
/* заголовки, появл. только на планшете */
.basket-item__t {
    display: none;
    height: 45px;
    margin-bottom: 6px;
    font-weight: 700;
    color: #444444;
  }
@media (max-width: 1023px) {
.basket-item__t {
      display: none
  }
    }
.basket-item-highlighted {
    color: #93a3be;
  }
.b-modal .basket-item__title {
    margin-bottom: 0;
  }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item, .c-search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input, .c-search .b-form__item > input {
        width: calc(100% - 60px);
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input, .c-search .b-form__item > input {
          width: calc(100% - 50px)
      }
        }
.search .b-form__label, .c-search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active, .c-search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input, .c-search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input, .c-search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button, .c-search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path, .c-search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path, .c-search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
/* только на странице "О компании" */
/* catalog */
.c__articles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 65px 0 95px;
  }
@media (max-width: 1023px) {
.c__articles {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse
  }
    }
.c__articles-col {
      width: 50%;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
@media (max-width: 1023px) {
.c__articles-col {
        width: 100%
    }
      }
.c__articles-col:first-child {
        max-width: 760px;
        margin-right: 40px;
      }
@media (max-width: 1023px) {
.c__articles-col:first-child {
          max-width: 100%;
          margin-right: 0
      }
        }
.c__articles .main-i-article__inner {
      padding-bottom: 30px;
    }
.c__articles .main-i-article__item {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 1;
            flex-shrink: 1;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
        width: auto;
        max-width: calc(25% - 20px);
    }
@media (max-width: 1360px) {
.c__articles .main-i-article__item {
        max-width: calc(33.33% - 20px)
    }
      }
@media (max-width: 767px) {
.c__articles .main-i-article__item {
        max-width: calc(50% - 20px)
    }
      }
@media (max-width: 500px) {
.c__articles .main-i-article__item {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        -ms-flex-preferred-size: calc(100% - 20px);
            flex-basis: calc(100% - 20px);
        width: calc(100% - 20px);
        max-width: calc(100% - 20px)
    }
      }
.c__articles--catalog-2lvl {
      margin-bottom: 0;
    }
.c__articles--large {
      margin: 0;
    }
.c__articles--large .main-i-article__inner {
        padding: 40px;
      }
@media (max-width: 1440px) {
.c__articles--large .main-i-article__inner {
          padding: 20px
      }
        }
.c__articles--large .main-i-article__items {
        margin: -20px;
      }
@media (max-width: 1440px) {
.c__articles--large .main-i-article__items {
          margin: -10px
      }
        }
.c__articles--large .main-i-article__item {
        margin: 20px;
      }
@media (max-width: 1440px) {
.c__articles--large .main-i-article__item {
          margin: 10px
      }
        }
@media (max-width: 1023px) {
.c__articles--large .main-i-article__item {
          margin: 8px
      }
        }
/* обертка хлебн крошек и ссылки на прайс листы */
.c-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
@media (max-width: 1023px) {
.c-top {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start
  }
    }
.c-top__left {
      margin-right: 50px;
    }
.c-top__right {
      margin: auto 0 0 auto;
    }
.c-top .link-download {
      margin-left: auto;
    }
@media (max-width: 767px) {
.c-top .link-download {
        margin-bottom: 15px
    }
      }
.c-top .link-download svg {
        width: 15px;
        height: 15px;
      }
.c-top .title {
      width: 100%;
    }
.c-top .b-sort {
      width: 100%;
    }
.c-top--min {
      margin-bottom: 20px;
    }
.c-top--min .b-breadcrumbs {
        width: 100%;
      }
.c-top--min .title {
        margin-right: auto;
        margin-bottom: 10px!important;
      }
.c-top--min .b-sort {
        width: auto;
        margin: 0 0 0 auto;
      }
@media (max-width: 500px) {
.c-top--min .b-sort {
          width: 100%;
          margin-left: 0
      }
        }
.c__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 18px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
@media (max-width: 767px) {
.c__bottom {
      display: block
  }
    }
.c__bottom .btn {
      width: 275px;
    }
@media (max-width: 767px) {
.c__bottom .btn {
        width: 100%
    }
      }
.c__bottom .btn--loading {
      margin-left: auto;
    }
@media (max-width: 767px) {
.c__bottom .btn--loading {
        margin-top: 10px
    }
      }
.c__text {
    font-weight: 700;
    font-size: 13px;
    margin-left: 22px;
  }
@media (max-width: 767px) {
.c__text {
      display: none;
      margin-left: 0;
      margin-top: 15px
  }
    }
.c__text span {
      color: #93a3be;
    }
.c__text--green {
      color: #589a36;
      }
.c__text--green span {
        color: #589a36;
        }
/* страница поиска */
.c-search {
    margin-bottom: 20px;
    background-color: #fff;
    font-size: 15px;
  }
@media (max-width: 767px) {
.c-search {
      font-size: 14px;
  }
    }
.c .aside__main > div > .btn--big, .c-search + div > .btn--big  {
    display: none;
    margin: 10px 0;
    text-align: center;
  }
@media (max-width: 767px) {
.c .aside__main > div > .btn--big, .c-search + div > .btn--big  {
      display: block
  }
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .c-t__status .red, .c-t__stat .red {
    color: #ff0000;
  }
.statuses .green, .c-t__status .green, .c-t__stat .green {
    color: #589a36;
  }
.statuses .yellow, .c-t__status .yellow, .c-t__stat .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .c-t__status .grey, .c-t__stat .grey {
    color: #7F8A9E;
  }
.statuses .blue, .c-t__status .blue, .c-t__stat .blue {
    color:#0081C6;
  }
.statuses .blue-light, .c-t__status .blue-light, .c-t__stat .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
/* catalog table */
.c-t {
  margin-bottom: 47px;
}
.c-t:last-of-type {
    margin-bottom: 0;
  }
.c-t__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0 11px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 13px;
    background-color: #fff;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 5px 5px 0 0;
  }
@media (max-width: 767px) {
.c-t__top .c-t__checkbox {
          width: auto;
          padding-left: 10px
      }
        }
.c-t__top .c-t__checkbox .b-checkbox__text {
          display: none;
        }
@media (max-width: 767px) {
.c-t__top .c-t__checkbox .b-checkbox__text {
            display: block;
            padding-left: 20px
        }
          }
@media (max-width: 767px) {
.c-t__top .c-t__content {
          display: none
      }
        }
.c-t__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    position: relative;
  }
@media (max-width: 767px) {
.c-t__item {
      -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
              box-shadow: 0 6px 10px rgba(46,47,77,.06)
  }
    }
.c-t__item:not(:last-child) {
      border-bottom: 1px solid #EBEBEB;
    }
.c-t__item:last-child {
      border-radius: 0 0 5px 5px;
    }
@media (max-width: 767px) {
.c-t__item .c-t__content {
          padding: 15px 15px 15px 0 !important
      }
        }
.c-t__item .c-t__checkbox {
        -ms-flex-item-align: stretch;
            align-self: stretch;
      }
@media (max-width: 767px) {
.c-t__item .c-t__checkbox {
          -ms-flex-item-align: baseline;
              align-self: baseline;
          width: auto;
          margin: 10px 0 0 10px
      }
        }
.c-t__item .c-t__content {
        padding-top: 20px;
        padding-bottom: 20px;
      }
.c-t__content {
    width: calc(100% - 52px);
    padding-left: 15px;
    padding-right: 50px;
  }
@media (max-width: 1700px) {
.c-t__content {
      width: calc(100% - 32px);
      padding-right: 20px
  }
    }
@media (max-width: 1360px) {
.c-t__content {
      padding-right: 15px
  }
    }
@media (max-width: 767px) {
.c-t__content {
      width: calc(100% - 32px)
  }
    }
.c-t__content .tags__item:not(.tags__item--new) {
        display: none;
      }
.c-t__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.c-t__inner-noauth .c-t__name {
        margin-left: 135px;
      }
@media (max-width: 1700px) {
        .c-t__inner-noauth .c-t__name {
          margin-left: 115px;
        }
      }
@media (max-width: 767px) {
.c-t__inner {
      display: block
  }
    }
@media (max-width: 1700px) {
      .c-t__inner .c-t__article {
        display: none !important;
      }
    }
.c-t__bottom {
    display: none;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #CBD2DB;
  }
@media (max-width: 1700px) {
.c-t__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex
  }
    }
@media (max-width: 767px) {
.c-t__bottom {
      display: none
  }
    }
.c-t__bottom .c-t__params span {
        margin-right: 50px;
      }
/* items start */
.c-t__checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
@media (max-width: 1700px) {
.c-t__checkbox {
      width: 32px
  }
    }
@media (max-width: 767px) {
.c-t__checkbox {
      margin-right: 20px
  }
    }
.c-t__checkbox * {
      margin: 0 !important;
    }
.c-t__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 75px;
    height: auto;
    margin-right: 10px;
  }
@media (max-width: 767px) {
.c-t__img {
      width: 100%;
      margin-right: 0
  }
    }
.c-t__img img {
      width: 100%;
    }
@media (max-width: 767px) {
.c-t__img img {
        width: auto
    }
      }
.c-t__name {
    width: calc(100% - 85px - 20px - 180px - 154px - 150px - 140px - 150px - 70px);
    margin-right: 20px;
  }
@media (max-width: 1700px) {
.c-t__name {
      width: calc(100% - 85px - 20px - 110px - 150px - 130px - 150px - 45px)
  }
    }
@media (max-width: 1360px) {
.c-t__name {
      width: calc(100% - 85px - 20px - 100px - 130px - 140px - 45px)
  }
    }
@media (max-width: 767px) {
.c-t__name {
      width: auto;
      margin-bottom: 10px
  }
    }
@media (max-width: 1700px) {
.c-t__name .c-t__params {
        display: none
    }
      }
@media (max-width: 767px) {
.c-t__name .c-t__params {
        display: block
    }
      }
@media (max-width: 767px) {
.c-t__article, .c-t__status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: auto !important;
      margin-bottom: 10px !important
  }
    }
.c-t__article {
    width: 170px;
    margin-right: 10px;
  }
@media (max-width: 767px) {
.c-t__article {
      margin: 0
  }
    }
.c-t__status {
    width: 144px;
    margin-right: 10px;
  }
@media (max-width: 1700px) {
.c-t__status {
      width: 100px
  }
    }
@media (max-width: 1360px) {
.c-t__status {
      display: none !important
  }
    }
@media (max-width: 767px) {
.c-t__status {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin: 0;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.c-t__status--success span {
      color: #589a36;
    }
.c-t__stat {
    display: none;
  }
@media (max-width: 1360px) {
.c-t__stat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 10px
  }
    }
@media (max-width: 1024px) {
.c-t__stat {
      font-size: 12px
  }
    }
@media (max-width: 1023px) {
.c-t__stat {
      font-size: 14px
  }
    }
@media (max-width: 767px) {
.c-t__stat {
      display: none
  }
    }
.c-t__stat span:first-child {
      margin-right: 5px;
    }
.c-t__price {
    width: 140px;
    margin-right: 10px;
  }
@media (max-width: 1360px) {
.c-t__price {
      width: 100px
  }
    }
@media (max-width: 767px) {
.c-t__price {
      width: 140px;
      margin-bottom: 10px
  }
    }
.c-t__price .price {
      margin-bottom: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      line-height: normal;
    }
@media (max-width: 767px) {
.c-t__price .price {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
    }
      }
.c-t__price .price__current {
        font-size: 14px;
        font-weight: 400;
      }
.c-t__price .price__old {
        position: static;
        margin-right: 5px;
      }
.c-t__value {
    width: 130px;
    margin-right: 10px;
  }
@media (max-width: 1700px) {
.c-t__value {
      width: 120px
  }
    }
@media (max-width: 767px) {
.c-t__value {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      width: calc(50% - 8px);
      vertical-align: bottom
  }
    }
.c-t__value .b-count {
      margin-left: 0;
    }
@media (max-width: 767px) {
.c-t__value .b-count {
        width: 100%
    }
      }
.c-t__value .b-count__btn {
      height: 50px;
    }
@media (max-width: 767px) {
.c-t__btn {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important;
      width: calc(50% - 8px);
      vertical-align: bottom
  }
    }
.c-t__btn .btn {
      width: 150px;
      padding-top: 18px;
      padding-bottom: 17px;
      font-size: 14px;
    }
@media (max-width: 1360px) {
.c-t__btn .btn {
        width: 130px
    }
      }
@media (max-width: 767px) {
.c-t__btn .btn {
        width: 100%
    }
      }
.c-t__favorite:hover svg path, .c-t__favorite.active svg path {
        fill: #93a3be;
        stroke: #93a3be;
      }
.c-t__favorite svg {
      width: 24px;
      height: 22px;
    }
.c-t__favorite svg path {
        stroke: #E1E4E8;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
      }
/* items end */
.c-t__title {
    display: block;
    margin-bottom: 5px;
  }
@media (max-width: 1024px) {
.c-t__title {
      font-size: 13px;
      line-height: 1.2
  }
    }
@media (max-width: 1023px) {
.c-t__title {
      font-size: 14px
  }
    }
@media (max-width: 767px) {
.c-t__title {
      margin: 5px 0
  }
    }
.c-t__title:hover {
      color: #93a3be;
    }
.c-t__params {
    font-size: 12px;
    color: #949BA8;
  }
.c-t__params:not(:last-child) {
      margin-right: 30px;
    }
/* мобильные заголовки */
.c-t__m {
    display: none;
    width: 70px;
    padding-right: 10px;
  }
@media (max-width: 767px) {
.c-t__m {
      display: block
  }
    }
.c-t +.seo {
    margin-bottom: 0;
  }
.c-t +.seo p {
      margin-bottom: 0;
    }
.c-t +.seo .link-more {
      margin-top: 35px;
    }
.c-t__wrap-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
  }
.c-t__wrap-icon a+a {
      margin-top: 15px;
    }
@media (max-width: 1700px) {}
@media (max-width: 767px) {
.c-t__wrap-icon {
      position: absolute;
      top: 15px;
      right: 15px;
      margin-left: 0;
      margin-right: 0
  }
    }
.c-t__compare {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
.c-t__compare svg {
      width: 20px;
      height: 21px;
    }
.c-t__compare svg * {
        stroke: #E1E4E8;
      }
.c-t__compare:hover svg *, .c-t__compare.active svg * {
          stroke: #93a3be;
        }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.h-menu-d {
  visibility: hidden;
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F0F2F3;
  z-index: 99;
  overflow: hidden;
}
.h-menu-d::before {
    content: '';
    display: block;
    height: 25px;
    background: #fff;
  }
.h-menu-d .container {
    height: 100%;
  }
.h-menu-d__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding-left: 10px;
  }
@media(max-width: 1279px) {
.h-menu-d__inner {
      padding-left: 0
  }
    }
.h-menu-d__left {
    position: relative;
    width: 344px;
    height: calc(100% - 25px);
    color: #fff;
    background-color: #F0F2F3;
  }
.h-menu-d__left > .ps__rail-y {
      right: 0;
      z-index: 10;
    }
.h-menu-d__categories {
    padding: 20px 0 35px;
  }
.h-menu-d__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid rgba(127,138,158, 0.16);
  }
.h-menu-d__category:hover, .h-menu-d__category:focus, .h-menu-d__category.active {
      background-color: #fff;
      border-color: white;
    }
.h-menu-d__category-btn {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 10px;
      margin-right: 10px;
      cursor: pointer;
    }
.h-menu-d__category-btn svg {
        width: 15px;
        height: 15px;
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        -o-transition: transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
      }
.h-menu-d__category-btn svg * {
          -webkit-transition: stroke .2s;
          -o-transition: stroke .2s;
          transition: stroke .2s;
          stroke: #949BA8;
        }
.h-menu-d__category-btn--active svg {
          -webkit-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
                  transform: rotate(90deg);
        }
.h-menu-d__category-btn:hover svg *, .h-menu-d__category-btn:focus svg *, .h-menu-d__category-btn.active svg * {
            stroke: #93a3be;
          }
.h-menu-d__category-list {
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: max-height .4s;
      -o-transition: max-height .4s;
      transition: max-height .4s;
    }
.h-menu-d__category-list--active {
        max-height: 99vh;
      }
.h-menu-d__category-list__item {
        display: block;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        padding: 9px 20px 9px 44px;
        font-size: 14px;
        font-weight: 500;
        color: #444444;
        -webkit-transition: color .2s;
        -o-transition: color .2s;
        transition: color .2s;
        border-bottom: 1px solid rgba(127,138,158, 0.16);
      }
.h-menu-d__category-list__item:hover, .h-menu-d__category-list__item:focus, .h-menu-d__category-list__item.active {
          color: #93a3be;
          background-color: #fff;
          border-color: white;
        }
.h-menu-d__right {
    width: calc(100% - 344px);
    background: #fff;
  }
.h-menu-d__right:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 100%;
      bottom: 0;
      width: 100%;
      background-color: #fff;
    }
.h-menu-d__parent {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 9px 22px;
    font-size: 14px;
    font-weight: 500;
    color: #444444;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }
.h-menu-d__parent:hover, .h-menu-d__parent:focus, .h-menu-d__parent.active {
      color: #93a3be;
    }
.h-menu-d__dropdown {
    opacity: 0;
    position: absolute;
    left: 354px;
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff;
    font-size: 14px;
    color: #444444;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
  }
.h-menu-d__dropdown-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      position: relative;
      width: 100%;
      padding: 30px 20px 30px 70px;
      overflow: hidden;
    }
.h-menu-d__dropdown-inner > .ps__rail-y {
        right: 0;
        opacity: 1;
      }
.h-menu-d__dropdown-inner.ps:hover > .ps__rail-y {
        opacity: 1;
      }
.h-menu-d__dropdown-col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 20px;
      width: 33.3%;
      padding-right: 30px;
    }
.h-menu-d__dropdown-img-wrap {
      max-width: 80px;
      height: 80px;
      overflow: hidden;
      margin-right: 20px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
    }
.h-menu-d__dropdown-img-wrap img {
          width: 100%;
      }
.h-menu-d__dropdown-list-wrap {
      margin-top: 13px;
    }
.h-menu-d__dropdown-list-wrap ul {
          list-style: none;
      }
.h-menu-d__title {
     display: inline-block;
     font-size: 14px;
     font-weight: 600;
     margin-bottom: 15px;
     margin-right: 50px;
     z-index: 1000000;
     color: #414042;
  }
.h-menu-d__title:hover {
       color: #93a3be;
    }
.h-menu-d__title.empty {
       margin-bottom: 10px;
    }
.h-menu-d__link {
     display: inline-block;
     margin-bottom: 3px;
     margin-right: 50px;
     font-weight: 500;
     font-size: 14px;
     color: #414042;
     opacity: .8;
     -webkit-transition: .2s;
     -o-transition: .2s;
     transition: .2s;
     z-index: 10000;
  }
.h-menu-d__link:hover {
       color: #93a3be;
       opacity: 1;
    }
.h-menu-d__link.last {
       margin-bottom: 30px;
    }
.h-menu-d__link--last {
        font-size: 13px;
        color:  #93a3be;
        text-decoration: underline;
        margin-top: 4px;
      }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.h-t-banner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 14px;
    line-height: 1.2;
    font-family: "NotoSans";
    overflow: hidden;
    position: relative;
    color: white;
    height: 40px;
}
@media(max-width: 1279px) {
.h-t-banner {
        font-size: 12px
}
    }
@media(max-width: 1023px) {
.h-t-banner {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center
}
    }
.h-t-banner__inner {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        max-width: 1760px;
        padding: 0 50px;
        margin: auto;
        -webkit-box-sizing: content-box;
                box-sizing: content-box;
    }
@media(max-width: 1279px) {
.h-t-banner__inner {
            padding: 0 15px
    }
        }
.h-t-banner img {
        width: 100%;
        height: 100%;
        font-family: "object-fit:cover;object-position:left";
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: left;
           object-position: left;
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item, .h__search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input, .h__search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input, .h__search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label, .h__search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active, .h__search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input, .h__search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input, .h__search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button, .h__search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path, .h__search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path, .h__search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.h {
    border-top: 6px solid #93a3be;
    background-color: #fff;
    position: relative;
    z-index: 99;
}
.h__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
@media (max-width: 767px) {
.h__inner {
            padding: 5px 0
    }
        }
.h__inner-left {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
@media (max-width: 1279px) {
.h__inner-left {
                width: 100%
        }
            }
.h__inner-right {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
        }
.h__logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 50px;
        margin-right: 46px;
    }
@media (max-width: 1440px) {
.h__logo {
            margin-right: 26px
    }
        }
@media (max-width: 767px) {
.h__logo {
            height: 26px
    }
        }
.h__logo svg {
            width: 100%;
            height: 100%;
        }
.h-tel {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
        margin-right: 46px;
    }
@media (max-width: 1700px) {
.h-tel {
            margin-right: 26px
    }
        }
@media (max-width: 1279px) {
.h-tel {
            margin-left: auto;
            margin-right: 0
    }
        }
@media (max-width: 767px) {
.h-tel {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }
        }
@media (max-width: 767px) {
.h-tel__inner {
                -ms-flex-item-align: end;
                    align-self: flex-end
        }
            }
.h-tel__inner:not(:last-child) {
                margin-right: 30px;
            }
@media (max-width: 767px) {
.h-tel__inner:not(:last-child) {
                    margin-right: 0;
                    margin-bottom: 5px
            }
                }
@media (max-width: 1279px) {
.h-tel__inner--city .h-tel__modal {
                        display: block
                }
                    }
.h-tel__inner--city .h-tel__link {
                    font-weight: 500;
                }
@media (max-width: 767px) {
.h-tel__inner--city .h-tel__link {
                        display: none
                }
                    }
.h-tel__link {
            display: block;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.375;
        }
@media (max-width: 1700px) {
.h-tel__link {
                font-size: 14px
        }
            }
@media (max-width: 1440px) {
.h-tel__link {
                font-size: 12px
        }
            }
@media (max-width: 1279px) {
.h-tel__link {
                font-size: 14px
        }
            }
@media (max-width: 767px) {
.h-tel__link {
                font-size: 13px
        }
            }
.h-tel__link:hover {
                color: #93a3be;
            }
.h-tel__modal {
            font-weight: 700;
            font-size: 14px;
            color: #232323;
            text-decoration: underline;
        }
@media (max-width: 1440px) {
.h-tel__modal {
                font-size: 12px
        }
            }
@media (max-width: 1279px) {
.h-tel__modal {
                display: none
        }
            }
.h-tel__modal:hover {
                color: #93a3be;
            }
.h-tel svg {
            width: 25px;
            height: 25px;
            margin-right: 10px;
        }
@media (max-width: 1279px) {
.h-tel svg {
                display: none
        }
            }
.h-mail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
        margin-right: 46px;
    }
@media (max-width: 1700px) {
.h-mail {
            margin-right: 26px
    }
        }
@media (max-width: 1279px) {
.h-mail {
            margin-left: 26px;
            margin-right: 0
    }
        }
@media (max-width: 767px) {
.h-mail {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column
    }
        }
@media (max-width: 767px) {
.h-mail__inner {
                -ms-flex-item-align: end;
                    align-self: flex-end
        }
            }
.h-mail__inner:not(:last-child) {
                margin-right: 30px;
            }
@media (max-width: 767px) {
.h-mail__inner:not(:last-child) {
                    margin-right: 0;
                    margin-bottom: 5px
            }
                }
@media (max-width: 1279px) {
.h-mail__inner--city .h-tel__modal {
                        display: block
                }
                    }
.h-mail__inner--city .h-tel__link {
                    font-weight: 500;
                }
@media (max-width: 767px) {
.h-mail__inner--city .h-tel__link {
                        display: none
                }
                    }
.h-mail__link {
            display: block;
            font-weight: 700;
            font-size: 16px;
            line-height: 1.375;
        }
@media (max-width: 1700px) {
.h-mail__link {
                font-size: 14px
        }
            }
@media (max-width: 1440px) {
.h-mail__link {
                font-size: 12px
        }
            }
@media (max-width: 1279px) {
.h-mail__link {
                font-size: 14px
        }
            }
@media (max-width: 767px) {
.h-mail__link {
                font-size: 13px
        }
            }
.h-mail__link:hover {
                color: #93a3be;
            }
.h-mail__modal {
            font-weight: 700;
            font-size: 14px;
            color: #232323;
            text-decoration: underline;
        }
@media (max-width: 1440px) {
.h-mail__modal {
                font-size: 12px
        }
            }
@media (max-width: 1279px) {
.h-mail__modal {
                display: none
        }
            }
.h-mail__modal:hover {
                color: #93a3be;
            }
.h-mail svg {
            width: 24px;
            height: 24px;
            margin-right: 10px;
        }
@media (max-width: 1279px) {
.h-mail svg {
                display: none
        }
            }
.h-city {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
    }
@media (max-width: 1279px) {
.h-city {
            display: none
    }
        }
.h-city--mobile {
            display: none;
        }
@media (max-width: 1279px) {
.h-city--mobile {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                margin-left: 0
        }
            }
.h-city svg {
            width: 14px;
            height: 22px;
            margin-right: 10px;
        }
.h-city__inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            font-weight: 700;
            line-height: 1;
            font-size: 16px;
            white-space: nowrap;
        }
@media (max-width: 1700px) {
.h-city__inner {
                font-size: 14px
        }
            }
@media (max-width: 1440px) {
.h-city__inner {
                font-size: 12px
        }
            }
.h-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        white-space: nowrap;
        line-height: normal;
        width: 100%;
        max-width: 846px;
    }
@media (max-width: 1279px) {
.h-nav {
            display: none
    }
        }
.h-nav__items {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            margin: 0 auto;
            width: 82%;
        }
@media (max-width: 1700px) {
.h-nav__items {
                width: 90%
        }
            }
@media (max-width: 1440px) {
.h-nav__items {
                width: 95%
        }
            }
.h-nav__items-lang {
                position: relative;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -ms-flex-item-align: stretch;
                    align-self: stretch;
                font-weight: bold;
                font-size: 14px;
                line-height: 1.14;
                text-transform: uppercase;
                letter-spacing: 0.01em;
                cursor: pointer;
            }
@media (max-width: 1550px) {
.h-nav__items-lang {
                    font-size: 13px
            }
                }
@media (max-width: 1440px) {
.h-nav__items-lang {
                    font-size: 12px
            }
                }
.h-nav__items-lang:hover, .h-nav__items-lang.active {
                    color: #93a3be;
                }
.h-nav__items-lang:hover .h-lang__menu, .h-nav__items-lang.active .h-lang__menu {
                        visibility: visible;
                    }
.h-nav__items a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                white-space: nowrap;
                font-weight: bold;
                font-size: 14px;
                line-height: 1.14;
                text-transform: uppercase;
                letter-spacing: 0.01em;
            }
@media (max-width: 1550px) {
.h-nav__items a {
                    font-size: 13px
            }
                }
@media (max-width: 1440px) {
.h-nav__items a {
                    font-size: 12px
            }
                }
.h-nav__items a:hover, .h-nav__items a.active {
                    color: #93a3be;
                }
.h-nav__items a .tooltip {
                    margin-left: 10px;
                }
.h-nav__items a .tooltip .tooltip__icon .i-icon g path {
                                    stroke: none;
                                    fill: #93a3be;
                                }
.h-nav__items a .tooltip:hover .tooltip__icon .i-icon g path {
                                        fill: #fff;
                                    }
.h .h-lang__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        left: 0;
        top: calc(100% + 1px);
        z-index: 99;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        background: #fff;
        padding: 20px;
        -webkit-box-shadow: 0 6px 10px rgba(46, 47, 77, 0.1);
                box-shadow: 0 6px 10px rgba(46, 47, 77, 0.1);
        cursor: default;
        visibility: hidden;
        -webkit-transition: visibility .1s;
        -o-transition: visibility .1s;
        transition: visibility .1s;
    }
.h .h-lang__menu a {
            display: block;
            width: 100%;
            margin-bottom: 12px;
            font-weight: 500;
            white-space: nowrap;
            color: #444444;
            text-transform: none;
        }
.h .h-lang__menu a:hover {
                color: #93a3be;
            }
.h .h-lang__menu a:last-child {
                margin: 0;
            }
@media (max-width: 767px) {
.h .h-lang__menu {
            top: calc(100% + 6px)
    }
        }
.h__lk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 200px;
        min-width: 200px;
        padding: 15px 0 16px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
@media (max-width: 1600px) {
.h__lk {
            max-width: 200px;
            min-width: 160px;
            font-size: 13px
    }
        }
@media (max-width: 1440px) {
.h__lk {
            font-size: 12px
    }
        }
@media (max-width: 1279px) {
.h__lk {
            display: none
    }
        }
.h__lk:hover .h-user__name {
                color: #93a3be;
            }
.h__lk:hover .h-user__menu {
                visibility: visible;
            }
.h__lk .h-user__menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: absolute;
            right: 0;
            top: 100%;
            z-index: 99;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            background: #fff;
            padding: 20px;
            margin-top: 1px;
            -webkit-box-shadow: 0 6px 10px rgba(46, 47, 77, 0.1);
                    box-shadow: 0 6px 10px rgba(46, 47, 77, 0.1);
            visibility: hidden;
            -webkit-transition: visibility .1s;
            -o-transition: visibility .1s;
            transition: visibility .1s;
        }
.h__lk .h-user__menu a {
                display: block;
                width: 100%;
                margin-bottom: 6px;
                font-weight: 500;
                white-space: nowrap;
            }
.h__lk .h-user__menu a:hover {
                    color: #93a3be;
                }
.h__lk .h-user__menu a:last-of-type:not(:first-of-type) {
                    margin-left: 0;
                    padding: 0;
                    border-left: 0;
                }
.h__lk .h-user__menu a span {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                }
.h__lk .h-user__menu a span>span+span {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        width: 20px;
                        height: 20px;
                        margin-left: 15px;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        -webkit-box-pack: center;
                            -ms-flex-pack: center;
                                justify-content: center;
                        border-radius: 50%;
                        background-color: rgba(151, 175, 216, 0.3);
                        font-size: 11px;
                        font-weight: 700;
                        color: #93a3be;
                    }
.h__lk svg {
            width: 22px;
            height: 22px;
            margin-right: 18px;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        }
@media (max-width: 1440px) {
.h__lk svg {
                width: 20px;
                height: 20px;
                margin-right: 12px
        }
            }
.h__lk svg g g:last-child {
                fill: none;
                stroke: #93a3be;
                stroke-width: 1px;
            }
.h__lk a {
            font-weight: 700;
        }
.h__lk a:hover {
                color: #93a3be;
            }
.h__lk a:last-of-type:not(:first-of-type) {
                margin-left: 8px;
                padding: 4px 0 4px 8px;
                border-left: 1px solid #CBD2DB;
            }
.h__lk a:last-of-type:not(:first-of-type):empty {
                    display: none;
                }
.h__lk a.cabinet {
                max-width: calc(100% - 40px);
            }
@media (max-width: 1440px) {
.h__lk a.cabinet {
                    max-width: calc(100% - 32px)
            }
                }
.h__bottom {
        padding: 25px 0;
        border-top: 1px solid #E5E7EB;
    }
@media (max-width: 1279px) {
.h__bottom {
            display: none
    }
        }
.h__menu-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 14px 31px;
        border-radius: 5px;
        background-color: #93a3be;
        border: 1px solid #93a3be;
        font-weight: 700;
        font-size: 12px;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.01em;
        cursor: pointer;
        white-space: nowrap;
        -webkit-transition: color .2s, background-color .2s, border .2s;
        -o-transition: color .2s, background-color .2s, border .2s;
        transition: color .2s, background-color .2s, border .2s;
        margin-right: 40px;
    }
.h__menu-btn .btn-nav {
            margin-right: 20px;
        }
.h__menu-btn:hover {
            background-color: #89a5d1;
            border: 1px solid #89a5d1;
        }
.h__menu-btn.active {
            background-color: transparent;
            border-color: #93a3be;
            color: #93a3be;
        }
.h__search {
        width: 100%;
        max-width: 852px;
        background-color: #F1F3F4;
        font-weight: 400;
        font-size: 15px;
    }
@media (max-width: 1700px) {
.h__search {
            width: 40%
    }
        }
@media (max-width: 1360px) {
.h__search {
            width: 38%
    }
        }
@media (max-width: 1279px) {
.h__search {
            display: none
    }
        }
.h__search .b-form__item {
                border: 1px solid #DEE1E6 !important;
                background-color: #F1F3F4;
            }
.h__search .b-form__item>input {
                    width: 100%;
                    border: none !important;
                    border-right: none;
                }
.h__search button {
            padding: 13px 24px;
        }
.h__search button:hover svg .svg-stroke {
                        -webkit-transition: 0.2s;
                        -o-transition: 0.2s;
                        transition: 0.2s;
                        stroke: #89a5d1;
                    }
.h__search-m {
            display: none;
            width: 100%;
            margin-bottom: 6px;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between;
            -webkit-transition: .2s;
            -o-transition: .2s;
            transition: .2s;
        }
.h__search-m.active {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
.h__search-m button {
                display: none;
            }
.h__search-m .b-form__label {
                    display: none;
                }
.h__search-m .b-form__item {
                    width: 100%;
                    margin: 5px 0;
                }
.h__search-m .b-form__item input {
                        min-height: 0;
                        padding: 7px 15px !important;
                        color: #0081C6 !important;
                        -webkit-text-fill-color: #0081C6 !important;
                    }
.h__search-m .b-form__item input::-webkit-input-placeholder {
                            color: #949BA8 !important;
                            -webkit-text-fill-color: #949BA8 !important;
                        }
.h__search-m .b-form__item input::-moz-placeholder {
                            color: #949BA8 !important;
                            -webkit-text-fill-color: #949BA8 !important;
                        }
.h__search-m .b-form__item input:-ms-input-placeholder {
                            color: #949BA8 !important;
                            -webkit-text-fill-color: #949BA8 !important;
                        }
.h__search-m .b-form__item input::-ms-input-placeholder {
                            color: #949BA8 !important;
                            -webkit-text-fill-color: #949BA8 !important;
                        }
.h__search-m .b-form__item input::placeholder {
                            color: #949BA8 !important;
                            -webkit-text-fill-color: #949BA8 !important;
                        }
.h__search-m svg * {
                    fill: #93a3be;
                }
.h__menu-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: auto;
    }
.h__menu-icons a:hover svg * {
                    stroke: #89a5d1;
                }
.h__wrap-number {
        position: absolute;
        bottom: calc(50% - 15px);
        right: -8px;
        margin: auto;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        background-color: #009CE5;
        padding-right: 1px;
        color: #fff;
        font-weight: 700;
        font-size: 12px;
        line-height: 1;
    }
@media (max-width: 1279px) {
.h__wrap-number {
            font-size: 10px
    }
        }
.h-favorite {
        position: relative;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 24px;
        height: 22px;
    }
.h-favorite svg {
            width: 100%;
            height: 100%;
        }
.h-favorite.active svg * {
                fill: #93a3be;
            }
.h-favorite-m {
            position: relative;
        }
@media (max-width: 1279px) {
.h-favorite-m {
                margin-left: 15px
        }

                .h-favorite-m svg {
                    width: 24px;
                    height: 22px;
                }
            }
.h-compare {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-right: 16px;
    }
@media (max-width: 1279px) {
.h-compare {
            margin-right: 18px
    }
        }
.h-compare svg {
            width: 21px;
            height: 20px;
        }
.h-compare svg * {
                fill: none;
                stroke: #93a3be;
                stroke-width: 2px;
            }
.h-compare-m {
            position: relative;
        }
.h-compare-m svg {
                width: 20px;
                height: 20px;
            }
.h-compare .h__wrap-number {
            right: -10px;
        }
.h-compare:hover {
            color: #93a3be;
        }
.h-search-m {
            display: none;
        }
@media (max-width: 1279px) {
.h-search-m {
                display: block;
                margin-right: 15px
        }
                    .h-search-m svg * {
                        fill: #93a3be;
                    }
            }
.h-m {
        width: 28px;
        height: 28px;
    }
.h__right, .h__right>div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        max-width: 350px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-left: 33px;
    }
@media (max-width: 1279px) {
.h__right, .h__right>div {
            display: none
    }
        }
.h__right .btn, .h__right>div .btn {
            margin-left: 35px;
        }
@media (max-width: 1279px) {
.h__right .btn, .h__right>div .btn {
                display: none
        }
            }
.h__cart {
        /* внутри .h__right, скрывается --max1023 */
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        white-space: nowrap;
        font-size: 13px;
    }
@media (max-width: 1440px) {
.h__cart {
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end
    }
        }
.h__cart svg {
            width: 27px;
            height: 22px;
            margin-right: 15px;
        }
@media (max-width: 1440px) {
.h__cart svg {
                width: 28px;
                height: 32px;
                margin-right: 0
        }
            }
.h__cart svg * {
                fill: none;
                stroke: #93a3be;
                stroke-width: 2px;
            }
.h__cart span {
            font-weight: 700;
        }
.h__cart .h__wrap-number {
            right: 5px;
        }
@media (max-width: 1440px) {
.h__cart .h__wrap-number {
                right: -8px
        }
            }
.h__cart:hover {
            color: #93a3be;
        }
.h__cart--svg {
            position: relative;
        }
.h__cart-total {
            min-width: 75px;
            font-size: 14px;
        }
@media (max-width: 1440px) {
.h__cart-total {
                display: none
        }
            }
/* мобильные элементы */
.h__m {
        display: none;
        border-top: 1px solid #E5E7EB;
        font-size: 12px;
        font-weight: 700;
        border-bottom: 1px solid #E5E7EB;
    }
@media (max-width: 1279px) {
.h__m {
            display: block
    }
        }
.h__m .h-favorite svg {
                    width: 24px;
                    height: 22px;
                }
.h__catalog-m {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 44px;
        margin-right: 20px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        cursor: pointer;

    }
.h__catalog-m.active {
            color: #1481C6;

        }
.h__catalog-m.active:after {
                border-top-color: #1481C6;
                -webkit-transform: scaleY(-1);
                    -ms-transform: scaleY(-1);
                        transform: scaleY(-1);
            }
.h__catalog-m:after {
            content: '';
            display: block;
            margin-left: 15px;
            margin-top: -2px;
            border-top: 5px solid #444444;
            border-left: 5px solid #fff;
            border-right: 5px solid #fff;
        }
.h__lang-m {
        display: none;
        margin-left: auto;
        -ms-flex-item-align: stretch;
            align-self: stretch;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
@media (max-width: 1279px) {
.h__lang-m {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }
        }
.h__lk-m {
        display: block;
        margin-left: 15px;
    }
.h__lk-m svg {
            width: 22px;
            height: 22px;
        }
.h__lk-m svg * {
                stroke: #93a3be;
            }
.h__cart-m {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: 15px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.h__cart-m svg {
            min-width: 24px;
            height: 20px;
            margin-right: 6px;
        }
.h__cart-m svg * {
                stroke: #93a3be;
            }
.h-user {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 465px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 20px;
        border-left: 1px solid #E5E7EB;
        white-space: nowrap;
    }
@media (max-width: 1279px) {
.h-user {
            max-width: 100%;
            border-left: none;
            padding-left: 10px
    }
        }
.h-user__img {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            max-width: 50px;
            height: 50px;
            margin-right: 20px;
            border-radius: 50%;
            font-family: "object-fit:cover";
            -o-object-fit: cover;
               object-fit: cover;
            overflow: hidden;
        }
.h-user__inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
.h-user__company {
            width: 100%;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
        }
@media (max-width: 1279px) {
.h-user__company {
                color: #93a3be
        }
            }
.h-user__name {
            color: #949BA8;
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            white-space: nowrap;
            overflow: hidden;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
        }
@media (max-width: 1440px) {
.h-user__name {
                font-size: 12px
        }
            }
.h-user__logout {
            margin-left: auto;
        }
.h-user__logout:hover svg *:not(g) {
                fill: #93a3be;
            }
.h-user__logout svg {
                margin-right: 0 !important;
            }
.h-user__logout svg *:not(g) {
                    -webkit-transition: fill .2s;
                    -o-transition: fill .2s;
                    transition: fill .2s;
                }
.h-user svg {
            -ms-flex-negative: 0;
                flex-shrink: 0;
        }
@media (max-width: 1279px) {
.h-user svg {
                width: 22px;
                height: 22px;
                margin-right: 10px
        }
            }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.lk-order__section {
    padding: 29px 40px 19px;
    background-color: #fff;
  }
@media (max-width: 1700px) {
.lk-order__section {
      padding: 20px 30px
  }
    }
@media (max-width: 1023px) {
.lk-order__section {
      padding: 20px 15px
  }
    }
.lk-order__section--head {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 21px;
      padding-bottom: 21px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 700;
    }
@media (max-width: 500px) {
.lk-order__section--head {
        display: block
    }
      }
@media (max-width: 500px) {
.lk-order__section--head > * {
          display: block
      }
        }
.lk-order__section--head > *:not(:last-child) {
          padding-right: 10px;
        }
.lk-order__section--bg {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-top: 18px;
      padding-bottom: 18px;
      background-color: #E1E4E8;
    }
@media (max-width: 1023px) {
.lk-order__section--bg {
        padding-top: 10px;
        padding-bottom: 10px
    }
      }
@media (max-width: 767px) {
.lk-order__section--bg {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
@media (max-width: 1023px) {
.lk-order__section .basket-item__t {
        display: block
    }
      }
@media (max-width: 767px) {
.lk-order__section .basket-item__t {
        display: none
    }
      }
.lk-order__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }
.lk-order__links a:last-child {
        margin-left: 40px;
      }
.lk-order__title {
    display: inline;
    font-size: 16px;
    font-weight: 700;
  }
.lk-order__from {
    display: inline;
    margin-left: 30px;
    color: #949BA8;
  }
@media (max-width: 1023px) {
.lk-order__from {
      margin-left: 15px
  }
    }
@media (max-width: 500px) {
.lk-order__from {
      display: block;
      margin-left: auto
  }
    }
.lk-order__bottom { /* блок под "Содержимым заказа" */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 500px) {
.lk-order__bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse
  }
    }
.lk-order__bottom .title-2 {
      margin-bottom: 0;
      text-align: right;
    }
.lk-order__params {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 767px) {
.lk-order__params {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.lk-order__params + .lk-order-i {
      margin-top: 20px;
    }
/* item */
.lk-order__params > div:not(:last-child) {
        padding-right: 20px;
      }
@media (max-width: 500px) {
.lk-order__params > div:not(:last-child) {
          padding-right: 0px
      }
        }
@media (max-width: 767px) {
.lk-order__params > div:not(:last-child) {
          margin-bottom: 10px
      }
        }
.lk-order__params > div > * {
        display: block;
      }
.lk-order__params > div > *:first-child { /* title */
          margin-bottom: 5px;
          font-weight: 700;
        }
.lk-order__params > div > *:last-child { /* val */
        
        }
/* info */
.lk-order-i {
    padding-left: 36px;
    position: relative;
  }
.lk-order-i__icon {
      position: absolute;
      left: 0;
      top: 0;
    }
.lk-order-i__icon svg {
        width: 21px;
        height: 16px;
      }
.lk-order-i__text {
      margin-bottom: 3px;

      /*span:first-child:not(:last-child) {
        font-weight: 700;
      }*/
    }
.lk-order-i__text.link-toggle {
        margin-top: 0;
      }
.lk-order-i__text.link-toggle .plus {
          height: 0;
          padding: 0 15px;
        }
.lk-order-i__links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
@media (max-width: 500px) {
.lk-order-i__links {
        display: block
    }
      }
.lk-order-i__link {
      display: block;
      margin-top: 10px;
    }
.lk-order-i__link:not(:last-child) {
        margin-right: 40px;
      }
@media (max-width: 1023px) {
.lk-order-i__link:not(:last-child) {
          margin-right: 15px
      }
        }
@media (max-width: 500px) {
.lk-order-i__link:not(:last-child) {
          margin-right: 0
      }
        }
.lk-order-i__link[download]:hover {
         color: #009CE5;
       }
.lk-order-i__link[download]:hover svg {
           fill: #009CE5;
           -webkit-transition: all .2s;
           -o-transition: all .2s;
           transition: all .2s;
         }
.lk-order-i__link svg {
        width: 20px;
        height: 17px;
        margin-right: 10px;
      }
.lk-order-i .link-toggle {
      margin-bottom: 10px;
    }
.lk-order-i .order-t {
      margin-bottom: 15px;
    }
.lk-order .basket-item {
    padding: 6px 25px 15px;
  }
@media (max-width: 767px) {
.lk-order .basket-item {
      padding: 0 0 10px
  }
    }
.lk-order .basket-item__description {
      width: 750px;
    }
@media (max-width: 1700px) {
.lk-order .basket-item__description {
        width: 450px
    }
      }
@media (max-width: 1279px) {

      }
.lk-order .basket-item__price {
      width: 100px;
    }
.lk-order .basket-item__title {
      line-height: 1.3;
    }
.lk-order .basket-item__count {
      min-width: 100px;
      width: 100px;
    }
@media (max-width: 767px) {
.lk-order .basket-item__count {
        min-width: 0
    }
      }
@media (max-width: 767px) {
.lk-order .basket-item__delivery .basket-item__t {
          display: inline-block;
          height: auto !important;
          font-weight: 400;
          margin-bottom: 0
      }
        }
.lk-order .basket-item__delivery .basket-item__t:after {
          display: none;
          content: ':';
        }
@media (max-width: 767px) {
.lk-order .basket-item__delivery .basket-item__t:after {
            display: inline-block;
            margin-right: 5px
        }
          }
.lk-order .basket-item__article {
      display: block!important;
      width: auto;
      height: auto;
    }
.lk-order .basket-item--top .basket-item__description {
        padding-left: 85px;
      }
.lk-order .sale-paysystem-wrapper {
      margin: 0;
      padding: 0;
      border: 0;
      font: inherit;
      font-family: NotoSans, Arial;
      color: inherit;
    }
.lk-order .sale-paysystem-yandex-button {
      margin: 30px 0 0;
    }
.lk-order .sale-paysystem-yandex-button-item {
        height: auto;
        margin-bottom: 0;
        padding: 17px;
        border: 0;
        border-radius: 3px;
        background-color: #93a3be;
        font-size: 13px;
        font-weight: 700;
        line-height: 1;
        font-family: NotoSans, Arial;
        color: #fff;
      }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item, .lk-orders__search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input, .lk-orders__search .b-form__item > input {
        width: calc(100% - 60px);
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input, .lk-orders__search .b-form__item > input {
          width: calc(100% - 50px)
      }
        }
.search .b-form__label, .lk-orders__search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active, .lk-orders__search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input, .lk-orders__search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input, .lk-orders__search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button, .lk-orders__search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path, .lk-orders__search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path, .lk-orders__search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.lk-orders__contragent {
    margin-top: 10px;
  }
.lk-orders .lk-orders__top { /* &.b-form */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-bottom: 20px;
  }
@media (max-width: 767px) {
.lk-orders .lk-orders__top {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap
  }
    }
.lk-orders .lk-orders__top--company {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
    }
@media (max-width: 767px) {
.lk-orders .lk-orders__top--company .b-form__item--select {
          max-width: 100% !important;
          margin-right: 0 !important
      }
        }
.lk-orders .lk-orders__top select, .lk-orders .lk-orders__top .b-form__item--select {
      max-width: 350px;
      margin-right: 10px;
      margin-bottom: 0;
    }
@media (max-width: 1700px) {
.lk-orders .lk-orders__top select, .lk-orders .lk-orders__top .b-form__item--select {
        max-width: 250px
    }
      }
@media (max-width: 1023px) {
.lk-orders .lk-orders__top select, .lk-orders .lk-orders__top .b-form__item--select {
        max-width: 200px
    }
      }
@media (max-width: 767px) {
.lk-orders .lk-orders__top select, .lk-orders .lk-orders__top .b-form__item--select {
        max-width: calc(50% - calc(10px / 2));
        margin-bottom: 10px
    }
      }
@media (max-width: 500px) {
.lk-orders .lk-orders__top select, .lk-orders .lk-orders__top .b-form__item--select {
        max-width: 100%;
        margin-right: 0
    }
      }
@media (max-width: 767px) {
.lk-orders .lk-orders__top select:nth-child(2), .lk-orders .lk-orders__top .b-form__item--select:nth-child(2) {
          margin-right: 0
      }
        }
.lk-orders__search {
    width: calc(100% - 20px - 700px); /* calc(var(--select-mr-d) * 2) - calc(var(--select-w-d) * 2) */
    background-color: #fff;
    border-radius: 4px;
  }
@media (max-width: 1700px) {
.lk-orders__search {
      width: calc(100% - 20px - 500px) /* calc(var(--select-mr-d) * 2) - calc(var(--select-w-d) * 2) */
  }
    }
@media (max-width: 1023px) {
.lk-orders__search {
      width: calc(100% - 20px - 400px) /* calc(var(--select-mr-d) * 2) - calc(var(--select-w-d) * 2) */
  }
    }
@media (max-width: 767px) {
.lk-orders__search {
      width: 100%
  }
    }
.lk-orders__search .b-form__item.error {
        border-color: #ff0000;
      }
.lk-orders__search .b-form__item .b-form__label {
        top: 50% !important;
      }
.lk-orders__search .b-form__item .b-form__label.active {
          top: 3px !important;
        }
/* item */
.lk-orders-i:not(:last-child) {
      margin-bottom: 20px;
    }
.lk-orders-i__header {
      padding: 20px 25px 15px;
      background-color: #ECEEF1;
      border: 1px solid #CBD2DB;
    }
@media (max-width: 1023px) {
.lk-orders-i__header {
        padding: 10px 15px
    }
      }
.lk-orders-i__header > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
@media (max-width: 767px) {
.lk-orders-i__header > div {
          display: block
      }
        }
.lk-orders-i__header > div > div:first-child > span {
          white-space: nowrap;
        }
/* Заказ выполнен 30.03.2018 */
.lk-orders-i__header > div > div:last-child:not(:first-child) {
          white-space: nowrap;
        }
.lk-orders-i__from { /* "Заказ инициирован менеджером" */
      margin-top: 6px;
      color: #949BA8;
    }
.lk-orders-i__content {
      padding: 20px 25px;
      border: 1px solid #CBD2DB;
      border-top: none;
    }
@media (max-width: 1023px) {
.lk-orders-i__content {
        padding: 20px 15px
    }
      }
.lk-orders-i__detail {
      padding-top: 5px;
      padding-bottom: 10px;
    }
.lk-orders-i__bottom { /* в .lk-orders-i__content */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
@media (max-width: 500px) {
.lk-orders-i__bottom {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
      }
.lk-orders-i__info span {
        color: #589a36;
      }
.lk-orders-i__title {
      margin-bottom: 16px;
      font-size: 16px;
      font-weight: 700;
    }
.lk-orders-i__repeat { /* &.link-underline */
      margin-left: auto;
    }
@media (max-width: 500px) {
.lk-orders-i__repeat {
        margin: 10px 0 10px auto
    }
      }
.lk-orders-i__cancel { /* &.link-underline */
      margin-left: 50px;
    }
@media (max-width: 767px) {
.lk-orders-i__cancel {
        margin-left: 15px
    }
      }
@media (max-width: 500px) {
.lk-orders-i__cancel {
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        //text-align: right
    }
      }
.lk-orders-i__status {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 3px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
    }
@media (max-width: 767px) {
.lk-orders-i__status {
        display: block
    }
      }
.lk-orders-i .title-3 {
      margin-bottom: 0;
    }
.lk-orders-i .btn {
      margin-bottom: 20px;
      padding-top: 12px;
      padding-bottom: 12px;
    }:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after, .lk-receivables__header:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after, .lk-receivables__header.active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .lk-receivables__top .red {
    color: #ff0000;
  }
.statuses .green, .lk-receivables__top .green {
    color: #589a36;
  }
.statuses .yellow, .lk-receivables__top .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .lk-receivables__top .grey {
    color: #7F8A9E;
  }
.statuses .blue, .lk-receivables__top .blue {
    color:#0081C6;
  }
.statuses .blue-light, .lk-receivables__top .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.lk-receivables__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 23px 25px 21px;
    background-color: #fff;
    font-size: 22px;
     white-space: nowrap;
     -ms-flex-wrap: wrap;
         flex-wrap: wrap;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
  }
@media (max-width: 1279px) {
.lk-receivables__top {
      font-size: 18px
  }
    }
@media (max-width: 1023px) {
.lk-receivables__top {
      padding: 15px 15px;
      font-size: 16px
  }
    }
@media (max-width: 767px) {
.lk-receivables__top {
      padding: 15px 15px 5px
  }
    }
/* item */
@media (max-width: 767px) {
.lk-receivables__top > span {
        display: block;
        margin-bottom: 10px
    }
      }
.lk-receivables__top > span:not(:last-child) {
        margin-right: 60px;
      }
@media (max-width: 1700px) {
.lk-receivables__top > span:not(:last-child) {
          margin-right: 20px
      }
        }
@media (max-width: 767px) {
.lk-receivables__top > span:not(:last-child) {
          margin-right: 0
      }
        }
.lk-receivables__top > span > span { /* price */
        white-space: nowrap;
      }
.lk-receivables__item {
    margin-bottom: 20px;
    background-color: #fff;
  }
.lk-receivables__item:last-of-type {
      margin-bottom: calc(20px + 10px);
    }
.lk-receivables__header {
    padding: 18px 25px 17px;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s;
    -o-transition: border-color .2s;
    transition: border-color .2s;
    cursor: pointer;
    position: relative;
  }
@media (max-width: 1023px) {
.lk-receivables__header {
      padding: 15px 15px
  }
    }
.lk-receivables__header.active {
      border-color: #CBD2DB;
    }
.lk-receivables__header > * {
      padding-right: 15px;
    }
.lk-receivables__status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.lk-receivables__status:before {
      content: '';
      display: inline-block;
      width: 5px;
      height: 5px;
      margin-right: 10px;
      border-radius: 50%;
      background-color: currentColor;
    }
.lk-receivables__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 8px 0 5px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 60px;
  }
@media (max-width: 1023px) {
.lk-receivables__title {
      padding-right: 25px
  }
    }
/* item */
.lk-receivables__title > pan > span { /* price */
        white-space: nowrap;
      }
.lk-receivables__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 21px 25px 0;
  }
@media (max-width: 1023px) {
.lk-receivables__content {
      padding: 20px 15px
  }
    }
.lk-receivables__content-inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
    }
.lk-receivables__content-inner > div {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc(20% - 5px);
        margin-bottom: 15px;
        padding-right: 20px;
        vertical-align: top;
      }
@media (max-width: 1279px) {
.lk-receivables__content-inner > div {
          width: calc(33.33% - 5px)
      }
        }
@media (max-width: 767px) {
.lk-receivables__content-inner > div {
          width: calc(50% - 5px);
          margin-bottom: 10px
      }
        }
@media (max-width: 500px) {
.lk-receivables__content-inner > div {
          width: 100%
      }
        }
.lk-receivables__content span {
      display: block;
    }
.lk-receivables__content span:first-child {
        min-height: 34px;
        margin-bottom: 15px;
      }
@media (max-width: 767px) {
.lk-receivables__content span:first-child {
          min-height: 0
      }
        }
.lk-receivables__content span:last-child {
        margin-top: auto;
      }
.lk-receivables .b-form {
    margin-bottom: 20px;
  }
.lk-receivables .btn--loading {
    display: table;
    margin: 20px auto 0;
  }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding, .p-slider .swiper-slide {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding, .p-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(270px + 10px) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child, .p-slider .swiper-slide:last-child {
      width: calc(270px + (10px * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after, .p-slider .swiper-slide:last-child:after {
      content: '';
      display: block;
      min-width: 10px;
    }
.slide-pseudo-padding:before, .p-slider .swiper-slide:before {
    content: '';
    display: block;
    min-width: 10px;
  }
.slide-pseudo-padding > div, .p-slider .swiper-slide > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div, .p-slider .swiper-slide > div {
      width: 270px
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
/* слайдера c продукт карточками */
.p-slider {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
.p-slider {
    margin: 0 -15px 20px !important
}
  }
.p-slider--mb {
    margin-bottom: 118px;
  }
@media (max-width: 1279px) {
.p-slider--mb {
      margin-bottom: 47px
  }
    }
.p-slider .swiper-slide:hover {
        z-index: 1;
      }
.p-slider .swiper-slide:nth-of-type(1) {
        -webkit-animation-delay: 0s;
                animation-delay: 0s;
      }
.p-slider .swiper-slide:nth-of-type(2) {
        -webkit-animation-delay: .2s;
                animation-delay: .2s;
      }
.p-slider .swiper-slide:nth-of-type(3) {
        -webkit-animation-delay: .4s;
                animation-delay: .4s;
      }
.p-slider .swiper-slide:nth-of-type(4) {
        -webkit-animation-delay: .6s;
                animation-delay: .6s;
      }
.p-slider .swiper-slide:nth-of-type(5) {
        -webkit-animation-delay: .8s;
                animation-delay: .8s;
      }
.p-slider .swiper-container {
      margin: -35px 0;
      padding: 35px 0;
    }/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .product-header__item .red {
    color: #ff0000;
  }
.statuses .green, .product-header__item .green {
    color: #589a36;
  }
.statuses .yellow, .product-header__item .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .product-header__item .grey {
    color: #7F8A9E;
  }
.statuses .blue, .product-header__item .blue {
    color:#0081C6;
  }
.statuses .blue-light, .product-header__item .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.product__main {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
  }
@media (max-width: 1024px) {
.product__main {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 46.5%;
    max-width: 820px;
    padding: 0 45px;
    border-right: 1px solid #EBEBEB;
  }
@media (max-width: 1440px) {
.product__left {
      width: 40%
  }
    }
@media (max-width: 1360px) {
.product__left {
      padding: 0 20px
  }
    }
@media (max-width: 1024px) {
.product__left {
      width: 100%;
      max-width: none;
      border: 0;
      padding: 0 20px
  }
    }
.product__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 53.5%;
    max-width: 940px;
  }
@media (max-width: 1440px) {
.product__right {
      width: 60%
  }
    }
@media (max-width: 1024px) {
.product__right {
      width: 100%;
      max-width: none
  }
    }
.product__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    max-height: 460px;
    margin: auto 0;
  }
.product__thumbs {
    width: 125px;
    margin-right: 50px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
@media (max-width: 1360px) {
.product__thumbs {
      margin-right: 20px
  }
    }
@media (max-width: 1024px) {
.product__thumbs {
      height: auto
  }
    }
@media (max-width: 767px) {
.product__thumbs {
      display: none
  }
    }
.product__thumbs .swiper-container {
      height: 100%;
      padding: 40px 0;
    }
.product__thumbs .slider__arrows {
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transform: translateY(0%);
          -ms-transform: translateY(0%);
              transform: translateY(0%);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 1000000;
    }
@media (max-width: 1279px) {
.product__thumbs .slider__arrows {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
      }
@media (max-width: 767px) {
.product__thumbs .slider__arrows {
        display: none
    }
      }
.product__thumbs .slider__arrow {
      width: 100%;
      height: 40px;
      background-color: #ffffff;
      border-radius: 0;
    }
.product__thumbs .slider__arrow--prev svg {
        -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
      }
.product__thumbs .slider__arrow--next svg {
        -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg);
      }
.product__thumbs .swiper-slide {
      opacity: 1;
      -webkit-transition: opacity .3s;
      -o-transition: opacity .3s;
      transition: opacity .3s;
      cursor: pointer;
    }
.product__thumbs .swiper-slide:not(.active) {
        opacity: .5;
      }
.product__thumbs .swiper-slide:not(.active):hover {
          opacity: .7;
        }
.product__thumbs .swiper-slide * {
        pointer-events: none;
      }
@media (max-width: 767px) {
.product__img {
      padding-bottom: 20px
  }
    }
@media (max-width: 500px) {
.product__img {
      width: 100%
  }
    }
.product__img .swiper-pagination {
      display: none;
      bottom: 10px !important;
    }
.product__img .swiper-pagination-bullet-active {
        background: #93a3be;
      }
@media (max-width: 767px) {
.product__img .swiper-pagination {
        display: block
    }
      }
.product__img .swiper-slide {
      text-align: center;
      padding: 3px;
    }
.product__img img {
      height: 100%;
      width: 100%;
      font-family: "object-fit:contain";
      -o-object-fit: contain;
         object-fit: contain;
    }
.product-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 18px 40px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
  }
@media (max-width: 1440px) {
.product-header {
      padding: 20px
  }
    }
@media (max-width: 767px) {
.product-header {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      border-bottom: 0
  }
    }
.product-header__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.product-header__item.active a {
          color: #93a3be;
        }
.product-header__item.active a svg * {
              stroke: #93a3be;
            }
@media (max-width: 767px) {
.product-header__item {
        width: 100%;
        -webkit-box-pack: normal;
            -ms-flex-pack: normal;
                justify-content: normal
    }

        .product-header__item + .product-header__item {
          margin-top: 10px;
        }
      }
.product-header__item a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
.product-header__item a:hover span {
            color: #93a3be;
          }
.product-header__item a span {
          color: #949BA8;
        }
.product-header__item .link {
        margin-bottom: 0;
        text-decoration: none;
      }
.product-header__item .link:hover svg *, .product-header__item .link:focus svg * {
              stroke: #93a3be;
            }
.product-header__item .grey {
        color: #0081C6;
      }
.product-header .product__favorite svg {
        width: 24px;
        height: 22px;
      }
.product-header svg {
      margin-right: 15px;
    }
.product-header svg * {
        fill: none;
        stroke: #949BA8;
      }
.product-top {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
@media (max-width: 767px)  {
.product-top {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
.product-top__left {
      max-width: 525px;
      width: 55.85%;
      padding: 40px;
      border-right: 1px solid #EBEBEB;
    }
@media (max-width: 1700px) {
.product-top__left {
        width: 50%
    }
      }
@media (max-width: 1440px)  {
.product-top__left {
        padding: 20px
    }
      }
@media (max-width: 1024px)  {
.product-top__left {
        max-width: 50%
    }
      }
@media (max-width: 767px)  {
.product-top__left {
        max-width: 100%;
        width: 100%;
        border: 0
    }
      }
.product-top__left .title-1 {
        margin-bottom: 7px!important;
      }
.product-top__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 44.15%;
      max-width: 415px;
      padding: 20px 20px 40px 40px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
@media (max-width: 1700px) {
.product-top__right {
        width: 50%
    }
      }
@media (max-width: 1440px)  {
.product-top__right {
        padding: 20px
    }
      }
@media (max-width: 1024px)  {
.product-top__right {
        max-width: 50%
    }
      }
@media (max-width: 767px)  {
.product-top__right {
        max-width: 100%;
        width: 100%
    }
      }
.product-top__characteristic a {
        margin-top: 0;
        border-bottom: 1px dashed #009CE5;
      }
.product-top__characteristic [data-toggle-wrap].active svg {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg);
        }
.product-top__characteristic svg {
        width: 10px;
        height: 5px;
        margin-left: 3px;
      }
.product-top__code {
      font-weight: 700;
      font-size: 13px;
      color: #2E2E2E;
    }
.product-top__stars {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 16px 0 24px;
    }
.product-top__stars .rating-static {
        margin-right: 15px;
      }
.product-top__stars .link {
        margin-bottom: 0;
      }
.product-top__article {
      margin-bottom: 14px;
      font-size: 14px;
      color: #7F8A9E;
    }
@media (max-width: 1023px) {
.product-top__article {
        font-size: 14px
    }
      }
.product-top__article_bold {
      margin-bottom: 10px;
      font-size: 14px;
      color: #949BA8;
      font-weight: bold;
      text-decoration: underline;
    }
.product-top__article_bold:hover {
        color: #93a3be;
      }
@media (max-width: 1023px) {
.product-top__article_bold {
        font-size: 14px;
        font-weight: bold
    }
      }
.product-top__buyclick {
      float: right;
      margin-right: 37px;
      margin-bottom: 20px;
      -webkit-box-shadow: inset 0 0 0 1px #f1f1f1;
              box-shadow: inset 0 0 0 1px #f1f1f1;
      color: #5c5757;
      background-color: #fff;
      padding: 17px 13px;
    }
.product-top__bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: auto;
    }
.product-top__bottom-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
      }
@media (min-width: 1360px) {
.product-top__bottom-row {
          padding-right: 20px
      }
        }
.product-top__bottom-row:not(:last-child) {
          margin-bottom: 30px;
        }
.product-top__bottom-row--wrap {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          width: 100%;
        }
.product-top__bottom-row--wrap .product-top__item {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
          }
.product-top__bottom-row--wrap .product-top__item-click {
            position: relative;
            margin-left: auto;
            width: 100%;
            margin-top: 23px;
            text-align: right;
            max-width: 100%;
          }
@media (max-width: 500px) {
.product-top__bottom-row--wrap .product-top__item-click {
              width: auto
          }
            }
.product-top__bottom-row--wrap .product-top__item-click a {
              border: none;
              text-decoration: underline;
              color: #009CE5;
              padding: 0!important;
              outline: none;
              display: inline-block;
              font-weight: 400;
              min-width: 100%;
            }
.product-top__bottom-row--wrap .product-top__item-click a:hover, .product-top__bottom-row--wrap .product-top__item-click a:focus {
                text-decoration: none;
              }
/* "купить" */
.product-top__bottom > .btn {
        -ms-flex-item-align: end;
            align-self: flex-end;
        padding: 0 !important;
      }
@media (max-width: 1279px) {
.product-top__bottom > .btn {
          width: 50%
      }
        }
@media (max-width: 1023px) {
.product-top__bottom > .btn {
          width: auto
      }
        }
@media (max-width: 767px) {
.product-top__bottom > .btn {
          width: 50%
      }
        }
.product-top__bottom > .btn a {
          padding: 17px 38px;
        }
.product-top__item { /* цена, количество, итого */
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      max-width: 180px;
    }
.product-top__item:nth-of-type(2) {
        width: 180px;
      }
@media (max-width: 1360px) {
.product-top__item:nth-of-type(2) {
          width: 160px
      }
        }
@media (max-width: 1024px) {
.product-top__item {
        max-width: 50%
    }
      }
@media (max-width: 500px) {
.product-top__item {
        width: 100%;
        margin-top: 10px
    }

        .product-top__item:not(:last-of-type) {
          margin-right: 0;
        }
      }
@media (max-width: 1279px) {
.product-top__item:nth-of-type(2) {
            padding-right: 0
      }
        }
@media(min-width: 1024px) {
.product-top__item.product-top__item--buy {
          max-width: none;
          width: 100%;
          margin-top: 15px
      }
        }
.product-top__item-checkbox {
        max-width: none;
        width: 100%;
        margin-top: auto;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
.product-top__item-checkbox .product-top__item-t {
          margin-right: 15px;
          white-space: nowrap;
          font-size: 13px;
        }
.product-top__item-checkbox + .product-top__bottom {
          margin-top: 20px;
        }
.product-top__item-t { /* заголовок */
        width: 100%;
        margin-bottom: 10px;
        font-size: 13px;
        line-height: 1.3;
        margin-bottom: 10px;
      }
.product-top__item .b-count {
        margin-left: 0;
      }
.product-top__item .b-count__btn {
            min-width: 50px;
            height: 52px;
        }
.product-top__item .b-count__input {
            width: calc(100% - 50px * 2);
            font-weight: 700;
            font-size: 15px;
        }
.product-top__item .btn-link {
        min-width: 100%;
        height: 52px;
      }
.product-top__item .price {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        margin-bottom: 0;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
      }
.product-top__item .price__old {
          position: static;
        }
.product-top__item .price__current {
          font-size: 18px;
        }
@media (max-width: 500px) {
.product-top__item .price__current {
              font-size: 16px
        }
          }
.product-top__item .b-checkbox--radio {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin-right: 5px;
        }
.product-top__item .b-checkbox--radio .b-checkbox__label {
              width: 75px;
              height: 32px;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              background: #F0F2F3;
              border-radius: 5px;
              margin-right: 10px;
              cursor: pointer;
              font-size: 12px;
            }
.product-top__item .b-checkbox--radio .b-checkbox__label:hover {
                color: #93a3be;
              }
.product-top__item .b-checkbox--radio .b-checkbox__input:checked:not(.disabled) ~ .b-checkbox__text {
              color: #93a3be;
            }
.product-top__item .b-checkbox--radio .b-checkbox__box {
              display: none;
            }
.product-top__item .b-checkbox--radio .b-checkbox__text {
              font-size: 12px;
              line-height: normal;
            }
.product-top__item .b-checkbox__label {
          margin-bottom: 10px;
        }
.product-top__item--click {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
      }
.product__brand-logo {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    max-width: 150px;
    max-height: 150px;
  }
@media (max-width: 767px) {
.product__brand-logo {
      margin-left: 0;
      margin-bottom: 20px
  }
    }
.product__brand-logo img {
      width: 100%;
    }
.product__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 1023px) {
.product__inner {
      display: block
  }
    }
@media (max-width: 767px) {
.product__inner {
      margin-bottom: 20px
  }
    }
.product__img-zoom {
    cursor: url(/local/client/icons/lupa.svg) 4 12, auto;
    height: 100%;
    display: block;
  }
.product-description {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
  }
.product-description__content {
      display: none;
    }
.product-description__content.active {
        display: block;
        padding: 45px 35px;
      }
@media (max-width: 767px) {
.product-description__content.active {
          padding: 20px 15px
      }
        }
.product-description p {
      display: block !important;
    }
@media(max-width: 767px) {
.product-description .styled-list ul li, .product-description .styled-list ol li {
            font-size: 14px
        }
          }
.product-description .styled-list iframe {
        display: block;
        max-width: 100%;
      }
@media(max-width: 1279px) {
.product-description .styled-list iframe {
          max-height: 600px
      }
        }
@media(max-width: 1023px) {
.product-description .styled-list iframe {
          max-height: 500px
      }
        }
@media(max-width: 767px) {
.product-description .styled-list iframe {
          max-height: 400px
      }
        }
@media (max-width: 500px) {
.product-description .styled-list iframe {
          max-height: 250px
      }
        }
.product-storage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
@media (max-width: 500px) {
.product-storage {
      max-height: unset
  }
    }
.product-storage__item {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 20px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      overflow: hidden;
    }
/* ie fix */
.product-storage__item .green {
        color: #93a3be;
      }
.product-storage__item .red {
        color: #93a3be;
      }
.product-storage__item .blue {
        color: #0081C6;
      }
.product-storage__item:not(:last-child) {
        margin-bottom: 4px;
      }
.product-storage__item:nth-of-type(even) {
        margin-right: 0;
        -webkit-column-break-after: column;
           -moz-column-break-after: column;
                break-after: column;
      }
@media (max-width: 500px) {
.product-storage__item {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-right: 0 !important
    }
      }
.product-storage__item svg {
        width: 26px;
        height: 26px;
        margin-right: 10px;
      }
.product-storage__item svg * {
          -webkit-transition: .2s;
          -o-transition: .2s;
          transition: .2s;
        }
.product__favorite:hover span {
        color: #93a3be;
      }
.product__favorite:hover svg path {
          stroke: #93a3be;
        }
.product__favorite span:last-of-type {
        display: none;
      }
.product__favorite.active span {
        color: #93a3be;
        border-color: #93a3be;
      }
.product__favorite.active span:last-of-type {
          display: inline-block;
        }
.product__favorite.active span:first-of-type {
          display: none;
        }
.product__favorite.active svg path {
        fill: #93a3be;
        stroke: #93a3be;
      }
.product__docs { /* wrap */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -35px;
    margin-bottom: -35px;
  }
.product-doc { /* item */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 35px);
    margin-left: 35px;
    margin-bottom: 35px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
@media (max-width: 767px) {
.product-doc {
      width: calc(100% - 35px)
  }
    }
.product-doc:hover .product-doc__icon:after {
          top: 0;
        }
.product-doc:hover .product-doc__icon svg * {
          stroke: #fff;
        }
.product-doc__text {
      width: calc(100% - 58px);
      padding: 15px 10px;
      border-bottom: 1px solid #93a3be;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
    }
.product-doc__text span:first-child {
          font-weight: 700;
        }
.product-doc__text span:last-child:not(:first-child) {
          font-size: 10px;
          text-transform: uppercase;
        }
.product-doc__icon {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 58px;
      height: 58px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 1px solid #93a3be;
      position: relative;
    }
.product-doc__icon:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 100%;
        background-color: #93a3be;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        z-index: 1;
      }
.product-doc__icon svg {
        width: 13px;
        height: 19px;
        position: relative;
        z-index: 2;
      }
.product-doc__icon svg * {
          stroke: #93a3be;
          -webkit-transition: stroke .1s .1s;
          -o-transition: stroke .1s .1s;
          transition: stroke .1s .1s;
        }
.product__params { /* блок свойств под .product-top, wrap */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
@media (max-width: 767px) {
.product__params {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column
  }
    }
/* item */
.product__params-title {
      font-weight: 700;
      font-size: 16px;
      margin-bottom: 18px;
    }
.product__params-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      margin-bottom: 6px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
    }
.product__params-list:before {
        content: '';
        display: inline-block;
        position: absolute;
        left: 0;
        height: 2px;
        right: 0;
        top: 18px;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #C8CDD4), color-stop(0%, rgba(255, 255, 255, 0)));
        background-image: -o-linear-gradient(left, #C8CDD4 50%, rgba(255, 255, 255, 0) 0%);
        background-image: linear-gradient(to right, #C8CDD4 50%, rgba(255, 255, 255, 0) 0%);
        background-position: bottom;
        background-size: 6px 1px;
        background-repeat: repeat-x;
        pointer-events: none;
      }
.product__params-list span {
        font-size: 15px;
        background: #fff;
        z-index: 1;
      }
@media (max-width: 1023px) {
.product__params-list span {
          font-size: 14px
      }
        }
.product__params-list span:first-of-type {
          margin-right: auto;
        }
.product__params-list-value {
          text-align: right;
       }
.product__params-col {
      width: 100%;
      max-width: 45%;
    }
@media (max-width: 767px){
.product__params-col {
        max-width: 100%
    }
      }
.product__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #DDDDE2;
    overflow-x: auto;
    overflow-y: hidden;
  }
.product__links .ps__rail-x {
      bottom: 5px;
      height: 4px;
      opacity: 0;
    }
.product__links .ps__thumb-x {
      height: 4px;
    }
.product__link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
    white-space: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
.product__link + .product__link {
      margin-left: 24px;
    }
@media (max-width: 1023px) {
.product__link + .product__link {
        margin-left: 14px
    }
      }
@media (max-width: 500px) {
.product__link + .product__link {
        margin-left: 4px
    }
      }
@media (max-width: 1023px) {
.product__link {
      padding: 15px
  }
    }
@media (max-width: 767px) {
.product__link {
      padding: 10px 15px
  }
    }
.product__link.active:after {
        content: '';
        position: absolute;
        bottom: -1px;
        left: 0;
        width: 100%;
        height: 3px;
        border-radius: 3px;
        background-color: #93a3be;
      }
@media (max-width: 767px) {
.product__link.active:after {
          bottom: 0
      }
        }
.product__link:hover {
      color: #93a3be;
    }
.product__link:hover .i-icon * {
          fill: #93a3be;
        }
.product__link > a {
      width: 100%;
    }
.product__link .i-icon {
      width: 22px;
      height: 20px;
      margin-right: 11px;
    }
@media (max-width: 1700px) {
.product__link .i-icon {
        margin-right: 3px
    }
      }
.product__link .i-icon--description {
        width: 15px;
        height: 19px;
      }
.product__link .i-icon * {
        fill: #E1E4E8;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
      }
.product__link .tooltip__text {
      width: 320px;
    }
.product__compare:hover span {
        color: #93a3be;
      }
.product__compare:hover svg * {
        fill: #93a3be;
        stroke: #93a3be;
      }
.product__compare span:last-child {
        display: none;
      }
.product__compare.active svg * {
          stroke: #93a3be !important;
          }
.product__compare.active span:nth-child(2) {
          display: none;
        }
.product__compare.active span:last-child {
          display: inline-block;
          color: #93a3be !important;
        }
.product-specs__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
.product-specs__row+.product-specs__row {
        margin-top: 5px;
      }
.product-specs__name {
      font-weight: 500;
      font-size: 14px;
      color: #7F8A9E;
    }
.product-specs__brand {
      font-size: 14px;
      color: #7F8A9E;
      text-decoration: underline;
    }
a.product-specs__brand:hover {
          color: #93a3be;
        }
.product-specs__value {
      font-size: 14px;
      color: #9FA6B2;
    }
.product__video .video__card {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 460px;
              flex: 1 1 460px;
      -webkit-box-align: normal;
          -ms-flex-align: normal;
              align-items: normal;
      margin-left: 0;
    }
@media(max-width: 1023px) {
.product__video .video__card {
        width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: 0;
        margin-bottom: 10px
    }
      }
@media(max-width: 1023px) {
.product__video .video__content {
        max-width: 100%;
        width: auto;
        height: 260px
    }
      }
@media(max-width: 500px) {
.product__video .video__content {
        height: auto
    }
      }
.product__video .sale-d__inner {
      padding: 0 40px;
    }
@media (max-width: 1279px) {
.product__video .sale-d__inner {
        padding: 0 25px
    }
      }
@media(max-width: 1023px) {
.product__video .sale-d__inner {
        padding: 15px 0
    }
      }
.product__video .title {
      margin-bottom: 20px!important;
    }
.product__disclaimer {
    font-style: italic;
    font-size: 12px;
    line-height: 1.2;
    color: #949BA8;
  }
/* только на странице "О компании" */
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red, .p__param .red {
    color: #ff0000;
  }
.statuses .green, .p__param .green {
    color: #589a36;
  }
.statuses .yellow, .p__param .yellow {
    color: #FF9D3A;
  }
.statuses .grey, .p__param .grey {
    color: #7F8A9E;
  }
.statuses .blue, .p__param .blue {
    color:#0081C6;
  }
.statuses .blue-light, .p__param .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
:root { /* width / height */
}
/* продуктовая карточка слайдера / каталога */
.p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;

  border-radius: 5px;
  background-color: #fff;
  position: relative;
  -webkit-transition: -webkit-box-shadow .3s;
  transition: -webkit-box-shadow .3s;
  -o-transition: box-shadow .3s;
  transition: box-shadow .3s;
  transition: box-shadow .3s, -webkit-box-shadow .3s;
}
.p:hover {
    -webkit-box-shadow: 0 6px 10px rgba(46,47,77,.06);
            box-shadow: 0 6px 10px rgba(46,47,77,.06);
  }
.p:hover .p__favorite {
      opacity: 1;
    }
.p__favorite {
    position: absolute;
    top: 20px;
    right: 10px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
  }
.p__favorite svg * {
      fill: #E1E4E8;
    }
@media (max-width: 1023px) {
.p__favorite {
      opacity: 1
  }
    }
.p__favorite:hover svg * {
        fill: #D2D7DC;
      }
.p__favorite svg * {
        -webkit-transition: .2s ;
        -o-transition: .2s ;
        transition: .2s ;
      }
.p__favorite.active {
      opacity: 1;
    }
.p__favorite.active svg * {
        fill: #93a3be;
      }
.p__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 215px;
    max-width: 100%;
    margin: 10px auto;
  }
@media (max-width: 1279px) {
.p__img {
      height: 180px
  }
    }
.p__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
     padding: 0px 30px;
    margin-bottom: 30px;
  }
@media (max-width: 1700px) {
.p__middle {
      padding: 0px 20px
  }
    }
@media (max-width: 1279px) {
.p__middle {
      padding: 0px 15px
  }
    }
.p__middle .rating-static {
      margin-bottom: 14px;
    }
.p__middle .price__old {
        position: static;
      }
.p__title {
    display: block;
     margin-bottom: 8px;
    max-height: 63px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
     overflow: hidden;
     -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
     display: -webkit-box;
     -webkit-line-clamp: 3;
     -webkit-box-orient: vertical;
  }
.p__title:hover {
      color: #93a3be;
    }
.p__title:first-child:last-child { /* для уменьшенной версии карточки */
      margin-top: 15px;
      margin-bottom: 33px;
      font-size: 12px;
    }
.p__params {
    font-size: 13px;
  }
.p__param {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 3px;
    color: #7F8A9E;
  }
.p__param > div {
      width: 50%;
    }
.p__param > div:first-child {
        width: 65%;
        margin-right: 10px;
      }
.p__param > div:last-child {
         width: 70%;
      }
.p__status--success {
      color: #589a36;
    }
.p__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 30px 25px;
  }
@media (max-width: 1700px) {
.p__bottom {
      padding: 0 20px 15px
  }
    }
@media (max-width: 1279px) {
.p__bottom {
      padding: 0 15px 15px
  }
    }
.p__bottom .btn {
      width: 50%;
      height: 40px;
      padding: 0 10px;
      margin-right: 10px;
      font-size: 14px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
    }
.p__bottom .btn.active + .b-count {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        }
.p__bottom .b-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
.p .tags {
    top: 20px;
  }
.p__wrap-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 20px;
    top: 20px;
  }
.p__wrap-icons .p__favorite, .p__wrap-icons .p__compare {
      position: relative;
      height: 32px;
      width: 32px;
      padding: 6px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: 2px solid #E1E4E8;
      border-radius: 50%;
      opacity: 1;
      top: 0;
      right: 0;
      left: 0;
    }
.p__wrap-icons .p__favorite:hover, .p__wrap-icons .p__favorite.active, .p__wrap-icons .p__compare:hover, .p__wrap-icons .p__compare.active {
        border-color: #93a3be;
      }
.p__wrap-icons .p__favorite:hover svg *, .p__wrap-icons .p__favorite.active svg *, .p__wrap-icons .p__compare:hover svg *, .p__wrap-icons .p__compare.active svg * {
          fill: #93a3be;
          stroke: #93a3be;
        }
.p__wrap-icons .p__favorite svg, .p__wrap-icons .p__compare svg {
        position: relative;
        top: 0;
      }
.p__wrap-icons .p__favorite svg *, .p__wrap-icons .p__compare svg * {
          fill: #E1E4E8;
          stroke: #E1E4E8;
        }
.p__wrap-icons .p__favorite svg {
        position: absolute;
        top: 4px;
        left: 2px;
        min-width: 24px;
        height: 22px;
        -webkit-transform: scale(0.75);
            -ms-transform: scale(0.75);
                transform: scale(0.75);
      }
.p__wrap-icons .p__compare {
      margin-bottom: 10px;
    }
.p__wrap-icons .tooltip {
      position: unset;
      width: 100%;
      height: 100%;
    }
/* Show icons on hover */
@media (min-width: 1024px) {
      .p .p__wrap-icons .p__compare, .p .p__wrap-icons .p__favorite {
        -webkit-transition: 0.2s;
        -o-transition: 0.2s;
        transition: 0.2s;
        opacity: 0;
      }
        .p .p__wrap-icons .p__compare.active, .p .p__wrap-icons .p__favorite.active {
          opacity: 1;
        }
        .p:hover>.p__wrap-icons .p__compare, .p:hover>.p__wrap-icons .p__favorite {
          opacity: 1;
        }
  }
.bx-touch .p__wrap-icons .p__favorite:hover:not(.active), .bx-touch .p__wrap-icons .p__compare:hover:not(.active) {
          border-color: #E1E4E8;
        }
.bx-touch .p__wrap-icons .p__favorite:hover:not(.active) svg *, .bx-touch .p__wrap-icons .p__compare:hover:not(.active) svg * {
            fill: #E1E4E8;
            stroke: #E1E4E8;
          }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
.b-geo-confirm:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm {
        background-color: #fff;
        padding: 20px;
        text-align: left;
        position: absolute;
        z-index: 21;
        top: 42px;
        left: 0;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
                box-shadow: 0 0 20px rgba(0, 0, 0, .1);
        width: 100%;
        max-width: 440px;
        border-radius: 5px;
        }
    }
.b-geo-confirm__wrapper {
    /* position: relative;
    max-width: 154rem;
    height: 100%;
    margin: 0 auto */
    width: 100%;
    width: 440px;
    position: absolute;
    top: 0px;
    left: 6px;
    z-index: 111111;
    background-color: white;
    }
.h-fix.fixed {
    top: 20px;
    }
/* @media only screen and (min-width: 768px) {
    .b-geo-confirm__wrapper {
        padding-left: 2rem
    }
} */
/* @media screen and (min-width: 1580px) {
  .b-geo-confirm__wrapper {
    padding-left: 0
  } */
/* } */
.b-geo-confirm__arrow {
    position: absolute;
    width: 2.6rem;
    height: 2rem;
    overflow: hidden;
    top: 0;
    left: 37px;
    -webkit-transform: translate(-50%, -100%);
        -ms-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%)
    }
@media screen and (min-width: 1580px) {
    .b-geo-confirm__arrow {
        left: 37px;
        }
    }
.b-geo-confirm__arrow:after {
    content: "";
    position: absolute;
    -webkit-transform: translateX(-50%) rotate(45deg);
        -ms-transform: translateX(-50%) rotate(45deg);
            transform: translateX(-50%) rotate(45deg);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
            box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    width: 2rem;
    height: 2rem;
    background-color: #fff;
    left: 50%;
    top: 1.2rem
    }
.b-geo-confirm__close {
    position: absolute;
    top: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    cursor: pointer
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__close {
        top: 20px;
        right: 20px;
        height: 32px;
        width: 32px;
        padding: 5px;
        }
    }
.b-geo-confirm__close:after, .b-geo-confirm__close:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    background-color: #4c1e87
    }
@media only screen and (min-width: 768px) {

    .b-geo-confirm__close:after, .b-geo-confirm__close:before {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
            -ms-transform: translate(-50%, -50%) rotate(0deg);
                transform: translate(-50%, -50%) rotate(0deg);
        background: transparent
        }
    }
.b-geo-confirm__close:before {
    width: 15px;
    height: 1px
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__close:before {
        height: 100%;
        width: 100%;
        border: 1px solid rgba(0, 0, 0, .14);
        border-radius: 50%;
        -webkit-transition: .2s ease-in-out;
        -o-transition: .2s ease-in-out;
        transition: .2s ease-in-out
        }
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__close:hover:before {
        border-color: transparent;
        -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .14);
                box-shadow: 0 0 0 1px rgba(0, 0, 0, .14)
        }
    }
.b-geo-confirm__close:after {
    width: 1px;
    height: 15px
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__close:after {
        background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 5.242 5.242'%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M.5.5l4.242 4.242m-4.242 0L4.742.5'/%3E%3C/svg%3E") no-repeat;
        background-size: 100%;
        background-position: 50%;
        width: 1rem;
        height: 1rem
        }
    }
.b-geo-confirm__text {
    font-size: 26px;
    color: #000;
    line-height: 1.8rem;
    margin-bottom: .5rem;
    padding: 0 3rem
    }
.b-geo-confirm__text span {
    white-space: nowrap
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__text {
        padding: 0;
        font-size: 26px;
        color: #333;
        line-height: 2.8rem;
        margin-bottom: 1rem
        }
    }
.b-geo-confirm__desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8rem;
    padding: 0 3rem;
    margin-bottom: 1rem
    }
@media only screen and (min-width: 768px) {
    .b-geo-confirm__desc {
        padding: 0;
        font-size: 16px;
        color: #999;
        line-height: 1.2;
        margin-bottom: 1.5rem
        }
    }
.b-geo-confirm__controls {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    }
.b-geo-confirm__controls > a {
        max-width: auto;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 49%;
                flex: 1 1 49%;
        }
.b-geo-confirm__controls .svz-btn {
    margin-right: 1rem
    }
.b-geo-confirm__controls .svz-btn:last-child {
    margin-right: 0
    }
.svz-btn {
    border: none;
    background-color: transparent;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: .6px;
    line-height: 38px;
    padding: 0 2.8rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
    }
.svz-btn .is-mobile-not {
    font-style: normal
    }
@media only screen and (min-width: 0px) and (max-width:767px) {
    .svz-btn .is-mobile-not {
        display: none
        }
    }
@media only screen and (min-width: 768px) {
    .svz-btn .is-mobile-not {
        display: inline
        }
    }
._comparison .svz-btn, .b-product-block .svz-btn {
    display: block;
    margin: 1rem 0;
    white-space: nowrap
    }
.svz-btn span {
    position: relative;
    z-index: 1
    }
.svz-btn._fill {
    line-height: 40px
    }
.svz-btn._fill._orange {
    background-color: #ffc800;
    color: #4c1e87
    }
@media only screen and (min-width: 768px) {
    .svz-btn._fill._orange:hover {
        background-color: #3c1e5a;
        color: #ffc800
        }
    }
.svz-btn._fill._purple {
    background-color: #4c1e87;
    color: #fff
    }
@media only screen and (min-width: 768px) {
    .svz-btn._fill._purple:hover {
        background-color: #3c1e5a
        }
    }
.svz-btn._fill._white {
    background-color: #fff;
    color: #4c1e87
    }
@media only screen and (min-width: 768px) {
    .svz-btn._fill._white:hover {
        background-color: #3c1e5a;
        color: #fff
        }
    }
.svz-btn._fill._disabled {
    background-color: rgba(0, 0, 0, .1);
    color: #fff;
    cursor: default
    }
@media only screen and (min-width: 768px) {
    .svz-btn._fill._disabled:hover {
        background-color: rgba(0, 0, 0, .1);
        color: #fff
        }
    }
.svz-btn._stroke {
    background: none !important;
    border-style: solid;
    border-width: 2px
    }
.svz-btn._stroke._purple {
    border-color: #4c1e87;
    color: #4c1e87
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._purple:hover {
        border-color: #e41d94;
        color: #3c1e5a
        }
    }
.svz-btn._stroke._purple._disabled {
    border-color: rgba(76, 30, 135, .3);
    color: rgba(76, 30, 135, .3);
    cursor: default
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._purple._disabled:hover {
        border-color: rgba(76, 30, 135, .3);
        color: rgba(76, 30, 135, .3)
        }
    }
.svz-btn._stroke._gray {
    border-color: #d9d9d9;
    color: #999
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._gray:hover {
        border-color: #999
        }
    }
.svz-btn._stroke._gray._disabled {
    border-color: rgba(76, 30, 135, .3);
    color: rgba(76, 30, 135, .3);
    cursor: default
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._gray._disabled:hover {
        border-color: rgba(76, 30, 135, .3)
        }
    }
.svz-btn._stroke._white {
    border-color: hsla(0, 0%, 100%, .6);
    color: #fff
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._white:hover {
        border-color: #fff
        }
    }
.svz-btn._stroke._white._disabled {
    border-color: hsla(0, 0%, 100%, .2);
    color: #fff;
    cursor: default
    }
@media only screen and (min-width: 768px) {
    .svz-btn._stroke._white._disabled:hover {
        border-color: hsla(0, 0%, 100%, .2)
        }
    }
.svz-btn._hide {
    display: none !important
    }
.svz-btn._full-width {
    width: 100%
    }
.closer {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid #ededed;
    position: absolute;
    right: 14px;
    top: 10px;
    cursor: pointer;
    }
.closer::after, .closer::before {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    position: absolute;
    background-color: #999999;
    border-radius: 6px;
    top: 50%;
    left: 50%;
    }
.closer::after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
    }
.closer::before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
    }
@media(max-width: 1023px) {
    .b-geo-confirm__wrapper {
        top: 7px;
        }
    }
@media(max-width: 767px) {
    .b-geo-confirm__wrapper {
        padding: 20px;
        left: 20px;
        top: 47px
        }

    .b-geo-confirm__text, .b-geo-confirm__desc {
        padding: 0;
        }

    .b-geo-confirm__close {
        width: 30px;
        height: 30px;
        }
    }
@media(max-width: 500px) {
    .b-geo-confirm__wrapper {
        left: 10px;
        margin: auto;
        width: 90%;
        }
    }
:root { /* 589a36 */ /* 57B924 */ /* 5ECB26 */ /* 232323 */ /* оч много где */ /* ширина сайдбара десктоп */ /* нижкий отступ до заголовка */ /* вертикальный отступ в корзине для элементов и total с фильтром */
}
/* только на странице "О компании" */
/* переменные задаются в файлах, где подрубается */
.slide-pseudo-padding {
  height: auto;
}
@media (max-width: 767px) {
.slide-pseudo-padding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(var(--slide-width-m) + var(--slide-margin-m)) !important
}
  }
@media (max-width: 767px) {
.slide-pseudo-padding:last-child {
      width: calc(var(--slide-width-m) + (var(--slide-margin-m) * 2)) !important
  }
    }
.slide-pseudo-padding:last-child:after {
      content: '';
      display: block;
      min-width: var(--slide-margin-m);
    }
.slide-pseudo-padding:before {
    content: '';
    display: block;
    min-width: var(--slide-margin-m);
  }
.slide-pseudo-padding > div { /* .p content card */
    height: 100%;
  }
@media (max-width: 767px) {
.slide-pseudo-padding > div {
      width: var(--slide-width-m)
  }
    }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38px;
  height: 38px;
  margin-left: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--social-default-color);
  background-color: var(--social-default-color);
  border-radius: 50%;
  -webkit-transition: background-color .2s, border-color .2s;
  -o-transition: background-color .2s, border-color .2s;
  transition: background-color .2s, border-color .2s;
}
.social:hover {
    background-color: transparent;
    border-color: var(--social-default-color);
  }
.social:hover svg * {
      fill: var(--social-default-color);
    }
.social--inst svg {
    width: 15px;
    height: 15px;
  }
.social--facebook svg {
    width: 8px;
    height: 15px;
  }
.social--vk svg {
    width: 16px;
    height: 9px;
  }
.social--rsa svg {
    width: 12px;
    height: 12px;
  }
.social svg * {
    -webkit-transition: fill .2s;
    -o-transition: fill .2s;
    transition: fill .2s;
    fill: var(--social-hover-color);
  }
.search .b-form__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      border: 1px solid #E5E7EB;
      border-radius: 4px;
      background-color: transparent !important;
      overflow: hidden;
    }
.search .b-form__item > input {
        width: calc(100% - var(--search-btn-width-d));
        min-height: 46px;
        padding-top: 13px !important;
        padding-bottom: 13px !important;
        color: #93a3be !important;
        -webkit-text-fill-color: #93a3be !important;
        border: none;
        background-color: transparent !important;
        font-weight: 400;
      }
@media (max-width: 1279px) {
.search .b-form__item > input {
          width: calc(100% - var(--search-btn-width-t))
      }
        }
.search .b-form__label {
      opacity: 1;
    }
.search .b-form__label.active {
        top: 3px;
        opacity: 0!important;
      }
.search .b-form__label.active + input {
          color: #000000!important ;
          -webkit-text-fill-color: #000000!important;
        }
.search .b-form__label + input {
        color: transparent !important;
        -webkit-text-fill-color: transparent !important;
      }
.search button {
    position: relative;
    font-size: 13px;
    line-height: 1.1;
    padding: 13px 29px;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
  }
.search button svg path {
      -webkit-transition: fill .3s;
      -o-transition: fill .3s;
      transition: fill .3s;
    }
.search button:hover svg path {
        fill: #93a3be;
      }
@media (max-width: 1279px) {

    }
.toggle-arrow:after, .select:after, .select2-container .select2-selection--single:after {
    content: '';
    position: absolute;
    top: calc(50% - 3px);
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9FA6B2;
    -webkit-transition: border-color .2s, -webkit-transform .2s;
    transition: border-color .2s, -webkit-transform .2s;
    -o-transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s;
    transition: border-color .2s, transform .2s, -webkit-transform .2s;
  }
.toggle-arrow-active:after, .select-open .select:after {
    border-top-color: #93a3be;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
.statuses .red {
    color: #ff0000;
  }
.statuses .green {
    color: #589a36;
  }
.statuses .yellow {
    color: #FF9D3A;
  }
.statuses .grey {
    color: #7F8A9E;
  }
.statuses .blue {
    color:#0081C6;
  }
.statuses .blue-light {
    color: #009CE5;
  }
.text-size {
  font-size: 16px;
  line-height: 1.5;
}
.text-size p, .text-size ol li, .text-size ul li {
    font-size: 16px;
    line-height: 1.5;
  }
.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
.select2-container .select2-selection--single {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      -o-text-overflow: ellipsis;
         text-overflow: ellipsis;
      white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }
.select2-results {
  display: block; }
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }
.select2-container--open .select2-dropdown {
  left: 0; }
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-search--dropdown {
  display: block;
  padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px;
    padding: 1px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield; }
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--default .select2-results__option[role=group] {
  padding: 0; }
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none; }
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }
.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }
.select2-container--classic .select2-dropdown--below {
  border-top: none; }
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }
.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }
.select {
  /* Обертка выбранного пункта */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 44px 15px 20px;
  border: 1px solid transparent;
  background-color: #ECEEF1;
  position: relative;
  -webkit-transition: color .2s, border-color .2s, background-color .2s;
  -o-transition: color .2s, border-color .2s, background-color .2s;
  transition: color .2s, border-color .2s, background-color .2s;
}
@media (max-width: 767px) {
.select {
    padding-left: 15px
}
  }
.select:hover {
    border-color: #CBD2DB;
  }
.select--size {
    font-size: 16px;
    }
.select--size .select > .label {
      font-size: 16px;
      line-height: 1;
      }
.select > .label { /* активный пункт */
    display: block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
.select--white {
    height: 55px;
    background-color: #E1E4E8;
    border-radius: 3px;
  }
.select--white ul > * {
      min-height: 50px;
      padding: 14px 15px;
    }
.select-open { /* active */
    //border-radius: 3px 3px 0 0;
    border-bottom: none;
  }
.select-open .select {
      border-color: #CBD2DB;
      background-color: #fff;
      color: #444444;
    }
.select-open .select-items {
        display: block;
        z-index: 14;
      }
.select-wrapper { /* общая обертка */
    width: 100%;
    position: relative;
    cursor: pointer;
  }
.select-wrapper + input {
      margin-top: 10px;
    }
/*&-above { разворот, если не помещается в экран

    .select-items {
      top: inherit;
      bottom: calc(100% - 1px);
      border-top-width: 1px;
      border-bottom-width: 0;
    }
  }*/
.select-items { /* drowpown list */
    display: none;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    //border-radius: 0 0 3px 3px;
    border: 1px solid #CBD2DB;
    border-top-width: 0;
    background-color: #fff;
    z-index: -1;
  }
.select-items ul { /* список */
      margin: 0;
      padding: 0;
      list-style-type: none;
    }
.select-items ul .empty {
        display: none !important;
      }
.select-items ul > * { /* элементы списка */
      display: block;
      min-height: 38px;
      padding: 11px 9px 5px 25px;
      cursor: pointer;
      -webkit-transition: background-color .2s;
      -o-transition: background-color .2s;
      transition: background-color .2s;
    }
.select-items ul > *:not(:last-child) {
        border-bottom: 1px solid #ECEEF1;
      }
.select-items ul > *.selected, .select-items ul > *:hover {
        background-color: #ECEEF1;
      }
.select-scroll {
    position: relative;
    max-height: 152px;
    overflow-y: hidden;
  }
.select-scroll .ps__rail-y {
      position: absolute;
      left: auto !important;
      right: 8px !important;
      width: 7px;
      opacity: 0;
      -webkit-transition: opacity .2s;
      -o-transition: opacity .2s;
      transition: opacity .2s;
    }
.select-scroll .ps__rail-y .ps__thumb-y {
        position: relative;
        width: 7px;
        border-radius: 4px;
        background-color: #949BA8;
        opacity: .5;
        -webkit-transition: opacity .2s;
        -o-transition: opacity .2s;
        transition: opacity .2s;
      }
.select-scroll .ps__rail-y .ps__thumb-y:hover {
          opacity: .7;
        }
/*&-responsive {
    width: 100%;#808CB0
  }*/
.select-input {
    display: none;
  }
.select__placeholder {
    color: #E1E4E8;
  }
.select-disabled {
    cursor: default;
  }
.select-disabled .select {
      border-color: #CBD2DB;
    }
.select-disabled .select:after {
        border-top-color: #CBD2DB;
      }
/*select2*/
.select2-container .select2-selection--single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 55px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 44px 5px 20px;
  position: relative;
  -webkit-transition: color .2s, border-color .2s, background-color .2s;
  -o-transition: color .2s, border-color .2s, background-color .2s;
  transition: color .2s, border-color .2s, background-color .2s;
}
.select2-container .select2-selection--single:hover {
    border-color: #CBD2DB;
  }
@media (max-width: 767px) {
.select2-container .select2-selection--single {
    padding-left: 15px
}
  }
.select2-container .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--open .select2-selection:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  border-top-color: #93a3be;
}
.select2-container--open .select2-selection {
  background-color: #fff;
  border-color: #CBD2DB;
}
.select2-selection__rendered {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.select2-container .select2-selection--single {
  background-color: #ECEEF1;
  border: 1px solid transparent;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  line-height: 1.5;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
}
.select2-dropdown {
  border: 1px solid #CBD2DB;
  border-top-width: 0;
  background-color: #fff;
  border-radius: 0;
}
.select2-container--open .select2-selection {
  border-color: #cbd2db;
  background-color: #fff;
  color: #232323;
}
.select2-results__option {
  display: block;
  min-height: 38px;
  padding: 11px 9px 5px 25px;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}
.select2-results__option:not(:last-child) {
  border-bottom: 1px solid #eceef1;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #eceef1;
  color: #000;
}
.select2-results__options {
  position: relative;
  overflow: hidden;
  height: auto;
}
.select2-results__options::-webkit-scrollbar {
    width: 16px;
    background-clip: padding-box;
  }
.select2-results__options::-webkit-scrollbar-track {
    background-color: #ebebeb;
    height: 20px;
    background-clip: padding-box;
    height: 8px;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
  }
.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    background-color: #949BA8;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 0;
    border-bottom: 0;
  }
.select2-results__options::-webkit-scrollbar-button {
    display: none;
  }




