.b-clearfix:before, .b-clearfix:after {
  content: " ";
  display: table; }
.b-clearfix:after {
  clear: both; }
.b-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.b-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.main-container {
  max-width: 1366px;
  margin: 0 auto; }
.b-clearfix:before, .b-clearfix:after {
  content: " ";
  display: table; }
.b-clearfix:after {
  clear: both; }
.b-justify {
  -webkit-box-pack: justify;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
.b-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
.b-news-list__more-link a,
.b-news-video__more-link a,
.b-news-articles__more-link a {
  font-size: 11px; }
  
@media only screen and (max-width: 1065px) {
li .b-company-info__btn { display: none; }
}	
  
@media only screen and (min-width: 768px) {
	
	
	
  .b-header__item:nth-child(3) {
    display: none; }
  .b-header__item:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .b-header__mobile-wrapper {
    display: none; }
  .b-header__login-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .b-header__catalog {
    display: block; }
  .b-header__afterlogo {
    font-family: "GothamProRegular";
    font-size: 10px;
    color: #fff;
    line-height: 12px;
    max-width: 250px;
    margin-left: 14px;
    padding-top: 7px; }
  .b-header__line {
    max-height: 48px;
    padding-left: 0px;
    padding-right: 50px; }
  .b-header__call-ico, .b-header__mess-ico {
    width: 30px;
    height: 30px;
    background-size: 100%; }
  .b-header__call-ico {
    background-image: url("../../image/call_ico1.png");
    margin-right: 40px; }
  .b-header__mess-ico {
    background-image: url("../../image/mail_ico1.png"); }
  .b-header__call-wrapper {
    padding-top: 0; }
  .b-header__call-ico:before, .b-header__mess-ico:before {
    font-size: 13px; }
  .b-header__register {
    padding-right: 7px;
    position: relative; }
    .b-header__register:before {
      content: '';
      position: absolute;
      top: 5px;
      right: 0;
      height: 10px;
      width: 1px;
      background-color: #FFF; }
  .b-header__login {
    margin-left: 7px; }
  .b-header__register a, .b-header__login a {
    text-decoration: none;
    font-family:'Open Sans', sans-serif;
    font-size: 10px;
    color: #fff;
    outline: none; }
  .b-header__catalog {
    margin-top: 5px; }
    .b-header__catalog a {
      display: block;
      background-color: #008fe0;
      color: #fff;
      text-align: center;
      text-transform: uppercase;
      text-decoration: none;
      font-family: "GothamProMedium";
      font-size: 8px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      padding: 5px 5px; }
      .b-header__catalog a:hover {
        -webkit-box-shadow: 0px 3px 5.4px 0.6px rgba(0, 0, 0, 0.35) inset;
        -o-box-shadow: 0px 3px 5.4px 0.6px rgba(0, 0, 0, 0.35) inset;
        box-shadow: 0px 3px 5.4px 0.6px rgba(0, 0, 0, 0.35) inset; }
      .b-header__catalog a:active {
        background-color: #fff;
        -webkit-box-shadow: none;
        -o-box-shadow: none;
        box-shadow: none;
        color: #0A2B6B; }
  .b-header .b-header__nav-link {
    font-family: "GothamProRegular";
    position: relative;
    font-size: 10px;
    color: #000;
    text-decoration: none;
    outline: none;
    font-weight: 700;
    padding: 7px 6px 7px 6px;
    z-index: 1; }
    .b-header .b-header__nav-link:after, .b-header .active-page > .b-header__nav-link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0px;
      height: 2px;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-color: #008fe0;
      -webkit-transition: width 0.25s ease;
      transition: width 0.25s ease; }
    .b-header .b-header-nav__inner:hover .b-header__nav-link::after, 
    .b-header .active-page > .b-header__nav-link:after,
    .b-header .b-header-nav__inner-clients:hover .b-header__nav-link::after {
      width: 100%;
      height: 4px;
    }
  .b-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .b-header__nav-list > li {
      list-style-type: none;
      padding-top: 2px; }
      .b-header__nav-list > li.active .b-header__nav-link {
        background-color: #e5e8ea; }
        .b-header__nav-list > li.active .b-header__nav-link:before {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #008fe0; }
        .b-header__nav-list > li.b-header-nav__inner-clients > .b-header-nav__clients{
          display: none;
        }
        .b-header__nav-list > li.b-header-nav__inner-clients:hover > .b-header-nav__clients{
          display: block;
        }
  .b-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0px 50px 0px 210px;
    min-height: 44px;
    height: 44px;
    z-index: 9999;
    position: relative; }
    .b-header__nav.b-404 {
      -webkit-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
      -o-box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
      box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.36);
      position: relative;
      z-index: 20; }
  .b-header__nav-search form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .b-header__search {
    max-width: 114px;
    border: none;
    border-bottom: 1px solid #000;
    font-family: "GothamProMedium";
    font-size: 10px;
    color: #0A2B6B;
    padding: 0px;
    height: 19px;
    outline: none; }
    .b-header__search::-webkit-input-placeholder {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #0A2B6B; }
    .b-header__search::-moz-placeholder {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #0A2B6B; }
    .b-header__search:-ms-input-placeholder {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #0A2B6B; }
    .b-header__search:-moz-placeholder {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #0A2B6B; }
  .b-header__search-btn {
    text-indent: -999px;
    cursor: pointer;
    border: none;
    height: 19px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    padding: 0;}
  .b-header__nav-search {
    position: relative; }
    .b-header__nav-search:before {
      content: "\f002";
      position: absolute;
      top: 1px;
      right: 1px;
      height: 19px;
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    z-index: -1}
    .b-header__nav-search.active:before {
      color: #008fe0; }
  .b-header__call {
    position: relative;}
  .b-call-helper {
    width:330px;
    left: -118px;}
    .b-call-helper:before {
      left: 50%;
      margin-left: -7px; }
  .b-mess-helper {
    left: -45px; }
    .b-mess-helper:before {
      left: 50%;
      margin-left: -10px; }
  .b-preview__slide-wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-right: 113px;
    padding-top: 40px; }
  .b-preview__slide {
    min-height: 210px; }
  .b-preview__slider .owl-dots {
    display: none; }
  .b-preview__slider .owl-nav {
    display: block;
    position: absolute;
    color: #bdbdbe;
    font-size: 50px;
    width: 100%;
    top: 50%;
    margin-top: -40px; }
    .b-preview__slider .owl-nav div {
      cursor: pointer;
      z-index: 15;
      position: absolute;
      outline: none; }
    .b-preview__slider .owl-nav .owl-prev {
      width: 30px;
      height: 30px;
      top: 20px;
      left: 50px;
      background-color: rgba(255, 255, 255, 0.4);
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      .b-preview__slider .owl-nav .owl-prev:before {
        content: "\f104";
        position: absolute;
        top: 2px;
        left: -1px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome;
        color: #000;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .b-preview__slider .owl-nav .owl-next {
      width: 30px;
      height: 30px;
      top: 20px;
      right: 50px;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: rgba(255, 255, 255, 0.4); }
      .b-preview__slider .owl-nav .owl-next:before {
        content: "\f105";
        position: absolute;
        top: 2px;
        right: -1px;
        width: 30px;
        height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        text-align: center;
        display: inline-block;
        font: normal normal normal 25px/1 FontAwesome;
        color: #000;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
  .b-offer__slider {
    max-width: 670px;
    margin: 0 auto;
    margin-top: 18px; }
    .b-offer__slider .owl-nav .owl-prev {
      left: 0; }
    .b-offer__slider .owl-nav .owl-next {
      right: 0; }
  .b-offer__topic {
    font-size: 16px;
    margin-top: 28px; }
  .b-catalog {
    padding-left: 50px;
    padding-right: 50px; }
    .b-catalog__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      margin-top: 6px; }
    .b-catalog__topic {
      font-size: 16px; }
  .b-catalog-menu__list-desc {
    display: block;
    min-width: 195px; }
  .b-catalog-menu__list {
    display: none; }
  .b-catalog-menu__item-text.activate:before {
    border-top: 0px;
    border: 9px solid transparent;
    border-left: 10px solid #0A2B6B;
    bottom: 9px;
    right: -19px;
    left: auto; }
  .b-catalog-content {
    display: block;
    margin-left: 30px;
    position: relative; }
    .b-catalog-content__item {
      display: none; }
      .b-catalog-content__item.active {
        display: block; }
    .b-catalog-content__list-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-catalog-content__list-item {
      position: relative;
      padding-left: 30px;
      margin-top: 23px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
      .b-catalog-content__list-item:hover a {
        color: #008fe0; }
      .b-catalog-content__list-item:nth-child(1n + 1) {
        padding-right: 20px; }
      .b-catalog-content__list-item:nth-child(2n + 2) {
        padding-right: 0px; }
      .b-catalog-content__list-item:before {
        content: '';
        display: block;
        position: relative;
        top: -4px;
        left: -11px;
        padding: 16px 12px;
        background-repeat: no-repeat; }
      .b-catalog-content__list-item.b-icon1:before {
        background-image: url("../../image/catalog_ico1.png"); }
      .b-catalog-content__list-item.b-icon2:before {
        background-image: url("../../image/catalog_ico2.png"); }
      .b-catalog-content__list-item.b-icon3:before {
        background-image: url("../../image/catalog_ico3.png"); }
      .b-catalog-content__list-item a {
        display: block;
        font-family: "GothamProMedium";
        font-size: 10px;
        font-weight: 600;
        color: #000;
        line-height: 12px;
        text-decoration: none;
        outline: none;
        text-transform: uppercase;
        min-height: 24px; }
  .b-about {
    padding: 30px 50px 25px 50px; }
    .b-about__show-text-icon {
      display: block;
      max-width: 30px;
      margin: 0 auto;
      position: relative;
      left: -12px;
      text-align: center;
      margin-top: -8px; }
      .b-about__show-text-icon .fa {
        pointer-events: none; }
    .b-about__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .b-about__video {
      margin-top: 14px; }
    .b-about__item {
      width: 50%; }
      .b-about__item:first-child {
        max-width: 340px; }
    .b-about__topic {
      font-size: 16px; }
    .b-about__text {
      margin-left: 17px;
      max-height: 193px;
      overflow: hidden;
      position: relative; }
      .b-about__text.active {
        max-height: none; }
        .b-about__text.active:before {
          content: none; }
      .b-about__text:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        -webkit-box-shadow: 0px 0px 20px 7px #fff;
        -o-box-shadow: 0px 0px 20px 7px #fff;
        box-shadow: 0px 0px 20px 7px #fff; }
      .b-about__text p:first-child {
        margin-top: 14px; }
  .b-advantage {
    background-image: url("../../image/adv_bg2.png");
    background-size: 100%;
    padding-bottom: 0px;
    min-height: 280px; }
    .b-advantage__list-img img {
      width: 33px;
      height: 33px; }
    .b-advantage__list-item {
      width: 33.33%;
      margin-top: 30px; }
      .b-advantage__list-item:last-child {
        margin-top: 30px; }
      .b-advantage__list-item:nth-child(4) img {
        width: 24px; }
      .b-advantage__list-item:nth-child(4), .b-advantage__list-item:nth-child(5) {
        width: 50%; }
    .b-advantage__list {
      max-width: 360px;
      margin: 0 auto; }
    .b-advantage__list-text {
      font-size: 10px;
      margin-top: 0px; }
  .b-sertificates {
    margin-top: -60px; }
    .b-sertificates__slider {
      max-width: 670px;
      margin: 0 auto; }
      .b-sertificates__slider img {
        max-width: 136px; }
      .b-sertificates__slider .owl-nav .owl-prev {
        left: -18px; }
      .b-sertificates__slider .owl-nav .owl-next {
        right: -18px; }
    .b-sertificates__slide {
      padding-bottom: 27px; }
  .b-news {
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    padding-bottom: 40px; }
    .b-news__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-news__item:first-child {
      width: 64%;
      margin-right: 8px; }
    .b-news__item:last-child {
      width: 36%;
      margin-left: 8px; }
  .b-news-list__item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-orient: row-reverse;
    -webkit-flex-direction: row-reverse; }
  .b-news-list__item-img {
    width: 53%; }
  .b-news-list__item-about {
    width: 47%; }
  .news-page .b-news-list__item-img {
    width: 35%; }
  .news-page .b-news-list__item-about {
    width: 65%; }
  .b-news-list__item-text {
    margin-right: 10px; }
  .b-news-list__topic {
    text-align: left;
    margin-bottom: 9px; }
  .b-news-video {
    margin-top: 0px; }
    .b-news-video__topic {
      margin-bottom: 10px;
      text-align: left; }
    .b-news-video__item {
      padding: 17px 16px; }
      .b-news-video__item:first-child {
        padding-bottom: 10px; }
      .b-news-video__item:not(:first-child) {
        padding-top: 10px; }
    .b-news-video__name {
      font-size: 10px; }
  .b-news-articles {
    margin-top: 20px; }
    .b-news-articles__topic {
      margin-bottom: 10px;
      text-align: left; }
  .b-footer {
    padding-left: 50px;
    padding-right: 50px; }
    .b-footer__item {
      width: 22%; }
      .b-footer__item:last-child {
        width: 33%; }
      .b-footer__item:nth-child(4) {
        display: none; }
      .b-footer__item:nth-child(3) {
        margin-top: 0px; }
    .b-footer__item-list li {
      line-height: 12px; }
    .b-footer__extra-menu {
      display: block;
      margin-top: 20px; }
  .b-company-info {
    margin-top: 0px; }
    .b-company-info__text {
      line-height: 9px; }
    .b-company-info__btn a {
      font-size: 8px; }
  .b-not-found {
    background-size: 600px;
    background-position: center 40px;
    height: 70vh;
    min-height: 630px; }
    .b-not-found__container {
      margin-left: -7px; }
    .b-not-found__topic {
      font-size: 30px; }
    .b-not-found__number {
      font-size: 99px;
      line-height: 93px; }
    .b-not-found__aftertopic {
      font-size: 14px; }
  .b-bread-crumbs {
    padding-left: 0px;
    padding-right: 0px; }
  .b-page-topic {
    margin-left: 0px;
    margin-right: 0px; }
  .b-detail-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  .b-table {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 25px; }
    .b-table__line {
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      padding-top: 9px;
      padding-bottom: 9px; }
    .b-table__top-item {
      font-size: 14px; }
      .b-table__top-item:nth-child(1) {
        width: 8%;
        padding-left: 17px; }
      .b-table__top-item:nth-child(2) {
        width: 14%; }
      .b-table__top-item:nth-child(3) {
        width: 27%;
        padding-left: 15px; }
      .b-table__top-item:nth-child(4) {
        width: 18%; }
      .b-table__top-item:nth-child(5) {
        width: 33%;
        padding-left: 19px; }
      .b-table__top-item:nth-child(4), .b-table__top-item:nth-child(5) {
        display: block; }
    .b-table__item:nth-child(1) {
      width: 8%;
      padding-left: 17px; }
    .b-table__item:nth-child(2) {
      width: 14%;
      padding-left: 10px; }
    .b-table__item:nth-child(3) {
      width: 27%;
      padding-right: 15px; }
    .b-table__item:nth-child(4) {
      width: 18%;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      -webkit-justify-content: inherit;
      justify-content: inherit;
      margin-top: 0px;
      padding-left: 3px; }
    .b-table__item:nth-child(5) {
      width: 11.5%;
      margin-top: 0px;
      padding-left: 17px;
      padding-right: 0px;
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      -webkit-justify-content: inherit;
      justify-content: inherit; }
    .b-table__item:nth-child(6) {
      width: 21.5%; }
    .b-table__btn {
      margin-top: 0px; }
    .b-table__calc {
      -ms-flex-align: flex-end;
      -webkit-align-items: flex-end;
      -webkit-box-align: end;
      align-items: flex-end;
      -webkit-align-items: end;
          -ms-flex-align: end;
              align-items: end; }
    .b-table__topi-line {
      min-height: 46px; }
  .b-news-container {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 0px; }
    .b-news-container__item-date {
      margin-top: 0px; }
    .b-news-container__text {
      margin-left: 20px; }
    .b-news-container__item-wrapp {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding: 20px 55px 20px 55px; }
      .b-news-container__item-wrapp:before {
        top: 0;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg); }
      .b-news-container__item-wrapp:before, .b-news-container__item-wrapp:after {
        width: 39px;
        height: 100%;
        background-color: transparent;
        background-image: url("../../image/item-bg2.png"); }
      .b-news-container__item-wrapp:after {
        bottom: 0;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .b-news-container__item-wrapp:not(:first-child) {
        margin-top: 25px; }
    .b-news-container__img {
      min-width: 233px; }
  .b-news-wrapper {
    padding-left: 50px;
    padding-right: 50px; }
  .b-news-wrapper.product-new {
      padding-left: 20px;
      padding-right: 20px; }
  .b-pagination {
    display: block;
    padding-top: 44px;
    padding-bottom: 50px; }
  .b-detail-news__container {
    padding-left: 0px;
    padding-right: 0px; }
  .b-detail-news__icons {
    position: relative;
    top: -32px; }
  .b-catalog-main {
    padding-left: 0px;
    padding-right: 1px; }
    .b-catalog-main__equipment {
      margin-top: 0px;
      margin-left: -50px;
      margin-right: -50px;
      padding: 80px 50px 36px 50px; }
      .b-catalog-main__equipment:before {
        background-image: url("../../image/top-line4.png");
        width: 90%;
        width: -webkit-calc(100% - 30px);
        width: calc(100% - 30px);
        width: calc(100% - 30px);
        left: 15px;
        height: 48px; }
    .b-catalog-main__equipment-topic {
      text-align: left;
      max-width: none; }
    .b-catalog-main__item:first-child {
      margin-right: 13px; }
    .b-catalog-main__item:last-child {
      margin-left: 13px; }
    .b-catalog-main__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-catalog-main__nav-items {
      display: block;
      min-width: 200px; }
    .b-catalog-main__nav-mobile {
      display: none; }
    .b-catalog-main__nav-item.active a {
      background-color: #0A2B6B;
      color: #fff; }
      .b-catalog-main__nav-item.active a:hover {
        background-color: #0A2B6B; }
    .b-catalog-main__nav-item a {
      display: block;
      background-color: #FFF;
      text-align: center;
      margin-top: 12px;
      padding: 12px 0px;
      color: #000;
      font-family: "GothamProRegular";
      font-size: 12px;
      text-decoration: none;
      outline: none; }
      .b-catalog-main__nav-item a:hover {
        background-color: #008fe0;
        color: #fff; }
  .b-catalog-extra {
    margin-top: 12px;
    padding-top: 38px; }
    .b-catalog-extra:before {
      background-image: url("../../image/top-line3.png");
      height: 45px; }
  .b-extra-manufacturers__firms li.active .b-extra-manufacturers__firm:before {
    background-image: url("../../image/nav2.png");
    height: 74px;
    width: 17px;
    top: -10px;
    left: -8px; }
  .b-extra-manufacturers__firms li.active .b-extra-manufacturers__firm:after {
    background-image: url("../../image/nav2.png");
    height: 74px;
    width: 17px;
    top: -10px;
    right: -8px; }
  .b-extra-manufacturers__firm {
    margin-top: 22px;
    text-align: center;
    max-width: 188px; }
    .b-extra-manufacturers__firm img {
      max-width: 188px; }
  .b-extra-manufacturers__list-mobile {
    display: none; }
  .b-extra-manufacturers__list-wrapper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .b-extra-manufacturers__list-wrapper-container .b-extra-manufacturers__list-item {
      margin-top: 18px; }
    .b-extra-manufacturers__list-wrapper-container .b-catalog3:first-child {
      margin-top: 26px; }
  .b-extra-manufacturers__list {
    display: block;
    margin-top: 8px; }
    .b-extra-manufacturers__list:last-child {
      margin-top: 0px; }
    .b-extra-manufacturers__list.b-catalog2:first-child, .b-extra-manufacturers__list.b-catalog2:last-child {
      margin-top: 11px; }
    .b-extra-manufacturers__list.b-catalog2 .b-extra-manufacturers__list-item:before {
      content: none; }
    .b-extra-manufacturers__list.b-catalog2 .b-extra-manufacturers__list-item {
      padding-left: 5px;
      margin-top: 20px; }
  .b-extra-manufacturers__list-item {
    padding-left: 40px;
    position: relative;
    margin-top: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center; }
    .b-extra-manufacturers__list-item:before {
      content: '';
      position: relative;
      display: block;
      top: 0;
      left: -20px;
      padding: 14px 9px;
      background-repeat: no-repeat;
      background-image: url("../../image/notactive-ico.png"); }
    .b-extra-manufacturers__list-item:hover:before {
      background-image: url("../../image/active-ico1.png"); }
    .b-extra-manufacturers__list-item:hover a {
      color: #008fe0; }
    .b-extra-manufacturers__list-item a {
      font-family: "GothamProRegular";
      font-size: 11px;
      color: #000;
      text-decoration: none;
      outline: none;
      text-transform: uppercase;
      font-weight: 600; }
  .b-extra-manufacturers.b-catalog2 .b-extra-manufacturers__list-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .b-sort-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 31px;
    background-color: #FFF;
    padding: 14px 0px; }
    .b-sort-catalog__text {
      font-family: "GothamProRegular";
      font-size: 12px;
      color: #000; }
    .b-sort-catalog__item, .b-sort-catalog__links, .b-sort-catalog__btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
    .b-sort-catalog__btns {
      position: relative;
      top: 0px; }
    .b-sort-catalog__btn {
      cursor: pointer;
      background-repeat: no-repeat;
      width: 21px;
      height: 21px; }
      .b-sort-catalog__btn.b-square {
        margin-right: 17px;
        position: relative;
        top: 0px;
        background-image: url("../../image/bar-ico2.png"); }
        .b-sort-catalog__btn.b-square.active {
          background-image: url("../../image/bar-ico.png"); }
      .b-sort-catalog__btn.b-list {
        margin-right: 9px;
        background-image: url("../../image/list-ico.png"); }
        .b-sort-catalog__btn.b-list.active {
          background-image: url("../../image/list-ico2.png"); }
    .b-sort-catalog__link:last-child {
      margin-right: 26px; }
    .b-sort-catalog__link:first-child {
      margin-right: 9px;
      margin-left: 9px;
      position: relative; }
    .b-sort-catalog__link a {
      font-family: "GothamProRegular";
      font-size: 12px;
      color: #0A2B6B;
      text-decoration: none;
      outline: none;
      border-bottom: 1px solid #c0c7cc;
      padding-right: 20px;
      position: relative;}
      .b-sort-catalog__link a.sort-ico-asc::before, .b-sort-catalog__link a.sort-ico-desc::before  {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        color: #727272;
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-right: 3px;}
      .b-sort-catalog__link a.sort-ico-asc::before {
        content: "\f102";}
      .b-sort-catalog__link a.sort-ico-desc::before {
        content: "\f102";
        -webkit-transform: translate(0, -50%) rotate(180deg);
        -ms-transform: translate(0, -50%) rotate(180deg);
        transform: translate(0, -50%) rotate(180deg);}
  .b-catalog-goods {
    margin-left: -9px;
    margin-right: -9px;
    margin-top: 15px; }
    .b-catalog-goods > div {
      display: none; }
      .b-catalog-goods > div.active {
        display: block; }
    .b-catalog-goods__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .b-catalog-goods__item {
      margin-right: 0px;
      margin-left: 0px; }
    .b-catalog-goods__item-wrapper {
      width: 33.33%;
      padding-left: 9px;
      padding-right: 9px;
      margin-top: 15px; }
    .b-catalog-goods__wrapper img {
      max-width: 85px;
      margin: 0 auto; }
    .b-catalog-goods__item-name {
      font-size: 12px; }
    .b-catalog-goods__item-name > a{ font-size: inherit; }
    .b-catalog-goods__item-state {
      font-size: 9px;
      margin-top: 1px; }
    .b-catalog-goods__item-btn a {
      font-size: 8px; }
    .b-catalog-goods__item-btn.b-catalog-goods__item-btn_about{
      margin-top:47px;}
    .b-catalog-goods__item-btn.b-catalog-goods__item-btn_ask + .b-catalog-goods__item-btn_about{
      margin-top:10px;}
    .b-catalog-goods__line-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      background-color: #fff;
      margin-left: 9px;
      margin-right: 9px;
      padding: 14px 20px; }
      .b-catalog-goods__line-item:not(:first-child) {
        margin-top: 15px; }
    .b-catalog-goods__line-topic {
      font-family: "GothamProRegular";
      font-size: 15px;
      color: #0168a2; }
    .b-catalog-goods__line-topic > a{
      font-family: inherit;
      font-size: inherit;
      text-decoration: none;
      color: inherit; }
    .b-catalog-goods__line-topic > a:hover{ text-decoration: underline; }
    .b-catalog-goods__line-aftertopic {
      font-family: "GothamProRegular";
      font-size: 12px;
      color: #000000;
      margin-top: 5px; }
    .b-catalog-goods__line {
      display: none; }
    .b-catalog-goods__line-list-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      border-bottom: 1px dashed #000;
      -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      line-height: 15px; }
    .b-catalog-goods__line-list {
      margin-top: ; }
    .b-catalog-goods__line-list-item {
      font-family:'Open Sans', sans-serif;
      font-size: 14px;
      color: #000; }
      .b-catalog-goods__line-list-item:first-child {
        min-width: 100px; }
    .b-catalog-goods__line-text {
      width: 75%;
      margin-left: 32px;
      margin-right: 30px;
      position: relative; }
      .b-catalog-goods__line-text:before {
        content: '';
        position: absolute;
        top: 0;
        right: -30px;
        height: 100%;
        width: 1px;
        background-color: #000; }
    .b-catalog-goods__line-btns {
      width: 25%;
      margin-left: 32px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
      .b-catalog-goods__line-btns .b-catalog-goods__item-btn {
        min-width: 1px; }
    .b-catalog-goods__line-img {
      width: 27%; }
  .b-catalog-goods__line-img15 {
    width: 15%; }
      .b-catalog-goods__line-img img {
        max-width: 130px; }
  .b-catalog-goods__line-img15 img {
    max-width: 130px; }
  .b-catalog-pagination {
    padding-top: 30px;
    padding-bottom: 35px; }
  .b-contacts {
    padding-left: 50px;
    padding-right: 50px;
    margin-left: -50px;
    margin-right: -50px;
    padding-bottom: 76px;
    -webkit-box-shadow: 0 24px 15px rgba(0, 0, 0, 0.39);
    -o-box-shadow: 0 24px 15px rgba(0, 0, 0, 0.39);
    box-shadow: 0 24px 15px rgba(0, 0, 0, 0.39); }
    .b-contacts:before {
      border: 42px solid transparent;
      border-top: 23px solid #eeeeee;
      bottom: -65px; }
  .b-contacts-info {
    margin-top: 15px; }
    .b-contacts-info__wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-contacts-info__item:first-child {
      margin-right: 38px; }
    .b-contacts-info__list-text p, .b-contacts-info__list-text span, .b-contacts-info__list-text strong, .b-contacts-info__list-text a {
      font-size: 14px; }
    .b-contacts-info__list-text p {
      line-height: 18px; }
    .b-contacts-info__list-text a {
      min-width: 125px; }
    .b-contacts-info__text-item {
      line-height: 18px; }
    .b-contacts-info__about-topic {
      font-size: 14px; }
    .b-contacts-info__about-text p {
      font-size: 14px;
      line-height: 18px; }
    .b-contacts-info__about-text-container:first-child {
      margin-top: 10px; }
    .b-contacts-info__about-text-container:last-child {
      margin-top: 15px; }
    .b-contacts-info__text-item {
      -ms-flex-align: baseline;
      -webkit-align-items: baseline;
      -webkit-box-align: baseline;
      align-items: baseline; }
  .b-contacts-map {
    margin-left: 0px;
    margin-right: 0px; }
    .b-contacts-map img:first-child {
      display: none; }
    .b-contacts-map img:nth-child(2) {
      display: block; }
  .b-contacts-form {
    margin-left: 68px;
    margin-right: 68px;
    margin-top: 43px;
    z-index: 2;
    background-color: transparent;
    padding: 0;
    position: relative; }
    .b-contacts-form__form-text {
      display: block;
      font-family: "GothamProMedium";
      font-size: 14px;
      color: #000000;
      min-width: 100px;
      margin-right: 15px; }
    .b-contacts-form__input, .b-contacts-form__textarea {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-contacts-form__checkbox {
      margin-left: 140px; }
    .b-contacts-form__btn {
      max-width: 235px;
      margin: 0 auto;
      margin-top: 15px; }
    .b-contacts-form__input input::-webkit-input-placeholder {
      opacity: 0; }
    .b-contacts-form__input input::-moz-placeholder {
      opacity: 0; }
    .b-contacts-form__input input:-ms-input-placeholder {
      opacity: 0; }
    .b-contacts-form__input input:-moz-placeholder {
      opacity: 0; }
    .b-contacts-form__textarea textarea::-webkit-input-placeholder {
      opacity: 0; }
    .b-contacts-form__textarea textarea::-moz-placeholder {
      opacity: 0; }
    .b-contacts-form__textarea textarea:-ms-input-placeholder {
      opacity: 0; }
    .b-contacts-form__textarea textarea:-moz-placeholder {
      opacity: 0; }
    .b-contacts-form__topic {
      font-size: 16px; }
    .b-contacts-form__aftertpopic {
      max-width: 338px;
      margin: 0 auto;
      margin-top: 6px; }
    .b-contacts-form__container {
      background-color: #fff;
      position: relative;
      z-index: 2;
      padding: 17px 20px 23px 20px; }
    .b-contacts-form:before {
      content: '';
      position: absolute;
      top: -24px;
      left: -68px;
      height: 100%;
      height: -webkit-calc(100% + 48px);
      height: calc(100% + 48px);
      height: calc(100% + 48px);
      width: 104px;
      background-repeat: no-repeat;
      background-image: url("../../image/form-border.png");
	  background-size: 100% 100%;
      z-index: 1; }
    .b-contacts-form:after {
      content: '';
      position: absolute;
      top: -24px;
      right: -68px;
      height: 100%;
      height: -webkit-calc(100% + 48px);
      height: calc(100% + 48px);
      height: calc(100% + 48px);
      width: 104px;
      background-repeat: no-repeat;
      background-image: url("../../image/form-border.png");
	  background-size: 100% 100%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .b-personal-card, .b-contact-stuff, .b-contact-dir {
    margin-left: 0px;
    margin-right: 0px; }
  .b-personal-card__text {
    max-width: 320px;
    margin: auto;
    margin-top: 30px; }
  .b-personal-card__img img {
    max-width: 217px; }
  .b-account-text__item {
    font-size: 12px;
    line-height: 18px; }
  .b-account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
    .b-account__item:nth-child(1) {
      width: 100%; }
    .b-account__item:nth-child(2), .b-account__item:nth-child(3) {
      width: 50%; }
  .b-contact-stuff, .b-contact-dir {
    margin-top: 22px; }
  .b-contact-stuff {
    margin-right: 11px; }
    .b-contact-stuff .b-account-text__item {
      font-size: 10px;
      line-height: 12px; }
  .b-contact-dir {
    margin-left: 11px;
    padding-top: 12px; }
    .b-contact-dir__form-checkbox-wrapper {
      -webkit-box-pack: inherit;
      -ms-flex-pack: inherit;
      -webkit-justify-content: inherit;
      justify-content: inherit;
      padding-top: 5px; }
    .b-contact-dir__form-checkbox:first-child {
      margin-left: 20px; }
    .b-contact-dir__form-checkbox:last-child {
      margin-left: 40px; }
  .b-user-orders {
    margin-left: 0px;
    margin-right: 0px; }
    .b-user-orders__calendar {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      max-height: 40px;
      padding: 11px 13px; }
    .b-user-orders__calendar-text {
      display: block;
      margin-left: 10px;
      font-family: "GothamProRegular";
      font-size: 12px;
      color: #000; }
    .b-user-orders__top-line > ul li {
      padding: 12px 30px;
      min-height: 40px; }
    .b-user-orders__filter-container, .b-user-orders__filter-inputs, .b-user-orders__filter-btns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center; }
    .b-user-orders__filter-input, .b-user-orders__filter-btn {
      margin-top: 0; }
    .b-user-orders__filter-topic {
      margin-right: 30px; }
    .b-user-orders__filter-input:first-child {
      margin-right: 30px;
      position: relative; }
      .b-user-orders__filter-input:first-child:before {
        content: '';
        position: absolute;
        top: 50%;
        right: -22px;
        width: 15px;
        height: 1px;
        background-color: #000; }
    .b-user-orders__filter-input:last-child {
      margin-right: 20px; }
    .b-user-orders__filter-btn {
      min-width: 120px;
      padding: 7px 0px; }
      .b-user-orders__filter-btn.b-blue {
        margin-right: 20px; }
  .b-orders-card__top-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
  .b-orders-card__date {
    margin-top: 0px;
    margin-left: 15px; }
  .b-top-line {
    margin-left: -50px;
    margin-right: -50px; }
    .b-top-line__container {
      background-image: url(../../image/top-line-bg2.png);
      min-height: 82px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      padding-left: 60px;
      padding-right: 50px;
      z-index: 2;
      position: relative; }
    .b-top-line__item-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-top-line__item {
      padding-top: 1px; }
      .b-top-line__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        min-height: 50px;
        min-width: 70px; }
        .b-top-line__item a:before {
          content: none; }
      .b-top-line__item:not(:first-child) {
        display: block; }
        .b-top-line__item:not(:first-child) a {
          color: #000;
          min-width: 100px;
          font-family: "GothamProMedium";
          font-weight: 600; }
        .b-top-line__item:not(:first-child) .b-top-line__item-wrapper {
          background-color: #eeeeee;
          border-right: 2px solid #dfe2e5; }
      .b-top-line__item:last-child {
        display: none; }
  .b-send-request {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: -20px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 35px;
    background-image: url("../../image/sect-bg2.png"); }
    .b-send-request__item:first-child {
      display: block; }
    .b-send-request__item:nth-child(2) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center; }
    .b-send-request__logos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-direction: column;
      -webkit-flex-direction: column;
              flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      height: 100%; }
    .b-send-request__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
    .b-send-request__logo img {
      max-width: 100px; }
  .b-request-form {
    max-width: 280px;
    margin-top: 0px; }
    .b-request-form__aftertopic {
      max-width: 223px;
      margin: 0 auto;
      margin-top: 5px; }
  .b-service-conditions {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 36px; }
    .b-service-conditions__topic {
      font-size: 16px; }
    .b-service-conditions__text p:first-child {
      margin-top: 30px; }
    .b-service-conditions__stock-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      margin-left: -36px;
      margin-right: -36px;
      padding-left: 18px;
      padding-right: 18px; }
    .b-service-conditions__stock {
      width: 40%;
      width: -webkit-calc(50% - 36px);
      width: calc(50% - 36px);
      width: calc(50% - 36px);
      margin-left: 18px;
      margin-right: 18px;
      margin-top: 36px; }
  .b-work-price {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 34px; }
    .b-work-price__top-item {
      width: 50%; }
      .b-work-price__top-item:last-child {
        display: block; }
    .b-work-price__card-top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%; }
    .b-work-price__topic {
      font-size: 16px; }
    .b-work-price__card-line {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
    .b-work-price__content-item {
      width: 50%; }
      .b-work-price__content-item:last-child {
        margin-top: 0px; }
  .b-work-scheme {
    margin-left: -50px;
    margin-right: -50px; }
    .b-work-scheme__tree-desc {
      display: block; }
    .b-work-scheme__tree-mobile {
      display: none; }
    .b-work-scheme__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
      .b-work-scheme__item:first-child {
        margin-right: 0px;
        margin-bottom: 25px; }
      .b-work-scheme__item:last-child {
        margin-left: 0px;
        padding-left: 128px;
        padding-right: 128px;
        margin-top: 50px; }
        .b-work-scheme__item:last-child .b-work-scheme__card span {
          max-width: 164px; }
    .b-work-scheme__item:first-child:before {
      top: auto;
      bottom: -25px;
      width: 100%;
      height: 1px;
      right: 0; }
    .b-work-scheme__card_04 span {
      padding-top: 11px; }
    .b-work-scheme__card_01, .b-work-scheme__card_02, .b-work-scheme__card_03, .b-work-scheme__card_04, .b-work-scheme__card_05 {
      margin-top: 0px; }
    .b-work-scheme__card.b-bottom {
      position: relative; }
      .b-work-scheme__card.b-bottom:before {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #3fabe8;
        left: 50%;
        bottom: -25px;
        position: absolute; }
      .b-work-scheme__card.b-bottom:after {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #3fabe8;
        left: 50%;
        margin-left: -2px;
        bottom: -9px; }
    .b-work-scheme__card.b-top {
      position: relative; }
      .b-work-scheme__card.b-top:before {
        content: '';
        width: 1px;
        height: 20px;
        background-color: #3fabe8;
        left: 50%;
        top: -25px;
        position: absolute; }
      .b-work-scheme__card.b-top:after {
        content: '';
        width: 5px;
        height: 5px;
        position: absolute;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background-color: #3fabe8;
        left: 50%;
        margin-left: -2px;
        top: -9px; }
      .b-work-scheme__card.b-top .b-work-scheme__numb {
        margin-left: -38px; }
    .b-work-scheme__card span {
      max-width: 194px; }
    .b-work-scheme__numb {
      left: 50%;
      margin-left: -30px; }
    .b-work-scheme__container {
      padding-left: 0px;
      padding-right: 0px;
      background-color: transparent;
      background-repeat: no-repeat;
      background-image: url("../../image/schemebg.png");
      background-size: 100%;
      min-height: 247px;
      padding-top: 30px; }
    .b-work-scheme__tree {
      padding-left: 83px;
      padding-right: 52px;
      margin-top: 32px; }
    .b-work-scheme__topic {
      text-align: left;
      padding-left: 50px;
      font-size: 16px; }
  .b-card-info {
    margin-top: 23px;
    padding-left: 0px;
    padding-right: 0px; }
    .b-card-info__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .b-card-info__item:nth-child(1) {
      width: 60%;
      padding-right: 23px; }
    .b-card-info__item:nth-child(2) {
      width: 40%;
      padding-left: 23px; }
    .b-card-info__item:nth-child(3) {
      width: 100%; }
  .b-card-prices {
    margin-top: 20px; }
    .b-card-prices__btn a {
      padding: 11px 0px; }
  .b-card-nav {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 36px; }
  .b-news-wrapper.product-new .b-card-nav {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 36px; }
    .b-card-nav__items {
      padding-top: 6px; }
      .b-card-nav__items .b-news-container__item-wrapp {
        background-color: #eeeeee; }
    .b-card-nav__contents {
      margin-top: -19px;
      padding-top: 50px;
      padding-bottom: 42px; }
    .b-card-nav__content {
      padding-left: 50px;
      padding-right: 50px; }
    .b-news-wrapper.product-new .b-card-nav__content {
      padding-left: 30px;
      padding-right: 30px;
      padding-bottom: 20px; }
      .b-card-nav__content .b-pagination {
        padding-top: 30px;
        padding-bottom: 0px; }
    .b-card-nav__list-main {
      background: url(../../image/top-line-bg2.png) center top;
      min-height: 82px;
      padding-top: 1px; }
    .b-card-nav__list-item {
      height: 54px;
      min-width: 180px;
      box-sizing: border-box;
      position: relative;
      display: inline-block;
      cursor: pointer;
      padding: 18px 0px;
      margin-left: -4px;
      padding-left: 17px;
      padding-right: 17px;
      background-color: #fff;
      border-right: 2px solid #dfe2e5;
      color: #000;
      font-family: "GothamProMedium";
      font-weight: 600; }
      .b-card-nav__list-item.active {
        background-color: #0A2B6B !important; }
        .b-card-nav__list-item.active span {
          color: #fff; }
      .b-card-nav__list-item span:before {
        content: none; }
      .b-card-nav__list-item:not(:first-child) {
        display: inline-block; }
      .b-card-nav__list-item:nth-child(4) {
        border-right: none; }
     
		.b-card-nav__list-item {
			min-width: 13%;
		}
		
		.b-card-nav__list-main {
			padding-left: 30px;
			padding-right: 30px;
		}
		
		
		.b-card-nav__list-main {
			display: flex;
			max-width: 1200px;
			margin: 0 auto;
			justify-content: center;
			background-size: 100%;			
		}
		
		.product-new .b-main-card__item:nth-child(1) {
			
			width: 65%;
			padding-right: 19px;
			
		}

		.product-new .b-main-card__item:nth-child(2) {
			width: 35%;
			padding-left: 19px;
			padding-right: 0;
			position: relative;
		}	

.product-new-container { width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }

	.product-new .b-main-card__item:nth-child(2) {
		display: block;
	}

.b-main-card__item .b-card-info__container {
    display: flex;
    justify-content: space-between;
    flex-direction: unset;
    min-height: 344px;
	height: auto;
}	
		
		.b-card-info {
			margin-top: 9px !important; 
		}
		
		.b-card-info__item:nth-child(2) {
			width: 100%;
			padding-left: 0;
		}
		
		body .b-card-info__item:nth-child(3), body .b-card-info__item:nth-child(2) {
			width: 100%;
		}
		
		.b-card-info__chars.b-desctop { display: block; }
		
      .b-card-nav__list-item:nth-child(2){
        
        padding-bottom: 0;}
        .b-card-nav__list-item:nth-child(2) span{
          position: relative;
          top: 0;}
  .b-card-details__table {
    margin-top: 35px; }
  .b-card-details__top-item {
    width: auto; }
  .b-card-details__content-item {
    width: auto; }
    .b-card-details__content-item:last-child {
      margin-left: 197px; }
  .b-card-details__top-item {
    font-size: 14px; }
    .b-card-details__top-item:first-child {
      padding-right: 0;
      margin-left: 64px;
      margin-right: 188px; }
  .b-card-details__content-numb {
    padding-right: 0px;
    margin-left: 47px;
    min-width: 39px; }
  .b-card-sliders {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0; }
  .card-sliders {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0; }
  .b-extra-goods {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 38px; }
    .b-extra-goods__topic {
      max-width: none;
      text-align: left; }
    .b-extra-goods__slider {
      margin-top: 26px; }
  .b-nav-slider {
    padding-left: 114px;
    padding-right: 114px;
    margin-top: 37px; }
    .b-nav-slider .owl-nav .owl-prev {
      left: 12px; }
    .b-nav-slider .owl-nav .owl-next {
      right: 12px; }
    .b-nav-slider__item {
      margin-left: 5px;
      margin-right: 5px; }
  .b-card-review__form-wrapper {
    background-color: #fff;
    position: relative;
    z-index: 2;
    padding: 17px 20px 23px 20px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2); }
  .b-card-review__form-container {
    background-color: #fff;
    padding: 0; }
  .b-card-review__line-name {
    display: block;
    min-width: 77px;
    margin-right: 22px; }
    .b-card-review__line-name.b-valuate {
      margin-right: 22px; }
  .b-card-review__form {
    max-width: 573px;
    position: relative;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 50px; }
    .b-card-review__form::before{content: '';
      position: absolute;
      top: -24px;
      left: -68px;
      height: 100%;
      height: -webkit-calc(100% + 48px);
      height: calc(100% + 48px);
      height: calc(100% + 48px);
      width: 104px;
      background-repeat: no-repeat;
      background-image: url("../../image/form-border.png");
      background-size: 100% 100%;
      z-index: 1;}
    .b-card-review__form::after{
      content: '';
      position: absolute;
      top: -24px;
      right: -68px;
      height: 100%;
      height: -webkit-calc(100% + 48px);
      height: calc(100% + 48px);
      height: calc(100% + 48px);
      width: 104px;
      background-repeat: no-repeat;
      background-image: url("../../image/form-border.png");
      background-size: 100% 100%;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);}
  .b-card-review__form-input input, .b-card-review__form-input textarea {
    padding: 7px 0px;
    padding-left: 13px; }
    .b-card-review__form-input input::-webkit-input-placeholder, .b-card-review__form-input textarea::-webkit-input-placeholder {
      opacity: 0; }
    .b-card-review__form-input input::-moz-placeholder, .b-card-review__form-input textarea::-moz-placeholder {
      opacity: 0; }
    .b-card-review__form-input input:-ms-input-placeholder, .b-card-review__form-input textarea:-ms-input-placeholder {
      opacity: 0; }
    .b-card-review__form-input input:-moz-placeholder, .b-card-review__form-input textarea:-moz-placeholder {
      opacity: 0; }
  .b-card-characteristics__topic {
    font-size: 12px;
    padding: 11px 12px; }
  .b-card-characteristics__line-item {
    font-size: 12px; }
  .b-card-characteristics__content {
    max-width: 357px;
    margin-top: 16px;
    margin-bottom: 16px; }
  .row-two-column .b-card-characteristics__content{
    max-width: 100%;
    width: 100%;}
  #b-catalog .b-call__wrapper {
    padding-top: 20px;
    padding-bottom: 20px; }
  #b-catalog .b-call__form-btn {
    margin-top: 5px; }
  .b-call__container {
    position: relative; }
    .b-call__container:before, .b-call__container:after {
      content: '';
      position: absolute;
      top: -13.5px;
      height: 369px;
      width: 89px;
      background-repeat: no-repeat;
      background-image: url("../../image/call-bg.png"); }
    .b-call__container:before {
      left: -50px; }
    .b-call__container:after {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg);
      right: -50px; }
  .b-call__wrapper {
    position: relative;
    z-index: 2;
    padding-left: 33px;
    padding-right: 33px; }
  .b-call__topic {
    font-size: 16px; }
  .b-call__aftertopic {
    max-width: 280px; }
  .b-director__container {
    padding-left: 0px;
    padding-right: 0px; }
  .b-director__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 50px; }
  .b-director__img {
    margin-top: 0; }
  .b-director__topic {
    margin-top: 0px;
    font-size: 18px; }
  .b-director__text {
    font-size: 14px;
    margin-top: 22px;
    max-width: 600px; }
  .b-director__text-wrapper {
    margin-left: 100px; }
  .b-director__sign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-top: 20px; }
  .b-director__sign-img {
    margin-top: 0px;
    margin-right: 5px; }
  .b-director__sing-text {
    text-align: right; }
  .b-director__sing-text p, .b-director__sing-text strong {
    font-size: 14px; }
  .b-director-form {
    margin-left: -50px;
    margin-right: -50px;
    margin-top: 100px;
    -webkit-box-shadow: 0 16px 15px rgba(0, 0, 0, 0.39) inset;
    -o-box-shadow: 0 16px 15px rgba(0, 0, 0, 0.39) inset;
    box-shadow: 0 16px 15px rgba(0, 0, 0, 0.39) inset; }
    .b-director-form .b-contact-form__container {
      padding-bottom: 90px;
      padding-top: 60px; }
  .b-header-nav__inner-clients {
    position: relative; }
  .b-header-nav__clients {
    position: absolute;
    top: 25px;
    left: -39px;
    background: url("../../image/main-menu-content.png") no-repeat 0% 0% / 100% 10px, url("../../image/main-menu-end.png") no-repeat 0% 100% / 100% 19px;
    min-width: 149px;
    max-width: 149px;
    padding-top: 10px;
    padding-bottom: 19px;
    display: none;}
  .b-header-nav__clients-item {
    list-style-type: none;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px; }
    .b-header-nav__clients-item a {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #000;
      text-decoration: none;
      display: block;
      padding: 8px 23px;
      position: relative; }
      /* .b-header-nav__clients-item a:hover {
        background-color: #008fe0;
        color: #fff;} */
      .b-header-nav__clients-item a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0px;
        height: 1px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: #008fe0;
        -webkit-transition: width 0.25s ease;
        transition: width 0.25s ease;}
        .b-header-nav__clients-item:hover a::after{
          width: 100%;
          height: 2px;}
  .b-header__nav-list > li > .b-header-nav__clients > ul{
    background: url("../../image/main-menu-content.png") repeat-y 0% 0% / 100% 10px;
    width: 100%;
    box-sizing: border-box;
    padding:0 5px;
    margin:-0.5px 0;}
  .b-header__nav-list > li > .b-header-nav__clients ul > li > .sub-menu{
    display: none;
    position: absolute;
    top: 0;
    left: 137px;
    background: url("../../image/main-menu-content.png") no-repeat 0% 0% / 100% 10px, url("../../image/main-menu-end.png") no-repeat 0% 100% / 100% 19px;
    min-width: 149px;
    max-width: 149px;
    padding-top: 10px;
    padding-bottom: 19px;}
  .b-header__nav-list > li > .b-header-nav__clients ul > li:hover > .sub-menu{
    display: block;}
  .b-header-nav__clients ul > li > .sub-menu > ul{
    background: url("../../image/main-menu-content.png") repeat-y 0% 0% / 100% 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 6px;}
  .b-header-nav__level2{
    position: absolute;
    top: 25px;
    left: -10px;
    min-width: 242px;
    max-width: 242px;
    background-color: #fff;
    padding: 10px 8px 0px 8px;
    background: url("../../image/main-menu-content.png") repeat 0% 0% / 100% auto;
    display: none; }
  .b-header-nav__level2::after{
    content: '';
    display: block;
    width:100%;
    height:26px;
    background: url("../../image/main-menu-end.png") repeat 0% 0% / 100% auto;
    position: absolute;
    top: 100%;
    left:0;
    z-index:1;}
  .b-header-nav__inner {
    position: relative; }
    .b-header-nav__inner:hover .b-header-nav__level2 {
      display: block; }
  .b-header-nav__level2-text {
    font-family: "GothamProRegular";
    font-size: 10px;
    color: #0A2B6B;
    text-decoration: none;
    line-height: 13px;
    cursor: pointer; }
  .b-header-nav__level2-text a {
    font-family: "GothamProMedium";
    font-size: 10px;
    color: #0A2B6B;
    text-decoration: none;
    padding: 8px 23px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    line-height: 13px;
    text-decoration: none;
    position: relative; }
    .b-header-nav__level2-item .b-header-nav__level2-text a::after{
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 0px;
      height: 1px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color:
      #008fe0;
      -webkit-transition: width 0.25s ease;
      transition: width 0.25s ease; }
      .b-header-nav__level2-item:hover .b-header-nav__level2-text a::after{
        width: 100%;
        height: 2px; }
  /* .b-header-nav__level2-text a:hover {
    background-color: #008fe0;
    color: #fff; } */
  .b-header-nav__level2-item {
    /* position: relative; */ }
    .b-header-nav__level2-item:hover .b-header-nav__level2-content {
      display: block; }
  .b-header-nav__level2-content {
    position: absolute;
    top: 0;
    z-index:2;
    left: 234px;
    background-color: #eeeeee;
    padding: 6px 12px 13px 19px;
    -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.35);
    display: none; }
    .trapezium{
      width: 100%;
      position: absolute;
      left: 0;
      bottom: -21px;
      z-index:-1;
      height: 24px;
      transform: rotate(180deg);
    }
    .trapezium::after{
      content: '';
      width: 98%;
      background-color: #eeeeee;
      display: block;
      margin: 0 auto;
      box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.4);
      -webkit-transform: perspective(100px) rotateX(40deg);
      transform: perspective(400px) rotateX(40deg);
      height: 24px;
    }
  .b-header-nav__level2-content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
    max-width: 680px; }
    .b-header-nav__level2-content-item a {
      font-family: "GothamProMedium";
      font-size: 10px;
      color: #0A2B6B;
      text-decoration: none;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      margin-top: 7px;
      padding-left: 36px;
      min-height:30px;
      background-repeat: no-repeat;
      background-position: 0% 50%;
      background-size: 34px auto; }
      .b-header-nav__level2-content-item a:hover {
        color: #008fe0;
        text-decoration: underline; } }
@media only screen and (min-width: 992px) {
  .b-top-line__item a {
    padding-left: 25px;
    padding-right: 25px; }
  .b-catalog-extra:before {
    background-image: none;
    background-color: #0090e4; } }
@media only screen and (min-width: 1152px) {
  .b-table__detail {
    display: none; }
  .b-detail-img {
    display: block;
    margin-bottom: 48px; }
    .b-detail-img__img {
      background-color: #fff; } }
@media only screen and (min-width: 1200px) {
  .b-header__nav > a:hover:after {
    height: 4px; } }


/* Изменяем слайдер */
@media (max-width: 1000px) {
body .slick-vertical .slick-slide {
    width: 81px !important;
}

body .card-sliders .card-nav-slider {
	
	padding-right: 0;
	    width: 81px;
	
}

body .card-item-slider {
    margin-left: 96px;
}

body .slick-prev { transform: translate(-70%, -50%) rotate( 90deg ); }

body .slick-next {
    bottom: 4px;
    top: auto;
    position: absolute;
    transform: translate(113%, 0%) rotate(90deg);
}




}

.b-news-wrapper.product-new .b-card-nav__content {
	width: 100%;
}

.b-header__item.contacts_item {
	display: flex; align-items: center;
}